@charset "utf-8";

body{
	font-size:14px;
  	-webkit-text-size-adjust: 100%;
}
img{
	-ms-interpolation-mode: bicubic;
}
.ryokoujouken {
	font-size:10px;
	text-align:right;
}
.sp{
	display:none !important;
}
.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}

figure{
	margin:0;
	position: relative;
}
figure img {
	width:100%;
}
figcaption {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
select {
	width: 100%;
}
.notice {
    background-color: #e50012;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
	display: none;
}
.notice.op {
	display: block;
}
.bg-gray{
	background-color:#f2f2f2;
	padding:20px 0 100px;
}
/*.bg_color {
	background-color: #d2edf1;
}*/
#k_contents{
	margin:0 auto;
	/*background: url(../img/bg_left.png) repeat-y top left , url(../img/bg_right.png) repeat-y top right;*/
}
#contents_wrap {
	margin: 0 auto;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}

#area, #theme, #list, #jrpoint {
	background: #c0ddfd;
	position: relative;
	padding: 40px 0 60px;
	overflow-x: hidden;
}
#area::before {
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 0 100vw;
  border-style: solid;
	bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}
#faq, #column {
	position: relative;
	background: #fff;
	padding: 0;
	overflow-x: hidden;
}
#popular, #skitheme {
	position: relative;
	background: #fff;
	padding: 40px 0 60px;
	overflow-x: hidden;
}

#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: 900;
	font-style: normal;
	width: 960px;
}
.column_txt h2 {
	width: auto!important;
}
h4 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	font-style: normal;
}
.f_b {
	font-weight: bold;
}
/*title-------------------
--------------------------*/
#title_wrap{
	margin: 0 auto;
    background-image: url(../img/title_bg2.jpg);
    background-repeat:repeat-x;
    background-position: center;
}
.title_box {
	width:960px;
	margin:0 auto;
}
.title_box span.title {
	display:none;
}


/*-------------------------------
navi
---------------------------------*/
#navi {
		font-family: 'M PLUS 1p', sans-serif;
}
#l_navi {
  width: 960px;
  margin: -80px auto 0;	
  display:flex;
  justify-content:space-between;
  align-items:center;
}
#l_navi li {
	text-align: center;
	display: block;
	width: 50%;
}
#l_navi li:first-child {
	margin-right: 35px;
}
#l_navi .navibtn a {
	background: #fff;
	color: #3c78d8;
	border-radius: 10px;
	border: 2px solid #3c78d8;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0 ;
}
#l_navi .active a {
	background: #3c78d8;
	color: #fff;
	font-size: 24px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	padding: 20px 0;
	border: 2px solid #3c78d8;
	display: block;
}
#l_navi .active a:hover {
	opacity: 1;
	background: #fff;
	color: #3c78d8;
}
#l_navi .navibtn a {
	display: block;
    transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
#l_navi .navibtn a:hover {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	background: #3c78d8;
	color: #fff;
}

#m_nav {
  margin: 0 auto;
	background: #3c5ca8;
}
#m_nav ul {
  display:flex;
  justify-content:space-between;
  align-items:center;
  width: 960px;
  margin: 0 auto;
}
#m_nav li {
  display: flex;
  align-self: auto;
  flex: 1;
  border-left: 1px solid #fff;
  min-width: 0;
}
#m_nav li:first-child{
  border-left: none;
}
#m_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  padding: 15px 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #3c5ca8;
  word-break: break-all;
  box-sizing: border-box;
}
#m_nav a:hover {
	opacity: 1;
  background: #84A0E5;
}
#m_nav a:after{
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fixed {
    position: fixed;
    top: 0; /*ページ上部の固定する位置*/
    width: 100%;
    z-index: 999;
	display: block!important;
}


/*-------------------------------
tour_info
---------------------------------*/
#tour_info {
	padding: 60px 0 0;
}
#tour_info .tour_info_wrap {
	font-size: 1.8em;
	font-weight: 800;
	text-align: center;
	padding: 30px;
	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.7em;
	font-weight: normal;
}


/*-------------------------------
hayawari
---------------------------------*/
#hayawari {
	padding: 60px 0 ;
}
#hayawari h2 {
	display: block;
	margin: 0 auto 2rem;
  font-size: 1.8rem;
	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;
	letter-spacing: normal;
}
.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 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}
.date li {
	display: flex;
	align-items: center;
	margin: 1rem 1.5rem 1rem 0;
}
.date li:last-child {
		margin: 1rem 0;
	}
