@charset("UTF-8");

.content-title{
	background:url(../images/about-us-main-visual.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	color:#fff;
}

#contents .sec01 .cp{
	padding-bottom:1em;
	font-size:30px;
	line-height:1.8;
}

#contents .sec02 .cp,#contents .sec08 .cp {
    line-height: 1.8;
	margin-bottom:50px;
	font-size:18px;
}

.gallery{
	//width:80%;
	padding:0 3.5%;
	margin:auto;
	text-align:justify;
}
.gallery li{
	width:25%;
	padding:0 1.5% 50px;
}
.gallery li *{
	display:block;
	width:100%;
}
.gallery li:nth-of-type(4n+1){
	clear:left;
}
.gallery h4{
	font-size:18px;
	padding-top:1em;
	line-height:1.5;
	font-weight:500;
	padding-bottom:0.1em;
}
#contents .gallery p{
	line-height:2;
}


.sec03 .txt-area{
	width:50%;
	padding-left:5%;
	padding-right:5%;
}
.sec03 .pic {
    width: 50%;
}

.sec03 th{
	width:30%;
	border-bottom:1px solid #777;
	padding-top:24px;
	padding-bottom:24px;
	line-height:2;
}
.sec03 td{
	width:70%;
	border-bottom:1px solid #777;
	padding-top:24px;
	padding-bottom:24px;
	text-align:justify;
	line-height:2;
}

table{
	border-top:1px solid #777;	
}
th{
	width:25%;
	font-weight:500;
	border-bottom:1px solid #777;	
	padding:25px;
	text-align:left;
}
td{
	width:75%;	
	padding:25px;
	border-bottom:1px solid #777;
}
.sec04 .btn{
	max-width:600px;
	margin:50px auto 0;
}
#googlemap{
	margin:auto;
	width:100%;
	height:600px;
}

/* +++++++++++++++++++++++ネット予約について+++++++++++++++++++++++ */
.sec08{
	position:relative;
	padding-top:50px;
	padding-bottom:100px;
}
.sec08 .title-area{
	width:100%;
	height:320px;
	background:url(../images/about-us-sec08-bg.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:85px;
	color:#fff !important;
	margin-bottom:40px;
}
.sec08 .txt{
	padding-bottom:1em;
}
.sec08 .txt:last-of-type{
	padding-bottom:0;
}
.caution{
	padding:20px;
	line-height:2;
	margin-top:20px;
	margin-bottom:40px;
}
.caution li{
	padding-bottom:1em;
	padding-left:1em;
	text-indent:-1em;
}
.caution li:last-of-type{
	padding-bottom:0;
}
.caution li:before{
	content:"※";
	display:inline;
}
.sec08 .btn{
	background:#b09d7c;
	border:1px solid #b09d7c;
	margin-top:20px;
	margin-bottom:40px;
}
.sec08 .btn:after{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.sec08 .btn:hover{
	//color:#b09d7c;
	background:transparent;
	border:1px solid #000;
}
.sec08 .btn:hover:after{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

/* ++++++++++++++++++++++送迎サービス、VIPルーム+++++++++++++++++++ */
.sec09{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	display:flex;
	display:-webkit-flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	padding:60px 0;
}
.sec09 h3{
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
#transfer{
	align-self:stretch;
	padding:0 40px;
	width:50%;
}
#vip-room{
	align-self:stretch;
	padding:0 40px;
	border-left:1px solid #efefef;
	width:50%;
}
.sec09 .pic{
	padding-bottom:20px;
}
#contents .sec09 p.cp{
	font-size:20px;
	padding-bottom:20px;
}
.sec09 .bg-gray p{
	font-weight:600;
	font-size:16px;
	padding-bottom:10px;
}
.sec09 .bg-gray{
	padding:20px;
}
.sec09 .bg-gray li{
	line-height:2;
	padding-bottom:10px;
	font-weight:600;
	padding-left:1em;
	text-indent:-1em;
}
.sec09 .bg-gray li:before{
	content:"・";
	display:inline;
}








@media screen and (max-width:767px){
.sec{
	padding-left:1.5rem;
	padding-right:1.5rem;
}
#contents .sec01 .cp{
	padding-bottom:0.6em;
	font-size:2.4rem;
	line-height:1.8;
	text-align:center;
}
#contents p{
	text-align:justify;
}

#contents .sec02 .cp {
	text-align:center;
	margin-bottom:2.5rem;
	font-size:1.7rem;
}

.gallery{
	padding:0;
	margin:auto;
	text-align:justify;
}
.gallery li{
	width:100%;
	padding:0 0 3rem;
	float:none;
}

.gallery h4{
	font-size:1.6rem;
	padding-top:1em;
	line-height:1.5;
	font-weight:500;
	padding-bottom:0.1em;
}
#contents .gallery p{
	line-height:1.8;
	font-size:1.4rem;
}


.sec03 .txt-area{
	width:100%;
	float:none;
	padding-left:0;
	padding-right:0;
}
.sec03 .pic {
    width: 100%;
	margin-top:2rem;
}
.sec03 .sec-title{
	text-align:center;
}

.sec03 th{
	width:30%;
	padding:1.2rem;
	line-height:1.8;
}
.sec03 td{
	width:70%;
	padding:1.2rem;
	line-height:1.8;
}

.sec04 .btn{
	max-width:100%;
	line-height:3;
	margin:3rem auto 0;
}
#googlemap{
	margin:auto;
	width:100%;
	height:36rem;
}
.sec09{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top:45px;
	padding-bottom:45px;
}
#transfer{
	width:100%;
	padding:0;
}
#vip-room{
	width:100%;
	padding:0;
	border:none;
}
}
