﻿body {
    color: #333;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    background: url(../img/bg02.png);
    background: #fff
}

.bg-gray {
    background: #F7F7F7
}

.bg-warm {
    background: #f7eddf;
    background-image: linear-gradient(to bottom, #fffacd, #fff9c2, #fff8b7, #fff6ac, #fff5a1)
}

a {
    color: #ffefb4;
    text-decoration: none;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

.color1 {
    color: #ffe481
}

.color2 {
    color: #50c7ec
}

.color3 {
    color: #3a0f02
}

.bold {
    font-weight: bold
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    background: url(../img/header-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%
}

#header .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto 20px
}

#header .inner #logo {
    float: left;
    width: 450px;
    margin-top: 10px;
    padding-left: 10px
}

#header .inner #logo img {
    width: 100%
}

#header .inner #head-right {
    float: right;
    padding-top: 30px
}

#navi {
    background: rgba(255, 233, 113, 0.5)
}

#navi.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    background: rgba(255, 233, 113, 0.95);
    border-bottom: 4px solid #fff;
    z-index: 300
}

#navi ul {
    padding: 20px 0 8px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#navi ul li {
    white-space: nowrap;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, rgba(58, 15, 2, 0.3), rgba(58, 15, 2, 0.3) 2px, transparent 2px, transparent 5px);
    background-size: 2px 6px;
    background-position: left;
    background-repeat: repeat-y;
    text-align: center;
    flex: 1 0 auto
}

#navi ul li:last-child {
    background-image: linear-gradient(to bottom, rgba(58, 15, 2, 0.3), rgba(58, 15, 2, 0.3) 2px, transparent 2px, transparent 5px), linear-gradient(to bottom, rgba(58, 15, 2, 0.3), rgba(58, 15, 2, 0.3) 2px, transparent 2px, transparent 5px);
    background-position: left, right
}

#navi ul li a {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 17px;
    display: block;
    position: relative;
    color: #3a0f02;
    padding-bottom: 10px;
    font-weight: bold
}

#navi ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #eb6100;
    content: '';
    transition: all 0.3s ease-in-out 0s
}

#navi ul li a:hover {
    color: #eb6100
}

#navi ul li a:hover:before {
    width: 100%
}

#tel {
    padding: 2px 5px 0 0;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto
}

#tel #tel1 {
    margin-right: 5px;
    margin-bottom: -10px
}

#tel #tel1 a {
    color: #eb6100;
    display: block;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px
}

#tel #tel1 a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2a0";
    margin-right: 5px;
    font-weight: bold
}

#tel #head_mail a {
    display: block;
    background: #3a0f02;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 2rem;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    padding-top: 2px;
    text-align: center;
    position: relative
}

#tel #head_mail a span {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0
}

#tel #head_mail a:hover {
    opacity: .5
}

#tel .tel-comment {
    width: 100%;
    font-size: 13px;
    color: #3a0f02;
    font-weight: bold;
    line-height: 1.4
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #3a0f02;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

.foot_navi {
    padding: 20px 0;
    background: #ffefb4
}

.foot_navi ul {
    margin: 0 auto;
    width: 1000px
}

.foot_navi ul li {
    float: left;
    width: 166.66667px
}

.foot_navi ul li a {
    color: #323232;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 12px
}

.foot_navi ul li a:before {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #fada13
}

#footer {
    background: url(../img/header-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0
}

#footer .inner .flogo {
    width: 140px;
    margin: 0 auto 10px
}

#footer .inner .flogo img {
    max-width: 100%
}

.address {
    font-size: 1.2rem;
    margin-bottom: 10px
}

.copyright {
    font-size: 1.2rem;
    text-align: center;
    background: #bcd981
}

#flash {
    background: url(../bxslider/images/0.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.slide0 {
    background-image: url(../bxslider/images/0.jpg);
    background-position: center center
}

.slide1 {
    background-image: url(../bxslider/images/1.jpg);
    background-position: center center
}

.slide2 {
    background-image: url(../bxslider/images/2.jpg);
    background-position: center center
}

.slide3 {
    background-image: url(../bxslider/images/3.jpg);
    background-position: center center
}

.slide0,
.slide1,
.slide2,
.slide3 {
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll;
    padding: 0px 0
}

.slideimg {
    max-width: 1000px;
    height: auto;
    margin: 0 auto
}

#slidepro_wrapper {
    width: 100%;
    padding: 10px 0
}

