@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=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #333333;
    --color-primary: #535046;
    --color-primary-shade: #F9F9F9;
    --color-primary-tint: #F3F2EE;
    --color-secondary: #F73737;
    --color-secondary-tint: #FCFCFC;
    --color-table-border: #ccc;
    --body-font-size: clamp(16px, .94vw, 18px);
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFF;
    --header-color-font: #535046;
    --header-color-primary: #535046;
    --header-color-primary-shade: #F9F9F9;
    --header-color-primary-tint: #F3F2EE;
    /*------▼フッター設定▼------*/
    --footer-background: #535046;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Kaku Gothic New", sans-serif;
    --font-family03: "Josefin Sans", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(16px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(22px, 1.6vw, 28px);
    --font-size30: clamp(24px, 1.7vw, 30px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size34: clamp(26px, 1.85vw, 34px);
    --font-size36: clamp(26px, 1.85vw, 36px);
    --font-size38: clamp(28px, 2vw, 38px);
    --font-size40: clamp(28px, 2.1vw, 40px);
    --font-size42: clamp(28px, 2.3vw, 42px);
    --font-size46: clamp(28px, 2.4vw, 46px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    /* ---- 追加 ---- */
    /*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary);
    color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
* 非表示
* == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.max_w630 {
    max-width: 630px;
}
.max_w700 {
    max-width: 700px;
}
.max_w1280 {
    max-width: 1280px;
}
.max_w1700 {
    max-width: 1700px;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* ==== post ~ ===== */
.post p {
    color: var(--color-font);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-primary);
    font-family: var(--font-family02);
}
.post p, #footer p {
    font-size: var(--font-size18);
    line-height: 2;
    margin-bottom: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
}
.post h2, #footer h2 {
    font-size: var(--font-size28);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3, #footer h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
    font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post p.lead, p.lead {
    font-family: var(--font-family02);
    font-size: var(--font-size22);
    font-weight: bold;
    line-height: 2;
    margin-bottom: 1em;
	color: var(--color-primary);
}
.post p.name, p.name {
    font-size: var(--font-size24);
    font-weight: bold; 
    font-family: var(--font-family02);
    text-align: center;
}
.post p.name span, p.name span {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family03);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.ff-01 {font-family: var(--font-family0);}
.ff-02 {font-family: var(--font-family02);}
.ff-03 {font-family: var(--font-family03);} 
.ttl-main-primary, .post .ttl-main-primary {
    padding-bottom: 0;
    margin-bottom: 1em;
}
.ttl-main-primary .ff-02, .post .ttl-main-primary .ff-02 {
    display: inline-block;
    font-size: var(--font-size16);
    font-weight: bold;
}
.ttl-main-primary .ff-03, .post .ttl-main-primary .ff-03 {
    font-weight: 600;
    display: inline-block;
    font-size: var(--font-size38);
}
.ttl-main-secondary, .post .ttl-main-secondary {
	padding-bottom: 0;
    position: relative;
    text-align: center;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.ttl-main-secondary::before, .post .ttl-main-secondary::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ttl-main-secondary .ff-02, .post .ttl-main-secondary .ff-02 {
    font-weight: bold;
    display: block;
    font-size: var(--font-size28);
}
.ttl-main-secondary .ff-03, .post .ttl-main-secondary .ff-03 {
    font-weight: 600;
    display: block;
    font-size: var(--font-size20);
}
.ttl-sub-primary, .post .ttl-sub-primary {
    font-size: var(--font-size28);
    font-weight: bold;
    color: #333;
}
.ttl-sub-secondary, .post .ttl-sub-secondary {
    color: var(--color-primary);
    font-size: var(--font-size22);
    padding-left: .5em;
    border-left: 4px solid;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 1em;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {
    position: relative;
}
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #0000000D;
}
.dis-block {
    display: block;
    position: relative;
}
.dis-inline-block {
    display: inline-block;
    position: relative;
}
.dis-flex {
    display: flex;
    position: relative;
}
.border-radius {
	border-radius: 5px;
    overflow: hidden;
}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F8F9;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.bg-img {
    background-image: url(/wp-content/uploads/greeting_bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area, .img-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
}
/* ==== 追加 ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
        background: var(--header-background);
    }
	#header-layout {
		padding: 0 2%;
	}
    .sticky-header #header-layout {
        height: 100px;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 300px;
		max-height: 100px;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family02);
        font-size: var(--font-size18);
		font-weight: bold;
		letter-spacing: 1px;
		color: var(--header-color-font);
		position: relative;
        padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
		font-weight: 400;
		letter-spacing: 1px;
		position: relative;
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-font);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: var(--header-color-font);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: left;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li.current-menu-item a b::before, 
	nav#mainNav ul li a:hover b::before, 
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	#header ul.header__contact {
		margin-right: var(--px20);
		margin-left: var(--px20);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size18);
        font-family: var(--font-family02);
		font-weight: bold;
		flex-direction: row;
		background: var(--header-color-primary);
		outline: 2px solid;
		min-width: 200px;
		height: 50px;
		border-radius: 5px;
		color: 5px;
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
	}
	#header a.head_btn:hover {
		background: #FFF;
		color: var(--header-color-primary);
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #FFF;
}
.spmenu #menu p {
    color: #FFF;
} */

@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #FFF;
		color: var(--color-font);
		font-family: var(--font-family02);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: 500;
    font-size: var(--font-size42);
    font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
    opacity: .6;
    background: var(--color-primary);
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer p {
	color: var(--color-font);
	text-align: center;
}
#footer a {
	transition: .3s ease;
}
#footer .footer-content {
	background-image: url(/wp-content/uploads/footer_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: var(--clamp-60) 0;
}
#footer .content_inner {
    background: #FFF;
    border-radius: 5px;
    padding: min(5%, 40px);
}
#footer .footer__logo img {
    max-height: 100px;
}
#footer .inner {
	padding-top: 15px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
