﻿body {
    color: #383629;
    font-family: "YakuHanJP", "Lato", "游ゴシック 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;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.1em
}

a {
    color: #ffdcdc;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer
}

#wrapper {
    overflow: hidden
}

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

.bold {
    font-weight: 600
}

h2,
h3 {
    line-height: 1.4
}

h2 .ja,
h3 .ja {
    font-weight: 600
}

.font-title {
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

.border-line {
    display: block;
    border-top: 2px dashed #5998c1;
    margin: 35px 0
}

@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)
}

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

.loader::after {
    animation: rotate 2.5s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    content: "";
    height: 120px;
    width: 120px;
    display: block
}

.loader.off {
    display: none
}

@keyframes rotate {
    0% {
        transform: rotateY(0)
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
    100% {
        transform: rotateY(360deg)
    }
}

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

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

#l-header {
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

#l-header.is-fixed {
    position: fixed;
    background: #fff
}

@media all and (max-width: 896px) {
    #l-header {
        background: transparent
    }
}

#l-header .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0 5px;
    align-items: center;
    justify-content: center;
    position: relative
}

#l-header .inner .sp-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

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

#l-header .inner #logo {
    width: 280px;
    transition: all 0.2s ease-in
}

@media all and (max-width: 1100px) {
    #l-header .inner #logo {
        width: 380px
    }
}

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

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

#l-header .head-right_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto
}

#l-header .head-right_contact>p:not(:last-of-type) {
    margin-right: 10px
}

#l-header .head-txt {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 12px;
    color: #70584a;
    letter-spacing: 0
}

#l-header .head-btn {
    position: absolute;
    top: 2.5rem;
    right: 0
}

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

#l-header .head-btn a {
    padding: 1rem 2rem;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #98d0ff;
    border-radius: 1rem
}

#l-header .head-btn a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 5px
}

#l-header .head-btn a i {
    display: inline-block;
    margin-right: 5px
}

#l-header .head-btn.head-right_access {
    margin: 0 8px
}

#l-header .head-btn.head-right_access a {
    background: #fff5f5
}

#l-header .head-btn.head-right_access a:hover {
    color: #70584a
}

#l-header .head-btn.head-right_reserve a {
    background: #7eafcf
}

#l-header .head-btn.head-right_reserve a:hover {
    background: #ffc2c2
}

#l-header .head-right_txt {
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 8px;
    background: #98d0ff;
    color: #333
}

#l-header .head-right_tel a,
#l-header .head-right_mail a {
    display: block;
    padding: 4px 15px;
    transition: all 0.2s ease-in;
    background: #111;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500
}

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

#l-header .head-right_tel a {
    background: transparent;
    padding: 0;
    color: #70584a;
    border-radius: 40px;
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 2.6rem;
    position: relative
}

#l-header .head-right_tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    font-size: 85%
}

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

#l-header .head-right_mail {
    margin-left: 5px
}

#l-header .head-right_mail a {
    letter-spacing: 0.2em;
    text-align: center;
    border-radius: 30px;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    color: #fff;
    background: #98d0ff;
    border: 1px solid #98d0ff
}

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

#l-header .head-right_mail a:hover {
    color: #fff5f5;
    background: #fff
}

#l-header .head-right_lower {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto
}

#l-header .btn-reserve a {
    display: block;
    width: 70px;
    height: 60px;
    padding: 8px 0;
    text-align: center;
    background: #111;
    color: #fff;
    transition: background 0.2s cubic-bezier(0.26, 0.06, 0, 1)
}

#l-header .btn-reserve a i {
    font-size: 2.2rem
}

#l-header .btn-reserve a span {
    font-weight: bold;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0
}

#l-header .btn-reserve a:hover {
    background: #98d0ff
}

#header_nav {
    position: relative;
    width: 1200px;
    max-width: 100%;
    transition: all 0.3s ease-in;
    margin: auto
}

.is-fixed #header_nav ul li a img {
    width: 25px
}

#header_nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 6px
}

#header_nav ul li {
    position: relative;
    flex: 1 0 auto;
    border-left: 1px dashed #ccc
}

#header_nav ul li:first-child {
    border-left: 0px dashed #ccc
}

#header_nav ul li a {
    display: block;
    letter-spacing: 0.2em;
    position: relative;
    font-size: 1.5rem;
    color: #70584a;
    font-weight: 600;
    text-align: center;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

#header_nav ul li a img {
    display: block;
    width: 40px;
    margin: 0 auto 2px;
    transition: width 0.2s ease-in
}

#header_nav ul li a span {
    letter-spacing: 0.1em;
    display: block;
    font-size: 1.3rem;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    color: #70584a;
    position: relative;
    line-height: 1;
    transition: all 0.3s ease
}

#header_nav ul li a:hover span,
#header_nav ul li a.active span {
    color: #daaab8
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 999;
    padding-top: 30px
}

#header_nav .dropdown .dropdown-li {
    border-right: 0;
    margin: 0;
    background: #98d0ff;
    border-bottom: 1px solid #fff
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: 150px;
    padding: 8px;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: #fff
}

#header_nav .dropdown .dropdown-li a:hover {
    color: #70584a
}

#header_nav .dropdown .dropdown-li a:after {
    display: none
}

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

#page-top a {
    display: block;
    background: #98d0ff;
    color: #70584a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

@media all and (max-width: 896px) {
    #page-top {
        display: none
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.12)
    }
}

#canvas-container {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -10px
}

@media all and (max-width: 639px) {
    #canvas-container #sineCanvas {
        height: 70px;
        width: 100%
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoom-in 11s linear 0s 1 normal both
}

.swiper-slide {
    position: relative
}

.swiper-slide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    top: 0;
    background-position: 50%;
    background-size: cover;
    z-index: -1
}

.swiper-slide.slide1:before {
    background-image: url(../img/1.jpg);
    background-position: 60% 50%
}

.swiper-slide.slide2:before {
    background-image: url(../img/2.jpg);
    background-position: 50% 50%
}

.swiper-slide.slide3:before {
    background-image: url(../img/3.jpg);
    background-position: 90% 50%
}

.slide-img {
    overflow: hidden;
    width: 100%;
    height: 50vh
}

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

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

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

#slideshow {
    position: relative;
    background-color: #fff5f5;
    padding-top: 40px
}

.slide-wrap {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1)
}

@media all and (max-width: 639px) {
    .slide-wrap {
        max-width: calc(100% - 10px);
        border-radius: 5px
    }
}

#catch {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16%;
    transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1)
}

#catch.c-img1 {
    left: 75%
}

#catch.c-img2 {
    left: 25%
}

@media all and (max-width: 1367px) {
    #catch {
        width: 500px
    }
}

@media all and (max-width: 1100px) {
    #catch {
        width: 60%
    }
}

@media screen and (max-width: 890px) and (orientation: landscape) {
    #catch {
        width: 60%
    }
}

@media all and (max-width: 639px) {
    #catch {
        width: 40%;
        max-width: 200px;
        top: auto;
        transform: translate(-50%, 0);
        bottom: 10%
    }
    #catch.c-img1,
    #catch.c-img2 {
        left: 50%
    }
}

.catch2 {
    position: absolute;
    right: 2%;
    bottom: 2%;
    transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
    opacity: 0;
    width: 300px
}

.catch2.on {
    opacity: 1
}

@media all and (max-width: 1100px) {
    .catch2 {
        width: 20%
    }
}

#scrolldown {
    position: absolute;
    right: 15px;
    bottom: 60px;
    color: #fefefe;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    font-size: 1.4rem;
    z-index: 100;
    height: 210px
}

#scrolldown:before,
#scrolldown:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: 50%
}

#scrolldown:before {
    width: 1px;
    height: 100px;
    bottom: 0;
    background: #f0f0f0;
    transform: translateX(-50%)
}

#scrolldown:after {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    top: 100px;
    margin-left: -4px;
    animation: scroll-point 2.3s ease-out infinite;
    animation-fill-mode: both
}

@media all and (max-width: 896px) {
    #scrolldown {
        display: none
    }
}

@keyframes scroll-point {
    0% {
        bottom: 0;
        opacity: 0
    }
    20% {
        opacity: 1
    }
    50% {
        top: 180px;
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        top: 210px;
        opacity: 0
    }
}

.contact_bnr {
    margin: 0 auto 10px
}

.contact_bnr.mb0 {
    margin: 0 auto
}

.contact_bnr>li {
    margin-bottom: 8px
}

.contact_bnr>li p.notes {
    margin-top: 5px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em
}

@media all and (max-width: 639px) {
    .contact_bnr>li p.notes {
        font-size: 10px;
        letter-spacing: 0
    }
}

.contact_bnr>li a {
    display: block;
    position: relative
}

.contact_bnr>li .bnr_tel {
    white-space: nowrap;
    text-align: center;
    position: relative;
    color: #70584a;
    border-radius: 40px;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 3.6rem
}

.contact_bnr>li .bnr_tel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 5px;
    font-size: 0.7em;
    color: #70584a
}

.contact_bnr>li .bnr_tel:hover {
    color: #daaab8
}

@media all and (max-width: 1100px) {
    .contact_bnr>li .bnr_tel {
        font-size: 4rem
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_tel {
        font-size: 2.6rem;
        text-align: center
    }
}

.contact_bnr>li .bnr_tel2 {
    white-space: nowrap;
    text-align: center;
    position: relative;
    color: #fff5f5;
    border-radius: 0;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 3.6rem
}

.contact_bnr>li .bnr_tel2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 5px;
    font-size: 90%
}

.contact_bnr>li .bnr_tel2:hover {
    color: #fff5f5
}

@media all and (max-width: 1100px) {
    .contact_bnr>li .bnr_tel2 {
        font-size: 4rem
    }
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_tel2 {
        font-size: 2.6rem;
        text-align: center
    }
}

.contact_bnr>li .bnr_mobile {
    background: #fefefe;
    color: #fff5f5
}

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

.contact_bnr>li .bnr_fax {
    background: #fdfdfd;
    color: #fff5f5
}

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

.contact_bnr>li .bnr_mail {
    background: #ffff8e;
    color: #383629;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1.4;
    padding: 15px;
    max-width: 360px;
    margin: auto
}

