@charset "utf-8";

body{
	font-size:14px;
  -webkit-text-size-adjust: 100%;
}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
}
body p{
	line-height:160%;
}
a {
	transition: 0.3s ;
}
.sp{
	display:none !important;
}
.container00{
    margin: 0 auto;
}
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.9em;
}
figure img{
	width:100%;
}
main {
}
main * {
	box-sizing: border-box;
  line-height: 1.6;
}

.mb10{
  margin-bottom: 10px;
}
f_b {
	font-weight: bold;
}

.other_link {
  text-align: right;
  padding: 10px 0 0;
  width: 960px;
  margin: 0 auto;
  font-weight: 600;
}
.other_link a:after {
  content: "\025b6";
  margin-left: 5px;
}

/*----------------------------------
 h
--------------------------------- */
.t_line {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	align-content: center;
	text-align: center;
	background-color:#5893d4;
	padding: 10px 0;
	margin: 0;
}

.container00 h4 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
	font-size: 24px;
	margin-bottom: 40px;
	  z-index: 2;
}
.container00 h4:before {
  content: "";
  position: absolute;
  background: #aeebff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	  z-index: -1;
}
/*-----------------------------
title_wrap
-------------------------------*/
.title_wrap {
	background-image: url("../img/title_bg.jpg");
	background-position: center center;
	background-repeat: repeat;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.title_wrap_img {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.title_wrap_img .popup a {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #FF952D;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
	box-shadow: 0px 0px 0px 3px #fff;
	transform: rotate(-10deg);
}
/*----------------------------------
 navi
--------------------------------- */
#navi {
	margin: 0 auto;
}
#navi .menu {
	width: 960px;
	margin: 20px auto;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi .menu li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #27acd9;
  border-right: 2px solid #27acd9;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
#navi .menu li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	/*border: 2px solid #27acd9;*/
	color: #27acd9;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
#navi .menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(39, 172, 217);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
#navi .menu li a:hover::before {
	transform: translateX(0);
}
#navi .menu li a:hover {
	color: #fff;
}
/*-------------------------------
hayawari
---------------------------------*/
#hayawari {
	padding: 0 0 60px;
}
#hayawari h3 {
	display: block;
	margin: 0 auto 2rem;
  font-size: 1.8rem;
	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;
	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;
}

/*----------------------------------
 ski
--------------------------------- */
#ski {
	
}
#ski .cts {
	margin: 0 auto;
	width: 960px;
	padding: 30px 0;
}
.explan {
	margin-bottom: 20px;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 10px -10px #aeebff;
}
.one_re_table {
	display: flex;
	margin-bottom: 20px;
}
.one_re_table table {
	margin-right: 10px;
}
.one_re_table th, .one_re_table td{
	font-weight: normal;
	border: solid 1px #89add5;
	padding: 5px 15px;
}
.one_re_table .th01{
  color: #FFF;
	line-height: 120%;
  background-color: #5893d4;
}
.one_re_table td{
	text-align: center;
	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;
}
.gelande dl {
  display: flex;
	align-items: stretch;
}
.gelande dl dt {
  width: 25%;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	border-top-left-radius: 30px;
}
.gelande dl dd {
  width: 75%;
		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%;
}
.gelande .photo figure:not(:last-child) {
	margin-right: 10px;
	
}	
.wakuwaku {
	background: url(../../oneday/img/bg01.png) #00ad68;
}
.panda {
	background: url(../../oneday/img/bg01.png) #e60012;
}
.kappa {
	background: url(../../oneday/img/bg01.png) #abcd03;
}
.s_midashi {
	margin: 50px 0 10px;
	padding: 8px 10px;
  border-left: 6px double #27acd9;
	font-size: 18px;
	font-weight: bold;
}
.hanabi {
	margin-right: 15px;
	width: 100%;
}
.hanabi img {
 border-radius: 10px;
}
.kagura {
	width: 592px;
	margin-right: 15px;
}
.bd_gray img {
  border: 1px solid #ccc;
}
/*----------------------------------
hotel
--------------------------------- */
#hotel {
	background: url(../../oneday/img/bg01.png) #e8f0ff;
}
#hotel .cts {
	margin: 0 auto;
	width: 960px;
	padding: 50px 0;
}
#hotel dl {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 10px;
}
#hotel dl dt {
  width: 5%;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ddd;
	margin-bottom: 2px;
}
#hotel dl dd {
  width: 95%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.p_flex,.b_flex {
	display: flex;
}

