﻿.bg-color {
    background-color: #98c66c;
    color: #fff
}

a:link,
a:visited,
a:hover {
    color: #95B537;
    text-decoration: none
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: "Kosugi Maru", sans-serif;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1rem;
    *font-size: small;
    *font: x-small;
    line-height: 1.8;
    margin: 0 auto;
    background: #fff
}

#body {
    font-size: 1.6rem
}

.single {
    position: relative;
    max-width: 1200px;
    width: 99%;
    margin: 0 auto;
    padding: 80px 0
}

.single_none {
    width: 99%;
    padding: 80px 0
}

.msingle {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px
}

@media (max-width: 768px) {
    .msingle {
        padding: 16px
    }
}

.lsingle {
    width: 49%;
    float: left
}

.rsingle {
    width: 49%;
    float: right
}

footer {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 1.3rem;
    background: #fff;
    border-top: 3px solid #528620
}

#footer {
    margin: 0 auto;
    padding: 16px 0 16px
}

address span {
    display: inline-block
}

.logo_f {
    display: block;
    margin-bottom: 16px
}

@media (max-width: 479px) {
    .logo_f {
        width: 180px;
        margin: 0 auto 8px
    }
}

.copyright {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

#fnavi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0
}

#fnavi li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 32px;
    font-size: 1.5rem;
    border-left: 1px solid #aaa
}

#fnavi li:first-child {
    border-left: 0px solid #aaa
}

#fnavi li:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 5px;
    color: #333
}

#fnavi li a {
    color: #528620 !important
}

#fnavi li a:link,
#fnavi li a:visited,
#fnavi li a:hover {
    color: #555 !important;
    text-decoration: none
}

@media (max-width: 768px) {
    #fnavi {
        display: none
    }
}

#fmenu-lg {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.3rem;
    padding: 16px 0
}

#fmenu-lg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#fmenu-lg li {
    width: calc(100% / 4.1);
    flex-direction: column;
    float: left;
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1rem
}

#fmenu-lg li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    margin-right: 5px;
    color: #528620
}

#fmenu-lg li:last-child {
    border: none;
    margin: 0
}

#fmenu-lg a:link,
#fmenu-lg a:visited,
#fmenu-lg a:hover {
    color: #fff;
    text-decoration: none
}

#fmenu-lg li ul {
    margin-top: 15px
}

#fmenu-lg li ul li {
    width: 100% !important;
    font-weight: normal;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0rem;
    padding-left: 0em;
    border-right: 0px solid #aaa;
    height: auto;
    margin-bottom: 5px
}

#fmenu-lg li ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "・";
    margin-right: 5px;
    color: #FFF
}

.mtext1 {
    font-size: 2.3rem;
    font-family: "Kosugi Maru", sans-serif;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #528620
}

@media (max-width: 768px) {
    .mtext1 {
        font-size: 1.5rem !important
    }
}

.sp {
    display: none;
    margin: 0 auto
}

.pc {
    display: block;
    margin: 0 auto
}

.map {
    width: 100%;
    height: 450px
}

.scrollbar-y {
    width: 100%;
    height: 79px;
    overflow-x: hidden;
    overflow-y: scroll
}

.scrollbar-y::-webkit-scrollbar {
    width: 5px
}

.scrollbar-y::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scrollbar-y::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

.news {
    overflow: hidden;
    line-height: 1.6;
    margin: 10px auto 0
}

.news dt {
    float: left;
    width: 8em;
    font-weight: bold;
    color: #528620
}

.news dd {
    padding-left: 8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #528620;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.news-bl dd:last-child {
    border-bottom: 0px
}

.list_check {
    padding: 8px 0;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5
}

.list_check li {
    padding-left: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: -1.5em;
    border-bottom: dotted 1px #aaa
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px;
    color: #528620
}

.list_check li:last-child {
    border-bottom: dotted 0px #aaa
}

.file-btn {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    background: #aaa;
    cursor: pointer;
    font-size: 1.3rem
}

.file-btn:hover {
    background: #ccc
}

.file-btn input {
    display: none
}

.form {
    margin: 10px 0 10px
}

.form dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0;
    font-size: 1.6rem
}

.form dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dd p {
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea {
    border-radius: 2px;
    border: 1px solid #bbb;
    width: calc(100% - 10px) !important;
    padding: 0 5px;
    border-radius: 2px
}

.textarea {
    height: 30px;
    margin-bottom: 8px
}

textarea {
    height: 350px !important
}

.form-button {
    margin: 32px 0
}

#mailform button {
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #528620;
    font-weight: normal;
    letter-spacing: 0.1rem;
    border: 1px solid #528620
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover {
    background: #fff;
    color: #528620
}

#mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #64BCFF;
    z-index: 1
}

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;
    box-shadow: 20px -1px #fff
}

label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #528620;
    border-bottom: 3px solid #528620;
    transform: rotate(45deg);
    z-index: 1
}

label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-text {
    padding: 8px;
    margin: 16px 0;
    text-align: center;
    border: 2px solid #eee;
    background: #fff
}

#two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#two_column #sidenav {
    background: #fff;
    width: calc(260px - 0px);
    padding: 0px
}

#two_column #sidenav h1 {
    text-align: center;
    padding: 32px 0 0;
    margin-bottom: 0
}

#two_column #sidenav h1 img {
    width: 90%
}

#two_column #main {
    width: calc(100% - 260px);
    margin-left: 0px;
    background: #fff
}

