@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
visibility:hidden;
}
.clearfix{ display: inline-block; }
/* Hides from IE Mac */
* html .clearfix{ height: 1%; }
.clearfix{ display:block; }

/* ---------- 初期 ---------- */
body { letter-spacing: 0.01em; font-family: "Satoshi", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;-webkit-text-size-adjust: 100%; font-weight: 400;}
img { max-width: 100%; pointer-events: none;-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;}
a { text-decoration: none;}
strong { font-weight: bold;}
/* ---------- /共通部分 ---------- */
#jougetyuou { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); margin: auto;}
#kadomaru { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
#resbtn { -webkit-appearance: none;}
.ancr { position: relative; transition: 0.5s;}
.anca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 10; cursor: pointer;}
.ancr:hover { opacity: 0.75; transition: 0.5s; cursor: pointer;}
/* ---------- /参考タグ部分 ---------- */


@media screen and (max-width: 768px) {
    .pconly {
        display: none !important;
    }
    

    .um-form {
        width: 90%;
        margin: 0 auto;
    }
    
    .nortxt {
        line-height: 1.6em;
        margin: 1em 0;
    }
    
    .norttl {
        color: #fff;
        font-size: 20px;
        background: #006D3D;
        border-radius: 6px;
        padding: 15px 20px;
        font-weight: bold;
    }
    
    
    .faqarea {}
    .faqarea .faq {}
    .faqarea .faq dt:before {
        content: 'Q';
        color: #DF6769;
        position: absolute;
        left: -2px;
        top: 0;
        font-size: 30px;
    }
    .faqarea .faq dt {
        margin-top: 30px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        border-bottom: solid 1px #000;
        margin-bottom: 15px;
        position: relative;
        padding-left: 1.7em;
    }
    .faqarea .faq dd {
        font-size: 16px;
        line-height: 1.8em;
    }
    .faqarea .faq dd .bld {
        font-weight: bold;
    }
    .faqarea .faq dd .pink {
        color: #DF6769;
    }
    .faqarea .faq dd p {
        margin-bottom: 0 !important;
    }
    .faqarea .faq dd a {
        color: #DF6769;
        text-decoration: underline;
    }
    
    .menus {}
    .menus #menus01 {
        display: none;
    }
    .menus #menus01:checked + label {
        background-image: url("common/img/icon_menu.png");
        transition: 0.3s;
    }
    .menus #menus01:checked + label + .menus_inner {
        opacity: 1;
        visibility: visible;
        right: 0;
        transition: 0.3s;
    }
    .menus label {
        display: block;
        width: 15vw;
        height: 15vw;
        background: url("common/img/icon_menu_off.png") no-repeat center;
        background-size: contain;
        position: relative;
        z-index: 12;
        transition: 0.3s;
    }
    .menus .menus_inner {
        position: fixed;
        right: 0;
        top: 8vw;
        background: #006D3D;
        box-sizing: border-box;
        height: calc(100vh - 4vw);
        overflow-y: scroll;
        z-index: 10;
        padding: 20vw 10vw 40vw;
        right: -1000px;
        transition: 0.3s;
    }
    .menus .menus_inner .menus_list {
        margin-bottom: 3vw;
    }
    .menus .menus_inner .menus_list li {
        border-bottom: dotted 1px #fff;
        font-size: 4vw;
         padding: 2vw 0;
    }
    
    .menus .menus_inner .menus_list.menus_list2 li {
        font-size: 3vw;
       
    }
    .menus .menus_inner .menus_list.menus_list2 li:last-child {
        border-bottom: none;
    }
    .menus .menus_inner .menus_list li a {
        
        display: block;
        color: #fff;
    }
    
    main {
        display: block;
        margin-top: 25vw;
    }
    
    
    .um-password {
        text-align: center;
    }
    .um-password .um-field-block {
        font-size: 20px;
        line-height: 1.6em;
        color: #000;
    }
    
