@charset "utf-8";

/*=============================================
 * body
 *=============================================*/

#pagetop {
    bottom: 38px;
    width: 100px;
}

body {
    color: #000;
    min-width: inherit;
    max-height: 100%;
    /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    cursor: auto;
    letter-spacing: 0;
    word-spacing: normal;
    background: url(../img/shared/bg_1.jpg);
}

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

p.txt {
    padding: 0 5%;
    text-align: justify;
}

.block .btn {
    margin: 0 13%;
}

.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto {
    font-family: 'Noto Serif JP', serif;
}

.block::after {
    clear: both;
    content: "";
    display: block;
}

.txt {
    text-align: justify;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center!important;
}

.txt_b {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*=============================================
 * header
 *=============================================*/

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: url('../img/shared/bg_2.jpg') no-repeat top / 100% 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

header .logo {
    position: absolute;
    z-index: 5;
    top: 3px;
    width: 120px;
    box-sizing: border-box;
}

header h1 {
    font-size: 9px;
    /* text-align: center; */
    font-weight: normal;
    z-index: 10;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    /* padding-right: 18%; */
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}


/*====================== nav ====================== */

header .topnavi {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 54px;
}

header .topnavi li {
    display: inline-block;
    position: relative;
    width: 60px;
    vertical-align: top;
}

header .topnavi li a {
    color: #fff;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 5px;
    width: 100%;
    border-left: 1px dotted rgba(255, 255, 255, 1.00);
}

header .topnavi li a:hover {
    text-decoration: none;
}

header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
}

header .menu_toggle {
    padding: 0 0 80px;
    background: url('../img/shared/bg_2.jpg');
    transition: all .3s;
    font-size: 14px;
}

#menu_toggle h3 {
    padding-left: 14px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

#menu_toggle .flex .instagram {
    margin-left: 15px;
}

header .menu_toggle ul.nav li a:after {
    content: "\f105";
    font-family: "fontello";
    position: absolute;
    right: 0;
}

header .menu_toggle ul {
    overflow-y: auto;
    margin: 0;
    /* display: flex; */
    /* width: 300px; */
    margin: 0 auto;
}

p.close-bt {
    text-align: center;
}

header .sub_click {
    display: block!important;
    /* padding: 9px 0; */
    position: relative;
    border: 0!important;
}

header .sub_click:before {
    position: absolute;
    width: 15px;
    right: 5px;
    top: 0;
    animation: smoky-out 0.7s 0s both;
    content: '\e829';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    padding-left: 10px;
}

header .sub_click:after {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 1px solid;
    right: 12px;
    top: 15px;
    animation: smoky-out 0.7s 0s both;
    display: none;
}

header .sub_click.open:after,
header .sub_click.open:before {
    animation: smoky 0.7s 0s both;
}

header .sub_click.open:before {
    content: '\e82c';
}

header .sub_click.open:after {
    opacity: 0;
}

@keyframes smoky {
    50% {
        filter: blur(3px)
    }
    100% {
        filter: blur(0px)
    }
}

@keyframes smoky-out {
    50% {
        filter: blur(3px)
    }
    100% {
        filter: blur(0px)
    }
}

#menu_toggle li {
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all ease 0.5s 0.3s;
    opacity: 0;
    margin: 0 14px 13px;
    /* display: inline-block; */
    color: #fff;
}

#menu_toggle .sub_scroll_box li {
    margin: 0 20px;
    border: none;
}

#menu_toggle .sub_scroll_box li a {
    padding: 5px 0;
}

#menu_toggle .sub_scroll_box li:last-child {
    border-bottom: none;
}


/* .navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
} */

.navOpen #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.navOpen #menu_toggle li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.navOpen.mn_tyle_a li {
    text-align: left !important;
}

.navOpen.mn_tyle_a .hamburger {
    opacity: 0;
    visibility: hidden;
}

.navOpen.mn_tyle_a .hamburger.type_a {
    opacity: 1;
    visibility: visible;
}

.navOpen .hamburger.type_a {
    opacity: 0;
    visibility: hidden;
}


/* header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
} */


/* .navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
} */

