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

html {
	font-family: 'Sawarabi Mincho', serif;
}
body {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}

.font_s {
	font-family: 'Sawarabi Gothic', sans-serif;
}
.font_b {
	font-weight: bold;
}
.visible-sp {
	display: none;
}
.visible-pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
}
/********************************
header
********************************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #00000094;
	font-size: 20px;
}
header a {
	color: #fff;
	display: block;
}
header .header_box {
	max-width: 1024px;
	margin: 0 auto;
}
header .header_box .top_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header_box .top_box .logo {
	width: 50%;
	text-align: center;
}
header .top_btn ul {
	display: flex;
}
header .top_btn ul li {
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
header .top_btn ul li img {
	width: 50px;
	padding-left: 10px;
}
header .bottom_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 60px;
}
header .bottom_btn li {
	width: 150px;
	text-align: center;
}
header .bottom_btn li a {
	border-left: 1px solid #afafaf;
}
header .bottom_btn li:first-of-type a {
	border: none;
}
header .bottom_btn .tel {
	position: relative;
}
header .bottom_btn .tel img {
	position: absolute;
	top: -3px;
	left: 40px;
	width: 35px;
}
header .bottom_btn .tel li {
	width: 300px;
}
header .bottom_btn .tel li a {
	border-left: 1px solid #afafaf;
}

/*ハンバーガーメニュー*/
.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 .5s;
	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: 12px;
		margin-top: 7px;
	}
	.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;
	}
}
#g-nav.panelactive {
	position: fixed;
	z-index: 998;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: 100vh;
}
#g-nav a {
	color: #000;
	font-size: 18px;
}
#g-nav-list {
	visibility: hidden;
	position: fixed;
	z-index: 110;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	overflow: auto;
	background-color: #fffffffa;
}
#g-nav.panelactive #g-nav-list {
	padding-top: 70px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#g-nav #g-nav-list .sp_navbox {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sp_navbox .sp-info li {
	border: 1px solid #000;
	padding: 5px 0;
}
.sp_navbox .sp-info li:first-of-type {
	margin-bottom: 10px;
}
.sp_navbox .sp-info li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sp_navbox .sp-info li img,
.sp_navbox .sp-rink li img {
	width: 35px;
	margin-right: 5px;
}
.sp_navbox .sp-rink a {
	border-bottom: 1px solid #000;
	height: 50px;
	display: flex;
	justify-content: center;
}
.sp_navbox .sp-rink a li {
	display: flex;
	align-items: center;
	width: 130px;
}
.sp_navbox .sp-rink li.w_auto:first-of-type {
	width: auto;
}
.sp_navbox .sp-rink li:last-of-type {
	border-bottom: none;
}
.sp_navbox .sp-rink .cross_btn {
	width: 30px;
	height: 30px;
	margin: 10px auto 0;
}
.w_130 {
	width: 130px;
}

@media screen and (max-width: 767px) {
	header .header_box .top_box img {
		padding: 10px;
	}
	header .top_btn ul li {
		width: 60px;
	}
}
/********************************
main
********************************/

/******************************** slider ********************************/

.swiper-text {
	position: absolute;
	z-index: 100;
	/*bottom: 40%;*/
    bottom: 33%;
	left: 50%;
	padding: 0 15px;
	width: 100%;
	line-height: 1.3;
	transform: translate(-50%, -50%);
	text-shadow: 1px 0 5px #000;
}
.swiper-text p {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.swiper-text p span {
	font-size: 18px;
}
.swiper-pagination {
  margin-top: 10px;
  left: 50%;
  padding: 0 5px;
}

.trimming-s1{
    object-position:  right;
}



#concept {
	background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,0) 70%, #fff 100%), url("../img/common/bgi01.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding: 40px 0 90px;
}
#concept .container img {
	width: 100%;
}
#concept .container .inner {
	padding: 0 5px 30px;
}
#concept .container .inner .title {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}
#concept .container .inner .text {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.swiper-text p {
		font-size: 20px;
	}
	.swiper-text p span {
		font-size: 14px;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 10px
	}
	#concept {
		padding: 40px 0 0;
	}
	#concept .container .inner {
		padding-bottom: 30px;
	}
	#concept .container .inner .title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	#concept .container .inner .text {
		font-size: 14px;
	}
}
#info {
	margin-bottom: 90px;
}
#info .container .info_item {
	width: 50%;
	padding: 5px;
	border: 1px solid #c50003;
	margin: 0 auto 30px;
	text-align: center;
}
#info .container .info_item p {
	color: #c50003;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