.date li div {
	border: 1px solid #eb2a89;
	display: flex;
  align-items: center;
	background: #fff;
	min-width: 0;
}
.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.2rem;
		margin: 0;
}
.date_box {
		margin-bottom: 2rem;
}
.mark {
	margin-top: 20px;
	text-align: center;
}
.mark p {
	margin-right: 0.5em;
}
/*-------------------------------
popular
---------------------------------*/
#popular{
	margin: 0 auto;
}
.top_sub {
	padding: 0.5rem 0;
	text-align: center;
	font-size: 32px;
	margin: 10px 0 20px;
	color: #3c5ca8;
	}
#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: 22px;
	color: #FF6688;
}
#popular ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	margin: 2rem auto 1rem;
}
#popular ul li {
	background:#fff;
	padding: 0.8rem;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border: 1px solid #3c5ca8;
	margin: 0 0.5rem 2rem;
	width: 46%;
}
#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 ul li .btn01:hover {
	background: #fff!important;
}

#popular div:after, #popular ul:after {
	content: none!important;
}
/*-------------------------------
area
---------------------------------*/
#area{
	margin: 0 auto;
}

#area h3 {
	font-size: 18px;
    padding: 5px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, #c0ddfd 0%, #fff 50%, #c0ddfd 100%);
	color: #3c5ca8;
	margin: 10px auto;
}
#area .deco01 {
	position: absolute;
	top: 0;
	left: 20px;
}
.fa-crown {
	color: darkgoldenrod;
}
.fa-location-dot {
	color: darkslateblue;
}

.rank .swiper {
	padding: 20px 0;
}
.swiper-slide#rank01 {
	background: gold;
}
.swiper-slide#rank02 {
	background: silver;
}
.swiper-slide#rank03 {
	background: #B87333;
}
#rank01, #rank02, #rank03 {
	position: relative;
}
#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;
}
.s_area .swiper {
	padding: 0;
}
.s_area_ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 10px;
	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: 20px;
	color: #3c5ca8;
	cursor: pointer;
	flex: 1;
	order: -1;
	padding: 12px 14px;
	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: 100%;
	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;
}
.acs {
	width: 100%;
	word-break: keep-all;
}
.s_f_b {
	font-weight: bold;
	margin-right: 10px;
}
.swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-items: stretch;
}
.swiper-wrapper .swiper-slide {
	width: 310px;
	height: auto;
	margin: 0 13px 20px 0; 
	background: #fff;
	padding: 8px 10px;
	align-items: stretch;
	background: #d2edf1;
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}
.swiper-wrapper .swiper-slide:nth-of-type(3n) {
	margin: 0 0 20px;
}
.tab-wrap .swiper-wrapper {
	align-items: flex-start !important;
}

.accordion_inner {
	display: none;
}
.accordion_header {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	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-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-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;
	padding: 8px 5px;
	margin-top: 5px;
	border-radius: 20px;
}
.accordion_header .yado:hover {
	background-image: linear-gradient(0deg, #b7e345 0%, #70b900 100%);
	cursor: pointer;
}
.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: 100px;
	height: 69px;
	margin-right: 5px;
	overflow: hidden;
}
.accordion_header .g_name_box .g_name_img figure {
	width: 120px;
	height: 82px;
}
.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-weight: normal;
	font-size: 13px;
}
.g_detail {
	background: #F0FAFC;
	width: 100%;
    padding: 5px;
	font-size: 12px;
	text-align: justify;
}
.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-bottom: 10px;
}
.ac_inner .hotel_box:last-of-type {
	margin-bottom: 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;
}
.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-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-weight: bold;
    padding: 6px 10px;
    border-radius: 5px;
    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-weight: bold;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0 0 0 5px;
    font-size: 0.9em;
}
.s_btn01 {
	background-image: linear-gradient(0deg, #e77b28 0%, #f9984d 100%);
}
.k_btn01{
	background-image: linear-gradient(0deg, #33bf95 0%, #50d8af 100%);
}
.s_btn01:hover, .k_btn01:hover {
	opacity: 0.8;
	cursor: pointer;
}
.hotel_info .final a {
	display: block;
	width: 98%;
    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;
	margin: 5px 5px 5px 0;
	color: #FFF;
	font-size: 12px;
}
.ico_advance li.ico {
	background: #eb2a89;
	line-height: 1;
}
.ico_advance li.ico span {
	font-size: 1.4em;
	line-height: 1;
	font-weight: bold;
}

.list_advance {
	margin: 0 0 10px;
}
.list_advance li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.4;
}


/*-------area_link-------*/
.area_link {
	padding: 60px 0 50px;
}
.area_link_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 38px;
}
.area_link_wrap::after {
	content: none;
}
.area_link_wrap a {
	width: 48%;
	background: #fff;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 15px;
	font-size: 1.4em;
	color: #3c5ca8;
	font-weight: bold;
	border: solid 1px #3c5ca8;
	transition: 0.3s ease-in-out;
}
.area_link_wrap a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 3px;
  background-color: #3c5ca8;
  transition: 0.2s ease 0s;
}

