﻿html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1rem;
    *font-size: small;
    *font: x-small;
    line-height: 1.8;
    margin: 0 auto;
    background: url(../img/bk01.jpg)
}

#body {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

a:link,
a:visited,
a:hover {
    color: #2f2b05;
    text-decoration: none
}

#head {
    width: 1100px;
    margin: 0 auto;
    padding: 0
}

header {
    transition: .3s;
    width: 100%;
    height: 75px;
    z-index: 99999;
    background-color: transparent;
    padding: 0 0;
    position: fixed
}

header .logo a {
    float: left;
    display: block;
    width: 150px;
    height: 184px;
    font-size: 0;
    margin-top: 8px;
    background-size: 150px;
    background-position: left top;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat
}

header.fixed .logo a {
    width: 49px;
    height: 60px;
    background-size: 48px;
    background-position: left top;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat
}

header * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header.fixed {
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed
}

header.fixed * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header.fixed #navi {
    padding-top: 23px
}

header.fixed #navi li a:link,
header.fixed #navi li a:visited,
header.fixed #navi li a:hover {
    text-decoration: none
}

header #navi {
    float: right;
    padding-top: 15px
}

header #navi li {
    display: inline-block;
    height: 30px;
    line-height: 0.8;
    list-style: none;
    padding-bottom: 2px
}

header #navi li:last-child {
    margin-right: 0px
}

header #navi li a {
    display: block;
    padding: 8px 6px;
    text-align: left;
    font-weight: bold;
    border: none;
    font-size: 13px;
    letter-spacing: 0.1em
}

header #navi li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    margin-right: 10px;
    color: #996
}

header #navi li a span {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0px
}

header #navi li a:link,
header #navi li a:visited {
    color: #111 !important;
    text-decoration: none
}

header #navi li a:hover {
    color: #111 !important;
    text-decoration: none;
    opacity: 0.6
}

@media screen and (max-width: 768px) {
    header {
        height: 50px
    }

    #head {
        min-width: 100%;
        height: auto
    }

    header.fixed {
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        height: 60px
    }

    #head .logo {
        float: none;
        text-align: left;
        padding: 0px 0 0px;
        z-index: 9999999;
        margin: 0
    }

    header .logo a {
        float: left;
        display: block;
        width: 100px;
        height: 130px;
        font-size: 0;
        margin-top: 2px;
        background-size: 100px;
        background-position: left top
    }

    header.fixed .logo a {
        background-size: 45px;
        background-position: left top
    }
}

#google_translate_element {
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 0
}

@media screen and (max-width: 768px) {
    #google_translate_element {
        position: absolute;
        top: 20px;
        right: 80px;
        z-index: 0
    }
}

#flash {
    width: 100%;
    height: 550px;
    margin: 60px auto 0;
    padding: 0;
    overflow: hidden;
    position: relative
}

.slide1 {
    background-image: url(../bxslider/images/flash1.jpg)
}

.slide2 {
    background-image: url(../bxslider/images/flash2.jpg)
}

.slide3 {
    background-image: url(../bxslider/images/flash3.jpg)
}

.slide1,
.slide2,
.slide3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll;
    background-color: #eee;
    padding: 0px 0;
    height: 550px;
    position: relative
}

.slideimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    width: 1100px;
    margin: auto;
    text-align: right
}

.slideimg img {
    width: 200px !important;
    height: 545px;
    float: right
}

.sp {
    display: none;
    margin: 0 auto
}

.pc {
    display: block;
    margin: 0 auto
}

.map {
    width: 100%;
    height: 450px
}

.scrollbar-y {
    width: 100%;
    height: 250px;
    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)
}

@media screen and (max-width: 768px) {
    .scrollbar-y {
        width: 100%;
        height: auto
    }
}

.txt_m01 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 25px 0
}

.mttl_square {
    background-image: url(../img/bgB.jpg);
    width: 180px;
    height: 180px;
    color: #fff;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -200px;
    right: 0;
    margin-bottom: -180px;
    font-weight: normal;
    letter-spacing: 5px
}

@media screen and (max-width: 768px) {
    .mttl_square {
        background-image: url(../img/bgB.jpg);
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
        top: -100px;
        right: 0;
        margin-bottom: -100px
    }
}

.txt_top {
    position: relative;
    top: -160px;
    right: 0;
    margin-bottom: -130px
}

