<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******/
/*reset*/
/*******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 120%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


.sp_only{
	display:none;
}

.pc_only{
	display:block;
}


/* common */




a{
	color: #000;
	text-decoration: none;
	transition: 0.5s ;
}



body{
	/*font*/
	font-family: "BIZ UDPMincho";
	color:#333930;
	line-height: 1.6;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	background-color:#f9f9f8;
}


.clearfix::after {
  clear: both;
  content: '';
  display: block;
}


.container{
	max-width:1170px;
	width:100%;
	margin:0 auto;
}




#contents{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	font-family: '貂ｸ譏取悃','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}


#contents_box{
	width:100%;
	height:auto;
}

#contents_box_way{
	width:100%;
	height:auto;
	margin-top:120px;
}





.flex_wrap{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3莉･荳九ヾafari3.1縲�6.0 */
		display: -webkit-flex; /* Safari6.1莉･髯� */
	display: flex;
		-ms-flex-wrap: wrap; /*IE10*/
		-webkit-flex-wrap: wrap; /* Safari6.1莉･髯� */
	flex-wrap: wrap;
}

/*flex鬆�分螟画峩*/

.item1 {
  order: 1;
}
 
.item2 {
  order: 2;
}
 
.item3 {
  order: 3;
}
 
.item4 {
  order: 4;
}
 
.item5 {
  order: 5;
}


.fL{
	float:left;
}

.fR{
	float: right;
}

.tL{
	text-align: left;
}

.tR{
	text-align: right;
}

.pc_br{
	display: block;
}

.sp_long{
  display: inline;
  width: initial;

}



#inner {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	clear:both;
}

#inner img{
	max-width: 100%;
height: auto;
width /***/:auto;縲
}

/* top slider */

#top_mainbox{
	margin:0 auto;
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	padding-top:128px;
	}
#slider-pro{
	width:100%;
	height:auto;
}

#top_mainbox .top_copy_box{
	width:100%;
	height:auto;
	text-align:center;
	background: url(../img/top/bg_contents_2.gif) repeat top center;
	padding:40px 10px;
	color:#FFF;
	font-size:1.4rem;
	line-height:2.5;
}

#top_mainbox .top_copy_box span{
	font-size:2.8rem;
	font-weight:bold;
	margin-bottom:20px;
	letter-spacing:10px;
}


/* header */
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width:100%;
    background-color: #EEEEF0;
  }

#top_header{
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  *zoom: 1;
  position: relative;
  background-color: #EEEEF0;
}

#top_header .prime{
	float:left;
	padding:10px;
}

#top_header .prime img{
	width:280px;
	margin-top:-10px;
}


#top_header .Property_Name{
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
	color:#666;
	margin-top:5px;
}

#top_header ul.nav_menu_ul{
	float:right;
	padding-top:10px;
	margin-right:5px;
}

#top_header ul.nav_menu_ul li{
	display:inline-block;
	margin-right:10px;
}

.gloval_nav{
	clear:both;
	display: block!important;background-color: #322626;
}

.gloval_nav ul{
	    display: table;
    width: 100%;
    max-width: 980px;
    margin: auto;
    position: relative;
  }
  
.gloval_nav li{
	    display: table-cell;
    max-width: 120px;
  }
  
.gloval_nav li &gt; a {
	      position: relative;
    display: block;
    font-size: 14px;
     font-family: yu-mincho-pr6, "Yu Mincho", YuMincho, HG譏取悃B, "MS Mincho", serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: 1em 0;
    letter-spacing: 1px;
    transition: all ease 300ms;
  }
  
  
  .gloval_nav li &gt; a:hover{
	  color:#eaca6b;
  }


 
.uq_spNavi {
  display: none;
}

.el_humburger {
	display:none;
}


 
 /* main */
  
  .wrap {
  width: auto;
  max-width: 1024px;
  margin:0 auto;
}

.content {
  padding: 50px 0 80px;
}



.main_copy{
	position:absolute;
	color:#FFF;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	top:20%;
	left:10%;
	font-size:8rem;
	line-height:0.6;
	text-align:left;
	
}

.main_copy2{
	position:absolute;
	color:#322525;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	top:20%;
	left:10%;
	font-size:8rem;
	line-height:0.6;
	text-align:left;
	
}

.main_caption{
	position:absolute;
	right:0;
	bottom:0;
	display:inline-block;
	background:#000;
	color:#FFF;
	font-size:16px;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	padding:5px 10px;
}

.main_copy span.s_size{
	font-size:3.2rem;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}

.main_copy2 span.s_size{
	font-size:3.2rem;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}


@media screen and (max-width: 900px) {

.main_copy{
	font-size:2.2rem;
	line-height:1;
}

.main_copy span.s_size{
	font-size:1rem;
}
	
.main_copy2{
	font-size:2.2rem;
	line-height:1;
}

.main_copy2 span.s_size{
	font-size:1rem;
}
}


@media screen and (max-width: 768px) {
  .content {
    padding: 9.6vw 10px;
  }


.main_copy{
	font-size:1.8rem;
	line-height:0.8;
}

.main_copy span.s_size{
	font-size:1.0rem;
}
	
.main_copy2{
	font-size:1.6rem;
	line-height:0.8;
}

.main_copy2 span.s_size{
	font-size:1.0rem;
}


.main_caption{
	position:absolute;
	right:0;
	bottom:41%;
	display:inline-block;
	background:#000;
	color:#FFF;
	font-size:10px;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	padding:5px 10px;
}


}

.content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .content a {
    display: block;
    max-width: 532px;
    margin: auto;
  }
}

.content a .image {
  width: 532px;
}


@media screen and (max-width: 768px) {
  .content a .image {
    width: auto;
  }
}

.content a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 409px;
  padding: 40px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .content a .text {
    display: block;
    width: auto;
    padding: 24px 0 0;
  }
}

.content a .text--leftSide {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .content a .text--leftSide {
    padding-left: 0;
  }
}

.content a .text--rightSide {
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .content a .text--rightSide {
    padding-right: 0;
  }
}

.content a .text .name {
  font-family: "Cinzel", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1.6px;
  letter-spacing: 0.05em;
  padding: 0.1px 0;
}

@media screen and (max-width: 768px) {
  .content a .text .name {
    font-size: 24px;
  }
}

.content a .text .catch {
  margin: 37px 0 0;
  font-size: 22px;
  line-height: 1.73;
  letter-spacing: 1.1px;
  letter-spacing: 0.05em;
  padding: 0.1px 0;
}

.content a .text .catch:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.73) * 0.5em);
}

.content a .text .catch:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.73) * 0.5em);
}

@media screen and (max-width: 768px) {
  .content a .text .catch {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.5;
  }
}

