@charset "utf-8";
/* ====================================
common
=====================================*/

:root {
    --primary-white: #F9F5EF;
    --primary-whiteLow: #8D5904; /* 薄さ15％にして活用　主にメニューや悩み、FAQとかの背景 */
    --primary-black: #231815;
    --primary-beige: #9F804D; /* 薄さ70％にして活用　SNSの部分 */
    --primary-red: #A03E22;
    --contentWidth: 80%; /* sp サイドの余白 */
    --contentPadding: 10%; /* sp サイドの余白 */
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        YakuHanMP, 
        "Shippori Mincho",
        "Libre Caslon Text",
         serif;
    color: var(--primary-black, #231815);
    line-height: 1;
}

img {
    max-width: 100%;
    height: auto;
}

/* ====================================
section--menu--top
=====================================*/

.section--menu--top {
    background-image: url(../images/sp_bl_body_2.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index:-1;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
}

.menu__txt__group {
    padding: 220px 6%;
    /* width: 330px; */
}

.menu--topic__sub {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.064rem;
}

.menu--topic__main {
    margin-top: 6px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.08rem;
}

.menu__txt {
    margin-top: 60px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--menu--top {
        background-image: url(../images/sp_bl_body_2.png);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index:-1;
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center center;
        background-size: cover;
    }
    
    .menu__txt__group {
        padding: 220px 24%;
        /* width: 330px; */
    }
    
    .menu--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
    }
    
    .menu--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.08rem;
    }
    
    .menu__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.112rem;
    }

 }


/* ==============================================================
section--menu--top pc
================================================================*/
@media screen and (min-width: 960px){

    .section--menu--top {
        background-image: url(../images/background01.png);
        position: fixed;
        padding: 0 0 0 16.31%;
        object-fit: cover;
        background-size: cover;
    }
    
    .menu__txt__group {
        background-image: url(../images/pc_bl_body_2.png);
        background-size: cover;
        padding: 200px 0 156px 11.12%;
    }
    
    .menu--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
        margin-left: 3px;
    }
    
    .menu--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.08rem;
    }
    
    .menu__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 240%; /* 29.4px */
        letter-spacing: 0.128rem;
        width: 330px;
    }


}



/* ====================================
section--anchor
=====================================*/

.section--anchor {
    background-image: url(../images/background01.png);
    padding: 85px 0 30px 0;
    text-align: center;
}

.anchor {
    margin-top: 20px;
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}

.anchor:first-of-type {
    margin-top: 0px;
}

.anchor::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/anchorbtn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
    margin-bottom: -2.5px;
}



/* ==============================================================
section--anchor pc
================================================================*/
@media screen and (min-width: 960px){

    .section--anchor {
        background-image: url(../images/background01.png);
        padding: 100px 0 100px 25.69%;
    }

    .section--anchor ul {
        display: flex;
    }
    
    .anchor {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 210%; /* 33.6px */
        letter-spacing: 0.128rem;
        margin-left: 52px;
        margin-top: 0;
    }
    
    .anchor:first-of-type {
        margin-top: 0px;
        margin-left: 0px;
    }
    
    .anchor::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(../images/anchorbtn.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-left: 6px;
        margin-bottom: -2.5px;
    }


}




/* ====================================
menu1～5
=====================================*/

.section--menu1 {
    background-image: url(../images/background01.png);
    padding: 60px 4.2% 0px;
}

.section--menu2 {
    background-image: url(../images/background01.png);
    padding: 60px 4.2% 0px;
}

.section--menu3 {
    background-image: url(../images/background01.png);
    padding: 60px 4.2% 0px;
}

.section--menu4 {
    background-image: url(../images/background01.png);
    padding: 60px 4.2% 0px;
}

.section--menu5 {
    background-image: url(../images/background01.png);
    padding: 60px 4.2% 0px;
}

.smenu__topic {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.072rem;
    margin-bottom: 30px;
    margin-left: 1.8%;
}

.smenu__group {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 30px 0;
}

.smenu__item {
    margin-top: 30px;
    padding: 0 4.8%;
}

.smenu__item1 {
    margin-top: 0;
}


