@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@media(max-width:767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media(min-width:768px) {
    .show-for-small {
        display: none !important;
    }
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #3F3F3F;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

a {
    transition: all 0.5s;
}

a:not(.btn):hover {
    opacity: 0.6;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 50px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(196, 173, 182, 0.6);
}

#go-top.show {
    opacity: 1;
    bottom: 100px;
}

#go-top a {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#go-top a:hover {
    opacity: 0.7;
}

#go-top a img {
    margin: 0 auto;
}


/*FONT*/

.ff-mincho {
    font-family: "BIZ UDMincho", serif;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff-maru {
    font-family: "Zen Maru Gothic", sans-serif;
}

@media screen {
/*ANIMATION*/

.anim {
    opacity: 0;
}

.anim.blur {
    opacity: 1;
}

.anim.blur.is-animated,
.add-animation .anim.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }
    to {
        filter: blur(0);
        transform: scale(1);
    }
}

.anim.fade {
    opacity: 0;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.slideinBottom.is-animated {
    opacity: 1;
    animation-name: slideinBottom;
    animation-duration: 0.5s;
}

@keyframes slideinBottom {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

.anim.faderight.is-animated {
    opacity: 1;
    animation-name: faderight;
    animation-duration: 2s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 2s;
}

.anim.fadeup.is-animated {
    animation-name: fadeup;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    animation-fill-mode: forwards;
}

.anim.fadeup-2.is-animated {
    opacity: 1;
    animation-name: fadeup-2;
    animation-duration: 0.5s;
}

.home .anim.fadedown.is-animated {
    opacity: 1;
    animation-name: fadedown;
    animation-duration: 0.5s;
}

.anim.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadedown {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeup-2 {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.anim.effectfade {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1.5s ease;
}

.anim.effectfade.is-animated {
    opacity: 1;
    transform: translate(0, 0);
}
}

/*HEADER*/


/* .header-wrapper:after {
    content: "";
    height: 713px;
    width: 713px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 50%;
    top: -202px;
    left: -108px;
    z-index: -5;
} */

.header-main .logo-left .logo {
    margin-right: 0px;
    width: 525px;
    line-height: 1;
    padding: 0;
    position: relative;
}

.header-inner {
    position: static;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#logo .header-logo {
    width: 100%;
}

.header-main .main-menu {
    flex: 1;
    margin-left: 0px;
}
.header-main .main-menu .nav>li:first-child>a{
    padding-left: 0;
}
.header-main .main-menu .nav {
    position: static;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: static;
    transition: .3s;
    padding-bottom: 0px;
    margin-right: 0;
}

.header-main .main-menu .nav>li:last-child a {
    border-right: none;
}
.header-main .main-menu .nav>li>a {
    font-weight: 500;
    padding: 0 25px;
    color: #8e6a5c;
    text-align: center;
    font-size: 1.8rem;
    transition: .3s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    letter-spacing: 0.05em;
    font-family: "Zen Maru Gothic", sans-serif;
}

.header-main .main-menu .nav>li>a.fs-16 {
    font-size: 1.6rem;
    line-height: 1.31;
}


/* .header-main .main-menu .nav>li>a span {
    margin-top: 10px;
} */

.header-main .main-menu .nav>li>a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 20px;
    background: #8e6a5c;
}


/* .header-main .main-menu .nav>li>a span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5px;
} */


.box-menu-phone {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
    color: #ec6d65;
}

@media (min-width: 768px) {
    .header-main .main-menu .nav>li.current>a::after,
    .header-main .main-menu .nav>li:hover>a::after {
        opacity: 1;
        /*X方向にスケール拡大*/
    }
}

a.menu-btn {
    width: 40px;
    min-height: 45px;
    position: absolute;
    border: none;
    top: 3px;
    right: 7px;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
    border-radius: 8px;
    background-color: #f4c1d6;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 18px;
    top: 10px;
    background-color: #fff;
    left: 10px;
    transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
    top: 17px;
}

a.menu-btn span:nth-child(3) {
    top: 24px;
}

a.menu-btn::after {
    content: 'MENU';
    left: calc(50%);
    transform: translateX(-50%);
    top: 30px;
    position: absolute;
    color: #fff;
    width: max-content;
    font-size: .9rem;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}

a.menu-btn.open:after {
    content: "CLOSE";
}

body.menu-open header:before {
    display: none;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
    left: 10px;
    background-image: unset;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.main-menu li.nav-item:hover>a span::after,
.main-menu li.nav-item.current>a span::after {
    left: 50%;
    opacity: 1;
}

.loading-active main {
    opacity: 0;
}

.loading-active header {
    opacity: 0;
}

.loading-active footer {
    opacity: 0;
}

.box-btn-top-header {
    display: flex;
    align-items: center;
}

a.btn.btn-header {
    min-width: 123px;
    height: 50px;
    padding: 0 20px;
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
    margin-left: 7px;
    font-size: 1.4rem;
    color: #7f5b3d;
}

.box-top-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.btn.btn-header img {
    margin-right: 17px;
}

.box-top-header>a {
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #725d06;
    font-family: "Shippori Mincho B1", serif;
    margin-right: 10px;
}

.mega-menu {
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
    visibility: hidden;
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.95);
}

.header-main .main-menu .nav>li.nav-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 135px;
    z-index: 12;
}

.box-mega-menu {
    display: flex;
}

.mega-menu-left {
    width: 493px;
}

.mega-menu-right {
    flex: 1;
    padding: 35px 50px 50px;
}

.box-flex-mega {
    display: flex;
}

.flex-mega-left {
    width: 342px;
    padding-top: 10px;
}

.flex-mega-right {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
}

a.btn.btn-mega {
    font-size: 2.5rem;
    color: #725d06;
    padding: 15px 0;
    border-bottom: 1px solid;
    justify-content: flex-start;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}

a.btn.btn-mega::after {
    width: 27px;
    height: 24px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 23px;
}

.box-sub-link-mega {
    width: 50%;
    max-width: 225px;
}

a.sub-link {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #7f5b3d;
    text-align: left;
    display: block;
    padding-left: 25px;
    margin-bottom: 16px;
    position: relative;
}

a.sub-link::after {
    content: "";
    width: 16px;
    height: 5px;
    background-image: url(../images/index/icon-right-mini.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

a.btn.btn-mega:first-child {
    margin-bottom: 60px;
}

.img-mega {
    position: relative;
}

.img-mega p {
    font-size: 3.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(102, 102, 102, 0.3);
}

.footer-right {
    display: flex;
    justify-content: center;
}

.box-link-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.link-footer span {
    font-size: 1.8rem;
    line-height: 1;
}

a.link-footer {
    font-weight: 500;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #8e6a5c;
    padding: 0 28px;
    border-right: 1px solid;
    line-height: 1;
}

a.link-footer:last-child {
    border-right: none;
}

.home-contact-top {
    text-align: center;
}

footer {
    position: relative;
}

footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.color-1 {
    color: #8e6a5c;
}
@media(min-width: 768px) {
    .box-img-banner{
        /*padding-top: 55px;*/
    }
    .box-img-banner svg{
        width: 100%;
        height: auto;
    }
}
a.btn.btn-link.mx-auto:hover{
    opacity: 0.6;
}
body.page-sub:before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    display: none;
}
body.page-sub{
    background-image: url(../images/index/bg-contact.png);
    background-size: cover;
    background-position: center;
}
body.page-sub .footer::before{
    display: none;
}
body.page-sub .contact-03 > .container{
    background-color: white;
    border-radius: 50px;
    padding: 70px 10px;
}
.ff-zen{
    font-family: "Zen Maru Gothic", sans-serif;
}
@media(min-width: 768px) {
    .header-wrapper{
        position: fixed;
        width: 100%;
    }
    header{
        height: 106px;
    }
}
a.link-footer:hover{
    opacity: 1;
}
a.link-footer span{
    transition: all 0.5s;
}
a.link-footer:hover span{
    opacity: 0.6;
}
.insta-box{
    max-width: 845px;
    margin: auto;
    background-color: white;
    padding: 20px;
}
.contact-form{
    font-family: "Zen Maru Gothic", sans-serif;
}