@media screen and (max-width: 768px) {
    .txt_top {
        top: 0;
        right: 0;
        margin-bottom: 0
    }
}

.mttl_bl {
    color: #2f2b05;
    text-indent: 0.8em;
    font-size: 1.8rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #2f2b05;
    border-bottom: 1px solid #aaa;
    margin: 20px 0;
    padding: 5px 0
}

.mttl_check {
    margin: 20px 0;
    border-top: solid 1px #996C34;
    border-bottom: solid 1px #996C34;
    font-size: 1.8rem;
    color: #996C34;
    font-weight: normal
}

.mttl_check:before {
    margin-right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9"
}

.mttl_cl {
    color: #111;
    text-align: center;
    font-weight: normal;
    font-size: 2.3rem;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 4px
}

.mttl_cl:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #996;
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.mttl_cl span {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.3rem;
    display: block
}

.mttl_ic {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.9;
    margin: 0px 0 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 2px solid #2f2b05;
    color: #2f2b05
}

.mttl_ic:before {
    content: url(../img/mttl_ic.png);
    top: 5px;
    position: relative
}

.mttl_ic span {
    font-size: 1.5rem;
    margin-left: 5px
}

.mttl_bg {
    background: #2f2b05;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 5px
}

.mttl_s span {
    background: #996;
    color: #fff;
    padding: 2px 10px;
    margin-right: 5px
}

.news {
    overflow: hidden;
    line-height: 1.6;
    margin: 10px auto 0
}

.news dt {
    float: left;
    width: 8em;
    font-weight: bold;
    color: #2f2b05
}

.news dd {
    padding-left: 8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #2f2b05;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0;
    font-weight: bold;
    border-radius: 10px
}

.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
}

.btn_bs a {
    position: relative;
    z-index: 2;
    background-color: #996;
    border: 2px solid #996;
    font-size: 16px;
    display: block;
    width: 265px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn_bs a:link,
.btn_bs a:visited {
    color: #fff;
    text-decoration: none
}

.btn_bs a:hover {
    color: #fff;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border-color: #996;
    color: #996 !important
}

.btn_bs a::before,
.btn_bs a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #996
}

.btn_bs a::before {
    right: 0
}

.btn_bs a::after {
    left: 0
}

.btn_bs a:hover::before,
.btn_bs a:hover::after {
    width: 0;
    background-color: #996
}

.btn_bs a::before,
.btn_bs a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn_bs a::before,
.btn_bs a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn_r {
    background: #f2f2f2;
    padding: 20px 0
}

.btn_r a {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #996;
    border: 2px solid #996;
    font-size: 16px;
    display: block;
    width: 265px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
    color: #fff;
    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: #996;
    background-color: #fff;
    border-color: #996
}

.btn_r a::before,
.btn_r a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #996
}

.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: #996;
    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
}

.telbtn {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding: 20px 0;
    letter-spacing: 2px
}

.telbtn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f098";
    margin-right: 5px;
    color: #2f2b05
}

.telbtn a:link,
.telbtn a:visited {
    color: #2f2b05;
    text-decoration: none
}

.telbtn a:hover {
    color: #2f2b05;
    text-decoration: none;
    opacity: 0.6
}

.mailbtn {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 5px
}

.mailbtn * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.mailbtn a {
    margin: 0 auto;
    text-align: center;
    width: 250px;
    display: block;
    padding: 5px 5px;
    font-weight: normal;
    border: 2px solid #2f2b05
}

.mailbtn a:link {
    color: #2f2b05;
    text-decoration: none
}

.mailbtn a:visited {
    color: #2f2b05
}

.mailbtn a:hover {
    color: #fff;
    background: #2f2b05;
    text-decoration: none
}

.mailbtn a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f003";
    margin-right: 5px
}

.btn_s a {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    float: right;
    background: #2f2b05;
    padding: 1px 10px;
    margin: 10px 0 0;
    font-size: 1.3rem;
    border: 2px solid #2f2b05
}

.btn_s a:link,
.btn_s a:visited {
    color: #fff
}

.btn_s a:hover {
    color: #fff;
    background: #fff;
    color: #2f2b05
}

.bg_image2 {
    background-image: url(../img/bg_image2.jpg)
}

.bg_image3 {
    background-image: url(../img/bg_image3.jpg)
}

.bg_image4 {
    background-image: url(../img/bg_image4.jpg)
}

.bg_image5 {
    background-image: url(../img/bg_image5.jpg)
}