#info .container .info_item img {
	width: 30px;
	padding-left: 10px;
}
#info .container .info_main {
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
#info .container .info_main img {
	width: 100%;
}
#info .container .info_main a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#info .container .info_main a .info_img {
	width: 30%;
	max-height: 200px;
	min-height: 70px;
	overflow: hidden;
}
#info .container .info_main:nth-of-type(3) a .info_img img {
	margin-top: -1%;
}
#info .container .info_main a li {
	margin-bottom: 10px;
	text-align: center;
}
#info .container .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;
}
#info .container .info_main .info_text {
	margin: 0 auto;
}
#info .container .info_main .main_item span {
	vertical-align: text-top;
}
#info .container .info_more {
	padding: 10px;
	margin: 30px auto 0;
	width: 200px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #000;
	box-shadow: rgb(182 182 182) 3.95px 3.95px;
}
@media screen and (max-width: 767px) {
	#info {
		margin-bottom: 50px;
	}
	#info .container .info_item {
		width: 90%;
		margin-bottom: 20px;
	}
	#info .container .info_item p {
		font-size: 16px;
	}
	#info .container .info_item img {
		width: 25px;
	}
	#info .container .info_main {
		font-size: 14px;
	}
	#info .container .info_main a {
		justify-content: space-between;
	}
	#info .container .info_main .info_text {
		margin: 0;
	}
	#info .container .info_main a .info_img {
		height: 70px;
	}
	#info .container .info_main a li {
		margin-bottom: 5px;
	}
	#info .container .info_main .main_item {
		padding: 2px 25px;
		margin: 0 10px 10px;
	}
	#info .container .info_more {
		font-size: 16px;
		margin-top: 15px;
	}
}
#icons {
	padding: 60px 0 0;
	margin-bottom: 90px;
}
#icons .icon_box .icon_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#icons .icon_box .icon_inner .icon_item {
	width: calc(100% / 3 - 20px);
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #000;
	position: relative;
	box-shadow: rgb(182 182 182) 3.95px 3.95px;
}
#icons .icon_box .icon_inner .icon_item a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#icons .icon_box .icon_inner .icon_item a .icon_text {
	display: flex;
	align-items: center;
	justify-content: center;
}
#icons .icon_box .icon_inner .icon_item a .icon_text p {
	font-size: 28px;
}
#icons .icon_box .icon_inner .icon_item a img {
	width: 25%;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	#icons {
		padding: 30px 0 0;
		margin-bottom: 50px;
	}
	#icons .icon_box .icon_inner .icon_item {
		width: calc(100% / 2 - 7px);
		padding: 6px;
		margin-bottom: 15px;
	}
	#icons .icon_box .icon_inner .icon_item a {
		font-size: 12px;
	}
	#icons .icon_box .icon_inner .icon_item a .icon_text p {
		font-size: 18px;
	}
	#icons .icon_box .icon_inner .icon_item a img {
		width: 20%;
		margin-right: 15px;
	}
	#icons .icon_box .icon_inner .m_b {
		margin-bottom: 12px;
	}
	#icons .icon_box .icon_inner .icon_item .icon_triangle {
		border-left: 30px solid #c38b00;
		border-bottom: 30px solid transparent;
	}
}
#topics {
	background-color: #f4ebd4;
	padding: 60px 0;
	margin-bottom: 30px;
}
#topics .tpc_inner {
	height: 200px;
	margin-bottom: 30px;
}
#topics .tpc_inner:last-of-type {
	margin-bottom: 0;
}
#topics .tpc_inner a {
	display: flex;
}
#topics .tpc_inner .tpc_text {
	height: 200px;
	width: 70%;
	text-align: center
}
#topics .tpc_inner .tpc_text li:nth-of-type(1) {
	height: 30%;
	color: #fff;
	background-color: #ab9765;
	font-size: 20px;
}
#topics .tpc_inner .tpc_text li:nth-of-type(2) {
	height: 70%;
	background-color: #fff;
	font-size: 18px;
}
#topics .tpc_inner .tpc_text p {
	height: 100%;
	align-items: center;
	display: inline-flex;
}
#topics .tpc_inner a .tpc_img {
	width: 30%;
	height: 200px;
	overflow: hidden;
}
#topics .tpc_inner a .tpc_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.tpc_position1 {object-position: 0 28%;}

