@charset "utf-8";


.frame2 .pc--grid--box{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.frame2 .pc--grid--box >div{
	width: 48%;
}

.p-cars__category-heading{font-size:5.3333333333vw;font-weight:500;letter-spacing:2px;color: #000;line-height: 1.5;padding: 15px 0;}

@media (min-width: 769px){.p-cars__category-heading{font-size:170%}}
/*--------------------------------------------------

 * index.php

--------------------------------------------------*/

@media (min-width: 769px){
.bases{}
.bases__inner{}
.bases__body{
	padding-top: 125px;
}
.bases__items{
	/*----- for legacy -----*/
	display: -webkit-box;
	-webkit-box-pack: justify;
	/*----- for legacy -----*/
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.bases__item{
	list-style: none;
	margin-bottom: 20px;
	
	width: 25%;
	flex-basis: 			25%;
	-o-flex-basis: 			25%;
	-ms-flex-basis: 		25%;
	-moz-flex-basis: 		25%;
	-webkit-flex-basis: 	25%;
}
.bases__link{
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #fff;
}
}
@media (max-width: 768px){
.bases{}
.bases__inner{}
.bases__items{}
.bases__item{
	list-style: none;
	margin-bottom: 1px;
}
.bases__link{
	padding-left: 0;
	padding-right: 0;
}
}




@media (min-width: 769px){
.scene{}
.scene__inner{}
.scene__items{
	/*----- for legacy -----*/
	display: -webkit-box;
	-webkit-box-pack: justify;
	/*----- for legacy -----*/
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}
.scene__item{
	list-style: none;
	text-align: center;
	
	width: 25%;
	flex-basis: 			25%;
	-o-flex-basis: 			25%;
	-ms-flex-basis: 		25%;
	-moz-flex-basis: 		25%;
	-webkit-flex-basis: 	25%;
}
.scene__item a{
	display: block;
	position: relative;
    width: 100%;
    margin-bottom: 0;
}
.scene__item a::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.scene__img{
	-o-object-fit: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
}
@media (max-width: 768px){
.scene{}
.scene__inner{}
.scene__items{
	/*----- for legacy -----*/
	display: -webkit-box;
	-webkit-box-pack: justify;
	/*----- for legacy -----*/
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}
.scene__item{
	list-style: none;
	text-align: center;
	
	width: 25%;
	flex-basis: 			25%;
	-o-flex-basis: 			25%;
	-ms-flex-basis: 		25%;
	-moz-flex-basis: 		25%;
	-webkit-flex-basis: 	25%;
}
.scene__item a{
	display: block;
	position: relative;
    width: 100%;
    margin-bottom: 0;
}
.scene__item a::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.scene__img{
	-o-object-fit: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
}




.shuttle{ background-color: #FFEFF6; }
.skygate{ background-color: #667C8A; color: #fff; }
@media (min-width: 769px){
.shuttle,
.skygate{
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media (max-width: 768px){
.shuttle,
.skygate{
	padding-top: 30px;
	padding-bottom: 30px;
}
}




/*--------------------------------------------------

 * kyoto.php

--------------------------------------------------*/

.area__item--1 .area__title 	{ background-color: #B3C64F; }
.area__item--2 .area__title 	{ background-color: #E294B4; }
.area__item--3 .area__title 	{ background-color: #E5DB4B; }
.area__item--4 .area__title 	{ background-color: #BFE6DD; }
.area__item--5 .area__title 	{ background-color: #D8CFDC; }
.area__item--6 .area__title 	{ background-color: #FDCCBC; }
.area__item--7 .area__title 	{ background-color: #E5CD97; }
.area__item--8 .area__title 	{ background-color: #80A060; }
.area__item--9 .area__title 	{ background-color: #CB8C53; }
.area__item--10 .area__title 	{ background-color: #80CDBB; }
.area__item--11 .area__title 	{ background-color: #B2A0B9; }
.area__item--12 .area__title 	{ background-color: #FC9A7A; }

@media (min-width: 769px){
.area{}
.area__inner{}
.area__item{}
.area__title{
	color: #fff;
	background-color: #999;
	padding: .25em .5em;
}
.area__note{}
.area__map_frame{
	margin-bottom: 5px;
}
}
@media (max-width: 768px){
.area{}
.area__inner{}
.area__item{}
.area__title{
	color: #fff;
	background-color: #999;
	padding: .25em .5em;
}
.area__note{}
.area__map{
	margin-bottom: 20px;
}
.area__map_frame{
	height: 300px;
	margin-bottom: 5px;
}
}







@media (min-width: 769px){
.price{}
.price__inner{}
.price__group{
	margin-bottom: 10px;
}
.price__toggle{}
.price__table{
/*	margin-top: 20px;*/
	margin-bottom: 20px;
}
.price__notice{
	margin-bottom: 60px;
}
.price .table1__cell--body{text-align: center;}
.price .table1__bg3,
.price tr.table1__bg3 .table1__cell{ width: 50%;}
.price .table1__bg4,
.price tr.table1__bg4 .table1__cell{ width: 25%;background-color: #FCE5ED;}
.price .table1__bg5,
.price tr.table1__bg5 .table1__cell{ width: 20%;background-color: #FCE5ED;}
.flex__center{
	display: flex;
	justify-content: center;
}
}
@media (max-width: 768px){
.price{}
.price__inner{}
.price__group{
	margin-bottom: 10px;
}
.price__toggle{
	font-size: 125%;
}
.price__toggle small{
	display: block;
	margin-top: 5px;
	
	font-size: 70%;
	line-height: 1.5em;
	margin-left: 1.5em;
}
.price__table{
	margin-top: 20px;
	margin-bottom: 20px;
}
.price__notice{
	margin-bottom: 60px;
}
.price .table1__cell--body{text-align: center;}
.price .table1__bg3,
.price tr.table1__bg3 .table1__cell{ width: 50%;}
}










/*--------------------------------------------------

 * index.php

--------------------------------------------------*/

@media (min-width: 769px){
.reserve{}
.reserve__inner{}
.reserve__button--half{
	padding-top: .55em;
	padding-bottom: .55em;
	
	padding-left: 0;
	padding-right: 0;
}
.reserve__example{
	display: block;
	font-size: 60%;
	line-height: 1.5em;
}




.reserve_step{}
.reserve_step__item{
	list-style: none;
	margin-bottom: 10px;
}
.reserve_step__item:after{ content: ""; display: block; clear: both; }
.reserve_step__title{
	float: left;
	margin-right: 30px;
}
.reserve_step__body{
	overflow: hidden;
}





.meetup{}
.meetup__inner{}
.meetup__heading{
	text-align: center;
	padding: 20px;
	margin: -20px -20px 20px -20px;
	background-color: #FCE5ED;
}




.meetup__maps{
	letter-spacing: -1em;
	text-align: center;
	
	margin-bottom: 20px;
}
.meetup__map{
	list-style: none;
	
	display: inline-block;
	letter-spacing: normal;
	
	
	margin-left: 60px;
}
.meetup__map:first-child{
	margin-left: 0;
}
.meetup__lightbox{
	display: block;
	margin-bottom: 5px;
}
.meetup__minimap{}




.shuttle_footer{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FDF8E9;
	border-top: 1px solid #CECCC4;
}
.shuttle_footer__inner{}
.shuttle_footer .icon{
	vertical-align: bottom;
	margin-left: 10px;
}
}
@media (max-width: 768px){
.reserve{}
.reserve__inner{}
.reserve__button--half{
	padding-left: 0;
	padding-right: 0;
}
.reserve__example{
	display: block;
	font-size: 60%;
	line-height: 1.5em;
}




.reserve_step{}
.reserve_step__item{
	list-style: none;
	margin-bottom: 10px;
}
.reserve_step__item:after{ content: ""; display: block; clear: both; }
.reserve_step__title{
	float: left;
	margin-right: 30px;
}
.reserve_step__body{
	overflow: hidden;
}





.meetup{}
.meetup__inner{}
.meetup__heading{
	text-align: center;
	padding: 20px;
	margin: -20px -20px 20px -20px;
	background-color: #FCE5ED;
}




.meetup__maps{
	letter-spacing: -1em;
	text-align: center;
	
	margin-bottom: 20px;
}
.meetup__map{
	list-style: none;
	
	display: inline-block;
	letter-spacing: normal;
	
	
	width: 46.875%;
	
	margin-left: 3.125%;
}
.meetup__map:first-child{
	margin-left: 0;
}
.meetup__lightbox{
	display: block;
	margin-bottom: 5px;
}
.meetup__minimap{
	width: 100%;
}





.shuttle_footer{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FDF8E9;
	border-top: 1px solid #CECCC4;
}.shuttle_footer__inner{}
.shuttle_footer .icon{
	vertical-align: bottom;
	margin-left: 10px;
}
}










/*--------------------------------------------------

 * faq

---------------------------------------------------*/

@media (min-width: 769px){}
@media (max-width: 768px){}
.faq{}
.faq__item{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
}
.faq__question,
.faq__answer{
	position: relative;
	padding-left: 2em;
}
.faq__question{
	font-size: 128%;
	font-weight: bold;
	line-height: 1.5em;
	
	cursor: pointer;
}
.faq__answer{
	margin-left: 3em;
	padding-left: 2.5em;
	position: fixed;
	left: 100%;
	
	margin-top: 1em;
}
.faq__answer p:last-child{
	margin-bottom: 0;
}
.faq__item.is--active .faq__answer{
	position: relative;
	left: 0;
	
	animation: 			kf--fadein .3s ease-in-out both;
	-o-animation: 		kf--fadein .3s ease-in-out both;
	-ms-animation: 		kf--fadein .3s ease-in-out both;
	-moz-animation: 	kf--fadein .3s ease-in-out both;
	-webkit-animation: 	kf--fadein .3s ease-in-out both;
}
.faq__question:before,
.faq__answer:before{
	display: block;
	
	position: absolute;
	left: 0;
	top: 0;
	
	height: 1.5em;
	width: 1.5em;
	text-align: center;
	
	color: #fff;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5em;
}
.faq__question:before{
	content: "Q";
	background-color: #4E4E4E;
}
.faq__answer:before{
	content: "A";
	background-color: #DA7373;
	font-size: 128%;
}

.faq__question:after{
	content: "+";
	
	display: block;
	
	font-size: 75%;
	
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	text-align: center;
	
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	
	color: #fff;
	background-color: #4E4E4E;
}
.faq__item.is--active .faq__question:after{
	content: "-";
}












@media (min-width: 769px){}
@media (max-width: 768px){}
