/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*----------------------------ログイン画面*/
.ly_wrap {
    padding: 1% 8%;
    margin: auto;
    width: 100%;
}
.ly_wrap2 {
    padding: 3% 20% 10%;
    margin: auto;
    width: 100%;
}

.textbox {margin: .7em 0;}

/*----------------------------タブ切り替え*/
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
    background-color: #E4F4D6;
}
.tab {
    padding: 10px 50px;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}
.tab.active {
    cursor: pointer;
    font-weight: bold;
    border-bottom: solid 5px #8DC95A;
}
.tab-content {
    display: none;
    padding: 1em;
    background: #fff;
}
.tab-content.active {
    display: block;
}
label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #bdc3c7;
    cursor: pointer;
    background-color: #ecf0f1;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
       transition-duration: 200ms;
}
label.panel-label:hover {
    color: #003399;
}
#panels {
    background-color: white;
}
#panels .container {
    margin: 0 auto;
    width: 90%;
}
#panels section header label.panel-label {
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#panels section > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    -o-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}
#panel-1-ctrl:checked ~ #panels #panel-1 > div {
    max-height: initial;
    opacity: 1;
    padding: 20px 24px;
}
#panel-2-ctrl:checked ~ #panels #panel-2 div {
    max-height: initial;
    opacity: 1;
    padding: 20px 24px;
}
#panel-3-ctrl:checked ~ #panels #panel-3 div {
    max-height: initial;
    opacity: 1;
    padding: 48px 24px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
    border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    background-color: white;
    color: #003399;
    padding-top: 12px;
    /*padding-top: 24px;*/
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
    border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    background-color: white;
    color: #003399;
    padding-top: 12px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
    border-right: 1px solid transparent;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
    border-left: 1px solid #dfdfdf;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    background-color: white;
    color: #003399;
    padding-top: 12px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
}
ul#tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
}
ul#tabs-list li {
    text-align: center;
    font-size: 0.875em;
    width: 25%;
    -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;
    position: relative;
}
ul#tabs-list li:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: none;
}
ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
}
ul#tabs-list li:hover + li {
    border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
    position: relative;
    padding: 12px 0;
    font-size: 1.4em;
}
ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #003399;
    height: 0;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
       transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
    padding-top: 12px;
}
ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
}
.panel_group {
    margin: 0 auto;
}
.panel-radios {
    display: none;
}
.panel_group p {
    line-height: 1.8;
}
#li-for-panel-3, #li-for-panel-2, #li-for-panel-3 {
    padding-bottom: 0;
}
/*----------------------------アイコンサイズ調整*/
.ic_2 {
    width: 2rem;
}
.triangle-right-small {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.triangle-right-small > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.triangle-right-small > li::before {
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.5em solid transparent;
    border-left: 0.8em solid #A9E08B;
    content: "";
}
/*----------------------------トップへ戻る*/
.totop {
    margin: 3em 3em -1em;
}
/*----------------------------一覧へ*/
.navi {
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    font-weight: 700;
}
/*----------------------------ヘッダー*/
.bl_header__wrap {
    padding: 0 5%;
}
.bl_header__inner {
    margin: 1.5em 0 0.5em;
}
.account_name a {
    color: #FFFFFF;
    font-size: clamp(1.8rem, 2.3vw, 2.3rem);
    font-weight: 800;
}
.header_menu {
    margin: 1em 0;
}
.header_menu li:last-child {
    border: none;
    margin-right: -1.4rem;
}
.header_menu li {
    margin: 0 1.4em 0 0em;
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
    padding: 0 1em 0em 0em;
}
.header_menu li {
    border-right: dotted 1px #000;
}
.header_menu li img {
    width: 90%;
}
.logo img {
    width: 90%;
}
.img_Wrapper {
    overflow: hidden; /* 拡大した時はみ出た部分を隠す */
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
}
.header_menu li img:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); /*拡大*/
    transition-duratiosn: 0.7s; /*動く時間(なめらかになる)*/
}
.btn_header {
    margin: 0 0em 0 1em;
}
.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
.dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #8DC95A;
    line-height: 1;
    width: 0;
    height: 0px;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    margin: 0 0.2rem 0.2rem 0;
}
/*----------------------------コンテンツスライドショー*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 30%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
/*----------------------------サイドメニュー*/
.side_menu ul {
    margin: 0 10% 0 0;
}
.side_menu ul li {
    padding: 1em 0;
    margin: auto;
    background-color: #E4F4A8;
    border: solid 1px #fff;
}
.side_menu ul li p {
    text-align: center;
    font-weight: 800;
    font-size: clamp(1.2rem, 1.6vw, 2rem);
}
.side_menu ul .__active {
    background-color: #4E9536;
}
.side_menu ul .__active p {
    color: #fff;
    text-align: center;
    font-weight: 800;
}
.btn_lg_wrap {
    position: relative;
    margin: 1em 0;
}
.btn_lg_wrap img {}
.btn_lg {
    position: absolute;
    right: -44%;
    padding: 31%;
    top: 63%;
}
.btn_lg img {
    width: 70%;
}
/*----------------------------共通絞り込み*/
.nav_wrap {
    /*margin: 2em 0 1em;*/
}
.nav {
    margin: 0 .5em;
}
/*----------------------------メインゾーン*/