#sns {
	padding: 60px 0;
	margin-bottom: 30px;
}
#sns .twitter_box iframe {
	width: 100%;
	max-height: 500px;
	height: 100%;
}
@media screen and (max-width: 767px) {
	#topics {
		padding: 30px 0;
		margin-bottom: 20px;
	}
	#topics .tpc_inner {
		height: 100px;
		margin-bottom: 15px;
	}
	#topics .tpc_inner .tpc_text {
		height: 100px;
	}
	#topics .tpc_inner a .tpc_img {
		height: 100px;
	}
	#topics .tpc_inner .tpc_text li:nth-of-type(1) {
		font-size: 18px;
	}
	#topics .tpc_inner .tpc_text li:nth-of-type(2) {
		font-size: 16px;
		padding: 0 10px;
	}
	#sns {
		padding: 30px 0;
		margin-bottom: 20px;
	}
	.tpc_position1 {object-position: 0 65%;}
}
/********************************
coupon
********************************/
#coupon .container .inner {
	padding: 0 5px;
}
#coupon .container .inner .title {
	font-size: 24px;
	text-align: center;
	padding-bottom: 15px;
}
#coupon .container .inner .text {
	font-size: 18px;
}

#content {
	margin-bottom: 60px;
}
#content .cp_container {
	max-width: 1024px;
	margin: 0 auto;
}
#content .coupon_info {
	max-width: 1024px;
	margin: 0 auto;
}
#content .coupon_info .info_img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;
}
#content .coupon_info .info_img li {
	width: calc(100% / 3 - 20px);
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
#content .coupon_info .info_img li p {
	margin-bottom: 20px;
}
#content .coupon_info .info_img li span {
	font-size: 40px;
}
#content .coupon_info .info_img li img {
	width: 100%;
}
#content .cp_container .coupon_box img {
	width: 100%;
}
#content .cp_container .coupon_box li {
	margin-bottom: 90px;
	background-color: #ebe5d4;
	padding: 20px;
}
#content .cp_container .coupon_box li:last-of-type {
	margin-bottom: 0;
}
#content .cp_container .coupon_box li .coupon_btn {
	width: 300px;
	background-color: #fff;
	display: block;
	margin: 20px auto;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	border: 1px solid #000;
	box-shadow: rgb(182 182 182) 3.95px 3.95px;
}

#open01,#open02,#open03,#open04,#open05,#open06 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
}
@media (max-width: 639px) {
	#open01,#open02,#open03,#open04,#open05,#open06 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}
.modal_window {
    width: 95%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 9999;
}
.modal_window h2 {
	width: 100%;
	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: 10px;
	font-size: 18px;
}
.modal_window .mw_p {
	font-size: 15px;
	padding: 10px 10px 15px;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}
.coupon_item .close {
	padding: 5px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
	display: block;
}

@-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;
	z-index: 8888;
}

