@charset "utf-8";
/* CSS Document */
/*メインイメージ*/
#slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}
video{
    position: absolute;
    top: 0;
    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;
	}
}
.reflection{
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:130px;
position:absolute;
top:-180px;
left:0;
background-color: #ccc;
opacity:0;
-webkit-transform: rotate(45deg);
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.7; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*sp*/
@media (max-width: 767px){
#slider {
    }
video{
}
}


#about{
    background-color: #3f3b3a;
    margin: 0!important;
}
#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 .list {
    display: block;
    margin: 0px auto;
    padding-top: 0px;
    max-width: 80%;
}
#about ul {
	margin: 0;padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about ul li{
    width: 22%;
}
#about ul li img{
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
#about ul li:nth-of-type(2){
	transition-delay: .2s;
}
#about ul li:nth-of-type(3){
	transition-delay: .4s;
}
#about ul li:nth-of-type(4){
	transition-delay: .6s;
}

#info {
	padding-bottom: 60px;
    background-image: url("../images/index/bk03.jpg");
    margin: 0!important;
    /*min-height: 500px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#info .icon_list {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
	z-index: 999;
}
#info ul {
	margin: 0;padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#info ul li {
    width: 25%;
    margin: 0;
    text-align: center;
}
#info ul li:nth-of-type(2){
	transition-delay: .2s;
}
#info ul li:nth-of-type(3){
	transition-delay: .4s;
}
#info ul li:nth-of-type(4){
	transition-delay: .6s;
}
#info ul li img {
    max-width: 116px;
}
#info ul li p {
    font-size: 14px;
    color: #f73f6f;
}
#info p span{
    font-size: 160%;
}
#info p {
	margin: 0 0 40px 0;
}
#info a.button {
	width: 400px;
	color: #fff;
	background-color: rgba(11,11,11,0.80);
	padding: 20px 50px;
	margin-bottom: 20px;
}
#info a.button:hover {
	color: #fff;
	background-color: #000000;
}
#info .hours{
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.2em;
    margin: 10px auto 20px;
}
#info .freedial img{
    max-width: 250px;
}
#info2 {
	background-image: url("../images/index/info_bk.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	padding-bottom: 60px;
}
#info2 a.button {
	width: 400px;
	color: #fff;
	background-color: rgba(11,11,11,0.80);
	padding: 20px 50px;
	margin-bottom: 20px;
}
#info2 a.button:hover {
	color: #fff;
	background-color: #000000;
}
#info2 .hours{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin:20px auto 60px;
	letter-spacing: 0.1em;
}
#info2 .holiday_title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin:20px auto;
	letter-spacing: 0.1em;
	color: #7C0103;
}
#info2 .holiday_text{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin:20px auto;
	letter-spacing: 0.1em;
	width: 60%;
}
#info2 .freedial img{
    max-width: 250px;
}
.top-main01{
	padding: 0;
}
.top-main01 h3 img{
    max-width: 1280px;
    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;
}

.top-main02{
    overflow: hidden;
	padding: 0;
}
.top-main02 dl{
    display: flex;
    overflow: hidden;
/* 	padding: 20px 0px 0px 0px; */
}
.top-main02 dl img{
	display:block;
	width: 100%;
	margin: auto;
}
.top-main02 dl img sp{
	display:block;
}
.top-main02 dl img pc{
	display:none;
}
.top-main02 dl dd{
	margin:0px auto;
}
.top-main02 dl dd a{
	display:block;
	width:250px;
	margin:0px auto;
}
.top-main02 dl dt a .disabled{
	pointer-events: none;
	cursor: default;
}
.top-main02 dl dt{
	margin:0px auto 0px auto;
	position:relative;
    overflow: hidden;
}
.top-main02 dl dt a{
}
.top-main02 dl dt .caption {
	font-size:26px;
	font-weight: bold;
	color:#FFF;
	position:absolute;
	top:80%;
	left:20%;
}
.top-main02 dl dt img {
	height: auto;
    display: block;
    transition: transform .6s ease; 
}
.top-main02 dl dt:hover img{
	transform: scale(1.1);
}




.top-main03{
    overflow: hidden;
	padding: 0;
}
.top-main03 dl{
    display: flex;
    overflow: hidden;
/* 	padding: 20px 0px 0px 0px; */
}
.top-main03 dl img{
	display:block;
	width: 100%;
	margin: auto;
}
.top-main03 dl img sp{
	display:block;
}
.top-main03 dl img pc{
	display:none;
}
.top-main03 dl dd{
	margin:0px auto;
}
.top-main03 dl dd a{
	display:block;
	width:250px;
	margin:0px auto;
}
.top-main03 dl dt a .disabled{
	pointer-events: none;
	cursor: default;
}
.top-main03 dl dt{
	margin:0px auto 0px auto;
	position:relative;
    overflow: hidden;
}
.top-main03 dl dt a{
}
.top-main03 dl dt .caption {
	font-size:26px;
	font-weight: bold;
	color:#FFF;
	position:absolute;
	top:80%;
	left:20%;
}
.top-main03 dl dt img {
	height: auto;
    display: block;
    transition: transform .6s ease; 
}
.top-main03 dl dt:hover img{
	transform: scale(1.1);
}

	
	
