<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html {
	font-size: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	color: #1E412D;
	font-family:　YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", "Noto Serif JP", serif;
	font-size: 15px;
	line-height: 1;
}
#title {
	transition : all 1000ms;
}
#wrapper{
	width:100%;
	overflow-x: hidden !important;
}

ul {
	list-style: none;
}

.nowrap {
	white-space: nowrap;
}
.small {
	font-size: 12px;
}

.linkarea {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	z-index: 99999;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 1000ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.load{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	z-index: 999;
	background: #364048;
	opacity: 1;
	transition: 1s;
	overflow: hidden;
}
.load_logo {
	position: absolute;
	width: 300px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 600px) {
	.load_logo {
		width: 200px;
	}
}
.wrapper{display:none;} .on{display:block;}
.off{
	opacity:0;
	transition:1s;
	animation: 0.1s linear 1s out-area forwards;
}
@keyframes out-area {
	0%{transform:translateX(0px);}
	100%{transform:translateX(10000px);}
}
.width1050 {
	margin: auto;
	width: 1050px;
	}
	@media screen and (max-width: 1130px) {
		.width1050 {
			width: 90%;
		}
}
.width900 {
	margin: auto;
	width: 900px;
}
@media screen and (max-width: 980px) {
	.width900 {
		width: 86%;
	}
}



.reserve_fixed {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 20px;
	z-index: 999999;
}
.sp_reserve_btn {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 20px;
	padding: 12px 10px 12px 12px;
	border-radius: 10px 0px 0px 10px;
	z-index: 999999;
	background: #989200;
}
.sp_reserve_btn img {
	width: 18px;
}
@media screen and (max-width: 700px) {
	.reserve_fixed {
		display: none;
	}
	.sp_reserve_btn {
		display: block;
	}
}
.reserve_fixed::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.8;
	z-index: -1;
}
.reserve_fixed .title {
	font-weight: bold;
	letter-spacing: 1.6px;
	margin-bottom: 14px;
	text-align: center;
	color: white;
}
.reserve_fixed .tel {
	text-align: center;
	border: 1px solid white;
	padding: 8px;
	color: white;
	margin-bottom: 6px;
	width: 172px;
}
.reserve_fixed .reserve {
	position: relative;
	background: #989200;
	color: white;
	padding: 8px;
	text-align: center;
	width: 100%;
	width: 172px;
}
.reserve_fixed .reserve::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background-image: url("img/other_link.svg");
	background-size: cover;
}


/*-------------------------------------------------*/
/*
/*　ヘッダー（header.php）
/*
/*-------------------------------------------------*/

header {
	position: fixed;
	height: 80px;
	width: 100vw;
	top: 0px;
	left: 0px;
	z-index: 999999;
}
@media screen and (max-width: 1030px) {
	header {
		height: 60px;
	}
}
header::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #1D1F21;
	opacity: 0.9;
}
.header_logo {
	position: absolute;
	height: 50%;
	width: auto;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
	.header_logo {
		left: 20px;
		top: 25px;
	}
}
.header_logo img {
	height: 100%;
	width: auto;
}
.header_nav ul {
	display: flex;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
	.header_nav {
		display: none;
	}
}
.header_nav ul li {
	position: relative;
	margin: auto 24px auto auto;
	letter-spacing: 1.4px;
}
.header_nav ul li p {
	font-weight: bold;
	color: white;
}
.nav_reserve {
	padding: 10px 20px;
	background: #989200;
}
.nav_reserve::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background-image: url("img/other_link.svg");
	background-size: contain;
}
.nav_reserve p {
	padding-right: 20px;
}
.sp_header_menu {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("img/sp_menu.svg");
	transition: 0.3s;
}
.sp_header_menu.open {
	background-image: url("img/sp_menu_cl.svg");
	transform: translateY(-50%) rotate(360deg);
	transition: 0.3s;
}
@media screen and (max-width: 1030px) {
	.sp_header_menu {
		display: block;
	}
}
.sp_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	transform: translateX(-100vw);
	z-index: -1;
	background: white;
	transition: 0.3s;
}
.sp_menu.open {
	transform: translateX(0px);
	transition: 0.3s;
}
.sp_menu_list {
	width: 90%;
	margin: 80px auto auto auto;
}
.sp_menu_list li {
	position: relative;
	border-bottom: 1px solid #C3C3C3;
	padding: 20px 16px;
}
.sp_menu_list .nav_reserve {
	position: relative;
	margin-top: 40px;
	color: white;
	padding: 20px;
}