.content a .text .en {
  margin: 30px 0 0;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.6px;
  letter-spacing: 0.05em;
  padding: 0.1px 0;
}

.content a .text .en:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
}

.content a .text .en:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.67) * 0.5em);
}

@media screen and (max-width: 768px) {
  .content a .text .en {
    margin: 20px 0 0;
    font-size: 10px;
    line-height: 1.4;
  }
}

.content a .text .btn {
  margin: 40px 0 0;
  border: 1px solid #231815;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .content a .text .btn {
    margin: 6.66667vw 0 0;
    font-size: 3.2vw;
    line-height: 9.06667vw;
  }
}



@media screen and (min-width: 769px) {
  .content a:hover .btn {

    background-color: #efe8d1;
  }


}

@media screen and (min-width: 769px) {
  .content a:hover .btn {
    background-color: #efe8d1;
  }
}

.btn {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .btn {
    margin-top: 24px;
  }
}

.btn {
  border: solid 1px #fff;
}

.btn:before {
  background-color: #fff;
}

.btn:after {
  background-color: #fff;
}

.content:nth-of-type(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content:nth-of-type(odd) {
  background: #595757;
  color: #333;
}

.content:nth-of-type(4n-1) {
  background: #d3d3d3;
  color: #333;
}


.content:nth-of-type(odd) a {
  color: #fff;
}

.content:nth-of-type(4n-1) a {
  color: #333;
}

.content04 a:hover .btn {
color: #333;
}

/*  .content.content02, .content.content06 {
    background: #595757; }

  .content.content04 {
     background: #d3d3d3;
    }*/
	
 /* room */
 
#room_plan{
	width:100%;
	  max-width: 1024px;
  margin:0 auto;
}

#room_plan .room_box{
	width:30%;
	height:auto;
	padding:10px;
	background-color:#eaeff9;
	display:inline-block;
	margin:5px;
}

#room_plan .room_box h3{
	font-size:28px;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:5px;
}

#room_plan .room_box .madori{
	background-color:#FFF;
	width:90%;
	height:auto;
	padding:5%;
	text-align:center;
}

#room_plan .room_box .madori img{
	width:100%;
	height:auto;
}

#room_plan .room_box li.room_no{
	display:inline-block;
}

#room_plan .room_box ul.romm_info{
	margin-top:10px;
}

#room_plan .room_box li.room_spec{
	font-size:14px;
	line-height:20px;
}

#room_plan .room_box li.room_spec span{
	display:inline-block;
	width:10em;
}

 /* contact */
 

 
 .contact_back{
	 width:100%;
	 background-color:#f9f9f8;
 }

#contact{
		width:100%;
	  max-width: 1000px;
  margin:0 auto;
  text-align:center;
  background-color: #f9f9f8;
  padding-top:30px;
}

#contact h3{
	font-size:24px;
	border-bottom:#9c7d42 solid 2px;
	padding-bottom:5px;
	color:#9c7d42;
	display:inline-block;
	text-align:center;
}

#contact .contact_area{
			width:100%;
	  max-width: 1000px;
  margin:0 auto;
  padding-top:30px;
  margin-bottom:30px;
}


.contact_sec{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}

#contact .coment_box{
	max-width: 1000px;
	width:100%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}




#contact .contact_box{
	width:50%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

#contact .contact_area .contact_box li{
	display:inline-block;
	vertical-align:top;
}

#contact .contact_area .contact_box li p{
	text-align:left;
	padding-left:5px;
}

#contact .contact_box h5{
	font-size:16px;
	border-bottom:#333 1px solid;
	padding-top:30px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:30px;
	display:inline-block;
}

#contact .contact_box p.tel_no{
	font-size:36px;
	font-weight:bold;
	font-family: "EB Garamond"
}

#contact .contact_box02{
	width:100;
	height:auto;
	display:inline-block;
	vertical-align:top;
	margin-bottom:60px;
}

#contact .contact_box02 li{
	display:table-cell;
}


#contact .contact_box02 .button01{
	display:block;
	width:300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #880000;
  color: #fff;
    margin-right:40px;
	margin-bottom:10px;
}

#contact .contact_box02 .button01:hover {
  background-color: #333;
}
#contact .contact_box .button01::before,
#contact .contact_box .button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#contact .contact_box02 .button01,
#contact .contact_box02 .button01::before,
#contact .contact_box02 .button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#contact .contact_box02 .button02{
	display:block;
	width:300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #e6e5e4;
  color: #333;
  margin-left:40px;

}

#contact .contact_box02 .button02:hover {
  background-color: #f6baa0;
}
#contact .contact_box .button02::before,
#contact .contact_box .button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#contact .contact_box02 .button02,
#contact .contact_box02 .button02::before,
#contact .contact_box02 .button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}




 /* bana */

#bana{
			width:100%;
	  max-width: 1024px;
  margin:0 auto;
	text-align:center;
	border:#CCC 1px solid;

}

#bana img{
	width:100%;
	height:auto;
}

 /* footer */
 
#footer{
	width:100%;
	height:auto;
	background-color:#151515;
	
}

#footer .footer_nav{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}

#footer .footer_nav li{
	display:inline-block;
	padding:5px;
	font-size:12px;
	color:#FFF;
}

#footer .footer_nav li a{	color:#FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

#footer .footer_nav li a:hover{
	color:#9c7d42;
}

#footer .comapny{
	width:100%;
	margin-top:20px;
	padding-bottom:50px;
	text-align:center;
}

#footer .comapny .left{
	margin-left:10px;
	display:inline-block;
}

#footer .comapny .right{
	color:#FFF;
	font-size:10px;
	margin-right:10px;
}


#map_style{
	  width: 100%;
  max-width:980px;
  height:auto;
  margin:0 auto;
  padding:10px;
}

#map_style img{
	  width: 100%;
  height:auto;
}


.map_tittle{
	padding-top:20px;
}

.map_tittle h2{
	font-size:50px;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}

.map_tittle p{
	font-size:20px;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	padding-bottom:20px;
}


.contentArea {
  max-width: 980px;
  margin: 0 auto;
}


.bottommBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  padding-top:20px;
}

.mapBtn {
  height: 50px;
  position: relative;
  text-align: center;
  width: 274px;
}

@media screen and (max-width: 768px) {
	.bottommBtnArea {
		padding-top:0px;
		padding-bottom:20px;
	}
  .mapBtn {
    height: calc(130vw / 750 * 100);
    width: calc(676vw / 750 * 100);
	margin:15px auto;
  }
}

.mapBtn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #645041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'EB Garamond', serif;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

.mapBtn__link:hover, .cvBtn__link:hover {
  color: #ba967d;
}