@media screen and (max-width: 767px) {
	#coupon {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
	#content .coupon_info {
		padding: 0 10px;
	}
	#content .coupon_info .info_img li {
		width: 70%;
		font-size: 18px;
		margin: 0 auto 15px;
	}
	#coupon .cp_container .inner .title {
		font-size: 20px;
	}
	#coupon .cp_container .inner .text {
		font-size: 14px;
	}
	#content .cp_container .coupon_box li .coupon_btn {
		width: 250px;
		margin: 10px auto;
		padding: 10px 0;
		font-size: 18px;
	}
	#content {
		margin-bottom: 30px;
	}
	#content .cp_container .coupon_box li {
		margin-bottom: 30px;
		padding: 10px;
	}
}

/********************************
room
********************************/
#room .container .inner {
	padding: 0 5px;
}
#room .container .inner .title {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}
#room .container .inner .text {
	font-size: 18px;
}

#content .container .room_btn_box {
	
}
#content .container .room_btn_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#content .container .room_btn_box ul li {
	width: calc(100% / 2 - 20px);
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #000;
	box-shadow: rgb(182 182 182) 3.95px 3.95px;
}
#content .container .room_btn_box ul li a {
	display: block;
	padding: 20px 0;
}
#infobox {
	margin-bottom: 90px;
}
#infobox .container {
	background-color: #ebe5d4;
	padding: 20px;
}
#infobox .info_box {
	background-color: #fff;
	margin-bottom: 20px;
}
#infobox .info_box:last-of-type {
	margin-bottom: 0;
}
#infobox .info_box .heading {
	padding: 20px 0 0;
}
#infobox .info_box .inner {
	display: flex;
	padding-bottom: 20px;
}
#infobox .info_box .inner ul {
	width: calc(100% / 2);
	line-height: 1.5;
}
#infobox .info_box .inner ul li {
	padding-left: 20%;
	font-size: 18px;
}
#infobox .info_box p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#room {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
	#room .container .inner .title {
		font-size: 20px;
		padding-bottom: 0;
	}
	#room .container .inner .text {
		font-size: 14px;
	}
	#content .container .room_btn_box ul li {
		width: calc(100% / 2 - 10px);
		margin-bottom: 15px;
		font-size: 18px;
	}
	#content .container .room_btn_box ul li a {
		padding: 10px 0;
	}
	#infobox .container {
		padding: 10px;
	}
	#infobox .info_box .heading {
		font-size: 18px;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	#infobox .info_box .inner ul li {
		padding-left: 15px;
		font-size: 16px;
	}
	#infobox .info_box p {
		font-size: 16px;
	}
}

.room_slider .room_info {
	text-align: center;
	font-size: 21px;
	margin-bottom: 40px;
}
.slider {
    width: 100%;
    margin: 0 auto;
}

.slider img {
    width: 50vw;
    height: auto;
	max-width: 1024px;
    aspect-ratio: 4 / 3;
}

.slider li {
	position: relative;
}
.slider li .slider_text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	background-color: #00000096;
	width: 180px;
	text-align: center;
}
.slider li .slider_text p {
	padding: 20px 0;
	font-size: 18px;
}

