@charset "utf-8";
/* CSS Document */
/*メインイメージ*/
#slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}
video{
    position: absolute;
    top: 0px;
    left: 0;
   width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-visual_scroll{
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
    z-index: 9998;
	color: #FFF;
	text-shadow: #000 1px 0 5px;
}
.main-visual_scroll::before {
    content: '';
    width: 1px;
    display: block;
    background: #ACACAC;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.5px;
    z-index: 10;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-name: main-visual_scroll;
    animation-iteration-count: infinite;
}
.main-visual_scroll::after {
    content: '';
    width: 1px;
    height: 40px;
    margin: 6px auto 0;
    display: block;
    background: #FFFFFF;
}

@keyframes main-visual_scroll {
	0% {
		height: 40px;
		top: auto;
		bottom: 0;
	}
	50% {
		height: 0;
		top: auto;
		bottom: 0;
	}
	50.1% {
		height: 0;
		top: calc(100% - 40px);
		bottom: auto;
	}
	100% {
		height: 40px;
		top: calc(100% - 40px);
		bottom: auto;
	}
}
/*sp*/
@media (max-width: 767px){
#slider {
    }
video{
}
}

.modelplan {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #111317;
}
.modelplan .modelplanInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}
.modelplan .imageBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size:cover;
    background-repeat: no-repeat;
}
.modelplan #imageBg01 {
  background-image: url(../images/index/01.jpg);
}
.modelplan #imageBg02 {
  background-image: url(../images/index/02_image.jpg);
}
.modelplan #imageBg03 {
  background-image: url(../images/index/03_image.jpg);
}
.modelplan #imageBg04 {
  background-image: url(../images/index/04_image.jpg);
}
.modelplan #imageBg05 {
  background-image: url("../images/index/facade.jpg");
}
.modelplan div.cntFrame {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  width: 20%;
  height: 100vh;
  margin-top: 0;
  margin-left: 80%;
  color: #111;
}
.modelplan div.cntFrame h2 {
  color: rgba(213,211,194,1.00);
  font-size: 36px;
  letter-spacing: 2;
  margin-bottom: 10px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
  position: absolute;
  right: 0; 
  padding-right: 120px;
 
}
.modelplan div.cntFrame h2 span{
  font-size: 18px;
  color: #FFF;
}
.modelplan div.cntFrame h2 img{
    margin: 0;
    padding: 0;
    display: block;
    max-width: 80%;
    
}
.modelplan div.cntFrame .text{
  color: #fff;
  font-size: 18px;
  padding-top: 100px;
  margin-bottom: 20px;
  font-weight: lighter;
  position: absolute;
  right: 0; 
  padding-right: 200px;
}
.modelplan div.cntFrame .link_btn{
  display: inline-block;
  font-size: 16px;
  padding: 1em 3em;
  text-decoration: none;
  color: #FFF;
  border: solid 1px #FFFFFF;
  transition: .4s;
  position: absolute;
  top:70%;
  right: 8%; 
}
.modelplan div.cntFrame .link_btn:hover  {
    opacity: 0.7;
  color: #CCCCCC;
}
.modelplan div.cntFrame .link_btn a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f360';
  font-size: 105%;
  font-weight: 900;
  margin: 0 0 0 10px;
}
.full img{
    display: none;
}
/*SP*/
@media (max-width: 768px) {
    
  .modelplan div.cntFrame {
    padding: 0 15px;
  }
  .modelplan #imageBg01 {
  background-image: url(../images/index/01sp.jpg);
  background-position: bottom right;
  }
  .modelplan #imageBg02 {
  background-image: url("../images/index/02sp_image.jpg");
    background-position: 50% top;
  }
  .modelplan #imageBg03 {
  background-image: url("../images/index/03sp_image.jpg");
    background-position: 50% top;
  }
  .modelplan #imageBg04 {
  background-image: url(../images/index/04sp_image.jpg);
  }
  .modelplan #imageBg05 {
    background-position: 50% top;
  background-image: url("../images/index/facade_sp.jpg");
  }
