@charset "utf-8";

body {
	width: 100%;
	min-width:360px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: scroll;
	font-size:14px;
  	-webkit-text-size-adjust: 100%;
}
img{-ms-interpolation-mode: bicubic;}
 
.pc{display:none !important}

.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}
figure{
	margin:0;
	position: relative;
}
figure img {
	width:100%;
}
figcaption{
	font-size: 11px;
	position: absolute;
	bottom: 2px;
	right: 7px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
select {
	width: 100%;
	height: 38px!important;
}
.notice {
    background-color: #e50012;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
	display: none;
}
.notice.op {
	display: block;
}
.bg-gray{
	background-color:#f2f2f2;
	padding:20px 0 40px;
}
#k_contents{
	width:100%;
	/*max-width:600px;*/
	margin:0 auto;
}
#area, #jrpoint {
	background: #c0ddfd;
	position: relative;
	padding: 20px 0 60px;
}
#area::before {
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 0 100vw;
  border-style: solid;
	bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}
#popular, #faq, #skitheme, #column {
	position: relative;
	background: #fff;
	padding: 20px 0 60px;
}
#jrpoint::before, #popular::before {
  border-color: transparent #c0ddfd transparent transparent;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}
h2 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	font-style: normal;
	max-width: bold;
}



/*title-------------------
--------------------------*/
#title_wrap{
}
.title_box {
	max-width: 600px;
	margin: 0 auto;
}
.title_box img{
	display:block;
	width:100%;
	margin:0 auto 0;
}
.title_box span.title {
	display:none;
}


/*-------------------------------
nav
---------------------------------*/
#navi {
	font-family: 'M PLUS 1p', sans-serif;
}
#l_navi {
  width: 100%;
  margin: -40px 0 -7px;	
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
#l_navi li {
	width: 48%;
	text-align: center;
}
#l_navi li:first-child {
	margin-right: 1%;
	margin-left: 1%;
}
#l_navi .navibtn a {
	display: block;
	background: #fff;
	color: #3c78d8;
	border-radius: 10px;
	border: 2px solid #3c78d8;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 5px;
}
#l_navi .active a {
	display: block;
	background: #3c78d8;
	color: #fff;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	padding: 10px 0;
	border: 2px solid #3c78d8;
}


.fixed {
    position: fixed;
    bottom: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 999;
}
#m_nav {
  width: 100%;
  margin: 0 auto;
}
#m_nav ul {
  display:flex;
  justify-content:space-between;
  list-style-type: none;
}
#m_nav li {
  display: flex;
  flex: 1;
  border-right: 1px solid #fff;
  min-width: 0;
}
#m_nav li:first-child{
  border-left: 1px solid #fff;
}
#m_nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 5px 5px 18px 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #3c5ca8;
  word-break: break-all;
  font-weight: bold;
  box-sizing: border-box;
}
#m_nav a:hover {
  background:#84A0E5;
	color: #000;
	opacity: 1!important;
}
#m_nav a:after {
    content: "";
    position: absolute;
    bottom: 12px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fixed #m_nav a {
  padding: 5px;
}
.fixed #m_nav a:after {
    content: none;
}
.t_nav {
	margin: 5px 0 10px;
}
.t_nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	width: 100%;
}
.t_nav ul li {
	display: block;
	margin: 0 5px 5px 0;
}

.t_nav ul li a {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 15px;
	background: #7C7ED3;
	color: #fff;
}
#jrpoint .wrapper {
	padding: 0 10px;
}


/*-------------------------------
tour_info
---------------------------------*/
#tour_info {
	padding: 40px 20px 0;
}
#tour_info .tour_info_wrap {
	font-size: 1.2em;
	font-weight: 800;
	text-align: center;
	padding: 15px;
	border: double 6px #0294e2;
	background: #eef6ff;
	color: #037aef;
}
#tour_info .tour_info_wrap p {
	font-family: 'M PLUS 1p', sans-serif;
	text-shadow: 2px 2px 1px rgb(255 255 255 / 80%);
}
#tour_info .tour_info_wrap span {
	display: block;
	margin: 10px 0 0;
	font-size: 0.8em;
	font-weight: normal;
}



/*-------------------------------
hayawari
---------------------------------*/
#hayawari {
	padding: 30px 20px;
}
#hayawari h2 {
	display: block;
	margin: 0 auto 2rem;
	font-size: 1.4rem;
	position: relative;
	font-weight: 700;
	text-align: center;
	color: #8b4d20;
	letter-spacing: normal;
}
#hayawari h2 p {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#hayawari h2 p::before,
#hayawari h2 p::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color:currentColor !important;
	position: unset;
	border: unset;
	margin-left: unset;
	margin-right:unset;
	flex-grow: unset;
}
#hayawari h2 p::before{
	margin-right:0.5rem;
	transform: rotate(60deg);
}
#hayawari h2 p::after {
	margin-left:0.2rem;   
	transform: rotate(-60deg);
}
.date_box {
	border: 1px dotted #8b4d20;
	padding: 1rem;
	background: #FFF;
}
.ico {
    background: #eb2a89;
    line-height: 1;
	padding: 10px 8px;
	margin: 0 ;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	word-break: keep-all;
}
.ico span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
	color: #FFF;
}
.date li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1rem 0 0 0; 
}
.date li div {
	border: 1px solid #eb2a89;
	display: flex;
    align-items: center;
	background: #fff;
	min-width:250px;
}
.date_today {
	text-align: center;
}
.date_departure {
	color: #eb2a89;
	font-weight: bold;
	word-break: keep-all;
	font-size: 1.1rem;
	padding: 0 10px;
}
.date_after{
	text-align: center;
	font-weight: bold;
			font-size: 1.1rem;
	margin-top: 1rem;
	}

.mark {
	margin-top: 20px;
	text-align: center;
}
.mark p {
	margin-right: 0.5em;
}
/*-------------------------------
popular
---------------------------------*/

#popular{
	margin: 0 auto;
}
#popular .wrapper {
	padding: 0 20px;
}
.top_sub {
	padding: 0.5rem 0;
	text-align: center;
	font-size: 24px;
	color: #3c5ca8;
	}
#area .top_sub {
	display: flex;
/*	white-space: nowrap;*/
	}
