body {
    background-image: url(../img/bg_body.gif);
    background-repeat: repeat;
    background-position: center;
    color: #7a6856;
    font-family: "YakuHanJP", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .1rem
}

a {
    color: #90be00;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a:hover {
    color: #698b00
}

img {
    max-width: 100%;
    height: auto
}

.ja {
    font-family: "YakuHanJP", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

.en {
    font-family: "YakuHanJP", "futura-pt", sans-serif;
    font-weight: 500
}

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

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    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;
    -webkit-perspective: 100px;
    perspective: 100px;
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat;
    background-position: center
}

.loader::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -58px;
    width: 116px;
    height: 60px;
    -webkit-animation: rotate 2.5s linear infinite;
    animation: rotate 2.5s linear infinite;
    background: url(../img/loader.png) no-repeat center/contain
}

.loader.off {
    display: none
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

#header {
    background: url(../img/bg_header.jpg) repeat-x left top;
    background-size: 403px 50px;
    padding-top: 50px
}

#header #logo {
    width: 350px
}

#header .inner {
    max-width: 1160px;
    margin: 0 auto;
    min-width: 1024px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header #head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 7em
}

.navi_tel a {
    color: #7a6856;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.4
}

.navi_tel a span {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: right
}

.navi_tel a em {
    font-style: normal
}

.navi_tel a em:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px;
    color: #90be00
}

.foot_tel {
    line-height: 1.4;
    text-align: center
}

.foot_tel a {
    color: #7a6856;
    font-size: 3.5rem;
    font-weight: 600
}

.foot_tel a span {
    display: block;
    font-size: 1.5rem;
    font-weight: 500
}

.foot_tel a em {
    font-style: normal
}

.foot_tel a em:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px;
    color: #90be00
}

#navi {
    padding: 20px 0
}

#navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    max-width: 1160px
}

#navi ul li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#navi ul li:after {
    content: "";
    right: -5px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background: #ccc
}

#navi ul li:first-child:before {
    content: "";
    left: -5px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    background: #ccc
}

#navi ul li a {
    color: #7a6856;
    font-weight: 600;
    line-height: 1.4
}

#navi ul li a:hover {
    color: #90be00
}

#navi ul li span {
    display: block;
    color: #90be00;
    font-size: 1.2rem
}

#navi ul li i {
    display: block;
    background-color: #fff;
    color: #90be00;
    border: 1px solid #90be00;
    border-radius: 50%;
    margin: 0 auto 10px;
    width: 32px;
    line-height: 32px
}

#sub_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sub_navi .sub_navi_title {
    width: 150px
}

#sub_navi_list li {
    font-size: 1.3rem
}

#sub_navi_list li a {
    display: block;
    margin-bottom: 15px;
    color: #90be00;
    font-size: 2rem;
    font-weight: 600;
    text-align: center
}

#sub_navi_list li span {
    display: block;
    width: 50px;
    margin: 0 auto 5px
}

#sub_navi_list li p {
    text-align: center
}

#page-top {
    position: fixed;
    right: -10px;
    bottom: 6em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 5
}

#page-top a {
    display: block;
    position: relative;
    color: #90be00;
    font-weight: 400
}

#page-top a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #90be00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#page-top a:hover:before {
    width: 100px
}

#footer {
    background: url(../img/bg_footer.jpg) repeat-x left top;
    padding-top: 50px
}

#footer .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 100px 0
}

#footer .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer .link_list a {
    color: #fff
}

#footer .link_list a:hover {
    text-decoration: underline
}

#footer .link_list>li>a {
    color: #fff;
    font-weight: 600
}

#footer .sub_link_list {
    margin-top: 15px;
    font-size: 1.2rem
}

#footer .sub_link_list li {
    margin-top: 10px
}

#footer .sub_link_list li a {
    position: relative;
    padding-left: 15px
}

#footer .sub_link_list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #1e9e2a
}

#footer .copyright {
    background-color: #5b4023;
    color: #fff;
    padding: 5px 0;
    font-size: 1rem;
    text-align: center
}

.flogo {
    margin: 0 auto 30px;
    width: 300px
}

#nav-toggle,
#gloval-nav,
#sp_navi {
    display: none
}

#slideshow {
    position: relative;
    overflow: hidden
}

.slider {
    width: 100vw;
    height: 70vh;
    position: relative;
    overflow: hidden
}

.slider>div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0
}

.slider>div .slider-img {
    display: none
}

.slider>div>div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat
}

.slider>div .swiper-pagination-bullet-active {
    background: #90be00
}