.b_blue {
	display: inline-block;
	padding: 3px 5px;
	background-color: #0080c8;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_orange {
	display: inline-block;
	padding: 3px 5px;
	background-color: #ed6d4e;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_green {
	display: inline-block;
	padding: 3px 5px;
	background-color: #7ec04c;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_brown {
	display: inline-block;
	padding: 3px 5px;
	background-color: brown;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.h_photo {
	margin: 20px 0;
}
.t_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: bold;
	margin: 30px 0 5px;
	font-size: 16px;
}
.t_flex .room_ttl {
	font-size: 18px;
	display: inline-block;
	padding: 8px 10px;
	margin-right: 5px;
	color: #fff;
	background-color: #27acd9;
}

.t_flex .f_s {
	font-size: 12px;
	display: inline-block;
	font-weight: normal;
	margin-top: -2px;
}
.r_flex {
	display: flex;
	align-items: stretch;
	width: 320px;
}
#ski .p_flex {
	justify-content: space-around;
	flex-wrap: wrap;
}
#ski .p_flex div {
	width: 400px;
}
#ski .event p {
	margin-bottom: 15px;
}
#ski .bold {
	font-size: 1.1em;
	font-weight: bold;	
}
.p_flex .triple {
	width: 316px;
}
.lh_n {
	line-height: 1.2em;
		font-size: 13px;
}
.w_b {
	word-break: keep-all;
	display: flex;
	align-items: center;
	line-height: 1;
}
.h_photo .p_flex div {
	margin-right: 5px;
}
.family .p_flex div {
	width: 33%;
	text-align: center;
}
.end {
	align-items: flex-end;
}
.mansion {
	font-weight: bold;
	font-size:16px;
	margin: 10px 0 1px;
}
.danran {
	width: 320px;
}
.room .p_flex {
	margin-top: 20px;
}
.height {
	height: 51px;
}
/*----------------------------------
plan
--------------------------------- */
#plan {
	background: url(../../oneday/img/bg01.png) #e8f0ff;
}
#plan .cts {
	margin: 0 auto;
	width: 960px;
	padding: 50px 0;
}
.gentei {
	background-color: #FF952D!important;
	border: 3px solid #5893d4;
	padding: 5px!important;
}
.gentei span {
	font-size: 12px;
	font-weight: normal;
}
.s_navi {
	padding: 20px 20px 0 20px;
	border: 1px dashed #4273a3;
	margin-bottom: 20px;
	background-color: #fff;
}
.s_navi p {
	font-weight: bold;
	border-radius: 20px;
	background-color: #5893d4;
	padding: 3px 10px;
	color: #fff;
	display: inline-block;
}
.plantitle {
	font-weight: bold;
	border-radius: 20px;
	background-color: #5893d4;
	padding: 8px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 15px 0;
}
.s_navi ul {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 10px 15px;
}
.s_navi ul li a {
	color: #4273a3;
	font-weight: bold;
	font-size: 15px; 
}
.s_navi ul li a::after {
 content: '▼';
 margin-right: 20px;
}
.hotel_plan{
	margin: 0 auto;
	width: 960px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.hotel_box{
  background: #fff;
  padding: 15px;
  width: 49%;
  border: solid 3px #86cfeb;
	margin-bottom: 20px;
}

.hotel_box .box_ttl{
  font-size: 16px;
  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: 20px;
  font-weight: bold;
  color: #bb0204;
  display: inline-block;
  line-height: 0;
  margin-top: 10px;
}
.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:#4273a3;
	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: #4273a3;
  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;
}
.hotel_box form {
	margin-top: 7px;
}
.hotel_box select {
  width: 74%;
  height: 34px;
}
.btn01 {
  width: 88px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px;
  /*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;
}
.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;

}
#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;
	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;
  background: #fff;
  padding: 0 20px 0 20px;
}
/*-------------------------------
2023/10/31までプラン
---------------------------------*/
.container00 .sakidori {
	text-align: center;
	padding: 10px 20px;
	margin: 10px auto;
	font-size: 26px;
	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: 150px;
	 top: 0;
	 bottom: -5px;
	 margin: auto;
	 transform: rotate(-25deg);
}
.container00 .sakidori::after {
	 content: '';
	 position: absolute;
	 width: 2px;
	 height: 50%;
	 background-color: #222162;
	 right: 150px;
	 top: 0;
	 bottom: -5px;
	 margin: auto;
	 transform: rotate(25deg);
}
.container00 .sakidori span {
	color: red;
}


.contents{
	width:960px;
	margin:0 auto;
}
/*-----------------------------
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;
}
#st_recommend_point h3 {
	/*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 h3 span{
  font-size: 30px;
}

#st_recommend_point h4 {
	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-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 h5 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.sugo-panel h5 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/new_greenpia/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/new_greenpia/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/new_greenpia/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;
}

/*-------------------------------
ファイナル価格
---------------------------------*/
.ttmod h3.final {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	align-content: center;
	text-align: center;
	background-color:#ff4343;
	padding: 10px 0;
	margin: 0;
}
.ttmod h3.final a {
	color: #fff;
}
.ttmod h3.final span {
	color: #ffff00;
  align-items: center;
  display: flex;
  justify-content: center; 
}
.ttmod h3.final span::before,
.ttmod h3.final span::after {
  background-color: #ffff00; 
  border-radius: 5px;
  content: "";
  height: 2px; 
  width: 24px; 
}
.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
---------------------------------*/
.ef {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#column {
	padding: 0 0 80px;
}

.column_wrap {
  width: 800px;
  margin: 0 auto 20px;
}
.contents_ttl {
  font-size: 18px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 4px 8px;
}
/*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;
  background-color: #ffffff!important;
  color: #332f2a;
  text-align: left!important;
  padding: 0px;
}
.column_date {
  font-size: 13px;
}
.column_comment {
  font-size: 14px;
}

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

/*-------------------------------
faq
---------------------------------*/
.container_faq{
	width: 960px;
	padding: 50px 0 0;
    margin: 0 auto;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 20px 25px;
	margin: 0 0 80px;
}
.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
}
#faq dl {
	font-size: 14px;
	margin:0;
	line-height:160%;
}
#faq dt {
  font-weight: bold;
	margin: 0 0 8px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 8px;
}
#faq dt:before,
#faq dd:before {
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #00bfff;
}
#faq dd:before {
  content: "A.";
  color: #E4007F;
}
#faq dd{
	margin-left:10px !important;
}

