
/*-----------------
ticket
-----------------*/
#ticket small{
	font-size: 0.75em;
}

#ticket .contents_body{
	width: 100%;
}
#ticket .contents_body > section > section{
	padding-left: calc(50% - 500px);
	padding-right: calc(50% - 500px);
}
.contents_body > section > section:nth-of-type(2n-1){
	padding:90px 0;
	margin:0;
	z-index:0;
}
.contents_body > section > section:nth-of-type(2n){
	background-color: var(--bgsubcolor);
	padding:90px 0;
	margin:0;
	z-index:0;
}
#howtobuy_ticket{
	border: #ddd solid 3px;
	padding:60px;
	margin:0 auto 90px;
	width:874px;
}
.about_ticket{
	margin:0;
	padding-top:60px;
	padding-bottom: 60px;
	margin-bottom:60px;
}
.about_ticket h2{
	font-size:24px;
	letter-spacing:0.1em;
	margin-bottom:30px;
	text-align:center;
}
.about_ticket h3,
.about_ticket h4{
	font-size:18px;
	font-weight:700;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.about_ticket h4{
	margin-bottom:10px;
}
.about_ticket h3 span,
.about_ticket h4 span{
	display:inline-block;
	font-size:0.75em;
	letter-spacing:0.06em;
	margin-top:7px;
}
.about_ticket section{
}
#ticket_info{
	border: #ccc solid 1px;
	box-sizing: border-box;
	padding: 40px;
	margin: 0 auto 80px;
	width: 1000px;
}
#ticket_info .attention li{
	font-size: 15px;
}
#ticket_info p strong{
	display: inline-block;
	font-size: 20px;
}
#ticket_info p+ul{
	margin-top: 30px;
}
#ticket_info ul.attention{
	color:var(--basefontcolor);
	font-weight: 600;
}
.ticket_information{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin:0 0 60px 0;
	padding:0;
	text-align: center;
	overflow:hidden;
}
.ticket_information li{
	background-color: var(--keycolor);
	border-radius: 15px;
	overflow: hidden;
	margin: 0 3.5% 0 0;
	width:31%;
}
.ticket_information li a{
	color: var(--btntxtcolor);
}
.ticket_information.ticketinfo2 li,
.ticket_information li.peatix{
	background-color: var(--subcolor);
}
.ticket_information li a:hover{
	background-color: var(--bghovercolor);
	text-decoration: none;
}
.ticket_information.ticketinfo2 li:hover,
.ticket_information li.peatix:hover{
	background-color:var(--bghovercolor);
}
.ticket_information li:nth-child(3n){
	margin-right:0;
}
.ticket_information li:nth-child(n+4){
	margin-top:3.5%;
}
.ticket_information li.second+.second{
	
}
.ticket_information li div{
	margin:0;
	line-height: 0;
}
.ticket_information li h3{
	color: var(--basefontcolor);
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0;
	margin: 0 0 1.25rem;
	text-align: center;
	white-space: nowrap;
}
.ticket_information li h3 small{
	display: inline-block;
}
.ticket_information li dl{
	margin: 0 7.5%;
}
.ticket_information li dt,
.ticket_information li dd{
	line-height: 1;
}
.ticket_information li dt{
	border-bottom: #fff solid 1px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	vertical-align:middle;
	padding: 0 0 0.75rem 0;
	margin:0 0 0.75rem 0;
}
.ticket_information li dd{
	font-size: 0.85rem;
}
.ticket_information li.second a{
	display:table;
}
.ticket_information li.second p{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	margin-top:0;
}
.ticket_information li a{
	background: none;
	box-sizing: border-box;
	display:block;
	width:100%;
	height:100%;
	padding:20px 0 18px;
}
.ticketinfo1 li a{
	padding-top: 0;
}
#howtobuy_ticket ul+h2{
	margin-top: 30px;
}
#howtobuy_ticket .attention{
	margin-top: 20px;
}
#howtobuy_ticket .attention li{
	font-size:13px;
}
.information_ticket_txt{
	margin:0;
	text-align:center;
}

