/*******/
/*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;
}


.fixed_btn { 
position: fixed;
	font-family: "源ノ明朝", serif;
	letter-spacing: 2px;
bottom: 250px;
right: 0px;
	width: 50px;
	height: 270px;
	background-color: #d7005b;
	font-size: 22px;
	text-align: left;
	color: #fff;
	padding: 10px;
	z-index: 9999999;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


.fixed_btn .s_txt{
	font-size: 14px;
	line-height: 1;
}



.fixed_btn a:hover{
		 opacity: 0.6;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


@media only screen and (max-width: 767px) {

.fixed_btn { 
position: fixed;
	font-family: "源ノ明朝", serif;
	letter-spacing: 2px;
bottom: 0px;
right: 0px;
	width: 100%;
	height: 76px;
	background-color: #d7005b;
	font-size: 18px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	padding: 10px;
	z-index: 9999999;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
}
	
	.fixed_btn .s_txt{
	font-size: 11px;
	line-height: 1;
}
.fixed_btn .s_txt .pc_only{
	display:none;
}
	
}


.sp_only{
	display:none;
}

.pc_only{
	display:block;
}

@font-face {
  font-family: "源ノ明朝";
  src: url("font/SourceHanSerifJP-Regular.woff") format("woff"), url("font/SourceHanSerifJP-Regular.otf") format("opentype");
  }


/* common */

.ef_zoom  {
  display: inline-block;
  overflow: hidden;
}

.ef_zoom img {
width: 100%;
height: auto;
transform: scale(1.5);
animation: animationZoom1 5s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.1)}
}




a{
	color: #000;
	text-decoration: none;
	transition: 0.5s ;
}



body{
	/*font*/
	font-family: "源ノ明朝", serif;
	color:#333930;
	line-height: 1.6;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	background-color:#fff;
	padding-top: 100px !important;
	background-position: center 100px !important;
}


.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: "源ノ明朝", serif;
}

#wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
 background-color:#fff;
  background-size: 520px auto, 100% 100%;

}


#contents_box{
	width:100%;
	height:auto;
}

#contents_box_way{
	width:100%;
	height:auto;
	margin-top:50px;
}


.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mb120 { margin-bottom: 120px;}



.flex_wrap{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.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:126px;
	}
#slider-pro{
	width:100%;
	height:auto;
}

.top_copy_box{
	color:#000;
	font-size:120%;
	line-height:3;
}

.top_copy_box span{
	font-size:150%;
	font-weight:bold;
	margin-bottom:20px;
	letter-spacing:10px;
}

.adviserbox_outline{
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}


.mapBlock {
	margin-top: 40px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mapBlock {
    height: 560px;
  }
}

@media (max-width: 768px) {
  .mapBlock {
    height: 480px;
    width: 100%;
  }
}

.mapBlock .mapWindow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  overflow: visible !important;
  padding: 15px 20px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -160px);
          transform: translate(-50%, -160px);
  white-space: nowrap;
  width: auto;
}

@media screen and (min-width: 769px) {
  .mapBlock .mapWindow {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .mapBlock .mapWindow {
    font-size: 12px;
  }
}

.mapBlock .mapWindow:after {
  background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) #ffffff;
  bottom: -4px;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 15px;
}

.mapBlock .centerLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible !important;
  padding: 15px 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -130px);
          transform: translate(-50%, -130px);
}

.mapBlock .centerLabel:after {
  background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) #ffffff;
  bottom: -4px;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 15px;
}

@media screen and (min-width: 769px) {
  .mapBlock .centerLabel__logo {
    height: 45px;
    margin-top: 10px;
    width: 68px;
  }
}

@media (max-width: 768px) {
  .mapBlock .centerLabel__logo {
    height: 34px;
    margin-top: 10px;
    width: 52px;
  }
}

.mapBlock .centerLabel img {
  height: 32px;
}

.mapBlock .centerLabel--lower {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mapBlock .centerLabel--lower:after {
  bottom: unset;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mapBlock.is-clicked .centerLabel {
  display: none !important;
}



@media screen and (min-width: 769px) {
  .mapBtn + .mapBlock {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .mapBtn + .mapBlock {
    margin-top: 40px;
  }
}


/* header */
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width:100%;
    background-color: #fff;
  }

#top_header{
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  *zoom: 1;
  position: relative;
  background-color: #fff;

}

#top_header .prime{
	float:left;
	padding:10px;
}

#top_header .prime img{
	width:180px;
}


#top_header .Property_Name{
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-left:10px;
	color:#666;
	margin-top:25px;
	
}

#top_header ul.nav_menu_ul{
	float:right;
	padding-top:40px;
	margin-right:30px;
}

#top_header ul.nav_menu_ul li{
	display:inline-block;
	margin-right:10px;
}

.gloval_nav{
	clear:both;
	border-top: 1px solid #b5a689;
	display: block!important;background-color: #231815;
}

.gloval_nav ul{
	    display: table;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;
  }
  
.gloval_nav li{
	    display: table-cell;
    width: 14%;
    max-width: 182px;
  }
  
.gloval_nav li > a {
	      position: relative;
    display: block;
    font-size: 18px;
    font-family: "源ノ明朝", serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 1;
    color: #b5a689;
    padding: 1em 0;
    letter-spacing: 1px;
    transition: all ease 300ms;
  }
  

  
 .gloval_nav li small{
	     margin-top: 0.5em;
    display: block;
    font-family: "源ノ明朝", serif;
    font-size: 12px;
  }
