@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;300;400;500;700;900&display=swap');
:root {
    /* ======== ▼固定変数▼ ======== */
    /* ==== フォントサイズ設定 ==== */    
    --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(20px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.875vw, 36px);
    --font-size38: clamp(18px, 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(28px, 3.1vw, 58px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    /* ==== 間隔[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: #354416;
    --color-font: #FFF;
    --color-primary: #354416;
    --color-primary-shade: #363D30;
    --color-primary-tint: #3C7709;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DCDDDD;
    /* -ヘッダー-｜[カラー] */
    --header-background: #354416;
    --header-color-font: #FFF;
    --header-color-primary: #354416;
    --header-color-primary-shade: #363D30;
    --header-color-primary-tint: #3C7709;
    /* -フッター-｜[カラー] */
    --footer-background: #354416;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /* ==== ルール付け ==== */
    --body-font-size: var(--font-size16);
    --body-line-height: 1.67;
    --body-letter-spacing: .03em;
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1520px;
    --content-width: 94%;
    /* ======== ▼フォント設定▼ ======== */
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Oswald", "Noto Sans JP", sans-serif;
    /* ==== h1~h6 ==== */
    --font-size-h1: var(--font-size36);
    --font-size-h2: var(--font-size32);
    --font-size-h3: var(--font-size26);
    --font-size-h4: var(--font-size22);
    --font-size-h5: var(--font-size20);
    /* ======== ▼gap設定[flexbox/card]▼ ======== */
    --gap-flex-column-02: var(--clamp-20);
    --gap-card-column-02: var(--clamp-20);
    --gap-card-column-03: var(--clamp-40);
    --gap-card-column-04: var(--clamp-20);
    --gap-card-column-05: var(--clamp-20);
    --gap-card-column-06: var(--clamp-20);    
}
a, a:hover {
	color: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
* 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; 
}
.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;
}
.max_w1100 {max-width: 1100px;}
.max_w830 {max-width: 830px;}
.max_w800 {max-width: 800px;}
@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;}
@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: 100%;
		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;
    }
}

/* 追記 */
.card:has(.card__textArea) .img-fluid {
	background: #FFF;
}
.card__textArea {
    background-image: url(/wp-content/uploads/card_bg02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.card__textArea--col-3 {
    background-image: url(/wp-content/uploads/card_bg01.jpg);
}
.card__textArea::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #FFF;
    opacity: .93;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.card__textArea .content_inner {
    max-width: 460px;
    width: 90%;
    min-height: 320px;
    padding-top: 35px;
    padding-bottom: 70px;
}
.card__textArea--col-3 .content_inner {
    max-width: 390px;
}
.card__textArea h3 {
    color: #326C01;
}
.card__btn {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: var(--font-size16);
    font-weight: 500;
    color: #333;
    text-decoration: underline;
	transition: opacity .3s ease;
}
a:hover .card__btn {
	text-decoration: unset;
	opacity: .6;
	
}
@media print, screen and (max-width: 768px) {
	.card__textArea .content_inner {
		min-height: 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: 500;}
.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-primary-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/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: #BA2400;
    padding: 1em 2em;
    margin: 0;
    border-radius: 0;
    transition: all .3s ease;
    outline: 1px solid transparent;
}
.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: #BA2400;
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
	outline: 1px solid;
}
.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: .61;
    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-size18);
    font-weight: 500;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    font-weight: 500;
    font-size: var(--font-size18);
    font-family: var(--font-family01);
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    display: block;
    font-weight: 500;
    background: var(--color-primary-shade);
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary-shade);
    font-weight: bold;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.postlist .date {
    white-space: nowrap;
}
.post_img img, .post2b .post2b_img {
	background: #FFF;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
    max-height: unset;
    aspect-ratio: 16/9;
}
.post_link, .post2b_link, .post4b_link {
	color: #FFF;
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: #FFF;
}
.post2b img {
    max-width: 100%;
}


