/*=======================================================
Menu
=======================================================*/

/*初回非表示*/
.btn-style6 {}

/*共有*/
.price {
    border-top: thin solid #F0EEED;
    padding: 0.6rem 0 0 0;
}

.price .item1 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    /* 約0.65px */
    line-height: normal;
    text-indent: 0;
}

.price .item1 i {
    font-style: normal;
}

.price .item1 b {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    text-indent: 0;
    display: inline-block;
    margin-right: 0.5rem;

}

.price .item2 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 11px;
    font-weight: 400;
    /* 通常のウェイト（Regular相当） */
    letter-spacing: 0.05em;
    /* 11px × 0.05 = 約0.55px */
    line-height: normal;
    text-indent: 0;
    display: inline-block;
    margin-bottom: 0.6rem;

}

.price .item3 {}

.price .item3 span {
    display: inline-block;
    background-color: #F0EEED;
    padding: 0 8px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    text-indent: 0;
}

.price .item3 span b {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-indent: 0;
}

@media (max-width: 768px) {
    .price .item1 {
        font-size: 12px;
    }

    .price .item2 {
        font-size: 12px;
    }

    .price .item3 span {
        font-size: 12px;
        line-height: 0px;
        padding: 13px 8px 0 8px;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++ sec1 */
/* common.cssに設定 */

/* +++++++++++++++++++++++++++++++++++++++++ sec2 */

#Menu #sec2 {
    width: 100%;
    padding: 160px 0 100px 0;
}

#Menu #sec2 .menu {
    margin-bottom: 0px;
    position: relative;
}



#Menu #sec2 .menu .content-wrap {
    padding: 0 10px 0px 10px;
    position: relative;
}

#Menu #sec2 .menu .menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 33px;
    row-gap: 64px;
    list-style: none;
    padding: 0;
    margin: 0 auto 60px auto;
    width: 100%;
    max-width: 1000px;
}

#Menu #sec2 .menu .menu-list img {
    margin-bottom: 14px;
}

#Menu #sec2 .menu .menu-list li {
    position: relative;
}

#Menu #sec2 .menu .menu-list li a:hover {
    opacity: 0.7;
}

#Menu #sec2 .menu .menu-list li .menu-name b {
    display: block;
    color: #2E2B2A;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    /* 約0.8px */
    line-height: 30px;
    text-indent: 0;
    margin: 0;
    padding: 0 0 2px 0;
}

#Menu #sec2 .menu .menu-list li .menu-name i {
    display: block;
    font-family: 'REM', sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 13px;
    text-indent: 0;
    color: #AAA19E;
    margin: 0;
    padding: 0 0 12px 0;
}




/*ボタン*/
#Menu #sec2 .menu .menu-list li .btn-style6 {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
}

#Menu #sec2 .menu .menu-list li:hover .btn-style6 {
    background-color: #2E2B2A;
    background-image: url(../images/common/icon_arrow_W.png);
    opacity: 1 !important;
}

@media (max-width: 768px) {
    #Menu #sec2 {
        width: 100%;
        padding: 60px 0 0 0;
    }

    #Menu #sec2 .menu {
        margin-bottom: 0px;
        overflow: visible;
        position: relative;
    }

    #Menu #sec2 .menu .menu-list img {
        margin-bottom: 12px;
    }

    #Menu #sec2 .menu .menu-list li .menu-name b {
        font-size: 15px;
        line-height: 18px;
        padding: 0 0 10px 0;
    }

    #Menu #sec2 .menu .menu-list li .menu-name i {
        font-size: 12px;
    }

    #Menu #sec2 .menu .content-wrap {
        padding: 0 24px;
    }

    #Menu #sec2 .menu .menu-bg {
        bottom: -170px;
        right: -300px;
        min-width: 600px;
    }

    #Menu #sec2 .menu .menu-list {
        grid-template-columns: repeat(2, 1fr);
        /* タブレットで2列 */
        column-gap: 23px;
        row-gap: 48px;
    }
}

/*****/

/* +++++++++++++++++++++++++++++++++++++++++ sec3 */

#sec3 {
    width: 100%;
    padding: 100px 0 0 0;
}

#sec3 .set-paln .content-wrap {
    text-align: center;
}