.modelplan div.cntFrame {
  padding: 0 50px;
}
.modelplan div.cntFrame h2 {
  font-size: 42px;
  letter-spacing: 2;
  margin-bottom: 10px;
  font-weight: lighter;
  font-style: normal;
  position: absolute;
  right: 0; 
  padding-right: 40px;
}
.modelplan div.cntFrame h2 span{
  font-size: 14px;
} 
.modelplan div.cntFrame h2 img{
    max-width: 50%;
}
.modelplan div.cntFrame .text{
  padding: 60px 40px 40px;
  font-size: 16px;
}
.modelplan div.cntFrame .link_btn{
  display: inline-block;
  font-size: 16px;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #FFF;
  border: solid 1px #272727;
  transition: .4s;
  background-color: #272727;
  margin-left: 6px;
}
.full{
    width: 100%;
    }
.full img{
  width: 100vw;
    display: block;
    }
}
#about{
    background-color: #0D1219;
}
#about h2{
	font-size: 150%;
    margin: 0px auto 30px;
}
#about .bukkenname img{
	width:980px;
	margin: 0 auto 60px;
}


#about .price img{
	width:880px;
	margin: 20px auto;
}
#about .ad_list{
    width: 84%;
    display: flex;
    justify-content: space-around;
    margin: 10px auto;
}
#about .ad_list dl{
	width:20%;
}
#about .ad_list dl dt{
	margin-bottom:3%;
}
#about .ad_list dl dd{
	font-size:18px;
	line-height:1.8em;
	letter-spacing:0;
    font-weight: lighter;
}	
#about .ad_list dl dt img{
    width: 60%;
    margin: 10px auto;
    text-align: center;
}
#about .ad_list dl dt:nth-of-type(2){
	transition-delay: .2s;
}
#about .ad_list dl dt:nth-of-type(3){
	transition-delay: .4s;
}
#about .ad_list dl dt:nth-of-type(4){
	transition-delay: .6s;
}