.bg_image3,
.bg_image2,
.bg_image4,
.bg_image5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    padding: 150px 0
}

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

@media screen and (max-width: 768px) {

    .bg_image3,
    .bg_image2,
    .bg_image4,
    .bg_image5 {
        background-attachment: scroll;
        padding: 80px 0
    }
}

.snslink {
    font-family: 'Font Awesome 5 Free';
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    text-align: center
}

.snslink li {
    line-height: 30px;
    padding: 10px 13px;
    background: #111;
    color: #fff;
    border-radius: 1000px;
    display: inline;
    margin: 5px 0
}

.snslink li:hover {
    opacity: 0.5
}

.snslink a:link,
.snslink a:visited,
.snslink a:hover {
    color: #fff;
    text-decoration: none
}

.list-check {
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 1.5rem;
    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: #996
}

.list-check li:last-child {
    border-bottom: dotted 0px #aaa
}

.list_bnr {
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list_bnr li {
    width: calc(25% - 10px);
    background: #2f2b05;
    margin-bottom: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0
}

.list_bnr li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    position: absolute;
    left: 90%;
    bottom: 35%;
    color: #fff;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.list_bnr li:hover:before {
    left: 92%
}

.list_bnr li a {
    width: 100%;
    height: 100%;
    display: block !important;
    padding: 1em 13px
}

.list_bnr li a:link,
.list_bnr li a:visited,
.list_bnr li a:hover {
    color: #fff
}

.list_bnr li:hover {
    background: #8b7f0f
}

.list_bnr li:nth-child(3n+2):last-child {
    margin-right: 33.4%
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px
}

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 220px;
    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: 5;
    cursor: pointer;
    font-size: 50px;
    background: rgba(255, 255, 255, 0.8);
    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: -1px
}

.slider1 .overview li {
    width: 350px;
    height: 300px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 99999;
    overflow: hidden;
    font-weight: bold;
    padding: 0px;
    margin: 0px 1px
}

.slider1 .overview li p {
    text-align: center;
    color: #555 !important;
    font-weight: normal;
    font-size: 13px !important;
    background: #f2f2f2
}

.slider1 img {
    background: #fff;
    width: 100%;
    height: 230px;
    vertical-align: middle;
    text-align: center;
    object-fit: cover
}

.mbox_bg {
    background: #DFD4C2;
    padding: 15px
}

.mbox_bl {
    border: 2px solid #aaa;
    padding: 15px
}

.mbox_stp {
    padding: 10em;
    margin: 15px 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px)
}

.mbox_tlbl {
    padding: 8px;
    margin: 10px 0;
    color: #2c2c2f;
    background: #5d550a;
    border-top: solid 5px #2f2b05;
    border-bottom: solid 5px #2f2b05
}

.mbox_note {
    border: 3px solid #2f2b05;
    padding: 15px
}

.sttl_note {
    background: #2f2b05;
    color: #fff;
    padding: 3px 10px
}

.sttl_note:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-right: 5px
}

.sttl_memo {
    position: relative;
    padding: 2px 5px 2px 25px;
    font-size: 20px
}

.sttl_memo:before {
    font-family: "Font Awesome 5 Free";
    content: "\f135";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #2f2b05;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%
}

.img-r {
    border-radius: 10px
}

.img-circle {
    border-radius: 1000px
}

.img-b {
    border: 3px solid #ccc
}

.img_sd {
    margin: 0 10px 10px 0;
    box-shadow: rgba(47, 43, 5, 0.3) 10px 10px 0
}

.hr-sl {
    margin: 2em 0;
    height: 12px;
    background: linear-gradient(-70deg, transparent 35%, #888 45%, #888 55%, transparent 65%);
    background-size: 8px 12px;
    border: none
}

#contentwrap {
    width: 100%;
    flex: 1 1 auto
}

.single {
    width: 1100px;
    margin: 0 auto;
    padding: 5px 0
}

.lsingle {
    width: 49%;
    float: left
}

.rsingle {
    width: 49%;
    float: right
}

.contactbx {
    text-align: center;
    margin: 15px 0
}

.contactbx li {
    display: inline-block;
    margin: 0 5px 10px
}

.contactbx a {
    width: 100%;
    display: block;
    font-size: 1.8rem
}

.contactbx .tl a {
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 350px;
    font-weight: bold;
    padding: 10px 0px;
    border-radius: 30px
}

