@charset "utf-8";

body{
	width: 100%;
  min-width: 360px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
	overflow-x: hidden;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
body *{
	box-sizing:border-box;
}

body p{
	line-height:160%;
}
.container00{
    width: 96%;
    margin: 0 auto;
}
main {
}
main * {
	box-sizing: border-box;
}
figure {
  position: relative;
	margin: 0;
}
figcaption{
position: absolute;
    right: 0px;
    bottom: 3px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
    font-size: 0.8em;
	text-align: right;
}
figure img{
	width:100%;
}
.pc{
	display:none !important;
}
.mb10{
  margin-bottom: 10px;
}
.f_s {
	font-size: 0.8em;
}
.f_b {
	font-weight: bold;
}

.other_link {
  text-align: right;
  padding: 10px 0 0;
  width: 96%;
  margin: 0 auto;
  font-weight: 600;
}
.other_link a:after {
  content: "\025b6";
  margin-left: 5px;
}
/*-----------------------------
title_wrap
-------------------------------*/
.title_wrap_img {
	position: relative;
}
.title_wrap_img .popup a {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #FF952D;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
	box-shadow: 0px 0px 0px 3px #fff;
	transform: rotate(-10deg);
}
/*----------------------------------
 h
--------------------------------- */
.t_line {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	align-content: center;
	text-align: center;
	background-color:#5893d4;
	padding: 5px 0;
}

.container00 h4 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
	font-size: 18px;
	margin: 40px 0 40px 25px;
	  z-index: 2;
}
.container00 h4:before {
  content: "";
  position: absolute;
  background: #aeebff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	  z-index: -1;
}

/*----------------------------------
 navi
--------------------------------- */
.fixed {
    position: fixed;
    bottom: 0; 
    width: 100%;
    z-index: 999;
}
#navi  {
	background: #27acd9;
}

#navi .menu {
	margin: 0 auto;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi .menu li {
	display: block;
	padding: 5px 10px;
	background-color: #27acd9;
}
#navi .menu li a {
	display: block;
	margin: 5px 15px 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#navi .menu li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
}
/*-------------------------------
hayawari
---------------------------------*/
#hayawari {
	padding: 30px 0;
}
#hayawari h3 {
	display: block;
	margin: 0 auto 2rem;
	font-size: 1.4rem;
	position: relative;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: normal;
	text-align: center;
	color: #8b4d20;
	letter-spacing: normal;
}
#hayawari h3 p {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#hayawari h3 p::before,
#hayawari h3 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 h3 p::before{
	margin-right:0.5rem;
	transform: rotate(60deg);
}
#hayawari h3 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;
	}

/*----------------------------------
 ski
--------------------------------- */
#ski {

}
#ski .cts {
	margin: 0 2%;
	padding: 5px 0 15px;
}
.explan {
	margin: 0 15px 20px 5px;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 10px -10px #aeebff;
	    border: 1px solid #aeebff;
}
.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;
		background-color: #fff;
}
.one_re_table .level th{
	font-size: 10px;
}
.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;
		background-color: #fff;
}

.th_beginner{
	background-color:#FCE4EC;
}
.th_intermediate{
	background-color:#FFF8E1;
}
.th_advanced{
	background-color:#E8EAF6;
}

.gelande {
	margin: 20px 0;
	padding: 10px;
	border-top-left-radius: 30px;
	background: url(../../oneday/img/bg01.png) 
}
.gelande dl {
}
.gelande dl dt {
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	border-top-left-radius: 30px;
}
.gelande dl dd {
		background-color: #fff;
		padding: 10px 20px;
}
.gelande .photo {
	margin-top: 10px;
  display: flex;
	align-items: center;
	justify-content: center;
}
.gelande .photo figure {
	border: 5px solid #fff;
	width: 33%;
}
.mothers .photo figure,.forest .photo figure {
	border: 5px solid #fff;
	width: 50%;
}
.gelande .photo figure:not(:last-child) {
	margin-right: 10px;
}
.wakuwaku {
	background-color: #00ad68;
}
.panda {
	background-color: #e60012;
}
.kappa {
	background-color: #abcd03;
}
.s_midashi {
	margin: 30px 0 10px;
	padding: 5px 10px;
  border-left: 6px double #27acd9;
	font-size: 14px;
	font-weight: bold;
}
.hanabi {
	margin-bottom: 10px;
}
.hanabi img {
 border-radius: 10px;
}
.kagura {
	margin-bottom: 10px;
}
.dragon {
	text-align: center;
	margin-bottom: 20px;
}
.dragon img {
	width: 80%;
}
.bd_gray img {
  border: 1px solid #ccc;
}