/* info_block
----------------------------------------*/
.info_block {
    padding: 0!important;
    margin: 0;
    background-color: #0D1219;
}
.info_inner {
	padding: 10px 0;
	margin: 0px auto;
	text-align: center;
}
.info_inner h3 img{
    max-width: 490px;
	margin: 20px auto;
}
.info_inner .list {
    display: block;
    margin: 0px auto;
    padding-top: 0px;
    max-width: 60%;
}
.info_inner ul {
	margin: 0;padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
}
.info_inner ul li{
    width: 46%;
}
.info_inner ul li img{
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.info_inner ul li:nth-of-type(2){
	transition-delay: .2s;
}
.info_inner ul li:nth-of-type(3){
	transition-delay: .4s;
}
.info_inner ul li:nth-of-type(4){
	transition-delay: .6s;
}

.info_form {
	padding: 20px;
	margin: 0 auto;
	background: #e7e4da;
	text-align: center;
    color: #4A6978;
    position: relative;
}
.info_form p{
    font-weight: bold;
    font-size: 150%;
}
.info_form .small{
    font-weight: bold;
    font-size: 100%;
}
.info_form p span{
    color: #7c181d;
    background-color: #EDDCBC;
    padding: 2px 10px 1px;
    font-weight: bold;
}
.info_form .guidemap img{
    right:10%;
    top:-100px;
    padding: 0;
    max-width: 15%;
    position: absolute;
    border: 1px #CCCCCC solid;
}
.info_block h2 {
	margin-bottom: 64px;
}
.info_block h2 span {
	display: inline-block;
	font-size: 24px;
	letter-spacing: .1em;
}
.info_block h3 img{
	margin:20px auto 40px;
	width: 1280px;
    display: block;
}
.info_txt {
	font-size: 32px;
	letter-spacing: .2em;
    font-weight: bold;
}
.info_txt span{
	font-size: 16px;
	letter-spacing: .2em;
}
.info_txt + p {
	font-size: 28px;
	letter-spacing: .1em;
	margin: 10px 0 0;
}
.info_txt + p small {
	font-size: 18px;
    margin: 0 auto;
}
.info_txt + p strong {
	font-size: 24px;
	font-weight: 600;
}
.info_block .notice {
	font-size: 11px;
    text-align: center;
	letter-spacing: .2em;
}
.info_block a.button {
	width: 400px;
	color: #fff;
	background-color: rgba(62,83,95,1.00);
	padding: 20px 50px;
	margin-top: 40px;margin-bottom: 20px;
}
.info_block a.button2 {
	width: 400px;
	color: #fff;
	background-color: rgba(34,35,35,1.00);
	padding: 20px 50px;
	margin-top: 40px;margin-bottom: 20px;
}
.info_txt2 {
	margin: 20px 0 ;
	font-size: 18px;
}
.top-main01{
	padding: 0;
}
.top-main01 h3 img{
    max-width: 980px;
    margin-bottom: 60px;
}
.top-main01 .cover{
	padding: 0;
    margin-top: -28px;
}

.link-to{
    margin: 30px auto 80px;
    text-align: center;
    padding:15px;
    letter-spacing: 0.1em;
    min-width: 25%;
    }
.top-main01 .concept_list {
    display: block;
    margin: 20px auto 40px;
    max-width: 1280px;
	z-index: 999;
}
.top-main01 ul {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-main01 ul li {
    width: 22%;
    margin: 0;
    text-align: center;
}
.top-main01 ul li img{
    width: 100%;
    margin: 10px;
    text-align: center;
}
.top-main01 ul li:nth-of-type(2){
	transition-delay: .2s;
}
.top-main01 ul li:nth-of-type(3){
	transition-delay: .4s;
}
.top-main01 ul li:nth-of-type(4){
	transition-delay: .6s;
}



	
/*sp*/	
@media (max-width: 767px){
.main-visual_scroll{
    bottom: 40px;
}
#about{
    padding: 0;
}
#about h2{
	font-size: 120%;
    padding-bottom: 10px;
}
#about h3 img{
    width: 100%;
    margin-top: -40px;
}
#about .bukkenname img{
	width:90%;
}
#about .price img{
	width:90%;
}
#about .ad_list{
	width:100%;
    display: block;
}
#about .ad_list dl{
	width:100%;
	margin-bottom:3%;
}
#about .ad_list dl dt{
	margin-bottom:3%;
}
#about .ad_list dl dt img{
    width: 30%;
}
#about .ad_list dl dd{
}
#about  .ad_list dl dt:nth-of-type(2){
	transition-delay: .2s;
}
#about .ad_list dl dt:nth-of-type(3){
	transition-delay: .4s;
}
#about .ad_list dl dt:nth-of-type(4){
	transition-delay: .6s;
}
.info_block h2 span {
	display: inline-block;
	font-size: 18px;
	letter-spacing: .1em;
}
.info_block h3 img{
	margin:20px auto 40px;
	width: 1280px;
    display: block;
}
.info_block {
}
	.info_block {
	}
	.info_inner {
        margin-top: 0px;
        padding: 0px;

	}
.info_txt span{
	font-size: 14px;
	letter-spacing: .2em;
}
	.info_txt {
		font-size: 1.3em;
		letter-spacing: .1em;
	}
	.info_txt + p {
		font-size: 0.2em;
	}
	.info_txt + p small {
		font-size: 0.6em;
		letter-spacing: 0;
	}
	.info_txt + p strong {
		font-size: 1.0em;
	}
.info_inner .price img{
    width: 100%;
	margin: 0 auto;
}
	.info_form {
		padding: 20px 0;
	}