@media (max-width: 768px) {
    #two_column #sidenav {
        width: calc(100% - 0px);
        padding: 16px 0
    }

    #two_column #sidenav .smenu {
        display: none
    }

    #two_column #sidenav h1 {
        padding: 0
    }

    #two_column #sidenav h1 img {
        width: 100px
    }

    #two_column #main {
        width: calc(100% - 0px)
    }
}

.smenu {
    padding: 0 16px
}

.smenu li {
    font-size: 12px;
    border-bottom: 1px solid #eee
}

.smenu a {
    padding: 6px 0px;
    font-size: 1.3rem;
    font-family: "Kosugi Maru", sans-serif;
    text-indent: 1em;
    display: block;
    text-decoration: none
}

.smenu a span {
    font-size: 1.3rem;
    font-family: "Kosugi Maru", sans-serif
}

.smenu a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #528620
}

.smenu a:link,
.smenu a:visited {
    color: #333
}

.bnr_onepoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bnr_onepoint li {
    width: calc(50%);
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-color: #fff
}

.bnr_onepoint li * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.bnr_onepoint li figcaption img {
    margin-bottom: 20px
}

.bnr_onepoint li figcaption p {
    text-align: left
}

.bnr_onepoint li figcaption .btn {
    border: 1px solid #fff;
    padding: 3px 0;
    width: 220px;
    margin-top: 30px;
    text-align: center !important
}

.bnr_onepoint li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.bnr_onepoint li:hover img:not(.icn) {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    transform: scale(1.1)
}

.bnr_onepoint li:hover .btn {
    background: #fff;
    color: #333
}

@media (max-width: 768px) {
    .bnr_onepoint li {
        width: calc(100%)
    }

    .bnr_onepoint figcaption {
        position: absolute;
        margin: auto;
        display: block;
        justify-content: center;
        align-items: center;
        height: auto
    }

    .bnr_onepoint figcaption .btn {
        margin-top: 10px !important
    }

    .bnr_onepoint figcaption img:not(.icn) {
        width: 180%
    }

    .bnr_onepoint figcaption p {
        font-size: 1.2rem;
        width: 90%;
        margin: 0 auto
    }

    .bnr_onepoint figcaption .icn {
        width: 250px
    }

    .bnr_onepoint figcaption .btn {
        margin-top: 5px
    }
}

.list_btn {
    font-size: 1.2em;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list_btn li {
    width: calc(33.33% - 10px);
    position: relative;
    border-radius: 35px;
    border: 1px solid #528620;
    text-align: center
}

.list_btn li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    position: absolute;
    left: 90%;
    bottom: 25%;
    color: #528620;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.list_btn li:hover:before {
    left: 92%;
    color: #fff
}

.list_btn li a {
    width: 100%;
    height: 100%;
    display: block !important;
    padding: 10px 0px
}

.list_btn li a:link,
.list_btn li a:visited {
    color: #528620
}

.list_btn li a:hover {
    color: #fff !important
}

.list_btn li:hover {
    background: #528620
}

@media (max-width: 768px) {
    .list_btn li {
        width: calc(100%);
        margin: 0 0 10px
    }
}

.listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px
}

.listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
}

.listFlow h4 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden
}

.listFlow dl {
    display: table;
    width: 100%
}

.listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #528620;
    width: 100px;
    background: #528620;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.listFlow dl dt .num {
    display: block;
    font-size: 3rem
}

.listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: white
}

@media screen and (max-width: 800px) {
    .listFlow h4 {
        font-size: 18px;
        font-weight: normal;
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        overflow: hidden
    }

    .listFlow dl {
        display: block;
        width: 100%
    }

    .listFlow dl dt {
        display: block;
        padding: 5px 0;
        width: 100%;
        border: none
    }

    .listFlow dl dt .num {
        display: block
    }

    .listFlow dl dd {
        display: block;
        padding: 15px 10px;
        border: none
    }
}

.mttl_yl {
    font-size: 3.2rem;
    color: #528620 !important;
    text-align: center;
    position: relative;
    line-height: 1em;
    padding: 20px 0;
    display: table;
    margin: 0 auto 16px
}

.mttl_yl:after,
.mttl_yl:before {
    content: "";
    width: 2px;
    height: 1.7em;
    background: #528620;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.mttl_yl:before {
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: -40px
}

.mttl_yl:after {
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    right: -40px
}

.mttl_yl span {
    display: block;
    margin-top: 5px
}

.mttl_bar {
    font-family: "Kosugi Maru", sans-serif;
    position: relative;
    border-bottom: 2px solid #528620;
    margin: 0 0px 16px;
    padding-bottom: 0px;
    font-size: 2.3rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #528620
}

.mttl_bar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1b9";
    margin-right: 8px;
    color: #98c66c
}

.mttl_bar:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #93c365
}

.mttl_bar span {
    margin-left: 5px;
    margin-bottom: .2em;
    color: #555;
    font-size: .6em;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase
}

.mttl_cl {
    font-family: "Kosugi Maru", sans-serif;
    color: #528620;
    text-align: center;
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 0.2rem
}

.mttl_cl:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #98c66c;
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.mttl_cl span {
    font-size: 1.2rem;
    display: block;
    color: #98c66c;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media (max-width: 479px) {
    .mttl_cl {
        font-size: 2rem;
        margin-bottom: 24px
    }

    .mttl_cl:after {
        top: 50px
    }
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    margin: 20px auto 100px
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 20px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 25px
}

