@charset "utf-8";

.about h2::before {
	content: "About us";
}

.rooms h2::before {
	content: "Rooms";
}

.access h2::before {
	content: "Access";
}

.reserve h2::before {
	content: "Reserve";
}

.question h2::before {
	content: "FAQ";
}

/* ------------------------ */
.front__mainVisual {
	position: relative;
}

.front__mainVisual .mainImage {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80vh;
}

.front__mainVisual .mainImage img {
	height: 80vh;
	object-fit: cover;
}

.front__mainVisual h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin: 0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
	text-align: center;
	text-shadow: 0 0 15px #000;
}

.front__mainVisual .reserveBtn_main {
	display: block;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	font-weight: bold;
}

/* ------------------------ */
.about {
	padding: 50px 20px;
	background-image: url('../images/common/bg_a1_sp.jpg');
	background-size: cover;
	background-position: center -50px;
}

.about .about__inner figure {
	height: 230px;
	margin-bottom: 15px;
}

.about .about__inner figure img {
	height: 230px;
	object-fit: cover;
}

.about .about__inner .readText {
	margin-bottom: 30px;
	padding: 0 10px;
}

/* ------------------------ */
.rooms {
	padding: 50px 20px;
	background-image: url('../images/common/bg_a2.jpg');
}

.rooms .readText {
	padding: 0 20px 30px 20px;
}

.rooms__slider {
	margin-bottom: 50px;
}

.rooms__slider .rooms__slider--list {
	margin: 0 5px;
}

.rooms__slider .rooms__slider--list img {
	object-fit: cover;
	height: 250px;
}

.rooms__slider .rooms__slider--list p {
	padding: 10px;
	background-color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
}

.rooms .typeBlock {
	margin-bottom: 40px;
}

.rooms .typeBlock h3 {
	display: block;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	background-color: #C9A24D;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}

.rooms .typeBlock .typeBlock__desc h3 {
	display: none;
}

.rooms .typeBlock figure {
	height: 230px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.rooms .typeBlock figure img {
	object-fit: cover;
	height: 230px;
}

.typeBlock__detail .typeBlock__slider img {
	object-fit: cover;
	height: 250px;
}

.typeBlock__slider {
	width: 100%;
	margin: 0 auto 50px auto !important;
}

.typeBlock__slider .slick-list {
	padding: 0 15% 0 0 !important;
}

.typeBlock__slider li {
	margin: 0 0 0 20px;
}

.typeBlock__slider li figcaption {
	margin: 10px 0 0;
}

.typeBlock__desc p {
	margin-bottom: 30px;
	padding: 0 20px;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: justify;
}

.rooms .typeBlock table {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    border-spacing: 0;
    text-align: left;
}

.rooms .typeBlock table th {
    width: 35%;
    padding: 10px;
    border-top: solid 1px #C4C4C4;
    color: #294365;
    font-size: 1.4rem;
}

.rooms .typeBlock table tr:last-child th,
.rooms .typeBlock table tr:last-child td{
    border-bottom: solid 1px #C4C4C4;
}

.rooms .typeBlock table td {
    width: 65%;
    padding: 10px;
    border-top: solid 1px #C4C4C4;
    font-size: 1.4rem;
    line-height: 1.6;
}

/* ------------------------ */
.access {
	padding: 50px 20px;
	background-image: url('../images/common/bg_a1_sp.jpg');
	background-size: cover;
	background-position: center -50px;
}

.access .readText {
	margin-bottom: 30px;
}

.access iframe {
	width: 100%;
	height: 335px;
}

.access__address {
	padding: 20px 10px;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}

/* ------------------------ */
.reserve {
	padding: 50px 0px;
	background-image: url('../images/common/bg_a2.jpg');
}

.reserve .readText {
	padding: 0 20px 30px 20px;
}

.reserve .reserve__form {
    padding: 0 20px 50px 20px;
}

.reserve #bookWidget-65638-297311-0-1768031916 button {
	background-color: #C9A24D;
	border-color: #C9A24D;
}

.reserve #bookWidget-65638-297311-0-1768031916 button:hover {
	background-color: #9b792f;
	border-color: #9b792f;
}

.bookWidget-65638-297311-0-1768031916 .ui-state-available .ui-state-default {
	background: #C9A24D !important;
}

/* ------------------------ */
.question {
	padding: 50px 20px;
	background-image: url('../images/common/bg_a1_sp.jpg');
	background-size: cover;
	background-position: center -50px;
}

.question ul li {
	padding: 0;
	list-style: none;
}

.question .faq__item {
	margin-bottom: 15px;
	box-shadow: 0 0 6px rgb(167, 167, 167);
}

.question .faq__item h3 {
	display: block;
	margin: 0 auto;
	padding: 15px 15px;
	background-color: #C9A24D;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
	cursor: pointer;
}

.question .faq__item h3:hover {
	color: #C9A24D;
	background-color: #fff;
	border: 2px solid #C9A24D;
	transition: all 0.5s;
}

.question .faq__item .active div {
	display: block;
}

.question .faq__item__detail {
	padding: 20px;
	background-color: #fff;
	display: none;
}

.question .faq__item__detail p {
	font-size: 1.5rem;
	font-feature-settings: "palt";
	line-height: 1.6;
	letter-spacing: 2px;
	text-align: justify;
}

.question .notice {
	font-size: 1.2rem;
	color: #476595;
}