#area .top_sub i, #theme .top_sub i, #list .top_sub i {
	color: #fff;
}
#popular .top_sub i, #skitheme .top_sub i {
	color: #c0ddfd;
}
.top_sub i {
	margin: 0 10px;
}
.top_sub span {
	display: inline-block;
	text-shadow: none;
	font-size: 16px;
	color: #FF6688;
}
#popular ul li {
	background:#fff;
	margin: 1rem auto;
	padding: 0.8rem;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 1px solid #3c5ca8;
}
#popular ul li .flex {
	display: flex;
	align-items: stretch;
}
#popular ul li .flex figure {
	width: 50%;
	margin-right: 10px;
}
#popular ul li .ttl  {
	color: #3c5ca8;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.5;
	width: 50%;
}
#popular ul li .ttl span {
	display: inline-block;
	padding: 0.3rem 0.5rem;
	margin-bottom: 0.3rem;
	background-color: #3c5ca8;
	color: #fff;
	font-size: 0.9rem;
}
#popular ul li .ttl a {
	color: #3c5ca8;
}
#popular ul li .txt  {
	margin: 0.5rem auto;
}
#popular ul li .btn01 a  {
	background-image: linear-gradient(to bottom, #c5ed5f 0%, #92cc00 50%);
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 0.8rem;
	border-radius: 20px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#popular h2 {
	display: flex;
}
#popular.od h2 {
	display: block;
}
#popular.od h2.top_sub i {
	margin: 0 5px;
}

/*-------------------------------
area
---------------------------------*/
#area{
	margin: 0 auto;
}
#area h3 {
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(to right, #fff 0%, #c0ddfd 100%);
	color: #3c5ca8;
	margin-bottom: 3px;
	padding-left: 10px;
	border-radius: 10px;
}
#area .swiper {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.fa-crown {
	color: darkgoldenrod;
}
.fa-location-dot {
	color: darkslateblue;
}
.rank .swiper {
	padding: 15px 10px 20px;
}
.swiper-slide#rank01 {
	background: gold;
}
.swiper-slide#rank02 {
	background: silver;
}
.swiper-slide#rank03 {
	background: #B87333;
}
#rank01, #rank02, #rank03 {
	position: relative;
	padding: 5px;
}
#rank01:before {
	content: "";
	display: inline-block;
	width: 20%;
	height: 20%;
	background: url("../img/ic_rank1.png") no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	top:-15px;
	left:0;
	z-index: 10;
}
#rank02:before {
	content: "";
	display: inline-block;
	width: 20%;
	height: 20%;
	background: url("../img/ic_rank2.png") no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	top:-15px;
	left:0;
	z-index: 10;
}
#rank03:before {
	content: "";
	display: inline-block;
	width: 20%;
	height: 20%;
	background: url("../img/ic_rank3.png") no-repeat;
	background-size: contain;
	margin-right: 8px;
	position: absolute;
	top:-15px;
	left:0;
	z-index: 10;
}
.middle_area {
	width: 100%;
	background: #F0FAFC;
	margin-bottom: 20px;
	border-top: 1px solid #3c5ca8;
	border-bottom: 1px solid #3c5ca8;
}
.middle_area ul {
    display: flex;
	flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.middle_area ul li {
    display: flex;
    width: 25%;
    box-sizing: border-box;
    margin: 0;
}
#second .middle_area ul li, #fourth .middle_area ul li {
    width: 33.3%;
}
#third .middle_area ul li, #fifth .middle_area ul li, #sixth .middle_area ul li {
    width: 50%;
}
/*.middle_area ul li:not(:nth-child(-n+4)) {
    border-top: 1px solid #3c5ca8;
}*/
.middle_area ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
	color: #3c5ca8;
	text-wrap: nowrap;
}
.middle_area ul li a::after {
	content: "▼";
	font-size: 11px;
    margin-left: 2px;
}
.s_area_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 5px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
/*-tab-*/
.tab-wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.tab-label {
	font-family: tbudgothic-std, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
	color: #3c5ca8;
	cursor: pointer;
	flex: 1;
	order: -1;
	padding: 12px 10px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}
.tab-label:hover {
	background: #d2edf1;
}
.tab-switch:checked + .tab-label {
	color: #3c5ca8;
	background: #fff;
}
.tab-label::after {
	background: #3c5ca8;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	/*padding: 0 20px;*/
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 96%;
	margin: 0 auto;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}
.tab-switch {
	display: none;
}
/*-tab-*/

.list_detail {
	margin-bottom: 10px;
}
.sp_list {
	background: #d2edf1;
	border: 10px solid #d2edf1;
	margin-bottom: 20px;
}
.s_f_b {
	font-weight: bold;
	margin-right: 10px;
}
.accordion_inner {
	display: none;
}
.accordion_header {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	font-size: 12px;
	background: #d2edf1;
	padding: 8px;
}
.accordion_header li {
	display: flex;
	align-items: center;
	justify-content: stretch;
	margin-bottom: 5px;
}
.accordion_header li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.accordion_header li:before {
  content: attr(data-label);
  }