#slidepro_wrapper #slidepro {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

@media all and (max-width: 800px) {
    #slidepro_wrapper #slidepro {
        width: 100%
    }
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

#catch {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0
}

#catch.on {
    opacity: 1;
    transition: 3s
}

.bg_contact {
    background: url(../img/bg-contact.jpg)
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 10px
}

.bnr_tel,
.bnr_mail {
    display: block;
    padding: 6px 30px;
    border-radius: 25px;
    font-size: 2rem;
    font-weight: bold;
    max-width: 350px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    text-align: center
}

.bnr_tel {
    border: 1px solid #ffefb4;
    color: #fff;
    background: #ffefb4
}

.bnr_tel:hover {
    background: #fff;
    border-radius: inherit
}

.bnr_tel:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 10px
}

.bnr_mail {
    border: 1px solid #ffefb4;
    background: rgba(255, 239, 180, 0.8);
    color: #FFFFFF
}

.bnr_mail:hover {
    background: #ffefb4;
    border-radius: inherit
}

.bnr_mail:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.single {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding: 40px 0
}

.single02 {
    width: 100%;
    padding: 40px 0
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.mtitle {
    font-size: 2.4rem;
    color: #3a0f02;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 5px 0;
    font-family: fot-tsukuardgothic-std, sans-serif;
    text-align: center;
    background: url(../img/line-thin.png), url(../img/line-thin.png), rgba(255, 255, 255, 0.8);
    background-repeat: repeat-x;
    background-position: left top, left bottom
}

.mtitle span {
    font-size: 1.8rem;
    padding-left: 10px
}

@media all and (max-width: 639px) {
    .mtitle span {
        font-size: 1.4rem;
        padding-left: 4px
    }
}

.mtitle2 {
    color: #442201;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 150%;
    padding: 9px 9px 9px 32px;
    margin-bottom: 25px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    background: #ffe971;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.mtitle2 span {
    font-size: 1.5rem;
    padding-left: 10px
}

.mtitle2:before {
    content: "";
    display: block;
    width: 4px;
    height: 70%;
    background: #eb6100;
    position: absolute;
    left: 15px;
    top: 15%;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.mtitle-w {
    color: #3a0f02;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    margin-bottom: 30px
}

.mtitle-w span {
    display: block;
    font-size: 2.8rem;
    color: #323232;
    font-weight: normal
}

.mtitle-w:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/mtitle_bg.png) no-repeat center bottom;
    width: 320px;
    height: 40px;
    bottom: -30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
    background-size: contain
}

@media all and (max-width: 639px) {
    .mtitle-w span {
        font-size: 2.5rem
    }

    .mtitle-w:after {
        width: 200px
    }
}

.mtitle3 {
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 15px
}

.mtext1 {
    font-size: 2.2rem;
    font-weight: bold;
    background: lemonchiffon;
    padding: 4px
}

.mtext2 {
    font-size: 2rem;
    color: #3a0f02;
    font-weight: bold
}

.mtext2 span {
    display: block;
    color: #50c7ec;
    font-size: 3rem;
    line-height: 1.2
}

.mtitle_middle {
    font-size: 1.4rem;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #eb6100;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_middle span {
    padding: 4px 10px;
    background: rgba(58, 15, 2, 0.5);
    color: #fff;
    margin-right: 10px
}

.mtitle_sub {
    color: #3a0f02;
    line-height: 2.0;
    padding-left: 0.5em;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #ffefb4;
    margin: 8px 0
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #fada13
}

.mtitle_small {
    font-size: 1.6rem;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px
}

.mtitle_small:before {
    content: "";
    background-color: #ffefb4;
    width: 8px;
    height: 4px;
    position: absolute;
    top: .7em;
    left: 0
}

.btn01 {
    font-size: 15px;
    font-weight: bold
}

.btn01 a {
    background: #fada13;
    text-align: center;
    width: 250px;
    margin: 10px auto 10px;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 1px solid #3a0f02;
    border-radius: 25px
}

.btn01 a:link {
    color: #3a0f02;
    text-decoration: none
}

.btn01 a:visited {
    color: #3a0f02
}

.btn01 a:hover {
    background: #50c7ec;
    text-decoration: none;
    border-radius: 0
}

.news-bl {
    overflow: hidden;
    margin: 15px auto 30px
}

.news-bl dt {
    float: left;
    width: 6em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #3a0f02;
    color: #fff;
    text-align: center;
    box-sizing: border-box
}

