body {
    color: #4d3521;
    font-family: "YakuHanJP", Lato, "Comfortaa", "Josefin Sans", "M PLUS Rounded 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    overflow-x: hidden;
    font-weight: 600;
    position: relative;
    background: #fffade;
    letter-spacing: .1rem
}

a {
    color: #00625c;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer
}

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

.bold {
    font-weight: bold
}

@media all and (max-width: 639px) {
    #wrapper {
        overflow: hidden
    }
}

h2,
h3 {
    line-height: 1.4
}

.mincho {
    font-family: "YakuHanMP", Lato, "Comfortaa", "Josefin Sans", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: normal
}

@-webkit-keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    -webkit-animation: view-slideup .65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-slideup .65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    -webkit-animation: view-zoomin .65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-zoomin .65s cubic-bezier(0.2, 1, 0.2, 1)
}

.loader {
    align-items: center;
    background: #fdfdfd;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader::after {
    -webkit-animation: loader .5s linear infinite;
    animation: loader .5s linear infinite;
    border: 1px solid #00c8bc;
    border-radius: 50%;
    border-right: 1px solid rgba(0, 200, 188, .2);
    border-top: 1px solid rgba(0, 200, 188, .2);
    content: "";
    height: 70px;
    width: 70px
}

.loader.off {
    display: none
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#l-header {
    width: 100%;
    position: relative
}

#l-header .inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 1024px;
    margin: 10px auto 16px;
    align-items: center
}

@media all and (max-width: 800px) {
    #l-header .inner {
        min-width: initial
    }
}

#l-header #logo-wrap {
    padding-left: 10px
}

@media all and (max-width: 639px) {
    #l-header #logo-wrap {
        padding-left: 0
    }
}

#l-header #logo {
    width: 380px;
    position: relative
}

@media all and (max-width: 1200px) {
    #l-header #logo {
        width: 220px
    }
}

#l-header .header-info {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #704e31;
    margin-right: 15px;
    text-align: right;
    color: #777
}

#l-header .head-right {
    margin-left: auto
}

@media all and (max-width: 800px) {
    #l-header .head-right {
        display: none
    }
}

#l-header .head-right_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 5px
}

#l-header .sns {
    display: flex;
    flex-wrap: wrap
}

#l-header .sns li {
    margin-right: 8px
}

#l-header .sns li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #fff;
    background: #fce2cc
}

#l-header .head-right_tel a,
#l-header .head-right_mail a,
#l-header .head-right_map a,
#l-header .head-right_map2 a {
    display: block;
    padding: 5px 10px;
    transition: all .2s ease-in;
    font-size: 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: .1em
}

#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before,
#l-header .head-right_map a:before,
#l-header .head-right_map2 a:before {
    margin-right: 5px
}

#l-header .head-right_tel {
    margin-right: 10px
}

#l-header .head-right_tel a {
    color: #333;
    background: url(../img/pattern-brown2.jpg)
}

#l-header .head-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

#l-header .head-right_tel a:hover {
    background: #fce9eb;
    color: #555
}

#l-header .head-right_tel a:hover:before {
    color: #ec7986
}

#l-header .head-right_mail {
    margin-right: 10px
}

#l-header .head-right_mail a {
    background: url(../img/pattern-orange.jpg);
    color: #333
}

#l-header .head-right_mail a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

#l-header .head-right_mail a:hover {
    background: #e0efff;
    color: #555
}

#l-header .head-right_mail a:hover:before {
    color: #add5ff
}

#l-header .head-right_map2 {
    margin-right: 10px
}

#l-header .head-right_map2 a {
    background: url(../img/pattern-orange.jpg);
    color: #333
}

#l-header .head-right_map2 a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

#l-header .head-right_map2 a:hover {
    background: #e0efff;
    color: #555
}

#l-header .head-right_map2 a:hover:before {
    color: #94c8ff
}

#l-header .head-right_map a {
    background: url(../img/pattern-green01.jpg);
    color: #333
}

#l-header .head-right_map a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

#l-header .head-right_map a:hover {
    background: #fff7cf;
    color: #555
}

#l-header .head-right_map a:hover:before {
    color: #ffdb27
}

#l-header.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    -webkit-animation: hd-scrolled .65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: hd-scrolled .65s cubic-bezier(0.2, 1, 0.2, 1);
    background: rgba(254, 254, 254, .95)
}

@media all and (min-width: 640px) {
    #tpage #l-header .inner {
        position: absolute;
        z-index: 3
    }
}

#header_nav {
    position: relative;
    width: 850px;
    position: relative;
    z-index: 300;
    margin-top: 10px
}

@media all and (max-width: 1200px) {
    #header_nav {
        width: 750px
    }
}

#header_nav ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#header_nav ul li {
    position: relative;
    flex: 1 0 auto;
    text-align: center
}

#header_nav ul li:last-child {
    margin-right: 0
}

#header_nav ul li a {
    display: block;
    position: relative;
    line-height: 1.6;
    font-size: 1.45rem;
    padding: 30px 0 0;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

#header_nav ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 29px;
    transition: all .3s ease
}

#header_nav ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #fff5c0;
    border-radius: 50% 40% 50% 50%/65% 60% 40% 40%;
    z-index: -2;
    transition: .4s all ease 0s
}

#header_nav ul li a.active {
    color: #ec7986;
    transition: .2s color ease-in
}

#header_nav ul li a:hover:after,
#header_nav ul li a.active:after {
    width: 75px;
    height: 74px;
    border-radius: 41% 59% 36% 64%/61% 46% 54% 39%;
    background: #fce9eb
}

#header_nav ul li a:hover:before,
#header_nav ul li a.active:before {
    width: 31px;
    height: 32px
}

#header_nav ul li:nth-child(1) a:before {
    background: url(../img/icon1.png) no-repeat;
    background-size: contain
}

#header_nav ul li:nth-child(2) a:before {
    background: url(../img/icon2.png) no-repeat;
    background-size: contain
}

#header_nav ul li:nth-child(3) a:before {
    background: url(../img/icon3.png) no-repeat;
    background-size: contain
}

#header_nav ul li:nth-child(4) a:before {
    background: url(../img/icon4.png) no-repeat;
    background-size: contain
}

#header_nav ul li:nth-child(5) a:before {
    background: url(../img/icon5.png) no-repeat;
    background-size: contain
}

#header_nav ul li:nth-child(6) a:before {
    background: url(../img/icon6.png) no-repeat;
    background-size: contain
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 999;
    background-image: linear-gradient(to bottom, rgba(87, 187, 56, 0.8) 0%, rgba(255, 232, 115, 0.8) 100%);
    background: url(../img/pattern-green01.jpg);
    padding: 10px 5px
}

#header_nav .dropdown .dropdown-li {
    border-right: 0;
    margin: 0 0;
    background: #fff;
    border-radius: 10px
}

#header_nav .dropdown .dropdown-li:not(:last-child) {
    margin-bottom: 10px
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 140px;
    color: #704e31;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0
}

#header_nav .dropdown .dropdown-li.foot_only {
    display: none
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1500
}

#page-top a {
    display: block;
    background: #fefefe;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 2px;
    color: #00c8bc;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center
}

#page-top a:hover {
    opacity: .6
}

@media all and (max-width: 639px) {
    #page-top {
        bottom: 60px
    }
}

@-webkit-keyframes zoom-out {
    0% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes zoom-out {
    0% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

#slideshow {
    position: relative;
    margin: 0 auto
}

#slideshow .slide01 {
    background: url(../img/slide1.jpg) no-repeat center/cover
}

#slideshow .slide02 {
    background: url(../img/slide2.jpg) no-repeat center/cover
}

#slideshow .slide03 {
    background: url(../img/slide3.jpg) no-repeat center/cover
}

.slide-img {
    height: 90vh;
    max-width: 100%;
    margin: 0 auto
}

.slide-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"
}

@media all and (max-width: 1200px) {
    .slide-img {
        height: 55vh
    }
}

@media all and (max-width: 639px) {
    .slide-img {
        height: 40vh;
        max-width: 95%;
        border-radius: 10px
    }
}

.slide-deco {
    z-index: 100;
    position: absolute;
    width: 380px
}

.slide-deco.deco01 {
    left: 10px;
    top: 130px
}