.smenu__main {
    color: var(--primary-black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.056rem;
}

.smenu__subu {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.048rem;
}

.smenu__money {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.money1 span {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: rgba(249, 245, 239, 0.50);
    padding: 2px 5px 3px;
    margin-right: 7px;
}

.money1 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.money2 span {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: rgba(249, 245, 239, 0.50);
    padding: 2px 5px 3px;
    margin-right: 7px;
}

.money2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.money__sub {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
    margin-left: 4px;
}

.kakko1 {
    margin-left: -2px;
}

.smenu__money__s {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.smenu__txt {
    margin-top: 30px;
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 16.8px */
    letter-spacing: 0.056rem;
    padding: 0 8%;
}

.smenu__txt span {
    margin-left: -7px;
}

.smenu__rule__item span {
    margin-left: -7px;
}

.smenu__btn {
    padding: 30px 0 74px; 
    display: flex;
    justify-content: center;
}

.smenu__btn__out {
    position: absolute;
    color: var(--primary-black);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.14rem;
    display: flex;
    align-items: center;
    width: 240px;
    height: 36px;
    border: 1px solid rgba(35, 24, 21, 0.50);
    border-radius: 50px;
    padding: 0 8px 0px 36px;
}

.smenu__btn__out::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/external-link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 0 0 15px;
}

.smenu__btn__out:hover::after {
    background-image: url(../images/external-link.svg);
}

.smenu__btn__out:hover {
    background: rgba(249, 245, 239, 0.50);
    color: var(--primary-black);
    transition: 0.4s;
}

.smenu__group hr {
    width: 90%;
    border: solid 1px rgba(35, 24, 21, 0.20);
    margin: 0 auto;
}

.smenu__rule {
    padding: 0 8%;
}

.smenu__rule__list {
    margin-top: 30px;
}

.smenu__rule__item {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.048rem;
    margin-top: 6px;
    position: relative;
    margin-left: 10px;
}

.smenu__rule__item::before {
    content: '';
    position: absolute;
    font-size: 1.2rem;
    font-family: "Shippori Mincho";
    line-height: 1;
    top: 5px;
    left: -16px;
    display: block;
    content: '※';
    font-weight: 400;
    color: var(--primary-black);
}

.smenu__span0 {
    margin-left: 3px;
}

.smenu__span1 {
    margin-left: -13px;
}

.smenu__span2 {
    margin-left: -5px;
}

.smenu__rule__list2 {
    padding: 0 8%;
}

.smenu__rule__item2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.056rem;
    margin-top: 20px;
    position: relative;
    margin-left: 10px;
}

.smenu__rule__item2::before {
    content: '';
    position: absolute;
    font-size: 1.4rem;
    font-family: "Shippori Mincho";
    line-height: 1;
    top: 7px;
    left: -18px;
    display: block;
    content: '※';
    font-weight: 400;
    color: var(--primary-black);
}



/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--menu1 {
        background-image: url(../images/background01.png);
        padding: 60px 14% 0px;
    }
    
    .section--menu2 {
        background-image: url(../images/background01.png);
        padding: 60px 14% 0px;
    }
    
    .section--menu3 {
        background-image: url(../images/background01.png);
        padding: 60px 14% 0px;
    }
    
    .section--menu4 {
        background-image: url(../images/background01.png);
        padding: 60px 14% 0px;
    }
    
    .section--menu5 {
        background-image: url(../images/background01.png);
        padding: 60px 14% 0px;
    }
    
    .smenu__topic {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.072rem;
        margin-bottom: 30px;
        /* margin-left: 1.8%; */
    }
    
    .smenu__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 30px 0;
    }
    
    .smenu__item {
        margin-top: 30px;
        padding: 0 14%;
    }
    
    .smenu__item1 {
        margin-top: 0;
    }
    
    
    .smenu__main {
        color: var(--primary-black);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.056rem;
    }
    
    .smenu__subu {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        text-align: center;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.048rem;
    }
    
    .smenu__money {
        display: flex;
        justify-content: center;
        margin-top: 14px;
    }
    
    .money1 span {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: rgba(249, 245, 239, 0.50);
        padding: 2px 5px 3px;
        margin-right: 7px;
    }
    
    .money1 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .money2 span {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: rgba(249, 245, 239, 0.50);
        padding: 2px 5px 3px;
        margin-right: 7px;
    }
    
    .money2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 20px;
    }
    
    .money__sub {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.0rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 2px;
        margin-left: 4px;
    }
    
    .kakko1 {
        margin-left: -2px;
    }
    
    .smenu__money__s {
        display: flex;
        justify-content: center;
        margin-top: 14px;
    }
    
    .smenu__txt {
        margin-top: 30px;
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 16.8px */
        letter-spacing: 0.056rem;
        padding: 0 14%;
    }
    
    .smenu__txt span {
        margin-left: -7px;
    }

    .smenu__rule__item span {
        margin-left: -7px;
    }
    
    .smenu__btn {
        padding: 30px 0 74px; 
        display: flex;
        justify-content: center;
    }
    
    .smenu__btn__out {
        position: absolute;
        color: var(--primary-black);
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.14rem;
        display: flex;
        align-items: center;
        width: 240px;
        height: 36px;
        border: 1px solid rgba(35, 24, 21, 0.50);
        border-radius: 50px;
        padding: 0 8px 0px 36px;
    }
    
    .smenu__btn__out::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url(../images/external-link.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0 0 0 15px;
    }

    .smenu__btn__out:hover::after {
        background-image: url(../images/external-link.svg);
    }

    .smenu__btn__out:hover {
        background: rgba(249, 245, 239, 0.50);
        color: var(--primary-black);
        transition: 0.4s;
    }
        
    .smenu__group hr {
        width: 90%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin: 0 auto;
    }
    
    .smenu__rule {
        padding: 0 14%;
    }
    
    .smenu__rule__list {
        margin-top: 30px;
    }
    
    .smenu__rule__item {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.048rem;
        margin-top: 6px;
        position: relative;
        margin-left: 10px;
    }
    
    .smenu__rule__item::before {
        content: '';
        position: absolute;
        font-size: 1.2rem;
        font-family: "Shippori Mincho";
        line-height: 1;
        top: 5px;
        left: -16px;
        display: block;
        content: '※';
        font-weight: 400;
        color: var(--primary-black);
    }
    
    .smenu__span0 {
        margin-left: 3px;
    }
    
    .smenu__span1 {
        margin-left: -13px;
    }
    
    .smenu__span2 {
        margin-left: -5px;
    }
    
    .smenu__rule__list2 {
        padding: 0 14%;
    }
    
    .smenu__rule__item2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.056rem;
        margin-top: 20px;
        position: relative;
        margin-left: 10px;
    }
    
    .smenu__rule__item2::before {
        content: '';
        position: absolute;
        font-size: 1.4rem;
        font-family: "Shippori Mincho";
        line-height: 1;
        top: 7px;
        left: -18px;
        display: block;
        content: '※';
        font-weight: 400;
        color: var(--primary-black);
    }
    

 }