.about_ticket_body{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/*-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}
.ticket_img{
	text-align:center;
	margin: 30px 0;
}
h2+.ticket_img img{
	width:60%;
	height:auto;
}
/*
.freecampPrice .ticket_img img{
	width:60%;
	margin:0 10%;
}
.ticket_bus_tour .ticket_img img{
	width:40%;
	margin:0 25%;
}
.honsaiTicket img,
.honsaiTicket+p+.admissionPrice img{
	width:200px;
	margin-left:calc((100% - 200px)/2);
}
*/
.ticket_caution{
	padding-top:60px
}
.about_ticket_body section ul,
.ticket_caution ul,
.bus_caution ul{
	margin: 0 0 0 1.5em;
}
.about_ticket_body section li,
.ticket_caution li,
.bus_caution li{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	position: relative;
}
.about_ticket_body section li::before,
.ticket_caution li::before,
.bus_caution li::before{
	content: "※";
	position: absolute;
	left: -1em;
}
.about_ticket_body section ul li+li,
.ticket_caution li+li,
.bus_caution li+li{
	margin-top:1em;
}
.admission_text dl{
	margin-top: 1.5em;
}
.admission_text dt{
	font-size: 1.5rem;
	font-weight: 600;
}

.includeAdmissionPrice,
/*.freecampPrice,*/
.autocampPrice,
.honsaiTicket{
	width:32.5%;
}
.admissionPrice{
	width:60%;
}
.includeAdmissionPrice+.btn{
	width: 50%;
	margin-left: 3%;
}
.admissionPrice+.btn{
	width: 35%;
	margin-left: 5%;
}
.ticket_other .admissionPrice{
	width:100%;
}
.admissionPrice dl{
	letter-spacing:-.4em;
}
.admissionPrice dl+dl{
	margin-top:1em;
}
.admissionPrice div,
.admissionPrice p,
.admissionPrice dt,
.admissionPrice dd{
	display:inline-block;
	vertical-align:middle;
}
.admissionPrice p,
.admissionPrice dt,
.admissionPrice dd,
.about_ticket_body .price{
	font-size:20px;
	font-weight:700;
}
.admissionPrice dd,
.about_ticket_body .price{
	letter-spacing:0.1em;
}
.admissionPrice div{
	box-sizing:border-box;
	padding-right:30px;
	width:75%;
}
.admissionPrice div.ticket_img{
	width:100%;
	padding:0;
}
.admissionPrice p{
	text-align:right;
	width:25%;
}
.admissionPrice dt{
	width:35%;
}
.admissionPrice dd{
	text-align:right;
	width:65%;
}
.admissionPrice dt span{
	font-size:0.75em;
}
.plus{
	display:inline-block;
	font-size:60px;
	text-align:center;
	width:10%;
}

.about_ticket_body .ticket_bus_tour {
	display: inline-block;
	width: 41%;
	margin: 0 9% 0 0;
	vertical-align:top;
}

.ticket_other{
	display: inline-block;
	width: 45%;
	margin: 0 0 0 0;
}

#urc-ticket .btn,
.about_ticket .btn,
.about_ticket_body .btn{
	font-size:18px;
}

.ticket_buy{
	display:block;
	font-size:18px;
	line-height:1.5;
	margin:45px 0 0 0;
	text-align:center;
	width:30%;
}
.ticket_buy > div{
	display:inline-block;
	vertical-align:top;
	width:47.5%;
}
.ticket_buy div+div{
	margin-left:5%;
	padding:0;
}
.ticket_buy div a img{
	margin-bottom:0;
}
.ticket_buy2{
	display:block;
	font-size:18px;
	letter-spacing:0.08em;
	line-height:1.5;
	margin: 20px 0 0 0;
	text-align:center;
	vertical-align:top;
	width:100%;
}
.ticket_buy img,.ticket_buy2 img{
	margin-bottom:20px;
}
#howtobuy_ticket .ticket_buy{
	margin-top:15px;
}

#ticket_follow_btn{
	display: none;
}


.ticket_set_caution,
.ticket_freecamp_link,
.pre_event_point,
#other_reserve{
	margin-top:45px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	line-height: 1.5;
}
.ticket_set_caution+.ticket_set_caution{
	margin-top:20px;
}
.ticket_set_caution span{

}

.ticket_freecamp_link,
.pre_event_point,
#other_reserve{
	border:dashed #ccc 1px;
	padding:20px;
}