.news-bl dd {
    padding: 0 0 10px 8em;
    line-height: 1.6;
    background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 5px);
    background-size: 6px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    background: none
}

.news {
    line-height: 1.6;
    margin: 10px auto 0
}

.news dt {
    font-weight: bold
}

.news dt:before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin-right: 4px
}

.news dd {
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #3a0f02
}

.news dd:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.bg-01 {
    background: url(../img/bg-01.jpg) center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px 0
}

.bg-02 {
    background: #fcf9f3
}

.bg-greet {
    background: url(../img/bg-greet.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%
}

.gradient-green {
    background-image: linear-gradient(to bottom, #fff, #e6f1cf)
}

.gradient-pink {
    background-image: linear-gradient(to bottom, #fff, #fdeeeb)
}

.mbox {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 10px
    }
}

.greet-box {
    margin: 0 auto;
    background: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right bottom;
    background-size: 100% auto;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px
}

@media all and (max-width: 800px) {
    .greet-box {
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;
        padding: 20px 20px 50px;
        font-size: 1.5rem
    }
}

.tbl {
    width: 100%;
    color: #111
}

.tbl th,
.tbl td {
    padding: 10px;
    border: 1px solid #3a0f02;
    vertical-align: middle
}

.tbl th {
    background: #fada13
}

.tbl.tbl-mini th,
.tbl.tbl-mini td {
    padding: 5px 8px;
    font-size: 1.4rem
}

.tbl.tbl-mini td.td01 {
    background: rgba(255, 239, 180, 0.2)
}

.tbl.tbl-mini.cost th {
    font-size: 17px
}

@media all and (max-width: 639px) {
    .tbl.tbl-mini.cost {
        font-size: 15px
    }
}

.tbl_simple {
    width: 100%
}

.tbl_simple td {
    border-bottom: 1px solid #3a0f02;
    padding: 20px 10px;
    vertical-align: middle;
    font-weight: normal
}

.tbl_simple th {
    font-weight: bold;
    color: #eb6100;
    width: 30%;
    text-align: left;
    padding: 20px 10px;
    border-bottom: 1px solid #3a0f02
}

.tbl_simple th span {
    display: block;
    border-right: 3px solid #ffefb4
}

.tbl_simple tr:last-child th,
.tbl_simple tr:last-child td {
    border-bottom: none
}

@media all and (max-width: 639px) {
    .tbl_simple th {
        width: 37%
    }
}

.tbl_new {
    width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 10px
}

.tbl_new tr th {
    font-weight: 700
}

.tbl_new tr th span {
    font-size: 1.4rem
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #fdeeeb
}

.ggmap {
    position: relative;
    padding-bottom: 21.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.characteristic .child {
    float: left;
    width: 48.44%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    border: 1px solid #CCCCCC
}

.characteristic .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.characteristic .child dt {
    background: #ffefb4;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 5px
}

.characteristic .child dd {
    padding: 10px
}

.ol-list {
    counter-reset: li;
    list-style: none;
    margin: 10px auto 30px;
    max-width: 600px;
    display: block
}

.ol-list li {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 5px 10px 20px;
    border-radius: .3em;
    font-weight: bold;
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    background: lemonchiffon;
    color: #3a0f02
}

.ol-list li:last-child {
    margin-bottom: 0px
}

.ol-list span {
    display: table-cell;
    position: relative;
    padding-left: 5px;
    color: #3a0f02;
    text-decoration: none;
    transition: all .3s ease-out
}

.ol-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: url(../img/bg-green.jpg);
    margin-left: -3em;
    color: #3a0f02;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.policy {
    margin-bottom: 30px
}

.policy li {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 5px 10px 20px;
    border-radius: .3em;
    font-weight: bold;
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
    background: #fdeeeb;
    color: #3a0f02
}

.policy li:last-child {
    margin-bottom: 0px
}

.list_common li,
.list_note li,
.list_note2 li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child,
.list_note li:last-child,
.list_note2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_note,
.list_note2 {
    background: #f7eddf;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px
}

.list_note li,
.list_note2 li {
    padding: 3px;
    background: #fff;
    padding-right: 10px;
    border-bottom: none
}

.list_note li:before,
.list_note2 li:before {
    content: "◆";
    margin-right: 5px;
    color: #ffdf68
}

.list_note2 li {
    display: block
}

.list_note2 li.no-circle:before {
    display: none
}

.list_note2 li:before {
    font-family: "FontAwesome";
    content: "\f111";
    font-weight: bold;
    margin-right: 5px;
    color: #c00
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.page_title_box {
    padding: 30px 0 0
}

.page_title_box .page_title {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9);
    color: #3a0f02;
    font-weight: bold;
    letter-spacing: .1rem
}

.page_title_box .page_title span {
    display: block;
    font-size: 1.9rem
}

.page_title_box01 {
    background: url(../img/bg-greet.jpg) no-repeat center;
    background-size: cover;
    background: #fdeeeb
}

.page_title_box02 {
    background: url(../img/title_box02.jpg) no-repeat center;
    background-size: cover
}

.page_title_box03 {
    background: url(../img/title_box03.jpg) no-repeat center 64%;
    background-size: cover
}

.page_title_box04 {
    background: url(../img/title_box04.jpg) no-repeat center;
    background-size: cover
}

.page_title_box05 {
    background: url(../img/title_box05.jpg) no-repeat center;
    background-size: cover
}

.breadcrumb_box {
    margin: 30px auto 0;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.6);
    color: #3a0f02
}

.breadcrumb_box .breadcrumb {
    margin: 0 auto 0;
    width: 1000px;
    padding-left: 0
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li a {
    color: #3a0f02
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.form dl dt {
    padding-top: 20px
}

.form dl dt span {
    color: #fff;
    background: #bcd981;
    padding: 5px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dt:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px;
    font-weight: bold
}

.form dl dd {
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 20px
}

.form .textarea02 {
    width: 37.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: #3a0f02;
    border: 1px solid #ffefb4;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
}

.form button:hover {
    background: #FFFFFF;
    color: #3a0f02
}

.form button:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #ffefb4
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form 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
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #ffefb4;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff;
    border-radius: 50%
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #ffefb4;
    border-bottom: 3px solid #ffefb4;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #f7eddf;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.select-content {
    display: flex;
    align-items: center
}

.select-content .select-txt {
    padding: 0 5px
}

.faq dt {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    background: #ffefb4;
    color: #fff
}

.faq dt:before {
    font-family: 'FontAwesome';
    content: "\f059";
    margin-right: 5px;
    color: #fff;
    padding-left: 5px;
    font-size: 15px
}

.faq dt a {
    color: #fff
}

.faq dt a:hover {
    text-decoration: underline
}

.faq dd img {
    max-width: 100%;
    height: auto
}

.faq dd:before {
    content: "A.";
    display: block;
    margin-right: 5px;
    color: rgba(255, 239, 180, 0.5);
    font-weight: bold;
    font-size: 25px
}

.note {
    padding: 10px;
    background: #f5f5f5;
    color: #781111;
    font-size: 13px
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: 24%;
    box-sizing: border-box;
    margin: 0 1.33% 15px 0
}

.gallery li:nth-child(4n) {
    margin-right: 0
}

.gallery li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px;
    vertical-align: middle
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery li p {
    font-size: 13px;
    margin: 3px 0 10px
}

@media screen and (max-width: 800px) {
    .gallery li {
        width: calc((100% - 40px) /2);
        box-sizing: content-box;
        margin: 0 10px 20px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li:nth-child(3n) {
        margin: 0 10px 20px
    }

    .gallery li a {
        height: 130px
    }
}

.bnr-list {
    display: flex;
    flex-wrap: wrap
}

.bnr-list li {
    width: 320px;
    margin-right: 20px
}

.bnr-list li:nth-child(3n) {
    margin-right: 0
}

.fm-text {
    border: 1px solid #aaa;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0;
    background-color: #fff
}

.list2 {
    display: flex;
    flex-wrap: wrap
}

.list2 li {
    width: 48%
}

.list2 li:not(:nth-child(2n)) {
    margin-right: 4%
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3 li {
    width: 32%;
    margin: 0 0.5% 10px;
    box-sizing: border-box;
    padding: 5px
}

.top-works-wrap {
    position: relative
}

.top-works-title {
    position: absolute;
    background: rgba(58, 15, 2, 0.7);
    bottom: 0;
    z-index: 20;
    display: block;
    width: 100%;
    color: #fff;
    padding: 3px;
    box-sizing: border-box
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap
}

.blog-list {
    width: 24%;
    margin: 0 0.5% 10px;
    padding: 10px;
    border: 1px dashed #fffae7;
    box-shadow: 3px 3px 3px rgba(58, 15, 2, 0.1);
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff
}

@media all and (max-width: 800px) {
    .blog-list {
        width: 49%
    }
}

.blog-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-right: 10px
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.4s ease;
    font-family: 'object-fit: cover;'
}

.blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .blog-img {
        height: 100px
    }
}

.blog-contents {
    flex: 1
}

.blog-date {
    background: url(../img/bg_body.jpg);
    font-size: 1.4rem;
    padding: 2px 0;
    text-align: center;
    color: #3a0f02;
    margin-bottom: 5px
}

.blog-date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    margin-right: 5px
}

.blog-title {
    color: #3a0f02;
    margin-bottom: 5px;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .blog-title {
        font-size: 12px
    }
}

.blog-txt {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #ffefb4
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    padding: 30px 0;
    margin: 0 auto
}

#blog_flexwrap #blog_side {
    width: 250px;
    margin-left: 20px
}