/*-------------------------------------------------*/
/*
/*　トップページ（~/）
/*
/*-------------------------------------------------*/

.firstview {
	position: relative;
}
.slider {
	position: relative;
	width: 100vw;
	height: 680px;
}
@media screen and (max-width: 760px) {
	.slider {
		height: 340px;
	}
}
.slider_block {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	overflow: hidden;
	transition: 1s;
}
.slider_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider_block.on {
	opacity: 1;
	transition: 1s;
}
.slider_block.on img {
	animation: slider 7s ease 0s forwards;
}
@keyframes slider {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.firstview_textarea {
	position: absolute;
	width: 900px;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
	.firstview_textarea {
		width: 90%;
	}
}
.firstview_text {
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 40px;
}
.firstview_text.-sp {
	display: none;
}
.firstview_text.-pc {
}
@media screen and (max-width: 530px) {
	.firstview_text.-pc {
		display: none;
	}
	.firstview_text.-sp {
		display: block;
	}
	.firstview_text {
		font-size: 16px;
	}
}
.firstview_text span {
	position: relative;
	padding: 6px;
	white-space: nowrap;
}
.firstview_text span::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.7;
	z-index: -1;
}
.top_p1 {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1.6px;
	margin: 80px auto;
	text-align: center;
}
@media screen and (max-width: 688px) {
	.top_p1 {
		width: 86%;
	}
}
.contents_title {
	margin: 40px auto;
	text-align: center;
}
.contents_title.white {
	color: white;
}
.contents_title .eng {
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.contents_title .jp {
	font-size: 14px;
	letter-spacing: 1.6px;
	font-weight: normal;
}

.top_news li {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 580px) {
	.top_news li {
		display: block;
	}
}
.top_news li::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("img/arrow.svg");
	transition: 0.3s;
}
.top_news li:hover::after {
	background-image: url("img/arrow_on.svg");
	transition: 0.3s;
}
.top_news li .date {
	margin: auto 15px auto auto;
}
@media screen and (max-width: 580px) {
	.top_news li .date {
		display: inline-block;
	}
}
.top_news li .cat {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: #A5A368;
	padding: 6px 10px;
	margin: auto 20px auto auto;
	width: 110px;
	text-align: center;
}
@media screen and (max-width: 580px) {
	.top_news li .cat {
		display: inline-block;
	}
}
.top_news li .title {
	width: 100%;
	letter-spacing: 1.6px;
	transition: 0.3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: auto;
	overflow: hidden;
	padding-right: 20px;
	line-height: 22px;
}
@media screen and (max-width: 580px) {
	.top_news li .title {
		margin-top: 12px;
		padding-right: 28px;
		white-space: normal;
	}
}
.top_news li:hover .title {
	font-weight: bold;
	transition: 0.3s;
}
.news_viewmore {
	text-align: right;
	margin-top: 40px;
}
.viewmore_btn {
	display: inline-block;
	position: relative;
	padding: 8px 16px;
	background: #364048;
	color: white;
}
.viewmore_btn::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-image: url("img/more_arrow.svg");
	transition: 0.3s;
}
.viewmore_btn:hover::after {
	right: 4px;
	transition: 0.3s;
}
.viewmore_btn p {
	padding-right: 30px
}
.reserve_btn {
	position: relative;
	padding: 14px;
	background: #989200;
	color: white;
	letter-spacing: 1.4px;
	text-align: center;
	margin: 60px auto 100px;
	width: 360px;
}
@media screen and (max-width: 440px) {
	.reserve_btn {
		width: 90%;
	}
}
.top_flex {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: auto auto 60px auto;
	width: 900px;
}
@media screen and (max-width: 980px) {
	.top_flex {
		display: block;
		width: 90%;
	}
}
.top_flex_img {
	position: relative;
	width: 580px;
	height: auto;
	margin: auto;
}
.top_flex_img::before {
	display: block;
	content: "";
	padding-top: 70%;
}
@media screen and (max-width: 980px) {
	.top_flex_img {
		margin: auto auto 40px auto;
	}
}
@media screen and (max-width: 640px) {
	.top_flex_img {
		width: 100%;
	}
}
.top_flex_img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_flex_img.-sp {
	display: none;
}
.top_flex_text {
	width: 280px;
	margin: auto;
}
@media screen and (max-width: 980px) {
	.top_flex_text {
		width: 100%;
		text-align: center;
	}
	.top_flex_img.-sp {
		display: block;
		margin: auto auto 40px auto;
	}
	.top_flex_img.-pc {
		display: none;
	}
}
.top_flex_text.right {
	text-align: right;
}
@media screen and (max-width: 980px) {
	.top_flex_text.right {
		text-align: center;
	}
}
.top_flex_text .title {
	font-size: 20px;
	letter-spacing: 1.8px;
	margin-bottom: 30px;
	font-weight: bold;
}
.top_flex_text .text {
	line-height: 36px;
	letter-spacing: 1.4px;
	margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
	.top_flex_text .text {
		margin-bottom: 20px;
	}
}
.top_flex_text .more {
	display: inline-block;
	position: relative;
	padding: 12px 20px;
	border: 1px solid #607383;
	color: #607383;
	font-size: 14px;
	letter-spacing: 1.4px;
}
.top_contact {
	position: relative;
	width: 1050px;
	margin: 120px auto;
	padding: 120px 100px;
	background: #F8F8F8;
	border: 1px solid #D8D8D8;
}
.form_error_p {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	text-align: center;
	color: #FF0000;
}
@media screen and (max-width: 1130px) {
	.top_contact {
		width: 90%;
		padding: 40px 30px;
	}
}
.contents_title.contact {
	transform: translateY(-132px);
	margin: auto;
}
@media screen and (max-width: 1130px) {
	.contents_title.contact {
		transform: translateY(-50px);
	}
}
.form_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
	.form_flex {
		display: block;
		margin-bottom: 0px;
	}
}
.form_input {
	width: 100%;
}
.form_flex .form_input {
	width: 415px;
}
@media screen and (max-width: 1130px) {
	.form_flex .form_input {
		width: 49%;
	}
}
@media screen and (max-width: 640px) {
	.form_flex .form_input {
		width: 100%;
	}
}
.form_input p {
	letter-spacing: 1.4px;
	margin-bottom: 14px;
}
.form_input input {
	padding: 20px 24px;
	border: 1px solid #D8D8D8;
	background: white;
	border-radius: 4px;
	width: 100%;
}
.form_input.ng input {
	background: #FFE5E5;
	border-color: #FFADAD;
}
@media screen and (max-width: 640px) {
	.form_input input {
		margin-bottom: 40px;
	}
}
.form_input input::placeholder {
	color: #C3C3C3;
}
.form_input textarea {
	width: 100%;
	height: 300px;
	border-bottom: 4px;
	background: white;
	border: 1px solid #D8D8D8;
	margin-bottom: 40px;
	padding: 20px 24px;
}
.form_input.ng textarea {
	background: #FFE5E5;
	border-color: #FFADAD;
}
.form_input textarea::placeholder {
	color: #C3C3C3;
}

