@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat&family=Noto+Serif+JP&family=Zen+Old+Mincho:wght@400;500;900&display=swap');
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/*! change colours to suit your needs */
ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/*! change colours to suit your needs */
mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

/*! change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

button
{
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}

/* Base
   ----------------------------------------------------------------- */
html
{
    font-size: 62.5%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;

    letter-spacing: 0;
    word-wrap: break-word;
    word-break: normal;

    color: #272e38;
    background-color: #f9f0ea;

    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px)
{
    body
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
body.is-fixed
{
    position: fixed;

    width: 100%;
    height: 100%;
}

a
{
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-decoration: none;

    color: #272e38;
}

a:hover
{
    opacity: .8;
}

p
{
    line-height: 1.5;
}

/* フルードイメージにします。 */
img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$='.svg']
{
    width: 100%;
    height: auto;
}

code,
pre
{
    font-family: Consolas, Menlo, Courier, monospace;
}

/* Container
   ----------------------------------------------------------------- */
.l-container
{
    overflow: hidden;

    margin-top: 85px;
}

@media screen and (max-width: 767px)
{
    .l-container
    {
        margin-top: 46px;
    }
}
@media screen and (min-width: 768px)
{
    .l-main__inner
    {
        position: relative;

        max-width: 1040px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .l-main__inner
    {
        position: relative;

        max-width: 375px;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (min-width: 768px)
{
    .l-main__inner-large
    {
        position: relative;

        max-width: 1230px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .l-main__inner-large
    {
        position: relative;

        max-width: 375px;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (min-width: 768px)
{
    .l-main__bg
    {
        background-color: #fffffb;
    }
}
@media screen and (max-width: 767px)
{
    .l-main__bg-sp
    {
        background-color: #fffffb;
    }
}
/* btn
-------------------------------------------------------------------------- */
.c-btn__contact
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 280px;
    height: 80px;

    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 1023px)
{
    .c-btn__contact
    {
        width: 230px;
    }
}
.c-btn__contact-top
{
    font-size: 20px;
    font-size: 2rem;
}

.c-btn__contact-bottom
{
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    gap: 8px;
}

.c-btn__contact-icon
{
    width: 8px;
    padding-bottom: 6px;
}

.c-btn__contact-bottom-text
{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;

    letter-spacing: .77px;
}

.c-btn__booking
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 280px;
    height: 80px;

    color: #fff;
    background-color: #8b7a60;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 1023px)
{
    .c-btn__booking
    {
        width: 230px;
    }
}
.c-btn__booking-top
{
    font-size: 21px;
    font-size: 2.1rem;

    letter-spacing: -2.459px;
}

.c-btn__booking-bottom
{
    font-size: 14px;
    font-size: 1.4rem;

    position: relative;
}

.c-btn__booking-bottom::before,
.c-btn__booking-bottom::after
{
    position: absolute;
    top: 53%;

    width: 9px;
    height: 1px;

    content: '';

    background-color: #fff;

    translate: 0 -50%;
}

.c-btn__booking-bottom::before
{
    left: -23px;
}

.c-btn__booking-bottom::after
{
    right: -23px;
}

.c-btn__line
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 280px;
    height: 80px;

    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 21px;
}

@media screen and (max-width: 1023px)
{
    .c-btn__line
    {
        width: 230px;
    }
}
.c-btn__line-icon
{
    width: 32px;
}

.c-btn__line-text-top
{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;

    letter-spacing: .77px;
}

.c-btn__line-text-bottom
{
    font-size: 22px;
    font-size: 2.2rem;
}

.c-heading
{
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;

    text-align: center;
    letter-spacing: 7px;
}

@media screen and (max-width: 1023px)
{
    .c-heading
    {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px)
{
    .c-heading
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.c-heading.white
{
    color: #fff;
}

@media screen and (max-width: 767px)
{
    .mt-20
    {
        margin-top: 20px;
    }
}
.c-padding__top-bottom
{
    padding-top: 74px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px)
{
    .c-padding__top-bottom
    {
        padding-top: 52px;
        padding-bottom: 70px;
    }
}
.btn-anime
{
    -webkit-animation: anime 2s linear infinite;
            animation: anime 2s linear infinite;
}

@-webkit-keyframes anime
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    10%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    20%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes anime
{
    0%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    10%
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    20%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.banner
{
    max-width: 1000px;
    margin: 78px auto 0;
}

.banner__img
{
    display: block;

    width: 100%;
}

/* フェードイン(初期値) */
.js-fadeUp
{
    /* 下に30pxの位置から */
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    /* 最初は非表示 */
    -webkit-transform: translateY(30px);
            transform: translateY(30px);

    opacity: 0;
    /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview
{
    /* 30px上に移動する */
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    /* 表示領域に入ったら表示 */
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
    /* フェード開始を0.5秒遅らせる */
}

.c-font__under
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(182, 218, 38, .4)), to(rgba(182, 218, 38, .4)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(182, 218, 38, .4) 80%, rgba(182, 218, 38, .4) 100%);
}

.c-lineIcon
{
    position: fixed;
    z-index: 10;
    top: 70%;
    right: 27px;

    display: block;
    visibility: hidden;

    width: 200px;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;

    opacity: 0;
}

@media screen and (max-width: 767px)
{
    .c-lineIcon
    {
        top: auto;
        right: 15px;
        bottom: 20px;

        width: 100px;
    }
}
.c-lineIcon:hover .c-lineIcon__text
{
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);

    -webkit-box-shadow: 0 0 0 #06c755;

            box-shadow: 0 0 0 #06c755;
}

.c-lineIcon:hover .c-lineIcon__icon
{
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);

    -webkit-box-shadow: 0 0 0 #05a044;

            box-shadow: 0 0 0 #05a044;
}

.c-lineIcon.is-show
{
    visibility: visible;

    opacity: 1;
}

.c-lineIcon__text
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;

    position: relative;

    margin-bottom: 11px;
    padding: 10px;

    -webkit-transition: all .3s;

    transition: all .3s;
    text-align: center;
    letter-spacing: .06em;

    color: #06c755;
    border: 1px solid #06c755;
    border-radius: 50vw;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 0 #06c755;
            box-shadow: 0 3px 0 #06c755;
}

@media screen and (max-width: 767px)
{
    .c-lineIcon__text
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.c-lineIcon__icon
{
    position: relative;

    width: 65px;
    margin: 0 auto;
    padding: 10px;

    -webkit-transition: all .3s;

    transition: all .3s;

    border-radius: 50%;
    background: #06c755;
    -webkit-box-shadow: 0 3px 0 #05a044;
            box-shadow: 0 3px 0 #05a044;
}

@media screen and (max-width: 767px)
{
    .c-lineIcon__icon
    {
        width: 45px;
        padding: 5px;
    }
}
@media screen and (max-width: 1023px)
{
    .pc
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .pc_tb
    {
        display: none;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .pc_sp
    {
        display: none;
    }
}
@media screen and (min-width: 1024px)
{
    .tb
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .tb
    {
        display: none;
    }
}
@media screen and (min-width: 1024px)
{
    .tb_sp
    {
        display: none;
    }
}
@media screen and (min-width: 768px)
{
    .sp
    {
        display: none;
    }
}
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* utility
   ----------------------------------------------------------------- */
/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