#blog_flexwrap #blog_side a {
    color: #3a0f02
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 35px
}

.blog_sttl01 {
    border: 1px solid #3a0f02;
    color: #3a0f02;
    text-indent: 10px;
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal;
    background: url(../img/bg_body.jpg)
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

.blog_mttl {
    font-size: 1.6rem;
    border-bottom: 2px solid #eee;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.blog_mttl:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #ffefb4;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.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: 300px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    margin-top: 30px;
    text-align: center
}

.page_next,
.page_prev {
    display: inline-block;
    padding: 10px
}

@media screen and (max-width: 768px) {
    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        padding: 30px 0
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }
}

.blog-month {
    padding: 5px
}

.blog-month ul li {
    border-bottom: 1px dashed #aaa
}

.blog-month ul li a {
    color: #ffefb4
}

.list4 {
    display: flex;
    flex-wrap: wrap
}

.list4 li {
    box-sizing: border-box;
    width: 23%;
    margin: 0 1% 15px
}

.list4 li img {
    max-width: 100%
}

.list4.top-bread li {
    padding: 5px
}

.list4.top-bread figure {
    padding: 10px 0;
    background: url(../img/line-thin.png), url(../img/line-thin.png);
    background-repeat: repeat-x;
    background-position: left top, left bottom;
    margin-bottom: 5px
}