.contact_bnr>li .bnr_mail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    font-size: 0.8em;
    margin-right: 15px
}

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

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_mail {
        font-size: 1.5rem
    }
    .contact_bnr>li .bnr_mail:before {
        font-size: 2rem
    }
}

.contact_bnr>li .bnr_mail2 {
    background: #fff;
    color: #fff5f5;
    border: 1px solid #fff5f5;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1.4;
    padding: 15px;
    max-width: 340px;
    margin: auto
}

.contact_bnr>li .bnr_mail2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    font-size: 0.8em;
    margin-right: 15px
}

.contact_bnr>li .bnr_mail2:hover {
    background: #fff5f5;
    color: #fff
}

@media all and (max-width: 639px) {
    .contact_bnr>li .bnr_mail2 {
        font-size: 1.5rem
    }
    .contact_bnr>li .bnr_mail2:before {
        font-size: 2rem
    }
}

#l-footer {
    font-size: 1.4rem;
    position: relative;
    width: 100%;
    background-color: #98d0ff;
    background-image: url(../img/fbg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

#l-footer .inner {
    padding: 60px 20px 40px;
    position: relative;
    z-index: 3;
    max-width: 1100px;
    margin: 0 auto
}

#l-footer .footer-btn {
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 2
}

#l-footer .footer-btn a {
    display: block;
    border: 2px solid #ceae5f;
    background: #fff;
    color: #fff5f5;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    width: 300px
}

#l-footer .footer-btn a i {
    color: #ceae5f;
    display: inline-block;
    padding-left: 5px
}

@media all and (max-width: 639px) {
    #l-footer .footer-btn {
        position: static;
        margin: 20px auto;
        width: 80%
    }
    #l-footer .footer-btn a {
        width: 100%
    }
}

#l-footer .footer-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    max-width: 900px;
    z-index: 2;
    align-items: center
}

#l-footer .footer-column .footer-right {
    flex: 1;
    margin-left: 20px
}

@media all and (max-width: 639px) {
    #l-footer .footer-column .footer-left,
    #l-footer .footer-column .footer-right {
        width: 100%
    }
    #l-footer .footer-column .footer-right {
        margin: 20px 0 0
    }
}

#l-footer .footer-txt {
    padding-left: 8px
}

#l-footer .footer-txt span {
    background: #fff5f5;
    padding: 5px 10px;
    font-size: 13px;
    color: #fefefe
}

@media all and (max-width: 1100px) {
    #l-footer .footer-column {
        max-width: 80%
    }
}

@media all and (max-width: 896px) {
    #l-footer .footer-column {
        max-width: 95%
    }
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 1.2rem
    }
    #l-footer .inner {
        padding: 40px 20px
    }
    #l-footer .footer-column {
        max-width: 100%;
        padding-bottom: 0
    }
    #l-footer .footer-column .footer-right,
    #l-footer .footer-column .footer-middle {
        width: 100%
    }
}

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

.footer_navi ul {
    display: flex;
    flex-wrap: wrap
}

.footer_navi ul>li {
    flex: 1 0 auto;
    padding: 0 5px
}

.footer_navi ul>li>a {
    color: #70584a;
    font-size: 1.4rem;
    position: relative;
    padding: 4px;
    text-align: center;
    display: block;
    font-weight: 600;
    background: #fff;
    border-radius: 10px
}

.footer_navi ul>li>a img {
    width: 30px;
    display: block;
    margin: 0 auto 3px
}

.footer_navi ul>li>a span {
    display: none
}

.footer_navi ul>li>a:hover {
    color: #fff5f5
}

.footer_navi ul>li .dropdown {
    display: flex;
    flex-wrap: wrap
}

.footer_navi ul>li .dropdown .dropdown-li {
    width: 33%;
    flex: 0 1 auto
}

.footer_navi ul>li .dropdown .dropdown-li a {
    font-size: 1.2rem;
    color: #fff5f5
}

.footer_navi ul>li .dropdown .dropdown-li a:before {
    display: none
}

.flogo {
    max-width: 380px;
    width: 95%;
    margin: 0 auto
}

@media all and (max-width: 896px) {
    .flogo {
        margin: 0 auto 10px;
        text-align: center
    }
}

.address {
    text-align: center
}

@media all and (max-width: 896px) {
    .address {
        text-align: center
    }
}

.inner2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0
}

.copyright {
    padding: 20px 0;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    color: #383629
}

@media all and (max-width: 896px) {
    .copyright {
        font-size: 12px;
        padding: 15px 0 74px
    }
}

.top-gray-box {
    position: relative
}

.top-gray-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    background: url(../img/pattern05.png) no-repeat center/cover;
    opacity: 0.5
}

@media all and (max-width: 639px) {
    .top-gray-box:before {
        width: 75%
    }
}

.dot {
    background: url(../img/bg-03.jpg) no-repeat center/cover
}

.title-big {
    position: absolute;
    left: 20px;
    top: -20px
}

.title-big.type1 {
    left: auto;
    right: 20px
}

@media all and (max-width: 896px) {
    .title-big.type1 {
        right: auto;
        left: 20px
    }
}

.title-big .eng {
    display: block;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #fff5f5;
    line-height: 1.2
}

.title-big .eng:first-letter {
    color: #70584a
}

.title-big .ja {
    display: block;
    color: #70584a;
    font-size: 1.8rem;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .title-big {
        top: -20px
    }
    .title-big .eng {
        font-size: 2.8rem
    }
    .title-big .ja {
        font-size: 1.4rem
    }
}

.title-big2 {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    text-align: center
}

.title-big2 span {
    display: block;
    line-height: 1.2
}

.title-big2 .eng {
    font-size: 5rem;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 400
}

.title-big2 .ja {
    font-size: 2rem;
    color: #70584a;
    font-weight: 600;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .title-big2 .eng {
        font-size: 3rem
    }
    .title-big2 .ja {
        font-size: 1.5rem
    }
}

.title-big2.white .eng {
    color: #fff
}

.title-big2.white .ja {
    color: #fff
}

.title-big3 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    z-index: 2
}

.title-big3.ssize .ja {
    margin-top: -35px;
    font-size: 2.4rem;
    letter-spacing: 0.2em
}

.title-big3.ssize .eng {
    font-size: 8rem;
    color: #98d0ff
}

.title-big3 .ja {
    position: relative;
    z-index: 3;
    display: block;
    margin-top: -60px;
    font-size: 3rem;
    color: #70584a;
    letter-spacing: 0.15em;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

.title-big3 .eng {
    font-size: 12rem;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    opacity: 0.4;
    color: #7eafcf
}

@media all and (max-width: 639px) {
    .title-big3 {
        margin-bottom: 35px
    }
    .title-big3.ssize .ja {
        margin-top: -10px;
        font-size: 1.6rem
    }
    .title-big3.ssize .eng {
        font-size: 3.6rem
    }
    .title-big3 .eng {
        font-size: 6rem
    }
    .title-big3 .ja {
        font-size: 1.6rem;
        margin-top: -15px
    }
}

.top-box {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}

@media all and (max-width: 896px) {
    .top-box {
        max-width: 90%
    }
}

@media all and (max-width: 639px) {
    .top-box {
        padding: 25px
    }
}

.sec1-wrap {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sec1-wrap .sec1-child {
    background: #fff;
    width: 48%;
    padding: 90px 30px 30px;
    position: relative
}

@media all and (max-width: 639px) {
    .sec1-wrap .sec1-child {
        width: 90%;
        margin: 0 auto;
        padding: 80px 15px 15px;
        margin-bottom: 40px
    }
}

.news-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 4px 4px 6px
}

.news-list li:not(:last-of-type) {
    margin-bottom: 15px;
    border-bottom: 0.9px solid #ddd
}

.news-list li .date {
    font-size: 1.2rem;
    color: #fff5f5;
    border: 0.9px solid #fff5f5;
    padding: 4px 6px
}

@media all and (max-width: 639px) {
    .news-list li .date {
        font-size: 12px
    }
}

.news-list li .txt {
    flex: 1;
    margin-left: 20px;
    line-height: 1.4
}

.news-list li .txt a {
    color: #70584a
}

@media all and (max-width: 896px) {
    .news-list li {
        display: block
    }
    .news-list li .data {
        display: inline-block;
        font-size: 13px;
        padding: 4px
    }
    .news-list li .txt {
        margin: 5px 0 0;
        display: block
    }
}

.bg-sec2 {
    position: relative;
    padding-top: 150px;
    background: #fefefe
}

.bg-sec2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: url(../img/bg-sec2.jpg) no-repeat 80% 50%/cover;
    z-index: 1
}

@media all and (max-width: 639px) {
    .bg-sec2:before {
        height: 220px
    }
}

.sec2-box {
    position: relative
}

.sec2-box .sec2-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px
}

.sec2-box .sec2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: 60% 50%
}

.sec2-box .sec2-txt {
    width: 50%;
    margin-left: auto;
    font-weight: 600;
    padding: 100px 35px 80px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px)
}

@media all and (max-width: 896px) {
    .sec2-box .sec2-img {
        height: 300px;
        top: -200px
    }
    .sec2-box .sec2-txt {
        width: 90%;
        margin: 200px auto 0;
        padding: 85px 20px 35px
    }
}

@media all and (max-width: 639px) {
    .sec2-box .sec2-img {
        height: 220px;
        top: -150px
    }
    .sec2-box .sec2-txt {
        width: 95%;
        padding: 70px 15px 25px;
        margin-top: 150px;
        background: #fff
    }
}

.lead02 {
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    color: #fff5f5;
    font-family: "YakuHanMP", "Cinzel", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    margin-top: -180px;
    margin-bottom: 50px;
    line-height: 2
}

.lead02 span {
    background: #70584a;
    padding: 8px 6px;
    color: #fff
}

@media all and (max-width: 639px) {
    .lead02 {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        margin-top: -150px
    }
}

.deco {
    position: relative
}

.deco:before,
.deco:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 500px;
    opacity: 0.8
}

@media all and (max-width: 639px) {
    .deco:before,
    .deco:after {
        width: 70%
    }
}

.deco:before {
    left: 0;
    top: 0;
    background: url(../img/deco01.png) no-repeat left top/contain
}

.deco:after {
    right: 0;
    bottom: 0;
    background: url(../img/deco02.png) no-repeat right bottom/contain
}

.deco .inner {
    position: relative;
    z-index: 2
}