#form_send {
	position: relative;
	width: 360px;
	background: #364048;
	color: white;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 440px) {
	#form_send {
		width: 100%;
	}
}
.form_notice {
	font-size: 12px;
	letter-spacing: 1.4px;
	line-height: 22px;
	margin: auto;
	text-align: center;
}

.top_access_block {
	position: relative;
	padding: 80px 0px 120px;
}
.top_access_back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_access_back::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.9;
	z-index: -1;
}
.top_access_back img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.top_access_flex {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 900px;
	margin: 60px auto auto auto;
	color: white;
}
@media screen and (max-width: 980px) {
	.top_access_flex {
		display: block;
		width: 90%;
	}
}
.access_flex_left {
	width: 300px;
	margin: auto;
	color: black;
}
@media screen and (max-width: 980px) {
	.access_flex_left {
		text-align: center;
		width: 100%;
		margin-bottom: 40px;
	}
}
.access_flex_left .title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.4px;
	margin-bottom: 30px;
}
.access_flex_left .text {
	letter-spacing: 1.4px;
	line-height: 26px;
	margin-bottom: 50px;
}
.access_flex_left .googlemap {
	display: inline-block;
	position: relative;
	padding: 12px 20px;
	background: black;
	color: white;
	font-size: 14px;
	letter-spacing: 1.4px;
}
.access_flex_left.access_page {
	color: #000000;
}
.access_flex_left.access_page .googlemap {
	background: #1D1F21;
	color: white;
	border: none;
}
.access_flex_right {
	width: 560px;
	height: 360px;
}
@media screen and (max-width: 980px) {
	.access_flex_right {
		width: 100%;
		margin: auto;
	}
}
.access_flex_right iframe {
	width: 100%;
	height: 100%;
}
.access_description {
	width: 900px;
	margin: 60px auto auto auto;
}
@media screen and (max-width: 980px) {
	.access_description {
		width: 86%;
	}
}
	