/* ==============================================================
menu1～5 pc
================================================================*/
@media screen and (min-width: 960px){

    .section--menu1 {
        background-image: url(../images/background01.png);
        padding: 20px 9.8% 90px 25.69%;
    }
    
    .section--menu2 {
        background-image: url(../images/background01.png);
        padding: 20px 9.8% 90px 25.69%;
    }
    
    .section--menu3 {
        background-image: url(../images/background01.png);
        padding: 20px 9.8% 90px 25.69%;
    }
    
    .section--menu4 {
        background-image: url(../images/background01.png);
        padding: 20px 9.8% 90px 25.69%;
    }
    
    .section--menu5 {
        background-image: url(../images/background01.png);
        padding: 20px 9.8% 90px 25.69%;
    }
    
    .smenu__topic {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.096rem;
        margin-bottom: 60px;
        margin-left: 0;
    }
    
    .smenu__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 40px 0;
    }

    .smenu__list {
        /* display: flex; */
        padding-left: 5.8%;
    }

    .smenu__item {
        margin-top: 40px;
        padding: 0 0 0 0;
    }
    
    .smenu__item1 {
        margin-top: 40px;
        padding: 0 0 0 0;
    }
    
    
    .smenu__main {
        color: var(--primary-black);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.08rem;
        text-align: start;
    }
    
    .smenu__subu {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.064rem;
        text-align: start;
    }
    
    .smenu__money {
        display: flex;
        justify-content: start;
        margin-top: 20px;
    }
    
    .money1 span {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: rgba(249, 245, 239, 0.50);
        padding: 2px 8px 4px;
        margin-right: 15px;
    }
    
    .money1 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .money2 span {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: rgba(249, 245, 239, 0.50);
        padding: 2px 8px 4px;
        margin-right: 15px;
    }
    
    .money2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 35px;
    }
    
    .money__sub {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 2px;
        margin-left: 4px;
    }
    
    .kakko1 {
        margin-left: -6px;
    }
    
    .smenu__money__s {
        display: flex;
        justify-content: start;
        margin-top: 20px;
    }
    
    .smenu__txt {
        margin-top: 30px;
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 16.8px */
        letter-spacing: 0.112 rem;
        width: 58%;
        padding: 0 0 0 0;
    }
    
    .smenu__txt span {
        margin-left: -7px;
    }

    .smenu__rule__item span {
        margin-left: -7px;
    }
    
    .smenu__btn {
        padding: 0 5.8% 40px 0; 
        display: flex;
        justify-content: end;
    }
    
    .smenu__btn__out {
        position: absolute;
        color: var(--primary-black);
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.14rem;
        display: flex;
        align-items: center;
        width: 240px;
        height: 36px;
        border: 1px solid rgba(35, 24, 21, 0.50);
        border-radius: 50px;
        padding: 0 8px 0px 36px;
    }
    
    .smenu__btn__out::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        background-image: url(../images/external-link.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0 0 0 15px;
    }

    .smenu__btn__out:hover::after {
        background-image: url(../images/external-link.svg);
    }

    .smenu__btn__out:hover {
        background: rgba(249, 245, 239, 0.50);
        color: var(--primary-black);
        transition: 0.4s;
    }
    
    .smenu__group hr {
        width: 95%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    
    .smenu__rule {
        padding: 0 5.8%;
    }
    
    .smenu__rule__list {
        margin-top: 30px;
    }
    
    .smenu__rule__item {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.048rem;
        margin-top: 6px;
        position: relative;
        margin-left: 10px;
    }
    
    .smenu__rule__item::before {
        content: '';
        position: absolute;
        font-size: 1.6rem;
        font-family: "Shippori Mincho";
        line-height: 1;
        top: 9px;
        left: -20px;
        display: block;
        content: '※';
        font-weight: 400;
        color: var(--primary-black);
    }
    
    .smenu__span0 {
        margin-left: 3px;
    }
    
    .smenu__span1 {
        margin-left: -13px;
    }
    
    .smenu__span2 {
        margin-left: -5px;
    }
    
    .smenu__rule__list2 {
        padding: 0 5.8%;
    }
    
    .smenu__rule__item2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.056rem;
        margin-top: 20px;
        position: relative;
        margin-left: 10px;
    }
    
    .smenu__rule__item2::before {
        content: '';
        position: absolute;
        font-size: 1.6rem;
        font-family: "Shippori Mincho";
        line-height: 1;
        top: 9px;
        left: -20px;
        display: block;
        content: '※';
        font-weight: 400;
        color: var(--primary-black);
    }
    


}




