@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2021-12-25
Style Info:    札幌プリンスホテル CSS
----------------------------------------------------------- */

/* ------------------------------------
  breadcrumb
------------------------------------ */

.breadcrumb_area.ft {
	background: #f2f2f2;
}

/* ------------------------------------
  コンテンツ 共通設定
------------------------------------ */

.sapporoprince {
	border-bottom: 1px solid #ddd;
	color: #555;
}

.sapporoprince img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.sapporoprince em,
.sapporoprince i {
	font-style: normal;
}

.sapporoprince img.anim {
	transition: all 0.3s ease-in-out;
}

.sapporoprince img.lazyload {
	opacity: 0;
}

.sapporoprince img.lazyloaded {
	opacity: 1;
}

/* ------------------------------------
  看板
------------------------------------ */

.sapporoprince .sec_hero .sec_inner {
	max-width: 1366px;
	margin: 0 auto;
	width: 100%;
	background: #7C9ADE;
}

.sapporoprince .sec_hero .hero_btm {
	color: #fff;
	height: 70px;
	max-width: calc(1280px + 30px);
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

.sapporoprince .sec_hero .hero_tokuten {
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.sapporoprince .sec_hero .hero_tokuten b {
	font-weight: 500;
	background: #F673B0;
	font-size: 91.6%;
	margin-right: 20px;
}

.sapporoprince .sec_hero .hero_btns {
	display: flex;
	justify-content: space-between;
	width: 32.8125%;
}

.sapporoprince .sec_hero .hero_btns li {
	width: 47.6%;
}

.sapporoprince .sec_hero .hero_btns li a {
	background: #fff;
	color: #7C9ADE;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-left: 15px;
	border: 2px solid #c5c5c4;
	border-radius: 5px;
	height: 35px;
	position: relative;
}

.sapporoprince .sec_hero .hero_btns li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 12px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #7C9ADE;
	border-bottom: 2px solid #7C9ADE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------
  プラン
------------------------------------ */

.sapporoprince .sec_plan .sec_inner {
	width: 100%;
	padding: 0 15px;
	max-width: calc(1280px + 30px);
	margin: 0 auto;
}

.sapporoprince .sec_plan p {
	font-size: 1.3rem;
	line-height: 1.75;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-weight: 400;
}

.sapporoprince .sec_plan .sec_title {
	text-align: center;
}

.sapporoprince .sec_plan .sec_title i {
	display: block;
	margin: 0 auto 15px;
	width: 164px;
}

.sapporoprince .sec_plan .sec_title span {
	width: 100%;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.23;
	color: #7C9ADE;
}

.sapporoprince .sec_plan.ichiosi .sec_title span {
	font-size: 3rem;
}

.sapporoprince .sec_plan.ichiosi .lead_txt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 24px;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider {
	position: relative;
	width: 100%;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 5px;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main.slick-initialized {
	opacity: 1;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main .slick-slide figure .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 74.92%;
	overflow: hidden;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main .slick-slide figure .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main .slick-slide figure .img img.height_fit {
	width: auto;
	height: 100%;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main .slick-slide figure figcaption {
	font-size: 1.3rem;
	text-align: center;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_thumb {
	position: relative;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav {
	padding: 0 60px;
	position: relative;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav.slick-initialized {
	opacity: 1;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav .slick-slide {
	margin: 0 6px;
	outline: none;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav .slick-slide figure {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	padding-top: 66.61%;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: auto;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav .slick-slide.slick-current figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 2;
	box-shadow: 0 0 0 2px #fff inset;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-arrow {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 20;
	width: 48px;
	height: 100%;
	text-align: center;
	border: 0;
	background: #cdcdcc;
	cursor: pointer;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-arrow::after {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 10px);
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-next {
	right: 0;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-prev {
	left: 0;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-prev::after {
	left: calc(50% - 5px);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.sapporoprince .sec_plan.ichiosi .plan_tour {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	margin: 20px 0 0;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab {
	display: flex;
	align-items: flex-end;
	width: 100%;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab li {
	width: calc(100% - 7px);
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	background: #CAD6F1;
	margin: 0 7px;
	cursor: pointer;
	transition: 0.3s all;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab li.is-active {
	background: #7C9ADE;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list {
	border-top: 2px solid #7C9ADE;
	border-bottom: 2px solid #7C9ADE;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li {
	position: relative;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 80px;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-size: 6px 1px;
	background-image: linear-gradient(to right, #c8c8c8, #c8c8c8 4px, transparent 4px, transparent 6px);
	background-repeat: repeat-x;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li.soldout a {
	pointer-events: none;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li.soldout .tour_fee {
	flex: 1;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li.soldout .tour_fee p {
	font-size: 1.6rem;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li:last-child::after {
	display: none;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_days {
	width: 130px;
	color: #7C9ADE;
	font-size: 2rem;
	font-weight: bold;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_fee {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.38;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_fee p {
	font-size: 2.1rem;
	color: #7C9ADE;
	font-weight: bold;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_fee p b {
	color: #F673B0;
	font-size: 195%;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn {
	width: 159px;
	margin-left: auto;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a {
	display: flex;
	align-items: center;
	letter-spacing: -0.1em;
	border-radius: 5px;
	height: 42px;
	background: #7C9ADE;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	position: relative;
	padding-left: 14px;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 14px;
	border-width: 1px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}

.sapporoprince .sec_plan.tokuten .sec_title span {
	color: #F673B0;
	font-size: 3.7rem;
}

.sapporoprince .sec_plan.tokuten .service_box {
	width: calc(25% - 10px);
	margin: 0 20px 60px;
}

.sapporoprince .sec_plan.tokuten .service_box::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-size: 6px 1px;
	background-image: linear-gradient(to right, #c8c8c8, #c8c8c8 4px, transparent 4px, transparent 6px);
	background-repeat: repeat-x;
}

.sapporoprince .sec_plan.tokuten .service_box:first-of-type {
	padding-top: 0;
}

.sapporoprince .sec_plan.tokuten .service_box .tit {
	margin-bottom: 10px;
	display: flex;
	width: 100%;
}

.sapporoprince .sec_plan.tokuten .service_box .tit i {
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	background: #F673B0;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 16px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}

.sapporoprince .sec_plan.tokuten .service_box .tit i::before {
	position: absolute;
	content: "特典";
	color: #F673B0;
	font-size: 50%;
	line-height: 1;
	left: 0;
	bottom: calc(100% + 3px);
	text-align: center;
	width: 100%;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.sapporoprince .sec_plan.tokuten .service_box .tit span {
	flex: 1;
	padding-left: 5px;
	font-size: 1.6rem;
	line-height: 1.38;
	color: #7C9ADE;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.sapporoprince .sec_plan.tokuten .service_box .img {
	margin-bottom: 10px;
	border: 1px solid #F673B0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 75.17%;
	display: block;
	background-color: #f0f0f0;
}

.sapporoprince .sec_plan.tokuten .service_box .img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sapporoprince .sec_plan.tokuten .service_box .img img.lazyload {
	transition: opacity 1s ease;
	opacity: 0;
}

.sapporoprince .sec_plan.tokuten .service_box .img img.lazyload.lazyloaded {
	opacity: 1;
}

.sapporoprince .sec_plan.tokuten .anchor_btn {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	position: relative;
	color: #fff;
	background: #F673B0;
	border-radius: 70px;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 10px;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg) scale(1.4);
	transform: translateX(-50%) rotate(-135deg) scale(1.4);
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	width: 33px;
	height: 33px;
	background: url(../img/icon_tokuten.svg) center center/cover no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ------------------------------------
  お問い合わせ
------------------------------------ */

.sapporoprince .sec_contact .sec_inner {
	padding: 70px 0 118px;
}

.sapporoprince .sec_contact .contact_box {
	max-width: 853px;
	margin: 0 auto;
}

.sapporoprince .sec_contact .contact_tit {
	width: 100%;
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 23px;
	text-align: center;
	font-weight: bold;
}

.sapporoprince .sec_contact .contact_tit b {
	font-size: 115%;
	display: block;
}

.sapporoprince .sec_contact .contact_txt p {
	line-height: 1.7142857143;
	font-size: 1.4rem;
}

.sapporoprince .sec_contact .contact_txt p.time {
	color: #888;
}

.sapporoprince .sec_contact .contact_btn_tel a {
	font-weight: bold;
}

.sapporoprince .sec_contact .contact_btn_tel a::before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-size: 75%;
	font-weight: 900;
}

.sapporoprince .sec_contact .contact_btn_form {
	margin-top: 12px;
}

.sapporoprince .sec_contact .contact_btn_form a {
	display: flex;
	color: #7C9ADE;
	background: #fff;
	border-radius: 50px;
	height: 46px;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #7C9ADE;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.sapporoprince .sec_contact .contact_btn_form a::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	margin-right: 30px;
}

.sapporoprince .sec_contact .contact_btn_form a::after {
	width: 6px;
	height: 6px;
	border-right: 2px solid #7C9ADE;
	border-bottom: 2px solid #7C9ADE;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 15px;
}

body:not(.mobile) .sapporoprince .sec_contact .contact_btn_form a:hover {
	opacity: 1;
	background: #7C9ADE;
	color: #fff;
}

body:not(.mobile) .sapporoprince .sec_contact .contact_btn_form a:hover::after {
	border-color: #fff;
}

@media screen and (min-width: 641px), print {

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab {
	padding: 0 43px;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li {
	padding: 0 50px;
}

.sapporoprince .sec_plan.tokuten .service_boxs {
	display: flex;
	width: calc(100% + 40px);
	margin: 0 -20px;
}

.sapporoprince .sec_plan.tokuten .service_box .tit span {
	min-height: 66.24px;
}

.sapporoprince .sec_contact .contact_box {
	padding: 30px 50px;
	border: 1px solid #ddd;
}

.sapporoprince .sec_contact .contact_btn_tel a {
	text-align: center;
	display: inline-block;
	pointer-events: none;
	font-size: 4.2rem;
	color: #7C9ADE;
	position: relative;
	line-height: 1;
	padding-left: 40px;
	font-family: "arial", sans-serif;
}

.sapporoprince .sec_contact .contact_btn_tel a::before {
	position: absolute;
	top: 10%;
	left: 0;
}

.sapporoprince .sec_contact .contact_btn_tel a span {
	line-height: 1;
}

.sapporoprince .sec_contact .contact_time {
	display: none;
}

}

@media screen and (min-width: 769px), print {

.sapporoprince a:hover {
	opacity: 0.75;
}

.sapporoprince .sec_hero .hero_tokuten {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sapporoprince .sec_hero .hero_tokuten b {
	width: 128px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sapporoprince .sec_plan.ichiosi .sec_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}

.sapporoprince .sec_plan.ichiosi .sec_title {
	margin-bottom: 28px;
}

.sapporoprince .sec_plan.ichiosi .wrap_01 {
	width: 50.15%;
}

.sapporoprince .sec_plan.ichiosi .wrap_01 .lead_txt {
	display: none;
}

.sapporoprince .sec_plan.ichiosi .wrap_02 {
	width: 47.18%;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav .slick-slide:not(.slick-current):hover {
	opacity: 0.65;
	cursor: pointer;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-arrow:hover {
	opacity: 0.65;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab li:hover {
	opacity: 0.65;
}

.sapporoprince .sec_plan.tokuten .sec_inner {
	padding-top: 80px;
}

.sapporoprince .sec_plan.tokuten .sec_title {
	margin-bottom: 40px;
}

.sapporoprince .sec_plan.tokuten .service_boxs {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.sapporoprince .sec_contact .contact_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.sapporoprince .sec_contact .contact_txt {
	flex: 1;
	padding-right: 30px;
}

.sapporoprince .sec_contact .contact_txt p.time {
	margin-top: 10px;
}

.sapporoprince .sec_contact .contact_txt p .dis_sp {
	display: none;
}

.sapporoprince .sec_contact .contact_btn {
	width: 44.53%;
}

}

@media screen and (min-width: 1281px), print {

.breadcrumb_area.ft {
	width: 100%;
}

.breadcrumb_area.ft nav {
	width: 1280px;
	margin: 0 auto;
}

}

@media screen and (max-width: 1280px) {

.sapporoprince .sec_hero .hero_tokuten {
	font-size: 1.8vw;
}

.sapporoprince .sec_hero .hero_tokuten b {
	margin-right: 10px;
}

}

@media screen and (max-width: 1024px) {

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab li {
	font-size: 1.5rem;
	height: 30px;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_days {
	width: 90px;
	padding-left: 12px;
	font-size: 1.5rem;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_fee p {
	font-size: 1.5rem;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn {
	width: 110px;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a {
	font-size: 1.2rem;
	height: 30px;
	padding-left: 10px;
}

}

@media screen and (max-width: 768px) {

.sapporoprince .sec_hero .hero_title {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url(../img/hero_visual_sp.jpg) center center/cover no-repeat;
}

.sapporoprince .sec_hero .hero_title img {
	display: none;
}

.sapporoprince .sec_hero .hero_btm {
	flex-direction: column;
	justify-content: center;
	height: auto;
	padding: 7px 15px 10px;
}

.sapporoprince .sec_hero .hero_tokuten {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}

.sapporoprince .sec_hero .hero_tokuten b {
	display: inline-block;
	width: 91px;
	height: 26px;
	font-size: 88%;
	margin-right: 10px;
	text-align: center;
	line-height: 26px;
}

.sapporoprince .sec_hero .hero_btns {
	width: 60%;
	margin: 10px auto 5px;
}

.sapporoprince .sec_hero .hero_btns li {
	width: 48.1%;
}

.sapporoprince .sec_plan .sec_title {
	padding-top: 15px;
	margin-bottom: 16px;
}

.sapporoprince .sec_plan .sec_title i {
	margin-bottom: 10px;
}

.sapporoprince .sec_plan .sec_title span {
	font-size: 1.4rem;
}

.sapporoprince .sec_plan.ichiosi .sec_inner {
	padding-top: 11px;
}

.sapporoprince .sec_plan.ichiosi .sec_title span {
	font-size: 2.2rem;
}

.sapporoprince .sec_plan.ichiosi .wrap_02 .lead_txt {
	display: none;
}

.sapporoprince .sec_plan.ichiosi .lead_txt {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.sapporoprince .sec_plan.ichiosi .plan_tour {
	margin: 12px 0 0;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li.soldout .tour_fee p {
	font-size: 1.3rem;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a::after {
	right: 5px;
	-webkit-transform: rotate(-45deg) scale(0.9) translateY(-50%);
	transform: rotate(-45deg) scale(0.9) translateY(-50%);
}

.sapporoprince .sec_plan.tokuten .sec_inner {
	padding-top: 11px;
}

.sapporoprince .sec_plan.tokuten .sec_title span {
	font-size: 2.8rem;
}

.sapporoprince .sec_plan.tokuten .service_box {
	width: calc(50% - 30px);
	margin: 0 15px 12px;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a {
	font-size: 1.8rem;
	height: 60px;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a::before {
	width: 30px;
	height: 30px;
	left: 20px;
}

.sapporoprince .sec_contact .sec_inner {
	padding: 70px 15px 118px;
}

.sapporoprince .sec_contact .contact_tit {
	font-size: 2rem;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

.sapporoprince .sec_contact .contact_tit b {
	font-size: 110%;
}

.sapporoprince .sec_contact .contact_txt p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5384615385;
}

.sapporoprince .sec_contact .contact_txt p .dis_pc {
	display: none;
}

.sapporoprince .sec_contact .contact_btn {
	margin-top: 20px;
	z-index: 2;
	position: relative;
}

.sapporoprince .sec_contact .contact_btn_tel {
	text-align: center;
}

.sapporoprince .sec_contact .contact_btn_form {
	margin-top: 10px;
}

}

@media screen and (max-width: 640px) {

.sapporoprince .sec_hero .hero_btm {
	padding: 1.8666666667vw 4vw 2.6666666667vw;
}

.sapporoprince .sec_hero .hero_tokuten {
	font-size: 4.8vw;
}

.sapporoprince .sec_hero .hero_tokuten b {
	width: 24.2666666667vw;
	height: 6.9333333333vw;
	margin-right: 2.6666666667vw;
	line-height: 6.9333333333vw;
}

.sapporoprince .sec_hero .hero_btns {
	width: 100%;
	margin: 1.3333333333vw 0 0;
}

.sapporoprince .sec_hero .hero_btns li a {
	border-radius: 1.3333333333vw;
	height: 9.3333333333vw;
	font-size: 3.7333333333vw;
	padding: 0 4vw 0 0;
	justify-content: center;
}

.sapporoprince .sec_hero .hero_btns li a::after {
	width: 1.3333333333vw;
	height: 1.3333333333vw;
	border-width: 0.5333333333vw;
	right: 2.1333333333vw;
}

.sapporoprince .sec_plan .sec_inner {
	padding: 0 4vw;
}

.sapporoprince .sec_plan p {
	font-size: 3.4666666667vw;
}

.sapporoprince .sec_plan .sec_title {
	padding-top: 4vw;
	margin-bottom: 4.2666666667vw;
}

.sapporoprince .sec_plan .sec_title i {
	width: 31.7333333333vw;
	margin-bottom: 2.6666666667vw;
}

.sapporoprince .sec_plan .sec_title span {
	font-size: 7.4666666667vw;
}

.sapporoprince .sec_plan.ichiosi .sec_title {
	margin-top: 2.6666666667vw;
}

.sapporoprince .sec_plan.ichiosi .sec_title span {
	font-size: 5.8666666667vw;
}

.sapporoprince .sec_plan.ichiosi .lead_txt {
	font-size: 3.7333333333vw;
	margin-bottom: 2.6666666667vw;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main {
	margin-bottom: 1.3333333333vw;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_main .slick-slide figure figcaption {
	height: 6.4vw;
	font-size: 2.9333333333vw;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav {
	padding: 0 30px;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider_nav .slick-slide {
	margin: 0 3px;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-arrow {
	width: 24px;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-arrow::after {
	top: calc(50% - 3px);
	left: calc(50% - 6px);
	width: 6px;
	height: 6px;
	border-width: 1px;
}

.sapporoprince .sec_plan.ichiosi .hotel_img .slider .slick-prev::after {
	left: calc(50% - 3px);
}

.sapporoprince .sec_plan.ichiosi .plan_tour {
	margin: 3.2vw 0 0;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab {
	width: calc(100% + 1.6vw);
	margin: 0 -0.8vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_tab li {
	border-radius: 1.3333333333vw 1.3333333333vw 0 0;
	height: 8vw;
	font-size: 4vw;
	margin: 0 0.8vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li {
	height: 15.4666666667vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_list li.soldout .tour_fee p {
	font-size: 3.4666666667vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_days {
	width: 24vw;
	padding-left: 2.6666666667vw;
	font-size: 3.7333333333vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_fee p {
	font-size: 3.7333333333vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_fee p b {
	font-size: 185%;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn {
	width: 29.3333333333vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a {
	border-radius: 1.3333333333vw;
	font-size: 3.2vw;
	height: 8vw;
	padding-left: 2.6666666667vw;
	letter-spacing: 0.02em;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.sapporoprince .sec_plan.ichiosi .plan_tour .tour_btn a::after {
	right: 1.3333333333vw;
}

.sapporoprince .sec_plan.tokuten .sec_inner {
	padding-top: 2.9333333333vw;
}

.sapporoprince .sec_plan.tokuten .sec_title span {
	font-size: 7.4666666667vw;
}

.sapporoprince .sec_plan.tokuten .service_boxs {
	margin-bottom: 6.4vw;
}

.sapporoprince .sec_plan.tokuten .service_box {
	width: 100%;
	margin: 0;
	padding: 4.8vw 0 4vw;
	position: relative;
}

.sapporoprince .sec_plan.tokuten .service_box .tit {
	margin-bottom: 1.3333333333vw;
}

.sapporoprince .sec_plan.tokuten .service_box .tit i {
	width: 10.6666666667vw;
	height: 10.6666666667vw;
	border-radius: 10.6666666667vw;
	font-size: 6.9333333333vw;
	margin: 5.0666666667vw 0 2.6666666667vw;
}

.sapporoprince .sec_plan.tokuten .service_box .tit i::before {
	font-size: 53%;
}

.sapporoprince .sec_plan.tokuten .service_box .tit span {
	line-height: 1.33;
	font-size: 4.8vw;
	padding-left: 2.6666666667vw;
	min-height: calc(4.8vw * 1.33 * 3);
}

.sapporoprince .sec_plan.tokuten .service_box .img {
	margin-bottom: 2.6666666667vw;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a {
	padding-left: 2.6666666667vw;
	font-size: 4.8vw;
	height: 16vw;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a::after {
	-webkit-transform: translateX(-50%) rotate(-135deg) scale(1);
	transform: translateX(-50%) rotate(-135deg) scale(1);
	right: 5.3333333333vw;
}

.sapporoprince .sec_plan.tokuten .anchor_btn a::before {
	width: 8vw;
	height: 8vw;
	left: 5.3333333333vw;
}

.sapporoprince .sec_contact .sec_inner {
	padding: 11.7333333333vw 4vw 12.8vw;
}

.sapporoprince .sec_contact .contact_tit {
	font-size: 5.3333333333vw;
	margin-bottom: 2.6666666667vw;
}

.sapporoprince .sec_contact .contact_txt p {
	font-size: 3.4666666667vw;
}

.sapporoprince .sec_contact .contact_btn {
	margin-top: 5.3333333333vw;
}

.sapporoprince .sec_contact .contact_btn_tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 2.1333333333vw;
	border: 2px solid #7C9ADE;
	color: #fff;
	font-size: 6.4vw;
	position: relative;
	height: 12.8vw;
	background: #7C9ADE;
	padding-right: 8vw;
	font-family: "Arial", "メイリオ";
}

.sapporoprince .sec_contact .contact_btn_tel a::before {
	font-size: 79%;
	margin-right: 6.6666666667vw;
}

.sapporoprince .sec_contact .contact_btn_form {
	margin-top: 2.6666666667vw;
}

.sapporoprince .sec_contact .contact_btn_form a {
	border-width: 2px;
	border-radius: 2.1333333333vw;
	font-size: 4.2666666667vw;
	height: 12.8vw;
}

.sapporoprince .sec_contact .contact_btn_form a::before {
	margin-right: 8vw;
}

.sapporoprince .sec_contact .contact_btn_form a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.sapporoprince .sec_contact .contact_btn_form a::after {
	right: 4vw;
}

.sapporoprince .sec_contact .contact_time {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
	margin-top: 5.3333333333vw;
	font-size: 3.2vw;
	line-height: 1.7;
	color: #555;
}

}

@media print {

body {
	-webkit-print-color-adjust: exact;
	min-width: 1366px !important;
	width: 100%;
	position: relative !important;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

}

