@charset "utf-8";
/* 下層LP用CSS */

/* 共通 */
#contents.under_lp {
    font-size: 16px;
}
.ank03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0.5%;
}
.ank03 li {
    width: 33%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
    margin: 0 0 0;
}
.ank03 li a {
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    border: 1px solid #108c8c;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
    color: #108c8c;
    text-align: center;
    vertical-align: middle;
    transition: 0.1s ease-in-out;
}
.ank03 li a:hover {
    background-color: #108c8c;
    color: #fff;
}
.ank03 li i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: auto;
}
.check_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 35px;
    padding: 50px 40px;
    background-color: rgba(185, 217, 206, 0.15);
}
.check_list li {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 110%;
    padding-left: 28px;
}
.check_list li:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/under_lp/check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    content: '';
}
.list03 li {
    padding-left: 20px;
    line-height: 1.5;
}
.list03 li:before {
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #b7dcdc;
    border: 1px solid #b7dcdc;
}
.list06 {
    background-color: rgba(185, 217, 206, 0.15);
}
.list06 li {
    padding-left: 1.2em;
    line-height: 1.5;
}
.list06 li:before {
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #b7dcdc;
    border: 1px solid #b7dcdc;
}

ol.circle {
    counter-reset: number;
}
ol.circle li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 2.5em;
    padding-top: 5px;
    line-height: 1.5;
}
ol.circleli li:last-of-type {
    margin-bottom: 0;
}
ol.circle li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
        top: 0;
    left: 0;
    width: 2em;
    height: 2em;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    padding: unset;
    background: #108c8c;
    border-radius: 50%;
    color: #fff;
}

.img_fr img {
    max-width: 400px;
    height: auto;
}

/*メインビジュアル */
#mainvisual.lp {
    height: 800px;
    background-size: cover;
    background-position: center;
}
#mainvisual.lp.female_hr {
    background-image: url("../images/under_lp/lp_mv_women.jpg");
}
#mainvisual.lp.male_hr {
    background-image: url("../images/under_lp/lp_mv_men.jpg");
}
#mainvisual.lp.hari {
    background-image: url("../images/under_lp/lp_mv_hari.jpg");
}
#mainvisual.lp .mainvisual_headline {
    padding-top: 0;
    padding-bottom: 60px;
}
#mainvisual.lp.male_hr .mainvisual_headline p.lp_mv_catch {
    padding-bottom: 100px;
}
.mainvisual_headline p.lp_mv_catch {
    width: auto;
    padding-left: 0;
    font-family: A1明朝;
    font-size: 40px;
    letter-spacing: 0.15em;
    color: #0f6972;
    text-align: left;
    text-shadow: 0 0 10px #e7f1ec, 0 0 15px #e7f1ec, 0 0 20px #e7f1ec, 0 0 20px #e7f1ec, 0 0 30px #e7f1ec, 0 0 40px #e7f1ec;
}
.mainvisual_headline p.lp_mv_catch span {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px;
    font-size: 24px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}
.lp_mv_icon {
    position: absolute;
    right: 0;
    bottom: 110px;
    display: flex;
    gap: 10px;
}
.lp_mv_icon li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    font-family: A1ゴシック M;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.39;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-image: linear-gradient(135deg, rgba(16,140,140,0.75) 22%, rgba(242,187,22,0.75) 100%);
}
.lp_mv_bna {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    bottom: 110px;
    min-width: 500px;
    min-height: 150px;
    padding: 30px 30px 20px 30px;
    font-family: A1ゴシック M;
    border-radius: 20px;
    background: url("../images/under_lp/lp_mv_btn_bg.png") no-repeat left -40px top -20px / 210px auto, rgba(255, 255, 255, 0.7);
}
#mainvisual.lp.hari .lp_mv_bna {
    min-width: initial;
}
.lp_mv_bna figure {
    position: absolute;
    right: 30px;
    bottom: 5px;
}
.lp_mv_bna .tit {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #108c8c;
}
.lp_mv_bna .price {
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.lp_mv_bna .price span {
    font-size: 36px;
}
.lp_mv_bna a {
    position: relative;
    display: block;
    width: 330px;
    margin-top: 15px;
    line-height: 50px;
    font-size: 17px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #108c8c;
    border: 1px solid #108c8c;
    border-radius: 8px;
    transition: 0.2s ease-in-out;
}
.lp_mv_bna a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    transition: 0.2s ease-in-out;
}
.lp_mv_bna a:hover {
    color: #108c8c;
    background-color: #fff;
}
.lp_mv_bna a:hover::after {
    right: 5px;
}