.area_link_wrap a::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  width: 3px;
  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{
	margin: 0 auto;
}

.theme_menu {
	display: flex;
	flex-wrap: wrap;
}
.theme_menu_item {
	display: flex;
	align-items: center;
	width: 470px;
	margin: 10px 5px;
	position: relative;
	background-color: #fff;
}
.theme_menu_item.long {
	width: 950px;
}
.theme_menu_item img {
	width: 130px;
	margin: 8px;
}
.theme_menu_item dd {
	font-size: 22px;
	padding: 0 15px 0 7px;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
}
.theme_menu a dd p {
	color: #3c5ca8;
}
.theme_menu_item dd .sub {
	font-size: 14px;
	font-weight: normal;
	color: #3c5ca8;
	display: inline-block;
	background-color:#D1BF45;
	border-radius: 10px;
	padding: 3px 10px;
	border: 1px solid #3c5ca8;
}
.triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 10px;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #DEE7ED;
}
/*リンクを無効にする場合*/
.theme_menu .cs {
    pointer-events: none;
	position: relative;
}
.theme_menu .cs::before {
	content: 'coming soon';
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	font-size: 18px;
	color: red;
}

.cs .theme_menu_item {
	background: #eee;
}
#theme .top_sub p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
	color: #bb0204;
	font-size: 0.8em;
}
/*---------------------------
point
-----------------------------*/
#point {
	padding: 0 0 40px;
}
#point img {
	width: auto;
	height: 70px;
	margin: 0 0 15px
}
#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: 28px;
	text-align: center;
	color: #0d499b;
	padding: 0 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#point h2::before, #select_type h2::before {
	margin-right: 25px;
}
#point h2::after, #select_type h2::after {
	margin-left: 25px;
}
#point h2::before, #point h2::after, #select_type h2::before, #select_type h2::after {
	content: '';
	width: 80px;
	height: 3px;
	background-color: #4493d6;
}

