@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;
}


.fMin {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.fGot {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.fMaru {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.fTime {
    font-family: "Times New Roman", "Times New Roman", sans-serif;
}

.zMaru_g {
    font-family: zen-maru-gothic, sans-serif;
}

.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
}


@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');
}

.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: bold;
}

.big {
    font-size: 120%;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

.small3 {
    font-size: 70%;
}

.lh14 {
    line-height: 1.4;
}

/*a[target="_blank"]::after { font-family: "FAsolid"; font-weight:900; content: "\f35d"; display: inline-block; margin:0 0 0 3px; }*/
.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;
}

.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: #EFEFEF;
    --c_yel: #F9EE8C;
    --c_red: #BC0711;
    --c_grn: #D3EFBA;
    --c_brown: #7F5950;
    --c_blue: #BAEDEF;
}


/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}

body {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: var(--c_brown);
    background: #FFFDE9;
    letter-spacing: .1em;
}



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

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

p {
    margin: 0px 0px .8em 0px;
}

/*下部に余白*/

/*リンク文字色*/
a {
    text-decoration: none;
    color: var(--c_brown);
    transition: all .6s;
}

a:hover {
    color: #333;
    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_gold {
    color: #CBBA85;
}

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

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

.c_wt {
    color: #fff;
}

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


.txt_colorful span:nth-child(odd) {
    color: #EEE59A;
}

.txt_colorful span:nth-child(even) {
    color: #DE954D;
}

/*背景色*/
.bg_red {
    background: var(--c_red);
}

.bg_gray {
    background: var(--c_gray);
}

.bg_grn {
    background: var(--c_grn);
}

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

.bg_wt {
    background: #fff;
}



.nt_mbtm1>li:not(:last-child) {
    margin-bottom: 1em;
}

.nt_mbtm2>li:not(:last-child) {
    margin-bottom: 2em;
}

.br10 {
    border-radius: 10px;
}

.br20 {
    border-radius: 20px;
}

.br30 {
    border-radius: 30px;
}


.tel_num a {
    position: relative;
    padding-left: 1em;
    color: var(--subcolor);
    font-weight: bold;
}

.tel_num a::before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_tel.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



/*テーブル*/
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: 1rem;
    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: 1200px;
    margin: 0 auto;
}

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

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

.inner-section {
    width: 96vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.inner-wide {
    width: 96vw;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 0;
}

.pt140 {
    padding-top: 140px;
}

.pb140 {
    padding-bottom: 140px;
}

:root {
    --vw: 1vw;
}




/*背景の波線*/


.wave {
    position: relative;
    padding: 20px 0;
}

.wave::before {
    content: "";
    -webkit-mask-image: url(../images/common/wave.svg);
    mask-image: url(../images/common/wave.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 76px;
    position: absolute;
    top: -74px;
    right: 0;
}

.wave::after {
    content: "";
    -webkit-mask-image: url(../images/common/wave.svg);
    mask-image: url(../images/common/wave.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 76px;
    position: absolute;
    bottom: -74px;
    right: 0;
    transform: scaleY(-1);
}

.bg_grn.wave::before,
.bg_grn.wave::after {
    background-color: var(--c_grn);
}

.bg_blue.wave::before,
.bg_blue.wave::after {
    background-color: var(--c_blue);
}

.bg_wt.wave::before,
.bg_wt.wave::after {
    background-color: #fff;
}

.box.bg_wt {
    padding: 2.5em;
    border-radius: 30px;
}


/*内側に点線*/
.inr_dott {
    outline: 2px dotted #B79891;
    outline-offset: -8px;
}


.w100 {
    width: 96vw;
    max-width: 1000px;
    margin: auto;
}

.w110 {
    width: 96vw;
    max-width: 1000px;
    margin: auto;
}


.m_at {
    margin: auto;
}


.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: 20px;
}

.contents_btm02 {
    margin-bottom: 40px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 80px;
}

.contents_btm05 {
    margin-bottom: 100px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

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

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

.pb80 {
    padding-bottom: 80px;
}

.pd80 {
    padding: 80px 0;
}

.pd10 {
    padding: 100px 0;
}


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


@media (max-width:799px) {
    #wrapper {
        padding-top: 90px;
    }

    .inner-section,
    .inner-wide,
    .inner {
        width: 94vw;
    }

    .inner-section,
    .inner-wide,
    .pd10,
    .pd80 {
        padding: 8vw 0;
    }

    .contents_btm01 {
        margin-bottom: 2vw;
    }

    .contents_btm02 {
        margin-bottom: 4vw;
    }

    .contents_btm03 {
        margin-bottom: 6vw;
    }

    .contents_btm04 {
        margin-bottom: 8vw;
    }

    .contents_btm05 {
        margin-bottom: 10vw;
    }

    .pb80 {
        padding-bottom: 8vw;
    }

    section,
    footer {
        width: 100vw;
    }

    .ds_no {
        display: none !important;
    }

    .br20 {
        border-radius: 15px;
    }

    .br30 {
        border-radius: 20px;
    }

    .box.bg_wt {
        padding: 1.5em;
        border-radius: 20px;
    }



    .pt140 {
        padding-top: 12vw;
    }

    .pb140 {
        padding-bottom: 12vw;
    }

    .wave::before {
        height: 6vw;
        top: -5vw;
    }

    .wave::after {
        height: 6vw;
        bottom: -5vw;
    }





}




@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;
    }

    .br20 {
        border-radius: 10px;
    }

    .br30 {
        border-radius: 15px;
    }
}

@media (max-width:399px) {
    #wrapper {
        padding-top: 65px;
    }
}