.accordion_header .ski_ttl_area {
	font-size: 13px;
	color: #fff;
	background: #3c5ca8;
	padding: 3px 5px;
	width: 20%;	
	justify-content: center;
	align-items: center;
	line-height: 1.2em;
}
.f_sm{
	font-size: 11px;
}
.accordion_header .ski_ttl {
	font-size: 16px;
	background: #fff;
	width: 80%;
	padding: 8px;
	align-items: center;
}
.accordion_header .ski_ttl p {
	display: inline-block;
	line-height: 1.2em;
}
.accordion_header .splink li {
	color: #5893d4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color:#5893d4;
	background: #fff;
	margin-right: 10px;
	padding: 3px 4px;
}
.accordion_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color:#ff0000;
	background: #fff;
	padding: 3px 4px;
}
.accordion_header .yado {
	width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	color: #fff;
	justify-content: center;
	font-size: 14px;
	padding: 2px 5px;
	margin-top: 5px;
	border-radius: 20px;
}
.accordion_header .yado::after {
	content: "▼";
	font-size: 12px;
	margin-left: 3px;
}
.open .yado::after {
	content: "×";
	font-size: 12px;
	margin-left: 3px;
}
.g_name_box {
	display: flex;
	align-items: flex-start!important;
}
.g_name_box .g_name_img figure {
	width: 80px;
	height: 55px;
	margin-right: 5px;
	overflow: hidden;
}
.accordion_header .g_name_box .g_name_img figure {
	width: 100px;
	height: 69px;
}
.g_name_box .g_name {
	font-size: 15px;
	font-weight: bold;
}
.g_name_box .g_name span {
	background-color: #3c5ca8;
	color: #fff;
	padding: 2px 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.g_detail {
	background: #F0FAFC;
	width: 100%;
    padding: 5px;
}
.g_detail dl > div {
    display: flex;
    flex-wrap: wrap;
}
.g_detail dl dt {
	font-weight: bold;
}
.g_detail dl dd {
	margin-right: 15px;
}
.g_map {
	text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #3c5ca8;
	color: #3c5ca8;
}
.accordion_innerbox {
	display: none;
	width: 100%;
}
.ac_inner {
	background: #F0FAFC;
	padding: 10px;
}
.ac_inner div:before {
    content: attr(data-label);
    font-weight: bold;
  }
.hotel_box {
	background: #fff;
	border: 1px dashed #bbb;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0 5px 0;
}

.hotel_box .hotel_name_box {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.hotel_box .hotel_area {
	background-color: #3c5ca8;
	color: #fff;
	padding: 2px 5px;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
}
.hotel_box .hotel_name {
	font-size: 15px;
}
.hotel_box .hotel_option{
	margin: 5px 0;
}

.hotel_box .icon img {
	margin: 0 1px;
	width: 25px;
}
.hotel_box .btn_box {
/*	display: flex;
	align-items: center;
	justify-content: space-between;*/
	margin-top: 10px;
}
.hotel_box .btn_box div {
	flex: 1;
	width: 100%;
}
.hotel_box .hotel_price {
	border-top: 1px dashed #bbb;
	padding: 5px 0;
}
.hotel_box .hotel_price div {
	margin: 5px 0 0;
}
.hotel_box .hotel_price .price {
	font-size: 1.3em;
	font-weight: bold;
    color: #bb0204;
    line-height: 1;
	text-align: right;
}
.hotel_box .s_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(0deg, #e77b28 0%, #f9984d 100%);
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 auto;
}

.hotel_box .s_btn_lp a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 10px;
    white-space: nowrap;
    margin: 5px 4px 0;
	background-image: linear-gradient(0deg, #e77b28 0%, #f9984d 100%);
}
.hotel_box .k_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(0deg, #33bf95 0%, #50d8af 100%);
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 auto;
}
.hotel_box .k_btn_lp a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    white-space: nowrap;
    margin: 0 4px;
	background-image: linear-gradient(0deg, #33bf95 0%, #50d8af 100%);
	border-radius: 10px;
}

.hotel_box .hotel_area,.hotel_box .icon {
	word-break: keep-all;
}
.btn_box .flex {
	display: flex;
	flex-wrap: nowrap; 
	margin-bottom: 3px;
}
.s_btn01, .k_btn01 {
	font-size: 12px;
	display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px;
	margin: 0 0 0 3px;
}
.s_btn01 {
	background-image: linear-gradient(0deg, #e77b28 0%, #f9984d 100%);
}
.k_btn01{
	background-image: linear-gradient(0deg, #33bf95 0%, #50d8af 100%);
}
.hotel_info .final a {
	display: block;
	width: 98%;
	font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: none;
	background-image: linear-gradient(0deg, #ff4343 0%, #ff4343 100%);
	padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
    margin: 15px 5px -5px;
}

.ico_advance {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ico_advance li {
	padding: 8px 6px;
	margin: 0 5px 5px 0;
	color: #FFF;
}
.ico_advance li.ico {
	background: #eb2a89;
	line-height: 1;
	font-size: 12px;
}
.ico_advance li.ico span {
	font-size: 1.4em;
	line-height: 1;
	font-weight: bold;
}


.list_advance li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.4;
}


/*-------area_link-------*/
.area_link {
	padding: 20px 20px 10px;
}
.area_link_wrap {
	
}
.area_link_wrap::after {
	content: none;
}
.area_link_wrap a {
	background: #fff;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
	font-size: 1.1em;
	color: #3c5ca8;
	font-weight: bold;
	border: solid 1px #3c5ca8;
	transition: 0.3s ease-in-out;
	margin: 0 0 20px;
}
.area_link_wrap a::before {
  content: '';
  position: absolute;
  bottom: -7px;
	right: -7px;
	width: 100%;
	height: 2px;
  background-color: #3c5ca8;
  transition: 0.2s ease 0s;
}
.area_link_wrap a::after {
  content: '';
  position: absolute;
  top: 7px;
	right: -7px;
	width: 2px;
	height: 100%;
  background-color: #3c5ca8;
  transition: 0.2s ease 0.2s;
}
.area_link_wrap a:hover::before {
  width: 0%;
}
.area_link_wrap a:hover::after {
  height: 0%;
}
.area_link_wrap a:hover {
  text-decoration: none;
  background-color: #3c5ca8;
	color: #FFF;
	opacity: 1;
}


/*-------------------------------
theme
---------------------------------*/
#theme, #list{
	margin: 0 auto;
	background: #c0ddfd;
	position: relative;
	padding: 20px 0 40px;
}
.otoku {
    text-align: center;
    font-size: 18px;
    color: #ff0b6f;
    line-height: 1.2;
    position: relative;
}
.otoku::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #5677c4;
    left: 15%;
    top: 0;
    bottom: -5px;
    margin: auto;
    transform: rotate(-25deg);
}
.otoku::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #5677c4;
    right: 15%;
    top: 0;
    bottom: -5px;
    margin: auto;
    transform: rotate(25deg);
}

.theme_menu {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 15px; 
}
.theme_menu a {
	background: #fff;
}
.theme_menu_item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px;
  border-bottom: 2px solid #c0ddfd;
	position: relative;
}

.theme_menu_item dt {
	width: 25%;
}
.theme_menu_item dd {
	font-size: 18px;
	padding: 0 15px;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
}
.theme_menu a dd p {
	color: #3c5ca8;
}
.theme_menu_item dd .sub {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	background-color:#D1BF45;
	border-radius: 10px;
	padding: 3px 10px;
}
.triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 10px;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #DEE7ED;
}
#theme .top_sub {
	display: flex;
	}

