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

/********************************
header
********************************/

header {
	max-height: 100%;
	flex-wrap: nowrap;
	z-index: 999;
	background-color: #3a2c23;
	box-sizing:border-box;
}
header .logo {
	margin-left: 30px;
	font-size: 30px;
}
header .header_menu ul {
	letter-spacing: -0.2em;
}
header .header_menu ul li {
	/*height: 100px;*/
	width: 110px;
	display: table-cell;
}
header .header_menu ul li a {
	color: #fff;
	padding: 15px 0;
	line-height: 25px;
	display: block;
	height: 100%;
}
header .header_menu ul li a img {
	width: 40%;
}
header .header_menu ul p {
	/*border-right: 1px solid #fff;*/
	font-size: 15px;
}
/*header .header_menu ul li:nth-last-of-type(1) p {
	border: none;
}
header .header_menu ul li a p span {
	font-size: 14px;
}*/
.btn_box {
	width: 80px;
}
.btn_box .openbtn {
	position: relative;
	cursor: pointer;
	width: 35px;
	height: 30px;
	left: 20px;
}

.btn_box .openbtn span {
	display: inline-block;
	/*transition: all .1s;*/
	position: absolute;
	height: 2px;
	background: #fff;
	width: 100%;
}
.btn_box .openbtn span:nth-of-type(1) {
	top: 10px;	
}

.btn_box .openbtn span:nth-of-type(2) {
	top: 20px;
}

