html{
    font-size: 625%;
}
body{
	font-size: .15rem;
	background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
}
.sp_only{
    display: none;
}
.tb_only{
    display: none;
}
.centering{
    margin: 0 auto;
    max-width: 1000px;
}
/*ヘッダー*/
header {
    padding: 0 0 0 32px;
    border-bottom: solid 1px #b28c6b;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 1;
}
header h1{
    margin-top: 0px;
    flex: 0 0 auto;
    width: 423px;
}
header h1 a{
	display:block;
}
header h1 img{
    width: 100%;
    display: block;
}
.header_nav {
    flex: 0 1 auto;
    width: 100%;
    max-width: 594px;
    display: flex;
    justify-content: end;
}
.header_nav ul {
    /* padding: 21px 0; */
    flex: 0 1 auto;
    /* width: 67%; */
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
}
.header_nav li {
    flex: 0 1 auto;
    margin-left: 14px;
}
.header_nav ul a{
    display: inline-block;
    text-decoration: none;
    color: #b39765;
    font-size: .16rem;
    letter-spacing: .03rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}
.header_insta {
    width: 27px;
}
.header_insta img {
    width: 100%;
    vertical-align: middle;
}
.header_nav .header_entry a,
.header_gaiyou a{
	width: 130px;
}
.header_nav li.header_zerote {
    width: 93px;
    padding: 0;
    margin-top: 7px;
    margin-left: 18px;
    margin-right: 4px;
}
.header_zerote img{
    width: 100%;
}
.header_nav .header_gaiyou a{
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #b39765;
    display: block;
    color: #b39765;
    text-align: center;
    font-size: .14rem;
    letter-spacing: -.01rem;
}

.header_nav .header_entry a{
    margin: 0 auto;
    padding: 5px;
    display: block;
    color: #fff;
    background-color: #b39765;
    text-align: center;
    font-size: .15rem;
    letter-spacing: -.01rem;
}
.hamburger_btn{
	flex: 0 1  auto;
	width: 15%;
    display: block;
    position: relative;
	cursor: pointer;
	width: 80px;
  	height: 80px;
    margin-left: 15px;
	background-color: #e6e6e6;
}
    .hamburger_btn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 0;
		right:0;
        height: 3px;
        border-radius: 2px;
        background: #b3996d;
        width: 43%;
		margin:auto;
      }
    .hamburger_btn span:nth-of-type(1) {
    	top: 28px;
    }
    .hamburger_btn span:nth-of-type(2) {
    	top: 0;
    	bottom: 0;
    	margin: auto;
    }
    .hamburger_btn span:nth-of-type(3) {
		bottom: 28px;
    }

/*フッター*/
footer{
    border-top: 1px solid #b39765;
}
footer nav {
    padding: 10px 0;
    border-top: solid 1px #d6c59d;
    border-bottom: solid 1px #d6c59d;
    margin: 0px 20px 0px;
}

