@charset "UTF-8";
@import url("https://use.typekit.net/qwg3vha.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
body{
	font-family: 'Noto Serif JP', serif;
}
.subhead{
    position: relative;
    margin: 0 0 100px;
    background: url(../img/gallery/subhead.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.subhead_p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    /* background: rgba(0,43,19,0.70); */
    color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
}
.subhead .subhead_p span {
	font-size: 61px;
	letter-spacing: 3px;
}
.inner{
	max-width: 1240px;
	padding: 0 10px;
	margin: 70px auto 130px;
}
h2{
	text-align: center;
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 58px;
	margin-top: 100px;
}
.h2_lead{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin: 45px 0 70px;
}
.inner_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5vw;
}
.inner_bottom{
	display: flex;
	justify-content: space-between;
}
.inner_top > div{
	position: relative;
}
.inner_top > div span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 25px;
	background: rgba(49, 49, 49, 0.8);
	font-weight: 100;
	cursor: pointer;
}
.inner_bottom > div{
	position: relative;
}
.inner_bottom > div span{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 25px;
	background: rgba(49, 49, 49, 0.8);
	font-weight: 100;
	cursor: pointer;
}
.facade_flex{
	margin-bottom: 120px;
}
.facade01{
	width: 17.86%;
}
.facade02{
	width: 63.22%;
}
.room01{
	width: 49.73%;
}
.room02{
	width: 44.84%;
}
.room03{
	width: 17.86%;
}
.cap_main{
	font-size: 12px;
	line-height: 1.5;
}
.br_38{
	display: none;
}

.gallery_link_bg .inner{
	width: 80%;
	max-width: 1020px;
	margin: 0 auto;
}
.gallery_link{
	display: flex;
	justify-content: space-between;
}
.gallery_link li{
	width: 31%;
}


/* モーダル全体(背景＋本体) */
.modal{
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
  }
  
  /* モーダル背景 */
  .modal-bg{
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
  }
  
  /* モーダル本体 */
  .modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	 /* はみ出た部分はスクロールさせる */
	/* これが無いと「overflow:scroll」が利かない */
	/* これが無いと「overflow:scroll」が利かない */
	max-width: 47.2vh;
	}
	.modal-content.wide{
		max-width: 100vh;
		width: 95%;
	}
  
  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
  }
  a.js-modal-close{
	  position: absolute;
	  top: -35px;
	  right: 0;
	  color: #fff;
	  font-size: 30px;
	  font-weight: bold;
	  cursor: pointer;
	 }
@media(max-height:800px){
	.modal-content.wide {
		max-width: 140vh;
	}
}




@media(max-width:1250px){
	h2{
		font-size: 50px;
	}
	.h2_lead{
		font-size: 28px;
	}
}
@media(max-width:1160px){
	.inner{
		margin-bottom:6vw;
	}
}
@media(max-width:830px){
	.h2_lead {
		font-size: 25px;
	}
}
@media screen and (max-width: 800px) {
	.subhead{
		height: 380px;
	}
	.subhead_p{
		font-size: 46px;
	}
	.subhead .subhead_p span {
		font-size: 5vw;
	}
}
@media(max-width:768px){
	.br_sp{
		display: block;
	}
	h2 {
		font-size: 42px;
	}
	.h2_lead{
		line-height: 1.5;
		font-size: 22px;
	}
	.inner_top > div span,.inner_bottom > div span{
		width: 20px;
		height: 20px;
		font-size: 15px;
	}
}
@media(max-width:750px){
	.inner{
		margin-bottom:8vw;
	}
}

@media screen and (max-width: 650px) {
	.cap_main{
		font-size: 10px;
	}
	.subhead {
		height: 250px;
		margin-bottom: 13vw;
	}
	.subhead_p {
		font-size: 9vw;
	}
	.subhead .subhead_p span {
		font-size: 7vw;
		letter-spacing: 2px;
	}
	.gallery_link_bg .inner{
		width: 98%;
	}
}
@media(max-width:560px){
	.br_56{
		display: block;
	}
	h2 {
		font-size: 32px;
		margin-top: 80px;
	}
	.h2_lead {
		font-size: 18px;
	}
	.modal-content{
		width: 80%;
	}
	.inner_top > div span,.inner_bottom > div span{
		width: 15px;
		height: 15px;
		font-size: 13px;
	}
	.inner_top{
		flex-wrap: wrap;
		margin-bottom: 1.5vw;
	}
	.inner_bottom{
		flex-wrap: wrap;
	}
	.inner_top .facade01{
		width: 49%;
		margin-bottom: 1.5vw;
	}
	.inner_top .facade01{
		width: 100%;
		margin-bottom: 1.5vw;
	}
	.facade02{
		width: 100%;
	}
	.inner_bottom .facade02{
		margin-bottom: 1.5vw;
	}
	.inner_bottom .facade01{
		width: 49%;
	}
	.room01{
		width: 100%;
		margin-bottom: 1.5vw;
	}
	.room_flex .inner_bottom{
		margin-top: -1.5vw;
	}
	.room02{
		width: 100%;
	}
	.room03{
		width: 32%;
		margin-top: 1.5vw;
	}
}
@media(max-width:380px){
	.br_38{
		display: block;
	}
	.h2_lead {
		font-size: 16px;
	}
}
.fade {
	opacity: 0;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.fade.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.delay2 {
	transition-delay: 0.4s;
}
.delay3 {
	transition-delay: 0.8s;
}
.delay4 {
	transition-delay: 1.2s;
}
.delay5 {
	transition-delay: 1.6s;
}
.delay6 {
	transition-delay: 2s;
}
.delay7 {
	transition-delay: 2.4s;
}
.delay8 {
	transition-delay: 2.8s;
}
.delay9 {
	transition-delay: 3.2s;
}




.hills .facade01{
	width: 49.8%;
}
.hills .facade02{
	width: 69.5%;
}
.hills .facade03{
	width: 30%;
}
.hills .room01{
	width: 49.73%;
}
.hills .room02{
	width: 44.84%;
}
.hills .room03{
	width: 17.86%;
}
.inner_top.sp{
	display: none;
}
@media(max-width:680px){
	.hills .facade01 {
    width: 100%;
	}
	.hills .facade02 {
    width: 100%;
	}
	.hills .room01{
		width: 100%;
		margin-bottom: 1.5vw;
	}
	.hills .room02{
		width: 100%;
	}
	.hills .room03{
		width: 32%;
		margin-top: 1.5vw;
	}
	.inner_top.sp{
	display: flex;
	}
	.facede_sp1{
		width: 69.5%;
	}.facede_sp2{
		width: 30%;
	}
}


@media screen and (max-width: 650px) {
    .dn650 {
        display: none;
    }
}