@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{ height:100%; }
html{
	font-size:62.5%;
  overflow-y: auto;
}
body {
	position: relative;
	width: 100%;
}
body.fixed {
	position: fixed;
}

@media screen and (min-width: 768px) {
	body {
		position: relative;
	}
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
	list-style-type: none;
	font-style: normal;
	font-size: 1.4rem;
	font-weight: 500;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	text-align: left;
	color:#000;
}

img {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width: 100%;
}

a {
	color: #000;
}

a {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	a.hover {
	 transition: opacity 0.3s ease-out;
	}

	a.hover:hover {
	 opacity: 0.7;
	}

	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}
}

.objectFitContain{
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}
.objectFitCover{
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}


.bold{ font-weight: bold; }
.blue { color: #00C5F9;}
.gold { color: #93802A;}
.container{ overflow: hidden; }

/*for wp*/
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

#page .post img.aligncenter {
	display: block;
	margin: 0 auto;
}
#page .post img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
#page .post img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/

/*========= #header（ページ上部メニュー） =========*/

#header {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

#header .logo {
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.8));
	margin-left: 3.5%;
	width: 245px;
}
#header .logo a {
	transition: 0.3s;
}
#header .logo a:hover {
	opacity: 0.7;
}

#header .preNav {
	margin: 5px 2.6% 0 0;
	width: calc(100% - 233px);
}
#header .preNav ul{
	align-items: top;
	display: flex;
	justify-content: flex-end;
}

#header .preNav ul .en {
	height: 40px;
	margin-right: 30px;
	width: 40px;
}

.toggle {
	display: inline-block;
	box-sizing: border-box;
	height: 50px;
	cursor: pointer;
	position: relative;
	margin-top: 3px;
	transition: all .4s;
	width: 36px;
	z-index: 10;
}
.toggle:hover {
	opacity: 0.7;
}

.toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
}
.toggle span:nth-of-type(1) {
	top: 0;
	width: 32px;
	margin-left: 5px;
}
.toggle span:nth-of-type(2) {
	top: 12px;
}
.toggle span:nth-of-type(3) {
	top: 24px;
}
.toggle.active span {
	height: 1px;
}
.toggle.active span:nth-of-type(1) {
	margin-left: 0;
	width: 100%;
	transform: translateY(13px) rotate(45deg);
}
.toggle.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle.active span:nth-of-type(3) {
	transform: translateY(-11px) rotate(-45deg);
}

.toggle p {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.toggle.active {
	position: fixed;
	top: 40px;
	right: 2%;
}
.toggle.active p {
	display: none;
}

@media screen and (max-width: 1200px) {
	#header .preNav {
		width: 100%;
		margin-right: 5%;
	}
}
@media screen and (max-width: 767px) {
	#header {
		top: 20px;
	}
	#header .preNav ul .en {
		position: absolute;
		left: 5%;
		display: none;
	}
}

/*========= 展開メニュー =========*/
.openMenu {
	display: none;
	background: #fff;
	height: 100vh;
	height: -webkit-fill-available;
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.openMenu:before {
	background: url("../images/bg_openmenu.jpg");
	background-size:cover;
	content: '';
	display: block;
	height: 100%;
	position: fixed;
	right: 0;
	width: 49.5%;
}
.openMenu .inner {
	width: 39%;
	margin: 0 0 0 9%;
}
.openMenuHead {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 34px 0;
}
#header .openMenuHead .logo {
	filter: none;
	width: 185px;
}
.openMenuHead .outLink {
	display: flex;
}
.openMenuHead .outLink li.fb {
	width: 30px;
}
.openMenuHead .outLink li.en {
	background: url("../images/ico_arrow_openmenu01.png") no-repeat left center;
	background-size: 11px auto;
	margin-left: 20px;
	padding: 5px 0 5px 20px;
}
.ie .openMenuHead .outLink li.en {
	padding-top: 8px;
}
.openMenuNav {
	padding: 0 8%;
	max-width: 500px;
}
.openMenuNav .gNav {
	margin-bottom: 30px;
}
.openMenuNav .gNav li {
	border-bottom: 1px solid rgba(187,146,78,0.2);
}
.openMenuNav .gNav li a {
	background: url("../images/ico_arrow_openmenu02.png") no-repeat 98% center;
	background-size: 22px auto;
	display: block;
	font-size: 1.8rem;
	padding: 16px 40px 16px 10px;
	transition: 0.3s;
}
.ie .openMenuNav .gNav li a {
	padding: 20px 40px 12px 10px;
}

