* {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}

* ::-webkit-scrollbar {
    display: none;
}

#header {
    position: fixed;
}

body {
    background-color: #F5F5F5;
    font-feature-settings: "palt";


}

.fake-header {
    height: 100px;
    /* border: solid; */

}

.bread {
    background-color: #F5F5F5;
    color: #2f2f2f;
    z-index: 9;
    font-size: 1rem;
    padding-top: 90px;
    padding-left: 2%;
    padding-bottom: 8px;
    letter-spacing: 0.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 4;
    font-style: normal;

}

.top-img {
    position: relative;
}

.kasou-top-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.top-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 150px;
    overflow-x: hidden;
}

.top-img p {
    position: absolute;
    font-size: 70%;
}

.kasou-top-logo {
    display: flex;
    justify-content: center;
    transform: translateY(-70%);
}

.kasou-top-logo img {
    width: 3.5vw;
    min-width: 25px;
    height: 2.5vw;
    min-height: 25px;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 48.2%;
    transform: translate(0%, -65%); */
    display: inline-block;
}

.haikei {
    z-index: -1;
    width: 100%;
    background-attachment: fixed;
    position: fixed;
    -webkit-filter: opacity(39%);
    filter: opacity(39%);
    display: inline-block;
    pointer-events: none;
    overflow-x: hidden;
}

.haikei img {
    overflow: hidden;
}

.kasou-top-img p {
    /* text-align: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    /* -ms-transform: translate(-50%,-50%); 
  -webkit-transform: translate(-50%,-50%);  */
    transform: translate(-49%, -50%);
    /* margin: 0;
    padding: 0; */
    /* font-size: 2.5rem; */
    font-size: 3vw;
    color: white;
    z-index: 2;
    /* width: -webkit-fit-content;
    width: -moz-fit-content; */
    width: fit-content;
    letter-spacing: 0.45rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.1em;
}

@media screen and (max-width: 1000px) {
    .kasou-top-img p {
        font-size: 3.5vw;
    }
}

.wrapper {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    /* border: solid; */
    /* height: 150vh; */
    position: relative;

}

.wrapper-body {
    margin-top: 80px;
    position: absolute;
}

.le-contents {
    font-size: 1rem;
    padding: 2% 5% 2% 5%;
    background-color: #ffffff6e;
    letter-spacing: 0.1em;
    line-height: 2.1em;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;
    margin-bottom: 35px;

}





/* 小見出しの緑まる　小見出しはこれを使って欲しい！ */

.le-table-title {
    text-align: start;
    font-size: 1.4rem;
    /* margin-left: 12px; */
}

.table-sircle {
    color: #2fa89a;
    font-size: 12px;
    text-align: center;
    vertical-align: top;

}

/* ここまで */

/* 適当な時に使う箇条書きの丸たち */

.yallow-sircle {
    color: #f4e767;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
}

.contact-sircle {
    color: #79d2db;
    font-size: 10px;
    vertical-align: top;
}

/* お問い合せで使って欲しい！ */

.le-contact-title {
    font-size: 1.28rem;
}

.contact-sircle {
    color: #79d2db;
    font-size: 10px;
    vertical-align: top;
}

/* 文章中のメアドもお問い合わせのメアドもこれ！ */
.le-mail-adress {
    color: #2fa89a;
}

.le-mail-adress:hover {
    color: #79d2db;
    transition: 0.25s;
}

/* ここまで */



/* 受付はこちら！のところはこれ使うと統一感でる！　
リンクで飛ぶやつは私ほぼこれにしてる！ */

.jump-to-contact {
    color: #79d2db;
}

.jump-to-contact:hover {
    color: #2fa89a;
    transition: 0.25s;

}

/* ここまで */



/*＝＝＝並び替えボタンのCSS*/
.sort-btn {
    /* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 50px 20px 50px;
    text-align: center;
    font-size: 1.1rem;
    /* font-family: ten-mincho, serif; */

}

.sort-btn li {
    background: #eee;
    list-style: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 10px;
    justify-content: center;

}