/*----------------------------------
hotel
--------------------------------- */
#hotel {
	margin: 0 -2%;
	background: url(../../oneday/img/bg01.png) #e8f0ff;
}
#hotel .cts {
	margin: 0 2%;
	padding: 5px 0 15px;
}
#hotel dl {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 10px;
}
#hotel dl dt {
  width: 15%;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ddd;
	margin-bottom: 2px;
}
#hotel dl dd {
  width: 85%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.b_blue {
	display: inline-block;
	padding: 5px;
	background-color: #0080c8;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_orange {
	display: inline-block;
	padding: 5px;
	background-color: #ed6d4e;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_green {
	display: inline-block;
	padding: 5px;
	background-color: #7ec04c;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_brown {
	display: inline-block;
	padding: 5px;
	background-color: brown;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.h_photo {
	margin: 20px 0;
}
.h_photo figure {
	margin-bottom: 10px;
}
.t_flex {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 25px 0 5px;
	font-size: 14px;
}
.t_flex .room_ttl {
	font-size: 16px;
	display: inline-block;
	padding: 8px 15px;
	margin-right: 10px;
	color: #fff;
	background-color: #27acd9;
	word-break: keep-all;
}
.t_flex .f_s {
	font-size: 12px;
	display: inline-block;
	font-weight: normal;
	margin-top: -2px;
}
.r_flex {
	display: flex;
	align-items: center;
}
#ski .event {
	margin-top: 15px;
}
#ski .event p {
	margin-bottom: 15px;
}
#ski .bold {
	font-size: 1.1em;
	font-weight: bold;	
}
.lh_n {
	line-height: 1.2em;
}
.family .p_flex div {
	text-align: center;
}
.w_b {
	white-space: nowrap;
}
.twin {
	width: 45%;
}
.mansion {
	font-weight: bold;
	margin: 10px 0;
}
/*----------------------------------
plan
--------------------------------- */
#plan {
	margin: 0 -2%;
	background: url(../../oneday/img/bg01.png) #e8f0ff;
}
#plan .cts {
	margin: 0 2%;
	padding: 5px 0 15px;
}
.gentei {
	background-color: #FF952D!important;
	border: 3px solid #5893d4;
	padding: 5px!important;
}
.gentei span {
	font-size: 12px;
	font-weight: normal;
}
.s_navi {
	padding: 15px 15px 5px 15px;
	border: 1px dashed #4273a3;
	margin-bottom: 20px;
	background-color: #fff;
}
.s_navi p {
	font-weight: bold;
	border-radius: 10px;
	background-color: #5893d4;
	padding: 5px 20px;
	margin-bottom: 5px;
	color: #fff;
	display: inline-block;
}
.s_navi ul {
	margin: 5px 5px 10px 5px;
}
.s_navi ul li{
	margin-bottom: 5px;
}
.s_navi ul li a {
	color: #4273a3;
	font-weight: bold;
}
.s_navi ul li a::after {
 content: '▼';
}
.plantitle {
    font-weight: bold;
    border-radius: 20px;
    background-color: #5893d4;
    padding: 5px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 20px 0 10px;
}
.hotel_plan{
  
}
.hotel_box{
  background: #fff;
  padding: 10px;
  width: 100%;
  border: solid 3px #86cfeb;
  margin-top: 10px;
}
.hotel_box_col2{
  background: #fff;
  padding: 10px;
  width: 100%;
  border: solid 3px #86cfeb;
  margin-top: 10px;
}
.hotel_box .box_ttl{
  font-size: 14px;
  font-weight: bold;
  color: #0053c7;
  border-bottom: dotted 3px #a6a6a6;
  margin-bottom: 10px;
}
.hotel_box .box_ttl span{
  font-size: 0.8em;
  font-weight: normal;
  color: #332f2a;
}
.hotel_box .price {
  font-size: 22px;
  font-weight: bold;
  color: #bb0204;
  line-height: 0.8em;
  /* background: linear-gradient(transparent 60%, #fff700 60%); */
  display: inline-block;
  margin-top: 5px;
}
.hotel_box .price span{
  font-size: 0.7em
}
.hotel_box .price span.ex{
  font-size: 0.5em;
  font-weight: normal;
  color: #333;
}

