@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap");
* {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    line-height: 1;
    text-rendering: optimizeLegibility;
}
body,
html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
input,
select {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: auto;
}
a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
address {
    font-style: normal;
}
img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}
img {
    display: block;
}
input[type="radio"] {
    border: 0px !important;
}
input[type="radio"],
input[type="submit"],
label {
    cursor: pointer;
}
input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
input:focus,
textarea:focus {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
input[type="submit"] {
    position: relative;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100%;
}
input[type="submit"]:hover {
    opacity: 0.6;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.underline {
    text-decoration: underline;
}
.center {
    text-align: center;
}
.ta_right {
    text-align: right;
}
.ta_left {
    text-align: left;
}
a {
    text-decoration: none;
    display: inline-block;
}
section {
    clear: both;
}
.wrapper,
section {
    position: relative;
}
.wrapper,
.inner {
    margin-left: auto;
    margin-right: auto;
}
#wrapper {
    position: relative;
    overflow: hidden;
    max-height: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
#footer {
    margin-top: auto;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }
    .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    .over a,
    .over a img {
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .over a:hover {
        opacity: 0.6;
    }
    .imgwrap {
        overflow: hidden;
    }
    .imgwrap img {
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
    .imgwrap img:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}
.fadein {
    -webkit-transition:
        opacity 1s,
        -webkit-transform 1s;
    transition:
        opacity 1s,
        -webkit-transform 1s;
    transition:
        transform 1s,
        opacity 1s;
    transition:
        transform 1s,
        opacity 1s,
        -webkit-transform 1s;
    opacity: 0;
}
.fadein.show {
    opacity: 1;
}
.fadein_up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.fadein_down {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.fadein_up.show,
.fadein_down.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tab_area .hide {
    display: none;
}
.tab_area .tab_btn {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.tab_area .tab_btn li {
    cursor: pointer;
    position: relative;
    color: #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tab_area .tab_btn li.select,
.tab_area .tab_btn li:hover {
    color: #c00;
}
.tab_area .tab_btn li::after {
    content: " | ";
    color: #333;
    margin: 0 10px;
}
.toggle_list .toggle_body {
    display: none;
}
.toggle_list .toggle_body.open {
    display: block;
}
.readmore {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    background-color: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.readmore:hover {
    opacity: 0.6;
}
ul.show-list-order li {
    opacity: 0;
}
.show-list-order.show li:nth-child(1) {
    -webkit-animation: showlistorder 2s ease 0.3s 1 forwards;
    animation: showlistorder 2s ease 0.3s 1 forwards;
}
.show-list-order.show li:nth-child(2) {
    -webkit-animation: showlistorder 2s ease 0.6s 1 forwards;
    animation: showlistorder 2s ease 0.6s 1 forwards;
}
.show-list-order.show li:nth-child(3) {
    -webkit-animation: showlistorder 2s ease 0.9s 1 forwards;
    animation: showlistorder 2s ease 0.9s 1 forwards;
}
.show-list-order.show li:nth-child(4) {
    -webkit-animation: showlistorder 2s ease 1.2s 1 forwards;
    animation: showlistorder 2s ease 1.2s 1 forwards;
}
.show-list-order.show li:nth-child(5) {
    -webkit-animation: showlistorder 2s ease 1.5s 1 forwards;
    animation: showlistorder 2s ease 1.5s 1 forwards;
}
.show-list-order.show li:nth-child(6) {
    -webkit-animation: showlistorder 2s ease 1.8s 1 forwards;
    animation: showlistorder 2s ease 1.8s 1 forwards;
}
.show-list-order.show li:nth-child(7) {
    -webkit-animation: showlistorder 2s ease 2.1s 1 forwards;
    animation: showlistorder 2s ease 2.1s 1 forwards;
}
.show-list-order.show li:nth-child(8) {
    -webkit-animation: showlistorder 2s ease 2.4s 1 forwards;
    animation: showlistorder 2s ease 2.4s 1 forwards;
}
.show-list-order.show li:nth-child(9) {
    -webkit-animation: showlistorder 2s ease 2.7s 1 forwards;
    animation: showlistorder 2s ease 2.7s 1 forwards;
}
.show-list-order.show li:nth-child(10) {
    -webkit-animation: showlistorder 2s ease 3s 1 forwards;
    animation: showlistorder 2s ease 3s 1 forwards;
}
@-webkit-keyframes showlistorder {
    100% {
        opacity: 1;
    }
}
@keyframes showlistorder {
    100% {
        opacity: 1;
    }
}
.maskImg {
    overflow: hidden;
    position: relative;
}
.maskImg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #000;
    z-index: 1;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.maskImg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition:
        transform 0.1s ease,
        -webkit-transform 0.1s ease;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.maskImg img {
    opacity: 0;
}
.maskImg.show::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-animation: maskshow 1.2s ease 0s forwards;
    animation: maskshow 1.2s ease 0s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.maskImg.show::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.maskImg.show img {
    -webkit-animation: maskimg 1.2s ease 0s forwards;
    animation: maskimg 1.2s ease 0s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes maskshow {
    0% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    45% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    55% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
@keyframes maskshow {
    0% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    45% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    55% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}
@-webkit-keyframes maskimg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes maskimg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body {
    color: #666;
    background-color: white;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (min-width: 768px) {
    body {
        font-size: 1.6rem;
        line-height: 1.8286;
    }
    a {
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .wrapper {
        max-width: 1124px;
    }
}
body {
    -webkit-animation: pageFadeIn 1.6s ease 0s 1 normal;
    animation: pageFadeIn 1.6s ease 0s 1 normal;
}
@-webkit-keyframes pageFadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pageFadeIn {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.list-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.list-sns li a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}
.list-sns li.in a {
    background-image: url(../img/sns_instagram.svg);
}
.list-sns li.tw a {
    background-image: url(../img/sns_twitter.svg);
}
.drawer_button {
    display: block;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    width: 66px;
    height: 76px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1020;
    background-color: white;
}
.drawer_button .hamburger {
    position: relative;
    width: 25px;
    width: 24px;
    height: 20px;
    margin: 0 auto;
}
.drawer_button .hamburger span {
    height: 2px;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #000;
}
.drawer_button .hamburger span:nth-child(1) {
    top: 0;
}
.drawer_button .hamburger span:nth-child(2) {
    top: 0;
    bottom: 0;
}
.drawer_button .hamburger span:nth-child(3) {
    bottom: 0;
}
.drawer_button.active .hamburger span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg);
}
.drawer_button.active .hamburger span:nth-child(2) {
    opacity: 0;
}
.drawer_button.active .hamburger span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg);
}
@media screen and (max-width: 767px) {
    #header_sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 1010;
        line-height: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #header_sp .header_sns {
        position: absolute;
        top: 0;
        right: 174px;
    }
    #header_sp .header_sns .list-sns li a {
        background-size: 16px auto;
        width: 34px;
        height: 50px;
    }
    #header_sp .header_book_btn {
        position: absolute;
        top: 0;
        right: 50px;
        width: 120px;
    }
    #header_sp .header_book_btn a {
        color: white;
        background-color: #73ae5a;
        height: 50px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
    }
    body.active {
        position: fixed;
    }
    body.active #nav_sp {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    #nav_sp {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        width: 80%;
        visibility: hidden;
        z-index: -1;
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        color: white;
        background-color: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translate(375px);
        transform: translate(375px);
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    #nav_sp .drawer_nav_sp {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 80px 0 20px;
    }
    #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li {
        border-bottom: solid 1px #4c4c4c;
    }
    #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a {
        position: relative;
        width: 100%;
        color: white;
        font-size: 2.1rem;
        letter-spacing: 0.22em;
        padding: 12px 20px;
    }
    #nav_sp .drawer_nav_sp .header_sns .list-sns li a {
        background-size: 16px auto;
        width: 56px;
        height: 60px;
    }
    #nav_sp .drawer_nav_sp .header_book_btn {
        padding: 0 20px;
    }
    #nav_sp .drawer_nav_sp .header_book_btn a {
        color: white;
        background-color: #73ae5a;
        height: 50px;
        width: 180px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #nav_sp .drawer_nav_sp .header_book_btn a img {
        width: 126px;
    }
}
@media screen and (max-width: 320px) {
    #header_sp .header_sns {
        right: 154px;
    }
    #header_sp .header_sns .list-sns li a {
        width: 30px;
    }
    #header_sp .header_book_btn {
        width: 100px;
    }
    #nav_sp .drawer_nav_sp {
        padding: 50px 0 20px;
    }
    #nav_sp .drawer_nav_sp .drawer_nav_menu_sp ul li a {
        font-size: 1.8rem;
        padding: 9px 20px;
    }
    #nav_sp .drawer_nav_sp .header_sns .list-sns li a {
        height: 50px;
    }
    #nav_sp .drawer_nav_sp .header_book_btn {
        padding: 0 20px;
    }
    #nav_sp .drawer_nav_sp .header_book_btn a {
        width: 140px;
    }
    #nav_sp .drawer_nav_sp .header_book_btn a img {
        width: 110px;
    }
}
@media screen and (min-width: 768px) {
    #header {
        line-height: 1;
        width: 100%;
        z-index: 1100;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        top: 0;
        left: 0;
    }
    #header .header_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .header_wrap .header_left {
        padding: 26px 0 20px 55px;
        padding: 26px 0 20px 4vw;
    }
    #header .header_wrap .header_left .header_logo {
        width: 122px;
    }
    #header .header_wrap .header_right {
        width: calc(100% - 180px);
        padding-right: 50px;
        padding-right: 3vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .header_wrap .header_right .header_menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #header .header_wrap .header_right .header_menu ul li {
        font-size: 1.3rem;
        margin-left: 30px;
        margin-left: 2vw;
    }
    #header .header_wrap .header_right .header_menu ul li a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: white;
        height: 60px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #header .header_wrap .header_right .header_menu ul li a::after {
        content: "";
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        bottom: -4px;
        width: 100%;
        height: 4px;
        background-color: #c7b897;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
    }
    #header .header_wrap .header_right .header_menu ul li a:hover::after {
        bottom: 0;
        opacity: 1;
    }
    #header .header_wrap .header_right .header_menu ul li.current a {
        color: #b1b1b1;
    }
    #header .header_wrap .header_right .header_sns {
        margin-left: 10px;
        margin-left: 1vw;
    }
    #header .header_wrap .header_right .header_sns .list-sns li {
        margin-left: 25px;
        margin-left: 1.5vw;
    }
    #header .header_wrap .header_right .header_book_btn {
        margin-left: 35px;
        margin-left: 2.5vw;
    }
    #header .header_wrap .header_right .header_book_btn a {
        color: white;
        background-color: #73ae5a;
        height: 45px;
        width: 160px;
        min-width: 130px;
        width: 14vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #header .header_wrap .header_right .header_book_btn a:hover {
        background-color: #c7b897;
    }
    #header .header_wrap .header_right .header_book_btn a img {
        width: 114px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #header .header_wrap .header_left {
        padding: 26px 0 20px 2vw;
    }
    #header .header_wrap .header_left .header_logo {
        width: 122px;
    }
    #header .header_wrap .header_right {
        width: calc(100% - 150px);
        padding-right: 2vw;
    }
    #header .header_wrap .header_right .header_menu ul li {
        margin-left: 1.5vw;
    }
    #header .header_wrap .header_right .header_sns {
        margin-left: 1vw;
    }
    #header .header_wrap .header_right .header_sns .list-sns li {
        margin-left: 1vw;
    }
    #header .header_wrap .header_right .header_book_btn {
        margin-left: 2vw;
    }
    #header .header_wrap .header_right .header_book_btn a {
        min-width: 120px;
        width: 14vw;
    }
    #header .header_wrap .header_right .header_book_btn a img {
        width: 100px;
    }
}
#footer {
    position: relative;
    text-align: center;
    color: white;
    background-color: #c7b897;
}
#footer a {
    color: white;
}
#footer .logo {
    margin: auto;
    width: 215px;
}
#footer .txt {
    text-align: center;
}
#footer .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .menu li:not(:first-child)::before {
    content: "　｜　";
}
@media screen and (max-width: 767px) {
    #footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #footer .logo {
        width: 108px;
    }
    #footer .txt {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #footer .menu {
        font-size: 1.3rem;
    }
    #footer .menu li:not(:first-child)::before {
        content: " ｜ ";
    }
}
@media screen and (min-width: 768px) {
    #footer {
        padding-top: 55px;
        padding-bottom: 25px;
    }
    #footer .txt {
        font-size: 1.7rem;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    #footer .menu {
        font-size: 1.4rem;
    }
    #footer .menu a:hover {
        text-decoration: underline;
    }
}
section .sec-en {
    margin-left: auto;
    margin-right: auto;
}
section .sec-head {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.22rem;
}
section .sec-head-sub {
    font-family: "Montserrat", sans-serif;
    color: #c7b897;
    font-weight: 300;
    letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
    section .sec-head {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 768px) {
    section .sec-head {
        font-size: 2.8rem;
    }
}
.book-block {
    /* background-color: #f7f7f7; */
    position: relative;
    z-index: 1;
}
.book-block .tel {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 2.845rem;
}
.book-block .box-info {
    background: #fff;
}
.book-block .box-info::after {
    position: absolute;
    right: 42px;
    top: -56px;
    content: "";
    width: 66.5px;
    height: 115px;
    background-image: url(./../img/book_icon_fire.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: -1;
}
.book-block .box-info .tel a {
    color: #000;
}
.book-block .tel span {
    background-repeat: no-repeat;
    background-image: url(./../img/book_icon_tel.svg);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 40px;
}
.book-block .time {
    font-size: 1.4rem;
}
.book-block .btn {
    position: relative;
    z-index: 1;
    display: flex;
    background: #fff;
}
.book-block .btn a {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: #73ae5a;
    height: 75px;
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.book-block .btn a:hover {
    background-color: #c7b897;
}
.book-block .btn a img {
    width: 125px;
}
@media screen and (max-width: 767px) {
    .book-block {
        text-align: center;
    }
    .book-block .box-info {
        padding: 15px 0;
    }
    .book-block .box-info .tel a {
        display: block;
    }
    .book-block .box-info .tel span {
        padding-left: 30px;
        display: block;
        padding-left: 0;
        background-position: left 7% center;
    }
    .book-block .btn a {
        height: 75px;
        width: 100%;
    }
    .book-block .box-info::after {
        left: auto;
        right: 20px;
        top: -28px;
        width: 33px;
        height: 56px;
    }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
    .book-block .time {
        font-size: 1.2rem;
    }
    .book-block .box-info {
        padding: 0 20px !important;
    }
    .book-block .box-info .tel {
        font-size: 2rem;
    }
    .book-block .btn a {
        width: 110px;
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 768px) {
    .book-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 75px;
    }
    .book-block .box-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 125px);
        padding: 0 40px 0 30px;
    }
    .book-block .box-info .tel span {
        padding-left: 40px;
    }
}
.button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: #a3d3ff;
    border: solid 1px #a3d3ff;
    font-weight: 700;
    font-size: 1.8rem;
    width: 268px;
    height: 64px;
    border-radius: 32px;
    -webkit-box-shadow: 0px 3px 10px #0000000d;
    box-shadow: 0px 3px 10px #0000000d;
}
@media screen and (min-width: 768px) {
    .button a {
        font-size: 1.6rem;
        width: 244px;
        height: 60px;
        border-radius: 30px;
    }
    .button a:hover {
        color: #97cbfa;
        background-color: white;
    }
}
#concept-sec .head-en {
    font-family: "Montserrat", sans-serif;
    color: #c7b897;
    letter-spacing: 0.18em;
    font-size: 2.2rem;
    line-height: 1.4;
}
#concept-sec .block1 .box-txt {
    letter-spacing: 0.2em;
}
#concept-sec .illust {
    text-align: center;
}
#concept-sec .illust img {
    display: inline-block;
}
#concept-sec .concept-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 2px #f7f7f7;
}
#concept-sec .concept-area ul li {
    border-left: solid 2px #f7f7f7;
    line-height: 1.8286;
    padding: 65px 20px 70px;
    letter-spacing: 0.15em;
}
#concept-sec .concept-area ul li .txt {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.14em;
    font-size: 3.2rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #concept-sec {
        padding-top: 55px;
    }
    #concept-sec .block1 {
        font-size: 1.6rem;
        line-height: 2.2;
        text-align: center;
        padding-bottom: 40px;
    }
    #concept-sec .block1 .box-img {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 40px;
    }
    #concept-sec .block1 .head-img {
        margin: 20px auto;
        width: 90%;
    }
    #concept-sec .slider li {
        width: 260px;
    }
    #concept-sec .concept-area ul {
        width: 800px;
    }
    #concept-sec .concept-area ul li {
        padding: 30px 20px 30px;
        font-size: 1.3rem;
        width: 200px;
    }
    #concept-sec .concept-area ul li .txt {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
    #concept-sec .scroll-area {
        overflow-x: scroll;
    }
    #concept-sec .scroll-area .illust {
        width: 800px;
    }
}
@media screen and (min-width: 768px) {
    #concept-sec .block1 {
        padding-top: 165px;
        padding-bottom: 150px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.6rem;
        line-height: 2.2;
    }
    #concept-sec .block1 .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #concept-sec .block1 .box .box-img {
        width: 470px;
        width: 42%;
        padding: 0 50px;
        padding: 0 3.8vw;
    }
    #concept-sec .block1 .box .box-txt {
        width: 50%;
    }
    #concept-sec .block1 .box .head-img {
        max-width: 440px;
        margin-top: 30px;
        margin-bottom: 34px;
    }
    #concept-sec .block2 .imgs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 2600px;
    }
    #concept-sec .block2 .imgs li {
        width: 25%;
    }
    #concept-sec .block2 .imgs img {
        width: 100%;
    }
    #concept-sec .block2 .concept-area {
        margin-left: auto;
        margin-right: auto;
        max-width: 2600px;
    }
    #concept-sec .block2 .concept-area ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-right: solid 2px #f7f7f7;
    }
    #concept-sec .block2 .concept-area ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-left: solid 2px #f7f7f7;
        line-height: 1.8286;
        padding: 65px 20px 70px;
    }
    #concept-sec .block2 .concept-area ul li .txt {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #000;
        letter-spacing: 0.14em;
        font-size: 3.2rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 20px;
    }
}
#prepared-sec .head-wrap {
    background-color: #f7f7f7;
}
#prepared-sec .head-sub {
    color: #c7b897;
    text-align: center;
    letter-spacing: 0.18em;
    font-size: 1.8rem;
}
#prepared-sec .head {
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: 0.28em;
    font-size: 3.5rem;
    line-height: 1.4;
}
#prepared-sec .block {
    word-break: break-all;
}
#prepared-sec .block .block-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    background-image: url(./../img/prepared_img1.jpg);
}
#prepared-sec .block.block1 .block-img {
    background-image: url(./../img/prepared_img1.jpg);
}
#prepared-sec .block.block2 .block-img {
    background-image: url(./../img/prepared_img2.jpg);
}
#prepared-sec .block.block3 .block-img {
    background-image: url(./../img/prepared_img3.jpg);
}
#prepared-sec .block.block4 .block-img {
    background-image: url(./../img/prepared_img4.jpg);
}
#prepared-sec .block .block-txt {
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.15em;
}
#prepared-sec .block .txt {
    font-weight: bold;
    color: #000;
    letter-spacing: 0.24em;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