.deco-circle {
    position: absolute;
    width: 300px;
    left: -80px;
    top: 50px;
    opacity: 0.4;
    transform: rotate(30deg)
}

.sec3 {
    position: relative
}

.sec3:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/bg-02.jpg) no-repeat center/cover
}

@media all and (max-width: 639px) {
    .sec3:before {
        width: 75%
    }
}

.sec4 {
    background: #ede9e2
}

.sec4-list {
    position: relative;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap
}

.sec4-list>li {
    width: 33.33%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(7px)
}

.sec4-list>li .sec4-txt {
    position: relative;
    padding: 35px 25px
}

@media all and (max-width: 896px) {
    .sec4-list {
        width: 80%;
        margin: 0 auto
    }
    .sec4-list>li {
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 0
    }
    .sec4-list>li .btn02 {
        position: static;
        transform: none
    }
}

@media all and (max-width: 639px) {
    .sec4-list {
        width: 95%
    }
    .sec4-list>li .sec4-txt {
        padding: 20px 15px
    }
}

.sec5 {
    position: relative
}

.sec5:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: #fff
}

@media all and (max-width: 639px) {
    .sec5:before {
        height: 70%
    }
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

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

.icon-list.type1 {
    margin-top: 0
}

.icon-list li {
    width: 23%;
    margin-bottom: 30px;
    margin-right: calc(2% + (2% / 3))
}

.icon-list li:nth-child(4n) {
    margin-right: 0
}

.icon-list li a {
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    height: 100%;
    transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1);
    position: relative;
    padding: 25px 0;
    transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1)
}

@media all and (max-width: 639px) {
    .icon-list li a {
        padding: 18px 0
    }
}

.icon-list li a figure {
    margin: 0 auto 10px;
    width: 70px
}

@media all and (max-width: 639px) {
    .icon-list li a figure {
        width: 60px;
        margin-bottom: 10px
    }
}

.icon-list li a .icon-title {
    color: #70584a;
    position: relative;
    z-index: 2;
    transition: all 0.2s cubic-bezier(0.26, 0.06, 0, 1)
}

@media all and (max-width: 639px) {
    .icon-list li a .icon-title {
        padding: 12px 5px
    }
}

.icon-list li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right bottom, #fff, #fcfcfc);
    transition: transform 0.2s cubic-bezier(0.26, 0.06, 0, 1);
    z-index: -1
}

.icon-list li a:hover {
    z-index: 2
}

.icon-list li a:hover:before {
    transform: translate(-50%, -50%) scale(1.07, 1.02);
    opacity: 1
}

.icon-list li a:hover .icon-title {
    color: #fff5f5
}

@media all and (max-width: 639px) {
    .icon-list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px
    }
    .icon-list li:nth-child(2n) {
        margin-right: 0
    }
}

.title01 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff5f5;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

.title01 span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff5f5;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .title01 span {
        font-size: 1.3rem
    }
}

.title01.white {
    color: #fcfcfc
}

.title01.white span {
    color: #fff
}

.title02 {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 0.2em;
    margin-bottom: 10px
}

.title02 span {
    background: #fff5f5;
    padding: 4px 8px;
    color: #fff
}

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

.title02.type1 span {
    background: #7eafcf
}

.title03 {
    background: #fdfdfd;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
    font-weight: 600;
    margin-top: 10px;
    font-size: 1.8rem;
    margin-bottom: 50px;
    position: relative
}

.title03 span {
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    margin-right: 8px
}

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

.title03:before,
.title03:after {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 8px
}

.title03:before {
    top: -8px;
    background: #98d0ff;
    border-radius: 5px 5px 0 0
}

.title03:after {
    bottom: -8px;
    background: #98d0ff;
    border-radius: 0 0 5px 5px
}

.map-big {
    width: 100%;
    height: 350px
}

@media all and (max-width: 896px) {
    .map-big {
        height: 250px
    }
}

.news-box {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    display: flex;
    min-height: 200px
}

@media all and (max-width: 896px) {
    .news-box {
        margin-top: 0
    }
}

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

.news-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    position: relative
}

.news-title span {
    display: block
}

.news-title .eng {
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    color: #fff5f5;
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 0.1em
}

.news-title .ja {
    font-size: 2rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    font-weight: 700
}

@media all and (max-width: 639px) {
    .news-title {
        margin-bottom: 30px
    }
    .news-title .eng {
        font-size: 2.5rem
    }
    .news-title .ja {
        font-size: 1.5rem;
        writing-mode: inherit;
        margin-bottom: 0
    }
}

.news-right {
    flex: 1;
    margin-left: 30px
}

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

.topic-dl .topic-inner {
    display: flex;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding: 10px 0
}

.topic-dl .topic-inner:before {
    width: 40px;
    border-bottom: 1px solid #98d0ff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0
}

.topic-dl .topic-inner dt {
    width: 7em;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222
}

@media all and (max-width: 639px) {
    .topic-dl .topic-inner dt {
        font-size: 12px
    }
}

.topic-dl .topic-inner dd {
    padding-left: 20px
}

.topic-dl .topic-inner dd a {
    font-weight: 600
}

.topic-dl .topic-inner dd a:hover {
    color: #fff5f5
}

@media all and (max-width: 639px) {
    .topic-dl {
        padding-bottom: 40px
    }
}

.top-bg {
    background: url(../img/top-bg01.jpg) no-repeat center/cover;
    background-attachment: fixed;
    height: 400px
}

@media all and (max-width: 1100px) {
    .top-bg {
        background-attachment: scroll
    }
}

.top-bnr-list {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-bnr-list>.child {
    position: relative;
    width: 48%
}

.top-bnr-list>.child:first-of-type {
    margin-bottom: 15px
}

.top-bnr-list>.child a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.top-bnr-list>.child a:hover {
    transition: all 0.2s ease-in
}

.top-bnr-list>.child a:hover .top-bnr-img img {
    transform: scale(1.05)
}

@media all and (max-width: 1100px) {
    .top-bnr-list {
        width: 85%;
        margin: 0 auto
    }
    .top-bnr-list>.child {
        width: 48%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .top-bnr-list {
        width: 95%;
        padding: 0
    }
    .top-bnr-list>.child {
        width: 100%
    }
}

.top-bnr-list .top-bnr-img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.top-bnr-list .top-bnr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: all 0.2s ease-in
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-img {
        height: 200px
    }
}

.top-bnr-list .btn-arrow {
    position: absolute;
    stroke-miterlimit: 5;
    stroke-width: 1;
    stroke: #fff;
    right: 20px;
    top: 100px;
    z-index: 4;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px
}

.top-bnr-list .btn-arrow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #fefefe;
    border-radius: 100%;
    z-index: -1
}

@media all and (max-width: 639px) {
    .top-bnr-list .btn-arrow {
        width: 35px;
        height: 35px;
        padding-top: 5px;
        top: 150px
    }
    .top-bnr-list .btn-arrow .arrow-svg {
        transform: scale(0.6)
    }
}

.top-bnr-list .top-bnr-title {
    font-weight: 700;
    margin-top: -40px;
    position: relative;
    z-index: 5
}

.top-bnr-list .top-bnr-title .eng {
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #fff5f5;
    padding: 10px 10px 6px;
    background: #fff
}

.top-bnr-list .top-bnr-title .ja {
    font-size: 1.4rem;
    padding: 6px 10px;
    color: #fefefe;
    background: #fff5f5
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-title .eng {
        font-size: 2.2rem
    }
    .top-bnr-list .top-bnr-title .ja {
        font-size: 1.3rem
    }
}

.top-bnr-list .top-bnr-txt {
    color: #222;
    font-size: 1.4rem;
    padding: 10px
}

@media all and (max-width: 639px) {
    .top-bnr-list .top-bnr-txt {
        font-size: 1.2rem
    }
}

.map-link {
    font-weight: 700;
    color: #fff5f5;
    border-bottom: 1px solid #fff5f5
}

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

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

@media all and (max-width: 1100px) {
    .single {
        padding: 80px 10px
    }
}

.single02 {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 90px 0
}

@media all and (max-width: 1100px) {
    .single02 {
        padding: 80px 10px
    }
}

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

@media all and (max-width: 1100px) {
    .single03 {
        padding: 80px 10px
    }
}

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

@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;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.mbox.transparent {
    background: transparent
}

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

.mbox2 {
    background: #fefefe;
    border-radius: 20px;
    box-shadow: 0 5px rgba(112, 88, 74, 0.1);
    padding: 30px
}

.mbox2.wk {
    border: 0.9px solid rgba(112, 88, 74, 0.1)
}

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

.small-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

@media all and (max-width: 639px) {
    .small-box {
        padding: 0 10px
    }
}

.sentence p+p {
    margin-top: 20px
}

.bg-grid,
.top-list li {
    background: rgba(255, 255, 255, 0.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 {
    background: url(../img/map.png) no-repeat right bottom
}

@media all and (max-width: 639px) {
    .bg-map {
        -webkit-background-size: auto 200px;
        background-size: auto 200px;
        background-position: right top
    }
}

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

#main .mbox {
    min-height: 700px
}

@media all and (max-width: 896px) {
    #main .mbox {
        min-height: initial
    }
}

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

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

@media all and (max-width: 896px) {
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px
    }
}

.mtitle {
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    font-size: 2rem;
    font-weight: 600
}

.mtitle .eng {
    font-size: 3.5rem;
    color: #fff5f5;
    position: relative;
    z-index: 2;
    display: block;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 400
}

.mtitle .ja {
    position: relative;
    z-index: 2;
    font-size: 1.8rem;
    color: #70584a;
    letter-spacing: 0.15em;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

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

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

.mtitle.white span:after {
    background-color: #eee
}

.mtitle.white span.eng {
    color: #70584a
}

.mtitle.white span.ja {
    border-bottom-color: #fefefe
}

.mtitle.mtitle_left {
    text-align: left;
    margin-left: 0;
    margin-right: 0
}

.mtitle.mtitle_left:before {
    left: 2%;
    transform: translate(0, -50%)
}

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

@media all and (max-width: 639px) {
    .mtitle {
        text-align: center
    }
    .mtitle .eng {
        font-size: 1.5rem
    }
    .mtitle .ja {
        font-size: 2rem
    }
}

.mtitle2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    color: #70584a;
    letter-spacing: 0.2em;
    position: relative
}