.slide-deco.deco02 {
    right: 10px;
    bottom: 0%
}

@media all and (max-width: 639px) {
    .slide-deco {
        width: 130px
    }
    .slide-deco.deco01 {
        top: 15px
    }
    .slide-deco.deco02 {
        bottom: 5px
    }
}

#catch,
#catch2,
#catch3 {
    z-index: 200;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 45%;
    margin: 0 auto;
    max-width: 530px;
    transition: all .8s ease-in
}

#catch.on,
#catch2.on,
#catch3.on {
    opacity: 1
}

@media all and (max-width: 800px) {
    #catch,
    #catch2,
    #catch3 {
        width: 85%;
        top: 38%
    }
}

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

.contact_lead {
    font-size: 1.1em;
    text-align: center
}

@media all and (max-width: 639px) {
    .contact_lead {
        font-size: 1em
    }
}

.contact_wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.contact_wrap .contact_left,
.contact_wrap .contact_right {
    width: 35%;
    padding: 20px
}

.contact_wrap .contact_right {
    flex: 1
}

.contact_wrap .contact_left {
    margin-right: 1%
}

@media all and (max-width: 800px) {
    .contact_wrap .contact_left {
        padding: 0
    }
}

@media all and (max-width: 639px) {
    .contact_wrap {
        margin-top: 30px;
        width: 94%;
        flex-direction: column
    }
    .contact_wrap .contact_left,
    .contact_wrap .contact_right {
        width: 100%;
        padding: 10px;
        font-size: .9em;
        letter-spacing: 0;
        font-weight: 700
    }
    .contact_wrap .contact_right {
        text-align: left
    }
    .contact_wrap .contact_left {
        margin-right: auto
    }
}

.contact_bnr {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 15px
}

.contact_bnr>li {
    display: inline-block;
    margin-bottom: 10px;
    width: 350px
}

.contact_bnr>li:not(:last-child) {
    margin-right: 10px
}

@media all and (max-width: 639px) {
    .contact_bnr>li:not(:last-child) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li {
        width: 100%
    }
}

.contact_bnr>li .bnr_tel {
    color: #704e31;
    background: #ffe873;
    white-space: nowrap
}

.contact_bnr>li .bnr_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

.contact_bnr>li .bnr_tel:hover {
    background: #ffe040
}

.contact_bnr>li .bnr_mobile {
    background: #00c8bc;
    border: 2px solid #00958c
}

.contact_bnr>li .bnr_mobile:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

.contact_bnr>li .bnr_mobile:hover {
    background: #ff7200
}

.contact_bnr>li .bnr_fax {
    background: #fff;
    border: 2px solid #00c8bc;
    color: #00c8bc
}

.contact_bnr>li .bnr_fax:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

.contact_bnr>li .bnr_mail {
    background: #ec7986;
    color: #fefefe
}

.contact_bnr>li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold
}

.contact_bnr>li .bnr_mail:hover {
    background: #e96776;
    color: #fff
}

.contact_bnr>li a,
.contact_bnr>li span {
    display: block;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    letter-spacing: .1em
}

.contact_bnr>li a:before,
.contact_bnr>li span:before {
    margin-right: 5px
}

@media all and (max-width: 800px) {
    .contact_bnr>li a,
    .contact_bnr>li span {
        width: 100%;
        font-size: 1.5rem
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li a,
    .contact_bnr>li span {
        font-size: 1.4rem;
        letter-spacing: .1rem
    }
}

#l-footer {
    font-size: 1.4rem;
    position: relative;
    background: url(../img/footer-bg.png) repeat;
    padding: 60px 0
}

#l-footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(254, 254, 254, .8);
    padding: 30px 20px;
    box-shadow: 0 0 0 6px #50dc92;
    position: relative;
    z-index: 4
}

@media all and (max-width: 1200px) {
    #l-footer {
        background-attachment: scroll
    }
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 1.2rem
    }
    #l-footer .inner {
        width: 90%;
        padding: 20px
    }
}

.pt-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pt-list li {
    width: 49%;
    background: #fefefe;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px
}

@media all and (max-width: 800px) {
    .pt-list li {
        width: 95%;
        margin: 0 auto 20px
    }
}

@media all and (max-width: 639px) {
    .pt-list li {
        flex-direction: column;
        justify-content: center
    }
}

.pt-img {
    width: 35%
}

@media all and (max-width: 639px) {
    .pt-img {
        width: 95%;
        margin: 0 auto
    }
}

.pt-info {
    width: 62%
}

@media all and (max-width: 639px) {
    .pt-info {
        width: 95%;
        font-size: 1.2rem;
        margin: 10px auto 0
    }
}

.pt-title {
    width: 270px;
    margin-bottom: 20px
}

@media all and (max-width: 639px) {
    .pt-title {
        width: 100%;
        margin-bottom: 10px
    }
}

.pt-info-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.pt-info-dl dt {
    width: 60px;
    color: #936741;
    border-radius: 20px
}

.pt-info-dl dd {
    width: calc(100% - 70px)
}

.pt-info-dl dt:not(:last-of-type),
.pt-info-dl dd:not(:last-of-type) {
    margin-bottom: 5px
}

.footer-info-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    background: url(../img/bg-border.png) left top repeat-x;
    padding-top: 20px
}

.footer-info-box .footer-info-left {
    width: 35%;
    border-right: .9px dashed rgba(112, 78, 49, .8)
}

.footer-info-box .footer-info-right {
    width: 63%
}

@media all and (max-width: 639px) {
    .footer-info-box {
        flex-direction: column
    }
    .footer-info-box .footer-info-left,
    .footer-info-box .footer-info-right {
        width: 100%
    }
    .footer-info-box .footer-info-left {
        border: 0;
        order: 2
    }
}

.footer_navi {
    padding: 10px 0;
    max-width: 900px;
    margin: 0 auto
}

.footer_navi ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.footer_navi ul li {
    flex: 1 0 auto;
    margin-bottom: 4px;
    position: relative;
    text-align: left
}

.footer_navi ul li a {
    color: #704e31;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1.5
}

.footer_navi ul li a:before {
    content: "";
    background-color: #00c8bc;
    width: 10px;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block
}

.footer_navi ul li a:hover {
    color: #29d078
}

.footer_navi ul li .dropdown {
    display: none
}

.flogo {
    max-width: 350px;
    min-height: 0
}

@media all and (max-width: 639px) {
    .flogo {
        margin: 0 auto 10px
    }
}

.address {
    font-size: 1.3rem;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    .address {
        font-size: 1.1rem;
        text-align: center
    }
}

.copyright {
    font-size: 1.2rem;
    position: relative;
    z-index: 4;
    font-weight: 400;
    text-align: center;
    background: #00c8bc;
    color: #fff;
    padding: 15px 0
}

@media all and (max-width: 639px) {
    .copyright {
        font-size: 12px;
        padding: 4px 0;
        text-align: center
    }
}

.news-box {
    padding: 15px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    background: #fefefe;
    display: flex;
    align-items: flex-start
}

@media all and (max-width: 639px) {
    .news-box {
        flex-direction: column;
        width: 90%;
        padding: 10px
    }
}

.news-title {
    text-align: center;
    font-weight: bold;
    padding: 5px 20px;
    white-space: nowrap;
    border-bottom: 0;
    position: relative;
    color: #777
}

.news-title span {
    font-size: 4rem;
    font-weight: 400;
    color: #00c8bc;
    text-transform: uppercase;
    display: block;
    margin-bottom: -10px
}

@media all and (max-width: 639px) {
    .news-title {
        padding: 5px 10px;
        width: 100%;
        transform: initial
    }
    .news-title span {
        font-size: 3rem
    }
}

.news-right {
    flex: 1;
    padding: 10px;
    background: #f6f4eb
}

@media all and (max-width: 639px) {
    .news-right {
        width: 100%;
        margin: 10px 0 0
    }
}

.top-01 {
    background: #fff
}

.top-01:before {
    background: url(../img/wave01.png) repeat-x center bottom
}

.wave-sub:before {
    background: url(../img/wave02.png) repeat-x center bottom
}

.wave-sub2:before {
    background: url(../img/wave03.png) repeat-x center bottom
}

.top-02 {
    position: relative
}