.info_inner .list {
    display: block;
    margin: 0px auto 30px;
    max-width: 100%;
}
.info_inner ul {
	margin: 0;
	padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info_inner ul li {
    width: 90%;
    margin:0 auto;
    text-align: center;
}
.info_inner ul li:nth-of-type(2){
	transition-delay: .2s;
}
.info_inner ul li:nth-of-type(3){
	transition-delay: .4s;
}
.info_inner ul li:nth-of-type(4){
	transition-delay: .6s;
}
    
.top-main01{
	}
.top-main01 h2 img{
	margin: 0 auto;
    width: 100%;
    display: block;
}
.top-main01 h3 img{
	margin: 0 auto;
    max-width: 100%;
    display: block;
}
.top-main01 h3 img{
	margin: 0 auto 40px;
    width: 100%;
    display: block;
}
.top-main01 .modelroom_list {
    margin: 20px auto;
}
.top-main01 ul {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-main01 ul li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top-main01 ul li img{
    width: 100%;
    margin:5px 0;
    text-align: center;
}
.link-to{
    margin: 30px auto 80px;
    text-align: center;
    padding:15px;
    min-width: 70%;
    }
    

}


/*チラシ　SP*/
#info {
    background-color:#0D1219;
    background-position: center;
}
#info p {
	margin: 20px 0;
    font-size: 60%;
}
#info .info_box{
	width: 100%;
    background:#3c576c;
    display: block;
}
#info .info_box .news_block{
	width:92%;
	margin: auto;
	font-size:11px;
	line-height:1.2em;
	letter-spacing:0px;
    color: #FFF;
    padding-top: 10px;
    text-align: left!important;
}
#info .info_box .news_block h3{
	font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-top: 60px;
    padding-bottom: 10px;
    border-bottom: solid 1px #FFF;
}
#info .info_box .news-list{
	width:100%;
	margin:40px auto 20px;
    display: block;
    text-align: left!important;
}
#info .info_box .news-list li{
	padding: 16px 0;
	border-bottom-width: 1px;
	font-size:12px;
    letter-spacing: 0.2em;
	line-height:1.8em;
    margin: 0 auto;
    width: 100%;
    text-align: left!important;
}
#info .info_box .news-list li span{
	margin-right:0px;
}
#info .info_box .news-list li a{
}
#info .info_box .news-list li a:hover{
}
#info .flyer{
	width: 100%;
    padding: 0;
    margin-top: -40px;
}
#info .flyer h5 img{
	width: 92%;
	margin: auto;
	padding: 10px 0px;
	display: block;
}
 #info .flyer-thumbnail{
	width:92%;
	margin: auto;
	font-size:11px;
	line-height:1.2em;
	letter-spacing:0px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#info .flyer-thumbnail dl{
	width:48%;
    padding: 30px 0;
}
#info .flyer-thumbnail dl dt,.flyer-thumbnail dl dt a{
	margin:0px auto;
	text-align: center;
	font-size:13px;
	font-weight: nomal;
	color: #FFF;
     margin-top: 10px;
	line-height:1.2em;
}
#info .flyer-thumbnail dl dd{
	color:#555;
}
#info .flyer-thumbnail dl dd img{
	width: 100%;
}
.yokoku{
	padding:20px;
    background-color: rgba(210,210,210,0.10);
    width: 90%;
	margin: 10px auto 30px;
}
.yokoku h3{
    font-size: 14px;
	color: #FFF;
	text-align: center;
	margin: 10px auto 20px;
}
.yokoku p{
	color: #FFF;
	font-size: 9px;
	text-align: center;
}
/*チラシ　PC*/
@media only screen and (min-width: 768px) {
#info {
    background-repeat: no-repeat;
    padding: 40px 0;
}
#info p {
	margin: 20px 0;
    font-size: 60%;
}
#info .info_box{
	width: 100%;
    display: flex;
}
#info .info_box .news_block{
	width:30%;
	font-size:11px;
	line-height:1.2em;
	letter-spacing:0.4em;
    padding-top: 40px;
}
#info .info_box .news-list{
	padding:0px;
}
#info .info_box .news_block h3{
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-top: 0px;
}
#info .info_box .news-list{
	width:100%;
    display: block;
}
#info .info_box .news-list li{
    width: 100%;
	padding: 20px 0;
	font-size:14px;
    text-align: left;
}
#info .info_box .news-list li span{
	margin-right:23px;
}
#info .flyer{
	width: 60%;
    padding: 0;
}

#info .flyer-thumbnail{
	margin:80px auto 0;
	padding:10px;
	display: flex;
	justify-content: space-around;
	/*justify-content: space-between;
	align-items: flex-start;*/
}
 #info .flyer-thumbnail dl{
	width:45%;
    padding: 30px 0 0;
}
 #info .flyer-thumbnail dl dt, .flyer-thumbnail dl dt a{
	margin:16px 0 11px 0;
	font-size:16px;
	line-height:1.4em;
}
 #info .yokoku{
    width: 50%;
     margin-bottom: 30px;
}
 #info .yokoku h3{
	font-size: 16px;
	text-align: center;
}
 #info .yokoku p{
	margin: 0 auto 20px;
	font-size: 12px!important;
	text-align: center;
}
}





