@charset "UTF-8";


/*common ------------------------------------------------*/

#ecoa_gw section{
    padding-top: 140px;
}

#ecoa_gw section .container{
    margin-top: -80px;
}

section .section_header{
    margin-bottom: 40px;
    text-align: center;
     color: #fff;
}

section .section_header h2{
    position: relative;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
}

section .section_header h2::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    bottom: -10px;
    transform: translateY(-50%) translateX(-50%);
}

section .section_header p{
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
}


div.photo{
    position: relative;
    line-height: 1.0;
}

p.caption{
    position: absolute;
    bottom: 2px;
    right: 0;
    margin-bottom: 0;
}


@media (max-width: 768px) {
    
#ecoa_gw section{
    padding-top: 80px;
}
    
#ecoa_gw section .container{
    margin-top: -40px;
}

}




/*バックボタン
----------------------------------*/

#topmenu{
    list-style: none;
	position:fixed;
	bottom:60px;
	right:20px;
    z-index: 9999;
	color: #fff;
    width: 80px;
    display: table;
    flex-direction: column;
    align-items: center;
	}

#topmenu li{
	padding:0 5px;
    margin-bottom: 0;
	}

#topmenu li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    width: 60px;
    background-color:#5e7a23;
    border-bottom: 1px solid #425618;
    line-height: 16px;
    font-size: 10px;
    letter-spacing: 0;
	color: #fff;
	}

#topmenu li:first-child a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	}

#topmenu li:last-child a{
    border-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	}


#topmenu li a:hover{
	background-color:#425618;
	}
	
#pageTop:hover{
	opacity:0.8;
	}

#pageTop::after {
  background: none;
}

@media (max-width: 768px) {
#topmenu{display: none!important;}
}

/*mainvisual ------------------------------------------------*/

#ecoa_gw section#mainvisual{
    padding-top: clamp(68px, 1.591rem + 4.55vw, 5rem);
    margin-bottom: 10px;
}

#billboard {
	position: relative;
    z-index: 1;
}

#billboard .main_container{
	position: relative;
    height: auto;
}

#billboard .main_container h1.photo{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

#billboard .main_container h1.photo img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

#billboard .main_container .photo .caption{
    padding: 10px;
    color: #fff;
}

@media (max-width: 768px) {
    
#ecoa_gw section#mainvisual{
    padding-top: 48px;
}
}
	
@media (max-width: 640px) {   


}




/*intro ------------------------------------------------*/


/*#ecoa_gw #intro{
    background-image: url("../img/intro_flag01.svg"), url("../img/intro_flag02.svg");
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: 25% auto;
    overflow: hidden;
}*/

@media (min-width:1201px) {
#ecoa_gw #intro{
    background-size: 300px auto;
    background-position: calc(50% - 400px) top, calc(50% + 400px)  top;
}
}


.intro .container {
    z-index: 2;
}

.intro h2{
    text-align: center;
    color: #5e7a23;
    line-height: 1.8;
    font-weight: 900;
}

.intro h2 span{
    position: relative;
    display: inline-block;
    font-size: 0.8em;
}

.intro h2 span::before{
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #5e7a23;
    left: -1em;
    top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-30deg);
}

.intro h2 span::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #5e7a23;
    right: -1em;
    top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(30deg);
}

.intro p{
    text-align: center;
}


/*slider*/

.intro .slide_con{
position: relative;
    width: 100%;
    height: auto;
    /*margin-top: clamp(-5.75rem, -3.301rem + -0.95vw, -15rem);*/
    margin-top: -6px;
    max-height: 600px;
}

.intro .container .slick-track {
  display: flex;
    align-items: flex-end;
}

.intro .container .slick-slide {
  height: auto !important;
}




@media (max-width: 768px) {
    
}


@media (max-width: 640px) {
#ecoa_gw #intro{
    background-size: 32% auto;
} 
}





/*information ------------------------------------------------*/

#ecoa_gw .information{
padding: 80px 0;
}

#ecoa_gw section.information .container {
    margin-top: 0;
}

.information h3{
    position: relative;
    text-align: center;
    color: #5e7a23;
    line-height: 1.8;
    font-weight: 900;
    margin-bottom: 40px;
}

.information h3::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #5e7a23;
    left: 50%;
    top: 120%;
  transform: translateY(-50%) translateX(-50%);
}



#ecoa_gw section.information .info_con.info01 {
    margin-bottom: 40px;
}

#ecoa_gw section.information .caution {
    font-size: 0.6em;
    line-height: 1.3;
    letter-spacing: 0;
    color: #666;
    margin-top: 10px;
    margin-bottom: 0;
}



/*modelhouse ------------------------------------------------*/

