@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     detail.css
Created:       2021-10-21
Style Info:    北海道スキー特集 CSS
----------------------------------------------------------- */

/* ------------------------------------
  共通設定
------------------------------------ */

.hokkaido_ski {
	border-bottom: 1px solid #ddd;
}

body:not(.mobile) .hokkaido_ski a:hover {
	opacity: 0.75;
}

.hokkaido_ski img {
	max-width: 100%;
	height: auto;
}

.hokkaido_ski .bg_white {
	background: #fff;
}

.hokkaido_ski .txt_marker {
	background: linear-gradient(transparent 60%, #ffff64 60%);
	padding: 0 0.2rem;
}

.hokkaido_ski .txt_bold {
	font-weight: bold;
}

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

.hokkaido_ski img.lazyload {
	opacity: 0;
}

.hokkaido_ski img.lazyloaded {
	opacity: 1;
}

.hokkaido_ski .sec_inner {
	max-width: calc(1220px + 16px);
	margin: 0 auto;
	width: 100%;
	padding: 0 8px;
}

.hokkaido_ski .sec_title {
	margin-bottom: 25px;
	text-align: center;
}

.hokkaido_ski .sec_title i {
	display: inline-block;
	margin: 0 auto 6px;
}

.hokkaido_ski .sec_title span {
	display: block;
	color: #4e65fb;
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 1.22;
}

.hokkaido_ski .sec p {
	font-size: 1.5rem;
	line-height: 1.6;
}

/* ------------------------------------
  リンクナビ
------------------------------------ */

.hokkaido_ski .page_nav {
	margin: 67px auto;
	max-width: 1220px;
	width: 100%;
}

.hokkaido_ski .page_nav .nav_bnr {
	text-align: center;
	margin-bottom: 67px;
}

.hokkaido_ski .page_nav .nav_bnr a {
	display: inline-block;
}

.hokkaido_ski .page_nav .nav_list ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 28px);
	margin: 0 -14px -16px;
}

.hokkaido_ski .page_nav .nav_list li {
	background: #fff;
	border-radius: 5px;
	width: 180px;
	margin: 0 14px 16px;
}

.hokkaido_ski .page_nav .nav_list li a {
	border: 1px solid #9faaf3;
	border-radius: 5px;
	background: #f6fcc3;
	font-size: 1.4rem;
	font-weight: bold;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	position: relative;
	line-height: 1.2;
}

.hokkaido_ski .page_nav .nav_list li a::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #4e65fb;
	border-bottom: 2px solid #4e65fb;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg) scale(0.7);
	transform: translateY(-50%) rotate(-45deg) scale(0.7);
	right: 10px;
}

body:not(.mobile) .hokkaido_ski .page_nav .nav_list li a:hover {
	opacity: 1;
	background: #ebf4ff;
}

.hokkaido_ski .page_nav .nav_list li a.current {
	background: #9faaf3;
	color: #fff;
	pointer-events: none;
	padding: 0 10px;
}

.hokkaido_ski .page_nav .nav_list li a.current::after {
	display: none;
}

.hokkaido_ski .page_nav .nav_list li a.to_back {
	padding: 0 12px 0 25px;
}

.hokkaido_ski .page_nav .nav_list li a.to_back::after {
	right: auto;
	left: 10px;
	-webkit-transform: translateY(-50%) rotate(135deg) scale(0.7);
	transform: translateY(-50%) rotate(135deg) scale(0.7);
}

.hokkaido_ski .page_nav .nav_list li a.scroll_up::after {
	-webkit-transform: translateY(-50%) rotate(-135deg) scale(0.7);
	transform: translateY(-50%) rotate(-135deg) scale(0.7);
}

.hokkaido_ski .page_nav .nav_list li a.scroll_down::after {
	-webkit-transform: translateY(-50%) rotate(45deg) scale(0.7);
	transform: translateY(-50%) rotate(45deg) scale(0.7);
}

.hokkaido_ski .page_nav.tp_nav {
	margin: 30px auto 20px;
}

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

.hokkaido_ski .sec_hero .sec_inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding: 0 3% 0 2%;
}

.hokkaido_ski .sec_hero .hero_title a {
	display: inline-block;
}

.hokkaido_ski .sec_hero .hero_nav ul {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.hokkaido_ski .sec_hero .hero_nav li {
	margin-left: 28px;
}

.hokkaido_ski .sec_hero .hero_nav li a {
	display: inline-flex;
	align-items: center;
	border: 2px solid #fb6b4e;
	background: #fff;
	height: 30px;
	padding: 0 25px 0 9px;
	border-radius: 30px;
	color: #fb6b4e;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
}

body:not(.mobile) .hokkaido_ski .sec_hero .hero_nav li a:hover {
	opacity: 1;
	background: #fb6b4e;
	color: #fff;
}

.hokkaido_ski .sec_hero .hero_nav li.search a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
	background: url(../img/common/icon_srch_orange.svg) center center/12px auto no-repeat;
}

body:not(.mobile) .hokkaido_ski .sec_hero .hero_nav li.search a:hover::after {
	background-image: url(../img/common/icon_srch_wh.svg);
}

.hokkaido_ski .sec_hero .hero_nav li.tour a::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #fb6b4e;
	border-bottom: 2px solid #fb6b4e;
	content: "";
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%) rotate(45deg) scale(0.7);
	transform: translateY(-50%) rotate(45deg) scale(0.7);
	right: 10px;
}

body:not(.mobile) .hokkaido_ski .sec_hero .hero_nav li.tour a:hover::after {
	border-color: #fff;
}

/* ------------------------------------
  スキー場について
------------------------------------ */

.hokkaido_ski .sec_about {
	margin: 35px auto 70px;
}

.hokkaido_ski .sec_about .map_box {
	margin: 0 auto 30px;
	max-width: 804px;
}

.hokkaido_ski .sec_about .map_tit {
	background: #4e65fb;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 5px;
	text-align: center;
}

