@charset "utf-8";
/* CSS Document */

#guests .link_6 {
	gap: 20px 25px!important;
	flex-flow: row wrap;
}
#guests .link_6 li {
	width: calc((100% - 75px) / 3);
}
#guests .link_6 li a {
	cursor: pointer;
	/*
	word-break: keep-all;
	*/
}
#guests > .cmn_btn {
	margin-bottom: 110px!important;
}
.guests_ttl h2 {
	font-size: 3rem;
	font-weight: 500!important;
}
#guests_facility .guests_ttl {
	margin-bottom: 55px;
}
.guests_bg {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #f3f2ee;
}
.guests_facilityArea {
	padding-top: 90px;
	padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
	#faq .link_6 li {
	}
}
@media screen and (max-width: 768px) {
	.guests_ttl h2 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
	.guests_bg {
		padding: 60px 0;
	}
	#faq .link_6 {
		margin-bottom: 50px;
		gap: 10px 15px!important;
	}
	#faq .link_6 li {
		width: calc((100% - 45px) / 4);
	}
	#faq .link_6 li a {
		font-size: 1.2rem;
	}
	.guests_ttl h2 {
		font-size: 2.3rem;
	}
	#guests > .cmn_btn {
		margin-bottom: 50px!important;
	}
}

/* ==============================================

	guests_facility

================================================= */
#guests_facility {
	max-width: 1240px;
	margin: 0 auto;
}
.guests_facility_dtl ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.guests_facility_01 {
	margin-bottom: 50px;
}
.guests_facility_01 ul {
	gap: 0 35px;
}
.guests_facility_01 ul li {
	width: calc(100% / 3);
}
.guests_facility_02 ul {
	gap: 0 40px;
}
.guests_facility_02 ul li {
	width: calc(100% / 4);
}
.guests_facility_name {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.guests_facility_name p {
	margin-bottom: 6px;
	font-size: 2.2rem;
	color: #6a5b25;
}
.guests_facility_name h3 {
	font-size: 1.3rem;
	color: #6a5b25;
}
.guests_facility_dtl ul li > p {
	font-size: 1.3rem;
	line-height: 153%;
	margin-top: 20px;
}

.guests_barrierfree {
	background: #f9f9f9;
	padding: 45px 20px 35px;
	max-width: 700px;
	margin: 90px auto 0;
}
.guests_barrierfree_ttl {
	text-align: center;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.guests_barrierfree_ttl p {
	font-size: 2.6rem;
	margin-bottom: 22px;
	letter-spacing: 0.5rem;
	font-weight: 500!important;
	color: #6a5b25;
}
.guests_barrierfree_ttl h3 {
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	color: #6a5b25;
}
.guests_barrierfree_dtl {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	padding: 0 10px;
}
.guests_barrierfree_dtl div {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #f7f6f4;
}
.guests_barrierfree_dtl div img {
	filter: brightness(0) saturate(100%) invert(51%) sepia(3%) saturate(3662%) hue-rotate(8deg) brightness(99%) contrast(93%);
}
.guests_barrierfree_dtl p {
	flex: 1;
	line-height: 170%;
}
@media screen and (max-width: 1366px) {
	.guests_facility_01 ul, .guests_facility_02 ul {
		column-gap: 20px;
	}
}
@media screen and (max-width: 1366px) {
	.guests_facilityArea.guests_bg {
		padding: 90px 6%;
	}
}
@media screen and (max-width: 1112px) {
	.guests_facility_name p {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	.guests_facility_dtl ul {
		flex-flow: row wrap;
		justify-content: center;
		gap: 40px;
	}
	.guests_facility_01 ul li {
		width: calc((100% - 40px) / 2);
		max-width: 390px;
	}
	.guests_facility_02 ul li {
		width: calc((100% - 80px) / 2);
		max-width: 280px;
	}
	.guests_facility_name p {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 768px) {
	.guests_facilityArea.guests_bg {
		padding: 90px 5%;
	}
	.guests_facilityArea {
		padding: 60px 0;
	}
	.guests_facility_dtl ul {
		gap: 30px;
	}
	.guests_facility_01 ul li {
		width: calc((100% - 30px) / 2);
		max-width: 280px 
	}
	.guests_facility_02 ul li {
		width: calc((100% - 30px) / 2);
	}
	.guests_facility_01 figure {
		aspect-ratio: 28 / 23;
	}
	.guests_facility_01 figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.guests_barrierfree_ttl p {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.guests_barrierfree_dtl p {
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	.guests_facilityArea {
		padding: 60px 5%;
	}
}
@media screen and (max-width: 480px) {
	.guests_facilityArea.guests_bg {
		padding: 60px 5%;
	}
	.guests_facilityArea {
		padding: 60px 5%;
	}
	#guests_facility .guests_ttl {
		margin-bottom: 35px;
	}
	.guests_facility_01 ul li {
		width: 96%;
		max-width: inherit;
	}
	.guests_facility_01 figure {
		aspect-ratio: inherit;
	}
	.guests_facility_name {
		margin-top: 10px;
	}
	.guests_facility_01 .guests_facility_name p {
		font-size: 2.0rem;
	}
	.guests_facility_02 .guests_facility_name p {
		font-size: 1.8rem;
	}
	.guests_facility_01 ul {
		gap: 25px;
	}
	.guests_facility_02 ul {
		gap: 30px 25px;
	}
	.guests_facility_02 ul li {
		width: calc((100% - 25px) / 2);
	}
	.guests_facility_02 .guests_facility_name {
		flex-flow: column;
		align-items: flex-start;
	}
	.guests_facility_02 .guests_cmn_floor {
		margin: 10px 0 0 0;
	}
	.guests_facility_dtl ul li > p {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.guests_barrierfree {
		margin-top: 40px;
		padding: 30px 15px;
	}
	.guests_barrierfree_dtl {
		padding: 0;
	}
	.guests_barrierfree_dtl p {
		font-size: 1.3rem;
		line-height: 150%;
	}
	.guests_barrierfree_ttl {
		padding-bottom: 15px;
	}
	.guests_barrierfree_ttl p {
		font-size: 2.1rem;
		letter-spacing: 0.3rem;
		margin-bottom: 10px;
	}
	.guests_barrierfree_ttl h3 {
		font-size: 1.3rem;
	}
	.guests_barrierfree_dtl div {
		width: 70px;
		height: 70px;
	}
}




/* ==============================================

	guests_cmn

================================================= */
.guests_cmn {
	max-width: 1050px;
	margin: 0 auto;
}
.guests_cmn .guests_ttl {
	margin-bottom: 65px;
}
.guests_cmn > p {
	margin-bottom: 60px;
	text-align: center;
	line-height: 170%;
}
.guests_cmn_dtl {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 70px;
}
.guests_cmn_dtl > div {
	width: 380px;
	text-align: center;
}
#guests_rental .guests_cmn_dtl > div img,
#guests_dressing .guests_cmn_dtl > div img {
	width: 233px;
	margin-bottom: 40px; 
}
.guests_cmn_name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px 0 35px;
}
.guests_cmn_name h3 {
	font-size: 1.5rem;
}
.guests_cmn_floor {
	font-size: 1.4rem;
	border: 1px solid #5e5e5e;
	background: #fff;
	min-width: 50px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	padding: 15px 10px;
}
.guests_cmn_floor_l {
	width: 70px;
}
.guests_cmn_box {
	background: #f9f9f9;
	padding: 25px 0;
}
.guests_cmn_box dt {
	margin-bottom: 20px;
}
.guests_cmn_box dd {
	font-size: 2.0rem;
}
.guests_cmn_box a {
	font-size: 3.3rem;
	margin-left: 10px;
}
.guests_cmn_box_remarks {
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 15px;
}
.guests_cmn_box small {
	display: block;
	font-size: 1.2rem;
	margin-top: 15px;
	line-height: 180%;
}

@media screen and (max-width: 1194px) {
	.guests_cmn {
		max-width: inherit;
		padding: 0 6%;
	}
	.guests_cmn_dtl {
		column-gap: 50px;
	}
}
@media screen and (max-width: 1024px) {
	.guests_cmn {
		padding: 0 5%;
	}
	.guests_cmn_dtl {
		column-gap: 30px;
	}
	.guests_cmn_dtl figure {
		flex: 1;
	}
	.guests_cmn_dtl > div {
		width: 360px
	}
}
@media screen and (max-width: 896px) {
	.guests_cmn_dtl {
		flex-flow: column!important;
	}
	.guests_cmn_dtl figure {
		margin-bottom: 50px;
	}
	.guests_cmn > p {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.guests_cmn .guests_ttl {
		margin-bottom: 45px;
	}
	.guests_cmn > p {
		margin-bottom: 20px;
	}
	.guests_cmn_dtl figure {
		margin-bottom: 30px;
	}
	#guests_rental .guests_cmn_dtl > div img,
	#guests_dressing .guests_cmn_dtl > div img {
		width: 233px;
	}
	.guests_cmn_dtl > div {
		width: 100%;
	}
	.guests_cmn_name {
		margin: 0px 0 25px;
	}
	.guests_cmn_name h3 {
		font-size: 1.5rem;
	}
}


/* ==============================================

	guests_rental

================================================= */
#guests_rental {
	margin: 0 auto 0;
}
#guests_rental .guests_cmn_box {
	background: #fff;
}
@media screen and (max-width: 768px) {
	#guests_rental {
		margin: 0px auto 0;
	}
}
@media screen and (max-width: 480px) {
	#guests_rental {
	}
}

