@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap" rel="stylesheet');
:root {
    --color-font: #333333;
    --header-color-primary: #83BFDA;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Shippori Mincho", serif;
}
/* オリジナル */
.mb20 {
    margin-bottom: 20rem !important;
    !i;
    !;
}
.w48 {
    width: 48%;
}
/* 投稿欄 */
p.time.cat-news.first {
    border-radius: 5px;
}
.postlist li:first-child {
    border-top: none;
}
.postlist li {
    border-bottom: 1px dashed #ccc;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #000000;
    padding: 1vw 0;
}
div#copyright {
    background: #000000;
    margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: red;
}
#header a.head_btn.mail_btn:hover {
    background: red;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #62A7BD;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #62A7BD;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
    font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn, .post .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
    padding: 20px 0;
}
/* 投稿欄の背景の色を消す */
#front_top_content, #front_bottom_content {
    background: transparent;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* h2のmarginを消す */
.post h2 {
    margin: 0;
}
/* h2の下線を消す */
.post h2::after {
    display: none;
}
.max_contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
.mxauto {
    margin: 0 auto;
}
.bg_img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/* ボタン */
.btn-item03 {
    width: 24%;
    margin-bottom: 1rem;
}
.btn-item03 a {
    position: relative;
    display: block;
    /*背景の色*/
    color: #83BFDA;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-weight: 700;
    /*文字の太さ*/
    width: 100%;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    border-bottom: 2px solid #83BFDA;
    padding-left: 2rem;
    text-align: left;
}
.btn-item03 a::before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #83BFDA;
    border-bottom: 1px solid #83BFDA;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 10px;
    transition: .3s;
}
.btn-item03 a:hover::before {
    top: 20px;
}
.btn-item02 a {
    position: relative;
    display: block;
    text-align: center;
    background: #4399BF;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 100%;
    /*横幅調整*/
    padding: 25px 0;
    /*立幅調整*/
    margin: 0 auto;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-size: clamp(18px, 1.5vw, 28px);
}
.btn-item02 a::before {
    content: "◢";
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: 0.2s;
}
.btn-item02 a:hover::before {
    right: 10px;
}
.btn-item a::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #E7F5F8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
    border-radius: 10px;
}
/* フッター */
.footer_logo img {
    width: 20vw;
    min-width: 250px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #093775;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #093775;
}
div#copyright {
    color: #093775;
    background: #fff;
}
footer#footer {
    background: #fff;
}
.bg_img.bg_footer {
    background: #83BFDA;
    padding: 10rem 0;
}
p.fff {
    color: #fff;
}
a.diet {
    display: flex;
    align-items: center;
    font-size: clamp(16px, 1.6vw, 22px);
    width: fit-content;
    margin-top: 16px;
    flex-wrap: wrap;
}
span.insta_icon {
    margin-right: 1rem;
}
span.insta_diet_link {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 1.5vw, 28px);
}
span.insta_icon img {
    vertical-align: bottom;
}
/* ゆらし療法 */


