@charset "UTF-8";

* {
	font-family : yumincho,serif;
    box-sizing: border-box;
    font-weight: 100;
	}

    

header{
    height: 100px;
    width: 100%;
    padding: 0 2.604166666666667vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: fixed;
    z-index: 10;
}

.top_logo img{
    height: 80px;
}

ul.gnav-list_pc li{
    display: inline-block;
    margin: 0;
    font-size: 1em;
    
}

ul.gnav-list_pc li a,.g-nav-list_sp li a{
    color: black;
    text-decoration: none;
}

ul.gnav-list_pc li::after{
    content: "";
    border:1px solid ;
    margin: 0 20px;
    color: #584C42;
}

.gnav-list_sp ul li{
    display: inline-block;
    margin: 0px;
    font-size: 1em;
}


ul.gnav-list_pc li:last-of-type::after{
    border: 0;
    margin: 0;
}

#g-nav_sp{
    display: none;
}


/*ナビ*/

#g-nav_sp{
    position:fixed;
    z-index: 90;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	background:#fff;
	transition: all 0.6s;
}


#g-nav_sp.panelactive{
    right: 0;
}


#g-nav_sp.panelactive #g-nav-list_sp{
    position: fixed;
    z-index: 90; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#g-nav_sp ul {
    position: absolute;
    z-index: 90;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


#g-nav_sp li{
	list-style: none;
    text-align: center;
    margin: 20px 0;
    font-size: 1.1em;
    font-weight: 100;
}

#g-nav_sp li a{
	color: #584C42;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 100;

}

.openbtn{
	position: fixed;
	background:#584C42;
	cursor: pointer;
    right: 4vw;
    width: 50px;
    height:50px;
	border-radius: 5px;
    z-index: 99;
    display: none;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: rgb(255, 255, 255);
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";
	position: absolute;
	top:6px;
    left: -5px;
    letter-spacing: 1px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
}


.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";
    transform: translateY(0) rotate(-45deg);
	top:7px;
	left:0px;
}




#section{
   max-width: 1600px;
    margin: 0 auto;
}

.main{
    
    position: relative;
}

.main .main_ph{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 100px;
}

.main_ph_sp{
    display: none;
}

.main .main_logo{
    position: absolute;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main .main_message{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.main .main_message p{
    font-size: 32px;
    color: #fff;
}

/*コラム1*/

.column1{
    margin-top: 150px;
    position: relative;
    text-align: center;
}

.column1 img{
    margin-right: 15%;
   width: 60%;
   text-align: center;
}

.column1_box{
    text-align: left;
    position: absolute;
    top: 47%;
    left: 58%;
    background-color: white;
    padding: 50px;
}

.column1_box h1,.column2_box h1,.column3_box h1,.column4_box h1{
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 50px;
    
}

.column1_box h2,.column2_box h2,.column3_box h2,.column4_box h2{
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 35px;
}



/*コラム2*/

.column2_box{
    height: 100%;
    margin-top: 440px;
    background-image: 
    linear-gradient(50deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/img/top_column2.jpg) ;
    background-size: cover;
    background-position: center center;
    padding:50px 0;
    color: #fff;
    padding-left: 10%;
}

/*コラム3*/

.column3{
    width: 100%;
    margin-top: 150px;
    position: relative;
}

.column3_ph1{
    position: relative;
    margin-left: 10%;
}

.column3_ph1 img{

    width: 37.5%;
}

.column3_ph2{
    position: absolute;
    top: 10%;
    margin-left: 43%;
}

.column3_ph2 img{
    width: 85%;
}

.column3_box{
    position: absolute;
    background-color: white;
    padding: 50px;
    top: 78%;
    margin-left: 44%;
}

.viewmore {
    margin-top: 50px;
  }


.viewmore a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #584C42;
    border-radius: 50vh;
    text-decoration: none;
  }
  
  .viewmore a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
  }
  
  .viewmore a:hover {
    text-decoration: none;
    background-color: #8e7a6a;
  }

  .column3_box .viewmore a {
    margin: 0;
  }


/*コラム4 スタッフ紹介*/

.column4{
    margin-top: 490px;
    background-color: #EDE9E0;
    padding: 100px 0;
}

.column4_section{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
}

.column4_ph{
    width: 50%;
}

.column4_ph img{
    width: 100%;
    height: auto;
    display: block;
}

.column4_box{   
    margin-left: 100px;
}

.column4_box h1{
    border-bottom:1px solid ;
    display: inline-block;
}

/*フッター４*/

footer{
    background-image: url(/img/footer.jpg);
    background-size: cover ;
    background-position: center center;
    width: 100%;
    color: #fff;
    padding: 100px 0;
    margin-top: 150px;
}

#ft-section{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}



.ft-content h1{
    font-size: 1.8em;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 50px;
    margin-bottom: 100px;
    border-bottom: 1px solid;
    display: inline-block;
    }

.ft-content h2{
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 35px;
    }

.ft-content h3{
font-size: 1em;
font-weight: 100;
letter-spacing: 0.1em;
line-height: 35px;
margin-bottom: 50px;
}

.ft-content h4{
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 35px;
    margin-bottom: 30px;
    }