/* グリッド設定を調整 */
#sec3 .set-paln .content-wrap .set-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 33px;
    row-gap: 46px;
    padding: 0;
    margin: 0 auto 60px auto;
    width: 100%;
    max-width: 1000px;
}

/* 各dlを均等にさせる */
#sec3 .set-paln .content-wrap .set-list dl {
    width: 100%;
    word-break: break-word;
}

#sec3 .set-paln .content-wrap .set-list dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #F0EEED;
    font-weight: 500;
}

#sec3 .set-paln .content-wrap .set-list dl dd p {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 23.4px;
    text-indent: 0;
}

#sec3 .set-paln .content-wrap .set-list dl dd:nth-of-type(2) {
    padding: 1rem 0;
    text-align: left;
}

#sec3 .set-paln .content-wrap .set-list dl dd:nth-of-type(1) img {
    width: 100%;
    height: auto;
}

#sec3 .set-paln .content-wrap .set-list dl dd:nth-of-type(3) {
    text-align: left;
    border-top: thin solid #F0EEED;
    padding: 0.6rem 0;
}


#sec3 .set-paln .content-wrap .item-price {
    text-align: center;
    margin: auto;
    display: inline-block;
}

#sec3 .set-paln .content-wrap .item-price p {
    display: inline-block;
    margin-bottom: 1.5rem;
}

@media (max-width:767px) {
    #sec3 .set-paln .content-wrap .set-list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 33px;
        row-gap: 46px;
        padding: 0;
        margin: 0 auto 60px auto;
        width: 100%;
        max-width: 1000px;
    }


    #sec3 .set-paln .content-wrap .item-price .btn-style3 a {
        background-image: url(../images/common/bg_btn_03.png) !important;
        background-position: center top;
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 280px !important;
        height: 120px !important;
    }


}

/*****/


/*=======================================================
Menu-single
=======================================================*/

/* +++++++++++++++++++++++++++++++++++++++++ sec1 */
/* common.cssに設定 */
#Menu-single #sec1 {
    margin-top: -100px;
}

/* +++++++++++++++++++++++++++++++++++++++++ common */
#Menu-single .cover img {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-top: -40px;
}

#Menu-single h2 {
    text-align: center;
    margin-bottom: 50px;
}


@media (max-width:767px) {
    #Menu-single #sec1 {
        margin-top: -50px;
    }

    #Menu-single .cover {
        margin-top: -30px;
    }

    #Menu-single .cover img {
        margin-bottom: 60px;

    }
}

#Menu-single section:not(.intro) {
    margin-top: 100px;
}

@media (max-width:767px) {
    #Menu-single section:not(.intro) {
        margin-top: 50px;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++ intro */

#Menu-single #sec2 .intro {
    padding-bottom: 40px;
}

/* +++++++++++++++++++++++++++++++++++++++++ price */

#Menu-single .price {
    border: none;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
    max-width: 640px;
    width: 100%;
    border-bottom: thin solid #AAA19E;
}

#Menu-single .price h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0.2rem;
}

#Menu-single .price h3.all-cut {
    background-color: #F0EEED;
    margin-bottom: 1rem;
}

#Menu-single .price .item {
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.05em;
    margin-bottom: 2.8rem;
}

#Menu-single .price .item.col-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

#Menu-single .price .item.col-2>li {
    display: inline-block;
    margin: 0 1.5rem;
}

#Menu-single .price b {
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.05em;
}

#Menu-single .price i {
    font-style: normal;
}

#Menu-single .price small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.05em;
}

#Menu-single .price p.info {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

#Menu-single .price h4 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: center;
}

#Menu-single .price h4.info span {
    padding-left: 1rem;
}

@media (max-width:767px) {


    #Menu-single .price h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 30.8px;
        letter-spacing: 0.05em;
        text-align: center;
        margin-bottom: 0px;
    }

    #Menu-single .price h3.all-cut {
        margin-bottom: 20px;
        font-size: 14px;
    }

    #Menu-single .price h4.info span {
        padding-left: 0rem;
        display: block;
    }
}


/* +++++++++++++++++++++++++++++++++++++++++ sec2 */

#Menu-single #sec2 {
    margin-bottom: 60px;
}