.contactbx .ml a {
    background: #fff;
    width: 100%;
    max-width: 100%;
    min-width: 350px;
    font-weight: bold;
    padding: 10px 0px;
    border-radius: 30px;
    background: #996
}

.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: #111
}

.contactbx .ml a:hover {
    color: #111;
    background: #c2c2a3
}

.contactbx .ml a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 5px
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
    color: #333
}

.contactbx .tl a:hover {
    color: #fff;
    background: #000
}

@media screen and (max-width: 768px) {
    .contactbx .tl a {
        min-width: 290px;
        display: block
    }

    .contactbx .ml a {
        min-width: 290px;
        display: block
    }
}

footer {
    display: flex;
    justify-content: space-around;
    width: 100%
}

address span {
    display: inline-block
}

#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: #2f2b05;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px
}

#page-top a:hover {
    background: #8b7f0f;
    text-decoration: none
}

footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column
}

#footer_bg {
    background: #2f2b05
}

#footer {
    width: 1100px;
    margin: 0 auto 0;
    padding: 40px 0;
    font-size: 12px;
    text-align: center;
    color: #fff
}

#footer address {
    margin-top: 10px
}

#fnavi_bg {
    width: 100%;
    background: #010100
}

#fnavi {
    width: 1100px;
    margin: 0 auto
}

#fnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#fnavi li {
    width: 20%;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1.2rem
}

#fnavi li span {
    display: block;
    font-size: 1.1rem
}

#fnavi li a {
    width: 100%;
    line-height: 1.3;
    display: block;
    text-align: center;
    border: none;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    color: #fff !important
}

#fnavi li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    margin-right: 5px;
    color: #996
}

#fnavi li a span {
    font-size: 10px;
    color: #fff !important
}

#fnavi li a:link,
#fnavi li a:visited,
#fnavi li a:hover {
    color: #fff !important;
    text-decoration: none
}

#fnavi li a:hover {
    background: #383306
}

@media screen and (max-width: 768px) {
    #fnavi_bg {
        display: none
    }
}

.flex_bx_2,
.flex_bx_3,
.flex_bx_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex_bx_2 .bx h3,
.flex_bx_3 .bx h3,
.flex_bx_4 .bx h3 {
    font-size: 2rem;
    text-align: center;
    color: #2f2b05;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: normal
}

.flex_bx_2 .bx {
    width: 48%
}

.flex_bx_3 .bx {
    width: calc(33% - 40px)
}

.flex_bx_3 .bx:last-child {
    border-right: 0px solid #aaa
}

.flex_bx_4 .bx {
    width: calc(23% - 20px)
}

.flex_bx_4 .bx:last-child {
    border-right: 0px solid #aaa
}

.flex_bx_2 .bx,
.flex_bx_3 .bx,
.flex_bx_4 .bx {
    margin-bottom: 40px;
    padding: 0 20px 65px;
    position: relative;
    border-right: 1px solid #ccc
}

.flex_bx_2 .bx img,
.flex_bx_3 .bx img,
.flex_bx_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: 15px;
    text-align: center;
    width: 200px;
    display: block;
    padding: 10px 0px;
    font-weight: bold;
    border: 1px solid #2f2b05;
    margin: 0 auto;
    background: #2f2b05;
    border-radius: 30px
}

.bxbtn a:link {
    color: #fff;
    text-decoration: none
}

.bxbtn a:visited {
    color: #fff
}

.bxbtn a:hover {
    color: #2f2b05;
    background: #fff;
    text-decoration: none;
    border: 1px solid base_color
}

.bxbtn a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px
}

@media screen and (max-width: 800px) {

    .flex_bx_2,
    .flex_bx_3 {
        display: block;
        flex-wrap: nowrap
    }

    .flex_bx_2 .bx h3,
    .flex_bx_3 .bx h3,
    .flex_bx_4 .bx h3 {
        font-size: 15px
    }

    .flex_bx_2 .bx,
    .flex_bx_3 .bx {
        width: calc(100% - 35px);
        margin-right: 0px;
        margin-bottom: 20px
    }

    .flex_bx_4 .bx {
        width: calc(45%);
        margin-right: 0px;
        margin-bottom: 20px
    }

    .bxbtn {
        position: static;
        width: 200px !important;
        margin: 10px auto 0
    }
}

table {
    margin: 15px 0
}

table th {
    vertical-align: middle;
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #aaa 1px solid;
    color: #2f2b05;
    background: #EEECE0
}