/* Ultimate Member ヘルプアイコン（？）を非表示にする */
.um-field .um-tip i.um-icon-help-circled {
    display: none;
}

/* original-title属性のテキストをヘルプテキストとして表示する */
.um-field .um-tip::after {
    content: attr(original-title); /* ← この行が重要です */
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
    color: #555;
    font-weight: normal; /* 太字を解除 */
    white-space: normal; /* 折り返しを許可 */
}

/* ツールチップの枠線などをリセット */
.um-field .um-tip {
    border: none;
    pointer-events: none;
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
}

header {
    color: #fff;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}
   header .header_inner .header_left {
       font-size: 3.4vw;
    }
   header .header_inner .header_right {
       font-size: 3.4vw;
    }
header .header_inner {
    display: flex;
    background: #006D3D;
    box-sizing: border-box;
    padding: 3vw;
    justify-content: space-between;
}
header .header_logo {
    width: 35%;
    
    box-sizing: border-box;
    padding: 3vw 5vw;
}
    
    .header_btm {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    header .header_logo a {
        display: block;
    }
    
    #tayori {
        padding: 5vw 0 20vw;
    }
    
    #tayori .tayori_frame {
        width: 90%;
        margin: 0 auto;
        box-shadow: 0 0 8px rgba(0,0,0,0.15);
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 4.4vw 5vw;
    }
    #tayori .tayori_frame .tayori_cont_date {
        display: inline-block;
        color: #fff;
        font-size: 3.4vw;
        padding: 0 3vw;
        line-height: 1.6em;
        margin-bottom: 2vw;
        background: #006D3D;
        border-radius: 100vw;
    }
    #tayori .tayori_frame .tayori_cont_ttl {
        font-size: 4.5vw;
        line-height: 1.6em;
        font-weight: bold;
        padding-bottom: 3vw;
        border-bottom: solid 1px #DCDCDC;
        margin-bottom: 3.7vw;
    }
    #tayori .tayori_frame .tayori_cont_txt {
        font-size: 3.7vw;
        line-height: 1.4em;
    }
    
    #tayori .tayori_frame .tayori_cont_txt table {
        width: 100%;
        margin-bottom: 15px;
        
    }
    #tayori .tayori_frame .tayori_cont_txt table tr {}
    #tayori .tayori_frame .tayori_cont_txt table tr th {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: solid 1px #D1D0D0;
        padding: 3.7vw;
        font-size: 3.7vw;
        line-height: 1.4em;
        text-align: left;
        vertical-align: middle;
        background: #F8F8F8;
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: solid 1px #D1D0D0;
        padding: 3.7vw;
        font-size: 3.7vw;
        line-height: 1.4em;
    }
    
    #tayori .tayori_frame .tayori_cont_txt .cal iframe {
        width: 100%;
    }
    #tayori .tayori_frame .tayori_cont_txt p {
        margin-bottom: 1em;
    }
    #tayori .tayori_frame .tayori_cont_txt h2 {
        margin-bottom: 3vw;
        margin-top: 6vw;
        line-height: 1.4em;
        font-size: 4vw;
        font-weight: bold;
        background: #EDEDED;
        padding: 1em;
    }
    #tayori .tayori_frame .tayori_cont_txt h3 {
        margin-bottom: 3vw;
        margin-top: 5vw;
        line-height: 1.4em;
        font-size: 3.9vw;
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt b {
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt strong {
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt ul {
        font-size: 3.4vw;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li {
        position: relative;
        padding-left: 1em;
        line-height: 1.4em;
        margin-bottom: 3vw;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li::before {
        content: '・';
        position: absolute;
        left: 0;
        top: 0;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li ul {
        margin-top: 2vw;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li ul li::before {
        content: '-';
    }
    
    
    #tayori .tayori_en {
        text-align: center;
    font-size: 7vw;
    font-weight: bold;
    line-height: 2em;
    }
    #tayori .tayori_ttl {
        text-align: center;
    font-size: 4vw;
    margin-bottom: 8vw;
    }
    #tayori .tayori_list {
        width: 90%;
    margin: 0 auto;
    }
    #tayori .tayori_list li {
        font-size: 4vw;
        line-height: 1.5em;
        margin-bottom: 4vw;
    }
    #tayori .tayori_list li a {
        color: #000;
        display: block;
        box-shadow: 0 0 8px rgba(0,0,0,0.15);
        border-radius: 10px;
        overflow: hidden;
        padding: 1em 1.5em;
        transition: 0.3s;
    }
    #tayori .tayori_list li a:hover {
        box-shadow: 0 0 8px rgba(0,0,0,0.35);
        transition: 0.3s;
    }
    #tayori .tayori_list li .news-date {
        display: block;
        margin-bottom: 1vw;
        font-size: 3.4vw;
    }