.slider .slider_info .info_t,
.slider .slider_info .info_s {
	text-align: center;
}
.slider .slider_info .info_t {
	font-size: 20px;
	width: 200px;
	background-color: #ab9765;
	margin: 0 auto 15px;
	padding: 10px 0;
	color: #fff;
}
.slider .slider_info .info_s {
	font-size: 18px;
	padding-bottom: 20px;
}
.slick-arrow {
	z-index: 20;
	width: 50px;
	height: 20px;
}
.slick-arrow::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.slick-prev, .slick-next {
	bottom: 0;
}
.slick-next {
	right: 30%;
}
.slick-prev {
	left: 30%;
}
.slick-next:before {
	background-image: url("../img/common/arrow_l.webp");
	background-repeat: no-repeat;
}
.slick-prev:before {
	background-image: url("../img/common/arrow_r.webp");
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	.room_slider .room_info {
		margin-bottom: 15px;
	}
	.slider img {
		width: 100vw;
	}
	.slider li .slider_text {
		width: 130px;
	}
	.slider li .slider_text p {
		padding: 15px;
		font-size: 16px;
	}
	.slider .slider_info {
		margin-top: 40px;
	}
	.slider .slider_info .info_t {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.slider .slider_info .info_s {
		font-size: 16px;
	}
	.slick-prev, .slick-next {
		bottom: 0;
	}
	.slick-next {
		right: 10px;
	}
	.slick-prev {
		left: 10px;
	}
	.slick-dots li {
		height: 0;
	}
}

.price .menu-list,
.price .menu_btn {
	max-width: 1024px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.price .menu-list {
	padding-bottom: 90px;
}
.price .menu-list ul>li {
	list-style: none;
}
.price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
.price .menu-list .cp_tab {
	background-color: #ebe5d4;
	padding: 20px;
}
.price .menu-list .cp_tab li {
	width: calc(100% / 2);
}
.price .menu-list h3 {
	background-color: #ebe5d4;
	text-align: center;
	padding: 20px 0 10px;
	font-size: 24px;
	color: #000;
}
.price .menu-list table {
	width: 90%;
	margin: 0 auto;
	color: #000;
	border-collapse:  collapse;
}
.price .menu-list table tr {
	border-bottom: 1px dotted #3a2c23;
}
.price .menu-list table tr:last-of-type,
.price .menu-list table tr:first-of-type {
	border: none;
}
.price .menu-list table th {
	font-size: 20px;
	text-align: center;
	font-weight: 100;
	padding: 5px;
	position: relative;
    
}

.price .menu-list table th::before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 18px);
	width: 35px;
	height: 5px;
	content: '';
	background-color: #c38b00;
}
.price .menu-list table td {
	padding: 5px;
	font-size: 18px;
	vertical-align: middle;
/*	width: 50%;*/
	text-align: center;
}
.price .menu-list table td:last-of-type {
	text-align: center;
}
.price .sab_title {
	font-size: 18px;
	text-align: right;
	padding: 10px;
}

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

.tab li.active a{
	background:#fff;
	color: #000;
}

.area {
	display: none;
	opacity: 0;
	padding-top: 10px;
	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) {
	.price .menu-list {
		padding-bottom: 40px;
	}
	.price .menu-list h3 {
		padding: 15px;
		font-size: 20px;
	}
	.tab li a {
		font-size: 14px;
        padding: 10px 0;
	}
	.price .menu-list table th {
		font-size: 18px;
/*        display: block;
    width: 100%;*/
	}
	.price .menu-list table td {
		font-size: 12px;
/*        display: block;
    width: 100%;*/
	}
	.price .sab_title {
		font-size: 16px;
	}
	.price .menu-list .cp_tab {
		padding: 10px;
	}
}

.notice_box {
    margin-bottom: 30px;
}