.openMenuNav .gNav li a:hover {
	background-color: rgba(187,146,78,0.2);
}
.openMenuNav .subNav {
	display: flex;
	flex-wrap: wrap;
}
.openMenuNav .subNav li {
	margin: 0 30px 15px 0;
}
.openMenuNav .subNav li a {
	background: url("../images/ico_arrow_openmenu01.png") no-repeat left 5px;
	background-size: 11px auto;
	display: inline-block;
	padding: 0 0 0 20px;
	position: relative;
	transition: 0.3s;
}
.openMenuNav .subNav li a:hover {
	opacity: 0.6;
}
.ie .openMenuNav .subNav li a {
	padding-top: 3px;
}
.openMenuNav .tel {
	color: #BB924E;
	margin: 20px 0 5px;
}
.openMenuNav .tel a {
	color: #BB924E;
	font-size: 2.4rem;
	margin-left: 5px;
	vertical-align: sub;
}
.openMenuNav .btnNav {
	margin-bottom: 40px;
}
.openMenuNav .btnNav li {
	margin-bottom: 12px;
	width: 260px;
}
.openMenuNav .btnNav li a {
	border: 1px solid #BB924E;
	color: #BB924E;
	display: block;
	padding: 12px;
	text-align: center;
	transition: 0.3s;
}
.openMenuNav .btnNav li a:hover {
	background: #BB924E;
	color: #fff;
}
.ie .openMenuNav .btnNav li a {
	padding-top: 16px;
}
.openMenuNav .btnNav li.reserve a{
	background: #BB924E;
	color: #fff;
}
.openMenuNav .btnNav li.reserve a:hover{
	background: #fff;
	color: #BB924E;
}

@media screen and (max-width: 960px) {
	.toggle.active {
		right: 5%;
		width: 30px;
	}
	.toggle.active span {
		background: #000;
	}
	.openMenu:before {
		content: none;
	}
	#header .openMenuHead .logo {
		width: 150px;
	}
	.openMenuHead {
		margin: 20px 0;
	}
	.openMenu .inner {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 50px;
		position: relative;
	}
	.openMenuNav {
		max-width: none;
		padding: 0 3%;
	}
	.openMenuNav .gNav li a {
		background-size :18px auto;
		font-size: 1.4rem;
		padding: 12px 40px 12px 10px;
	}
	.openMenuNav .tel {
		border-top: 1px solid rgba(187,146,78,0.2);
		margin: 0 0 10px;
		padding-top: 10px;
		text-align: center;
	}
	.openMenuNav .btnNav li{
		margin: 0 auto 10px;
	}
	.openMenuHead .outLink {
		justify-content: center;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.openMenuHead .outLink li.en {
		background: none;
		padding: 0;
		margin-left: 10px;
	}
	.openMenuHead .outLink li.en a {
		background: url("../images/ico_en_sp.png") no-repeat;
		background-size: cover;
		color: transparent;
		display: block;
		font-size: 0;
		height: 30px;
		width: 30px;
	}
}

@media screen and (max-width: 767px) {
	.fixed .toggle.active {
		top: 25px;
	}
	.fixed #header .logo {
		position: static;
		margin-left: 0;
		filter:drop-shadow(0 0 0.5px #333)
	}
	.openMenuNav .gNav {
		margin-bottom: 20px;
	}
	.openMenuNav .tel {
		padding-top: 8px;
	}
	.openMenuNav .btnNav li {
		width: 220px;
	}
}

/*========= 固定メニュー =========*/

