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

body {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
    background: url(../img/shared/bg.jpg);
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
}

/*=============================================
 * 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 - customs
 *=============================================*/

.fnt-mincho {}

.fnt-meiryo {}

.fnt-gothic {}

.fnt-garamond {}



/*=============================================
 * <main>
 *=============================================*/

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

.wrap {
    width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
    position: relative;
}

.header_deco1 {
    position: absolute;
    top: 0;
    left: 994px;
}

.header_btn {
    position: absolute;
    top: 132px;
    left: 293px;
}

.header_btn2 {
    position: absolute;
    top: 70px;
    left: calc(50% + 230px);
}

header h1 {}

header .logo {}

header .tel {
    position: absolute;
    top: 51px;
    left: calc(50% - 350px);
}

header nav {
    position: absolute;
    top: 65px;
    left: calc(50% - 100px);
}

header nav a {
    margin-right: 15px;
}

.nav-fixed {
    position: absolute;
    background: url(../img/shared/footer_bg.jpg);
    height: 39px;
    padding: 21px 0 20px;
    width: 100%;
    z-index: 3000;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.nav-fixed ul {
    display: flex;
}

.nav-fixed li {
    margin-right: 37px;
}

.nav-fixed .reserve_fixed {
    position: absolute;
    top: 0;
    right: 2px;
}

.nav-fixed .tel_fixed {
    position: absolute;
    top: 0;
    right: 0px;
}

/*=============================================
 * key
 *=============================================*/
#key {
    position: relative;
}

.header_deco2 {
    position: absolute;
    left: 0;
    top: 229px;
}

.header_deco3 {
    position: absolute;
    z-index: 10;
}

.slide-fade {
    z-index: 0;
}

#key h1 {
    position: absolute;
    z-index: 10;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.1px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

/*=============================================
 * <section>
 *=============================================*/

section {}



/*=============================================
 * <footer>
 *=============================================*/

footer {
    background: url(../img/shared/footer_bg.jpg);
}

footer .logo {}

footer .tel {}

footer nav {}



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

footer .socialbuttons {}



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

address {}

.pc {
    display: block;
}

.sp {
    display: none;
}

#footerB {
    border-top: 1px solid #000;
    text-align: center;
}

address {
    color: #927f5c;
    /*line-height: 57px;*/
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

address a{
 font-size: 10px;
 color: #927f5c;
 display: block;
 text-decoration: none;
}



@media only screen and (min-width: 1081px) {
    .nav-fixed.fixed {
        pointer-events: visible;
        opacity: 1;
        transition: 0.5s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

    header {
        padding-top: 55px;
    }

    .logo {
        margin-left: 72px;
    }

    .header_deco3 {
        bottom: -16px;
        right: 29px;
        z-index: 10;
    }

    #key {
        margin-top: 48px;
        height: 770px;
    }

    #key:before {
        content: url(../img/index/kv_cor.png);
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
        height: 182px;
    }

    .key_slider {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        min-height: 770px;
        position: relative;
    }

    .key_fade,
    .key_fade .slick-slide,
    .key_img {
        height: 770px;
    }

    .key_slider {
        margin-left: auto;
        width: 87.78%;
    }

    #key h1 {
        right: 10px;
        top: 5px;
    }

    .txt_vertical_pc {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }

    .txt_vertical_pc .int {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 1.2em;
    }

    footer {
        padding-top: 89px;
    }

    footer .logo {
        float: left;
        width: 138px;
        margin: 0 0 44px 121px;
    }

    footer .logo img {
        width: 100%;
    }

    footer .tel {
        margin-bottom: 14px;
    }

    .footerGroup {
        position: absolute;
        left: 70px;
        top: 160px;
        width: 237px;
    }

    .footerGroup img {
        width: 100%;
    }

    .footerInfo {
        float: right;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        margin-bottom: 75px;
        width: 615px;
    }

    .footerInfo dl {
        margin-bottom: 20px;
    }

    .footerInfo dt {
        float: left;
        position: relative;
        width: 140px;
    }

    .footerInfo dt span {
        position: absolute;
        top: 0;
        right: 0;
    }

    .footerInfo dd {
        float: left;
        margin-left: 10px;
        width: 465px;
    }

    #socialbuttons {
        text-align: left;
    }

    #footerB {
        /*padding-top: 25px;*/
        padding-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    footer nav>a+a:before {
        display: none;
    }

    footer nav>a {
        padding: 0 46px;
    }

    .col {
        width: 320px;
    }
}

.menuList dl {
    border-bottom: 1px solid #000;
    line-height: 25px;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
}

.menuList dd {
    position: absolute;
    top: 12px;
    right: 0;
}

.menuList dd.priceB {
    top: auto;
    bottom: 12px;
}

@media only screen and (max-width: 1080px) {

    /* Tablet */
    .menuList dl {
        font-weight: 500;
    }

    .wrap {
        box-sizing: border-box;
        width: 100%;
        padding: 0 3.2%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    header .logo {
        text-align: center;
    }

    header .logo img {
        max-width: 130px;
        width: 17.33%;
    }

    header {
        padding-top: 4.5%;
    }

    body {
        font-family: 'Noto Serif JP', serif;
        background: url(../img/shared/bg_sp.jpg) repeat-y top center / 100% auto;
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }

    img {
        width: 100%;
    }

    #key {
        margin-top: 3%;
    }

    .header_deco3 {
        top: 0;
        right: -5%;
        width: 36.7%;
        max-width: 275px;
    }

    #key h1 {
        bottom: 15px;
        left: 5px;
        padding-right: 15px;
    }

    footer {
        padding: 10% 0;
    }

    footer .logo {
        margin-left: 5%;
        width: 32.2%;
    }

    .footerGroup {
        position: absolute;
        top: 0;
        right: 5%;
        width: 50.54%;
    }

    .footerGroup .tel {
        margin-bottom: 5%;
    }

    .footerInfo {
        margin-top: 8%;
    }

    .footerInfo dl {
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);
        padding: 10px 0;
        font-size: 13.5px;
        letter-spacing: 0;
    }

    .footerInfo dl dd a {
        font-size: 18px;
    }

    #socialbuttons {
        margin: 7% 0;
    }

    #pagetop {
        bottom: 19%;
    }

    .menuList dl {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 750px) {
    #pagetop {
        bottom: 12%;
    }
}

#bg_parallax {
    position: relative;
    padding-top: 65%;
    z-index: 0;
}

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

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slick-dots li button {
    background: #8e8c8a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.slick-slider button {
    border: none;
    font-size: 0;
    background: none;
}

.slick-slider .slick-active button {
    background: #fff;
}

.slick-slider .slick-arrow {
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.slick-slider .slick-prev {
    left: 0;
    border-right: 25px solid #fff;
}

.slick-slider .slick-next {
    right: 0;
    border-left: 25px solid #fff;
}

@media only screen and (min-width: 1081px) {
    #bg_parallax {
        padding-top: 23.5%;
    }
}

@media only screen and (max-width: 480px) {
    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .slick-slider .slick-arrow {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        bottom: 0;
    }

    .slick-slider .slick-prev {
        border-right: 18px solid #fff;
    }

    .slick-slider .slick-next {
        border-left: 18px solid #fff;
    }

    #pagetop {
        width: 35px;
        height: 35px;
        bottom: 7%;
    }
}

.txt_center {
    text-align: center;
}




@media only screen and (min-width: 1201px) {}

.sidefix{ position: fixed; right:0; top:250px; z-index: 100;}

@media only screen and (max-width: 767px) {
    .sidefix{ display: none;}
}