@charset "utf-8";
/* CSS Document */
/*メインイメージ*/
#main-visual{
    max-width: 100%;
    position: relative;
    align-items: center;
}
#main-visual  .slick_box img{
    width: 100%;
}
#main-visual .slick_box .slick__bg{
    padding-bottom: 15%;
    background-size: cover;
    background-repeat: no-repeat;
}
#main-visual .slick_box .slick__bg01 {
    background-image: url(../images/index/slider/01.jpg);
    background-position: center center;
}
#main-visual .slick_box .slick__bg02 {
    background-image: url(../images/index/slider/02.jpg);
    background-position: center top;
}
#main-visual .slick_box .slick__bg03 {
    background-image: url(../images/index/slider/03.jpg);
    background-position: center top;
}
#main-visual .slick_box .text_01 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: white;
    font-size: 32px;
    line-height: 2em;
    text-shadow: 3px 3px 5px #2B2B2B;
    letter-spacing: 0.1em;
}
#main-visual .slick_box .text_02 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-size: 32px;
    line-height: 2em;
    text-shadow: 3px 3px 5px #BFBFBF;
    letter-spacing: 0.1em;
    color: #336b53;
}
.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;
	pointer-events: none;
}
.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){
#main-visual{
}
#main-visual .slick_box .slick__bg{
    padding-bottom: 40%;
    background-size: cover;
    background-repeat: no-repeat;
}
#main-visual .slick_box .text_01 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%); 
    color: white;
    font-size:1.38rem;
    line-height: 2em;
    text-shadow: 3px 3px 5px #2B2B2B;
    letter-spacing: 0.1em;
    }
#main-visual .slick_box .text_02 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%); 
    font-size:1.38rem;
    line-height: 2em;
    text-shadow: 3px 3px 5px #BFBFBF;
    letter-spacing: 0.1em;
    color: #336b53;
}
}