/*リンクを無効にする場合*/
.theme_menu .cs {
    pointer-events: none;
	background: #eee;
	position: relative;
}
.theme_menu .cs::before {
	content: 'coming soon';
	position: absolute;
	bottom: 5px;
	right: 20px;
	z-index: 100;
	font-size: 14px;
	color: red;
}
#theme .top_sub p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	color: #bb0204;
}
/*------------------------
skitheme
---------------------------*/
#skitheme {
	
}
#skitheme h3 {
	font-size: 15px;
	font-weight: bold;
	background: linear-gradient(to right, #c0ddfd 0%, #fff 100%);
	color: #3c5ca8;
	margin-bottom: 3px;
	padding: 3px 10px;
	border-radius: 20px;
}
.wrap10 {
	padding: 10px;
}
#skitheme .lead {
	margin: 5px 0 3px;
}
#skitheme .k_btn01 a {
	color: #fff;
}
#skitheme .k_btn01 {
    margin: 5px 0 0;
	font-size: 14px;
}
/*---------------------------
point
-----------------------------*/

#point {
	padding: 0 0 20px;
}
#point img {
	width: auto;
	height: 30px;
	margin: 0 0 5px
}
#point h2, #select_type h2 {
	/*font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-size: 18px;
	text-align: center;
	color: #0d499b;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
}
#point h2::before, #select_type h2::before {
	margin-right: 10px;
}
#point h2::after, #select_type h2::after {
	margin-left: 10px;
}
#point h2::before, #point h2::after, #select_type h2::before, #select_type h2::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #4493d6;
}

#point ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 7px 0 10px;
}
#point ul li {
	width: 32%;
        padding: 15px 5px 5px;
        background: #FFF;
        font-size: 13px;
        text-align: center;
        line-height: 1;
        color: #333;
        /* box-shadow: 3px 3px 0 rgb(167 188 226); */
        border: solid 1px #95b4eb;
        border-radius: 100% 100% 0 0;
}
#point ul li span {
	background: linear-gradient(transparent 70%, #fffbd3 60%);
	line-height: 1.2;
	font-weight: 500;
}
#point p {
	color: #ec0004;
}
#point .point_btn {
	margin: 5px 0 0;
}
#point .point_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 8px 20px 8px 0;
	border: 1px solid #1069a8;
	border-radius: 5px;
	background-color: #2589d0;
  color: #fff;
	font-size: 1.2em;
}
#point .point_btn a::after {
	position: absolute;
	right: 2em;
	transform: translateY(-50%);
	transform-origin: left;
	width: 2em;
	height: .5em;
	background-color: #fff;
	clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
	content: '';
	transition: transform .3s;
}
#point .point_btn a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}


/*------------------------
select_type
---------------------------*/
#select_type {
	padding-bottom: 20px;
}
#select_type h2 {
	
}
#select_type dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px 0 0;
}
#select_type dl dt {
	font-size: 1.1em;
	color: #FFF;
	font-weight: 600;
	width: 35%;
	padding: 5px;
	background: #86a6e0;
	line-height: 1.1;
	margin: 0 0 3px;
	display: flex;
  align-items: center;
}
#select_type dl dd {
	width: 65%;
	padding: 5px;
	margin: 0 0 3px;
	background: #ecf2fb;
	line-height: 1.4;
	display: flex;
  align-items: center;
}
#select_type dl dt:last-of-type, #select_type dl dd:last-of-type {
	margin: 0;
}
#select_type .st_point {
	font-size: 1.1em;
	color: #4271c7;
	font-weight: 600;
	margin: 10px auto ;
	padding: 10px;
	border: dashed 3px #4271c7;
	background: #fff997;
	line-height: 1.2;
}
/*------------------------
skiresort_table
---------------------------*/
.skiresort_table{
	margin: 0 10px 25px;
	overflow-x: scroll;
}
.skiresort_table table{
	background-color: #FFF;
	width: 960px;
}
.skiresort_table th, .skiresort_table td{
	text-align: center;
	font-weight: normal;
	border: solid 1px #89add5;
	padding: 10px 5px;
}
.skiresort_table .th01{
  color: #FFF;
  line-height: 120%;
  background-color: #5893d4;
}
.skiresort_table a{
	color: #5893d4;
	font-weight: bold;
	text-decoration: underline;
}



.th_beginner{
	background-color:#FCE4EC;
}
.th_intermediate{
	background-color:#FFF8E1;
}
.th_advanced{
	background-color:#E8EAF6;
}
/*-----------------------------
plan
--------------------------------*/

.subttl_a,.subttl_b{
	font-size:26px;
	color:#FFF;
	font-weight: 400;
	text-align:center;
	margin:30px auto;
  position: relative;
  padding: 7px 7px calc(7px + 7px);
  width: 92%;
}
.subttl_a{
  background: #af0202;
}
.subttl_b{
  background: #2e60ed;
}
.subttl_a:before,.subttl_b:before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 98%;
  height: 94%;
  content: '';
}
.subttl_a:before{
  border: 4px solid #7a0000;
}
.subttl_b:before{
  border: 4px solid #012999;
}

.one_resort{
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	margin: 5px 10px;
}
.about_resort{
	padding: 0 0 10px;
}
.about_resort figure{
	margin: 0 0 10px;
}

.about_resort h3{
	font-size: 18px;
	margin: 0 0 5px;
}
.about_resort h3 span{
	font-size: 12px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
.about_resort .resort_access {
	margin: 0 0 10px;
}
.about_resort .resort_access .sp01{
		font-size: 10px;
    color: #FFF;
    background-color: #5893d4;
	border-radius: 1px;
    padding: 1px 5px;
    margin: 0 5px 0 0;
}
.about_resort .resort_cap {
	margin: 10px 0;
	line-height: 1.4;
}
.one_re_table{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 0 10px;
}
.table01{
	width: 100%;
	margin: 0 0 3px;
}
.table02{
	width : calc(100% - 130px);
}
.one_re_table th, .one_re_table td{
	font-weight: normal;
	border: solid 1px #89add5;
}
.one_re_table .th01{
	font-size: 10px;
  color: #FFF;
	line-height: 120%;
  background-color: #5893d4;
  padding: 3px;
}
.one_re_table td{
	font-size: 11px;
	text-align: center;
  padding: 3px 8px;
}
.one_re_table .level th{
	font-size: 10px;
}
.about_resort .gelande_link a{
	font-size: 12px;
	color: #070d59;
	font-weight: bold;
	text-align: center;
	border: solid 2px #070d59;
	border-radius: 10px;
	padding: 3px 10px;
	width:  fit-content;
	box-shadow: 0 1px 1px rgb(0 0 0 / 28%);
	display: block;
	margin:0 0 0 20px;
}
.about_resort .gelande_link a:hover{
	opacity: 1;
	color: #FFF;
	background-color: #070d59;
}


#one_resort01 .plan_ttl02{
	color: #4273a3;
	font-weight: bold;
}

