@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Thasadith&display=swap");
/*********************************
 Reset
 *********************************/
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-17
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	scroll-behavior: smooth;
}
body {
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	padding-top: 75px;
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	body {
		padding-top: 112px;
		padding-bottom: 40px;
	}
}
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}
* {
	/*font-weight: lighter;*/
	box-sizing: border-box;
	word-break: break-all;
}
*:before, *:after {
	box-sizing: border-box;
}
body {
	font-size: 3vw;
	line-height: 1.5;
	color: #231815;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #231815;
	text-decoration: none;
}
.inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 10px;
}

.font_t {
	font-family: 'Tangerine', cursive;
}
.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;
	}
}
/********************************
header
********************************/
.head_text {
	color: #fff;
	text-align: left;
	background-color: #1F4E79;
	padding: 2px 0 2px 20px;
	font-size: 14px;
}
.head_logo {
	max-width: 160px;
	padding-left: 20px;
}
.head_menu {
	display: flex;
}
.head_menu .menu {
	display: flex;
}
.head_menu .btn {
	display: flex;
	height: 80px;
}
.head_menu .btn li {
	width: 50px;
	margin: 0 10px;
}
.head_menu .btn li a {
	display: block;
}
.head_menu .btn img {
	width: 100%;
	z-index: 999;
}

