@charset "utf-8";

/* ---------------------------------------------------
    common
------------------------------------------------------ */
body {
	background: #f3efe9 !important;
}
#htlContents.single-column,
#htlMainContent,
div#RthCustomizeW {
	width: 100%;
	max-width: none;
}
div#RthCustomizeW {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
div#RthCustomizeW a {
	text-decoration: none;
}

/* base layout */
.inner_md {
	width: 1200px;
	margin: 0 auto;
}
#r_wrapper {
	position: relative;
	z-index: 0;
}

/* header */
#r_header,
#r_header a {
	color: #603219;
}
#r_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
#r_header .inner_md {
	display: flex;
	align-items: center;
	height: 90px;
}
#r_header .nav {
	display: flex;
	gap: 0 30px;
	margin: 0 25px 0 auto;
	font-size: 18px;
}
#r_header .nav a {
	position: relative;
	z-index: 0;
	display: block;
	padding: 0 0 5px;
}
#r_header .nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #603219;
	transition: width 0.5s;
}
#r_header .nav a:hover::after,
.cuisine #r_header .nav .nav1 a::after,
.spa #r_header .nav .nav2 a::after,
.room #r_header .nav .nav3 a::after,
.facilities #r_header .nav .nav4 a::after,
.access #r_header .nav .nav5 a::after {
	width: 100%;
}
#r_header .tel_col {
	margin: 0 20px 0 0;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
#r_header .tel_col .tel {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
	font-size: 22px;
}
#r_header .tel_col .tel img {
	margin: 0 5px 0 0;
}
#r_header .tel_col .time {
	font-size: 15px;
}
#r_header .btn_reserve {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	color: #fff;
	background: linear-gradient(to right, rgba(173, 35, 84, 1) 0%, rgba(202, 90, 116, 1) 100%);
}
#r_header .btn_reserve img {
	margin: 0 10px 0 0;
}
#r_header .btn_reserve::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	content: "";
	background: #9f1647;
	transition: width 0.5s;
}
#r_header .btn_reserve:hover::after {
	width: 100%;
}

/* main_img */
#main_img > img {
	width: 100%;
	min-height: 650px;
	object-fit: cover;
}

/* footer */
#r_footer {
	padding: 0 0 65px;
	color: #fff;
	border-image-source: linear-gradient(#572838, #572838); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#r_footer a {
	color: #fff;
}
#r_footer .inner {
	padding: 90px 0 60px;
	text-align: center;
	border-image-source: linear-gradient(#6c394a, #6c394a); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#r_footer .inner .address {
	margin: 40px 0 0;
	line-height: 2;
}
#r_footer .inner .address .name {
	display: block;
	margin: 0 0 10px;
	opacity: 0.6;
}
#r_footer .inner .btn_reserve {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 530px;
	height: 90px;
	margin: 20px auto 0;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.15);
}
#r_footer .inner .btn_reserve::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	content: "";
	background: #986979;
	transition: width 0.5s;
}
#r_footer .inner .btn_reserve:hover::after {
	width: 100%;
}
#r_footer .nav {
	display: flex;
	gap: 0 35px;
	align-items: center;
	justify-content: center;
	margin: 55px 0 50px;
}
#r_footer .nav a {
	position: relative;
	z-index: 0;
	padding: 0 0 5px;
}
#r_footer .nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	transition: width 0.5s;
}
#r_footer .nav a:hover::after {
	width: 100%;
}
#r_footer .copy {
	font-size: 12px;
	text-align: center;
	opacity: 0.6;
}

/* ---------------------------------------------------
    home
------------------------------------------------------ */
#r_wrapper.home #main_img {
	position: relative;
	z-index: 0;
	width: 100%;
}
#r_wrapper.home #r_slide {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 900px;
	aspect-ratio: 1920 / 900;
}
#r_wrapper.home #r_slide .vis {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
#r_wrapper.home #r_slide .vis img {
	width: 100%;
	min-height: 900px;
	object-fit: cover;
}
#r_wrapper.home #main_img .slide_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#r_wrapper.home .sec_plan {
	padding: 80px 50px 70px;
	background: rgba(255, 255, 255, 0.5);
}
#r_wrapper.home .sec_plan .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 50px;
	text-align: center;
}
#r_wrapper.home .sec_plan .tit .main {
	margin: 0 0 20px;
	font-size: 35px;
	color: #603219;
}
#r_wrapper.home .sec_plan .tit .sub {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 13px;
	color: transparent;
	background: linear-gradient(to right, #daa089 0%, #d2a5d3 100%);
	background-clip: text;
}
#r_wrapper.home .sec_plan .plans {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
#r_wrapper.home .sec_plan .plans li {
	display: flex;
	width: 340px;
}
#r_wrapper.home .sec_plan .plans li a {
	height: 100%;
	min-height: 360px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#r_wrapper.home .sec_plan .plans li img {
	transition: opacity 0.5s;
}
#r_wrapper.home .sec_plan .plans li .txt {
	padding: 25px 30px;
	line-height: 2;
	color: #603219;
}
#r_wrapper.home .sec_plan .plans li a:hover img {
	opacity: 0.7;
}
#r_wrapper.home .sec_plan .plans li a:hover .txt {
	text-decoration: underline;
}
#r_wrapper.home .sec_plan .link {
	text-align: right;
}
#r_wrapper.home .sec_plan .link a {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 0 0 15px;
	color: #603219;
	border-bottom: 1px solid rgba(96, 50, 25, 0.2);
}
#r_wrapper.home .sec_plan .link a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #603219;
	transition: width 0.5s;
}
#r_wrapper.home .sec_plan .link a:hover::after {
	width: 100%;
}