.recommend_plan .one_resort{
	position: relative;
}

.ribbon {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
	font-family:'M PLUS 1p', sans-serif;
	font-weight: bold;
  font-size: 14px;
  background:#FFB74D;
  color: #FFF;
  box-sizing: border-box;
	position: absolute;
	top:5px;
	left: -4px;
	z-index: 10;
}



/*-----------------------------
plan_box
--------------------------------*/
.about_plan_col1 {

}
#list .about_plan_col1 h4 {
	font-size: 16px;
	text-align: center;
	color:#fff;
	padding: 7px;
	background: #002A9E;
	line-height: 1;
	margin-top: 5px;
}
#list .plan_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
  border-bottom: dotted 2px #ccc;
}
#list.about_plan_col1 .plan_box:last-child {
  border-bottom: none;
}
#list .plan_box .plan_box_price, .plan_box .plan_box_plan {
	font-size: 15px;
	font-weight: bold;
}
#list .plan_box .plan_box_plan {
	margin: 0 0 10px;
}
#list .plan_box .plan_box_plan p.plan {
	position: relative;
 	padding: 0 0 0 30px;
}
#list .plan_box .plan_box_plan p.plan::before {
	content: '';
	display: inline-block;
	background-image: url(../oneday_karuizawaprince/img/ico_train.png);
	background-repeat: no-repeat;
	background-size: contain;	
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12%;
	left: 0;
}
#list .plan_box .plan_box_plan p.plan.p_10th::before {
	background-image: url(../oneday/img/ico_10th.png);
}
#list .plan_box .plan_box_plan p.plan span {
	padding: 3px 5px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	color: #fff;
  background: #ed944a;
	display: inline-block;
}
#list .p_benefits {
	font-size: 0.8em;
	margin: 10px 0 0 0;
	width: fit-content;
}
#list .p_benefits span {
	background: linear-gradient(transparent 0%, #fffbd5 0%);
  display: inline;
	padding: 3px 5px;
	color: #555;
	letter-spacing: 0.07em;
}
#list .plan_box .plan_box_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#list .plan_box .plan_box_price p.price {
	width: 63%;
	line-height: 1.4;
}
#list .plan_box .plan_box_price p.price span.price_red {
	font-size: 1.3em;
	color: #bb0204;
	line-height: 1;
}
#list .plan_box .plan_box_price p.price span.small {
	font-size: 0.7em;
}

#list .plan_box .plan_box_price a {
	display: inline-block;
	position: relative;
	width: 35%;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 8px 5px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
}

#list .plan_box .plan_box_price .cms {
	width: 35%;
}
#list .plan_box .plan_box_price .cms a {
	width: 100%;
}
#list .plan_box .plan_box_price .cms p {
	font-size: 0.9em;
	color: #999;
	font-style: italic;
}

#list .accordion_header {
	display: block;
	position: relative;
	font-size: 14px;
	text-align: center;
	color:#000;
	padding: 5px;
	margin-top: 10px;
}
#list .accordion_header::before {
	content: "+";
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#list .accordion_header.open::before {
	content: "×";
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#list .ac_inner {
	background: #fff;
	padding: 0;
}
.about_plan_col1 .plan_att {
	font-size: 12px;
	margin: 20px 5px 0;
}
.about_plan_col1 .plan_att span {
	font-weight: bold;
}
#list .dropdown .plan_box .plan_box_price {
}
#list .dropdown .plan_box .btn01 {
	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;
	vertical-align: middle;
}
#list .dropdown .plan_box .btn01:hover {
	opacity: 1;
	color: #fff!important;
	background: linear-gradient(0deg, #b7e345 0%, #70b900 100%)!important;
}
#list .dropdown select {
	width: auto!important;
}


/*-------hash----------*/
.hash {
	padding: 5px 5px 0;
	background: #f1f1f1;
	margin: 0 0 10px;
}
.hash ul {
	
}
.hash ul li {
	font-family: 'M PLUS 1p', sans-serif;
	font-style: italic;
	font-size: 0.95em;
	padding: 0 0.7em 3px 0;
	display: inline-block;
	color: #000;
}





/*-----------------------------
st_recommend_point
-------------------------------*/
#st_recommend_point{
	font : normal 14px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  padding: 20px 0 ;
}
.contents{
	width:95%;
	margin:0 auto;
}
#st_recommend_point h2 {
	/*font-size: 28px;*/
  font-size: 17px;
	margin: 20px auto 0;
	text-align: center;
	/*padding: 8px;*/
  padding: 10px 5px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
	/*line-height: 1.2;*/
  line-height: 1.5;
}
#st_recommend_point h2 span{
  font-size: 22px;
}
#st_recommend_point h3 {
	width: 100%;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #1ca6b8;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #1ca6b8;
	padding: 4px 0 5px;
	margin: 20px auto 15px;
	line-height: 1.4;
}

#st_recommend_point .phrase {
	padding: 10px;
	background: #f06402;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	border-radius: 50px;
	/*-webkit-box-shadow: 5px 5px 0 #913500;
  box-shadow: 5px 5px 0 #913500;*/
}