#catch {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 2;
    width: 768px;
    animation: fadeIn 6s ease 1s 1 normal;
    -webkit-animation: fadeIn 6s ease 1s 1 normal
}

.page_scroll {
    display: inline-block;
    position: absolute;
    right: 2%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}

.page_scroll::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4)
}

.page_scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
    -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite
}

@-webkit-keyframes sdl {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50.1% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@keyframes sdl {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50.1% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

.contact_btn li a,
.contact_btn li button {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1em 3em;
    border-radius: 5em;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center
}

.contact_btn li a span,
.contact_btn li button span {
    position: relative
}

.contact_btn li a:before,
.contact_btn li button:before {
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%
}

.contact_btn li a:after,
.contact_btn li button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
    width: 100%
}

.contact_btn li .contact_other {
    background-color: #90be00;
    color: #fff
}

.contact_btn li .contact_other:before {
    background-color: #7da500
}

.form .form-pattern-1 .submit-btn {
    border-radius: 5em;
    border: none;
}

.contact_btn li .contact_mail,
.form .form-pattern-1 .submit-btn {
    background-color: #1e9e2a;
    color: #fff
}

.contact_btn li .contact_mail:before,
.form .form-pattern-1 .submit-btn:hover {
    background-color: #1a8924
}

.contact_btn li .contact_shop {
    background-color: #fff;
    color: #90be00
}

.contact_btn li .contact_shop:before {
    background-color: #f2f2f2
}

.contact_btn li .contact_shop:hover {
    color: #90be00
}

.contact_btn li .contact_w_01 {
    width: 340px;
    padding: 1em 3em
}

.contact_btn li .contact_w_02 {
    margin: 20px auto 0
}

.single_01 {
    margin: 0 auto;
    max-width: 1160px;
    padding-bottom: 60px
}

.single_02 {
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 60px
}

.single_03 {
    margin: 0 auto;
    max-width: calc(100% - 100px);
    padding-bottom: 60px
}

.single_04 {
    margin: 0 auto;
    max-width: 768px;
    padding-bottom: 60px
}

.single_05 {
    margin: 0 auto;
    max-width: 1160px
}

.single_06 {
    margin: 0 auto;
    max-width: 1024px
}

.single_07 {
    margin: 0 auto;
    max-width: calc(100% - 100px)
}

.single_08 {
    margin: 0 auto;
    max-width: 768px
}

.single_09 {
    padding-bottom: 60px
}

.bg_common {
    padding-top: 60px
}

.bg_b {
    margin-bottom: 60px
}

.bg_01 {
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat;
    background-position: center
}

.bg_02 {
    background-image: url(../img/bg_02.png);
    background-repeat: repeat;
    background-position: center;
    background-color: #f8f1e3
}

.bg_03 {
    background-color: #5b4023
}

.bg_04 {
    background-color: #fff
}

.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5 .child:nth-child(5n) {
    margin: 0 0 2% 0
}

.sec_wrap {
    background: url(../img/bg_04.jpg) no-repeat center 80%;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sec_wrap .sec_child {
    width: 50%;
    padding: 50px 25px;
    font-size: 1.6rem;
    font-weight: 600
}

.sec_wrap .sec_child .sec_txt {
    max-width: 560px;
    margin: 0 auto
}

.sec_wrap #sec_left {
    background: rgba(144, 190, 0, 0.8)
}

.sec_wrap #sec_right {
    background: rgba(0, 0, 0, 0.3)
}

.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vertical .title {
    position: relative;
    width: 5%
}

.vertical .contents {
    width: 91%
}

.mtitle_page {
    position: relative;
    z-index: 1;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.4
}

.mtitle_page span {
    display: block;
    color: #90be00;
    font-size: 1.5rem
}

.mtitle_big {
    position: relative;
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.4
}

.mtitle_big span {
    display: block;
    position: relative;
    color: #90be00;
    font-size: 1.2rem
}

.mtitle_big span:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    background-color: #90be00;
    width: 60px;
    height: 1px
}

.mtitle_vertical {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: .15em
}

.mtitle_vertical span {
    display: block;
    color: #90be00;
    font-size: 1.2rem;
    line-height: 1em;
    margin-left: 10px
}

.mtitle_middle {
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 600
}

.mtitle_middle:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #90be00
}

.mtitle_small {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.8rem;
    padding: 12px 30px;
    margin-bottom: 20px
}

.mtitle_small:before {
    position: absolute;
    top: 15%;
    left: 8px;
    width: 6px;
    height: 70%;
    content: '';
    background: #90be00
}