#Menu-single #sec2 .intro h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 49px;
    letter-spacing: 0.1em;
    text-align: center;
    border: none;
    margin-bottom: 2.5rem;
}


@media (max-width:767px) {
    #Menu-single #sec2 .intro h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0.1em;
        text-align: center;
        border: none;
    }

}

/* +++++++++++++++++++++++++++++++++++++++++ sec2 Service */



#Menu-single #sec2 .service .content-group1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
}

#Menu-single #sec2 .service .content-group1 ul {
    display: flex;
    align-items: center;
    width: 50%;
    list-style: none;
}

#Menu-single #sec2 .service .content-group1 ul li.service-thumb {
    flex: 0 0 200px;
    width: 200px;
}

#Menu-single #sec2 .service .content-group1 ul li.service-thumb img {
    display: block;
    width: 200px;
    max-width: none;
    height: auto;
}

#Menu-single #sec2 .service .content-group1 ul li.service-info {
    flex: 1;
    padding: 0 20px;
}


#Menu-single #sec2 .service .content-group2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

#Menu-single #sec2 .service .content-group2.columns-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
}

#Menu-single #sec2 .service .content-group2 ul {
    width: 31%;
    list-style: none;
}

#Menu-single #sec2 .service .content-group2.columns-2 ul:first-child {
    margin-right: 30px;
}

#Menu-single #sec2 .service .content-group2 ul li:nth-child(2) {
    padding: 20px 0;
}

#Menu-single #sec2 .service .content-group2 .service-info p {
    margin-bottom: 8px;
}

#Menu-single #sec2 .service .content-group2 .service-info .note {
    margin: 0;
}



#Menu-single #sec2 .service .content-group1 ul li p,
#Menu-single #sec2 .service .content-group2 ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
}

#Menu-single #sec2 .service .content-group1 h3,
#Menu-single #sec2 .service .content-group2 h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 1rem;
}

#Menu-single #sec2 .service .content-group1 h3 small,
#Menu-single #sec2 .service .content-group2 h3 small {
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    display: block;
    margin-bottom: 0.2rem;
}

#Menu-single #sec2 .service .content-group3 {
    text-align: center !important;
}

#Menu-single #sec2 .service .content-group3 h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.05em;
}

@media (max-width:767px) {

    #Menu-single #sec2 .service .content-group1,
    #Menu-single #sec2 .service .content-group2,
    #Menu-single #sec2 .service .content-group2.columns-2 {
        display: block;
        width: 100%;
    }

    #Menu-single #sec2 .service .content-group2.columns-2 ul:first-child {
        margin-right: 0px;
    }

    #Menu-single #sec2 .service .content-group1 ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        list-style: none;
        margin-bottom: 20px;
    }

    #Menu-single #sec2 .service .content-group1 ul li.service-thumb {
        flex: 0 0 158px;
        width: 158px;
    }

    #Menu-single #sec2 .service .content-group1 ul li.service-thumb img {
        width: 158px;
    }

    #Menu-single #sec2 .service .content-group1 ul,
    #Menu-single #sec2 .service .content-group2 ul {
        width: 100%;
    }

    #Menu-single #sec2 .service .content-group1 ul li {
        width: 50%;
    }

    #Menu-single #sec2 .service .content-group1 h3,
    #Menu-single #sec2 .service .content-group2 h3 {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.05em;
        text-align: left;
        margin-bottom: 1rem;
    }

    #Menu-single #sec2 .service .content-group1 ul li p,
    #Menu-single #sec2 .service .content-group2 ul li p {
        font-size: 13px;
        font-weight: 400;
        line-height: 23.4px;
        letter-spacing: 0em;
        text-align: left;
    }

    #Menu-single #sec2 .service .content-group1 ul li:nth-child(2) {
        padding: 0 10px;
    }

    #Menu-single #sec2 .service .content-group2 ul li:nth-child(2) {
        padding: 20px 0;
    }

    #Menu-single #sec2 .service .content-group3 h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0.05em;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++ sec3 plan */

#Menu-single #sec3 .plan .content-group1 {
    margin-bottom: 50px;
}

#Menu-single #sec3 .plan .content-group1>ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    list-style: none;
    position: relative;
    min-height: 430px;
}

