@charset "utf-8";
/* CSS Document */

:root{
	--main-color: #86b81b;

	--wp--style--block-gap: 2em;
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
}

a{
        display: inline;
        color: #1558d6;
        text-decoration: underline;
        transition: all ease .3s;
        word-break: break-all;
}
a[href^="tel:"] {
    color: inherit;
}
a:hover {
    opacity: 0.5;
}


/*------------------------------------------------------------
	Block Editor
-------------------------------------------------------------*/
.editor-styles-wrapper {
    color: #121212;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
    background: #ffffff;
}


/* ----- font style ----- */
.fs9 { font-size: clamp(0.75rem,0.9vw,0.9rem);}
.fs10 { font-size: clamp(0.8rem,1.0vw,1.0rem);}
.fs11 { font-size: clamp(0.9rem,1.1vw,1.1rem);}
.fs12 { font-size: clamp(1.0rem,1.2vw,1.2rem);}
.fs13 { font-size: clamp(1.1rem,1.3vw,1.3rem);}
.fs14 { font-size: clamp(1.4rem,1.4vw,1.4rem);}
.fs15 { font-size: clamp(1.3rem,1.5vw,1.5rem);}
.fs16 { font-size: clamp(1.4rem,1.6vw,1.6rem);}
.fs17 { font-size: clamp(1.4rem,1.7vw,1.7rem);}
.fs18 { font-size: clamp(1.5rem,1.8vw,1.8rem);}
.fs20 { font-size: clamp(1.6rem,2.0vw,2.0rem);}
.fs22 { font-size: clamp(1.7rem,2.2vw,2.2rem);}
.fs24 { font-size: clamp(1.8rem,2.4vw,2.4rem);}
.fs26 { font-size: clamp(1.9rem,2.6vw,2.6rem);}
.fs28 { font-size: clamp(2.0rem,2.8vw,2.8rem);}
.fs30 { font-size: clamp(2.1rem,3.0vw,3.0rem);}
.fs32 { font-size: clamp(2.2rem,3.2vw,3.2rem);}
.fs34 { font-size: clamp(2.3rem,3.4vw,3.4rem);}
.fs36 { font-size: clamp(2.4rem,3.6vw,3.6rem);}
.fs38 { font-size: clamp(2.5rem,3.8vw,3.8rem);}
.fs40 { font-size: clamp(2.6rem,4.2vw,4.0rem);}
.fs42 { font-size: clamp(2.7rem,4.2vw,4.2rem);}
.fs44 { font-size: clamp(2.8rem,4.4vw,4.4rem);}
.fs46 { font-size: clamp(2.9rem,4.6vw,4.6rem);}
.fs48 { font-size: clamp(3.0rem,4.8vw,4.8rem);}
.fs50 { font-size: clamp(3.1rem,5.0vw,5.0rem);}
.fs55 { font-size: clamp(3.2rem,5.5vw,5.5rem);}
.fs70 { font-size: clamp(3.2rem,7vw,7rem);}

.serif{ font-family: 'Noto Serif JP', sans-serif;}

.fw-light { font-weight: 300;}
.fw-regular { font-weight: 400;}
.fw-medium { font-weight: 500;}
.fw-bold { font-weight: 700;}
.fw-black { font-weight: 900;}

.w-narrow { max-width: 780px;}
.w-small { max-width: 780px;}
.w-middle { max-width: 1280px;}
.w-wide { max-width: 1480px;}

.mt8 { margin-top: 8px;}
.mt16 { margin-top: 16px;}
.mt28 { margin-top: 28px;}
.mt48 { margin-top: 48px;}
.mt64 { margin-top: 64px;}

.mb8 { margin-bottom: 8px;}
.mb16 { margin-bottom: 16px;}
.mb28 { margin-bottom: 28px;}
.mb48 { margin-bottom: 48px;}
.mb64 { margin-bottom: 64px;}

