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

section section+section{
	margin-top:0;
}
#ticket .contents_body{
	width: 100%;
	margin: 0;
}
#ticket .contents_body > section > section{
	padding-left: 5%;
	padding-right: 5%;
}
.contents_body > section > section:nth-of-type(2n-1){
	padding:15vw 0;
	margin:0;
	z-index:0;
}
.contents_body > section > section:nth-of-type(2n){
	background-color:var(--bgsubcolor);
	padding:15vw 0;
	margin:0;
	z-index:0;
}

#ticket_info{
	border: #ccc solid 1px;
	box-sizing: border-box;
	padding: 25px;
	margin: 10vw auto 10vw;
}
#ticket_info p{
	font-size: 15px;
}
#ticket_info p strong{
	display: inline-block;
	font-size: 18px;
}
#ticket_info p+ul{
	margin-top: 20px;
}
#ticket_info ul.attention{
	color:var(--basefontcolor);
	font-weight: 600;
}

#howtobuy_ticket{
	border: #ddd solid 3px;
	padding:45px;
	margin:0 0 60px;
}
#howtobuy_ticket ul+h2{
	margin-top: 30px;
}
.about_ticket{
	margin:0;
	padding:20px;
	margin-bottom:45px;
}
.about_ticket h2{
	font-size:18px;
	letter-spacing:0.08em;
	margin-bottom:20px;
	text-align:center;
}
.about_ticket h3,
.about_ticket h4{
	font-size:16px;
	font-weight:700;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
#ticket-parking .about_ticket h4{
	width: 45%;
	margin-bottom:10px;
}
.about_ticket h3 span,
.about_ticket h4 span{
	display:block;
	font-size:0.75em;
	letter-spacing:0.06em;
	margin-top:7px;
}
.about_ticket section{
}
.about_ticket .ticket_caution{
	margin-top:45px;
}
.about_ticket .ticket_other{
	margin-top:60px;
}
.about_ticket_body{
	margin-top: 30px;
}
.freecampPrice{
	display: flex;
}
.about_ticket_body p,
.about_ticket_body li,
.about_ticket_body dt,
.about_ticket_body dd{
	letter-spacing:0.06em;
}

.about_ticket_body section img{
	width:75%;
	height:auto;
}
.about_ticket_body .freecampPrice img{
	width:60%;
	margin:0 15%;
}
.about_ticket_body .ticket_bus_tour img{
	width:50%;
	margin:0 25%;
}
.about_ticket_body .honsaiTicket img,
.about_ticket_body .honsaiTicket+p+.admissionPrice img{
	width:150px;
	margin-left:calc(50% - 75px);
	margin-right:calc(50% - 75px);
}
#urc-ticket .btn,
.about_ticket .btn,
.about_ticket_body .btn{
	font-size:16px;
}
.ticket_information+h2{
	margin-top: 10vw;
}
.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;
	text-align: center;
	overflow:hidden;
}
.ticket_information li{
	background-color: var(--keycolor);
	border-radius: 10px;
	overflow: hidden;
	margin: 0 4% 0 0;
	width:48%;
}
.ticket_information li a{
	color: var(--btntxtcolor);
}
.ticket_information li:nth-child(2n){
	margin-right:0;
}
.ticket_information li:nth-child(n+3){
	margin-top:4%;
}
.ticket_information.ticketinfo2 li,
.ticket_information li.peatix{
	background-color: var(--subcolor);
}
.ticket_information li:hover{
	background-color: var(--bghovercolor);
}
.ticket_information.ticketinfo2 li:hover,
.ticket_information li.peatix:hover{
	background-color: var(--bghovercolor);
}
.ticket_information li div{
	line-height: 0;
}
.ticket_information li h3{
	color: var(--basefontcolor);
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0;
	margin: 0 0 1rem;
	text-align: center;
	white-space: nowrap;
}
.ticket_information li h3 small{
	display: inline-block;
	letter-spacing: 0.05em;
}
.ticket_information li dl{
	margin: 0 5%;
}
.ticket_information li dt,
.ticket_information li dd{
	line-height: 1;
}
.ticket_information li dt{
	border-bottom: #fff solid 1px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	vertical-align:middle;
	padding: 0 0 0.75rem 0;
	margin:0 0 0.75rem 0;
	white-space: nowrap;
}
.ticket_information li dd{
	font-size: 0.75rem;
}
.ticket_information li p{
	font-size:11px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: left;
	padding: 0 10px;
	margin-top:0;
}
.ticket_information li a{
	background: none;
	box-sizing: border-box;
	display:block;
	width:100%;
	height:100%;
	padding:15px 0 13px;
}
.ticketinfo1 li a{
	padding-top: 0;
}