.btn {
    width: 90%;
    max-width: 500px;
    position: relative;
    margin: 2em auto 0;
}

.btn a {
    display: block;
    padding: 1em 1.5em;
    color: inherit;
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    background: #F9EE8C;
    text-align: center;
    position: relative;
    outline: 2px dotted #B79891;
    outline-offset: -8px;
    border-radius: 40px;
}

.btn a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--c_brown);
    border-width: 6px 0px 6px 8px;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
}



@media (max-width: 599px) {

    .btn a::after {
        border-width: 4px 0px 4px 5px;
        right: 1em;
    }


}






/*フッター*/
#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 {
    padding: 10em 0 0;
    position: relative;
}

#footer {
    position: relative;
    z-index: 1;
}

#footer .left_area {
    width: 40%;
}

#footer .right_area {
    width: 50%;
}

#footer #foot_logo {
    width: 100%;
    max-width: 300px;
}

#footer .left_area li {
    font-size: .875rem;
}


#footer #fnav {
    column-count: 3;
}

#footer #fnav li a {
    padding-left: 1em;
    position: relative;
}

#footer #fnav li a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--c_brown);
    border-width: 4.5px 0px 4.5px 7px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#copy {
    font-size: 0.75rem;
    text-align: center;
    padding: 1em 0;
}




@media (max-width:1199px) {

    #footer .left_area {
        width: 35%;
    }

    #footer .right_area {
        width: 60%;
    }



}


@media (max-width:799px) {

    footer {
        padding: 6em 0 0;
    }

    #footer .left_area,
    #footer .right_area {
        width: 100%;
    }

    #footer .left_area {
        margin-bottom: 2em;
    }

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

    #footer .left_area li {
        text-align: center;
    }



}





@media (max-width:599px) {

    footer {
        padding: 4em 0 0;
    }

    #footer #fnav {
        column-count: 2;
    }



}

@media (max-width:399px) {


    #footer #fnav {
        column-count: 1;
    }

    #footer #fnav li {
        text-align: center;
    }


}



/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
    top: 48%;
    right: 15px;
}

.title::before {
    transform: rotate(0deg);
}

.title::after {
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.ac_box {
    display: none;
    /*はじめは非表示*/
    margin: 0;
    padding: 1%;
}




.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;
    /*不透明度を元に戻す*/
}


/*上下ゆらゆら*/
.swinging {
    animation-name: swinging;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes swinging {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, -15px)
    }
}


/*テキストを下からフェードイン*/
figure.hover-parent {
    width: 100%;
    position: relative;
    margin-bottom: .5em;
    overflow: hidden;
}

figcaption.hover-mask {
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 0;
    transition: all 0.6s ease;
}

figure.hover-parent:hover .hover-mask {
    opacity: 1;
    padding-bottom: .5em;
}





/*フェードイン設定*/

/*スクロールで*/

/*右から*/
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
}

.fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

/*左から*/
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}

.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

/*下から*/
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}


/*左から順番に*/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(150px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

.delay-time02 {
    animation-delay: 0.5s;
}

.delay-time03 {
    animation-delay: 0.7s;
}

.delay-time04 {
    animation-delay: 1s;
}

.delay-time05 {
    animation-delay: 1.5s;
}

.delay-time06 {
    animation-delay: 2s;
}


/*読み込まれたら*/

/* 下から */
.load_fadeUp {
    animation-name: load_fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes load_fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.load_fadeLeft {
    animation-name: load_fadeLeftAnime;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes load_fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.load_fadeRight {
    animation-name: load_fadeRightAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes load_fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}




@media (max-width:799px) {

    .delay-time02 {
        animation-delay: 0s;
    }

    .delay-time03 {
        animation-delay: 0s;
    }

}





#page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 30px;
    bottom: 30px;
    background: var(--maincolor);
    border-radius: 50%;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

#page_top a::before {
    font-family: FAsolid;
    font-weight: 900;
    content: '\f106';
    display: block;
    font-size: 25px;
    color: #fff;
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
    text-align: center;
}

@media (max-width: 499px) {
    #page_top {
        width: 50px;
        height: 50px;
        right: 5px;
        bottom: 50px;
    }

    #page_top a {
        width: 50px;
        height: 50px;
        line-height: 1;
    }

    #page_top a::before {
        margin-bottom: 2px;
    }
}

@media (max-width: 369px) {

    #page_top,
    #page_top a {
        width: 45px;
        height: 45px;
    }

    #page_top {
        bottom: 45px;
    }

    #page_top a::before {
        margin-bottom: 0;
        height: 22px;
    }
}

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


.sub_main {
    padding: 7em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_main h1 {
    font-size: clamp(1.875rem, 1.33rem + 2.73vw, 3.375rem);
    position: relative;
    margin-bottom: 0;
}

.sub_main h1 .en {
    display: block;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    letter-spacing: .25em;
    margin-top: .5em;
}

.sh1 {
    font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
    margin-bottom: 2em;
    position: relative;
}

.sh1 .t_und_yel {
    display: inline-block;
}

.sh2 {
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
    margin-bottom: 1em;
}

.sh3 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    margin-bottom: 1em;
}


.mt {
    margin-top: 50px;
}







@media (max-width:799px) {

    .sub_main {
        padding: 3em 1em;
    }



    .sh1 {
        margin-bottom: 1.5em;
    }



}




@media (max-width:599px) {}


@media (max-width:399px) {}






.info_tex,
.blog_tex {
    display: none;
}

.sub_main.page_info .info_tex {
    display: block;
}

.page_blog .blog_tex {
    display: block!important;
}