#footer .footer__logo:not(:last-child) {
    text-align: center;
}
#footer .footerBtn-area {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	justify-content: center;
    gap: 44px;
}
#footer .footerBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 65px;
    width: 100%;
    max-width: 370px;
    background: var(--color-primary);
    border-radius: 5px;
    outline: 2px solid;
    font-size: var(--font-size18);
    font-weight: bold;
    color: #FFF;
    transition: .3s ease;
    margin: 10px 0;
}
#footer .footerBtn::before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    margin-right: .5em;
}
#footer .footerBtn:hover {
    background: #FFF;
    color: var(--color-primary);
    box-shadow: 0 6px 20px #6666661A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
#footer .footerBtn--tel {
    background: #FFF;
    color: var(--color-primary);
    font-size: var(--font-size22);
}
#footer .footerBtn--tel::before {
    content: '\f3cd';
}
#footer .footerBtn--tel:hover {
    color: #FFF;
    background: var(--color-primary);
}
#footer .footerBtn--mail::before {
    content: '\f0e0';
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer a.linkBtn {
		margin: 0 auto;
	}
    #footer .footerBtn-area {
        flex-direction: column;
        gap: 0;
    }
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px solid #DDD;
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size18);
    background: var(--color-primary);
    font-weight: bold;
    padding: .2em .5em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
    font-size: var(--font-size14);
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_end {align-items: end;}
.txt-inner {
    max-width: 528px;
    width: 94%;
    position: relative;
}
.margin-inline-auto {
    margin-inline: auto!important;
}
@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto!important;}
    .mr-auto {margin-right: auto!important;}
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
    .flex_1 {
        margin-bottom: 40px;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 30px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {
    width: calc(50% - 24px);
    background: #FFF;
}
.card .col-3 {
    width: calc((100% / 3) - 20px);
    overflow: hidden;
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 3% min(3%, 15px);
}
.card .txt-area .ttl-sub-primary {
    text-align: center;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-2), .card:has(.col-3) {
        gap: 20px;
    }
    .card {flex-direction: row;}
    .card .col-2, .card .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card .col-4, .card .col-5 {
        width: calc((100% / 2) - 10px);
        margin-bottom: 0;
    }
    .card .phone-img {
        margin: var(--clamp-20) auto;
    }
}
@media print, screen and (max-width: 500px) {
    .card .col-4, .card .col-5 {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--font-size18);
	font-family: var(--font-family01);
    background: transparent;
    color: var(--color-font);
    border-bottom: 1px solid #DCDDDD;
    line-height: 1.8;
}
.post table th {
    font-weight: 500;
}
.post table td {
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {
    .post table th, .post table td {
        border-top: 1px solid #DCDDDD;
    }
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
        padding: 1em;
    }
	.post table th {
		background: var(--color-primary-shade);
	}
}
/* ==== .page-content table ==== */
/* .top-content table th, .top-content table td,
.page-content table th, .page-content table td {

} */
.top-content table th,
.page-content table th {
	font-weight: bold;
    border-color: var(--color-primary);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-family: var(--font-family01);
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 1.5em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover {
	color: var(--color-primary);
	background: #FFF;
    box-shadow: 0 6px 20px #6666661A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: .5em;
    height: .5em;
}
/* ==== pageBtn ==== */
.pageBtn {
    position: relative;
    display: inline-block;
    font-family: var(--font-family03);
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    color: var(--color-primary);
    padding: .5em 2em .5em 0;
    margin: 0;
    transition: all .3s ease;
}
.pageBtn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--header-color-font);
    left: 0;
    bottom: 0;
    transform-origin: left;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: .3s ease;
    border-radius: 50vw;
}
.pageBtn::after {
    content: '';
    position: absolute;
    width: .5em;
    height: .5em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    top: 45%;
    right: .5em;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transition: .3s ease;
}
.pageBtn:hover {
    opacity: .8;
}
.pageBtn:hover::before {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.pageBtn:hover::after {
    right: 0;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
.list-dot {
    background: var(--color-primary-shade);
    border-radius: 5px;
    padding: min(5%,30px) min(3%,20px);
}
.list-dot li {
    font-size: var(--font-size16);
    font-weight: 500;
    padding-left: 1em;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: .8em;
    margin-bottom: 1em;
}
.list-dot li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}
.list-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list-flow li {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #FFF;
} 
.list-flow li::after {
    content: '';
    position: absolute;
    border-top: 20px solid var(--color-primary);
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
.list-flow li:last-child::after {
    display: none;
} 
.list-flow .num {
    width: 8%;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family02);
    font-weight: 900;
    font-size: var(--font-size36);
    line-height: 1.2;
    background: var(--color-primary-shade);
    border-right: 1px solid var(--color-primary);
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--color-primary);
} 
.list-flow .num span {
    font-size: .5em;
}
.list-flow .txt {
    width: calc(100% - 8%);
    border: 1px solid var(--color-primary);
    border-left: 0;
    padding: min(5%, 25px) min(5%, 50px);
    border-radius: 0 5px 5px 0;
}
.list-flow h3 {
    font-size: var(--font-size22);
    margin-bottom: .5em;
    padding-bottom: 0;
}
.list-flow p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .list-flow li {
        flex-direction: column;
    }
    .list-flow .num {
        width: 100%;
        border-radius: 5px 5px 0 0;
        padding: 3%;
    }
    .list-flow .txt {
        width: 100%;
        border-radius: 0 0 5px 5px;
        border-top: 0;
        border-left: 1px solid var(--color-primary);
    }
}
/* == == == == == == == == == == == == == == == == == == 
 *  アコーディオン
 *  == == == == == == == == == == == == == == == == == == */
 .qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: bold;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 1em;
	background: var(--color-primary-shade);
    border: 1px solid;
	color: var(--color-primary);
	font-family: var(--font-family01);
	font-size: var(--font-size18);
    border-radius: 5px 5px 0 0;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_desc {
	line-height: 1.7;
    padding-right: 2.2em;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .a_desc {
    line-height: 1.8;
    width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
}
.qa_list .qa_list_inner .active:after {
    content: 'ー';
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 1em;
	margin: 0 0 1rem 0;
	border: 1px solid var(--color-primary);
	border-top: 0;
	font-size: var(--font-size18);
	font-weight: 500;
	font-family: var(--font-family01);
	border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 959px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 559px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.mv-content, .top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.top-content {
    background: #FFF;
}
body.home {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(https://yp-medical.jp/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* section
* == == == == == == == == == == == == == == == == == == */
/* ==== #about ==== */
.top-content#about {
    padding-top: var(--clamp-100);
    padding-bottom: 0;
}
.top-content#about::before {
    content: '';
    position: absolute;
    width: 95%;
    height: calc(100% - (var(--clamp-100) + (var(--font-size28) * 2.3)));
    background: var(--color-primary-shade);
    bottom: 0;
    left: 0;
    z-index: 0;
}
.top-content#about .img-area img {
    height: 85%;
    object-fit: cover;
    max-height: 700px;
	border-radius: 0 5px 5px 0;
}
.top-content#about .txt-inner {
    max-width: 800px;
    width: 86%;
}