.ticket_information li.second p{
	margin-top:0;
}
.information_ticket_txt{
	margin:0;
	text-align:center;
}
.about_ticket_body section ul,
.ticket_caution ul,
.bus_caution ul{
	margin: 0 0 0 1.25em;
}
.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;
}

.about_ticket_body .ticket_caution{
	
}
.admission_text dl{
	margin-top: 1.5em;
}
.admission_text dt{
	font-size: 1.5rem;
	font-weight: 600;
}

.admissionPrice,
.admissionPrice dl{
	letter-spacing:-.4em;
}
.admissionPrice div,
.admissionPrice p,
.admissionPrice dt,
.admissionPrice dd{
	display:inline-block;
	vertical-align:middle;
}
.admissionPrice dl+dl{
	margin-top:1em;
}
.admissionPrice p,
.admissionPrice dt,
.admissionPrice dd,
.about_ticket_body .price{
	font-size:16px;
	font-weight:700;
}
.admissionPrice dd,
.about_ticket_body .price{
	letter-spacing:0.1em;
}
.admissionPrice div{
	box-sizing:border-box;
	padding-right:10px;
	width:67%;
}
.admissionPrice div.ticket_img{
	width:90%;
	padding:15px 0;
	margin:0 5%;
}
.admissionPrice p{
	text-align:right;
	width:30%;
}
.admissionPrice dt{
	width:auto;
}
.admissionPrice dd{
	text-align:right;
	width:auto;
}
.admissionPrice dt span{
	font-size:0.75em;
	margin-left:0.4em;
}
.plus{
	display:inline-block;
	font-size:40px;
	line-height: 1.5;
	/*text-align:center;*/
	width:100%;
}
section+.btn{
	margin-top: 30px;
}
.about_ticket_body .ticket_caution_1clm{
	width:auto;
	margin-top:30px;
}
.ticket_caution_1clm p{
}

.ticket_img{
	text-align:center;
	margin: 20px 0;
}

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


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

}
.ticket_set_caution+.ticket_set_caution{
	margin-top:15px;
}

.ticket_freecamp_link,
.pre_event_point,
#other_reserve{
	border:dashed #ccc 1px;
	padding:20px;
}
#rakuraku .admissionPrice div.ticket_img{
	margin: 0;
	box-sizing: border-box;
}
#rakuraku .admissionPrice div{
	width: 100%;
}
table td{
	background-color: #fff;
}
table th:nth-child(2){
	min-width: 3.5em;
}
table th:nth-child(2){
	min-width: 5em;
}
th span{
	display: block;
	font-size: 11px;
}
/* POPUP WINDOW */
#cboxContent{
	margin:30px 15px!important;
}
#pointpresent,
#howtobuy_ticket{
	box-sizing:border-box;
	padding:20px;
}

#pointpresent h1,
#howtobuy_ticket h1{
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;
}
#pointpresent .attention{
		margin-top: 2em;
}
#howtobuy_ticket .ticketDetail{
	font-size:14px;
	font-weight:700;
	line-height:1.5;
}
.ticketDetail li{
	margin-top:0.5em;	
}
.ticketDetail .attention{
	font-weight:normal;
	line-height:1.5;
}
#howtobuy_ticket .ticketDetail+.attention{
	margin-top: 2em;
}
.attention+p{
	margin-top: 2em;
}
#howtobuy_ticket strong{
	font-weight:bold;
	font-size:14px;
}
#howtobuy_ticket section+section{
	border-top:#cfcfcf solid 1px;
	margin:22px 0 0 0;
	padding:22px 0 0 0; 
}
#howtobuy_ticket section #shop_ticket{
	border:1px dashed #ccc;
	padding:20px;
	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:20px;
	height:20px;
}

.tokuten{
	color:var(--accentcolor);
	font-weight: bold;
	padding:20px;
	border:var(--accentcolor) solid 1px;
	border-radius: 8px;
	margin-top: 20px;
}
#urc-ticket .btn,
.tokuten+.btn,
.admission_text + .btn{
	margin-top: 45px;
}

/* 宿泊プラン */

.shukuhaku{
}
.hotel{
	margin-top:45px;
}
.hotel div{
	margin-bottom:15px;
}
.hotel h3{
	margin-bottom:7px;
}
.hotel div p{
	font-size:14px;
}
.hotel h3 a{
	text-decoration:underline;
}
.hotel dl{
}
.hotel dl+dl{
	margin-left:-1px;
}	
.hotel dl dt{
	box-sizing:border-box;
	background:#909090;
	color:#fff;
	font-weight:700;
	text-align:center;
	padding:7px;
	width:100%;
}
.hotel table{
	border-collapse: collapse;
	border: 1px solid #909090;
	width:100%;
}
.hotel table th{
	border-bottom:#ccc dotted 1px;
	width:33.33%;
	padding:7px;
	vertical-align:middle;
}
.hotel table td{
	line-height:1.25;
	text-align:center;
	padding:7px;
	vertical-align:middle;
}
.hotel table td span{
	font-size:10px;
}
.hotel .hotel_end{
	color:#f00;
	font-weight:bold;
}
.hotel table th+th,
.hotel table td+td{
	border-left:#ccc dotted 1px;	
}
.hotel table th+th+th{
	width:33.34%;
}