table td {
    padding: 15px 10px;
    vertical-align: middle;
    border: #aaa 1px solid
}

.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,
.dropdown {
    border-radius: 2px;
    border: 1px solid #ddd
}

.textarea {
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 5px
}

.form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
    font-size: 1.8rem
}

#mailform button,
.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #2f2b05;
    font-weight: bold;
    border: 2px solid #2f2b05
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #fff;
    color: #2f2b05
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #2f2b05;
}

.form .form-pattern-1 {
    background: transparent;
}

.form .form-contents {
    padding-top: 0;
}

.form .form-pattern-1 dl {
    margin-bottom: 0;
}

#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;
    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: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #2f2b05;
    border-bottom: 3px solid #2f2b05;
    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: 10px;
    margin: 10px 0;
    text-align: center
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1100px;
    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
}

.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 #2f2b05;
    width: 100px;
    background: #2f2b05;
    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
    }
}

.price {
    font-size: 3rem;
    margin: 25px 0
}

.price b {
    color: #c00
}

@media screen and (max-width: 768px) {
    .price {
        font-size: 2rem;
        margin: 25px 0
    }

    .price b {
        color: #c00
    }
}

.news-lb {
    margin: 15px 0;
    line-height: 1.8
}

.news-lb dt {
    float: left;
    width: 8em;
    border-right: #2f2b05 3px solid;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold
}

.news-lb dd {
    padding-left: 10em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #ccc
}

.news-lb dd:last-child {
    border-bottom: 0px
}

tbox_bg {
    padding: 15px;
    background: #CEC5B2
}

#title_bg1 {
    background-image: url(../img/bg_title1.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: 80px 0;
    margin: 60px auto 0;
    background: rgba(47, 43, 5, 0.6)
}

#title h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1.4;
    position: relative;
    letter-spacing: 4px
}

#title h2 span {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 13px;
    display: block;
    color: #fff
}

@media screen and (max-width: 768px) {
    #title {
        padding: 60px 0 60px
    }

    #title h2 {
        font-size: 2.5rem
    }
}

.blog_sttl01 {
    background: #2f2b05;
    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);
    background: #f1f1f1;
    color: #2f2b05;
    font-size: 1.8rem;
    overflow: hidden;
    font-weight: bold;
    border-left: 2px solid #2f2b05;
    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%
}

.pages {
    position: absolute;
    bottom: -50px;
    width: 100%;
    right: 0
}

.page_next {
    float: left;
    width: 49%
}

.page_prev {
    float: right;
    text-align: right;
    width: 49%
}

.page_prev a {
    display: block;
    padding: 5px 10px;
    background: #2f2b05
}

.page_next a {
    display: block;
    padding: 5px 10px;
    background: #2f2b05
}

.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: 12px;
    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 {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    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
}

.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: 12px;
    color: #fff;
    float: left;
    background: #2f2b05;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_side_list .blog_bx .ttm {
    float: right;
    padding-top: 0px;
    font-size: 13px;
    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% - 42px) !important;
    font-size: 12px;
    margin: 10px;
    border: 1px solid #ccc;
    position: relative;
    padding: 10px 10px 10px
}

.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: 230px;
    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
}

.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: #fff;
    float: left;
    background: #2f2b05;
    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
}

@media screen and (max-width: 768px) {
    .blog_top_list .blog_bx {
        width: calc(100% - 22px) !important;
        margin: 0px 0 15px
    }

    .blog_top_list .blog_bx figcaption {
        height: 300px
    }
}

@media screen and (max-width: 768px) {
    #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%
    }

    .page_next {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .page_prev {
        float: none;
        text-align: left;
        width: 100%
    }
}

.k-flex {
    display: flex;
    flex-wrap: wrap
}

.k-flex * {
    box-sizing: border-box
}

.k-flex img {
    vertical-align: middle;
    width: 100%
}

.k-flex.col-1>.k-fitem {
    width: 100%
}

.k-flex.col-2>.k-fitem {
    width: 50%
}

.k-flex.col-3>.k-fitem {
    width: 33.3333333%
}

.k-flex.col-4>.k-fitem {
    width: 25%
}

.k-flex.col-5>.k-fitem {
    width: 20%
}

.k-flex.col-10>.k-fitem {
    width: 10%
}

.k-flex.k-fstart {
    justify-content: flex-start
}

.k-flex.k-fcenter {
    justify-content: center
}

