/*! 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:#FFF3D2;
    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-center {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    overflow: hidden;
    /* background-color: #1b2b47; */
    color: #fff
}

.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: -100px;
    right: 0;
    align-items: center;
    justify-content: center;
    width: calc((100vw - 375px)/ 2);
    height: 100vh;
    overflow: hidden;
    text-align: center
}

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

.site_logo {
    display: block;
    width: 152px
}

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

.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 p{
    font-size: 1.8rem;
    color: #184C3D;
    margin: 20px;
    font-family: Zen Maru Gothic;
    background-image: url(../img/top/menu_bgi-img.png);
    width: 190px;
    height: 55px;
    background-size: cover;
    line-height: 5rem;
}
.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;
}
.reservation-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    /* border: #fff solid 1px; */
    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;
    margin: 30px 0 18px;
}
.reservation-btn-R:hover {
    background: #FFF;
    color: #184C3D;
    border: #184C3D solid 1px;
}
.reservation-btn-R::before {
    content: "";
    background-image: url(../img/top/menu_logo_reservation-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;
}
.reservation-btn-R:hover::before {
    background-image: url(../img/top/menu_logo_reservation_green-img.png);
}
.instagram-btn-R{
    display: block;
    text-align: center;
    background-color: #184C3D;
    /* border: #fff solid 1px; */
    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;
    /* width: 22px; */
    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%
}

.main {
    display: block;
    width: 100%;
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 2rem;
    background-color: #184C3D;
}
/* ******************<追加>****************** */
.top-logo{
    background-color: #184c3D;
}
.top-logo img{
    display: block;
}
.top-image-photo{
    position: absolute;
    width: 180%;
    max-width: none;
    right: -90px;
    margin-top: 1px;;
}
.logo_top____{
    /* margin-top: -1px; */
    position: absolute;
    top: 0px;
}
.top-image-txt{
    position: absolute;
    width: 19%;
    right: 220px;
    top: 50px;
}
.img-frame{
    width: 70%;
    height: 467px;
    position: relative;
    overflow: hidden;
}
.eapps-instagram-feed-title {
    padding: 0！important;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.manual-slide1 {
    position: relative;
  }
  .manual-slide1 img {
    position: absolute;
    padding: 0;
    width: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation : slideshow1 10s linear infinite;
  }
  @keyframes slideshow1 {
    0%   { opacity: 0; }
    28%  { opacity: 1; }
    50%  { opacity: 1; }
    75%  { opacity: 0; }
    100% { opacity: 0; }
  }
  

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.top-image{
    display: block;
    height: 467px;
    width: 100%;
    background-color: #184c3D;
    position: relative;
}
.top-image-p{
    display: block;
    width: 20%;
    position: relative;
    top: 55px;
    left: 270px;
}
.content{
    display: block;
    background-color: #184C3D;
}
.partition{
    width: 85%;
    margin: 0 auto 20px;
    display: block;
    padding: 60px 0;
}
.top-margin{
    margin-top: 20px;
}
.concept-p{
    display: block;
    text-align:center;
    font-size: 1.8rem;
    line-height: 4rem;
}
.white-lavel{
    background-color: #fff;
    color: #184c3D;
}
.white-lavel-pr{
    padding-right: 10px;
}
.white-lavel-pl{
    padding-left: 10px;
}
.concept-logo{
    width: 40%;
    display: block;
    margin: 50px auto;
    ;
}
.inner{
    margin: 0 30px;
    padding-bottom: 30px;
    font-size: 1.5rem;
}
.inner p{
    text-align: center;
    margin: 50px 0 30px;
}
.check-list-L{
    background-image: url(../img/top/checkbox_L-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    height: 77px;
    padding-left: 95px;
    padding-top: 15px;
    text-align: left !important;
    display: block;
    color: #184c3D;
}
.check-list-R{
    background-image: url(../img/top/checkbox_R-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    height:100px;
    padding-left: 100px;
    padding-top: 20px;
    text-align: left !important;
    display: block;
    color: #184c3D;
}
.staff-img{
    width: 50%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.symbolmark_2{
    position: relative;
    width: 45%;
    height: auto;
    object-fit: contain;
    top: -75px;
    right: 44px;
}
.staff-comment{
    text-align: center;
    margin-bottom: 50px;
}
.content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
    font-size: 1.5rem;
    margin-top: 30px;
}
.content table th, td {
    padding: 10px 0;
    border-bottom: solid 2px #fff;
}
.content table th{
    padding-right: 5px;
    padding-left: 5px;
}
.topics-photo{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 50px;
    margin-top: -55px;
}
.topics-img{
    width: 45%;
    margin-bottom: 10px;
}
.instagram-btn{
    display: block;
    text-align: center;
    border: #fff solid 1px;
    border-radius: 30px;
    width: 240px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1.8rem;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.instagram-btn:hover {
    background: #FFF3D2;
    color: #184C3D;
}
.instagram-btn::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:hover::before{
    background-image: url(../img/top/menu_logo_insta_green-img.png);
}
.detail{
    background-color: #fff;
    color: #717171;
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.category-txt{
    text-align: left!important;
}

.category-title{
    color: #184C3D;
    font-size: 1.7rem;
    text-align: center;
}
.detail p{
    margin: 0;
}
/* **スライダー******************************** */
.slider_content ul{
    padding-left: 0;
    margin-bottom: 50px;
}
.slider_content ul li{
    margin: 0px 5px;
    width: 250px!important;
}
.slick-next {
    right: 5px;
}
/* .slick-next:before {
    content: '>';
    color: #184C3D;
    font-size: 3rem;
    font-weight: bold;
} */
/* .slick-prev {
    left: 5px;
    z-index: 1;
} */
/* .slick-prev:before {
    content: '<';
    color: #184C3D;
    font-size: 3rem;
    font-weight: bold;
} */
/* 中央以外のスライド */
.slick-img img {
    height: auto;
    /* opacity: .3; */
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
    width: 100%;
  }
  /* 中央のスライド */
  .slider .slick-center img {
    opacity: 1;
    transform: scale(1);
  }

/* **スライダー↑******************************** */

/* ダブルスライダー */
.slick-arrow{ z-index: 2; }
.slick-prev{ left: 0!important; } 
.slick-next{ right: 0!important; }

#double-slider{
    width:75%;
    margin: 0 auto;
}

/* テキストスライダーの装飾 */
#text-slider{
    width: 80%;
    margin: 30px auto 0;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px;
    background: #FFEB3B;    
}
.slick-next:before{
    content: '>'!important;
    /* color: #184C3D!important; */
    margin-right: -50px;
    font-size: 35px!important;
}
.slick-prev:before {
    content: '<'!important;
    /* color: #184C3D!important; */
    margin-left: -50px;
    font-size: 35px!important;
}
#text-slider{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #184c3D;
}
/* ダブルスライダー↑ */


.business-trip{
    text-align: left;
    margin-bottom: 100px;
}
.gmap_iframe {
    aspect-ratio: 15 / 10;
    max-width: 400px;
    width: 100%;
    height: auto;
}
.table-title{
    width: 30%;
}
.table-detil{
    width: 70%;
}
.access-table{
    margin-bottom: 100px;
}
.copyright{
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.site_logo_flower{
    position: relative;
}
#flower-1{
    animation:30s linear infinite rotation1;
    position: absolute;
    top: -45px;

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




@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: 90;
        position: fixed;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        width: 100%;
        height: 49px;
        gap: 3px;
        background-color: #184C3D;
        border-top: solid 2px #184c3D;
    }

    .menuSP_btn {
        display: block;
        width: calc(50% - 1.5px)
    }
    .partition{
        margin: 0 auto 20px;
        padding: 60px 0;
    }
    .top-margin{
        margin-top: 60px;
    }
}

/* ハンバーガーボタンのデザイン */
.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: 2;
  }
  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF3D2;
    padding: 4rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }
  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    position: absolute;
    top:25%;
  }
  .drawer__nav__link {
    display: block;
    color: #184C3D;
    text-decoration: none;
    padding: 1rem 1rem;
    font-family: Zen Maru Gothic;
    font-size: 1.8rem;
    text-align: center;
  }
  .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 {
        display: none
    }
}






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