.luxbar-default {
	width:100%;
	position:relative;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.luxbar-static {
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
	position:absolute;
}
.luxbar-fixed {
	width:100%;
	box-shadow: 0px 2px 9px -3px #777777;
	/*max-width: 1480px;*/
	background-color: #1F4E79;
	position:fixed;
	top:0;
	left: 50%;
    transform: translate(-50%, 0);
	z-index:1000;
	/*box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);*/
}
.luxbar-fixed-bottom {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.luxbar-hamburger span,.luxbar-hamburger span::before,.luxbar-hamburger span::after {
	display:block;
	height:2px;
	width:26px;
	transition:0.6s ease;
}
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
	background-color:transparent;
}
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before,.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
	margin-top:0;
}
.luxbar-header {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	height:70px;
}
.luxbar-menu-left .luxbar-navigation,.luxbar-menu-left .luxbar-header {
	justify-content:flex-start;
}
.luxbar-menu-right .luxbar-hamburger {
	margin-left:auto;
}
.luxbar-brand {
	font-size:1.6em;
	padding:18px 24px 18px 24px;
}
.luxbar-menu {
	min-height: 50px;
	transition:0.6s ease;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: 1000px;*/
	margin: 0 auto;
}
.luxbar-navigation {
	display:flex;
	/*flex-direction:column;*/
	justify-content: center;
	list-style:none;
	padding-left:0;
	margin:0;
}
.luxbar-menu a,.luxbar-item a {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
.luxbar-item {
	/*height:100px;*/
	max-width: 140px;
	/*width: 100%;*/
	text-align: center;
	line-height: 1.2;
}
.luxbar-item a {
	padding:18px 15px;
	height: 100%;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.luxbar-item span {
	font-size: 12px;
}
.luxbar-hamburger {
	padding:18px 24px;
	position:relative;
	cursor:pointer;
}
.luxbar-hamburger span::before,.luxbar-hamburger span::after {
	content:'';
	position:absolute;
}
.luxbar-hamburger span::before {
	margin-top:-8px;
}
.luxbar-hamburger span::after {
	margin-top:8px;
}
.luxbar-checkbox {
	display:none;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	/*overflow:hidden;*/
	height:50px;
}
.luxbar-checkbox:checked ~ .luxbar-menu {
	transition:height 0.6s ease;
	height:100vh;
	overflow:auto;
}
.dropdown {
	position:relative;
	height:auto;
	min-height:58px;
}
.dropdown:hover>ul {
	position:relative;
	display:block;
	min-width:100%;
}
.dropdown>a::after {
	position:absolute;
	content:'';
	right:10px;
	top:25px;
	border-width:5px 5px 0;
	border-color:transparent;
	border-style:solid;
}
.dropdown>ul {
	display:block;
	overflow-x:hidden;
	list-style:none;
	padding:0;
}
.dropdown>ul .luxbar-item {
	min-width:100%;
	height:29px;
	padding:5px 10px 5px 40px;
}
.dropdown>ul .luxbar-item a {
	min-height:29px;
	line-height:29px;
	padding:0;
}

@media screen and (min-width: 961px){
	.luxbar-navigation {
		flex-flow:row;
		justify-content: center;
	}
	.luxbar-hamburger {
		display:none;
	}
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		overflow:visible;
	}
	.luxbar-checkbox:checked ~ .luxbar-menu {
		height:58px;
	}
	.luxbar-menu .luxbar-item {
		border-top:0;
	}
	.luxbar-menu-right .luxbar-header {
		/*margin-right:auto;*/
	}
	.dropdown {
		height:58px;
	}
	.dropdown:hover>ul {
		position:absolute;
		left:0;
		top:58px;
		padding:0;
	}
	.dropdown>ul {
		display:none;
	}
	.dropdown>ul .luxbar-item {
		padding:5px 10px;
	}
	.dropdown>ul .luxbar-item a {
		white-space:nowrap;
	}
}
@media screen and (max-width: 768px) {
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		height: unset;
	}
	.head_text {
		font-size: 13px;
		text-align: center;
		padding: 2px 0;
	}
	.head_logo {
		background-color: #1F4E79;
		max-width: 100%;
		width: 100%;
		height: 60px;
		padding: 0;
	}
	.head_logo li {
		padding: 10px;
		height: 100%;
		text-align: left;
	}
	.head_logo img {
		width: auto;
		height: 100%;
	}
	.head_menu {
		display: contents;
	}
	.head_menu .btn {
		position: absolute;
		top: 30px;
		right: 0;
		height: 50px;
	}
	.head_menu .btn li {
		width: 45px;
	}
	
	.luxbar-menu {
		flex-wrap: wrap;
	}
	.luxbar-navigation {
		width: 100%;
		background-color: #00000040;
		justify-content: space-evenly;
	}
	.luxbar-item {
		max-width: 100%;
		height: 30px;
		color: #fff;
	}
	.luxbar-item a {
		font-size: 13px;
		padding: 0 5px;
	}
	.luxbar-fixed {
		background-color: unset;
	}
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::before {
	transform:rotate(225deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::after {
	transform:rotate(-225deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::before {
	transform:rotate(45deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::after {
	transform:rotate(-45deg);
}
.luxbar-menu-dark,.luxbar-menu-dark .dropdown ul {
	/*background-color: #D80D4B;*/
	color:#fff;
}
/*.luxbar-menu-dark .active,.luxbar-menu-dark .luxbar-item:hover {
	background-color:#424242;
}*/
.luxbar-menu-dark .luxbar-hamburger span,.luxbar-menu-dark .luxbar-hamburger span::before,.luxbar-menu-dark .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-light,.luxbar-menu-light .dropdown ul {
	background-color:#e0e0e0;
	color:#212121;
}
.luxbar-menu-light .active,.luxbar-menu-light .luxbar-item:hover {
	background-color:#bdbdbd;
}
.luxbar-menu-light .luxbar-hamburger span,.luxbar-menu-light .luxbar-hamburger span::before,.luxbar-menu-light .luxbar-hamburger span::after {
	background-color:#212121;
}
.luxbar-menu-material-red,.luxbar-menu-material-red .dropdown ul {
	background-color:#b71c1c;
	color:#fff;
}
.luxbar-menu-material-red .active,.luxbar-menu-material-red .luxbar-item:hover {
	background-color:#c62828;
}
.luxbar-menu-material-red .luxbar-hamburger span,.luxbar-menu-material-red .luxbar-hamburger span::before,.luxbar-menu-material-red .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-indigo,.luxbar-menu-material-indigo .dropdown ul {
	background-color:#1a237e;
	color:#fff;
}
.luxbar-menu-material-indigo .active,.luxbar-menu-material-indigo .luxbar-item:hover {
	background-color:#283593;
}
.luxbar-menu-material-indigo .luxbar-hamburger span,.luxbar-menu-material-indigo .luxbar-hamburger span::before,.luxbar-menu-material-indigo .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-green,.luxbar-menu-material-green .dropdown ul {
	background-color:#1b5e20;
	color:#fff;
}
.luxbar-menu-material-green .active,.luxbar-menu-material-green .luxbar-item:hover {
	background-color:#2e7d32;
}
.luxbar-menu-material-green .luxbar-hamburger span,.luxbar-menu-material-green .luxbar-hamburger span::before,.luxbar-menu-material-green .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-amber,.luxbar-menu-material-amber .dropdown ul {
	background-color:#ff6f00;
	color:#fff;
}
.luxbar-menu-material-amber .active,.luxbar-menu-material-amber .luxbar-item:hover {
	background-color:#ff8f00;
}
.luxbar-menu-material-amber .luxbar-hamburger span,.luxbar-menu-material-amber .luxbar-hamburger span::before,.luxbar-menu-material-amber .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-brown,.luxbar-menu-material-brown .dropdown ul {
	background-color:#3e2723;
	color:#fff;
}
.luxbar-menu-material-brown .active,.luxbar-menu-material-brown .luxbar-item:hover {
	background-color:#4e342e;
}
.luxbar-menu-material-brown .luxbar-hamburger span,.luxbar-menu-material-brown .luxbar-hamburger span::before,.luxbar-menu-material-brown .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-bluegrey,.luxbar-menu-material-bluegrey .dropdown ul {
	background-color:#263238;
	color:#fff;
}
.luxbar-menu-material-bluegrey .active,.luxbar-menu-material-bluegrey .luxbar-item:hover {
	background-color:#37474f;
}
.luxbar-menu-material-bluegrey .luxbar-hamburger span,.luxbar-menu-material-bluegrey .luxbar-hamburger span::before,.luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-cyan,.luxbar-menu-material-cyan .dropdown ul {
	background-color:#006064;
	color:#fff;
}
.luxbar-menu-material-cyan .active,.luxbar-menu-material-cyan .luxbar-item:hover {
	background-color:#00838f;
}
.luxbar-menu-material-cyan .luxbar-hamburger span,.luxbar-menu-material-cyan .luxbar-hamburger span::before,.luxbar-menu-material-cyan .luxbar-hamburger span::after {
	background-color:#fff;
}
/********************************
main
********************************/
#room, #price, #access, #coupon, #arank, #brank, #crank {
	margin-top: -100px;
	padding-top: 100px;
}
.slider_box {
	/*max-width: 1480px;
	margin: 111px auto 0;*/
	position: relative;
}
.slider img {
	/*width: 100%;*/
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	
}
/*@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent;
  scrollbar-width: 0px;
}
*/
*::-webkit-scrollbar {
  width: 0;
}
 
*::-webkit-scrollbar-track {
  background: transparent;
}
 
*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}
 
* {
  -ms-overflow-style: none;
}
ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
	border-radius: 10px;
  counter-increment: item;
}
/*.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}*/
.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}
.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  text-align: center;
  width: 100%;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}
.carousel__navigation-list {
	display: flex;
	justify-content: center;
}
.carousel__navigation-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}
.carousel::before,
.carousel__prev {
  left: 10px;
}
.carousel::after,
.carousel__next {
  right: 10px;
}
.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}
.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 16px;
}
.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 16px;
}
#carousel__slide1 {
	/*background-image: url("../img/slide01.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide2 {
	/*background-image: url("../img/slide02.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide3 {
	/*background-image: url("../img/slide03.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide4 {
	/*background-image: url("../img/slide04.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide5 {
	/*background-image: url("../img/slide05.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}

#content .hotel_data {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}
#content .hotel_data h1 {
	font-size: 28px;
}
#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: 10px;
	height: 10px;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #2c2c2c;
}
@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 17px;
		margin-top: 15px;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	#room, #price, #access, #coupon, #arank, #brank, #crank {
		margin-top: -50px;
		padding-top: 50px;
	}
}

#content .hotel_concept {
	background-color: #FFFDF3;
	width: 100%;
	max-width: 1024px;
	margin: 20px auto 0;
	border-top: 10px solid #ffc000;
	text-align: center;
}
#content .hotel_concept .text_area {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 8px;
}
#content .hotel_concept .text_area h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 20px;
}
#content .hotel_concept .text_area p {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 5px;
}

.midashi1 {
	line-height: 70px;
	position: relative;
	max-width: 1024px;
	height: 70px;
	margin: 2em auto 1em;
	margin-bottom: 20px;
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	background: #ffc000;
}

.midashi {
	max-width: 1024px;
	margin: 0 auto;
}
.midashi h2 {
	font-size: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	display: flex;
	align-items: baseline;
}
.midashi h2 span {
	font-size: 30px;
	font-weight: normal;
}
.midashi h2 span::before {
	content: "/";
	color: #FFC000;
	font-size: 40px;
	margin: 0 25px;
}
.midashi_sab {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
/*#content .top_concept {
	padding-top: 40px;
}*/
#content .top_concept .img {
	width: 100%;
	height: 100%;
	max-height: 869px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#content .top_concept .img img {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}