.sugo-ap-group{
	margin: 10px 0 0;
}
.sugo-tab-group{
  display: flex;
  justify-content: center;
	margin: 0 5px;
}
.sugo-tab{
  flex-grow: 1;
  padding: 5px 5px 24px;
  list-style:none;
  text-align:center;
  cursor:pointer;
	width: 50%;
	-webkit-tap-highlight-color: transparent;
}
.sugo-panel-group{
  height:auto;
  border-top:none;
  padding: 15px;
  border:solid 2px #1ca6b8;
}
.sugo-panel{
  display:none;
}
.sugo-tab.is-active{
	position: relative;
}
.sugo-tab img {
	filter: brightness(0.9) drop-shadow(0px 6px 0px #107c8b);
	transition-property: filter;
	transition-duration: .5s;
	transition-timing-function: ease;
	cursor: pointer;
	width: 100%;
}
.sugo-tab img:hover {
	filter: brightness(0.9) drop-shadow(0px 3px 0px #107c8b);
  transform: translate(0, 3px);
  transition-duration: 0.5s;
}
.sugo-tab.is-active img {
	filter: brightness(1) drop-shadow(0px 6px 0px #107c8b);
	transform: translateY(-7px);
}
.sugo-tab.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	border: 20px solid transparent;
	border-bottom: 18px solid #1ca6b8;
	width: 0;
	height: 0;
}
.sugo-panel.is-show{
  display:block;
}
.planBOX09{
	margin: 0;
}

.about_point {
  margin: 50px auto 0;
}
.about_point h4 {
  width: 80%;
  text-align: center;
  margin: auto;
}
.about_point_box {
  background: #fff;
  /*padding: 20px;*/
  margin: 0 auto;
}
.about_point_box:not(:first-of-type) {
  margin: 50px auto 0;  
}
.about_point_box h4 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.about_point_box h4 img {
  display: block;
  position: absolute;
  top: -46px;
  left: -16px;
  width: 100px;
}
.about_point_content {
  margin: 20px auto 0;
}
.about_point_txt {
}
.about_point_txt p:not(:first-of-type) {
  margin: 10px auto 0;
}
.mark_seat {
  width: 180px;
  height: 28px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content > li figure {
  margin: 14px auto 0;
}
.about_point_content .trim01 {
  width: 960px;
  height: 110px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content .trim02 {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: 0 100%;
}
.f_orange {
  color: #f06400;
  font-size: 24px;
}

.youtube {
	position: relative;
	padding-top: 56.25%;
	margin: 0;
}
.youtube iframe,
.youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.st_link {
	margin: 30px auto;
  text-align: center;
}
.st_link a {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 0px;
	background: #1ca6b8;
	color: #FFF;
	text-align: center;
	width: 85%;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
}
.st_link a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translate(50%, -50%) rotate(-90deg);
	border: 9px solid transparent;
	border-top: 10px solid #fff;
	transition: 0.3s;
}
.encyo {       
        border: 2px solid #f06402;
        padding: 5px 5px 2px 5px;
        font-weight: 600;
        line-height: 1.4;
        background: #ffe5c4;
        text-align: center;
    margin-bottom: 20px;    
}
.encyo2 {
        border: 2px solid #f06402;
        padding: 5px 5px 5px 10px;
        font-weight: 600;
        line-height: 1.4;
        background: #ffe5c4;
}
.encyo2 + p {
    margin: 0!important;
    margin-bottom: 5px!important;
}
/*-------------------------------
column
---------------------------------*/

#column {    
	padding-bottom: 20px;
}
.contents_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #332f2a;
  padding: 8px;
}
/*column*/
.column_box {
  width: 88%;
  display: block;
  color: #332f2a;
  margin: 12px auto 0;
}
.column_box + .column_box {
  border-top: 1px dashed #efefef;
  padding-top: 18px;
  margin-top: 18px;
}
.column_txt {
  margin-top: 8px;
}
.column_box h3 {
  font-size: 15px;
  font-weight: bold;
}
.column_date {
  font-size: 13px;
  margin-top: 8px;
}
.column_comment {
  margin-top: 8px;
}
/*more-view*/
.list-item {
  opacity: 1;
}
.list-item.is-hidden {
  position: absolute;
  opacity: 0;
  height: 0;
  margin: 0;
}
.list-item.is-hidden a {
  pointer-events: none;
}
/* おすすめの国内旅行情報ここまで */

/*-------------------------------
faq
---------------------------------*/
#faq, #faq_od {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 15px 15px;
	margin: 20px 10px 40px;
}
.faq_lead {
	color: #604c3f;
/*  text-align: center;*/
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl, #faq_od dl {
 margin: 0;
}
#faq dt, #faq_od dt {
  font-size: 15px;
  font-weight: bold;
	margin: 0 auto 5px;
}
#faq dt:not(:first-of-type), #faq_od dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 5px;
}
#faq dd, #faq_od dd {
	font-size:13px;
	margin: 0 0 0 20px;
}
#faq dt:before,
#faq dd:before,
#faq_od dt:before,
#faq_od dd:before {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before, #faq_od dt:before {
  content: "Q.";
  color: #62b9c3;
}
#faq dd:before, #faq_od dd:before {
  content: "A.";
  color: #d3628f;
}

/*-----------------------------
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;
}
.slick-dots > li:first-child:last-child {
    display: none;
}




/*clearfix*/
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}




/*-----------------------------
coming soon
-------------------------------*/
.cs .k_btn01 {
	pointer-events: none;
	background: #ccc;
}
.plan_box_price.cs a {
	pointer-events: none;
	background: #ccc!important;	
	border:1px solid #ccc!important;
}
.plan_box_price.cs .price_red {
	color: #999!important;
	font-size: 1.2em;
}

.cls {
	pointer-events: none;
	background: #ccc!important;
	border: none!important;
	box-shadow: none!important;
}

/*-----------------------------
final
-------------------------------*/
.final {
	background-color: #ff4343;
	padding: 15px;
	margin: 20px 0 0;
}
.final h2.final_ttl {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffff00;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.final h2.final_ttl::before, .final h2.final_ttl::after {
	background-color: #ffff00;
	content: '';
	width: 30px;
	height: 2px;
	position: unset;
	border: unset;
	margin-left: unset;
	margin-right: unset;
	flex-grow: unset;
}
.final h2.final_ttl::before {
	margin-right: 5px;
	transform: rotate(60deg);
}
.final h2.final_ttl::after {
	margin-left: 5px;
	transform: rotate(-60deg);
}
.final p {
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.final .final_info {
	padding: 10px 5px;
	background: #FFF;
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}
.final .final_info h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0.5em;
	background: #ffe0e0;
	padding: 3px;
}
.final .final_info a {
	text-decoration: underline;
}

.final_p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ff4343;
	margin: 5px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background: #ffff00;
}
.final_p::before, .final_p::after {
	background-color: #ff4343;
	content: '';
	width: 20px;
	height: 2px;
	position: unset;
	border: unset;
	margin-left: unset;
	margin-right: unset;
	flex-grow: unset;
}
.final_p::before {
	transform: rotate(60deg);
}
.final_p::after {
	transform: rotate(-60deg);
}