/*タイトル */
.ulp_tit01 {
    margin-bottom: 40px;
    text-align: center;
}
.ulp_tit01 .en {
    position: relative;
    z-index: -1;
    margin-bottom: -45px;
    font-family: adobe-garamond-pro,serif;
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #b9d9ce;
    opacity: 0.5;
}
.ulp_tit01 h2 {
    font-family: A1ゴシック M;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #108c8c;
}
.ulp_tit02 {
    margin-bottom: 25px;
    padding: 10px 20px;
    font-family: A1ゴシック M;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(16,140,140,0.75) 60%, rgba(242,187,22,0.75) 100%);
}
.ulp_tit03 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-family: A1ゴシック M;
    font-size: 19px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #108c8c;
    border-bottom: #ddd 1px dotted;
}

/*予約ボタン */
.lp_counseling_btn {
    margin-top: 50px;
    text-align: center;
}
.lp_counseling_btn p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 110%;
    color: #108c8c;
}
.lp_counseling_btn a {
    position: relative;
    display: inline-block;
    padding: 25px 80px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 125%;
    color: #fff;
    background-image: linear-gradient(135deg, rgba(16, 140, 140, 1) 22%, rgba(242, 187, 22, 1) 100%);
    opacity: 1;
    transition: 0.2s ease-in-out;
}
.lp_counseling_btn a::after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    transition: 0.2s ease-in-out;
}
.lp_counseling_btn a:hover {
    opacity: 0.6;
}
.lp_counseling_btn a:hover::after {
    right: 20px;
}

/* おすすめ */
.lp_recommend_list {
    display: flex;
    flex-flow: wrap;
    gap: 24px;
}
.lp_recommend_item {
    position: relative;
    z-index: 1;
    width: calc((100% / 2) - (28px / 2));
    border: 1px solid #ccc;
}
.lp_recommend_item > .no,
.lp_recommend_item > .pop_no {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #f3af19;
    border: 50%;
    border-radius: 50%;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.25;
    text-align: center;
}
.lp_recommend_item > .pop_no {
    font-size: 16px;
}
.lp_recommend_item .title {
    padding: 15px 30px;
    font-family: A1ゴシック M;
    font-size: 140%;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(16,140,140,0.75) 65%, rgba(242,187,22,0.75) 100%)
}
.lp_recommend_item .popular_title {
    padding: 15px 60px;
}
.lp_recommend_item .title .small {
    font-size: 75%;
}
.lp_recommend_text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}
.lp_recommend_text .price {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 150%;
}
.lp_recommend_text .price .num {
    display: inline-block;
    margin-right: 15px;
    font-size: 80%;
}
.lp_recommend_text .price .small {
    margin-left: 10px;
    font-size: 60%;
}