.mtitle2 span {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    display: block;
    color: #ceae5f
}

.mtitle2 span.ja {
    font-size: 1.8rem;
    font-weight: 700
}

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

.mtitle3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    position: absolute;
    min-height: 100px;
    top: 0;
    left: 0
}

.mtitle3 .ja {
    display: block;
    font-size: 2.8rem;
    color: #222;
    letter-spacing: 0.2em;
    padding-right: 5px;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    line-height: 2
}

.mtitle3 .eng {
    display: block;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #fff5f5
}

@media all and (max-width: 639px) {
    .mtitle3 {
        writing-mode: inherit;
        position: static;
        margin-bottom: 20px;
        min-height: initial;
        min-height: auto
    }
    .mtitle3 .ja {
        font-size: 1.6rem
    }
    .mtitle3 .eng {
        font-size: 1.4rem
    }
}

.mtitle_line {
    font-size: 2rem;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #70584a;
    padding: 0 10px 15px
}

.mtitle_line span {
    font-size: 1.4rem;
    color: #fff5f5
}

.mtitle_line:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    opacity: 0.5;
    background-image: repeating-linear-gradient(-45deg, #fff5f5, #fff5f5 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

.mtitle_balloon {
    font-size: 2.4rem;
    margin-bottom: 15px;
    font-weight: 700
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    line-height: 1.3em;
    overflow: hidden
}

.mtitle_balloon span.eng {
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 5rem
}

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

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

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

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

.mtitle_balloon.center {
    text-align: center
}

.mtitle_balloon.white span:before,
.mtitle_balloon.white span:after {
    border-bottom-color: #fefefe
}

.mtitle_balloon.white span i {
    border-color: #fefefe
}

@media all and (max-width: 639px) {
    .mtitle_balloon {
        font-size: 1.7rem
    }
    .mtitle_balloon span.eng {
        font-size: 2.4rem
    }
}

.mtitle-bll {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 2px solid #eeeeee;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-bottom: 8px
}

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

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

.mtitle4 {
    font-weight: normal;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.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: #fff5f5
}

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

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

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

@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_sub {
    padding-left: 0.5em;
    font-weight: 700;
    position: relative;
    border-left: 6px solid #98d0ff;
    margin: 8px 0 15px;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left
}

.mtitle_sub .hissu {
    color: #fff;
    background: #fff;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px
}

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

.mtitle_box {
    background: rgba(112, 88, 74, 0.5);
    color: #70584a;
    font-size: 1.6rem;
    position: relative;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-weight: 700
}

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

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

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

.mtext0 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.2em
}

.mtext0 span {
    font-size: 1.4rem
}

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

.mtext1 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.2em
}

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

.mtext2 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    line-height: 1.4
}

.mtext2 span {
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .mtext2 {
        font-size: 1.8rem;
        line-height: 1.8
    }
    .mtext2 span {
        font-size: 1.6rem
    }
}

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

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-weight: 900;
    margin-right: 5px;
    color: #fff5f5
}

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

.btn-wrap p:first-of-type {
    margin-right: 25px
}

@media all and (max-width: 639px) {
    .btn-wrap p:first-of-type {
        margin: 0 auto
    }
}

@media all and (max-width: 639px) {
    .btn-wrap {
        display: block
    }
}

.btn01 a {
    background: #fefefe;
    text-align: center;
    width: 300px;
    margin: 15px auto;
    color: #70584a;
    display: block;
    padding: 8px 5px;
    font-weight: 700;
    border: 2px solid #222;
    border-radius: 35px
}

.btn01 a:hover {
    background: #fff5f5;
    color: #fefefe
}

.btn01.mail {
    flex-basis: 100%
}

.btn01.mail a {
    background: #70584a;
    margin: 15px auto 25px
}

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

.btn01.left a {
    margin: 15px 0
}

.btn01.type1 a {
    background: #fff;
    border: 0.9px solid #fff5f5;
    color: #fff5f5
}

.btn01.type1 a:hover {
    background: #70584a
}

@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: #fff5f5;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
    text-align: center;
    color: #ffffff
}

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

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

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

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 5px;
    line-height: 1.3;
    color: #70584a;
    text-align: center;
    background: #98d0ff;
    font-size: 1.3rem
}

@media all and (max-width: 639px) {
    .news-bl dt {
        font-size: 12px
    }
}

.news-bl dd {
    padding: 0 0 12px 9.2em;
    line-height: 1.6;
    border-bottom: 1px dotted #dddddd;
    margin: 0 0 10px
}

.news-bl dd a {
    color: #70584a;
    background-image: linear-gradient(to right, #fff5f5, #fff5f5);
    padding-bottom: 0.25em;
    background-position: 100% 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700
}

.news-bl dd a:hover {
    background-position: 0 100%;
    background-size: 100% 1px
}

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

@media all and (max-width: 639px) {
    .news-bl dt {
        float: none;
        width: 180px
    }
    .news-bl dd {
        padding: 8px 5px;
        text-align: left
    }
}

.news-bl2 {
    overflow: hidden
}

.news-bl2 dt {
    float: left;
    width: 7em;
    padding: 5px;
    line-height: 1.3;
    color: #70584a;
    text-align: center;
    background: #fff5f5;
    font-weight: bold;
    border-radius: 30px
}

.news-bl2 dd {
    padding: 0 0 12px 9em;
    line-height: 1.6;
    margin: 0 0 8px
}

@media all and (max-width: 639px) {
    .news-bl2 dt {
        width: 85px
    }
    .news-bl2 dd {
        padding: 0 0 12px 100px;
        text-align: left
    }
}

.page-title {
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    background: url(../img/page.jpg) no-repeat 50% 30%/cover;
    overflow: hidden
}

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

.page-title .inner {
    margin: 0 auto;
    padding: 200px 0 0;
    max-width: 1200px
}

.page-title .page-lead {
    text-align: center;
    color: #70584a;
    font-size: 2rem;
    position: relative
}

.page-title .page-lead:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -130px;
    width: 350px;
    height: 240px;
    border-radius: 50%;
    z-index: -1
}

@media all and (max-width: 639px) {
    .page-title .page-lead:before {
        width: 280px;
        height: 220px
    }
}

.page-title .page-lead span {
    display: block;
    position: relative;
    z-index: 2
}

.page-title .page-lead .ja {
    font-size: 1.6rem;
    color: #70584a
}

.page-title .page-lead .eng {
    font-size: 3rem;
    color: #98d0ff;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 400
}

@media all and (max-width: 896px) {
    .page-title .inner {
        width: 100%;
        padding: 130px 0 0
    }
    .page-title .page-lead .ja {
        font-size: 1.2rem
    }
    .page-title .page-lead .eng {
        font-size: 2rem
    }
}

.bg-gradient {
    position: relative;
    position: relative
}

.bg-gradient:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #fff5f5, #fff5f5, #98d0ff);
    z-index: -2;
    opacity: 0.3
}

.bg-01 {
    position: relative;
    margin: 40px auto
}

.bg-01:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../img/bg-01.jpg) no-repeat center/cover;
    z-index: -1
}

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

.bg-01.type1:before {
    background: #fefefe;
    opacity: 1
}

.bg-01.type2:before {
    background: url(../img/bg-02.jpg);
    opacity: 0.8
}

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

.bg-03 {
    position: relative;
    padding-top: 120px
}

.bg-03:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-03.jpg) no-repeat center bottom/cover;
    background: #fff5f5;
    opacity: 0.4;
    z-index: -2
}

.bg-pattern {
    background: url(../img/pattern.png) repeat-x left bottom
}

.bg-w {
    position: relative
}

.bg-w:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fefefe
}

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

.bg-base {
    background: rgba(255, 245, 245, 0.4)
}

.bg-base.type1 {
    background: transparent;
    margin-bottom: 40px;
    position: relative
}

.bg-base.type1:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff5f5;
    z-index: -1;
    opacity: 0.2
}

@media all and (max-width: 896px) {
    .bg-base.type1:before {
        width: calc(100% - 10px)
    }
}

.bg-green {
    position: relative;
    background: transparent
}

.bg-green:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-green.jpg);
    z-index: -1
}

.bg-green2 {
    background: #fff5f5
}

.bg-yellow {
    background: #fffbe9
}

.bg-gray {
    position: relative;
    background: #f5f6f1
}

.bg-gray.bg-half {
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f5f6f1 50.1%, #f5f6f1 100%)
}

.bg-gray2 {
    position: relative;
    margin-bottom: 40px
}

.bg-gray2:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f5f6f1;
    z-index: -1
}

@media all and (max-width: 896px) {
    .bg-gray2:before {
        width: calc(100% - 10px)
    }
}

.bg-gray2.type1:before {
    background-size: 80%
}

.bg-999 {
    background: #aaa
}

.bg-blue {
    background: rgba(255, 245, 245, 0.2)
}

.bg-blue.bg-half {
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #cbe7ff 50.1%, #cbe7ff 100%)
}

.bg-beige {
    position: relative
}

.bg-beige:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f5f2
}

.bg-beige.type1:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f7f5f2;
    z-index: -1
}

@media all and (max-width: 1100px) {
    .bg-beige.type1:before {
        width: calc(100% - 10px)
    }
}

.bg-beige2 {
    background: #f3f0ec
}

.bg-base2 {
    background: repeating-linear-gradient(45deg, rgba(255, 245, 245, 0.1) 0, rgba(255, 245, 245, 0.1) 20px, #fefefe 20px, #fefefe 40px)
}

.tbl-profile {
    width: 100%
}

.tbl-profile th,
.tbl-profile td {
    padding: 10px;
    font-size: 1.4rem;
    vertical-align: middle;
    border-bottom: 1px solid #ddd
}

@media all and (max-width: 639px) {
    .tbl-profile th,
    .tbl-profile td {
        font-size: 12px
    }
}

.tbl-profile th {
    width: 24%;
    text-align: left;
    color: #fff5f5;
    font-weight: 500
}

.tbl-profile.type1 th {
    width: 25%
}

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

.tbl {
    width: 100%
}

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

.tbl th {
    background: rgba(255, 245, 245, 0.2);
    font-weight: 500
}

.tbl thead th {
    background: #98d0ff;
    color: #fff
}

.tbl td {
    background: #fff
}

.tbl td.td-1 {
    width: 50%;
    font-size: 1.3rem
}

@media all and (max-width: 639px) {
    .tbl td.td-1 {
        font-size: 12px
    }
}

.tbl .th-1 {
    width: 25%
}

.tbl .th-2 {
    width: 45%
}

.tbl.type1 td {
    text-align: left
}

@media all and (max-width: 639px) {
    .tbl th {
        text-align: left
    }
    .tbl th,
    .tbl td {
        padding: 10px;
        font-size: 12px
    }
    .tbl th span,
    .tbl td span {
        font-size: 12px
    }
}

.tbl_new {
    width: 100%
}

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

.tbl_new tr th {
    font-weight: 600;
    width: 25%;
    color: #70584a;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0
}

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

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #f7f5f2
}