#point ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0 20px;
}
#point ul li {
width: 32%;
        padding: 20px 15px 15px;
        background: #FFF;
        font-size: 20px;
        text-align: center;
        line-height: 1;
        color: #333;
        /* box-shadow: 5px 5px 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%);
	font-weight: 600;
}
#point p {
	font-size: 1.3em;
	color: #ec0004;
}
#point .point_btn {
	margin: 20px 0 0;
}
#point .point_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #1069a8;
	border-radius: 5px;
	background-color: #2589d0;
  color: #fff;
	font-size: 1.4em;
}
#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%;
	font-size: 1.4em;
	margin: 15px 0;
}
#select_type dl dt {
	color: #FFF;
	font-weight: 600;
	width: 25%;
	padding: 10px 1em;
	background: #86a6e0;
	margin: 0 0 3px;
}
#select_type dl dd {
	width: 75%;
	padding: 10px 10px 10px 1em;
	margin: 0 0 3px;
	background: #ecf2fb;
}
#select_type dl dt:last-of-type, #select_type dl dd:last-of-type {
	margin: 0;
}
#select_type .st_point {
	text-align: center;
	font-size: 1.4em;
	color: #4271c7;
	font-weight: 600;
	margin: 15px auto 10px;
	padding: 15px;
	border: dashed 3px #4271c7;
	background: #fff997;
}
/*------------------------
skitheme
---------------------------*/
#skitheme {
	
}
#skitheme h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #3c5ca8;
	margin-bottom: 10px;
	margin-top: 15px;
	position: relative;
}
#skitheme h3::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	background: linear-gradient(-45deg, transparent, #325A8C 10%, #325A8C 90%, transparent);
}
#skitheme h3 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	text-align: left;
}
#skitheme .lead {
	margin: 5px 0 3px;
	/*color: darkslateblue;*/
}
#skitheme .k_btn01 a {
	color: #fff;
	display: block;
	padding: 5px;
}
#skitheme .k_btn01 {
    margin: 5px 0 0;
	font-size: 14px;
}
/*------------------------
list
---------------------------*/
#list {
	background: #c0ddfd;
	background-image: url(../oneday/img/bg01.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: auto, 100%;
}
/*------------------------
skiresort_table
---------------------------*/
.skiresort_table{
	margin: 0 0 40px;
}
.skiresort_table table{
	background-color: #FFF;
	width: 100%;
}
.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;
	padding: 7px 5px;
}
.skiresort_table .level th{
	padding: 3px 10px;
}
.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{
	font-family: 'Mochiy Pop P One', sans-serif;
	font-size:31px;
	color:#070d59;
	font-weight: 400;
	text-align:center;
	background-image: url(https://tobutoptours.jp/img/img_subtitle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 510px;
	padding:30px 0 0;
	margin:0 auto 20px;
	min-height: 86px;
}

.about_resort .resort_access {
	font-size: 13px;
	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 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.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: 11px;
}

.recommend_plan .one_resort{
	background-color: #FFF;
	border-radius: 10px;
	padding:15px;
	margin: 0 5px 30px;
	position: relative;
}
.recommend_plan .about_resort{
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
}
.recommend_plan .about_resort figure{
	width: 300px;
	margin:55px 30px 0 0;
}
.recommend_plan .about_resort .resort-info_wrap{
	width: 600px;
}
.recommend_plan .about_resort h3{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 26px;
	margin: 0 0 10px;
}
.recommend_plan .about_resort h3 span{
	font-size: 18px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
.recommend_plan .about_resort .resort_access {
	margin: 0 0 15px;
}
.recommend_plan .one_re_table{
	display: flex;
	align-items: flex-end;
}
.recommend_plan .table01{
	width: 300px;
	height: 65px;
	margin: 0 3px 0 0;
}
.recommend_plan .table02{
	width: 160px;
	height: 65px;
}



.threecol_wrap{
	display: flex;
	flex-wrap: wrap;
}
.threecol_wrap .one_resort{
	background-color: #FFF;
	border-radius: 10px;
	padding:10px 5px;
	margin: 0 5px 30px;
	width: 310px;
}
.threecol_wrap .about_resort figure{
	margin: 0 5px 10px;
	width: 290px;
    height: 198px;
    margin-right: 5px;
    overflow: hidden;
}
.threecol_wrap .resort-info_wrap{
	margin: 0 5px 10px;
}
.threecol_wrap .about_resort h3{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	margin: 0 0 5px;
}
.threecol_wrap .about_resort h3 span{
	font-size: 14px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
.threecol_wrap .one_re_table{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.threecol_wrap .table01{
	width: 100%;
	margin: 0 0 3px;
}


.about_resort .gelande_link a{
	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;
}

.ribbon {
  display: inline-block;
  height: 50px;
  line-height:50px;
  text-align: center;
  padding: 0 120px 0 30px;
	font-family: 'Mochiy Pop P One', sans-serif;
	font-weight: bold;
  font-size: 20px;
  background: #FFB74D;
  color: #FFF;
  box-sizing: border-box;
	position: absolute;
	top:10px;
	left: -10px;
	z-index: 10;
}
.ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.sugotoku_ic{
	position: relative;
}
.sugotoku_ic:before{
	content:'スゴ得対応';
	font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
	background-color: #006064;
	border: solid 2px #FFF;
	border-radius: 50px;
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
}
.recommend_plan .sugotoku_ic:before{
	font-size: 14px;
    padding: 5px 15px;
	top:5px;
	right:5px;
}


/*-----------------------------
plan_box
--------------------------------*/
.about_plan_col1 {

}
.about_plan_col1 h4 {
	/*font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-size: 22px;
	text-align: center;
	color:#002A9E;
	padding: 5px;
	background: #dae4ff;
	margin-top: 10px;
}
#list .plan_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
  border-bottom: dotted 2px #ccc;
}
#list .plan_box .plan_box_plan {
	width: 42%;
}
#list .plan_box .plan_box_plan p.plan {
	position: relative;
  padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
}
#list .plan_box .plan_box_plan p.plan::before {
	content: url(../oneday_karuizawaprince/img/ico_train.png);
	position: absolute;
	top: -12%;
	left: 0;
}
#list .plan_box .plan_box_plan p.plan.p_10th {
	display: flex;
}
#list .plan_box .plan_box_plan p.plan.p_10th::before {
	content: url(../oneday/img/ico_10th.png);
}
#list .plan_box .plan_box_plan p.plan span {
	padding: 5px 7px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 1em;
	color: #fff;
  background: #ed944a;
}
#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 p.price {
	line-height: 1.4;
	width: 250px;
}
#list .plan_box .plan_box_price p.price span.price_red {
	font-size: 1.4em;
	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 {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
#list .plan_box .plan_box_price a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 7px 25px 7px 10px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
	margin: 0 0 5px;
	text-align: center;
	width: 30%;
}
#list .plan_box .plan_box_price a::after {
	position: absolute;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	bottom: 40%;
	right: 7px;
}
#list .accordion_header {
	display: block;
	position: relative;
	font-size: 22px;
	text-align: center;
	color:#000;
	padding: 5px;
	margin-top: 10px;
}
#list .accordion_header::before {
	content: "+";
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#list .accordion_header.open::before {
	content: "×";
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#list .ac_inner {
	background: #fff;
	padding: 0;
}

/*3col*/
#list .threecol_wrap .about_plan_col1 h4 {
	font-size: 14px;
	text-align: center;
	color:#fff;
	padding: 7px;
	background: #002A9E;
	line-height: 1;
	margin-top: 5px;
}
#list .threecol_wrap .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 .threecol_wrap .plan_box .plan_box_price, .plan_box .plan_box_plan {
	font-size: 15px;
	font-weight: bold;
}
#list .threecol_wrap .plan_box .plan_box_plan {
	margin: 0 0 10px;
	width: 100%;
}
#list .threecol_wrap .plan_box .plan_box_plan p.plan {
	position: relative;
 	padding: 0 0 0 25px;
	font-size: 14px;
}
#list .threecol_wrap .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: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
#list .threecol_wrap .plan_box .plan_box_plan p.plan.p_10th::before {
	background-image: url(../oneday/img/ico_10th.png);
}
#list .threecol_wrap .plan_box .plan_box_plan p.plan span {
	padding: 3px 5px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 5px;
	color: #fff;
  background: #ed944a;
	display: inline-block;
}
#list .threecol_wrap .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;
	margin: 0 0 0 5px;
}
#list .threecol_wrap .plan_box .plan_box_price p.price {
	width: 63%;
	line-height: 1.4;
	font-size: 13px;
}
#list .threecol_wrap .plan_box .plan_box_price p.price span.price_red {
	font-size: 1.3em;
	color: #bb0204;
	line-height: 1;
}
#list .threecol_wrap .plan_box .plan_box_price p.price span.small {
	font-size: 0.7em;
}