.hokkaido_ski .sec_about .map_img {
	border: 2px solid #4e65fb;
	border-top: 0;
	font-size: 0;
}

.hokkaido_ski .sec_about .map_info {
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #4e65fb;
	font-size: 1rem;
}

.hokkaido_ski .sec_about .map_info i {
	width: 12px;
	height: 12px;
	margin-left: 3px;
	background: url(../img/common/icon_zoom_blue.svg) center center/cover no-repeat;
}

.hokkaido_ski .sec_about .info_cnt {
	margin: 0 auto 50px;
	max-width: 804px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.hokkaido_ski .sec_about .info_list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.hokkaido_ski .sec_about .info_list dl {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	display: flex;
	flex-basis: 100%;
	font-size: 1.4rem;
	line-height: 1.78;
}

.hokkaido_ski .sec_about .info_list dl:first-of-type {
	border-top: 0;
}

.hokkaido_ski .sec_about .info_list dl dt {
	color: #4e65fb;
	font-weight: bold;
	flex-basis: 110px;
	flex-shrink: 0;
}

.hokkaido_ski .sec_about .info_list dl dd {
	flex-grow: 1;
}

.hokkaido_ski .sec_about .info_list dl.course_all,
.hokkaido_ski .sec_about .info_list dl.slope_max {
	flex-basis: 50%;
}

.hokkaido_ski .sec_about .info_list dl.long_all,
.hokkaido_ski .sec_about .info_list dl.long_max {
	flex-basis: 50%;
}

.hokkaido_ski .sec_about .info_list .slope_graph {
	width: 100%;
	display: flex;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3px;
}

.hokkaido_ski .sec_about .info_list .slope_graph p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60px;
}

.hokkaido_ski .sec_about .info_list .slope_graph .slope_01 {
	background: #9faaf3;
}

.hokkaido_ski .sec_about .info_list .slope_graph .slope_02 {
	background: #7e8fff;
}

.hokkaido_ski .sec_about .info_list .slope_graph .slope_03 {
	background: #4e65fb;
}

.hokkaido_ski .sec_about .info_list .lifts_num li {
	display: inline-block;
	margin-right: 20px;
}

.hokkaido_ski .sec_about .info_list .lifts_num li span + span::before {
	content: "…";
	margin: 0 2px;
}

.hokkaido_ski .sec_about .notice_box {
	border: 2px solid #9faaf3;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	max-width: 804px;
}

.hokkaido_ski .sec_about .notice_box .box_head {
	padding: 12px 50px 12px 15px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #4e65fb;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
}

.hokkaido_ski .sec_about .notice_box .box_body {
	display: none;
	padding: 0 20px 20px;
}

.hokkaido_ski .sec_about .notice_box .box_body p {
	font-size: 1.5rem;
	line-height: 1.6;
}

.hokkaido_ski .sec_about .more_btn.btn_close .icon::before {
	display: none;
}

/* ------------------------------------
  その他のスキー場について
------------------------------------ */

.hokkaido_ski .sec_index {
	margin: 76px 0 80px;
}

.hokkaido_ski .sec_index .page_nav {
	margin: 0;
}

/* ------------------------------------
  おすすめホテル＆ツアー
------------------------------------ */

.hokkaido_ski .sec_hotel {
	margin: 80px 0 50px;
}

.hokkaido_ski .sec_hotel .info_box {
	border: 2px solid #9faaf3;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	max-width: 1220px;
	margin: 0 auto;
}

.hokkaido_ski .sec_hotel .info_box + .info_box {
	margin-top: 40px;
}

