@charset "UTF-8";
/* CSS Document */



ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
	display: block;
}

p {
	/* font-family: 'Noto Serif JP', "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; */
	font-size: 15px;
	letter-spacing: 0.3em;

}

/* .cn p {
	font-family: 'Noto Serif SC', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.tw p {
	font-family: 'Noto Serif TC', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
}
.ko p {
	font-family: 'Noto Serif KR', serif;
	font-size: 15px;
	letter-spacing: 0.3em;
} */

body {
	color: #333;
	line-height: 160%;
	/* font-family: a-otf-ryumin-pr6n, serif; */
	font-style: normal;
	background: #f5f6f4
}



main {
	padding: 80px 0 0;
}

main h2 {
	margin: 0 0 50px;
	color: #323232;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.7em;
}

.eng main h2 {
	margin: 0 auto 50px;
	width: 470px;
}

main h2 span {
	display: block;
	font-size: 17px;
}

.eng main h2 {
	font-size: 24px;
	line-height: 1.8em;
}

header {
	background: url(../img/service/bg_service_main.jpg) no-repeat top center / cover;
}


.service h3 {
	margin: 50px 0 15px;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 300;
}

.eng .service h3 {
	margin: 50px 0 20px;
	letter-spacing: 0.05em;

}

.service .read {
	max-width: 800px;
	margin: 0 auto 100px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.7em;
}

.eng .service .read {
	font-size: 15px;
	line-height: 1.8em;
}

.service .anchor {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	max-width: 840px;
	margin: 0 auto 200px;
	z-index: 12;
	position: relative;
}

.service .anchor dt {
	width: 100%;
	font-size: 26px;
	margin: 0 0 50px;
	color: #00183a;
}

.service .anchor dd {
	width: 20%;
	font-size: 14px;
}

.service .anchor dd a {
	display: block;
	background: #afb1b5;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #323232;
	border-left: 2px solid #eaebe7;
}



.service {}

.service .ancBlock {
	position: relative;
	z-index: 1;
}

.service .ancBox .slide_room .slick-dots li {
	background: #a0a0a5;
	width: 40px;
	height: 5px;
	margin: 0 0 0 6px;
}

.service .ancBox .slide_room .slick-dots li.slick-active {
	background: #00184c;
}

.service .ancSub .slide_room .slick-dots li button:before,
.service .ancBox .slide_room .slick-dots li button:before {
	content: none;
}

.service .ancSub .slide_room .slick-dots li button,
.service .ancBox .slide_room .slick-dots li button {
	display: none;
}

.service .ancBox .detail h3 {
	font-size: 20px;
	margin: 0 0 50px;
}

.service .ancBox .detail h3 span {
	font-size: 44px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
	color: #00183a;
}

.service .ancBox .detail h3 span.font_ja {
	font-size: 30px;
}

.service .ancBox .detail p {
	letter-spacing: 2px;
	font-size: 14px;
}

.service .ancBox .detail p span {
	display: block;
	margin: 0 0 35px;
	font-size: 25px;
}

.service .ancBox .detail p span.line {
	border-top: solid #323232 1px;
	margin: 0;
	border-top: solid #323232 1px;
	margin: 0;
	border-bottom: solid #323232 1px;
	font-size: inherit;
}

.service .ancBox a {
	font-size: 16px;
	letter-spacing: 2px;
	background: #40404b;
	border: 1px solid #9b8f89;
	padding: 10px 0;
	margin: 40px 0 0;
	display: block;
	position: relative;
	width: 300px;
	text-align: center;
}

.service .ancBox a:before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 20px;
	width: 30px;
	margin: auto;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}

.service .ancBox a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 20px;
	width: 10px;
	height: 1px;
	margin: auto;
	background: #fff;
	transform: rotateZ(40deg);
	transition: all 0.3s ease;
}

.service .ancBox a.brown {
	font-size: 16px;
	letter-spacing: 2px;
	background: #9b8f89;
	border: 1px solid #9b8f89;
	padding: 10px 0;
	margin: 40px 0 0;
	display: block;
	position: relative;
	width: 300px;
	text-align: center;
}

.service .ancBox a.brown:before {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 20px;
	width: 30px;
	margin: auto;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease;
}

.service .ancBox a.brown:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 5px;
	right: 20px;
	width: 10px;
	height: 1px;
	margin: auto;
	background: #fff;
	transform: rotateZ(40deg);
	transition: all 0.3s ease;
}