.about{
  background-image: linear-gradient(90deg, #336b53, #0d331b);
    width: 100%;
}
.about .inner{
    width: 50%;
    margin: 0 auto;
}
.about h2{
	font-size: 32px;
    padding: 24px 0 0;
}
.about h3{
	font-size: 28px;
    padding: 24px 0 ;
}
.about h3 .middle{
	font-size: 20px;
}
.about h3 .small{
	font-size: 16px;
}
.about h4{
    margin: 15px auto 20px;
	font-size: 26px;
    padding: 12px;
    background-color: rgba(255,255,255,0.15);
}
.about hr{
	width: 100%;
	margin: 0px auto;
    color: #FFF;
}
.about .price{
    width: 100%;
    height: auto;
    background-color: rgba(154,137,79,0.5);
    padding: 20px;
    margin-bottom: 15px;
}
.price p .title{
	font-size: 20px;
    padding: 5px 10px;
    border:solid 1px #C4C4C4;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: rgba(154,137,79,1);
}
.price p{
	font-size: 32px;
}
.price p .middle{
	font-size: 20px;
}
.price p .small{
	font-size: 13px;
    letter-spacing: 0.2em;
}
.about .price hr{
	width: 100%;
	margin: 20px auto 0;
}
/*sp*/
@media (max-width: 767px){
.about{
}
.about .inner{
    width: 90%;
    margin: 0 auto;
}
.about h2{
	font-size: 1.38rem;
    padding: 24px 0 0;
}
.about h3{
	font-size: 16px;
    padding: 24px 0 ;
}
.about h3 .middle{
	font-size: 13px;
}
.about h3 .small{
	font-size: 13px;
}
.about h4{
    margin: 15px auto 20px;
	font-size: 20px;
    padding: 12px;
}
.about hr{
	width: 100%;
	margin: 0px auto;
    color: #FFF;
}
.about .price{
}
.price p .title{
	font-size: 13px;
    padding: 3px;
    margin-bottom: 0px;
    margin-right: 10px;
}
.price p{
	font-size: 1.2rem;
}
.price p .middle{
	font-size: 12px;
}
.price p .small{
	font-size: 10px;
    letter-spacing: 0.2em;
}
}

/* info_block
----------------------------------------*/
.info_block {
    padding: 0!important;
    margin: 0;
    background-color: #9a894f;
    width: 100%;
}
.info_inner {
	margin: 0px auto;
}
.info_inner h3 img{
    max-width: 490px;
	margin: 20px auto;
}
.info_inner .list {
    flex-wrap: wrap;
    margin: 0px auto;
    padding-top: 0px;
    max-width: 60%;
    display: flex;
}

.info_inner dl {
    padding: 0;
    color: #FFF;
    width: 33%;
    font-size: 20px;
    position: relative;
}
.info_inner dl dd{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  padding-left: 20px;
  text-align: center;
}
.info_inner dl dt img{
    width: 50px;
    display: block;
    align-items: flex-start;
}
/*sp*/
@media (max-width: 767px){
.info_block {
}
.info_inner {
}
.info_inner .list {
    margin: 0px auto;
    padding-top: 0px;
    max-width: 90%;
    display: block;
}

.info_inner dl {
    padding: 10px 0;
    color: #FFF;
    width: 100%;
    font-size: 17px;
    position: relative;
}
.info_inner dl dd{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  padding-left: 40px;
  text-align: center;
}
.info_inner dl dt img{
    width: 30px;
    display: block;
    margin-left: 10%;

}
}

.content1{
    background: url("../images/index/back01.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding:120px 0 40px;
    margin: 0;
    line-height: 1.6em;
}
.content1 h2{
}
.content1 .sr_concept{
    width: 100%;
}
.content1 .sr_concept dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:180px 0 160px 0;
}
.content1 .sr_concept dt{
    width: 50%;
}
.content1 .sr_concept dd{
    width: 50%;
}
.content1 .sr_concept dl dt h3{
    width: 100%;
    font-size: 50px;
    letter-spacing: 1.4em;
    margin-left: 12%;
    line-height: 1.6em;
}
.content1 .sr_concept dl dt h4{
    width: 88%;
    font-size: 32px;
    margin-left: 12%;
    margin-top: 70px;
    margin-bottom: 60px;
    line-height: 1.6em;
}
.content1 .sr_concept dl dt p{
    width: 88%;
    font-size: 24px;
    margin-left: 12%;
    margin-bottom: 18px;
}
.content1 .sr_concept dl dd img{
    width: 100%;
    text-align: right;
}
.content1 .sr_concept .btn_left{
    margin-left: 130px;
    margin-top: 64px;
}
.content1 .sr_concept .btn_left a{
	font-size: 16px;
	color: #231815;
	background: #FFFFFF;
    border: solid 1px #9e9e9f;
    padding: 5px 60px;
    position: relative;
}

/*.content1 .sr_concept .btn_left a:hover {
    background-color: transparent;
    color: #fff;
}

.content1 .sr_concept .btn_left a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #336b53;
    content: '';
    transition: width .3s ease;
}

.content1 .sr_concept .btn_left a:hover::before {
    width: 100%;
}*/

/*sp*/
@media (max-width: 767px){
.content1{
    background-image: url("../images/index/bk01.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding:40px 0 20px;
}
.content1 h2{
    margin-top: 40px;
}
.content1 .sr_concept dl{
    width: 100%;
    display: block;
    padding:60px 0 20px 0;
}
.content1 .sr_concept dl dt{
    width: 100%;
}
.content1 .sr_concept dl dd{
    width: 100%;
}
.content1 .sr_concept dl dt h3{
    width: 90%;
    font-size: 40px;
    letter-spacing: 1.4em;
    margin-left: 20px;
}
.content1 .sr_concept dl dt h4{
    width: 90%;
    font-size: 1.38rem;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.content1 .sr_concept dl dt p{
    width: 90%;
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 18px;
}
.content1 .sr_concept dl dd img{
    width: 100%;
}
.content1 .sr_concept .btn_left{
    margin: 20px auto 80px;
    text-align: center;
}
.content1 .sr_concept .btn_left a{
	font-size: 13px;
	color: #231815;
	background: #FFFFFF;
    border: solid 1px #9e9e9f;
    padding: 5px 60px;
    position: relative;
}
/*.content1 .sr_concept .btn_left a:hover {
    background-color: transparent;
    color: #fff;
}

.content1 .sr_concept .btn_left a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #336b53;
    content: '';
    transition: width .3s ease;
}

.content1 .sr_concept .btn_left a:hover::before {
    width: 100%;
}*/    
}

.maisonette {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(90deg, rgba(230,233,226,1.00), rgba(255,255,255,1.00) 34%, rgba(255,255,255,1.00) 72%, rgba(238,237,226,1.00) 100%);
  margin: 0;
  padding: 0;
}
.maisonette .maisonetteInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}
.maisonette .maisonetteInner .imageBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  min-width: 100%;
  height: 100vh;
  background-size:cover;
  background-repeat: no-repeat;
}
.maisonette .maisonetteInner  #imageBg01 {
  background-image: url(../images/index/3f.jpg);
}
.maisonette .maisonetteInner  #imageBg02 {
  background-image: url(../images/index/2f.jpg);
}
.maisonette .maisonetteInner  #imageBg03 {
  background-image: url(../images/index/1f.jpg);
}
.maisonette .maisonetteInner  div.cntFrame {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  margin-top: -2px;
  color: #111;
  background-image: linear-gradient(90deg, #336b53, #0d331b);
  height: 297px;
}
.maisonette .maisonetteInner  div.cntFrame h2 {
  color:#FFF;
  font-size: 100px;
  letter-spacing: 2;
  margin-top: 50px;
  margin-bottom: 10px;
  font-optical-sizing: auto;
  font-weight: lighter;
  position: absolute;
  right: 100; 
  margin-left: 19%;
  z-index: 1;
}
.maisonette .maisonetteInner  div.cntFrame h2 span{
  font-size: 16px;
  color: #FFF;
}
.maisonette .maisonetteInner  div.cntFrame img{
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  width: 100%;
  right: 0; 
  height: auto;

}
.maisonette .maisonetteInner  div.cntFrame .text{
  color: #fff;
  font-size: 18px;
  padding-top: 100px;
  margin-bottom: 20px;
  font-weight: lighter;
  position: absolute;
  right: 100; 
  margin-left: 19%;
  z-index: 1;
}

.maisonettelower {
  margin: 0px auto;
  font-size: 16px;
  padding: 40px 0;
}
.maisonettelower .wrappe1200{
    width: 62.5%;
    margin: 0 auto;
}
.maisonettelower .spec{
  display: flex;
  width: 100%;
  margin: 80px auto 120px;
  justify-content: space-between;
	flex-wrap: wrap;
}
.maisonettelower .spec dl{
    width: 48%;
}
.maisonettelower .spec dt dd{
}
.maisonettelower .spec dl dt img{
    margin-top: 10px;
    width: 100%;
}
.maisonettelower .btn_center{
    text-align: center;
    margin: 80px auto;
}
.maisonettelower .btn_center a{
	font-size: 16px;
	color: #231815;
	background: #FFFFFF;
    border: solid 1px #9e9e9f;
    padding: 5px 60px;
    position: relative;
}
/*.maisonettelower .btn_center a:hover {
    background-color: transparent;
    color: #fff;
}

.maisonettelower .btn_center a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #336b53;
    content: '';
    transition: width .3s ease;
}

.maisonettelower .btn_center a:hover::before {
    width: 100%;
}*/

/*sp*/
@media (max-width: 767px){
.maisonette {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(90deg, rgba(230,233,226,1.00), rgba(255,255,255,1.00) 34%, rgba(255,255,255,1.00) 72%, rgba(238,237,226,1.00) 100%);
  margin: 0;
  padding: 0;
}
.maisonette .maisonetteInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
}
.maisonette .maisonetteInner .imageBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size:cover;
  background-repeat: no-repeat;
}
.maisonette .maisonetteInner  #imageBg01 {
  background-image: url(../images/index/3f-sp.jpg);
}
.maisonette .maisonetteInner  #imageBg02 {
  background-image: url(../images/index/2f-sp.jpg);
}
.maisonette .maisonetteInner  #imageBg03 {
  background-image: url(../images/index/1f-sp.jpg);
}
.maisonette .maisonetteInner  div.cntFrame {
  height: 170px;
}
.maisonette .maisonetteInner  div.cntFrame h2 {
  color:#FFF;
  font-size: 32px;
  letter-spacing: 1.6;
  margin-top: 0px;
  margin-bottom: 10px;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: 800;
  position: absolute;
  right: 100; 
  padding-left: 2%;
  z-index: 1;
  margin-left: 0;
}
.maisonette .maisonetteInner  div.cntFrame h2 span{
  font-size: 14px;
  color: #FFF;
}
.maisonette .maisonetteInner  div.cntFrame img{
    margin: 0;
    padding: 0;
    display: block;
  position: absolute;
    max-width: 100%;
    right: 0; 
  height: auto;
}
.maisonette .maisonetteInner  div.cntFrame .text{
  display: none;
}