.btn_box .openbtn span:nth-of-type(3) {
	top: 30px;
}
.btn_box .openbtn.active span:nth-of-type(1) {
	top: 15px;
	left: 20px;
	transform: translateY(6px) rotate(-45deg);
	width: 95%;
}
 .btn_box .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_box .openbtn.active span:nth-of-type(3) {
	top: 27px;
	left: 20px;
	transform: translateY(-6px) rotate(45deg);
	width: 95%;
}
@media screen and (max-width: 767px) {
	.btn_box .openbtn {
		left: 13px;
		margin-top: 3px;
	}
	.btn_box .openbtn span {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(1) {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(3) {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	header {
		display: block;
	}
	header .logo {
		margin: 0 auto;
		width: 100%;
		padding-top: 5px;
		font-size: 18px;
		text-align: center;
	}
	header .header_menu ul li {
		/*height: 60px;*/
		width: calc(100% / 5);
	}
	header .header_menu ul li a {
		line-height: 15px;
		font-size: 16px;
		padding: 8px 0;
	}
	header .header_menu ul li a img {
		width: 35%;
		padding-bottom: 5px;
	}
	header .header_menu ul {
		letter-spacing: 0;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	header .header_menu ul li a p  {
		font-size: 12px;
	}
	#g-nav-list {
		padding-top: 50px;
	}
}

header .header_menu ul p {
	border-right: none;
}

/********************************
access
********************************/
.access_img {
	padding-bottom: 30px;
}
.txt_copy {
	display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
.access_text {
	color: #CC6B00;
}
.payment_logo {
	display: flex;
	max-width: 400px;
}
.payment_logo li {
	padding: 5px;
}
.payment_logo img {
	border-radius: 5px;
}
.map_btn {
	max-width: 1004px;
	margin: 0 auto;
}
.map_btn ul {
	display: flex;
	justify-content: space-between;
}
.map_btn ul li {
	width: calc(100% / 2 - 10px);
	text-align: center;
	background-color: #D9CFC5;
	margin-bottom: 20px;
}
.map_btn ul li a {
	display: block;
	padding: 20px;
	color: #CC6B00;
	font-size: 20px;
} 
@media screen and (max-width: 767px) {
	.access_img {
		padding-bottom: 15px;
	}
	.map_btn ul li {
		width: calc(100% / 2 - 7.5px);
		margin-bottom: 15px;
	}
	.map_btn ul li a {
		font-size: 11px;
		padding: 10px;
	}
}

/********************************
main
********************************/
.warp {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_data {
	text-align: center;
	font-size: 26px;
	margin: 40px 0 60px;
	padding: 15px 0;
	border-bottom: 7px double #fff;
	border-top: 7px double #fff;
}
#content .hotel_data h1 {
	font-size: 36px;
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 50px;
}
.sp-buttons {
	padding-top: 5px;
}
#content .top_slide .sp-button {
	width: 25px;
	height: 2px;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #FF8400;
}
.warp .inner .text_area {
	background-color: #ecd08b;
	color: #000;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.warp .inner .text_area p:first-of-type {
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 16px;
		margin: 20px 0 30px;
		border-bottom: 5px double #fff;
		border-top: 5px double #fff;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	.warp .inner .text_area {
		font-size: 13px;
	}
	#content .top_concept {
		padding-bottom: 30px;
	}
}

.info_container {
	width: 100%;
	padding-bottom: 60px;
}
.info_container .info_box {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}
.info_container .info_box:last-of-type {
	margin-bottom: 0;
}
.info_container .info_box.row_r {
	flex-direction: row-reverse;
}
.info_container .info_box .info_slider {
	width: 45%;
}

.info_container .info_box .info_text_area .p_l {
	padding-left: 15px;
}
.info_container .info_box .info_text_area .p_r {
	padding-right: 15px;
}
.info_container .info_box .info_text_area {
	width: 100%;
}
.info_container .info_box .info_text_area dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.info_container .info_box .info_text_area dd {
	font-size: 18px;
	padding-bottom: 10px;
}
.info_container .info_box .info_text_area dd:last-of-type {
	padding-bottom: 0;
}
#content .hotel_concept {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#content .hotel_concept .text_area {
	background-color: #626262;
	/*max-width: 1024px;*/
	margin: 0 auto;
	padding: 25px 8px;
}
#content .hotel_concept .text_area h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
#content .hotel_concept .text_area p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
#content .hotel_concept .text_area p img {
	height: 100%;
	margin-right: 10px;
}
#content .hotel_concept .icon_area {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_concept .icon_area .icon_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#content .hotel_concept .icon_area .icon_inner .icon_box {
	width: 40%;
	padding: 15px 30px;
	margin: 15px;
	background-color: #F8F5F2;
}
.icon_area .icon_inner .icon_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box img {
	width: 60%;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box p {
	font-size: 18px;	
}

.midashi_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	line-height: 1;
}
.midashi_box .midashi1 {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 36px;
}
.midashi_box .midashi1 span {
	color: #fff;
}
.midashi_box .midashi1 img {
	width: 100px;
	margin-right: 10px;
}

.font_item {
	font-size: 18px;
}

.menu {
	padding-bottom: 60px;
}
.menu_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_b li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 20px;
}
.menu_b li:first-of-type {
	width: 100%;
}

.slider-pro img.slide_fit {
max-width: 100%;
max-height: 100%;
 object-fit: contain;
}
@media screen and (max-width: 767px) {
.slider-pro img.slide_fit  {
max-width: 100%;
max-height: 100%;
 object-fit: cover;
}
}

.announcement {
max-width: 1004px;
margin: 50px auto;
display:flex;
justify-content: center;
align-items: center;
gap: 2%;
}

.announcement .item{
    width: 10%;
/*    background-color: #000;*/
}

.copyright {
    font-size: clamp(10px, 2vw, 16px);
    /* letter-spacing: 7px;*/
    text-align: center;
}

/********************************
main
********************************/
.warp {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_data {
	text-align: center;
	font-size: 26px;
	margin: 40px 0 60px;
	padding: 15px 0;
	border-bottom: 7px double #fff;
	border-top: 7px double #fff;
}
#content .hotel_data h1 {
	font-size: 36px;
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 50px;
}
.sp-buttons {
	padding-top: 5px;
}
#content .top_slide .sp-button {
	width: 25px;
	height: 2px;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #FF8400;
}
.warp .inner .text_area {
	background-color: #ecd08b;
	color: #000;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.warp .inner .text_area p:first-of-type {
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 16px;
		margin: 20px 0 30px;
		border-bottom: 5px double #fff;
		border-top: 5px double #fff;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	.warp .inner .text_area {
		font-size: 13px;
	}
	#content .top_concept {
		padding-bottom: 30px;
	}
}