#menu {
    position: relative;
    padding: 10vw 0 15vw;
    background: #f8f8f1;
}
#menu::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 6vw;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url("common/img/menu_bg.png");
    margin-bottom: -2px;
}
#menu .menu_en {
    text-align: center;
    font-size: 7vw;
    font-weight: bold;
    line-height: 2em;
}
#menu .menu_jp {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 8vw;
}
#menu .menu_boxes {
    width: 90%;
    margin: 0 auto;
}
#menu .menu_boxes .menu_box {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5vw;
    background: #fff;
}
#menu .menu_boxes .menu_box .menu_box_img {}
#menu .menu_boxes .menu_box .menu_box_img img {
    width: 100%;
    height: auto;
    display: block;
}
#menu .menu_boxes .menu_box .menu_box_txt {
    padding: 6vw;
}
#menu .menu_boxes .menu_box .menu_box_txt .menu_box_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 6vw;
    line-height: 1.5em;
    margin-bottom: 1em;
}
#menu .menu_boxes .menu_box .menu_box_btn {
    margin-top: 4vw;
    text-align: center;
}
#menu .menu_boxes .menu_box .menu_box_btn a {
    border-radius: 100px;
    background: #ffe057;
    box-sizing: border-box;
    border: solid 2px #ffe057;
    line-height: 1.1;
    display: inline-block;
    width: 80%;
    padding: 2vw 3vw;
    font-size: 4vw;
    color: #000;
}
#menu .menu_boxes .menu_box .menu_box_btn a:hover {
    
}
#menu .menu_boxes .menu_box .txt {
    width: 90%;
    text-align: left;
    font-size: 4vw;
    line-height: 1.8em;
    margin: 4vw auto;
}

#news {
    padding: 15vw 0 20vw;
}
#news .news_inner {
    width: 90%;
    margin: 0 auto;
}
#news .news_left {
    margin-bottom: 8vw;
}
#news .news_right {
    
}
#news .news_ttl {
    font-size: 7vw;
    font-weight: bold;
    line-height: 2em;
}
#news .news_sub {
    font-size: 4vw;
}
#news .news_list {}
#news .news_list li {
    font-size: 3.7vw;
    line-height: 1.5em;
    padding: 4vw 0;
    border-bottom: dashed 1px #3D3D3D;
}
#news .news_list .news-date {
    font-size: 3.4vw;
    font-weight: bold;
    width: 100%;
    margin-bottom: 3vw;
}
#news .news_list li a {
    color: #313131;
    display: block;
    width: 85%;
}
#news .news_list li span.hissu {
    color: #fff;
    background: #CE171A;
    font-weight: bold;
    font-size: 2.6vw;
    padding: 1vw 3vw;
    border-radius: 100px;
    line-height: 1.4em;
    display: inline-block;
    margin-right: 1vw;
    margin-top: 1vw;
}
#news .news_list li a:hover {
    text-decoration: underline;
}

#other {
    padding-bottom: 15vw;
}
#other .other_inner {
    width: 90%;
    margin: 0 auto;
}
#other .other_ttl {
    background: #006D3D;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}