/* ====================================
写真スライダー
=====================================*/

.slider-wrapper {
    background-image: url(../images/background01.png);
    padding: 60px 0 60px 0;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    width: max-content;
    animation: scroll 80s linear infinite;
}

.slide1 {
    flex: 0 0 auto;
}

.slide2 {
    flex: 0 0 auto;
}

.slide3 {
    flex: 0 0 auto;
}

.slide4 {
    flex: 0 0 auto;
}

.slide5 {
    flex: 0 0 auto;
}

.slide1 img {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.slide2 img {
    width: 250px;
    margin-right: 30px;
    margin-top: 60px;
}

.slide3 img {
    width: 200px;
    margin-right: 30px;
    margin-top: 30px;
}

.slide4 img {
    width: 220px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.slide5 img {
    width: 250px;
    margin-right: 30px;
    margin-top: 60px;
}

  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }




/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .slider-wrapper {
        background-image: url(../images/background01.png);
        padding: 60px 0 60px 0;
        overflow: hidden;
        width: 100%;
    }
    
    .slider {
        display: flex;
        width: max-content;
        animation: scroll 80s linear infinite;
    }
    
    .slide1 {
        flex: 0 0 auto;
    }
    
    .slide2 {
        flex: 0 0 auto;
    }
    
    .slide3 {
        flex: 0 0 auto;
    }
    
    .slide4 {
        flex: 0 0 auto;
    }
    
    .slide5 {
        flex: 0 0 auto;
    }
    
    .slide1 img {
        width: 220px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    
    .slide2 img {
        width: 270px;
        margin-right: 30px;
        margin-top: 60px;
    }
    
    .slide3 img {
        width: 220px;
        margin-right: 30px;
        margin-top: 30px;
    }
    
    .slide4 img {
        width: 240px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
    
    .slide5 img {
        width: 270px;
        margin-right: 30px;
        margin-top: 60px;
    }
    
      
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }

 }


 


/* ==============================================================
写真スライダー pc
================================================================*/
@media screen and (min-width: 960px){

    .slider-wrapper {
        background-image: url(../images/background01.png);
        padding: 0 0 0 0;
        overflow: hidden;
        width: 100%;
    }
    
    .slider {
        display: flex;
        width: max-content;
        animation: scroll 100s linear infinite;
    }
    
    .slide1 {
        flex: 0 0 auto;
    }
    
    .slide2 {
        flex: 0 0 auto;
    }
    
    .slide3 {
        flex: 0 0 auto;
    }
    
    .slide4 {
        flex: 0 0 auto;
    }
    
    .slide5 {
        flex: 0 0 auto;
    }
    
    .slide1 img {
        width: 263px;
        margin-right: 58px;
        margin-bottom: 30px;
    }
    
    .slide2 img {
        width: 330px;
        margin-right: 58px;
        margin-top: 60px;
    }
    
    .slide3 img {
        width: 263px;
        margin-right: 58px;
        margin-top: 30px;
    }
    
    .slide4 img {
        width: 263px;
        margin-right: 58px;
        margin-bottom: 40px;
    }
    
    .slide5 img {
        width: 330px;
        margin-right: 58px;
        margin-top: 60px;
    }
    
      
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }



}