/********************************
news
********************************/
#news .container .inner {
	padding: 0 5px;
}
#news .container .inner .title {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}
#news .container .inner .text {
	font-size: 18px;
}
#btnClick img {
	display: block;
	margin: 0 auto;
	width: 15px;
}
@media screen and (max-width: 767px) {
	#news {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
	#news .container .inner .title {
		font-size: 20px;
		padding-bottom: 0;
	}
	#news .container .inner .text {
		font-size: 14px;
	}
	#btnClick img {
		width: 10px;
	}
}
/********************************
servise
********************************/
#servise .container .inner {
	padding: 0 5px;
}
#servise .container .inner .title {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}
#servise .container .inner .text {
	font-size: 18px;
}
#food, #drink, #service, #plan, #other {
	margin-bottom: 60px;
}
.servise_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.servise_title h2 {
	font-size: 40px;
}
.servise_title p {
	font-size: 24px;
}
.garally ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.garally ul li {
	width: calc(100% / 2 - 15px);
	margin-bottom: 30px;
}
.garally ul li img {
	width: 100%;
}
.garally span {
	font-size: 18px;
	display: table;
	margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
	#servise {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
	#servise .container .inner .title {
		font-size: 20px;
		padding-bottom: 0;
	}
	#servise .container .inner .text {
		font-size: 14px;
	}
	#food, #drink, #service, #plan, #other {
		margin-bottom: 40px;
	}
	.servise_title {
		margin-bottom: 15px;
	}
	.servise_title h2 {
		font-size: 30px;
	}
	.servise_title p {
		font-size: 14px;
	}
	.garally {
		margin-bottom: 5px;
	}
	.garally ul li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 15px;
	}
	.garally span {
		font-size: 14px;
	}
}
/********************************
price
********************************/
#price_top .container .inner {
	padding: 0 5px;
}
#price_top .container .inner .title {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}
#price_top .container .inner .text {
	font-size: 18px;
}

#price .menu-list,
#price .menu_btn {
	max-width: 1024px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
#price .menu-list {
	padding-bottom: 60px;
}

#price .menu-list ul>li {
	list-style: none;
}
#price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
#price .menu-list .cp_tab {
	background-color: #ebe5d4;
	padding: 20px;
}
#price .menu-list .cp_tab li {
	width: calc(100% / 2);
}
#price .menu-list table {
	width: 90%;
	margin: 0 auto;
	color: #000;
	border-collapse:  collapse;
}
#price .menu-list table tr {
	border-bottom: 1px dotted #3a2c23;
}
#price .menu-list table tr:first-of-type {
	border: none;
}
#price .menu-list table .last {
	border: none;
}
#price .menu-list table th {
	font-size: 18px;
	text-align: center;
	font-weight: 100;
	padding: 10px;
}
#price .menu-list table td {
	padding: 10px;
	vertical-align: middle;
	width: 15%;
	text-align: center;
}
#price .menu-list table td:last-of-type {
	text-align: center;
}
#price .sab_title {
	font-size: 18px;
	text-align: right;
	padding: 10px;
}
#price .info_text {
	font-size: 20px;
	text-align: center;
	padding: 10px;
}
#price #arank .info_text,
#price #brank .info_text {
	background-color: #ebe5d4;
	padding-top: 20px;
	padding-bottom: 0;
}

/*tab*/
#price .tab li a{
	background:#ebe5d4;
}