/*pc*/
@media screen and (min-width: 768px) {

	.front__mainVisual .mainImage {
		height: 90vh;
	}

	.front__mainVisual .mainImage img {
		height: 90vh;
		object-fit: cover;
	}

	.front__mainVisual h1 {
		font-size: 3.3rem;
		letter-spacing: 3px;
	}

	.front__mainVisual .reserveBtn_main {
		display: block;
		position: absolute;
		bottom: 50px;
		/* left: auto;
        transform: none;
        right: 50px; */
		z-index: 99;
		width: 320px;
		padding: 30px 0;
		font-size: 2.2rem;
	}

	.about {
		padding: 100px 0;
		background-image: url('../images/common/bg_a1_pc.jpg');
		background-size: cover;
		background-position: center -150px;
	}

	.about .about__inner {
		position: relative;
		max-width: 1080px;
		height: 400px;
		margin: 0 auto 70px auto;
	}
	
	.about .about__gallery {
		max-width: 1080px;
		height: 400px;
		margin: auto;
	}

	.about .about__inner figure {
		position: absolute;
		width: 65%;
		height: 430px;
		margin-bottom: 0;
	}

	.about .about__inner figure img {
		height: 430px;
		object-fit: cover;
	}

	.about .about__inner .readText {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 48%;
		margin-bottom: -50px;
		padding: 20px 25px;
		background-color: rgba(255, 255, 255, 0.8);
		font-feature-settings: "palt";
		letter-spacing: 2px;
		line-height: 2.2;
		text-align: justify;
	}

	.rooms {
		padding: 100px 20px;
	}

	.rooms .readText {
		max-width: 1080px;
		margin: 0 auto 50px auto;
		padding: 0 150px;
	}

	.rooms .rooms__slider {
		margin-bottom: 100px;
	}

	.rooms .rooms__slider .rooms__slider--list {
		margin: 0 20px;
	}

	.rooms .rooms__slider .rooms__slider--list img {
		object-fit: cover;
		height: 450px;
	}

	.rooms .rooms__slider .rooms__slider--list p {
		padding: 15px;
		font-size: 1.6rem;
		text-align: center;
	}

	.rooms .typeBlock {
		padding: 30px 0 0 0;
	}

	.rooms .typeBlock:nth-of-type(1) {
		padding: 0;
	}

	.rooms .typeBlock h3 {
		display: none;
	}

	.rooms .typeBlock figure {
		width: 850px;
		margin: 0 auto 30px auto;
		padding: 0;
		height: 550px;
	}

	.rooms .typeBlock figure img {
		height: 550px;
	}

	.rooms .typeBlock .typeBlock__detail {
		display: flex;
		justify-content: space-between;
		max-width: 1080px;
		margin: 0 auto 30px auto;
		align-items: center;
	}

	.typeBlock__detail .typeBlock__slider {
		width: 45%;
	}

	.typeBlock__detail .typeBlock__slider img {
		height: 250px;
	}

	.typeBlock__slider {
		width: 45%;
		margin: 0;
	}

	.typeBlock__slider .slick-list {
		padding: 0 15% 0 0 !important;
	}

	.typeBlock__slider li {
		margin: 0 0 0 20px;
	}

	.typeBlock__slider li figcaption {
		margin: 10px 0 0;
	}

	.rooms .typeBlock .typeBlock__desc {
		width: 45%;
		padding: 0 25px;
	}

	.rooms .typeBlock .typeBlock__desc h3 {
		display: block;
		width: 300px;
		margin: 0 auto 30px auto;
		padding: 20px 0;
		font-size: 2rem;
	}

	.rooms .typeBlock .typeBlock__desc p {
		padding: 0;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
    .rooms .typeBlock table {
        width: 80%;
        margin: 0 auto 70px auto;
        padding:0;
        border-spacing: 0;
    }

    .rooms .typeBlock table th {
        width: 30%;
        padding: 15px;
        font-size: 1.6rem;
    }

    .rooms .typeBlock table td {
        width: 68%;
        padding: 15px;
        font-size: 1.5rem;
    }

	.access {
		padding: 100px 0;
		background-image: url('../images/common/bg_a1_pc.jpg');
		background-size: cover;
		background-position: center -150px;
	}

	.access .readText {
		max-width: 1080px;
		margin: 0 auto 50px auto;
		padding: 0 150px;
	}

	.access iframe {
		display: block;
		width: 65%;
		height: 350px;
		margin: 0 auto;
	}

	.access__address {
		padding: 50px 0;
		font-size: 1.8rem;
	}

	.reserve {
		padding: 100px 0;
	}

	.reserve .readText {
		max-width: 1080px;
		margin: 0 auto 50px auto;
		padding: 0 150px;
	}
	
	.reserve .reserve__form {
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 0 100px 0;
    }

	.question {
		padding: 100px 0;
		background-image: url('../images/common/bg_a1_pc.jpg');
		background-size: cover;
		background-position: center -150px;
	}

	.question ul {
		max-width: 600px;
		margin: 0 auto 50px auto;
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.question ul li {
		padding: 0;
		list-style: none;
	}

	.question .notice {
		font-size: 1.2rem;
		color: #476595;
	}

	.question .faq__item {
		max-width: 900px;
		margin: 0 auto 25px auto;
	}

	.question .faq__item h3 {
		padding: 10px;
		font-size: 2rem;
	}

	.question .faq__item__detail {
		padding: 20px;
		display: none;
	}

	.question .faq__item__detail p {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}