.mtitle_small span {
    font-size: .8em
}

.mtitle {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600
}

.mtitle_top {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4
}

.mtitle_top span {
    display: block;
    margin-bottom: 10px;
    color: #90be00;
    font-size: 1.5rem;
    font-weight: 500
}

.mtitle_sub {
    margin-bottom: 10px;
    color: #90be00;
    font-size: 2rem;
    font-weight: 600
}

.mtitle_point {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.mtitle_point:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #90be00;
    display: block;
    margin: 10px auto 0
}

.mtitle_news {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mtitle_ribon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 100%
}

.mtitle_ribon span {
    display: inline-block;
    background: #90be00;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 30px
}

.mtitle_ribon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #435800 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_greeting {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1.4
}

.mtitle_greeting span {
    display: block;
    color: #90be00;
    font-size: 1.2rem
}

.mtitle_greeting:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #90be00;
    width: 40px;
    height: 1px
}

.mtitle_mg {
    position: relative;
    margin: -17px 0 17px;
    z-index: 2;
    white-space: nowrap;
    color: #fff
}

.mtitle_mg span {
    display: inline-block;
    background-color: #90be00;
    padding: 6px 7px 6px 9px;
    letter-spacing: .2em
}

.mtitle_mg em {
    display: inline-block;
    background-color: #c1deb7;
    padding: 9px 9px 11px 10px;
    color: #7a6856;
    font-style: normal
}

.mtitle_balloon {
    font-size: 3.5rem;
    margin-bottom: 30px
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
    line-height: 1em;
    overflow: hidden;
    text-transform: uppercase
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
    content: "";
    display: block;
    border-bottom: 3px solid #7a6856;
    position: absolute;
    width: 50%;
    bottom: 6px
}

.mtitle_balloon span:before {
    left: -5px
}

.mtitle_balloon span:after {
    right: -5px
}

.mtitle_balloon span i {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #7a6856;
    border-right: 3px solid #7a6856;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px
}

.a_btn {
    margin-top: 20px
}

.a_btn a,
.a_btn button {
    display: table;
    background: #fff;
    border: 1px solid #90be00;
    color: #90be00;
    margin: 0 auto;
    padding: .5em 2em;
    border-radius: 100px
}

.a_btn a:after,
.a_btn button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 10px
}

.a_btn a:hover,
.a_btn button:hover {
    background: #90be00;
    color: #fff
}

.b_btn {
    display: block;
    margin-top: 30px;
    width: 300px;
    padding: 1em;
    text-align: center;
    color: #90be00;
    border: 1px solid #90be00;
    background-color: transparent;
    position: relative;
    -webkit-transition: .46s;
    transition: .46s
}

.b_btn:hover {
    background-color: #90be00;
    color: #fff
}

.b_btn:hover .b_btn_icon {
    background-color: #fff;
    right: 26px;
    width: 30px
}

.b_btn:hover .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.b_btn .b_btn_icon {
    position: absolute;
    top: calc(50% - 1px);
    right: -30px;
    width: 60px;
    height: 1px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #90be00
}

.b_btn .b_btn_icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #90be00;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #90be00;
    -webkit-transition: inherit;
    transition: inherit
}

.b_btn.b_btn_01 {
    margin: 30px auto 0
}

.b_btn.b_btn_white {
    color: #fff;
    border: 1px solid #fff
}

.b_btn.b_btn_white:hover {
    background-color: #fff;
    color: #90be00
}

.b_btn.b_btn_white:hover .b_btn_icon {
    background-color: #90be00
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
    border-left: 4px solid #90be00;
    border-bottom: 4px solid #90be00
}

.b_btn.b_btn_white .b_btn_icon {
    background-color: #fff
}

.b_btn.b_btn_white .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.c_btn {
    margin-top: 30px
}

.c_btn a,
.c_btn button {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #7a6856;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3em
}

.c_btn a:after,
.c_btn button:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-transition: .2s;
    transition: .2s
}

.c_btn a:hover:after,
.c_btn button:hover:after {
    right: 10px
}

.c_btn.c_btn_01 {
    position: absolute;
    bottom: -8%
}

.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
    margin: 0 auto
}

.d_btn {
    height: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 30px;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    max-width: 300px;
    min-width: 260px;
    will-change: transform;
    color: #fff
}

.d_btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.d_btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff
}

.d_btn:hover:before {
    opacity: 1;
    -webkit-transform: scale(2) rotate(0deg);
    transform: scale(2) rotate(0deg)
}