.blog_sttl01 {
    background: #528620;
    color: #fff;
    text-indent: 5px;
    font-size: 1.7rem;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

.blog_mttl {
    width: calc(100% - 20px);
    color: #528620;
    font-size: 1.8rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #528620;
    margin: 0px 0 20px;
    padding: 5px 10px;
    line-height: 1.8
}

.blog_time {
    padding-top: 0px;
    font-weight: normal
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    width: 100%
}

.page_next {
    float: left;
    width: 49%
}

.page_prev {
    float: right;
    text-align: right;
    width: 49%
}

.page_prev a {
    display: block;
    padding: 5px 10px;
    background: #528620
}

.page_next a {
    display: block;
    padding: 5px 10px;
    background: #528620
}

.page_prev a:hover,
.page_next a:hover {
    opacity: 0.6
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
    color: #fff
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
    color: #fff
}

.blog_side_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_side_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(100% - 0px) !important;
    font-size: 1.2rem;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.blog_side_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_side_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #528620;
    float: none;
    padding: 0 0px
}

.blog_side_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal
}

.blog_top_list {
    position: relative;
    margin: 0 0 0px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.blog_top_list .blog_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 40px) !important;
    font-size: 12px;
    margin: 10px;
    position: relative;
    padding: 10px 10px 10px;
    background: #fff !important
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%
}

.blog_top_list .blog_bx:hover {
    background: #f2f2f2
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
    margin-bottom: 15px
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.blog_top_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #528620;
    float: left;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    font-weight: normal
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: normal;
    font-size: 1.6rem
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

.archive li {
    border-bottom: 1px dotted #aaa
}

.archive li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px;
    color: #528620
}

@media (max-width: 768px) {
    .blog_top_list {
        margin-bottom: 0
    }

    .blog_top_list .blog_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 8px
    }

    .blog_top_list .blog_bx .blog_bx_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .blog_top_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 150px)
    }

    .blog_top_list .blog_bx figcaption {
        width: 130px;
        height: 100px;
        display: block;
        text-align: center;
        background-color: #f2f2f2;
        background-position: center center;
        background-repeat: no-repeat;
        float: left
    }

    .blog_top_list .blog_bx .ttl {
        font-weight: bold;
        font-size: 1.2rem;
        color: #528620;
        float: none;
        padding: 0 0px
    }

    .blog_top_list .blog_bx .ttm {
        float: none;
        padding-top: 0px;
        font-size: 1.2rem;
        font-weight: normal;
        color: #888
    }

    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }

    .pages {
        position: static;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }

    .page_next {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .page_prev {
        float: none;
        text-align: left;
        width: 100%
    }
}

table th {
    vertical-align: middle;
    padding: 16px 8px;
    font-weight: normal;
    line-height: 1.5;
    border: #ddd 1px solid;
    background: #eee
}

table td {
    padding: 5px 10px;
    vertical-align: middle;
    border: #ddd 1px solid
}

table td b {
    color: #528620
}

table.tbl-2l {
    margin: 16px 0
}

table.tbl-2l th {
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 0px solid;
    color: #555;
    background: none !important
}

table.tbl-2l tr:nth-child(odd) {
    background: #eee !important
}

table.tbl-2l td {
    padding: 15px 10px;
    border: #eee 0px solid !important;
    background: none
}