.gloval_nav > ul > li + li > a::before {
    display: block;
    content: "";
    height: 1em;
    width: 1px;
    background-color: #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.25em;
  }
.gloval_nav > ul > li > a:hover {
    color: #fff;
    background-color: #3454a3;
  }
.gloval_nav > ul > li > a::after {
    display: block;
    content: "";
    height: 3px;
    width: 0;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -1px;
    transition: all ease 100ms;
  }
.gloval_nav > ul > li > a:hover::after {
    background-color: #002662;
    width: 100%;
    left: 0;
  }
 
.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;
	top:10%;
	left:5%;
	font-size:5rem;
	line-height:0.8;
	text-align:left;
	 color:#FFF;
	
}

.main_copy span.s_size{
	font-size:2.2rem;
	font-family: "源ノ明朝";
}


@media screen and (max-width: 900px) {

.main_copy{
	font-size:2.2rem;
	line-height:1;
}

.main_copy span.s_size{
	font-size:1rem;
}
}


@media screen and (max-width: 768px) {
  .content {
    padding: 9.6vw 10px;
  }


.main_copy{
	font-size:1.6rem;
	line-height:0.8;
}

.main_copy span.s_size{
	font-size:0.8rem;
}




}

.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;
}

.content a .image img{
	width:100%;
	height:auto;
}

@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: "源ノ明朝";
  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{
		width:100%;
	  max-width: 950px;
  margin:0 auto;
  text-align:center;
  background-color: #fff;
  padding-top:30px;
}

#contact h3{
	font-size:30px;
	border-bottom:#9c7d42 solid 2px;
	padding-bottom:5px;
	color:#9c7d42;
	display:inline-block;
	text-align:center;
}

#contact .contact_area{
			width:100%;
	  max-width: 950px;
  margin:0 auto;
  padding-top:30px;
  margin-bottom:20px;
}


.contact_sec{
	width:100%;
	max-width:950px;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}




#contact .contact_box{
	width:100%;
	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-bottom:5px;
	padding-left:60px;
	padding-right:60px;
	display:inline-block;
}

#contact .contact_box p.tel_no{
	font-size:36px;
	font-weight:bold;
}

#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: #002339;
  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:200px;
  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:#002339;
	margin-top:40px;
}

#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: "源ノ明朝";
}

.map_tittle p{
	font-size:20px;
	font-family: "源ノ明朝";
	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: "源ノ明朝";
  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;
}




#madori_place{
	display:flex;
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:20px;
	justify-content: space-between;
	flex-wrap: wrap;
}


#madori_place .room_doc{
	width:48%;
	height:auto;
	border-top:#990 2px solid;
	box-shadow: 2px 2px 4px gray;
	margin-top:4%;
	text-align:left;
	position:relative;
}

#madori_place .room_doc p.p-type{
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
}

#madori_place .room_doc p.p-type span{
	font-size:40px;
}


#madori_place .room_doc .spec{
	margin-left:20px;
}

#madori_place .room_doc p.p-detail{
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	line-height:16px;
	font-family: "源ノ明朝";
}

#madori_place .room_doc p.p-detail span{
	margin-right:10px;
}

#madori_place .room_doc p.p-detail strong{
	font-size:40px;
	font-family: "源ノ明朝";
}

#madori_place .room_doc p.p-madori{
	font-size:18px;
	margin-bottom:20px;
}

#madori_place .room_doc p.p-madori span{
	font-size:40px;
	
	
}

#madori_place .room_doc::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 58px;
  background-color:#CCC;
  background-image: url(../img/room/icon-link.png);
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: solid 2px #555555;
}

@media screen and (max-width: 768px) {
#madori_place{
flex-direction: column;
}


#madori_place .room_doc{
	width:93%;
	margin-top:20px;
}	
	
}

	
}

.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: "源ノ明朝";
	  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; /*チェックされていたら、grad-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;
}

.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: "源ノ明朝";
	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{
	
	max-width:860px;
	height:auto;
	font-size:20px;
	font-weight:0;
	text-align:center;
	font-family: "Cinzel";
	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;
	  display: flex;
  flex-wrap: wrap;  
}

.ep_photo_box_left{
	max-width:658px;
	height:auto;
	margin-right: 14px;
	padding-bottom: 20px;
}

.ep_photo_box_left02{
	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{
	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;
	margin-right:14px;
	margin-bottom:15px!important;
	padding: 10px;
}

.eg_photo_box_right{
	max-width:210px;
	height:140px;
}

.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: "源ノ明朝";
	margin-top:10px;
	margin-bottom:10px;
	color: #422D13;
}

p.eq_cap{
	max-width:210px;
	font-size:13px;
	line-height:17px;
	font-family: "源ノ明朝";
	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: "源ノ明朝";
	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: "源ノ明朝";
	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: "源ノ明朝", 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: "源ノ明朝", serif;
	text-align:justify;
	color: #422D13;
}
@media screen and (max-width:899px) { 

  .ep_photo_box{
    width:100%;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    /* お好みで隙間をつけるなら gap を使う */
    gap:15px 0;
  }

  .ep_photo_box img{
    width:100%;
    height:auto;
  }

  .photo_box02{
    /* max-width を消して、幅を3分割にする */
    max-width:none;
    width:33.3333%;
    box-sizing:border-box;

    /* 右マージンでズレるのでリセット */
    margin:0 0 15px 0;
    padding:10px;
  }

  .eg_photo_box_right{
    max-width:100%;
    height:auto;
  }
}