.sec_ttl {
    font-size: clamp(1.8rem, 3vw, 3rem);
    color: #fff;
    padding: 5% 8% 0;
    font-weight: 800;
    margin-top: 0.3em;
}
.md_ttl {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    font-weight: 700;
    margin: 0 0 0.3em 0;
    line-height: 1.35;
}
.bl_item {
    padding: .5em 1em;
    border-radius: 0 0 10px 10px;
}
.top_ttl {
    padding: 2em 0;
    margin: auto;
    text-align: center;
}
.top_ttl p {
    display: inline-block;
    font-size: clamp(2rem, 3.3vw, 3.6rem);
    font-weight: 800;
    line-height: 1.45;
}
.top_ttl p:after {
    display: block;
    background-color: #3AB544; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    height: 6px; /* 線幅 */
}
.top_img {
    margin: 2em 0 0 0;
    padding: 0 7em;
}
.ly_table {
    padding: 0 8%;
    margin: auto;
    width: 100%;
}
.ly_table p {
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}
.lg_ttl {
    border: solid 1px #707070;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 9px 7px #9BD668;
            box-shadow: 9px 7px #9BD668;
    font-size: clamp(1.6rem, 2.5vw, 3rem);;
    margin-bottom: 2em;
    font-weight: 700;
}
.main_menu .month li {
    padding: .6em 2em;
    background-color: #8FC31F;
    border-radius: 10px 10px 0 0;
}
.main_menu .month .main_month {
    padding: .6em 7em;
    background-color: #006934;
    border-radius: 10px 10px 0 0;
}
.main_menu ul li p {
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: clamp(2rem, 2vw, 2.3rem);
}
.bl_ttl {
    font-size: clamp(2.2rem, 3vw, 3rem);
    font-weight: 700;
    margin: 0 0 2rem 0;
}
.bl_ttl_green {
    font-size: clamp(2.2rem, 3vw, 3rem);
    font-weight: 700;
    margin: 0 0 2rem 0;
    color: #3AB544;
}
.bl_ttl_green_sm {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    font-weight: 700;
    margin: 0 0 2rem 0;
    color: #3AB544;
    background-color: #edffdb;
    padding: .5em 1em;
    border-radius: 5px;
}

.bl_subtext {
    margin: .7em 0;
}

.ttl_sub { font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 700;
    margin: 2.7rem 0 1.8rem 0;
    padding: -.5em 1em;
}
.ttl_sub span {
    color: #78C32D;
    padding: 0 .3em 0 0;
}
.textheight {line-height: 1.6;}

.mgr_1 {margin-right: 1em;}