#price .tab li.active a{
	background:#fff;
	color: #000;
}
.tbl-r05 td {
	font-size: 16px;
}
.tbl-r05 .thead th {
	position: relative;
}
.tbl-r05 .thead th::before {
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
	width: 35px;
	height: 5px;
	content: '';
	background-color: #c38b00;
}
#price_info {
    margin-top: 100px;
	margin-bottom: 50px;
}
#price_info .info {
	max-width: 500px;
	margin: 0 auto;
}
#price_info .info th,
#price_info .info td {
	width: 50%;
	font-size: 20px;
	font-weight: 100;
	padding-bottom: 10px;
}
#price_info .info td img {
	width: 100%;
}
#price_info .info tr .item {
	vertical-align: middle;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	#price_top {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
	#price_top .container .inner .title {
		font-size: 20px;
		padding-bottom: 0;
	}
	#price_top .container .inner .text {
		font-size: 14px;
	}
	#price .info_text {
		text-align: center;
		font-size: 18px;
	}
	#price .sab_title {
		font-size: 16px;
	}
	#price .menu-list .cp_tab {
		padding: 10px;
	}
	.tbl-r05 {
		width: 80%;
	}
	.tbl-r05 tr {
		width: 100%;
	}
	.tbl-r05 td {
		text-align: right;
		width: 100%;
		font-size: 16px;
	}

	#price .menu-list table td {
		width: 50%;
	}
	#price .menu-list table .ta_r {
		text-align: right;
	}
	.tbl-r05 .bo_s {
		position: relative;
		font-size: 18px;
	}
	.tbl-r05 .bo_s::before {
		position: absolute;
		bottom: 0;
		left: calc(50% - 75px);
		width: 35px;
		height: 5px;
		content: '';
		background-color: #c38b00;
	}
	.tbl-r05 .bo_d {
		border-bottom: 1px dotted #3a2c23;
	}
	.tbl-r05 .m_b {
		margin-bottom: 10px;
	}
	.tbl-r05 td:before {
		content: attr(data-label);
		float: left;
		margin-left: 60px;
	}
	.tbl-r05 td:before .t_1 {
		margin-right: 40px;
	}
	#price .menu-list {
		padding-bottom: 30px;
	}
	#price #arank .info_text,
	#price #brank .info_text {
		padding-top: 10px;
	}
	#price_info {
		margin-bottom: 30px;
	}
	#price_info .info th,
	#price_info .info td {
		font-size: 18px;
	}
}
/********************************
access
********************************/
#access_top .container .inner {
	padding: 0 5px;
}
#access_top .container .inner .title {
	font-size: 24px;
	padding-bottom: 15px;
	text-align: center;
}
#access_top .container .inner .text {
	font-size: 18px;
}
#infobox .access_info {
	text-align: center;
	padding: 20px;
}
#infobox .access_info dt {
	font-size: 20px;
	margin-bottom: 20px;
}
#infobox .access_info dd {
	font-size: 18px;
}
#access_map {
	margin-bottom: 60px;
}
#access_map .access_item a {
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#access_map .access_item img {
	width: 50px;
	height: 16px;
	padding-left: 10px;
}
.g_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.23%;
	position: relative;
}
.g_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#access_top {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
	#access_top .container .inner .title {
		font-size: 20px;
		padding-bottom: 0;
	}
	#access_top .container .inner .text {
		font-size: 14px;
	}
	#access_top .action_btn_box ul li a {
		padding: 18px 0;
	}
	#access_top .action_btn_box ul li {
		font-size: 15px;
	}
	#infobox {
		margin-bottom: 50px;
	}
	#infobox .access_info dt {
		font-size: 18px;
	}
	#infobox .access_info dd {
		font-size: 16px;
	}
	#access_map .access_item a {
		font-size: 16px;
	}
	#access_map {
		margin-bottom: 50px;
	}
	.g_map {
		padding-bottom: 70%;
	}
}

/********************************
member
********************************/
.member-benefit {
    max-width: 1024px;
    margin: 0 auto 30px;
    border: solid #ebe5d4 20px;
}
.benefit-box {
    margin: 20px;
    margin-bottom: 30px;
}
.benefit-box img {
    width: 100%;
}
.benefit-text {
    text-align: center;
    margin-bottom: 5px;
}
.left {
    text-align: left;
    display: inline-block;
}

.member-table {
    width: 70%;
    margin: 0 auto;
}
.member-table tr {}
.member-table th,.member-table td {
    border: 1px solid #dcdcdc;
    padding: 3px;
}
.member-table th {
    width: 70%;
    font-weight: normal;
}
.member-table td {
    text-align: center;
}

.benefit-content {
    margin-bottom: 30px;
}

.m-bottom20 {
    margin-bottom: 20px;
}

.table-flex {
    display: flex;
}

@media screen and (max-width: 767px) {
    .member-table {
    width: 100%;
    }
    .table-flex {
    display:block;
    }
}


/********************************
footer
********************************/
#footer {
	background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,0) 70%, #fff 100%), url("../img/common/bgi01.webp");
	background-position: center;
	background-size: cover;
    padding-top: 30px;
}
#footer .data_box {
	padding: 40px 5px 20px;
	text-align: left;
}
#footer .data_box img {
	width: 100%;
}
#footer .data_box .data_title {
/*	font-size: 24px;*/
    font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