.hamburger {
    background: url('../img/shared/bg_nav.jpg') no-repeat top center /100% auto;
    position: fixed;
    top: 16px;
    z-index: 1006;
    right: 0;
    border: 0;
    height: 40px;
    box-sizing: border-box;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

.hamburger:after {
    font-size: 11px;
    content: 'MENU';
    position: absolute;
    top: 20px;
    left: 0;
    right: 50px;
    text-align: center;
    color: #fff;
    width: 100%;
    letter-spacing: -0.05em;
}

.type_a {
    padding: 11px 10px 3px;
    right: auto;
    left: 15px;
}

.type_a:after {
    display: none;
}

.navOpen .hamburger:after {
    content: 'CLOSE';
    display: none;
}

.header_tel {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 53px;
    width: 50px;
    text-align: center;
    padding-top: 3px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header_tel span {
    font-size: 16px;
    line-height: 1;
    display: block;
}

.header_tel p {
    line-height: 1;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}


/*====================== end nav ====================== */


/*====================== header key ====================== */

#key {
    margin-top: 60px;
    padding-bottom: 5.5vw;
    position: relative;
}

header #key {
    position: relative;
    overflow: hidden;
    padding-top: 10vw;
    background: url('../img/shared/bg_key.jpg') no-repeat top center / 100% auto;
}

header #key p.tt {
    position: absolute;
    bottom: 6%;
    right: 3%;
    color: #fff;
    font-size: 20px;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper .bx-pager {
    color: #ffee00;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    line-height: 10px;
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 60;
}

.bx-controls-direction {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    z-index: 60;
}

.bx-wrapper .bx-controls-direction a {
    color: #000;
    font-family: "fontello";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    width: 26px;
}

.bx-prev::after {
    content: "\f104";
    left: 11px;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.bx-next::after {
    content: "\f105";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.bx-prev {
    position: absolute;
    top: 0;
    left: 0;
}

.bx-next {
    position: absolute;
    top: 0;
    right: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #be0900 none repeat scroll 0 0;
}

.sl_vertical .bx-pager {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    width: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sl_vertical .bx-pager-item {
    display: block;
    margin: 5px 0;
}


/*====================== end nav ====================== */

section {
    overflow: hidden;
}


/*=============================================*/


/*                   　footer　　　　　          */


/*=============================================*/

footer {
    /* padding-top: 15%; */
    position: relative;
    z-index: 105;
    background: url('../img/shared/bg_2.jpg');
    color: #fff;
}

footer .box {
    background: url('../img/shared/f_deco.png') no-repeat top / 100% auto, url('../img/shared/bg_7.png') repeat-x top center/ auto 100%;
    padding-bottom: 7%;
    /* margin-bottom: 5%; */
}

footer .group {
    /* background: url('../img/shared/bg_3.jpg'); */
    padding: 5% 0;
    /* margin-top: 5%; */
    position: relative;
    z-index: 2;
    /* padding-bottom: 80px; */
    padding-bottom: 18vw;
    font-size: 12px;
    /*display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
}

footer dl {
    /* margin: 0 3% 5%; */
}

#f_logo {
    margin: 0 auto;
    width: 40%;
    padding-bottom: 0;
    padding: 0;
}

footer .f_tel {
    text-align: center;
    padding: 9% 0 13%;
}

footer .f_tel dt {
    font-size: 16px;
    padding-bottom: 15px;
}

footer .f_tel dt a {
    font-size: 18px;
    font-weight: bold;
}

footer .f_tel dt a:before {
    font-size: 22px;
}

footer .link {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    font-weight: normal;
}

footer .link p {
    width: 45%;
    min-width: 170px;
    max-width: 210px;
    margin: 10px auto;
    padding: 0 6px;
    line-height: 30px;
}

footer .link p a {
    background: #9F9F9F;
    border: solid 1px rgba(200, 200, 200, 0.78);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 1px #a8a398;
}

footer .link .link-pc a::before {
    margin-right: 9px;
}

footer address {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 5px;
}


/*#socialbuttons .social-facebook   {
	    width: 91px !important;
    overflow: hidden;
}
#socialbuttons .fb_iframe_widget iframe {
	left: -67px;
}
*/


/*====================== ft_fixed ====================== */

#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    background: url('../img/shared/pt_5.jpg');
}

#ft_fixed li {
    width: 50%;
}

