@charset "utf-8";
/* ホテルトップ */

/* ---------------------------------------------------------
 * TOP
** --------------------------------------------------------- */
/* --------------- #fv --------------- */
#fv {
	position: relative;
}
#fv .inner {
	width: 100%;
	height: 100vh;
}
#fv h1 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: -50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	transform: translate(-50%, -50%);
}
#fv img {
	max-width: 100%;
}
@media (max-width: 519px) {
	#fv {
		height: 480px;
	}
	#fv .inner {
		width: 100%;
		height: 100%;
	}
	#fv h1 {
		margin-top: -20px;
	}
}
#fv .vegas-animation-kenburns {
	animation: myAnimation ease-out;
}
@keyframes myAnimation {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


/* --------------- #search --------------- */
#search {
	padding: 12px 0;
	border-top: 1px solid #E2DCCD;
	border-bottom: 1px solid #E2DCCD;
}
#search .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	color: #6D5D31;
}
#search input,
#search select {
	color: #000;
	font-size: 20px;
	text-align: center;
}
#search .ttl {
	padding: 21px 40px 21px 0;
	border-right: 1px solid #E2DCCD;
	font-size: 22px;
}
#search .ttl svg {
	margin-right: 2px;
	margin-bottom: 4px;
}
#search .checkin {
	display: flex;
	justify-content: center;
	align-items: center;
}
#search .checkin .subttl {
	margin-right: 5px;
}
#search .checkin input {
	width: 150px;
	border-bottom: 1px solid #9B8A5D;
}
#search .checkin svg {
}
#search .stay,
#search .people {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#search .stay::before,
#search .people::before,
#search .stay::after,
#search .people::after {
	content: "";
	position: absolute;
	display: block;
	pointer-events: none;
}
#search .stay::before,
#search .people::before {
	right: 20px;
	bottom: 0;
	width: 32px;
	height: 1px;
	background-color: #9B8A5D;
}
#search .stay::after,
#search .people::after {
	top: 0;
	bottom: 0;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #6D5D31 transparent transparent transparent;
}
#search .stay .subttl,
#search .people .subttl {
	margin-right: 5px;
}
#search .stay select,
#search .people select {
	padding-left: 10px;
	padding-right: 30px;
}
#search .btn_area {
}
#search .btn_area button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 118px;
	height: 58px;
	background-color: #9B8A5D;
	color: #fff;
	font-size: 16px;
	transition: all ease 0.3s;
}
#search .btn_area button:hover {
	opacity: 0.9;
}
#search .btn_area button svg {
	margin-right: 10px;
}
@media (min-width: 520px) {
	#search .checkin {
		position: relative;
	}
	#search .checkin input {
		width: 170px;
		padding-right: 20px;
	}
	#search .checkin svg {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin-top: auto;
		margin-bottom: auto;
		pointer-events: none;
	}
}
@media (max-width: 519px) {
	#search {
		padding: 20px 30px;
		border-bottom: none;
	}
	#search .inner {
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: wrap;
		gap: 0;
	}
	#search input,
	#search select {
		font-size: 16px;
		text-align: left;
	}
	#search .ttl {
		width: 100%;
		padding: 0 0 5px;
		margin-bottom: 20px;
		border-right: none;
		border-bottom: 1px solid #E2DCCD;
		font-size: 18px;
	}
	#search .ttl svg {
		margin-bottom: 2px;
	}
	#search .checkin {
		display: block;
		padding-bottom: 5px;
		border-bottom: 1px solid #9B8A5D;
	}
	#search .checkin .subttl {
		margin-right: 0;
		font-size: 14px;
	}
	#search .checkin input {
		width: 100px;
		border-bottom: none;
	}
	#search .checkin svg {
		margin-bottom: 3px;
	}
	#search .stay,
	#search .people {
		display: block;
		width: calc(calc(100% - 165px) / 2);
		padding-bottom: 5px;
	}
	#search .stay::before,
	#search .people::before {
		right: 0;
		width: 100%;
	}
	#search .stay::after,
	#search .people::after {
		top: auto;
		bottom: 15px;
		right: 3px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#search .stay .subttl,
	#search .people .subttl {
		margin-right: 0;
		font-size: 14px;
	}
	#search .stay select,
	#search .people select {
		width: 100%;
		padding-left: 5px;
		padding-right: 30px;
	}
	#search .btn_area {
		width: 100%;
		margin-top: 25px;
	}
	#search .btn_area button {
		width: 100%;
		height: 52px;
	}
}