.tbl-border {
    width: 100%
}

.tbl-border th,
.tbl-border td {
    padding: 15px 10px;
    border-bottom: 2px solid;
    vertical-align: middle
}

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

.tbl-border th {
    width: 20%;
    color: #70584a;
    text-align: left;
    border-color: #fff5f5
}

.tbl-border th.th-1 {
    width: 45%
}

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

.tbl-border td {
    border-color: #eaece1
}

.price {
    font-family: "Cinzel", serif;
    font-weight: 500;
    color: #7eafcf;
    font-size: 1.2em
}

.price span {
    display: block;
    font-size: 1.4rem;
    color: #70584a;
    letter-spacing: 0
}

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

.timetable {
    padding: 20px 20px;
    width: 100%;
    border-top: 1px solid #70584a
}

.timetable th,
.timetable td {
    border-bottom: 1px solid #70584a;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4
}

.timetable th .txt,
.timetable td .txt {
    letter-spacing: 0;
    font-size: 12px
}

@media all and (max-width: 639px) {
    .timetable th,
    .timetable td {
        font-size: 12px
    }
}

.timetable.type1 td {
    border-right: 0.9px solid rgba(255, 255, 255, 0.2)
}

.timetable.type1 td.crowd {
    background: #70584a
}

.timetable.type1 td.td-last {
    border-right: 0
}

.timetable .thead th {
    border-top: 0;
    color: #70584a
}

.timetable .th-1 {
    width: 35%;
    font-weight: 600;
    text-align: center
}

.timetable .circle {
    color: #fff5f5
}

.timetable .triangle {
    color: #7eafcf
}

@media all and (max-width: 639px) {
    .timetable {
        padding: 15px 10px
    }
    .timetable .th-1 {
        width: 25%
    }
}

.star {
    color: #9df4ff
}

.notion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 15px;
    background: #f5f6f1
}

.notion .triangle {
    font-size: 2rem;
    color: #7eafcf
}

.notion .notion-right {
    flex: 1;
    margin-left: 20px;
    text-align: left
}

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

.notion .notion-right span {
    color: #70584a;
    font-weight: bold;
    background: #70584a;
    padding: 0 4px
}

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

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

.ggmap.youtube {
    padding-bottom: 56.25%
}

.list_common li {
    padding-bottom: 4px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(255, 245, 245, 0.5)
}

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

.list_check.type1 {
    display: flex;
    flex-wrap: wrap
}

.list_check.type1 li {
    background: #fefefe;
    padding: 12px 8px;
    width: 48%
}

.list_check.type1 li:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .list_check.type1 li {
        width: 95%;
        margin: 0 auto 5px
    }
    .list_check.type1 li:nth-child(2n) {
        margin-left: auto
    }
}

.list_check li {
    padding: 8px;
    font-weight: 700;
    background: #fefefe;
    margin-bottom: 5px
}

.list_check li span {
    font-weight: normal;
    font-size: 0.9em;
    display: block;
    padding: 10px;
    background: rgba(247, 245, 242, 0.2);
    margin-top: 10px
}

.list_check li a {
    color: #fff5f5;
    border-bottom: 1px dotted #fff5f5
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
    color: #7eafcf
}

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

.list_check2.type1 {
    display: flex;
    flex-wrap: wrap
}

.list_check2.type1 li {
    width: 48%
}

.list_check2.type1 li:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .list_check2.type1 li {
        width: 95%;
        margin: 0 auto 5px
    }
    .list_check2.type1 li:nth-child(2n) {
        margin-left: auto
    }
}

.list_check2 li {
    padding: 4px;
    color: #70584a;
    font-weight: 600
}

.list_check2 li .num {
    color: #fff5f5;
    margin: 0 4px;
    font-family: "Cinzel", serif;
    font-weight: 500
}

.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
    color: #fff5f5
}

.list_check2 li:not(:last-child) {
    margin-bottom: 4px
}

.list_check3.type1 {
    display: flex;
    flex-wrap: wrap
}

.list_check3.type1 li {
    width: 48%
}

.list_check3.type1 li:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .list_check3.type1 li {
        width: 95%;
        margin: 0 auto 5px
    }
    .list_check3.type1 li:nth-child(2n) {
        margin-left: auto
    }
}

.list_check3 li {
    padding: 4px;
    color: #70584a
}

.list_check3 li .num {
    color: #fff5f5;
    margin: 0 4px;
    font-family: "Cinzel", serif;
    font-weight: 500
}

.list_check3 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 10px;
    color: #fff5f5
}

.list_check3 li:not(:last-child) {
    margin-bottom: 4px
}

.list-inline2 {
    text-align: center
}

.list-inline2 li {
    display: inline-block;
    padding: 4px 15px;
    background: #fefefe;
    border: 1px solid #7eafcf;
    font-weight: 700;
    border-radius: 30px
}

.list-inline2 li:not(:last-child) {
    margin-right: 8px
}

.list-inline li {
    display: inline-block;
    padding: 3px
}

.list-inline li:not(:last-of-type):after {
    content: "/";
    margin: 0 5px;
    color: #fff5f5;
    font-weight: normal
}

@media all and (max-width: 639px) {
    .list-inline li {
        display: block;
        padding: 0
    }
    .list-inline li:before {
        content: "-";
        color: #fff5f5
    }
    .list-inline li:not(:last-of-type):after {
        display: none
    }
}

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

.list-btn li {
    width: 32%;
    margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}

.list-btn li a {
    display: block;
    background: rgba(247, 245, 242, 0.5);
    color: #70584a;
    font-weight: 600;
    padding: 10px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0;
    transition: .2s ease-in all
}

.list-btn li a:hover {
    background: #e4ddd2
}

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

@media all and (max-width: 639px) {
    .list-btn li {
        width: 90%;
        margin: 0 auto 10px
    }
    .list-btn li a {
        font-size: 1.2rem
    }
    .list-btn li:nth-child(3n) {
        margin-right: auto
    }
}

.ol-list {
    counter-reset: number;
    list-style: none;
    padding: 5px
}

.ol-list.type1 {
    display: flex;
    flex-wrap: wrap
}

.ol-list.type1>li {
    width: 48%
}

.ol-list.type1>li:nth-child(2n) {
    margin-left: 4%
}

.ol-list li {
    line-height: 2;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px
}

.ol-list li .ol-lead {
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    color: #ff8f8f;
    font-size: 2rem
}

.ol-list li .inner {
    font-weight: normal;
    display: block;
    padding: 10px;
    line-height: 1.6;
    font-size: 1.4rem
}

.ol-list li:before {
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight: 500;
    left: 0;
    top: 15px;
    position: absolute;
    font-size: 3.5rem;
    color: #fff5f5;
    margin-right: 10px;
    line-height: 1
}

@media all and (max-width: 639px) {
    .ol-list li {
        font-size: 1.2rem
    }
    .ol-list li .ol-lead {
        font-size: 1.4rem
    }
    .ol-list li .inner {
        font-size: 0.9em
    }
    .ol-list li:before {
        font-size: 3rem
    }
}

.list_disc li {
    padding: 5px 0;
    font-size: 1.4rem
}

.list_disc li:not(:last-of-type) {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.list_disc li:before {
    content: "●";
    margin-right: 5px;
    color: #98d0ff;
    font-size: 0.7em
}

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

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

.list-btn li {
    width: 32%;
    margin: 0 calc(1.33% + (1.33% / 2)) 10px 0
}

.list-btn li a {
    display: block;
    background: #f7f5f2;
    color: #70584a;
    font-weight: 700;
    padding: 10px 3px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 0
}

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

@media all and (max-width: 639px) {
    .list-btn li {
        width: 90%;
        margin: 0 auto 10px
    }
    .list-btn li a {
        font-size: 1.2rem
    }
    .list-btn li:nth-child(3n) {
        margin-right: auto
    }
}

.list-btn.type1 {
    max-width: 1000px;
    margin: 0 auto 20px;
    justify-content: center
}

.list-btn.type1 li a {
    background: #fff5f5;
    border: 1px solid #ffc2c2
}

.list-btn.type1 li a:hover {
    background: #fff
}

.list-btn.type1 li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f13a";
    font-weight: 900;
    margin-right: 5px
}

#top-blog .pages {
    display: none
}

#main .blog-wrap>li {
    width: 32%
}

@media all and (max-width: 1100px) {
    #main .blog-wrap>li {
        width: 49%;
        margin: 0 0.5% 20px 0.5%
    }
}

@media all and (max-width: 639px) {
    #main .blog-wrap>li {
        width: 90%;
        margin: 0 auto 10px
    }
}

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

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

.blog-wrap>li {
    width: 24%;
    margin: 0 0.5% 20px 0.5%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

@media all and (max-width: 1100px) {
    .blog-wrap>li {
        width: 49%
    }
}

.blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 90%;
        margin: 0 auto 10px
    }
}

.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box
}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    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)
}

.blog-detail {
    padding-top: 10px
}

.blog-detail-upper {
    position: relative;
    z-index: 2;
    margin: -31px 0 0;
    color: #fff;
    font-size: 12px
}

.blog-category {
    display: inline-block;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    background: #111
}

.blog-date {
    background: #fff5f5;
    width: 100px;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 12px
}

.blog-date2 {
    color: #ffa9a9;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-right: 5px
}

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

.blog-title {
    font-weight: 700;
    line-height: 1.3;
    margin: 10px 0;
    color: #70584a
}

.blog-txt {
    line-height: 1.5;
    color: #fff5f5;
    padding: 10px
}

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

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block;
    margin: 0 20px
}

.pages .page_next a,
.pages .page_prev a {
    color: #fff5f5;
    padding: 4px 5px;
    background: #fff;
    font-size: 12px
}

