@charset "utf-8";

/*
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
strong, em { font-weight:bold; }
small{ font-size:80%; }
sub,sup{ font-size:70%; line-height:0; position:relative; vertical-align:baseline; }
sup{ vertical-align:text-top; top:-.5em; }
sub{ vertical-align:text-bottom; bottom:-.25em; }
*/

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./slick.woff') format('woff');
}

.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.left,
.left p {
    text-align: left;
}

.under {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.big {
    font-size: 120%;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

.small3 {
    font-size: 70%;
}

.lh14 {
    line-height: 1.4;
}

.t_blank {
    position: relative;
    padding-right: 1.5em;
}

.t_blank::after {
    font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sns_icon a[target="_blank"]::after {
    display: none;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_end {
    justify-content: flex-end;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_st {
    align-items: flex-start;
}

.flex_a_center {
    align-items: center;
}

.flex_a_end {
    align-items: flex-end;
}

.flex_row {
    flex-direction: row-reverse;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.fw_900 {
    font-weight: 900;
}

.p_re {
    position: relative;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

:root {
    --c_gray: #F5F5F5;
    --c_blk: #111;
    --c_pink: #EC6987;
    --c_pink015: rgba(236, 105, 135, .15);
    --c_gren: #5CC980;
    --c_blue: #50C2D5;
    --c_blue02: rgba(80, 194, 213, .2);
    --c_yel: #EEC703;
    --c_orange: #fb9c41;
    --c_brwn: #5A412F;
    --c_line: #707070;
    --br10: 10px;
    --br20: 20px;
    --br30: 30px;
    --br50: 50px;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: clamp(16px, 1.5vw, 18px);
}

body {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .1em;
    word-wrap: break-word;
    font-feature-settings: "palt";
    background: #EEEEEE url(../images/common/bg01.jpg) repeat;
    background-size: clamp(500px, 55vw, 750px);
    background-attachment: fixed;
    color: var(--c_brwn);
}

/*
.wf-active body {
  font-family: "Noto Sans JP", 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','メイリオ', Meiryo, sans-serif;
}
*/

.content {
    padding-top: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

h1,
h2,
h3,
h4 {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 1em;
}

/*
h2{font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);}
h3{font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);}
h4{font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);}
*/

p {
    margin: 0px 0px 1em 0px;
}

.f48 {
    font-size: clamp(1.875rem, 1.466rem + 2.05vw, 3rem);
}

.f40 {
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}

.f39 {
    font-size: clamp(1.5rem, 1.159rem + 1.7vw, 2.438rem);
}

.f36 {
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
}

.f32 {
    font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}

.f30 {
    font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}

.f24 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

.f22 {
    font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}

.f20 {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem)
}

.f18 {
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem)
}

.f16 {
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem)
}


/*リンク文字色*/
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.6s ease 0s;
    line-height: inherit;
}

a:hover {
    opacity: 0.8;
}


/*マーカー＆強調文字色*/
.c_mrk {
    background-color: #e5d89b;
    padding: 0 3px;
}

/*ラインマーカー*/
.c_posi {
    color: #d64a5a;
}

/*positive*/
.c_point {
    color: #900000;
}

/*point up*/
.c_nega {
    color: #5488a2;
}

/*negative*/
.c_off {
    color: #cac5ba;
}

/*off*/
.c_blue {
    color: var(--c_blue);
}

.c_yel {
    color: var(--c_yel);
}

.c_pink {
    color: var(--c_pink);
}

.c_gren {
    color: var(--c_gren);
}

.c_wt {
    color: #fff;
}

.t_und_yel {
    background: linear-gradient(transparent 75%, var(--c_yel) 25%);
}

.t_und_gry {
    background: linear-gradient(transparent 75%, var(--c_yel) 25%);
}

.t_und_wt {
    background: linear-gradient(transparent 60%, #fff 40%);
}



/*背景色*/
.bg_gray {
    background: var(--c_gray) !important;
}

.bg_gren {
    background: var(--c_gren) !important;
}

.bg_pink {
    background: var(--c_pink) !important;
}

.bg_pink015 {
    background: var(--c_pink015) !important;
}

.bg_blue {
    background: var(--c_blue) !important;
}

.bg_blue02 {
    background: var(--c_blue02) !important;
}

.bg_yel {
    background: var(--c_yel) !important;
}

.bg_wt {
    background: #fff !important;
}

.bg_wt06 {
    background: rgba(255, 255, 255, .6) !important;
}

.wave_bg {
    position: relative;
    margin: 40px 0;
}

.wave_bg::before,
.wave_bg::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
}

/*
.wave_bg::before {
  top: -20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 20' width='100%25' height='20' preserveAspectRatio='none'%3E%3Cpath d='M 0 20 Q 73.85 -20 147.69 20 Q 221.54 -20 295.38 20 Q 369.23 -20 443.08 20 Q 516.92 -20 590.77 20 Q 664.62 -20 738.46 20 Q 812.31 -20 886.15 20 Q 960 -20 1033.85 20 Q 1107.69 -20 1181.54 20 Q 1255.38 -20 1329.23 20 Q 1403.08 -20 1476.92 20 Q 1550.77 -20 1624.62 20 Q 1698.46 -20 1772.31 20 Q 1846.15 -20 1920 20 Q 1993.85 -20 2067.69 20 L 1920 20 L 0 20 Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}
.wave_bg::after {
  bottom: -20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 20' width='100%25' height='20' preserveAspectRatio='none'%3E%3Cpath d='M 0 0 Q 73.85 40 147.69 0 Q 221.54 40 295.38 0 Q 369.23 40 443.08 0 Q 516.92 40 590.77 0 Q 664.62 40 738.46 0 Q 812.31 40 886.15 0 Q 960 40 1033.85 0 Q 1107.69 40 1181.54 0 Q 1255.38 40 1329.23 0 Q 1403.08 40 1476.92 0 Q 1550.77 40 1624.62 0 Q 1698.46 40 1772.31 0 Q 1846.15 40 1920 0 Q 1993.85 40 2067.69 0 L 1920 0 L 0 0 Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

.bg_wt06.wave_bg::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 20' width='100%25' height='20' preserveAspectRatio='none'%3E%3Cpath d='M 0 20 Q 73.85 -20 147.69 20 Q 221.54 -20 295.38 20 Q 369.23 -20 443.08 20 Q 516.92 -20 590.77 20 Q 664.62 -20 738.46 20 Q 812.31 -20 886.15 20 Q 960 -20 1033.85 20 Q 1107.69 -20 1181.54 20 Q 1255.38 -20 1329.23 20 Q 1403.08 -20 1476.92 20 Q 1550.77 -20 1624.62 20 Q 1698.46 -20 1772.31 20 Q 1846.15 -20 1920 20 Q 1993.85 -20 2067.69 20 L 1920 20 L 0 20 Z' fill='%23ffffff99'%3E%3C/path%3E%3C/svg%3E");
}
.bg_wt06.wave_bg::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 20' width='100%25' height='20' preserveAspectRatio='none'%3E%3Cpath d='M 0 0 Q 73.85 40 147.69 0 Q 221.54 40 295.38 0 Q 369.23 40 443.08 0 Q 516.92 40 590.77 0 Q 664.62 40 738.46 0 Q 812.31 40 886.15 0 Q 960 40 1033.85 0 Q 1107.69 40 1181.54 0 Q 1255.38 40 1329.23 0 Q 1403.08 40 1476.92 0 Q 1550.77 40 1624.62 0 Q 1698.46 40 1772.31 0 Q 1846.15 40 1920 0 Q 1993.85 40 2067.69 0 L 1920 0 L 0 0 Z' fill='%23ffffff99'%3E%3C/path%3E%3C/svg%3E");
}
*/

.wave_bg::before {
    top: -20px;
    background: url(../images/common/wave_top.png) repeat-x center center;
    background-size: contain;
}

.wave_bg::after {
    bottom: -20px;
    background: url(../images/common/wave_bottom.png) repeat-x center center;
    background-size: contain;
}

.bg_wt06.wave_bg::before {
    top: -20px;
    background: url(../images/common/wave06_top.png) repeat-x center center;
    background-size: contain;
}

.bg_wt06.wave_bg::after {
    bottom: -20px;
    background: url(../images/common/wave06_bottom.png) repeat-x center center;
    background-size: contain;
}


/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: #7f9255 1px solid;
    padding: 10px 20px;
    font-size: inherit;
    vertical-align: top;
}

thead th,
tfoot th {
    background-color: #728c42;
    color: #fff;
}

thead td,
tfoot td {
    background-color: #999;
    color: #fff;
}

tbody th {
    background-color: #a0cc3c;
    color: #fff;
}

tbody td {
    background-color: #fff;
}

/*区切り線*/
hr {
    clear: both;
    border: 0px solid #fff;
    padding: 15px 0;
    width: 0;
}

hr.br {
    border: none;
}

.img_frame {
    border: solid 4px #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

/*レイアウト共通*/
#container {
    width: 100%;
    overflow: hidden;
}

.inner {
    width: 92vw;
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.main_inner {
    width: 92vw;
    max-width: 1440px;
    margin: 0 auto;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
}

.inner_section {
    width: 92vw;
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp( 3em, 8vw, 120px ) 0;
}

.w80 {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.w90 {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.w100 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.w110 {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.w113 {
    width: 100%;
    max-width: 1130px;
    margin: auto;
}

.w134 {
    width: 100%;
    max-width: 1340px;
    margin: auto;
}

.inner.w80,
.inner.w100,
.inner_section.w80,
.inner_section.w100 {
    width: 92vw
}

.full_w {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}


.flex>.img_area {
    width: 42%
}

.flex>.txt_area {
    width: 48%
}


.lead {
    font-size: 140%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5em;
}

.m_at {
    margin: auto;
}

section .txt {
    font-size: 110%;
    text-align: center;
    line-height: 2.4;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.contents_btm01 {
    margin-bottom: clamp(.5em, 2vw, 20px);
}

.contents_btm02 {
    margin-bottom: clamp(1em, 4vw, 40px);
}

.contents_btm03 {
    margin-bottom: clamp(1.5em, 6vw, 60px);
}

.contents_btm04 {
    margin-bottom: clamp(2em, 8vw, 80px);
}

.contents_btm05 {
    margin-bottom: clamp(3em, 10vw, 100px);
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mt {
    margin-top: 50px;
}

.b_shadow {
    box-shadow: .65rem .65rem 0px rgba(187, 187, 187, .4);
}

.list_line dl:not(:last-child) {
    border-bottom: 2px dotted var(--c_brwn);
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
}

.list_line dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_line dl dt {
    width: 8em;
    font-weight: 700
}

.list_line dl dd {
    width: calc(100% - 8em);
}

.list_dot>li {
    position: relative;
    padding-left: 1em;
}

.list_dot>li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:999px) {
    body {
        letter-spacing: 0.1em;
    }
}

@media (max-width:799px) {
    html {
        font-size: clamp(14px, 2.5vw, 16px);
    }

    .content {
        padding-top: 15vw;
    }

    .sub_page .content {
        padding-top: 9em;
    }

    .wave_bg {
        margin-block: 20px;
    }

    .wave_bg::before,
    .wave_bg::after,
    .bg_wt06.wave_bg::before,
    .bg_wt06.wave_bg::after {
        height: 10px;
    }

    .wave_bg::before,
    .bg_wt06.wave_bg::before {
        top: -10px;
    }

    .wave_bg::after,
    .bg_wt06.wave_bg::after {
        bottom: -10px;
    }

    section .txt {
        text-align: left;
        line-height: 1.8;
    }

    .flex .img_area {
        width: 80%
    }

    .flex .txt_area {
        width: 100%
    }

    .flex .img_area {
        max-width: 540px;
        margin: auto
    }

    .list_line dl dt,
    .list_line dl dd {
        width: 100%;
    }

    .list_line dl dt {
        margin-bottom: .25em;
    }

    .nobr {
        display: none;
    }
}




@media all and (min-width: 600px) {
    .noPC {
        display: none !important;
    }
}

@media all and (max-width: 599.999px) {
    .noSP {
        display: none !important;
    }
}

@media (max-width:599px) {
    body {
        line-height: 1.7;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .noTab,
    .noTab caption,
    .noTab thead,
    .noTab tfoot,
    .noTab tbody,
    .noTab tr,
    .noTab th,
    .noTab td {
        display: block;
        width: 100%;
    }

    .noTab tr {
        margin-top: 10px;
    }

    .img_left {
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    .img_right {
        float: none;
        margin: 10px auto;
        text-align: center;
    }

    :root {
        --br10: 6px;
        --br20: 10px;
        --br30: 16px;
        --br50: 20px;
    }

    .content {
        padding-top: 20vw;
    }

    .lead {
        font-size: 120%;
    }

    .sub_page .content {
        padding-top: 8em;
    }
}

@media (max-width:399px) {
    .sub_page .content {
        padding-top: 7em;
    }
}


.bg_circle>li {
    position: absolute;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.bg_circle>li:nth-of-type(1),
.bg_circle>li:nth-of-type(4) {
    background: rgba(92, 201, 128, .25);
}

.bg_circle>li:nth-of-type(2),
.bg_circle>li:nth-of-type(3),
.bg_circle>li:nth-of-type(5) {
    background: rgba(80, 194, 213, .25);
}



/*ボタン・矢印*/
.more01,
.more02 {
    width: 90%;
    max-width: 500px;
    margin: 3em auto 0;
    border-radius: .8em;
}

.more01 a {
    display: block;
    background: var(--c_blue);
    padding: 1em 2em 1em .75em;
    font-size: 180%;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: .8em;
    position: relative;
}

.more01.bg_blue a {
    background: var(--c_blue);
    box-shadow: .3em .3em 0px rgba(80, 194, 213, .4);
}

.more01.bg_pink a {
    background: var(--c_pink);
    box-shadow: .3em .3em 0px rgba(236, 105, 135, .4);
}

.more01.bg_gren a {
    background: var(--c_gren);
    box-shadow: .3em .3em 0px rgba(92, 201, 128, .4);
}

.more01.bg_orange a {
    background: var(--c_orange);
    box-shadow: .3em .3em 0px rgb(255 155 59 / 38%);
}



.more02 a {
    display: block;
    background: var(--c_blue);
    padding: .5em 2em .5em .5em;
    font-size: 130%;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 6em;
    position: relative;
}


.arrow {
    position: relative;
}

.arrow::before,
.arrow::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .45em 0 .45em .65em;
    border-color: transparent transparent transparent #fff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.arrow::before {
    right: calc(.65em + .5em);
}

.arrow::after {
    right: .5em;
}

.more02 a.arrow::before {
    right: calc(.65em + .75em);
}

.more02 a.arrow::after {
    right: .75em;
}

@media (max-width: 799px) {

    .more01,
    .more02 {
        margin: 1.5em auto 0;
    }
}

@media (max-width: 599px) {
    .more01 a {
        padding: .5em 2em .5em .5em;
        font-size: 130%;
    }

    .more02 a {
        font-size: 120%;
    }
}









/*お問い合わせ共通*/
.sec_contact .box {
    border-radius: var(--br30);
    padding: 6em 2em 4em;
    position: relative;
}

.sec_contact h2 {
    width: 70%;
    max-width: 600px;
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}

.sec_contact .box::before,
.sec_contact .box::after {
    content: "";
    height: auto;
    position: absolute;
}

.sec_contact .box::before {
    background: url(../images/common/contact_ilst01.png) no-repeat center center;
    background-size: contain;
    width: 10vw;
    max-width: 120px;
    top: -2.5em;
    left: 2em;
    aspect-ratio: 20 / 21;
}

.sec_contact .box::after {
    background: url(../images/common/contact_ilst02.png) no-repeat center center;
    background-size: contain;
    width: 13vw;
    max-width: 161px;
    top: -6em;
    right: 2em;
    aspect-ratio: 161 / 194;
}

.sec_contact h2+p {
    text-align: center;
    font-weight: 700;
    margin-bottom: clamp(.3em, 3vw, 1em);
}

.sec_contact .more01 {
    margin-bottom: 2em;
}

.sec_contact .more01 a {
    padding: .75em
}

.sec_contact ul {
    justify-content: center;
    gap 1em 2em;
    font-size: 220%;
}

.sec_contact ul li {
    width: calc(50% - 1em);
    text-align: center;
    color: var(--c_blue);
    font-weight: 800;
}

.sec_bnr .list {
    gap: 3em 1.5em;
}

.sec_bnr li {
    width: calc(100% / 2 - 1.5em);
}

@media (max-width: 799px) {
    .sec_contact .box {
        padding: 10vw 1.5em 8vw;
    }

    .sec_contact h2 {
        width: 86%;
        top: -6vw;
    }

    .sec_contact .box::before,
    .sec_contact .box::after {
        width: auto;
        top: initial;
        bottom: -2.5em;
    }

    .sec_contact .box::before {
        height: 16vw;
        left: unset;
        right: calc(50% + 12em);
    }

    .sec_contact .box::after {
        height: 24vw;
        right: unset;
        left: calc(50% + 13em);
    }

    .sec_contact ul li {
        width: 90%;
        max-width: 500px;
        margin: 0 auto 1em;
    }

    .sec_contact ul li a {
        display: block;
        width: 100%;
        color: #fff;
        background: var(--c_blue);
        box-shadow: .3em .3em 0px rgba(80, 194, 213, .4);
        padding: .5em;
        border-radius: 10px;
    }

    .sec_bnr .list {
        gap: 1.5em 0;
    }

    .sec_bnr li {
        width: 100%;
        margin: auto;
        text-align: center
    }
}

@media (max-width: 599px) {
    .sec_contact .box {
        padding: 10vw .75em 24vw;
    }

    .sec_contact .box::before {
        height: 24vw;
        left: unset;
        right: calc(50% + 2em);
    }

    .sec_contact .box::after {
        height: 36vw;
        right: unset;
        left: calc(50% + 3em);
    }

    .sec_contact .more01 {
        margin-bottom: 1.5em;
    }

    .sec_contact ul {
        font-size: 150%;
    }
}










.post_common li .day {
    width: 100%;
}

.post_common li dt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post_common li dd {
    display: none;
}

.no_img img {
    border: 1px solid #bebebe;
}

/* ナビゲーション（ページャー） */
.postNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.postNavi li {}

.postNavi li a {
    display: block;
    padding: .5em 1.5em;
    background: #F0AFBE;
    color: #fff;
    border-radius: 4em;
}

.postNavi.num_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0AFBE;
    width: 2em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.postNavi.num_list li.current a {
    background: var(--c_pink);
}







/*フッター*/
#bread {
    background: #eee;
    font-size: 80%;
    padding: 0.3em;
}

#bread li {
    display: inline-block;
}

#bread li::before {
    font-family: FAsolid;
    content: "\f105";
    font-weight: 900;
    color: red;
    display: inline-block;
    margin: .1em .5em;
}

#bread li:first-of-type::before {
    content: "\f015";
    margin: .1em .5em .1em 0;
}

#bread a {
    color: green;
}



footer #footer {
    padding: 4em 0 2em;
    color: var(--c_brwn);
}

footer .logo_area {
    width: 28%;
}

footer .nav_area {
    width: 68%;
    gap: 2em;
}



footer .foot_logo {
    width: 90%;
    max-width: 381px;
    margin-bottom: 1em;
}

footer .logo_area li {
    display: inline-block;
}

footer .logo_area li:nth-of-type(1) {
    margin-right: 1em;
}



footer .nav_area>ul li,
footer .nav_area div p {
    font-weight: bold;
    padding-left: 1.25em;
    position: relative;
}

footer .nav_area div p {
    margin-bottom: 0;
}

footer .nav_area div ul {
    padding-left: .35em;
}

footer .nav_area>ul li::before,
footer .nav_area div p::before {
    content: "";
    display: inline-block;
    width: 1em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--c_pink);
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
}

footer .copy {
    background: var(--c_brwn);
    color: #fff;
    font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
    padding: .25em;
    text-align: center;
}

@media (max-width:799px) {
    footer #footer {
        padding: 2em 0 1em;
    }

    footer .nav_area {
        display: none;
    }

    footer .logo_area {
        width: 100%;
    }

    footer .foot_logo {
        margin: 0 auto 1.5em;
    }

    footer .logo_area p {
        text-align: center;
    }

    footer .logo_area ul {
        margin: auto;
        text-align: center;
    }
}

@media (max-width:599px) {
    footer #footer {
        width: calc(100% - clamp(90px, 15vw, 130px));
        margin-inline: 0 auto;
    }

    footer #footer .flex {
        padding-inline: 1em 0;
    }

    footer .foot_logo {
        margin: 0 auto 1em 0;
    }

    footer .foot_logo img {
        width: 100%;
        max-width: 24em;
    }

    footer .logo_area p,
    footer .logo_area ul {
        text-align: left;
    }
}