#info2 .info_form2 {
	padding: 30px;
	margin: -45px auto 0;
	background: rgba(91,87,80,0.70);
	text-align: center;
    color: #FFFFFF;
    position: relative;
}
#info2 .info_form2 p span{
    color: #7c181d;
    background-color: #D8D173;
    padding: 2px 10px;
    font-weight: bold;
}
#info2 .info_form2 .guidemap{

}
#info2 .info_form2 .guidemap img{
    right:5%;
    top:-85px;
    padding: 0;
    max-width: 15%;
    position: absolute;
    border: 1px #A4A4A4 solid;
}
#info2 .info_form2 a.button2 {
	width: 400px;
	color: #fff;
	padding: 20px 50px;
	margin-top: 40px;margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	#info2 .info_form2 {
		padding: 20px 0;
	}
#info2 .info_form2 .guidemap img{
    right:  auto;
    top: auto;
    max-width: 50%;
    position: inherit;
}
#info2 .info_form2 a.button2 {
	width: 80%;
}
}


.flipLeft{
animation-name: flipLeft;
animation-duration:1.0s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

.bg {
  animation: bg-gradient 2s linear infinite alternate;
  background: linear-gradient(45deg, #F8EAC0,#FFF7ED,#FFFFFF) 0 / 200% 100%;
}
@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.price img{
    width: 980px;
	margin: 20px auto;
}
/*sp*/
@media only screen and (max-width: 768px) {
.price img{
    width: 94%;
	margin: 10px auto;
}
}

#info_sub {
	display: none;
}
/*休業お知らせ*/
#info .holiday_title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin:20px auto;
	letter-spacing: 0.1em;
	color: #FFF;
    background-color: rgba(159,144,116,1.00);
    display: inline-block;
    padding: 10px;
}
#info .holiday_text{
	font-size: 12px;
	text-align: left;
	margin:20px auto;
	letter-spacing: 0.1em;
	width: 80%;
	color: #FFF;
}

/*sp*/	
@media (max-width: 767px){
#info .holiday_title{
	font-size: 16px;
	font-weight: bold;
}
#info .holiday_text{
	font-size: 12px;
	width: 90%;
}
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 10;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(105,168,183,1.00), rgba(12,8,9,1.00));
    
}

.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px;
}

.loading__text {
  font-size: max(30px, 1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.loading__logo {
  margin: 0 auto;
  width: min(300px, 100%);
}

.contents {
  height: 100vh;
  display: grid;
  place-items: center;
  font-size: max(22px, 3vw);
}


.plan{
	display: block;
	justify-content:contain;
}
.plan dl{
	padding: 20px 0px 40px 0px;
}
.plan dl dt img{
	display:block;
	padding: 10px;
	width: 100%;
	margin: auto;
}

.plan dl dd{
	margin:20px auto;
}
.plandl dd a{
	display:block;
}
.plan dl dt{
	margin:0px auto 20px auto;
	position:relative;
}

/*pc*/
@media screen and (min-width: 758px){

.plan{
	display: flex;
	justify-content: space-around;
}
.plan dl{
	width:40%;
    margin: 0 auto;
	}
.plan dl dt img{
	width: 100%;
}
.plan dl dd{
	width:48%;
    margin: 0 auto;
    padding: 0;
    }
}
/*リンクボタン*/
.button{
	display: block;
	min-width: 250px;
	font-size: 120%;
	margin: 60px auto;
	padding: 15px 30px;
	text-align: center;
	transition: all .3s ease-out;
    border: solid 1px #CCCCCC;
	background-color:rgba(66,72,85,1.00);
	color: #FFF;
}
.button:hover {
	color: #FFF;
    opacity: 0.7;
}

@media screen and (max-width: 758px){
.button {
	display: block;
	width: 100%;
	font-size: 120%;
}
}