.maisonettelower {
  margin: 0px auto;
  font-size: 13px;
  padding: 40px 0;
}
.maisonettelower .wrappe1200{
    width: 96%;
    margin: 0 auto;
}
.maisonettelower .spec{
  display: block;
  width: 100%;
  margin: 20px auto 60px;
  justify-content: center;
}
.maisonettelower .spec dl{
    width: 100%;
    margin: 0 auto;
}
.maisonettelower .spec dt dd{
    width: 100%;
    margin: 0 auto;
}
.maisonettelower .spec dl dt img{
    margin: 20px auto 0;
    width: 100%;
}
    

.maisonettelower .btn_center{
    text-align: center;
    margin: 80px auto;
}
.maisonettelower .btn_center a{
	font-size: 13px;
	color: #231815;
	background: #FFFFFF;
    border: solid 1px #9e9e9f;
    padding: 5px 60px;
    position: relative;
}

/*.maisonettelower .btn_center a:hover {
    background-color: transparent;
    color: #fff;
}

.maisonettelower .btn_center a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #336b53;
    content: '';
    transition: width .3s ease;
}

.maisonettelower .btn_center a:hover::before {
    width: 100%;
}*/    
}

.content2{
    width: 100%;
    margin: 0 auto;
}

.content2 .access dl{
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    flex-wrap: wrap;
    width: 80%;
}
.access dl dt{
    width: 48%;
}
.access dl dd{
    width: 48%;
}
.access dl dt img{
    width: 100%;
}