.service .ancBox a.brown:a:hover {
	background: #fff;
	color: #9b8f89;
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}

.service .facility h3 {
	font-size: 16px;
}

.service .facility h3 span {
	font-size: 36px;
	display: block;
	line-height: 1;
	margin: 0 0 8px;
	color: #00183a;
}

.service .facility h3 span.font_ja {
	font-size: 30px;
}


.service .btn_to_sightseeing a {
	font-size: 15px;
	letter-spacing: 0;
}

.service .btn_to_sightseeing a::after {
	right: 9px;
	width: 8px;
}

.service .btn_to_sightseeing a::before {
	right: 8px;
}

@media screen and (min-width: 1025px) {
	header {
		min-height: 530px;
		overflow: visible;
	}

	header h1 {
		width: 180px;
		height: 180px;
		background: #00183a;
		position: absolute;
		top: auto;
		bottom: -180px;
		right: 800px;
		left: 0;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px;
		font-size: 22px;
		z-index: 12;
	}

	header h1 span {
		font-size: 23px;
	}

	/* header h1:before {
		content: "";
		background: rgba(0, 24, 28, .5);
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 180px;
		height: 360px;
		z-index: -1;
	} */

	header h1 {
		letter-spacing: 0;
	}

	header h1 span {
		letter-spacing: 1px !important;
	}

	.service {
		padding: 0 0 50px;
	}

	.service .anchor dd:nth-of-type(6),
	.service .anchor dd:last-of-type {
		width: 50%;
	}

	.service .anchor dd:nth-of-type(6) a,
	.service .anchor dd:last-of-type a {
		border-top: 2px solid #eaebe7;
		color: #fff;
		background: #40404b;
	}

	.service .ancBox {
		position: relative;
		margin: 0 0 200px;
		display: flex;
		align-items: flex-start;
		z-index: 100;
	}

	.service .ancBox:nth-child(2n) {
		justify-content: flex-end;
	}

	.service .ancBox:nth-child(2n) .slide_room {}

	.service .ancBox:nth-child(2n) .slide_room .slick-dots {
		text-align: left;
	}

	.service .ancBox:nth-child(2n) .slide_room .slick-dots li {
		margin: 0 6px 0 0;
	}

	.service .ancBox:nth-child(2n) .detail {
		/*
		right: calc((100vw * 0.146) - -110px);
		left: calc(50% - 600rem);
		padding: 80px 0 50px;
		*/
		order: -1;
	}

	.eng .service .ancBox:nth-child(2n) .detail {
		padding: 0 0 50px;
	}

	.service .ancBox .slide_room {
		/*
		max-width: 1122px;
		width: 100%;
		position: absolute;
		left: calc(-180px - (100vw * 0.343));
		margin: auto;
		top: 0;
		right: 0;
		z-index: 13;
		*/
		width: 1112rem;
	}

	.service .ancBox a:hover {
		background: rgba(255, 255, 255, .8);
		color: #323232;
	}

	.service .ancBox a:hover:before,
	.service .ancBox a:hover:after {
		background: #333;
	}

	.service .ancBox .detail {
		position: static;
		/*
	max-width: 40%;
    position: relative;
    right: calc((100vw * 0.146) - 675px);
    margin: auto;
    height: 540px;
	left: calc(50% + 250rem);
	*/
		text-align: left;
		padding: 0 40rem;
		width: calc(300px + 80rem);
	}

	.service .ancBox .map.detail {
		padding: 0 20rem;
	}

	.service .ancBlock:before {
		content: "";
		position: absolute;
		top: 45px;
		left: 0;
		right: 0;
		margin: auto;
		width: 680px;
		height: 104%;
		background: #fff;
		z-index: 12;
	}


	.service .ancBox .detail>* {
		position: relative;
		z-index: 13;
	}

	.eng .service .ancBox .detail p {
		letter-spacing: 1px;
		line-height: 2;
	}

	.service .ancBox .slide_room .slick-dots {
		text-align: right;
	}

	.service .ancSub {
		position: relative;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		margin: 0 0 100px
	}

	.service .ancSub h4 {
		width: 100%;
		margin: 0 0 50px;
	}

	.service .ancSub .slide_room {
		max-width: 482px;
		position: absolute;
		top: 120px;
		left: 0;
		right: 460px;
		margin: auto;
	}

	.service .ancSub.breakfast .slide_room {
		top: 180px;
	}

	.service .ancSub p {
		text-align: left;
		max-width: 450px;
		height: 350px;
		position: relative;
		right: -250px;
		font-size: 14px;
		letter-spacing: 2px;
	}



}