.top_info {
	max-width: 1024px;
	margin: 60px auto 0;
	padding: 0 10px;
	text-align: center;
}
.top_info h2 {
	font-size: 40px;
	color: #D6387E;
	padding-bottom: 20px;
}
.top_info p {
	font-size: 26px;
}

.menu_box {
	background-color: #FFFDF3;
	max-width: 1024px;
	margin: 100px auto 0;
}
.menu_box .btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_box .btn li {
	width: calc(100% / 3 - 10px);
	padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
	/*#content .top_concept {
		padding-top: 80px;
	}*/
}

@media screen and (max-width: 767px) {
	#content .hotel_concept .text_area h2 {
		font-size: 17px;
		padding-bottom: 15px;
	}
	#content .hotel_concept .text_area p {
		font-size: 12px;
	}
	#content .midashi1 {
		margin-bottom: 10px;
	}
	.midashi1 {
		width: 80%;
	}
	.midashi_sab {
		margin-bottom: 15px;
	}
	.midashi h2 {
		font-size: 30px;
	}
	.midashi h2 span {
		font-size: 18px;
	}
	.midashi h2 span::before {
		font-size: 30px;
		margin: 0 10px;
	}
	.top_info {
		margin-top: 30px;
	}
	.top_info h2 {
		font-size: 23px;
		padding-bottom: 10px;
	}
	.top_info p {
		font-size: 16px;
	}
	.menu_box {
		margin-top: 50px;
	}
}
/********************************
About
********************************/
.slider_2 .slick-slide {
	height: 100%;
} 
.about_box {
	margin-top: 100px;
}
.about_box .slider_2 img {
	padding: 0 80px 30px;
}
.slider_2 h3 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
}
.slider_2 p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.slider_2 .slick-prev,.slider_2 .slick-next {
	top: 40%;
	padding: 0!important;
}
@media screen and (max-width: 767px) {
	.about_box {
		margin-top: 50px;
	}
	.about_box .slider_2 img {
		padding: 0 40px 20px;
	}
	.slider_2 h3 {
		font-size: 18px;
	}
	.slider_2 p {
		font-size: 14px;
	}
	.slider_2 .slick-prev,.slider_2 .slick-next {
		top: 35%;
	}
}
/********************************
Service
********************************/
.slider_3 .slick-slide {
	height: 100%;
} 
.service_box {
	margin-top: 100px;
}
.service_box .slider_3 img {
	padding-bottom: 30px;
}
.slider_3 h3 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.slider_3 p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.slider_3 .slick-prev,.slider_3 .slick-next {
	top: 40%;
	padding: 0!important;
}
.slider_3 .slick-dots {
	bottom: unset;
}