.top-02.tm-70 {
    margin-top: -70px
}

.top-02:before {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(../img/pattern-stripe.png) center;
    z-index: 1
}

.top-01,
.wave-sub,
.wave-sub2 {
    position: relative;
    padding-top: 30px
}

.top-01:before,
.wave-sub:before,
.wave-sub2:before {
    position: absolute;
    content: "";
    left: 0;
    top: -35px;
    width: 100%;
    height: 35px;
    z-index: 1
}

@media all and (max-width: 639px) {
    .top-01:before,
    .wave-sub:before,
    .wave-sub2:before {
        height: 18px;
        top: -18px;
        background-size: auto 100%
    }
}

.top-img {
    position: relative;
    width: 130%;
    transform: translateX(-20%)
}

.top-img img {
    width: 100%
}

@media all and (max-width: 639px) {
    .top-img {
        width: 100%;
        transform: translateX(-10%)
    }
}

.top-txt {
    font-size: 1.7rem;
    line-height: 2;
    max-width: 700px;
    margin: 0 auto
}

@media all and (max-width: 639px) {
    .top-txt {
        font-size: 1.3rem;
        width: 90%
    }
}

.top-menulist {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.top-menulist li {
    width: 32%;
    position: relative;
    text-align: center
}

.top-menulist li a {
    display: block;
    z-index: 4;
    position: relative
}

@media all and (max-width: 639px) {
    .top-menulist li a {
        margin-bottom: 20px
    }
}

.top-menulist li:last-child a {
    margin-bottom: 0
}

.top-menulist li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    transition: all .4s cubic-bezier(0.175, 0.4, 0.3, 1.1)
}

.top-menulist li:hover:before {
    transform: scale(0.97, 0.98);
    border-radius: 20px;
    background: none
}

.top-menulist li:hover .top-menulist_img {
    transform: scale(1.1, 1.1)
}

.top-menulist li:hover .top-menulist_img img {
    border-radius: 20px
}

.top-menulist li:hover .more {
    transition: all .15s ease-in;
    transform: rotate(-10deg)
}

@media all and (max-width: 1200px) {
    .top-menulist {
        margin-top: 40px;
        padding: 10px
    }
    .top-menulist li {
        width: 48%;
        margin-bottom: 25px
    }
    .top-menulist li .tleft {
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-menulist li {
        width: 90%;
        margin: 0 auto 5%
    }
}

.top-menulist .more {
    position: absolute;
    left: -1%;
    top: -2%;
    width: 170px;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    z-index: 20;
    transform-origin: left top
}

@media all and (max-width: 639px) {
    .top-menulist .more {
        font-size: 1.2rem;
        width: 110px
    }
}

.top-menulist .top-menulist_img {
    width: 100%;
    height: 290px;
    transition: transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: 50% 90%
}

.top-menulist .top-menulist_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    display: block;
    border-radius: 10px 10px 0 0
}

@media all and (max-width: 639px) {
    .top-menulist .top-menulist_img {
        height: 230px
    }
}

.top-menulist .top-menulist_ttl {
    margin: -50px auto 0;
    position: relative;
    z-index: 5;
    letter-spacing: .2rem;
    max-width: 370px;
    font-size: 2.2rem;
    color: #704e31;
    padding: 10px 5px 5px
}

.top-menulist .top-menulist_ttl span {
    border-bottom: 1px dashed #ff7200
}

@media all and (max-width: 639px) {
    .top-menulist .top-menulist_ttl {
        font-size: 1.6rem
    }
}

.top-menulist .top-menulist_txt {
    padding: 15px;
    color: #333;
    text-align: left;
    font-weight: 400
}

.top-menulist2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .top-menulist2 {
        margin-top: 100px
    }
}

.top-menulist2 li {
    width: 48%;
    position: relative;
    text-align: center
}

.top-menulist2 li a {
    display: block;
    z-index: 4;
    margin-bottom: 20px;
    position: relative
}

.top-menulist2 li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    transition: all .4s cubic-bezier(0.175, 0.4, 0.3, 1.1)
}

.top-menulist2 li:hover:before {
    transform: scale(0.97, 0.98);
    border-radius: 20px;
    background: none
}

.top-menulist2 li:hover .top-menulist_img {
    transform: scale(1.1, 1.1)
}

.top-menulist2 li:hover .top-menulist_img img {
    border-radius: 20px
}

.top-menulist2 li:hover .more {
    transition: all .15s ease-in;
    transform: rotate(-10deg)
}

@media all and (max-width: 1200px) {
    .top-menulist2 {
        padding: 10px
    }
    .top-menulist2 li {
        width: 48%;
        margin-bottom: 25px
    }
    .top-menulist2 li .tleft {
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-menulist2 li {
        width: 90%;
        margin: 0 auto 5%
    }
}

.top-menulist2 .more {
    position: absolute;
    left: -1%;
    top: -2%;
    width: 170px;
    padding: 10px 0 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    z-index: 20;
    transform-origin: left top
}

@media screen and (min-width: 768px) {
    .top-menulist2 .more {
        left: 20%
    }
}

@media all and (max-width: 639px) {
    .top-menulist2 .more {
        font-size: 1.2rem;
        width: 110px
    }
}

.top-menulist2 .top-menulist_img {
    width: 100%;
    height: 290px;
    transition: transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: 50% 90%
}

.top-menulist2 .top-menulist_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    display: block;
    border-radius: 10px 10px 0 0
}

@media all and (max-width: 639px) {
    .top-menulist2 .top-menulist_img {
        height: 230px
    }
}

.top-menulist2 .top-menulist_ttl {
    margin: -50px auto 0;
    position: relative;
    z-index: 5;
    letter-spacing: .2rem;
    max-width: 370px;
    font-size: 2.2rem;
    color: #704e31;
    padding: 10px 5px 5px
}

.top-menulist2 .top-menulist_ttl span {
    border-bottom: 1px dashed #ff7200
}

@media all and (max-width: 639px) {
    .top-menulist2 .top-menulist_ttl {
        font-size: 1.6rem
    }
}

.top-menulist2 .top-menulist_txt {
    padding: 15px;
    color: #333;
    text-align: left;
    font-weight: 400
}

.top-box1 {
    margin: 0 auto
}

.top-box1 .inner {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    background: rgba(254, 254, 254, .8);
    padding: 20px;
    box-shadow: 0 0 0 6px #7fe4dd;
    position: relative
}

@media all and (max-width: 639px) {
    .top-box1 .inner {
        padding: 5px 15px
    }
}

.top-box1.pb80 {
    padding-bottom: 80px
}

.info-box {
    background: #fefefe;
    padding: 30px 15px;
    margin: 0 auto;
    border-radius: 0 0 20px
}

@media all and (max-width: 639px) {
    .info-box {
        width: 95%;
        margin: 0 auto;
        border-radius: 10px
    }
}

.section-head {
    width: 100%;
    height: 230px;
    margin-top: -30px;
    background: url(../img/head-sports.jpg) no-repeat center top/cover
}

.section-head.spa {
    background: url(../img/head-spa.jpg) no-repeat center top/cover
}

.section-head.other {
    background: url(../img/head-other.jpg) no-repeat center/cover
}

.section-head.shokudou {
    background: url(../img/head-shokudou.jpg) no-repeat center top/cover
}

@media all and (max-width: 639px) {
    .section-head {
        height: 160px
    }
}

.intro {
    margin: 20px 0;
    border-top: 2px solid #00c8bc;
    border-bottom: 2px solid #00c8bc;
    padding: 20px
}

@media all and (max-width: 639px) {
    .intro {
        padding: 18px 10px
    }
}

.recruit-title {
    margin-top: -50px;
    margin-left: -50px;
    margin-bottom: 30px
}

.recruit-title span {
    background: #ffe873;
    color: #704e31;
    font-size: 2.6rem;
    padding: 7px 10px;
    letter-spacing: .2rem;
    border-radius: 10px 0 10px 0
}

@media all and (max-width: 639px) {
    .recruit-title {
        margin-top: -20px;
        margin-left: 0
    }
    .recruit-title span {
        font-size: 1.6rem
    }
}

.guidance-list {
    position: relative
}

.guidance-list:before {
    position: absolute;
    content: "";
    left: 35px;
    top: 0;
    width: 2px;
    height: 100%;
    z-index: 1;
    background: #ffe873
}