.shukuhakuAtte{
	margin-top:45px;
}
.shukuhakuAtte .attention li{
}
.shukuhakuAtte section,
.shukuhakuLink{
	margin-top:30px;
}
.shukuhakuAtte section{
	background:#e6ece8;
	padding:20px;
}
.shukuhakuLink{
	line-height:2;
}
.shukuhaku .about_ticket{
	margin:60px 0 0 0;
}
.shukuhaku .about_ticket section+section{
	margin:45px 0 0 0;
	padding-top:45px;
	border-top:#ccc solid 1px;
}
.shukuhaku .about_ticket h2{
	margin:10px 0 60px 0;
}
.shukuhaku .about_ticket h2 span{
	font-size:14px;
	margin-top:0.25em;
}
.shukuhaku .yadoHowto .ticket_img{
	padding:0;
}
.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:14px;
}
.shukuhaku .about_ticket .plus{
	font-size:40px;
}
.shukuhaku section .yadoYoyaku p,
.shukuhaku section .busYoyaku p{
	background:#e6ece8;
	font-weight:bold;
	font-size:14px;
	padding:15px;
	margin-top:15px;
	text-align:center;
}
.shukuhaku .about_ticket section p.ticket_buy2{
	width:100%;
	font-size:14px;
	text-align:left;
	margin-top:15px;
}

.shukuhakuAtte section .attention{
	margin-top:15px;
}
.shukuhakuAtte section#busroot{
	padding:0;
	margin-bottom:20px;
}
.shukuhakuAtte section#busroot h4{
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
.shukuhakuAtte section#busroot h4::before{
	content:"▼";
}
#rootDetail{
	margin-bottom:15px;
}
#rootDetail>li{
	background:#fff;
	padding:10px;
}
#rootDetail>li:nth-child(2n){
	background:#eee;
}
#rootDetail>li+li{
	position:relative;
}
#rootDetail>li+li::before{
	content:"⬇";
	font-weight:bold;
	padding:0 0 0 10px;
	position:absolute;
	top:-100px;
	left:0;
}
#rootDetail li p{
	font-weight:bold;
	letter-spacing:0.08em;
	line-height:1.25;
	margin-bottom:0.5em;
}
#rootDetail ul{
	box-sizing:border-box;
	border-bottom:#999 dotted 1px;
	display:inline-block;
	line-height:1.5;
	padding-bottom:10px;
	margin-left:20px;
	vertical-align:top;
	text-align:left;
}
#rootDetail ul+ul{
	border-bottom:none;
	padding-top:10px;
	padding-bottom:0;
}
#rootDetail ul li{
	display:inline-block;
	font-size:10px;
	letter-spacing:0.08em;
	line-height:1.5;
	text-align:left;
	width:auto;
}
#rootDetail ul li:first-child{
	font-weight:bold;
	width:100%;
}
#rootDetail ul li+li{
}
#rootDetail ul li+li+li::before{
	content:"|";
	color:#999;
	display:inline-block;
	margin:0 0.4em;
}
.shukuhakuAtte section#busroot>div{
	width:80%;
	margin:0 10% 1em 10%;
}
.shukuhakuAtte section#busroot>div+p{
}
#rootDetail ul+ul li:nth-child(2),
#rootDetail ul+ul li:last-child{
	font-weight:bold;
	color:#f00;
}

#hotel-stay h2{
	margin-bottom: 10vw;
}
.hotel-detail h3{
	font-weight: 500;
	line-height: 1.5;
}
.hotel-detail h3 span{
	display: block;
}
.hotel-detail .slideshow{
	margin: 0 auto 20px;
}
.hotel-wrap > section{
	margin: 0;
}
.hotel-wrap > section:nth-child(2n){
	margin-top: 10vw;
}


@media(max-width:320px){
.about_ticket{
	border: #ddd solid 1px;
	margin:0;
	padding:15px;
	margin-bottom:45px;
}
.admissionPrice p,
.admissionPrice dt,
.admissionPrice dd,
.about_ticket_body .price,
.ticket_buy, .ticket_buy2{
	font-size:15px;
}
.admissionPrice div{
}
.admissionPrice dt{
	width:40%;
}
.admissionPrice dd{
	width:35%;
}
}