#ecoa_gw .modelhouse{
    position: relative;
    box-sizing: border-box;
    background-color: #f1efe9;
    padding-bottom: 80px;
    z-index: 2;
}

.modelhouse h2{
    text-align: center;
    color: #5e7a23;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 40px;
}

.modelhouse h2 span{
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 0;
}
.modelhouse h2 span::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #5e7a23;
    left: -1em;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(-30deg);
}

.modelhouse h2 span::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #5e7a23;
    right: -1em;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(30deg);
}


#ecoa_gw section .container.area_con {
    margin-top: 0;
}


.modelhouse .area h3 {
    color: #5e7a23;
    font-size: 2.2em;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.0;
}

.modelhouse .area h3 img{
    height: 30px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}


.modelhouse .area_con .area_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*modelhouse_single*/
.area_list .modelhouse_single{
    width: calc((100% / 2) - 20px);
    background-color: #fff;
    margin-bottom: 40px;
}

.area_list .modelhouse_single .modelhouse_campain{
    text-align: center;
    background-color: #5e7a23;
    color: #ffe100;
    font-weight: 700;
    padding: 10px;
    margin: 0;
    line-height: 1.0;
}

.area_list .modelhouse_single .modelhouse_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #e5ebd2;
    padding: 15px 25px;
}

.modelhouse_title .area_name{
    display: flex;
    width: 5em;
    font-size:1.1em;
    font-weight: 700;
    color: #fff;
    background-color: #7e9a20;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing:border-box;
}

.modelhouse_title .area_prof{
    width: calc((100% - 5em) - 20px);
}

.modelhouse_title .area_prof h4{
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 700;
}
.modelhouse_title .area_prof h4 span{
    font-size: 0.8em;
    margin-left: 0.5em;
}

.modelhouse_title .area_prof p{
    margin-bottom: 0;
}

.area_list .modelhouse_single .modelhouse_info{
    padding: 20px;
}