.cover img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: top;
}

@media screen and (max-width: 767px) {
	.service_box {
		margin-top: 50px;
	}
	.service_box .slider_3 img {
		padding-bottom: 20px;
	}
	.slider_3 h3 {
		font-size: 18px;
	}
	.slider_3 p {
		font-size: 14px;
	}
	.slider_3 .slick-prev,.slider_3 .slick-next {
		top: 35%;
	}
	/*.slider_3 .slick-dots {
		top: 55%;
	}*/
}

/********************************
Price
********************************/
#price .sab_title {
	/*max-width: 80%;*/
	background-color: #FFFDF3;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px;
}
#price .sab_title .room_item {
	padding: 10px 0 20px;
	font-weight: bold;
	display: inline-block;
}
#price .sab_title p {
	text-align: center;
	color: #000;
	font-size: 18px;
}
#price .menu_btn ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
#price .menu_btn ul li {
	width: calc(100% / 3 - 2px);
	/*background-color: #626262;*/
	text-align: center;
	list-style: none;
	font-size: 20px;
}
#price .menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 20px;
	border-radius: 40px;
}
#price .menu-list,
#price .menu_btn {
	/*width: 80%;*/
	font-family: 'Kosugi', sans-serif;
	font-weight: 500;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
#price .menu-list ul li {
	/*margin-bottom: 30px;*/
}
#price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
#price .menu-list .cp_tab li {
	width: calc(100% / 2 - 1px);
}
#price .menu-list .cp_tab .thaad li {
	width: calc(100% / 3 - 1px);
}