@media screen and (max-width: 768px) {
  .mapBtn__link {
    font-size: calc(40vw / 750 * 100);
    letter-spacing: .05em;
    line-height: 1;
  }
}


.mapBtn .square {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  /*  -webkit-transition: .3s 2.5s;
  -o-transition: .3s 2.5s;
  transition: .3s 2.5s;*/
  width: 100%;
  will-change: auto;
  pointer-events: none;
}

.mapBtn .square--top .frame:before, .mapBtn .square--top .frame:after {
  background-color: #ba967d;
}

.mapBtn .square--bottom .frame:before, .mapBtn .square--bottom .frame:after {
  background-color: #5f4d41;
}

.mapBtn .square .frame:before, .mapBtn .square .frame:after {
  content: '';
  position: absolute;
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
  will-change: auto;
}

.mapBtn .square .frame--h:before, .mapBtn .square .frame--h:after {
  height: 1px;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  width: 100%;
}

.mapBtn .square .frame--h:before {
  top: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.mapBtn .square .frame--h:after {
  bottom: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.mapBtn .square .frame--v:before, .mapBtn .square .frame--v:after {
  height: 100%;
  top: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  width: 1px;
}

.mapBtn .square .frame--v:before {
  left: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.mapBtn .square .frame--v:after {
  right: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.mapBtn.aos-animate .square--top {
  -webkit-transform: translate(-1.2%, -7%);
  -ms-transform: translate(-1.2%, -7%);
  transform: translate(-1.2%, -7%);
}

@media screen and (max-width: 768px) {
  .mapBtn.aos-animate .square--top {
    -webkit-transform: translate(-1.2%, -7%);
    -ms-transform: translate(-1.2%, -7%);
    transform: translate(-1.2%, -7%);
  }
}

.mapBtn.aos-animate .square--bottom {
  -webkit-transform: translate(0%, 2%);
  -ms-transform: translate(0%, 2%);
  transform: translate(0%, 2%);
}

@media screen and (max-width: 768px) {
  .mapBtn.aos-animate .square--bottom {
    -webkit-transform: translate(1.2%, 8.5%);
    -ms-transform: translate(1.2%, 8.5%);
    transform: translate(1.2%, 8.5%);
  }
}

.mapBtn.aos-animate .square .frame--h:before, .mapBtn.aos-animate .square .frame--h:after, .mapBtn.aos-animate .square .frame--v:before, .mapBtn.aos-animate .square .frame--v:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mapBtn__link .jp {
  color: #ba967d;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .mapBtn__link .jp {
    font-size: calc(20vw/750*100);
    opacity: .5;
  }
}

.mapBtn__link .en {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .mapBtn__link .en {
    font-size: calc(36vw/750*100);
  }
}

.nextBackArea, .nextBackArea::before {
  display: none;
}


.plan_list{display: flex; flex-wrap: wrap;justify-content: space-between;}
.plan_list .plan_box{width:48%;position: relative;height:580px;margin-bottom: 40px;}
.plan_list .plan_box a{border: 1px solid #AAA;display: block;height:580px;}
.plan_list .plan_box a:hover{background-color: #F5F1ED;}
.plan_list .plan_box a:before{height: 16px; width: 100%;background: linear-gradient(to right,  rgba(238,233,226,1) 0%,rgba(229,217,204,1) 100%);display: block;content: "";}
.plan_list .plan_box .abstxt01{position: absolute;font-family: "EB Garamond"; font-size: 30px;top:40px; left:30px;line-height: 100%;}
.plan_list .plan_box .abstxt02{position: absolute;font-family: "EB Garamond"; font-size: 22px;top:85px; left:30px;line-height: 100%;}
.plan_list .plan_box .abstxt05{position: absolute;font-size:20px;top:120px; left:30px;line-height: 100%;}

.plan_list .plan_box .abstxt03{position: absolute;font-family: "EB Garamond"; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;color: #555;right: 30px;top:40px;border: 1px solid #555;}
.plan_list .plan_box .abstxt06{position: absolute;font-family: "EB Garamond"; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;color: #555;right: 30px;top:110px;border: 1px solid #555;}
.plan_list .plan_box .abstxt03:before{width: 8px;height: 8px;border-top: 1px solid #555;border-right: 1px solid #555;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 5px 0px 0 20px;}
.plan_list .plan_box .abstxt04{position: absolute; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;background-color: #5E5E5E;color: #FFF;right: 0;top:0px;}
.plan_list .plan_box .absimg01{position: absolute;bottom:20px;width: 80%;margin: auto;left: 0;right: 0;}


.plan_list{display: flex; flex-wrap: wrap;justify-content: space-between;}
.plan_list .plan_box02{width:48%;position: relative;height:580px;margin-bottom: 40px; border: 1px solid #AAA;display: block;height:580px;}
.plan_list .plan_box02 .under_link{width:100%; position:absolute; bottom:0; height:32px; background-color:#666; color:#FFF; text-align:center; font-size:20px;}
.plan_list .plan_box02:before{height: 16px; width: 100%;background: linear-gradient(to right,  rgba(238,233,226,1) 0%,rgba(229,217,204,1) 100%);display: block;content: "";}
.plan_list .plan_box02 a{border: 0px solid #AAA;display: block;height:560px;}
.plan_list .plan_box02 a:hover{background-color: #F5F1ED;}
.plan_list .plan_box02 .abstxt01{position: absolute;font-family: "EB Garamond"; font-size: 30px;top:40px; left:30px;line-height: 100%;}
.plan_list .plan_box02 .abstxt02{position: absolute;font-family: "EB Garamond"; font-size: 22px;top:85px; left:30px;line-height: 100%;}
.plan_list .plan_box02 .abstxt05{position: absolute;font-size:20px;top:120px; left:30px;line-height: 100%;}
.plan_list .plan_box02 .abstxt03{position: absolute;font-family: "EB Garamond"; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;color: #555;right: 30px;top:40px;border: 1px solid #555;}
.plan_list .plan_box02 .abstxt06{position: absolute;font-family: "EB Garamond"; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;color: #555;right: 30px;top:110px;border: 1px solid #555;}
.plan_list .plan_box02 .abstxt03:before{width: 8px;height: 8px;border-top: 1px solid #555;border-right: 1px solid #555;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 5px 0px 0 20px;}
.plan_list .plan_box02 .abstxt04{position: absolute; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;background-color: #5E5E5E;color: #FFF;right: 0;top:0px;}
.plan_list .plan_box02 .absimg01{position: absolute;bottom:20px;width: 80%;margin: auto;left: 0;right: 0;}



.plan_list_r{display: flex; display: initial;flex-wrap: wrap;justify-content: space-between;}
.plan_list_r .plan_box{width:80%;position: relative;height:900px;margin-bottom: 40px;}
.plan_list_r .plan_box a{border: 1px solid #AAA;display: block;height:780px;}
.plan_list_r .plan_box a:hover{background-color: #F5F1ED;}
.plan_list_r .plan_box a:before{height: 16px; width: 100%;background: linear-gradient(to right,  rgba(238,233,226,1) 0%,rgba(229,217,204,1) 100%);display: block;content: "";}
.plan_list_r .plan_box .abstxt01{position: absolute;font-family: "EB Garamond"; font-size: 30px;top:40px; left:30px;line-height: 100%;}
.plan_list_r .plan_box .abstxt02{position: absolute;font-family: "EB Garamond"; font-size: 22px;top:85px; left:30px;line-height: 100%;}
.plan_list_r .plan_box .abstxt05{position: absolute;font-size:20px;top:120px; left:30px;line-height: 100%;}
.plan_list_r_r .plan_box .abstxt03{position: absolute;font-family: "EB Garamond"; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;color: #555;right: 30px;top:40px;border: 1px solid #555;}
.plan_list .plan_box .abstxt03:before{width: 8px;height: 8px;border-top: 1px solid #555;border-right: 1px solid #555;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 5px 0px 0 20px;}
.plan_list_r .plan_box .abstxt04{position: absolute; font-size: 14px;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;background-color: #5E5E5E;color: #FFF;right: 0;top:0px;}
.plan_list_r .plan_box .absimg01{position: absolute;bottom:20px;width: 80%;margin: auto;left: 0;right: 0;}

@media screen and (max-width: 768px) {
	.plan_list .plan_box{width:100%;}
.plan_list .plan_box02{width:100%;}
}

.grad-wrap{
	text-align:center;
}

.grad-btn {
	box-sizing: border-box;
	display:inline-block;
	padding:1px;
	width: 264px;
	margin: 0 auto;
	border: 1px solid #ccc;
	position: relative;
	font-size: 18px;
	letter-spacing: .46em;
	line-height: 51px;
	text-align: center;
	transition: color .3s;
	cursor: pointer;
	font-family: "貂ｸ譏取悃", YuMincho, "Hiragino Mincho ProN W3", "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
	  background-color: #9c7d42;
	color:#FFF;
}
.grad-btn::before {
  content: "邯壹″繧定ｦ九ｋ"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*髫�縺励◆迥ｶ諷九�鬮倥＆*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ縺ｧ髫�縺咎ｫ倥＆*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｯ蟶ｸ縺ｫ髱櫁｡ｨ遉ｺ*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "髢峨§繧�" /*繝√ぉ繝�け縺輔ｌ縺ｦ縺�◆繧峨∵枚險繧貞､画峩縺吶ｋ*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*繝√ぉ繝�け縺輔ｌ縺ｦ縺�◆繧峨�ｫ倥＆繧呈綾縺�*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*繝√ぉ繝�け縺輔ｌ縺ｦ縺�◆繧峨“rad-item縺ｮbefore繧帝撼陦ｨ遉ｺ縺ｫ縺吶ｋ*/
}

.stage4{
	max-width:1000px;
	margin: 0px auto;
	position: relative;
}

.stage5{
	max-width:1000px;
	height: 80px;
	margin: 0px auto;
	position: relative;
}

.stage img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition:opacity 0.3s;
	width:100%;
	height:auto;
}

.stage6{
	max-width:1000px;
	height:auto;
	margin: 0px auto;
	position: relative;
}
.stage7{
	width:100%;
	max-width:1115px;
	height:auto;
	margin: 0px auto;
	position: relative;
	text-align:center;
	
}
.stage13{
	width:100%;
	max-width:1000px;
	height:auto;
	margin: 0px auto;
	position: relative;
	text-align:center;
	
}

.stage12{
	width:100%;
	max-width:1115px;
	height:auto;
	margin: 0px auto;
	position: relative;
	text-align:center;
	margin-top:20px;
}

.stage8{
	max-width:1000px;
	height:auto;
	margin: 0px auto;
	background-color:#C1BEB2;
	position: relative;
}


.stage9{
	max-width:1000px;
	height:auto;
	margin: 0px auto;
	position: relative;
}

.stage10{
	max-width:1000px;
	height:auto;
	margin: 0px auto;
	position: relative;
}
.stage11{
	max-width:900px;
	height:auto;
	margin: 0px auto;
	float:center;
	font-family: 'Cinzel', serif;
	
	color: #BCA989;
}

eqnav{
text-align: center;
}
eqnav ul{
margin: 0 ;
padding: 0 ;
}
eqnav li{
list-style: none;
display: inline-block;
width: 10%;
min-width: 90px;
}
eqnav li:not(:last-child){
border-right:2px solid #ddd;
}
eqnav a{
text-decoration: none;
color: #333;
}
eqnav a.current{
color: #00B0F0;
border-bottom:2px solid #BCA989;
}
eqnav a:hover{
color:#BCA989;
border-bottom:2px solid #BCA989;
}

/** 險ｭ蛯�
===================================*/


p.eq_bun_L{
	animation-duration: 2s;/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ譎る俣 */
    animation-name: RightToLeft;/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ蜷� */
	max-width:860px;
	height:auto;
	font-size:28px;
	font-weight:0;
	text-align:center;
	font-family: 'Cinzel', serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:-5px;
	letter-spacing: 4px;
	color: #3B362C;
	padding:0 20px;
}


/** 險ｭ蛯�
===================================*/
.eq_tittle{
	max-width:1000px;
	text-align:center;
	height:35px;
	margin-bottom:40px;
}

.ep_photo_box{
	max-width:900px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.ep_photo_box_left{
	float:left;
	max-width:658px;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}

.ep_photo_box_left02{
	float:left;
	max-width:430px;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}

.ep_photo_box_m_left02{
	float:left;
	max-width:430px;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}

.ep_photo_box_m_right02{
	float:right;
	max-width:430px;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}
.ep_photo_box_center{
	max-width:900px;
	height:auto;
	padding-bottom: 20px;
}



.photo_box02{
	max-width:210px;
	float:left;
	margin-right:14px;
	margin-bottom:15px!important;
}

.photo_box03{
	max-width:230px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:15px!important;
}

.photo_box04{
	max-width:230px;
	float:left;
	margin-right:0px;
	margin-bottom:15px!important;
}

.eg_photo_box_right{
	max-width:210px;
	height:140px;
}

.iot_photo_box_right{
	max-width:230px;
	height:370px;
}
.iot_write_box_right{
	max-width:230px;
	height:230px;
}

.eg_photo_box_right02{
	max-width:210px;
	height:122px;
}

.eg_photo_box_right03{
	max-width:210px;
	height:80px;
}

.st_box02{
	max-width:290px;
	float:left;
	margin-right:10px;
}

.st_box_l{
	max-width:440px;
	float:left;
	margin-right:10px;
}

.st_photo_box_right{
	max-width:280px;
	height:140px;
}

.st_photo_box_right02{
	max-width:420px;
	height:300px;
}

.st_photo_box_right03{
	max-width:280px;
	height:80px;
}

p.eq_cap_midasi{
	max-width:210px;
	height:15px;
	font-size:14px;
	font-weight:900;
	text-align:center;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	margin-top:10px;
	margin-bottom:10px;
	color: #422D13;
}

p.iot_cap_midasi{
	max-width:210px;
	height:15px;
	font-size:14px;
	font-weight:900;
	text-align:center;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	margin-top:20px;
	margin-bottom:20px;
	color: #422D13;
}

p.eq_cap{
	max-width:210px;
	font-size:13px;
	line-height:17px;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	text-align:justify;
	color: #422D13;
	padding-bottom:15px;
}

p.st_cap_midasi{
	max-width:440px;
	height:40px;
	font-size:20px;
	text-align:center;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	margin-top:10px;
	margin-bottom:40px;
	color: #422D13;
}

p.st_cap{
	max-width:400px;
	font-size:15px;
	line-height:25px;
	text-align:center;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	text-align:justify;
	color: #422D13;
	margin-left:auto;
	margin-right:auto;
}

p.eq_cap_m_midasi{
	max-width:410x;
	height:15px;
	font-size:14px;
	font-weight:900;
	text-align:center;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	margin-top:10px;
	margin-bottom:10px;
	color: #422D13;
}

p.eq_cap_m{
	max-width:410px;
	height: 50pt;
	font-size:13px;
	line-height:17px;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	text-align:justify;
	color: #422D13;
}

@media screen and (max-width:899px) { 

.ep_photo_box{
	width:100%;
	height:auto;
	margin:0 auto;

}

.ep_photo_box img{
	width:100%;
	height:auto;
}
	
.iot_photo_box_right img{
	width:100%;
	height:auto;
}
	


	
.iot_write_box_right{
	float:none;
		max-width:100%;
	width:100%;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}
	
.ep_photo_box_left{
	float:none;
		max-width:100%;
	width:100%;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}

.eg_photo_box_right{
	max-width:100%;
	height:140px;
}

.ep_photo_box_m_right02{
	float:none;
	max-width:100px;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}

.ep_fle_box{
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	align-content: space-between;

}
	
.photo_box03{
	max-width:60%;
	float:none;
	margin-top:15px;
}

.photo_box02{
	max-width:30%;
	float:none;
	margin-top:15px;
}
.eg_photo_box_right{
	max-width:100%;
	height:auto;
}

}


@media screen and (max-width:520px) {

.photo_box02{
	max-width:45%;
	float:none;
	margin-bottom:15px;
	padding-bottom:20px;
}
	
.photo_box03{
	max-width:44%;
	float:none;
	margin-top:5px;
	margin-bottom:20px!important;
}
	
.iot_photo_box_right img{
	width:100%;
	height:auto;
}
	
.iot_write_box_right{
	float:none;
		max-width:100%;
	width:100%;
	height:auto;
	margin-right: 14px;
	padding-bottom: 5px;
}

}

.footer_btn{
	width:100%;
	background-color:#fff;
	position:fixed;
	bottom:0;
	z-index:99999;
	height:88px;
}

.footer_btn li{
	display:inline-block;
	  width:33.333%;
  width:calc(100% / 3);
	margin:0;
}

@media screen and (max-width:559px) { 
.footer_btn li{
	display:inline-block;
	  width:33.333%;
  width:calc(100% / 3);
	margin:0;
}
}

.footer_btn img{
width:100%;
margin:0;
}

.footer_btn a:hover{
opacity: 0.5 ;
}

.room_show{
	padding-left:20px;
	padding-right:20px;
}


.room_show_inner{
	width:100%;
	max-width:1000px;
	background-color:#FFF;
	margin:40px auto 0px;
	box-shadow: 0 0 30px gray;
}

.room_show_inner img{
	width:100%;
	height:auto;
}

.room_btn_box{
	width:100%;
	max-width:1000px;
	text-align:center;
	margin-top:30px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}


a.room_show_btn{
	background-color:#666;
	color:#FFF;
	font-size:16px;
	padding:5px 60px;
	margin:0 auto;
	display:inline-block;
}


a.room_show_btn:hover{
	background-color:#999;
}


.room_spec{
	position:relative;
	border-bottom:#CCC 1px solid;
}

.unker_box{
	background-color:#CCC;
	position:absolute;
	left:0px;
	bottom:0px;
	width:200px;
	height:20px;
	opacity: 0.3;
}

.room_spec p {
	padding:0px 30px;
	z-index:100;
}


.room_spec p span.room_typename{
	font-size:50px;
}

.room_spec p span.room_type_{
	font-size:50px;
	margin-left:50px;
}

.room_spec p span.roomlo_type_{
	font-size:30px;
	margin-left:10px;
}


.room_spec p span.room_menseki_{
	font-size:16px;
	margin-left:50px;
	
}

.room_spec p span.room_loft_{
	font-size:12px;
	margin-left:0px;
	
}

.room_spec p span.room_muki_{
	font-size:16px;
	margin-left:30px;
	
}

.room_spec p span.room_no_{
	font-size:20px;
	margin-left:0px;
}

.room_spec p span.room_menseki_suuji{
	font-size:28px;
	margin-left:5px;
}

@media screen and (max-width:559px) { 
.room_spec p span.room_typename{
	font-size:7vw;
}

.room_spec p span.room_type_{
	font-size:7vw;
	margin-left:20px;
}

.unker_box{
	display:none;
}


}


.top-access {  text-align: center; padding-top:40px;}

.top-access h2{ padding-bottom:40px;}

.font-l { font-size: 1.1em;}
.font-xl { font-size: 2.75em;}

.top-access ul{ margin:0 auto; justify-content: center;}

.top-access ul li {display:inline-block;  border-left: #000 1px solid; color: #000 !important; line-height: 1.5; padding-left: 10px; margin-right: 20px; text-align: center; font-size: 14px; vertical-align:middle;}
  
.top-access ul li:first-child{
	border-left:none;
}
.top-access ul li small { font-size: 11px;}
.top-access p { font-size: 10px; line-height: 1.6; color: #4c4a4a; display: inline-block; text-align: left; padding-top:20px;}

@media only screen and (max-width: 767px) {
.top-access { text-align: left; padding: 30px 15px;}
.top-access ul {flex-wrap: wrap;}
.top-access ul li { width: calc(30% - 20px); margin-right:8px;}
.top-access .sm-center { text-align: center;}
.top-access ul.sm-center { display: flex;  justify-content: center; align-items: center;}
.top-access ul.sm-center li { width: 40%;}
.top-access ul li+li { margin-top: 10px;}
}

@media only screen and (max-width: 400px) {
.top-access ul.sm-center li { width: 70%;}
}



.bonsai_box{
	width:1000px;
	margin:40px auto;
}

.bonsai_box h3.bonsai{
	font-size: 22px;
	letter-spacing: .32em;
	line-height: calc(54 / 32);
	line-height: 1.688;
	margin-bottom:40px;
}

.bonsai_box_in p{
	font-size: 14px;
	letter-spacing: .12em;
	line-height: calc(32 / 14);
	line-height: 2.285714286;
		margin-bottom:40px;
}

.bonsai_box_in{
	text-align:center;
}

.bonsai_photo_left{
	float:left;
}
.bonsai_right{
	float:right;
}

.bonsai_right p{
		font-size: 14px;
	letter-spacing: .12em;
	line-height: calc(32 / 14);
	line-height: 2.285714286;
	margin-top:60px;
	margin-bottom:40px;
}

.bonsai_photo_left02{
	float:right;
	margin-bottom:120px;
	margin-top:40px;
	margin-right:25px;
}

.caption_outrg{font-size: 10px;text-align: right;color: #333;}
.caption_outrg2{font-size: 10px;text-align: left;color: #333;}
.caption_outrg3{font-size: 10px;margin-right: 60px;text-align: right;color: #333;}

.ac_cyui{
	clear:both;
	max-width:1000px;
	text-align:right;
	margin-bottom: 16px;
}

p.ac_cyui{
	font-size:6px;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	color:#3B362C;
	padding-top:0.7em;
}


p.cyui{
	font-size:12px;
	font-family :"Times New Roman", "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pr6 W6", "Hiragino Mincho Pro", "HGS譏取悃E", "繝｡繧､繝ｪ繧ｪ", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", Meiryo, serif;
	color:#3B362C;
	padding-top:0.7em;
}


#gallery-contents{
	margin-bottom:80px;
}


#gallery-contents .ttl-img {
  max-width: 815px;
  width: 60%;
  top: 110px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%); }
#gallery-contents .en-ttl,
#gallery-contents .maincopy {
  text-align: center; }
#gallery-contents .p-box img {
  width: 100%;
  height: auto; }
#gallery-contents .p-box .note {
  display: block;
  text-align: right;
  margin-top: 5px; }
#gallery-contents .listBox ul {
  font-size: 0; }
  #gallery-contents .listBox ul li {
    display: inline-block;
    vertical-align: top; }
#gallery-contents .list01 ul li {
  margin-right: 2.3%;
  margin-top: 30px;
  width: 31.8%; }
  #gallery-contents .list01 ul li:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 700px) {
    #gallery-contents .list01 ul li {
      margin-top: 30px;
      width: 48%;
      margin-right: 4%; }
      #gallery-contents .list01 ul li:nth-child(2) {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    #gallery-contents .list01 ul li {
      margin-top: 20px;
      width: 100%;
      margin-right: 0%; } }

.hover-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.5s ease 0s background;
  transition: 0.5s ease 0s background; }
  @media screen and (max-width: 480px) {
    .hover-item {
      display: none; } }
  .hover-item:before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease 0s transform;
    transition: 0.3s ease 0s transform; }
    @media screen and (max-width: 768px) {
      .hover-item:before {
        width: 30px; } }
  .hover-item:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -webkit-transition: 0.3s ease 0s transform;
    transition: 0.3s ease 0s transform; }
    @media screen and (max-width: 768px) {
      .hover-item:after {
        width: 30px; } }
  .hover-item:hover {
    background-color: rgba(0, 0, 0, 0.7); }
    .hover-item:hover:before {
      -webkit-transform: translateX(-50%) scale(1.5, 1.5);
      transform: translateX(-50%) scale(1.5, 1.5); }
    .hover-item:hover:after {
      -webkit-transform: translateX(-50%) rotate(90deg) scale(1.5, 1.5);
      transform: translateX(-50%) rotate(90deg) scale(1.5, 1.5); }

.gallery_con01 {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  margin-top: 70px; }
  .gallery_con01 .f_left {
    float: left; }
  .gallery_con01 .f_right {
    float: right; }
  .gallery_con01 .f_inner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative; }
  .gallery_con01 .f_inner .note {
    position: absolute;
    bottom: 10px;
    right: 10px;
    line-height: 1;
    color: #FFFFFF;
    pointer-events: none; }
  .gallery_con01 .f_inner .note.t-shadow {
    text-shadow: 0 0 5px black; }
  .gallery_con01 .f_inner .note.t-white {
    color: #000000; }
  .gallery_con01 .line0 .f_fll {
    width: 100%; }
  .gallery_con01 .line0 .f_fll .f_inner {
    padding-bottom: 50%;
    background-image: url("../img/gallery/ph01.png"); }
  .gallery_con01 .line1::after,
  .gallery_con01 .line2::after {
    content: '';
    display: block;
    clear: both; }
  .gallery_con01 .line1 .f_left,
  .gallery_con01 .line2 .f_left {
    width: 49.6%; }
  .gallery_con01 .line1 .f_left .f_inner,
  .gallery_con01 .line2 .f_left .f_inner {
    padding-bottom: 65%; }
  .gallery_con01 .line1 .f_right,
  .gallery_con01 .line2 .f_right {
    width: 49.6%; }
  .gallery_con01 .line1 .f_right .f_inner,
  .gallery_con01 .line2 .f_right .f_inner {
    padding-bottom: 65%; }
  .gallery_con01 .line1::after {
    content: '';
    display: block;
    clear: both; }
  .gallery_con01 .line1 .f_left,
  .gallery_con01 .line1 .right01,
  .gallery_con01 .line1 .right02 {
    padding-top: 0.8%; }
  .gallery_con01 .line1 .f_left .f_inner {
    padding-bottom: 91.6%;
    background-image: url("../img/gallery/ph02.png"); }
  .gallery_con01 .line1 .right01 .f_inner {
    padding-bottom: 45%;
    background-image: url("../img/gallery/ph03.png"); }
  .gallery_con01 .line1 .right02 .f_inner {
    padding-bottom: 45%;
    background-image: url("../img/gallery/ph04.png"); }
  .gallery_con01 .line2::after {
    content: '';
    display: block;
    clear: both; }
  .gallery_con01 .line2 .left01,
  .gallery_con01 .line2 .left02,
  .gallery_con01 .line2 .left03 {
    padding-top: 0.8%;
    width: 32.8%;
    margin-left: 0.8%; }
  .gallery_con01 .line2 .left01 {
    margin-left: 0; }
  .gallery_con01 .line2 .left01 .f_inner {
    padding-bottom: 65%;
    background-image: url("../img/gallery/ph05.png"); }
  .gallery_con01 .line2 .left02 .f_inner {
    padding-bottom: 65%;
    background-image: url("../img/gallery/ph06.png"); }
  .gallery_con01 .line2 .left03 .f_inner {
    padding-bottom: 65%;
    background-image: url("../img/gallery/ph07.png"); }
  .gallery_con01 .line4 {
    padding-top: 0.8%; }
    .gallery_con01 .line4 .f_fll {
      width: 100%; }
    .gallery_con01 .line4 .f_fll .f_inner {
      padding-bottom: 50%;
      background-image: url("../img/gallery/ph08.png"); }
  @media screen and (max-width: 600px) {
    .gallery_con01 {
      padding-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .gallery_con01 .line0 .f_fll {
      width: 100%; }
    .gallery_con01 .line0 .f_fll .f_inner {
      padding-bottom: 70%; }
    .gallery_con01 .line1,
    .gallery_con01 .line2 {
      padding-top: 0%; }
    .gallery_con01 .line2 .left01,
    .gallery_con01 .line2 .left02,
    .gallery_con01 .line2 .left03 {
      padding-top: 0.8%;
      width: 100%;
      margin-left: 0%; }
    .gallery_con01 .line1 .f_left,
    .gallery_con01 .line1 .f_right,
    .gallery_con01 .line2 .f_left,
    .gallery_con01 .line2 .f_right {
      padding-top: 5px;
      float: none;
      width: 100%; }
    .gallery_con01 .line1 .f_left .f_inner,
    .gallery_con01 .line1 .f_right .f_inner,
    .gallery_con01 .line2 .f_left .f_inner,
    .gallery_con01 .line2 .f_right .f_inner {
      width: 100%;
      padding-bottom: 70%; }
    .gallery_con01 .line1 .f_right .f_inner,
    .gallery_con01 .line2 .f_left .f_inner {
      padding-bottom: 70%; }
    .gallery_con01 .line4 .f_fll .f_inner {
      padding-bottom: 65%; } }

/* room_un */

#room_un{
		width:100%;
	  max-width: 950px;
  margin:0 auto;
  text-align:center;
 
  padding-top:30px;
}

#room_un h3{
	font-size:30px;
	border-bottom:#9c7d42 solid 2px;
	padding-bottom:5px;
	color:#9c7d42;
	display:inline-block;
	text-align:center;
}

#room_un .room_un_area{
			width:100%;
	  max-width: 950px;
  margin:0 auto;
  padding-top:30px;
  margin-bottom:30px;
}


.room_un_sec{
	width:100%;
	max-width:950px;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}




#room_un .room_un_box{
	width:100%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}

#room_un .room_un_area .room_un_box li{
	display:inline-block;
	vertical-align:top;
}

#room_un .room_un_area .room_un_box li p{
	text-align:left;
	padding-left:5px;
}

#room_un .room_un_box h5{
	font-size:16px;
	border-bottom:#333 1px solid;
	padding-bottom:5px;
	padding-left:60px;
	padding-right:60px;
	display:inline-block;
}

#room_un .room_un_box p.tel_no{
	font-size:36px;
	font-weight:bold;
}

#room_un .room_un_box02{
	width:100;
	height:auto;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}

#room_un .room_un_box02 li{
	display:table-cell;
}


#room_un .room_un_box02 .button01{
	display:block;
	width:200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #880000;
  color: #fff;
    margin-right:40px;
	margin-bottom:10px;
}

#room_un .room_un_box02 .button01:hover {
  background-color: #333;
}
#room_un .room_un_box .button01::before,
#room_un .room_un_box .button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#room_un .room_un_box02 .button01,
#room_un .room_un_box02 .button01::before,
#room_un .room_un_box02 .button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


#room_un .room_un_box02 .button02{
	display:block;
	width:300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #e6e5e4;
  color: #333;
  margin-left:40px;

}

