@charset "utf-8";
.hidden {
	display: none;
}
.fixed {
	display: block!important;
}
.title_box {
	position: relative;
}
.t_link {
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.t_link a {
    padding: 5px 10px;
    background:lightseagreen;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
    border: solid 2px #FFF;
}
.t_link a:hover {
	background: #FFF;
	color: lightseagreen;
	border: solid 2px lightseagreen;
	opacity: 1;
}
.theme_ttl {
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
	background: #3c5ca8;
	width: 100%;
	margin-top: 10px;
}

#skiresort .top_sub i, #hotel .top_sub i {
	color: #c0ddfd;
}
#tour .top_sub i {
	color: #FFF;
}


/*-------------------------------
intro
---------------------------------*/
#intro {
	padding: 20px 15px;
	background: url("../img/bg_intro.png") repeat-x bottom #fffaf2;
/*	border-bottom: solid 1px #ffbd83;*/
}
.intro_txt {
	font-family: 'M PLUS 1', sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	margin: 0 auto;
	color: #ec3a07;
	text-shadow: 3px 3px 2px rgb(255, 255, 255, 0.8);
	font-style: italic;
}


/*-------------------------------
navi
---------------------------------*/
#navi {
	margin: 15px 0 0;
}


#m_nav, #m_nav a {
	background: #b00202;
	background: -webkit-linear-gradient(bottom, rgba(176, 2, 2, 1) 0%, rgba(207, 50, 50, 1) 50%, rgba(176, 2, 2, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(176, 2, 2, 1) 0%, rgba(207, 50, 50, 1) 50%, rgba(176, 2, 2, 1) 100%);
	background: linear-gradient(to top, rgba(176, 2, 2, 1) 0%, rgba(207, 50, 50, 1) 50%, rgba(176, 2, 2, 1) 100%);
}

#m_nav ul {
	flex-wrap: wrap;
}
#m_nav li {
	flex: auto; 
	width: 25%;
	border-bottom: 1px solid #fff;
	border-right: none;
	border-left: none!important;
}
#m_nav li:not(:nth-child(4n)) {
    border-right: 1px solid #fff;
}
#m_nav a:hover {
	opacity: 1; 
	background: #E03F3F
}

.fixed #m_nav a {
	padding: 10px 5px;
}

/*-------------------------------
area_point
---------------------------------*/
#area_point {
	padding: 40px 0 50px;
	border-bottom: dotted 8px #c9d8fc;
}
#intro + #area_point {
	border-top: solid 1px #ffbd83;
}

#area_point .wrapper {
	margin: 0 20px;
}
#area_point h2.top_sub  {
	color: #f4790b;
	position: relative;
	padding: .3em 0 .2em 0.95em;
/*	border-bottom: 3px solid #f4790b;*/
	width: fit-content;
	text-align: left;
}
#area_point h2.top_sub::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #f9a642;
    content: '';
}
#area_point h2.top_sub::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #f9a642;
    content: '';
}
.point_wrap {

}

.point_box {
	margin: 20px 0 0;
	padding: 10px;
	border-radius: 10px;
	border: solid 3px #f9a642;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.point_inner {
	display: flex;
}
.point_inner figure {
	width: 32%;
}
.point_txt {
	width: 68%;
	font-size: 1.1em;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #72251d;
	line-height: 1.4;
}

.point_txt span {
	display: block;
	font-size: 0.78em;
	font-weight: normal;
	margin: 0.4em 0 0;
}

/*-------------------------------
skiresort
---------------------------------*/
#skiresort {
	padding: 40px 0;
}
#skiresort h3, #hotel h3 {
	font-size: 1em;
}
#skiresort .g_name_box, #hotel .g_name_box {
	flex-direction: column-reverse;
	width: 100%;
}
#skiresort .g_name_box .g_name_img, #hotel .g_name_box .g_name_img  {
	width: 100%;
}
#skiresort .g_name_box .g_name_img figure, #hotel .g_name_box .g_name_img figure {
	width: 100% !important;
	height: auto !important;
	margin-right: 0;
}
#skiresort .g_name, #hotel .g_name {
	margin: 0 0 10px;
}
#skiresort .list_detail {
	margin-top: 20px;
}
#skiresort .accordion_header li {
	width: 100%;
}
.oneday_link {
	width: 100%;
}
.oneday_link a {
	width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 2px 5px;
	margin-top: 5px;
	border-radius: 20px;
}
.oneday_link a:hover {
	background-image: linear-gradient(0deg, #b7e345 0%, #70b900 100%);
	cursor: pointer;
	opacity: 1;
}



/*-------------------------------
tour
---------------------------------*/
#stay {
	padding: 40px 0 60px ;
/*	background: #c0ddfd;*/
}

#stay .wrapper {
	padding: 0 15px;
}
#stay h3 {
	font-family: 'M PLUS 1', sans-serif;
	font-size: 20px;
	color: #fff;
	padding: 14px 7px 15px 18px;
	background: #3c5ca8;
	line-height: 1;
	margin: 0 0 20px;
	border-left: 10px solid #95abe0;
	letter-spacing: 0.3em;
}
#stay .top_sub {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.stay_nav {
	margin: 0 auto;
	padding: 30px 0 10px;
}
.stay_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;
}
.stay_nav ul::after {
	content: none;
}
.stay_nav ul li {
	display: flex;
	align-self: auto;
	flex-grow: 1;
	min-width: 0;
}
.stay_nav ul li a {
	display: block;
	width: 100%;
	padding: 5px 0 0;
	border-bottom: solid 3px #3c5ca8;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #3c5ca8;
	background: #e3ebff;
}
.stay_nav ul li a:hover {
	background: #3c5ca8;
	color: #fff;
	border-bottom: solid 3px #95abe0;
	opacity: 1;
}
.stay_content {
	padding: 40px 0 0;
}