/*----------------------------スライドショー*/
.wrap_whatnew {
    margin: 0 auto;
}
.wrap_whatnew tr {
    line-height: 2;
}
/*----------------------------スライドショー*/
.thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}
.thumbnail img {
    width: 100%;
    height: auto;
}
/*----------------------------スライドショーここまで*/
/*----------------------------カレンダー*/
.table_calendar {
    margin-top: 1em;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    color: #ffffff;
}
.table_calendar .date td {
    padding: 1rem 0 0 1rem;
    border-bottom: none;
    text-align: justify;
    font-weight: 700;
}
.table_calendar th {
    padding: 7px;
    background: #8FC31F;
    border: solid 1px #006934;
    color: #ffffff;
    font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.table_calendar td {
    padding: 1em .3em;
    border: solid 1px #006934;
    border-top: none;
}
.table_calendar .calendar_school {
    margin: 0 auto 1rem;
}
.table_calendar .calendar_school p {
    text-align: justify;
    font-size: clamp(1.1rem, 1.2vw, 1.2rem);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* 0.3秒でスムーズに */
}
.table_calendar .calendar_school p:hover {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); /* 1.1倍に拡大 */
}
.tag_lang {
   margin: 0.4em 0 0 0;
    padding: .3rem 0.7rem;
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    /* margin-right: 0.3rem; */
    font-size: clamp(1rem, 1.4vw, 1.7rem);
    display: inline-block;
}
.tag_space {
   margin: .7em 0 .5em;
    
}