/* --------------- .content_bg --------------- */
.content_bg {
	padding-top: 30px;
	padding-bottom: 280px;
	background-image: url("../img/content_bg.jpg");
	background-position: top center;
	background-size: cover;
}
@media (max-width: 519px) {
	.content_bg {
		padding-top: 0;
		padding-bottom: 100px;
	}
}


/* --------------- #news --------------- */
#news {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}
#news .inner {
	display: flex;
	gap: 40px;
	padding: 20px 50px;
	backdrop-filter: blur(5px);
	border: 1px solid #E2DCCD;
}
#news .left {
	width: 160px;
	border-right: 1px solid #E2DCCD;
	font-size: 16px;
}
#news .left span {
	display: inline-block;
	margin-left: 10px;
	color: #B2A278;
	font-size: 13px;
}
#news .right {
	width: calc(100% - 160px);
}
#news .right a {
	display: flex;
	font-size: 16px;
	transition: all ease 0.3s;
}
#news .right a:hover {
	color: #9B8A5D;
}
#news .right .date {
	margin-right: 15px;
}
#news .right .ttl {
}
@media (max-width: 519px) {
	#news {
		padding: 0 20px 20px;
		background-color: #fff;
		border-bottom: 1px solid #E2DCCD;
	}
	#news .inner {
		display: block;
		padding: 15px 25px 20px;
	}
	#news .left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #E2DCCD;
		font-size: 14px;
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 8px;
	}
	#news .left span {
		font-size: 12px;
	}
	#news .right {
		width: 100%;
	}
	#news .right a {
		display: flex;
		font-size: 13px;
	}
}


/* --------------- #concept --------------- */
#concept {
	margin-top: 70px;
	text-align: center;
}
#concept .detail {
}
#concept h2 {
	color: #9B8A5D;
	font-size: 30px;
}
#concept h2 br {
	display: none;
}
#concept .subttl {
	margin-top: 20px;
	padding-top: 20px;
	color: #666;
	font-size: 17px;
}
#concept p {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2;
}
@media (max-width: 519px) {
	#concept .detail {
		padding: 0 20px;
	}
	#concept h2 {
		font-size: 24px;
	}
	#concept h2 br {
		display: block;
	}
	#concept .subttl {
		margin-top: 20px;
		padding-top: 15px;
		font-size: 15px;
	}
	#concept p {
		font-size: 14px;
		text-align: left;
		line-height: 2;
	}
}


/* --------------- #guest --------------- */
#guest {
	position: relative;
	z-index: 0;
	margin-top: 50px;
}
#guest::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 200px;
	left: 0;
	display: block;
	width: calc(108000% / 1500);
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 60px 0px #0000000D;
}
#guest .imgs {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#guest .img01 {
	width: calc(92000% / 1500);
	margin-top: 100px;
}
#guest .img02 {
	width: calc(50000% / 1500);
}
#guest .detail {
	display: flex;
	margin-top: 150px;
}
#guest .ttl {
	margin-left: 100px;
	width: 250px;
}
#guest h2 {
	color: #9B8A5D;
	font-size: 28px;
}
#guest .subttl {
	color: #666;
	font-size: 13px;
}
#guest .btn_area {
	margin-top: 100px;
}
#guest .btn_area a {
}
#guest .list {
	width: calc(100% - 350px);
}
#guest .guestroom_swiper {
	overflow-y: visible;
}
#guest .guestroom_swiper .swiper-slide {
	display: block;
	width: 300px;
	height: 300px;
}
#guest .guestroom_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
#guest .guestroom_swiper .swiper-scrollbar {
	bottom: -60px;
	left: 0;
	width: 1000px;
	max-width: calc(100% - 20px);
	height: 2px;
	background-color: #e3e3e3;
}
#guest .guestroom_swiper .swiper-scrollbar-drag {
	background-color: #B2A278;
}
@media (max-width: 519px) {
	#guest {
		margin-top: 70px;
	}
	#guest::before {
		display: none;
	}
	#guest .imgs {
		display: block;
	}
	#guest .img01 {
		width: 100%;
		margin-top: 0;
	}
	#guest .img02 {
		display: block;
		width: calc(27200% / 390);
		margin-top: 40px;
		margin-left: auto;
	}
	#guest .detail {
		display: block;
		padding-top: 150px;
		padding-bottom: 65px;
		padding-left: 20px;
		margin-top: -85px;
		background-color: #fff;
	}
	#guest .ttl {
		width: auto;
		margin-left: 0;
	}
	#guest h2 {
		font-size: 24px;
	}
	#guest .subttl {
	}
	#guest .list {
		width: 100%;
		margin-top: 25px;
	}
	#guest .guestroom_swiper .swiper-slide {
		width: 150px;
		height: 150px;
	}
	#guest .guestroom_swiper .swiper-scrollbar {
		bottom: -20px;
		max-width: 100%;
		height: 1px;
		border-radius: 0;
	}
	#guest .guestroom_swiper .swiper-scrollbar-drag {
		border-radius: 0;
	}
	#guest .btn_area {
		margin-top: 60px;
	}
	#guest .btn_area a {
	}
}


