/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    overflow-y: scroll;
}

body {
    margin: 0;
}
body:active {
    height: 100%;
    overflow: hidden;
  }
main {
    display: block;    
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: Zen Maru Gothic
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%
}

body * {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow-wrap: break-word
}

body form * {
    -webkit-appearance: auto
}

a {
    color: #fff
}

a:hover {
    text-decoration: none
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    -webkit-backface-visibility: inherit
}

b,
strong {
    font-weight: 600
}

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

button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

body {
    background-color:#216F4B;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: Zen Maru Gothic
}

.loader {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa
}

.loader_image {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12vw;
    height: auto;
    height: auto;
    transform: translate(-50%, -50%)
}

.menuSP {
    display: none
}

.menuSP_btn>img {
    display: block;
    width: 100%
}
.site_logo {
    display: block;
    width: 152px
}

.site_logo>img {
    display: block;
    width: 100%
}



/* .instagram-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-family: Zen Maru Gothic;
}
.instagram-btn-R:hover {
    background: #FFF;
    color: #184C3D;
    border: #184C3D solid 1px;
}
.instagram-btn-R::before {
    content: "";
    background-image: url(../img/top/menu_logo_insta-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 8px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.instagram-btn-R:hover::before {
    background-image: url(../img/top/menu_logo_insta_green-img.png);
} */
.site_navigation_list_item_inner {
    -webkit-transition: -webkit-transform .3s ease;
    display: block;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.site_navigation_list_item_inner>img {
    display: block;
    width: 100%
}
.header_logo a,
.header_logo img {
    display: block;
    width: 100%
}
/* --↓ 画面中央 ------------------------------------------------------------------*/
.site-center {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
    /* background-color: #1b2b47; */
    color: #fff
}
.main {
    display: block;
    width: 100%;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 2rem;
    background-color: #216F4B;
    position: relative;
    z-index: unset;
}
.top-logo{
    content: "";
    background-image: url('../img/common/top-logo_bg.png');
    height: 245px;
    position: fixed;
    width: auto;
    top: 0;
    max-width: 375px;
    z-index: 100;
    
    background-size: 100%;
    background-repeat: no-repeat;
}
.top-logo img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.top-space{
    padding-top: 325px!important;
}
.wrapper{
    padding: 5px 30px 50px;
    background-color: #FFFFED;
    text-align: center;
    margin: 0 15px;
    color: #216F4B;
}
.top-text{
    background-color: #fff;
    display: inline;
    font-size: 1.6rem;
}
.scroll_01 {
    position: relative;
    font-size: 13px;
    writing-mode: vertical-rl;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #0F6742;
  }
  .scroll_01::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #216F4B;
    right : 50%;
    bottom : -120px;
    transform : translateX(-50%);
    width : 1px;
    height : 75px;
    animation: scroll 3s infinite;
  }

  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
.portrait{
    margin-top: 150px;
}
.intro-text{
    margin: 50px 0 0;
    font-size: 1.2rem;
}


/* **スライダー　↓******************************** */
 .slider_content{
    background-color: #FFFFED;
    margin: 0 15px;
    padding: 5px 0;
    height: 250px;
 }
.slider_content ul{
    padding-left: 0;
    margin-bottom: 150px;
}
.slider_content ul li{
    margin: 0;
    width: 190px!important;
    background-color: #fff;
    padding: 10px;
}
.slider_content ul li p{
    color: #216F4B;
    text-align: center;
}
.slick-next {
    right: 35px!important;
}
.slick-next:before {
    content: '>'!important;
    color: #216F4B!important;
    font-size: 35px!important;
    font-weight: bold!important;
    position: absolute;
    right: 10px;
    bottom: 15px;
} 
.slick-prev {
    left: 35px!important;
    z-index: 2;
} 
.slick-prev:before {
    content: '<'!important;
    color: #216F4B!important;
    font-size: 35px!important;
    font-weight: bold!important;
    position: absolute;
    left: 10px;
    bottom: 15px;
}
/* 中央以外のスライド */
.slick-img {
    height: auto;
    /* opacity: .3; */
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
  }
  /* 中央のスライド */
  .slider .slick-center .slick-img{
    opacity: 1;
    transform: scale(1);
  }
  /* **↑　スライダー******************************** */