#list .threecol_wrap .plan_box .plan_box_price a {
	display: inline-block;
	position: relative;
	width: auto;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 5px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
	padding: 5px 20px 5px 10px;
    font-size: 14px;
}

#list .plan_box .plan_box_price .cms p {
	font-size: 0.9em;
	color: #999;
	font-style: italic;
}
#list .threecol_wrap .accordion_header {
	display: block;
	position: relative;
	font-size: 14px;
	text-align: center;
	color:#000;
	padding: 5px;
	margin-top: 10px;
}
#list .threecol_wrap .accordion_header::before {
	content: "+";
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#list .threecol_wrap .accordion_header.open::before {
	content: "×";
	position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#list .accordion_header:hover {
	cursor: pointer;
}

.about_plan_col1 .plan_att {
	font-size: 12px;
	margin: 5px 5px 0;
	border-top: 1px dashed;
    padding-top: 15px;
}
.about_plan_col1 .plan_att span {
	font-weight: bold;
}

#list .dropdown .plan_box .plan_box_price {
	width: 56%;
}
#list .dropdown .plan_box .btn01 {
	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;
	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 16px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0 auto 50px;
	padding: 50px 0 0;
	width: 960px;
}
#st_recommend_point h2 {
	/*font-size: 36px;*/
  font-size: 26px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 15px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
}
#st_recommend_point h2 span{
  font-size: 30px;
}