.k-flex.k-fend {
    justify-content: flex-end
}

.k-flex>.k-fitem.k-w5 {
    width: 5%
}

.k-flex>.k-fitem.k-w10 {
    width: 10%
}

.k-flex>.k-fitem.k-w15 {
    width: 15%
}

.k-flex>.k-fitem.k-w20 {
    width: 20%
}

.k-flex>.k-fitem.k-w25 {
    width: 25%
}

.k-flex>.k-fitem.k-w30 {
    width: 30%
}

.k-flex>.k-fitem.k-w35 {
    width: 35%
}

.k-flex>.k-fitem.k-w40 {
    width: 40%
}

.k-flex>.k-fitem.k-w45 {
    width: 45%
}

.k-flex>.k-fitem.k-w50 {
    width: 50%
}

.k-flex>.k-fitem.k-w55 {
    width: 55%
}

.k-flex>.k-fitem.k-w60 {
    width: 60%
}

.k-flex>.k-fitem.k-w65 {
    width: 65%
}

.k-flex>.k-fitem.k-w70 {
    width: 70%
}

.k-flex>.k-fitem.k-w75 {
    width: 75%
}

.k-flex>.k-fitem.k-w80 {
    width: 80%
}

.k-flex>.k-fitem.k-w85 {
    width: 85%
}

.k-flex>.k-fitem.k-w90 {
    width: 90%
}

.k-flex>.k-fitem.k-w95 {
    width: 95%
}

.k-flex>.k-fitem.k-w100 {
    width: 100%
}

.k-flex>.k-fitem.order1 {
    order: 1
}

.k-flex>.k-fitem.order2 {
    order: 2
}

.k-flex>.k-fitem.order3 {
    order: 3
}

@media screen and (max-width: 900px) {
    .k-flex.col-10>.k-fitem {
        width: 20%
    }
}

@media screen and (max-width: 700px) {
    .k-flex>.k-fitem {
        width: 100% !important
    }

    .k-flex>.k-fitem.faqq {
        width: 10% !important
    }

    .k-flex>.k-fitem.faqa {
        width: 90% !important
    }

    .k-flex>.k-fitem.order1,
    .k-flex>.k-fitem.order2,
    .k-flex>.k-fitem.order3 {
        order: 0 !important
    }

    .k-flex.col-4>.k-fitem {
        width: 50% !important
    }

    .k-flex.col-5>.k-fitem {
        width: 33.3333333% !important
    }

    .k-flex.col-10>.k-fitem {
        width: 25% !important
    }
}

.k-htitle1 {
    font-size: 2.3rem;
    font-weight: bold
}

.k-htitle1 span {
    font-size: 1.5rem;
    color: #999;
    padding-left: 10px
}

.k-htitle2 {
    font-size: 2.4rem
}

.product-line1>li {
    padding: 5px
}

.product-line1>li>a {
    position: relative;
    display: block;
    padding: 5px 0;
    border: solid thin #2f2b05;
    transition: all 0.3s ease;
    padding-left: 15%
}

.product-line1>li>a:hover {
    color: #fff;
    transition: all 0.3s ease;
    background-color: #2f2b05
}