#ft_fixed li a {
    display: block;
}

#ft_fixed li img {
    width: 100%;
}

@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .has_nav footer:after {
        background: url(../img/shared/bg_2.jpg);
        z-index: 2;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
    }
    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

@media screen and (max-width: 767px) {
    /* iPhone XR */
}

@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .has_nav footer:after {
        background: url(../img/shared/bg_2.jpg);
        z-index: 2;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
    }
    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

@media screen and (max-width: 767px) {
    /* iPhone 11 */
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 3),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 4.77083),
only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 4.770833333333333),
only screen and (max-width: 767px) and (min-resolution: 458dpi),
only screen and (max-width: 767px) and (min-resolution: 3dppx) {
    .has_nav footer:after {
        background: url(../img/shared/bg_2.jpg);
        z-index: 2;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
    }
    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

.navOpen #ft_fixed {
    z-index: 0;
}

.has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
}

.ft_fixed_shared {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row;
    text-align: center;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 100;
}

.ft_fixed_shared li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    border-right: 1px solid #fff;
    opacity: 1;
    display: flex;
    align-items: center;
}

.ft_fixed_shared li:nth-child(3) {
    width: auto;
}

.ft_fixed_shared li:last-child {
    border-right: 0;
}

.ft_fixed_shared li a {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    position: relative;
    width: 100%;
    text-align: center;
}

.ft_fixed_shared li a:before {
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 0.5;
}

.ft_fixed_shared li:nth-child(2) a:after {
    display: block;
}

.ft_fixed_shared li a:after {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    display: none;
}

.ft_fixed_shared.ft_a li {
    width: 100%;
}

.ft_fixed_shared.ft_b li {
    width: 50%;
}

.ft_fixed_shared.ft_c li {
    width: calc((100% - 50px)/3);
}

.ft_fixed_shared #pagetop {
    position: relative;
    top: auto;
    bottom: auto;
    width: 50px;
}

.ft_fixed_shared #pagetop:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.ft_d a,
.ft_c a,
.ft_b a,
.ft_a a {
    padding: 3px 10px 3px 0!important;
}

.ft_a a:after,
.ft_b a:after,
.ft_c a:after,
.ft_d a:after {
    right: 8px !important;
}

.ft_fixed_shared.ft_c li:nth-child(2) {
    min-width: 110px;
}

.ft_fixed_shared.ft_e li {
    border: none;
    width: calc(100% - 174px);
}

.ft_fixed_shared.ft_e li a {
    padding: 8px 23px 8px 0;
}

.ft_fixed_shared.ft_e .btn_reserve {
    padding: 8px 10px;
    width: 130px;
}

.ft_fixed_shared.ft_e .btn_reserve a {
    background-color: #fff;
    color: #000;
    padding: 0 15px 0 0px;
    border-radius: 2px;
}

.ft_fixed_shared.ft_e li.icon-up-dir {
    position: relative;
    top: auto;
    bottom: auto;
    width: 44px;
    border-left: 1px solid #fff;
}