.bg_image1 {
    background-image: url(../img/bg_image1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: top center
}

.bg_image2 {
    background-image: url(../img/bg_image2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image3 {
    background-image: url(../img/bg_image3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image4 {
    background-image: url(../img/bg_image4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.bg_image5 {
    background-image: url(../img/bg_image5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.btn-r {
    max-width: 1200px;
    margin: 16px auto;
    background: #eee;
    padding: 8px 0
}

.btn-r a {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #528620;
    border: 2px solid #528620;
    font-size: 16px;
    display: block;
    width: 265px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    color: #528620;
    border-radius: 35px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-r a:hover {
    color: #528620 !important;
    background-color: #fff;
    border-color: #528620
}

.btn-r a:link,
.btn-r a:visited,
.btn-r a:hover {
    color: #FFF;
    text-decoration: none
}

.btn-r a::before,
.btn-r a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #528620
}

.btn-r a::before {
    right: 0
}

.btn-r a::after {
    left: 0
}

.btn-r a:hover::before,
.btn-r a:hover::after {
    width: 0;
    background-color: #528620;
    border-radius: 20px
}

.btn-r a::before,
.btn-r a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    border-radius: 20px
}

.btn-r a::before,
.btn-r a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn1 a {
    position: relative;
    z-index: 2;
    background: #528620;
    border: 2px solid #528620;
    font-size: 16px;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn1 a:link,
.btn1 a:visited {
    color: #fff;
    text-decoration: none
}

.btn1 a:hover {
    color: #528620;
    text-decoration: none;
    background-color: #fff;
    border-color: #528620
}

.btn1 a::before,
.btn1 a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background: #528620
}

.btn1 a::before {
    right: 0
}

.btn1 a::after {
    left: 0
}

.btn1 a:hover::before,
.btn1 a:hover::after {
    width: 0;
    background: #528620
}

.btn1 a::before,
.btn1 a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn1 a::before,
.btn1 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn_cline {
    position: relative;
    display: block;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto
}

@media print,
screen and (min-width: 751px) {
    .btn_cline {
        border: 1px solid #000000;
        margin: 16px auto
    }

    .btn_cline>span {
        pointer-events: none;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
        overflow: hidden;
        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-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 54px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px 0 20px;
        text-align: left;
        color: #000;
        font-size: 1.6rem;
        letter-spacing: 0.83px
    }

    .btn_cline>span:after {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0px;
        width: 40px;
        height: 1px;
        background: #fff;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    .btn_cline:before {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #000
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -40px;
        width: 80px;
        height: 1px;
        background: #000
    }

    .btn_cline:hover:before {
        width: 100%
    }

    .btn_cline:hover>span {
        color: #fff
    }

    .btn_cline:hover>span:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .btn_cline.white {
        border: 1px solid #fff
    }

    .btn_cline.white>span {
        color: #fff
    }

    .btn_cline.white>span:after {
        background: #000
    }

    .btn_cline.white:after,
    .btn_cline.white:before {
        background: #fff
    }

    .btn_cline.white:hover>span {
        color: #000
    }
}

@media screen and (max-width: 750px) {
    .btn_cline {
        border: 2px solid #000000;
        width: 80%
    }

    .btn_cline>span {
        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-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: 100%;
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px 0 30px;
        text-align: left;
        color: #000;
        font-size: 1.5rem;
        letter-spacing: 1.33px;
        font-family: 'Montserrat', sans-serif
    }

    .btn_cline:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -30px;
        width: 50px;
        height: 1px;
        background: #000
    }

    .btn_cline.white {
        border: 1px solid #fff !important
    }

    .btn_cline.white>span {
        color: #fff !important
    }

    .btn_cline.white:after {
        background: #fff !important
    }
}

.list4 .list_bx {
    width: calc(25% - 33px) !important
}

@media (max-width: 768px) {
    .list4 .list_bx {
        width: calc(100% - 33px) !important
    }
}

.linklist_sb {
    position: relative;
    margin: 0 0 32px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.linklist_sb .list_bx {
    transition: .3s ease-in-out;
    width: calc(33.33% - 30px) !important;
    font-size: 12px;
    margin: 5px;
    position: relative;
    padding: 10px;
    background: #fff
}

.linklist_sb .list_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.linklist_sb .list_bx .btn {
    margin-top: 8px
}

.linklist_sb .list_bx .btn span {
    border: 1px solid #111;
    padding: 2px 24px
}

.linklist_sb .list_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.linklist_sb .list_bx .blog_bx_flex div {
    width: calc(100% - 120px)
}

.linklist_sb .list_bx:hover {
    background: #EEE
}

.linklist_sb .list_bx figcaption {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: left
}

.linklist_sb .list_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.linklist_sb .list_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.linklist_sb .list_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover
}

.linklist_sb .list_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.linklist_sb .list_bx .ttl {
    font-weight: bold;
    font-size: 10px;
    color: #528620;
    float: left;
    padding: 0 15px;
    margin-bottom: 5px
}

.linklist_sb .list_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 10px;
    font-weight: normal;
    color: #333
}

.linklist_sb .list_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.linklist_sb .list_bx .list_ttl {
    clear: both;
    font-weight: bold;
    color: #528620;
    font-size: 1.5rem;
    line-height: 1.5;
    border-bottom: 1px solid #98c66c
}

@media screen and (max-width: 768px) {
    .linklist_sb .list_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 20px
    }
}

.bg1 {
    background: url("../img/footer_bg.png") bottom center repeat-x
}

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999
}

#page-top a {
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #528620;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px
}

#page-top a:hover {
    background: #85d03c;
    text-decoration: none
}

.contactbx {
    text-align: center;
    margin: 15px 0
}

.contactbx li {
    margin: 0 5px 10px;
    display: inline-block
}

.contactbx a {
    width: 100%;
    display: block;
    font-size: 20px
}

.contactbx .tl a {
    background: #fff;
    width: 550px;
    max-width: 550px;
    font-weight: bold;
    padding: 8px 0px;
    border: 1px solid #528620;
    font-size: 2.3rem;
    font-family: "Kosugi Maru", sans-serif
}

.contactbx .ml a {
    background: #fff;
    width: 550px;
    max-width: 550px;
    font-weight: bold;
    padding: 8px 0px;
    border: 1px solid #528620;
    font-size: 2.3rem;
    font-family: "Kosugi Maru", sans-serif;
    background: #528620
}

.contactbx .ol a {
    background: #fff;
    width: 550px;
    max-width: 550px;
    font-weight: bold;
    padding: 8px 0px;
    border: 1px solid #528620;
    font-size: 2.3rem;
    font-family: "Kosugi Maru", sans-serif;
    background: #528620
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
    color: #333
}

.contactbx .tl a:hover {
    color: #fff;
    background: #528620
}

.contactbx .tl a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 15px
}

.contactbx .ml a:link,
.contactbx .ml a:visited {
    color: #fff
}

.contactbx .ml a:hover {
    color: #fff;
    background: #528620;
    opacity: 0.6
}

.contactbx .ml a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 5px
}

.contactbx .ol a {
    color: #fff !important
}

.contactbx .ol a:link,
.contactbx .ol a:visited {
    color: #fff !important
}

.contactbx .ol a:hover {
    color: #fff !important;
    background: #85d03c
}

.contactbx .ol a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    margin-right: 5px
}

@media screen and (max-width: 768px) {
    .contactbx .tl a {
        width: 100% !important;
        min-width: 300px !important;
        display: block;
        font-size: 1.7rem
    }

    .contactbx .ml a {
        width: 100% !important;
        min-width: 300px !important;
        display: block;
        font-size: 1.7rem
    }

    .contactbx .ol a {
        width: 100% !important;
        min-width: 300px !important;
        display: block;
        font-size: 1.7rem
    }
}

.bg-area {
    background-image: url(../img/bg-area.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: 330px
}

.bg-area .lsingle {
    padding-bottom: 150px
}

@media screen and (max-width: 768px) {
    .bg-area {
        background: none;
        height: auto
    }

    .bg-area .lsingle {
        padding-bottom: 200px
    }
}

#indexnav {
    width: 100%;
    margin-bottom: 50px
}