.info_container {
	width: 100%;
	padding-bottom: 60px;
}
.info_container .info_box {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}
.info_container .info_box:last-of-type {
	margin-bottom: 0;
}
.info_container .info_box.row_r {
	flex-direction: row-reverse;
}
.info_container .info_box .info_slider {
	width: 45%;
}

.info_container .info_box .info_text_area .p_l {
	padding-left: 15px;
}
.info_container .info_box .info_text_area .p_r {
	padding-right: 15px;
}
.info_container .info_box .info_text_area {
	width: 100%;
}
.info_container .info_box .info_text_area dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.info_container .info_box .info_text_area dd {
	font-size: 18px;
	padding-bottom: 10px;
}
.info_container .info_box .info_text_area dd:last-of-type {
	padding-bottom: 0;
}
#content .hotel_concept {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#content .hotel_concept .text_area {
	background-color: #626262;
	/*max-width: 1024px;*/
	margin: 0 auto;
	padding: 25px 8px;
}
#content .hotel_concept .text_area h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
#content .hotel_concept .text_area p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
#content .hotel_concept .text_area p img {
	height: 100%;
	margin-right: 10px;
}
#content .hotel_concept .icon_area {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_concept .icon_area .icon_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#content .hotel_concept .icon_area .icon_inner .icon_box {
	width: 40%;
	padding: 15px 30px;
	margin: 15px;
	background-color: #F8F5F2;
}
.icon_area .icon_inner .icon_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box img {
	width: 60%;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box p {
	font-size: 18px;	
}

.midashi_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	line-height: 1;
}
.midashi_box .midashi1 {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 36px;
}
.midashi_box .midashi1 span {
	color: #fff;
}
.midashi_box .midashi1 img {
	width: 100px;
	margin-right: 10px;
}

.font_item {
	font-size: 18px;
}

.menu {
	padding-bottom: 60px;
}
.menu_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_b li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 20px;
}
.menu_b li:first-of-type {
	width: 100%;
}
/*.menu_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
.menu_icon li {
	width: calc(100% / 2 - 15px);
	background-color: #937B63;
	margin-bottom: 30px;
	line-height: 1;
}
.menu_icon .first {
	width: 100%;
}
.menu_icon li a {
	display: block;
	text-align: center;
	color: #3a2c23;
}
.menu_icon li h3 {
	position: relative;
	overflow: hidden;
	text-align: left;
	color: #fff;
	font-size: 25px;
	padding: 1.5rem 2rem 1.5rem 130px;
}
.menu_icon li h3::before {
	position: absolute;
	top: -35%;
	left: -10%;
	width: 150px;
	height: 150px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #6B5141;
}
.menu_icon li h3 span {
	width: 70px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: block;
	padding-top: 0;
	padding-left: 10px;
	color: #fff;
}
.menu_icon li img {
	width: 100%;
}*/