.guidance-list li {
    line-height: 1.6;
    padding: 12px 10px 12px 60px;
    background: #f0f0f0
}

.guidance-list li:nth-child(even) {
    background: #fff
}

@media all and (max-width: 639px) {
    .guidance-list li {
        font-size: 1.2rem;
        padding-left: 50px
    }
}

.pdf-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px
}

.pdf-list li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 10px
}

.pdf-list li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .pdf-list li:nth-child(3n) {
        margin-right: auto
    }
}

.pdf-list li a {
    display: block;
    background: #704e31;
    padding: 3px 5px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff
}

.pdf-list li a:hover {
    background: #7c2020
}

.pdf-list li a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 4px
}

.pdf-list li a.long {
    line-height: 1.4;
    padding-top: 10px
}

.pdf-list li.jpg a:before {
    content: ""
}

@media all and (max-width: 639px) {
    .pdf-list li {
        width: 90%;
        margin: 0 auto 10px
    }
    .pdf-list li a {
        font-size: 1.3rem
    }
}

.single {
    max-width: 1500px;
    margin: 0 auto;
    padding: 7em 0;
    position: relative
}

.single02 {
    margin: 0 auto;
    padding: 7em 0
}

@media all and (max-width: 639px) {
    .single02 {
        padding: 5em 0
    }
}

.single03 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative
}

.single03.hp10 {
    padding: 10px 0
}

.margin-top {
    margin-top: -60px
}

@media all and (max-width: 639px) {
    .margin-top {
        margin-top: -30px
    }
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.mbox {
    background: #fefefe;
    padding: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.mbox.opa8 {
    background: rgba(255, 255, 255, .8)
}

.mbox.transparent {
    background: none
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 15px;
        max-width: 95%
    }
}

.mbox2 {
    border: 3px solid #f9c79c;
    background: #fefefe;
    margin-right: auto;
    margin-left: auto;
    padding: 30px
}

@media all and (max-width: 639px) {
    .mbox2 {
        padding: 15px
    }
}

.small-box {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 0
}

.bg-grid {
    background: rgba(255, 255, 255, .9);
    background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.bg-map {
    padding: 60px 0 90px;
    background: url(../img/map.png) no-repeat right center/auto 130%
}

@media all and (max-width: 639px) {
    .bg-map {
        background-size: auto 280px;
        padding: 80px 0 70px
    }
}

#main {
    float: left;
    width: 76%
}

#main .mbox {
    margin-bottom: 50px;
    border: .9px solid #57bb38;
    box-shadow: 12px 12px rgba(0, 200, 188, .2)
}

@media all and (max-width: 800px) {
    #main {
        float: none;
        width: 100%
    }
}

#side {
    float: right;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

@media all and (max-width: 800px) {
    #side {
        float: none;
        width: 95%;
        position: static;
        margin: 40px auto 0
    }
}

#col2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto
}

#col2-wrap #col2-main {
    width: 78%
}

@media all and (max-width: 800px) {
    #col2-wrap #col2-main {
        width: 100%;
        margin: 0 auto;
        order: 2
    }
}

#col2-wrap #col2-side {
    width: 20%;
    padding: 60px 0 0
}

@media all and (max-width: 800px) {
    #col2-wrap #col2-side {
        width: 95%;
        margin: 0 auto 20px;
        padding-top: 30px
    }
}

.mtitle {
    line-height: 1.5;
    font-weight: bold;
    margin: 60px auto -25px;
    max-width: 1500px;
    font-size: 2rem;
    color: #444;
    position: relative;
    text-align: center;
    z-index: 20
}

.mtitle span {
    display: block;
    position: relative
}

.mtitle .eng {
    font-size: 4rem;
    color: #00c8bc;
    position: relative;
    font-weight: 700;
    letter-spacing: .3rem
}

.mtitle .ja2 {
    font-size: 4rem;
    color: #00c8bc;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3rem
}

@media all and (max-width: 639px) {
    .mtitle .ja2 {
        font-size: 2.5rem
    }
}

.mtitle .ja {
    color: #555;
    letter-spacing: .3rem;
    margin-bottom: -5px
}

.mtitle .ja:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 80px;
    height: 4px;
    z-index: 1;
    background-image: linear-gradient(to right, #00958c 0%, #a5edc7 100%);
    border-radius: 4px
}

.mtitle.white {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mtitle.white span {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mtitle.black {
    color: #333
}

.mtitle.black span {
    color: #555
}

.mtitle.black span:after {
    background-color: #555
}

.mtitle.mtitle_left {
    text-align: left
}

.mtitle.mtitle_left span:after {
    left: 0;
    transform: none
}

@media all and (max-width: 1200px) {
    .mtitle {
        padding-left: 15px;
        margin-bottom: 0
    }
}

@media all and (max-width: 639px) {
    .mtitle {
        font-size: 1.4rem;
        line-height: 1.7
    }
    .mtitle .eng {
        font-size: 3rem;
        letter-spacing: 0
    }
    .mtitle .ja:after {
        bottom: -14px;
        width: 50px;
        letter-spacing: .1rem
    }
}

.mtitle.ttl_pink .eng {
    color: #ec7986
}

.mtitle.ttl_pink .ja:after {
    background-image: linear-gradient(to right, #ff185f 0%, #f2a6ae 100%)
}

.mtitle2 {
    color: #704e31;
    font-size: 2.2rem;
    padding-left: 85px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #29d078
}

.mtitle2:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 60px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/title-bg.png) no-repeat left bottom/contain
}

.mtitle2 span {
    font-size: 4rem;
    margin-right: 10px;
    color: #00c8bc
}

@media all and (max-width: 639px) {
    .mtitle2 {
        font-size: 1.2rem
    }
    .mtitle2 span {
        font-size: 2.5rem
    }
}

.mtitle3 {
    font-size: 2.8rem;
    position: relative;
    letter-spacing: .2rem;
    text-align: center;
    color: #21a55f;
    margin-bottom: 40px
}

.mtitle3.white {
    color: #fefefe
}

.mtitle3:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    height: 3px;
    z-index: 1;
    background-image: linear-gradient(to right, #29d078, #ffe040)
}

@media all and (max-width: 639px) {
    .mtitle3 {
        font-size: 1.7rem
    }
}

.mtitle-bll {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 3px solid #eee;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-bottom: 5px
}

.mtitle-bll span {
    font-size: 1.6rem;
    margin-left: 3px
}

.mtitle-bll.colp:before {
    color: #ec7986
}

.mtitle-bll.colp:after {
    background: url(../img/pattern-brown2.jpg)
}

.mtitle-bll:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 5px;
    color: #00c8bc
}

.mtitle-bll:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background: #00c8bc
}

@media all and (max-width: 639px) {
    .mtitle-bll {
        font-size: 1.6rem
    }
    .mtitle-bll span {
        font-size: 1.2rem;
        display: block;
        margin-left: 0
    }
}

.mtitle4 {
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: .1rem
}

.mtitle4 span {
    position: relative;
    display: inline-block;
    min-width: 10%
}

.mtitle4 span:before,
.mtitle4 span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2rem;
    background-color: #00c8bc
}

.mtitle4 span:before {
    left: -11px;
    transform: rotate(-20deg)
}

.mtitle4 span:after {
    right: -11px;
    transform: rotate(20deg)
}

.mtitle4.white span:before,
.mtitle4.white span:after {
    background-color: #ffe873
}

@media all and (max-width: 639px) {
    .mtitle4 {
        font-size: 2rem
    }
}

@media all and (max-width: 320px) {
    .mtitle4 span:before {
        left: -3px
    }
    .mtitle4 span:after {
        right: -3px
    }
}

.mtitle-area {
    font-size: 2.8rem;
    margin-bottom: 20px
}

.mtitle-area span {
    padding: 5px 8px;
    background: #222;
    color: #fff;
    font-size: 7rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .mtitle-area {
        font-size: 2rem
    }
    .mtitle-area span {
        font-size: 4rem
    }
}

.mtitle_sub {
    padding-left: .5em;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #00c8bc;
    margin: 8px 0
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #29d078
}