#fixedMenu .headerSp {
	display: none;
}
#fixedMenu .headerPc {
	position: fixed;
	bottom: -160px;
	left: 0;
	transition: 0.5s;
	width: 100%;
	z-index: 99;
}
#fixedMenu.on .headerPc {
	bottom: 0;
}

#fixedMenu .headerPc .siteNav {
	background: #EEE8DE;
	padding: 10px 0;
}
#fixedMenu .headerPc .siteNav .inner {
	display: flex;
	align-items: center;
}
#fixedMenu .headerPc .siteNav .logo {
	width: 190px;
}
#fixedMenu .headerPc .siteNav .gNav {
	flex:1;
}
#fixedMenu .headerPc .siteNav .gNav ul {
	display: flex;
	justify-content: center;
	margin-left: 6%;
}
#fixedMenu .headerPc .siteNav .gNav ul li {
	margin-right: 3%;
}
#fixedMenu .headerPc .siteNav .gNav ul li:last-child {
	margin-right: 0;
}
#fixedMenu .headerPc .siteNav .gNav ul li a {
	font-size: 1.7rem;
	position: relative;
}
#fixedMenu .headerPc .siteNav .gNav ul li a:after {
	background: #BB924E;
	content: '';
	display: block;
	height: 3px;
	width: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 0.3s;
}

#fixedMenu .headerPc .siteNav .gNav ul li a:hover:after {
	width: 100%;
}
.ie #fixedMenu .headerPc .siteNav .gNav ul li a:after {
	max-width: 100%;
}

#fixedMenu .headerPc .siteNav .tel {
	font-weight: 900;
}
#fixedMenu .headerPc .siteNav .tel a {
	font-size: 2.3rem;
}
#fixedMenu .headerPc .reservationNav {
	background: #fff;
	padding: 20px 0;
}
#fixedMenu .headerPc .reservationNav .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#fixedMenu .headerPc .reservationNav form {
	display: flex;
	align-items: center;
}
#fixedMenu .headerPc .reservationNav form .date_489ban {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
#fixedMenu .headerPc .reservationNav form input, #fixedMenu .headerPc .reservationNav form select {
	border: 1px solid #B2B2B3;
}
#fixedMenu .headerPc .reservationNav form input[type="checkbox"] {
	display: inline-block;
	margin: 3px 2px 0 0;
	vertical-align: top;
}

#fixedMenu .headerPc .reservationNav form .date_489ban dd > input {
	width: 182px;
	background: url("../images/ico_calendar.png")no-repeat right 10px center #fff;
	display: inline-block;
	margin: 0 10px;
	padding: 5px 10px;
	border: 1px solid #949494;
	box-sizing: border-box;
	background-size: 17px 19px;
	outline: none;
}
.ie #fixedMenu .headerPc .reservationNav form .date_489ban dd > input {
	padding: 7px 10px 3px;
}
#fixedMenu .headerPc .reservationNav form .date_489ban dd {
	display: flex;
	align-items: center;
}

#fixedMenu .headerPc .reservationNav form .stay_489ban {
	display: flex;
}
#fixedMenu .headerPc .reservationNav form .stay_489ban label {
	display: none;
}
#fixedMenu .headerPc .reservationNav form select {
	width: 90px;
    height: 30px;
    margin: 0 0 0 1px;
    padding: 2px 10px 0;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #949494;
    background: url(../images/ico_search_arrow.png)no-repeat right 3px center #fff;
		background-size: 5px 5px;
    text-indent: 0.01px;
}

#fixedMenu .headerPc .reservationNav form button {
	display: inline-block;
	padding: 2px 0 0 0;
	width: 84px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #000;
	border: none;
	transition: 0.3s;
	vertical-align: text-bottom;
}
#fixedMenu .headerPc .reservationNav form button:hover {
	opacity: 0.6;
}