p.price.ex {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.hotpepper {
    background: #83BFDA;
    display: block;
    transition: .3s;
}

a.hotpepper:hover {
    opacity: 0.7;
}
p.under_line {
    font-size: clamp(22px, 1.2vw, 28px);
    color: #83BFDA;
    font-weight: 500;
    position: relative;
}
p.under_line::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 40px;
    transform: translateX(-50%);
    height: 3px;
    background: #83BFDA;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
a.card03 {
    width: 32%;
}
a.card03 img {
    width: 100%;
}
.card-list {
    display: flex;
    justify-content: space-between;
}
/* お問い合わせページ */
tr.border {
    border-top: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
}
.wpcf7-form .must {
    background: #F7AD37;
}
.post table th {
    background: #fff;
    border-left: 0;
}
.post table, .post table th, .post table td {
    border-width: 0px;
}
/* トップ */
#thumbImg::before, header#h1Header::before {
    background: none;
}
div#menu01 {
    padding-top: 130px;
    margin-top: -130px;
}
div#menu02 {
    padding-top: 130px;
    margin-top: -130px;
}
div#menu03 {
    padding-top: 130px;
    margin-top: -130px;
}
div#menu04 {
    padding-top: 130px;
    margin-top: -130px;
}
div#menu05 {
    padding-top: 130px;
    margin-top: -130px;
}
div#menu06 {
    padding-top: 130px;
    margin-top: -130px;
}
div#menu07 {
    padding-top: 130px;
    margin-top: -130px;
}
.about02 .card03 {
    width: 32%;
}
.footer_img img {
    width: 100%;
}
.w23 {
    width: 23%;
}
.w23 {
    margin-bottom: 3rem;
}
body:not(.home) #content.wide {
    padding: 0;
    padding-bottom: 5rem;
}
a#scrollUp {
    background: #83BFDA;
}
.gap03 {
    gap: 1.3%;
}
.table-item.ex td.cell_01.right {
    border: 1px solid #EAEAEA;
}
.table-item.ex tr.head td {
    border-top: 0;
}
table.table.ex {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.table-item.ex table, .table-item.ex table th, .table-item.ex table td {
    border-width: 0px;
}
.table-item td.cell_01.left {
    width: 12.5%;
}
.table-item td.cell_01.right {
    background: #fff;
    color: #333;
    text-align: left;
}
.table-item td.cell_01.gray {
    background: #fff;
    color: #333333;
    text-align: left;
    border: 1px solid #EAEAEA;
}
p.price {
    padding: 1rem;
    font-weight: 700;
    color: #83BFDA;
    border: 1px solid #83BFDA;
    font-size: clamp(17px, 1.1vw, 20px);
}
.img_menu {
    width: 32%;
}
.texarea_menu {
    width: 65%;
}
p.topic {
    color: #83BFDA;
    font-weight: 700;
    font-size: clamp(18px, 1.2vw, 23px);
}
p.small {
    font-size: 14px;
    font-weight: 500;
}
p.card_title {
    background: #83BFDA;
    color: #fff;
    font-weight: 700;
    padding: 1rem 0;
    font-size: clamp(18px, 1.2vw, 23px);
}
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    background: #60BDE6;
    border-left: 1px solid #C6C6C6;
    color: #fff;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
}
.table-item tr.head td {
    border-top: 1px solid #C6C6C6;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
        text-align: center;
    }
}
.greeting_img {
    width: 30%;
}
.greeting_textarea {
    width: 65%;
}
p.name {
    font-weight: 700;
    text-align: right;
    padding-top: 3rem;
    font-size: clamp(16px, 1vw, 18px);
}
.gap02 {
    gap: 3%;
}
.line {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #83BFDA;
    font-weight: 500;
    font-size: clamp(22px, 1.5vw, 28px);
}
.line::before,
.line::after {
    content: "";
    height: 3px;
    background-color: #83BFDA;
    width: 30px;
}
.line:before {
    margin-right: 10px;
}
.line:after {
    margin-left: 10px;
}
span.plus {
    color: #83BFDA;
    font-size: 28px;
    font-weight: 500;
}
.bg_img.bg_yurashi01 {
    padding: 10rem 0;
}
p.side_line {
    color: #83BFDA;
    font-size: 28px;
    font-weight: 500;
}
span.sub {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #83BFDA;
}
.bg_img.bg_yurashi01 {
    background-image: url(/wp-content/uploads/bg_top04.png);
}
h1.title.bottom-loop {
    font-size: clamp(22px, 1.7vw, 32px);
    color: #83BFDA;
    font-weight: 500;
}
h1.title.bottom-loop span span {
    display: block;
    font-size: clamp(16px, 1vw, 19px);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #83BFDA;
}
.w32 {
    width: 32%;
}
.btn-item02.pale a {
    padding: 50px 0;
    background: #83BFDA;
}
.btn-item02 a {
    margin-bottom: 3rem;
}
.bg_img.bg_top05 {
    background-image: url(/wp-content/uploads/top05_bg.png);
    position: relative;
    padding: 5rem 0;
}
.bg_img.bg_top05::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background: #fff;
    opacity: 0.73;
}
span.treat_sub {
    display: block;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: clamp(18px, 1.1vw, 20px);
}
.gap01 {
    gap: 2.5%;
}
.w15 {
    width: 18%;
}
p.worries_item {
    color: #4E8198;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #D9D9D9;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem 0;
    font-size: 16px;
    font-size: clamp(16px, 1vw, 18px);
}
.bg_img.bg_top04 {
    padding-bottom: 10rem;
    background-image: url(/wp-content/uploads/bg_top04.png);
    padding-top: 5rem;
}
.max_w1500 {
    max-width: 1500px;
    width: 90%;
}
p.cardtitle {
    font-weight: 700;
    padding: 1rem 0;
    font-size: clamp(16px, 1.1vw, 20px);
}
body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.btn-item.margin0 a {
    margin: 0;
}
.bg_img.bg_top02 {
    background-image: url(/wp-content/uploads/top02_bg.png);
    position: relative;
    padding: 5rem 0;
}
.bg_img.bg_top02::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background: linear-gradient(135deg, #83BFDA, #83DAB9);
    opacity: 0.9;
}
.relative {
    position: relative;
    z-index: 10;
}
.top02_container {
    background: #fff;
    padding: 5rem 0;
}
p.message {
    background: #83BFDA;
    display: inline;
    font-weight: 500;
    color: #fff;
    padding: 0.5rem 2rem;
    font-size: clamp(16px, 1.7vw, 32px);
}
h2.top_title {
    color: #83BFDA;
    font-weight: 500;
    @charset "utf-8";
    /*
Theme Name: mrp-child
Template:mrp
Version: 1.0.0
*/
    /*
DesignCode CSS: ver 0.01
*/
    /*------------------------------------------------------
Theme Material
------------------------------------------------------*/
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap" rel="stylesheet');
    : root {
        --color-font: #333333;
        --header-color-primary: #83BFDA;
        --ff01: 'Noto Sans JP', sans-serif;
        --ff02: "Shippori Mincho", serif;
    }
    /* オリジナル */
    .mb20 {
        margin-bottom: 20rem !important;
        !i;
        !;
    }
    .w48 {
        width: 48%;
    }
    /* 投稿欄 */
    p.time.cat-news.first {
        border-radius: 5px;
    }
    .postlist li:first-child {
        border-top: none;
    }
    .postlist li {
        border-bottom: 1px dashed #ccc;
    }
    .max_w1100 {
        width: 90%;
    }
    footer#footer {
        background: #000000;
        padding: 1vw 0;
    }
    div#copyright {
        background: #000000;
        margin: 0;
    }
    /* メニュー右上の色・hover時も */
    #header a.head_btn.mail_btn:hover {
        background: red;
    }
    #header a.head_btn.mail_btn:hover {
        background: red;
        opacity: 0.7;
    }
    /*お問い合わせページのボタンの色  */
    .linkBtn, .post .linkBtn {
        background: #62A7BD;
    }
    .linkBtn: hover, .post .linkBtn:hover {
        background: #62A7BD;
        opacity: 0.7;
    }
    /* お問い合わせページのフッターを消す */
    .page-id-21 .comon_footer {
        display: none;
    }
    /* flexbox */
    .flexbox {
        flex-wrap: wrap;
    }
    /* 投稿詳細ページのフォントサイズ */
    body.single-post h1.title.first span {
        font-size: clamp(18px, 1.6vw, 30px);
    }
    /* お問い合わせページのボタンデザイン */
    body.page-id-21 .linkBtn, .post .linkBtn {
        padding: 0.5em 2.5em 0.5em 2.5em;
    }
    body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
        padding: 20px 0;
    }
    /* 投稿欄の背景の色を消す */
    #front_top_content, #front_bottom_content {
        background: transparent;
    }
    /* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
    .post h3 {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    /* h2のmarginを消す */
    .post h2 {
        margin: 0;
    }
    /* h2の下線を消す */
    .post h2::after {
        display: none;
    }
    .max_contents {
        width: 100vw;
        margin-left: calc(((100vw - 100%) / 2)* -1);
        margin-right: calc(((100vw - 100%) / 2)* -1);
    }
    .mxauto {
        margin: 0 auto;
    }
    .bg_img {
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
    /* ボタン */
    .btn-item03 {
        width: 24%;
    }
    .btn-item03 a {
        position: relative;
        display: block;
        /*背景の色*/
        color: #83BFDA;
        /*文字と枠の色*/
        font-size: 16px;
        /*文字の大きさ*/
        font-weight: 700;
        /*文字の太さ*/
        width: 100%;
        /*横幅調整*/
        padding: 15px 0;
        /*立幅調整*/
        margin: 0 auto;
        /*枠線を丸くする*/
        text-decoration: none;
        /*文字の下線を消す*/
        transition: 0.3s;
        border-bottom: 2px solid #83BFDA;
        padding-left: 2rem;
    }
    .btn-item03 a::before {
        display: block;
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-right: 1px solid #83BFDA;
        border-bottom: 1px solid #83BFDA;
        transform: rotate(45deg);
        top: 0px;
        bottom: 0;
        margin: auto;
        right: 10px;
        transition: .3s;
    }
    .btn-item03 a:hover::before {
        top: 20px;
    }
    .btn-item02 a {
        position: relative;
        display: block;
        text-align: center;
        background: #4399BF;
        /*背景の色*/
        color: #fff;
        /*文字と枠の色*/
        font-size: 28px;
        /*文字の大きさ*/
        font-weight: bold;
        /*文字の太さ*/
        width: 100%;
        /*横幅調整*/
        padding: 25px 0;
        /*立幅調整*/
        margin: 0 auto;
        /*枠線を丸くする*/
        text-decoration: none;
        /*文字の下線を消す*/
        transition: 0.3s;
    }
    .btn-item02 a::before {
        content: "◢";
        position: absolute;
        right: 15px;
        bottom: 15px;
        transition: 0.2s;
    }
    .btn-item02 a:hover::before {
        right: 10px;
    }
    .btn-item a::after {
        position: absolute;
        content: "";
        top: 10px;
        left: 10px;
        width: 100%;
        height: 100%;
        background: #E7F5F8;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        z-index: -1;
        border-radius: 10px;
    }
    /* フッター */
    #footer li a, .footeradd, .footertel, #footer li a:hover {
        color: #093775;
    }
    #footer .footnav ul>li::before, #footer .footnav ul>li::after {
        background: #093775;
    }
    div#copyright {
        color: #093775;
        background: #fff;
    }
    footer#footer {
        background: #fff;
    }
    .bg_img.bg_footer {
        background: #83BFDA;
        padding: 10rem 0;
    }
    p.fff {
        color: #fff;
    }
    a.diet {
        display: flex;
        align-items: center;
        font-size: clamp(16px, 1.6vw, 22px);
        width: fit-content;
        margin-top: 16px;
        flex-wrap: wrap;
    }
    span.insta_icon {
        margin-right: 1rem;
    }
    span.insta_diet_link {
        text-decoration: underline;
        text-underline-offset: 4px;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }
    span.insta_icon img {
        vertical-align: bottom;
    }
    /* ゆらし療法 */
    p.under_line {
        font-size: 28px;
        color: #83BFDA;
        font-weight: 500;
        position: relative;
    }
    p.under_line::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 50%;
        width: 40px;
        transform: translateX(-50%);
        height: 3px;
        background: #83BFDA;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    a.card03 {
        width: 32%;
    }
    a.card03 img {
        width: 100%;
    }
    .card-list {
        display: flex;
        justify-content: space-between;
    }
    /* お問い合わせページ */
    tr.border {
        border-top: 1px solid #DCDDDD;
        border-bottom: 1px solid #DCDDDD;
    }
    .wpcf7-form .must {
        background: #F7AD37;
    }
    .post table th {
        background: #fff;
        border-left: 0;
    }
    .post table, .post table th, .post table td {
        border-width: 0px;
    }
    /* トップ */
    .gap03 {
        gap: 1.3%;
    }
    .table-item.ex td.cell_01.right {
        border: 1px solid #EAEAEA;
    }
    .table-item.ex tr.head td {
        border-top: 0;
    }
    table.table.ex {
        border-collapse: separate;
        border-spacing: 0 10px;
    }
    .table-item.ex table, .table-item.ex table th, .table-item.ex table td {
        border-width: 0px;
    }
    .table-item td.cell_01.left {
        width: 12.5%;
    }
    .table-item td.cell_01.right {
        background: #fff;
        color: #333;
        text-align: left;
    }
    .table-item td.cell_01.gray {
        background: #fff;
        color: #333333;
        text-align: left;
    }
    p.price {
        padding: 1rem;
        font-size: 20px;
        font-weight: 700;
        color: #83BFDA;
        border: 1px solid #83BFDA;
    }
    .img_menu {
        width: 32%;
    }
    .texarea_menu {
        width: 65%;
    }
    p.topic {
        color: #83BFDA;
        font-size: 23px;
        font-weight: 700;
    }
    p.small {
        font-size: 14px;
        font-weight: 500;
    }
    p.card_title {
        background: #83BFDA;
        font-size: 23px;
        color: #fff;
        font-weight: 700;
        padding: 1rem 0;
    }
    .table-item tr td {
        font-size: 16px;
        font-weight: 500;
        padding: 25px 3%;
        vertical-align: middle;
        border-bottom: 1px solid #C6C6C6;
        line-height: 2;
    }
    .table-item td.cell_01 {
        width: 25%;
        text-align: center;
        background: #60BDE6;
        border-left: 1px solid #C6C6C6;
        color: #fff;
    }
    .table-item td.cell_02 {
        border-right: 1px solid #C6C6C6;
    }
    .table-item tr.head td {
        border-top: 1px solid #C6C6C6;
    }
    @media print, screen and (min-width: 769px) {}
    @media print, screen and (max-width: 768px) {
        .table-item tr td {
            display: block;
            width: 100% !important;
        }
        .table-item td.cell_02 {
            text-align: center;
        }
    }
    .greeting_img {
        width: 30%;
    }
    .greeting_textarea {
        width: 65%;
    }
    p.name {
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        padding-top: 3rem;
    }
    .gap02 {
        gap: 3%;
    }
    .line {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #83BFDA;
        font-weight: 500;
    }
    .line:: before,
    .line::after {
        content: "";
        height: 3px;
        background-color: #83BFDA;
        width: 30px;
    }
    .line: before {
        margin-right: 10px;
    }
    .line: after {
        margin-left: 10px;
    }
    span.plus {
        color: #83BFDA;
        font-size: 28px;
        font-weight: 500;
    }
    .bg_img.bg_yurashi01 {
        padding: 10rem 0;
    }
    p.side_line {
        color: #83BFDA;
        font-size: 28px;
        font-weight: 500;
    }
    span.sub {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #83BFDA;
    }
    .bg_img.bg_yurashi01 {
        background-image: url(/wp-content/uploads/bg_top04.png);
    }
    h1.title.bottom-loop {
        font-size: 32px;
        color: #83BFDA;
        font-weight: 500;
    }
    h1.title.bottom-loop span span {
        display: block;
        font-size: 19px;
        font-weight: 500;
    }
    .post .time, .postlist .time, .post2b .time, .post4b .time {
        background: #83BFDA;
    }
    .w32 {
        width: 32%;
    }
    .btn-item02.pale a {
        padding: 50px 0;
        background: #83BFDA;
    }
    .btn-item02 a {
        margin-bottom: 3rem;
    }
    .bg_img.bg_top05 {
        background-image: url(/wp-content/uploads/top05_bg.png);
        position: relative;
        padding: 5rem 0;
    }
    .bg_img.bg_top05:: before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: top;
        background: #fff;
        opacity: 0.73;
    }
    span.treat_sub {
        font-size: 20px;
        display: block;
        font-weight: 700;
        margin-bottom: 2rem;
    }
    .gap01 {
        gap: 2.5%;
    }
    .w15 {
        width: 18%;
    }
    p.worries_item {
        color: #4E8198;
        font-size: 18px;
        font-weight: 700;
        border: 1px solid #D9D9D9;
        background: #fff;
        margin-bottom: 1rem;
        padding: 1rem 0;
    }
    .bg_img.bg_top04 {
        padding-bottom: 10rem;
        background-image: url(/wp-content/uploads/bg_top04.png);
        padding-top: 5rem;
    }
    .max_w1500 {
        max-width: 1500px;
        width: 90%;
    }
    p.cardtitle {
        font-size: 20px;
        font-weight: 700;
        padding: 1rem 0;
    }
    body p {
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
    }
    .w45 {
        width: 45%;
    }
    .jc_around {
        justify-content: space-around;
    }
    .btn-item.margin0 a {
        margin: 0;
    }
    .bg_img.bg_top02 {
        background-image: url(/wp-content/uploads/top02_bg.png);
        position: relative;
        padding: 5rem 0;
    }
    .bg_img.bg_top02:: before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: top;
        background: linear-gradient(135deg, #83BFDA, #83DAB9);
        opacity: 0.9;
    }
    .relative {
        position: relative;
        z-index: 10;
    }
    .top02_container {
        background: #fff;
        padding: 5rem 0;
    }
    p.message {
        background: #83BFDA;
        display: inline;
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        padding: 0.5rem 2rem;
    }
    h2.top_title {
        color: #83BFDA;
        font-size: 32px;
        font-weight: 500;
    }
    h3.top_subtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #83BFDA;
    }
    span.title_icon {
        line-height: 1;
        margin-right: 1rem;
    }
    .btn-item a {
        position: relative;
        display: block;
        text-align: center;
        background: #ffffff;
        /*背景の色*/
        color: #83BFDA;
        /*文字と枠の色*/
        font-size: 16px;
        /*文字の大きさ*/
        font-weight: 500;
        /*文字の太さ*/
        width: 260px;
        /*横幅調整*/
        padding: 15px 0;
        /*立幅調整*/
        margin: 0 auto;
        border: 2px solid #83BFDA;
        border-radius: 15px;
        /*枠線を丸くする*/
        text-decoration: none;
        /*文字の下線を消す*/
        transition: 0.3s;
    }
    .btn-item a::before {
        content: "→";
        position: absolute;
        right: 10px;
        transition: 0.2s;
    }
    .btn-item a:hover::before {
        right: 3px;
    }
    /* SPオリジナル */
    @media print, screen and (max-width: 768px) {
        .spmb10 {
            margin-bottom: 10rem !important;
            !i;
            !;
        }
        .w48 {
            width: 100%;
        }
        .sppt0 {
            padding-top: 0rem !important;
        }
        .spmb0 {
            margin-bottom: 0rem !important;
        }
        .spmb5 {
            margin-bottom: 5rem !important;
        }
        .sp_flex_mb {
            margin-bottom: 5vw;
        }
        .sp_w90 {
            width: 90%;
            margin: 0 auto;
        }
    }
    /*--メディアクエリ--------------------------------------------*/
    @media (min-width: 769px) and (max-width: 1024px) {}
    @media print, screen and (min-width: 1024px) {
        .sticky-header #header-layout {
            height: 130px;
        }
        #header .logo img {
            max-width: 333px;
            width: 100%;
            max-height: 112px;
        }
        #header .logo {
            margin-left: 3vw;
        }
        #header a.head_btn.tel_btn span span.reservation {
            display: block;
            !;
            !importan;
            !i;
            !;
            text-align: center;
            font-size: clamp(12px, 0.8vw, 14px);
        }
        nav#mainNav ul li a b {
            font-weight: 500;
            font-size: clamp(14px, 1vw, 18px);
        }
        nav#mainNav ul li a span {
            font-size: 14px;
            font-weight: 500;
            color: #83BFDA;
        }
        #header a.head_btn {
            flex-direction: inherit;
        }
        #header ul.header__contact li {
            height: 77px;
        }
        header#header {
            height: 130px;
        }
        #header a.head_btn.tel_btn {
            background: #83BFDA;
            margin-right: 3.5vw;
            margin-left: 2vw;
        }
        #header a.head_btn:: before {
            color: #83BFDA;
            background: #fff;
            border-radius: 50%;
            padding: 0.4em;
            margin-right: 1.1em;
        }
        #header a.head_btn.tel_btn span {
            font-weight: 700;
            font-size: clamp(19px, 1.3vw, 25px);
        }
    }
    @media print, screen and (max-width: 1024px) {}
    @media print, screen and (min-width: 769px) {}
    @media print, screen and (max-width: 768px) {}
    font-size: clamp(10px, 1.5vw, 20px);
    font-size: clamp(22px, 1.7vw, 32px);
}
h3.top_subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #83BFDA;
    font-weight: 500;
    font-size: clamp(16px, 1vw, 19px);
}
span.title_icon {
    line-height: 1;
    margin-right: 1rem;
}
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    /*背景の色*/
    color: #83BFDA;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-weight: 500;
    /*文字の太さ*/
    width: 260px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px solid #83BFDA;
    border-radius: 15px;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
}
.btn-item a::before {
    content: "→";
    position: absolute;
    right: 10px;
    transition: 0.2s;
}
.btn-item a:hover::before {
    right: 3px;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .spmb10 {
        margin-bottom: 10rem !important;
        !i;
        !;
    }
    .w48 {
        width: 100%;
    }
    .sppt0 {
        padding-top: 0rem !important;
    }
    .spmb0 {
        margin-bottom: 0rem !important;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn:hover {
    opacity: 0.7;
}
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    .sticky-header #header-layout {
        height: 130px;
    }
    #header .logo img {
        max-width: 333px;
        width: 100%;
        max-height: 112px;
    }
    #header .logo {
        margin-left: 3vw;
    }
    #header a.head_btn.tel_btn span span.reservation {
        display: block;
        !;
        !importan;
        !i;
        !;
        text-align: center;
        font-size: clamp(12px, 0.8vw, 14px);
    }
    nav#mainNav ul li a b {
        font-weight: 500;
        font-size: clamp(14px, 1vw, 18px);
    }
    nav#mainNav ul li a span {
        font-size: 14px;
        font-weight: 500;
        color: #83BFDA;
    }
    #header a.head_btn {
        flex-direction: inherit;
    }
    #header ul.header__contact li {
        height: 77px;
    }
    header#header {
        height: 130px;
    }
    #header a.head_btn.tel_btn {
        background: #83BFDA;
        margin-right: 3.5vw;
        margin-left: 2vw;
    }
    #header a.head_btn::before {
        color: #83BFDA;
        background: #fff;
        border-radius: 50%;
        padding: 0.4em;
        margin-right: 1.1em;
    }
    #header a.head_btn.tel_btn span {
        font-weight: 700;
        font-size: clamp(19px, 1.3vw, 25px);
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	span.icon img {
    max-width: 70px;
}
    .btn-item03 {
        width: 100%;
    }
    .img_menu {
        width: 100%;
    }
    .texarea_menu {
        width: 100%;
    }
    .sp_txt_l {
        text-align: left !important;
        !i;
        !;
    }
    .sppt5 {
        padding-top: 5rem !important;
        !I;
        !;
    }
    .w23 {
        width: 100%;
    }
    .greeting_img {
        width: 100%;
    }
    .greeting_textarea {
        width: 100%;
    }
    .card03 {
        margin-bottom: 2rem;
    }
    .table-item td.cell_02 {
        border-left: 1px solid #EAEAEA;
        border: 1px solid #EAEAEA;
    }
    span.plus {
        display: block;
        padding: 1rem 0;
    }
    .spmb1 {
        margin-bottom: 1rem !important;
        !I;
        !;
    }
    .card-list {
        display: block;
    }
    a.card03 {
        width: 100%;
        display: block;
        margin-bottom: 2rem !important;
        !I;
        !;
    }
    .bg_img.bg_yurashi01 {
        padding: 5rem 0;
        padding-bottom: 0;
    }
    .bg_img.bg_top04 {
        padding-bottom: 5rem;
    }
    .w45 {
        width: 100%;
    }
    .btn-item.margin0 a {
        margin: 0 auto;
    }
    .about02 .card03 {
        width: 100%;
    }
    .w15 {
        width: 100%;
    }
    .w32 {
        width: 100%;
    }
    .btn-item02.pale a {
        padding: 25px 0;
    }
    .footer_img img {
        width: 100%;
    }
    .table-item.ex02 tr td {
        display: table-cell;
        width: calc(100%/3) !important;
        !i;
        !;
    }
    p.topic {
        padding-top: 1rem;
    }
}