/*----------------------------セクションタイトル*/
.bl_section__ttl {
    padding: 1rem;
    margin-bottom: 2em;
    background-color: #22AC38;
}
.bl_section__ttl h2 {
    font-size: clamp(1.6rem, 2.2vw, 2.6rem);
    color: #fff;
}
/*----------------------------連絡ノート*/
.alart {
    margin: 1em 0;
    padding: 1rem;
    background-color: #fff;
}
.alart p {
    font-size: clamp(1.6rem, 2vw, 2rem);
}
.tag_note {
    padding: .3rem .5rem;
    margin-right: .4rem;
    border-radius: 5px;
    color: #fff;
}
.table_note {}
.table_note, .table_note2 {
    margin-top: 1em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    color: #ffffff;
    font-size: clamp(1.1rem, 1.4vw, 1.6rem);
}
.table_note2 {
    margin: 2em 0 1em;
    text-align: justify;
}
.table_note .date td, .table_note2 .date td {
    padding: 1rem 0 0 1rem;
    border-bottom: none;
    text-align: justify;
    font-weight: 700;
}
.table_note th {
    padding: 10px;
    background: #edffdb;
    border: solid .7px #000;
    color: var(--c-main);
    text-align: justify;
}
.table_note2 th {
    padding: .7em 1em;
    background: #F4F7DF;
    border: solid 1.5px #006934;
    border-bottom: dotted 2px #006934;
    color: var(--c-main);
    font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.table_note tr {}
.table_note td {
    padding: .5em;
    border: solid .7px #000;
    text-align: justify;
        line-height: 1.75;
}
.table_note2 tr:last-child {
    border-bottom: solid 1.5px #006934;
}
.table_note2 td {
    padding: .7em 1em;
    border: solid 1.5px #006934;
    border-bottom: dotted 1.5px #006934;
    border-top: none;
    background: #F4F7DF;
    font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.table_note .calendar_school {
    margin: 0 auto 1rem;
}
.table_note .calendar_school p {
    background-color: #fff;
    text-align: justify;
    font-size: clamp(1.1rem, 1.2vw, 1.2rem);
}
.table_note tr a {
    display: block;
}
/*----------------------------入力エリア*/
.area_input {
    margin: 2em 0;
    padding: 1em;
}
.listttl_text, .main_menu ul li .listttl_text {
    font-size: clamp(1rem, 1.4vw, 1.4rem);
    font-weight: 700;
    color: var(--c-brown);
    margin-right: 0.5rem;
}
#date {
    border: solid 1px #006934;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    /* margin-left: 1em; */
    margin: 0.5rem 0;
    padding: 1rem 2rem;
    background-color: #fff;
}
.tag_form {
    padding: 0.1rem 0;
    border-radius: 5px;
    font-weight: 800;
    margin-right: 1.3rem;
    margin-top: 0.4em;
}
.tag_form p {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.75;
}
.mgb_7 {
    margin-bottom: .7em;
}
.table_wrap {
    overflow-y: scroll;
}
/* お知らせ
   ========================================================================== */
.list_info {
    margin: 1em 0;
}
.list_info li {
    margin: 1em;
}
figcaption {
    background-color: #fff;
    padding: 1em;
    line-height: 1.5;
}
.el_date {
    font-size: 1.2rem;
}
.ly_whatsNew_inner {}
.ly_whatsNew_inner .whatnew a {
    margin: 1em 0;
    padding: .5em 2em;
    color: #fff;
    border-radius: 5px;
}
/*サポーター*/
.thank {
    margin: 4em 0;
}
.thank p {
    text-align: center;
    margin: 2.5em;
}
.lg_box {
    margin: 1em 0;
    padding: 1.5em;
    color: #fff;
    border-radius: 15px;
    font-size: 3rem;
    font-weight: 800;
}
/*----------------------------支援レポートー*/
.sm_text {
    font-size: clamp(1rem, 1vw, 1.4rem);
}
.tag_box {
    border: solid 2px #006934;
    padding: 1rem 0;
    border-radius: 5px;
}
/*----------------------------お知らせ編集ページ*/
.table_edit {
    margin-top: 1em;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    color: #ffffff;
}
.table_edit .date td {
    padding: 1rem 0 0 1rem;
    border-bottom: none;
    text-align: justify;
    font-weight: 700;
}
.table_edit th {
    padding: 10px;
    border: solid 1px #006934;
    color: #ffffff;
    font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.table_edit td {
    padding: 1em .5em;
    border: solid 1px #006934;
    border-top: none;
    color: #ffffff;
    font-weight: 700;
}
.table_edit td:nth-of-type(1), .table_edit th:nth-of-type(1) {
    padding: 1em .5em;
    border-bottom: solid 1px #fff;
    border-top: none;
    background-color: #8FC31F;
}
.date-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
}
.date-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.datetime-local-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
}
.datetime-local-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.month-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
}
.month-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.week-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
}
.week-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.time-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
}
.time-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
input.range-style[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    height: 14px;
    width: 100%;
    background: var(--color-kusumigreen, #BFD3C5);
    border-radius: 10px;
    border: solid 3px #fff;
}
/* WebKit */
input.range-style[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-main, #148837);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
/* Moz */
input.range-style[type="range"]::-moz-range-thumb {
    background: var(--color-main, #148837);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
}
/* Firefox */
input.range-style[type="range"]::-moz-focus-outer {
    border: 0;
}
input.range-style[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
.tag-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: calc(25% - 15px);
    min-height: 2.5em;
    margin: 5px;
}
.tag-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.txt-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    width: 100%;
    min-height: 2.5em;
}
.txt-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.textarea-style {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    height: 100px;
    padding: 0.4em 0.8em;
    width: 100%;
}
.textarea-style:focus {
    border: 1px solid rgba(0, 0, 0, .6);
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.form_image {
    visibility: visible !important;
    width: 100%;
}
.visible_image {
    width: 300px;
    height: auto;
    padding: 1em;
}
.delete_image {
    display: table;
    padding: .5em 1em;
    max-width: 100%;
    border-radius: 5px;
    font-size: 1.4rem;
    background: #c98b8b;
    color: #7c1c1c;
}
.cs_voice {
    background-color: #8FC31F;
    display: inline-block;
    padding: 5px;
    margin: .3em 1em;
    border-radius: 10px;
    color: #fff;
}
.cs_status {
    display: inline-block;
    padding: 5px;
    margin: auto 0;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
}
.total {
    margin: 1em 0;
}
.total p {
    font-size: clamp(1.2rem, 2vw, 2.5rem);
    font-weight: 800;
    display: inline-block;
    padding: 0 1rem;
}
.ph_right {
    margin-right: 1em;
    margin-bottom: 1em;
}
/*------------タブデザイン*/
.tab-3 > .tab_hide {
    min-width: 30px;
}
.tab-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #edffdb;
}
.tab-3 > label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #edffdb;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}
.tab-3 > label:hover {
    opacity: .8;
}
.tab-3 input {
    display: none;
}
.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em 0.5em;
    background-color: #fff;
}
.tab-3 label:has(:checked) {
    border-bottom: 4px solid #72d025;
    color: #72d025;
}
.tab-3 label:has(:checked) + div {
    display: block;
}
.li_box {
    margin: .3em 0.5em;
    padding: .2em 0em;
    text-align: center;
    color: #fff;
}
.bl_text {
    margin-left: 2em;
}
.list_wrap {
    margin: 1em 0;
}
.item_wrap_inner {}
.item_wrap {
    margin: 0 0 0 5%;
}
.item_wrap li {
    width: 31%;
    margin: 0 3.5% 2em 0;
}
.item_wrap li img {margin-bottom: .6em;}

.item_wrap li:nth-child(3n) {
    margin: 0 0em 2em 0;
}
.item_wrap2 li {
    width: 22%;
    margin: 0 1.6% 2em 1.6%;
}
.item_wrap2 li:nth-child(4n) {
    margin: 0 0em 2em 1.6%;
}
.item_wrap3 li {
    width: 31%;
    margin: 0 3.5% 2em 0;
}
.item_wrap3 li:nth-child(3n) {
    margin: 0 0em 2em 0;
}
.img_photo2 img {
    border-radius: 10px;
}
.item_category {
    display: inline-block;
    padding: 0.9rem 0rem;
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: 600;
}
.item_ttl {
    font-size: clamp(1rem, 1.3vw, 1.6rem);
    margin: 1em 0 .5em;
    padding: 0.4rem 0;
    width: 40%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}
.btn_detail {
    border-radius: 20px;
    padding: .4rem 0;
    text-align: center;
    margin: 1rem 0 .8rem;
    width: 8em;
}
.btn_detail p {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.btn_detail .green_text {
    color: #3AB544;
}
.btn_detail span::after {
    left: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.btn_detail .arrow_green::after {
    left: 7px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3AB544;
    border-right: 2px solid #3AB544;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before, .arrow::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow_green {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #3AB544;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow_green::before, .arrow_green::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_apply {
    background-color: #9BD668;
    padding: 0.6em 1.5em;
    border-radius: 5px;
    margin: 2em 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
a .btn_apply {
    color: #fff;
    font-weight: 600;
}
a .btn_apply_green {
    color: #3AB544;
    font-weight: 600;
}
.md_green_subttl {
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    color: #3AB544;
    font-weight: 800;
    margin: 2.5em 0;
}
.il_lank {
    margin: 2.5em 1em 0 0;
}
/*--------------------------------------------
３点リーダー
--------------------------------------------*/
.bl_pointLeader_wrap {
    overflow: hidden;
}
/*-- １行 --*/
.bl_pointLeader_wrap .bl_pointLeader_item {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*-- 2行 --*/
.bl_pointLeader_wrap .bl_pointLeader2_item {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*-- 3行 --*/
.bl_pointLeader_wrap .bl_pointLeader3_item {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*---------------------------フッター*/
footer {
    margin: 3em 0 0 0;
}
.footer_inner {
    background-color: #CC8843;
    margin: -1em 0;
    padding: 2em 5% 7em 5%;
}
.sprout {
    text-align: right;
    margin: -7px 3em;
}
.sprout img {
    width: 5rem;
}
.footer_left {
    margin-right: 2rem;
}
.footer_left p {
    color: #fff;
    font-weight: 500;
    font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
.footer_right ul {
    margin-bottom: 1rem;
}
.footer_right ul li {
    margin-right: 1rem;
}
.copyright {font-size:  clamp(.8rem, 1.3vw, 1.3rem);
margin: -2em;}

@media (max-width: 959px) {
    .lg_ttl {margin-bottom: 1em;
            margin-right: 1em;}
    .ly_table {
        padding: 0 6%;
    }
    .ly_wrap {
        padding: 3% 6%;
        margin: auto;
        width: 100%;
    }
    .sm_header {
        margin: 2em 0;
    }
    .bl_header__wrap {
        padding: 0 5%;
    }
    .main_menu .month .main_month {
        padding: .6em 4.2em;
        border-radius: 10px 10px 0 0;
    }
    .li_box {
        font-size: 1.2rem;
    }
    .bl_text {
        margin-left: 1rem;
    }
    .btn_detail {
        width: 5.4em;
    }
    .bl_item {
        padding: .5em 0.8em;
    }
    /*********************ハンバーガーメニュー*********************/
    #nav-drawer {
        position: relative;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display: none;
    }
    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }
    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span::before, #nav-open span::after {
        position: absolute;
        height: 3px; /*線の太さ*/
        width: 25px; /*長さ*/
        border-radius: 3px;
        background: #000;
        display: block;
        content: " ";
        cursor: pointer;
    }
    #nav-open span::before {
        bottom: -8px;
    }
    #nav-open span::after {
        bottom: -16px;
    }
    /*下層ページ用*/
    #nav-open span.under-page, #nav-open span.under-page::before, #nav-open span.under-page::after {
        background: var(--color-black);
    }
    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none; /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0; /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer;
    }
    .el_close_btn {
        display: block;
        background: #fff;
        width: 5.5em;
        height: 4em;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 0 5px 5px;
    }
    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-close span, #nav-close span::before, #nav-close span::after {
        position: absolute;
        height: 3px; /*線の太さ*/
        width: 25px; /*長さ*/
        border-radius: 3px;
        background: #fff;
        display: block;
        content: " ";
        cursor: pointer;
    }
    #nav-close span::before {
        bottom: -8px;
    }
    #nav-close span::after {
        bottom: -16px;
    }
    /*content内*/
    #nav-close_btn span::before {
        position: absolute;
        top: 25px;
        right: 25px;
        height: 3px;
        width: 25px;
        background: #000;
        display: block;
        content: " ";
        cursor: pointer;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    #nav-close_btn span::after {
        position: absolute;
        top: 25px;
        right: 25px;
        height: 3px;
        width: 25px;
        background: #000;
        display: block;
        content: " ";
        cursor: pointer;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999; /*最前面に*/
        width: 90%; /*右側に隙間を作る*/
        max-width: 90%; /*最大幅*/
        height: 100%;
        background: #8DC95A; /*背景色*/
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; /*滑らかに表示*/
        -webkit-transform: translateX(-105%);
            -ms-transform: translateX(-105%);
                transform: translateX(-105%); /*左に隠しておく*/
    }
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block; /*カバーを表示*/
        opacity: .5;
    }
    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); /*中身を表示*/
        -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
                box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
    #menu_hm {
        padding: 20% 10%;
        text-align: center;
    }
    #menu_hm li a {
        display: block;
        padding: 1em 0;
        font-weight: bold;
        font-size: 3vw;
        color: #fff;
    }
    #menu_hm li a:hover {
        color: var(--color-main);
        background-color: #fff;
    }
}
@media (min-width: 960px) {
    /*********************ハンバーガーメニュー*********************/
    #nav-drawer {
        display: none;
    }
}
@media (max-width: 559px) {
    #about {padding: 5%;}
    .ly_wrap {
        padding: 3% 3%;
    }
    .btn_detail {
        width: 7.4em;
    }
    /*----------------------------ヘッダー*/
    .bl_header__wrap {
        padding: 0 2% 0 2%;
    }
    .main_menu .month .main_month {
        padding: 0.6em 3em;
        border-radius: 10px 10px 0 0;
    }
    .main_menu .month li {
        padding: .6em 1em;
        border-radius: 10px 10px 0 0;
    }
    .mgb_6 {
        margin-bottom: .3em;
    }
    .table_note {}
    .tab-3 > label {
        min-width: 90px;
        padding: 0.7em 0em .5em;
    }
.item_wrap3 li {
    width: 100%;
    margin: 0 3.5% 2em 0;
}    
    
    /*----------------------------フッター*/
    .footer_text {
        margin-bottom: 2rem;
    }
    
    
    /*----------------------------*/
    .sm_header {
        margin: 2em 5%;
    }
    .item_wrap {
        margin: 0;
    }
    .item_wrap li:nth-child(3n) {
        margin: 1em 1em;
    }
    .item_wrap li:nth-child(2n) {
        width: 45%;
        margin: 1em 0 1em 0;
    }
    .item_wrap li {
        width: 45%;
        margin: 1em 1em 0 1em;
    }
    .item_category {
        padding: 1.2rem 0rem;
    }
    .bl_text {
        margin-top: 1rem;
        margin-left: 0;
    }
    .item_wrap2 li {
        width: 46%;
        margin: 0.5em 2% 1em;
    }
    .ly_wrap2 {
    padding: 3% 7% 10%;
}
    .top_img {
    margin: 2em 0 0 0;
    padding: 0 2em;
}
    .sm_wrap {padding: 0 3%;}
    .sec_ttl {padding: 5% 6% 0;}

}