#other .other_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#other .other_box {
    width: 32%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: solid 2px #42936f;
    padding-bottom: 20px;
}
#other .other_box img {
    width: 80%;
}
#other .other_box .other_box_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#slider {
    position: relative;
}
    #slider .prev-arrow {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    z-index: 3;
    }
#slider .next-arrow {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 3;
    }
#slider .slides {}
#slider .slides .slide {
    opacity: 0.9;
    transition: 0.3s;
    margin: 0 10px;
}
#slider .slides .slide img {
    display: block;
}
#slider .slides .slide.slick-current {
    opacity: 1;
    transition: 0.3s;
}

footer {
    padding: 20px;
    box-sizing: border-box;
    border-top: solid 1px #E3E3E3;
}
footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer_left ul li a {
    display: block;
}
footer .footer_left ul {
    display: flex;
    align-items: center;
}
footer .footer_left ul li {
    margin-right: 20px;
}
footer .footer_left ul li img {
    width: 30px;
}
.footer_btm {
    padding: 3vw 0;
    box-sizing: border-box;
    background: #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer_btm .footer_btm_left {
    width: 100%;
    }
.footer_btm .footer_btm_left ul {
    margin-bottom: 3vw;
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer_btm .footer_btm_left ul li {
    font-size: 3vw;
    margin: 0 1em;
}
.footer_btm .footer_btm_left ul li a {
    color: #000;
}

.footer_btm .footer_btm_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    }
.footer_btm .footer_btm_right .loguout {
    margin-right: 1em;
    }
.footer_btm .footer_btm_right .loguout a {
    color: #000;
    font-size: 3vw;
    }
.under_single {
    background: #F1F1F1;
    padding: 100px 0;
    margin-bottom: 100px;
}
.under_single .under_single_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px;
    text-align: left;
    background: #fff;
}
.under_single .under_single_inner {}
.under_single .under_single_inner .under_single_ttl {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 10px;
}
.under_single .under_single_inner .cont {
    font-size: 16px;
}
.under_single .under_single_inner .cont p {
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 1em;
}
.under_single .under_single_inner .cont h2 {
    background: #006D3D;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 40px;
    border-radius: 10px;
    padding: 15px 20px;
}
.under_single .under_single_inner .cont h3 {
    font-size: 22px;
    color: #006D3D;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top:35px;
}
.under_single2 {
    background: #F1F1F1;
    padding: 100px 0;
    margin-bottom: 100px;
}
.under_single2 .under_single_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.under_single2 .under_single_ttl {
    background: #006D3D;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}
.under_single2 .cont {}
.under_single2 .cont ul {}
.under_single2 .cont ul li {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0;
    border-bottom: dashed 1px #3D3D3D;
}
.under_single2 .cont ul li a {
    color: #313131;
}
}