.rakurakuPrice div.ticket_img{
	padding: 45px 0 30px;
}
.rakurakuPrice div.ticket_img img{
	margin: 0!important;
}
.rakurakuTxt{
	margin-left: 22%;
}
.rakurakuTxt .admissionPrice{
	width: 100%;
}
#rakuraku .honsaiTicket{
	width: 30%;
	margin-left: 10%;
}
#rakuraku .about_ticket_body section{
	vertical-align: middle;
}

/* POPUP WINDOW */

#pointpresent{
	width:800px;
	padding:30px;
}
#pointpresent p+ul{
	margin-top:2em;
}

#howtobuy_ticket h1,
#pointpresent h1{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
#howtobuy_ticket .ticketDetail{
	font-size:16px;
	font-weight:700;
}
#howtobuy_ticket .ticketDetail li{
	margin-bottom:0.5em;
}
#howtobuy_ticket .ticketDetail li span{
	line-height:1.5;
	margin-left:1em;
}
#howtobuy_ticket .ticketDetail+.attention{
	margin-top: 2em;
}
.attention+p{
	margin-top: 2em;
}
#howtobuy_ticket strong{
	font-weight:bold;
	font-size:16px;
}
#howtobuy_ticket section+section{
	border-top:#cfcfcf solid 1px;
	margin:30px 0 0 0;
	padding-top:30px;
}
#howtobuy_ticket section #shop_ticket{
	border:1px dashed #ccc;
	padding:30px;
	margin:20px 0 0 0;
}
#howtobuy_ticket section #shop_ticket p+p{
	margin-top:20px;
}
#howtobuy_ticket section #shop_ticket strong{
	font-size:1.1em;
	font-weight:bold;
}

#cboxOverlay{background:#ccc;}
#cboxClose{
	background: url(/feature/tgf/common/img/2018/common/close_x52_52.png) no-repeat top center;
	background-size:contain;
	width:30px;
	height:30px;
}
.tokuten{
	color:var(--accentcolor);
	font-weight: bold;
	padding:25px;
	border:var(--accentcolor) solid 1px;
	border-radius: 10px;
	margin-top: 30px;
}
#urc-ticket .btn,
.tokuten+.btn,
.admission_text + .btn{
	margin-top: 60px;
}

table td{
	background-color: #fff;
}
th span{
	display: inline-block;
	margin-left: 0.5em;
}
/* 宿泊プラン */
.shukuhaku{
}
.hotel{
	letter-spacing:-.4em;
	margin-top:60px;
}
.hotel+.hotel{
	margin-top:-1px;
}
.hotel div,
.hotel dl{
	display:inline-block;
	letter-spacing:0.06em;
	vertical-align:top;
}
.hotel div{
	box-sizing:border-box;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	border-top: 1px solid #909090;
	background:#e6ece8;
	padding:15px;
	width:27%;
	height:92px;
}
.hotel dl{
	margin:0;
	width:36.5%;
}
.hotel dl+dl{
	margin-left:-1px;
}
	