.ap-group{
	margin: 10px 0 0;
}
.tab-group{
  display: flex;
  justify-content: center;
	margin: 0 5px;
}
.tab{
	font-size: 13px;
  flex-grow: 1;
  padding:2px;
  list-style:none;
	border-radius: 10px 10px 0 0;
  background-color:#f5f5f5;
  text-align:center;
  cursor:pointer;
	color:#5a5a5a;
	width: 50%;
	border-right: solid 2px #4273a3;
  border-left: solid 2px #4273a3;
  border-top: solid 2px #4273a3;
}
.tab .wari{
	color: red;
}
.panel-group{
  height:auto;
  border-top:none;
  padding: 10px;
  border:solid 2px #4273a3;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#4273a3;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.tab.is-active .wari{
	color: #FFF;
}
.panel.is-show{
  display:block;
}
.plan_ttl{
  background-color: #ebebeb;
  color: #5a5a5a;
  padding: 3px;
  font-size: 13px;
  text-align: center;
  border-bottom: solid 1px #999;
  font-weight: bold;
}
.plan_ttl02{
  background-color: #4273a3;
  color: #ffffff;
  padding: 3px;
  font-size: 13px;
  text-align: center;
  border-bottom: solid 1px #0a8b96;
  font-weight: bold;
}
.form_da_kanto {
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #9455bb;
  padding-bottom: 2px;
  border-bottom: dashed 1px #9455bb;
}
.form_da_lodging {
  margin: 10px auto;
  font-size: 14px;
  font-weight: bold;
  color: #eb7627;
  padding-bottom: 2px;
  border-bottom: dashed 1px #eb7627;
}
/*.form_da_kansai {
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #eb7627;
  padding-bottom: 2px;
  border-bottom: dashed 1px #eb7627;
}*/
.form_ttl {
  margin: 10px auto 0;
  font-weight: bold;
  font-size: 13px;
}
.form_ttl:before {
  content: "◆";
  color: #abdae9;
  margin-right: 2px;
}
form + .form_ttl {
  border-top: 1px dotted #b5a594;
  padding-top: 10px;
}
.planBOX01{
	margin: 0 0 10px;
}
.planBOX01 form{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotel_box form {
	margin-top: 5px;
}
.planBOX01 select {
  height: 40px;
  width: 100%;
  border-color: #808080;
  margin: 0 3px 0 0;
}
.planBOX01 .btn01 {
  width:100px;
  height: 40px;
  margin: 0;
  padding: 5px;
  border-radius: 4px;
}
.planBOX01 .small {
  font-size: 0.8em;
  margin-bottom: 7px;
}
.hotel_box form {
}
.hotel_box select,.hotel_box_col2 select {
  height: 40px;
  width: 100%;
}
.btn_double {
  display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.btn01 {
  width: 40%;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 0;
  margin: 0 auto;
  /*background: #070d59;*/
	/*border: solid 1px #70b900;*/
  background: #b7e345;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
}
.btn01:hover {
  background: #EB860C;
  transition: 0.1s;
  opacity: 1;
}
.btn02 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #67c604;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0 0;
}
.btn02:hover {
  background: #EB860C;
  transition: 0.3s;
  opacity: 1;
}
.btn_col1 {
  width: 49% !important;
  font-size: 12px !important;
  padding: 7px;
}
.btn_col2 {
  width: 49% !important;
  font-size: 12px !important;
  padding: 7px;
}
/*.flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
*/
/*-------------------------------
pop-up
---------------------------------*/
.open {
	cursor:pointer;
	border-bottom: 1px solid #00b2df;
	color: #00b2df;
	margin-left: 10px;
}
#pop-up {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 720px;
	max-height: 760px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 0;
  right: 0;
  font-size: 40px;
}
/*-------------------------------
2023/10/31までプラン
---------------------------------*/
.container00 .sakidori {
	text-align: center;
	padding: 10px 20px;
	margin: 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #222162;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-shadow: none;
}
.container00 .sakidori::before {
	 content: '';
	 position: absolute;
	 width: 2px;
	 height: 50%;
	 background-color: #222162;
	 left: 10px;
	 top: 0;
	 bottom: -5px;
	 margin: auto;
	 transform: rotate(-25deg);
}
.container00 .sakidori::after {
	 content: '';
	 position: absolute;
	 width: 2px;
	 height: 50%;
	 background-color: #222162;
	 right: 10px;
	 top: 0;
	 bottom: -5px;
	 margin: auto;
	 transform: rotate(25deg);
}
.container00 .sakidori span {
	color: red;
}


.contents{
	width:95%;
	max-width:500px;
	margin:0 auto;
}
/*-----------------------------
st_recommend_point
-------------------------------*/
#st_recommend_point{
	font : normal 14px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  /*margin: 0 auto 50px;*/
  margin: 0 auto 20px;
}