/*#open01, #open02 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
}
@media (max-width: 639px) {
	#open01, #open02 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}
.modal_window {
	top: 46%;
	left: 50%;
	margin: -230px 0 0 -150px;
	width: 300px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 999;
}
@media (min-width: 640px) {
	.modal_window {
		width: 500px;
		margin: -300px 0 0 -250px;
	}
}
.modal_window h2 {
	margin: 10px 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-indent: 15px;
	background: #000;
	padding: 5px 0;
}
.modal_window .mw_c {
	text-align: center;
	padding: 0 10px 0;
	font-size: 14px;
	margin-bottom: 10px;
}
.modal_window .mw_p {
	padding: 0 5px ;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}
.cp-id {
	font-size: 36px;
	background-color: #efefef;
	width: 80%;
	margin: 0 auto;
	border: 1px dashed #000;
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}*/
/*.gallery_inner {
	width: 100%;
	display: -webkit-box;
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: flex-start;
}
.gallery_inner li {
	width: 32%;
	padding-right: 11px;
}
.gallery_item {
	position: relative;
}
.gallery_inner p {
	font-size: 16px;
	color: #424242;
	margin: 5px 0 20px;
	text-align: left;
}
.gallery_inner span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
@media (max-width: 991px) {
	.gallery_inner li {
		width: 48%;
	}
}
@media (max-width: 639px) {
	.gallery_inner li {
		width: 100%;
		padding: 0;
	}
	.gallery_item {
		margin: 8px 0;
	}
	.test_btn {
		flex-wrap: wrap;
	}
	.test_btn a {
		margin-bottom: 20px;
	}
}
.img_trimming_1 {
	overflow: hidden;
	width: 100%;
	height: 250px;
	position: relative;
	z-index: -1;
}
.img_trimming_1 img {
	position: absolute;
	top: 222px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
@media (max-width: 639px) {
	.img_trimming_1 {
		height: 300px;
		z-index: -1;
	}
	.img_trimming_1 img {
		top: 258px;
	}
}
.allservice-list .p-text {
	padding: 5px 0;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat',sans-serif;
	display: inline-block;
}
.allservice-list .p-text_2 {
	padding: 5px 0;
	font-size: 11px;
	display: inline-block;
}
.allservice-list {
	width: 100%;
	display: -webkit-box;
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-around;
}
.allservice-list li {
	width: calc(100% / 2 - 20px);
}
.gallery_item {
	position: relative;
}
.allservice-list p {
	font-size: 16px;
	color: #424242;
	margin: 5px 0 20px;
	text-align: left;
}
.allservice-list span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
@media (max-width: 991px) {
	.allservice-list li {
		width: 48%;
	}
}
@media (max-width: 639px) {
	.allservice-list li {
		width: 100%;
		padding: 0;
	}
	.gallery_item {
		margin: 8px 0;
	}
}*/

#service {
	padding-bottom: 60px;
}
.service_box {
	/*margin: 20px auto 40px;
	max-width: 1004px;*/
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.swiper-container {
	position: relative;
}
.swiper-pagination {
	position: unset;
}
.swiper-button-next, .swiper-button-prev {
	color: #FF8401;
}
.swiper-pagination-bullet {
	width: 25px;
	height: 2px;
	margin: 0 5px;
	background-color: #c2c2c2;
	opacity: 1;
	border-radius: 0;
}
.swiper-pagination-bullet-active {
	background: #ff8400;
}

.modaal-image .modaal-container {
	max-width: 50%;
}
.modaal-gallery-label {
	margin-top: 5px;
	z-index: 9999;
}

.service_info_box {
	background-color: #D9CFC5;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.service_info_box .info_item {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ab9681;
}
.service_info_box .info_item h4 {
	color: #CC6B00;
	font-weight: bold;
}
@media only screen and (max-height: 820px){
	.modaal-gallery-label {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#content .hotel_concept .text_area {
		padding: 10px 0;
	}
	#content .hotel_concept .text_area h2 {
		font-size: 17px;
	}
	#content .hotel_concept .text_area p {
		font-size: 18px;
	}
	#content .hotel_concept .text_area p img {
		height: 70%;
	}
	.midashi_box {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.midashi_box .midashi1 {
		font-size: 22px;
	}
	.midashi_box .midashi1 img {
		width: 60px;
	}
	.font_item {
		font-size: 13px;
	}
	#content .hotel_concept .icon_area .icon_inner {
		justify-content: space-between;
		width: 95%;
		margin: 15px auto 30px;
	}
	#content .hotel_concept .icon_area .icon_inner .icon_box {
		width: 48%;
		padding: 15px 5px;
		margin: 0 0 15px;
	}
	.icon_area .icon_inner .icon_box h4 {
		font-size: 13px;
	}
	.icon_area .icon_inner .icon_box img {
		width: 40%;
	}
	.icon_area .icon_inner .icon_box p {
		font-size: 11px;
	}
	.info_container {
		padding: 0 0 30px;
	}
	.info_container .info_box .info_text_area {
		padding-top: 3px;
	}
	.info_container .info_box .info_text_area dt {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.info_container .info_box .info_text_area dd {
		font-size: 10px;
		padding-bottom: 10px;
	}
	.info_container .info_box .info_text_area .p_l {
		padding-left: 10px;
	}
	.info_container .info_box .info_text_area .p_r {
		padding-right: 10px;
	}
	.menu {
		padding-bottom: 30px;
	}
	.menu_b li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}
	/*.menu_icon {
		padding-bottom: 15px;
	}
	.menu_icon li {
		width: calc(100% / 2 - 10px);
		margin-bottom: 15px;
	}
	.menu_icon li h3 {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.menu_icon li img {
		width: 60%;
		padding-bottom: 5px;
	}*/
	#service {
		padding-bottom: 30px;
	}
	.modaal-image .modaal-container {
		max-width: 100%;
	}
	.service_info_box {
		font-size: 16px;
	}
	.service_info_box .info_item {
		margin: 0 15px;
		padding: 15px 0;
	}
}