#st_recommend_point h3 {
	width: 750px;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #1ca6b8;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #1ca6b8;
	margin: 0 auto 40px;
	line-height: 1.4;
	padding: 0 0 10px;
}

#st_recommend_point .phrase {
	width: 85%;
	padding: 12px;
	background: #f06402;
	margin: 20px auto;
	font-size: 28px;
	/*font-weight: bold;*/
	color: #FFF;
	line-height: 1;
	text-align: center;
	border-radius: 50px;
	/*-webkit-box-shadow: 5px 5px 0 #913500;
  box-shadow: 5px 5px 0 #913500;*/
}
.sugo-panel h5 {
		position: relative;
		font-size: 26px;
		font-weight: bold;
}

.sugo-ap-group{
	margin: 50px 0;
}

.planBOX09 {
	margin: 0 auto;
	border: solid 5px #1ca6b8;
	padding: 25px;
	border-radius: 20px;
}
.planBOX09 h4 {
  text-align: center;
}
.sugo-panel {
  background: #fff;
  margin: 40px auto 0;
}
.sugo-panel:not(:first-of-type) {
  margin: 50px auto 0;  
}
.sugo-panel h4 {
  position: relative;
	font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS Pゴシック', sans-serif;
  font-size: 26px;
  font-weight: bold;
	text-align: left;
}
.sugo-panel h4 img {
  display: block;
  position: absolute;
  top: -56px;
  left: -16px;
}
.about_point_content {
  margin: 10px auto 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.about_point_txt {
  width: 400px;
  margin-right: 10px;
}
.sugo-panel .about_point_txt:first-of-type {
  background: url("https://tobutoptours.jp/ski_snowboard/img/img_intro_02.png") no-repeat bottom right;
  background-size: 110px;
}
.sugo-panel:nth-of-type(2) .about_point_txt {
  background: url("https://tobutoptours.jp/ski_snowboard/img/img_intro_03.png") no-repeat bottom right;
  background-size: 110px;
}
.sugo-panel:nth-of-type(3) .about_point_txt {
  background: url("https://tobutoptours.jp/ski_snowboard/img/img_intro_04.png") no-repeat bottom right;
  background-size: 110px;
}
.sugo-panel .about_point_txt p:not(:first-of-type) {
  margin: 10px 0 0;
	width: 65%;
}
.mark_seat {
  width: 152px;
  height: 24px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content > li figure {
  width: 520px;
}
.about_point_content .trim01 {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: 0 45%;
}
.about_point_content .trim02 {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: 0 82%;
}
.about_point_content .trim03 {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: 0 42%;
}
.f_orange {
  color: #f06400;
  font-size: 28px;
}

.youtube {
	text-align: center;
	padding: 0 0 40px;
	margin: 0 auto;
	width: 853px;
	position: relative;
}

.st_link {
	margin: 20px auto;
  text-align: center;
}
.st_link a {
	position: relative;
	display: inline-block;
	padding: 15px 40px 15px 20px;
	background: #1ca6b8;
	color: #FFF;
	text-align: center;
	width: 60%;
	font-size: 20px;
	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 {
        width: 24em;
        border: 2px solid #f06402;
        padding: 4px 4px 2px 4px;
        font-weight: 600;
        line-height: 1.4;
        background: #ffe5c4;
        margin: 0 auto 20px;
        margin-top: -10px;
    text-align: center;
}
.encyo2 {
        border: 2px solid #f06402;
        padding: 5px 5px 5px 5px;
        font-weight: 600;
        line-height: 1.4;
        background: #ffe5c4;
        text-align: center;
}
.encyo2 + p {
    margin: 0!important;
}
/*-------------------------------
column
---------------------------------*/
.ef {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#column {
	padding: 40px 0 0;
}

.column_wrap {
  width: 800px;
  margin: 0 auto 20px;
}
.contents_ttl {
  font-size: 18px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 4px 8px;
	width: 100%;
}
/*column*/
.column_box {
  color: #332f2a;
  margin-top: 16px;
}
.column_box + .column_box {
  margin-top: 36px;
}
.column_box > figure {
  /*width: 192px;*/
	width: 200px;
}
.column_txt {
  /*width: 512px;*/
	width: 540px;
}
.column_box h3 {
  font-size: 16px;
  font-weight: bold;
}
.column_date {
  font-size: 13px;
}
.column_comment {
  font-size: 14px;
}


/*-------------------------------
faq
---------------------------------*/
#faq .wrapper, #faq_od .wrapper {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 25px 30px;
	margin: 60px auto 80px;
}
.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
	width: auto;
}
#faq dl, #faq_od dl {
	font-size: 14px;
	margin:0;
}
#faq dt, #faq_od dt {
  font-weight: bold;
	margin: 0 0 8px;
}
#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 8px;
}
#faq dt:before,
#faq dd:before,
#faq_od dt:before,
#faq_od dd:before {
  font-size: 26px;
  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;
}
#faq dd, #faq_od dd{
	margin-left:10px !important;
}