/*-------------------------------
oneday_10th
---------------------------------*/
.oneday_10th_ttl {
	padding: 40px 0;
	font-family: 'M PLUS 1p', sans-serif;
}
.oneday_10th_ttl div {
    width: 960px;
    margin: auto;
	background-color: #FFF4F6;
    padding: 22px 20px 14px;
    border: dotted 3px #f0267a;
	position: relative;
}
.oneday_10th_ttl div::before {
	position: absolute;
	top: 44px;
	left: 20px;
	content: "";
	display: inline-block;
	width: 120px;
	height: 80px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	z-index: 10;
}
.oneday_10th_ttl div::after {
	position: absolute;
	top: 44px;
	right: 20px;
	content: "";
	display: inline-block;
	width: 120px;
	height: 80px;
	background: url(../../oneday/img/deco_10ht_bg_r.png) no-repeat;
	background-size: cover;
	z-index: 10;
	transform: scale(-1, 1);
	visibility: visible;
}
.oneday_10th_ttl h2 {
	position: relative;
	font-size: 28px;
	color: #0d499b;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	width: 960px;
    max-width: 100%;
}
.oneday_10th_ttl h2 span {
	font-size: 1.2em;
	color: #f0267a;
	display: block;
}
.oneday_10th_ttl h2::before {
	position: absolute;
	top: -10px;
	left: 110px;
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	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: 110px;
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../../oneday/img/deco_10ht_r.png) no-repeat;
	background-size: cover;
	z-index: -1;
}


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