.mtitle_box0 {
    background: #00958c;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 5px 10px;
    font-family: "YakuHanJP", Lato, "Comfortaa", "Josefin Sans", "M PLUS Rounded 1c", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.mtitle_box0.colb {
    background: #29d078;
    color: #fff
}

.mtitle_box0 span {
    font-weight: normal;
    font-size: 14px
}

.mtitle_box0:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media all and (max-width: 800px) {
    .mtitle_box0 {
        font-size: 15px;
        line-height: 1.5
    }
}

.mtitle_box {
    background: url(../img/bg-pattern02.jpg);
    background-size: 300px;
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold
}

.mtitle_box span {
    font-weight: 700;
    font-size: 14px;
    padding-left: 10px
}

.mtitle_box:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    display: block;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

@media all and (max-width: 639px) {
    .mtitle_box {
        font-size: 1.5rem
    }
}

.mtitle_box2 {
    background: #00c8bc;
    font-size: 2rem;
    color: #fff;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    padding: 15px 10px 15px 20px;
    margin-bottom: 25px;
    letter-spacing: .1rem
}

.mtitle_box2 .small-cap {
    font-weight: 700;
    font-size: 14px
}

.mtitle_box2.ora {
    background: #ff7200
}

.mtitle_box2:before {
    background-color: #fff;
    content: "";
    display: block;
    transform: rotate(60deg);
    position: absolute;
    bottom: -10px;
    right: -150px;
    width: 300px;
    height: 280px
}

@media all and (max-width: 639px) {
    .mtitle_box2 {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 10px 10px 15px;
        padding-right: 60px
    }
    .mtitle_box2 span {
        font-size: 12px
    }
    .mtitle_box2:before {
        width: 215px;
        right: -170px
    }
}

.mtext1 {
    font-size: 2.3rem;
    line-height: 1.5
}

.mtext1 span {
    font-size: 1.9rem
}

@media all and (max-width: 639px) {
    .mtext1 {
        font-size: 1.6rem
    }
    .mtext1 span {
        font-size: 1.4rem
    }
}

.mtext2 {
    font-size: 3rem;
    line-height: 1.4
}

.mtext2 .eng {
    display: block;
    font-size: 4.5rem;
    color: #29d078;
    font-family: "Comfortaa", "Josefin Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px
}

@media all and (max-width: 800px) {
    .mtext2 .eng {
        font-size: 3rem
    }
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 2rem
    }
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700
}

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 5px;
    color: #00c8bc
}

.btn01 a {
    background: #ffe873;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    color: #704e31;
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    border-radius: 35px
}

.btn01 a:hover {
    background: #29d078;
    color: #fff
}

@media all and (max-width: 639px) {
    .btn01 a {
        width: 95%
    }
}

.btn02 {
    width: 300px;
    margin: 20px auto 20px
}

.btn02 a {
    display: block;
    position: relative;
    padding: 15px 0;
    background-color: #0d1470;
    line-height: 24px;
    letter-spacing: .1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #fff
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
    transition: all .3s ease
}

.btn02 a:hover i {
    width: 34px
}

@media all and (max-width: 639px) {
    .btn02 {
        width: 280px
    }
    .btn02 a {
        font-size: 1.3rem
    }
}

.news {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    align-items: flex-start
}

.news dt {
    width: 6em;
    padding: 3px 5px;
    background: #00c8bc;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 20px
}

.news dd {
    padding: 5px;
    color: #fefefe;
    width: calc(100% - 7em);
    margin-left: 10px;
    border-bottom: 1px dashed #fce2cc
}

.news dt:not(:last-child),
.news dd:not(:last-child) {
    margin-bottom: 10px
}

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px 5px;
    line-height: 1.3;
    color: #fefefe;
    background: url(../img/pattern-orange.jpg);
    text-align: center;
    font-weight: normal;
    border-radius: 20px
}

.news-bl dd {
    padding: 0 0 13px 9.2em;
    line-height: 1.6
}

.news-bl dd a {
    color: #704e31
}

.news-bl dd:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px dashed #fce2cc
}

@media all and (max-width: 639px) {
    .news-bl {
        font-size: .95em
    }
    .news-bl dt {
        float: none
    }
    .news-bl dd {
        padding: 8px 0
    }
}

.news-bl2 {
    overflow: hidden
}

.news-bl2 dt {
    float: left;
    width: 7em;
    padding: 5px 0;
    line-height: 1.3;
    color: #fefefe;
    background: url(../img/pattern-brown2.jpg);
    text-align: center;
    font-weight: normal;
    border-radius: 20px
}

.news-bl2 dd {
    padding: 0 0 13px 8em;
    line-height: 1.6;
    color: #704e31
}

.news-bl2 dd:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ec7986
}

@media all and (max-width: 639px) {
    .news-bl2 {
        font-size: .95em
    }
    .news-bl2 dt {
        float: none
    }
    .news-bl2 dd {
        padding: 8px 0
    }
}

.page-title {
    position: relative;
    z-index: 1;
    background: url(../img/page-title01.jpg) no-repeat 80% 100%/cover;
    background: #fffade;
    margin: 10px auto 0
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5
}

.page-title .inner {
    margin: 0 auto;
    padding: 60px 0 120px;
    max-width: 1500px
}

.page-title .inner .page-lead {
    text-align: center;
    color: #00625c;
    margin-bottom: -50px;
    font-size: 2rem;
    position: relative;
    z-index: 4;
    letter-spacing: .3rem
}

.page-title .inner .page-lead span {
    font-size: 4.5rem;
    display: block;
    color: #00c8bc;
    text-transform: uppercase
}

@media all and (max-width: 800px) {
    .page-title .inner .page-lead {
        padding-left: 15px;
        font-size: 1.5rem;
        line-height: 1.6
    }
    .page-title .inner .page-lead span {
        font-size: 4rem;
        display: block;
        white-space: nowrap;
        letter-spacing: .2rem
    }
}

@media all and (max-width: 639px) {
    .page-title .inner .page-lead {
        margin-bottom: 0;
        font-size: 1.4rem
    }
    .page-title .inner .page-lead span {
        font-size: 2.4rem
    }
}

@media all and (max-width: 800px) {
    .page-title .inner {
        width: 99%;
        padding: 50px 0 80px
    }
}

.bg-01 {
    position: relative
}

.bg-01:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 97%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right bottom, lemonchiffon 0%, #29d078 100%)
}

@media all and (max-width: 639px) {
    .bg-01:before {
        width: 100%
    }
}

.bg-gradient {
    background-image: linear-gradient(to right bottom, rgba(254, 254, 254, 0.5) 0%, rgba(238, 238, 238, 0.7) 50%, rgba(170, 170, 170, 0.5) 100%)
}

.bg-sub {
    background: #29d078;
    position: relative
}

.bg-blue {
    background: #fffae3
}

.bg-gray {
    background: #f6f4eb
}

.bg-beige {
    background: #d5f4f0
}

.bg-wood {
    background: url(../img/bg-wood.png)
}

.tbl {
    width: 100%
}

.tbl .table-category td {
    background: rgba(0, 200, 188, .5)
}

.tbl th,
.tbl td {
    padding: 15px 10px;
    vertical-align: middle;
    border: 1px solid #00c8bc;
    font-size: 1.5rem
}

.tbl th {
    background: rgba(41, 208, 120, .8)
}

.tbl th span {
    font-size: 1.4rem
}

.tbl th.type2 {
    background: #fffae3
}

.tbl td {
    background: #fefefe
}

.tbl .cell01 {
    width: 25%
}