.ft_fixed_shared.ft_e li.icon-up-dir:before {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

footer dl dd a {
    font-weight: bold;
    text-decoration: underline;
    display: block;
}


/*=============================================*/


/*                   　index　　　　　          */


/*=============================================*/

.link-archo li {
    width: 49%;
    float: left;
    color: #fff;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.botan {
    color: #fff;
    padding: 5px 13px !important;
    margin-bottom: 0;
}

.url_btn_copy {
    background: #000;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0 !important;
    position: relative;
}

.url_btn_copy:after {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}

.url_btn_copy span {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.btn_pc {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px 0 !important;
}

.btn_pc a:before {
    padding-right: 5px;
}

.js_full .bx-viewport {
    overflow: visible !important;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.js_full_ext {
    padding-left: 0;
}

.js_full_ext .js_in {
    padding-left: 5%;
}

.js_full_ext img {
    width: 90%;
}

.js_full_ext .bx-prev {
    display: none;
}

.js_full_ext .bx-next {
    right: -18%;
}

.wrap {
    padding: 0 5% 12%;
}

.wrap p.txt {
    padding: 0;
}

.cl_red {
    color: #E4070B;
}

.fz-10 {
    font-size: 10px;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-26 {
    font-size: 26px;
}

.fz-28 {
    font-size: 28px;
}

.fz-30 {
    font-size: 30px;
}

#lead {
    padding-top: 10%;
}

.bnr_shared {
    width: 66%;
    margin: 0 auto;
}

.bnr_shared a {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 10px 5px 10px 15px;
    font-size: 15px;
    font-weight: bold;
}

.bnr_shared a .icon-angle-right {
    float: right;
    padding-right: 5px;
}

.bnr_shared_w90 {
    width: 90%;
}

.bnr_shared_w100 {
    width: 100%;
}

.toggle .accor4:after {
    color: #000;
    display: block;
    position: static;
    margin-top: 0;
}

.pop_icon i {
    display: block;
}

.bg_parallax {
    position: relative;
    padding-top: 100%;
}

.bg_parallax .info2 {
    bottom: 0;
    top: auto;
}

.img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.img_parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

.img_parallax.slide_par img {
    opacity: 0;
    transition: all 2s ease;
}

.img_parallax.slide_par img.active {
    opacity: 1;
}

ul.wi-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70%;
    position: relative;
    list-style-type: none;
    -webkit-perspective: 1400px;
    -moz-perspective: 1400px;
    -ms-perspective: 1400px;
    -o-perspective: 1400px;
    perspective: 1400px;
}

ul.wi-container li {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    pointer-events: auto;
}

ul.wi-container li.wi-move {
    pointer-events: none;
    -webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    -moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    -o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    -ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
    transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}

.windy-demo {
    color: #aaa;
}

.windy-demo ul.wi-container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.windy-demo li img {
    display: block;
}

.windy-demo ul.wi-container:before,
.windy-demo ul.wi-container:after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.windy-demo ul.wi-container:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.windy-demo ul.wi-container li {
    padding: 0;
    border: 10px solid #DDD;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.windy-demo nav {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.windy-demo nav span {
    width: 42px;
    height: 42px;
    margin: 0 4px;
    float: left;
    background: url(../img/shared/nav.png) no-repeat 100% 0;
    text-indent: -9000px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.windy-demo nav span:first-child {
    background-position: 0 0;
}

.windy-demo nav span:active {
    background-position: 100% 2px;
}

.windy-demo nav span:first-child:active {
    background-position: 0 2px;
}


/* Slicebox Style */

.sb-slider {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.sb-slider li {
    margin: 0;
    padding: 0;
    display: none;
}

.sb-slider li>a {
    outline: none;
}

.sb-slider li>a img {
    border: none;
}

.sb-slider img {
    max-width: 100%;
    display: block;
}

.sb-description {
    padding: 5px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    position: absolute;
    background: #CBBFAE;
    background: rgba(190, 176, 155, 0.4);
    border-left: 4px solid rgba(255, 255, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    background: rgba(190, 176, 155, 0.7);
}

.sb-perspective {
    position: relative;
}

.sb-perspective>div {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sb-side {
    margin: 0;
    display: block;
    position: absolute;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.shadow {
    width: 100%;
    height: 168px;
    position: relative;
    margin-top: -110px;
    background: transparent url(../img/shared/shadow.png) no-repeat bottom center;
    background-size: 100% 100%;
    /* stretches it */
    z-index: -1;
    display: none;
}

.sb-description h3 {
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.sb-description h3 a {
    color: #4a3c27;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.nav-arrows {
    display: none;
    position: absolute;
    top: 40vw;
    left: 0;
    right: 0;
}

.nav-arrows span {
    width: 42px;
    height: 42px;
    background: #cbbfae url(../img/shared/nav1.png) no-repeat top left;
    position: absolute;
    top: 50%;
    left: 2px;
    text-indent: -9000px;
    cursor: pointer;
    margin-top: -21px;
    opacity: 0.9;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.nav-arrows span:first-child {
    left: auto;
    right: 2px;
    background-position: top right;
}

.nav-arrows span:hover {
    opacity: 1;
}

.nav-dots {
    text-align: center;
    height: 30px;
    width: 100%;
}

.nav-dots span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 3px;
    background: #cbbfae;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nav-dots span.nav-dot-current {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 3px #cbbfae, inset 0 0 0 8px #fff;
}

.nav-options {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: none;
}

.nav-options span {
    width: 30px;
    height: 30px;
    background: #cbbfae url(../img/shared/options.png) no-repeat top left;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.7;
    display: inline-block;
    border-radius: 50%;
}

.nav-options span:first-child {
    background-position: -30px 0px;
    margin-right: 3px;
}

.nav-options span:hover {
    opacity: 1;
}


/* slick arrows custom */

.slick-arrow {
    width: 8vw;
    height: 8vw;
    line-height: 40px;
    border: none;
    background: transparent;
    font-size: 0;
    position: relative;
    position: absolute;
    top: 38%;
    z-index: 9;
}

.slick-prev {
    left: -6%;
}

.slick-next {
    right: -6%;
}

.slick-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.slick-prev:after {
    transform: rotate(180deg);
    background: url('../img/shared/arrow.jpg') no-repeat center / 100% auto;
}

.slick-next:after {
    background: url('../img/shared/arrow.jpg') no-repeat center / 100% auto;
}


/* slick dots custom */

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    background: url('../img/shared/bg_menu2.jpg');
    padding: 2% 5%;
}

.slick-dots li {
    width: 3vw;
    height: 3vw;
    line-height: 0;
    margin: 0 8px;
    border-radius: 50%;
    background: #20758d;
    border: 1px solid #20758d;
    box-sizing: border-box;
    padding: 1% 1% 2% 2%;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    background: #20758d;
    /* border: 1px solid #000; */
    font-size: 0;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    /* background: #fff; */
}

#key .img {
    margin-bottom: -13px;
}

@keyframes zoom_animation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: rotate(0.1deg)scale(1.2);
    }
}

#key:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/shared/key_deco.png') no-repeat bottom center/ 140% auto;
}

#menu_toggle .btn1 {
    display: block;
    max-width: 221px;
    margin-bottom: 20px;
}

#menu_toggle .btn2 a {
    display: block;
    width: 35%;
    max-width: 150px;
    margin: 0 auto;
}

#menu_toggle .btn2 {
    text-align: center;
    margin-bottom: 18px;
}