@media print, screen and (min-width: 800px) {
	.post2b li {
		width: 49%;
	}
}
@media print, screen and (max-width: 799px) {
	.post2b, .post4b {
		gap: 20px;
	}
	.post2b .post2b_img {
		width: 100%;
	}
	.post2b_text70 {
		float: unset;
	}
}
@media print, screen and (max-width: 640px) {
	#content .post2b_img {
		max-width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.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: 550px;
	margin: 0 auto;
	font-weight: bold;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: #BA2400;
}
.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-ttl-01 ==== */
.c-ttl-01, .post .c-ttl-01 {
    font-size: var(--font-size32);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
    text-align: left;
    display: inline-block;
    padding-right: 5.8em;
}
.c-ttl-01 .jp, .post .c-ttl-01 .jp {
    display: block;
}
.c-ttl-01 .en, .post .c-ttl-01 .en {
    display: block;
    font-size: 2.8125em;
    font-family: var(--font-family02);
    position: relative;
}
.c-ttl-01::after, .post .c-ttl-01::after {
    --size: min(5em, 158px);
    content: '';
    position: absolute;
    width: var(--size);
    height: var(--size);
    background-image: url(/wp-content/uploads/icon_ttl-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 1.2em;
    transform: translateY(-50%);
    background-color: transparent;
}
.c-ttl-01--noicon, .post .c-ttl-01--noicon {
    padding: 0;
}

.c-ttl-01--noicon::after, .post .c-ttl-01--noicon::after {
    display: none;
}
@media print, screen and (max-width: 768px) {
	.c-ttl-01 .en, .post .c-ttl-01 .en {
		font-size: 1.7em;
	}
}

/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--font-size38);
    gap: .3em;
}
.c-ttl-02 .icon, .post .c-ttl-02 .icon {
    width: 1.4em;
}
/* ==== c-ttl-03 ==== */
.c-ttl-03, .post .c-ttl-03 {
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
}
.c-ttl-03::before, .post .c-ttl-03::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 4.5em;
    background: transparent;
    left: 50%;
    top: unset;
    bottom: 0;
    transform: translateX(-50%);
    background: url(/wp-content/uploads/ttl-border.png) center / contain repeat;
}
/* ==== c-text-bg ==== */
.c-text-bg, .post .c-text-bg {
    background: var(--color-primary-shade);
    padding: .2em .5em;
    display: inline-block;
    margin-bottom: .3em;
}
/* ==== c-text-bubble ==== */
.c-text-bubble, .post .c-text-bubble {
    position: relative;
    padding: 0 .5em;
    display: inline-block;
}
.c-text-bubble::before, .post .c-text-bubble::before, .c-text-bubble::after, .post .c-text-bubble::after {
    content: '';
    position: absolute;
    border-left: 2px solid;
    border-top: 1em solid;
    bottom: 0;
}
.c-text-bubble::before, .post .c-text-bubble::before {
    left: 0;
    transform: rotate(-15deg);
}
.c-text-bubble::after, .post .c-text-bubble::after {
    right: 0;
    transform: rotate(15deg);
}
/* ====  ==== */
/* ====  ==== */
/* ====  ==== */
/* ====  ==== */
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    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-01 ==== */
.c-btn-01, .post .c-btn-01, a.c-btn-01 {
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    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: #000;
    background: #FFF;
    width: 90%;
    max-width: 340px;
	height: 4em;
    padding: .2em 2em;
}
.c-btn-01:hover, .post .c-btn-01:hover, a.c-btn-01:hover {
    color: #FFF;
    background: #000;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn-01::after, .post .c-btn-01::after, a.c-btn-01::after {
    content: '';
    position: absolute;
    border-left: 8px solid;
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.c-btn-01--green, .post .c-btn-01--green, a.c-btn-01--green {
    background: #3C7709;
    color: #FFF;
}
@media print, screen and (max-width: 768px) {
}

@media print, screen and (max-width: 499px) {
}

/* ==== c-sns_btn ==== */
.c-sns_btn__content, .post .c-sns_btn__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--px20) var(--px14);
    margin-top: min(3%, 30px);
    margin-bottom: min(4%, 40px);
	position: relative;
	z-index: 10;
}
.c-sns_btn, .post .c-sns_btn, a.c-sns_btn {
    transition: .5s ease;
    display: flex;
    position: relative;
    font-size:var(--font-size-22);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center;
    color: #000;
    background: #FFF;
    width: calc((100% - (var(--px14) * 1)) / 2);
    height: 4.55em;
    padding: 1em;
    border-radius: 0;
    outline: 1px solid var(--color-primary);
    justify-content: center;
    align-items: center;
	gap: .5em;
}
.c-sns_btn:hover, .post .c-sns_btn:hover, a.c-sns_btn:hover {
/*     color: #FFF;
    background: var(--color-primary);
    box-shadow: 0 6px 20px #0000001A; */
	opacity: .6;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-sns_btn::after, .post .c-sns_btn::after, a.c-sns_btn::after {
    content: '\f138';
    font-family: 'FontAwesome';
}
/* .c-sns_btn:hover::after, .post .c-sns_btn:hover::after, a.c-sns_btn:hover::after {
    transform: translateX(3px);
} */
a.c-sns_btn.line_btn {
    width: 100%;
}
.line_btn {
	color: #FFF!important;
	background: #03C300!important;
}
.yoor_btn {color: #26C0D1!important;}
.line_btn .icon {width: 2.5em;}
.yoor_btn .icon {width: 6em;}
.dmm_btn .icon {width: 3.3em;}
@media print, screen and (min-width: 769px) {
	.c-sns_btn, .post .c-sns_btn, a.c-sns_btn {
		font-size: min(1.146vw, 22px);
	}
}
@media print, screen and (max-width: 768px) {
	.c-sns_btn__content, .post .c-sns_btn__content {
		max-width: 100%;
		width: 100%;
	}
	.c-sns_btn, .post .c-sns_btn, a.c-sns_btn {
		width: 100%;
	}
}	
/* ==== .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, 
table.c-table td, .post table.c-table td {
	padding: .5em;
}
table.c-table th, .post table.c-table th {
	border-bottom: 1px solid #949601;
} 
table.c-table td, .post table.c-table td {
	border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (max-width: 768px) {
	table.c-table th, .post table.c-table th {
		background: #363D30;
	}
	table.c-table th, .post table.c-table th, 
	table.c-table td, .post table.c-table td {
		border-color: #FFF;
		padding: 1em;
	}
}
/* ==== c-list-dot ==== */
.c-list-dot, .post .c-list-dot {
    display: flex;
    font-size: var(--font-size16);
    font-weight: 500;
    line-height: var(--body-line-height);
    flex-direction: column;
}
.c-list-dot li, .post .c-list-dot li {
    padding-left: 1.25em;
    position: relative;
}
.c-list-dot li::before, .post .c-list-dot li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0em;
}
/* ==== c-list-achieve ==== */
.c-list-achieve, .post .c-list-achieve {
    display: flex;
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: var(--body-line-height);
    flex-direction: column;
    gap: .8em;
}
.c-list-achieve li, .post .c-list-achieve li {
    padding-left: 1.25em;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 1.67em;
}
.c-list-achieve li::before, .post .c-list-achieve li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0em;
}
.c-list-achieve .year, .post .c-list-achieve .year {
    white-space: nowrap;
}
@media print, screen and (max-width: 768px) { 
	.c-list-achieve li, .post .c-list-achieve li {
		flex-direction: column;
		gap: 0;
	}
}

