<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:not(.responsive) {
    min-width: 1000px;
    /* viewport */
}


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

body {
    color: #000000;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1.5px;
    background: url(../img/shared/bg.jpg) repeat;
    min-width: inherit;
    min-height: inherit;
    box-sizing: border-box;
}


@media only screen and (max-width: 999px) {
    body {
        font-size: 14px;
    	line-height: 28px;
    }
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.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-notoserif {
    font-family: 'Noto Serif JP', serif;
}

/*=============================================
 * &lt;main&gt;
 *=============================================*/

main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1000px;
    position: relative;
}


/*=============================================
 * &lt;header&gt;
 *=============================================*/



/*=============================================
 * &lt;header&gt;
 *=============================================*/

.nav-fixed {
    background: #000;
    padding: 18px 0 13px;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}

.nav-fixed .wrap {
    display: flex;
}

.nav-fixed .boxtel {
    display: flex;
    justify-content: flex-end;
}

.nav-fixed .wrap ul li:last-child {
    display: flex;
    flex-direction: column;
}

.nav-fixed .wrap ul li a {
    display: block;
}

.nav-fixed.fixed {
    display: block;
}



.nav-fixed a.navmenu {
    position: relative;
  }
  

  .nav-fixed a.navmenu:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
  }

  .nav-fixed a.navmenu1:first-child:before {
      left: 0;
      transform: none;
  }
  

  .nav-fixed a.navmenu:hover:before, 
  .nav-fixed a.navmenu.active:before {
    width: 50px;
    opacity: 1;
  }

@media only screen and (max-width: 999px) {
    .nav-fixed {
        display: none !important;
    }
}

.button_fix {
    position: absolute;
    top: 230px;
    right: 0;
    z-index: 3;
}

.button_fix .pagetop {
    display: none;
}

.button_fix li {
    margin-bottom: 2px
}

.has_nav .button_fix {
    position: fixed;
    top: 150px;
    right: 0;
}

.has_nav .button_fix .pagetop {
    display: block;
}


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



/*=============================================
 * &lt;footer&gt;
 *=============================================*/




/*=============================================
 * .socialbuttons
 *=============================================*/



/*=============================================
 * copyright
 *=============================================*/



/*=============================================
 * RESPONSIVE
 *=============================================*/

.br-pc {
    display: none;
}

@media only screen and (min-width: 999px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}

@media only screen and (max-width: 999px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .br-sp {
        display: none;
    }
    .fl {
        float: none;
    }
    .fr {
        float: none;
    }
    /* .txt {
        text-align: justify;
        padding: 0 20px 5%;
        box-sizing: border-box;
        line-height: 35px;
    } */
    .br-pc {
        display: block;
    }
    .txt-vertical {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        -webkit-writing-mode: inherit;
        cursor: auto;
    }
    .txt-vertical .txt-latin {
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        -webkit-writing-mode: inherit;
        cursor: auto;
    }
    #pagetop {
        width: 45px;
        bottom: 77px;
    }
    /*====================== nav ====================== */
    /*=============================================*/
    /*               menubtm                       */
    /*=============================================*/
    .logo_menu {
        width: 50%;
        margin: 0 auto;
    }
    .btn_menu_sp {
        width: 84%;
        margin: 0 auto;
    }
    .btn_menu_sp {
        padding-bottom: 10px;
    }
    .btn_menu_sp a {
        padding: 0 !important;
    }
    header .icon {
        display: flex;
        justify-content: center;
    }
    header .icon p {
        padding: 0 10px;
        width: 50px;
    }
    header .tel_sp {
        max-width: 500px;
        margin: 0 auto;
    }
    header .button-toggle {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 0px;
        width: 60px;
    }
    header .button-toggle span {
        background: #000 none repeat scroll 0 0;
        display: block;
        height: 4px;
        margin-top: 5px;
    }
    header .menu_toggle {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        width: 100%!important;
        top: 0px;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        color: #999;
        z-index: 99;
        padding-top: 74px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    header .menu_toggle ul {
        padding: 0;
        list-style-type: none;
        list-style-position: outside;
    }
    header .menu_toggle li {
        position: relative;
        padding: 0;
        clear: both;
        margin: 0% 0;
        box-sizing: border-box;
    }
    header .menu_toggle li a {
        display: block;
        text-decoration: none;
        line-height: 30px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        margin: 0 20px;
        position: relative;
        letter-spacing: 5px;
    }

    header .menu_toggle li a span {
        color: #7f7e7e;
        font-size: 14px;
        letter-spacing: 2px;
        display: block;
    }
    header .menu_toggle li a::before {
        content: '';
        background: #fff;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 5px;
        width: 50px;
        height: 2px;
        opacity: 0;
      }
      
      
      header .menu_toggle li a:hover::before, header .menu_toggle li a.active::before {
        opacity: 1;
      }
    header .menu_toggle li.active span {
        position: relative;
    }
    header .menu_toggle li.active span:before {
        position: absolute;
        bottom: -10px;
        left: 0px;
        right: 0;
        content: "";
        display: inline-block;
        width: 50px;
        margin: 0 auto;
        height: 2px;
        background: #ffffff;
        transition: 2s;
    }
    header .menu_toggle .btn_sp a {
        border: 1px solid #5b5b5b;
        width: 80%;
        margin: 20px auto 40px;
        display: block;
        text-align: center;
        padding: 5px 0;

    }
    header .menu_toggle .sns {
        display: flex;
        justify-content: center;

    }

    header .menu_toggle .sns .ttl {
        border-right: 1px solid #fff;
        padding: 0 20px;
        font-size: 20px;
    }

    header .menu_toggle .sns .icon {
        padding: 0 20px;
    }

    header .menu_toggle .sns .icon img {
        width: 30px;
    }




    header .menu_toggle {
        padding: 100px 0px 90px 0;
        margin-top: 0px;
        background: #000;
        color: #fff;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    #menu_toggle li {
        /* transform: matrix(1, 0, 0, 1, 0, -20); */
        transition: all ease 0.5s 0.3s;
        opacity: 0;
    }
    .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;
        z-index: 9999;
    }
    .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 {
        position: fixed;
        top: 15px;
        right: 0px;
        z-index: 99999;
        background: #000;
    }
    .hamburger:after {
        font-size: 12px;
        content: 'MENU';
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0;
        text-align: center;
        color: #ffffff;
    }
    .navOpen .hamburger:after {
        content: '';
    }
    /*====================== end nav ====================== */
    /*====================== ft_fixed ====================== */
    #ft_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        visibility: hidden;
        font-size: 12px;
        display: block;
        z-index: 999;
    }
    .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%;
        z-index: 100;
        background: url('../img/shared/bg6.jpg') repeat top center;
    }
    .ft_fixed_shared li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        color: #000;
    }
    .ft_fixed_shared li {
    }
    .ft_fixed_shared li:last-child {
        border-right: none;
    }
    .ft_fixed_shared li a {
        display: block;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        position: relative;
    }
    .ft_fixed_shared li img {
        max-width: 597px;
        height: auto;
        margin: 0 auto;
    }
    .ft_fixed_shared li a:before {
        font-size: 12px;
    }
    .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%);
    }
}



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