#menu_toggle .btn3 {
    margin-bottom: 18px;
}

#menu_toggle .btn4 {
    margin-bottom: 50px;
}

footer .nav-menu {
    display: flex;
    flex-wrap: wrap;
}

footer .nav-menu li {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b43131;
    text-align: center;
}

footer .flex {
    display: flex;
    justify-content: center;
    margin-top: 10%;
    padding: 0 7%;
}

footer .flex .btn2 {
    width: 40%;
    margin: 0 2%;
}

footer .flex .btn1 {
    width: 41%;
    margin: 0 5px;
}

footer .btn1 {
    margin-bottom: 10%;
}

footer .vcard {
    margin-bottom: 15%;
}

footer .vcard dl {
    display: flex;
    margin-bottom: 5%;
}

footer .vcard dl dt {
    width: 80px;
}

footer .vcard dl dd {
    width: calc(100% - 80px);
}

footer .f_tel .fz-12 {
    margin-top: 4%;
}

footer .nav-menu li a {
    display: block;
    padding: 15px 10px;
    width: 100%;
}

#menu_toggle .logo {
    width: 150px;
    padding: 0;
    background: transparent;
    position: static;
    margin: 85px auto 0;
}

header .menu_toggle ul li.active a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 21px;
    left: 0;
    top: 13px;
    background: url('../img/shared/icon_active.png') no-repeat center / 100% auto;
    display: none;
}

#menu_toggle .flex .btn {
    margin: 0 3px;
}

#menu_toggle .flex {
    display: flex;
    padding-left: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    /* max-width: 310px; */
    font-size: 18px;
    font-weight: 700;
    align-items: flex-start;
}

footer .tel {
    margin: 0 10% 2%;
}