.category_nav {
    border: 1px solid #dddddd
}

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

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

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

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

.cut {
    overflow: hidden;
    zoom: 1
}

.img-round {
    border-radius: 15px 0 15px 0
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.color1 {
    color: #fff5f5
}

.color2 {
    color: #fff5f5
}

.color3 {
    color: #70584a
}

.relative {
    position: relative
}

.bigger {
    font-size: 1.15em
}

.num {
    font-weight: 700
}

.num a {
    color: #fff5f5;
    font-size: 2.8rem;
    text-align: center;
    margin-left: 5px
}

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

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

.num a:hover {
    color: #fff5f5
}

.telbox {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #333;
    text-align: center
}

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

.txt-link {
    font-weight: 700;
    text-decoration: underline;
    color: #7eafcf
}

.txt-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    padding-left: 5px
}

.txt-link:hover {
    text-decoration: none
}

.telbnr {
    max-width: 600px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.telbnr li {
    width: 100%;
    border: 3px solid #fff5f5;
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 40px
}

.telbnr li a {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff5f5
}

.telbnr li a:before {
    font-size: 90%;
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 5px
}

.telbnr li a:hover {
    color: #fff5f5
}

.telbnr li:last-of-type {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .telbnr {
        max-width: 90%
    }
    .telbnr li {
        width: 100%;
        margin: 0 auto 30px
    }
    .telbnr li:last-of-type {
        margin-left: auto
    }
    .telbnr li a {
        font-size: 2rem
    }
}

.telbnr-ttl {
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    margin-top: -30px
}

.telbnr-ttl span {
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    background: #fff5f5;
    border-radius: 30px;
    padding: 0 20px
}

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

.breadcrumb {
    max-width: 1200px;
    margin: 20px auto 20px;
    font-size: 1.2rem
}

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

.breadcrumb li a {
    color: #fff5f5
}

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

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

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

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

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

.form dl dt span.nini {
    background: #70584a;
    color: #70584a
}

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

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

.form .textarea,
.form textarea {
    border: 0;
    padding: 20px 15px;
    width: 100%;
    background: #f5f5f5;
    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: #fff;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #98d0ff;
    font-weight: 700;
    padding: 12px 5px;
    margin: 0 auto;
    width: 250px;
    background: #98d0ff;
    border-radius: 25px
}

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

.form button:before {
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    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: 0.6875rem 2.1875rem 0.6875rem 0.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: 0.75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #fff5f5
}

.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: 2px;
    top: 4px;
    background-color: #fff5f5;
    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: 0.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 #fff5f5;
    border-bottom: 3px solid #fff5f5;
    transform: rotate(45deg);
    z-index: 1
}

@media all and (max-width: 639px) {
    .form label.checkbox_text:after {
        margin-top: -18px
    }
}

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

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

.form input[type="text"],
.form textarea {
    font-size: 16px
}

@media all and (max-width: 639px) {
    .form input[type="text"],
    .form textarea {
        transform: scale(0.9);
        margin-left: -5px
    }
}

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

.thanks {
    padding: 40px;
    border: 3px solid #fff5f5;
    box-shadow: 0 0 0 8px rgba(255, 245, 245, 0.2);
    max-width: 700px;
    margin: 0 auto
}

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

.shadow {
    box-shadow: 0 0 10px rgba(112, 88, 74, 0.05)
}

.policy {
    padding: 30px;
    background: rgba(112, 88, 74, 0.2)
}

.mtitle_small {
    font-weight: 500;
    padding: 7px 0;
    font-size: 1.6rem;
    border-top: 1px solid #70584a;
    border-bottom: 1px solid #70584a;
    color: #70584a;
    font-weight: 600;
    margin-bottom: 20px
}

.mtitle_small:before {
    content: "―";
    margin-right: 8px;
    color: #70584a
}

@media all and (max-width: 639px) {
    .mtitle_small {
        padding: 4px;
        font-size: 1.3rem
    }
}

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

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

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

.gallery li {
    width: 31%;
    margin: 0 calc(2.33% + (2.33% / 2)) 30px 0
}

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

@media all and (max-width: 896px) {
    .gallery li:nth-child(3n) {
        marign-right: 4%
    }
}

.gallery li a {
    display: block;
    text-align: center;
    padding: 0px;
    height: 240px
}

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

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

@media all and (max-width: 896px) {
    .gallery li {
        width: 48%;
        margin: 0 4% 20px 0
    }
    .gallery li:nth-child(2n) {
        margin-right: 0
    }
}

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

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

.gallery2 li {
    width: 19%;
    margin-bottom: 10px
}

.gallery2 li a {
    display: block;
    text-align: center;
    padding: 0px;
    height: 180px
}

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

@media all and (max-width: 896px) {
    .gallery2 li {
        width: 48%
    }
    .gallery2 li a {
        height: 120px
    }
}

.list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px
}

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

.list2.interview-list .child {
    position: relative;
    padding-bottom: 80px
}

.list2.type1>li,
.list2.type1 .child {
    background: #fefefe;
    padding: 20px
}

.list2>li,
.list2 .child {
    width: 48%;
    margin-top: 50px;
    position: relative
}

.list2>li:nth-child(2n),
.list2 .child:nth-child(2n) {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .list2>li:nth-child(2n),
    .list2 .child:nth-child(2n) {
        margin-left: auto
    }
}

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

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

.list3.bm0 li {
    margin: 0 calc(2.33% + (2.33% / 2)) 5px 0
}

@media all and (max-width: 639px) {
    .list3.bm0 li {
        width: 48%;
        margin: 0 auto 10px
    }
    .list3.bm0 li:nth-child(2n) {
        margin-right: 0
    }
    .list3.bm0 li:nth-child(3n) {
        margin-right: auto
    }
    .list3.bm0 li:last-child {
        width: 100%;
        margin: 0 auto
    }
}

.list3>li {
    width: 31%;
    position: relative;
    margin: 0 calc(2.33% + (2.33% / 2)) 20px 0
}

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

@media all and (max-width: 639px) {
    .list3>li {
        width: 95%;
        margin: 0 auto 30px
    }
    .list3>li:nth-child(3n) {
        margin-right: auto
    }
}

.list3>li.mbox2 {
    padding: 0 0 30px
}

.list4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-top: -30px
}

.list4.type1 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center
}

.list4.type1 li {
    padding: 15px;
    background: rgba(126, 175, 207, 0.2);
    border-radius: 10px;
    display: block;
    transition: all 0.2s ease-in
}

.list4.type1 li a {
    display: block
}

.list4.type1 li a:hover {
    position: relative;
    transform: translate(0, 10px)
}

.list4.type1 li img {
    width: 60px;
    margin: 0 auto 10px
}

@media all and (max-width: 639px) {
    .list4.type1>li {
        width: 48%
    }
    .list4.type1>li img {
        width: 50px
    }
}

.list4 li {
    margin-left: 2%;
    margin-top: 30px;
    width: 23%
}

@media all and (max-width: 1100px) {
    .list4 li {
        width: 31.33%
    }
}

@media all and (max-width: 639px) {
    .list4 {
        margin-left: auto
    }
    .list4 li {
        width: 90%;
        margin: 25px auto 0
    }
}

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

#works:before {
    content: "";
    height: 80px;
    margin-top: -80px;
    display: block;
    visibility: hidden
}

.note {
    padding: 20px;
    margin-top: 10px;
    background: #f4f9fe;
    font-size: 1.5rem
}

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

.note.type1 {
    background: #f4efe9
}

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

.flow-dl .flow-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    width: 100%
}

@media all and (max-width: 639px) {
    .flow-dl .flow-inner {
        margin: 0 auto 25px;
        padding: 15px;
        border-radius: 10px
    }
}

.flow-dl dt {
    color: #98d0ff;
    width: 60px;
    text-align: center;
    margin-right: 20px;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600
}

.flow-dl dt span {
    font-size: 3.5rem;
    display: block;
    line-height: 1;
    color: #98d0ff;
    text-shadow: 1px 1px 0 #fff, 3px 3px 0 #ddd
}

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

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

@media all and (max-width: 639px) {
    .flow-dl dt {
        font-size: 1.3rem
    }
    .flow-dl dt span {
        font-size: 2.2rem
    }
}

.number {
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 4.5rem;
    color: #fff5f5;
    line-height: 1;
    top: 0;
    left: 0;
    position: absolute
}

@media all and (max-width: 639px) {
    .number {
        font-size: 2.8rem;
        top: 10px
    }
}

.txt1 {
    padding-left: 60px
}

@media all and (max-width: 639px) {
    .txt1 {
        padding-left: 40px
    }
}

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

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

.blog-month ul li {
    width: 49%;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0;
    background: #333
}

.blog-month ul li:nth-child(2n) {
    margin-left: 2%
}

.blog-month ul li a {
    color: #fff;
    font-size: 12px
}

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

.list-center li {
    width: 50%
}

@media all and (max-width: 639px) {
    .list-center {
        flex-direction: column
    }
    .list-center li {
        width: 100%
    }
}

.faq-dl .faq-inner {
    padding: 10px;
    margin-bottom: 20px
}

.faq-dl .faq-inner:not(:last-of-type) {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #eee
}

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

.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600
}

.faq-dl .faq-inner dt {
    margin-bottom: 10px;
    font-weight: 700
}

.faq-dl .faq-inner dt:before {
    content: "Q";
    color: #fff5f5;
    font-size: 3rem;
    background: rgba(255, 245, 245, 0.2)
}

.faq-dl .faq-inner dd:before {
    content: "A";
    color: #fff5f5;
    font-size: 3rem;
    background: rgba(112, 88, 74, 0.8)
}

.sns-list {
    display: flex
}

.sns-list.center {
    justify-content: center;
    margin: 15px 0
}

.sns-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #c54343;
    display: block;
    background: #fefefe;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s ease-in;
    position: relative
}

.sns-list li a:hover {
    opacity: 0.7
}

.sns-list li a.btn-facebook {
    background: #1877f2
}

.sns-list li a.btn-twitter {
    background: #1da1f2
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.sns-list li a.btn-instagram i {
    position: relative;
    z-index: 2
}

.sns-list li a.btn-instagram:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%)
}

.sns-list li:not(:last-child) {
    margin-right: 10px
}

