@charset "UTF-8";

/* CSS Document */

/* ---------------------------------------------------
Base Layout
------------------------------------------------------ */
/* スムーススクロール */
html {
	scroll-behavior: smooth;
}

/* 背景 */
body {
	background: #f9f4f2 !important;
}
#htlMainContent {
	min-width: 1200px;
}
#RthCustomizeW {
	width: auto !important;
}
#r_wrapper {
	position: relative;
	z-index: 0;
	width: 1200px;
	margin: 0 auto;
	font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}
#r_wrapper a:hover {
	text-decoration: none;
}

/* gnav */
#r_wrapper .r_gnav {
	display: flex;
	height: 80px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
#r_wrapper .r_gnav li {
	width: 100%;
}
#r_wrapper .r_gnav li + li {
	padding: 0 0 0 1px;
	background: url(../img/gnav_line.png) no-repeat left top;
}
#r_wrapper .r_gnav li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	line-height: 1;
	color: #000;
}
#r_wrapper .r_gnav li a:hover {
	background: #e1ccc5;
}
#r_wrapper .r_gnav li a .ja {
	margin: 0 0 5px;
	font-size: 18px;
}
#r_wrapper .r_gnav li a .en {
	font-size: 11px;
	color: #832509;
}
#r_wrapper .r_gnav li a[href="#sec_togo"] .ja {
	font-size: 16px;
}
#r_wrapper .r_gnav .btn_reserve {
	color: #fff;
	background: #832509;
}
#r_wrapper .r_gnav .btn_reserve .en {
	color: #fff;
}
#r_wrapper .r_gnav .btn_reserve:hover {
	background: #691d07;
}

/* コンテンツ部分 */
#r_wrapper .r_content > img {
	display: block;
	margin: 0 auto;
}

/* フッター */
#r_wrapper .r_footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 50px 30px;
	color: #fff;
	background: #663f14;
}
#r_wrapper .r_footer a {
	color: #fff;
}
#r_wrapper .r_footer .pagetop {
	width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px solid #fff;
}
#r_wrapper .r_footer .pagetop a {
	display: block;
	padding: 20px 0 10px;
	text-align: center;
}
#r_wrapper .r_footer .pagetop a:hover {
	opacity: 0.75;
}
#r_wrapper .r_footer .f_con {
	width: 280px;
}
#r_wrapper .r_footer .f_con address {
	margin: 20px 0 0;
	font-style: normal;
}
#r_wrapper .r_footer .f_con .copy {
	margin: 5px 0 0;
	font-size: 12px;
}
#r_wrapper .r_footer .f_nav {
	display: flex;
	justify-content: space-between;
	width: 430px;
}
#r_wrapper .r_footer .f_nav li {
	padding: 0 0 0 12px;
	font-size: 12px;
	background: url(../img/ft_ico1.png) no-repeat left center;
	background-size: 6px auto;
}
#r_wrapper .r_footer .f_nav li + li {
	margin: 5px 0 0;
}
#r_wrapper .r_footer .f_nav a:hover {
	text-decoration: underline;
}
#r_wrapper .r_footer .f_reserve {
	width: 270px;
	padding: 20px;
	text-align: center;
	background: #fff;
}
#r_wrapper .r_footer .f_reserve .tel {
	font-size: 13px;
	line-height: 1;
	color: #614938;
}
#r_wrapper .r_footer .f_reserve .tel > span {
	display: block;
	margin: 5px 0 15px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 28px;
}
#r_wrapper .r_footer .f_reserve .tel span span {
	font-size: 25px;
}
#r_wrapper .r_footer .f_reserve .btn_reserve {
	position: relative;
	z-index: 0;
	display: block;
	padding: 8px 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(to bottom, #976e51 0%, #614938 100%);
	border-radius: 4px;
}
#r_wrapper .r_footer .f_reserve .btn_reserve:hover {
	background: #614938;
}
#r_wrapper .r_footer .f_reserve .btn_reserve::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 7px;
	content: "";
	background: url(../img/ico_arrow1.png) no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
}

/* ---------------------------------------------------
トップページ
------------------------------------------------------ */
#r_bnr {
	width: 1200px;
	margin: 0 auto 30px;
}

/* メインスライド */
#r_wrapper.home .main_img {
	position: relative;
	z-index: 0;
	width: 100%;
}
#r_wrapper.home #r_slide {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 580px;
}
#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%;
}
#r_wrapper.home .main_img .slide_txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#r_wrapper.home .main_img .slide_txt p {
	margin: 0 0 20px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 38px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}

/* おすすめプラン */
#r_wrapper.home #sec_plan {
	padding: 70px 0 85px;
}
#r_wrapper.home #sec_plan .tit {
	margin: 0 0 60px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 45px;
	color: #832509;
	text-align: center;
}
#r_wrapper.home #sec_plan ul {
	display: flex;
	gap: 0 15px;
	justify-content: space-between;
}
#r_wrapper.home #sec_plan li {
	display: flex;
	width: 100%;
}
#r_wrapper.home #sec_plan li a {
	display: flex;
	flex-direction: column;
	padding: 15px 15px 35px;
	color: #fff;
	background: #832509;
}
#r_wrapper.home #sec_plan li dl {
	margin: 15px 0;
}
#r_wrapper.home #sec_plan li dt {
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#r_wrapper.home #sec_plan li .btn_plan {
	padding: 10px 15px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 17px;
	color: #832509;
	text-align: center;
	background: #fff;
	border-radius: 999px;
}
#r_wrapper.home #sec_plan li .btn_plan::after {
	margin: 0 0 0 15px;
	content: "＞";
}
#r_wrapper.home #sec_plan li a:hover dl {
	text-decoration: underline;
}
#r_wrapper.home #sec_plan li a:hover :is(img, .btn_plan) {
	opacity: 0.75;
}
