/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  一覧ページ
* --------------------------------------------------------------------------------------------------*/

.pageHead {
	background-image: url("../images/facility/bg_pagehead.jpg");
}
@media screen and (max-width: 767px) {
	.pageHead {
		background-image: url("../images/facility/bg_pagehead_sp.jpg");
	}
}

.headline {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 42px;
}
.headline span {
	font-size: 1.6rem;
	display: block;
}

@media screen and (max-width: 767px) {
	.headline {
		font-size: 2.3rem;
		margin-bottom: 45px;
	}
	.headline span {
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
}


/* ------------------------------
    lead
------------------------------ */
.lead {
	padding: 55px 0 40px;
}
.lead .headline {
	font-size: 2.6rem;
	margin-bottom: 35px;
}

.lead p {
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.lead p + p {
	margin-top: 28px;
}
.lead .pdfBtn {
	margin-top: 30px;
}
.lead .pdfBtn li + li {
	margin-left: 7%;
}
.lead .pdfBtn li a {
	display: block;
	border: 1px solid #93802A;
	border-radius: 30px;
	color: #93802A;
	padding: 8px 30px 8px 10px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 200px;
}
.lead .pdfBtn li a:after {
	content: '＞';
	color: #93802A;
	position: absolute;
	right: 20px;
	top: calc(50% - 1rem);
	transition: 0.3s;
}
.lead .pdfBtn li a:hover {
	background: #93802A;
	color: #fff;
}
.lead .pdfBtn li a:hover:after {
	color: #fff;
}

.ie .lead .pdfBtn li a {
	padding-top: 12px;
}
.ie .lead .pdfBtn li a:after {
	top: calc(50% - 0.8rem);
}

@media screen and (max-width: 767px) {
	.lead {
		padding: 45px 0;
	}
	.lead .headline {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.lead p {
		line-height: 1.8;
		text-align: left;
	}
	.lead p + p {
		margin-top: 0;
	}
	.lead .pdfBtn li, .lead .pdfBtn li + li {
		text-align: center;
		margin: 10px auto 0;
	}
	.lead .pdfBtn li a {
		margin: 0 auto;
		padding: 14px 0;
		width: 240px;
	}
}

/* ------------------------------
    front
------------------------------ */
.front {
	background: url("../images/facility/img_front_photo01.jpg") no-repeat center / cover;
	height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.front .txt {
	color: #fff;
	font-size: 1.9rem;
	letter-spacing: 4px;
	line-height: 3.7;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.front {
		height: 240px;
	}
	.front .txt {
		font-size: 1.3rem;
		line-height: 3;
		padding: 3%;
	}
}


/* ------------------------------
    lobby
------------------------------ */
.lobby {
	padding: 50px 0;
}
.lobby p {
	margin-top: 40px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.lobby {
		padding: 30px 0 60px;
	}
	.lobby p {
		margin-top: 10px;
		line-height: 1.8;
		text-align: left;
	}
}

/* ------------------------------
    banquet
------------------------------ */
.banquet {
	padding: 0 0 50px 0;
}
.banquet .imgWrap {
	align-items: center;
}
.banquet .mainImg {
	width: 63.6%;
}
.banquet .subImg {
	flex:1;
}
.banquet .txt {
	align-items: center;
	margin-top: 40px;
}
.banquet .txt p {
	line-height: 2;
	width: 73%;
}
.banquet .txt .btn {
	margin: 0 0 0 10%;
	flex:1;
}

@media screen and (max-width: 767px) {
	.banquet {
		padding-bottom: 30px;
	}
	.banquet .imgWrap {
		width: 100%;
	}
	.banquet .mainImg {
		display: block;
		width: 100%;	
	}
	.banquet .subImg {
		display: flex;
		align-items: flex-start;
	}
	.banquet .subImg img{
		height: auto;
		width: 50%;
	}
	.banquet .txt {
		margin-top: 10px;
	}
	.banquet .txt p {
		line-height: 1.8;
		margin-bottom: 20px;
		width: 100%;
	}
	.banquet .txt .btn {
		margin: 0 auto;
	}
}

/* ------------------------------
    restaurant
------------------------------ */
.restaurant {
	background: #EEE8DE;
	padding: 50px 0;
}
.restaurant .inner.flex {
	align-items: center;
}
.restaurant .txt {
	width: 43%;
}
.restaurant .txt .headline {
	margin-bottom: 25px;
}
.restaurant .txt p {
	text-align: center;
}
.restaurant .img {
	flex: 1;
}
.restaurant .img ul {
	display: flex;
}
.restaurant .img ul li:nth-child(odd){
	margin-top: 50px;
}
.restaurant .img ul li + li {
	margin-left: 2%;
}
@media screen and (max-width: 767px) {
	.restaurant {
		position: relative;
	}
	.restaurant .txt {
		width: 100%;
	}
	.restaurant .txt .headline {
		margin-bottom: 45px;
	}
	.restaurant .txt p {
		position: absolute;
		bottom: 45px;
		font-size: 1.3rem;
		line-height: 1.9;
		width: 44.5vw;
		text-align: left;
	}
	.restaurant .img {
		
	}
	.restaurant .img ul {
		display: block;
		padding-left: 52%;
		position: relative;
	}
	.restaurant .img ul li:first-child {
		position: absolute;
		left: 0;
		top: 14vw;
		width: 48%;
	}
	.restaurant .img ul li:nth-child(odd), .restaurant .img ul li + li{
		margin: 0;
	}
	.restaurant .img ul li:last-child {
		margin-top: 13px;
	}
}

/* ------------------------------
    service
------------------------------ */
.service {
	padding: 50px 0 60px;
}
.service .unit {
	position: relative;
	padding: 0 5% 0 55%;
}
.service .unit.imgRight {
	padding: 0 55% 0 5%;
}
.service .unit .img {
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 50%;
}

.service .unit .img img {
	height: 100%;
}

.service .unit.imgRight .img {
	left: auto;
	right: 0;
}
.service .unit .flex {	
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 450px;
}
.ie .service .unit .flex {
	height: 450px;
}
.service .unit .headline {
	margin-bottom: 30px;
}
.service .unit p {
	line-height: 2.2;
	letter-spacing: -0.2px;
}
.service .unit p + p {
	margin-top: 25px;
}
.service .unit table {
	border-collapse: collapse;
	max-width: 440px;
	margin: 10px 0;
	width: 100%;
}
.service .unit table th, .service .unit table td {
	border-bottom: 1px solid #E5D7C1;
	padding: 12px 0 10px;
}
.service .unit table td {
	text-align: right;
}
@media screen and (max-width: 1200px) {
	.ie .service .unit .flex {
		height: 500px;
	}
}
@media screen and (max-width: 767px) {
	.service {
		padding: 30px 0 50px;
	}
	.service .unit, .service .unit.imgRight {
		padding: 0;
	}
	.service .unit + .unit {
		margin-top: 50px;
	}
	.service .unit .img {
		position: static;
		width: 100%;
	}
	.service .unit p {
		margin-top: 10px;
	}
	.service .unit table th, .service .unit table td {
		padding: 6px 0;
	}
	.service .unit table + p {
		font-size: 1.2rem;
	}
	.ie .service .unit .flex {
		height: auto;
	}
}
/* ------------------------------
    other
------------------------------ */
.other {
	background: #EEE8DE;
	padding: 55px 0;
}
.other ul li {
	margin-right: 2%;
	width: 32%;
}
.other ul li:nth-child(3n) {
	margin-right: 0;
}
.other ul li .name {
	font-size: 2rem;
	margin: 40px 0 15px;
	text-align: center;
}
.other ul li p {
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.other {
		padding: 40px 0;
	}
	.other ul li {
		margin: 0 auto;
		width: 90%;
	}
	.other ul li .name {
		font-size: 1.6rem;
		margin: 20px 0 10px;
	}
	.other ul li p {
		line-height: 1.8;
	}
	.other ul li + li {
		margin: 40px auto 0;
	}
	.other ul li:nth-child(3n) {
		margin-right: auto;
	}
}

/* ------------------------------
    information
------------------------------ */
.information {
	padding: 55px 0;
}
.information .headline {
	margin-bottom: 30px;
}
.information table {
	border-collapse: collapse;
	width: 100%;
}
.information table th, .information table td{
	border: 1px solid #E5D7C1;
	padding: 10px 6% 9px;
}
.information table th {
	background: #EEE8DE;
	text-align: center;
	vertical-align: middle;
	width: 19%;
}
.information table td {
	line-height: 2;
}
.information table td ul li {
	line-height: 2;
	padding: 0 0 0 15px;
	position: relative;
}
.information table td ul li:before {
	content:'・';
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.information {
		padding: 40px 0 0;
	}
	.information table {
		border-bottom: 1px solid #E5D7C1;
	}
	.information table th, .information table td{
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.information table td ul li {
		line-height: 1.8;
	}
}