.ft-content h5{
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 45px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    display: inline-block;
    }

.ft-content h5 a{
    text-decoration: none;
    color: #fff;
}

.info-map{
    width: 100%;
   
  
}

.ft-map{
    width: 30%;
    text-align: center;
}



 #ft-section p a{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid;
    line-height: 30px;
}

.ft-section_sub{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.footer_logo{
    width: 20%;
    margin-right: 70px;
}

.ft-content_sub h1 {
    font-size: 24px;
    margin-bottom: 40px;    }


.ft-content_sub h3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.ft-content_sub h4 {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.ft-content_sub h5 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 0.1em;
 }
 .ft-content_sub h2{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;

 }

 .copyrights{
    font-size: 12px;
    text-align: center;
    margin: 50px 0 20px;
 }


 .ft-content_sub h5 a{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid;
    line-height: 30px;
 }

 .ft-content_sub h2 a{
    text-decoration: none;
    color: #fff;
 }

 .ondo-line::before{
    content:"";
    display: inline-block;
    background-image: url(/img/LINE_icon.png);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
 }
 .ondo-ig::before{
    content:"";
    display: inline-block;
    background-image: url(/img/IG_logo.png);
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
 }

 .ondo-line,.ondo-ig{
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
 }
 .ondo-line a,.ondo-ig a{
    text-decoration: none;
    color: #fff;
 }

 .eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

/*レスポンシブ　タブレット*/

@media screen and (max-width: 1024px){

    .openbtn{
        display: block;
    }

    #g-nav_sp{
        display: block;
    }

    .gnav-list_pc{
        display: none;
    }

.column1{
    text-align: right;
}

.column1 img {
    margin-right: 0;
    width: 100%;
    padding-left: 2em;
}

.column1_box {
    top: 85%;
    left: 0%;
    padding: 2em;
    position: relative;
}

.column2_box{
    padding: 2em;
}

.column3_ph1{
    display: none;
}

.column3_ph2 {
    position: relative;
    margin-left: 0;
}

.column3_box {
    position: relative;
    padding: 2em;
    margin-left: 0;
    margin-top: 50px;
    }

.column3_ph2 img {
    width: 100%;
}

.column4 {
    margin-top: 100px;
    padding: 50px 1em;
}

.column4_section {
    display: block;
}

.column4_ph {
    width: 100%;
}

.column4_box {
    text-align: center;
    margin-left: 0;
    margin-top: 40px;
}

.viewmore{
    text-align: center;
    margin: 0 auto;
}

.column4_box h2{
    margin-bottom: 40px;
}

#ft-section {
    display: grid;
    justify-items: center;
}

.ft-content{
    margin: 0 auto;
    display: inline-block;
}

.info-map{
    width: 75%;
}

.ft-map {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}



}


@media screen and (max-width: 576px){


    header{
        height: 80px;
        padding: 0px 4vw;
    }

    .top_logo {
        left: 4vw;
    }
    
    .top_logo img{
        height: 60px;
    }
    

    .main .main_ph{
        display: none;
    }
    
    .main .main_ph_sp{
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .main .main_logo {
        width: 60%;
    }

    .column1 {
        margin-top: 50px;
    }

    .column1_box h1, .column2_box h1, .column3_box h1, .column4_box h1 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .column1_box h2, .column2_box h2, .column3_box h2, .column4_box h2 {
        line-height: 25px;
        font-size: 14px;
    }

    .column1_box {
        margin-top: 30px;
    }

    .column1_box {
        top: 85%;
        left: 0%;
        padding: 0 2em;
        position: relative;
    }

    .column2_box{
        margin-top: 50px;
    }

    .column3{
        margin-top: 50px;
    }

    .column3_box{
        margin-top: 0px;
    }

    .column4{
        margin-top: 50px;
        width: 90%;
        margin: 50px auto 0;
        border-radius: 20px;
    }

    .column4_ph img{
        border-radius: 20px;
        margin: 0 auto;
        width: 90%;
    }

    

    .column3_box .viewmore{
            margin-top: 40px;
                }
    .viewmore{
        margin-top: 30px;
            }

    .viewmore p{
        font-size: 14px;
    }

    footer{
        margin-top: 50px;
        padding: 2em;

    }
  

    .ft-content h1 {
        font-size: 24px;
        margin-bottom: 40px;    }

    .ft-content h2 {
        font-size: 18px;
        margin-bottom: 20px;    }

    .ft-content h3 {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 25px;
    }

    .ft-content h4 {
        font-size: 1em;
        margin-bottom: 0;
    }

    .column4_box h2{
        margin-bottom: 20px;
    }

    .ft-content h5 {
        margin-bottom: 40px;
    
     }

    .info-map {
        width: 100%;
    }
    #ft-section p a{
      margin-bottom: 50px;
    }


    .ft-section_sub {
        display: block;
        padding: 0;
    }
    
    .footer_logo {
        width: 50%;  
        margin: 0 auto;
    }
    
    .ft-content_sub h3 {
        margin-bottom: 30px;
        font-size: 14px;
        margin-top: 30px;
    }
    .ft-content_sub h5 {
        font-size: 26px;
    }
}   