/*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 .list {
    display: block;
    margin: 10px auto 20px;
    max-width: 90%;
}
#about ul {
	margin: 0;
	padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about ul li {
    width: 80%;
    margin:0 auto;
    text-align: center;
}
#about ul li img{
    margin: 5px auto;
}
#about ul li:nth-of-type(2){
	transition-delay: .2s;
}
#about ul li:nth-of-type(3){
	transition-delay: .4s;
}
#about ul li:nth-of-type(4){
	transition-delay: .6s;
}
#info {
	padding-bottom: 40px;
    margin: 0;
}
#info p span{
    font-size: 120%;
}
#info a.button {
	width: 65%;
	padding: 20px 30px;
}
#info ul li {
	width: 50%;
	}
#info .hours{
	text-align: center;
    font-size: 70%;
}
#info .freedial img{
    max-width: 200px;
}
#info2 .hours{
	font-size: 10px;
}
#info2 .holiday_title{
	font-size: 16px;
	font-weight: bold;
}
#info2 .holiday_text{
	font-size: 12px;
	width: 90%;
}
.top-main01{
	}
.top-main01 .cover{
    width: 100%;
}
.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 .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%;
    }
    
.top-main02{
	padding: 0;
}
.top-main02 dl{
    display: block;
/* 	padding: 20px 0px 0px 0px; */
}
.top-main02 dl img{
	display:block;
	width: 100%;
	margin: auto;
}
.top-main02 dl dt .caption {
	font-size:20px;
	top:80%;
	left:10%;
}
    
.top-main03{
	padding: 0;
}
.top-main03 dl{
    display: block;
/* 	padding: 20px 0px 0px 0px; */
}
.top-main03 dl img{
	display:block;
	width: 100%;
	margin: auto;
}
.top-main03 dl dt .caption {
	font-size:20px;
	top:64%;
	left:10%;
}
}
/* info_block
----------------------------------------*/
.info_block {
    padding: 0!important;
    background-color: #3f3b3a;
}
.info_inner {
	padding: 0px 0px 40px;
	margin: 0px auto 0;
	text-align: center;
}
.info_inner h3 img{
    max-width: 259px;
	margin: 20px auto;
}

.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;
}

/*sp*/
@media only screen and (max-width: 768px) {
.info_block {
    background-image: url("../images/index/bk01sp.jpg");
}
	.info_block {
	}
	.info_inner {
        margin-top: 0px;

	}
.info_inner .price img{
    width: 100%;
	margin: 40px auto;
}
	.info_form {
		padding: 20px 0;
	}
.info_form p{
    font-weight: bold;
    font-size: 100%;
}
.info_txt span{
	font-size: 14px;
	letter-spacing: .2em;
}
.info_form .small{
    font-weight: bold;
    font-size: 80%;
}
.info_form .guidemap img{
    right:  auto;
    top: auto;
    max-width: 50%;
    position: inherit;
}
.info_block h2 {
	margin-bottom: 25px;
}
.info_block h3 img{
	margin:20px auto;
	width: 100%;
}
.info_block h2 span {
	font-size: 18px;
	letter-spacing: .25em;
}
	.info_txt {
		font-size: 1.1em;
		letter-spacing: .1em;
	}
	.info_txt + p {
		font-size: 1.1em;
	}
	.info_txt + p small {
		font-size: 0.6em;
		letter-spacing: 0;
	}
	.info_txt + p strong {
		font-size: 1.0em;
	}
.info_block .notice {
	font-size: 9px;
	letter-spacing: .1em;
}
.info_block a.button {
	width: 80%;
}
.info_block a.button2 {
	width: 80%;
    font-size: 75%;
	padding: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}
	.info_txt2 {
        padding-top: 10px;
		font-size: 1.0em;
	}
}

/*チラシ　SP*/
#info {
    background-image: url("../images/index/bk03-sp.jpg");
    background-position: right;
}
#info .info_box{
	width: 100%;
    background: rgba(255,255,255,0.30);
    display: block;
    margin-top: -100px;
}
#info .info_box .news_block{
	width:92%;
	margin: auto;
	font-size:11px;
	line-height:1.2em;
	letter-spacing:0px;
    color: #FFF;
    padding-top: 40px;
    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%;
}
/*チラシ　PC*/
@media only screen and (min-width: 768px) {
    
#info .info_box{
	width: 100%;
    margin-top: -60px;
    display: flex;
}
#info .info_box .news_block{
	width:30%;
	font-size:11px;
	line-height:1.2em;
	letter-spacing:0.4em;
    padding-top: 0px;
}
#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;
}
	
}





#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(173,127,123,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%;
}
}