@media screen and (min-width: 769px) {
    .sponly {
        display: none !important;
    }
    .um-form {
        padding: 50px 0;
    }
    .nortxt {
        line-height: 1.6em;
        margin: 1em 0;
    }
    
    .norttl {
        color: #fff;
        font-size: 20px;
        background: #006D3D;
        border-radius: 6px;
        padding: 15px 20px;
        font-weight: bold;
    }
    
html { font-size: 62.5%; }

    
    .faqarea {}
    .faqarea .faq {}
    .faqarea .faq dt:before {
        content: 'Q';
        color: #DF6769;
        position: absolute;
        left: -2px;
        top: 0;
        font-size: 30px;
    }
    .faqarea .faq dt {
        margin-top: 30px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em;
        border-bottom: solid 1px #000;
        margin-bottom: 15px;
        position: relative;
        padding-left: 1.7em;
    }
    .faqarea .faq dd {
        font-size: 16px;
        line-height: 1.8em;
    }
    .faqarea .faq dd .bld {
        font-weight: bold;
    }
    .faqarea .faq dd .pink {
        color: #DF6769;
    }
    .faqarea .faq dd p {
        margin-bottom: 0 !important;
    }
    .faqarea .faq dd a {
        color: #DF6769;
        text-decoration: underline;
    }
    
    .menus {}
    .menus #menus01 {
        display: none;
    }
    .menus #menus01:checked + label {
        background-image: url("common/img/icon_menu.png");
        transition: 0.3s;
    }
    .menus #menus01:checked + label + .menus_inner {
        opacity: 1;
        visibility: visible;
        right: 0;
        transition: 0.3s;
    }
    .menus label {
        display: block;
        width: 50px;
        height: 50px;
        background: url("common/img/icon_menu_off.png") no-repeat center;
        background-size: contain;
        position: relative;
        z-index: 12;
        transition: 0.3s;
    }
    .menus .menus_inner {
        position: fixed;
        right: 0;
        top: 30px;
        background: #006D3D;
        box-sizing: border-box;
        height: calc(100vh - 30px);
        overflow-y: scroll;
        z-index: 10;
        padding: 120px 80px 50px;
        right: -1000px;
        transition: 0.3s;
    }
    .menus .menus_inner .menus_list {
        margin-bottom: 15px;
    }
    .menus .menus_inner .menus_list li {
        border-bottom: dotted 1px #fff;
        padding: 10px 0;
        font-size: 20px;
    }
    
    .menus .menus_inner .menus_list.menus_list2 li {
        font-size: 16px;
        
    }
    .menus .menus_inner .menus_list.menus_list2 li:last-child {
        border-bottom: none;
    }
    .menus .menus_inner .menus_list li a {
        
        display: block;
        color: #fff;
    }
    
    main {
        display: block;
        margin-top: 130px;
    }
    
    
    .um-password {
        text-align: center;
    }
    .um-password .um-field-block {
        font-size: 20px;
        line-height: 1.6em;
        color: #000;
    }
    
/* Ultimate Member ヘルプアイコン（？）を非表示にする */
.um-field .um-tip i.um-icon-help-circled {
    display: none;
}

/* original-title属性のテキストをヘルプテキストとして表示する */
.um-field .um-tip::after {
    content: attr(original-title); /* ← この行が重要です */
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
    color: #555;
    font-weight: normal; /* 太字を解除 */
    white-space: normal; /* 折り返しを許可 */
}