#indexnav li {
    display: inline;
    float: left;
    width: 25%;
    overflow: hidden
}

#indexnav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    border-right: 1px solid #EEEEEE;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

#indexnav li a .img-inav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center
}

#indexnav li a .img-inav img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#indexnav li a .ico-inav {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 66px;
    left: 50%;
    margin-left: -42px;
    z-index: 2
}

#indexnav li a .ico-inav img {
    width: 100%
}

#indexnav li a .box-inav-top {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    height: 22px;
    background: url(../img/bg_inav.png) no-repeat top left;
    background-size: cover
}

#indexnav li a .box-inav {
    font-family: "Kosugi Maru", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    padding-top: 10px;
    background: #fff;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    z-index: 1;
    box-sizing: border-box
}

#indexnav li a .box-inav div {
    color: #000;
    font-size: 1.8rem;
    line-height: 1em;
    text-align: center
}

#indexnav li a .box-inav p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 30px;
    border-bottom: 2px solid #98c66c;
    color: #98c66c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1em;
    text-align: center
}

#indexnav li a:hover .img-inav img {
    transition: all 0.3s ease-in-out;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1.1);
    transform-origin: center center
}

#indexnav li:last-child a {
    border-right: none
}

@media screen and (max-width: 768px) {
    #indexnav {
        width: 100%
    }

    #indexnav li {
        display: inline;
        float: left;
        width: 50%;
        overflow: hidden
    }

    #indexnav li a {
        height: 300px
    }

    #indexnav li a .img-inav img {
        object-fit: cover;
        width: 100%;
        height: 300px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

header {
    width: 100%;
    z-index: 100;
    padding: 0px 0 8px;
    border-top: 3px solid #98c66c;
    position: relative;
    background: url("../img/footer.png") bottom repeat-x
}

header #head {
    max-width: 1200px;
    margin: 0 auto 8px
}

header #head .logo {
    float: left
}

header #head #menuA {
    height: auto;
    background: linear-gradient(#528620, #85d03c)
}

header #menu {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px 0
}

header #menu * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header #menu ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

header #menu li {
    width: calc(100% / 6 - 2px);
    border-left: #85d03c 1px dotted
}

header #menu li:last-child {
    border-right: #85d03c 1px dotted
}

header #menu li a {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    display: block;
    padding: 16px 0px;
    letter-spacing: 0.1rem;
    color: #528620
}

header #menu li a span {
    font-size: 1.1rem;
    font-weight: normal;
    display: block;
    letter-spacing: 0rem;
    color: #98c66c
}

header #menu li a:link,
header #menu li a:visited {
    color: #528620;
    text-decoration: none
}

header #menu li a:hover {
    opacity: 0.6
}

header .tel {
    margin-top: 32px;
    float: right
}

header .telbtn_t {
    float: left;
    margin: 0 15px;
    line-height: 1.4;
    text-align: center;
    color: #222;
    padding-top: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem
}

header .telbtn_t span {
    font-size: 3.2rem;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 700
}

header .telbtn_t span:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    margin-right: 5px;
    color: #FFF;
    font-size: 2.9rem;
    color: #528620
}

header .mailbtn_t {
    float: right
}

header .mailbtn_t a {
    display: block;
    background: -moz-linear-gradient(-45deg, #528620 50%, #20340c 50%);
    background: -webkit-linear-gradient(-45deg, #528620 50%, #20340c 50%);
    background: linear-gradient(135deg, #528620 50%, #20340c 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%
}

header .mailbtn_t a:hover {
    background: #528620
}

header.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 2px
}

header.clone-nav #menu li {
    border-left: #d5d5d5 1px solid
}

header.clone-nav #menu li:last-child {
    border-right: #d5d5d5 1px solid
}

header.clone-nav .telbtn_t {
    color: #111
}

header.clone-nav .telbtn_t span:before {
    color: #528620
}

header.is-show {
    transform: translateY(0)
}

@media (max-width: 768px) {
    header {
        height: 57px !important;
        padding: 0px 0;
        position: fixed;
        background: rgba(255, 255, 255, 0.8)
    }

    header #head {
        height: 57px !important
    }

    header #head .logo {
        margin-top: 5px;
        margin-left: 0px;
        width: 220px;
        height: 45px;
        font-size: 0
    }

    header #head .logo img {
        height: 45px
    }

    header #head .tel {
        display: none
    }

    header.clone-nav {
        z-index: 0;
        width: 100%;
        transition: .0s;
        transform: translateY(-100%);
        background: rgba(255, 255, 255, 0.8);
        box-shadow: transparent 0 2px 2px 2px
    }
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px
}

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 450px;
    position: relative
}

.slider1 .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    color: #111;
    text-decoration: none;
    margin: auto;
    z-index: 500;
    cursor: pointer;
    font-size: 50px;
    text-align: center;
    vertical-align: bottom
}

.slider1 .next {
    right: 0;
    left: auto
}

.slider1 .buttons:hover {
    opacity: 0.6
}

.slider1 .disable {
    visibility: hidden
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0
}

.slider1 .overview li {
    width: 300px;
    height: 450px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 1;
    overflow: hidden;
    padding: 0px;
    margin: 0px 10px;
    position: relative
}

.slider1 .overview li .memo2 {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: 35%;
    line-height: 1.4;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal;
    font-size: 1.1rem !important
}

.slider1 .overview li .memo {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: 35%;
    line-height: 1.4;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal;
    font-size: 1.1rem !important
}

.slider1 .overview li .memo h3,
.slider1 .overview li .memo2 h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1.2;
    margin-bottom: 5px
}