.d_btn span {
    margin: 0 .3125em;
    position: relative;
    z-index: 1
}

.d_btn i {
    line-height: 1em;
    margin-left: .8em;
    position: relative;
    z-index: 1
}

.d_btn i:before {
    font-family: "Font Awesome 5 Free";
    content: "\2192";
    font-weight: 900
}

.d_btn.d_btn_01 {
    background: #90be00
}

.d_btn.d_btn_01 span,
.d_btn.d_btn_01 i {
    color: #fff
}

.d_btn.d_btn_01:before {
    background: #fff
}

.d_btn.d_btn_01:hover span,
.d_btn.d_btn_01:hover i {
    color: #90be00
}

.d_btn.d_btn_02 {
    background: #1e9e2a
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
    color: #90be00
}

.d_btn.d_btn_02:before {
    background: #90be00
}

.d_btn.d_btn_02:hover span,
.d_btn.d_btn_02:hover i {
    color: #fff
}

.d_btn.d_btn_03 {
    margin: 30px auto 0
}

.e_btn {
    margin-top: 30px
}

.e_btn a,
.e_btn span {
    display: table;
    position: relative;
    background: #fff;
    color: #7a6856;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.e_btn a:after,
.e_btn span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.news-bl dt {
    float: left;
    width: 7em;
    border: 1px solid #7a6856;
    border-radius: 10em;
    margin-bottom: 10px;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    border-bottom: 1px dotted #7a6856;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news_list li {
    border-bottom: 1px solid #ccc
}

.news_list li:first-child {
    border-top: 1px solid #ccc
}

.news_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    color: #7a6856
}

.news_list li a:hover {
    background-color: #fff
}

.news_list li a .news_date {
    margin-right: 20px;
    font-size: 1.2rem
}

.news_list li a .news_category {
    background: #fff;
    border: 1px solid #1e9e2a;
    color: #1e9e2a;
    padding: 5px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center
}

.tbl {
    width: 100%;
    background-color: #fff;
    color: #7a6856
}

.tbl th,
.tbl td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #ccc
}

.tbl th {
    background-color: #90be00;
    color: #fff;
    font-weight: 600
}

.tbl_list {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1
}

.tbl_list th,
.tbl_list td {
    vertical-align: middle;
    padding: 5px 10px
}

.tbl_list th {
    text-align: left;
    font-weight: 600
}

.tbl_new {
    width: 100%;
    font-size: 1.4rem
}

.tbl_new th,
.tbl_new td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px dotted #7a6856
}

.tbl_new th {
    text-align: left;
    font-weight: 500
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 24%;
    position: relative;
    background: #90be00;
    color: #fff;
    font-weight: 600
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff;
    border-width: 10px;
    border-left-color: #90be00;
    margin-top: -10px
}

.company td {
    background: #fff;
    padding-left: 20px
}

.tbl_simple {
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 1.3rem
}

.tbl_simple th,
.tbl_simple td {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ccc
}

.tbl_simple th {
    background-color: #b99c7d;
    color: #fff;
    font-weight: 600
}

.cell_01 {
    width: 32%
}

.cell_02 {
    width: 30%
}

.cell_03 {
    width: 20%
}

.course {
    width: 32%;
    text-align: right
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #7a6856
}

.list_half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list_half li {
    position: relative;
    width: 50%
}

.list_half li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    padding: 1px;
    color: #90be00
}

.list_check li {
    position: relative;
    padding: 0 0 5px 1.5em
}

.list_check li:before {
    position: absolute;
    top: 0;
    left: 1.5em;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    content: "\f14a";
    margin: 0 5px 0 -1.5em;
    padding: 1px;
    color: #90be00
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1em;
    color: #90be00
}

.list_line li {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_line2 li {
    position: relative;
    display: inline-block;
    padding-right: 10px
}

.list_line2 li:after {
    position: absolute;
    content: "→"
}

.list_line2 li:last-child:after {
    display: none
}

.list_macker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.15em;
    font-weight: bold
}

.list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #90be00;
    color: #fff;
    height: 3em;
    width: 3em;
    line-height: 2.4em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 20.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ggmap_02 {
    padding-bottom: 70.25%
}

.ggcalendar {
    position: relative;
    padding-bottom: 76.25%;
    height: 0;
    overflow: hidden
}

.ggcalendar iframe,
.ggcalendar object,
.ggcalendar embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #5b4023;
    color: #fff
}