@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
	.top-content#about .img-area {
		width: 94%;
		margin-left: auto;
	}
	.top-content#about .img-area img {
		border-radius: 5px;
        aspect-ratio: 2 / 1;
	}
}
/* ==== #business ==== */
.top-content#business {
    padding-top: var(--clamp-100);
    padding-bottom: 0;
    background: #FFF;
}
.top-content#business::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    background: var(--color-primary-shade);
    top: 0;
    left: 0;
    z-index: 0;
}
.top-content#business .flexbox {
    padding: 0 10px var(--clamp-60);
}
.top-content#business .img-area {
    width: 60%;
    margin: 0 10px;
}
.top-content#business .img-area img {
    height: 100%;
    object-fit: cover;
}
.top-content#business .txt-area {
    width: 40%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 3%;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    min-width: 420px;
}
@media print, screen and (min-width: 769px) {
	.top-content#business {
		 margin-bottom: clamp(200px, 21vw,400px);
	}
}
@media print, screen and (max-width: 768px) {
    .top-content#business .img-area {
        width: 100%;
		margin: 0;
    }
	.top-content#business img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
    .top-content#business .txt-area {
        width: 100%;
        margin: 20px 0 0;
		min-width: unset;
    }
}
/* ==== #overview ==== */
.top-content#overview {
    padding-top: var(--clamp-100);
    padding-bottom: 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== #information ==== */
.top-content#information {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-120);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* ==== .page-content ==== */

/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 370px;
	margin: 0 auto;
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
}
.wpcf7-form .linkBtn input[type="submit"] {
    color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}

/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: var(--clamp-80);
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {

}