.hotel dl dt{
	box-sizing:border-box;
	background:#909090;
	color:#fff;
	font-weight:700;
	text-align:center;
	padding:10px;
	width:100%;
}
.hotel+.hotel dl dt{
	display:none;
}
.hotel table{
	border-collapse: collapse;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #909090;
	width:100%;
}
.hotel table th{
	border-bottom:#ccc dotted 1px;
	width:33.33%;
	height:36px;
	vertical-align:middle;
}
.hotel table th+th,
.hotel table td+td{
	border-left:#ccc dotted 1px;	
}
.hotel table th+th+th{
	width:33.34%;
}
.hotel table td{
	height:54px;
	line-height:1.25;
	text-align:center;
	vertical-align:middle;
}
.hotel table td span{
	font-size:11px;
}
.hotel_end{
	color:#f00;
	font-weight:bold;
}
.hotel h3{
	margin-bottom:7px;
}
.hotel h3 a{
	text-decoration:underline;
}
#hotel01 div{
	margin-top:44px;
}
#hotellast div{
	border-bottom: 1px solid #909090;
}
#whitedream div{
	height: 127px;
}
#whitedream table td{
	height: 89px;
}
#whitedream div p+p{
	margin-top: 5px;
}
.shukuhakuAtte{
	margin-top:60px;
}
.shukuhakuAtte .attention li{
	font-size:14px;
}
.shukuhakuAtte section,
.shukuhakuLink{
	margin-top:45px;
}
.shukuhakuAtte section{
	background:#e6ece8;
	padding:30px;
}
.shukuhakuLink{
	line-height:2.25;
}
.shukuhaku .about_ticket{
	margin:90px 0 0 0;
}
.shukuhaku .about_ticket > section{
	letter-spacing:-.4em;
}
.shukuhaku .about_ticket h2 span{
	font-size:24px;
	margin-left:0.4em;
}
.shukuhaku .yadoHowto{
	display:inline-block;
	vertical-align:bottom;
}
.shukuhaku .yadoHowto .ticket_img{
	padding:0;
	margin-bottom:15px;
	width:100%;
}
.shukuhaku .yadoHowto .ticket_img img{
	height:80px;
	width:auto;
}
.shukuhaku .freecampPrice .ticket_img img{
	height:100px;
}
.shukuhaku .about_ticket p,
.yadoHowto p, .yadoHowto dt, .yadoHowto dd, .yadoHowto .price{
	letter-spacing:0.06em;
	font-size:16px;
}
.shukuhaku section .plus{
	font-size:50px;
	width:11%;
}
.shukuhaku .freecampPrice{
	width:16%;
}
.shukuhaku .admissionPrice{
	width:30%;
	padding:0;
}
.shukuhaku .admissionPrice div{
	padding-right:0px;
}
.shukuhaku .admissionPrice dl{
	margin-top:0.25em;
}
.shukuhaku .yadoYoyaku{
	width:30%;
	padding:0;
}
.shukuhaku .busYoyaku{
	width:18%;
	padding:0;
}
.shukuhaku .ticket_bus_tour{
	width:30%;
}
.shukuhaku .ticket_bus_tour p{
	font-size:12px;
	font-weight:700;
	line-height:1.5;
}
.shukuhaku section .yadoYoyaku p,
.shukuhaku section .busYoyaku p{
	background:#e6ece8;
	font-weight:bold;
	font-size:14px;
	padding:15px;
	text-align:center;
}
.shukuhaku .about_ticket section p.ticket_buy2{
	width:100%;
	font-size:14px;
	text-align:left;
}

.shukuhakuAtte section .attention{
	margin-top:20px;
}
.shukuhakuAtte section#busroot{
	padding:0;
	margin-bottom:30px;
}
.shukuhakuAtte section#busroot h4{
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}
.shukuhakuAtte section#busroot h4::before{
	content:"▼";
}
#rootDetail{
	letter-spacing:-.4em;
	margin-bottom:15px;
}
#rootDetail>li{
	background:#fff;
	display:inline-block;
	padding:15px 0;
	vertical-align:top;
	width:10%;
}
#rootDetail>li:nth-child(2n){
	background:#eee;
}
#rootDetail>li+li{
	position:relative;
	margin-left:2.857%;
}
#rootDetail>li+li::before{
	display:inline-block;
	content:"→";
	position:absolute;
	padding-top:30px;
	top:0;
	left:-22%;
}
#rootDetail li p{
	font-weight:bold;
	letter-spacing:0.08em;
	height:235px;
	margin:0 auto;
	-ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
#rootDetail ul{
	box-sizing:border-box;
	border-right:#999 dotted 1px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:50%;
}
#rootDetail ul+ul{
	border-right:none;
}
#rootDetail ul li{
	font-size:11px;
	letter-spacing:0.08em;
	text-align:center;
}
#rootDetail ul li+li{
	margin-top:0.5em;
}
.shukuhakuAtte section#busroot>div{
	display:inline-block;
	width:200px;
	margin-right:15px;
	vertical-align:top;
}
.shukuhakuAtte section#busroot>div+p{
	display:inline-block;
	width:42%;
}
#rootDetail ul+ul li:nth-child(2),
#rootDetail ul+ul li:last-child{
	font-weight:bold;
	color:#f00;
}

#hotel-stay h2{
	margin-bottom: 90px;
}
.hotel-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.hotel-detail{
	width: 46.5%;
}
.hotel-detail h3{
	font-weight: 500;
	line-height: 1.5;
}
.hotel-detail h3 span{
	display: block;
}
.hotel-detail .slideshow{
	margin: 0 auto 30px;
}
.hotel-wrap > section{
	margin: 0;
}
.hotel-wrap > section:nth-child(2n){
	margin-left: 7%;
}