/* ツールチップの枠線などをリセット */
.um-field .um-tip {
    border: none;
    pointer-events: none;
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
}
    
    
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    background: #fff;
}
header .header_inner {
    display: flex;
    background: #006D3D;
    box-sizing: border-box;
    padding: 10px;
    justify-content: space-between;
}
header .header_logo {
    width: 250px;
    box-sizing: border-box;
}
    .header_btm {
    padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header_btm_menu {
        display: flex;
    }
    .header_btm_menu li {
        font-size: 15px;
        margin-left: 1em;
    }
    .header_btm_menu li a {
        color: #000;
    }
    
    header .header_logo a {
        display: block;
    }
    
    #tayori {
        padding: 70px 0 150px;
    }
    
    #tayori .tayori_frame {
        width: 90%;
        max-width: 120rem;
        margin: 0 auto;
        box-shadow: 0 0 8px rgba(0,0,0,0.15);
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 44px 50px;
    }
    #tayori .tayori_frame .tayori_cont_date {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 0 10px;
        line-height: 1.6em;
        margin-bottom: 15px;
        background: #006D3D;
        border-radius: 100px;
    }
    #tayori .tayori_frame .tayori_cont_ttl {
        font-size: 22px;
        line-height: 1.6em;
        font-weight: bold;
        padding-bottom: 15px;
        border-bottom: solid 1px #DCDCDC;
        margin-bottom: 20px;
    }
    #tayori .tayori_frame .tayori_cont_txt {
        font-size: 16px;
        line-height: 1.4em;
    }
    #tayori .tayori_frame .tayori_cont_txt table {
        width: 100%;
        margin-bottom: 15px;
        
    }
    #tayori .tayori_frame .tayori_cont_txt table tr {}
    #tayori .tayori_frame .tayori_cont_txt table tr th {
        width: 30%;
        border: solid 1px #D1D0D0;
        padding: 15px;
        font-size: 16px;
        line-height: 1.4em;
        text-align: left;
        vertical-align: middle;
        background: #F8F8F8;
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt table tr td {
        width: 70%;
        border: solid 1px #D1D0D0;
        padding: 15px;
        font-size: 16px;
        line-height: 1.4em;
    }
    
    #tayori .tayori_frame .tayori_cont_txt .cal iframe {
        width: 100%;
    }
    #tayori .tayori_frame .tayori_cont_txt p {
        margin-bottom: 1em;
    }
    #tayori .tayori_frame .tayori_cont_txt h2 {
        margin-bottom: 10px;
        margin-top: 50px;
        line-height: 1.4em;
        font-size: 20px;
        font-weight: bold;
        background: #EDEDED;
        padding: 1em;
    }
    #tayori .tayori_frame .tayori_cont_txt h3 {
        margin-bottom: 10px;
        margin-top: 40px;
        line-height: 1.4em;
        font-size: 18px;
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt b {
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt strong {
        font-weight: bold;
    }
    #tayori .tayori_frame .tayori_cont_txt ul {
        font-size: 16px;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li {
        position: relative;
        padding-left: 1em;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li::before {
        content: '・';
        position: absolute;
        left: 0;
        top: 0;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li ul {
        margin-top: 6px;
    }
    #tayori .tayori_frame .tayori_cont_txt ul li ul li::before {
        content: '-';
    }
    
    #tayori .tayori_en {
        text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2em;
    }
    #tayori .tayori_ttl {
        text-align: center;
    font-size: 1.8rem;
    margin-bottom: 60px;
    }
    #tayori .tayori_list {
        width: 90%;
    max-width: 120rem;
    margin: 0 auto;
    }
    #tayori .tayori_list li {
        font-size: 1.8rem;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    #tayori .tayori_list li a {
        color: #000;
        display: block;
        box-shadow: 0 0 8px rgba(0,0,0,0.15);
        border-radius: 10px;
        overflow: hidden;
        padding: 1.5em 2em;
        transition: 0.3s;
    }
    #tayori .tayori_list li a:hover {
        box-shadow: 0 0 8px rgba(0,0,0,0.35);
        transition: 0.3s;
    }
    #tayori .tayori_list li .news-date {
        display: inline-block;
        margin-right: 2em;
    }

#menu {
    position: relative;
    padding: 50px 0 100px;
    background: #f8f8f1;
}
#menu::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 50px;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url("common/img/menu_bg.png");
    margin-bottom: -2px;
}
#menu .menu_en {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2em;
}
#menu .menu_jp {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 60px;
}
#menu .menu_boxes {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#menu .menu_boxes .menu_box {
    border-radius: 10px;
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
}
#menu .menu_boxes .menu_box:nth-child(3n) {
    margin-right: 0;
    }
#menu .menu_boxes .menu_box .menu_box_img img {
    width: 100%;
    height: auto;
    display: block;
}
#menu .menu_boxes .menu_box .menu_box_txt {
    padding: 30px;
}
#menu .menu_boxes .menu_box .menu_box_txt .menu_box_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 1em;
}
#menu .menu_boxes .menu_box .menu_box_btn {
    margin-top: 15px;
    text-align: center;
}
#menu .menu_boxes .menu_box .menu_box_btn a {
    border-radius: 100px;
    background: #ffe057;
    box-sizing: border-box;
    border: solid 2px #ffe057;
    line-height: 1.1;
    display: inline-block;
    width: 80%;
    padding: 15px 25px;
    font-size: 1.6rem;
    color: #000;
}
#menu .menu_boxes .menu_box .menu_box_btn a:hover {
    
}
#menu .menu_boxes .menu_box .txt {
    width: 90%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8em;
    margin: 20px auto;
}