/* ===========================================
FAQ
============================================*/

.section--menu6 {
    background-image: url(../images/background01.png);
    padding: 30px 4.2% 80px;
}

.section--menu6 h2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.072rem;
    margin-left: 1.8%;
    margin-bottom: 30px;
}


.faq__group {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 10px 0 40px 0; 
}

.faq {
    min-width: 343px;
    margin-bottom: 5px;
    position: relative;
}

.faq::after {
    position: absolute;
    content: '';
    background-color: rgba(35, 24, 21, 0.20);
    width: 95%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
} 

.faq summary {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    position: relative;
    padding: 30px 5.8% 10px 12%;
    color: var(--primary-black);
    font-weight: 400;
    cursor: pointer;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.56px;
}

.faq summary::before,
.faq p::before {
    position: absolute;
    left: 4.8%;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: -2px;
    margin-right: 10px;
    top: 32px;
    font-family: "Libre Caslon Text";
}

.faq summary::before {
    color: var(--primary-red);
    content: "Q";
}

.faq summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 20px;
    border-bottom: 1px solid var(--primary-black);
    border-right: 1px solid var(--primary-black);
    content: '';
    transition: transform .5s;
    margin-top: 11px;
}

.faq[open] summary::after {
    transform: rotate(225deg);
}

.faq p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 30px 10% 10px 12%;
    color: var(--primary-black);
    transition: transform .5s, opacity .5s;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.56px;
}

.faq[open] p {
    transform: none;
    opacity: 1;
}