.modelhouse_info .modelhouse_copy{
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.modelhouse_info .modelhouse_photo{
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}

.modelhouse_info .modelhouse-slider .prev,
.modelhouse_info .modelhouse-slider .next{
	position: absolute;
	top: calc(50% - 30px);
	z-index: 99;
	color: #5e7a23;
	height: 30px;
	width: 24px;
	line-height: 30px;
	text-align: center;
    cursor: pointer;
    font-size: 1.5em;
	}

.modelhouse_info .modelhouse-slider .prev{
	right: -30px;
}

.modelhouse_info .modelhouse-slider .next{
	left: -30px;
}

.modelhouse_info .modelhouse_btn{
    padding: 0 10%;
}


.modelhouse_info .btn_div{
    max-width: 360px;
    margin: 0 auto 10px;
    text-align: center;
}

.modelhouse_info .btn_div a{
    display: block;
    color: #fff;
    text-align: center;
}

.modelhouse_info .btn_div a img{
    height: 40px;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.modelhouse_info .btn_div.btn_detail a{
    background-color: #7e9a20;
    border-radius: 40px;
    height: 48px;
    line-height: 48px;
}

.modelhouse_info .btn_div.btn_detail a:hover{
    background-color: #425618;
}

.modelhouse_info .btn_div.btn_reservation a{
    background-color: #dfb23c;
    border-radius: 40px;
    height: 48px;
    line-height: 48px;
}

.modelhouse_info .btn_div.btn_reservation a:hover{
    background-color: #E89900;
}

.modelhouse_info .btn_div.btn_youtube a{
    background-color: #ff0000;
    border-radius: 40px;
    height: 48px;
    line-height: 48px;
}

.modelhouse_info .btn_div.btn_youtube a:hover{
    background-color: #C40000;
}


/*modelhouse_link*/

.modelhouse .modelhouse_link{
    margin: 40px auto 0;
    width: 80%;
    min-width: 640px;
    height: auto;
    padding: 30px;
    background-color: #dfb23c;
    border-radius: 20px;
}

.modelhouse .modelhouse_link p.link_title{
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
}

.modelhouse .modelhouse_link .link_btn_con{
        margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.modelhouse .modelhouse_link .link_btn_con .btn_div{
    box-sizing: border-box;
    width: calc((100% / 2) - 10px);
}

.modelhouse .modelhouse_link .link_btn_con .btn_div a{
    display: block;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    color: #5e7a23;
}

.modelhouse .modelhouse_link .link_btn_con .btn_div a:hover{
    background-color: #5e7a23;
    color: #fff;
}




@media (max-width: 768px) {
    
.area_list .modelhouse_single {
    width: 100%;
}  
    

.modelhouse .modelhouse_link{
    box-sizing: border-box;
    width: 100%;
    min-width: inherit;
}

}



@media (max-width: 640px) {
    
.modelhouse .modelhouse_link li{
    width: calc((100% / 2) - 10px);
}

.modelhouse .modelhouse_link li:nth-child(3n+1),
.modelhouse .modelhouse_link li:nth-child(even){
    margin-left: 10px;
}

.modelhouse .modelhouse_link li:nth-child(2n+1){
    margin-left: 0;
}
    

.modelhouse .modelhouse_link .link_btn_con{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
.modelhouse .modelhouse_link .link_btn_con .btn_div{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
    
.modelhouse .modelhouse_link .link_btn_con .btn_div:last-child{
    margin-bottom: 0;
}

    
}





/*modelhouse_link_banner ------------------------------------------------*/

#ecoa_gw .modelhouse_link_banner{
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    padding-bottom: 0;
    z-index: 2;
}

/*tour information追加*/

.information .tour_banner,
.area_tour .tour_banner{
    display: flex;
    background-color: #fff;
    border: 1px solid #ccc;
    align-items:stretch;
    border-radius: 10px;
    overflow: hidden;
}

.information .tour_banner{
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 80px;
}

.information .tour_banner .photo,
.area_tour .tour_banner .photo{
    width: calc(100% / 2);
    object-fit: cover;
}

.information .tour_banner .photo img,
.area_tour .tour_banner .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information .tour_banner .text,
.area_tour .tour_banner .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 2);
    padding: 20px;
    box-sizing: border-box;
}

.information .tour_banner .text h4,
.area_tour .tour_banner .text h4{
    width: 70%;
    margin: 0 auto 10px;
}

.information .tour_banner .text p,
.area_tour .tour_banner .text p{
    margin-bottom: 10px;
    text-align: center;
}

.information .tour_banner .text p.link,
.area_tour .tour_banner .text p.link{
    margin-bottom: 0;
}

.information .tour_banner .text p i,
.area_tour .tour_banner .text p i{
color:#e95350;
}


@media (max-width: 768px) {
    
.area_tour{
    padding-bottom: 60px;
}

.information .tour_banner,
.area_tour .tour_banner {
    flex-direction: column;
}    
.information .tour_banner .photo,
.area_tour .tour_banner .photo{
    width: 100%;
}
.information .tour_banner .text,    
.area_tour .tour_banner .text{
    width: 100%;
}
}


@media (max-width: 640px) {
    

.information .tour_banner{
    margin-bottom: 40px;
}
    
.information .tour_banner .text h4,    
.area_tour .tour_banner .text h4 {
    width: 100%;
}
    
}



/*contact ------------------------------------------------*/

#ecoa_gw .contact{
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    margin-top: 150px;
}

.contact::after{
    content: "";
    position: absolute;
  display: inline-block;
  width: 100vw;
  height: 300px;
    background-color: #e3dfd3;
  transform: translateY(-50%) translateX(-50%);
    left: 50%;
    bottom: -300px;
    z-index: -1;
}

.contact .contact_house{
    position: relative;
    box-sizing: border-box;
    background-color: #5e7a23;
    width: 86%;
    margin: 0 auto;
    padding: 30px 40px;
    z-index: 10;
}

.contact .contact_house::before{
    content: "";
    position: absolute;
  display: inline-block;
  width: 100%;
  height: 300px;
  clip-path: polygon(50% 50%, 100% 100%, 0% 100%);
    background-color: #5e7a23;
  transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: -149px;
    z-index: 1;
}

.contact .contact_house .contact_house_con{
    display: flex;
    justify-content: space-between;
}

.contact_house_con .photo{
    width: calc(38% - 60px);
}
.contact_house_con .text{
    width: 62%;
    color: #fff;
}

.contact_house_con .text h3 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contact_house_con .text p {
    line-height: 1.8;
}


.contact_house .btn_div {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 10px;
    text-align: center;
}

.contact_house .btn_div a{
    display: block;
    text-align: center;
    background-color: #fff;
    font-weight: 700;
    color: #5e7a23;
    border-radius: 40px;
    height: 48px;
    line-height: 48px;
}

.contact_house .btn_div a:hover{
    background-color: #e8b000;
    color: #fff;
}



@media (max-width: 768px) {
    
.contact .contact_house .contact_house_con{
    flex-direction: column;
}
.contact_house_con .photo,
.contact_house_con .text{
    width: 100%;
}
    
.contact_house_con .photo{
    text-align: center;
}  
    
.contact_house_con .photo img{
    max-width: 240px;
    height: auto;
    margin-bottom: 40px;
}  

}


@media (max-width: 640px) {
    
#ecoa_gw .contact {
    margin-top: 100px;
}    
    
.contact .contact_house {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    z-index: 10;
}
    
.contact .contact_house::before {
    clip-path: polygon(50% 60%, 100% 100%, 0% 100%);
}    
    
    
}







