@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body{
	-webkit-font-feature-settings: 'palt'; 
    font-feature-settings: 'palt';
    padding: 0;
    margin: 0;
}
a{
	transition: all 0.3s;
}
#header{
	padding: 0 5%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
}
#header .logo .header-logo {
	width: 150px;
    top: 10px;
    position: relative;
    height: 55px;
}
.list-flex{
	display: flex;
	flex-wrap: wrap;
}
#header .box{
	align-items: center;
	justify-content: space-between;
}
.new_reserve-btn {
    width: 186px;
    height: 85px;
    background: #b2a087;
    justify-content: flex-start;
    padding-top: 17px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    position: relative;
    align-items: center;
	display: flex;
	border-radius: 0 0 10px 10px;
	flex-direction: column;
	transition: background 0.5s ease-out;
	color: #fff;
    font-weight: 700;
}
.reserve-btn-member.new_reserve-btn{
	background: #8e8c8b;
}
.reserve-btn-member.new_reserve-btn {
    background: #8e8c8b;
     box-shadow: 0px 0px 13.69px 0px #dcdcdc; 
}
.new_reserve-btn .box-title {
        width: 128px;
    font-size: 19px;
    line-height: 1.526315;
    background-color: #ffffffe5;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #9f8a6c;
}
.reserve-btn-member.new_reserve-btn .box-title {
    color: #727171;
}
.new_reserve-btn .box-title .dot {
    position: relative;
}
.new_reserve-btn .box-title span {
    display: inline-block;
}
.reserve-btn-member.new_reserve-btn .box-title .dot::before {
    background-color: #727171;
    ontent: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
}
.new_reserve-btn .box-title .small {
    font-size: 16px;
}
.new_reserve-btn .box-desc {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.09em;
    line-height: 1.25;
    margin-top: 2px;
}
.new_reserve-btn .icon-arrow {
    position: absolute;
    width: 14px;
    height: auto;
    right: 6px;
    bottom: 23px;
}
#menu-btn {
    z-index: 99999;
    background-color: #fff;
    font-weight: 500;
    width: 100%;
    height: 19.466666666666665vw;
    text-align: center;
    font-size: 12px;
            cursor: pointer;
}
.menu-close.hidden {
    display: none;
}
.menu-dot {
    color: #c0af98;
    font-size: 32px;
    position: absolute;
    top: 10px;
}
.menu-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 2.1875;
    letter-spacing: 0.14em;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #666;
    font-family: 'Futura PT';
}
.menu-text-close.hidden {
    display: none;
}
.menu-text-close {
    display: block;
    font-family: 'Futura PT';
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.1875;
    letter-spacing: 0.14em;
    position: absolute;
    top: 30px;
    color: #666;
}
.menu-close {
    display: inline-block;
    vertical-align: middle;
    color: #b8a790;
    line-height: 1;
    width: 1px;
    height: 20px;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
}
.menu-close::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-close.hidden, .menu-dot.hidden {
    display: none;
}
#header-nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin-top: 200px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
#header-nav.hidden {
    display: none;
}
.menu-logo {
    width: 40%;
    color: #666;
    fill: #666;
    text-align: right;
}
.menu-logo svg {
    fill: #727171 !important;
    max-width: 209px;
    transform: translateY(-2%);
        width: 72%;
}
.list-menu {
    width: 100%;
    display: flex;
}
#header-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 10%;
}
#header-nav ul li {
    width: 33%;
    text-align: left;
    margin-bottom: 50px;
    white-space: nowrap;
}
.menu-title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: 'Futura PT';
}
.menu-subtitle {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
    margin-top: 5px;
}
.menu-subtitle  a{
	color: #666;
}
.list-sp {
    display: none;
}
#header .logo img{
	width: 100%;
	    display: block;
}
.banner-top {
    background: url(../img/bg-top.webp);
    background-position: bottom center;
    background-size: cover;
    height: 480px;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 200px;
}
.container{
	    max-width: 1040px;
	    padding: 0 20px;
	    margin: 0 auto;
	    width: 100%;
}
.breadcrumb p{
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-family: 'Futura PT';
    color: #666;
	    text-transform: uppercase;
}
.breadcrumb p a{
	    color: #9f8a6c;
    text-decoration: underline;
}
.banner-title{
	padding-top: 10px;
}
.banner-title .title-big{
    margin: 0 auto;
    z-index: 10;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0.03em;
    padding-bottom: 32px;
    border-bottom: 2px solid #666;
    margin-bottom: 32px;
    display: inline-block;
    color: #666;
    text-transform: uppercase;
}
.font-fre {
    font-family: 'FreightBigProBook';
}
.banner-title .title-jp{
	font-size: 18px;
    letter-spacing: 0.08em;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    margin: 0;
    transform: none;
    display: block;
    color: #666;
}
.bg-yellow{
	background: url(../img/bg-yellow.webp) no-repeat center center/cover;
}
.home-pickup{
	padding: 200px 0;
}
.title-section{
	margin-bottom: 104px;
	color: #9F8A6C;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.title-section .title-jp{
	position: relative;
    z-index: 3;
}
.title-section span.font-fre{
	display: block;
	position: relative;
	font-size: 40px;
}
.title-section span.font-fre:before{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background:  #9F8A6C;
	content: "";
	width: 100%;
    height: 1px;
}
.text-center{
	text-align: center;
}
.title-section span span{
	display: inline-block;
	padding: 0 11px;
	background: #FAF9F8;
	position: relative;
}
.title-section span span:before{
	display: none;
}
.pickup-list{
	gap: 35px;
}
.pickup-list .pickup-it{
	width: calc(33.33% - 24px);
	box-shadow: 0 0 7px rgba(114, 113, 113, 0.38);
	background: #fff;
}
.pickup-list .pickup-it .featured{
	height: 298px;
}
.image-fit{
	overflow: hidden;
}
.image-fit img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	    display: block;
}
.pickup-list .pickup-it .info{
	padding: 28px 18px;

}
.pickup-list .pickup-it .info .des{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #666;
	margin-bottom: 8px;
}
.pickup-list .pickup-it .icon-link{
	height: 10px;
}
.text-right{
	text-align: right;
}
.home-topic{
	padding: 200px 0 0;
}
.topic-list{
	padding: 0 68px 120px;
}
.topic-list .topic-it{
	margin-bottom: 2em;
}
.topic-it a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.topic-it .featured{
	width: 36%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
	position: relative;
	min-height: 175px;
}
.topic-it .featured:before{
	background: linear-gradient(45deg, var(--color_gradient1), var(--color_gradient2));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s;
    width: 100%;
    z-index: 3;
}
.topic-it a:hover .featured:before{
	opacity: 0.2;
}
.topic-it .featured img{
	transition: transform .25s, -webkit-transform .25s;
	position: relative;
	z-index: 5;
}
.topic-it .featured img.no-img{
	z-index: 2;
}
.topic-it .featured .cat{
	background-color: #c2af97;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    line-height: 2;
    overflow: hidden;
    padding: 0 .75em;
    left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 22;
}
.topic-it .featured .cat:before{
	width: 14px;
	height: 11px;
	margin-right: .4em;
	content: "";
	display: inline-block;
	background: url(../img/icons-folder.svg) no-repeat center center/100% auto;
	position: relative;
    top: 2px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(105%) contrast(101%);
}
.topic-it .info{
	width: 60%;
	color: #353535;
}
.topic-it .info .title-it{
	font-size: 16px;
	font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
.topic-it .info .des{
	font-size: 14px;
    margin-top: .5em;
    line-height: 1.5;
}
.topic-it .info .date{
    font-size: 11px;
    line-height: 1.25;
    margin-top: .75em;
    position: relative;
}
.topic-it .info .date:before{
	margin-right: .25em;
	width: 11px;
	height: 11px;
	content: "";
	display: inline-block;
	background: url(../img/icons-clock.svg) no-repeat center center/100% auto;
	position: relative;
    top: 2px;
    filter: invert(16%) sepia(2%) saturate(5%) hue-rotate(354deg) brightness(100%) contrast(86%);
}
.topic-it a:hover .featured img{
	-webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.pagination-new{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 100px;
}
.pagination-new .page-numbers{
	width: 50px;
	height: 50px;
	background: transparent !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 500;
	color: #9F8A6C !important;
	text-align: center;
	box-shadow: none;
	font-family: 'Noto Sans JP';
	margin: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	transition: all 0.3s;
}
.pagination-new .page-numbers.current{
	border: 1px solid #9F8A6C;
}
.pagination-new .page-numbers.next{
	    margin-left: 50px;
    width: 51px;
    height: 52px;
    font-size: 0;
    background: url(../img/next.svg) no-repeat center center / 100% 100% !important;
}
.pagination-new .page-numbers.prev{
	margin-right: 50px;
	width: 51px;
    height: 52px;
    font-size: 0;
	background: url(../img/prev.svg) no-repeat center center/100% auto !important;
}
.breadcrumb-bottom{
	padding: 30px 0 40px;
}
.footer {
    position: relative;
}
.footer-bg-white {
    position: absolute;
    top: -1px;
    background: #fff;
    -webkit-clip-path: url(#mask-section-2);
    clip-path: url(#mask-section-2);
    content: '';
    display: block;
    margin: 0 auto;
    pointer-events: none;
    width: 103%;
    height: 270px;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    z-index: 1;
}
#mask-section-2 path {
  -webkit-transform: scale(0.000833333333333, 0.003039513677812);
          transform: scale(0.000833333333333, 0.003039513677812);
}
.footer-bg {
    background: url(../img/footer-bg-1.webp) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-pages .footer .footer-inner {
    padding-top: 13%;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1041px;
}
.footer-inner {
    padding:30.5vw 0 25vw;
    position: relative;
    text-align: center;
}
.footer-menu ul {
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu ul li {
    width: 130px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 18px;
    line-height: 1.962222222222222;
    letter-spacing: 0.12em;
    font-weight: 400;
    font-family: 'Futura PT';
}
.footer-menu ul li a, .footer-about p a{
	color: #666;
}
.footer-about {
    display: flex;
    margin-top: 15px;
    margin-bottom: 20px;
}
.footer-about p {
    margin-right: 30px;
    font-size: 13px;
    line-height: 2.61538;
    letter-spacing: 0.06em;
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体;
}
.footer-logo-container {
    margin-top: 35px;
    min-width: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.site-logo {
    fill: #666 !important;
}
.footer-logo {
    margin-bottom: 40vw;
    width: 62.133333333333326vw;
    height: 23.066666666666666vw;
}
.footer-social-list {
    display: flex;
    justify-content: center;
    margin-bottom: 11vw;
    align-items: center;
}
.footer-social-item {
    margin: 0 5.333333333333334vw;
}
.footer-social-btn .icon-social {
    transition: fill 0.5s ease-out;
}
.icon-instagram, .icon-facebook {
    fill: #ae987b !important;
    width: 10.133333333333333vw;
    height: 11vw;
}
.twitter {
    margin-top: 4px;
}
.icon-twitter {
    width: 7.866666666666666vw;
    fill: #ae987b !important;
    height: 8vw;
}
.footer-logo-container>ul>li:nth-child(3) {
    width: 40px;
    position: relative;
    right: 0%;
    bottom: 10%;
    height: 38px;
}
.footer-about-sp p {
    margin-bottom: 25px;
}
.footer-about-sp p a{
	color: #666;
}
.copyright {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Futura PT';
}
.copyright span {
    font-size: 8px;
    line-height: 3.75;
    letter-spacing: 0.06em;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.footer-logo img{
	height: 100%;
}
.on-sp{
	display: none;
}
.home-topic .title-section span span{
	background: #fff;
}
.home-topic{
	padding: 200px 0 0;
}
.reserve-sp{
	display: none;
}
.reserve-sp .innerWrapper{
	padding: 0 4.667vw;
    gap: 2vw;
    margin-bottom: 2.556vw;
    position: relative;
    display: flex;
    width: 100%;
}
.reserve-sp .new_reserve-btn {
    width: calc(50% - 1vw);
    border-radius: 3.333vw;
    background: rgba(159, 138, 108, 0.8);
    height: 17.556vw;
    padding-top: 1.444vw;
}
.reserve-sp .reserve-btn-member.new_reserve-btn {
    background: rgba(114, 113, 113, 0.8);
}
.reserve-sp .new_reserve-btn .box-title {
    margin: 0 auto;
    width: 30.556vw;
    font-size: 4.556vw;
    line-height: 1.4878;
}
.reserve-sp .new_reserve-btn .box-title .dot::before {
    width: 0.556vw;
    height: 0.556vw;
    top: 0.556vw;
}
.reserve-sp .new_reserve-btn .box-title .small {
    font-size: 3.778vw;
}
.reserve-sp .new_reserve-btn .box-desc {
    margin-top: 0.477vw;
    font-size: 2.889vw;
}
.reserve-sp .new_reserve-btn .box-title .dot::before {
    content: '';
    border-radius: 50%;
    background-color: #9f8a6c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.556vw;
    height: 0.556vw;
    top: 0.556vw;
}
.reserve-sp .reserve-btn-member.new_reserve-btn .box-title .dot::before {
    background-color: #727171;
}
.reserve-sp .new_reserve-btn .icon-arrow {
    right: 1.7vw;
    bottom: 5.778vw;
    width: 2.889vw;
}
.menu-text.hidden {
    display: none;
}
.list-sp {
    display: none;
}
.page-home .img-mask-wrapper {
    pointer-events: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    -webkit-filter: drop-shadow(0px 15px 5px #e8e3d7);
    filter: drop-shadow(0px 15px 5px #e8e3d7);
    background: linear-gradient(45deg, #fdfdfb 50%, transparent 50%);
    background-blend-mode: multiply;
}
.img-mask-wrapper-no-shadow {
    -webkit-filter: none !important;
    filter: none !important;
}
.page-home .hero-img-mask {
    pointer-events: none;
    height: 78.5vh;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: -7px;
}
.menu-img.active {
    z-index: 100;
}
.menu-img {
    opacity: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    background: url(../img/header-bg-2.webp) center center no-repeat;
    background-size: cover;
    will-change: transform, opacity;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-mask-wrapper-shadow {
    mix-blend-mode: multiply;
}
.img-mask-wrapper-shadow .menu-img.active {
    opacity: 1 !important;
}
.img-mask-wrapper-shadow .menu-img {
    background: #fff;
}
.wrapper{
	position: relative;
}
#mask-section-4 path {
  -webkit-transform: scale(0.000833555614831, 0.001258589875903);
          transform: scale(0.000833555614831, 0.001258589875903);
}
.single-post #sidebar{
    display: none;
}
.single-post.-sidebar-on .l-mainContent{
	width: 100%;
}
.single-post{
    padding-top: 120px;
}
#header.l-header, #fix_header, #footer.l-footer{
    display: none;
}