#price .menu-list h3 {
	/*background-color: #d6387e;*/
	text-align: center;
	padding: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}
#price .menu-list table {
	width: 100%;
	color: #000;
}
#price .menu-list table tr {
	background-color: #FFFDF3;
	border-bottom: 1px solid #fff;
}
#price .menu-list table td {
	padding: 10px;
	font-size: 105%;
	vertical-align: middle;
}
#price .menu-list table td:last-of-type {
	text-align: right;
}
#price .menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #1F4E79;
	color: #fff;
	font-size: 18px;
}

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

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

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

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

.price_info {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#price .sab_title {
		max-width: 100%;
		padding: 10px;
	}
	#price .menu-list h3 {
		padding: 8px;
		font-size: 18px;
	}
	#price .sab_title p {
		font-size: 16px;
	}
	#price .menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	#price .menu-list,
	#price .menu_btn {
		width: 100%;
	}
	#pr_price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
	}
	#price .menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.tab li a {
		font-size: 14px;
	}
	.price_info {
		font-size: 12px;
	}
}
/********************************
room
********************************/
/*#pr_arank, #pr_brank, #pr_crank {
	margin-top: -100px;
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	#pr_arank, #pr_brank, #pr_crank {
		margin-top: -50px;
		padding-top: 50px;
	}
}*/
#content .top_room .garally ul {
	height: auto;
	margin-bottom: 30px;
	list-style: none;
}
#content .top_room .garally ul:after {
	content: '';
	display: block;
	clear: both;
}
#content .top_room .garally ul li {
	width: 33.3333%;
	float: left;
}
#content .top_room .garally ul li .box {
	padding: 5px;
}
#content .top_room .garally ul li:nth-child(-n+6) {
	display: block;
}
@media screen and (min-width: 1004px) {
	#content .top_room .garally ul li {
		width: 16.666%;
	}
	#content .top_room .garally ul li .box {
		padding: 15px;
	}
	#content .top_room .garally ul li:nth-child(-n+18) {
		display: block;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#content .top_room .garally ul li {
		width: 20%;
	}
	#content .top_room .garally ul li .box {
		padding: 10px;
	}
	#content .top_room .garally ul li:nth-child(-n+10) {
		display: block;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#content .top_room .garally ul li {
		width: 25%;
	}
	#content .top_room .garally ul li .box {
		padding: 8px;
	}
	#content .top_room .garally ul li:nth-child(-n+8) {
		display: block;
	}
}
#content .top_room .garally ul li.open {
	display: block !important;
}
#content .top_room .garally ul li span {
	/*font-size: 0.625em;*/
	font-size: 14px;
}
#content .top_room .garally .more, #content .top_room .garally .more2 {
	width: 430px;
	max-width: 80%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #231815;
	position: relative;
}
#content .top_room .garally .more:before, #content .top_room .garally .more2:before {
	width: 11px;
	height: 10px;
	margin: auto 10px auto -21px;
	content: '';
	background-image: url("../img/icon_sankaku_bottom_black.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
}
#content .top_room .garally .more:hover, #content .top_room .garally .more2:hover {
	background-color: #eeeeee;
}
#content .top_room .garally .more2 {
	display: none;
}
#content .top_room .garally .more2:before {
	transform: scale(1, -1);
}
@media screen and (min-width: 1001px) {
	#content .top_room .garally .none1, #content .top_room .garally .none2, #content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#content .top_room .garally .none2, #content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (max-width: 479px) {
	#content .top_room .garally .none4 {
		display: none !important;
	}
}