#room_un .room_un_box02 .button02:hover {
  background-color: #f6baa0;
}
#room_un .room_un_box .button02::before,
#room_un .room_un_box .button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#room_un .room_un_box02 .button02,
#room_un .room_un_box02 .button02::before,
#room_un .room_un_box02 .button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}






/* slider */
#slider_container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 1s ease 0s opacity;
  transition: 1s ease 0s opacity; }
  #slider_container.active {
    pointer-events: auto;
    opacity: 1; }

#overraySlide_container {
  width: 100%;
  height: 100vh;
  position: relative; }

.slick-slider .slick-list,
.slick-track {
  width: 100%;
  height: 100vh; }

.slick-dots {
  bottom: 0;
  padding: 20px 0 30px;
  z-index: 1000;
  background-color: black;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s ease 0s transform;
  transition: 0.3s ease 0s transform; }
  .slick-dots li button:before {
    color: white;
    opacity: 0.3; }
  .slick-dots li.slick-active button:before {
    color: white; }
  .slick-dots.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.overraySlider_arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .overraySlider_arrow .slick-prev,
  .overraySlider_arrow .slick-next {
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px; }
  .overraySlider_arrow .slick-prev {
    left: 25px; }
  .overraySlider_arrow .slick-next {
    right: 25px; }