.faq p::before {
    color: var(--primary-red);
    line-height: 1.2;
    content: "A";
    top: 30px;
    color: var(--primary-red);
    text-align: center;
    font-family: "Libre Caslon Text";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 242.857% */
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--menu6 {
        background-image: url(../images/background01.png);
        padding: 30px 14% 80px;
    }
    
    .section--menu6 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.072rem;
        /* margin-left: 1.8%; */
        margin-bottom: 30px;
    }
    
    
    .faq__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 10px 0 40px 0; 
    }
    
    .faq {
        min-width: 343px;
        margin-bottom: 5px;
        position: relative;
    }
    
    .faq::after {
        position: absolute;
        content: '';
        background-color: rgba(35, 24, 21, 0.20);
        width: 95%;
        height: 1px;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    } 
    
    .faq summary {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        position: relative;
        padding: 30px 5.8% 10px 14%;
        color: var(--primary-black);
        font-weight: 400;
        cursor: pointer;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.56px;
    }
    
    .faq summary::before,
    .faq p::before {
        position: absolute;
        left: 6%;
        font-weight: 500;
        font-size: 1.4rem;
        margin-top: -2px;
        margin-right: 10px;
        top: 32px;
        font-family: "Libre Caslon Text";
    }
    
    .faq summary::before {
        color: var(--primary-red);
        content: "Q";
    }
    
    .faq summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 6px;
        height: 6px;
        margin-left: 20px;
        border-bottom: 1px solid var(--primary-black);
        border-right: 1px solid var(--primary-black);
        content: '';
        transition: transform .5s;
        margin-top: 11px;
    }
    
    .faq[open] summary::after {
        transform: rotate(225deg);
    }
    
    .faq p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 30px 10% 10px 14%;
        color: var(--primary-black);
        transition: transform .5s, opacity .5s;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.56px;
    }
    
    .faq[open] p {
        transform: none;
        opacity: 1;
    }
    
    .faq p::before {
        color: var(--primary-red);
        line-height: 1.2;
        content: "A";
        top: 30px;
        color: var(--primary-red);
        text-align: center;
        font-family: "Libre Caslon Text";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 34px; /* 242.857% */
    }

 }


 

/* ==============================================================
FAQ pc
================================================================*/
@media screen and (min-width: 960px){

    .section--menu6 {
        background-image: url(../images/background01.png);
        padding: 120px 9.8% 120px 25.69%;
    }
    
    .section--menu6 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.096rem;
        margin-left: 0;
        margin-bottom: 60px;
    }
    
    
    .faq__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 10px 0 40px 0; 
    }
    
    .faq {
        min-width: 343px;
        margin-bottom: 8px;
        position: relative;
    }
    
    .faq::after {
        position: absolute;
        content: '';
        background-color: rgba(35, 24, 21, 0.20);
        width: 95%;
        height: 1px;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    } 
    
    .faq summary {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        position: relative;
        padding: 30px 5.8% 20px 12%;
        color: var(--primary-black);
        font-weight: 500;
        cursor: pointer;
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.128px;
    }
    
    .faq summary::before,
    .faq p::before {
        position: absolute;
        left: 4.8%;
        font-weight: 500;
        font-size: 1.6rem;
        margin-top: -2px;
        margin-right: 10px;
        top: 32px;
        font-family: "Libre Caslon Text";
    }
    
    .faq summary::before {
        color: var(--primary-red);
        content: "Q";
    }
    
    .faq summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 6px;
        height: 6px;
        margin-left: 20px;
        border-bottom: 1px solid var(--primary-black);
        border-right: 1px solid var(--primary-black);
        content: '';
        transition: transform .5s;
        margin-top: 11px;
    }
    
    .faq[open] summary::after {
        transform: rotate(225deg);
    }
    
    .faq p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 30px 10% 10px 12%;
        color: var(--primary-black);
        transition: transform .5s, opacity .5s;
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.128px;
    }
    
    .faq[open] p {
        transform: none;
        opacity: 1;
    }
    
    .faq p::before {
        color: var(--primary-red);
        /* line-height: 1.2; */
        content: "A";
        top: 30px;
        color: var(--primary-red);
        text-align: center;
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 39px; /* 242.857% */
    }


}