@media all and (max-width: 896px) {
    .sns-list li:not(:last-child) {
        margin-right: 5px;
        margin-bottom: 0
    }
}

.name {
    width: 200px;
    margin: -20px auto 20px;
    position: relative;
    z-index: 2;
    background: #fff5f5;
    color: #fefefe;
    font-weight: 600;
    text-align: center;
    padding: 8px 6px;
    box-shadow: 0 0 8px rgba(112, 88, 74, 0.05);
    line-height: 1.5
}

.name span {
    color: #ceae5f;
    display: block;
    font-size: 1.4rem;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600
}

.vertical-content {
    margin-left: 100px
}

.vertical-content.type1 {
    margin-left: 180px
}

@media all and (max-width: 639px) {
    .vertical-content.type1 {
        margin-left: 0
    }
}

@media all and (max-width: 639px) {
    .vertical-content {
        margin-left: 0
    }
}

.box1 {
    background: #fff;
    position: relative;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(112, 88, 74, 0.05);
    margin-right: auto;
    margin-left: auto
}

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

.greet-box {
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto 20px
}

@media all and (max-width: 639px) {
    .greet-box {
        font-size: 1.2rem;
        padding: 0 8px
    }
}

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

.top-list li {
    width: 48%;
    padding: 20px;
    position: relative;
    border: 2px solid #98d0ff;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden
}

.top-list li:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    top: 0;
    left: -5%;
    background-image: linear-gradient(to right bottom, #fff5f5, #98d0ff, #70584a);
    transform: skew(15deg);
    opacity: 0.2
}

@media all and (max-width: 639px) {
    .top-list li {
        width: 95%;
        margin: 0 auto 25px
    }
}

.top-list li figure {
    position: absolute;
    width: 120px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

@media all and (max-width: 896px) {
    .top-list li figure {
        width: 80px
    }
}

.top-list li a {
    display: inline-block;
    padding: 6px 10px;
    font-weight: 600;
    color: #70584a;
    border: 2px solid #70584a;
    background: rgba(152, 208, 255, 0.3);
    transition: background 0.2s ease-in
}

.top-list li a:hover {
    background: rgba(152, 208, 255, 0.5)
}

.top-list li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    margin-left: 7px;
    color: #fff5f5
}

.top-list li a:not(:first-of-type) {
    margin-left: 8px;
    background: rgba(112, 88, 74, 0.4)
}

.top-list li a:not(:first-of-type):hover {
    background: rgba(112, 88, 74, 0.7)
}

@media all and (max-width: 896px) {
    .top-list li a:not(:first-of-type) {
        margin: 8px 0 0
    }
}

.top-list li .txt {
    padding-left: 140px
}

.top-list li .txt p {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

@media all and (max-width: 896px) {
    .top-list li .txt {
        padding-left: 100px
    }
}

@media all and (max-width: 639px) {
    .top-list li .txt p {
        font-size: 1.3rem
    }
}

.kiritori {
    height: 1px;
    border-top: 1px solid rgba(255, 245, 245, 0.4);
    margin: 50px auto;
    width: 95%;
    display: block
}

.top-title-box {
    padding: 50px 20px;
    text-align: center;
    border: 0.9px solid rgba(255, 255, 255, 0.5);
    position: relative;
    max-width: 80%;
    margin: 0 auto
}

.top-title-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 30px;
    left: 30px;
    border: 0.9px solid rgba(255, 255, 255, 0.5)
}

@media all and (max-width: 896px) {
    .top-title-box {
        margin-bottom: 25px
    }
}

@media all and (max-width: 639px) {
    .top-title-box {
        padding: 30px 15px;
        max-width: 90%
    }
    .top-title-box:before {
        top: 15px;
        left: 15px
    }
}

.column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.column2.r_reverse {
    flex-direction: row-reverse
}

.column2 .child {
    width: 48%
}

.column2 .child.child_img2 {
    width: 30%
}

@media all and (max-width: 896px) {
    .column2 .child.child_img2 {
        width: 100%
    }
}

.column2 .child.child_txt2 {
    width: 68%
}

@media all and (max-width: 896px) {
    .column2 .child.child_txt2 {
        width: 100%
    }
}

.column2 .child .child_img1 {
    text-align: center
}

@media all and (max-width: 896px) {
    .column2 {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto
    }
    .column2 .child {
        width: 100%
    }
    .column2 .child.tab30 {
        margin-bottom: 30px
    }
    .column2 .child.column2-img {
        order: -1;
        margin-bottom: 30px
    }
}

.column2.about_box .child {
    height: 450px
}

.column2.sche {
    align-items: flex-start
}

.column2.sche .child:nth-of-type(1) {
    width: 35%
}

@media all and (max-width: 896px) {
    .column2.sche .child:nth-of-type(1) {
        width: 100%
    }
}

.column2.sche .child:nth-of-type(2) {
    width: 63%
}

@media all and (max-width: 896px) {
    .column2.sche .child:nth-of-type(2) {
        width: 100%
    }
}

.column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.column3 .child {
    width: 31%
}

@media all and (max-width: 896px) {
    .column3 {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto
    }
    .column3 .child {
        width: 100%
    }
    .column3 .child.tab30 {
        margin-bottom: 30px
    }
    .column3 .child.column2-img {
        order: -1;
        margin-bottom: 30px
    }
}

.column3.about_box .child {
    height: 450px
}

.slide_list {
    position: relative;
    display: none
}

.slide_list li img {
    width: auto;
    height: 240px
}

@media all and (max-width: 639px) {
    .slide_list li img {
        height: 180px
    }
}

.btn03 {
    display: inline-block;
    background: #fff5f5;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    border: 1px solid #fff5f5
}

.btn03:hover {
    background: #fff;
    color: #fff5f5
}

.txt-common {
    padding: 50px 10px 0
}

.tel-big a {
    display: block;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    color: #70584a
}

@media all and (max-width: 639px) {
    .tel-big a {
        font-size: 2.4rem
    }
}

.tel-big a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-weight: 900;
    margin-right: 8px;
    font-size: 0.8em;
    color: #70584a
}

.tel-big a:hover {
    color: #fff5f5
}

.top-bnr {
    display: block;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.top-bnr figure {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.top-bnr figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: transform 0.2s ease-in
}

.top-bnr .inner {
    padding: 20px;
    text-align: center
}

.top-bnr .bnr-title {
    background: #fafafa;
    padding: 10px 0;
    margin-top: 16px;
    text-align: center;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    font-size: 1.7rem;
    border-radius: 30px;
    color: #70584a
}

@media all and (max-width: 639px) {
    .top-bnr .bnr-title {
        font-size: 1.3rem
    }
}

.top-bnr:hover figure img {
    transform: scale(1.06)
}

.top-bnr:hover .bnr-title {
    color: #fff5f5
}

.top-bnr-num {
    position: absolute;
    left: 20px;
    top: -20px;
    width: 80px;
    z-index: 2
}

@media all and (max-width: 639px) {
    .top-bnr-num {
        width: 60px
    }
}

.gallery-img {
    display: block;
    width: 100%
}

.gallery-img img {
    width: 100%
}

.profile {
    font-size: 1.7rem;
    margin-bottom: 10px;
    color: #fff5f5
}

.profile span {
    font-size: 2rem;
    color: #70584a
}

.policy-list {
    max-width: 800px;
    margin: 0 auto
}

.policy-list li {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 40px
}

.policy-list li:not(:last-of-type) {
    margin-bottom: 10px
}

.policy-list li .txt1 {
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    font-size: 2rem;
    padding: 8px 20px;
    color: #fff;
    background: #fff5f5;
    border-radius: 15px;
    width: 45%
}

.policy-list li .txt2 {
    padding: 8px 20px 8px 30px;
    font-weight: 600;
    align-self: center;
    font-size: 1.8rem
}

@media all and (max-width: 639px) {
    .policy-list li {
        flex-direction: column;
        border-radius: 10px;
        padding: 15px;
        text-align: center
    }
    .policy-list li .txt1 {
        width: 100%;
        font-size: 1.5rem;
        padding: 6px
    }
    .policy-list li .txt2 {
        padding: 8px 0;
        font-size: 1.2rem
    }
}

.daily {
    position: relative
}

.daily:before {
    content: "";
    width: 15px;
    height: 100%;
    background: #f7f5f2;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.daily>li {
    position: relative
}

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

.daily>li .icon {
    letter-spacing: 0;
    color: #fff;
    font-size: 2rem;
    background-color: #daaab8;
    width: 90px;
    height: 90px;
    text-align: center;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    line-height: 90px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translate(-50%, 0);
    z-index: 2
}

@media all and (max-width: 639px) {
    .daily>li .icon {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        font-size: 1.6rem
    }
}

.daily>li .txt {
    margin-top: 40px;
    width: calc(50% - 50px);
    background: #f7f5f2;
    border-radius: 10px;
    font-weight: 600;
    padding: 25px;
    position: relative;
    z-index: 2
}

.daily>li .txt.negative {
    margin-bottom: -180px
}

@media all and (max-width: 896px) {
    .daily>li .txt.negative {
        margin-bottom: -100px
    }
}

@media all and (max-width: 639px) {
    .daily>li .txt.negative {
        margin-bottom: 0
    }
}

.daily>li .txt:after {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f7f5f2;
    position: absolute;
    top: 10%;
    left: 100%;
    transform: translateY(-50%)
}

@media all and (max-width: 639px) {
    .daily>li .txt {
        width: 100%;
        margin-top: 20px
    }
    .daily>li .txt:after {
        display: none
    }
}

.daily>li:nth-child(even) .txt {
    margin-left: auto
}

.daily>li:nth-child(even) .txt:after {
    border-width: 10px 10px 10px 0;
    left: -10px;
    border-color: transparent #f7f5f2 transparent transparent
}

.daily-img {
    text-align: center;
    margin: 0 auto 8px
}

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

.calendar-inner {
    width: 24%;
    margin: 0 0 20px 0;
    box-shadow: 0 0 6px rgba(112, 88, 74, 0.05);
    background: url(../img/body_bg.png);
    position: relative
}

.calendar-inner .month {
    position: absolute;
    left: -5px;
    top: -10px;
    background: #fff5f5;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.8rem
}

.calendar-inner .month.month2 {
    background: #fff5f5
}

.calendar-inner .calendar-txt {
    padding: 15px;
    margin-top: 20px;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 600
}

@media all and (max-width: 639px) {
    .calendar-inner {
        width: 90%;
        margin: 0 auto 30px
    }
    .calendar-inner .month {
        font-size: 1.4rem
    }
}

.aki-board {
    margin-left: 10px;
    background: #98d0ff;
    padding: 6px;
    max-width: 150px;
    max-width: 38%;
    text-align: center;
    border-radius: 5px
}

.aki-board h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px
}