#fixedMenu .headerPc .reservationNav .btnList {
	display: flex;
	justify-content: center;
}
#fixedMenu .headerPc .reservationNav .btnList li + li {
	margin-left: 20px;
}
#fixedMenu .headerPc .reservationNav .btnList li a {
	color: #fff;
	font-size: 1.4rem;
	display: block;
	padding: 10px;
	text-align: center;
	transition: 0.3s;
	width: 180px;
}
#fixedMenu .headerPc .reservationNav .btnList li a:hover {
	opacity: 0.6;
}

/*カレンダー*/
#ui-datepicker-div.ui-widget-content {
	border: 1px solid #BB924E;
	border-radius: 0;
	top: auto!important;
	bottom: 60px;
}
.ui-datepicker .ui-datepicker-header {
	border-radius: 0;
}
#ui-datepicker-div .ui-widget-header {
	background: #BB924E;
	border: none;
}
#ui-datepicker-div.ui-widget-content {
	font-family:"游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
	border: none;
	background: none;
	color: #000;
	font-family: serif;
	font-weight: normal;
}
#ui-datepicker-div .ui-state-default.ui-state-highlight.ui-state-active {
	background: #BB924E;
	color: #fff;
}

@media screen and (max-width: 1250px) {
	#fixedMenu .headerPc * {
		font-size: 1.1rem;
	}
	#fixedMenu .headerPc .inner {
		width: 96%;
	}
	#fixedMenu .headerPc .siteNav .logo {
		width: 140px;
	}
	#fixedMenu .headerPc .siteNav .gNav ul {
		margin-left: 0;
	}
	#fixedMenu .headerPc .siteNav .gNav ul li a {
		font-size: 1.3rem;
	}
	#fixedMenu .headerPc .siteNav .tel a{
		font-size: 1.9rem;
	}
	#fixedMenu .headerPc .reservationNav .inner {
		justify-content: center;
	}

	#fixedMenu .headerPc .reservationNav form button {
		font-size: 0.9rem;
		letter-spacing: -1px;
		width: 45px;
	}
	#fixedMenu .headerPc .reservationNav .btnList {
		margin-left: 3%;
	}
	#fixedMenu .headerPc .reservationNav .btnList li a {
		font-size: 1.1rem;
		padding: 5px;
		width: 100px;
	}
	.ie #fixedMenu .headerPc .reservationNav .btnList li a {
		padding: 8px 5px 5px;
	}
	#fixedMenu .headerPc .reservationNav .btnList li + li {
		margin-left: 10px;
	}
	#fixedMenu .headerPc .reservationNav form select {
		width: 65px;
	}
	#fixedMenu .headerPc .reservationNav form .date_489ban dd > input {
		width: 120px;
	}
}

#fixedMenu .headerPc .reservationNav .btnList li:nth-child(1) a {
	background: #BB924E;
}
#fixedMenu .headerPc .reservationNav .btnList li:nth-child(2) a {
	background: #9D9D9D;
}
#fixedMenu .headerPc .reservationNav .btnList li:nth-child(3) a {
	background: #5D849E;
}

@media screen and (max-width:767px) {
	#fixedMenu .headerPc {
		display: none;
	}
	#fixedMenu .headerSp {
		border-top: 1px solid #888;
		background: #fff;
		display: block;
		position: fixed;
		bottom: -70px;
		transition: 0.5s;
		width: 100%;
		z-index: 99;
	}
	#fixedMenu.on .headerSp {
		bottom: 0;
	}
	#fixedMenu .headerSp .gNav ul{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	#fixedMenu .headerSp .gNav li {
		flex:1;
		height: 70px;
		text-align: center;
	}
	#fixedMenu .headerSp .gNav li.reservation {
		flex:2;
	}
	#fixedMenu .headerSp .gNav li a {
		display: block;
		height: 100%;
		padding-top: 40px;
		width: 100%;
	}
	#fixedMenu .headerSp .gNav li.tel a {
		background: url("../images/ico_headersp_tel.png") no-repeat center 10px;
		background-size: 15px auto;
		position: relative;
	}
	#fixedMenu .headerSp .gNav li.tel a:after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		background: #888;
		position: absolute;
		right: 0;
		top: 0;
	}

	#fixedMenu .headerSp .gNav li.roomSearch a {
		background: url("../images/ico_headersp_callendar.png") no-repeat center 10px;
		background-size: 18px auto;
	}
	#fixedMenu .headerSp .gNav li.reservation a {
		background: #BB924E url("../images/ico_headersp_reservation.png") no-repeat center 10px;
		background-size: 23px auto;
		color: #fff;
	}


	#fixedMenu .headerSp .toggle {
		background: #000;
		color: #fff;
		font-size: 1.1rem;
		margin-top: 0;
		padding-top: 43px;
		position: relative;
	}
	#fixedMenu .headerSp .toggle span {
		max-width: 36px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#fixedMenu .headerSp .toggle span:nth-of-type(1) {
		top: 13px;
		right: auto;
		left: calc(50% - 14px);
	}
	#fixedMenu .headerSp .toggle span:nth-of-type(2) {
		top: 24px;
	}
	#fixedMenu .headerSp .toggle span:nth-of-type(3) {
		top: 35px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  フッタ