#overraySlider_close {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease 0s opacity , 0.3s ease 0s transform;
  transition: 0.3s ease 0s opacity , 0.3s ease 0s transform; }
  #overraySlider_close.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.slide_div {
  width: 100%;
  height: 100vh;
  position: relative; }
  .slide_div .note {
    position: absolute;
    bottom: 75px;
    right: 10px;
    line-height: 1;
    color: #FFFFFF;
    display: block;
    background-color: black;
    padding: 5px 10px;
    text-shadow: 0 0 5px black; }

.overraySlider {
  width: 100%;
  height: 100vh; }

.overraySlider_pic {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .overraySlider_pic#slide_1 {
    background-image: url("../img/gallery/ph01.png"); }
  .overraySlider_pic#slide_2 {
    background-image: url("../img/gallery/ph02.png"); }
  .overraySlider_pic#slide_3 {
    background-image: url("../img/gallery/ph03.png"); }
  .overraySlider_pic#slide_4 {
    background-image: url("../img/gallery/ph04.png"); }
  .overraySlider_pic#slide_5 {
    background-image: url("../img/gallery/ph05.png"); }
  .overraySlider_pic#slide_6 {
    background-image: url("../img/gallery/ph06.png"); }
  .overraySlider_pic#slide_7 {
    background-image: url("../img/gallery/ph07.png"); }
  .overraySlider_pic#slide_8 {
    background-image: url("../img/gallery/ph08.png"); }