#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: hidden;
    font-size: 12px;
    display: block;
    z-index: 999;
}

.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%;
    z-index: 100;
    background: url(../img/shared/bg3.jpg) repeat;
    padding: 0px 0;
    box-sizing: border-box;
}

.ft_fixed_shared li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    color: #000;
    padding: 10px 0px;
    text-align: center;
}


.ft_fixed_shared li:nth-child(3) {
    width: 60%;
    padding: 1%;
}

.ft_fixed_shared li:nth-child(3) a {
    border-right: none;
}

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

.ft_fixed_shared li a {
    display: block;
    padding: 0px 20px 0px 20px;
    font-size: 12px;
    position: relative;
    border-right: 1px solid #ffffff;
}

.ft_fixed_shared li a:before {
    font-size: 12px;
}

.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%);
}

@media all and (-ms-high-contrast:none) {
    a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
        transform: none !important;
    }
}

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

.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 !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

#pagetop {
    bottom: 90px;
    right: 10px;
}

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

.line {
    height: 10px;
    background: #75865f;
    width: 100%;
    box-shadow: 0px 0px 7px 0px rgba(37, 49, 34, 0.63)
}


/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #db951f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.modelpopup {
    padding-bottom: 76px;
}
.modelpopup h2 {
    text-align: center;
    font-size: 19px;
    line-height: 46px;
    padding: 52px 0 20px !important;
     font-family: 'Noto Serif JP', serif;
}
.modelpopup h3 {
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    padding-bottom: 47px !important;
     font-family: 'Noto Serif JP', serif;
}

.modelpopup .boxlist {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.modelpopup ul {
    border: 1px solid #fff;
    width: 50%;
    padding: 30px 50px;
    box-sizing: border-box;
    text-align: left;
}

.modelpopup .txt {
    text-align: center;
    padding: 50px 30px;
    width: 50%;
}

@media only screen and (max-width: 999px) {
    .modelpopup {
        padding-bottom: 76px;
    }
    .modelpopup h2 {
        padding: 30px 0 20px !important;
    }
    .modelpopup h3 {
        padding-bottom: 30px !important;
    }
    
    .modelpopup .boxlist {
        display: block;
    }
    
    .modelpopup ul {
        border: 1px solid #fff;
        width: 100%;
        padding: 30px 20px;
    }
    
    .modelpopup .txt {
        padding: 20px 00px;
        width: 100%;
    }
    .remodal-wrapper {
        padding: 80px 10px 0;
    }
}



/* slick */


.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 20px;
    background: none;
}
.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.slick-slider .slick-next {
    right: 5px;
}
.slick-slider .slick-next:before {
    background-image: url("../img/shared/icon_next.jpg");
}
.slick-slider .slick-prev {
    left: 5px;
}
.slick-slider .slick-prev:before {
    background-image: url("../img/shared/icon_prev.jpg");
}
.slick-slider .slick-dots {
    text-align: center;
    line-height: 0;
}
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    line-height: 0;
}
.slick-slider .slick-dots button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #fff;
    font-size: 0;
    cursor: pointer;
}
.slick-slider .slick-dots .slick-active button {
    background: #fff;
} 

.pager-none .slick-dots {
    display: none !important;
}

.button-none .slick-next,
.button-none .slick-prev {
    display: none !important;
}</pre></body></html>