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

html {
	font-family: 'Noto Serif JP', serif;

}
li {
	list-style: none;
}

.font_t {
	font-family: 'Noto Serif JP', serif;
}
.font_b {
	font-weight: bold;
}
.visible-sp {
	display: none;
}
.visible-pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.sp-button {
		border-radius: 0;
	}
}
/********************************
header
********************************/
header {
	/*max-height: 100px;*/
	flex-wrap: nowrap;
	z-index: 999;
	background-color: #3a2c23
}
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: 180px;*/
		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;
	}
}
/********************************
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;
}

.ss_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ss_box li {
	width: calc(100% / 2 - 10px);
}
@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;
	}
	.ss_box {
		display: block;
		margin-bottom: 50px;
	}
	.ss_box li {
		width: 100%;
	}
	.ss_box li:nth-of-type(1) {
		margin-bottom: 20px;
	}
}

.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_text {
	text-align: center;
	padding-bottom: 30px;
	font-size: 30px;
}
.service_info {
	text-align: center;
	padding-bottom: 60px;
}
.service_info li {
	margin-bottom: 20px;
}
.service_info li:last-of-type {
	margin-bottom: 0;
}
.service_info li a {
	display: block;
}
.service_info li a span {
	font-size: 24px;
}
.service_info .text {
	text-align: right;
	font-size: 25px;
	color: #CC6B00;
}
.service_info .item img {
	aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: top;
}

#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: #fff;
}
.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: 10px;
	}
	.service_info_box .info_item {
		margin: 0 15px;
		padding: 15px 0;
	}
	.service_text {
		padding-bottom: 15px;
		font-size: 18px;
	}
	.service_info .text {
		font-size: 16px;
	}
	.service_info {
		padding-bottom: 30px;
	}
	.service_info li {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.service_info li a span {
		font-size: 20px;
	}
}

.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_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;
}
@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;
	}
}

/********************************
Price
********************************/
.m_b {
	margin-bottom: 30px;
}
.room_info {
	max-width: 1004px;
	margin: 0 auto;
	color: #fff;
}
.sab_title p {
	text-align: right;
	color: #fff;
	font-size: 16px;
}
.menu_btn ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
.menu_btn ul li {
	width: calc(100% / 2 - 5px);
	/*background-color: #626262;*/
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 10px;
	background-color: #FF8400;
}
.menu-list,
.menu_btn {
	max-width: 1004px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.menu-list {
	padding-bottom: 60px;
}
.menu-list ul>li {
	margin-top: 2px;
	list-style: none;
}
.menu-list ul li:last-of-type {
	margin-bottom: 0;
}
.menu-list .cp_tab li {
	width: calc(100% / 3 - 1px);
}
.menu-list h3 {
	background-color: #6B5141;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #fff;
}
.menu-list table {
	width: 100%;
	color: #CC6B00;
}
.menu-list table tr {
	background-color: #D9CFC5;
	border-bottom: 1px solid #3a2c23;
}
.menu-list table td {
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
}
.menu-list table td:last-of-type {
	text-align: right;
}
.menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #ffcb00;
	color: #000;
	font-size: 18px;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab li a{
	display: block;
	background:#AB9681;
	padding:10px 20px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.tab li.active a{
	background:#D9CFC5;
	color: #CC6B00;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.sab_title {
		max-width: 100%;
	}
	.menu-list h3 {
		padding: 8px;
		font-size: 14px;
	}
	.sab_title p {
		font-size: 10px;
	}
	.menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	.menu-list,
	.menu_btn {
		width: 100%;
	}
	.menu-list {
		padding-bottom: 30px;
	}
	.menu_btn ul {
		margin-bottom: 15px;
	}
	.menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.menu-list ul li {
		margin-top: 2px;
	}
	.menu-list table td {
		font-size: 10px;
	}
	.tab li a {
		font-size: 14px;
	}
	.price {
		width: 100%;
		margin-bottom: 15px;
	}
	.m_b {
		margin-bottom: 15px;
	}
}

/********************************
room
********************************/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.gallery_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	text-align: center;
	color: #000;
}
.gallery_box:last-of-type {
	margin-bottom: 0;
}
.choice-btn_1 li,
.choice-btn_2 li,
.choice-btn_3 li,
.choice-btn_4 li {
	padding: 0 10px;
}
.gallery_box p {
	padding: 5px 0;
	color: #fff;
}
.gallery{
	margin:0 0 5px 0;
}
.gallery li{
list-style:none;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}
.choice-btn li img{
	opacity: 0.4;
}

.choice-btn li.slick-current img{
	opacity: 1;
}
.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}