@media (max-width:399px) {
    footer .logo_area p {
        letter-spacing: 0;
    }
}






#page_top {
    width: clamp(90px, 15vw, 130px);
    position: fixed;
    z-index: 9999;
    display: none;
    right: 1.5em;
    bottom: 3vh;
}

#page_top.on {
    display: block;
}

body:has(.panelactive) #page_top {
    display: none;
}

@media (max-width: 799px) {
    #page_top {
        right: .5em;
    }
}

.onoff {
    opacity: 0;
    transition: all 1s;
}

.onoff.on {
    opacity: 1;
}


.fadein {
    display: block;
    transition: 1s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}






/*サブページ
-------------------------------------------------------------------------------------------------------------------*/

.sub_main {
    font-size: 300%;
    font-weight: 800;
    position: relative;
    max-width: 1440px;
    margin-inline: auto;
}

.sub_main h1 {
    position: relative;
    color: #fff;
    z-index: 1;
    background: url(../images/common/sub_main.png) no-repeat center center;
    background-size: contain;
    aspect-ratio: 48 / 25;
    width: clamp(260px, 70vw, 768px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2em;
    text-align: center;
}

.sub_page .bg_circle>li:nth-of-type(1) {
    width: 8%;
    top: 20%;
    left: 2%;
}

.sub_page .bg_circle>li:nth-of-type(2) {
    width: 12%;
    bottom: 9%;
    left: 8%;
}

.sub_page .bg_circle>li:nth-of-type(3) {
    width: 13%;
    top: 0%;
    right: 8%;
}

.sub_page .bg_circle>li:nth-of-type(4) {
    width: 5%;
    top: 30%;
    right: 5%;
}

.sub_page .bg_circle>li:nth-of-type(5) {
    width: 9%;
    bottom: 0;
    right: 20%;
}

.page_blog .sub_main,
.page_news .sub_main {
    width: clamp(200px, 40%, 400px);
    margin-inline: 0 auto;
    font-size: 200%;
}

.page_blog .sub_main h1,
.page_news .sub_main h1 {
    width: 70%;
}

.sh1 {
    font-size: clamp(30px, 350%, 60px);
    color: var(--c_pink);
    margin-bottom: 1em;
    font-weight: 800;
}

.sh2 {
    font-size: clamp(24px, 300%, 40px);
    margin-bottom: 1em;
    font-weight: 700;
}

.sh2.small {
    font-size: clamp(21px, 250%, 30px);
}

.sh3 {
    font-size: clamp(18px, 250%, 30px);
    margin-bottom: .75em;
    font-weight: 700;
}

@media (max-width: 1099px) {
    .sub_main {
        font-size: clamp(21px, 5.5vw, 48px);
    }

    .page_blog .sub_main,
    .page_news .sub_main {
        font-size: clamp(21px, 4vw, 36px);
    }

    .sh1 {
        font-size: clamp(30px, 5vw, 48px);
    }

    .sh2 {
        font-size: clamp(24px, 4vw, 36px);
    }

    .sh2.small {
        font-size: clamp(18px, 2.5vw, 30px);
    }

    .sh3 {
        font-size: clamp(18px, 3vw, 30px);
    }
}

@media (max-width: 799px) {
    .sub_main {
        margin: 0 auto 2em;
    }

    .sub_page .bg_circle>li:nth-of-type(1) {
        width: 14%;
        top: 0;
        left: 0;
    }

    .sub_page .bg_circle>li:nth-of-type(2) {
        width: 20%;
        bottom: 0;
        left: 5%;
    }

    .sub_page .bg_circle>li:nth-of-type(3) {
        width: 20%;
        top: -20%;
        right: 10%;
    }

    .sub_page .bg_circle>li:nth-of-type(4) {
        width: 10%;
        top: 15%;
        right: 0;
    }

    .sub_page .bg_circle>li:nth-of-type(5) {
        width: 16%;
        bottom: -5%;
        right: 10%;
    }

    .page_blog .sub_main,
    .page_news .sub_main {
        margin-inline: auto;
    }

    .sh1 {
        font-size: clamp(27px, 7vw, 48px);
    }

    .sh2 {
        font-size: clamp(21px, 5vw, 36px);
    }

    .sh2.small {
        font-size: clamp(18px, 4vw, 30px);
    }

    .sh3 {
        font-size: clamp(18px, 4vw, 30px);
    }
}

@media (max-width: 599px) {

    .page_blog .sub_main,
    .page_news .sub_main {
        margin-bottom: 6vw;
    }
}

/****投稿********************/

.type_list .content {
	width: 92vw;
	max-width: 1440px;
	margin-inline: auto;
}

.post_list {
    display: flex;
    flex-flow: row wrap;
    gap: 2em 2%;
    justify-content: start;
}

.post_list li {
    width: 100%;
    background: #fff;
    padding: 1.5em 1.75em;
    border-radius: var(--br20);
}

.post_list li a {}

.post_list li .thumb {}

.post_list li .thumb img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    border-radius: var(--br10);
    border: 1px solid #bebebe;
}

.post_list li .blog_box {}

.post_list li .date {}

.post_list li .comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
}

.post_list li .title {}

.post_list li .text {}

/*600px以上*/
@media (min-width: 600px) {
	.post_list li .thumb { width: 40%; float: left; margin-right: 1em;}
}

/*900px以上*/
@media (min-width: 900px) {
    .post_list li {
        width: calc(100% / 3 - 1.25em);
    }
    .post_list li .thumb { float: none; width: 100%; margin-right: 0;}
}

/*****投稿個別****************/
.type_post {}

.type_post .content {
	width: 92vw;
	max-width: 1440px;
	margin-inline: auto;
}

.post_contents > .inner_section, .post_list > .inner_section {
	padding-top: 0;
}

.type_post .main_text {
    background: #fff;
    padding: 2em 5%;
    border-radius: var(--br50);
}

.type_post .post_title {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    text-align: left;
        font-weight: bold;
    margin-bottom: .5em;
}

.type_post .post_contents .date {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.type_post .post_body img {
    width: 100%;
    height: auto;
    border-radius: var(--br10);
}

.kanren_area li .thumb img {
    aspect-ratio: 7 / 4;
}