@charset "utf-8";
/* CSS Document */


/*  car
********************/
.page.car .mainvisual{
    background: url("../images/car/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.car .map iframe{
    width: 100%;
    height: 450px;
}


/*  experience
********************/
.page.experience .mainvisual{
    background: url("../images/experience/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.experience .conditions{
    margin: 0 0 0 -2%;
}
.experience .conditions p{
    width: 47%;
    padding: 25px 0;
    margin: 0 0 0 2%;
    text-align: center;
    border: #669900 solid 3px;
    float: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.experience .conditions p span{
    display: block;
    margin: 10px 0 0 0;
}
.experience .conditions p img{
    width: 100px;
    height: auto;
}

.experience .flow{
    margin: 0 0 0 -1%;
}
.experience .flow div{
    width: 20.2%;
    padding: 1.5%;
    margin: 0 0 0 1%;
    text-align: center;
    border: #669900 solid 3px;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.experience .flow div h4{
    margin: 0 0 15px 0;
}
.experience .flow div span{
    display: block;
    margin: 10px 0 0 0;
}
.experience .flow div img{
    width: 100px;
    height: auto;
}


.experience dl dt {
    clear: left;
    float: left;
    width: 320px;
    padding: 0 0 20px 0;
}
.experience dl dt span.n {
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    font-size: 84%;
    background: #AAAAAB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.experience dl dt span.h {
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    font-size: 84%;
    background: #FA8202;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.experience dl dd {
    padding: 0 0 20px 320px;
    background: #fff;
    margin: 0 0 5px 0;
}
.experience dl dd .middle {
    width: 50%;
    background: #F5F6F6;
    border: #C8C8C8 solid 1px;
    padding: 10px;
    height: auto;
}
.experience dl dd .full {
    width: 96%;
    background: #F5F6F6;
    border: #C8C8C8 solid 1px;
    padding: 10px;
    height: auto;
}
.experience dl dd .tel2 {
    width: 15%;
    background: #F5F6F6;
    border: #C8C8C8 solid 1px;
    padding: 10px;
    height: auto;
}
.experience p.button {
    margin: 20px auto;
    width: 300px;
}
.experience p.button input {
    width: 100%;
    display: block;
	color: #fff;
	padding: 15px 0 12px 0;
    border: none;
	text-align: center;
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #669900;
    background-size: 10px 16px;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.experience p.button input:hover{
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #568004;
    background-size: 10px 16px;
}


/*  covid
********************/
.page.covid .mainvisual{
    background: url("../images/covid/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.covid .inner{
    margin: 0 0 50px 0;
}
.covid .inner p.img{
    width: 450px;
    float: left;
}
.covid .inner .text{
    width: 480px;
    float: right;
}


/*  use
********************/
.page.use .mainvisual{
    background: url("../images/use/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}


/*  contact
********************/
.page.contact .mainvisual{
    background: url("../images/contact/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.contact dl dt {
    clear: left;
    float: left;
    width: 250px;
    padding: 0 0 20px 0;
}
.contact dl dt span.n {
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    font-size: 84%;
    background: #AAAAAB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact dl dt span.h {
    color: #fff;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 10px;
    font-size: 84%;
    background: #FA8202;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contact dl dd {
    padding: 0 0 20px 280px;
    background: #fff;
    margin: 0 0 5px 0;
}
.contact dl dd .middle {
    width: 50%;
    background: #F5F6F6;
    border: #C8C8C8 solid 1px;
    padding: 10px;
    height: auto;
}
.contact dl dd .full {
    width: 96%;
    background: #F5F6F6;
    border: #C8C8C8 solid 1px;
    padding: 10px;
    height: auto;
}
.contact dl dd .tel2 {
    width: 15%;
    background: #F5F6F6;
    border: #C8C8C8 solid 1px;
    padding: 10px;
    height: auto;
}
.contact p.button {
    margin: 20px auto;
    width: 300px;
}
.contact p.button input {
    width: 100%;
    display: block;
	color: #fff;
	padding: 15px 0 12px 0;
    border: none;
	text-align: center;
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #669900;
    background-size: 10px 16px;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.contact p.button input:hover{
	background: url(../common/images/icon_arrow_w.png) no-repeat 95% center, #568004;
    background-size: 10px 16px;
}


/*  access
********************/
.page.access .mainvisual{
    background: url("../images/access/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.access .map{
    margin: 0 0 40px 0;
}
.access .map iframe{
    width: 100%;
    height: 450px;
}
.access .photo{
    margin: 0 0 40px -3%;
}
.access .photo p{
    width: 47%;
    margin: 0 0 0 3%;
    float: left;
}


/*  faq
********************/
.page.faq .mainvisual{
    background: url("../images/faq/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.faq dt,
.faq dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.1em;
    color: #333333;
}

.faq dt {
    font-weight: 600;
}

.faq dd + dt {
    margin-top: 1em;
}

.faq dt::before,
.faq dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.faq dt::before {
    background-color: #669900;
    content: 'Q';
}

.faq dd::before {
    background-color: #FCA637;
    content: 'A';
}


/*  price
********************/
.page.price .mainvisual{
    background: url("../images/price/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}


/*  blog
********************/
.page.blogPage .mainvisual{
    background: url("../images/blog/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.blogPage .inner{
    margin: 0 0 50px 0;
}
.blogPage .inner p.img{
    width: 380px;
    float: left;
}
.blogPage .inner .text{
    width: 550px;
    float: right;
}
.blogPage .inner .text p.day{
    margin: 0 0 5px 0;
}
.blogPage .inner .text h3{
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 134%;
}
.blogPage .inner .text p.button{
	width: 260px;
	margin: 20px auto 0 auto;
}
.blogPage .inner .text p.button a{
	padding: 10px 0 7px 0;
}
.blogPage .date{
    text-align: center;
}
.blogPage .mainContent h3 {
    margin: 0 0 40px 0;
}



/*  about
********************/
.page.about .mainvisual{
    background: url("../images/about/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.about .inner{
    margin: 0 0 50px 0;
}
.about .inner p.img{
    width: 380px;
    float: left;
}
.about .inner .text{
    width: 550px;
    float: right;
}
.about .inner .text h3{
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 134%;
}
.about .inner .text p.button{
	width: 260px;
	margin: 20px auto 0 auto;
}
.about .inner .text p.button a{
	padding: 10px 0 7px 0;
}


/*  facility
********************/
.page.facility .mainvisual{
    background: url("../images/facility/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.facility .facilityArea{
    margin: 0 0 0 -60px;
}
.facility .facilityArea .Box{
    width: 460px;
    float: left;
    margin: 40px 0 0 60px;
}
.facility .facilityArea .Box h3{
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 150%;
    color: #fff;
}
.facility .facilityArea .Box.green h3{
    background: #669900;
}
.facility .facilityArea .Box.orange h3{
    background: #FCA836;
}
.facility .facilityArea .Box p.text{
    margin: 15px 0 0 0;
}


/*  event
********************/
.page.event .mainvisual{
    background: url("../images/event/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.event .eventArea{
    margin: 0 0 0 -40px;
}
.event .eventArea .Box{
    width: 470px;
    float: left;
    margin: 0 0 10px 40px;
}
.event .eventArea .Box p.img{
    position: relative;
    padding: 60px 60px 0 0;
}
.event .eventArea .Box p.img span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #FCA836;
	width: 120px;
    line-height: 120px;
    font-size: 136%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.event .eventArea .Box h3 {
    margin: 10px 60px 0 0;
    line-height: 1.5;
    font-size: 110%;
}
.event .eventArea .Box.last{
    padding: 170px 0 0 0;
}

/*  schedule
********************/
.page.schedule .mainvisual{
    background: url("../images/schedule/bg_mainvisual.jpg") no-repeat center center;
    background-size: cover;
}
.schedule dl{
    position: relative;
}
.schedule dl dt{
    background: url("../images/schedule/img_line.jpg") repeat-y center top;
	clear: left;
	float: left;
	width: 120px;
    padding: 0 0 20px 0;
}
.schedule dl dt.last{
    padding: 0;
}
.schedule dl dt span{
    display: block;
    background: #FCA836;
	width: 120px;
    line-height: 120px;
    font-size: 136%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.schedule dl dd{
    height: 120px;
    padding: 0 0 0 20px;
	margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.schedule dl.schedule01 p.img01{
    position: absolute;
    top: 0;
    right: 0;
}
.schedule dl.schedule01 p.img02{
    position: absolute;
    top: 280px;
    right: 0;
}
.schedule dl.schedule01 p.img03{
    position: absolute;
    top: 700px;
    right: 0;
}
.schedule dl.schedule02 p.img01{
    position: absolute;
    top: 0;
    right: 0;
}
.schedule dl.schedule02 p.img02{
    position: absolute;
    top: 560px;
    right: 0;
}
.schedule dl.schedule02 p.img03{
    position: absolute;
    top: 980px;
    right: 0;
}


/*  greeting
********************/
.greeting .img{
    float: right;
    margin: 0 0 20px 20px;
}
.greeting h2{
    font-size: 170%;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 40px 0;
}
.greeting h2 span.green{
    color: #669900;
}
.greeting h2 span.orange{
    color: #FCA836;
}
.greeting p{
    margin: 0 0 20px 0;
}
.greeting p.right{
    text-align: right;
    font-size: 120%;
}
.greeting p.button{
    margin: 40px auto 0 auto;
}