footer dl {
    display: flex;
    letter-spacing: -0.05em;
    line-height: 2;
}

footer dl dt {
    width: 105px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.1em;
}

footer dl dd {
    text-align: left;
    width: calc(100% - 105px);
    font-size: 14px;
}

footer .flex .btn {
    margin: 0 5px;
    width: 65%;
}

.hamburger.is-active {
    /* background: none; */
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    /* background: #6e302d; */
}

#menu_toggle li.active a span {
    display: inline-block;
    border-bottom: 1px solid;
}

.ft_fixed_shared li:nth-child(1) {
    width: auto;
}

.ft_fixed_shared li:nth-child(1) a {
    padding: 14px 10px 0;
    /* width: 20px; */
}

.border {
    border-bottom: 5px solid transparent;
    border-image: url(../img/shared/bg_5.jpg) round 5;
    -moz-border-image: url(../img/shared/bg_5.jpg) round 5;
}

footer p.sub-txt {
    text-align: center;
    margin-bottom: 7%;
}

footer p.sub-txt small {
    font-size: 12px;
}

footer .group1 {
    /* margin: 0 5%; */
    /* border: 1px solid #000; */
    /* padding: 5% 0; */
    text-align: center;
    margin-bottom: 7%;
    position: relative;
}

footer p.sub-tel small {
    font-size: 11px;
}

footer p.sub-tel {
    line-height: 1.7;
    font-size: 13px;
}

footer .box ul {
    margin: 7% 5% 0;
    padding: 0 3% 8%;
    border-bottom: 1px solid #000;
}

footer .box ul li {
    margin-bottom: 3%;
}

li.active span {
    /* border-bottom: 1px solid; */
    display: inline-block;
}

#menu_toggle li a.active {
    border-bottom: 1px solid;
}

#menu_toggle .nav1 {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    width: 320px;
    margin: 30px auto 30px;
    padding: 0 7px;
    box-sizing: border-box;
}

#menu_toggle .nav1 li {
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    margin: 0;
}

#menu_toggle .nav1 li a {
    text-decoration: none;
    display: block;
    height: 38px;
    padding: 0 15px;
    padding-top: 2px;
    box-sizing: border-box;
}

#menu_toggle .btn {
    width: 93%;
    margin: 0 auto 25px;
    max-width: 320px;
}

#menu_toggle .btn.mb {
    margin-bottom: 10px;
    margin-top: 25px;
}

#menu_toggle .list-btn {
    display: flex;
    justify-content: center;
}

#menu_toggle .list-btn li {
    margin: 0 10px;
    width: 26px;
}

.ft_fixed_shared li:nth-child(3) a {
    padding: 8px 15px 0;
}

.block .btn {
    width: 80%;
    margin: 0 auto;
}

.block .btn.mb {
    margin-bottom: 5%;
}

footer .info:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;
    /* border: 1px dashed #fff; */
}

footer .info {
    /* border-left: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    margin: 0 5%;
    position: relative;
    color: #bfb9b9;
}

footer .nav1 {
    display: flex;
    justify-content: center;
    background: url('../img/shared/bg_menu1.jpg');
    line-height: 1;
    padding: 15px 0;
    margin-top: 10%;
}

footer .nav2,
footer .nav3 {
    background: url('../img/shared/bg_menu3.jpg');
    line-height: 1;
    padding: 15px 0 0;
}

footer .nav3 {
    background: url('../img/shared/bg_menu4.jpg');
    font-size: 14px;
    /* margin-bottom: 10%; */
}

footer .nav2 ul,
footer .nav3 ul {
    display: flex;
    justify-content: center;
}

footer .nav2 li,
footer .nav3 li {
    margin-bottom: 12px;
}

footer ul:not(#ft_fixed) li {
    margin-bottom: 4%;
}

footer ul:not(#ft_fixed) li:last-child {
    border: 0;
}

footer p.btn {
    width: 80%;
    margin: 0 auto;
}

footer p.btn.mb {
    margin-bottom: 5%;
}

footer .group1 .instagram {
    position: absolute;
    top: 2vw;
    right: 15vw;
    width: 5%;
}

footer ul:not(#ft_fixed) {
    margin: 0 15% 10%;
}