.access_description li {
	padding: 24px 0px;
	border-bottom: 1px solid #C3C3C3;
}

.access_description li .title {
	position: relative;
	letter-spacing: 1.4px;
	padding-right: 40px;
}
.access_description li .title::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background-image: url("img/access_plus_btn.svg");
	background-size: cover;
	transition: 0.3s;
}
.access_description li .title.open::after {
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.access_description li .description {
	display: none;
	padding: 20px;
	letter-spacing: 1.4px;
	line-height: 26px;
	font-size: 14px;
}

#room_gallery {
	width: 720px;
	margin: 40px auto 60px;
}
@media screen and (max-width: 800px) {
	#room_gallery {
		width: 100%;
	}
}
#room_slider {
	width: 100%;
}
.slide-item {
	position: relative;
	width: 100%;
	height: auto;
}
.slide-item::after {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.slide-item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#room_thumbnail_slider {
	
}
.thumbnail-item {
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 10px auto 10px;
}
.thumbnail-item::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.thumbnail-item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*-------------------------------------------------*/
/*
/*　フッター（footer.php）
/*
/*-------------------------------------------------*/

footer {
	background: #1D1F21;
	padding: 100px 0px 30px;
	color: white;
}

.footer_logo_text {
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-bottom: 14px;
	text-align: center;
}
.footer_logo {
	position: relative;
	height: 80px;
	width: auto;
	margin-bottom: 30px;
}
.footer_logo img {
	width: 100%;
	height: 100%;
}
.footer_address {
	font-size: 14px;
	letter-spacing: 1.8px;
	line-height: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.footer_reserve {
	position: relative;
	width: 280px;
	padding: 14px;
	background: #989200;
	margin-bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.footer_sns {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.footer_sns li {
	position: relative;
	width: 40px;
	height: 40px;
}
.footer_sns li img {
	width: 100%;
	height: 100%;
}

.fotter_sitemap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 20px;
	margin: 60px auto 40px;
	width: 90%;
}
.fotter_sitemap li {
	position: relative;
	font-size: 14px;
	margin-bottom: 12px;
}
.footer_copyright {
	text-align: center;
	font-size: 12px;
	letter-spacing: 1.4px;
}


/*-------------------------------------------------*/
/*
/*　ピックアップスライダー関連
/*
/*-------------------------------------------------*/


#pickup_slider{
  display: none;
}
#pickup_slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
.slick-track {
	opacity: 0;
}

#pickup_slider {
	margin: 60px auto 80px auto;
	width: 90%;
	max-height: 440px;
	overflow: hidden;
}
@media screen and (max-width: 980px) {
	#pickup_slider {
		margin: 60px auto 40px auto;
	}
}
#pickup_slider li {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	margin: 20px 10px;
	transition: 0.3s;
}
#pickup_slider li:hover {
	filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.16));
	transition: 0.3s;
}
#pickup_slider li .thumbnail {
	position: relative;
	width: 100%;
}
#pickup_slider li .thumbnail::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}
#pickup_slider li .thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
}
#pickup_slider li .textarea {
	position: relative;
	padding: 20px;
	background: white;
	height: 100%;
}
#pickup_slider li .textarea .title {
	letter-spacing: 1.6px;
	font-weight: bold;
	margin-bottom: 6px;
}
#pickup_slider li .textarea .description {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 22px;
}
#pickup_slider li .textarea .linkbtn {
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	z-index: 10;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.16));
}
#pickup_slider li .textarea .linkbtn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/*-------------------------------------------------*/
/*
/*　お知らせ（page-news.php）
/*
/*-------------------------------------------------*/