.pt8 { padding-top: 8px;}
.pt16 { padding-top: 16px;}
.pt28 { padding-top: 28px;}
.pt48 { padding-top: 48px;}
.pt64 { padding-top: 64px;}

.pb8 { padding-bottom: 8px;}
.pb16 { padding-bottom: 16px;}
.pb28 { padding-bottom: 28px;}
.pb48 { padding-bottom: 48px;}
.pb64 { padding-bottom: 64px;}


/* リフトマーカーを表示しない */
ul {
	list-style: none;
}

#contents .inner>.wp-block-group,
.editor-styles-wrapper .wp-block{
    margin-top: 0;
    margin-bottom: 48px;
}

/* heading title */
#contents h1.wp-block-heading,
.editor-styles-wrapper h1.wp-block-post-title{
    font-size: 280%;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
}
#contents h2.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading{
    font-size: 180%;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 1.25em;
    position: relative;
    padding-top: 20px;
}
#contents h2.wp-block-heading:before,
.editor-styles-wrapper h2.wp-block-heading:before{
    content: "";
    display: block;
    width: 88px;
    height: 5px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
}
#contents h3.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading{
    color: #ffffff;
    font-size: 145%;
    font-weight: 500;
    line-height: 1.45;
    padding: 8px 0.8em;
    margin-bottom: 1em;
    background: var(--main-color);
    border-radius: 3px;
}
#contents h4.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading{
    font-size: 145%;
    line-height: 1.6;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
    border-bottom: solid 3px;
    border-color: var(--main-color);
}
#contents h5.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading{
    font-size: 125%;
    line-height: 1.6;
    padding-left: 0.8em;
    margin-bottom: 0.8em;
    border-left: solid 6px;
    border-color: var(--main-color);
}
#contents h6.wp-block-heading,
.editor-styles-wrapper h6.wp-block-heading{
    font-size: 115%;
    font-weight: 600;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0.3em;
}
@media (max-width: 756px){
	#contents h1.wp-block-heading,
	.editor-styles-wrapper h1.wp-block-post-title{
        	font-size: 180%;
	}
	#contents h2.wp-block-heading,
	.editor-styles-wrapper h2.wp-block-heading{
	    font-size: 135%;
	}
	#contents h2.wp-block-heading:before,
	.editor-styles-wrapper h2.wp-block-heading:before{
	    content: "";
	    display: block;
	    width: 88px;
	    height: 5px;
	    background: var(--main-color);
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	#contents h3.wp-block-heading,
	.editor-styles-wrapper h3.wp-block-heading{
	    font-size: 108%;
            margin-bottom: 1.5em;
	}
	#contents h4.wp-block-heading,
	.editor-styles-wrapper h4.wp-block-heading{
	        font-size: 108%;
	        padding-bottom: 0.4em;
	        margin-bottom: 1.5em;
	}
	#contents h5.wp-block-heading,
	.editor-styles-wrapper h5.wp-block-heading{
	        font-size: 108%;
	        border-left-width: 5px;
	        padding-left: 0.6em;
	}
	#contents h6.wp-block-heading,
	.editor-styles-wrapper h6.wp-block-heading{
	    font-size: 95%;
	}
}

/* p, li */
#contents p,
.editor-styles-wrapper p.wp-block-paragraph{
    font-size: 108%;
    line-height: 1.8;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1.25em;
}
@media (max-width: 756px){
	#contents p,
	.editor-styles-wrapper p.wp-block-paragraph{
	    font-size: 95%;
	}
}
#contents p.fs-large,
.editor-styles-wrapper .fs-large{
    font-size: 135%;
}
#contents .fs-small,
.editor-styles-wrapper .fs-small{
    font-size: 95%;
}
#contents .has-xlarge-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
}
#contents .has-xlarge-font-size,
.editor-styles-wrapper .has-slarge-font-size {
    margin-bottom: 0.3em !important;
}
#contents .has-large-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
}
#contents .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
    margin-bottom: 0.3em !important;
}
#contents .has-medium-font-size{
    font-size: calc(var(--wp--preset--font-size--medium) * 1.35) !important;
}
#contents .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
    margin-bottom: 0.35em !important;
}
#contents .has-small-font-size{
    font-size: var(--wp--preset--font-size--small) !important;
}
#contents .has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
    margin-bottom: 0.3em !important;
}
@media (max-width: 756px){
	#contents p.fs-large,
	.editor-styles-wrapper .fs-large{
	    font-size: 135%;
	}
	#contents .fs-small,
	.editor-styles-wrapper .fs-small{
	    font-size: 95%;
	}
	#contents .has-xlarge-font-size{
	    font-size: var(--wp--preset--font-size--large) !important;
	}
	#contents .has-large-font-size{
	    font-size: calc(var(--wp--preset--font-size--large) * 0.7) !important;
	}
	#contents .has-medium-font-size{
	    font-size: calc(var(--wp--preset--font-size--medium) * 0.8) !important;
	}
	#contents .has-small-font-size{
	    font-size: var(--wp--preset--font-size--small) !important;
	}
}