@media all and (max-width: 639px) {
    .tbl th,
    .tbl td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl_new {
    width: 100%
}

@media all and (max-width: 639px) {
    .tbl_new th {
        width: 36%
    }
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px
}

.tbl_new tr th {
    font-weight: 700;
    width: 27%;
    color: #704e31
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: rgba(0, 200, 188, .3)
}

.tbl-border {
    width: 100%
}

.tbl-border tr:nth-child(odd) th,
.tbl-border tr:nth-child(odd) td {
    background: rgba(47, 255, 243, .2)
}

.tbl-border th,
.tbl-border td {
    padding: 15px;
    border-bottom: .9px solid #00c8bc;
    vertical-align: middle
}

.tbl-border th {
    width: 25%;
    border-right: 1px solid #00958c
}

@media all and (max-width: 639px) {
    .tbl-border th {
        width: 30%
    }
}

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

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

.company th {
    text-align: center;
    width: 25%;
    position: relative;
    background: #a4d586;
    color: #222;
    font-weight: bold
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #f9f9f9;
    border-width: 10px;
    border-left-color: #a4d586;
    margin-top: -10px
}

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

.tbl0 {
    width: 100%
}

.tbl0 th,
.tbl0 td {
    padding: 3px 5px;
    border: 0
}

.tbl0 th {
    padding-left: 0;
    font-weight: 700;
    background: none;
    width: 25%;
    color: #111
}

.tbl0 th:after,
.tbl0 th:before {
    display: none
}

@media all and (max-width: 639px) {
    .tbl0 th {
        width: 40%
    }
}

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

@media all and (max-width: 639px) {
    .ggmap {
        height: 250px
    }
}

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

.list_common li {
    padding-bottom: 5px;
    padding-left: 1rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check {
    padding: 5px
}

.list_check li {
    padding-bottom: 0px;
    font-weight: bold;
    margin-bottom: 15px
}

.list_check li a {
    color: #704e31
}

.list_check li .inner {
    font-weight: 700;
    font-size: .9em;
    display: block;
    padding: 10px;
    background: rgba(252, 226, 204, .2);
    margin-top: 10px
}

.list_check li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 10px;
    color: #ff7200
}

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

@media all and (max-width: 639px) {
    .list_check li {
        width: 98%;
        margin: 0 auto 10px;
        font-size: 1.3rem
    }
}

.list_check2.trp li {
    width: 32.5%;
    margin-right: 1.25%
}

.list_check2.trp li:nth-child(3n) {
    margin-right: 0%
}

@media all and (max-width: 639px) {
    .list_check2.trp li {
        width: 100%;
        margin-right: 0
    }
}

.list_check2 li {
    display: inline-block
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 5px;
    color: #00c8bc
}

.list_check2 li:not(:last-child) {
    margin-right: 5px
}

.ol-list {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0
}

.ol-list li {
    line-height: 2;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold
}

.ol-list li span {
    font-weight: 700;
    display: block;
    padding: 10px;
    line-height: 1.6
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    background: rgba(0, 200, 188, .3);
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    font-family: "YakuHanMP", Lato, "Comfortaa", "Josefin Sans", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-size: 2rem;
    color: #222;
    margin-right: .3em
}

@media all and (max-width: 639px) {
    .ol-list li {
        font-size: 1.3rem
    }
    .ol-list li span {
        font-size: .9em
    }
    .ol-list li:before {
        font-size: 1.8rem
    }
}

.top-blogwrap .pages {
    display: none
}

.blog-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto
}

.blog-wrap li {
    width: 24%;
    margin: 0 .5% 10px;
    position: relative;
    padding: 10px
}

.blog-wrap li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.blog-wrap li:hover {
    transition: all .2s ease-in;
    background: #fefefe;
    box-shadow: 0 0 8px rgba(112, 78, 49, .1)
}

.blog-wrap li:hover .blog-img img {
    transform: scale(1.1)
}

.blog-wrap .blog-img {
    margin-bottom: 10px;
    overflow: hidden;
    height: 200px
}

.blog-wrap .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform .2s ease-in
}

.blog-wrap .blog-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.blog-wrap .blog-time {
    background: #57bb38;
    padding: 8px 5px;
    color: #fff;
    width: 22%;
    text-align: center;
    line-height: 1.2
}

.blog-wrap .blog-time span {
    display: block;
    font-size: 1.3rem
}

.blog-wrap .blog-time span.day {
    font-size: 2.2rem
}

.blog-wrap .blog-title {
    font-weight: bold;
    line-height: 1.6;
    flex: 1;
    padding-left: 4%
}

@media all and (max-width: 800px) {
    .blog-wrap li {
        width: 49%;
        margin: 0 2% 20px 0
    }
    .blog-wrap li:nth-child(2n) {
        margin-right: 0
    }
}

@media all and (max-width: 639px) {
    .blog-wrap li {
        width: 85%;
        margin: 0 auto 30px
    }
    .blog-wrap li:nth-child(2n),
    .blog-wrap li:nth-child(3n) {
        margin-right: auto
    }
    .blog-wrap .blog-time span {
        font-size: 1.1rem
    }
    .blog-wrap .blog-time span.day {
        font-size: 1.8rem
    }
    .blog-wrap .blog-title {
        font-size: 1.3rem
    }
}

.blog-information .blog-wrap li {
    width: 32%;
    margin: 0 1.5% 30px 0;
    border: .9px solid rgba(87, 187, 56, .3)
}

.blog-information .blog-wrap li:nth-child(3n) {
    margin-right: 0
}

.blog-information .blog-wrap li::nth-child(4n) {
    margin-right: 1.5%
}

@media all and (max-width: 800px) {
    .blog-information .blog-wrap li {
        width: 49%;
        margin: 0 2% 20px 0
    }
    .blog-information .blog-wrap li:nth-child(2n) {
        margin-right: 0
    }
    .blog-information .blog-wrap li:nth-child(3n) {
        margin-right: 2%
    }
}

@media all and (max-width: 639px) {
    .blog-information .blog-wrap li {
        width: 85%;
        margin: 0 auto 30px
    }
    .blog-information .blog-wrap li:nth-child(2n),
    .blog-information .blog-wrap li:nth-child(3n) {
        margin-right: auto
    }
}

.blog-date2 {
    color: #704e31;
    background: url(../img/pattern-green01.jpg);
    font-size: .9em;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-align: right;
    border-radius: 20px
}

.blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 5px
}

.blog-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #00c8bc
}

@media all and (max-width: 639px) {
    .blog-txt {
        font-size: 12px
    }
}

.pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px
}

.pages .page_next,
.pages .page_prev {
    width: 48%;
    position: relative
}

.pages .page_next a,
.pages .page_prev a {
    color: #00625c;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    line-height: 1.6;
    display: block;
    text-align: center
}

.pages .page_next:before,
.pages .page_prev:before {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%)
}

.pages .page_next {
    margin-right: 3%
}

.pages .page_next:before {
    content: "Next"
}

.pages .page_next:after {
    position: absolute;
    content: "";
    right: -2%;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 1;
    background: #ccc
}

.pages .page_prev:before {
    content: "Previous"
}

.category_nav {
    border: 1px solid #ddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #ddd;
    background-color: #fff
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f6f4eb
}

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

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.color1 {
    color: #45942c
}

.color2 {
    color: #704e31
}

.color3 {
    color: #fce2cc
}

.color3 {
    color: #0d1470
}

.color4 {
    color: #00c8bc
}

.num a {
    color: #704e31;
    font-weight: bold;
    font-size: 2.3rem;
    text-align: center
}

.num a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 5px
}

.num a:hover {
    color: #29d078
}

.telbox {
    max-width: 700px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #eee
}

.telbox .inner {
    background: #fff;
    padding: 10px
}

.coming {
    padding: 50px 0
}

.breadcrumb {
    max-width: 35%;
    background: #fff;
    margin: -30px auto 60px 0;
    position: relative;
    padding: 10px 20px;
    z-index: 4;
    border-radius: 0 5px 5px 0;
    font-size: 1.2rem;
    text-align: right
}

.breadcrumb li {
    display: inline;
    color: #222
}

.breadcrumb li a {
    color: #00c8bc
}

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

@media all and (max-width: 639px) {
    .breadcrumb {
        max-width: 70%;
        padding: 8px 10px;
        margin-top: -20px;
        font-size: 1.1rem;
        margin-bottom: 20px
    }
}

.form {
    margin: 0 auto;
    width: 90%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: bold
}

.form dl dt span {
    color: #fff;
    background: #ff7200;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dt b {
    font-weight: normal;
    color: #fff;
    background: #777;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 30px
}

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

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

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

.form button {
    cursor: pointer;
    display: block;
    color: #111;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #00c8bc;
    border: 1px solid #00c8bc;
    border-radius: 25px;
    color: #fff
}

.form button:hover {
    background: #fff;
    color: #00c8bc
}

.form button:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #fff;
    border: 1px solid #ddd;
    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: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #00c8bc
}

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

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

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

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block
}

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