.notic_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	line-height: 1;
	text-align: center;
	display: block;
}
.notice_title {
	padding-bottom: 20px;
	font-size: 30px;
}
.notice_info {
	text-align: left;
	padding-bottom: 30px;
	font-size: 18px;
	display: inline-block;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.notice_title {
		padding-bottom: 15px;
		font-size: 18px;
	}
	.notice_info {
		padding-bottom: 15px;
		font-size: 10px;
	}
	.notice_box {
		padding: 10px 0;
		margin-bottom: 15px;
	}
}

/********************************
coupon
********************************/
#coupon .sab_title {
	width: 100%;
	background-color: #D9CFC5;
	padding: 10px;
	margin-bottom: 50px;
	color: #000;
}
#coupon .sab_title p {
	font-size: 18px;
	text-align: center;
	color: #000;
}
#coupon .sab_title span {
	color: #CC6B00;
}
#coupon .sab_title p .title {
	display: inline-block;
	padding-bottom: 16px;
	font-size: 25px;
	font-weight: bold;
}
#coupon .sab_title p .c_lrd {
	color: #c00000;
	font-weight: bold;
}
#content .top_coupon .coupon_area {
	max-width: 1024px;
}
#content .top_coupon .coupon_area .coupon_set {
	margin: 0 auto;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item:last-of-type {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content img {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	background-color: #FF8400;
	color: #fff;
	padding: 7px 10px;
	font-size: 22px;
	font-weight: 100;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
	padding-bottom: 60px;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #ecd08b;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #ecd08b;
}
.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

.btn-flat span {
  position: relative;
}

.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%);
  transform: translateX(-98%);
  background: #AFABAB;
}
.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.coupon_info {
	padding-top: 20px;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	#content .top_coupon .coupon_area .coupon1 {
		padding-bottom: 30px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item {
		margin-bottom: 15px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 14px;
	}
	#coupon .sab_title {
		padding: 10px;
		margin-bottom: 30px;
	}
	#coupon .sab_title p {
		font-size: 16px;
	}
	#coupon .sab_title p .title {
		padding-bottom: 5px;
		font-size: 14px;
	}
	.coupon_info {
		padding-top: 10px;
		font-size: 11px;
	}
}
.return_coupon {
	margin: 0 auto 30px;
}
.return_coupon a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #CC6B00;
	font-size: clamp(16px, 2.9vw, 20px);
}

.return_btn {
	width: 300px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	background-color: #D9CFC5;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.return_coupon {
		margin-bottom: 20px;
	}
	.return_btn {
		width: 200px;
		height: 40px;
		margin-bottom: 20px;
	}
}