#Menu-single #sec3 .plan .content-group1 ul li.photo {
    width: 400px;
    flex-shrink: 0;
    position: relative;
}

#Menu-single #sec3 .plan .content-group1 ul li.photo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    max-width: none;
    height: auto;
    display: block;
}

#Menu-single #sec3 .plan .content-group1 ul li.price-wrap {
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

#Menu-single #sec3 .plan .content-group1 .price {
    border: none;
}

#Menu-single #sec3 .plan .content-group2 .option {
    border: thin solid #AAA19E;
    margin-bottom: 30px;
    padding: 40px;
}

#Menu-single #sec3 .plan .content-group2 .option h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 1rem;
}

#Menu-single #sec3 .plan .content-group2 .option ul {
    margin-left: 1rem;
}

#Menu-single #sec3 .plan .btn-group {
    text-align: center;
}

#Menu-single #sec3 .plan .btn-group .btn-style1 {
    margin-bottom: 15px;
}

@media (max-width:767px) {
    #Menu-single #sec3 .plan .content-group1 {
        margin-bottom: 30px;
    }

    #Menu-single #sec3 .plan .content-group1>ul {
        display: block;
        width: 100%;
        min-height: auto;
    }

    #Menu-single #sec3 .plan .content-group1 ul li.photo {
        width: 100%;
        margin-bottom: 30px;
    }

    #Menu-single #sec3 .plan .content-group1 ul li.photo img {
        position: static;
        width: 100%;
        height: auto;
        display: block;
    }

    #Menu-single #sec3 .plan .content-group1 ul li.price-wrap {
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 0;
    }

    #Menu-single #sec3 .plan .content-group1 .price {
        border-bottom: thin solid #AAA19E;
    }

    #Menu-single #sec3 .plan .content-group2 .option h3 {
        font-size: 14px;
    }

    #Menu-single #sec3 .plan .content-group2 .option {
        padding: 20px;
    }

}


/* +++++++++++++++++++++++++++++++++++++++++ sec3 itemSet */
.itemSet {
    margin-top: 140px !important;
}

.itemSet h2 {
    text-align: center;
}

.itemSet .content-group1 {
    text-align: center;
    margin-bottom: 30px;
}

.itemSet .content-group1 .plan-set {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.itemSet .content-group1 .plan-set span {
    width: 80px;
    height: 80px;
    background-color: #F0EEED;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itemSet .content-group1 .plan-set b {
    font-size: 20px;
    margin: 20px;
    color: #7E7977;
}

.itemSet .content-group2 {
    margin-bottom: 60px;
}

.itemSet .content-group2 .set-plan {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: none !important;
}

.itemSet .content-group2 .set-plan li {
    width: 31%;
    border-bottom: none !important;
}

.itemSet .content-group2 .set-plan li h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    background-color: #F0EEED;
    padding: 20px;
}

.itemSet .content-group2 .set-plan li img {
    width: 100%;
}

.itemSet .content-group2 .set-plan li .explanation {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: 0.05em;
    text-align: left;
    border-bottom: thin solid #F0EEED;
    min-height: 160px;
}

.itemSet .content-group2 .set-plan li .price {
    text-align: left!important;
    border: none;
    padding-top: 20px;
    border-bottom: none !important;
}

.itemSet .content-group2 .set-plan li .price b {
    font-size: 22px!important;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
}

.item-price {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.item-price p {
    margin-bottom: 1.5rem;
}

.item-price .btn-style3 {
    width: fit-content;
    margin: 0 auto;
}

.itemSet .btn-style1 {
    width: fit-content;
    margin: 0 auto;
}

@media (max-width:767px) {
    .itemSet {
        margin-top: 80px !important;
    }

    .itemSet .content-group2 .set-plan {
        display: block;
    }

    .itemSet .content-group2 .set-plan li {
        width: 100%;
    }

    .itemSet .content-group2 .set-plan li .explanation {
        min-height: auto;
        text-align: left;
    }
    .itemSet .content-group2 .set-plan li .price {
    text-align: left!important;
    padding-top: 10px;
}

.itemSet .content-group2 .set-plan li .price b {
    font-size: 22px!important;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
}

}

/* +++++++++++++++++++++++++++++++++++++++++ sec3 btn */

#sec3 .btn {
    text-align: center;
}