.page_top {
	position: relative;
}
.top_image {
	width: 100vw;
	height: 460px;
}
@media screen and (max-width: 600px) {
	.top_image {
		height: 220px;
	}
}
.top_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
}
.news_category li {
	position: relative;
	font-size: 14px;
	padding: 6px 20px;
	background: #C3C3C3;
	color: white;
	text-align: center;
	margin-right: 14px;
}
.news_category li.on {
	background: #A5A368;
}
.page_main_block {
	padding: 0px 0px 120px 0px;
}


/*-------------------------------------------------*/
/*
/*　wp-pagenavi
/*
/*-------------------------------------------------*/

.wp-pagenavi {
	text-align: center;
	margin-top: 50px;
}
.wp-pagenavi .current {
	padding: 10px 14px;
	color: white;
	background: #A5A368;
}
.wp-pagenavi .page {
	padding: 10px 14px;
	color: white;
	background: #EDEDED;
	text-decoration: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	background: #D8D7CA;
	padding: 10px 14px;
	text-decoration: none;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%,-50%);
	background-image: url("img/page_arrow.svg");
}
.wp-pagenavi .previouspostslink::after {
	background-image: url("img/page_arrow_prev.svg");
}



.company_list li {
	padding: 30px 0px;
	border-bottom: 1px dashed #C3C3C3;
}
.company_list li {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media screen and (max-width: 600px) {
	.company_list li {
		display: block;
	}
}
.company_list li .title {
	letter-spacing: 1.4px;
	width: 200px;
	margin: auto 40px auto auto;
}
@media screen and (max-width: 600px) {
	.company_list li .title {
		margin: auto auto 14px 0px;
		font-size: 14px;
		color: #868686;
	}
}
.company_list li .description {
	letter-spacing: 1.4px;
	width: 100%;
	line-height: 26px;
	margin: auto;
}

.contact_line {
	position: relative;
	width: 360px;
	padding: 20px;
	background: #06C755;
	color: white;
	margin: 60px auto auto auto;
	text-align: center;
	letter-spacing: 1.4px;
	line-height: 24px;
	transform: translateY(8px);
}
@media screen and (max-width: 440px) {
	.contact_line {
		width: 90%;
	}
}
.contact_line::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	background-image: url("img/contact_line.svg");
	background-size: cover;
}
.contact_line_br {
	display: none;
}
@media screen and (max-width: 350px) {
	.contact_line_br {
		display: block;
	}
}
	

.service_content {
	width: 900px;
	padding: 50px;
	background: #FAFAFA;
	margin: 20px auto 120px;
}
.service_content p {
	letter-spacing: 1.4px;
	line-height: 22px;
}
@media screen and (max-width: 980px) {
	.service_content {
		width: 90%;
		padding: 20px;
	}
}
.service_pdf {
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #989200;
	margin: 28px auto 20px;
}
.service_content h2 {
	margin: 30px auto 16px;
}
.service_content ul,
.service_content ol {
	list-style: disc;
	margin: 14px auto 30px 20px;
}
.service_content ol {
	list-style: decimal;
}
.service_content ul li,
.service_content ol li {
	margin-bottom: 14px;
	line-height: 24px;
}

