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

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 345px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90%;
	height: 345px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
.room {
	padding-top: 155px;
	text-align: center;
}
.prologue p{
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	font-size: 24px;
	max-width: 700px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
	
/*point*/
.point{
	width: 100%;
}
.point .inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.point .inner ul{
	width: 90%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point .inner ul li{
	width: 48%;
	position: relative;
	margin-bottom: 60px;
}
.point .inner ul li img,
.point .inner div img{
	width: 100%;
}
.point .inner h3{
	color: #fff;
	top: 0;
	right: 0;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	background: #B94047;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.point .inner div{
	width: 90%;
	position: relative;
	margin: 0 auto;
}

/*nav*/
.roomNav {
	margin: 100px auto 0;
	padding: 0;
	width: 100%;
}
.roomNav .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
.roomNav .inner ul.Nav {
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-left: 1px solid #cdcdcd;
}
.roomNav .inner ul.Nav li {
	width: 25%;
}
.roomNav .inner ul.Nav li.code a{
	height: 100px;
	padding: 10px 0 0 0;
}
.roomNav .inner ul.Nav li a {
	display: block;
	color: #000;
	height: 100px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	}
.roomNav .inner ul.Nav li a::after {
  content: '';
  top: 0;
  right: 0;
  height: 100px;
  position: absolute;
  border-right: 1px solid #ccc;
}
.roomNav .inner ul.Nav li a:hover{
	background: #efefef;
}

/*room*/
.single,
.twin,
.standard,
.triple{
	width: 100%;
}
.single .inner,
.twin .inner,
.standard .inner,
.triple .inner{
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	text-align: center;
}
.slick-prev:before,
.slick-next:before{
	color: #000 !important;
}	
.slick-prev:before {
    content: "<" !important;
	font-family: 'Josefin Sans', sans-serif !important;
}
.slick-next:before {
    content: ">" !important;
	font-family: 'Josefin Sans', sans-serif !important;
}
.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}
.txtBox{
	width: 100%;
	position: relative;
}
.reservationBtn{
	top: 0;
	right: 0;
	width: 25%;
	position: absolute;
	border-left: 1px solid #ccc;
}

/*check*/
.check {
	width: 100%;
}
.check .inner {
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	max-width: 1100px;
	text-align: center;
	background: #efefef;
	justify-content: space-between;
}
.check .inner dl{
	width: 50%;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.check .inner dl dt{
	font-size: 20px;
	margin: 30px 20px 0 0;
}
.check .inner dl dd{
	font-size: 45px;
}
.check .inner dl:first-child{
	border-right: 1px solid #ccc;
}
	
/*facilities*/
.facilities {
	width: 100%;
}
.facilities .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
.facilities .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.facilities .inner ul li{
	width: 23%;
	margin-bottom: 40px;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 250px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	margin-top: -80px;
}
#pageTitleVox .inner{
	width: 90%;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
.room {
	margin-top: 0;
	text-align: center;
}
.prologue p{
	width: 90%;
	margin: 0 auto;
	line-height: 2;
	font-size: 1.12rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*point*/
.point{
	width: 100%;
}
.point .inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.point .inner ul{
	width: 90%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point .inner ul li{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.point .inner h3{
	color: #fff;
	top: 0;
	right: 0;
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	background: #B94047;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.point .inner div{
	width: 90%;
	position: relative;
	margin: 0 auto;
}

/*nav*/
.roomNav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.roomNav .inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.roomNav .inner ul.Nav {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.roomNav .inner ul.Nav li {
	width: 100%;
	border-top: 1px solid #ccc;
}
.roomNav .inner ul.Nav li.line{
	border-bottom: 1px solid #ccc;
}
.roomNav .inner ul.Nav li a {
	display: block;
	color: #000;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	}
.roomNav .inner ul.Nav li a::after {
  content: '';
  top: 0;
  right: 0;
  height: 80px;
  position: absolute;
}

/*room*/
.single,
.twin,
.deluxetwin,
.triple{
	width: 100%;
}
.single .inner,
.twin .inner,
.deluxetwin .inner,
.triple .inner{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.single .slide,
.twin .slide,
.deluxetwin .slide,
.triple .slide{
	width: 100%;
	overflow: hidden;
}
.txtBox{
	width: 90%;
	margin: 0 auto;
	position: relative;
	aspect-ratio: 2 / 1;
}
.reservationBtn{
	bottom: 0;
	right: 0;
	width: 100%;
	position: absolute;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

/*check*/
.check {
	width: 100%;
}
.check .inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background: #efefef;
}
.check .inner dl{
	width: 90%;
	padding: 10px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.check .inner dl dt{
	font-size: 1rem;
	margin: 20px 20px 0 0;
}
.check .inner dl dd{
	font-size: 32px;
}
.check .inner dl:first-child{
	border-bottom: 1px solid #ccc;
}

/*facilities*/
.facilities {
	width: 100%;
}
.facilities .inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.facilities .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.facilities .inner ul li{
	width: 46%;
	margin-bottom: 20px;
}
}