#st_recommend_point h3 {
	/*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 h3 span{
  font-size: 22px;
}
#st_recommend_point h4 {
	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;
}
.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 h5 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.about_point_box h5 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;
}
/*-------------------------------
ファイナル価格
---------------------------------*/
.ttmod h3.final {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	align-content: center;
	text-align: center;
	background-color:#ff4343;
	padding: 10px 0;
}
.ttmod h3.final a {
	color: #fff;
}
.ttmod h3.final span {
	font-size: 16px;
	color: #ffff00;
  align-items: center;
  display: flex;
  justify-content: center; 
	margin-bottom: 3px;
}
.ttmod h3.final span::before,
.ttmod h3.final span::after {
  background-color: #ffff00; 
  border-radius: 5px;
  content: "";
  height: 2px; 
  width: 18px; 
}
.ttmod h3.final span::before {
  margin-right: 5px; 
  transform: rotate(60deg); 
}
.ttmod h3.final span::after {
  margin-left: 5px; 
  transform: rotate(-60deg); 
}
#plan p.final {
	background-color:#ff4343;
}
#plan .final .hotel_box {
	border: solid 3px #eb8686;
}
#plan .final .box_ttl,#plan .final .plan_ttl {
	color: #333333;
}
#plan .final .panel-group {
	border: solid 2px #a34242;	
}
/*-------------------------------
column
---------------------------------*/

#column {    
	padding-bottom: 40px;
}
.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;
  background-color: #ffffff!important;
  color: #332f2a;
  text-align: left;
}
.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;
}

/*-----------------------------
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;
}

/*-------------------------------
faq
---------------------------------*/
.container_faq {
    width: 96%;
    margin: 0 auto;
	max-width:600px;
	padding: 20px 0 0;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 15px 15px;
	margin: 0 0 40px;
}
.faq_lead {
	color: #604c3f;
  text-align: center;
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl {
 margin: 0;
 line-height:140%;
}
#faq dt {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 5px;
  line-height: 24px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 5px;
}
#faq dd {
	font-size:13px;
	margin: 0 0 0 20px;
}
#faq dt:before,
#faq dd:before {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #00bfff;
}
#faq dd:before {
  content: "A.";
  color: #E4007F;
}

/*-------------------------------
oneday_10th
---------------------------------*/
.oneday_10th_ttl {
	padding: 20px 0;
	font-family: 'M PLUS 1p', sans-serif;
}
.oneday_10th_ttl div {
	background-color: #FFF4F6;
	position: relative;
	padding: 20px 10px 30px;
    border: dotted 3px #f0267a;
	margin: 0 10px;
}
.oneday_10th_ttl div::before {
	position: absolute;
	left: 6px;
	bottom: 8px;
	content: "";
	display: inline-block;
	width: 90px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	z-index: 10;
}
.oneday_10th_ttl div::after {
	position: absolute;
	right: 6px;
	bottom: 8px;
	content: "";
	display: inline-block;
	width: 90px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	z-index: 10;
	transform: scale(-1, 1);
	visibility: visible;
}
.oneday_10th_ttl h2 {
	position: relative;
	font-size: 20px;
	color: #0d499b;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
	width: 960px;
    max-width: 100%;
}
.oneday_10th_ttl h2 span {
	font-size: 24px;
	color: #f0267a;
	display: block;
	line-height: 1.4;
}
.oneday_10th_ttl h2::before {
	position: absolute;
	top: -10px;
	left: 4px;
	content: "";
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(../../oneday/img/deco_10ht_l.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
.oneday_10th_ttl h2::after {
	position: absolute;
	top: -10px;
	right: 4px;
	content: "";
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(../../oneday/img/deco_10ht_r.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
.oneday_10th_ttl p.oneday_10th_btn {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #f0267a;
	display: block;
	text-align: center;
	width: 200px;
	margin: 20px auto 0;
	padding: 6px 6px 8px;
	border-radius: 4px;
	letter-spacing: 0.5rem;
}


/*----*/
div:after,
ul:after {
  content: none;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.r_close {
	display: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #de0000;
	padding: 5px;
	margin: 0 auto;
}

/*個別受付終了対応*/
.btn01.cs {
  pointer-events: none;
  background: #ccc !important;
}

/*受付終了対応*/
/*.btn01 {
    pointer-events: none;
    background: #ccc !important;
}*/
/*.r_close {
	display: block;
}*/