/*-----------------------------
spring
-------------------------------*/
.spring {
	background-color: #ffd2da;
	padding: 15px;
	margin: 20px 0 0;
}
.spring h2.spring_ttl {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ff6688;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.spring h2.springttl::before, .spring h2.spring_ttl::after {
	background-color: #ff6688;
	content: '';
	width: 30px;
	height: 2px;
	position: unset;
	border: unset;
	margin-left: unset;
	margin-right: unset;
	flex-grow: unset;
}
.spring h2.spring_ttl::before {
	margin-right: 5px;
	transform: rotate(60deg);
}
.spring h2.spring_ttl::after {
	margin-left: 5px;
	transform: rotate(-60deg);
}
.spring .spring_info {
	padding: 10px 5px;
	background: #FFF;
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
	line-height: 1.8;
	font-weight: bold;
}
.spring .spring_info h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0.5em;
	background: #ffff87;
	padding: 3px;
}
.spring .spring_info a {
	text-decoration: underline;
}
.spring_box {
	text-align: center;
	margin: 0 auto;
	padding: 0.8rem;
	border: 3px dotted #ff6688;
	background: #fff8f9;
	color: #ff6688;
	font-size: 14px;
	font-weight: bold;
}



/*-----------------------------
oneday_10th　10周年日帰り用
-------------------------------*/
#oneday_10th {
	padding: 40px 10px 30px;
	background: #fff5e2;
}
#oneday_10th .oneday_10th_ttl, #top_10th .top_10th_ttl {
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 10px;
}
#oneday_10th .oneday_10th_ttl::before, #top_10th .top_10th_ttl::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
}
#oneday_10th .oneday_10th_ttl::after, #top_10th .top_10th_ttl::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	transform: scale(-1, 1);
	visibility: visible;
}
#oneday_10th h2, #top_10th h2 {
	position: relative;
	font-size: 22px;
	color: #3c5ca8;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
}
#oneday_10th h2::before, #top_10th h2::before {
	position: absolute;
	top: -30px;
	left: -40px;
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../oneday/img/deco_10ht_l.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
#oneday_10th h2::after, #top_10th h2::after {
	position: absolute;
	top: -30px;
	right: -40px;
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../oneday/img/deco_10ht_r.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
#oneday_10th h2 span, #top_10th h2 span {
	font-size: 1.2em;
	color: #ff6800;
	display: block;
	line-height: 1.4;
}
#oneday_10th .oneday_10th_wrap {
	
}
#oneday_10th .oneday_10th_box {
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	border: solid 1px #fe9d11;
	margin: 0 0 15px;
}
#oneday_10th .oneday_10th_box:last-of-type {
	margin: 0;
}
#oneday_10th .oneday_10th_box figure {
	margin: 0 0 10px;
}
#oneday_10th .oneday_10th_box h3 {
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	margin: 0 0 5px;
}
#oneday_10th .oneday_10th_box h3 span {
	font-size: 12px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
#oneday_10th .resort_access {
	font-size: 13px;
	margin: 0 0 10px;
}
#oneday_10th .resort_access .sp01 {
	font-size: 10px;
	color: #FFF;
	background-color: #5893d4;
	border-radius: 1px;
	padding: 1px 5px;
	margin: 0 5px 0 0;
}
#oneday_10th .benefits_ttl {
	padding: 8px;
	border: solid 2px #ff9000;
	background: #fff8aa;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
}
#oneday_10th .benefits_ttl .em {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: center;
	padding: 8px 5px 5px;
	background: #ff9000;
	border-radius: 50px;
	line-height: 1;
}
#oneday_10th .oneday_10th_box h4 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 7px;
	background: #002A9E;
	line-height: 1;
	margin: 15px 0 0;
}
#oneday_10th .price {
	margin: 15px 0 0;
	text-align: center;
}
#oneday_10th .price .p_red {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #bb0204;
	line-height: 1;
	margin: 0 0 5px;
}
#oneday_10th .price .p_small {
	font-size: 0.8em;
}
#oneday_10th .plan_att {
	font-size: 12px;
	margin: 5px 5px 0;
	border-top: 1px dashed;
    padding-top: 15px;
}
#oneday_10th .plan_att span {
	font-weight: bold;
}
#oneday_10th .reserve_box {
	margin: 10px 0 0;
}
#oneday_10th .reserve_box .flex {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 3px;
}
#oneday_10th .reserve_box .btn_f {
	display: inline-block;
	position: relative;
	font-size: 14px;
	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;
}
#oneday_10th .reserve_box .btn_f:hover, #oneday_10th .reserve_box .btn_s:hover {
	opacity: 1;
	color: #fff!important;
	background: linear-gradient(0deg, #b7e345 0%, #70b900 100%)!important;
}
#oneday_10th .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%;
}

#oneday_10th .accordion_one {
	margin: 35px 0 20px;
}

#oneday_10th .accordion_header {
	display: block;
	position: relative;
	font-size: 18px;
	text-align: center;
	color: #000;
	padding: 10px 5px;
	margin-top: 10px;
	font-weight: bold;
	background: #fff8aa;
	border: solid 3px #ff6800;
}
#oneday_10th .accordion_header:hover {
		cursor: pointer;
}
#oneday_10th .accordion_header::before {
	content: "+";
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#oneday_10th .accordion_header.open::before {
	content: "×";
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#oneday_10th .accordion_innerbox {
	margin: 30px 0 0;
}



/*-------------------------------
#top_10th  10周年トップ用
---------------------------------*/
#top_10th {
	padding: 40px 10px;
	background: #fff5e2;
}
#top_10th h2 {
	text-shadow: 3px 3px 2px rgb(255, 255, 255, 0.8);
	padding: 1.5rem 0 0;
}
#top_10th .stay_wrap {
	
}
#top_10th .stay_wrap::after {
	content: none;
}
#top_10th .stay_box {
	padding: 10px 10px 20px;
	border: solid 2px #3c5ca8;
	margin: 20px 0 0 ;
	background: #FFF;
	border-radius: 10px;
}

#top_10th .stay_box figure {
	margin: 0 0 10px;
}
#top_10th .stay_box h4 {
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	margin: 0 0 5px;
}
#top_10th .stay_box h4 span {
	font-size: 12px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