.room_switch_area {
	display: flex;
	justify-content: center;
	column-gap: 12px;
	margin: 60px auto 20px;
}
.room_switch {
	position: relative;
	padding: 12px 24px;
	background: #C3C3C3;
	color: white;
	font-size: 14px;
	letter-spacing: 1.4px;
}
.room_switch.on {
	background: #1D1F21;
}
.room_switch_p {
	text-align: center;
	margin: 20px auto 40px;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.room_list  {
	margin: 60px auto 90px;
	width: 760px;
}
@media screen and (max-width: 840px) {
	.room_list  {
		width: 86%;
	}
}
.room_list li {
	display: flex;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0px;
	border-bottom: 1px dashed #C3C3C3;
}
@media screen and (max-width: 840px) {
	.room_list li {
		display: block;
	}
}
.room_list li .title {
	line-height: 28px;
	letter-spacing: 1px;
	width: 200px;
	margin: auto 40px auto 0px;
}
@media screen and (max-width: 840px) {
	.room_list li .title {
		font-size: 14px;
		margin: auto auto 8px 0px;
		color: #868686;
	}
}
.room_list li .description {
	line-height: 28px;
	letter-spacing: 1px;
	width: 100%;
	margin: auto;
}

.about_flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 1050px;
	margin: 60px auto 120px;
}
@media screen and (max-width: 1130px) {
	.about_flex {
		width: 90%;
	}
}
@media screen and (max-width: 920px) {
	.about_flex {
		display: block;
	}
}
.about_flex li {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 32%;
	transition: 0.3s;
}
@media screen and (max-width: 920px) {
	.about_flex li {
		margin: auto auto 30px auto;
		width: 500px;
	}
}
@media screen and (max-width: 580px) {
	.about_flex li {
		width: 100%;
	}
}
.about_flex li:hover {
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.16));
	transition: 0.3s;
}
.about_flex li .thumbnail {
	position: relative;
	width: 100%;
	height: auto;
}
.about_flex li .thumbnail::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.about_flex li .thumbnail img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_flex li .textarea {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: white;
	height: 100%;
}

.about_flex li .textarea .title {
	letter-spacing: 1.4px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.about_flex li .textarea .description {
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 24px;
	margin: 0px auto auto auto;
	width: 100%;
}


.news_contents {
	display: flex;
	justify-content: space-between;
	width: 1050px;
	margin: 160px auto auto auto;
}
@media screen and (max-width: 1130px) {
	.news_contents {
		display: block;
		width: 86%;
	}
}
.news_main {
	width: 760px;
}
@media screen and (max-width: 1130px) {
	.news_main {
		margin: auto;
	}
}
@media screen and (max-width: 840px) {
	.news_main {
		width: 100%;
	}
}
.news_side {
	width: 250px;
}
@media screen and (max-width: 1130px) {
	.news_side {
		display: none;
	}
}
.news_date_flex {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.news_date_flex .date {
	margin: auto 15px auto 0px;
}
.news_date_flex .category {
	font-size: 14px;
	color: white;
	padding: 6px 9px;
	background: #A5A368;
	margin: auto auto auto 0px;
}
.news_title {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 1;
	font-weight: bold;
	margin-bottom: 40px;
}
.single_article {
	padding-bottom: 40px;
	border-bottom: 1px solid #364048;
	margin-bottom: 40px;
}
.single_article h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 30px auto 20px;
	padding-left: 20px;
	border-left: 4px solid #989200;
	line-height: 34px;
}
.single_article h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px auto 20px;
	line-height: 32px;
}
.single_article h4 {
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 20px;
	background: #E0E0E0;
	line-height: 24px;
}
.single_article p {
	line-height: 26px;
}
.single_sns {
	display: flex;
	justify-content: flex-start;
	margin-top: 100px;
}
.single_sns li {
	position: relative;
	width: 40px;
	height: 40px;
	margin-left: 10px;
}
.single_sns li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_side_title {
	font-weight: bold;
	margin-bottom: 30px;
}
.other_list li {
	position: relative;
	padding: 30px 0px;
	border-bottom: 1px solid #C3C3C3;
}
.other_list li .title {
	font-size: 14px;
	margin-bottom: 20px;
}
.other_list li .description p {
	font-size: 12px;
	letter-spacing: 1.2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #868686;
}


/* スマホサイズのCSS
---------------------------------------------*/
@media screen and (max-width: 688px) {
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
}
</pre></body></html>