.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#content .top_room .garally ul li {
	display: block;
}
#room .sab_title {
	background-color: #fffff3;
	margin: 0 auto;
	max-width: 1004px;
	padding: 20px;
	margin: 0 auto 15px;
}
#room .sab_title p {
	font-size: 18px;
	text-align: center;
}

.gallery_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	text-align: center;
	color: #000;
}
.gallery_box h3 {
	background-color: #ffc000;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #fff;
}
.gallery_box:last-of-type {
	/*margin-bottom: 0;*/
}
.choice-btn_1 li,
.choice-btn_2 li,
.choice-btn_3 li {
	padding: 0 10px;
}
.gallery_box p {
	padding: 5px 0;
	color: #000000;
}
.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;
}
#content .top_room .garally ul li {
	display: block;
}

@media screen and (max-width: 768px) {
	#content .top_room .garally ul li {
		width: 33.3333%;
		height: 100%;
	}
	#room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#room .sab_title p {
		font-size: 16px;
		text-align: center;
	}
	.gallery_box {
		margin-bottom: 15px;
	}
	.midashi_box .room img {
		width: 40px;
	}
	#pr_room .gallery_box h3 {
		padding: 8px;
    	font-size: 14px;
	}
	#content .top_room .garally ul li span {
		font-size: 12px;
	}
	.choice-btn_1 li, .choice-btn_2 li, .choice-btn_3 li {
		padding: 0 5px;
	}

	.lb-outerContainer {
		margin-top: 150px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 130px;
	}
}
/********************************
event
********************************/

/********************************
coupon
********************************/
.cpn_info {
	text-align: center;
	font-size: 30px;
	padding: 100px 0 0;
}
#coupon .sab_title {
	width: 100%;
	background-color: #FFFDF3;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#coupon .sab_title p {
	font-size: 18px;
}
#coupon .sab_title .item {
	display: block;
	text-align: center;
}
#coupon .sab_title p:first-of-type {
	padding-bottom: 20px;
}
#coupon .sab_title p .c_lrd {
	color: #ff0000;
	font-weight: bold;
}
#coupon .sab_title p .title {
	font-size: 22px;
	padding-bottom: 10px;
}
#content .top_coupon .coupon_area {
	max-width: 1024px;
}
#content .top_coupon .coupon_area:after {
  content: '';
  display: block;
  clear: both;
}
#content .top_coupon .coupon_area .coupon_set {
	margin: 0 auto;
	list-style: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon_set  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: #1F4E79;
	padding: 7px 10px;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open img {
	width: 35px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #1F4E79;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #1F4E79;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	display: block;
}
/*#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail {
	padding-top: 30px;
	padding-bottom: 10px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p span {
	font-size: 70px;
	font-weight: bold;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p .font_c {
	font-size: 55px;
}*/

