@charset "UTF-8";

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
/*
	#font
------------------------------ */
body {
	background: #fff url(../img/bg_body.svg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	line-height: 1.5;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino aku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-feature-settings: "pkna";
	letter-spacing: 0.05em;
}

.bg_sp {
	display: none;
}

@media(max-width:768px) {
	body {
		font-size: 2.08333vw;
	}
}

@media(max-width:480px) {
	body {
		background: none;
	}

	.bg_sp {
		height: 100vh;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
	}
}

/*
	SP用背景
------------------------------ */
.bg_sp img {
	width: auto;
	height: 100vh;
}

header,
nav,
main,
footer {
	position: relative;
	z-index: 1;
}

/*
	SP用背景
------------------------------ */
.bg_sp img {
	width: auto;
	height: 100vh;
}

header,
nav,
main,
footer {
	position: relative;
	z-index: 1;
}

/*
	#reset
------------------------------ */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover {
	opacity: 0.7;
}

area {
	border: none;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*
	表示設定
------------------------------ */
footer>.inner {
	padding-right: 20px;
	padding-left: 20px;
}

@media(max-width:1280px) {
	footer>.inner {
		padding-right: 1.56250vw;
		padding-left: 1.56250vw;
	}
}

@media(max-width:768px) {
	footer>.inner {
		padding-right: 2.60417vw;
		padding-left: 2.60417vw;
	}
}

header>.inner,
nav>.inner,
section>.inner,
footer>.inner {
	margin: 0 auto;
}

header>.inner {
	max-width: 1100px;
}

nav>.inner,
section>.inner,
footer>.inner {
	max-width: 990px;
}

/*
	SP,PC表示切り替え
------------------------------ */
.pc {
	display: block;
}

.sp {
	display: none;
}

@media(max-width:768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* ----------------------------------------------------
	site title
---------------------------------------------------- */
header,
nav,
main,
footer .wrap {
	padding-right: 5.2804166667vw;
}

.site_title {
	/* background: rgba(0, 0, 255, 0.5); */
	padding: 1.875vw 0;
	width: 5.2804166667vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.site_title img {
	width: auto;
	height: 100%;
}

@media(max-width: 1280px) {

	header,
	nav,
	main,
	footer .wrap {
		padding-right: 9.27vw;
	}

	.site_title {
		padding: 2.34375vw 0;
		width: 9.27vw;
	}
}

@media(max-width: 768px) {

	header,
	nav,
	main,
	footer .wrap {
		padding-right: 15.45vw;
	}

	.site_title {
		padding: 3.90625vw 0;
		width: 13vw;
	}
}

@media(max-width:480px) {

	header,
	nav,
	main,
	footer .wrap {
		padding-right: 12.5vw;
	}

	.site_title {
		padding: 6vw 0;
		width: 12.5vw;
	}
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	margin-bottom: 230px;
	position: relative;
	z-index: 10;

}

.header .inner {
	position: relative;
	z-index: 1;
}

.header .header_kv {
	padding: 110px 0 75px;
	max-width: 950px;
}

.header .header_lead {
	display: flex;
	justify-content: space-between;
}

.header .header_lead-text {
	width: 69%;
}

.header .header_lead-text dt {
	margin-bottom: 30px;
	color: #996c59;
	font-size: 24px;
}

.header .header_lead-text dd {
	font-size: 18px;
}

.header .header_lead-image {
	padding-top: 50px;
	max-width: 450px;
	width: 40.9%;
}

@media(max-width: 1100px) {
	.header {
		margin-bottom: 20.90909vw;
	}

	.header .header_kv {
		padding: 10vw 0 6.81818vw;
	}

	.header .header_lead {
		padding: 0 1.81818vw;
	}

	.header .header_lead-text dt {
		margin-bottom: 2.72727vw;
		font-size: 2.18182vw;
	}

	.header .header_lead-text dd {
		font-size: 1.63636vw;
	}

	.header .header_lead-image {
		padding-top: 4.54545vw;
	}
}

@media(max-width: 768px) {
	.header {
		margin-bottom: 20.83333vw;
	}

	.header .header_kv {
		padding: 20.31250vw 0 9.63542vw;
	}

	.header .header_lead {
		padding: 0 7.16146vw;
		display: block;
	}

	.header .header_lead-text {
		width: 100%;
	}

	.header .header_lead-text dt {
		margin-bottom: 6.77083vw;
		font-size: 3.90625vw;
	}

	.header .header_lead-text dd {
		font-size: 2.86458vw;
	}

	.header .header_lead-image {
		margin-left: auto;
		padding-top: 10.02604vw;
		max-width: 494px;
		width: 63.32291%;
	}
}

@media(max-width: 480px) {
	.header .header_lead-text dt {
		font-size: 5vw;
	}

	.header .header_lead-text dd {
		font-size: 3.75vw;
	}
}

/* ----------------------------------------------------
	nav
---------------------------------------------------- */
nav {}

nav>.inner {
	padding: 100px 20px;
}

@media(max-width:1280px) {
	nav>.inner {
		padding: 5.95238vw 1.56250vw;
	}
}

@media(max-width:768px) {
	nav>.inner {
		padding: 13.02083vw 2.60417vw;
	}
}

.nav .nav_title {
	margin-bottom: 60px;
	text-align: center;
}

.nav .nav_title img {
	width: 470px;
}

.nav .nav_list {
	display: flex;
}

.nav .nav_list::before {
	background: #996c59;
	width: 1px;
	display: block;
	content: "";
}

.nav .nav_item {
	width: calc(100% / 3);
	border-right: solid 1px #996c59;
}

.nav .nav_item a {
	padding: 28px 0;
	color: #996c59;
	text-align: center;
	display: block;
}

.nav .nav_item a:hover {
	opacity: 1;
}

.nav .nav_item a .image {
	margin: 0 auto 52px;
	max-width: 190px;
	position: relative;
}

.nav .nav_item a .image::after {
	width: 12px;
	height: 12px;
	border-right: 3px solid #996c59;
	border-bottom: 3px solid #996c59;
	display: block;
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: 50% 50%;
	content: "";
}

.nav .nav_item a .image img {
	transition: 0.5s;
}

.nav .nav_item a:hover .image img {
	transform: scale(1.1);
}

.nav .nav_item a dt {
	margin-bottom: 26px;
}

.nav .nav_item a dt img {
	width: auto;
	height: 26px;
}

.nav .nav_item a dd {
	font-size: 18px;
}

@media (max-width: 1100px) {
	.nav {
		margin: 0 auto 9.09091vw;
	}

	.nav .nav_title {
		margin-bottom: 5.45455vw;
	}

	.nav .nav_title img {
		width: 42.72727vw;
	}

	.nav .nav_item a {
		padding: 2.54545vw 0;
	}

	.nav .nav_item a .image {
		margin: 0 auto 4.72727vw;
		max-width: 17.27273vw;
	}

	.nav .nav_item a dt {
		margin-bottom: 26px;
	}

	.nav .nav_item a dt img {
		width: auto;
		height: 2.36364vw;
	}

	.nav .nav_item a dd {
		font-size: 1.63636vw;
	}
}

@media (max-width: 768px) {
	.nav {
		margin: 0 auto 13.02083vw;
	}

	.nav .nav_title {
		margin-bottom: 7.81250vw;
	}

	.nav .nav_title img {
		width: 61.19792vw;
	}

	.nav .nav_item a {
		padding: 3.64583vw 0;
	}

	.nav .nav_item a .image {
		margin: 0 auto 6.77083vw;
		max-width: 24.73958vw;
	}

	.nav .nav_item a dt {
		margin-bottom: 3.38542vw;
	}

	.nav .nav_item a .image::after {
		width: 8px;
		height: 8px;
		border-right: 2px solid #996c59;
		border-bottom: 2px solid #996c59;
		bottom: -4.16667vw;
	}

	.nav .nav_item a dt img {
		height: 2.60417vw;
	}

	.nav .nav_item a dd {
		font-size: 2.08333vw;
	}
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
main {}

section>.inner {
	padding: 100px 20px;
}

@media(max-width:1280px) {
	section>.inner {
		padding: 5.95238vw 1.56250vw;
	}
}

@media(max-width:768px) {
	section>.inner {
		padding: 13.02083vw 2.60417vw;
	}
}

.contents .cont_title-main {
	margin-bottom: 100px;
	text-align: center;
}

.contents .cont_title-main img {
	width: auto;
	height: 40px;
}

.contents .cont_wrap {
	margin-bottom: 100px;
}

.contents .cont_wrap:last-of-type {
	margin-bottom: 0;
}

.contents .cont_image {
	margin-bottom: 35px;
	position: relative;
}

.contents .cont_image .number {
	width: auto;
	position: absolute;
	bottom: -57px;
	left: 15px;
}

.contents .cont_image .number img {
	height: 96px;
}

.contents .cont_detail,
.contents .cont_btn {
	margin: 0 auto;
	max-width: 796px;
}

.contents .cont_detail-title {
	margin-bottom: 35px;
	padding-bottom: 36px;
	color: #996c59;
	font-size: 24px;
	text-align: center;
	border-bottom: solid 2px #996c59;
}

.contents .cont_detail-text {
	margin: 0 auto 35px;
	font-size: 18px;
}

.contents .cont_btn a {
	background: #996c59;
	padding: 24px 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-bottom: solid 6px #cbb4aa;
	display: block;
}

@media (max-width: 1100px) {
	.contents .cont_title-main {
		margin-bottom: 9.09091vw;
	}

	.contents .cont_title-main img {
		height: 3.63636vw;
	}

	.contents .cont_wrap {
		margin-bottom: 9.09091vw;
		padding: 0;
	}

	.contents .cont_image {
		margin-bottom: 3.18182vw;
	}

	.contents .cont_image .number {
		bottom: -5.18182vw;
		left: 1.36364vw;
	}

	.contents .cont_image .number img {
		height: 8.72727vw;
	}

	.contents .cont_detail-title {
		margin-bottom: 3.18182vw;
		padding-bottom: 3.27273vw;
		font-size: 2.18182vw;
	}

	.contents .cont_detail-text {
		margin: 0 auto 3.18182vw;
		font-size: 1.63636vw;
	}

	.contents .cont_btn a {
		padding: 2.18182vw 0;
		font-size: 1.63636vw;
	}
}

@media (max-width: 768px) {
	.contents .cont_title-main {
		margin-bottom: 13.02083vw;
	}

	.contents .cont_title-main img {
		height: 5.20833vw;
	}

	.contents .cont_wrap {
		margin-bottom: 13.02083vw;
	}

	.contents .cont_image {
		margin-bottom: 4.55729vw;
	}

	.contents .cont_image .number {
		width: 13.8%;
		bottom: -7.42188vw;
		left: 0.65104vw;
	}

	.contents .cont_image .number img {
		height: 12.5vw;
	}

	.contents .cont_detail-title {
		margin-bottom: 4.55729vw;
		padding-bottom: 4.68750vw;
		font-size: 3.125vw;
	}

	.contents .cont_detail-text {
		margin: 0 auto 4.55729vw;
		font-size: 2.34375vw;
	}

	.contents .cont_btn a {
		padding: 3.125vw 0;
		font-size: 2.34375vw;
	}
}

@media (max-width: 480px) {
	.contents .cont_detail-title {
		font-size: 4.16667vw;
	}

	.contents .cont_detail-text {
		font-size: 3.125vw;
	}

	.contents .cont_btn a {
		font-size: 3.125vw;
	}
}

/* ---------------------------------------------------
	bnr
---------------------------------------------------- */
.bnr {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1030px;
}

.bnr .bnr_list-item {
	margin-bottom: 40px;
}

.bnr .note li::before {
	content: "※";
}

@media (max-width: 1100px) {
	.bnr {
		padding: 0 1.81818vw;
	}

	.bnr .bnr_list-item {
		margin-bottom: 3.63636vw;
	}
}

@media (max-width: 768px) {
	.bnr {
		padding: 10.41667vw 4vw 0;
	}

	.bnr .bnr_list-item {
		margin-bottom: 5.20833vw;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
footer {
	padding: 60px 0 32px;
	text-align: center;
}

footer .footer_logo {
	margin: 0 auto 35px;
	max-width: 170px;
}

footer .hotel_name {
	margin-bottom: 20px;
	font-size: 24px;
}

footer .hotel_name small {
	font-size: 0.75em;
	display: block;
}

footer address {
	margin-bottom: 35px;
}

.footer address a {
	color: #3E3A39;
	pointer-events: none;
}

.footer .link_btn {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.footer .link_btn li {
	margin: 0 15px;
	max-width: 370px;
	width: calc((100% - 60px) / 2);
}

.footer .link_btn li a {
	background: #000;
	width: 100%;
	height: 64px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.footer .link_btn li a:hover {
	background: #595757;
	opacity: 1;
}

.footer .map {
	position: relative;
	z-index: 1;
}

.footer .map iframe {
	width: 100%;
	height: 450px;
}

.footer .hotel_list {
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
}

.footer .hotel_list::before {
	content: "｜";
}

.footer .hotel_list li::after {
	content: "｜";
}

.footer .hotel_list li a {
	padding: 0 1em;
	color: #595757;
	display: inline-block;
}

@media (max-width: 768px) {
	.footer {
		padding: 0 0 20px;
	}

	.footer .inner {
		padding: 40px 9.11458vw 20px;
	}

	.footer .hotel_name {
		font-size: 3.64583vw;
	}

	.footer address {
		font-size: 3.125vw;
	}

	.footer address a {
		pointer-events: auto;
	}

	.footer .link_btn {
		margin-bottom: 20px;
		display: block;
	}

	.footer .link_btn li {
		margin: 0 0 10px;
		max-width: 100%;
		width: 100%;
	}

	.footer .link_btn li a {
		height: 48px;
		font-size: 3.125vw;
	}

	.footer .hotel_list {
		font-size: 3.125vw;
	}
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
#pageTop a {
	background: rgba(153, 108, 89, 0.9);
	width: 6.53134%;
	height: 32px;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 10;
	width: 100%;
	border-radius: 0;
	right: 0;
}

#pageTop a img {
	width: 20px;
}

/* ----------------------------------------------------
	fadeIn
---------------------------------------------------- */
/*
	共通初期設定
	パターン1：透明度が変化
------------------------------ */
.fadeBlock {
	opacity: 0;
	transition: all 1s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

/*
	パターン2：下から
------------------------------ */
.fadeBottom {
	transform: translateY(100px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}

/*
	パターン3：右から
------------------------------ */
.fadeRight {
	transform: translateX(100px);
}

.fadeRight.fadeIn {
	transform: translateX(0);
}

/*
	パターン4：左から
------------------------------ */
.fadeLeft {
	transform: translateX(-100px);
}

.fadeLeft.fadeIn {
	transform: translateX(0);
}