#news {
    padding: 100px 0 150px;
}
#news .news_inner {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#news .news_left {
    width: 15%;
}
#news .news_right {
    width: 75%;
}
#news .news_ttl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2em;
}
#news .news_sub {
    font-size: 1.8rem;
}
#news .news_list {}
#news .news_list li {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 1.6rem 0;
    border-bottom: dashed 1px #3D3D3D;
    display: flex;
    justify-content: space-between;
}
#news .news_list .news-date {
    font-size: 1.4rem;
    font-weight: bold;
    width: 12%;
}
#news .news_list li a {
    color: #313131;
    display: block;
    width: 85%;
}
#news .news_list li span.hissu {
    color: #fff;
    background: #CE171A;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 1px 10px;
    border-radius: 100px;
    line-height: 1.5em;
    display: inline-block;
    margin-right: 5px;
}
#news .news_list li a:hover {
    text-decoration: underline;
}

#other {
    padding-bottom: 100px;
}
#other .other_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
#other .other_ttl {
    background: #006D3D;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}
#other .other_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#other .other_box {
    width: 32%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: solid 2px #42936f;
    padding-bottom: 20px;
}
#other .other_box img {
    width: 80%;
}
#other .other_box .other_box_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

    
#slider {
    position: relative;
    }
#slider .prev-arrow {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    z-index: 3;
    }
#slider .next-arrow {
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 3;
    }
#slider .slides {
    position: relative;
    }
#slider .slides .slide {
    opacity: 0.9;
    transition: 0.3s;
    margin: 0 10px;
}
#slider .slides .slide img {
    display: block;
}
#slider .slides .slide.slick-current {
    opacity: 1;
    transition: 0.3s;
}

footer {
    padding: 20px;
    box-sizing: border-box;
    border-top: solid 1px #E3E3E3;
}
footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer_left ul li a {
    display: block;
}
footer .footer_left ul {
    display: flex;
    align-items: center;
}
footer .footer_left ul li {
    margin-right: 20px;
}
footer .footer_left ul li img {
    width: 30px;
}
.footer_btm {
    padding: 10px 20px;
    box-sizing: border-box;
    background: #F1F1F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_btm .footer_btm_left {}
.footer_btm .footer_btm_left ul {
    display: flex;
}
.footer_btm .footer_btm_left ul li {
    font-size: 14px;
    margin-right: 1em;
}
.footer_btm .footer_btm_left ul li a {
    color: #000;
}
.footer_btm .footer_btm_right {
    display: flex;
    align-items: center;
    }
.footer_btm .footer_btm_right .loguout {
    margin-right: 1em;
    }
.footer_btm .footer_btm_right .loguout a {
    color: #000;
    font-size: 12px;
    }
.under_single {
    background: #F1F1F1;
    padding: 100px 0;
    margin-bottom: 100px;
}
.under_single .under_single_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px;
    text-align: left;
    background: #fff;
}
.under_single .under_single_inner {}
.under_single .under_single_inner .under_single_ttl {
    font-size: 30px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 1em;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 10px;
}
.under_single .under_single_inner .cont {
    font-size: 16px;
}
.under_single .under_single_inner .cont p {
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: 1em;
}
.under_single .under_single_inner .cont h2 {
    background: #006D3D;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 40px;
    border-radius: 10px;
    padding: 15px 20px;
}
.under_single .under_single_inner .cont h3 {
    font-size: 22px;
    color: #006D3D;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top:35px;
}
.under_single2 {
    background: #F1F1F1;
    padding: 100px 0;
    margin-bottom: 100px;
}
.under_single2 .under_single_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.under_single2 .under_single_ttl {
    background: #006D3D;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}
.under_single2 .cont {}
.under_single2 .cont ul {}
.under_single2 .cont ul li {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0;
    border-bottom: dashed 1px #3D3D3D;
}
.under_single2 .cont ul li a {
    color: #313131;
}
}


