@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=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: #A6DAE5;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Zen Old Mincho", serif;
}
/* オリジナル */
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.mb20 {
    margin-bottom: 20rem !important;
}
.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: #fff;
    padding: 1vw 0;
}
div#copyright {
    background: #fff;
    margin: 0;
    color: #777777;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: #DCEFF2;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #EA97DA;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #EA97DA;
    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;
}
/*フッター  */
.comon_footer h2.top-title {
    line-height: 1.5;
}
#footer ul li a {
    color: #777777;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #777777;
}
a#scrollUp {
    background: #DCEFF2;
}
p.footer_ {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ff01);
}
.border-right {
    border-right: 1px solid #DCDDDD;
}
h2.top-title span.blue {
    color: #8AC7D3;
}
.bg_img.bg-footer {
    background-image: url(/wp-content/uploads/footer-bg.png);
    position: relative;
    z-index: 0;
    padding: 5% 0;
}
.bg_img.bg-footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ABEBF5;
    opacity: .9;
    z-index: 10;
}
.front {
    position: relative;
    z-index: 100;
}
.footer-container {
    background: #fff;
    display: flex;
    padding: 5%;
    align-items: center;
    border-radius: 20px;
}
/*ヘッダー  */
header#h1Header h1.title.first span {
    font-weight: 400;
    font-family: var(--ff02);
    color: #333333;
    font-size: clamp(30px, 2.3vw, 44px);
}
#thumbImg::before, header#h1Header::before {
    background: #fff;
}
/* お問い合わせ */
table.responsive tr.head th {
    border-top: 1px solid #DCDDDD;
}
table.responsive tr.head td {
    border-top: 1px solid #DCDDDD;
}
.wpcf7-form .must {
    background: #EA97DA;
}
table.responsive th {
    background: transparent;
}
.post table.responsive, .post table.responsive th, .post table.responsive td {
    border-width: 0px;
}
table.responsive th {
    border-bottom: 1px solid #DCDDDD !important;
}
table.responsive td {
    border-bottom: 1px solid #DCDDDD !important;
}
/* ご相談について */
div#sec01 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec02 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec03 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec04 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec05 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec06 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec07 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec08 {
    padding-top: 110px;
    margin-top: -110px;
}
div#sec09 {
    padding-top: 110px;
    margin-top: -110px;
}
div#greeting {
    padding-top: 110px;
    margin-top: -110px;
}
div#price {
    padding-top: 110px;
    margin-top: -110px;
}
div#flow {
    padding-top: 110px;
    margin-top: -110px;
}
p.price_ {
    font-size: 16px;
    font-family: var(--ff01);
}
/* テーブル */
.table-item tr td {
    font-weight: 700;
    font-family: var(--ff02);
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
    font-size: clamp(16px, 1.1vw, 20px);
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    background: #DCEFF2;
    border-left: 1px solid #C6C6C6;
}
.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;
    }
    .table-item td.cell_01 {
        text-align: center;
    }
}
/*ーーーーーーーーーーーーーーーーーーー  */
h3.lower-subtitle.card {
    border-bottom: 0;
    font-size: clamp(18px, 1vw, 20px);
}
h3.lower-subtitle.card span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #EA97DA;
}
.card04 p {
    font-size: 16px;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card04 {
    width: 24%;
    border: 1px solid #DCDDDD;
    padding: 2%;
    margin-bottom: 5%;
}
.card_textarea {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card04 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card04 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5%;
        padding: 5%;
    }
}
/* 可保について */
.img-area img {
    width: 100%;
}
.img-area {
    width: 33%;
}
.txt-area {
    width: 62%;
}
h3.lower-subtitle span {
    color: #EA97DA;
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(24px, 1.7vw, 32px);
}
.w35 {
    width: 35%;
}
p.name {
    text-align: right;
    font-weight: 400;
    font-family: var(--ff02);
    font-size: clamp(20px, 1.25vw, 24px);
}
p.name span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
/* トップ */
/* 投稿 */
.post .time, .postlist .time, .post2b .time, .post4b .time {
    border-radius: 5px;
    background: #FFD1F6;
}
p.ttls {
    font-family: var(--ff01);
}
p.date {
    font-family: var(--ff01);
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    color: #fff;
    font-family: var(--ff01);
}
/* ーーーーーーーーーーーーー */
.bg_img.bg-top04 {
    background: #FAFAFA;
    padding: 5% 0;
	padding-top: 2% 0;
}
/* ボタン　ご相談について */
.btn-item02 {
    margin-bottom: 8%;
}
.btn-item02 a {
    position: relative;
    display: block;
    color: #333333;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: 400;
    /*文字の太さ*/
    font-family: var(--ff02);
    width: 100%;
    /*横幅調整*/
    padding: 15px;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px dashed #A6DAE5;
    border-radius: 10px;
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-size: clamp(16px, 1vw, 18px);
}
.btn-item02 a span {
    position: absolute;
    right: 15px;
    color: #000000;
}
/*以下カーソルを合わせた際の色の変更アニメーション*/
.btn-item02 a:hover span {
    background: #fff;
    color: #A6DAE5;
}
p.detail {
    font-size: 14px;
    text-align: left;
}
p.card_ {
    font-size: 16px;
    text-align: left;
}
.card03 {
    width: 32%;
    background: #fff;
    border-radius: 10px;
    padding: 2%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    margin-bottom: 5%;
}
.bg_img.bg_top01 {
    background-image: url(/wp-content/uploads/top-about-bg.png);
    padding: 5% 0;
}
h2.top-title span {
    display: block;
    color: #EA97DA;
    font-size: clamp(22px, 1.4vw, 26px);
}
body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2.11;
    font-family: var(--ff02);
    font-size: 16px;
}
/*カード  */
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card_textarea {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card03 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card03 {
        width: 100%;
        padding: 5%;
    }
}
/* ボタン */
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: #DCEFF2;
    color: #333333;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: 400;
    /*文字の太さ*/
    font-family: var(--ff02);
    width: 280px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    border-radius: 50px;
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-size: clamp(16px, 1vw, 18px);
}
.btn-item a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    color: #fff;
    width: 33px;
    height: 33px;
    background: #A6DAE5;
    border-radius: 50%;
    line-height: 1.7;
}
/*以下カーソルを合わせた際の色の変更アニメーション*/
.btn-item a:hover span {
    background: #fff;
    color: #A6DAE5;
}
/*見出し  */
h3.top-subtitle02 {
    font-weight: 400;
    font-family: var(--ff02);
    text-decoration: underline;
    font-size: clamp(22px, 1.5vw, 28px);
}
h2.top-title {
    font-family: var(--ff02);
    font-weight: 400;
    line-height: 1.86;
    font-size: clamp(22px, 2vw, 37px);
}
h3.top-subtitle {
    font-weight: 500;
    line-height: 3.13;
    font-size: clamp(18px, 1.2vw, 22px);
}
h3.lower-subtitle {
    font-weight: 700;
    font-family: var(--ff02);
    line-height: 1.72;
    border-bottom: 1px dashed #EA97DA;
    font-size: clamp(18px, 1.2vw, 22px);
}
h2.lower-title {
    position: relative;
    font-weight: 400;
    font-family: var(--ff02);
    font-size: clamp(22px, 1.5vw, 28px);
}
h2.lower-title::before {
    position: absolute;
    content: "";
    max-width: 380px;
    width: 70%;
    height: 100%;
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/logo-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
h2.lower-title span {
    display: block;
    color: #EA97DA;
    font-size: 26px;
    font-size: 20px;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_w_90 {
        width: 90%;
        margin: 0 auto;
    }
    .sp_txt_l {
        text-align: left !important;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .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) {
    nav#mainNav ul li a {
        padding: 0 1vw;
    }
    #header .logo img {
        min-width: 220px;
        height: 58px;
        width: 100%;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    /*  */
    .sticky-header ul.header__contact {
        height: 70px;
    }
    .sticky-header #header .header__nav-contact {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    #header ul.header__contact {
        height: 70px;
    }
    body.sticky-header nav#mainNav {
        height: 70px;
    }
    .sticky-header #header>.inner {
        height: 111px;
        display: flex;
        align-items: center;
    }
    ul.header__contact {
        height: 70px;
    }
    #header .logo {
        padding-left: 3vw;
    }
    .sticky-header .header__nav-contact {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    nav#mainNav ul li a b {
        font-family: var(--ff02);
        color: #333333;
        font-weight: 400;
        font-size: clamp(14px, 1.1vw, 20px);
    }
    #header a.head_btn::before {
        display: none;
    }
    #header a.head_btn.mail_btn.counseling {
        background: #FFDDF8;
        font-family: var(--ff02);
        color: #333333;
        font-weight: 400;
        margin-right: 1vw;
        margin-left: 1vw;
        font-size: clamp(14px, 1.1vw, 20px);
    }
    #header a.head_btn.mail_btn {
        background: #DCEFF2;
        font-family: var(--ff02);
        color: #333333;
        font-weight: 400;
        margin-right: 2vw;
        font-size: clamp(14px, 1.1vw, 20px);
    }
    #header {
        display: flex;
        align-items: center;
        height: 111px;
    }
    #header .inner {
        height: 70px;
    }
}
@media print, screen and (max-width: 1024px) {
    .w30 {
        width: 48%;
    }
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .w35 {
        width: 80%;
        margin: 0 auto;
    }
    .img-area {
        width: 100%;
    }
    .txt-area {
        width: 100%;
    }
    .w30 {
        width: 100%;
    }
    .footer-container {
        display: block;
    }
    .border-right {
        border-right: none;
        border-bottom: 1px solid #DCDDDD;
        padding-bottom: 5%;
    }
    .bg_img.bg-footer {
        padding: 10% 0;
    }
    .btn-item02 {
        margin-bottom: 5%;
    }
    .spmb1 {
        margin-bottom: 1rem !important;
    }
    #footer .inner {
        padding: 5%;
    }
    .bg_img.bg_top01 {
        padding: 10% 0;
    }
    div#copyright {
        padding: 2%;
    }
    table.responsive tr.head td {
        border-top: 0px;
    }
    .btn-item a span {
        line-height: 1.9;
    }
}