.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; width:100%; background-image:url(../img/common/bg-dark.png); padding-bottom:20px; color:#FFF; padding-top:20px;}
.font-l { font-size: 2em;}
.font-xl { font-size: 2.75em;font-family: "源ノ明朝", serif;}
.top-access ul li { display: inline-block;!important; line-height: 1.3; padding-left: 10px; margin-right: 20px; text-align: left; font-size: 18px;}
.top-access ul li small { font-size: 11px;}
.top-access p { font-size: 10px; line-height: 1.6;display: inline-block; text-align: left; padding-top:20px;}

@media only screen and (max-width: 767px) {
.top-access { text-align: left; padding: 15px 15px;}
.top-access ul li { margin-right: 0; width: 100%;}
.top-access .sm-center { text-align: center;}
.top-access ul.sm-center { display: flex; flex-direction: column; justify-content: center; align-items: center;}
.top-access ul.sm-center li { width: 100%;}
.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;
}

.c-pagettl {
  height: 250px;
  position: relative;
  margin-top: 20px;
}
.c-pagettl-ph_loc {
  position: absolute;
  width: 82%;
  height: 92%;
  right: 0;
  bottom: 0;
  background: url(../img/common/ttl_sp.jpg) no-repeat center center/cover;
}

.c-pagettl-ph_room {
  position: absolute;
  width: 82%;
  height: 92%;
  right: 0;
  bottom: 0;
  background: url(../img/common/ttl_room_sp.jpg) no-repeat center center/cover;
}

.c-pagettl-ph_gallery {
  position: absolute;
  width: 82%;
  height: 92%;
  right: 0;
  bottom: 0;
  background: url(../img/common/ttl_gallery_sp.jpg) no-repeat center center/cover;
}