/*-----------------------------/____/-----------------------------*/

footer ul:not(#ft_fixed) {
    margin: 0 10% 10%;
}

footer ul:not(#ft_fixed) li {
    margin-bottom: 0;
}

footer ul:not(#ft_fixed) li:last-child {
    margin-top: 1.5vw;
    padding: 0 2%;
}

footer dl dd {
    width: calc(100% - 90px);
}

footer .info {
    margin: 0;
    padding: 0 2%;
}

footer .info dl {
    line-height: 1.6;
}

footer .info dl+dl {
    margin-top: 2vw;
}

footer .info dl a {
    display: inline;
}

#pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 55px);
    width: 70px;
}

footer address {
    font-size: 12px;
}

footer .group {
    padding-top: 0;
    padding-bottom: 31vw;
}

footer .tel {
    margin: 0 6% 2%;
}

footer .group1 .instagram {
    top: 4vw;
    right: 16vw;
}


/*-----------------------------/____/-----------------------------*/

header #menu_toggle .nav1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 95%;
}

header #menu_toggle .nav1 li:nth-child(1),
header #menu_toggle .nav1 li:nth-child(2) {
    width: 48%;
    margin-bottom: 2%;
}

header #menu_toggle .nav1 li:nth-child(3) {
    width: 14%;
}

header #menu_toggle .nav1 li:nth-child(4) {
    width: 24%;
}

header #menu_toggle .nav1 li:nth-child(5) {
    width: 55%;
}

header #menu_toggle .nav1 a {
    line-height: 9vw;
    height: 9vw;
    padding: 0;
    text-align: center;
    font-size: 4vw;
}

header .menu_toggle .nav li {
    padding: 0 !important;
}

header .menu_toggle .nav li a {
    padding: 0 3px;
}

header .menu_toggle .nav .li-box {
    position: relative;
    margin: 17px 14px 15px !important;
}

header .menu_toggle .nav .li-box span {
    background: url("../img/shared/bg_2.jpg");
    position: absolute;
    padding: 5px 10px;
    white-space: nowrap;
    top: -15px;
    left: 10px;
    z-index: 10;
}

header .menu_toggle .nav .li-box ul {
    border: 1px solid #585876;
    padding-top: 27px;
}

header .menu_toggle .nav .li-box ul li {
    padding: 0;
}

footer .info {
    color: #fff;
}

footer dl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer dl dt {
    width: 88px;
}


/*-----------------------------/____/-----------------------------*/

#popup2 {
    padding: 12% 0 12%;
    font-size: 3.5vw;
}

#popup2 .group2 {
    margin: 0 5%;
    background: rgba(255, 255, 255, 0.9);
    padding: 7% 4% 12%;
}

#popup2 .group2 .box {
    padding: 7% 0 7%;
    margin: 5% 0;
    text-align: center;
    background: url("../img/bluefish/s1_border_1.png") no-repeat center/100% 100%;
}

#popup2 .group2 .box h3 {
    font-weight: 700;
    font-size: 4vw;
    color: #19194d;
}

#popup2 h2 {
    text-align: center;
    border-bottom: 1px dashed #000;
    font-weight: 700;
    font-size: 6vw;
    line-height: 1.5;
    color: #19194d;
    margin-bottom: 20px;
    padding-bottom: 2%;
}

#popup2 .box {
    margin: 7vw 0;
    background: url("../img/bluefish/s1_border_1.png") no-repeat center/100% 100%;
    padding: 3% 0 3% 10%;
}

#popup2 .box ul li {
    line-height: 1.8;
}

#popup2 .box ul li span {
    color: #20758d;
    font-size: 15px;
}

#popup2 p.txt {
    padding-left: 7px;
}

.btn-popup {
    padding: 6vw 4% 0;
    background: url("../img/shared/pt1.jpg") repeat center/100%;
}

.remodal {
    padding-left: 3%;
    padding-right: 3%;
    background: rgba(255, 255, 255, 0.902);
}


/*-----------------------------/____/-----------------------------*/

header .menu_toggle {
    height: 120vh;
    z-index: 999;
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #menu_toggle,
body.navOpen #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}