.has-text-align-left{
    text-align: left !important;
}
.has-text-align-center{
    text-align: center !important;
}
.has-text-align-right{
    text-align: right !important;
}

#contents ul,
#contents ol,
.editor-styles-wrapper ul.block-editor-block-list__block,
.editor-styles-wrapper ol.block-editor-block-list__block{
    list-style-position: outside;
    display: grid;
    gap: 0.6em;
    padding: 0;
}
#contents ul,
#contents ol{
    margin-left: 1.5em;
    margin-bottom: 1.25em;
}
#contents li,
.editor-styles-wrapper ul.block-editor-block-list__block>li{
    font-size: 108%;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}
@media (max-width: 756px){
	#contents li,
	.editor-styles-wrapper ul.block-editor-block-list__block>li{
	    font-size: 95%;
	}
}
#contents ul>li,
.editor-styles-wrapper ul.block-editor-block-list__block>li{
    list-style-type: disc;
}
#contents ol>li,
.editor-styles-wrapper ol.block-editor-block-list__block>li{
    list-style-type: decimal;
    padding-left: 0.5em;
    margin: 0;
}

/* table */
.wp-block-table{
    margin-bottom: 48px;
}
.wp-block-table table{
}
.wp-block-table table tr>*{
    line-height: 1.6;
    padding: .8em;
    border-color: #cccccc;
}
.wp-block-table table thead{
    border-color: #cccccc;
}
.wp-block-table table thead th{
    background: #e5e5e5;
}
.wp-block-table table tbody th{
    width: 20%;
    background: #e5e5e5;
}
@media (max-width: 756px){
	.wp-block-table table tr>*{
	    font-size: 95%;
	}
	.wp-block-table table tbody th{
	    width: 35%;
	}
}

#contents .box-wrap,
.editor-styles-wrapper .box-wrap{
    padding: 28px;
    background: #f2f2f2;
    border: solid 1px #e5e5e5;
}
@media (max-width: 756px){
	#contents .box-wrap,
	.editor-styles-wrapper .box-wrap{
	    padding: 16px;
	}
}
#contents .box-wrap div.wp-block-group__inner-container>*:last-child,
.editor-styles-wrapper .box-wrap>div.wp-block-group__inner-container>*:last-child{
	margin-bottom: 0 !important;
}

/* media & text */
#contents .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text{
    gap: 28px;
    grid-template-columns: 35% 1fr !important;
    margin-bottom: 28px;
}
#contents .has-media-on-the-right,
.editor-styles-wrapper .has-media-on-the-right{
    grid-template-columns: 65% 1fr !important;
}
#contents .wp-block-media-text figure.wp-block-media-text__media,
.editor-styles-wrapper .wp-block-media-text figure.wp-block-media-text__media{
}
#contents .wp-block-media-text .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content{
    padding: 0;
    align-self: start;
}
@media (max-width: 756px){
	#contents .wp-block-media-text,
	.editor-styles-wrapper .wp-block-media-text{
	        grid-template-columns: 100% 1fr !important;
	        gap: 16px;
	}
	#contents .has-media-on-the-right,
	.editor-styles-wrapper .has-media-on-the-right{
	}
}