#prepared-sec .block-head {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.14em;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
#prepared-sec .block-head .num {
    font-weight: 300;
    color: #c7b897;
}
@media screen and (max-width: 767px) {
    #prepared-sec {
        position: relative;
        z-index: 1;
        float: left;
    }
    #prepared-sec::after {
        width: 100%;
        height: 100px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f7f7f7;
        z-index: -1;
    }
    #prepared-sec::after {
        width: 100%;
        height: 100px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f7f7f7;
        z-index: -1;
    }
    #prepared-sec .head-wrap {
        padding-top: 40px;
        padding-bottom: 35px;
    }
    #prepared-sec .block {
        position: relative;
        z-index: 1;
        float: left;
        white-space: normal;
        word-break: break-all;
    }
    #prepared-sec .block .block-img {
        position: relative;
        z-index: -1;
        width: 90%;
    }
    #prepared-sec .block .block-txt {
        margin-top: -30px;
        width: 90%;
        padding: 20px 5%;
    }
    #prepared-sec .block.odd .block-img {
        float: left;
    }
    #prepared-sec .block.odd .block-txt {
        float: right;
    }
    #prepared-sec .block.even .block-img {
        float: right;
    }
    #prepared-sec .block.even .block-txt {
        float: left;
    }
}
@media screen and (min-width: 768px) {
    #prepared-sec {
        position: relative;
        z-index: 1;
    }
    #prepared-sec::after {
        width: 100%;
        height: 210px;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f7f7f7;
        z-index: -1;
    }
    #prepared-sec .head-wrap {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    #prepared-sec .block {
        position: relative;
        z-index: 1;
        min-height: 490px;
        height: 34vw;
        margin-bottom: 40px;
    }
    #prepared-sec .block.block4 {
        margin-bottom: 0;
    }
    #prepared-sec .block .block-img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 60%;
        min-height: 490px;
        height: 62vw;
        height: 34vw;
    }
    #prepared-sec .block .block-img img {
        display: none;
    }
    #prepared-sec .block .block-txt {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 40px;
        right: 3vw;
        width: 46%;
        width: calc(46% - 40px);
        min-height: 320px;
        height: 23vw;
        padding: 40px;
    }
    #prepared-sec .block.even .block-img {
        left: auto;
        right: 0;
    }
    #prepared-sec .block.even .block-txt {
        right: auto;
        left: 40px;
        left: 3vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #prepared-sec .block-head {
        letter-spacing: 0.1em;
        font-size: 3rem;
    }
    #prepared-sec .block {
        height: 34vw;
    }
    #prepared-sec .block .block-img {
        height: 34vw;
    }
    #prepared-sec .block .block-txt {
        width: calc(55% - 40px);
        padding: 40px 30px;
    }
}
#price-sec {
    clear: both;
    background-color: #f7f7f7;
}
#price-sec .head-sub {
    font-family: "Montserrat", sans-serif;
    color: #c7b897;
    text-align: center;
    letter-spacing: 0.18em;
    font-size: 2.2rem;
    line-height: 1.4;
}
#price-sec .head {
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: 0.28em;
    font-size: 3.5rem;
    line-height: 1.4;
}
#price-sec .block {
    position: relative;
    background-color: white;
    padding: 65px 55px 45px;
    margin-bottom: 80px;
    font-size: 1.5rem;
    line-height: 1.684;
    letter-spacing: 0.1em;
}
#price-sec .block .block-head {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 4.1rem;
    line-height: 1;
}
#price-sec .block .note {
    text-align: center;
    background-color: #f7f7f7;
    font-size: 1.2rem;
    padding: 10px 10px;
}
#price-sec .block1 .box {
    margin-bottom: 25px;
}
#price-sec .block1 .ttl {
    font-weight: bold;
    color: #c7b897;
    font-size: 2rem;
    border-bottom: solid 2px #f7f7f7;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#price-sec .block1 .ttl .small {
    font-size: 70%;
}
#price-sec .block2 .box .box2 {
    padding: 10px;
}
#price-sec .block2 .box .box2 ul li {
    position: relative;
    padding-left: 1em;
}
#price-sec .block2 .box .box2 ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "・";
}
#price-sec .block3 {
    text-align: center;
}
#price-sec .book-block {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    #price-sec {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #price-sec .head-wrap {
        margin-bottom: 50px;
    }
    #price-sec .block {
        padding: 30px 5% 20px;
        margin-bottom: 50px;
    }
    #price-sec .block1 .box {
        margin-bottom: 25px;
    }
    #price-sec .block1 .ttl {
        font-weight: bold;
        color: #c7b897;
        font-size: 2rem;
        border-bottom: solid 2px #f7f7f7;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #price-sec .block1 .ttl .small {
        font-size: 70%;
    }
    #price-sec .block2 .box .box2 {
        padding: 10px;
    }
    #price-sec .block2 .box .box2 ul li {
        position: relative;
        padding-left: 1em;
    }
    #price-sec .block2 .box .box2 ul li::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "・";
    }
    #price-sec .block2 .box {
        margin-bottom: 20px;
    }
    #price-sec .block2 .box .box2 {
        margin-top: 20px;
        border: solid 2px #f7f7f7;
        padding: 10px 4%;
    }
}
@media screen and (min-width: 768px) {
    #price-sec {
        padding-top: 110px;
        padding-bottom: 95px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #price-sec .head-wrap {
        margin-bottom: 80px;
    }
    #price-sec .block1 .txt-plan {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #price-sec .block2 .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #price-sec .block2 .box .box2 {
        border: solid 2px #f7f7f7;
        width: 626px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px;
    }
    #price-sec .block2 .box .box2 ul li {
        font-size: 1.4rem;
    }
}
#map-sec .head {
    font-weight: bold;
    color: #000;
    letter-spacing: 0.28em;
    letter-spacing: 0.22em;
    font-size: 2.8rem;
}
#map-sec .head-sub {
    font-family: "Montserrat", sans-serif;
    color: #c7b897;
    letter-spacing: 0.18em;
    font-size: 1.8rem;
    margin-left: 1em;
    margin-left: 10px;
}
#map-sec .head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 16px;
}
#map-sec .block2 {
    font-weight: bold;
    color: #000;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.24rem;
}
@media screen and (max-width: 767px) {
    #map-sec {
        padding-top: 80px;
    }
    #map-sec .head-wrap {
        margin-bottom: 10px;
    }
    #map-sec .block2 {
        font-size: 1.6rem;
    }
    #map-sec .block2 .wrapper {
        background-repeat: no-repeat;
        background-image: url(./../img/map_bg.jpg);
        background-position: center bottom;
        background-size: cover;
        position: relative;
        padding-bottom: 30px;
    }
    #map-sec .block2 .wrapper .img {
        margin-bottom: 20px;
    }
    #map-sec .block2 .wrap {
        position: relative;
        z-index: 1;
    }
    #map-sec .block2 .wrap::before {
        width: 100%;
        height: 20%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }
}
@media screen and (min-width: 768px) {
    #map-sec {
        padding-top: 200px;
    }
    #map-sec .block1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #map-sec .block2 {
        padding-left: 20px;
        padding-right: 20px;
        background-repeat: no-repeat;
        background-image: url(./../img/map_bg.jpg);
        background-position: center bottom;
        background-size: cover;
        font-size: 2.2rem;
        line-height: 2;
        letter-spacing: 0.24rem;
    }
    #map-sec .block2 .wrapper {
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    #map-sec .block2 .wrapper .img {
        position: absolute;
        bottom: 30px;
        right: 0;
        max-width: 546px;
        width: 46vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #map-sec .block2 {
        font-size: 1.8rem;
        letter-spacing: 0.2rem;
    }
}
#access-sec {
    background-color: white;
}
#access-sec .head {
    font-weight: bold;
    color: #000;
    letter-spacing: 0.28em;
    letter-spacing: 0.22em;
    font-size: 2.8rem;
}
#access-sec .head-sub {
    font-family: "Montserrat", sans-serif;
    color: #c7b897;
    letter-spacing: 0.18em;
    font-size: 1.8rem;
    margin-left: 1em;
    margin-left: 10px;
}
#access-sec .head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}
#access-sec .box-txt {
    font-size: 1.4rem;
    line-height: 1.66;
}
#access-sec .point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
}
#access-sec .point li {
    text-align: center;
    color: white;
    background-color: #c7b897;
    font-size: 1.2rem;
    padding: 3px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#access-sec iframe {
    vertical-align: bottom;
}
#access-sec .book-block .box-info {
    background: #f7f7f7;
}
@media screen and (max-width: 767px) {
    #access-sec {
        padding-top: 80px;
    }
    #access-sec .box-img {
        margin-bottom: 20px;
    }
    #access-sec .book-block {
        margin-top: 30px;
    }
    #access-sec .gmap {
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) {
    #access-sec {
        padding-top: 160px;
    }
    #access-sec .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    #access-sec .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #access-sec .box .box-img {
        max-width: 536px;
        width: 48%;
        margin-right: 50px;
        margin-right: 4%;
    }
    #access-sec .book-block {
        margin-top: 35px;
    }
    #access-sec .gmap {
        margin-top: 50px;
    }
}
#qanda-sec {
    background-color: #f7f7f7;
    letter-spacing: 0.05em;
}
#qanda-sec .head-sub {
    font-family: "Montserrat", sans-serif;
    color: #c7b897;
    text-align: center;
    letter-spacing: 0.18em;
    font-size: 2.2rem;
}
#qanda-sec .head {
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: 0.28em;
    font-size: 3.5rem;
    line-height: 1.4;
}
#qanda-sec .head-wrap {
    margin-bottom: 30px;
}
#qanda-sec .block1 {
    background-color: white;
    padding: 10px 5%;
    font-size: 1.5rem;
}
#qanda-sec .block1 .block-head {
    position: relative;
    font-weight: bold;
    color: #000;
    padding-left: 1em;
    letter-spacing: 0.2em;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 16px;
}
#qanda-sec .block1 .block-head::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "▼";
    color: #73ae5a;
    font-size: 1.2rem;
}
#qanda-sec .block1 .block-head.first {
    margin-top: 0;
}
#qanda-sec .block1 ul li {
    border-bottom: solid 2px #f7f7f7;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#qanda-sec .txt-q {
    position: relative;
    padding-left: 1.4em;
}
#qanda-sec .txt-q::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "Q.";
    color: #c7b897;
}
#qanda-sec .txt-a {
    position: relative;
    padding-left: 1.4em;
}
#qanda-sec .txt-a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "A.";
    color: #73ae5a;
}
#qanda-sec .block2 {
    font-size: 1.2rem;
    padding-bottom: 20px;
    border-bottom: solid 2px white;
    margin-bottom: 25px;
}
#qanda-sec .block2 ul li {
    position: relative;
    padding-left: 1em;
}
#qanda-sec .block2 ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "・";
}
#qanda-sec .block3 {
    font-size: 1.2rem;
}
#qanda-sec .block3 ul li {
    position: relative;
    padding-left: 1em;
}
#qanda-sec .block3 ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "・";
}
@media screen and (max-width: 767px) {
    #qanda-sec {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #qanda-sec .head-wrap {
        margin-bottom: 20px;
    }
    #qanda-sec .block1 {
        padding: 20px 5% 10px;
        margin-bottom: 30px;
    }
    #qanda-sec .block1 .block-head {
        font-size: 2rem;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #qanda-sec .block1 ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    #qanda-sec {
        padding-top: 115px;
        padding-bottom: 130px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #qanda-sec .block1 {
        padding: 40px 56px 35px;
        font-size: 1.5rem;
        margin-bottom: 40px;
    }
    #qanda-sec .block1 .block-head {
        font-size: 2rem;
    }
    #qanda-sec .block2 {
        font-size: 1.2rem;
    }
    #qanda-sec .block2 .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #qanda-sec .block2 .box .box-left,
    #qanda-sec .block2 .box .box-right {
        width: 48%;
    }
}
.fv-sec {
    position: relative;
    color: white;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-image: url(./../img/fv-sec_bg_sp.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fv-sec .logo {
    position: absolute;
    top: 26px;
    left: 55px;
    width: 122px;
}
.fv-sec .txt1 {
    text-align: center;
    letter-spacing: 0.16rem;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.fv-sec .txt2 {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .fv-sec .logo {
        position: absolute;
        top: 14px;
        left: 20px;
        width: 104px;
    }
    .fv-sec .fv-sec_content {
        width: 80%;
    }
}
@media screen and (max-width: 320px) {
    .fv-sec .logo {
        top: 10px;
        left: 10px;
        width: 90px;
    }
}
@media screen and (min-width: 768px) {
    .fv-sec {
        background-image: url(./../img/fv-sec_bg.jpg);
    }
    .fv-sec .fv-sec_content {
        width: 567px;
    }
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: #a3d3ff;
    background-color: #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.spinner {
    position: relative;
    margin: auto;
    width: 80px;
    height: 80px;
    text-align: center;
}
.spinner div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-bouncedelay {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes maskimg {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.fadeinUp {
    opacity: 0;
}
.fadeinUp.show {
    -webkit-animation: fadeinUp 0.8s ease-in-out 0s forwards;
    animation: fadeinUp 0.8s ease-in-out 0s forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes fadeinUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeinUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
/*# sourceMappingURL=style.css.map */

.opacity {
    opacity: 1;
    transition: all 0.4s;
}
.opacity:hover {
    opacity: 0.8;
}

.btn-camp {
    background: #73ae5a !important;
}
.btn-sauna {
    background: #5a70ad !important;
}

#header .header_wrap .header_right .header_book_btn {
    font-size: 1.4rem;
    display: flex;
    font-weight: bold;
}
#header .header_wrap .header_right .header_book_btn a {
    width: 140px;
    min-width: auto !important;
}

@media screen and (max-width: 1049px) and (min-width: 767px) {
    #header .header_wrap .header_right .header_book_btn {
        font-size: 1.3rem;
    }
    #header .header_wrap .header_right .header_book_btn a {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    #header_sp .header_sns {
        right: 210px;
    }
    #header_sp .header_book_btn {
        display: flex;
        width: auto;
    }
    #header_sp .header_book_btn a {
        font-size: 1.2rem;
        font-weight: bold;
        width: 75px;
        text-align: center;
        line-height: 1.3em;
    }

    #nav_sp .drawer_nav_sp .header_book_btn {
        display: flex;
    }
    #nav_sp .drawer_nav_sp .header_book_btn a {
        font-weight: bold;
    }
}

#qanda-sec .txt-a a {
    color: #c7b897;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    #prepared-sec .block-head {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px) {
    #concept-sec .scroll-area {
        overflow: initial;
    }
    #concept-sec .scroll-area .illust {
        width: 100%;
    }
    #concept-sec .concept-area ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #concept-sec .concept-area ul li {
        width: 50%;
        border-bottom: 2px solid #f7f7f7;
    }
    #concept-sec .concept-area ul li:first-child {
        border-left: none;
    }
    #concept-sec .concept-area ul li .txt {
        font-size: 2.4rem;
    }
}

.gmap iframe {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .gmap {
        padding-bottom: 80%;
    }
}

#price-sec .block .note a {
    color: #666;
    text-decoration: underline;
}
