@charset "utf-8";

/*####################################################


PC向け：全体のレイアウト設定


####################################################*/


/*分割*/

.f2,.f3,.f2_1,.f1_2,.f21_1,.f1_12 {
margin: 0 10px 0 10px;
padding: 0;
}


.flexbox .cell {
	position: relative;
	border:0px solid #858a8e;
}



/*=============================================

fv

=============================================*/

.specialcontents_summer .fv .level {
	position: absolute;
	width: 100%;
	height: 100%;
}

.specialcontents_summer .fv i {
  display: none;
}


.specialcontents_summer .fv .cloud_mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/fv/cloud_mask.png) bottom left repeat-x;
  background-size: auto 100%;
}


/**/

.specialcontents_summer .fv .logo_main {
	position: absolute;
	bottom: -40px;
	right: 0;
	z-index: 1;
	width: 220px;
	height: 150px;
	background: url(../img/fv/logo_main.png) center center no-repeat;
	background-size: 100%;
}

.fv h1 {
	display: none;
}


/*スタイドショー*/

#top_mainimage_list {
  display: none;
}

.top_mainimage_list_image_switch img {
  animation: top_mainimage_list_image_switch_anim 1.5s forwards;
}

@keyframes top_mainimage_list_image_switch_anim {
	0% {filter: blur(0px);}
	100% {filter: blur(10px);opacity:0;}
}

.specialcontents_summer .photo_slider {
	position: absolute;
	top: 0;
	z-index:0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
	background-color:#ddd9cd;
}

.specialcontents_summer .photo_slider li {
	position: absolute;
	top: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

.specialcontents_summer .photo_slider img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}


/*=============================================

fvの説明段落

=============================================*/

.specialcontents_summer .contents.lead {
	position: relative;
	margin: 60px auto 0 auto;
}

.lead .lead_box {
  margin: 0;
  padding: 0;
}

.lead h2 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 151px;
  height: 0 !important;
  line-height: 250%;
  width: 100%;
  background: url(../img/lead/obj_text.svg) top center no-repeat;
  background-size: auto 85%;
}

.lead p {
  margin: 0 20px;
  padding: 0;
  margin-bottom: 60px;
  font-weight: bold !important;
  font-size: 120%;
  line-height: 150%;
}

.lead .youtube_area {
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 0;
  font-weight: bold !important;
  font-size: 120%;
  line-height: 150%;
}

.lead .youtube_area p {
  position: relative;
  margin: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.lead .youtube_area p span {
  display: inline-block;
  position: relative;
  color: #538a2f;
  transform: rotate(-2deg);
}

.lead .youtube_area p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 3px;
  height: 100%;
  background-color: #538a2f;
  border-radius: 999px;
  transform: rotate(-25deg);
}

.lead .youtube_area p span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 3px;
  height: 100%;
  background-color: #538a2f;
  border-radius: 999px;
  transform: rotate(25deg);
}


.youtube_iframe {
  position: relative;
  margin: 0;
  padding: 0 0 55%;
  aspect-ratio: 16/9;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 1px 10px 0 #858a8e;
}

.youtube_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lead strong.days {
  display: block;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 1.2em;
  color: #fff;
  background-color: #00ADC4;
  border-radius: 999px;
}

.lead .image_obj {display: none;}

.lead p.atn {
  margin: 30px 10px 0 10px;
  padding: 10px;
  font-weight: normal !important;
  border: 3px solid #ff3300;
  border-radius: 10px;
}




/*アクティブ、自然、ホテルで遊ぶの見出し枠の共通設定*/

.contents_image .contents_text {
	position: absolute;
	bottom: -150px;
	left: 10px;
	width: calc(100% - 20px);
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-radius: 30px;
}

.contents_image .contents_text h3 {
	margin: 10px 0 0 -10px;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	width: calc(100% - 10px);
	border:4px solid #ffffff;
	border-radius: 20px;
}


/*=============================================

ローカルナビ

=============================================*/