/* ==== c-list-check ==== */
.c-list-check, .post .c-list-check {
    display: flex;
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: var(--body-line-height);
    flex-direction: column;
    gap: 1em;
    max-width: 420px;
    margin: 0 auto;
}
.c-list-check li, .post .c-list-check li {
    padding-left: 1.4em;
    position: relative;
}
.c-list-check li::before, .post .c-list-check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .5em;
    background: url(/wp-content/uploads/icon_check.png) center / cover no-repeat;
    width: 1em;
    height: 1em;
}
@media print, screen and (max-width: 768px) { 
}
/* ==== .c-video ==== */
.c-video {
  width: 100%;
  aspect-ratio: 16 / 9;   /* ここで比率だけ指定 */
}

.c-video > iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/* ==== .c-object ==== */
.c-object {
    position: absolute;
}

.c-object.obj-01 {
    width: 12%;
    left: 35%;
    top: 0;
}
.c-object.obj-02 {
    width: 12%;
    right: 1%;
    top: 22%;
}
.c-object.obj-03 {
    width: 23%;
    left: 27%;
    top: 44%;
}
.c-object.obj-04 {
    width: 35%;
    right: 0%;
    top: 57%;
}
.c-object.obj-05 {
    width: 35%;
    left: 7%;
    bottom: 10%;
}
.c-object.obj-06 {
    width: 46%;
    top: -24%;
    right: 0;
}
.c-object.obj-07 {
    width: 37%;
    top: -9%;
    right: 0;
}
@media print, screen and (max-width: 768px) { 
    .c-object.obj-01 {
        width: 30%;
    }
    .c-object.obj-02 {
        width: 30%;
        top: 18%;
    }
    .c-object.obj-03 {
        width: 50%;
        left: 50%;
    }
    .c-object.obj-04 {
        width: 49%;
    }
    .c-object.obj-05 {
        bottom: 26%;
        width: 60%;
    }
    .c-object.obj-06 {
        top: -3%;
        width: 60%;
    }
    .c-object.obj-07 {
        top: -2%;
        right: -6%;
    }
}