#room .gallery_box h3 {
	background-color: #6B5141;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #fff;
}
#content .top_hairstyle .garally ul li {
	display: block;
}
#room .sab_title {
	background-color: #D9CFC5;
	max-width: 1004px;
	padding: 10px;
	margin: 0 auto 15px;
	color: #000;
}
#room .sab_title p {
	font-size: 18px;
	text-align: center;
	color: #000;
}
#room .sab_title p:first-of-type {
	margin-bottom: 15px;
}
#room .sab_title span {
	color: #CC6B00;
}
.midashi_box .room img {
	width: 60px;
}
@media screen and (max-width: 767px) {
	#content .top_hairstyle .garally ul li {
		width: 50%;
		height: 100%;
	}

	#room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#room .sab_title p {
		font-size: 10px;
		text-align: center;
	}
	.lb-outerContainer {
		margin-top: 50px;
	}
	.gallery_box {
		margin-bottom: 15px;
	}
	.midashi_box .room img {
		width: 40px;
	}
	#room .gallery_box h3 {
		padding: 8px;
    	font-size: 14px;
	}
	.choice-btn_1 li, .choice-btn_2 li, .choice-btn_3 li, .choice-btn_4 li {
		padding: 0 5px;
	}
	#content .top_shop dl dd {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 50px;
	}
}
/********************************
event
********************************/

/********************************
service
********************************/
#service {
	padding-bottom: 30px;
}
#service .sab_title {
	background-color: #D9CFC5;
	max-width: 1004px;
	padding: 10px;
	margin: 0 auto 15px;
	color: #000;
}
#service .sab_title p {
	font-size: 18px;
	color: #000;
	text-align: center;
}
#service .sab_title p span {
	color: #CC6B00;
}

.service_cont {
	margin-bottom: 60px;
}
.service_cont:last-of-type {
	margin-bottom: 0;
}
.service_cont .cont_title {
	font-size: 30px;
	text-align: center;
	background-color: #6B5141;
	padding: 30px;
	margin-bottom: 30px;
}
.service_cont .info_main {
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.service_cont .info_main:last-of-type {
	border-bottom: 0;
}
.service_cont .info_main img {
	width: 100%;
}
.tm150 img {
	margin-top: -150px;
}
.tm5 img {
	margin-top: -5%;
}
.service_cont .info_main a {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}
.service_cont .info_main a .info_img {
	width: 40%;
	max-height: 230px;
	min-height: 70px;
	overflow: hidden;
}
.service_cont .info_main a li {
	margin-bottom: 30px;
	text-align: left;
}
.service_cont .info_main a li:first-of-type {
	color: #CC6B00;
}
.service_cont .info_main .main_item {
	color: #fff;
	font-weight: bold;
	background-color: #ab9765;
	padding: 2px 30px;
	margin: 0 15px 10px;
	max-width: 100px;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.service_cont .info_main .info_text {
	margin: 0 auto;
	font-size: 25px;
	width: 60%;
	padding-left: 20px;
}
.service_cont .info_main .main_item span {
	vertical-align: text-top;
}
.lb-data .lb-caption {
	font-size: 15px;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    /*position: absolute;*/
    bottom: -70px;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
    line-height: 1.1em;
}
.lb-data .lb-details .lb-caption span {
	color: #cc6b00;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#service {
		padding-bottom: 0px;
	}
	#service .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#service .sab_title p {
		font-size: 10px;
		text-align: center;
	}
	.service_cont {
		margin-bottom: 30px;
	}
	.service_cont .cont_title {
		font-size: 18px;
		padding: 20px;
		margin-bottom: 15px;
	}
	.service_cont .info_main {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.service_cont .info_main a {
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.tm150 img {
		margin-top: -50px;
	}
	.service_cont .info_main .info_text {
		padding-left: 10px;
		font-size: 13px;
		width: 60%;
	}
	.service_cont .info_main a .info_img {
		height: 90px;
	}
	.service_cont .info_main a li {
		margin-bottom: 5px;
	}
	.service_cont .info_main .main_item {
		padding: 2px 25px;
		margin: 0 10px 10px;
	}
}
/********************************
access
********************************/
.access_img {
	padding-bottom: 30px;
}

#access {
	padding-bottom: 60px;
}
#access .sab_title {
	background-color: #D9CFC5;
	max-width: 1004px;
	padding: 10px;
	margin: 0 auto 15px;
	color: #000;
}
#access .sab_title p {
	color: #000;
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
}
#access .sab_title p:last-of-type {
	padding-bottom: 0;
}
#access .sab_title span {
	color: #CC6B00;
}
#access .access_info {
	max-width: 1004px;
	margin: 0 auto;
	text-align: center;
}
#access .access_info h3 {
	font-size: 25px;
}
#access h3 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
#access h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ccc;
}
#access h3 span {
  position: relative;
  padding: 0 1em;
  background: #3a2c23;
}
#access .access_info .map {
	width: 100%;
	height: 60vw;
	max-height: 460px;
	margin: 0 auto 30px auto;
}
#access .access_info .map iframe {
	width: 100%;
	height: 100%;
}


.service_btn {
	padding-bottom: 40px;
}
.access_btn ul,
.service_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access_btn li,
.service_btn li {
	width: calc(100% / 2 - 10px);
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
	
}
.access_btn li a,
.service_btn li a {
	background-color: #FF8400;
	display: block;
	padding: 30px;
}