/*
@media screen and (min-width:1001px) and (max-width: 1050px) {
	.service .ancBox .detail p {
		max-width: 250px;
	}
	.service .ancBox:nth-child(2n) .detail {
		left: -250px;
	}
}

@media screen and (min-width:769px) and (max-width: 1000px) {

	.service .ancBox {
		height: auto;
		margin: 0;
	}

	.service .ancBox .slide_room {
		position: relative;
		left: 0;
	}

	.service .ancBox .detail {
		right: 0;
		max-width: unset;
		margin: 0 130px;
	}

	.service .ancBox:nth-child(2n) .slide_room {
		transform: translateX(0);
	}

	.service .ancBox:nth-child(2n) .detail {
		left: 0;
	}
}
*/

@media screen and (min-width: 1025px) and (max-width: 1500px) {
	.service .ancBlock:before {
		z-index: 0;
	}

	.service .ancBox .detail h3 span {
		font-size: 40px;
	}
}

@media screen and (max-width: 1024px) {

	.vertical-line_decoration {
		display: none;
	}

	header {
		padding: 0 0 80%;
		overflow: visible;
	}

	header h1 {
		width: 125px;
		height: 125px;
		background: #00183a;
		position: absolute;
		top: auto;
		bottom: -125px;
		right: auto;
		left: 20px;
		font-size: 13px;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px;
		text-align: left;
	}

	/* header h1:before {
		content: "";
		background: rgba(0, 24, 28, .5);
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width: 125px;
		height: 250px;
		z-index: -1;
	} */

	header h1 span {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 1.6;
	}


	main {
		padding: 150px 0 0;
	}

	main h2 {
		font-size: 6vw;
		line-height: 2;
		margin: 0 0 30px
	}

	.eng main h2 {
		width: 95%;
		font-size: 5vw;
	}

	main h2 span {
		font-size: 4vw;
	}

	.service {
		margin: 0 0 90px;
	}

	.service h3 {
		margin: 30px 30px 35px;
	}

	.service .read {
		margin: 0 30px 80px;
	}

	.service .anchor {
		display: block;
		margin: 0 20px 80px;
	}

	.service .anchor dt {
		margin: 0 0 20px;
	}

	.service .anchor dd {
		width: 100%;
	}

	.service .anchor dd a {
		border-left: none;
		border-bottom: 1px solid #eaebe7;
		height: auto;
		padding: 10px 0;
	}

	.service .anchor dd:nth-of-type(6) {
		margin: 5px 0 0;
	}

	.service .anchor dd:nth-of-type(6) a,
	.service .anchor dd:last-of-type a {
		color: #fff;
		background: #40404b;
	}

	.service .ancBox {
		margin: 0 0 30px;
		position: relative;
		z-index: 100;
	}

	.service .ancBox .slide_room {
		width: 95%;
		z-index: 5;
		margin: 0 0 40px;
	}

	.service .ancBox .slide_room .slick-slide {
		margin: 0;
	}

	.service .ancBox .detail h3 {
		margin: 0 20px 20px;
		font-size: 16px;
	}

	.service .ancBox .detail h3 span {
		font-size: 33px;
	}

	.service .ancBox .detail h3 span.font_ja {
		font-size: 28px;
	}

	.service .ancBox .detail {
		position: relative;
		width: 94%;
		margin: auto;
		text-align: left;
		padding: 0 0 40px;
	}

	.service .ancBox>* {
		position: relative;
	}

	.service .ancBox:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 94%;
		height: 90%;
		background: #fff;
	}

	.service .ancBox h3 {
		margin: 0 20px 20px;
	}

	.service .ancBox p {
		margin: 0 20px;
	}

	.service .ancBox a {
		margin: 35px auto 0;
		display: block;
		position: relative;
		width: 85%;
	}

	.service .ancSub {
		padding: 45px 20px;
	}

	.service .ancSub h4 {
		margin: 0 0 30px;
	}

	.service .ancSub.breakfast {
		padding: 45px 20px;
	}

	.service .ancSub p {
		margin: 40px 0 0;
		text-align: left;
	}

	.service .facility {
		margin: 50px 0 0;
	}

	.service .facility h3 span.font_ja {
		font-size: 28px;
	}


	.service .btn_to_sightseeing a {
		width: 100%;
	}

	.service .ancBox a.brown {
		width: 100%;
	}
}