.stay_wrap {
	
}
.stay_wrap::after {
	content: none;
}
.stay_box {
	padding: 10px 10px 20px;
	border: solid 2px #3c5ca8;
	margin: 20px 0 0 ;
	background: #FFF;
	border-radius: 10px;
}

.stay_box figure {
	margin: 0 0 10px;
}
.stay_box h4 {
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	margin: 0 0 5px;
}
.stay_box h4 span {
	font-size: 12px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
.stay_box .resort_access {
	font-size: 13px;
	margin: 5px 0 10px;
}
.stay_box .resort_access .sp01 {
	font-size: 10px;
	color: #FFF;
	background-color: #5893d4;
	border-radius: 1px;
	padding: 1px 5px;
	margin: 0 5px 0 0;
}
.stay_box .ico_advance li.ico {
	font-size: 11.5px;
}
.stay_box .benefits_ttl {
	padding: 8px;
	border: solid 2px #ff9000;
	background: #fff8aa;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	margin: 10px 0 0;
}
.stay_box .benefits_ttl .em {
	font-family: 'M PLUS 1', sans-serif;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: center;
	padding: 8px 5px;
	background: #ff9000;
	border-radius: 50px;
	line-height: 1;
}
.stay_plan{
	margin: 20px 0 0;
}
.stay_box h5 {
	font-family: 'M PLUS 1', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 7px 7px 5px;
	background: #002A9E;
	line-height: 1.2;
	margin: 15px 0 0;
}
.stay_box .price {
	padding: 5px 0;
	text-align: center;
}
.stay_box .price .p_red {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #bb0204;
	line-height: 1;
/*	margin: 0 0 5px;*/
}
.stay_box .price .p_small {
	font-size: 0.8em;
}
.stay_box .plan_att {
	font-size: 12px;
	margin: 5px 5px 0;
	border-top: 1px dashed;
    padding-top: 15px;
}
.stay_box .plan_att span {
	font-weight: bold;
}
.stay_box .reserve_box {
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: dashed 1px #ccc;
}
.stay_box .reserve_box select {
	border: solid 1px #adadad;
}
.stay_box .reserve_box:last-of-type {
	padding: 0;
	border-bottom: none;
}
.stay_box .reserve_box .reserve_ttl {
	margin: 0 auto 8px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #777;
	background: #eeeeee;
	width: 50%;
	padding: 5px 15px 3px;
	line-height: 1;
}
.stay_box .reserve_box .flex {
	display: flex;
	flex-wrap: nowrap;
	width: 95%;
	margin: 5px auto 0;
}
.stay_box .reserve_box .btn_f {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 7px 10px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
	margin: 0 0 0 3px;
	vertical-align: middle;
}
.stay_box .reserve_box .btn_f:hover, .stay_box .reserve_box .btn_s:hover {
	opacity: 1;
	color: #fff!important;
	background: linear-gradient(0deg, #b7e345 0%, #70b900 100%)!important;
}
.stay_box .reserve_box .btn_s {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 10px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
	margin: 0 auto;
	vertical-align: middle;
	width: 95%;
}

.stay_box .accordion_one {
	margin: 20px 0 0;
}

.stay_box .accordion_header {
	font-family: 'M PLUS 1', sans-serif;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 10px;
	background: #d2edf1;
	border: solid 2px #88bfc7;
}
.stay_box .accordion_header:hover {
		cursor: pointer;
}
.stay_box .accordion_header::before {
	content: "+";
	position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 22px;
		font-weight: normal;
}
.stay_box .accordion_header.open::before {
	content: "×";
	position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 22px;
		font-weight: normal;
}
.stay_box .accordion_innerbox {
/*	margin: 30px 0 0;*/
}


/*-------------------------------
list
---------------------------------*/
#list .top_sub {
	display: flex;
	justify-content: center;
	align-items: baseline;
	line-height: 1.4;
}


/*-------------------------------
hotel
---------------------------------*/
#hotel {
	padding: 40px 0;
}
#hotel .hotel_wrap {
	
}
#hotel .hotel_wrap::after {
	content: none;
}
#hotel .hotel_back {
	padding: 10px;
	background: #d2edf1;
	margin: 20px 0 0 ;
}
#hotel .hotel_box {
	margin: 0;
}



/*-------------------------------
---------------------------------*/
#theme_box {
	margin: 20px auto 40px;
}
#other_theme_box {
	padding: 10px 0 20px;
	background: #c0ddfd;
}
.other .swiper-wrapper {
	margin-bottom: 20px;
}
.top_sub {
	font-size: 24px;
}
#tour .top_sub {
	display: flex;
}


.expln {
	font-size: 13px;
	margin: 10px 0;
}

.f_sm {
	font-size: 11px;	
	font-weight: normal;
}



/*-----------------------------
bunner-slide
-------------------------------*/
.bunner-slide_wrap{
	margin:0 auto 40px;
	width: 95%;
	overflow: hidden;
}
.bunner-slide_wrap h3{
	margin:0 auto 10px;
	min-height:54px;
}
.bunner-slide img{
	width:220px;
}


/*clearfix*/
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}


#theme_box .cs {
	pointer-events: none;
	background: #ccc;
}




/*受付終了対応*/
/*
.btn_f, .btn01, .plan_box .plan_box_price a, .threecol_wrap .plan_box .plan_box_price a  {
	pointer-events: none;
	background: #ccc!important;
	border: none!important;
	box-shadow: none!important;
}
*/

/*個別受付終了対応*/
.cls {
	pointer-events: none;
	background: #ccc!important;
	border: none!important;
	box-shadow: none!important;
}