.check-ul{
    padding: 0;
}
.check-li{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.check-li img{
    width: 40px;
}
.check-li p{
    text-align: justify;
    font-size: 1.2rem;
    margin-left: 10px;
}
.shop-menu{
    margin-top: 175px;
}
.btn-mp{
    padding-top: 30px;
    margin-top: -30px; 
}
.inner_title{
    margin: 170px auto 30px; 
    color: #216F4B;
    opacity: .31;
    font-family: "筑紫B丸ゴシック";
    font-size: 3.5rem;
    font-weight: bold;
}
/* **↓ アコーディオンメニュー******************************** */

.faq-accordion {
    max-width: 800px;
  }
.panel {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    border: #216f4b 2px solid;
    border-radius: 25px;
}
.panel-header {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
}
.icon {
    font-size: 20px;
    transition: transform 0.3s;
}
.panel-header.active .icon {
    transform: rotate(45deg);
}
.panel-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out;
}
.panel-body {
    padding: 20px;
    color: #000;
    font-size: 1.6rem;
}
.panel-body table{
    margin-top: 0 !important;
}
.panel-body tr{
    position: relative;
}
.panel-body th{
    text-align: justify;
    width: 50%;
}  
.panel-body td{
    position: absolute;
    right: 0;
}

/* **↑ アコーディオンメニュー******************************** */

.staff{
    margin: 50px 0;
}
.staff_image{
    width: 80%;
}
.staff_post .staff_comment{
    font-size: 1.2rem;
}
.staff_name{
    font-size: 2rem;
}
.access-table {
    font-size: 1.4rem;
    border-collapse: collapse;
    margin-bottom: 50px;
    margin-top: 80px;
}
.access-table th {
    border-bottom: 1px solid;
    width: calc(100% / 7);
    padding: 10px 0px 10px 0;
}
.access-table td {
    border-bottom: 1px solid;
    width: calc(100% / 3);
    padding: 10px 0px 10px 0;
    color: #000;
    text-align: justify;
}
.footerlogo{
    margin: 60px auto 30px;
    width: 70%;
}
.copyright{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0;
}
/* --↑ 画面中央 ------------------------------------------------------------------*/
/* --↓ 画面左側 ------------------------------------------------------------------*/
.site-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 375px)/ 2);
    height: 100vh;
    overflow: hidden
}
.img-frame{
    position: relative;
    width: 70%;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
 }

 .img-frame{
    width: 100%;
    height: 100vh;
 }
 .img-01, .img-02, .img-03{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
 }
 .img-01{
    background-image: url('../img/common/top-img-01.jpg');
    animation: slide-animation-01 24s infinite;
 }
 .img-02{
    background-image: url('../img/common/top-img-02.jpg');
    animation: slide-animation-02 24s infinite;
 }
 .img-03{
    background-image: url('../img/common/top-img-03.jpg');
    animation: slide-animation-03 24s infinite;
 }

 @keyframes slide-animation-01 {
     0% {opacity: 1; transform: scale(1.0);}
   30% {opacity: 1;}
   40% {opacity: 0; transform: scale(1.15);}
   90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
 }
 @keyframes slide-animation-02 {
     0% {opacity: 0;}
   30% {opacity: 0; transform: scale(1.1);}
   40% {opacity: 1;}
   60% {opacity: 1;}
   70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
 }
 @keyframes slide-animation-03 {
     0% {opacity: 0;}
   60% {opacity: 0;  transform: scale(1.0);}
   70% {opacity: 1;}
   90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
 }
 @keyframes slide-animation-04 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

/* --↑ 画面左側 ------------------------------------------------------------------*/
/* --↓ 画面右側 ------------------------------------------------------------------*/
.site-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: -8px;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 375px)/ 2);
    height: 100vh;
    overflow: hidden;
    text-align: center;
    background-image: url(../img/common/brick-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}
.site_navigation_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    column-gap: 52px;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