/* メニュー */
.tab_list {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.tab_list li {
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    background: #a9a9a9;
    color: #ffffff;
    font-size: 140%;
    cursor: pointer;
    transition: transform 0.2s, padding 0.2s;
}
.tab_list li.active {
    background: #108c8c;
}
.panel {
    display: none;
    margin: 0 !important;
    padding: 30px;
    background: #f7f7f7;
}
.panel h3 {
    margin: 0 0 15px;
    padding: 10px;
    font-family: A1ゴシック M;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    color: #108c8c;
    background: #ffffff;
}
.price_tab .price_img {
    margin: 0 auto 30px;
    text-align: center;
}
.panel .tb03 {
    background-color: #fff;
}
.panel .tb03 th {
    background-color: rgba(16, 140, 140, 0.08);
}
.panel .tb03 tr.head_line th {
    color: #fff;
    background-color: rgba(16, 140, 140, 0.7);
}
.tb03 td.right {
    text-align: right;
}
.li_price_masui {
    margin-top: 40px;
    padding: 40px 50px;
    border: 4px solid rgba(185, 217, 206, 1);
    border-radius: 20px;
}

/* 流れ */
.flow_list li::before {
    top: -36px;
    left: 70px;
}
.flow_list li dl {
    border: 4px solid rgba(185, 217, 206, 0.6);
}
.flow_list li dl dt span {
    background: linear-gradient(90deg, rgba(16,140,140,0.75) 50%, rgba(242,187,22,0.75) 100%);
}
.flow_list li .list03 li {
    margin-bottom: 8px;
    font-weight: 500;
}
.flow_list li .list03 li::before {
    top: 10px;
    left: 0;
}
.flow_list li .list03 li:first-of-type::before {
    display: block;
}

/* よくある質問 */
.accordion dl:not(:last-child) {
    margin-bottom: 15px;
}
.accordion dl dt {
    position: relative;
    z-index: 1;
    background-color: rgba(185, 217, 206, 0.15);
    font-weight: normal;
    transition: background 0.3s, color 0.2s;
}
.accordion dl dt:hover {
    background: #eaeaea;
}
.accordion dl dt.open {
    background: rgba(16,140,140,0.75);
    color: #ffffff;
}
.accordion dl dt::before {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 2;
    width: 15px;
    height: 2px;
    background: #108c8c;
    transform: rotate(90deg);
    transition: transform 0.3s, opacity 0.3s;
    content: "";
}
.accordion dl dt.open::before {
    opacity: 0;
    transform: rotate(180deg);
}
.accordion dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 2;
    width: 15px;
    height: 2px;
    background: #108c8c;
    transition: transform 0.3s, background 0.3s;
}
.accordion dl dt.open::after {
    background: #ffffff;
}
.accordion dl dt > div {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 15px 60px 15px 25px;
    cursor: pointer;
    transition: background 0.2s;
}
.accordion dl dd {
    display: none;
}
.accordion dl dd > div {
    position: relative;
    z-index: 1;
    padding: 15px 25px;
}
.accordion.faq dl dt > div {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 15px 50px 15px 60px;
    cursor: pointer;
    transition: background 0.2s;
}
.accordion.faq dl dt > div::before {
    content: "Q.";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 150%;
    line-height: 1;
    color: #108c8c;
}
.accordion dl dt.open> div::before {
    color: #ffffff;
}
.accordion.faq dl dd > div {
    position: relative;
    z-index: 1;
    padding: 15px 25px 15px 60px;
}
.accordion.faq dl dd > div:before {
    content: "A.";
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 150%;
    line-height: 1;
    color: #f2bb16;
}