.article .article_image {
    width: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_b {
    margin-bottom: 60px
}

.article.article_white {
    background-color: #fff;
    color: #7a6856
}

.article.article_01 .article_image {
    background-image: url(../img/article_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/slider_03.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/top_about_01.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/top_about_02.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.article.article_07 .article_image {
    background-image: url(../img/article_07.jpg)
}

.article.article_08 .article_image {
    background-image: url(../img/article_08.jpg)
}

.article.article_09 .article_image {
    background-image: url(../img/article_09.jpg)
}

.article.article_10 .article_image {
    background-image: url(../img/article_10.jpg)
}

.article.article_11 .article_image {
    background-image: url(../img/article_11.jpg)
}

.top_blog {
    display: block;
    position: relative;
    background-color: #fff;
    color: #7a6856;
    padding: 2em 2em 3em;
    border-radius: 6px
}

.top_blog:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #1e9e2a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top_blog:hover {
    color: #7a6856
}

.top_blog:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.top_blog .inner {
    padding: 20px 30px 40px
}

.date {
    display: block;
    position: absolute;
    top: 2em;
    right: 1em;
    color: #90be00;
    font-size: 1rem;
    letter-spacing: .15em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: 'palt'0;
    font-feature-settings: 'palt'0
}

.date_entry {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 500
}

.top_blog_title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600
}

.top_blog_txt {
    font-size: 1.3rem
}

.blog_topics {
    font-size: 1.3rem
}

.blog_topics li a {
    display: block;
    color: #7a6856;
    padding: 15px;
    border-bottom: 1px dotted #ccc
}

.blog_topics li a:hover {
    background-color: #fff;
    color: #7a6856
}

.blog_topics li a .topics_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog_topics li a .topics_detail .image {
    width: 10%
}

.blog_topics li a .topics_detail .text {
    width: 80%;
    margin-left: 10px
}

.blog_topics li a .time_date {
    width: 120px;
    font-size: 1.2rem
}

.blog_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog_contents .blog_main {
    width: 65%
}

.blog_contents .blog_side {
    width: 30%;
    background-color: #fff;
    padding: 30px
}

.category_nav li {
    border-bottom: 1px dotted #7a6856
}

.category_nav li a {
    display: block;
    padding: 10px 15px
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px;
    color: #90be00;
    margin-right: 5px
}

.category_nav li a:hover {
    background-color: #fdfbf7
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600
}

.blog_title:before {
    margin-right: 5px;
    color: #90be00
}

.blog_title.archive:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: 900
}

.blog_title.new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 900
}

.blog_article {
    padding: 0 30px 50px;
    background-color: #fff;
    margin-bottom: 50px
}

.blog_article:last-child {
    margin-bottom: 0
}

.blog_new {
    border-bottom: 1px dotted #90be00
}

.blog_new:last-child {
    border-bottom: none
}

.blog_new a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px
}

.blog_new a .image {
    width: 40%
}

.blog_new a .detail {
    width: 50%
}

.blog_new a .detail .entry_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pages {
    overflow: hidden;
    margin-top: 50px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block
}

.pages .page_next a,
.pages .page_prev a {
    display: block;
    padding: 10px 20px;
    background-color: #fff
}

.pages .page_next {
    float: left
}