.local_menu {
  margin: 40px auto 0 auto;
  padding: 0;
  width: calc(100% - 20px);
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  text-align: center;
}

.local_menu a {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 2px;
  padding: 20px 0 30px 0;
  font-weight: bold;
  font-size: .7em;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.local_menu a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: calc(50% - 3px);
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.local_menu a:hover {
  opacity: 0.6;
}

.local_menu a:hover::after {
  bottom: 7px;
}

.local_menu li:nth-of-type(1) a {
  background-color: #FF4D00;
  color: #fff;
}

.local_menu li:nth-of-type(2) a {
  background-color: #3B61CA;
  color: #fff;
}

.local_menu li:nth-of-type(3) a {
  background-color: #B9121B;
  color: #fff;
}

.local_menu li:nth-of-type(4) a {
  background-color: #2BA038;
  color: #fff;
}

.local_menu li:nth-of-type(5) a {
  border:1px solid #A3A2A4;
}

.local_menu li:nth-of-type(5) a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
	border:none;
	background: url(../img/common/blank_color.svg) center center no-repeat;
	background-size: 100%;
  transform: rotate(0deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.local_menu li:nth-of-type(6) a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
	border:none;
	background: url(../img/common/blank_white.svg) center center no-repeat;
	background-size: 100%;
  transform: rotate(0deg);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.local_menu li:nth-of-type(6) a {
  background-color: #9EB537;
  color: #fff;
}




/*=============================================

アクティブに遊ぶ

=============================================*/

.specialcontents_summer .c01 {
	position: relative;
	padding: 0;
	margin: 100px 0 200px 0;
	background-color: #fff2df;
}

.specialcontents_summer .c01 .photo_block {
  margin-top: 40px;
}

.specialcontents_summer .c01 .photo_block h3 {
  color: #ffffff;
  background-color: #FF4D00;
	background: linear-gradient(90deg, rgba(255,77,0,1) 0%, rgba(255,0,172,1) 100%);
}


/*見出し*/

.specialcontents_summer .c01 h2 {
	position: absolute;
	top:-50px;
	left:0;
	display: block;
	overflow: hidden;
	padding-top: 24%;
	height: 0 !important;
	line-height: 250%;
	width: 80%;
	background: url(../img/c01/contents_title.svg) center left no-repeat;
	background-size: 100% auto;
}

.specialcontents_summer .c01 .contents { z-index: 1; }

.specialcontents_summer .c01::after {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 350px;
	background: url(../img/c01/bg_pattern.svg) top center repeat-x;
	background-size: auto 100%;
}

/*メイン画像*/

.specialcontents_summer .c01 .contents_image {
	position: relative;
	height: 500px;
	margin-bottom: 170px;
	background: url(../img/c01/main.jpg) center center no-repeat;
	background-size: cover;
}

.specialcontents_summer .c01 .contents_image .contents_text {
	border: 3px solid #FF4D00;
}

.specialcontents_summer .c01 .contents_image .contents_text h3 {
	background-color:#FF4D00;
	background: linear-gradient(90deg, rgba(255,77,0,1) 0%, rgba(255,0,172,1) 100%);
}

.specialcontents_summer .c01 .contents_image .contents_text p {
	padding: 10px 20px 20px 20px;
	font-size: 80%;
}


/*ライオンアイコン*/

.specialcontents_summer .c01 .hakuba_lion {
  position: absolute;
  top: -10px;
  left: 10px;
}

/*そのほか*/

.f_text {
  float: right;
  width: 38%;
}

.image_right {
  float: right;
  margin-left: 20px;
}

.image_left {
  float: left;
  margin-right: 20px;
}

.specialcontents_summer .c01 .hakuba_lion_info {
  position: relative;
  border: 0 solid #ffbe00;
  margin: 50px 0 0 0;
  padding: 10px;
}

.specialcontents_summer .c01 .hakuba_lion_info p {
  background: url(../img/common/Hakuba-Lion3.png) center left no-repeat;
  background-size: 100px;
  padding-left: 120px;
}

.specialcontents_summer .c01 .hakuba_lion_info .hakuba_lion {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin-right: 20px;
}

.specialcontents_summer .c01 .hakuba_lion_info h4 {
  margin: 0 0 10px 0;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  color: #af8c39;
}




/*=============================================

自然で遊ぶ

=============================================*/

.specialcontents_summer .c02 {
	position: relative;
	padding: 0;
	margin: 100px 0 200px 0;
	background-color: #ecf2ff;
}

.specialcontents_summer .c02 .photo_block {
  margin-top: 40px;
}

.specialcontents_summer .c02 .photo_block h3 {
  color: #ffffff;
  background-color: #3b61ca;
	background: linear-gradient(90deg, rgba(59,97,202,1) 0%, rgba(154,82,226,1) 100%);
}

/*見出し*/

.specialcontents_summer .c02 h2 {
	position: absolute;
	top:-50px;
	left:0;
	display: block;
	overflow: hidden;
	padding-top: 24%;
	height: 0 !important;
	line-height: 250%;
	width: 80%;
	background: url(../img/c02/contents_title.svg) center left no-repeat;
	background-size: 100% auto;
	transform: rotate(-5deg);
}

.specialcontents_summer .c02 .contents { z-index: 1; }

.specialcontents_summer .c02::after {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 350px;
	background: url(../img/c02/bg_pattern.svg) top center repeat-x;
	background-size: auto 100%;
}

/*メイン画像*/

.specialcontents_summer .c02 .contents_image {
	position: relative;
	height: 500px;
	margin-bottom: 30vh;
	background: url(../img/c02/main_202406.jpg) left -130px center no-repeat;
	background-size: auto 100%;
}

.specialcontents_summer .c02::before {
	content: "";
	display: block;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.specialcontents_summer .c02 .contents_image .contents_text {
	border: 3px solid #3b61ca;
}

.specialcontents_summer .c02 .contents_image .contents_text h3 {
	background-color:#3b61ca;
	background: linear-gradient(90deg, rgba(59,97,202,1) 0%, rgba(154,82,226,1) 100%);
}

.specialcontents_summer .c02 .contents_image .contents_text p {
	padding: 10px 20px 20px 20px;
	font-size: 80%;
}

.specialcontents_summer .c02 .f3 .text_box{
	font-size: 90%;
}

/*おたりアイコン*/

.specialcontents_summer .c02 .otari,
.specialcontents_summer .c02 .yama_kawa {
  position: absolute;
  top: -10px;
  left: 10px;
}


/*おたり説明*/

.specialcontents_summer .c02 .otari_info,
.specialcontents_summer .c02 .yama_kawa_info {
  position: relative;
  border: 0 solid #ffbe00;
  margin: 10px 0 0 0;
  padding: 20px;
  font-size: 85%;
  line-height: 160%;
}

.specialcontents_summer .c02 .otari_info p {
  background: url(../img/common/otari.png) center left no-repeat;
  background-size: 80px;
  padding-left: 100px;
}

.specialcontents_summer .c02 .yama_kawa_info p {
  background: url(../img/common/yama-kawa2.png) center left no-repeat;
  background-size: 80px;
  padding-left: 100px;
}


.specialcontents_summer .c02 .otari_info .inbox,
.specialcontents_summer .c02 .yama_kawa_info .inbox {
  padding: 10px;
  font-size: 90%;
}

.specialcontents_summer .c02 .otari_info h4 {
  margin: 0 0 10px 0;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  color: #3b61ca;
}

.specialcontents_summer .c02 .yama_kawa_info h4 {
  margin: 0 0 10px 0;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  color: #5f9900;
}

.specialcontents_summer .c02 .here_button {
  background-color: #3b61ca;
}





/*=============================================

ホテルで遊ぶ

=============================================*/

.specialcontents_summer .c03 {
	position: relative;
	padding: 0;
	margin: 100px 0 200px 0;
	background-color: #ffefff;
}

.specialcontents_summer .c03 .photo_block {
  margin-top: 40px;
}

.specialcontents_summer .c03 .photo_block h3 {
  color: #ffffff;
  background-color: #b9121b;
	background: linear-gradient(90deg, rgba(185,18,27,1) 0%, rgba(227,103,31,1) 100%);
}

.specialcontents_summer .c03 .f3 .text_box {
  font-size: 90%;
}

/*見出し*/

.specialcontents_summer .c03 h2 {
	position: absolute;
	top:-50px;
	left:0;
	display: block;
	overflow: hidden;
	padding-top: 24%;
	height: 0 !important;
	line-height: 250%;
	width: 80%;
	background: url(../img/c03/contents_title.svg) center left no-repeat;
	background-size: 100% auto;
	transform: rotate(-5deg);
}

.specialcontents_summer .c03 .contents { z-index: 1; }

.specialcontents_summer .c03::after {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 350px;
	background: url(../img/c03/bg_pattern.svg) top center repeat-x;
	background-size: auto 100%;
}

/*メイン画像*/

.specialcontents_summer .c03 .contents_image {
	position: relative;
	height: 500px;
	margin-bottom: 30vh;
	background: url(../img/c03/main.jpg) center center no-repeat;
	background-size: cover;
}

.specialcontents_summer .c03 .contents_image .contents_text {
	border: 3px solid #b9121b;
}

.specialcontents_summer .c03 .contents_image .contents_text h3 {
	background-color:#b9121b;
	background: linear-gradient(90deg, rgba(185,18,27,1) 0%, rgba(227,103,31,1) 100%);
}

.specialcontents_summer .c03 .contents_image .contents_text p {
	padding: 10px 20px 20px 20px;
	font-size: 80%;
}

/*花火*/

.hanabi h3 {
  color: #b9121b;
  font-weight: bold;
  font-size: 120%;
  padding: 10px;
}

.hanabi strong {
  color: #b9121b;
  font-weight: bold;
}

/*おたりアイコン*/

.specialcontents_summer .c03 .otari {
  position: absolute;
  top: -10px;
  left: 10px;
}


/*=============================================

コルチナポイントの確認

=============================================*/

.specialcontents_summer .c04 {
	position: relative;
	padding: 60px 0;
}

.specialcontents_summer .c04 .contents {
margin: 0 10px;
	width: calc(100% - 20px);
}

/*説明段落*/
.specialcontents_summer .c04 .contents_text {
  margin-bottom: 30px;
}

.specialcontents_summer .c04 .contents_text .box {
  margin-bottom: 30px;
}

.specialcontents_summer .c04 .contents_text .box:nth-of-type(1) strong {
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-size: 1.2em;
  color: #fff;
  background-color: #00ADC4;
  border-radius: 999px;
}

.specialcontents_summer .c04 .contents_text .box:nth-of-type(2) strong {
  display: inline-block;
  border-bottom: 2px solid #FF0000;
  margin-bottom: 10px;
  font-size: 1.2em;
}

/*コルチナポイントの説明*/

.cortina_info {
  position: relative;
  margin: 0;
  padding: 20px;
  border: 1px solid #EBDBE0;
  color: #FF0000;
  text-align: center;
}

.cortina_info::after {
  content: "";
  display: block;
  width: 170px;
  height: 30px;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: url(../img/c04/contents_text_mekuer.svg) bottom right no-repeat;
  background-size: 100%;
}

.cortina_info p {
  text-align: left;
  margin-bottom: 10px;
}


/*セレクト*/

.cp_ipselect {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.cp_ipselect select {
	-webkit-appearance: none;
	appearance: none;
	width: 100% !important;
	margin: 0 !important;
	padding: 10px 30px 10px 10px !important;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 5px;
	border: 2px solid #9da8b5;
	background: #fff;
}

.cp_ipselect::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 35%;
	border-bottom: #333 2px solid;
	border-right: #333 2px solid;
	transform: rotate(45deg)translateY(-30%);
}


/*ポイント確認*/

.point_check {
	position: relative;
	margin: 30px auto 30px auto;
	padding: 60px 20px 20px 20px;
	min-height: 150px;
	border: 1px solid #cbb8a6;
	background: url(../img/c04/note_hole.png) top center repeat-x;
	background-size: 24px;
}

.point_check .point_image {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 80px;
	height: 0 !important;
	line-height: 250%;
	width: 200px;
	background: url(../img/c04/point_check_image.svg) center center no-repeat;
	background-size: 100%;
}

.point_check_area_box {
	margin: 0;
	padding: 0;
}

.point_check_data {
	position: relative;
}

.point_check_data dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 10px 0 20px 0;
	padding: 0;
}

.point_check_data dt,
.point_check_data dd {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #858a8e;
}

.point_check_data dt {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
}

.point_check_data dd {
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%;
}

.point_check_data strong {
	font-weight: bold !important;
	font-size: 120%;
	line-height: 200%;
	border-bottom: 1px solid #858a8e;
}

.point_check_data dl strong {
	border-bottom: none;
	font-size: 100%;
}

.point_check_data .point_check_data_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
	height: 0 !important;
	line-height: 250%;
	width: 30px;
	background: url(../img/common/point_check_data_close.svg) center center no-repeat;
	background-size: 100%;
}


/*=============================================

おすすめコース

=============================================*/

.specialcontents_summer .course {
	position: relative;
	padding: 60px 0;
	background-color: #f0ebdf;
}

.specialcontents_summer .course h2 {
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 110px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(../img/course/course_title.svg) top center no-repeat;
	background-size: auto 80px;
}

.course_tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0;
	padding: 0;
}