.slider1 .overview li .memo h3 span,
.slider1 .overview li .memo2 h3 span {
    display: block;
    font-size: 1.1rem
}

.slider1 img {
    background: #fff;
    width: 100%;
    height: 450px;
    vertical-align: middle;
    text-align: center;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.slick-slide {
    position: relative
}

.slick-slide:not(.slick-current) {
    opacity: .5
}

.slick-slide img {
    margin: 0 auto
}

.slick-slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    opacity: 0;
    transition: .6s ease;
    pointer-events: none
}

.slick-slide .caption>img {
    width: 60%
}

.slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
    bottom: 26%
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 2
}

.slick-prev {
    left: 25px
}

.slick-prev:before {
    content: '';
    border: 3px solid #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15%;
    border-top: none;
    border-right: none
}

.slick-next {
    right: 50px
}

.slick-next:before {
    content: '';
    border: 3px solid #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 15%;
    border-top: none;
    border-right: none
}

.square-dots {
    bottom: -100px
}

@media (max-width: 768px) {
    .flash {
        height: 60px
    }

    .slick-current .caption {
        bottom: 6vw
    }

    .slick-slide .caption>img {
        width: 100%
    }

    .square-dots {
        bottom: 5px
    }

    .square-dots li {
        margin: 0 3px
    }

    .square-dots li button {
        width: 25px
    }
}

.photo {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.photo li {
    width: calc(33.33% - 21px);
    margin: 10px
}

.photo li * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.photo li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 260px;
    overflow: hidden;
    background: url(../img/more.png) no-repeat center center #eee
}

.photo li img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.photo li p {
    height: 30px;
    margin: 5px 0 10px;
    text-align: center;
    text-overflow: ellipsis
}

.photo li a:hover img {
    opacity: 0.6;
    transform: scale(1.2)
}

@media screen and (max-width: 480px) {
    .photo li {
        width: calc(50% - 21px);
        margin: 10px
    }

    .photo li a {
        width: 100%;
        height: 100px;
        max-height: 100px
    }
}

.faice_r {
    margin-bottom: 30px;
    float: left
}

@media screen and (max-width: 768px) {
    .faice_r {
        float: none;
        margin: 0 auto 10px
    }
}

.faice_r img {
    border-radius: 50%;
    border: 3px solid #85d03c
}

.voice {
    overflow: hidden
}

.voice dd {
    position: relative;
    color: #555;
    width: calc(100% - 40px);
    background: #9eda65;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    margin: 0px 0px 0 12px;
    padding: 15px 15px;
    border-radius: 5px
}

.voice dd:before {
    content: "";
    position: absolute;
    top: 40px;
    left: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #9eda65
}

.voice dt {
    font-size: 20px;
    color: #528620;
    margin-left: 12px;
    line-height: 20px;
    margin-bottom: 15px
}

.voice dt:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f118";
    margin-right: 5px;
    color: #aaa;
    font-size: 25px;
    top: 4px;
    position: relative
}

@media screen and (max-width: 768px) {
    .voice {
        overflow: hidden;
        width: 100%
    }

    .voice dd {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 7px 10px;
        width: calc(100% - 20px);
        background: #b8e48e
    }

    .voice dd:before {
        content: "";
        position: absolute;
        top: -15px;
        left: 30px;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #b8e48e
    }

    .voice dt {
        margin-bottom: 0px
    }
}

#title_bg1 {
    background-image: url("../img/bg_image1.jpg")
}

#title_bg2 {
    background-image: url(../img/bg_title2.jpg)
}

#title_bg3 {
    background-image: url(../img/bg_title3.jpg)
}

#title_bg4 {
    background-image: url(../img/bg_title4.jpg)
}

#title_bg5 {
    background-image: url(../img/bg_title5.jpg)
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll
}

#title {
    padding: 40px 0;
    margin: 0px auto 0;
    background: #fffbc4
}

#title h2 {
    color: #528620;
    font-family: "Kosugi Maru", sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 1.4;
    position: relative;
    letter-spacing: 4px
}

#title h2 span {
    font-family: "Kosugi Maru", sans-serif;
    font-size: 13px;
    display: block;
    color: #98c66c
}

@media screen and (max-width: 768px) {
    #title {
        padding: 100px 0 40px
    }

    #title h2 {
        font-size: 2.5rem
    }
}

.pvc strong {
    color: #528620;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin: 8px 0
}

.pvc strong:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.pvc h4 {
    color: #528620;
    display: block;
    border-bottom: 1px dotted #aaa;
    margin: 8px 0
}

.pvc h4:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.flex_2,
.flex_3,
.flex_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex_2 .bx h3,
.flex_3 .bx h3,
.flex_4 .bx h3 {
    font-size: 1.8rem;
    text-align: center;
    color: #528620;
    margin: 16px 0;
    letter-spacing: 2px
}

.flex_2 .bx {
    width: calc(48%);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 2px
}

.flex_3 .bx {
    width: calc(31%)
}

.flex_4 .bx {
    width: calc(23%)
}

.flex_2 .bx,
.flex_3 .bx,
.flex_4 .bx {
    margin-bottom: 40px;
    padding: 0 0 0px;
    position: relative
}

.flex_2 .bx img,
.flex_3 .bx img,
.flex_4 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.bxbtn {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    width: 100%;
    right: 0
}

.bxbtn * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.bxbtn a {
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 3px 0px;
    font-weight: bold;
    border: 1px solid #528620;
    margin: 0 auto;
    background: #528620
}