/*-----------------------------
bunner-slide
-------------------------------*/
.bunner-slide_wrap{
	margin:30px 0 60px;
}
.bunner-slide_wrap h3{
	font-size:28px;
	color:#5f6368;
	text-align:center;
	margin:0 auto 10px;
	min-height:54px;
	padding:5px 0 0;
	background-image: url(https://tobutoptours.jp/img/img_subtitle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 380px;
}
.bunner-slide{
	width:960px;
	margin:0 auto;
}
.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: 20px 0;
	margin: 50px 0 20px;
}
.final h2.final_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffff00;
	margin: 0 auto 15px;
	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: 35px;
	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.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.final .final_info {
	padding: 15px;
	background: #FFF;
	width: 960px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}
.final .final_info h4 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em;
	background: #ffe0e0;
	padding: 3px;
}
.final .final_info a {
	text-decoration: underline;
}

.final_p {
	font-size: 14px;
	font-weight: bold;
	color: #ff4343;
	margin: 10px 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: 20px 0;
	margin: 50px 0 20px;
}
.spring h2.spring_ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff6688;
	margin: 0 auto 15px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.spring h2.spring_ttl::before, .spring h2.spring_ttl::after {
	background-color: #ff6688;
	content: '';
	width: 35px;
	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: 15px;
	background: #FFF;
	width: 960px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}
.spring .spring_info h4 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em;
	background: #ffff87;
	padding: 3px;
}
.spring .spring_info a {
	text-decoration: underline;
}

.spring_box {
	text-align: center;
	margin: 0 auto;
	padding: 1rem;
	border: 3px dotted #ff6688;
	background: #fff8f9;
	color: #ff6688;
	font-size: 18px;
	font-weight: bold;
}


/*-----------------------------
oneday_10th　10周年日帰り用
-------------------------------*/
#oneday_10th, #top_10th {
	padding: 50px 0;
	background: #fff5e2;
}
#oneday_10th .oneday_10th_ttl, #top_10th .top_10th_ttl {
	background-image: url(../oneday/img/deco_10ht_bg_l.png), url(../oneday/img/deco_10ht_bg_r.png);
	background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
	background-size: 120px;
/*	padding: 20px 0;*/
	margin: 20px 0 40px;
}
#oneday_10th h2, #top_10th h2 {
	position: relative;
	font-size: 30px;
	color: #3c5ca8;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
}
#oneday_10th h2::before, #top_10th h2::before {
	position: absolute;
	top: -25px;
	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: -20px;
	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;
}
#oneday_10th .oneday_10th_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
#oneday_10th .oneday_10th_box {
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	width: 310px;
	border: solid 1px #fe9d11;
}
#oneday_10th .oneday_10th_box figure {
	margin: 0 0 10px;
	width: 290px;
	height: 198px;
	overflow: hidden;
}
#oneday_10th .oneday_10th_box h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 18px;
	margin: 0 0 5px;
}
#oneday_10th .oneday_10th_box h3 span {
	font-size: 14px;
	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: 1.1em;
	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: 14px;
	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: 50px 0 30px;
}