/* .site_navigation_list_item {
    display: block;}
.site_navigation_list_item {
    font-size: 1.8rem;
    color: #184C3D;
    margin: 20px;
    font-family: Zen Maru Gothic;
    width: 190px;
    height: 55px;
    background-size: cover;
    line-height: 5rem;
    background-color: #FFFFED;
    border: #216F4B 3px solid;
    border-radius: 25px;
    -webkit-transform: translateY(15px);
        transform: translateY(15px);
}
.site_navigation_list_item a:hover{
    border-color: #FFFFED;
    background-color: #216F4B;
    color: #FFFFED;
} */
.site_navigation_list_item a {
    color: #216F4B;
    font-size: 16px;
    font-weight: bold;
    background: #FFFFED;
    padding: 18px 30px;
    border-radius: 50px;
    transition: .3s;
    margin: 20px 0;
    width: 190px;
    border: #216F4B 3px solid;
    height: 60px;
    line-height: 2rem;
  }
  .site_navigation_list_item a:hover {
    background: #216F4B;
    color: #FFFFED;
    border-color: #FFFFED;
  }
/* .site_navigation_list_item p::after{
    content: "";
    background-image: url(../img/top/menu_bgi-img.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    position: relative;
} */
.site_navigation_list_item a{
    text-decoration: none;
}
/* --↑ 画面右側 ------------------------------------------------------------------*/
































@media screen and (min-width:768px) {
    a[href^="tel:"] {
        text-decoration: none;
        cursor: default;
        pointer-events: none
    }

    .hide-pc {
        display: none !important
    }

    /* .site_logo {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    } */

    .site_logo:hover {
        opacity: .6
    }

    /* .site_navigation_list_item_inner:hover {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    } */

    .header_logo a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .header_logo a:hover {
        opacity: .6
    }
    
}

@media screen and (max-width:767px) {
    .hide-sp {
        display: none !important
    }

    body {
        font-size: 1.4rem
    }

    .loader_image {
        width: 40vw
    }

    .menuSP {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 999;
        position: fixed;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        width: 100%;
        height: 49px;
        gap: 3px;
        background-color: #fff;
        border-top: solid 2px #fff;
    }

    .menuSP_btn {
        display: block;
        width: calc(50% - 1.5px)
    }
    .partition{
        margin: 0 auto 20px;
        padding: 60px 0;
    }
    .top-margin{
        margin-top: 60px;
    }
    .img-frame{
        top: 105px;
    }
    .top-logo h1{
        margin-top: 20px;
    }
    .top-logo img{
        width: 35%; 
    }
    .top-logo_sp{
        background-position-y: -30px;
        transition: .3s;
    }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
    position:fixed;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
    bottom: 7px;
    right: 25px;
  }
  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: #184C3D;
    transform: translateX(-50%);
  }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
  }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
  }
  /* 展開時のデザイン */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }
  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }
  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    background-image: url(../img/common/brick-img.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }
  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top:25%;
    left: 25%;
  }
  .drawer__nav__link {
    display: block;
    text-decoration: none;
    font-family: Zen Maru Gothic;
    text-align: center;
    color: #216F4B;
    font-size: 16px;
    font-weight: bold;
    background: #FFFFED;
    padding: 18px 30px;
    border-radius: 50px;
    transition: .3s;
    margin: 20px 0;
    width: 190px;
    border: #216F4B 3px solid;
    height: 60px;
    line-height: 2rem;
  }
  .drawer__nav__link img{
    width: 50%;
  }
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  
  /* 見た目の調整 */
  section {
    width: 100%;
    height: 30vh;
  }
  

@media screen and (max-width:750px) {
    .site-center {
        max-width: none
    }
}

@media screen and (max-width:991px) {
    .site-right {
        display: none
    }

    .site-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex
    ; */
        position: relative;
        align-items: center;
        justify-content: center;
        background-color: #216F4B;
        margin: 0 15px;
        width: auto;
    }
    .top-logo{
        max-width:unset;
    }
    .top-space{
        padding-top: 50px !important;
    }
    .drawer__button > span {
        background-color: #FAD84E;
    }
}






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