#open01,#open02,#open03,#open04,#open05 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
}
/*@media (max-width: 767px) {
	#open01,#open02,#open03,#open04,#open05 {
		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.8;
	z-index: 9999;
}
.modal_window {
	width: 90%;
	max-width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 9999;
}
@media (min-width: 767px) {
	.modal_window {
	}
}
.modal_window h2 {
	padding: 5px 10px;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
	background-color: #1F4E79;
}
.modal_window .mw_c {
	padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #ffffff;
}
@-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;
}
.coupon_info {
    padding-top: 20px;
    font-size: 25px;
}

.return_coupon {
	margin: 0 auto 30px;
}
.return_coupon a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: clamp(16px, 2.9vw, 20px);
}

.return_btn {
	width: 300px;
	padding: 20px;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto;
	background-color: #00c2cb;
	vertical-align: middle;
	font-family: 'Kosugi', sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 18px;
	}
	#coupon .sab_title {
		padding: 15px;
		text-align: left;
	}
	#coupon .sab_title p {
		font-size: 16px;
	}
	#coupon .sab_title p .title {
		font-size: 18px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open img {
		width: 20px;
		margin-bottom: 4px;
	}
	.cpn_info {
		padding-top: 50px;
	}
	.coupon_info {
		padding-top: 10px;
		font-size: 11px;
	}
	.return_coupon {
		margin-bottom: 20px;
	}
	.return_btn {
		margin-bottom: 20px;
	}
}

/********************************
access
********************************/
.top_shop {
	margin-top: 100px;
}
#content .top_shop dl {
	width: 100%;
	margin: 0 auto;
}
.map_btn_container {
	width: 100%;
	margin-bottom: 50px;
}
.map_btn {
	display: flex;
	justify-content: space-between;
}
.map_btn li {
	width: calc(100% / 2 - 10px);
	background-color: #1F4E79;
}
.map_btn li a {
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.map_btn li img {
	width: 20px;
	margin-left: 20px;
	margin-bottom: 4px;
}
.txt_copy {
    /*width: 100%;*/
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
/*#copyText {
	font-weight: 400;
}*/
.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;
}
@media screen and (max-width: 768px) {
	.top_shop {
		margin-top: 50px;
	}
	.map_btn_container {
		margin-bottom: 30px;
	}
	.map_btn li {
		width: calc(100% / 2 - 5px)
	}
	.map_btn li a {
		padding: 13px 0;
		font-size: 11px;
	}
	.map_btn li img {
		width: 15px;
		margin-left: 10px;
		margin-bottom: 0;
	}
}
#content .top_shop dl dt {
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
}
#content .top_shop dl dd {
	margin-bottom: 20px;
}
#content .top_shop dl dd table {
	width: 100%;
}
#content .top_shop dl dd table th {
	width: 30%;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
@media screen and (min-width: 768px) {
	#content .top_shop dl dd table th {
		width: 100px;
	}
}
#content .top_shop dl dd table td {
	padding: 10px;
	vertical-align: top;
}
#content .top_shop .map {
	width: 100%;
	height: 60vw;
	max-height: 460px;
	margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
	/*#content .top_shop .map {
		width: 80%;
	}*/
}
#content .top_shop .map iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#content .top_shop .shop_img {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#content .top_shop .shop_img {
		width: 80%;
	}
}
#content .top_shop .shop_img img {
	width: 100%;
}

/********************************
footer
********************************/
#content .top_shop dl dt {
	border: none;
	background-color: #FFFDF3;
}
#content .top_shop dl dt span {
	font-size: 25px;
	line-height: 1.3;
}

footer .footer_bottom {
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
footer .footer_bottom ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
}
footer .footer_bottom ul li .item {
	width: 30px;
	height: 30px;
	margin-left: 0;
	margin-right: 20px;
}
footer .footer_bottom ul li {
	/*background-color: #626262;*/
	width: calc(100% / 2 - 1px);
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer .footer_bottom ul li img {
	width: 30px;
	height: 30px;
	display: block;
	z-index: 9999;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	position: absolute;
}
footer .footer_bottom ul li a {
	color: #fff;
	padding: 1.6vw;
	display: block;
	line-height: 1.2;
}
footer .footer_bottom ul li a span {
	font-size: 23px;
	display: block;
}
@media screen and (min-width: 768px) {
	footer .footer_bottom ul li a {
		padding: 8px;
		font-size: 0.785em;
	}
}

.pagetop{
  display: none;
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 9999;
}
.pagetop a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
.pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 40px;
  color: #D6387E;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.pagetop a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 85px;
  bottom: 0;
  right: -5px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #D6387E;
}
@media screen and (max-width: 768px) {
	footer .footer_bottom ul li a span {
		font-size: 18px;
		line-height: 1.2;
	}
	footer .footer_bottom ul li img {
		width: 20px;
		height: 20px;
		left: 85%;
	}
	.pagetop {
		bottom: 60px;
	} 
}
/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #00c2cb;
}
.payment_logo {
	display: flex;
	max-width: 150px;
}
.payment_logo li {
	padding: 5px;
}
.payment_logo img {
	border-radius: 5px;
}

.m-bottom40 {
	margin-bottom: 40px;
}

/*
#pr_access, #pr_service, #pr_about {
	margin-top: -100px;
	padding-top: 100px;
}
@media screen and (max-width: 768px) {
	#pr_access, #pr_service, #pr_about {
		margin-top: -50px;
		padding-top: 50px;
	}
}
*/