* --------------------------------------------------------------------------------------------------*/

#footer {
	margin-top: 100px;
	padding-bottom: 130px;
}

#footer .footNav {
	background: #EEE8DE;
	padding: 45px 0 35px;
}

#footer .footNav .btnList {
	justify-content: center;
	margin-bottom: 20px;
}
#footer .footNav .btnList li + li {
	margin-left: 20px;
}
#footer .footNav .btnList li a {
	color: #fff;
	font-size: 1.6rem;
	display: block;
	padding: 10px;
	text-align: center;
	transition: 0.3s;
	width: 210px;
}
#footer .footNav .btnList li a:hover {
	opacity: 0.6;
}
.ie #footer .footNav .btnList li a {
	padding-top: 13px;
}
#footer .footNav .btnList li:nth-child(1) a {
	background: #BB924E;
}
#footer .footNav .btnList li:nth-child(2) a {
	background: #9D9D9D;
}
#footer .footNav .btnList li:nth-child(3) a {
	background: #5D849E;
}

#footer .footNav .txtList {
	display: flex;
	justify-content: center;
}
#footer .footNav .txtList li + li {
	margin-left: 45px;
}
#footer .footNav .txtList li a {
	transition: 0.3s;
}
#footer .footNav .txtList li a:hover {
	opacity: 0.6;
}
#footer .footNav .txtList li a:before {
	content:'>';
}

#footer .footBody {
	background: url("../images/bg_footer.jpg");
	background-size: cover;
	padding: 60px 0;
}
#footer .footBody .footBodyMenu {
	margin: 0 -8px 10px 0;
}
#footer .footBody .footBodyMenu li {
	margin: 0 8px 0 0;
}
#footer .footBody .footBodyMenu li:after {
	color: #fff;
	content: '/';
}
#footer .footBody .footBodyMenu li:last-child:after {
	content: none;
}
#footer .footBody .footBodyMenu a{
	color: #fff;
	margin-right: 10px;
	transition: 0.3s;
}
#footer .footBody .footBodyMenu a:hover {
	opacity: 0.6;
}
#footer .footBody .footLogo {
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.8));
	margin: 50px auto 10px;
	width: 233px;
}
#footer .footBody .tel {
	color: #fff;
	font-size: 2.2rem;
	margin: 0 0 55px 0;
	vertical-align: middle;
	text-align: center;
}
#footer .footBody .tel a {
	color: #fff;
	font-size: 3.3rem;
}
#footer .footBody .tel span {
	font-size: 1.4rem;
	display: block;
	line-height: 1;
}
#footer .footBody address {
	color: #fff;
	line-height: 1.8;
	margin-bottom: 50px;
	text-align: center;
}
#footer .footBody .copyright {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}