.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 #00c8bc;
    border-bottom: 3px solid #00c8bc;
    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 #fff;
    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: .1
}

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

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, .5);
    padding: 5px
}

.normal {
    font-weight: normal
}

.select-content {
    display: flex;
    align-items: center
}

.select-content+.select-content {
    margin-top: 5px
}

.select-content .select-txt {
    padding: 0 5px
}

@media all and (max-width: 639px) {
    .select-content {
        flex-wrap: wrap
    }
    .select-content+.select-content {
        margin-top: 15px
    }
    .select-content span {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }
}

.memo {
    border: 2px solid rgba(252, 226, 204, .5);
    background: url(../img/bg01.jpg);
    padding: 15px
}

.thanks {
    padding: 40px;
    border: 3px solid #00c8bc;
    box-shadow: 0 0 0 8px rgba(0, 200, 188, .2);
    max-width: 700px;
    margin: 0 auto;
    background: #fefefe
}

@media all and (max-width: 639px) {
    .thanks {
        max-width: 90%;
        padding: 30px 20px
    }
}

.shadow {
    box-shadow: 0 0 10px rgba(112, 78, 49, .15)
}

.policy {
    padding: 30px;
    background: #777;
    color: #fefefe;
    font-weight: 700
}

@media all and (max-width: 639px) {
    .policy {
        font-size: 1.1rem
    }
}

.mtitle_small {
    position: relative;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px
}

.mtitle_small:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ffe873;
    position: absolute;
    left: 0;
    bottom: -15px
}

.mtitle_small2 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #62fff6;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: calc((100% - 30px)/3);
    margin: 0 10px 20px 0
}

.gallery li:nth-child(3n) {
    margin-right: 0
}

.gallery li a {
    background: rgba(252, 226, 204, .2);
    display: block;
    text-align: center;
    padding: 0px;
    height: 170px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery li p {
    font-size: 13px;
    margin: 3px 0 10px
}

@media all and (max-width: 800px) {
    .gallery li {
        width: 48%;
        margin: 0 1% 20px
    }
    .gallery li:nth-child(2n) {
        margin-right: 0
    }
    .gallery li:nth-child(3n) {
        margin: 0 1% 20px
    }
    .gallery li a {
        height: 120px
    }
}

.top-works-gallery li a {
    background: rgba(252, 226, 204, .2);
    display: block;
    text-align: center;
    padding: 0px;
    height: 220px
}

.top-works-gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 639px) {
    .top-works-gallery li a {
        height: 140px
    }
}

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

.list2.type1 li {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 15px
}

.list2 li {
    width: 48%;
    margin: 0 1% 15px
}

@media all and (max-width: 639px) {
    .list2 li {
        width: 100%;
        margin: 0 auto 15px
    }
}

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

.list3 li {
    width: 32.5%;
    margin: 0 1.25% 0 0
}

.list3 li:nth-child(3n) {
    margin: 0
}

@media all and (max-width: 639px) {
    .list3 li {
        width: 100%;
        margin: 0 auto 15px
    }
    .list3 li:last-child {
        margin: 0 auto 0
    }
}

.prv dt {
    color: #00c8bc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

.note {
    padding: 15px;
    margin-bottom: 20px;
    background: rgba(0, 200, 188, .1)
}

.flow-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0
}

.flow-dl dt {
    background: #00c8bc;
    font-size: 3rem;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-right: 20px
}

.flow-dl dt span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: -10px
}

.flow-dl dd {
    width: calc(100% - 80px)
}

.flow-dl dt:not(:last-child),
.flow-dl dd:not(:last-child) {
    margin-bottom: 20px
}

.txt1 {
    padding-left: 10px
}

.fee-box {
    margin: 10px 0 20px;
    font-weight: bold;
    background: #fffacd;
    padding: 5px
}

.fee-box span {
    display: block;
    font-weight: 700
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.blog-month ul li {
    width: 90%;
    padding: 3px;
    text-align: center;
    font-size: 1.4rem;
    background: #f6f4eb;
    margin: 0 0 5px
}

.blog-month ul li a {
    color: #704e31
}

@media all and (max-width: 800px) {
    .blog-month ul li {
        width: 48%;
        font-size: 1.1rem
    }
    .blog-month ul li:nth-child(even) {
        margin-left: 1%
    }
}

.price {
    font-weight: bold;
    color: #ffe873;
    font-size: 1.2em;
    padding-right: 5px
}

.list-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.list-center li {
    max-width: 250px
}

.list-center li:not(:last-child) {
    margin: 0 5px 5px
}

@media all and (max-width: 639px) {
    .list-center li {
        width: 220px
    }
    .list-center li:not(:last-child) {
        margin: 0 0 5px
    }
}

.faq-dl {
    display: flex;
    flex-wrap: wrap
}

.faq-dl .faq-inner {
    width: 49%;
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(255, 232, 115, .6);
    margin-bottom: 35px;
    padding-bottom: 20px
}

.faq-dl .faq-inner:nth-child(even) {
    margin-left: 2%
}

@media all and (max-width: 639px) {
    .faq-dl .faq-inner:nth-child(even) {
        margin-left: auto
    }
}

@media all and (max-width: 639px) {
    .faq-dl .faq-inner {
        width: 100%;
        margin-bottom: 20px
    }
}

.faq-dl dt,
.faq-dl dd {
    position: relative;
    padding: 10px 10px 10px 55px
}

.faq-dl dt:before,
.faq-dl dd:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0
}

.faq-dl dt {
    color: #00c8bc;
    margin-bottom: 10px
}

.faq-dl dt:before {
    content: "Q";
    font-size: 3rem;
    color: #00c8bc
}

.faq-dl dd:before {
    content: "A";
    color: #ff7200;
    font-size: 3rem;
    background: #fff
}

.box-column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.box-column2 .box-container {
    width: 49%;
    padding: 10px;
    position: relative
}

@media all and (max-width: 639px) {
    .box-column2 .box-container {
        width: 100%
    }
    .box-column2 .box-container.order {
        order: 2
    }
}

.voice-dl>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0
}

.voice-dl>div:not(:last-of-type) {
    background: url(../img/bg-border.png) repeat-x left bottom
}

.voice-dl dt {
    width: 30%;
    text-align: center
}

.voice-dl dd {
    width: 68%
}

.voice-dl .voice-txt {
    padding: 8px;
    margin-bottom: 10px
}

@media all and (max-width: 800px) {
    .voice-dl>div {
        flex-direction: column
    }
    .voice-dl dt,
    .voice-dl dd {
        width: 100%
    }
}

.voice-list {
    display: flex;
    flex-wrap: wrap
}

.voice-list li {
    width: 30.3333333333%;
    margin: 0 1.5% 3%
}

.voice-list li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .voice-list li:nth-child(3n) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    .voice-list li {
        width: 90%;
        margin: 0 auto 20px
    }
}

.voice-comment {
    padding: 10px;
    background: rgba(255, 232, 115, .7);
    width: 95%;
    margin: 0 auto 0;
    border-radius: 15px 20px 15px 20px
}

.board {
    position: relative;
    margin: 2em auto;
    max-width: 1200px;
    padding: 25px;
    background-color: #202020;
    color: #fff;
    border: 8px solid #d1c55d;
    border-radius: 3px;
    box-shadow: 0 0 5px #333, 0 0 5px #555 inset
}

.board::before,
.board::after {
    position: absolute;
    content: "";
    bottom: 0
}

.board::before {
    right: 10px;
    border: solid 3px #fff;
    width: 20px;
    border-radius: 3px 2px 0 2px
}

.board::after {
    right: 40px;
    border: solid 3px #ffff6b;
    width: 15px;
    border-radius: 8px 5px 2px 5px
}

@media all and (max-width: 800px) {
    .board {
        width: 90%
    }
}

.sttl_r {
    background: #00c8bc;
    position: absolute;
    font-weight: bold;
    top: -8px;
    left: -8px;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1.1;
    font-size: 3rem;
    border-radius: 50%;
    text-align: center;
    z-index: 1
}

.sttl_r span {
    font-size: 1.4rem
}

.sttl_c {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    line-height: 1;
    font-size: 3rem;
    border-radius: 50%;
    text-align: center
}

.sttl_c span {
    font-size: 1.3rem
}