.aki-board .aki-innner {
    background: #f7f5f2;
    padding: 0 8px
}

.aki-board .aki-innner p {
    font-size: 11px
}

.aki-board .aki-innner p span {
    color: #c54343;
    font-weight: bold;
    font-size: 15px
}

@media all and (max-width: 639px) {
    .aki-board {
        max-width: 130px;
        margin-left: 0;
        padding: 4px
    }
    .aki-board h3 {
        font-size: 12px
    }
    .aki-board .aki-innner {
        padding: 0 3px
    }
    .aki-board .aki-innner p {
        font-size: 9px;
        letter-spacing: 0
    }
    .aki-board .aki-innner p span {
        letter-spacing: 0.1em;
        font-size: 13px
    }
}

@media screen and (max-width: 1200px) {
    .sbbr {
        display: none
    }
}

.tcenter_pc {
    text-align: center
}

@media all and (max-width: 639px) {
    .tcenter_pc {
        text-align: left
    }
}

.maru {
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600
}

.accbox {
    margin: 0em auto;
    padding: 0;
    width: 100%
}

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

.accbox label {
    display: block;
    margin: 15px 0 0;
    padding: 0 0;
    background: #fff;
    transition: all 0.5s
}

.accbox label p {
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    color: #70584a;
    padding: 11px 11px 11px 70px;
    position: relative;
    background: #eee
}

@media all and (max-width: 639px) {
    .accbox label p {
        padding-left: 50px
    }
}

.accbox label p:before {
    content: "Q";
    width: 2em;
    height: 100%;
    background: #fff5f5;
    color: #fff;
    font-size: 2.6rem;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0
}

@media all and (max-width: 639px) {
    .accbox label p {
        padding: 10px 10px 10px 64px
    }
    .accbox label p:before {
        font-size: 2rem;
        line-height: 2.4em
    }
}

.accbox input {
    display: none
}

.accbox .accshow {
    height: auto;
    background: #f4f4f4;
    opacity: 1;
    padding: 11px 11px 11px 70px;
    color: #70584a;
    position: relative
}

.accbox .accshow:before {
    content: "A";
    width: 2em;
    height: 100%;
    background: #70584a;
    color: #fff;
    font-family: "Varela Round", "Ubuntu", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0
}

@media all and (max-width: 639px) {
    .accbox .accshow {
        padding: 10px 10px 10px 64px
    }
    .accbox .accshow:before {
        font-size: 2rem;
        line-height: 2.4em
    }
}

.accordion dt,
.accordion dd {
    position: relative;
    padding: 1em
}

.accordion dt {
    background: #f5f6f1;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 1px dotted #ccc
}

.accordion dt:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.7rem
}

.accordion dt.on:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-weight: 900
}

.accordion dd {
    display: none;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9)
}

.mini {
    font-size: 90%
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, -10px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -10px)
    }
    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, -10px)
    }
    100% {
        -moz-transform: translate(0, 0)
    }
}

@-ms-keyframes fuwafuwa {
    0% {
        -ms-transform: translate(0, 0)
    }
    50% {
        -ms-transform: translate(0, -10px)
    }
    100% {
        -ms-transform: translate(0, 0)
    }
}

.fuwafuwa {
    animation-name: fuwafuwa;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    -webkit-animation-name: fuwafuwa;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    -ms-animation-name: fuwafuwa;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease
}

.bg-o {
    background: #fff5f5;
    background-image: linear-gradient(135deg, #7f6454 0%, #fff 100%);
    padding: 10px;
    color: #70584a;
    font-weight: bold;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 3px 10px 3px
}

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

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

.company th {
    font-weight: bold;
    position: relative;
    background: #70584a;
    color: #70584a
}

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

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

.title_bot {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    color: #70584a;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Kosugi Maru', "Kiwi Maru", serif;
    font-weight: 600;
    position: relative
}

.title_bot:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    content: "●●●";
    letter-spacing: 0.8em;
    font-size: 9px;
    color: #c8ecd9
}

.title_bot.type2:after {
    color: #98d0ff
}

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

.day_flow dt {
    background-color: rgba(124, 200, 156, 0.2);
    color: #70584a;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 1.1em;
    border-radius: 3px
}

.day_flow dd {
    border-left: 4px dotted #7cc89c;
    margin-left: 25px;
    padding: 10px 15px;
    box-sizing: border-box
}

.day_flow.type2 dt {
    background-color: rgba(255, 245, 245, 0.2);
    color: #70584a
}

.day_flow.type2 dd {
    border-left: 4px dotted #fff5f5;
    color: #70584a
}

.tbl-time {
    width: 100%
}

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

.tbl-time.type1 th {
    border: 0px solid #c8ecd9;
    background: none
}

.tbl-time.type1 td {
    border: 1px solid #c8ecd9;
    background: rgba(200, 236, 217, 0.05)
}

.tbl-time.type1 td.bg-g1 {
    background: rgba(200, 236, 217, 0.3)
}

.tbl-time.type1 td.bg-g2 {
    background: rgba(124, 200, 156, 0.3)
}

.tbl-time.type2 th {
    border: 0px solid #98d0ff;
    background: none
}

.tbl-time.type2 td {
    border: 1px solid #98d0ff;
    background: rgba(152, 208, 255, 0.05)
}

.tbl-time.type2 td.bg-o1 {
    background: rgba(152, 208, 255, 0.3)
}

.tbl-time.type2 td.bg-o2 {
    background: rgba(255, 245, 245, 0.3)
}

.bg-dot {
    background-image: radial-gradient(#fff5f5 7%, transparent 10%), radial-gradient(#fff5f5 7%, transparent 10%);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px
}

@media screen and (min-width: 481px) and (max-width: 896px) {
    .chosei {
        margin: 25px 0
    }
}

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

.list3>li {
    width: 31%
}

@media (max-width: 639px) {
    .list3>li {
        width: 95%;
        margin: 0 auto 30px
    }
}

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

.list3>li .point-num {
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    color: #98d0ff
}

.list3>li .point-num.pink {
    background-color: #ee8f92
}

.list3>li .point-num.green {
    background-color: #8ec4a0
}

.list3>li .point-num.purple {
    background-color: #a387c1
}

.list3>li .point-num .small {
    font-weight: 400;
    font-size: 2rem
}

.list3>li .point-num .num {
    display: block;
    font-size: 8rem;
    font-weight: 500
}

@media (max-width: 639px) {
    .list3>li .point-num {
        margin-bottom: -30px
    }
    .list3>li .point-num .small {
        font-size: 1.4rem
    }
    .list3>li .point-num .num {
        font-size: 4rem
    }
}

.list3>li .point-txt {
    padding: 20px 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.list3>li .point-txt .mtext1 {
    color: #333
}

.list3 figure {
    padding: 2rem
}

@media (max-width: 639px) {
    .list3 figure {
        padding: 4rem
    }
}

.bg_blue {
    background-color: #98d0ff
}

.bg_white {
    background-color: #fff
}

.tc_white {
    color: #fff
}

@media all and (max-width: 896px) {
    .over_auto {
        overflow: scroll;
        width: 100%
    }
}

table.tbl_cl {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse
}

@media all and (max-width: 896px) {
    table.tbl_cl {
        width: 1000px
    }
}

table.tbl_cl.tbl_cl2 {
    width: 100%;
    max-width: 100%
}

table.tbl_cl thead tr th,
table.tbl_cl thead tr td,
table.tbl_cl tbody tr th {
    background-color: #ffff8e;
    border-right: 1px solid #ccc;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff
}

table.tbl_cl thead tr td,
table.tbl_cl tbody tr td {
    border-right: 1px solid #ccc
}

table.tbl_cl thead tr th,
table.tbl_cl tbody tr th,
table.tbl_cl thead tr td,
table.tbl_cl tbody tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    letter-spacing: .2rem;
    line-height: 1.5;
    vertical-align: middle;
    border-bottom: 1px solid #ccc
}

@media all and (max-width: 896px) {
    table.tbl_cl thead tr th,
    table.tbl_cl tbody tr th,
    table.tbl_cl thead tr td,
    table.tbl_cl tbody tr td {
        font-size: 1.2rem
    }
}

@media (min-width: 992px) {
    .tbl-w950 thead tr th,
    .tbl-w950 tbody tr th {
        width: 290px
    }
    .tbl-w170 thead tr th,
    .tbl-w170 tbody tr th {
        width: 170px
    }
    table.tbl_cl thead tr th,
    table.tbl_cl tbody tr th,
    table.tbl_cl thead tr td,
    table.tbl_cl tbody tr td {
        padding: 12px 20px;
        letter-spacing: .2rem
    }
}

.list_check4 li {
    font-weight: 600
}

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

.spbr_b {
    display: none
}

@media all and (max-width: 896px) {
    .spbr_b {
        display: block
    }
}

.top-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start !important
}

.top-gallery li {
    width: 23%;
    margin: 0 calc(2% + (2% / 3)) 25px 0
}

@media screen and (max-width: 767px) {
    .top-gallery li {
        width: 48%;
        margin: 0 1% 20px
    }
}

.top-gallery li a {
    display: block;
    width: 100%;
    height: 260px
}

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

@media screen and (max-width: 767px) {
    .top-gallery li a {
        height: 160px
    }
}

.top-gallery.under li {
    margin: 25px 1%
}

.top-gallery.under li:nth-of-type(4n) {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .top-gallery.under li:nth-of-type(4n) {
        margin-right: inherit
    }
}

.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before{
    background: #daaab8 !important;
}

.form-pattern-2 .submit-btn{
    color: #fff !important;
    background: #98d0ff !important;
    border: 1px solid #98d0ff !important;
}

.form-pattern-2 :not(.pattern-exclusion) button:hover{
    color: #98d0ff !important;
    background: #fff !important;
}

.form-pattern-2 .submit-btn:hover::before{
    background: #98d0ff !important;
}

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