#oneday_10th .accordion_header {
	display: block;
	position: relative;
	font-size: 22px;
	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: 50px 0 80px;
}
#top_10th .stay_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
#top_10th .stay_wrap::after {
	content: none;
}
#top_10th .stay_box {
	width: 470px;
	padding: 15px 15px 30px;
	border: solid 2px #3c5ca8;
	background: #FFF;
	border-radius: 10px;
}
#top_10th .stay_box figure {
	margin: 0 0 10px;
	overflow: hidden;
}
#top_10th .stay_box h4 {
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	margin: 0 0 5px;
}
#top_10th .stay_box h4 span {
	font-size: 14px;
	display: inline-block;
	background: #3c5ca8;
	color: #fff;
	font-weight: normal;
	padding: 5px 8px;
	margin-right: 5px;
}
#top_10th .stay_box .comment {
	padding: 5px 0;
}
#top_10th .stay_box .resort_access {
	font-size: 13px;
	margin: 5px 0;
}
#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 .benefits_ttl {
	font-size: 16px;
	padding: 8px;
	border: solid 2px #ff9000;
	background: #fff8aa;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
}
#top_10th .stay_box .benefits_ttl .em {
	font-family: 'M PLUS 1', sans-serif;
	display: block;
	color: #ffffff;
	font-size: 1.1em;
	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: 10px 7px;
	background: #002A9E;
	line-height: 1;
}
#top_10th .stay_box .price {
	padding: 5px 0;
	text-align: center;
}
#top_10th .stay_box .price .p_red {
/*	display: block;*/
	font-size: 1.4em;
	font-weight: bold;
	color: #bb0204;
	line-height: 1;
	margin: 0 5px 0 0;
}
#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 10px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #777;
	background: #eeeeee;
	width: 55%;
	padding: 5px 15px 3px;
	line-height: 1;
}
#top_10th .stay_box .reserve_box .flex {
	display: flex;
	flex-wrap: nowrap;
	width: 92%;
	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;
}
#top_10th .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: 40px 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: 25px;
		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: 25px;
		font-weight: normal;
}
#top_10th .stay_box .accordion_innerbox {
/*	margin: 20px 0 0;*/
}

#top_10th .link {
	margin: 80px 0 0;
}
#top_10th .link a {	
	display: block;
	font-size: 1.5em;
	color: #FFF;
	font-weight: bold;
	width: 75%;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	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: 20px 0 30px;
}
.dt_link a {
	display: block;
	width: fit-content;
	padding: 10px 15px;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 10px;
	border-bottom: solid 5px #0059a0;

}
.dt_link a:hover {
	background: #0059a0;
	color: #fff;
	border-bottom: solid 5px #fff;
	opacity: 1;
}
.dt_link a span {
	font-size: 16px;
	color: #25be7f;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dt_link a ::before,
.dt_link a ::after {
    width: 2px;
    height: 30px;
    background-color: #25be7f;
    content: '';
}
.dt_link a ::before {
    transform: rotate(-35deg);
    margin-right: 20px;
}
.dt_link a ::after {
    transform: rotate(35deg);
    margin-left: 20px;
}

#oneday_daytrip {
	padding: 40px 0 0;
}
#oneday_daytrip .daytrip_contents {
	background: #FFF;
	padding: 20px 15px;
	border-radius: 10px;	
}
#oneday_daytrip h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 26px;
	color: #2b80de;
	margin: 0 auto 20px;
	text-align: center;
}
#oneday_daytrip h3 i {
	font-size: 1.2em;
	margin: 0 10px 0 0;
	color: #e84311;
}
#oneday_daytrip h3 span {
	font-size: 22px;
	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: 3px;
    height: 40px;
    background-color: #25be7f;
    content: '';
}
#oneday_daytrip h3 span::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
#oneday_daytrip h3 span::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
#oneday_daytrip .daytrip_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}
#oneday_daytrip .daytrip_wrap::after {
	content: none;
}
#oneday_daytrip .daytrip_box {
	background: #FFF;
	padding: 5px;
	width: 303px;
	border: solid 2px #4d9cf3;
}
#oneday_daytrip h4 {
	font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	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;
	font-size: 1.1em;
	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: 80%;
    margin: 20px auto;	
    padding: 20px;
    font-size: 20px;	
    background: #ccc;
}