.bread-txt {
    background: #f7eddf;
    padding: 5px
}

.mbox2 {
    padding: 10px;
    border: 1px solid #3a0f02
}

.box1 {
    padding: 10px;
    border: 3px solid #ffefb4
}

.point-wrap {
    position: relative
}

.img-right {
    text-align: right
}

.list-center {
    text-align: center
}

.list-center li {
    display: inline-block
}

.list-center.ank li {
    margin-right: 5px
}

.list-center.ank li a {
    color: #3a0f02;
    font-weight: bold
}

.list-center.ank li:after {
    content: "";
    border-right: 1px solid #50c7ec;
    padding-left: 5px
}

.list-center.ank li:last-child {
    margin-right: 0
}

.list-center.ank li:last-child:after {
    display: none
}

.listA {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.listA li {
    width: 32%;
    margin: 0 1.5% 30px 0;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 10px
}

.listA li:nth-child(3n) {
    margin-right: 0
}

.listA li .figure-wrap {
    position: relative
}

.listA li figure {
    overflow: hidden
}

.listA li figure img {
    max-width: 100%;
    transition: all 0.4s ease
}

.listA li figure:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.listA li .top-title-img {
    background: #fff;
    border-radius: 50px;
    border: 5px solid #ffefb4;
    color: #ffefb4;
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -5px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    width: 230px
}

@media all and (max-width: 800px) {
    .listA li .top-title-img {
        font-size: 17px;
        width: 200px
    }
}

.listA li .top-title-img img {
    max-width: 100%
}

.listA li .txt {
    margin-top: 30px;
    font-size: 1.7rem;
    color: #111
}

@media all and (max-width: 639px) {
    .listA li {
        width: 90%;
        margin: 0 auto 20px
    }

    .listA li:nth-child(3n) {
        margin: 0 auto 20px
    }

    .listA li .txt {
        font-size: 1.4rem
    }
}

.telbox {
    background: #fada13;
    padding: 15px;
    max-width: 700px;
    margin: 0 auto 30px;
    box-sizing: border-box
}

.telbox .inner {
    background: #fff;
    padding: 10px;
    font-weight: bold
}

.telbox .num {
    font-weight: bold;
    font-size: 4rem;
    color: #ffefb4;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative
}

.telbox .num:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2a0";
    margin-right: 5px;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .telbox {
        padding: 10px
    }

    .telbox .num {
        font-size: 3rem
    }
}