.bxbtn a:link {
    color: #fff;
    text-decoration: none
}

.bxbtn a:visited {
    color: #fff
}

.bxbtn a:hover {
    color: #528620;
    background: #fff;
    text-decoration: none;
    border: 1px solid #528620
}

@media screen and (max-width: 800px) {

    .flex_2,
    .flex_3 {
        display: block;
        flex-wrap: nowrap
    }

    .flex_2 .bx h3,
    .flex_3 .bx h3,
    .flex_4 .bx h3 {
        font-size: 15px
    }

    .flex_2 .bx,
    .flex_3 .bx {
        width: calc(100% - 0px);
        margin-right: 0px;
        margin-bottom: 20px
    }

    .flex_4 .bx {
        width: calc(45%);
        margin-right: 0px;
        margin-bottom: 20px
    }

    .bxbtn {
        position: static;
        width: 200px;
        margin: 10px auto 0
    }
}

table.cmp {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 8px
}

table.cmp th,
table.cmp td {
    padding: 15px 15px
}

table.cmp th {
    background: #528620;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal
}

table.cmp th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #528620;
    border-width: 10px;
    margin-top: -10px
}

table.cmp td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px
}

@-moz-document url-prefix() {
    table.cmp th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #888 10px solid;
        margin-top: -10px
    }
}

.section_box_text_r {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #98c66c 0 0 0 1px;
    margin: 0 auto;
    background: #98c66c;
    color: #fff
}

.section_box_text_l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #98c66c 0 0 0 1px;
    margin: 0 auto;
    background: #98c66c;
    color: #fff
}

.section_box_text_box {
    width: 470px;
    vertical-align: middle;
    padding: 20px 35px
}

.section_box_text_box .btn1 {
    margin-top: 8px
}

.section_box_text_box .mttl_cl:after {
    background: #FFF
}

.section_box_img {
    flex: 1
}

.section_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.conts-ttl {
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.3rem;
    font-weight: normal;
    margin-bottom: 15px;
    color: #FFF;
    border-bottom: 1px solid #FFF
}

.conts-ttlB {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 15px;
    color: #528620
}

@media screen and (max-width: 768px) {

    .section_box_text_r,
    .section_box_text_l {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto 32px
    }

    .section_box_text_box {
        width: calc(100% - 40px);
        vertical-align: middle;
        padding: 20px 20px
    }

    .section_box_img {
        flex: 1;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .section_box_img img {
        object-fit: cover;
        text-align: center;
        width: 100%;
        height: 250px;
        object-position: 50% 50%
    }
}

.blanket li {
    padding: 0px 0;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: -150px
}

.blanket li:nth-child(2n) {
    display: block
}

.blanket li:nth-child(2n) .image {
    margin: 0 auto
}

.blanket li:nth-child(2n) .blanket_ttl_top {
    text-align: left;
    color: #98c66c !important
}

.blanket li .image,
.blanket li .detailBox {
    width: 50%;
    box-sizing: border-box;
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.blanket li .image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.blanket li .image img {
    box-shadow: rgba(82, 134, 32, 0.1) -50px 50px 0 0
}

.blanket li .detailBox {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative
}

.blanket li .textBox {
    background: #fff;
    padding: 50px 60px 100px
}

.blanket li .blanket_ttl_top {
    font-family: "Kosugi Maru", sans-serif;
    letter-spacing: 0.2rem;
    font-size: 5rem;
    font-weight: normal;
    margin-bottom: 10px;
    text-indent: 2rem;
    text-align: right;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: relative
}

.blanket li .blanket_ttl_top span {
    display: block;
    font-size: 1.8rem
}

.blanket li .blanket_ttl {
    font-size: 2.4rem;
    font-weight: normal;
    color: #528620;
    margin-bottom: 10px
}

.blanket li .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px)
}

.btn_slash {
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 270px;
    margin: 0 auto
}

.btn_slash:before {
    background: #98c66c;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    z-index: 2
}

.btn_slash:after {
    -webkit-transform: skew(-12deg) translate(8px, 8px);
    -ms-transform: skew(-12deg) translate(8px, 8px);
    transform: skew(-12deg) translate(8px, 8px);
    border-color: #98c66c;
    z-index: 1
}

.btn_slash:before,
.btn_slash:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #98c66c;
    box-sizing: border-box;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.btn_slash a {
    padding: 20px 0 21px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    text-decoration: none
}

.btn_slash:hover:before {
    border-color: #02672c;
    background-color: #02672c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    -ms-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
}

.btn_slash:hover:after {
    border-color: #02672c;
    -webkit-transform: skew(-12deg) translate(4px, 4px);
    -ms-transform: skew(-12deg) translate(4px, 4px);
    transform: skew(-12deg) translate(4px, 4px)
}

.btn_slash:hover a {
    -webkit-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    transform: translate(4px, 4px)
}

@media screen and (max-width: 768px) {
    .blanket li {
        display: block;
        margin: 0
    }

    .blanket li:nth-child(2n) {
        display: block
    }

    .blanket li:nth-child(2n) .image {
        margin: 0 auto
    }

    .blanket li:nth-child(2n) .blanket_ttl_top {
        text-align: left
    }

    .blanket li .image,
    .blanket li .detailBox {
        width: 100%
    }

    .blanket li .detailBox {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        padding: 20px 0
    }

    .blanket li .image img {
        box-shadow: rgba(82, 134, 32, 0.1) -10px 10px 0 0
    }

    .blanket li .textBox {
        width: calc(100% - 20px);
        background: #fff;
        padding: 15px 10px
    }

    .blanket li .blanket_ttl_top {
        font-size: 3rem;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        position: static;
        text-align: left;
        margin-bottom: 0;
        text-indent: 1rem
    }

    .blanket li .blanket_ttl_top span {
        font-size: 1.3rem
    }

    .blanket li .blanket_ttl {
        font-size: 2rem;
        font-weight: normal
    }

    .blanket li .btn {
        width: 90% !important;
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px)
    }

    .blanket .btn_slash {
        line-height: 1;
        color: #fff;
        text-align: center;
        margin: 25px auto 0
    }
}