.course_tab li {
	-ms-flex-preferred-size: calc(100% / 3);
	flex-basis: calc(100% / 3);
	margin: 0;
	padding: 0;
	background-color: #cbc2a6;
	border-right: 2px solid #ffffff;
	border-left: 1px solid #cbc2a6;
	border-top: 1px solid #cbc2a6;
}

.course_tab li:nth-of-type(3n) {
	border-right: 1px solid #cbc2a6;
}

.course_tab li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	color: #000;
	font-weight: bold !important;
	font-size: 90%;
	line-height: 150%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.course_tab li a.course1::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/course/course_image1.svg) center center no-repeat;
	background-size: 100%;
}

.course_tab li a.course2::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/course/course_image2.svg) center center no-repeat;
	background-size: 100%;
}

.course_tab li a.course3::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/course/course_image3.svg) center center no-repeat;
	background-size: 100%;
}

.course_tab li a:hover {
	background-color: #ffffff;
}

.course_tab li .this {
	background-color: #ffffff;
}

.course_tab_box {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	/*height: 500px;
	overflow-y: scroll;*/
	border-right: 1px solid #cbc2a6;
	border-left: 1px solid #cbc2a6;
	border-bottom: 1px solid #cbc2a6;
}

.course_tab_box.none {
	display: none;
}

.share {
	padding: 80px 0 0 0;
}






/*=============================================

その他

=============================================*/


a.reserve {
	display: block;
	margin: 10px 0 0 0;
	padding: 14px 20px 14px 20px;
	background-color: #2a930e;
	background: linear-gradient(180deg, #2a930e 0%, #196903 100%);
	border: 4px solid #ffffff;
	box-shadow: 0 1px 6px 0 #cdcbcb;
	color: #ffffff;
	font-size: 150%;
	line-height: 180%;
	text-align: center;
	font-weight: bold !important;
	border-radius: 15px;
	transition: all .2s;
}

a.reserve i {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 200%;
}



a.reserve:hover {
	transform: translate(0px, -5px);
}

.other h5 {
	border-top: 2px solid #94ab82;
	text-align: center;
	padding: 10px 0 10px 0;
}





/*以上*/