@media screen and (max-width: 960px) {
	#footer .footBody .footBodyMenu a {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		margin-top: 45px;
		padding-bottom: 70px;
	}
	#footer .footNav {
		padding: 25px 0;
	}
	#footer .footNav .btnList li + li {
		margin: 10px 0 0 0;
	}
	#footer .footNav .btnList li a {
		font-size: 1.3rem;
		margin: 0 auto;
	}
	#footer .footNav .txtList li {
		border: 1px solid #ccc;

	}
	#footer .footNav .txtList li + li {
		margin: 0;
		border-left: none;
	}
	#footer .footNav .txtList li:nth-child(2) {
		flex:1;
	}
	#footer .footNav .txtList li a {
		display: block;
		font-size: 1.0rem;
		padding: 5px 10px;
		text-align: center;
	}
	#footer .footNav .txtList li a:before {
		content: none;
	}
	#footer .footBody {
		background: url(../images/bg_footer.jpg) no-repeat top center;
    background-size: cover;
    padding: 10px 0;
	}
	#footer .footBody .footLogo {
		margin: 30px auto;
		width: 200px;
	}
	#footer .footBody .tel {
		font-size: 1.6rem;
	}
	#footer .footBody .tel a {
		font-size: 2.5rem;
	}
	#footer .footBody .tel span {
		font-size: 1.2rem;
	}
	#footer .footBody address {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	#footer .footBody .copyright {
		font-size: 1rem;
		margin-bottom: 10px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  下層共通
* --------------------------------------------------------------------------------------------------*/
.pageHead {
	height: 400px;
	background-size:cover;
	background-position: center center;
}

.pageHead .inner {
	align-items: center;
	display: flex;
	height: 100%;
}