/* --------------- #facility --------------- */
#facility {
	padding: 120px 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
#facility h2 {
	color: #9B8A5D;
	font-size: 28px;
}
#facility .subttl {
	color: #666;
	font-size: 13px;
}
#facility .lead {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
#facility .list {
	margin-top: 60px;
}
#facility .facility_loop_sliser {
}
#facility .facility_loop_sliser ul {
	display: flex;
}
#facility .facility_loop_sliser li {
	display: flex;
	align-items: center;
	padding-right: 30px;
}
#facility .btn_area {
	margin-top: 130px;
}
#facility .btn_area a {
}
@media (max-width: 519px) {
	#facility {
		padding: 80px 0;
	}
	#facility h2 {
		font-size: 24px;
	}
	#facility .lead {
		font-size: 14px;
		line-height: 2;
	}
	#facility .list {
		margin-top: 50px;
	}
	#facility .facility_loop_sliser li {
		padding-right: 10px;
	}
	#facility .btn_area {
		margin-top: 60px;
	}
	#facility .btn_area a {
	}
}


/* --------------- #topics --------------- */
#topics {
	display: flex;
	align-items: center;
	padding: 100px 0;
	background-color: #F5F5F5;
}
#topics .ttl {
	margin-left: 100px;
	width: 250px;
}
#topics h2 {
	color: #9B8A5D;
	font-size: 28px;
}
#topics .subttl {
	color: #666;
	font-size: 13px;
}
#topics .btn_area {
	margin-top: 100px;
}
#topics .btn_area a {
}
#topics .list {
	max-width: calc(100% - 350px);
	width: 1020px;
	padding-right: 20px;
}
#topics .list_wrapper {
}
#topics .list_item {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#topics .list_item a {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 100px;
	transition: all ease 0.3s;
}
#topics .list_item a:hover {
	background-color: #eee;
}
#topics .list_item a::before,
#topics .list_item a::after {
	content: "";
	position: absolute;
	bottom: 67px;
	display: block;
}
#topics .list_item a::before {
	right: 0;
	width: 90px;
	height: 1px;
	background-color: #9B8A5D;
}
#topics .list_item a::after {
	right: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 0 8px;
	border-color: transparent transparent transparent #9B8A5D;
}
#topics .list_item .img {
	flex-shrink: 0;
	width: 172px;
	height: 116px;
}
#topics .list_item .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
#topics .list_item .content {
	margin-left: 30px;
}
#topics .list_item .date_cate {
	display: flex;
	align-items: center;
	gap: 10px;
}
#topics .list_item .date {
}
#topics .list_item .cate {
	display: flex;
	gap: 10px;
	color: #6D5D31;
	font-size: 14px;
}
#topics .list_item .cate span {
	display: inline-block;
	padding: 2px 5px 3px;
	background-color: #fff;
}
#topics .list_item .topic_ttl {
	margin-top: 10px;
	font-size: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 519px) {
	#topics {
		display: block;
		padding: 80px 20px;
	}
	#topics .ttl {
		margin-left: 0;
		width: 100%;
	}
	#topics h2 {
		font-size: 24px;
	}
	#topics .list {
		max-width: 100%;
		margin-top: 40px;
		padding-right: 0;
	}
	#topics .list_item a {
		align-items: flex-start;
		padding-right: 40px;
	}
	#topics .list_item a::before,
	#topics .list_item a::after {
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#topics .list_item a::before {
		top: 0;
		right: 0;
		width: 20px;
	}
	#topics .list_item a::after {
		top: -3px;
		right: -1px;
		border-width: 4px 0 0 7px;
	}
	#topics .list_item .img {
		flex-shrink: 0;
		width: 90px;
		height: 60px;
	}
	#topics .list_item .content {
		margin-left: 15px;
	}
	#topics .list_item .date_cate {
		display: block;
	}
	#topics .list_item .date {
		font-size: 12px;
	}
	#topics .list_item .cate {
		flex-wrap: wrap;
		gap: 5px;
		margin-top: 5px;
		font-size: 12px;
	}
	#topics .list_item .topic_ttl {
		margin-top: 5px;
		font-size: 13px;
		-webkit-line-clamp: 2;
	}
	#topics .btn_area {
		margin-top: 40px;
	}
	#topics .btn_area a {
	}
}