.c-pagettl-lbl {
  font-family: "源ノ明朝";
  letter-spacing: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  left: 5%;
  top: 0;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
@media all and (min-width: 768px) {
  .c-pagettl {
    height: 340px;
    margin-top: 0;
  }
  .c-pagettl-ph_loc {
    width: 73.86%;
    height: 100%;
    background: url(../img/common/ttl_pc.jpg) no-repeat center center/cover;
  }
  
    .c-pagettl-ph_room {
    width: 73.86%;
    height: 100%;
    background: url(../img/common/ttl_room_pc.jpg) no-repeat center center/cover;
  }
  
      .c-pagettl-ph_gallery {
    width: 73.86%;
    height: 100%;
    background: url(../img/common/ttl_gallery_pc.jpg) no-repeat center center/cover;
  }
  
  .c-pagettl-lbl {
    font-size: 20px;
    font-size: 5rem;
    letter-spacing: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 992px) {
  .c-pagettl-lbl {
    letter-spacing: 5rem;
    left: 8%;
  }
}

.c-cap-image {
  position: relative;
}
.c-cap-image img {
  vertical-align: bottom;
}
.c-cap-image .c-cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  line-height: 1.3;
  text-align: right;
}
@media all and (min-width: 560px) {
  .c-cap-image .c-cap {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-cap-image .c-cap-w {
  color: #fff;
}
.c-cap-image .c-cap-w-sh {
  color: #fff;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
}
.c-cap-image .c-cap-bg {
  color: #fff;
  padding: 0 0.6em;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  bottom: 0;
  width: auto;
}

.ac_cyui{
	clear:both;
	max-width:1000px;
	text-align:center;
	margin:0 auto;
	
}

p.cyui{
	font-size:12px;
	font-family: "源ノ明朝";
	color:#3B362C;
	padding-top:0.7em;
}

.caption_outrg{font-size: 12px;text-align: right;color: #333;}
.caption_outrg2{font-size: 12px;text-align: left;color: #333;}
.txt_garamond_midashi12{font-size: 24px;text-align: left;letter-spacing: 0.15em;color: #333;}
.txt_garamond_midashi20{font-size: 28px;text-align: left;color: #333;font-family: "源ノ明朝", serif;}


.imgfull,.img50,.img60,.img70,.img80,.img90{position: relative;z-index: 1;}
.imgfull img,.img50 img,.img60 img,.img70 img,.img80 img,.img90 img{width:100%;}

.contents_comfort{position: relative;height: 980px;}
.contents_comfort .abstxt01{position:absolute;font-size: 16px;font-weight: 100;line-height:300%;left:5%;top:50%;text-align: left;}
.contents_comfort .absimg01{position:absolute;left:0;top:0;}
.contents_comfort .absimg02{position:absolute;right: 0;top:27%}
.contents_comfort .absimg03{position:absolute;right: 5%;bottom: 0;width: 35%}
.contents_comfort .absimg04{position:absolute;right: 43%;bottom: 0%;text-align: right;font-size: 12px;}
.contents_comfort .absimg04 img{margin-bottom: 10px;}
.contents_comfort .absimg01 img,.contents_comfort .absimg02 img,.contents_comfort .absimg03 img{width: 100%;}


.plan_list{display: flex; flex-wrap: wrap;justify-content: space-between;}
.plan_list .plan_box{width:48%;position: relative;height:580px;margin-bottom: 40px; background-color:#FFF;}
.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: "源ノ明朝", serif; font-size: 30px;top:40px; left:30px;line-height: 100%;}
.plan_list .plan_box .abstxt02{position: absolute;font-family: "源ノ明朝", serif; 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: "源ノ明朝", serif; 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_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: "源ノ明朝"; font-size: 30px;top:40px; left:30px;line-height: 100%;}
.plan_list_r .plan_box .abstxt02{position: absolute;font-family: "源ノ明朝"; 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: "源ノ明朝"; 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;}

.wrappadding{ width:100%;}
.wrappadding2{width:100%;}


@media screen and (max-width: 768px) {
.contents_comfort{position: relative;height:0;padding-top: 215%;}
.contents_comfort .abstxt01{position:absolute;font-size:3vw;font-weight: 100;line-height: 260%;left:5%;top:30%;text-align: left;}
.contents_comfort .absimg01{position:absolute;left:0;top:0;width: 75%;}
.contents_comfort .absimg02{position:absolute;right:0;top:25%;width: 35%;}
.contents_comfort .absimg03{position:absolute;right:0;bottom: 0;width: 65%;}
.contents_comfort .absimg04{position:absolute;right:auto;left:5%;bottom: 0;text-align:left;font-size: 10px;width: 40%;}
.contents_comfort .absimg04 img{margin-bottom: 6px;width: 60%}

.plan_list{display: flex; flex-wrap: wrap;justify-content: space-between;}
.plan_list .plan_box{width:100%;position: relative;height: auto;margin-bottom:10%;border: 1px solid #AAA;}
.plan_list .plan_box a{border:none;display: block;height:auto; padding-top: 135%;}
.plan_list .plan_box a:before{display:none;}
.plan_list .plan_box: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: "";padding-top:0px;margin: 0}
.plan_list .plan_box .abstxt01{position: absolute;font-family: "源ノ明朝", serif;font-size:8vw;top:4%; left:6%;line-height: 100%;}
.plan_list .plan_box .abstxt02{position: absolute;font-family: "源ノ明朝", serif; font-size:5vw;top:14%; left:6%;line-height: 100%;}
.plan_list .plan_box .abstxt05{position: absolute;font-family: "源ノ明朝", serif; font-size:3.6vw;top:20%; left:6%;line-height: 100%;}
.plan_list .plan_box .abstxt03{position: absolute;font-family: "源ノ明朝", serif; font-size:4vw;letter-spacing: 0.2em;display:inline-block;padding: 3px 10px;color: #555;right:3%;top:auto;bottom:3%;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: 3.6vw;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:13%;width: 80%;margin: auto;left: 0;right: 0;}

.wrappadding{padding:0 0%;}
.wrappadding2{padding:0 0;}

}

.caption_inrw{font-size: 10px;color: #FFF;position: absolute;bottom: 5px;right: 5px;z-index: 200;text-shadow: black 1px 1px 0px, black -1px 1px 0px,black 1px -1px 0px, black -1px -1px 0px;box-shadow:(0px 0px 2px 2px #000);filter: drop-shadow(0px 0px 2px #000);text-align: right;line-height: 120%;}

.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: "源ノ明朝", serif; 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%;}

.top_contents00{margin:0 0 80px 0; background-color:#fff;}
.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: "源ノ明朝", serif;; 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: "源ノ明朝", serif;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_contents00 h4{color: #000;font-weight: 100;font-size: 24px;letter-spacing: 0.05em;text-align: center;margin:30px 0 0 0;line-height: 180%;z-index:101;}

.tc_btn{padding:8px 10px 8px 10px;font-size: 16px;letter-spacing: 0.2em;line-height: 100%;font-family: "源ノ明朝", serif;display:block;overflow: hidden;}
.tc_btn a{display: block;z-index: 105;}
.tc_btn: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: 4px 4px 0 20px;}
.tc_btn:after{content: "";z-index: -1;position: absolute;width: 100%;height: 100%;top:0;left: -100%;color: #FFF;background-color: rgba(0,0,0,0.7);transition: .2s;}
.tc_btn:hover{color: #FFF;}
.tc_btn:hover:after{ left: 0;}
.tc_btn:hover:before{width: 8px;height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 4px 4px 0 20px;}

.tc_btn_bl{padding:8px 10px 8px 10px;font-size: 16px;letter-spacing: 0.2em;line-height: 100%;font-family: "源ノ明朝", serif;display:block;overflow: hidden;width:180px;height:18px;border: 1px solid #FFF;margin: auto;position: relative;}
.tc_btn_bl a{display: block;z-index: 105;}
.tc_btn_bl:before{width: 8px;height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 4px 4px 0 20px;}
.tc_btn_bl:after{content: "";z-index: -1;position: absolute;width:180px;height:18px;padding:8px 10px 8px 10px;top:0;left: -100%;color:#000;background-color: rgba(255,255,255,0.7);transition: .2s;}
.tc_btn_bl:hover{color: #000;}
.tc_btn_bl:hover:after{ left: 0;}
.tc_btn_bl:hover: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: 4px 4px 0 20px;}

.tc_btn_bl2{padding:8px 10px 8px 10px;font-size: 16px;letter-spacing: 0.2em;line-height: 100%;font-family: "源ノ明朝", serif;display:block;overflow: hidden;position: absolute;right:0;top:40%;z-index: 101;background-color:rgba(0,0,0,0.50);border: 1px solid #FFF;}
.tc_btn_bl2 a{display: block;z-index: 105;}
.tc_btn_bl2:before{width: 8px;height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 4px 4px 0 20px;}
.tc_btn_bl2:after{content: "";z-index: -1;position: absolute;width: 100%;height: 100%;top:0;left: -100%;color: #555;background-color: rgba(255,255,255,0.7);transition: .2s;}
.tc_btn_bl2:hover{color: #000;}
.tc_btn_bl2:hover:after{ left: 0;}
.tc_btn_bl2:hover: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: 4px 4px 0 20px;}

.tc_btn2{padding:8px 10px 8px 10px;font-size: 16px;letter-spacing: 0.2em;line-height: 100%;font-family: "EB Garamond";display:inline-block;overflow: hidden;border:1px solid #555;position: relative;z-index: 100;}
.tc_btn2 a{display: block;z-index: 105;}
.tc_btn2: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: 4px 4px 0 20px;}
.tc_btn2:after{content: "";z-index: -1;position: absolute;width: 100%;height: 100%;top:0;left: -100%;color: #FFF;background-color: rgba(0,0,0,0.7);transition: .2s;}
.tc_btn2:hover{color: #FFF;}
.tc_btn2:hover:after{ left: 0;}
.tc_btn2:hover:before{width: 8px;height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 4px 4px 0 20px;}

.top_contents01bg{background-color: #BCBAB9; padding-top:60px; height:520px; margin-bottom:0px;}
.top_contents01{max-width:1020px;margin:0 auto; position: relative;height: 430px;margin-bottom: 80px;}
.top_contents01 .tc_img01{position: absolute; width: 60%;z-index: 101;bottom:0;left:0;}
.top_contents01 .tc_img02{position: absolute; width: 45%;z-index: 100;top:0;right: 5%;}
.top_contents01 h6{position: absolute;left:5%;top:-40px;z-index: 101;width: 38%;}
.top_contents01 h6:after{content:"";display: block; width: 100%;height: 1px;background-color: #555;margin: 5px 0;}
.top_contents01 h2{position: absolute;left:65%;top:32%;z-index: 101;}
.top_contents01 h3{position: absolute;left:65%;top:61%;z-index: 101;}
.top_contents01 h5{position: absolute;left:65%;top:80%;z-index: 101;}
.top_contents01 .tc_btn{position: absolute;right:0;top:-20px;z-index: 101;background-color: rgba(255,255,255,0.50);border: 1px solid #555;}
.top_contents01 img,.top_contents02 img,.top_contents03 img,.top_contents04 img,.top_contents05 img{width: 100%;}

.top_contents02bg{background-color: #eae9e9; padding-top:60px; height:520px; margin-bottom:0px;}
.top_contents02{max-width:1020px;margin:0 auto; position: relative;height: 430px;margin-bottom: 80px;}
.top_contents02 .tc_img01{position: absolute; width: 60%;z-index: 101;bottom:0;right:0;}
.top_contents02 .tc_img02{position: absolute; width: 45%;z-index: 100;top:0;left: 5%;}
.top_contents02 h6{position: absolute;right:5%;top:-40px;z-index: 101;width: 38%; text-align:right;}
.top_contents02 h6:after{content:"";display: block; width: 100%;height: 1px;background-color: #555;margin: 5px 0;}
.top_contents02 h2{position: absolute;left:0;top:32%;z-index: 101;}
.top_contents02 h3{position: absolute;left:0;top:61%;z-index: 101;}
.top_contents02 h5{position: absolute;left:0;top:80%;z-index: 101;}
.top_contents02 .tc_btn{position: absolute;left:0%;top:-20px;z-index: 101;background-color: rgba(255,255,255,0.50);border: 1px solid #555;}
.top_contents03bg{ padding-top:60px; height:520px; margin-bottom:0px;}

.top_contents .bg_gray {padding: 80px 0; background-color:#fff; margin-bottom:80px;}
.top_contents05{max-width:1020px;margin:0 auto; position: relative; height: 320px;}
.top_contents05 h6:after{content:"";display: block; width: 100%;height: 1px;background-color: #555;margin: 5px 0;}
.top_contents05 .listl{float: left;width: 65%;position: relative;height: 300px;}
.top_contents05 .listl .tc_img01{position: absolute;top:0;left:0;z-index: 101;width: 49.8%;}
.top_contents05 .listl .tc_img02{position: absolute;bottom:0;right:0;z-index: 101;width: 49.8%;}
.top_contents05 .listl .tc_img03{position: absolute;top:10%;left:25%;z-index: 100;width: 49.8%; height: 80%; background-color: rgba(0,0,0,0.10);}
.top_contents05 .listr{float: right;width: 30%;}
.top_contents05 h6{}
.top_contents05 h2{}
.top_contents05 h3{margin-top: 90px;}
.top_contents05 h5{margin-top: 10px;}
.top_contents05 .tc_btn2{background-color: rgba(255,255,255,0.50);border: 1px solid #555;float:right;z-index: 100;}

.caption_inrw{font-size: 10px;color: #FFF;position: absolute;bottom: 5px;right: 5px;z-index: 200;text-shadow: black 1px 1px 0px, black -1px 1px 0px,black 1px -1px 0px, black -1px -1px 0px;box-shadow:(0px 0px 2px 2px #000);filter: drop-shadow(0px 0px 2px #000);text-align: right;line-height: 120%;}
.midashi20{font-size: 20px;font-weight: 100;line-height: 180%;letter-spacing: 0.15em;}
.midashi18{font-size: 18px;font-weight: 100;line-height: 180%;letter-spacing: 0.15em;}
.midashi16{font-size: 16px;font-weight: 100;line-height: 180%;letter-spacing: 0.15em;}
.midashi14{font-size: 14px;font-weight: 100;line-height: 180%;letter-spacing: 0.15em;}
.midashi12{font-size: 12px;font-weight: 100;line-height: 180%;letter-spacing: 0.15em;}


@media screen and (max-width: 768px) {
.top_information{margin: 40px auto;max-width: 800px;}
.top_information h6{font-family: "EB Garamond"; font-size: 3vw; 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: 3vw;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 20px 0 0 0;align-items: baseline}
.top_information dt{width: 15%;margin-bottom: 10px;}
.top_information dd{width: 80%;margin-bottom: 10px;}
.top_information dd a{display:block;padding:8px 0;background-color: rgba(226,207,182,0.5);margin-left:0px;margin-top: 10px;width: 100%;text-align: center;}
.top_information dd a:hover{opacity: 0.8;}
.top_information h5{font-size: 3vw;font-weight:100;border-top: 1px solid#555;padding:15px 0 0 0;text-align: center;}

.top_contents00{margin:0 0 40px 0;}
.top_contents00 h2{position: absolute;color: #FFF;bottom:120px;font-weight: 100;font-size: 4vw;letter-spacing: 0.1em;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: 10px;letter-spacing: 0.1em;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: 30px;background-color: #000;margin:-5px auto 30px auto;}
.top_contents00 h5{color: #000;font-weight: 100;font-size: 3.6vw;letter-spacing: 0.1em;text-align: center;font-family: "EB Garamond";z-index:101;}
.top_contents00 h3{color: #000;font-weight: 100;font-size: 3vw;letter-spacing: 0.1em;text-align: center;margin:20px 0 0 0;line-height: 260%;z-index:101;}

.tc_btn{padding:2% 1.5%;font-size: 3vw;letter-spacing: 0.2em;line-height: 100%;font-family: "EB Garamond";display:inline-block;white-space: nowrap}
.tc_btn: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:2% 2% 0 4%;}
.tc_btn:after{display: none;}

.tc_btn_bl{padding:2% 1.5%;font-size: 3vw;letter-spacing: 0.2em;line-height: 100%;font-family: "EB Garamond";display:block;overflow: hidden;width:50%;height:auto;border: 1px solid #FFF;margin: auto;position: relative;}
.tc_btn_bl:before{width: 8px;height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 4px 4px 0 20px;}
.tc_btn_bl:after{content: "";z-index: -1;position: absolute;width:105%;height:26px;padding:2% 1.5%;top:0;left: -110%;color:#000;background-color: rgba(255,255,255,0.7);transition: .2s;margin: auto;}

.tc_btn_bl2{padding:2% 1.5%;font-size: 3vw;letter-spacing: 0.2em;line-height: 100%;font-family: "EB Garamond";display:inline-block;background-color:rgba(0,0,0,0.50);border: 1px solid #FFF;white-space: nowrap;width: 30%;right:8px;}
.tc_btn_bl2:before{width: 8px;height: 8px;border-top: 1px solid #FFF;border-right: 1px solid #FFF;-webkit-transform: rotate(45deg);transform: rotate(45deg);content: "";display: block;float: right;margin: 4px 4px 0 20px;}
.tc_btn_bl2:after{content: "";z-index: -1;position: absolute;width: 100%;height: 100%;top:0;left: -100%;color: #555;background-color: rgba(255,255,255,0.7);transition: .2s;}

.tc_btn2{padding:8px 10px 8px 10px;font-size: 3vw;letter-spacing: 0.2em;line-height: 100%;font-family: "EB Garamond";display:inline-block;overflow: hidden;border:1px solid #555;position: relative;z-index: 100;white-space: nowrap;}
.tc_btn2: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: 4px 4px 0 20px;}
.tc_btn2:after{content: "";z-index: -1;position: absolute;width: 100%;height: 100%;top:0;left: -100%;color: #FFF;background-color: rgba(0,0,0,0.7);transition: .2s;}

.top_contents01{position: relative;height:auto;margin-bottom: 0px;padding-top:80%;}
.top_contents01bg{padding-top:40px; height:auto; margin-bottom:0px;}
.top_contents01 .tc_img01{position: absolute; width: 60%;z-index: 101;bottom:auto;left:0;top:15px;}
.top_contents01 .tc_img02{position: absolute; width: 45%;z-index: 100;top:0;right: 5%;}
.top_contents01 h6{position: absolute;left:5%;top:-30px;z-index: 101;width: 35%;font-size: 3vw;text-indent:0;letter-spacing: -0.01em}
.top_contents01 h6:after{content:"";display: block; width: 100%;height: 1px;background-color: #555;margin: 5px 0;}
.top_contents01 h2{position: absolute;left:65%;top:28%;z-index:101;}
.top_contents01 h3{position: absolute;left:10px;top:66%;z-index: 101;}
.top_contents01 h5{position: absolute;left:10px;top:70%;z-index: 101;right: 10px;font-size: 14px;}
.top_contents01 .tc_btn{position: absolute;left:65%;top:50%;z-index: 101;background-color: rgba(255,255,255,0.50);border: 1px solid #555;right: 10px;}

.top_contents02bg{background-color: #EEE;padding: 50px 0; height:240px;}
.top_contents02{position: relative;height:0;margin-bottom:0;padding-top:80%;}
.top_contents02 .tc_img01{position: absolute; width: 60%;z-index: 101;bottom:auto;right:0;top:15px;}
.top_contents02 .tc_img02{position: absolute; width: 45%;z-index: 100;top:0;left: 5%;}
.top_contents02 h6{position: absolute;right:5%;top:-30px;z-index: 101;width: 30%;font-size:3vw;}
.top_contents02 h6:before{content: "";display: block;width: 17%;height: 2px;float: left;}
.top_contents02 h6:after{content:"";display: block; width: 100%;height: 1px;background-color: #555;margin: 5px 0;}
.top_contents02 h2{position: absolute;left:0;top:28%;z-index: 101;width: 30%;}
.top_contents02 h2:before{content: "";display: block;width: 17%;height: 2px;float: left;}
.top_contents02 h3{position: absolute;left:10px;top:66%;z-index: 101;}
.top_contents02 h5{position: absolute;left:10px;top:60%;z-index: 101;font-size: 14px;}
.top_contents02 .tc_btn{position: absolute;left:5%;top:42%;z-index: 101;background-color: rgba(255,255,255,0.50);border: 1px solid #555;}

.top_contents .bg_gray {padding: 40px 0;}
.top_contents05 h6:after{content:"";display: block; width: 100%;height: 1px;background-color: #555;margin: 5px 0;}
.top_contents05 .tc_btn2{background-color: rgba(255,255,255,0.50);border: 1px solid #555;float: right;margin-top: 10px;}
.top_contents05 .listl{float:none;width:auto;position: relative;height:0;padding-top: 40%;}
.top_contents05 .listl .tc_img01{position: absolute;top:-10%;left:0;z-index: 101;width: 49.8%;}
.top_contents05 .listl .tc_img02{position: absolute;bottom:-15%;right:0;z-index: 101;width: 49.8%;}
.top_contents05 .listl .tc_img03{position: absolute;top:0;left:15%;z-index: 100;width: 60%; height: 85%; background-color: rgba(0,0,0,0.10);}
.top_contents05 .listr{float:none;width: auto;}
.top_contents05 h6{font-size: 3w;margin-top: 30px;}
.top_contents05 h2{}
.top_contents05 h3{margin-top:10px;font-size: 3.1vw;}
.top_contents05 h5{margin-top:10px;font-size: 10px;}

.hbsp{height: 50px;}

h5.txt_garamond_midashi12{font-size: 20px;text-align: left;letter-spacing: 0.15em;color: #333;}

}


.caption_outlg{font-size: 10px;text-align: left;color: #333;}






del, ins {
  text-decoration: none; }

#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%; } }

/* 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"); }
	
	
	
.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%;
}
	}
	
	
	
	
	
	
	
	
	.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: 18px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner {
    padding: 15px 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("../imgs/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("../imgs/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("../imgs/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("../imgs/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;
}

.footer-contact {
  background-color: #ffff;
  color: #000;
}

@media screen and (min-width: 768px) {
  .footer-contact {
    padding: 75px 80px 80px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 40px 65px;
  }
}

@media screen and (min-width: 768px) {
  .footer-contact__title {
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__title {
    font-size: 10px;
    letter-spacing: .02em;
    line-height: 1.5;
  }
  .footer-contact__title:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-contact__title:before, .footer-contact__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__tel {
  color: #000
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .11em;
  line-height: .75;
}

@media screen and (min-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .footer-contact__tel img {
    margin-right: 14px;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__tel img {
    margin-right: 11px;
    width: 15px;
  }
}

.footer-contact__schedule {
  color: #000;
  letter-spacing: .15em;
  font-size:14px;
}

@media screen and (min-width: 768px) {
  .footer-contact__schedule {
    line-height: 1.6;
    font-size: 16px;
    margin-top: 30px;
  }
  .footer-contact__schedule:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .footer-contact__schedule:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__schedule {
    font-size: 10px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .footer-contact__schedule:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-contact__schedule:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-contact__schedule:before, .footer-contact__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__closed {
  color: #eb6877;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .footer-contact__closed {
    line-height: 1.6;
    font-size: 10px;
    margin-top: 20px;
  }
  .footer-contact__closed:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .footer-contact__closed:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__closed {
    font-size: 8px;
    margin-top: 20px;
    line-height: 1.625;
  }
  .footer-contact__closed:before {
    content: '';
    margin-top: calc((1 - 1.625) * .5em);
  }
  .footer-contact__closed:after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .footer-contact__closed:before, .footer-contact__closed:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-contact__intro {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer-contact__about {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact .site-heading {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .footer-landline {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .footer-landline {
    margin-top: 50px;
  }
}

.footer-landline__txt {
  color: #000;
}

@media screen and (min-width: 768px) {
  .footer-landline__txt {
    font-size: 10px;
    letter-spacing: .15em;
    line-height: 1.6;
  }
  .footer-landline__txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .footer-landline__txt:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .footer-landline__txt:before, .footer-landline__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-landline__txt {
    font-size: 8px;
    line-height: 1.625;
  }
  .footer-landline__txt:before {
    content: '';
    margin-top: calc((1 - 1.625) * .5em);
  }
  .footer-landline__txt:after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .footer-landline__txt:before, .footer-landline__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.footer-landline__tel {
  color: #000;
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .11em;
}

@media screen and (min-width: 768px) {
  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    pointer-events: none;
    line-height: 1.5;
  }
  .footer-landline__tel:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:before, .footer-landline__tel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-landline__tel {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .footer-landline__tel:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-landline__tel:before, .footer-landline__tel:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-subNav {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav {
    margin-top: 50px;
  }
}

.footer-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer-subNav__link {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .1em;
    padding-left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.5;
  }
  .footer-subNav__link:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .footer-subNav__link:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .footer-subNav__link:before, .footer-subNav__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .footer-subNav__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav__link {
    font-size: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: .1em;
    padding-left: 22.5px;
    line-height: 1.4;
  }
  .footer-subNav__link:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .footer-subNav__link:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .footer-subNav__link:before, .footer-subNav__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-subNav__link:not(:last-of-type) {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav__link:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.footer-subNav__icon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .footer-subNav__icon {
    width: 11px;
  }
}

@media screen and (max-width: 768px) {
  .footer-subNav__icon {
    width: 12px;
  }
}

.footer-contact h1.site-heading{
	font-size:18px;
}

.kusitu_btn p.btn_under{
	width:300px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}

a.anchor{
    display: block;
    margin-top: 70px;
}

.kusitu_btn{
	width:300px;
	  margin:40px auto;
}

.kusitu_btn .button01{
	display:block;
	width:300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #D7005B;
  color: #fff;

}

.kusitu_btn .button01:hover {
  background-color: #333;
}
.kusitu_btn .button01::before,
.kusitu_btn .button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kusitu_btn .button01,
.kusitu_btn .button01::before,
.kusitu_btn .button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* map
---------------------------------*/
#maparea {
  width: 100%;
  height: 600px;
  float: left;
}

#map {
  height: 600px;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  #maparea {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #maparea {
    height: 400px;
  }

  #map {
    height: 400px;
  }
}

/* sec_gmap
---------------------------------*/
#sec_gmap {
  height: 600px;
}
@media only screen and (max-width: 1024px) {
  #sec_gmap {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #sec_gmap {
    height: 450px;
  }
}



.facility_slidePC {
display: flex;
	flex-wrap: wrap;
	
}
.facility_slidePC > div {
	width: 23%;
/*	height: 320px;*/
	margin: 0 2.6% 30px 0;
	font-size: 14px;
	line-height: 1.5;
	text-align:justify;
}
.facility_slidePC > div img {
	width: 100%;
}
.facility_slidePC > div:nth-child(4n) {
	margin-right: 0;
}



.facility_slidePC > div p{
	margin-bottom: 10px;
	font-size:12px;

}
.facility_slidePC > div p:last-child {
	margin: 0;
}
.facility_slidePC p.f_txt,
.security p.f_txt{
	font-size: 18px;
	text-align:center;
}
.facility_slidePC p.f_txt span,
.security p.f_txt span {
	font-size: 16px;
}

.facility_slidePC p.m_txt,
.security p.f_txt{
	font-size: 18px;
	text-align:center;
}
.facility_slidePC p.f_txt span,
.security p.f_txt span {
	font-size: 16px;
}
.security {
	margin-top:20px;
	margin-bottom: 40px;
 display: flex;
  flex-wrap: wrap; 
	padding: 20px;
}
.security > div {
	width: 29%;
	margin:0 2% 30px;
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
}

.security > div img {
	width: 100%;
}

.security > div p:last-child {
	margin: 0;
}

p.room_01{
	font-size:18px;
	line-height:36px;
	margin-top:15px;
}

.ep_photo_box{
	max-width:900px;
	width:100%;
	height:auto;
	margin:0 auto;
}


@media only screen and (max-width: 767px) {
	.facility_slidePC{
		margin-left:16px;
	}
	.facility_slidePC > div {
	width: 46%;
/*	height: 320px;*/
	margin: 0 4% 30px 0;
	font-size: 14px;
	line-height: 1.5;
}

.security > div {
	width:100%;
	margin:0 auto;
}

.security > div:nth-child(1n) {
	margin-bottom:40px;
}
p.room_01{
	font-size:14px;
	line-height:32px;
	margin-top:15px;
	margin-bottom:15px;
}

.facility_slidePC p.f_txt,
.security p.f_txt{
	font-size: 14px;
}






}
/* parts
--------------------------*/
.clearfix {
	clear: both;
}
.line {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #808080;
}