.pages .page_prev {
    float: right
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery_ul a {
    display: none;
    position: relative;
    overflow: hidden;
    height: 250px
}

.gallery_ul a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

.ie .gallery_ul a img {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery_ul a:first-child {
    display: block
}

.gallery_ul span {
    display: block;
    margin-top: 5px;
    text-align: center
}

.gallery_ul.gallery_ul_01 li {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_01 li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul.gallery_ul_02 li {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_02 li:nth-child(4n) {
    margin: 0 0 3% 0
}

.gallery_ul.gallery_ul_03 li {
    width: 48.5%;
    margin: 0 3% 3% 0
}

.gallery_ul.gallery_ul_03 li:nth-child(2n) {
    margin: 0 0 3% 0
}

.sns_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sns_icon li {
    margin-right: 5%
}

.sns_icon li a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #90be00 !important;
    font-size: 2rem;
    text-align: center
}

.sns_icon li a:hover {
    background-color: #90be00;
    color: #fff !important
}

.facebook_btn {
    background: #4267b2
}

.insta_btn {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.insta_btn:before {
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.line_btn {
    background: #00b82b
}

.twitter_btn {
    background: #55acee
}

.top_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.thumb_list {
    display: block;
    color: #7a6856;
    font-size: 1.4rem
}

.thumb_list .thumb_image {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    background: #f5f8f5
}

.thumb_list .thumb_image img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.thumb_list .thumb_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.thumb_list .thumb_image:after {
    display: block;
    content: '';
    padding-top: 75%
}

.thumb_list .thumb_image .detail_btn {
    opacity: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: #fff;
    padding: 3px 10px;
    font-size: 1.2rem
}

.thumb_list .thumb_image .detail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #90be00;
    margin-right: 5px
}

.thumb_list .thumb_title {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: bold
}

.thumb_list:hover {
    color: #7a6856
}

.thumb_list:hover .thumb_image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.thumb_list:hover .thumb_image .detail_btn {
    opacity: 1
}

.thumb_list:hover .thumb_image:before {
    opacity: 1
}

.page_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.page_bnr li {
    margin: 0 2% 2% 0
}

.page_bnr li a {
    display: block;
    color: #7a6856;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px
}

.page_bnr li a:hover {
    color: #90be00
}

.page_bnr li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
    color: #90be00
}

.page_bnr.page_bnr_01 li {
    width: 49%
}

.page_bnr.page_bnr_01 li:nth-child(2n) {
    margin: 0 0 2% 0
}

.page_bnr.page_bnr_02 li {
    width: 32%
}

.page_bnr.page_bnr_02 li:nth-child(3n) {
    margin: 0 0 2% 0
}

.feature {
    margin-top: 50px
}

.feature .child:nth-child(even) {
    margin-top: -50px
}

.feature_image {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-bottom: 15px
}

.feature_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.feature_num {
    opacity: .5;
    margin: -10px 0 15px;
    color: #5b4023;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1em
}

.feature_num span {
    font-size: 5rem
}

.feature_txt {
    text-align: center
}

.point_num {
    display: block;
    position: relative;
    z-index: 2;
    left: -10px;
    bottom: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #5b4023;
    color: #5b4023;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.point_num:before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/icon_point.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 12px;
    height: 13px
}

.news {
    font-size: 1.3rem
}

.news .child {
    border-top: 1px solid #ddd;
    padding-top: 30px
}

.news a {
    color: #7a6856
}

.news a:hover {
    color: #7a6856
}

.top_main {
    overflow: hidden
}

.top_main .inner {
    position: relative;
    margin: 40px 0 60px
}

.top_main .inner:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2;
    width: 1227px;
    height: 350px;
    max-width: 100%;
    background-color: #5b4023
}

.top_main .inner .top_main_contents {
    position: relative;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto
}

.top_main .inner .top_main_contents .top_main_txt {
    position: relative;
    width: 700px;
    max-width: 100%;
    background-color: #fff;
    padding: 60px 50px
}

.top_main .inner .top_main_contents .top_main_img {
    overflow: hidden;
    position: absolute;
    left: 600px;
    top: 40px;
    width: 900px;
    max-width: 100%
}

.top_main .inner .top_main_contents .top_main_img .animation-txt {
    position: relative;
    height: 400px
}

.top_main .inner .top_main_contents .top_main_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.top_sub {
    position: relative
}

.top_sub:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 55%;
    height: 119%;
    overflow: hidden
}

.top_sub:after {
    content: "";
    position: absolute;
    bottom: -60px;
    z-index: -1;
    background-color: #f8f1e3;
    width: 66%;
    height: 90%
}

.top_sub .top_sub_inner {
    padding: 40px 0
}

.top_sub .sub_detail {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    width: 50%;
    padding: 90px 70px
}

.top_sub.sub_right:before {
    left: 0
}

.top_sub.sub_right:after {
    right: -60px
}

.top_sub.sub_right .sub_detail {
    margin-left: auto
}

.top_sub.sub_left:before {
    right: 0
}

.top_sub.sub_left:after {
    left: -60px
}

.top_sub.sub_left .sub_detail {
    margin-right: auto
}

.top_sub.top_sub_01:before {
    background-image: url(../img/top_sub_01.jpg)
}

.top_sub.top_sub_02:before {
    background-image: url(../img/top_sub_02.jpg)
}

.top_sub.top_sub_03:before {
    background-image: url(../img/top_sub_03.jpg)
}

.flex_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_type_01 .flex_image {
    width: 25%
}

.flex_type_01 .flex_detail {
    width: 72%
}

.flex_type_02 .flex_image {
    width: 35%
}

.flex_type_02 .flex_detail {
    width: 62%
}

.flex_type_03 .flex_image {
    width: 45%
}

.flex_type_03 .flex_detail {
    width: 50%
}

.order {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.align_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mbox {
    background-color: #fff;
    padding: 50px
}

.sbox {
    background-color: #fff;
    border: 5px solid #7a6856;
    padding: 50px;
    border-radius: 6px
}

.faq dt {
    position: relative;
    margin-bottom: 20px;
    background: #b99c7d;
    color: #fff;
    padding: 8px 16px 8px 36px;
    cursor: pointer
}

.faq dt:before {
    content: "＋";
    position: absolute;
    top: -6px;
    left: -6px;
    font-size: 2rem;
    line-height: 35px;
    color: #fff;
    background: #5b4023;
    width: 35px;
    height: 35px;
    text-align: center
}

.faq dt.active:before {
    content: "－"
}

.faq dt:hover {
    background: #a7835c
}

.faq dd {
    position: relative;
    display: none;
    position: relative;
    margin-bottom: 24px;
    background: #fff;
    padding: 2em
}

.faq dd:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    line-height: 35px;
    color: #fff;
    background: #f8f1e3;
    width: 35px;
    height: 35px;
    text-align: cente
}

.flow {
    padding-left: 120px;
    position: relative
}

.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #efefef;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px
}