/*==============================================
  *SP 
==============================================*/
@media screen and (max-width: 640px) {
    /* 共通 */
    #contents.under_lp {
        font-size: 15px;
    }
    .img_fr img {
        max-width: 100%;
    }
    .ank03 li {
        width: 100%;
    }
    .list06 {
        padding: 25px 6%;
    }    
    .check_list {
        justify-content: flex-start;
        gap: 12px 20px;
        padding: 28px 6%;
    }

    /*メインビジュアル */
    #mainvisual.lp {
        height: 480px;
    }
    #mainvisual.lp.female_hr {
        background-image: url("../images/under_lp/lp_mv_women_sp.jpg");
    }
    #mainvisual.lp.male_hr {
        background-image: url("../images/under_lp/lp_mv_men_sp.jpg");
    }
    #mainvisual.lp.hari {
        background-image: url("../images/under_lp/lp_mv_hari_sp.jpg");
    }
    #mainvisual.lp .mainvisual_headline {
        padding: 50px 0 0 3%;
        vertical-align: top;
    }
    #mainvisual.lp.hari .mainvisual_headline {
        padding: 120px 0 0 3%;
    }
    #mainvisual.lp.male_hr .mainvisual_headline p.lp_mv_catch {
        padding-bottom: 0;
    }
    .mainvisual_headline p.lp_mv_catch {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
    .mainvisual_headline p.lp_mv_catch span {
        margin-bottom: 5px;
        padding: 8px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .lp_mv_icon {
        bottom: 15px;
        width: 100%;
        justify-content: center;
    }
    .lp_mv_icon li {
        width: 94px;
        height: 94px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .lp_mv_bna {
        left: 3%;
        bottom: 130px;
        width: 280px;
        min-width: initial;
        padding: 15px 10px 15px;
        border-radius: 15px;
    }
    #mainvisual.lp.female_hr .lp_mv_bna,
    #mainvisual.lp.hari .lp_mv_bna {
        min-height: 100px;
        padding: 20px 10px 15px;
    }
    .lp_mv_bna figure {
        right: 25px;
        bottom: 10px;
    }
    .lp_mv_bna img {
        width: 70px;
        height: auto;
    }
    .lp_mv_bna .tit {
        font-size: 19px;
    }
    .lp_mv_bna .price {
        margin-top: 10px;
        letter-spacing: 0;
    }
    .lp_mv_bna .price span {
        font-size: 26px;
    }
    .lp_mv_bna a {
        width: 100%;
        margin-top: 10px;
        line-height: 36px;
        font-size: 14px;
    }

    /*タイトル */
    .ulp_tit01 {
        margin-bottom: 30px;
    }
    .ulp_tit01 .en {
        margin-bottom: -32px;
        font-size: 40px;
        letter-spacing: 0.05em;
    }
    .ulp_tit01 h2 {
        font-size: 18px;
    }
    .ulp_tit02 {
        margin-bottom: 16px;
        padding: 8px 14px;
        font-size: 19px;
        letter-spacing: 0.07em;
    }
    .ulp_tit03 {
        margin-bottom: 10px;
        padding-bottom: 3px;
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    /*予約ボタン */
    .lp_counseling_btn {
        margin-top: 30px;
    }
    .lp_counseling_btn p {
        font-size: 15px;
    }
    .lp_counseling_btn a {
        padding: 16px 40px 16px 30px;
        font-size: 115%;
    }
    .lp_counseling_btn a::after {
        right: 15px;
    }
    .lp_counseling_btn a:hover::after {
        right: 8px;
    }


    /* おすすめ */
    .lp_recommend_list {
        flex-direction: column;
        gap: 14px;
    }
    .lp_recommend_item {
        width: 100%;
    }
    .lp_recommend_item > .no,
    .lp_recommend_item > .pop_no {
        position: absolute;
        top: -10px;
        left: -8px;
    }
    .lp_recommend_item .title {
        padding: 12px 4% 12px 60px;
        font-size: 115%;
    }
    .lp_recommend_item .title .small {
        font-size: 75%;
    }
    .lp_recommend_text {
        padding: 12px 5%;
    }
    .lp_recommend_text .price {
        font-size: 130%;
    }
    .tab_list {
        flex-flow: column;
    }
    .tab_list li {
        width: 100%;
    }
    .panel {
        padding: 15px;
    }
    .panel {
        margin-top: 20px;
    }
    
    /* ------ ScrollHint ------ */
    .scrolltable {
        overflow: auto !important;
    }
    .scrolltable > table {
        min-width: 800px;
        min-height: 170px;
        background: none !important;
    }
    .scroll-hint-icon {
        top: 50% !important;
        left: 50% !important;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 135px !important;
        height: 100px !important;
        transform: translate(-50%, -50%) !important;
    }
    .scrolltable .tb03 th, 
    .scrolltable .tb03 td {
        display: table-cell;
        width: auto;
    }

    /* アコーディオン */
    .accordion dl dt > div {
        padding: 15px 36px 15px 15px;
    }
    .accordion dl dd > div {
        padding: 15px;
    }
    .accordion.faq dl dt > div {
        padding: 15px 50px 15px 50px;
        line-height: 1.6;
    }
    .accordion.faq dl dt > div::before {
        top: 16px;
        left: 18px;
    }
    .accordion.faq dl dd > div {
        padding: 15px 15px 15px 50px;
        line-height: 1.6;
    }

    /* メニュー */
    .price_tab .tab_list {
        flex-flow: column;
        margin: 0 auto 10px;
    }
    .price_tab .tab_list li {
        width: 100%;
        padding: 5px 15px;
        font-size: 115%;
    }
    .tab_list li {
        display: flex;
        flex: 1;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: fit-content;
        padding: 10px 20px;
        background: #a9a9a9;
        color: #ffffff;
        font-size: 140%;
        cursor: pointer;
        transition: transform 0.2s, padding 0.2s;
    }
    .tab_list li.active {
        background: #108c8c;
    }
    .panel {
        display: none;
        margin: 0 !important;
        padding: 15px 4% 20px;
    }
    .panel h3 {
        margin: 0 0 10px;
        font-size: 17px;
    }
    .price_tab .price_img {
        margin: 0 auto 30px;
        text-align: center;
    }
    .panel .tb03 {
        background-color: #fff;
    }
    .panel .tb03 th {
        border-bottom: #ddd solid 1px;
        background-color: rgba(16, 140, 140, 0.08);
    }
    .panel .tb03 tr.head_line th {
        color: #fff;
        background-color: rgba(16, 140, 140, 0.7);
    }
    .accordion dl dt::before,
    .accordion dl dt::after {
        right: 15px;
    }
    .tb03 td.right {
        text-align: right;
    }
    .li_price_masui {
        margin-top: 25px;
        padding: 20px 6%;
    }
    
    /* 流れ */
    .flow_list li::before {
        top: -26px;
        left: 58px;
    }
    
}