#footer .data_box .contents {
	font-size: 18px;
}
#footer .data_box .contents a {
	color: #000;
}
#footer .data_box .contents th {
	font-weight: 100;
	width: 100px;
	padding: 10px;
	padding-left: 0;
	text-align: right;
}
#footer .data_box .contents td {
	padding: 10px;
	vertical-align: middle;
}
#footer .footer_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	z-index: 9999;
}
#footer .footer_btn ul {
	display: flex;
	height: 50px;
	align-items: center;
	text-align: center;
}
#footer .footer_btn ul li {
	width: calc(100% / 2);
	height: 100%;
}
#footer .footer_btn ul li a {
	color: #fff;
	display: block;
	line-height: 50px;
}
#footer .footer_btn ul li a img {
	padding-left: 10px;
	width: 50px;
}
#footer .footer_infobtn {
	font-size: 14px;
}
.txt_copy {
/*  width: 260px;*/
  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;
}

footer .pagetop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 0;
  background-color: #0000004a;
  z-index: 99; 
}

.sub-title {
    font-size: 14px;
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.child1 {}
.child2 {place-content: center;}

.footer-text {
    font-size: 28px;
}
.footer-tel {
    font-size: 36px;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 0 30px;
	}
	#footer .data_box {
		padding-bottom: 10px;
	}
	#footer .data_box .data_title {
		font-size: 20px;
		padding-bottom: 5px;
	}
	#footer .data_box .contents {
		font-size: 16px;
	}
	#footer .data_box .contents th {
		/*width: 120px;*/
		padding: 5px;
		padding-right: 10px;
	}
	#footer .data_box .contents td {
		padding: 5px;
	}
	#footer .footer_infobtn {
		font-size: 12px;
	}
    .footer_grid {
        display: block;
    }
    .footer-text {
        font-size: 20px;
    }
    .footer-tel {
        font-size: 28px;
    }
}

[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.5em;
}

.usable-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.0rem;
}
.usable-icon li {
	width: 5%;
}

@media screen and (max-width: 767px) {
    .usable-icon {
	gap: 0.5rem;
    }
    .usable-icon li {
	width: 12%;
    }
    
}

/*****************************
共通
*****************************/
.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
}
.heading {
	line-height: 1;
	max-width: 400px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
}
.heading::before {
	position: absolute;
	bottom: -5px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	background-color: #c38b00;
}
.heading img {
	width: 100%;
}
.heading h2 {
	position: relative;
	font-size: 38px;
	padding: 10px 0;
}
h2:before,
h2:after {
	position: absolute;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
h2:before {
	content: '';
	left: 0;
	top: 5px;
	background-image: url("../img/common/heading_01.webp");
}
h2:after {
	content: '';
	right: 0;
	top: 0;
	background-image: url("../img/common/heading_02.webp");
}
.heading h3 {
	font-size: 25px;
	padding-bottom: 10px;
}
.heading-4 {
	font-size: 25px;
	padding-bottom: 10px;
    color: #c38b00;
    text-align: center;
}
.c_y {
	background-color: #c38b00;
}
.c_g {
	background-color: #ab9765;
}
#coupon, #room, #news, #servise, #price_top, #access_top {
	background-color: #f2f2f2;
	padding: 140px 0 60px;
	margin-bottom: 60px;
	color: #000;
	background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,0) 70%, #fff 100%), url("../img/common/bgi01.webp");
}
@media screen and (max-width: 767px) {
	.heading {
		margin-bottom: 20px;
	}
	.heading h2 {
		font-size: 28px;
	}
	.heading h3 {
		font-size: 23px;
	}
	.heading p {
		font-size: 14px;
	}
	#coupon, #room, #news, #servise, #price_top, #access_top {
		padding: 86px 0 40px;
		margin-bottom: 30px;
	}
}