/* --------------- #access --------------- */
#access {
	padding-top: 120px;
	text-align: center;
}
#access h2 {
	color: #9B8A5D;
	font-size: 28px;
}
#access .subttl {
	color: #666;
	font-size: 13px;
}
#access .map {
}
#access .map .btn_area {
	position: relative;
	text-align: right;
}
#access .map .btn_area::before,
#access .map .btn_area::after {
	content: "";
	position: absolute;
	bottom: -18px;
	display: block;
	height: 1px;
	background-color: #B2A278;
}
#access .map .btn_area::before {
	right: 32px;
	width: 105px;
}
#access .map .btn_area::after {
	right: 0;
	width: 32px;
	transform-origin: left center;
	transform: rotate(-45deg);
}
#access .map .btn_area a {
	padding-right: 35px;
}
#access .map img {
	margin-top: 35px;
	width: 100%;
}
#access .map .more_btn_area {
	margin-top: 30px;
}
#access .map .more_btn_area a {
}
@media (max-width: 519px) {
	#access {
		padding-top: 80px;
		padding-left: 0;
		padding-right: 0;
	}
	#access h2 {
		font-size: 24px;
	}
	#access .map {
	}
	#access .map img {
		margin-top: 35px;
		width: 100%;
	}
	#access .map .btn_area {
		margin-top: 20px;
		margin-right: 20px;
	}
	#access .map .btn_area::before,
	#access .map .btn_area::after {
		bottom: -10px;
	}
	#access .map .btn_area::before {
		right: 25px;
	}
	#access .map .btn_area::after {
		width: 25px;
	}
	#access .map .btn_area a {
		padding-right: 26px;
	}
	#access .map .more_btn_area {
		margin-top: 20px;
	}
}
#access .spot {
	margin-top: 90px;
}
#access .spot .ttl {
	padding: 10px;
	background-color: #F2EDE1;
	font-size: 18px;
}
#access .spot .content {
	display: flex;
	align-items: center;
	margin-top: 20px;
	background-color: #FCFBF9;
}
#access .spot .txt {
	width: calc(54100% / 1200);
	font-size: 20px;
}
#access .spot .content:nth-child(2n+1) .txt {
	order: 2;
}
#access .spot .txt > span {
	color: #6D5D31;
	font-size: 28px;
}
#access .spot .txt > span span {
	font-size: 42px;
}
#access .spot .img {
	width: calc(65900% / 1200);
}
#access .spot .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
@media (max-width: 519px) {
	#access .spot {
		margin-top: 60px;
	}
	#access .spot .content {
		display: block;
		margin-top: 30px;
	}
	#access .spot .ttl + .content {
		margin-top: 0;
	}
	#access .spot .txt {
		width: 100%;
		padding: 30px 10px 20px;
		font-size: 16px;
	}
	#access .spot .txt > span {
		color: #6D5D31;
		font-size: 22px;
	}
	#access .spot .txt > span span {
		font-size: 30px;
	}
	#access .spot .img {
		width: 100%;
		height: 150px;
	}
}
#access .list {
	padding: 10px;
	margin-top: 90px;
	background-color: #FCFBF9;
	text-align: left;
}
#access .list ul {
	padding: 40px 60px 60px;
	background-image:
		linear-gradient(135.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(225.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(315.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(45.01deg, #B2A278 50%, transparent 50%),
		linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
		linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
		linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
		linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px));
	background-repeat: no-repeat;
	background-position:
		top left,
		top right,
		bottom right,
		bottom left,
		top left,
		top right,
		top left,
		bottom left;
	background-size:
		11px 11px,
		11px 11px,
		11px 11px,
		11px 11px,
		50px 100%,
		50px 100%,
		100% 50px,
		100% 50px;
}
#access .list li {
	border-bottom: 1px solid #E2DCCD;
}
#access .list li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 100px;
	padding-right: 100px;
	font-size: 18px;
	transition: all ease 0.3s;
}
#access .list li a:hover {
	background-color: #f9f6f0;
}
#access .list li a::before,
#access .list li a::after {
	content: "";
	position: absolute;
	bottom: 50px;
	display: block;
}
#access .list li a::before {
	right: 0;
	width: 90px;
	height: 1px;
	background-color: #9B8A5D;
}
#access .list li a::after {
	right: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 0 8px;
	border-color: transparent transparent transparent #9B8A5D;
}
#access .list .ttl {
	flex-shrink: 0;
	width: 320px;
}
#access .list .detail {
}
#access .list .detail span {
	color: #6D5D31;
	font-size: 15px;
}
@media (max-width: 519px) {
	#access .list {
		margin-top: 60px;
	}
	#access .list ul {
		padding: 40px 20px 60px;
		background-image:
			linear-gradient(135.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(225.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(315.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(45.01deg, #B2A278 50%, transparent 50%),
			linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
			linear-gradient(to bottom, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
			linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px)),
			linear-gradient(to right, #E2DCCD 1px, transparent 1px, transparent calc(100% - 1px), #E2DCCD calc(100% - 1px));
		background-repeat: no-repeat;
		background-position:
			top left,
			top right,
			bottom right,
			bottom left,
			top left,
			top right,
			top left,
			bottom left;
		background-size:
			7px 7px,
			7px 7px,
			7px 7px,
			7px 7px,
			50px 100%,
			50px 100%,
			100% 50px,
			100% 50px;
	}
	#access .list li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#access .list li a {
		display: block;
		height: auto;
		padding-right: 40px;
		font-size: 15px;
	}
	#access .list li a::before,
	#access .list li a::after {
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	#access .list li a::before {
		top: 0;
		width: 20px;
	}
	#access .list li a::after {
		top: -3px;
		right: -1px;
		border-width: 4px 0 0 7 px;
	}
	#access .list .ttl {
		width: 100%;
	}
	#access .list .detail {
		margin-top: 7px;
		font-size: 14px;
	}
	#access .list .detail span {
		font-size: 13px;
	}
}


/* --------------- #sns --------------- */
#sns {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
	padding-bottom: 140px;
}
#sns .insta {
	width: calc(64500% / 1200);
}
#sns .twitter {
	width: calc(41400% / 1200);
}
#sns h2 {
	color: #9B8A5D;
	font-size: 28px;
}
#sns h2 svg {
	margin-bottom: 6px;
	vertical-align: middle;
}
#sns .user {
}
#sns .detail {
	margin-top: 15px;
}
#sns .detail img  {
	width: 100%;
}
@media (max-width: 519px) {
	#sns {
		display: block;
		margin-top: 80px;
		padding-bottom: 80px;
	}
	#sns .insta {
		width: 100%;
	}
	#sns .twitter {
		margin-top: 30px;
		width: 100%;
	}
	#sns h2 {
		font-size: 24px;
	}
	#sns h2 svg {
	}
	#sns .user {
	}
	#sns .detail {
	}
}