.product_list_info {
    font-size: 1.2rem
}

.product_list_info dt {
    float: left;
    width: 5em;
    background: #528620;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0
}

.product_list_info dd {
    padding-left: 6em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.product_list_info dd:last-child {
    border-bottom: 0px
}

.product_list {
    width: 100%;
    margin: 10px auto 0
}

.product_list * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.product_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.product_list figcaption {
    position: relative;
    width: 100%;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background: #fff
}

.product_list figcaption img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    text-align: center
}

.product_list li {
    position: relative;
    width: calc(33.33% - 32px);
    margin: 8px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px
}

.product_list li:hover {
    background: rgba(242, 242, 242, 0.2)
}

.product_list li:hover img {
    opacity: 0.5;
    transform: scale(1.2)
}

.product_list li:hover .btn {
    color: #FFF;
    background: #528620;
    border: 1px solid #fff
}

.product_list li .btn {
    padding: 2px 0px;
    margin: 5px auto;
    font-size: 1.2rem;
    border: 1px solid #aaa;
    display: block;
    width: 160px;
    text-align: center;
    color: #aaa
}

.product_list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.product_list li .prs {
    font-size: 2.2rem;
    text-align: center;
    color: #aaa;
    margin-bottom: 8px
}

.product_list li .catch {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    z-index: 9999;
    top: -20px;
    left: -10px;
    border: 1px solid #996C34;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-family: "Kosugi Maru", sans-serif;
    color: #996C34;
    margin-bottom: -10px
}

.product_list li .product_list_ttl {
    font-size: 1.4rem;
    margin: 10px 0;
    text-align: center;
    font-weight: normal;
    color: #528620;
    font-family: "Kosugi Maru", sans-serif
}

.product_list li .text {
    text-align: left;
    font-size: 1.3rem
}

@media (max-width: 768px) {
    .product_list figcaption {
        background: #fff
    }

    .product_list li {
        width: calc(50% - 32px);
        margin: 8px;
        padding: 8px
    }

    .product_list_btn {
        position: relative
    }
}

@media (max-width: 479px) {
    .product_list figcaption {
        height: 160px
    }

    .product_list li {
        width: calc(100% - 32px);
        margin: 8px;
        padding: 8px
    }

    .product_list li .product_list_ttl {
        font-size: 1.3rem
    }

    .product_list_btn {
        position: relative
    }
}

.topics_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.topics_box section {
    width: calc(50% - 160px);
    padding: 80px
}

.topics_box section:first-child {
    background: #D8E4BC
}

.topics_box section:last-child {
    background: #fffbc4
}

@media (max-width: 768px) {
    .topics_box section {
        width: calc(100% - 16px);
        padding: 8px
    }
}

.product_page .lsingle {
    width: 47%;
    float: left
}

.product_page .rsingle {
    width: 47%;
    float: right
}

.product_page .product_page_mttl {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 16px;
    color: #528620
}

.product_page .product_page_sttl {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 6px 0;
    background: #ddd;
    text-indent: 0.5em;
    margin-bottom: 16px;
    letter-spacing: 0.2rem
}

.product_page .product_page_button a {
    cursor: pointer;
    font-size: 1.8rem;
    display: block;
    padding: 16px 0;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #528620;
    font-weight: normal;
    letter-spacing: 0.1rem;
    border: 1px solid #528620;
    outline: solid 1px #fff
}

.product_page .product_page_button a:link,
.product_page .product_page_button a:visited,
.product_page .product_page_button a:hover {
    color: #fff;
    text-decoration: none
}

.product_page .product_page_button a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    margin-right: 6px
}

.product_page .product_page_button a:hover {
    background: #fff;
    color: #528620
}

.product_page .product_page_button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.product_page .product_page_button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.product_page table {
    background: #fff
}

.product_page table th {
    vertical-align: middle;
    padding: 16px 8px;
    font-weight: normal;
    line-height: 1.5;
    border-top: #888 1px solid;
    border-left: #888 0px solid;
    border-right: #888 0px solid;
    border-bottom: #888 1px solid;
    background: #f2f2f2;
    color: #333;
    width: 25%
}

.product_page table td {
    padding: 5px 10px;
    vertical-align: middle;
    border-top: #888 1px solid;
    border-bottom: #888 1px solid;
    border-left: #888 0px solid;
    border-right: #888 0px solid
}

.product_page table td b {
    color: #c10e0e
}

@media screen and (max-width: 768px) {
    .product_page .product_page_mttl {
        font-size: 1.8rem
    }

    .product_page .lsingle {
        width: 100%;
        float: none
    }

    .product_page .rsingle {
        width: 100%;
        float: none
    }
}

.form-contents .submit-btn{
    background: #528620!important;
    border: solid 2px #528620!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #528620!important;
    background: #fff!important;
    border: solid 2px #528620!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #528620!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #999!important;
  }
  
  .form-pattern-1 {
    background:none!important;
}

.form-contents {
    padding-top: 0!important;
}

.form-contents form dl {
    margin-bottom: 0!important;
}


/*# sourceMappingURL=style.css.map */