.hokkaido_ski .sec_hotel .info_box .box_head {
	background: #f6fcc3;
	position: relative;
	padding: 14px 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 70px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_name {
	flex-basis: 100%;
	font-size: 2rem;
	line-height: 1.5;
	color: #4e65fb;
	font-weight: bold;
	margin-bottom: 10px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_name small {
	display: block;
	font-size: 60%;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_wrap {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_wrap.no_slider {
	margin-bottom: 15px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_main {
	background: #f4f4f4;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_main .slide figure {
	width: 100%;
	height: 0;
	padding-top: 66.66%;
	overflow: hidden;
	position: relative;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_main .slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_main .slide figure img.height_fit {
	width: auto;
	height: 100%;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_arrow {
	position: absolute;
	top: 0;
	z-index: 20;
	height: 100%;
	width: 30px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_arrow::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 30%;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	cursor: pointer;
}

body:not(.mobile) .hokkaido_ski .sec_hotel .info_box .hotel_img .slider_arrow:hover {
	opacity: 0.65;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_next {
	right: 0;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_prev {
	left: 0;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_dots {
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_dots li {
	display: flex;
	align-items: center;
	width: 10px;
	text-align: center;
	margin: 0 4px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_dots li button {
	width: 100%;
	height: 0;
	padding: 100% 0 0;
	border-radius: 50%;
	background: #ccc;
	overflow: hidden;
	border: 0;
}

body:not(.mobile) .hokkaido_ski .sec_hotel .info_box .hotel_img .slider_dots li button:hover {
	background: #4e65fb;
	cursor: pointer;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_dots li.slick-active button {
	background: #4e65fb;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt p {
	line-height: inherit;
	font-size: inherit;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_cnt {
	overflow: hidden;
	line-height: 1.75;
	font-size: 1.5rem;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	font-size: 1.3rem;
	padding-right: 10px;
	text-align: center;
	position: relative;
	width: 140px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #ccc;
	margin: 15px auto 0;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon {
	font-style: normal;
	width: 20px;
	height: 20px;
	position: relative;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.6);
	transform: translateY(-50%) scale(0.6);
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon::after,
.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #4e65fb;
	width: 100%;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn.btn_close .icon::before {
	display: none;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 30px 0 10px;
	position: relative;
	background: #fb6b4e;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fb6b4e;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 17px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn.detail a {
	color: #4e65fb;
	border-color: #4e65fb;
	background: #fff;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn.detail a::after {
	border-color: #4e65fb;
}

body:not(.mobile) .hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn.detail a:hover {
	opacity: 1;
	background: #ebf4ff;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn {
	width: 30%;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 30px 0 10px;
	position: relative;
	background: #fb6b4e;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fb6b4e;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 17px;
}

/* ------------------------------------
  人気ツアー
------------------------------------ */

.hokkaido_ski .sec_tour {
	margin: 68px auto 76px;
}

.hokkaido_ski .sec_tour .tour_list {
	max-width: 804px;
	margin: 0 auto;
}

.hokkaido_ski .sec_tour .tour_nav {
	border-bottom: 1px solid #4e65fb;
	display: flex;
	width: 100%;
	padding: 0 14px;
}

.hokkaido_ski .sec_tour .tour_nav li {
	cursor: pointer;
	width: calc(100% - 28px);
	margin: 0 14px;
	max-width: 170px;
	height: 32px;
	border: 1px solid #4e65fb;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	color: #4e65fb;
	background: #f6fcc3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.hokkaido_ski .sec_tour .tour_nav li.is_active {
	color: #fff;
	background: #4e65fb;
	cursor: default;
}

body:not(.mobile) .hokkaido_ski .sec_tour .tour_nav li:not(.is_active):hover {
	background: #ebf4ff;
}

.hokkaido_ski .sec_tour .tour_panel {
	display: none;
	width: calc(100% + 28px);
	margin: 0 -14px;
	flex-wrap: wrap;
}

.hokkaido_ski .sec_tour .tour_panel.is_active {
	display: flex;
}

.hokkaido_ski .sec_tour .tour_panel_btn {
	margin: 30px auto 0;
	max-width: 237px;
	width: 100%;
}

.hokkaido_ski .sec_tour .tour_panel_btn a {
	display: flex;
	width: 100%;
	height: 46px;
	align-items: center;
	justify-content: center;
	border-radius: 46px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #4e65fb;
	position: relative;
	border: 1px solid #4e65fb;
	padding-right: 10px;
}

.hokkaido_ski .sec_tour .tour_panel_btn a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	border-right: 2px solid #4e65fb;
	border-bottom: 2px solid #4e65fb;
}

body:not(.mobile) .hokkaido_ski .sec_tour .tour_panel_btn a:hover {
	opacity: 1;
	background: #ebf4ff;
}

.hokkaido_ski .sec_tour .tour_box {
	width: calc(50% - 28px);
	margin: 30px 14px 0;
	border: 1px solid #4e65fb;
	border-radius: 5px;
	overflow: hidden;
}

.hokkaido_ski .sec_tour .tour_box a {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.hokkaido_ski .sec_tour .tour_box a.soldout {
	pointer-events: none;
	height: 100%;
}

.hokkaido_ski .sec_tour .tour_box a.soldout .tour_txt {
	justify-content: flex-start;
}

.hokkaido_ski .sec_tour .tour_box a.soldout p {
	color: #666;
}

.hokkaido_ski .sec_tour .tour_box a.freeorder {
	position: relative;
}

.hokkaido_ski .sec_tour .tour_box a.freeorder .tour_tit {
	margin-bottom: 0;
}

.hokkaido_ski .sec_tour .tour_box a.freeorder .tour_txt::before {
	bottom: auto;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.hokkaido_ski .sec_tour .tour_box a.freeorder .tour_txt::after {
	bottom: calc(50% - 5px);
}

.hokkaido_ski .sec_tour .tour_img {
	flex-basis: 35.82%;
	background: #d7d7d7;
}

.hokkaido_ski .sec_tour .tour_img figure {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 87.05%;
	overflow: hidden;
}

.hokkaido_ski .sec_tour .tour_img figure img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	height: 100%;
	max-width: 300%;
}

.hokkaido_ski .sec_tour .tour_txt {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 14px 14px 10px;
}

.hokkaido_ski .sec_tour .tour_txt::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #fb6b4e;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.hokkaido_ski .sec_tour .tour_txt::after {
	content: "";
	position: absolute;
	right: 17px;
	bottom: 16px;
	-webkit-transform: rotate(-45deg) scale(0.65);
	transform: rotate(-45deg) scale(0.65);
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.hokkaido_ski .sec_tour .tour_tit {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 6rem;
	-webkit-line-clamp: 3;
}

.hokkaido_ski .sec_tour .tour_price {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fb6b4e;
	line-height: 1;
}

/* ------------------------------------
  ツアー検索
------------------------------------ */

.hokkaido_ski .search_box {
	font-size: 1.5rem;
	max-width: 860px;
	margin: 67px auto;
	width: 100%;
	background: #ebf4ff;
	overflow: hidden;
}

.hokkaido_ski .search_box form input,
.hokkaido_ski .search_box form textarea,
.hokkaido_ski .search_box form select,
.hokkaido_ski .search_box form button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #444;
	font-size: 106%;
	width: 100%;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.hokkaido_ski .search_box form select,
.hokkaido_ski .search_box form input[type=text] {
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 43px;
	line-height: 41px;
}

.hokkaido_ski .search_box form input[type=submit],
.hokkaido_ski .search_box form input[type=reset],
.hokkaido_ski .search_box form button {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

body:not(.mobile) .hokkaido_ski .search_box form input[type=submit]:hover,
body:not(.mobile) .hokkaido_ski .search_box form input[type=reset]:hover,
body:not(.mobile) .hokkaido_ski .search_box form button:hover {
	opacity: 0.65;
}

.hokkaido_ski .search_box h2 {
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

.hokkaido_ski .search_box h2 span::before {
	content: "";
	background: url(../img/common/icon_srch_wh.svg) center center/cover no-repeat;
}

.hokkaido_ski .search_box .search_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 60px;
}

.hokkaido_ski .search_box .form_wrap.departure .form_label::before {
	content: "\f3c5";
}

.hokkaido_ski .search_box .form_wrap.depday .form_label::before {
	content: "\f073";
}

.hokkaido_ski .search_box .form_wrap.days .form_label::before {
	content: "\f783";
}

.hokkaido_ski .search_box .form_wrap.purpose .form_label::before {
	content: "\f3c5";
}

.hokkaido_ski .search_box .form_wrap.purpose .form_input.area_01 {
	display: none;
}

.hokkaido_ski .search_box .form_wrap.kodawari .form_label::before {
	content: "\f00c";
}

.hokkaido_ski .search_box .form_wrap.btns {
	position: relative;
	padding: 15px 0;
}

.hokkaido_ski .search_box .form_wrap.btns .btn_search {
	width: 146px;
	margin: 0 auto;
}

.hokkaido_ski .search_box .form_wrap.btns .btn_search input {
	width: 100%;
	height: 40px;
	background: #fb6b4e;
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50px;
}

.hokkaido_ski .search_box .form_wrap.btns .btn_clear {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 100px;
	width: 66px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hokkaido_ski .search_box .form_wrap.btns .btn_clear input {
	width: 100%;
	height: 20px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.hokkaido_ski .search_box .form_wrap.req .form_label::after {
	content: "必須";
	font-size: 1.1rem;
	color: #fb6b4e;
	margin-left: 12px;
}

.hokkaido_ski .search_box .form_label {
	font-size: inherit;
	font-weight: bold;
	padding-left: 5px;
	margin: 10px 0 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.hokkaido_ski .search_box .form_label::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	padding-right: 5px;
	font-size: 106%;
}

.hokkaido_ski .search_box .form_input.select_arr {
	position: relative;
}

.hokkaido_ski .search_box .form_input.select_arr::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fb6b4e;
	border-bottom: 1px solid #fb6b4e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.hokkaido_ski .search_box .check_list {
	display: flex;
	flex-wrap: wrap;
	margin: 9px 0 5px;
}

.hokkaido_ski .search_box .check_list li {
	margin-right: 20px;
	margin-bottom: 10px;
}

.hokkaido_ski .search_box .check_list li input[type=checkbox] {
	display: none;
}

.hokkaido_ski .search_box .check_list li input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 80%;
	line-height: 16px;
	cursor: pointer;
	padding: 0 0 0 20px;
}

.hokkaido_ski .search_box .check_list li input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	background: #FFF;
	border-radius: 0px;
	border: solid 1px #d2d2d2;
}

.hokkaido_ski .search_box .check_list li input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #fb6b4e;
	border-bottom: 3px solid #fb6b4e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

.hokkaido_ski .sec_contact {
	max-width: 860px;
	margin: 67px auto 88px;
	width: 100%;
}

.hokkaido_ski .sec_contact .sec_inner {
	width: 100%;
	padding: 0;
}

.hokkaido_ski .sec_contact .contact_box {
	max-width: 1220px;
	margin: 0 auto;
}

.hokkaido_ski .sec_contact .contact_txt p {
	line-height: 1.7;
	font-size: 1.4rem;
}

.hokkaido_ski .sec_contact .contact_txt p + p {
	margin-top: 10px;
}

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

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

.hokkaido_ski .sec_contact .contact_btn_form a {
	display: flex;
	color: #fb6b4e;
	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 #fb6b4e;
}

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

.hokkaido_ski .sec_contact .contact_btn_form a::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #fb6b4e;
	border-bottom: 2px solid #fb6b4e;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 17px;
}

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

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

/* ------------------------------------
// Modal OPEN 背景固定
------------------------------------ */

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

body.fixed .footer20 {
	z-index: 100;
	position: relative;
}

body.fixed .header20 {
	z-index: 100;
}

body.fixed .wrapper {
	z-index: 200;
	position: relative;
}

/* ------------------------------------
  datepicker
------------------------------------ */

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

.hokkaido_ski .sec_about .map_info {
	display: none;
}

.hokkaido_ski .sec_about .info_cnt .more_btn {
	display: none !important;
}

.hokkaido_ski .sec_about .info_list dl dt br {
	display: none;
}

.hokkaido_ski .sec_hotel .info_box .box_body {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 28px 28px 40px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img {
	flex-basis: 30.72%;
	overflow: hidden;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt {
	flex-basis: 65.54%;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn {
	display: none !important;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0 auto;
	flex-basis: 65.54%;
	min-height: 50px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn.tour {
	flex-basis: 47.15%;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn.detail {
	width: 46.16%;
	position: absolute;
	top: 50%;
	right: 106%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hokkaido_ski .sec_hotel .link_wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	min-height: 50px;
	width: 100%;
}

.hokkaido_ski .search_box .form_wrap {
	flex-basis: calc(50% - 6px);
	margin-bottom: 8px;
}

.hokkaido_ski .search_box .form_wrap.departure {
	order: 1;
}

.hokkaido_ski .search_box .form_wrap.depday {
	order: 3;
}

.hokkaido_ski .search_box .form_wrap.days {
	order: 2;
}

.hokkaido_ski .search_box .form_wrap.purpose {
	order: 4;
}

.hokkaido_ski .search_box .form_wrap.kodawari {
	order: 5;
	flex-basis: 100%;
}

.hokkaido_ski .search_box .form_wrap.btns {
	order: 6;
	flex-basis: 100%;
}

.hokkaido_ski .sec_contact .contact_box {
	padding: 25px 50px;
	border: 1px solid #ddd;
}

.hokkaido_ski .sec_contact .contact_btn_tel a {
	display: inline-block;
	pointer-events: none;
	font-size: 4.2rem;
	font-weight: bold;
	font-family: "Arial", "メイリオ";
	color: #fb6b4e;
	position: relative;
	line-height: 1;
	padding-left: 50px;
}

.hokkaido_ski .sec_contact .contact_btn_tel a::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

}

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

.hokkaido_ski .sec_about .notice_box .box_head i {
	width: 14px;
	height: 14px;
}

.hokkaido_ski .sec_about .notice_box .box_head i::after,
.hokkaido_ski .sec_about .notice_box .box_head i::before {
	height: 2px;
}

}

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

.hokkaido_ski .sec_about .notice_box .box_head i {
	width: 3.7333333333vw;
	height: 3.7333333333vw;
}

}

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

.hokkaido_ski .page_nav .nav_list {
	width: 100%;
	display: flex;
	align-items: center;
}

.hokkaido_ski .sec_hero {
	background: url(../img/common/head_visual.jpg) center center no-repeat;
}

.hokkaido_ski .sec_about .notice_box .box_head i {
	font-style: normal;
	width: 20px;
	height: 20px;
	position: relative;
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hokkaido_ski .sec_about .notice_box .box_head i::after,
.hokkaido_ski .sec_about .notice_box .box_head i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #4e65fb;
	width: 100%;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

.hokkaido_ski .sec_about .notice_box .box_head i::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.hokkaido_ski .sec_about .notice_box .box_more {
	display: none;
}

.hokkaido_ski .sec_about .notice_box.is_active .box_head i::before {
	display: none;
}

.hokkaido_ski .search_box h2 {
	background: #4e65fb;
	color: #fff;
}

.hokkaido_ski .search_box h2 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: relative;
}

.hokkaido_ski .search_box h2 span::before {
	width: 21px;
	height: 21px;
	margin-right: 20px;
}

.hokkaido_ski .sec_search .modal_close {
	display: none;
}

.hokkaido_ski .sec_search .modal_overlay {
	display: none;
}

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

.hokkaido_ski .sec_contact .contact_txt {
	flex: 1;
	padding: 10px 28px 0 0;
}

.hokkaido_ski .sec_contact .contact_btn {
	width: 44%;
	text-align: center;
}

}

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

.hokkaido_ski .sec_hero .hero_title {
	max-width: 45%;
}

}

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

.hokkaido_ski .page_nav .nav_list ul {
	width: calc(100% + 20px);
	margin: 0 -10px -15px;
}

.hokkaido_ski .page_nav .nav_list li {
	width: calc(20% - 20px);
	margin: 0 10px 16px;
}

.hokkaido_ski .page_nav .nav_list li a {
	font-size: 1.2rem;
	padding: 0 20px 0 10px;
}

.hokkaido_ski .page_nav .nav_list li a.current {
	padding: 0 10px;
}

.hokkaido_ski .page_nav .nav_list li a.to_back {
	padding: 0 5px 0 20px;
}

}

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

.hokkaido_ski .sec_title {
	margin-bottom: 10px;
}

.hokkaido_ski .sec_title span {
	font-size: 2rem;
}

.hokkaido_ski .page_nav {
	margin: 25px auto;
}

.hokkaido_ski .page_nav .nav_bnr {
	margin-bottom: 25px;
}

.hokkaido_ski .page_nav .nav_list ul {
	width: calc(100% + 4px);
	margin: 0 -2px 4px;
}

.hokkaido_ski .page_nav .nav_list li {
	width: calc(33.3% - 4px);
	margin: 0 2px 4px;
}

.hokkaido_ski .page_nav .nav_list li a::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .page_nav.tp_nav {
	margin: 25px auto 5px;
}

.hokkaido_ski .page_nav.btm_nav {
	padding: 0 8px;
}

.hokkaido_ski .sec_hero {
	background: #4e65fb;
	position: relative;
}

.hokkaido_ski .sec_hero .sec_inner {
	height: 45px;
	padding: 0 8px;
}

.hokkaido_ski .sec_hero .hero_nav li.search {
	position: fixed;
	top: 20px;
	right: 8px;
	z-index: 100;
}

.hokkaido_ski .sec_hero .hero_nav li.tour {
	position: absolute;
	top: calc(100% + 15px);
	right: 8px;
}

.hokkaido_ski .sec_hero .hero_nav li.tour a::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .sec_about {
	margin: 15px auto 35px;
}

.hokkaido_ski .sec_about .sec_title i {
	width: 32px;
}

.hokkaido_ski .sec_about .map_box {
	position: relative;
}

.hokkaido_ski .sec_about .map_img {
	border-color: #9faaf3;
	border-width: 1px;
}

.hokkaido_ski .sec_about .info_cnt {
	padding-bottom: 15px;
	margin-bottom: 28px;
}

.hokkaido_ski .sec_about .info_list dl {
	line-height: 1.6;
}

.hokkaido_ski .sec_about .info_list dl dt {
	flex-basis: 87px;
}

.hokkaido_ski .sec_about .info_list dl.slopes {
	flex-wrap: wrap;
}

.hokkaido_ski .sec_about .info_list dl.slopes dt,
.hokkaido_ski .sec_about .info_list dl.slopes dd {
	flex-basis: 100%;
}

.hokkaido_ski .sec_about .info_list .slope_graph {
	font-size: 1.4rem;
}

.hokkaido_ski .sec_about .notice_box {
	padding-bottom: 12px;
}

.hokkaido_ski .sec_about .notice_box .box_head {
	font-size: 1.5rem;
	text-align: center;
}

.hokkaido_ski .sec_about .notice_box .box_body {
	padding-top: 12px;
}

.hokkaido_ski .sec_about .more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	font-size: 1.3rem;
	padding-right: 10px;
	text-align: center;
	position: relative;
	width: 140px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #ccc;
	margin: 10px auto 0;
}

.hokkaido_ski .sec_about .more_btn .icon {
	font-style: normal;
	width: 20px;
	height: 20px;
	position: relative;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.6);
	transform: translateY(-50%) scale(0.6);
}

.hokkaido_ski .sec_about .more_btn .icon::after,
.hokkaido_ski .sec_about .more_btn .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #4e65fb;
	width: 100%;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

.hokkaido_ski .sec_about .more_btn .icon::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.hokkaido_ski .sec_index {
	margin: 30px 0 40px;
}

.hokkaido_ski .sec_index .sec_title i {
	width: 43px;
}

.hokkaido_ski .sec_hotel {
	margin: 40px 0 20px;
}

.hokkaido_ski .sec_hotel .info_box {
	border-radius: 5px;
	border-width: 1px;
}

.hokkaido_ski .sec_hotel .info_box + .info_box {
	margin-top: 10px;
}

.hokkaido_ski .sec_hotel .info_box .box_head {
	padding: 0 12px;
	height: 50px;
}

.hokkaido_ski .sec_hotel .info_box .box_body {
	padding: 15px 12px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_wrap {
	margin-bottom: 30px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon {
	width: 14px;
	height: 14px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon::after,
.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon::before {
	height: 2px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a::after {
	right: 15px;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a::after {
	right: 15px;
}

.hokkaido_ski .sec_tour {
	margin: 30px auto;
}

.hokkaido_ski .sec_tour .sec_title i {
	width: 43px;
}

.hokkaido_ski .sec_tour .tour_nav {
	padding: 0 8px;
	border-color: #9faaf3;
}

.hokkaido_ski .sec_tour .tour_nav li {
	width: calc(100% - 8px);
	max-width: calc(25% - 8px);
	margin: 0 4px;
	font-size: 1.4rem;
	font-weight: normal;
	border-color: #9faaf3;
}

.hokkaido_ski .sec_tour .tour_panel {
	width: 100%;
	margin: 0 auto;
	padding: 0 8px;
	max-width: 480px;
}

.hokkaido_ski .sec_tour .tour_panel_btn {
	margin-top: 18px;
}

.hokkaido_ski .sec_tour .tour_panel_btn a::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .sec_tour .tour_box {
	margin: 18px 0 0;
	width: 100%;
	border-color: #9faaf3;
}

.hokkaido_ski .sec_tour .tour_img {
	flex-basis: 41.3%;
}

.hokkaido_ski .sec_tour .tour_img figure {
	padding-top: 75.63%;
}

.hokkaido_ski .sec_tour .tour_txt {
	padding: 12px 10px 10px 14px;
}

.hokkaido_ski .sec_tour .tour_txt::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .sec_search {
	display: none;
}

.hokkaido_ski .sec_search {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

.hokkaido_ski .search_box {
	margin-top: 0;
	font-size: 1.6rem;
}

.hokkaido_ski .search_box form input,
.hokkaido_ski .search_box form textarea,
.hokkaido_ski .search_box form select,
.hokkaido_ski .search_box form button {
	font-size: 100%;
}

.hokkaido_ski .search_box form select,
.hokkaido_ski .search_box form input[type=text] {
	padding-left: 14px;
	height: 35px;
	line-height: 33px;
}

.hokkaido_ski .search_box h2 {
	color: #4e65fb;
	margin: 20px 0 10px;
}

.hokkaido_ski .search_box h2 span::before {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto 8px;
	background-image: url(../img/common/icon_srch_blue.svg);
}

.hokkaido_ski .search_box .search_wrap {
	padding: 5px 5.3%;
}

.hokkaido_ski .search_box .check_list li {
	margin-right: 15px;
}

.hokkaido_ski .sec_search .search_box {
	z-index: 20;
	position: relative;
	margin-bottom: 0;
}

.hokkaido_ski .sec_search .search_box h2 {
	color: #fff;
	margin: 0;
	padding: 0 5.5%;
	height: 45px;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	background: #4e65fb;
}

.hokkaido_ski .sec_search .search_box h2 span::before {
	display: none;
}

.hokkaido_ski .sec_search .search_box .search_wrap {
	overflow-y: auto;
	max-height: calc(100vh - 45px);
}

.hokkaido_ski .sec_search .modal_close {
	z-index: 30;
	position: fixed;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #fb6b4e;
	background: #fff;
	height: 30px;
	width: 100px;
	border-radius: 30px;
	padding: 0 14px;
	color: #fb6b4e;
	font-size: 1.3rem;
	font-weight: bold;
}

.hokkaido_ski .sec_search .modal_close .icon_close {
	width: 15px;
	height: 15px;
	position: relative;
}

.hokkaido_ski .sec_search .modal_close .icon_close::after,
.hokkaido_ski .sec_search .modal_close .icon_close::before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 1px);
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #fb6b4e;
}

.hokkaido_ski .sec_search .modal_close .icon_close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hokkaido_ski .sec_search .modal_close .icon_close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hokkaido_ski .sec_search .modal_overlay {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100vh;
	width: 100%;
}

.hokkaido_ski .sec_contact {
	margin: 36px auto 30px;
	width: 89%;
}

.hokkaido_ski .sec_contact .contact_txt p.time {
	text-align: center;
}

.hokkaido_ski .sec_contact .contact_btn {
	margin: 15px auto 0;
	max-width: 360px;
}

.hokkaido_ski .sec_contact .contact_btn_tel a::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 17px;
}

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

.hokkaido_ski .sec_contact .contact_btn_form a::after {
	width: 6px;
	height: 6px;
}

.hokkaido_ski .sec_contact .contact_btn_form a::after {
	right: 15px;
}

#ui-datepicker-div {
	z-index: 300 !important;
}

}

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

.hokkaido_ski .sec_about .more_btn .icon {
	width: 14px;
	height: 14px;
}

.hokkaido_ski .sec_about .more_btn .icon::after,
.hokkaido_ski .sec_about .more_btn .icon::before {
	height: 2px;
}

.hokkaido_ski .sec_contact .contact_btn_tel a::after {
	width: 6px;
	height: 6px;
}

}

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

.hokkaido_ski .sec_about .more_btn .icon {
	width: 3.7333333333vw;
	height: 3.7333333333vw;
}

.hokkaido_ski .sec_contact .contact_btn_tel a::after {
	width: 1.6vw;
	height: 1.6vw;
}

}

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

.hokkaido_ski .sec_title {
	margin: 0 -2% 2.6666666667vw;
	letter-spacing: -0.02em;
}

.hokkaido_ski .sec_title i {
	max-width: 12vw;
}

.hokkaido_ski .sec_title span {
	font-size: 5.3333333333vw;
}

.hokkaido_ski .sec p {
	font-size: 4vw;
}

.hokkaido_ski .page_nav {
	margin: 6.6666666667vw auto;
}

.hokkaido_ski .page_nav .nav_bnr {
	margin-bottom: 6.6666666667vw;
}

.hokkaido_ski .page_nav .nav_list li a {
	font-size: 3.2vw;
	padding: 0 3.2vw 0 2.1333333333vw;
	height: 10.1333333333vw;
	letter-spacing: -0.04em;
}

.hokkaido_ski .page_nav .nav_list li a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.hokkaido_ski .page_nav .nav_list li a::after {
	right: 1.3333333333vw;
}

.hokkaido_ski .page_nav .nav_list li a.current {
	padding: 0 2.1333333333vw;
}

.hokkaido_ski .page_nav .nav_list li a.to_back {
	padding: 0 1.3333333333vw 0 5.3333333333vw;
}

.hokkaido_ski .page_nav .nav_list li a.to_back::after {
	right: auto;
	left: 1.3333333333vw;
}

.hokkaido_ski .page_nav.tp_nav {
	margin: 6.6666666667vw auto 1.3333333333vw;
}

.hokkaido_ski .page_nav.resort_nav .nav_list li a {
	height: 11.2vw;
}

.hokkaido_ski .sec_hero .sec_inner {
	height: 12vw;
}

.hokkaido_ski .sec_hero .hero_nav li a {
	height: 8vw;
	font-size: 3.4666666667vw;
	padding: 0 6.6666666667vw 0 2.4vw;
}

.hokkaido_ski .sec_hero .hero_nav li.search {
	top: calc(50px + 1.8666666667vw);
}

.hokkaido_ski .sec_hero .hero_nav li.tour {
	top: calc(100% + 4vw);
}

.hokkaido_ski .sec_hero .hero_nav li.tour a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.hokkaido_ski .sec_hero .hero_nav li.tour a::after {
	right: 2.1333333333vw;
}

.hokkaido_ski .sec_about .sec_title i {
	width: 8.5333333333vw;
}

.hokkaido_ski .sec_about .map_box {
	margin-bottom: 8vw;
}

.hokkaido_ski .sec_about .map_tit {
	font-size: 3.7333333333vw;
	padding: 2px 5px;
	line-height: 1.4;
}

.hokkaido_ski .sec_about .info_cnt {
	padding-bottom: 4vw;
	margin-bottom: 7.4666666667vw;
}

.hokkaido_ski .sec_about .info_cnt .more_btn {
	margin-top: 0;
}

.hokkaido_ski .sec_about .info_list dl {
	font-size: 3.7333333333vw;
	padding: 2.6666666667vw 0;
}

.hokkaido_ski .sec_about .info_list dl:last-of-type {
	padding-bottom: 0;
}

.hokkaido_ski .sec_about .info_list dl dt {
	flex-basis: 24vw;
}

.hokkaido_ski .sec_about .info_list dl.long_all dt,
.hokkaido_ski .sec_about .info_list dl.long_max dt {
	flex-basis: 26.6666666667vw;
}

.hokkaido_ski .sec_about .info_list .slope_graph {
	font-size: 3.7333333333vw;
}

.hokkaido_ski .sec_about .info_list .slope_graph p {
	height: 16vw;
}

.hokkaido_ski .sec_about .info_list .lifts_num li {
	margin-right: 6.6666666667vw;
}

.hokkaido_ski .sec_about .notice_box {
	padding: 3.2vw;
	border-width: 1px;
}

.hokkaido_ski .sec_about .notice_box .box_head {
	padding: 0;
	font-size: 4vw;
}

.hokkaido_ski .sec_about .notice_box .box_head i {
	display: none;
}

.hokkaido_ski .sec_about .notice_box .box_body {
	padding: 3.2vw 0 0;
}

.hokkaido_ski .sec_about .notice_box .box_body p {
	font-size: 4vw;
}

.hokkaido_ski .sec_about .more_btn {
	font-size: 3.4666666667vw;
	padding-right: 2.6666666667vw;
	width: 37.3333333333vw;
	height: 8vw;
	margin-top: 2.6666666667vw;
}

.hokkaido_ski .sec_about .more_btn .icon {
	right: 5.3333333333vw;
}

.hokkaido_ski .sec_index {
	margin: 8vw 0 10.6666666667vw;
}

.hokkaido_ski .sec_index .sec_title i {
	width: 11.4666666667vw;
}

.hokkaido_ski .sec_hotel {
	margin: 10.6666666667vw 0 5.3333333333vw;
}

.hokkaido_ski .sec_hotel .info_box .box_head {
	padding: 0 3.2vw;
	height: 13.3333333333vw;
}

.hokkaido_ski .sec_hotel .info_box .box_body {
	padding: 4vw 3.2vw 5.3333333333vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_name {
	font-size: 4.2666666667vw;
	margin-bottom: 2.6666666667vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_name small {
	font-size: 68.75%;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_wrap {
	margin-bottom: 10.6666666667vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_img .slider_wrap.no_slider {
	margin-bottom: 4vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_cnt {
	font-size: 4vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn {
	font-size: 3.4666666667vw;
	padding-right: 2.6666666667vw;
	width: 37.3333333333vw;
	height: 8vw;
	margin-top: 4vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon {
	width: 3.7333333333vw;
	height: 3.7333333333vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_txt .show_more_btn .icon {
	right: 5.3333333333vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links {
	width: 100%;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links {
	margin: 5.3333333333vw 0 0 auto;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn + .link_btn {
	margin-top: 10px;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a {
	font-size: 4.2666666667vw;
	height: 13.3333333333vw;
	padding: 0 4vw 0 1.3333333333vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.hokkaido_ski .sec_hotel .info_box .hotel_links .link_btn a::after {
	right: 4vw;
}

.hokkaido_ski .sec_hotel .link_wrap {
	margin-top: 5.3333333333vw;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn {
	width: 100%;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn + .link_btn {
	margin-top: 10px;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a {
	font-size: 4.2666666667vw;
	height: 13.3333333333vw;
	padding: 0 4vw 0 1.3333333333vw;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.hokkaido_ski .sec_hotel .link_wrap .link_btn a::after {
	right: 4vw;
}

.hokkaido_ski .sec_tour {
	margin: 8vw auto;
}

.hokkaido_ski .sec_tour .sec_title i {
	width: 11.4666666667vw;
}

.hokkaido_ski .sec_tour .tour_nav {
	padding: 0 1.0666666667vw;
}

.hokkaido_ski .sec_tour .tour_nav li {
	width: calc(100% - 2.1333333333vw);
	max-width: calc(25% - 2.1333333333vw);
	margin: 0 1.0666666667vw;
	font-size: 3.7333333333vw;
}

.hokkaido_ski .sec_tour .tour_panel {
	padding: 0 2.1333333333vw;
}

.hokkaido_ski .sec_tour .tour_panel_btn {
	max-width: 100%;
	margin-top: 4.8vw;
}

.hokkaido_ski .sec_tour .tour_panel_btn a {
	height: 12.2666666667vw;
	font-size: 4.2666666667vw;
	padding-right: 2.6666666667vw;
}

.hokkaido_ski .sec_tour .tour_panel_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.hokkaido_ski .sec_tour .tour_panel_btn a::after {
	right: 4.2666666667vw;
}

.hokkaido_ski .sec_tour .tour_box {
	margin-top: 4.8vw;
}

.hokkaido_ski .sec_tour .tour_box a.freeorder .tour_txt::after {
	bottom: calc(50% - 1.3333333333vw);
}

.hokkaido_ski .sec_tour .tour_txt {
	padding: 3.2vw 2.1333333333vw 2.6666666667vw 2.6666666667vw;
}

.hokkaido_ski .sec_tour .tour_txt::before {
	width: 6.1333333333vw;
	height: 6.1333333333vw;
	right: 2.6666666667vw;
	bottom: 2.6666666667vw;
}

.hokkaido_ski .sec_tour .tour_txt::after {
	width: 1.6vw;
	height: 1.6vw;
}

.hokkaido_ski .sec_tour .tour_txt::after {
	right: 4.8vw;
	bottom: 4.5333333333vw;
}

.hokkaido_ski .sec_tour .tour_tit {
	font-size: 4.2666666667vw;
	margin-bottom: 0;
	max-height: calc(4.2666666667vw * 3 * 1.25);
}

.hokkaido_ski .sec_tour .tour_price {
	font-size: 6.4vw;
}

.hokkaido_ski .search_box .form_wrap {
	flex-basis: 100%;
}

.hokkaido_ski .search_box .form_wrap.depday {
	flex-basis: calc(50% - 6px);
}

.hokkaido_ski .search_box .form_wrap.days {
	flex-basis: calc(50% - 6px);
}

.hokkaido_ski .search_box .form_wrap.btns .btn_search {
	width: 38.9333333333vw;
}

.hokkaido_ski .search_box .form_wrap.btns .btn_clear {
	left: auto;
	right: 0;
}

.hokkaido_ski .search_box .form_wrap.btns .btn_clear input {
	font-size: 2.6666666667vw;
}

.hokkaido_ski .search_box .form_wrap.req .form_label::after {
	font-size: 2.9333333333vw;
}

.hokkaido_ski .search_box .check_list li {
	margin-right: 4vw;
	margin-bottom: 2.6666666667vw;
}

.hokkaido_ski .sec_search .search_box h2 {
	font-size: 5.3333333333vw;
	height: 12vw;
}

.hokkaido_ski .sec_search .search_box .search_wrap {
	max-height: calc(100vh - 12vw);
}

.hokkaido_ski .sec_search .modal_close {
	width: 26.6666666667vw;
	height: 8vw;
	padding: 0 3.7333333333vw;
	font-size: 3.4666666667vw;
	top: 2.1333333333vw;
}

.hokkaido_ski .sec_search .modal_close .icon_close {
	width: 4vw;
	height: 4vw;
}

.hokkaido_ski .sec_contact {
	width: 9.6vw auto 8vw;
}

.hokkaido_ski .sec_contact .contact_txt p {
	font-size: 3.7333333333vw;
}

.hokkaido_ski .sec_contact .contact_txt p.time {
	display: none;
}

.hokkaido_ski .sec_contact .contact_btn {
	margin-top: 4vw;
	max-width: 100%;
}

.hokkaido_ski .sec_contact .contact_btn_tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 50px;
	border: 1px solid #fb6b4e;
	color: #fff;
	font-size: 6.4vw;
	font-weight: bold;
	position: relative;
	height: 12.2666666667vw;
	background: #fb6b4e;
	padding-right: 8vw;
}

.hokkaido_ski .sec_contact .contact_btn_tel a::before {
	font-size: 100%;
	font-size: 83%;
	margin-right: 9.8666666667vw;
}

.hokkaido_ski .sec_contact .contact_btn_tel a::after {
	right: 4vw;
}

.hokkaido_ski .sec_contact .contact_btn_form a {
	font-size: 4.2666666667vw;
	height: 12.2666666667vw;
}

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

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

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

.hokkaido_ski .sec_contact .contact_time {
	text-align: center;
	margin-top: 20px;
	font-size: 3.7333333333vw;
	line-height: 1.7;
	color: #555;
}

}

@media print {

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

}