.pageHead .pageTitle {
	color: #fff;
	font-size: 5rem;
	letter-spacing: -4px;
	margin: 0 auto;
	text-align: center;
}
.pageHead .pageTitle span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
	.pageHead {
		height: 337px;
	}
	.pageHead .pageTitle {
		font-size: 2.7rem;
		letter-spacing: 0;
	}
	.pageHead .pageTitle span {
		font-size: 1.2rem;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  other
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    inView
------------------------------ */
/*フェードイン*/
.fadeIn {
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s;
	position: relative;
}
.fadeIn.isShow {
  opacity: 1;
}

/*上に移動しながらフェードイン*/
.fadeInUp {
	opacity: 0;
	transition: all 0.8s ease-in-out;
	transition-delay: 0.3s;
	position: relative;
	top: 60px;
}
.fadeInUp.isShow {
  opacity: 1;
	top: 0;
}



/* ------------------------------
    汎用アイテム
------------------------------ */

.inner {
	max-width: 1180px;
	margin: 0 auto;
	width: 90%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.bw {
	justify-content: space-between;
}
.flex.cnt {
	justify-content: center;
}
.flex.fdr {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.flex.fdc {
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
	.flex {
		display: block;
	}
}

.tac {
	text-align: center;
}

/*ボタン*/
.btn {
	border: 1px solid #B2B2B3;
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 10px 22px 0 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 200px;
}
.ie .btn {
	padding-top: 11px;
}
.btn:after {
	background: url("../images/ico_arrow_bk.png") no-repeat;
	background-size:cover;
	content: '';
	height: 9px;
	width: 9px;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
}
.ie .btn:after {
	top: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
	.btn:hover {
		background: #000;
		color: #fff;
	}
	.btn:hover:after {
		background: url("../images/ico_arrow_wh.png") no-repeat;
		background-size:cover;
	}
}
@media screen and (max-width: 767px) {
	.btn {
		border:1px solid #E8E8E8;
		height: 46px;
		padding: 12px 22px 12px 0;
		width: 70%;
	}
}


/*縦書き*/
.verticalTxt {
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
	.verticalTxt {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		text-align: center;
	}
}


/*========= ROOM =========*/
.roomTxt {
	padding: 48px 0 43px;
}
.roomTxt .subHeadline {
	font-size: 3rem;
	letter-spacing: 3px;
	line-height: 1.8;
	margin-right: 5%;
	width: 400px;
}
.roomTxt .txt {
	flex: 1;
	margin-top: 5px;
}
.roomTxt .txt p {
	line-height: 2;
}
.roomTxt .btn {
	margin: 30px 0 0 auto;
}
.roomIndex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 92%;
}
.roomIndex .unit {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	height: 275px;
	width: calc(25% - 1px);
	z-index: 0;
}
.roomIndex .unit:before {
	background: rgba(0, 0, 0, 0.6);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	transition: 0.3s;
}
.roomIndex .unit a {
	display: block;
	height: 100%;
}
.roomIndex .unit .bg {
	object-fit: cover;
 	font-family: 'object-fit: cover;'; /*IE対策*/
	height: 100%;
	width: 100%;
}
.roomIndex .unit .txt {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	padding: 20px 5%;
	top: 0;
	left: 0;
	height: 100%;
	transition: 0.5s 0.5s;
	width: 100%;
	z-index: 2;
}
.roomIndex .unit .ttl p {
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	word-break: break-all;
}
.roomIndex .unit .ttl p span {
	font-size: 1.6rem;
	display: block;
}
.roomIndex .unit .hover {
	flex-wrap: wrap;
	padding: 20px 5%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 100%;
	z-index: 3;
}
.roomIndex .unit .hover .ttl {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	word-break: break-all;
}
.roomIndex .unit .hover .info {
	width: 100%;
}
.roomIndex .unit .hover .info p {
	color: #fff;
	text-align: center;
	word-break: break-all;
}
.roomIndex .unit .hover .info p.more {
	border: 1px solid #fff;
	border-radius: 30px;
	margin: 10px auto 0;
	padding: 5px 0;
	width: 150px;
}
.ie .roomIndex .unit .hover .info p.more {
	padding: 8px 0 3px;
}

@media screen and (max-width:1450px) {
	.roomIndex .unit {
		height: 225px;
	}
}

@media screen and (min-width:1026px) {
	.roomIndex .unit:hover:before {
		background: rgba(0, 0, 0, 0.8);
	}
	.roomIndex .unit .txt {
		transition: 0.5s 0.5s;
	}
	.roomIndex .unit:hover .txt {
		opacity: 0;
	}
	.roomIndex .unit .hover {
		transition: 0.6s 0.5s;
	}
	.roomIndex .unit:hover .hover {
		opacity: 1;
	}
}

@media screen and (max-width:1025px) {
	.roomTxt {
		display: block;
	}
	.roomTxt .subHeadline {
		text-align: center;
		width: 100%;
	}
	.roomIndex .unit .hover {
		display: none;
	}
	.more.sp {
		display: block!important;
	}

	.roomIndex .unit .txt  {
		flex-wrap: wrap;
	}
	.roomIndex .unit .txt .more {
		border: 1px solid #fff;
		border-radius: 30px;
		color: #fff;
		font-size: 1.2rem;
		margin-bottom: 10px;
		padding: 3px;
		text-align: center;
		width: 80%;
	}
}

@media screen and (max-width:767px) {
	.roomTxt {
		padding: 0;
	}
	.roomTxt .subHeadline {
		color: #91802A;
		font-size: 2rem;
		letter-spacing: 0.5px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.roomTxt .txt p {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.roomTxt .btn {
		margin: 15px auto 25px;
	}
	.roomIndex .unit {
		height: auto;
	}
	.roomIndex .unit .bg {
		height: 160px;
	}

	.roomIndex .unit .ttl {
		/*margin-top: 15px;*/
	}
	.roomIndex .unit .ttl p {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.roomIndex .unit .ttl p span {
		font-size: 1rem;
		margin-bottom: 4px;
	}

	.roomIndex .unit .txt .ttl, .roomIndex .unit .txt .more {
		width: 100%;
	}
	.roomIndex .unit .txt .more {
		margin-bottom: 0;
	}
}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ------------------------------
    sp/pc
------------------------------ */

@media screen and (min-width:768px) {
	.sp {
		display: none!important;
	}
}
@media screen and (min-width:960px) {
	.tab {
		display: none!important;
	}
}
@media screen and (max-width:767px) {
	.pc {
		display: none!important;
	}
}