.flex_2,
.flex_3,
.flex_4,
.flex_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px
}

.flex_2.bm0,
.flex_3.bm0,
.flex_4.bm0,
.flex_5.bm0 {
    margin-bottom: 0
}

.flex_2.bm0 .bx,
.flex_3.bm0 .bx,
.flex_4.bm0 .bx,
.flex_5.bm0 .bx {
    margin-bottom: 0
}

.flex_2 .bx {
    position: relative;
    background: rgba(0, 200, 188, .2);
    margin-bottom: 16px;
    box-shadow: rgba(0, 98, 92, .2) 3px 3px 15px -5px
}

.flex_2 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_2 .bx div {
    padding: 10px 10px 0px
}

@media all and (max-width: 639px) {
    .flex_2 .bx {
        margin-bottom: 24px
    }
}

.flex_2 .bx:nth-child(odd) {
    width: calc(50% - 16px);
    margin-right: 16px
}

.flex_2 .bx:nth-child(even) {
    width: calc(50% - 16px);
    margin-left: 16px
}

.flex_3 .bx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    position: relative;
    background: rgba(0, 200, 188, .2);
    margin-bottom: 16px;
    box-shadow: rgba(0, 98, 92, .2) 3px 3px 15px -5px
}

.flex_3 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_3 .bx div {
    padding: 10px 10px 0px
}

@media all and (max-width: 639px) {
    .flex_3 .bx {
        margin-bottom: 24px
    }
}

.flex_3 .bx:nth-child(1) {
    width: calc(33.33% - 16px);
    margin-right: 8px
}

.flex_3 .bx:nth-child(2) {
    width: calc(33.33% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_3 .bx:nth-child(3) {
    width: calc(33.33% - 16px);
    margin-left: 8px
}

.flex_3 .bx b {
    color: #29d078;
    border-bottom: 1px solid #29d078
}

.flex_4 .bx {
    position: relative;
    background: rgba(0, 200, 188, .2);
    margin-bottom: 16px;
    box-shadow: rgba(0, 98, 92, .2) 3px 3px 15px -5px
}

.flex_4 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_4 .bx div {
    padding: 10px 10px 0px
}

@media all and (max-width: 639px) {
    .flex_4 .bx {
        margin-bottom: 24px
    }
}

.flex_4 .bx:nth-child(1) {
    width: calc(25% - 16px);
    margin-right: 8px
}

.flex_4 .bx:nth-child(2) {
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_4 .bx:nth-child(3) {
    width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_4 .bx:nth-child(4) {
    width: calc(25% - 16px);
    margin-left: 8px
}

.flex_5 .bx {
    position: relative;
    background: rgba(0, 200, 188, .2);
    margin-bottom: 16px;
    box-shadow: rgba(0, 98, 92, .2) 3px 3px 15px -5px
}

.flex_5 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flex_5 .bx div {
    padding: 10px 10px 0px
}

@media all and (max-width: 639px) {
    .flex_5 .bx {
        margin-bottom: 24px
    }
}

.flex_5 .bx:nth-child(1) {
    width: calc(20% - 16px);
    margin-right: 8px
}

.flex_5 .bx:nth-child(2) {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_5 .bx:nth-child(3) {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_5 .bx:nth-child(4) {
    width: calc(20% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.flex_5 .bx:nth-child(5) {
    width: calc(20% - 16px);
    margin-left: 8px
}

@media all and (max-width: 639px) {
    .flex_2,
    .flex_3 {
        display: block;
        flex-wrap: nowrap
    }
    .flex_2 .bx:nth-child(odd),
    .flex_2 .bx:nth-child(even),
    .flex_3 .bx:nth-child(odd),
    .flex_3 .bx:nth-child(even),
    .flex_4 .bx:nth-child(odd),
    .flex_4 .bx:nth-child(even) {
        width: calc(100% - 0px);
        margin: 16px 0px
    }
}

@media screen and (max-width: 639px)and (max-width: 768px) {
    .flex_2 .bx.bm50,
    .flex_3 .bx.bm50,
    .flex_4 .bx.bm50 {
        margin-bottom: 50px
    }
}

@media all and (max-width: 639px) {
    .flex_5 .bx:nth-child(1) {
        width: calc(50% - 16px);
        margin-right: 16px
    }
    .flex_5 .bx:nth-child(2) {
        width: calc(50% - 16px);
        margin-left: 16px
    }
    .flex_5 .bx:nth-child(3) {
        width: calc(50% - 16px);
        margin-right: 16px
    }
    .flex_5 .bx:nth-child(4) {
        width: calc(50% - 16px);
        margin-left: 16px
    }
    .flex_5 .bx:nth-child(5) {
        width: calc(50% - 16px);
        margin-right: 16px
    }
}

.top-lead {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 2.6rem;
    letter-spacing: 2px;
    color: #00958c
}

.top-lead span {
    letter-spacing: 1.5px;
    color: #21a55f;
    display: inline-block;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold
}

.top-lead span:before,
.top-lead span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background-color: #252729
}

.top-lead span:before {
    left: -11px;
    transform: rotate(-20deg)
}

.top-lead span:after {
    right: -11px;
    transform: rotate(20deg)
}

@media all and (max-width: 639px) {
    .top-lead {
        font-size: 1.5rem
    }
}

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

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 220px;
    position: relative
}

.slider1 .buttons {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 22%;
    left: 0;
    width: 10px;
    height: -50px;
    color: #aaa;
    text-decoration: none;
    margin: 0 5px;
    z-index: 5;
    cursor: pointer;
    font-size: 60px
}

.slider1 .next {
    right: 10px;
    left: auto;
    top: 22%
}

.slider1 .buttons:hover {
    opacity: .6
}

.slider1 .disable {
    visibility: hidden
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 180px;
    left: 0;
    top: -5px
}

.slider1 .overview li {
    width: 250px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 99999;
    overflow: hidden;
    font-weight: bold;
    margin: 5px
}

.slider1 img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border: 1px solid #f4f4f4;
    background: #fff;
    width: 250px;
    height: 170px;
    padding: 7px;
    vertical-align: middle;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover
}

.slider1 li p {
    margin-top: 10px;
    height: -60px;
    text-align: center;
    color: #555 !important;
    font-weight: normal;
    font-size: 13px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 90%;
    color: #704e31;
    font-weight: bold;
    line-height: 1.4
}

.hv-top {
    transition: color .3s, background .3s, box-shadow .3s, transform .3s
}

.hv-top:hover {
    transform: translateY(-5px);
    transform: scale(1.05)
}

.photo3 {
    width: 100%;
    margin: 10px auto 20px
}

.photo3 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.photo3 li {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 1.25%
}

@media screen and (min-width: 769px) {
    .photo3 li:nth-child(5n) {
        margin-right: 0
    }
}

.photo3 li a {
    background: rgba(247, 247, 247, 0);
    display: block;
    text-align: center;
    vertical-align: middle
}

.photo3 li a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%
}

.photo3 li a:hover {
    color: #888
}

.photo3 li a:hover img {
    opacity: .7;
    transition: all .3s ease
}

.photo3 li p {
    text-align: center;
    font-weight: normal;
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.photo3.p_none li p {
    display: none
}

@media screen and (max-width: 768px) {
    .photo3 {
        margin: 5px auto 10px
    }
    .photo3 li {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 1.25%
    }
    .photo3 li:nth-child(3n) {
        margin-right: 0
    }
    .photo3 li a img {
        height: 90px
    }
}

.mini {
    font-size: 80%
}

.bg-ttl {
    position: relative;
    z-index: 1;
    background: url(../img/page-title01.jpg) no-repeat 80% 100%/cover;
    background: #fffade
}

.bg-ttl:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5
}

@media all and (max-width: 639px) {
    .w95 {
        width: 95%
    }
}

.bg-pink2 {
    background: #fce9eb
}

.drop {
    -moz-filter: drop-shadow(3px 5px 10px rgba(112, 78, 49, 0.2));
    -ms-filter: drop-shadow(3px 5px 10px rgba(112, 78, 49, 0.2));
    filter: drop-shadow(3px 5px 10px rgba(112, 78, 49, 0.2))
}

.letter-box{
    border: 3px solid #f9c79c; 
    background: #fefefe;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 

}

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