.sort-btn li.sort00.active {
    /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    background-image: linear-gradient(150deg, #71d1c6cb, #79d1dba9);

}

.sort-btn li.sort01.active {
    /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    background: #79D2DB;
}

.sort-btn li.sort02.active {
    /*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
    background: #F4E767;
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
    .sort-btn {
        justify-content: space-between;
    }

    .sort-btn li {
        width: 48%;
        margin: 0 0 10px 0;
        text-align: center;
    }
}


/*＝＝＝Muuriのレイアウトのための調整 */
.grid-news {
    position: relative;
    /*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: 1;
    list-style: none;
    /* text-align: start; */
}

横並びで3つ表示

/*内側のボックスの高さが崩れないように維持*/
.item-content {
    position: relative;
    width: 100%;
    height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid-news img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
/* @media only screen and (max-width: 768px) {
    .item {
        width: 49.5%;
    }
} */

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent !important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


/* ここからニュース */

.news {
    position: relative;
}

.news-box-contents {
    width: 80%;
    /* margin: 0 auto; */
    /* padding: 5% 15%; */
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-box-contents p {
    text-align: center;
    font-size: 3rem;
    font-family: servus-slab, serif;
    font-weight: 600;
    font-style: normal;
}


.news-content ul li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 5px;
    list-style: none;
}

.news-content ul li time {
    padding: 5px 30px;
    font-size: 15px;
    letter-spacing: 3px;
}

.news-content ul li time,
.news-content ul li span {
    display: inline-block;
    vertical-align: middle;
    font-family: ten-mincho, serif;
    font-weight: 600;
    font-style: normal;
}

.news-content ul li span.news-info-o-pun {
    background: #79D2DB;
    color: #2F2F2F;
    letter-spacing: 2px;
    border-radius: 4px;
    font-family: ten-mincho, serif;
    font-weight: 600;
    font-style: normal;
    padding: 0px 10px;

}

.news-content ul li span.news-info-kousin {
    background: #F4E767;
    color: #2F2F2F;
    letter-spacing: 2px;
    border-radius: 4px;
    font-family: ten-mincho, serif;
    font-weight: 600;
    font-style: normal;
    padding: 0 10px;
}

.news-content ul li span {
    color: #fff;
    margin-right: 20px;
    font-size: 13px;
    /* width: 80px; */
    text-align: center;
    /* padding: 3px 0; */
}

.news-content ul li div {
    margin-left: 30px;

}

.news-content ul li div a {
    text-decoration: none;
    padding: 3px 0 0 0px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #2FA89A;
    border-bottom: solid 1.2px#2FA89A;
    display: inline-block;
    line-height: 1;
}

.news-content ul li div a:hover {
    text-shadow: 2px 2px 3px #fff6a8;
    cursor: pointer;
    text-decoration: none;
}

.news-content ul li div {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}








:root {

    --white: #636363;
    --grey-light: #71D1C5;
    --grey: #71D1C5;
    --black: #9262d1;
    --black-blue: #71D1C5;
    --black-blue-light: #71D1C5;
    --black-blue-light-2: #71D1C5;
    --black-blue-light-3: #71D1C5;
    --black-light: #71D1C5;

}







:root {

    --white: #636363;
    --grey-light: #71D1C5;
    --grey: #71D1C5;
    --black: #9262d1;
    --black-blue: #71D1C5;
    --black-blue-light: #71D1C5;
    --black-blue-light-2: #71D1C5;
    --black-blue-light-3: #71D1C5;
    --black-light: #71D1C5;

}







/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 4vw;
    bottom: 80px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2.5px rgba(77, 74, 74, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
    font-weight: 900;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: var(--white);
    left: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}

.progress-wrap:hover::after {
    opacity: 0.5;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f106';
    font-weight: 900;
    text-align: center;
    line-height: 46px;
    font-size: 28px;
    opacity: 0;
    /* background-image: linear-gradient(298deg, var(--red), var(--yellow)); */
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/* ローディングの背景部分のCSS */
.loader {
    background: #2FA89A;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader-animation {
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    color: #ffffff;
    text-indent: -9999em;
    font-size: 10px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader-animation:before,
.loader-animation:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader-animation:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-animation:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}