.flow>li {
    position: relative
}

.flow>li:not(:last-child) {
    margin-bottom: 5vh
}

.flow>li .icon {
    font-size: 12px;
    color: #fff;
    background-color: #90be00;
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 2
}

.flow>li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #90be00;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flow>li dl {
    padding-left: 70px;
    position: relative
}

.flow>li dl::before,
.flow>li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px
}

.flow>li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #90be00;
    border-radius: 50%;
    left: -4px
}

.flow>li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px
}

.flow>li dl dt {
    font-size: 1.8rem;
    font-weight: 600;
    color: #90be00;
    margin-bottom: 1vh
}

.vertical_image {
    position: relative;
    overflow: hidden;
    height: 240px;
    margin-bottom: 15px
}

.vertical_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.top_image {
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px
}

.top_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.index_contents {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index_contents>div {
    width: 50%
}

.index_contents .index_image {
    overflow: hidden
}

.index_contents .index_image .animation-txt {
    overflow: hidden;
    height: 450px
}

.index_contents .index_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.index_contents .index_detail {
    background-image: url(../img/bg_index_detail.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 3%;
    height: 450px
}

.about_box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04)
}

.about_box .inner {
    position: relative;
    padding: 50px 25px;
    font-size: 1.4rem;
    color: #7a6856
}

.greeting_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.greeting_contents .image {
    width: 59.72222%
}

.greeting_contents .image img {
    display: block;
    width: 100%;
    height: 370px;
    font-family: 'object-fit: cover; object-position: center;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.greeting_contents .detail {
    margin-left: -35px;
    width: 35%
}

.greeting_contents .title {
    margin-bottom: 30px;
    color: #90be00;
    font-size: 3rem;
    font-weight: 600;
    line-height: 2
}

.greeting_contents .txt {
    margin-bottom: 40px;
    line-height: 2
}

.img_contents {
    overflow: hidden;
    position: relative;
    padding-top: 120px;
    margin-bottom: 80px
}

.img_contents .img_area {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -270px;
    z-index: 1
}

.img_contents .img_container {
    position: relative;
    z-index: 2
}

.img_contents .img_container .txt_01 {
    margin-bottom: 50px
}

.top_about_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top_about_list .top_about_item {
    width: calc(100% / 2)
}

.top_about_list .top_about_link {
    color: #7a6856
}

.top_about_list .top_about_link:hover .top_about_title {
    color: #90be00
}

.top_about_list .top_about_link:hover .top_about_image:before {
    opacity: 1
}

.top_about_list .top_about_image {
    overflow: hidden;
    position: relative;
    height: 300px
}

.top_about_list .top_about_image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    vertical-align: middle
}

.top_about_list .top_about_image:before {
    content: 'VIEW MORE';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: "YakuHanJP", "futura-pt", sans-serif;
    text-align: center
}

.top_about_list .top_about_textarea {
    background-color: #fff;
    padding: 30px 100px 50px
}

.top_about_list .top_about_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.top_about_list .top_about_txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: center
}

.top_about_list .top_about_txtlink {
    margin-top: 22px;
    text-align: center
}

.top_about_list .top_about_txtlink:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    margin-right: 10px;
    color: #90be00
}

.trouble {
    font-weight: 600
}

.trouble li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 3rem;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    color: #90be00
}

.trouble li:nth-child(2n) {
    margin-right: 0
}

.trouble li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_trouble.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover
}