.access dl dd p{
    font-size: 16px;
    padding: 20px;
    text-indent: 2em;
    text-align: left;
}
.access .liner{

    border: solid #99884f 1px;
}
.access .btn{
}
.access .btn a{
	font-size: 16px;
	color: #231815;
	background: #FFFFFF;
    border: solid 1px #9e9e9f;
    padding: 5px 60px;
    position: relative;
}

/*.access .btn a:hover {
    background-color: transparent;
    color: #fff;
}

.access .btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #336b53;
    content: '';
    transition: width .3s ease;
}

.access .btn a:hover::before {
    width: 100%;
}*/
/*sp*/
@media (max-width: 767px){
.content2{
    width: 106%;
    margin: 0 auto;
}
.content2 .access dl{
    width: 96%;
    display: block;
    justify-content: center;
    margin: 40px auto;
}
.access dl dt img{
    width: 100%;
}
.access dl dt{
    width: 100%;
}
.access dl dd{
    width: 100%;
}
.access dl dd p{
    font-size: 13px;
    text-indent: 0em;
    padding: 20px;
    text-align: center;
}
.access .liner{
    border: solid #99884f 1px;
}
.access .btn{
}
.access .btn a{
	font-size: 13px;
	color: #231815;
	background: #FFFFFF;
    border: solid 1px #9e9e9f;
    padding: 5px 60px;
    position: relative;
}

/*.access .btn a:hover {
    background-color: transparent;
    color: #fff;
}

.access .btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #336b53;
    content: '';
    transition: width .3s ease;
}

.access .btn a:hover::before {
    width: 100%;
}*/
}