#top_10th .stay_box .resort_access {
	font-size: 13px;
	margin: 5px 0 10px;
}
#top_10th .stay_box .resort_access .sp01 {
	font-size: 10px;
	color: #FFF;
	background-color: #5893d4;
	border-radius: 1px;
	padding: 1px 5px;
	margin: 0 5px 0 0;
}
#top_10th .stay_box .ico_advance li.ico {
	font-size: 11.5px;
}
#top_10th .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;
}
#top_10th .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;
}
#top_10th .stay_plan{
	margin: 20px 0 0;
}
#top_10th .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;
}
#top_10th .stay_box .price {
	padding: 5px 0;
	text-align: center;
}
#top_10th .stay_box .price .p_red {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #bb0204;
	line-height: 1;
/*	margin: 0 0 5px;*/
}
#top_10th .stay_box .price .p_small {
	font-size: 0.8em;
}
#top_10th .stay_box .plan_att {
	font-size: 12px;
	margin: 5px 5px 0;
	border-top: 1px dashed;
    padding-top: 15px;
}
#top_10th .stay_box .plan_att span {
	font-weight: bold;
}
#top_10th .stay_box .reserve_box {
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: dashed 1px #ccc;
}
#top_10th .stay_box .reserve_box select {
	border: solid 1px #adadad;
}
#top_10th .stay_box .reserve_box:last-of-type {
	padding: 0;
	border-bottom: none;
}
#top_10th .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;
}
#top_10th .stay_box .reserve_box .flex {
	display: flex;
	flex-wrap: nowrap;
	width: 95%;
	margin: 0 auto 3px;
}
#top_10th .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;
}
#top_10th .stay_box .reserve_box .btn_f:hover, #top_10th .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%;
}

#top_10th .stay_box .accordion_one {
	margin: 30px 0 0;
}

#top_10th .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;
	margin-top: 10px;
	background: #d2edf1;
	border: solid 2px #88bfc7;
}
#top_10th .stay_box .accordion_header:hover {
		cursor: pointer;
}
#top_10th .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;
}
#top_10th .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;
}
#top_10th .stay_box .accordion_innerbox {
/*	margin: 30px 0 0;*/
}

#top_10th .link {
	margin: 35px 0 0;
}
#top_10th .link a {	
	display: block;
	font-size: 1.15em;
	color: #FFF;
	font-weight: bold;
	padding: 15px 5px;
	margin: 0 auto;
	text-align: center;
	width: 98%;
	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%);
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #b00202;
}

/*-------------------------------
daytrip
---------------------------------*/
.dt_link {
	margin: 10px 0 25px;
}
.dt_link a {
	display: block;
	width: fit-content;
	padding: 10px 15px;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 10px;
	border-bottom: solid 5px #0059a0;
	line-height: 1;
}
.dt_link a:hover {
	background: #0059a0;
	color: #fff;
	border-bottom: solid 5px #fff;
	opacity: 1;
}
.dt_link a span {
	font-size: 15px;
	color: #25be7f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 5px;
}
.dt_link a ::before,
.dt_link a ::after {
    width: 2px;
    height: 25px;
    background-color: #25be7f;
    content: '';
}
.dt_link a ::before {
    transform: rotate(-35deg);
    margin-right: 15px;
}
.dt_link a ::after {
    transform: rotate(35deg);
    margin-left: 15px;
}

#oneday_daytrip {
	padding: 30px 10px 0;
}
#oneday_daytrip .daytrip_contents {
	background: #FFF;
	padding: 20px 10px;
	border-radius: 10px;	
}
#oneday_daytrip h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 24px;
	color: #2b80de;
	margin: 0 auto 10px;
	text-align: center;
}
#oneday_daytrip h3 i {
	font-size: 1.2em;
	margin: 0 10px 0 0;
	color: #e84311;
}
#oneday_daytrip h3 span {
	font-size: 19px;
	color: #25be7f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
}
#oneday_daytrip h3 span::before,
#oneday_daytrip h3 span::after {
    width: 2px;
    height: 35px;
    background-color: #25be7f;
    content: '';
}
#oneday_daytrip h3 span::before {
    transform: rotate(-35deg);
    margin-right: 15px;
}
#oneday_daytrip h3 span::after {
    transform: rotate(35deg);
    margin-left: 15px;
}
#oneday_daytrip .daytrip_wrap {

}
#oneday_daytrip .daytrip_wrap::after {
	content: none;
}
#oneday_daytrip .daytrip_box {
	background: #FFF;
	padding: 10px 8px;
	border: solid 2px #4d9cf3;
	margin: 10px 0 0;
}
#oneday_daytrip h4 {
	font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	text-align: center;
	background: #fff9e0;
	padding: 7px 3px;
	border: dashed 1px #ffbb04;
	margin: 0 0 5px;
}
#oneday_daytrip h4 .ttl_dir .dir {
	display: inline-block;
	padding: 5px 7px;
	border: double 4px #0099df;
	background: #ecf5ff;
	color: #1f4bb4;
	margin: 0 5px 0 0;
	line-height: 1;
}
#oneday_daytrip h4 .ttl_dir .dir i {
	margin: 0 5px;
}
#oneday_daytrip h4 .ttl_c {
	font-size: 1.8em;
	display: block;
	line-height: 1;
	padding: 3px;
	color: #e84311;
}
#oneday_daytrip .daytrip_box .plan_box_price {
	margin: 0 !important;
}
#oneday_daytrip .daytrip_box .plan_box:last-of-type {
	border-bottom: none;
	padding: 10px 0 0;
}



/*受付終了対応*/
/*
.k_btn01,.s_btn01, .k_btn_lp a, .s_btn_lp a, .rcmd_plan a, .expln .lnkclor a, .plan_box_price a, #list .dropdown .plan_box .btn01  {
	pointer-events: none;
	background: #ccc!important;
	border: none!important;
	box-shadow: none!important;
}
*/

/*受付終了対応*/
.closed_reception {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background: #de0000;
        padding: 5px;
        margin: 0 auto 5px;
}

.notice {
/*	display: block;*/
	display: none;
}

.btn_single .waiting {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 5px;
    width: 100%;
    margin: 20px auto;
    font-size: 16px;
    padding: 20px;
    background: #ccc;
}