.bg_day {
    background-image: url(../img/bg_day.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 240px auto
}

.fee {
    margin-right: 5px;
    font-size: 2rem;
    font-weight: 600
}

.awards {
    margin: 0 auto;
    width: 80%
}

.txt_animation {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path
}

.txt_animation.is-animated {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
}

.zoomin {
    opacity: 0
}

.zoomin.is-animated {
    -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fadeup {
    opacity: 0
}

.fadeup:nth-child(odd).is-animated {
    -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards
}

.fadeup:nth-child(even).is-animated {
    -webkit-animation: fadebottom 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    animation: fadebottom 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards
}

@-webkit-keyframes fadeup {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeup {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadebottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadebottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.font_ss {
    font-size: 1rem
}

.font_s {
    font-size: 1.3rem
}

.font_m {
    font-size: 1.4rem
}

.font_l {
    font-size: 1.6rem
}

.num {
    color: #1e9e2a;
    font-size: 1.5em;
    margin: 0 5px
}

.fly {
    display: block
}

.fly span {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fly:hover span {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.macker {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fbff00));
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .3em;
    background-position: 0 1em;
    -webkit-transition: all 3.5s ease;
    transition: all 3.5s ease;
    font-style: normal;
    font-weight: bold;
    padding: 0 5px
}

.macker.active {
    background-position: -100% .8em
}

.cut {
    overflow: hidden;
    zoom: 1
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes animation-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }

    50% {
        left: 0;
        right: auto;
        width: 100%
    }

    51% {
        left: auto;
        right: 0;
        width: 100%
    }

    100% {
        left: auto;
        right: 0;
        width: 101%
    }
}

@keyframes animation-bar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

@-webkit-keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animation.move .animation-bar:before {
    -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
    animation: animation-bar 1s ease 0s 1 normal forwards
}

.animation.move .animation-txt {
    -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
    animation: animation-txt 0s ease .5s 1 normal forwards
}

.animation .animation-box {
    display: block;
    text-align: center
}

.animation .animation-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animation .animation-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #90be00
}

.animation .animation-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect_fade {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
    transform: translate(0, 45px);
    -webkit-transition: all 2s;
    transition: all 2s
}

.effect_fade.effect_scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.page_title_box {
    position: relative;
    background-image: url(../img/slider_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page_title_box:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8
}

.page_title_box.page_lymph {
    background-image: url(../img/bg_page_lymph.jpg);
    color: #fff
}

.page_title_box.page_lymph:after {
    background-color: #5b4023
}

.page_title_box .inner {
    margin: 0 auto;
    width: 1160px;
    padding: 100px 0
}

.breadcrumb_box {
    color: #90be00;
    padding-top: 10px
}

.breadcrumb_box .breadcrumb {
    width: 1160px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home {
    color: #90be00
}

.breadcrumb_box .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form .form-contents {
    background: transparent;
    padding: 0;
}

.form_dl,
.form .form-contents form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 2% 1%
}

.form .form-contents form dl .custom-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_dl dt {
    width: 30%;
    background-color: #b99c7d;
    color: #fff;
    padding: 1% 2% 1.5%
}

.form .form-contents form dl dt:not(.pattern-exclusion) {
    width: 30%;
    background-color: #b99c7d;
    color: #fff;
    padding: 1% 2% 1.5%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.form_dl dd {
    width: 65%
}

.form .form-contents form dl dd:not(.pattern-exclusion) {
    width: 70%;
    padding-top: 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea {
    height: 40px;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
    border-radius: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea_03 {
    width: 20%;
    margin-left: 5px;
}

.form .required,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
    position: relative;
    top: -1px;
    background: #5b4023;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1.1rem
}

.form .textarea,
.form textarea {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form .textarea {
    height: 40px
}

.form .textarea_02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea_02:last-child {
    margin-right: 0
}

.form .textarea_03 {
    width: 20%;
    margin-right: 1%
}

.form .selectarea {
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px
}

.form button {
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5rem
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding: 0 0 3px 20px;
    display: inline-block;
    line-height: 1.2
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 1px;
    top: 3px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #90be00;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    -webkit-box-shadow: 20px -1px #fff;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type="radio"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    -webkit-box-shadow: 20px -1px #eeebda;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 0 3px 25px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #90be00;
    border-bottom: 3px solid #90be00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-box-shadow: 41px 0px #fff;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    -webkit-box-shadow: 40px 0px #666;
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    -webkit-box-shadow: 41px 0px #EEE;
    box-shadow: 41px 0px #EEE
}

#ui-datepicker-div {
    z-index: 3 !important
}

/*# sourceMappingURL=basis.css.map */