.top_contents00{margin:0 0 10px 0;}
.top_contents00 h2{position: absolute;color: #FFF;bottom:120px;font-weight: 100;font-size: 24px;letter-spacing: 0.15em;text-align: center;margin: auto;left:0;right:0;z-index:101;}
.top_contents00 h6{position: absolute;color: #FFF;bottom: 0;font-weight: 100;font-size: 14px;letter-spacing: 0.15em;text-align: center;margin: auto;left:0;right:0;font-family: "EB Garamond"; z-index:101;}
.top_contents00 h6:after{content:"";display: block;width: 1px;height: 30px;background-color: #FFF;margin: 30px auto 0 auto;}
.top_contents00 h5:before{content:"";display: block;width: 1px;height: 35px;background-color: #000;margin:0 auto 30px auto;}
.top_contents00 h5{color: #000;font-weight: 100;font-size: 16px;letter-spacing: 0.15em;text-align: center;font-family: "EB Garamond";margin-top: -5px;z-index:101;}
.top_contents00 h3{color: #000;font-weight: 100;font-size: 14px;letter-spacing: 0.15em;text-align: center;margin:30px 0 0 0;line-height: 260%;z-index:101;}

.top_information{margin: 80px auto; max-width: 800px; text-align:center;}

.top_information_btn{display:flex;    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; } 
	
	.top_information_btn a:hover{
		opacity:0.5;
	}
.top_information h5{font-size: 18px;font-weight:bold; padding:10px 60px; text-align: center; margin-bottom:20px;line-height: 200%; background-color:#917842; color:#FFF; display:inline-block; box-shadow: 0 0 8px gray;}
.top_information h6{font-family: "EB Garamond"; font-size: 16px; letter-spacing: 0.15em;font-weight: 100;text-align: center;}
.top_information h6:after{content: "";display: block;height: 1px;background-color: #555;margin: 10px auto;}
.top_information dl{font-size: 18px;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 20px 0 0 0;align-items: center;}
.top_information dt{width: 10%;margin-bottom: 10px;}
.top_information dd{width: 85%;margin-bottom: 10px;vertical-align: middle;}
.top_information dd a{display: inline-block;padding: 10px 20px;background-color: rgba(226,207,182,0.5);margin-left: 40px;}
.top_information dd a:hover{opacity: 0.8;}
.top_information h5{font-size: 14px;font-weight:100;border-top: 1px solid#555;padding:15px 0 0 0;text-align: center;margin-top: 20px;line-height: 150%;}


	.pageDirection {
  background-color: #fff;
  border-bottom:#000 1px solid;
    border-top:#000 1px solid;
}

.pageDirection__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageDirection__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner {
    padding: 0px 0%;
  }
}

.pageDirection__inner:before {
  background-color: #000;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__inner:before {
    height: 50px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner:before {
    height: 50px;
    width: 1px;
  }
}

.pageDirection__link {
  color: #000;
  display: block;
  letter-spacing: .1em;
  line-height: 1.2;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .pageDirection__link {
    font-size: 22px;
  }
  .pageDirection__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link {
    font-size: 16px;
  }
}

.pageDirection__link:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__link:before {
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link:before {
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__link--previous {
    padding:15px 80px 30px;
	background-image: url("../img/common/arrow_left.svg");
	background-repeat:no-repeat;
	background-size: 10% 100%;
	background-position: left center;
	color: #000;
	display: block;
	text-align: left;
	line-height: 140%;
  }
  .pageDirection__link--previous span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 14px;}
}

@media screen and (max-width: 768px) {
  .pageDirection__link--previous {
    padding:22px 0 30px 7%;
	background-image: url("../img/common/arrow_left.svg");
		background-repeat:no-repeat;
	background-size:15px 100%;
	background-position: left 5px center;
	color: #000;
	display: block;
	text-align: left;
	line-height: 140%;
  }
  .pageDirection__link--previous span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 10px;}
}

.pageDirection__link--previous:before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .pageDirection__link--next {
    padding:15px 80px 30px;
	background-image: url("../img/common/arrow_right.svg");
	background-repeat:no-repeat;
	background-size: 10% 100%;
	background-position: right center;
	color: #000;
	display: block;
	text-align: right;
	line-height: 140%;
  }
  .pageDirection__link--next span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 14px;}
  
}

@media screen and (max-width: 768px) {
  .pageDirection__link--next {
    padding:22px 7% 30px 0;
	background-image: url("../img/common/arrow_right.svg");
	background-repeat:no-repeat;
	background-size:15px 100%;
	background-position: right 5px center;
	color: #000;
	display: block;
	text-align: right;
	line-height: 140%;
  }
  .pageDirection__link--next span{font-family: "EB Garamond"!important;letter-spacing: 0.15em;font-size: 10px;}
}

.pageDirection__link--next:before {
  right: 0;
}

	
.location_photo_box{
	text-align:center;
	display:flex;
}

.location_photo_box diV{
	padding:2px;
}

    @media screen and (max-width: 768px) {
.location_photo_box{
	text-align:center;
	flex-wrap: wrap;
}

.location_photo_box diV{
	width:100%;
}
	}
.stru_photo_box{
	text-align:center;
	display:flex;
}

.stru_photo_box diV{
	padding:2px;
}

    @media screen and (max-width: 768px) {
.stru_photo_box{
	text-align:center;
	flex-wrap: wrap;
}

.stru_photo_box diV{
	width:100%;
	max-width:900px;
}
	}
p.c-text-l{
	font-size:25px;
	letter-spacing: 5px;
	color:#FFF;
	line-height:30px;
text-shadow: 1px 2px 2px #808080;
}
span.c-text-m{
	font-size:12px;
	color:#FFF;
	line-height:5px;
text-shadow: 1px 2px 2px #808080;
}


    @media screen and (max-width: 768px) {
		p.c-text-l{
	font-size:22px;
	color:#FFF;
	line-height:32px;
text-shadow: 1px 2px 2px #808080;
}
span.c-text-m{
	font-size:14px;
	color:#FFF;
	line-height:26px;
text-shadow: 1px 2px 2px #808080;
}}


.premire_mark{
	position:absolute;
	top:0px;
	right:0px;
}

.premire_mark img{
	width:60%;
	height:auto;
}

.photo_card{
	margin-top:60px;
	width:360px;
	height:auto;
}

.photo_card img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 768px) {
.premire_mark{
	position:inherit;
	top:50px;
	left:15%;
}
.premire_mark img{
	width:40%;
	height:auto;
}

.photo_card{
	margin-top:40px;
	width:280px;
	height:auto;
}
}</pre></body></html>