/* column */
#contents .wp-block-columns,
.editor-styles-wrapper .wp-block-columns{
    gap: 40px;
}
#contents .is-nowrap,
.editor-styles-wrapper .is-nowrap{
    gap: 40px;
}

/* figure */
#contents figure,
.editor-styles-wrapper figure{
}
#contents figcaption,
.editor-styles-wrapper figcaption{
    color: #666666;
    font-size: 95%;
    font-weight: 400;
    line-height: 1.6;
    padding-top: 0.4em;
}

/* button */
#contents .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons{
        gap: calc(var(--wp--style--block-gap, .5em) * 0.6) calc(var(--wp--style--block-gap, .5em) * 0.6);
        margin-top: 28px;
        margin-bottom: 28px;
}
#contents .wp-block-buttons .wp-block-button,
.editor-styles-wrapper .wp-block-buttons .wp-block-button{
}
#contents .wp-block-buttons .wp-block-button a.wp-element-button,
.editor-styles-wrapper .wp-block-buttons .wp-block-button .wp-element-button{
        min-width: 320px;
        font-size: clamp(1.1rem, 1.3vw, 1.3rem);
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-align: center;
        padding: 20px 28px;
        background: var(--main-color);
        border-radius: calc(1px / 0);
        box-shadow: 0 3px 0 #197f2d;
}

@media (max-width: 756px){
	#contents .wp-block-buttons .wp-block-button a.wp-element-button,
	.editor-styles-wrapper .wp-block-buttons .wp-block-button .wp-element-button{
	    min-width: 200px;
	    font-size: clamp(1.3rem, 1.3vw, 1.3rem);
	    padding: 16px 2.5em;
	}
	#contents .wp-block-buttons .wp-block-button.wp-block-button__width-50,
	.editor-styles-wrapper .wp-block-buttons .wp-block-button.wp-block-button__width-50{
	    width: 100%;
	}
	#contents .wp-block-buttons .wp-block-button.wp-block-button__width-50n a.wp-element-button,
	.editor-styles-wrapper .wp-block-buttons .wp-block-button.wp-block-button__width-50n .wp-element-button{
	    width: 100%;
	}
}

.post-header{
}
.post-header *.post-title{
    line-height: 1.4;
}

.post-navigation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
}
.post-navigation>div{
    width: 100%;
    max-width: 648px;
    height: 100%;
}
.post-navigation>div.prev-post{
    order: 1;
    margin-right: auto;
}
.post-navigation>div.next-post{
    order: 2;
    margin-left: auto;
}
.post-navigation>div>a{
    display: block;
    color: #ffffff;
    line-height: 1.45;
    text-decoration: none;
    padding: 1.25em 1.5em;
    background: var(--main-color);
    border-radius: 4px;
    position: relative;
}
.post-navigation>div.prev-post>a{
    padding-left: 40px;
}
.post-navigation>div.next-post>a{
    padding-right: 40px;
    text-align: right;
}
.post-navigation>div>a:before{
    content: "";
    font: var(--fa-font-solid);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.post-navigation>div.prev-post>a:before{
    content: "\f053";
    left: 16px;
}
.post-navigation>div.next-post>a:before{
    content: "\f054";
    right: 16px;
}
.post-navigation>div>a:after{
    position: absolute;
    top: -12px;
    font-size: 85%;
    font-weight: 600;
    padding: 0.2em 0.8em;
    background: #ffffff;
    color: var(--main-color);
    border: solid 1px;
    border-color: var(--main-color);
}
.post-navigation>div.prev-post>a:after{
    content: "前の記事";
    left: 35px;
}
.post-navigation>div.next-post>a:after{
    content: "次の記事";
    right: 35px;
}