@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
    /* ======== ▼固定変数▼ ======== */
    /* ======== ▼フォント設定▼ ======== */
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Poppins", sans-serif;   
    --font-family03: "Shippori Mincho", 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(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.56vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.875vw, 36px);
    --font-size38: clamp(24px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size44: clamp(26px, 2.3vw, 44px);
	--font-size46: clamp(28px, 2.4vw, 46px);
    --font-size48: clamp(28px, 2.5vw, 48px);
    --font-size50: clamp(28px, 2.61vw, 50px);
    --font-size52: clamp(28px, 2.71vw, 52px);
    --font-size54: clamp(28px, 2.782vw, 54px);
    --font-size56: clamp(30px, 3vw, 56px);
    --font-size58: clamp(30px, 3.1vw, 58px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    --font-size80: clamp(36px, 4.17vw, 80px);
    /* ==== 間隔[clamp]設定 ==== */
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-16: clamp(10px, .84vw, 16px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-44: clamp(20px, 2.61vw, 44px);
    --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(75px, 7.92vw, 150px);
    --clamp-160: clamp(80px, 8.4vw, 160px);
    --clamp-170: clamp(85px, 8.9vw, 170px);
    --clamp-180: clamp(90px, 9.4vw, 180px); 
    --clamp-190: clamp(95px, 9.9vw, 190px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
    /* ======== ▼基本設定▼ ======== */
    /* ==== カラー ==== */
    /* -ベース｜[カラー]- */
    --color-background: #FFF;
    --color-font: #2B3D39;
    --color-primary: #015844;
    --color-primary-shade: #FAFAFA;
    --color-primary-tint: #F6BCB7;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DCDDDD;
    --color-pink: #EF6D62;
    --color-bg-gray: #FDFDFD;
    --color-bg-pink: #FFF9F9;
    --color-bg-green: #E5EEEC;
    --color-bd-pink: #F6BCB7;
    /* -ヘッダー-｜[カラー] */
    --header-background: #FFF;
    --header-color-font: #2B3D39;
    --header-color-primary: #015844;
    --header-color-primary-shade: #FAFAFA;
    --header-color-primary-tint: #F6BCB7;
    /* -フッター-｜[カラー] */
    --footer-background: #015844;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /* ==== ルール付け ==== */
    --body-font-size: var(--font-size16);
    --body-line-height: 1.65;
    --body-letter-spacing: .05em;
    --body-font-family: var(--font-family01);
    --content-max-width: 1280px;
    --content-width: 94%;
    /* ==== h1~h6 ==== */
    --font-size-h1: var(--font-size48);
    --font-size-h2: var(--font-size32);
    --font-size-h3: var(--font-size24);
    --font-size-h4: var(--font-size20);
    --font-size-h5: var(--font-size18);
    /* ======== ▼gap設定[flexbox/card]▼ ======== */
    --gap-flex-column-02: var(--clamp-40);
    --gap-card-column-02: var(--clamp-40);
    --gap-card-column-03: var(--clamp-30);
    --gap-card-column-04: var(--clamp-30);
    --gap-card-column-05: var(--clamp-30);
    --gap-card-column-06: var(--clamp-30);    
}
[id] {
  scroll-margin-top: var(--clamp-100);
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content,
.content_inner   {
    width: var(--content-width);
}
.wrapper_content {
	max-width: var(--content-max-width);
	position: relative;
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.content_inner.wide {
    width: 90%;
}
.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%;
    z-index: 0;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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, .post h1, .post h2, .post h3, .post h4, .post h5,
.page-content p, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    color: var(--color-font);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    font-family: var(--font-family01);
}
.post h1, .post h2, .post h3, .post h4, .post h5,
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    font-weight: bold;
    margin-bottom: .5em;
}
.post p, .page-content p {
    font-size: var(--body-font-size);
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h1, .page-content h1 {
    font-size: var(--font-size-h1);
}
.post h2, .page-content h2 {
    font-size: var(--font-size-h2);
}
.post h3, .page-content h3 {
    font-size: var(--font-size-h3);
}
.post h4, .page-content h4 {
    font-size: var(--font-size-h4);
}
.post h5, .page-content h5 {
    font-size: var(--font-size-h5);
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(250px, 30vw, 450px);
	margin: 0;
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--gap-flex-column-02) * 1)) / 2);}
.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%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.gap {gap: 5%;}
.gap-2 {gap: 2%;}
.gap-3 {gap: 3%;}
.gap-4 {gap: 4%;}
@media print, screen and (min-width: 769px) {
}
@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;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
.card--col-2 {gap: var(--gap-card-column-02);}
.card--col-3 {gap: var(--gap-card-column-03)}
.card--col-4 {gap: var(--gap-card-column-04);}
.card--col-5 {gap: var(--gap-card-column-05);}
.card--col-6 {gap: var(--gap-card-column-06);}
.card__item {position: relative;}
.card__item--col-1 {width: 100%;}
.card__item--col-2 {width: calc((100% - (var(--gap-card-column-02) * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (var(--gap-card-column-03) * 2)) / 3);}
.card__item--col-4 {width: calc((100% - (var(--gap-card-column-04) * 3)) / 4);}
.card__item--col-5 {width: calc((100% - (var(--gap-card-column-05) * 4)) / 5);}
.card__item--col-6 {width: calc((100% - (var(--gap-card-column-06) * 5)) / 6);}
.card p:last-child {margin: 0;}
.card__num {
    color: #FFF;
    background-color: var(--color-primary-tint);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family02);
    font-weight: bold;
    font-size: var(--font-size32);
    line-height: 1;
    width: 2.34em;
    height: 2.34em;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.card__icon {
    max-width: 70px;
    width: 25%;
    margin: 0 auto;
}
@media print, screen and (max-width: 1023px) {
    .card__item--col-5 {width: calc((100% - (var(--gap-card-column-05) * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.card {
		width: 94%;
		margin: 0 auto;
	}
    .card {flex-direction: row;}
    .card--col-2, .card--col-3 {
        gap: 15px;
    }
    .card__item--col-2, .card__item--col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card__item--col-4, .card__item--col-5, .card__item--col-6  {
        width: calc((100% - (var(--gap-card-column-05) * 1)) / 2);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 499px) {
    .card__item--col-4, .card__item--col-5, .card__item--col-6 {
        width: 100%;
		margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    border-bottom: 1px solid var(--color-table-border);
    color: var(--color-font);
    background: transparent;
    padding: 1.2em 1em;
}
.post table th {font-weight: bold;}
.post table td {font-weight: 500;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table.responsive th, .post table.responsive td {
        width: 100%;
        display: block;
		padding: 1em;
    }
	.post table.responsive th {
        background: var(--color-bg-pink);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 2px solid;
    border-bottom: 2px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size-h1);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .8;
    background: var(--color-primary);
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
        object-fit: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: var(--color-background);
}
#breadcrumb ul li, #breadcrumb ul li a {
	font-weight: 500;
    color: var(--color-font);
	font-size: var(--font-size14);
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed #CCCCCC;
}
.postlist li:first-child {
    border-top: 0;
}
.post h2.cat-loop {
    font-size: var(--font-size16);
    font-weight: 500;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    font-weight: 500;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    display: block;
    font-weight: 500;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
    font-weight: 500;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
	max-height: unset;
}
.post_link, .post2b_link, .post4b_link {
	color: var(--color-primary);
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* プライバシーポリシー
* == == == == == == == == == == == == == == == == == == */
.post ul.list-disc {
    font-weight: 500;
    list-style: disc;
    list-style-position: inside;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
	font-weight: bold; 
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== c-content-01 ==== */
/* .c-content-01, .post .c-content-01 {
    background: var(--color-background);
    border: 1px solid var(--color-primary);
    outline: 2px solid var(--color-primary);
    outline-offset: 3px;
    border-radius: 20px;
    position: relative;
} */
.c-content-01, .post .c-content-01 {
    background: var(--color-background);
    outline: 2px solid var(--color-primary);
    border-radius: 20px;
    position: relative;
}
.c-content-01::after, .post .c-content-01::after {
	content: '';
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 16px;
	outline: 1px solid var(--color-primary);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-content-01::before, .post .c-content-01::before {
    content: '';
    position: absolute;
    width: calc(100% - var(--clamp-20));
    height: calc(100% - var(--clamp-20));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-image: radial-gradient(circle, #e5eeec clamp(1.5px, 0.13vw, 2.5px), transparent clamp(1.5px, 0.13vw, 2.5px));
    background-position: 0 0;
    background-size: var(--clamp-20) var(--clamp-20);
}
/* ==== c-ttl-01 ==== */
.c-ttl-01, .post .c-ttl-01 {
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 1em;
    position: relative;
}
.c-ttl-01::before, .post .c-ttl-01::before {
    content: '';
    position: absolute;
    width: 1.8em;
    height: 4px;
    background: linear-gradient(90deg,var(--color-primary-tint) 33%, var(--color-primary) 33%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.c-ttl-01.txt_l::before, .post .c-ttl-01.txt_l::before {
    left: 0;
    transform: translateX(0);
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 1em;
    position: relative;
    text-align: center;
}
.c-ttl-02::before, .post .c-ttl-02::before {
    content: '';
    position: absolute;
    width: 1.2em;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* ==== c-ttl-03 ==== */
.c-ttl-03, .post .c-ttl-03 {
    font-weight: bold;
    padding: .3em .5em;
    margin-bottom: 1em;
    position: relative;
    background: var(--color-primary);
    color: #FFF;
}
/* ==== c-ttl-04 ==== */
.c-ttl-04, .post .c-ttl-04 {
    padding-left: .8em;
    margin-bottom: 1em;
    position: relative;
}
.c-ttl-04::before, .post .c-ttl-04::before {
    content: '-';
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    top: 0;
}
/* ==== c-ttl-num ==== */
.c-ttl-num, .post .c-ttl-num {
    padding-left: 2em;
    position: relative;
    padding-bottom: .3em;
}
.c-ttl-num .num, .post .c-ttl-num .num {
    color: #FFF;
    background: var(--color-primary-tint);
    font-size: .75em;
    font-family: var(--font-family02);
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 50vw;
    width: 2em;
    height: 2em;
}
/* ==== c-list-dot ==== */
.c-list-dot, .post .c-list-dot {
    display: flex;
    flex-direction: column;
	gap: .6em;
}
.c-list-dot li, .post .c-list-dot li {
    padding-left: 1.25em;
    position: relative;
    line-height: var(--body-line-height);
}
.c-list-dot li::before, .post .c-list-dot li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0em;
}
/* --ルール追加 */
@media print, screen and (min-width: 768px) { 
    .c-list-dot.col-2, .post .c-list-dot.col-2 {
        width: 100%;
        gap: 10px var(--clamp-20);
        flex-direction: row;
        flex-wrap: wrap;
    }
    .c-list-dot.col-2 li, .post .c-list-dot.col-2 li {
        width: calc((100% - (var(--clamp-20) * 1)) / 2);
    }
}
@media print, screen and (max-width: 768px) { 
}

/* ==== c-flow-list ==== */
.c-flow-list, .post .c-flow-list {
    display: flex;
    gap: var(--clamp-30);
    justify-content: flex-start;
    flex-direction: row;
	width: var(--content-max-width);
}
.c-flow-list li, .post .c-flow-list li {
    width: calc((100% - (var(--clamp-30) * 3)) / 4);
    background: var(--color-bg-pink);
    border-radius: 20px;
    padding: var(--clamp-30) 0;
	position: relative;
}
.c-flow-list li::after, .post .c-flow-list li::after {
	content: '';
	position: absolute;
	border-left: var(--clamp-30) solid var(--color-primary-tint);
	border-top: var(--clamp-30) solid transparent;
	border-bottom: var(--clamp-30) solid transparent;
	right: calc(var(--clamp-30) * -1);
	top :50%;
	transform: translateY(-50%);
}
.c-flow-list li:last-child::after, .post .c-flow-list li:last-child::after {
	display: none;
}
.c-flow-list .num, .post .c-flow-list .num {
    background: #FFF;
    color: var(--color-primary);
    outline: 2px solid;
    display: block;
    max-width: fit-content;
    font-size: var(--font-size16);
    font-weight: bold;
    font-family: var(--font-family02);
    white-space: nowrap;
    padding: .1em 1.5em;
    border-radius: 50vw;
    margin: 0 auto;
}
.c-flow-list .img, .post .c-flow-list .img {
    margin: 0 auto;
    width: 40%;
    max-width: 100px;
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 20px;
	}
}
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size20);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    color: var(--color-primary);
    background: #FFF;
    width: 90%;
    max-width: 380px;
    padding: 1em 3.5em;
    border-radius: 50vw;
	outline: 2px solid var(--color-primary);
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: #FFF;
    background: var(--color-primary);
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '\f138';
    position: absolute;
    font-family: 'FontAwesome';
    right: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
/* -- ルール追加 -- */
.c-btn.cta_btn, .post .c-btn.cta_btn, a.c-btn.cta_btn {
    max-width: 100%;
	min-width: 360px;
    width: calc((100% - var(--clamp-40)) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 5em;
    border-radius: 5px;
    box-shadow: 0 5px 0 #034737;
	padding: 1em 4em;
}
.c-btn.cta_btn:hover, .post .c-btn.cta_btn:hover, a.c-btn.cta_btn:hover {
	box-shadow: 0 3px 0 #034737;
}
.c-btn.cta_btn::before, .post .c-btn.cta_btn::before, a.c-btn.cta_btn::before {
    content: '\f095';
    position: absolute;
    font-family: 'FontAwesome';
    left: 1em;
    background: var(--color-primary);
    color: #FFF;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50vw;
	transition: .5s ease;
}
.c-btn.cta_btn:hover::before, .post .c-btn.cta_btn:hover::before, a.c-btn.cta_btn:hover::before {
    background: #FFF;
    color: var(--color-primary);
}
.c-btn.cta_btn::after, .post .c-btn.cta_btn::after, a.c-btn.cta_btn::after {
    right: 1em;
}
/* mail */
.c-btn.cta_btn.mail, .post .c-btn.cta_btn.mail, a.c-btn.cta_btn.mail {
    background: var(--color-pink);
    color: #FFF;
    box-shadow: 0 5px 0 #D95A4F;
	outline-color: var(--color-pink);
}
.c-btn.cta_btn.mail:hover, .post .c-btn.cta_btn.mail:hover, a.c-btn.cta_btn.mail:hover {
	box-shadow: 0 3px 0 #D95A4F;
	color: var(--color-pink);
	background: #FFF;
}
.c-btn.cta_btn.mail::before, .post .c-btn.cta_btn.mail::before, a.c-btn.cta_btn.mail::before {
	content: '\f0e0';
    background: #FFF;
    color: var(--color-pink);
}
.c-btn.cta_btn.mail:hover::before, .post .c-btn.cta_btn.mail:hover::before, a.c-btn.cta_btn.mail:hover::before {
    background: var(--color-pink);
    color: #FFF;
}
@media print, screen and (max-width: 768px) {
	.c-btn.cta_btn, .post .c-btn.cta_btn, a.c-btn.cta_btn {
		width: 100%;
		min-width: unset;
		padding: 1em 3em;
	}
	.c-btn.cta_btn::before, .post .c-btn.cta_btn::before, a.c-btn.cta_btn::before {
		font-size: .8em;
	}
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0px solid var(--color-table-border);
}
table.c-table th, .post table.c-table th {
	border-bottom: 1px solid var(--color-primary-tint);
} 
table.c-table td, .post table.c-table td {
	border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (max-width: 768px) {
}
/* ==== c-floating-banner ==== */
.c-floating-banner {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 10000;
    width: 30%;
    max-width: 210px;
}
@media print, screen and (max-width: 768px) {
	.c-floating-banner {
		bottom: calc(2% + 60px);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== p- ==== */
.p-tWorries__content {
    position: relative;
}
.p-tWorries__content::before {
    content: '';
    position: absolute;
    width: 100%;
	height: calc(100% - ((5rem + (var(--font-size24) * 1.5)) + (var(--font-size32) * 3)));/* h2の高さvar(--font-size32)と下部テキストvar(--font-size24)の高さを考慮 */
    border: 2px solid var(--color-primary);
    background: #FFF;
    border-radius: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {	
	.p-tWorries__content::before {
		height: calc(100% - ((2.5rem + (var(--font-size24) * 1.5)) + (var(--font-size32) * 3)));
	}
}
/* ==== p-tAbout ==== */
@media print, screen and (min-width: 769px) {	
    .p-tAbout__img {
        border-radius: 20px 0 0 20px;
        overflow: hidden;
    }
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-cta ==== */
.p-cta {
	background-image: url(/wp-content/uploads/cta_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.p-cta::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	opacity: .9;
	top: 0;
	left: 0;
	z-index: 0;
} 
.p-cta .content_inner {
    width: 90%;
}
@media print, screen and (max-width: 768px) {	
	.p-cta {
		border-radius: 0;
	}
}
/* ==== p- ==== */
.p-tPrice__label {
    font-size: var(--font-size24);
    font-weight: bold;
    color: #339C72;
    background-color: #D5EFE7;
    border-radius: 5px;
    position: absolute;
    left: -4em;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.33em;
    height: 3.33em;
    line-height: 1.2;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
/* == == == == == == == == == == == == == == == == == == 
* utility / u-○○
* == == == == == == == == == == == == == == == == == == */
/* ====  max-width / max_w○○ ===== */
.max_w1700 {max-width: 1700px;}
.max_w1100 {max-width: 1100px;}
.max_w990 {max-width: 990px;}
.max_w800 {max-width: 800px;}
.max_w640 {max-width: 640px;}
.max_w400 {max-width: 400px;}
.max_w100 {max-width: 100px;}
/* ====  font-family / u-ff-○○ ===== */
.ff-01, .post .ff-01 {font-family: var(--font-family01)!important;}
.ff-02, .post .ff-02 {font-family: var(--font-family02)!important;}
.ff-03, .post .ff-03 {font-family: var(--font-family03)!important;}
/* ====  font-style / u-fst-○○ ===== */
.fst-normal, .post .fst-normal {font-style: normal!important;}
.fst-italic, .post .fst-italic {font-style: italic!important;}
/* ====  font-weight / u-fw-○○ ===== */
.fw-100, .post .fw-100 {font-weight: 100!important;}
.fw-200, .post .fw-200 {font-weight: 200!important;}
.fw-300, .post .fw-300 {font-weight: 300!important;}
.fw-400, .post .fw-400 {font-weight: 400!important;}
.fw-500, .post .fw-500 {font-weight: 500!important;}
.fw-600, .post .fw-600 {font-weight: 600!important;}
.fw-700, .post .fw-700 {font-weight: 700!important;}
.fw-800, .post .fw-800 {font-weight: 800!important;}
.fw-900, .post .fw-900 {font-weight: 900!important;}
.fw-regular, .post .fw-regular {font-weight: normal!important;}
.fw-mid, .post .fw-mid {font-weight: 500!important;}
.fw-bold, .post .fw-bold {font-weight: bold!important;}
.fw-black, .post .fw-black {font-weight: 900!important;}
/* ====  font-size / u-fs-○○ ===== */
.fs-12, .post .fs-12 {font-size: var(--font-size12)!important;}
.fs-14, .post .fs-14 {font-size: var(--font-size14)!important;}
.fs-16, .post .fs-16 {font-size: var(--font-size16)!important;}
.fs-18, .post .fs-18 {font-size: var(--font-size18)!important;}
.fs-20, .post .fs-20 {font-size: var(--font-size20)!important;}
.fs-22, .post .fs-22 {font-size: var(--font-size22)!important;}
.fs-24, .post .fs-24 {font-size: var(--font-size24)!important;}
.fs-26, .post .fs-26 {font-size: var(--font-size26)!important;}
.fs-28, .post .fs-28 {font-size: var(--font-size28)!important;}
.fs-30, .post .fs-30 {font-size: var(--font-size30)!important;}
.fs-32, .post .fs-32 {font-size: var(--font-size32)!important;}
.fs-34, .post .fs-34 {font-size: var(--font-size34)!important;}
.fs-36, .post .fs-36 {font-size: var(--font-size36)!important;}
.fs-38, .post .fs-38 {font-size: var(--font-size38)!important;}
.fs-40, .post .fs-40 {font-size: var(--font-size40)!important;}
.fs-42, .post .fs-42 {font-size: var(--font-size42)!important;}
.fs-44, .post .fs-44 {font-size: var(--font-size44)!important;}
.fs-46, .post .fs-46 {font-size: var(--font-size46)!important;}
.fs-48, .post .fs-48 {font-size: var(--font-size40)!important;}
.fs-50, .post .fs-50 {font-size: var(--font-size50)!important;}
.fs-52, .post .fs-52 {font-size: var(--font-size52)!important;}
.fs-54, .post .fs-54 {font-size: var(--font-size54)!important;}
.fs-56, .post .fs-56 {font-size: var(--font-size56)!important;}
.fs-58, .post .fs-58 {font-size: var(--font-size58)!important;}
.fs-60, .post .fs-60 {font-size: var(--font-size60)!important;}
.fs-80, .post .fs-80 {font-size: var(--font-size80)!important;}
@media print, screen and (max-width: 768px) {	
    .fs-12-sp, .post .fs-12-sp {font-size: var(--font-size12)!important;}
    .fs-13-sp, .post .fs-13-sp {font-size: var(--font-size13)!important;}
    .fs-14-sp, .post .fs-14-sp {font-size: var(--font-size14)!important;}
    .fs-16-sp, .post .fs-16-sp {font-size: var(--font-size16)!important;}
    .fs-18-sp, .post .fs-18-sp {font-size: var(--font-size18)!important;}
    .fs-20-sp, .post .fs-20-sp {font-size: var(--font-size20)!important;}
    .fs-22-sp, .post .fs-22-sp {font-size: var(--font-size22)!important;}
    .fs-24-sp, .post .fs-24-sp {font-size: var(--font-size24)!important;}
    .fs-25-sp, .post .fs-25-sp {font-size: var(--font-size25)!important;}
    .fs-26-sp, .post .fs-26-sp {font-size: var(--font-size26)!important;}
    .fs-28-sp, .post .fs-28-sp {font-size: var(--font-size28)!important;}
    .fs-36-sp, .post .fs-36-sp {font-size: var(--font-size36)!important;}
    .fs-38-sp, .post .fs-38-sp {font-size: var(--font-size38)!important;}
    .fs-60-sp, .post .fs-60-sp {font-size: var(--font-size60)!important;}
    .fs-85-sp, .post .fs-85-sp {font-size: var(--font-size85)!important;}
}
/* ====  line-height / u-lh-○○ ===== */
.lh-10, .post .lh-10 {line-height: 1!important;}
.lh-11, .post .lh-11 {line-height: 1.1!important;}
.lh-12, .post .lh-12 {line-height: 1.2!important;}
.lh-13, .post .lh-13 {line-height: 1.3!important;}
.lh-14, .post .lh-14 {line-height: 1.4!important;}
.lh-15, .post .lh-15 {line-height: 1.5!important;}
.lh-16, .post .lh-16 {line-height: 1.6!important;}
.lh-17, .post .lh-17 {line-height: 1.7!important;}
.lh-18, .post .lh-18 {line-height: 1.8!important;}
.lh-19, .post .lh-19 {line-height: 1.9!important;}
.lh-20, .post .lh-20 {line-height: 2!important;}
.lh-25, .post .lh-25 {line-height: 2.5!important;}
@media print, screen and (max-width: 768px) {
	.lh-15-sp, .post .lh-15-sp {line-height: 1.5!important;}
}
/* ===== letter-spacing / u-ls-○○ ===== */
.ls-0, .post .ls-0 {letter-spacing: 0;}
.ls-05, .post .ls-05 {letter-spacing: 0.05em;}
.ls-1, .post .ls-1 {letter-spacing: 0.1em;}
.ls-2, .post .ls-2 {letter-spacing: 0.2em;}
/* ===== white-space / u-ws-○○ ===== */
.ws-nowrap, .post .ws-nowrap {white-space: nowrap;}
/* ===== text-decoration / u-td-○○ ===== */
.td-underline, .post .td-underline {text-decoration: underline;}
.td-none, .post .td-none {text-decoration: none;}
.td-line-through, .post .td-line-through {text-decoration: line-through;}
.td-overline, .post .td-overline {text-decoration: overline;}
/* :hover */
a:hover .td-underline, .post a:hover .td-underline, a.td-underline:hover, .post a.td-underline:hover {text-decoration: none;}
/* ====  color / u-color-○○ ===== */
.color-body, .post .color-body {color: var(--color-background)!important;}
.color-font, .post .color-font {color: var(--color-font)!important;}
.color-primary, .post .color-primary {color: var(--color-primary)!important;}
.color-tint, .post .color-tint {color: var(--color-primary-tint)!important;}
.color-shade, .post .color-shade {color: var(--color-primary-shade)!important;}
.color-secondary, .post .color-secondary {color: var(--color-secondary)!important;}
.color-white, .post .color-white {color: #FFF!important;}
.color-black, .post .color-black {color: #333!important;}
.color-pink, .post .color-pink {color: var(--color-pink)!important;}
/* ===== background / u-bg-○○ ===== */
.bg-body, .post .bg-body {background: var(--color-background);}
.bg-primary, .post .bg-primary {background-color: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.bg-transparent, .post .bg-transparent {background: transparent;}
.bg-white, .post .bg-white {background-color: #fff;}
.bg-gray, .post .bg-gray {background-color: var(--color-bg-gray);}
.bg-pink, .post .bg-pink {background-color: var(--color-bg-pink);}
.bg-green, .post .bg-green {background-color: var(--color-bg-green);}
.bg-green, .post .bg-green {background-color: var(--color-bg-green);}
.bg-pink-white, .post .bg-pink-white {background: linear-gradient(var(--color-bg-pink), #FFF);}
.bg-grid, .post .bg-grid {
    position: relative;
}
.bg-grid::before, .post .bg-grid::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://sangyokango.com/wp-content/uploads/bg_grid_texture.png);
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    opacity: .1;
    top: 0;
    left: 0;
}
/* ===== display / u-d-○○ ===== */
.d-block, .post .d-block {display: block;}
.d-inline, .post .d-inline {display: inline;}
.d-inline-block, .post .d-inline-block {display: inline-block;}
.d-flex, .post .d-flex {display: flex;}
.d-none, .post .d-none {display: none;}
/* ===== flexbox / u-jc-○○ / u-ai-○○ ===== */
.jc-start, .post .jc-start {justify-content: flex-start;}
.jc-center, .post .jc-center {justify-content: center;}
.jc-end, .post .jc-end {justify-content: flex-end;}
.jc-between, .post .jc-between {justify-content: space-between;}
.jc-around, .post .jc-around {justify-content: space-around;}
.jc-evenly, .post .jc-evenly {justify-content: space-evenly;}
.ai-start, .post .ai-start {align-items: flex-start;}
.ai-center, .post .ai-center {align-items: center;}
.ai-end, .post .ai-end {align-items: flex-end;}
/* ===== border / u-bd-○○ ===== */
.bd, .post .bd {border: 1px solid var(--color-table-border);}
.bd-none, .post .bd-none {border: none;}
.bd-top, .post .bd-top {border-top: 1px solid var(--color-table-border);}
.bd-bottom, .post .bd-bottom {border-bottom: 1px solid var(--color-table-border);}
.outline, .post .outline {outline: 1px solid var(--color-table-border);}
/* -- borderルール追加 -- */
.bd-color-primary, .post .bd-color-primary {border-color: var(--color-primary);}
.bd-color-tint, .post .bd-color-tint {border-color: var(--color-primary-tint);}
.bd-color-shade, .post .bd-color-shade {border-color: var(--color-primary-shade);}
.bd-color-pink, .post .bd-color-pink {border-color: var(--color-bd-pink);}
.bd-width-1, .post .bd-width-1 {border-width: 1px;}
.bd-width-2, .post .bd-width-2 {border-width: 2px;}
.bd-width-3, .post .bd-width-3 {border-width: 3px;}
/* ===== radius / u-radius-○○ ===== */
.radius, .post .radius {border-radius: 10px;}
.radius-sm, .post .radius-sm {border-radius: 8px;}
.radius-lg, .post .radius-lg {border-radius: 20px;}
.radius-strong, .post .radius-strong {border-radius: var(--clamp-60);}
/* ===== overflow / u-of-○○ ===== */
.of-visible, .post .of-visible {overflow: visible;}
.of-hidden, .post .of-hidden {overflow: hidden;}
.of-scroll, .post .of-scroll {overflow: scroll;}
.of-auto, .post .of-auto {overflow: auto;}
.of-scroll-x, .post .of-scroll-x {overflow-x: scroll;} 
/* ===== box-shadow / u-shadow-○○ ===== */
.shadow, .post .shadow {box-shadow: 0 6px 20px #5555550D;}
.shadow-sm, .post .shadow-sm {box-shadow: 0 3px 20px #0000000D;}
/* ===== position / u-pos-○○ ===== */
.pos-static, .post .pos-static {position: static;}
.pos-relative, .post .pos-relative {position: relative;}
.pos-absolute, .post .pos-absolute {position: absolute;}
.pos-fixed, .post .pos-fixed {position: fixed;}
.pos-sticky, .post .pos-sticky {position: sticky;}
/* ===== background-image pattern / u-bg-cover / u-bg-contain ===== */
.bg-cover, .post .bg-cover {background-position: center;background-size: cover;background-repeat: no-repeat;}
.bg-contain, .post .bg-contain {background-position: center;background-size: contain;background-repeat: no-repeat;}
/* ===== 疑似要素で画像を入れる場合 / u-bg-img ===== */
.bg-img::before, .post .bg-img::before,
.bg-img::after, .post .bg-img::after {content: "";position: absolute;width: 100%;height: 100%;}
/* ===== image / u-img-fluid ===== */
.img-fluid img, .post .img-fluid img {width: 100%;height: auto;display: block;}
.img-stretch img, .post .img-stretch img {height: 100%;object-fit: cover;object-position: center;}
.img-fit_2-1 img, .post .img-fit_2-1 img {aspect-ratio: 2/1;object-fit: cover;}
@media screen and (max-width: 768px) {
    .img-fit_2-1-sp img, .post .img-fit_2-1-sp img {aspect-ratio: 2/1;object-fit: cover;object-position: top;}   
}
/* ===== margin / u-mt-○○ / u-mx-○○ ===== */
.mt1 {margin-top: 1rem !important;}
.mt2 {margin-top: 2rem !important;}
.mt3 {margin-top: 3rem !important;}
.mt4 {margin-top: 4rem !important;}
.mt5 {margin-top: 5rem !important;}
.mt6 {margin-top: 6rem !important;}
.mt7 {margin-top: 7rem !important;}
.mt8 {margin-top: 8rem !important;}
.mt9 {margin-top: 9rem !important;}
.mt10 {margin-top: 10rem !important;}
.mt15 {margin-top: 15rem !important;}
.mt16 {margin-top: 16rem !important;}
.mb1 {margin-bottom: 1rem !important;}
.mb2 {margin-bottom: 2rem !important;}
.mb3 {margin-bottom: 3rem !important;}
.mb4 {margin-bottom: 4rem !important;}
.mb5 {margin-bottom: 5rem !important;}
.mb6 {margin-bottom: 6rem !important;}
.mb7 {margin-bottom: 7rem !important;}
.mb8 {margin-bottom: 8rem !important;}
.mb9 {margin-bottom: 9rem !important;}
.mb10 {margin-bottom: 10rem !important;}
.mb15 {margin-bottom: 15rem !important;}
.mb16 {margin-bottom: 16rem !important;}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 769px) {
    .mt1-pc {margin-top: 1rem !important;}
    .mt2-pc {margin-top: 2rem !important;}
    .mt3-pc {margin-top: 3rem !important;}
    .mt4-pc {margin-top: 4rem !important;}
    .mt5-pc {margin-top: 5rem !important;}
    .mt6-pc {margin-top: 6rem !important;}
    .mt7-pc {margin-top: 7rem !important;}
    .mt8-pc {margin-top: 8rem !important;}
    .mt9-pc {margin-top: 9rem !important;}
    .mt10-pc {margin-top: 10rem !important;}
    .mt15-pc {margin-top: 15rem !important;}
    .mt16-pc {margin-top: 16rem !important;}
    .mb1-pc {margin-bottom: 1rem !important;}
    .mb2-pc {margin-bottom: 2rem !important;}
    .mb3-pc {margin-bottom: 3rem !important;}
    .mb4-pc {margin-bottom: 4rem !important;}
    .mb5-pc {margin-bottom: 5rem !important;}
    .mb6-pc {margin-bottom: 6rem !important;}
    .mb7-pc {margin-bottom: 7rem !important;}
    .mb8-pc {margin-bottom: 8rem !important;}
    .mb9-pc {margin-bottom: 9rem !important;}
    .mb10-pc {margin-bottom: 10rem !important;}
    .mb15-pc {margin-bottom: 15rem !important;}
    .mb16-pc {margin-bottom: 16rem !important;}
    .ml-auto-pc {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .mr-auto-pc {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
@media screen and (max-width: 768px) {
    .mt1 {margin-top:calc(1rem / 2) !important;}
    .mt2 {margin-top:calc(2rem / 2) !important;}
    .mt3 {margin-top:calc(3rem / 2) !important;}
    .mt4 {margin-top:calc(4rem / 2) !important;}
    .mt5 {margin-top:calc(5rem / 2) !important;}
    .mt6 {margin-top:calc(6rem / 2) !important;}
    .mt7 {margin-top:calc(7rem / 2) !important;}
    .mt8 {margin-top:calc(8rem / 2) !important;}
    .mt9 {margin-top:calc(9rem / 2) !important;}
    .mt10 {margin-top:calc(10rem / 2) !important;}
    .mt15 {margin-top:calc(15rem / 2) !important;}
    .mt16 {margin-top:calc(16rem / 2) !important;}
    .mb1 {margin-bottom:calc(1rem / 2) !important;}
    .mb2 {margin-bottom:calc(2rem / 2) !important;}
    .mb3 {margin-bottom:calc(3rem / 2) !important;}
    .mb4 {margin-bottom:calc(4rem / 2) !important;}
    .mb5 {margin-bottom:calc(5rem / 2) !important;}
    .mb6 {margin-bottom:calc(6rem / 2) !important;}
    .mb7 {margin-bottom:calc(7rem / 2) !important;}
    .mb8 {margin-bottom:calc(8rem / 2) !important;}
    .mb9 {margin-bottom:calc(9rem / 2) !important;}
    .mb10 {margin-bottom:calc(10rem / 2) !important;}
    .mb15 {margin-bottom:calc(15rem / 2) !important;}
    .mb16 {margin-bottom:calc(16rem / 2) !important;}  
    .mt1-sp {margin-top:calc(1rem / 2) !important;}
    .mt2-sp {margin-top:calc(2rem / 2) !important;}
    .mt3-sp {margin-top:calc(3rem / 2) !important;}
    .mt4-sp {margin-top:calc(4rem / 2) !important;}
    .mt5-sp {margin-top:calc(5rem / 2) !important;}
    .mt6-sp {margin-top:calc(6rem / 2) !important;}
    .mt7-sp {margin-top:calc(7rem / 2) !important;}
    .mt8-sp {margin-top:calc(8rem / 2) !important;}
    .mt9-sp {margin-top:calc(9rem / 2) !important;}
    .mt10-sp {margin-top:calc(10rem / 2) !important;}
    .mt15-sp {margin-top:calc(15rem / 2) !important;}
    .mt16-sp {margin-top:calc(16rem / 2) !important;}
    .mb1-sp {margin-bottom:calc(1rem / 2) !important;}
    .mb2-sp {margin-bottom:calc(2rem / 2) !important;}
    .mb3-sp {margin-bottom:calc(3rem / 2) !important;}
    .mb4-sp {margin-bottom:calc(4rem / 2) !important;}
    .mb5-sp {margin-bottom:calc(5rem / 2) !important;}
    .mb6-sp {margin-bottom:calc(6rem / 2) !important;}
    .mb7-sp {margin-bottom:calc(7rem / 2) !important;}
    .mb8-sp {margin-bottom:calc(8rem / 2) !important;}
    .mb9-sp {margin-bottom:calc(9rem / 2) !important;}
    .mb10-sp {margin-bottom:calc(10rem / 2) !important;}
    .mb15-sp {margin-bottom:calc(15rem / 2) !important;}
    .mb16-sp {margin-bottom:calc(16rem / 2) !important;}  
    .ml-auto-sp {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .mr-auto-sp {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
/* ===== padding / u-pt-○○ / u-px-○○ ===== */
.pt1 {padding-top: 1rem !important;}
.pt2 {padding-top: 2rem !important;}
.pt3 {padding-top: 3rem !important;}
.pt4 {padding-top: 4rem !important;}
.pt5 {padding-top: 5rem !important;}
.pt6 {padding-top: 6rem !important;}
.pt7 {padding-top: 7rem !important;}
.pt8 {padding-top: 8rem !important;}
.pt9 {padding-top: 9rem !important;}
.pt10 {padding-top: 10rem !important;}
.pt15 {padding-top: 15rem !important;}
.pt16 {padding-top: 16rem !important;}
.pb1 {padding-bottom: 1rem !important;}
.pb2 {padding-bottom: 2rem !important;}
.pb3 {padding-bottom: 3rem !important;}
.pb4 {padding-bottom: 4rem !important;}
.pb5 {padding-bottom: 5rem !important;}
.pb6 {padding-bottom: 6rem !important;}
.pb7 {padding-bottom: 7rem !important;}
.pb8 {padding-bottom: 8rem !important;}
.pb9 {padding-bottom: 9rem !important;}
.pb10 {padding-bottom: 10rem !important;}
.pb15 {padding-bottom: 15rem !important;}
.pb16 {padding-bottom: 16rem !important;}
@media screen and (min-width: 769px) {
    .pt1-pc {padding-top: 1rem !important;}
    .pt2-pc {padding-top: 2rem !important;}
    .pt3-pc {padding-top: 3rem !important;}
    .pt4-pc {padding-top: 4rem !important;}
    .pt5-pc {padding-top: 5rem !important;}
    .pt6-pc {padding-top: 6rem !important;}
    .pt7-pc {padding-top: 7rem !important;}
    .pt8-pc {padding-top: 8rem !important;}
    .pt9-pc {padding-top: 9rem !important;}
    .pt10-pc {padding-top: 10rem !important;}
    .pt15-pc {padding-top: 15rem !important;}
    .pt16-pc {padding-top: 16rem !important;}
    .pb1-pc {padding-bottom: 1rem !important;}
    .pb2-pc {padding-bottom: 2rem !important;}
    .pb3-pc {padding-bottom: 3rem !important;}
    .pb4-pc {padding-bottom: 4rem !important;}
    .pb5-pc {padding-bottom: 5rem !important;}
    .pb6-pc {padding-bottom: 6rem !important;}
    .pb7-pc {padding-bottom: 7rem !important;}
    .pb8-pc {padding-bottom: 8rem !important;}
    .pb9-pc {padding-bottom: 9rem !important;}
    .pb10-pc {padding-bottom: 10rem !important;}
    .pb15-pc {padding-bottom: 15rem !important;}
    .pb16-pc {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .pt1 {padding-top:calc(1rem / 2) !important;}
    .pt2 {padding-top:calc(2rem / 2) !important;}
    .pt3 {padding-top:calc(3rem / 2) !important;}
    .pt4 {padding-top:calc(4rem / 2) !important;}
    .pt5 {padding-top:calc(5rem / 2) !important;}
    .pt6 {padding-top:calc(6rem / 2) !important;}
    .pt7 {padding-top:calc(7rem / 2) !important;}
    .pt8 {padding-top:calc(8rem / 2) !important;}
    .pt9 {padding-top:calc(9rem / 2) !important;}
    .pt10 {padding-top:calc(10rem / 2) !important;}
    .pt15 {padding-top:calc(15rem / 2) !important;}
    .pt16 {padding-top:calc(16rem / 2) !important;}
    .pb1 {padding-bottom:calc(1rem / 2) !important;}
    .pb2 {padding-bottom:calc(2rem / 2) !important;}
    .pb3 {padding-bottom:calc(3rem / 2) !important;}
    .pb4 {padding-bottom:calc(4rem / 2) !important;}
    .pb5 {padding-bottom:calc(5rem / 2) !important;}
    .pb6 {padding-bottom:calc(6rem / 2) !important;}
    .pb7 {padding-bottom:calc(7rem / 2) !important;}
    .pb8 {padding-bottom:calc(8rem / 2) !important;}
    .pb9 {padding-bottom:calc(9rem / 2) !important;}
    .pb10 {padding-bottom:calc(10rem / 2) !important;}
    .pb15 {padding-bottom:calc(15rem / 2) !important;}
    .pb16 {padding-bottom:calc(16rem / 2) !important;}  
    .pt1-sp {padding-top:calc(1rem / 2) !important;}
    .pt2-sp {padding-top:calc(2rem / 2) !important;}
    .pt3-sp {padding-top:calc(3rem / 2) !important;}
    .pt4-sp {padding-top:calc(4rem / 2) !important;}
    .pt5-sp {padding-top:calc(5rem / 2) !important;}
    .pt6-sp {padding-top:calc(6rem / 2) !important;}
    .pt7-sp {padding-top:calc(7rem / 2) !important;}
    .pt8-sp {padding-top:calc(8rem / 2) !important;}
    .pt9-sp {padding-top:calc(9rem / 2) !important;}
    .pt10-sp {padding-top:calc(10rem / 2) !important;}
    .pt15-sp {padding-top:calc(15rem / 2) !important;}
    .pt16-sp {padding-top:calc(16rem / 2) !important;}
    .pb1-sp {padding-bottom:calc(1rem / 2) !important;}
    .pb2-sp {padding-bottom:calc(2rem / 2) !important;}
    .pb3-sp {padding-bottom:calc(3rem / 2) !important;}
    .pb4-sp {padding-bottom:calc(4rem / 2) !important;}
    .pb5-sp {padding-bottom:calc(5rem / 2) !important;}
    .pb6-sp {padding-bottom:calc(6rem / 2) !important;}
    .pb7-sp {padding-bottom:calc(7rem / 2) !important;}
    .pb8-sp {padding-bottom:calc(8rem / 2) !important;}
    .pb9-sp {padding-bottom:calc(9rem / 2) !important;}
    .pb10-sp {padding-bottom:calc(10rem / 2) !important;}
    .pb15-sp {padding-bottom:calc(15rem / 2) !important;}
    .pb16-sp {padding-bottom:calc(16rem / 2) !important;}  
}
/* == == == == == == == == == == == == == == == == == == 
* レイアウト調整
* == == == == == == == == == == == == == == == == == == */
/* ===== #header ===== */
@media screen and (min-width: 1024px) {
    #header, .sticky-header #header-layout {
        height: 100px;
    }
    #header-layout {
		padding-right: 3%;
		flex-direction: row-reverse;
		position: relative;
    }
	#header .logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		display: block;
		height: clamp(120px, 13.6vw, 240px); 
		padding: 0;
		background: #FFF;
		border-radius: 0 0 20px 0;
	}
	#header .logo img {
		max-width: clamp(120px, 13.6vw, 260px);
		min-width: 160px;
		max-height: 200px;
		height: auto;
		width: 100%;
		padding: 0 var(--px40);
	}
	#header .header__nav-contact {
		gap: var(--px30);
	}
    nav#mainNav ul li a {
        background: transparent!important;
		padding: var(--px30);
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        letter-spacing: .05em;
		position: relative;
		padding-bottom: 5px;
    }
	nav#mainNav ul li a b {
        color: var(--header-color-font) !important;
		font-size: var(--font-size18);
        font-family: var(--font-family01);
        font-weight: bold;
	}
	nav#mainNav ul li a span {
        color: var(--header-color-primary) !important;
        font-size: var(--font-size12);
        font-family: var(--font-family02);
        font-weight: bold;
		position: relative;
	}
	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(--color-pink) !important;
	}
	nav#mainNav ul li a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--color-pink) !important;
	}
	#header ul.header__contact {
		gap: var(--px30);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        background: var(--color-pink);
        font-size: var(--font-size18);
        font-family: var(--font-family01);
        font-weight: bold;
        letter-spacing: .05em;
        width: 13.34em;
		height: 60px;
		border-radius: 5px;
		flex-direction: row;
		gap: .5em;
    }
	#header a.head_btn.mail_btn::before {
		font-size: 1em;
	}
	#header a.head_btn.mail_btn {
		outline: 1px solid var(--color-pink);
	}
	#header a.head_btn.mail_btn:hover {
		background: #FFF;
		color: var(--color-pink);
	}
	#header a.head_btn.tel_btn {
		color: var(--header-color-primary);
		background: transparent;
		width: fit-content;
		height: auto;
		flex-direction: column;
		align-items: end;
		gap: 0;
		padding: 0;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn .num {
		font-size: var(--font-size30);
		font-family: var(--font-family02);
		letter-spacing: 0;
		display: flex;
		align-items: center;
		gap: .2em;
		line-height: 1.2;
	}
	#header a.head_btn.tel_btn .num::before {
		content: '\f095';
		font-family: 'FontAwesome';
		font-size: .8em;
	}
	#header a.head_btn.tel_btn .note {
		font-weight: bold;
	}	
	#header a.head_btn.tel_btn:hover {
		color: var(--color-pink);
	}
	.sticky-header #header > .inner {
		background: var(--color-background);
	}
	.sticky-header #header .logo {
		position: relative;
		height: 100%;
		background: transparent;
		padding: 10px 0;
	}
	.sticky-header #header .logo img {
		height: 100%;
	}
	.sticky-header #header-layout {
		flex-direction: row;
	}
}
@media screen and (max-width: 1023px) {
}
/* ==== #footer ==== */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
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;
}
/* == img-object ==== */
.img-object {
    position: absolute;
}
.img-object.img-01 {
    width: 14%;
    right: 2%;
    bottom: 4px;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}   