.access_guide {
	max-width: 1004px;
	text-align: center;
	margin-bottom: 60px;
}
.access_guide:last-of-type {
	margin-bottom: 0;
}
.access_guide .title {
	background-color: #6B5141;
	padding: 10px;
	font-size: 28px;
}
.access_guide .guide {
	background-color: #D9CFC5;
	color: #000;
	padding: 20px;
	font-size: 23px;
	line-height: 1.3;
}
.access_guide .guide table {
	margin: 0 auto;
	margin-bottom: 20px;
}
.access_guide .guide table th {
	text-align: right;
}
.access_guide .guide table td {
	padding-left: 20px;
	width: 35%;
	text-align: left;
}
.access_guide .guide p {
	color: #cc6b00;
	font-size: 18px;
}
.access_guide .map {
    width: 100%;
    height: 60vw;
    max-height: 460px;
}
.access_guide .map iframe {
    width: 100%;
	height: 100%;
}
.txt_copy {
    width: 400px;
    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;
}
#access .map_btn {
	padding-bottom: 40px;
}

.sns_btn {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.insta_btn2{
	color: #FFF;
	border-radius: 7px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	height: 55px;
	width: 190px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	text-decoration:none;
}

.insta_btn2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{
	font-size: 35px;
	position: relative;
	top: 4px;
}

.insta_btn2 span {
	display:inline-block;
	position: relative;
	transition: .5s
}

.insta_btn2:hover span{
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
@media screen and (max-width: 767px) {
	#access {
		padding-bottom: 30px;
	}
	#access .sab_title p {
		font-size: 10px;
		padding-bottom: 10px;
	}
	.service_btn{
		padding-bottom: 10px;
	}
	.access_btn li,
	.service_btn li {
		font-size: 13px;
	}
	.access_btn li a,
	.service_btn li a{
		padding: 15px 0;
	}
	
	.access_guide {
		margin-bottom: 30px;
	}
	.access_guide .title {
		font-size: 18px;
	}
	.access_guide .guide {
		padding: 10px;
		font-size: 13px;
	}
	.access_guide .guide table {
		margin-bottom: 10px;
	}
	.access_guide .guide p {
		font-size: 10px;
	}
	.map_btn ul li {
		/*width: calc(100% / 2 - 7.5px);
		margin-bottom: 15px;*/
	}
	.map_btn ul li a {
		font-size: 11px;
		padding: 10px;
	}
	#access .map_btn {
		padding-bottom: 10px;
	}
	.insta_btn2 {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.access_img {
		padding-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: 10px;
	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;
}
.coupon_btn {
    width: 300px;
    height: 50px;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #ff8400;
}
.coupon_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	color: #fff;
    width: 100%;
    height: 100%;
    font-size: 18px;
}
@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: 10px;
	}
	#coupon .sab_title p .title {
		padding-bottom: 5px;
		font-size: 14px;
	}
	.coupon_info {
		padding-top: 10px;
		font-size: 11px;
	}
	.coupon_btn {
		width: 200px;
		height: 40px;
		margin-bottom: 20px;
	}
	.coupon_btn a {
		font-size: 14px;
	}
}
/********************************
footer
********************************/
#content .top_shop dl dt {
	border: none;
	background-color: #F8F5F2;
}
#content .top_shop dl dt span {
	font-size: 25px;
	line-height: 1.3;
}
footer .footer_bottom ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}
footer .footer_bottom ul li {
	background-color: #6B5141;
	width: 100%;
}
footer .footer_bottom ul li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	font-size: 22px;
	/*border-right: 1px solid #fff;*/
}
footer .footer_bottom ul li:nth-of-type(2) a {
	border: none;
}
footer .footer_bottom ul li a span img {
	height: 50px;
	width: 100%;
}
footer .pagetop {
	right: 10px;
}
.pagetop:hover {
	opacity: 0.5;
	transition: all 1s;
}
footer .footer_bottom .coupon {
	background-color: #FF8400;
}
footer .footer_bottom .coupon a {
	color: #fff;
}
#content .top_shop {
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	footer .footer_bottom ul li a span {
		line-height: 1.3;
	}
	footer .footer_bottom ul li a span img {
		height: 100%;
		width: 30px;
	}
	footer .footer_bottom ul li a {
		font-size: 14px;
		padding: 10px 0;
		margin: 5px 0;
	}
	#content .top_shop dl dd table {
		font-size: 10px;
	}
	#content .top_shop {
		padding-bottom: 30px;
	}
}

/********************************
sns
********************************/

.sns_box {
	margin: 5% 10%;
}
.sns_list {
	display: flex;
    justify-content: space-around;
    gap: 5%;
    width: 10%;
    margin: 0 auto;
}

.sns_list img {
    width: 100%;
}

/********************************
top_slider
********************************/

@media screen and (max-width: 767px) {
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
max-width: 100%;
max-height: 100%;
object-fit: contain;
object-position: top;
}
}

.position-top {
	object-position: top;
}

/********************************
links
********************************/

#info_1,#info_2,#info_3,
#info_4,#info_5,#info_6,
#info_7,#info_8,#info_9 {
    margin-top: -80px;
    padding-top: 80px;
}

/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #00c2cb;
}