/* ==== qa_list / アコーディオン ====  */
.qa_list {
	cursor: pointer;
}
.qa_list dt, .qa_list dd {
	position: relative;
}
.qa_list dt {
	display: block;
	background: #FFF;
	padding: 2.5rem 10rem;
	margin-top: 1rem;
}
.qa_list dt.active {
    padding-bottom: 1.5rem;
	border-bottom: 0;
}
.qa_list dd {
	display: none;
	border: 1px solid #FFF;
	background: #FFFFFF33;
	border-top: 0px;
	padding: 2.5rem 3.5rem;
	margin-bottom: 2rem;
}
.qa_list .q_desc, .qa_list .a_desc {
    display: block;
    position: relative;
    color: #FFF;
}
.qa_list .q_desc {
	font-size: var(--font-size18);
	font-weight: bold;
	color: #333;
}
.qa_list .a_desc {
    line-height: 1.8;
    width: 100%;
	font-size: 14px;
}
.qa_list .q_icon, .qa_list .a_icon {
	position: absolute;
	top: 50%;
	left: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: var(--font-size28);
	font-family: var(--font-family01);
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: #1C3903;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.15em;
	height: 2.15em;
}

.qa_list dt:after {
	content: '＋';
	position: absolute;
	top: 50%;
	right: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 900;
	font-family: var(--font-family01);
	font-size: var(--font-size28);
	color: #3C7709;
}
.qa_list .active:after {
    content: 'ー';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {	
	.qa_list dt {
		padding: 1.5rem 5rem;
	}
	.qa_list dd {
		padding: 1.5rem 2rem;
	}
	.qa_list .q_icon, .qa_list .a_icon {
		font-size: var(--font-size18);
		left: 1rem;
	}
	.qa_list dt::after {
		right: 1rem;
	}
}
/* ==== c-floating-banner ==== */
.c-floating-banner {
    position: fixed;
    right: 20px; 
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
	width: 60px;
	transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
	.c-floating-banner {
		right: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== p-mv ==== */
.p-mv__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.p-mv__content {
    width: var(--content-width);
    max-width: 1680px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.p-mv .sc_geneleted_list {
    border: 1px solid;
    width: 50%;
	max-width: 590px;
    background: #00000066;
}
.p-mv .postlist {
    max-width: 530px;
    width: var(--content-width);
    margin: 0 auto!important;
}
.p-mv .postlist .time {
    background: transparent;
    padding: 0;
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: 400;
}
.p-mv .postlist .post_text {
    padding: 1.5em 0;
}
.p-mv .postlist .date {
    white-space: nowrap;
}
.p-mv .postlist li {
    border-bottom: 0;
}
.p-mv__btnContent {
	width: 50%;
}
@media print, screen and (min-width: 769px) {	
	.p-mv .postlist .post_text, 
	.p-mv .postlist .date, 
	.p-mv .postlist .ttls a {
		font-size: min(.9375vw, 18px);
	}
	.p-mv .postlist .time {
		font-size: min(1.042vw, 20px);
	}
}
@media print, screen and (max-width: 768px) {
	.p-mv__wrapper {
		position: relative;
	}
	.p-mv__content {
		align-items: center;
		justify-content: normal;
	}
	.p-mv .sc_geneleted_list {
		max-width: 100%;
		width: 100%;
	}
}	

/* ==== p-tAbout ==== */
.p-tAbout {
    padding-top: 5%;
    padding-bottom: 12%;
	background-image: url(/wp-content/uploads/top_about_bg-2.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.p-tAbout .card {
    margin-top: 32%;
	z-index: 1;
}
.p-tAbout .card__item {
    background: #000000D9;
    border-radius: 20px;
}
.p-tAbout .card__icon {
    width: min(25%, 110px);
    margin: 0 auto;
}
.p-tAbout .c-video {
    max-width: 686px;
    width: 94%;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.p-tAbout {
		background-position: left;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tAbout .c-video {
		margin: 0 auto;
	}
	.p-tAbout {
		padding: 40px 0;
		background-image: url(/wp-content/uploads/top_about_bg-sp-1.jpg);
	}
}
/* ==== p-tYoutube ==== */
.p-tYoutube {
    padding-top: 2%;
    padding-bottom: 8%;
    background-image: url(/wp-content/uploads/top_youtube_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.postlist-02 .post2b h2 a {
    color: #333!important;
}
.postlist-02 .post2b li .post2b_contents {
	color: #93938E!important;
}
.post2b_link a {
	color: #C3C3C3!important; 
}
.postlist-02 .post2b_link {
	color: #C3C3C3!important; 
}
@media print, screen and (max-width: 768px) {	
	.p-tYoutube {
		padding: 40px 0;
	}
}
/* ==== p-tOnline-community ==== */
.p-tOnline-community {
    padding-top: 6%;
    padding-bottom: 5%;
    background-image: url(/wp-content/uploads/top-online-community_bg-1.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {	
	.p-tOnline-community {
		padding: 40px 0;
	}
}
/* ==== p-tBusiness ==== */
.p-tBusiness__text {
    padding-top: 6%;
    padding-bottom: 6%;
    background-image: url(/wp-content/uploads/top_business_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.p-tBusiness__text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1F3909;
    opacity: .7;
    top: 0;
    left: 0;
}

@media print, screen and (min-width: 769px) {
	.p-tBusiness__text .content_inner {
		max-width: 750px;
		margin-right: 0;
		padding-right: 20px;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tBusiness__text {
		padding: 40px 0;
	}
}
/* ==== p-tShop ==== */
.p-tShop {
    padding-top: 4%;
    padding-bottom: 4%;
    background-image: url(/wp-content/uploads/top_shop_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {	
	.p-tShop {
		padding: 40px 0;
		background-image: url(/wp-content/uploads/top_shop_bg-sp.jpg);
	}
}
/* ==== p-tNews ==== */
.p-tNews {
    padding-top: 6%;
    padding-bottom: 6%;
    background-image: url(/wp-content/uploads/top_news_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {	
	.p-tNews .sc_geneleted_list {
		max-width: 98%;
		margin: 0 auto;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tNews {
		padding: 40px 0;
	}
}
/* ==== p-online-salons ==== */
.p-online-salons {
    background-image: url(/wp-content/uploads/online-salons_bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .p-online-salons .content .flexbox {
    background: #FFF;
} */
.p-online-salons__textArea {
	position: relative;
	background: #FFF;
}
.p-online-salons__textArea .content_inner {
    padding-top: min(5%, 40px);
    padding-bottom: calc(var(--font-size58) * 2);
    position: unset;
	width: 94%;
}
.p-online-salons__textArea .price {
    color: #326C01;
    font-size: var(--font-size22);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 1em;
	margin-bottom: 1em;
}
.p-online-salons__textArea .price .num {
    font-size: var(--font-size58);
	display: inline-block;
	padding: 0 .1em;
}
@media print, screen and (max-width: 768px) {	
	.p-online-salons__textArea .price {
		position: relative;
		border: unset;
		right: unset;
		text-align: right;
	}
	.p-online-salons__textArea .content_inner {
		padding-top: 0;
		padding-bottom: 5px;
	}
}
/* ==== p-private ==== */
.p-private {
    background-image: url(/wp-content/uploads/private_bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-for-companies / p-media / p-cllabo / p-faq /  ==== */
.p-for-companies, .p-media, .p-cllabo, .p-faq {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-for-companies {
    background-image: url(/wp-content/uploads/for-companies_bg.jpg);
}
.p-media {
    background-image: url(/wp-content/uploads/media_bg.jpg);
}
.p-cllabo {
    background-image: url(/wp-content/uploads/cllabo_bg.jpg);
}
.p-faq {
    background-image: url(/wp-content/uploads/faq_bg.jpg);
}
.p-for-companies::before, .p-media::before, .p-cllabo::before, .p-faq::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.p-for-companies::before {
    opacity: .61;
    background-color: #000000;
}
.p-media::before {
   opacity: .7;
   background-color: #1F3909;
}
.p-cllabo::before {
   opacity: .8;
   background-color: #354315;
}
.p-faq::before {
   opacity: .8;
   background-color: #1C3903;
}
@media print, screen and (max-width: 768px) {	
}
/* ====  ==== */
@media print, screen and (max-width: 768px) {	
}
/* ====  ==== */
@media print, screen and (max-width: 768px) {	
}

/* == == == == == == == == == == == == == == == == == == 
* utility / u-○○
* == == == == == == == == == == == == == == == == == == */
/* ====  font-family / u-ff-○○ ===== */
.ff-01, .post .ff-01 {font-family: var(--font-family01);}
.ff-02, .post .ff-02 {font-family: var(--font-family02);}
.ff-03, .post .ff-03 {font-family: var(--font-family03);}
/* ====  font-style / u-fst-○○ ===== */
.fst-normal, .post .fst-normal {font-style: normal;}
.fst-italic, .post .fst-italic {font-style: italic;}
/* ====  font-weight / u-fw-○○ ===== */
.fw-100, .post .fw-100 {font-weight: 100}
.fw-200, .post .fw-200 {font-weight: 200}
.fw-300, .post .fw-300 {font-weight: 300}
.fw-400, .post .fw-400 {font-weight: 400}
.fw-500, .post .fw-500 {font-weight: 500}
.fw-600, .post .fw-600 {font-weight: 600}
.fw-700, .post .fw-700 {font-weight: 700}
.fw-800, .post .fw-800 {font-weight: 800}
.fw-900, .post .fw-900 {font-weight: 900}
.fw-regular, .post .fw-regular {font-weight: normal}
.fw-mid, .post .fw-mid {font-weight: 500}
.fw-bold, .post .fw-bold {font-weight: bold}
.fw-black, .post .fw-black {font-weight: 900}
/* ====  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;}
@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;}
.lh-11, .post .lh-11 {line-height: 1.1;}
.lh-12, .post .lh-12 {line-height: 1.2;}
.lh-13, .post .lh-13 {line-height: 1.3;}
.lh-14, .post .lh-14 {line-height: 1.4;}
.lh-15, .post .lh-15 {line-height: 1.5;}
.lh-16, .post .lh-16 {line-height: 1.6;}
.lh-17, .post .lh-17 {line-height: 1.7;}
.lh-18, .post .lh-18 {line-height: 1.8;}
.lh-19, .post .lh-19 {line-height: 1.9;}
.lh-20, .post .lh-20 {line-height: 2;}
.lh-25, .post .lh-25 {line-height: 2.5;}
@media print, screen and (max-width: 768px) {
	.lh-15-sp, .post .lh-15-sp {line-height: 1.5;}
}
/* ===== 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;}
/* ===== 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-green, .post .color-green {color: #326C01!important;}
/* ===== background / u-bg-○○ ===== */
.bg-white, .post .bg-white {background-color: #fff;}
.bg-gray, .post .bg-gray {background-color: #F5F5F5;}
.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;}
/* ===== 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 #C3C3C3;}
/* ===== radius / u-radius-○○ ===== */
.radius, .post .radius {border-radius: 20px;}
.radius-sm, .post .radius-sm {border-radius: 8px;}
.radius-lg, .post .radius-lg {border-radius: 20px;}
/* ===== 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 #0000000D;}
.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: 120px;
    }
    #header-layout {
		padding: 0 20px;
    }
	#header .logo img {
		max-width: 340px;
		min-width: 200px;
		max-height: 80px;
		width: 100%;
	}
	#header .header__nav-contact {
		gap: var(--px24);
	}
    nav#mainNav ul li a {
        background: transparent!important;
		padding: var(--px24);
    }
    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;
		position: relative;
		padding-bottom: 5px;
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-font);
		left: 0;
		bottom: 0;
		transition: .7s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover b::before,
	nav#mainNav ul li.current-menu-item a 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);
	}
	nav#mainNav ul li a span {
        color: var(--header-color-primary-font) !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-primary-font) !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-primary-font) !important;
	}
	#header ul.header__contact {
		gap: var(--px20);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        background: var(--header-color-primary);
        font-size: var(--font-size18);
        font-family: var(--font-family01);
        font-weight: bold;
        letter-spacing: .05em;
        width: 13.34em;
		height: 80px;
		border-radius: 0;
		flex-direction: row;
		gap: .5em;
		color: #FFF!important;
    }
	#header a.head_btn.mail_btn {
		background: #949600!important;
	}
	#header a.head_btn.salon_btn {
		background: #BA2400!important;
	}
	#header a.head_btn::before {
		font-size: 1em;
	}
	#header a.head_btn.salon_btn::before {
		content: '\f1d8'; 
	}
	#header a.head_btn:hover {
		opacity: .6;
	}
	.sticky-header #header > .inner {
		background: var(--color-background);
	}
}
@media screen and (max-width: 1023px) {
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: #FFF;
	}
	.spmenu #menu p {
		color: #FFF;
	}
	nav#mainNav ul li a {
		background: var(--header-background)!important;
		color: #FFF!important;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		background: #363D30!important;
	}
}
/* ==== #footer ==== */
#footer {
	padding-top: 40px;
	padding-bottom: 20px;
    background-image: url(/wp-content/uploads/footer_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .68;
    top: 0;
    left: 0;
    z-index: 0;
}
#footer .footer__logo {
	position: relative;
	margin-bottom: var(--clamp-40);
}
#footer .footer__logo img {
    max-width: 450px;
    max-height: 120px;
	width: 50%;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    background: #707070;
}
#copyright {
	margin-top: 10px;
	background: transparent; 
	position: relative;
}
@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;
}
/* ==== #mainImg ==== */
#mainImg {
	display: none;
}

/* ==== postlist-02 ==== */
.postlist-02 .post2b li {
    background: #FFF;
}
.postlist-02 .post2b li img {
    max-width: 100%;
}
.postlist-02 .post2b .post2b_img {
    margin-bottom: .8em;
}
.postlist-02 .post2b_text70 {
    width: 96%;
}
.postlist-02 .post .time, 
.postlist-02 .postlist .time, 
.postlist-02 .post2b .time, 
.postlist-02 .post4b .time {
    border-radius: 5px;
}
.postlist-02 .post2b h2, 
.postlist-02 .post4b h2, 
.postlist-02 h2.title, 
.postlist-02 .post_text h2, 
.postlist-02 .post h2 a, 
.postlist-02 .post2b h2 a, 
.postlist-02 .post4b h2 a, 
.postlist-02 .postlist .ttls a {
    color: #FFF;
}
.postlist-02 .post2b li .post2b_contents, 
.postlist-02 .post4b li .post4b_contents {
    color: #FFF;
    opacity: 1;
}
.postlist-02 .post_link, 
.postlist-02 .post2b_link, 
.postlist-02 .post4b_link {
    right: 2%;
}
/* ==== category-shop_books-goods ==== */
.category-shop_books-goods .post4b li {
    background: #E3E3E30B;
    -webkit-backdrop-filter: blur(50px) brightness(1.02);
    backdrop-filter: blur(50px) brightness(1.02);
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 65px;
}
.category-shop_books-goods ul img {
    aspect-ratio: 1.16/1;
    object-fit: contain;
}
.category-shop_books-goods .post4b_img {
    padding: 30px;
    border: 1px solid #FFF;
}
.category-shop_books-goods .post4b_link {
	bottom: 25px;
	right: 15px;
}
.category-shop_books-goods .post4b li .post4b_contents {
	opacity: 1;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 640px) {
	.category-shop_books-goods .post4b_img {
		padding: 30px!important;
	}
}
/* ==== single ==== */
body.single #wrapper {
    max-width: 1100px;
}
.single-post h1.title {
    font-size: var(--font-size28);
}
.pagenav a {
    color: #FFF!important;
}


p.dateLabel time {
    display: none;
}