/* ==============================================

	guests_dressing

================================================= */
#guests_dressing {
	margin: 100px auto;
}
@media screen and (max-width: 768px) {
	#guests_dressing {
		margin: 60px auto 60px;
	}
}
@media screen and (max-width: 480px) {
	#guests_dressing {
	}
}

/* ==============================================

	guests_hotel

================================================= */
#guests_hotel .guests_cmn_box {
	background: #fff;
}
#guests_hotel .guests_cmn_box img {
	width: 233px;
	margin-bottom: 30px;
}

#guests_hotel .guests_cmn_dtl {
	flex-flow: row-reverse;
}
#guests_hotel .cmn_btn {
	max-width: 380px;
	margin: 25px auto 0;
	font-size: 1.4rem;
	background: #fff;
}
#guests_hotel .cmn_btn a {
	font-weight: 500;
}
@media screen and (max-width: 480px) {
	.guests_bg.guests_hotelArea {
		padding: 60px 0;
	}
	#guests_hotel .guests_cmn_box img {
	}
	
}
#guests_faq {
	padding: 100px 0;
}
#guests_faq .faq_area section > div {
    background: #ffffff;
}
@media screen and (max-width: 480px) {
	#guests_faq {
		padding: 60px 5%;
	}
}
/* ==============================================

	pdf_link

================================================= */
.guests_cmn_box .pdf_link {
	max-width: 300px;
	margin: 25px auto 0;
}
.guests_cmn_box .pdf_link a {
	background: #917e44;
    color: #fff;
	font-size: 1.4rem;
	width: 100%;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	margin: 0;
}
.guests_cmn_box .pdf_link a:hover {
	border: 1px solid #917e44;
	color: #917e44;
    background: #fff;
}
.guests_cmn_box .pdf_link a::after {
	content: "";
	background: url("../images/icon_pdf.svg") center no-repeat;
	width: 22px;
	height: 22px;
	background-size: contain;
	margin-left: 10px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(41%) saturate(0%) hue-rotate(117deg) brightness(108%) contrast(101%);
}
.guests_cmn_box .pdf_link a:hover::after {
	filter: brightness(0) saturate(100%) invert(51%) sepia(3%) saturate(3662%) hue-rotate(8deg) brightness(99%) contrast(93%);
}