.product-line1>li>a::before {
    content: "";
    position: absolute;
    top: 67%;
    left: 10%;
    display: block;
    width: 80%;
    height: 5px;
    background: linear-gradient(to right, #182b05, rgba(24, 43, 5, 0));
    z-index: 2
}

@media screen and (min-width: 701px) {
    .k-pcNone {
        display: none
    }

    .k-spNone {
        display: block
    }
}

@media screen and (max-width: 700px) {
    .k-pcNone {
        display: block
    }

    .k-spNone {
        display: none
    }
}

.k-db {
    display: block;
    font-size: 2rem;
    padding-top: 5px
}

@media screen and (max-width: 700px) {
    .k-db {
        font-size: 2rem
    }
}

.faq-img {
    border: solid thin #2f2b05
}

.kokin {
    border-left: solid thin #2f2b05;
    border-right: solid thin #2f2b05
}

.kokin img {
    width: auto;
    height: 200px
}

.tsuyama {
    border-right: solid thin #2f2b05
}

.tsuyama img {
    width: auto;
    height: 200px
}

.k-defList1 {
    width: 100%
}

.k-defList1 * {
    box-sizing: border-box
}

.k-defList1 dt {
    display: block;
    float: left;
    clear: left;
    width: 17rem;
    margin: 6px 0;
    padding: 3px 10px;
    background-color: #2f2b05;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-align: center
}

.k-defList1 dd {
    display: block;
    width: 100%;
    padding: 10px 0 10px 18rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    border-bottom: dotted thin #999
}

@media screen and (max-width: 700px) {
    .k-defList1 dt {
        float: none;
        width: 100%;
        margin: 0;
        font-size: 1.5rem
    }

    .k-defList1 dd {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px
    }
}

.btn-product {
    width: 200px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 10px 0;
    border: solid thin #2f2b05;
    transition: all 0.3s ease;
    text-align: center
}

.btn-product:hover {
    color: #fff;
    transition: all 0.3s ease;
    background-color: #2f2b05
}

.btn-product::before {
    content: "";
    position: absolute;
    top: 67%;
    left: 10%;
    display: block;
    width: 80%;
    height: 5px;
    background: linear-gradient(to right, #182b05, rgba(24, 43, 5, 0));
    z-index: 2
}

.btn-product-zaikonashi {
    width: 200px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 10px 0;
    border: solid thin #2f2b05;
    transition: all 0.3s ease;
    text-align: center;
    background-color: #2f2b05;
    color: #fff
}

.btn-product-zaikonashi::before {
    content: "";
    position: absolute;
    top: 67%;
    left: 10%;
    display: block;
    width: 80%;
    height: 5px;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    z-index: 2
}

.k-htitle5 {
    border-bottom: solid 10px #996;
    position: relative;
    font-size: 3rem;
    color: #2f2b05;
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 20px
}

.k-htitle5:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #2f2b05;
    bottom: -3px;
    width: 20%
}

.k-note>li {
    font-size: 0.9em;
    text-indent: -1em;
    padding-left: 1em
}

.k-note>li::before {
    content: "※"
}

.k-listDesign1 {
    padding: 0.5em;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.k-listDesign1 * {
    box-sizing: border-box
}

.k-listDesign1>li {
    width: 100%;
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em
}

.k-listDesign1>li:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #996
}

.k-listDesign1.col-2>li {
    width: 50%
}

.k-listDesign1.col-3>li {
    width: 33.3333333%
}

.k-listDesign1.col-4>li {
    width: 50%
}

@media screen and (max-width: 700px) {
    .k-listDesign1 {
        font-size: 1.4rem
    }

    .k-listDesign1.col-2>li {
        width: 100%
    }

    .k-listDesign1.col-3>li {
        width: 100%
    }

    .k-listDesign1.col-4>li {
        width: 50%
    }
}

.k-border {
    border: solid thin #996
}

.k-width50 {
    width: 50px
}

.k-width100 {
    width: 100px
}

.k-width150 {
    width: 150px
}

.k-width200 {
    width: 200px
}

.k-width250 {
    width: 250px
}

.k-width300 {
    width: 300px
}

.k-width350 {
    width: 350px
}

.k-width400 {
    width: 400px
}

.hairline {
    margin-top: 10px;
    margin-bottom: 10px
}

@media screen and (max-width: 700px) {
    .hairline {
        margin-top: 30px;
        margin-bottom: 100px
    }
}

.k-category {
    width: 200px;
    text-align: center;
    border: solid thin #000
}

@media screen and (max-width: 700px) {
    .k-category {
        width: 100%;
        text-align: center;
        border: solid thin #000
    }
}

@media screen and (max-width: 700px) {
    .spwr {
        text-align: left !important
    }
}

.menu {
    *zoom: 1;
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto
}

.menu>li {
    float: left;
    height: 50px;
    line-height: 50px
}

.menu>li a {
    display: block;
    color: #fff
}

.menu>li a:hover {
    color: #999
}

.menu>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s
}

.menu ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7)
}

.menu ul.menu__second-level a {
    width: 250px
}

.menu ul.menu__third-level {
    visibility: hidden;
    opacity: 0
}

.menu ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0
}

.menu .menu__third-level li {
    border-top: 1px solid #111
}

.menu .menu__second-level li a:hover {
    background: #fff
}

.menu .menu__third-level li a:hover {
    background: #2a1f1f
}

.menu .menu__fourth-level li a:hover {
    background: #1d0f0f
}

.menu .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu:before,
.menu:after {
    content: " ";
    display: table
}

.menu:after {
    clear: both
}

.menu>li.menu__single {
    position: relative
}

.menu li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 300px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.menu li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1
}

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