/********************************
room
********************************/
#room .sab_title {
	width: 100%;
	background-color: #D9CFC5;
	padding: 10px;
	margin-bottom: 15px;
	color: #000;
}
#room .sab_title p {
	font-size: 18px;
	text-align: center;
	color: #000;
}
#room .sab_title span {
	color: #CC6B00;
}
#room .sab_title p .title {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
}
#content .top_room .room_area {
	max-width: 1024px;
}

#room .gallery_box h3 {
    background-color: #d19300;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    color: #000;
}
@media screen and (max-width: 767px) {
#room .sab_title p {
    font-size: 16px;
}
}
.top_room {
	padding-bottom: 60px;
}

.room-16 {
	object-fit: cover;
    object-position: 0 30%;
}

/********************************
Price
********************************/

#pr_price .sab_title {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
}
#pr_price .sab_title p {
	text-align: left;
}

.tab span {
	font-size: 11px;
}

/********************************
top
********************************/

.info_item p {
	margin-bottom: 15px;
}

.service_box .swiper-slide {
	 /*** align-self: center; ***/
}

/**画像のトリミング**/
.service_slide_trimming {
	width: 100%;
	max-height: 596px;
	object-fit: cover;  /*縦横維持*/
	object-position: top;  /*画像の表示位置*/
}
@media screen and (max-width: 767px) {
	.service_slide_trimming {
	width: 100%;
	max-height: 210px;
	}
}

.swiper-slide p {
	margin: 10px 0 ;
	text-align: center;
}

/********************************
movie
********************************/
.movie_box .inner {
	text-align: center;
}
.movie_box .text {
	font-size: 25px;
	margin-bottom: 10px;
}
.movie_box .movie {
	max-width: 1004px;
	height: 500px;
	margin: 0 auto 30px;
}
.movie_box .item {
	max-width: 1004px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.movie_box .movie {
		height: 250px;
		margin-bottom: 50px;
	}
	.movie_box .text {
		font-size: 15px;
	}
}

/********************************
notic
********************************/
.notic_box {
	max-width: 800px;
	margin: 0 auto 30px;
	line-height: 1;
	text-align: center;
	display: block;
}
.notice_title {
	padding-bottom: 20px;
	font-size: 30px;
	margin: 0 auto 10px;
	border-bottom: 1px dashed #fff;
}
.notice_title_sub {
	text-align: left;
	margin-bottom: 20px;
	font-size: 24px;
	color: #CC6B00;
}

.notice_info {
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	display: inline-block;
	line-height: 1.3;
	border-bottom: 1px dashed #fff;
}

.notice_info > span {
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	.notic_box {
		max-width: 330px;
	}
	.notice_title {
		padding-bottom: 15px;
		font-size: 18px;
	}
	.notice_info {
		padding-bottom: 10px;
		font-size: 10px;
	}
	.notice_box {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.notice_title_sub {
	font-size: 14px;
	}
}

/********************************
close_information
********************************/

.close_information {
	font-size: 26px;
	text-align: center;
	margin: 100px auto;
}

@media screen and (max-width: 767px) {
.close_information {
	font-size: 16px;
	margin: 50px auto;
}
}

/********************************
payment
********************************/

.payment_container {
	max-width: 1004px;
	margin: 0 auto 60px;
	padding: 10px;
	font-size: 10px;
	}

.payment_content {
	margin-bottom: 30px;
}

.usable-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3%;
	background-color: #fff;
    margin-top: 1%;
    padding: 1%;
}
.usable-icon li {
	width: 11%;
}
.payment-qr li {
	width: 15%;
}

.payment_container .notice {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 600;
	
}

@media screen and (min-width: 767px) {
	.payment_container {
		font-size: 16px;
	}
}

/********************************
slide
********************************/
.slick-slide img {
	aspect-ratio: 3 / 2;
}