.list-flow li {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 45px
}

.list-flow li:after {
    content: "";
    background: url(../img/arrow-bottom.png) no-repeat center center;
    width: 31px;
    height: 35px;
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%)
}

.list-flow li:last-child:after {
    display: none
}

.list-dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f7eddf
}

.list-dl dt,
.list-dl dd {
    padding: 10px 0 0;
    box-sizing: border-box
}

.list-dl dt {
    width: 20%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 20px;
    background: #bcd981;
    color: #fff
}

.list-dl dt span {
    display: block;
    font-size: 4rem
}

.list-dl dd {
    width: 78%
}

@media all and (max-width: 639px) {
    .list-dl dt {
        width: 25%;
        line-height: 1.5
    }

    .list-dl dt span {
        font-size: 3rem
    }

    .list-dl dd {
        width: 73%;
        padding: 10px
    }
}

.map-bg {
    background: url(../img/map.png) no-repeat right center
}

#a01:before,
#a02:before,
#contact:before {
    content: "";
    height: 70px;
    margin-top: -70px;
    display: block;
    visibility: hidden
}

.memo {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    font-size: 1.4rem
}

.b-aList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.b-aList li {
    width: 49%;
    box-sizing: border-box;
    padding: 10px;
    border: 5px solid rgba(247, 237, 223, 0.7);
    background: #fff;
    position: relative
}

.b-aList li:first-child:before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 70px;
    height: 40px;
    background: url(../img/arrow-right.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    right: -54px;
    transform: translateY(-50%)
}

@media all and (max-width: 639px) {
    .b-aList li {
        width: 100%
    }

    .b-aList li:first-child:before {
        transform: translateX(-50%) rotate(90deg);
        left: 50%;
        top: auto;
        bottom: -27px;
        width: 50px
    }
}

.img-wrap {
    position: relative
}

.img-wrap>span {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 0 -20px;
    width: 100px;
    top: 20px;
    font-size: 22px;
    color: white;
    background: rgba(255, 239, 180, 0.9);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

.img-wrap>span:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #ffe481
}

.img-wrap>span.after-title {
    background: rgba(239, 90, 90, 0.9)
}

.img-wrap>span.after-title:before {
    border-right: solid 20px #ea2c2c
}

@media all and (max-width: 639px) {
    .img-wrap>span {
        font-size: 1.6rem;
        width: 80px;
        top: 10px
    }
}

.shadow {
    box-shadow: 0 0 5px rgba(58, 15, 2, 0.2)
}

.text1 {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    color: #3a0f02;
    font-weight: bold;
    line-height: 1.6
}

.title1 {
    font-size: 1.7rem;
    border-left: 8px solid #fada13;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .title1 {
        font-size: 16px
    }
}

.board {
    border: 4px solid #fada13;
    padding: 30px 10px 10px;
    margin-top: -30px;
    background: #fff
}

.entry__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.entry__inner #entry {
    background: #fff;
    width: 75%
}

.entry__inner #entry dd a {
    color: #442201
}

.entry__inner #entry .entry__cotent {
    padding: 0 20px;
    box-sizing: border-box
}

.entry__inner #entry .time:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.entry__inner #entry .pages a {
    color: #eb6100
}

.entry__inner #entry_side {
    width: 20%;
    margin-left: 20px;
    text-align: center
}

.entry__inner #entry_side .month {
    background: #fff9c7;
    padding: 5px 0
}

.entry__inner #entry_side .read {
    background: #ffb17a;
    margin: 10px
}

.entry__inner #entry_side a {
    color: #442201
}

.news2 {
    overflow-y: scroll;
    line-height: 1.6;
    margin: 10px auto 0;
    padding: 20px;
    height: 110px
}

.news2 dt {
    float: left;
    font-weight: bold;
    background: #ffe971;
    padding: 0 10px;
    color: #442201;
    border-radius: 5px
}

.news2 dd {
    padding-left: 8em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px
}

.news2 dd a {
    color: #442201
}

.form-pattern-1 {
    background:none!important;
}

.form-contents {
    padding-top:0!important;
}
/*# sourceMappingURL=basis.css.map */