footer ul {
    margin: 0 auto;
	max-width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

footer nav span,
footer nav a {
    text-decoration: none;
    color: #b39765;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.footer_top{
    padding: 30px 0 30px;
    border-top: 1px solid #b39765;
}
.footer_logo {
    margin: 0 auto 26px;
    display: block;
    width: 565px;
}
.footer_logo_jp{
    margin: 30px auto;
    display: block;
    width: 260px;
}
.footer_top p{
    text-align: center;
}
.footer_top a{
    margin: 5px 0 8px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: .24rem;
    letter-spacing: .01rem;
}

.footer_middle{
    margin: 0 auto;
    padding: 22px 0 24px;
    max-width: 536px;
    display: flex;
    justify-content: space-between;
}
.footer_middle a{
    flex: 0 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.footer_middle img{
    margin-right: 20px;
    flex: 0 1 auto;
    width: 60px;
    display: inline-block;
}
.footer_middle a:first-child img{
    width: 69px;
}
.footer_middle span{
    flex: 0 1 auto;
    width: fit-content;
    font-weight: 700;
}
footer small{
    padding-bottom: 5px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #542b0d;
}
/*inview*/
.fadein,
.fadein2{
    opacity:0;
}
.fadeup{
    opacity:0;
    transform: translateY(.15rem);
}
.fadein_on{
    transition: all 1.6s ease-in;
    opacity: 1 !important;
}
.fadein2_on{
    transition: all 0.8s ease-in;
    opacity: 1 !important;
}
.fadeinLR{
    opacity:0;
    transform: translateX(-50px);
    transition: all 1.2s linear;
}
.fadeinRL{
    opacity:0;
    transform: translateX(50px);
    transition: all 1.2s linear;
}
.fadein_reset{
    transform: translate(0);
    opacity: 1 !important;
}
.fadeup_on{
    transition: all 1.2s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
}


/*固定ページ*/
.location_main{
	padding: 80px 0 70px;
}
.concept_main{
	padding: 80px 0 70px;
}
.sab_main{
	padding: 80px 0 70px;
}
.sub_heading{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.sub_heading h2{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_heading span{
	flex: 0 1 auto;
	font-size: .27rem;
	color: #4d4d4d;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.02rem;
}
.sub_heading img{
	margin: 5px 20px 0 20px;
	flex: 0 1 auto;
	width: 40px;
}


@media(max-width: 1170px){
    .header_nav{
        width: 74%;
    }
}
@media(max-width: 1040px){
    .centering{
        width: calc(100% - 40px);
    }
    .footer_nav{
        width: 33%;
    }
}
@media(min-width:600px) and (max-width: 900px){
    .tb_only{
        display: block;
    }
}
@media(max-width: 1080px){
    .header_nav ul{
        display: none;
    }
}
@media(max-width: 844px){
    header{
        padding: 0 0 0 22px;
		height:auto;
    }
    header h1{
        margin-top: 0;
        width: 260px;
    }

	.header_nav{
		width: 80px;
	}
	.hamburger_btn {
    	margin-left: 0;
	}
	.footer_logo {
    	width: 89%;
    	margin: -7px auto 17px;
	}
    .footer_logo_jp{
        width: 180px;
    }
}
/*スマホ*/
@media(max-width: 599px){
    .sp_only{
        display: block;
    }
    .pc_only{
        display: none;
    }
    footer{
        border: 0;
    }
	.footer_top a {
    	margin: 1px 0 0px;
	    padding: 11px 0 12px;
	}
    .footer_middle{
        width: calc(100% - 20px);
    }
    .footer_middle img{
        margin-right: 5px;
        width: 33px;
    }
	.footer_middle a:first-child img {
    	width: 37px;
	}
    .footer_middle span{
        font-size: .11rem;
    }
	footer small {
    	font-size: .11rem;
	}
	
/*固定ページ*/
	.location_main{
		padding: 80px 0 40px;
	}
	.concept_main{
		padding: 80px 0 40px;
	}
	.sub_heading{
		padding: 0 5px;
	}
	.sub_heading img{
		width: 35px;
    	margin-left: 3px;
	}
	.sub_heading span{
		font-size: .15rem;
	}
	
	
/*inview*/
	.fadein,
	.fadein2{
    	opacity:0.5;
	}
	.fadeup{
    	opacity:0.5;
	}
	.fadein_on{
    	transition: all 0.5s ease-in;
	}
	.fadein2_on{
    	transition: all 0.3s ease-in;
	}
	.fadeup_on{
    	transition: all 0.5s ease-in;
	}
}





/*ポップアップ*/
.lity-container {
    width: 58.6%;
    width: 800px;
}

.popup {
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    position: relative;
}

button.lity-close {
    display: none;
}

.lity-close {
    position: absolute;
    top: -4%;
    right: -2%;
}

body .lity-close {
    width: 65px;
    height: 65px;
    right: -33px;
    top: -33px;
}

.lity-close img {
    width: 65px;
    height: auto;
}

.popup p {
    text-align: center;
}

.popup p:nth-child(1) {
    margin-bottom: 30px;
    font-size: .26rem;
    font-family: 'Noto Serif JP', serif;
}

.popup p:nth-child(2) {
    margin-bottom: 33px;
    font-size: .17rem;
    line-height: 2.3;
}

.popup p:last-of-type {
    margin-bottom: 45px;
}
.popup_flex {
    display: flex;
    justify-content: space-between;
    max-width: 660px;
    margin: 0 auto;
}
.popup_link {
    margin: 0 auto 8px;
    padding: 6px 6px 9px;
    width: 46%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: .22rem;
    line-height: .45rem;
    text-align: center;
}

.popup_link::before {
    margin-bottom: .05rem;
    margin-right: .05rem;
    content: "";
    width: .16rem;
    height: .21rem;
    display: inline-block;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.popup_link:first-of-type {
    background-color: #2c6e5a;
}

.popup_link:nth-of-type(2) {
    background-color: #523667;
}

@media(max-width: 900px) {
    .lity-wrap {
        width: 100vw;
        height: 100vh;
    }

    .lity-container {
        width: 90%;
    }

    .popup {
        padding: 40px;
    }

    .popup p:nth-child(1) {
        font-size: .22rem;
    }

    .popup_link {
        width: 100%;
        font-size: .17rem;
    }
	.popup_flex {
	    flex-flow: column;
	}
	.popup_link:first-of-type {
    	margin-bottom: 25px;
	}
}

@media(max-width: 900px) {
    .popup {
        padding: 40px 20px;
    }
}