/*# sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */

@charset "UTF-8";

/* Scss Document */

html:not(.responsive) {
    min-width: 1100px;
    /* viewport */
}


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

body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #000;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 500;
}

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

.txt {
    text-align: justify;
}

@media screen and (min-width: 767px) {
    /* a:hover img {
        opacity: 0.8;
    } */
    body {
        font-size: 16px;
        line-height: 2.375;
    }
    img {
        width: auto;
    }
    .txt {}
}


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

.fnt-notosan {
    font-family: 'Noto Sans JP', sans-serif;
}

.fnt-playfair {
    font-family: 'Playfair Display', serif;
}

.fnt-roboto {
    font-family: 'Roboto', sans-serif;
}

.fnt-cinzel {
    font-family: 'Cinzel', serif;
}

.fnt-shippori {
    font-family: 'Shippori Mincho', serif;
}

.fnt-caladea {
    font-family: 'Caladea', serif;
}

.fnt-jost {
    font-family: 'Jost', sans-serif;
}

.fnt-pathway {
    font-family: 'Pathway Gothic One', sans-serif;
}


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

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

.wrap {
    max-width: 1000px;
    width: auto;
    box-sizing: content-box;
    padding: 0 20px;
}

.slick-arrow:hover {
    opacity: 0.8;
}


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

header {
    position: relative;
    box-sizing: border-box;
}

@media screen and (min-width: 1040px) {
    .wrap {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    header {
        box-sizing: border-box;
        height: auto;
    }
}

.nav-fixed {
    position: absolute;
    opacity: 0;
    z-index: 111;
    visibility: hidden;
}

.nav-fixed.fixed {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible;
}


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


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


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

iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    footer {
        z-index: 30;
    }
    address {}
    [class*="heightLine-"] {
        height: auto!important;
    }
}

footer .cookies_link a {
    display: inline-block;
}

footer .cookies_link a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {}


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


/*====================== ft-fixed ====================== */


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

.btn_fixed {
    position: fixed;
    right: 0;
    top: 187px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.3s;
}

.has-nav .btn_fixed {
    opacity: 1;
    pointer-events: visible;
}

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

#pagetop {
    bottom: 50px;
    right: 50px;
}

@media screen and (max-width: 767px) {
    #pagetop {
            width: 35px;
    bottom: 5px;
    right: 5px;
    }
}

.menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    overflow-y: auto;
    height: 100%;
    z-index: 999;
    padding: 35px 0 150px;
    background: #ffea00;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-overflow-scrolling: touch;
    /* white-space: nowrap; */
}

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

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

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

.hamburger {
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    border-radius: 0;
    text-align: center;
    z-index: 9999;
    width: 60px;
    padding: 10px 7px 10px 7px;
    padding: 0;
}

.has-nav .hamburger {
    opacity: 1;
    visibility: visible;
}

.hamburger .off {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0!important;
}

.navOpen .hamburger img {
    opacity: 0;
}

.navOpen .hamburger .off {
    opacity: 1!important;
}

.hamburger:after {
    font-size: 11px;
    content: 'MENU';
    display: block;
    text-align: center;
    margin-top: -2px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-family: 'Shippori Mincho', serif;
    display: none;
}

.navOpen .hamburger:after {
    content: 'MENU';
}

.navOpen .hamburger {
    /* background: transparent; */
}

.navOpen .hamburger-inner::before,
.navOpen .hamburger-inner::after,
.navOpen .hamburger-inner {
    border-radius: 0;
    /* height: 3px; */
}

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

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 #navigation,
body.navOpen #navigation * {
    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;
}

.hamburger-box {
    height: 30px;
}

.dis_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

button {
    border: none;
    cursor: pointer;
}

.slick-arrow {
    font-size: 0;
    width: 90px;
    height: 90px;
    line-height: 0;
    position: absolute;
    z-index: 7;
}

.slick-arrow.slick-prev {
    background: url("../img/shared/left.png") no-repeat center/100% auto;
}

.slick-arrow.slick-next {
    background: url("../img/shared/right.png") no-repeat center/100% auto;
}

@media screen and (max-width: 480px) {
    .slick-arrow {
        width: 22px;
        height: 22px;
    }
}

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 5;
    position: absolute;
    right: 37px;
    bottom: 90px;
}

.slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #aa0909;
    border-radius: 50%;
    cursor: pointer;
    /* border: 1px solid #c92e36; */
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    line-height: 0;
    font-size: 0;
    background: transparent;
}

.slick-dots li.slick-active {
    background: #ff0033;
}

@media only screen and (min-width: 1200px) {
    .slick-dots li:hover {
        background: #ff0033;
    }
}

@media only screen and (min-width: 1000px) {
    .dis_flex_pc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

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

@media only screen and (min-width: 768px) {
    .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;
    }
    .txt-normal-pc .int {
        height: 1.1em;
    }
    .txt-vertical-x>* {
        writing-mode: rl-tb;
        -o-writing-mode: vertical-tb;
        -ms-writing-mode: vertical-tb;
        -ms-writing-mode: rl-tb;
        -moz-writing-mode: vertical-tb;
        -webkit-writing-mode: vertical-tb;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        display: inline-block;
        white-space: nowrap;
        word-wrap: break-word;
        width: 1px;
        line-height: 1;
    }
    .txt-vertical-pc .txt-latin {
        cursor: vertical-text;
        direction: rtl;
        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: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em;
    }
}

@media only screen and (max-width: 768px) {
    .txt-vertical-sp {
        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-sp .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;
    }
    .txt-normal-sp .int {
        height: 1.1em;
    }
    .txt-vertical-x>* {
        writing-mode: rl-tb;
        -o-writing-mode: vertical-tb;
        -ms-writing-mode: vertical-tb;
        -ms-writing-mode: rl-tb;
        -moz-writing-mode: vertical-tb;
        -webkit-writing-mode: vertical-tb;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        display: inline-block;
        white-space: nowrap;
        word-wrap: break-word;
        width: 1px;
        line-height: 1;
    }
    .txt-vertical-sp .txt-latin {
        cursor: vertical-text;
        direction: rtl;
        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: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em;
    }
}


/* CSS for IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #ft-fixed .btn-link.btn-shop a::before {
        -ms-writing-mode: lr-tb;
    }
}

@media screen and (min-width: 768px) {
    .bg-parallax-pc {
        position: relative;
        z-index: 0;
    }
    .img-parallax-pc {
        clip: rect(0, auto, auto, 0);
        margin-bottom: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .img-parallax-pc img {
        width: 100% !important;
        height: 100vh !important;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        object-fit: cover;
        z-index: 1;
        transform: translateZ(0);
    }
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .img-parallax-pc img {
            height: auto;
            object-fit: unset;
            top: 50%;
            transform: translateY(-50%) !important;
        }
    }
}

.bg-parallax {
    position: relative;
    z-index: 0;
}

.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.img-parallax img {
    width: 100% !important;
    height: 130vh !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .img-parallax img {
        height: auto!important;
        object-fit: unset;
        top: 50%;
        transform: translateY(-50%) !important;
    }
}

.nav-fixed {
    background-color: #ba9b40;
    background: url("../img/shared/bg.jpg");
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}


/*====================== ft-fixed ====================== */

#ft-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    background: #000;
    color: #fff;
    z-index: 99;
    display: flex;
}


/* iPhone X */

@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 {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 5;
    }
    #ft-fixed {
        padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .has-nav footer:after {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 5;
    }
    #ft-fixed {
        padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

.navOpen #ft-fixed {
    z-index: 0;
}

.has-nav #ft-fixed {
    opacity: 1;
    visibility: visible;
}

.toggle-sp .toggle-link:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    content: '\f13a';
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.toggle-sp .toggle-main {
    display: none;
}

.toggle-sp.active .toggle-main {
    display: block;
}

.toggle-sp.active .toggle-link:after {
    content: '\f139';
}

@media screen and (min-width: 767px) {
    .toggle-sp .toggle-link:after {
        display: none;
    }
    .toggle-sp .toggle-link {
        cursor: auto;
    }
    .toggle-sp .toggle-main {
        display: block!important;
        height: auto!important;
    }
}


/*=============================================
 * desgin
 *=============================================*/
 #header {
    position: relative;
    padding-bottom: 18vw;
  }
  #header #key {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 195vw;
    background: url("../img/index/key_sp.png") no-repeat top center/100% auto;
    text-align: center;
  }
  #header #key h2 {
    display: inline-block;
    text-align: left;
    line-height: 2.3;
    font-size: 7vw;
    letter-spacing: 0.15em;
    height: 70vw;
    padding-top: 40vw;
  }
  #header #key h2 small{
    font-size: 6vw;
}
  #header #key h2 .pt {
    display: inline-block;
    padding-top: 15vw;
    font-size: 7vw;
  }
  #header #key h1 {
    position: absolute;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 1.5;
    color: #808080;
    top: 3vw;
    left: 5%;
    right: 65px;
    text-align: left;
  }
  #header .right {
    position: relative;
    z-index: 2;
    margin: 0 5%;
    padding: 16vw 0 0;
  }
  #header .right .logo {
    width: 15%;
  }
  #header .right #news {
    margin: 115vw 0 0;
    border: 1px solid #2c2c2d;
    padding: 3vw 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .right #news #feed {
    width: 50%;
    padding-top: 2vw;
  }
  #header .right #news h2 {
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    margin: 0 5% 0 0;
  }
  #header .right #news #feed dl {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .right #news #feed dl dt {
    font-size: 10px;
    margin-right: 5%;
  }
  #header .right #news #feed dl dd {
    font-size: 12px;
  }
  #header .right #news #feed dl dd a {
    letter-spacing: 0;
  }
  #header .right #news .btn-more {
    margin-left: 5%;
  }
  #header .right #news .btn-more a {
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 14px;
  }
  #header .right #news .btn-more a:hover {
    border-color: transparent;
  }
  
  #footer .group2 {
    background: url("../img/index/s8_bg.jpg");
    padding: 30px 0 100px;
    color: #010000;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  #footer .group2 .cookies-link {
    margin-bottom: 15px;
  }
  #footer .group2 .cookies-link a {
    text-decoration: underline;
  }
  #footer .group2 .cookies-link a:hover {
    text-decoration: none;
  }
  #footer .group2 #socialbuttons {
    padding-top: 15px;
  }

  /*#ft-fixed {
    background-color: #000;
    right: 50px;
    text-align: center;
    display: block;
  }
  #ft-fixed a {
    display: block;
  }
  #ft-fixed img {
    height: 45px;
    width: auto;
    max-width: 100%;
    display: inline-block;
  }*/
/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	font-size: 12px;
}
.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 #777777;
	z-index: 100;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45%;
	color: #fff;
	background-color: #000;
	border-right: 1px solid #777777;
	display: flex;
	justify-content: center;
}
.ft_fixed_shared li:nth-child(2) {
}
.ft_fixed_shared li:last-child {
	border-right: 0;
}
.ft_fixed_shared li a {
	display: flex;
	padding: 5px 0;
	font-size: 16px;
	position: relative;
	justify-content: center;
	align-items: center;
}
.ft_fixed_shared li a:hover{
	text-decoration: none;
}
.ft_fixed_shared li a .icon-tel{
	width: 15px;
	margin-right: 10px;
}
.ft_fixed_shared li a:before {
	font-size: 12px;
}


  #menu-toggle {
    background: #000;
    color: #fff;
  }
  #menu-toggle .tel {
    line-height: 1;
    padding: 61px 0 20px;
  }
  #menu-toggle .tel small {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  #menu-toggle .tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  #menu-toggle .tel span img {
    width: 21px;
  }
  #menu-toggle .tel span img {
    margin-right: 5px;
  }
  #menu-toggle .nav {
    margin: 0 0 30px;
  }
  #menu-toggle .nav li a {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 11px;
    text-align: center;
    display: block;
    text-decoration: none;
    background: url("../img/shared/nav_line2.jpg") no-repeat bottom center/300px 1px;
  }
  #menu-toggle .nav li a.active, #menu-toggle .nav li a:hover {
    color: #fff;
    background-image: url("../img/shared/nav_line.jpg");
  }
  #menu-toggle .btn-insta {
    width: 36px;
    margin: 0 auto 30px;
  }
  #menu-toggle .btn-pop {
    margin: 0 auto;
    width: 270px;
  }
  #menu-toggle .btn-pop a {
    display: block;
    line-height: 1.375;
    text-align: center;
    text-decoration: none;
    padding-bottom: 14px;
    background: url("../img/shared/line.png") no-repeat bottom center/100% auto;
  }
  
  @media screen and (min-width: 768px) {
    .nav-fixed {
      border-bottom: 1px solid #2c2c2d;
      color: #fff;
      background-color: #000;
      padding: 15px 0;
    }
    .nav-fixed .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .nav-fixed .nav li {
      display: inline-block;
      margin: 0 13px;
    }
    .nav-fixed .nav li a {
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all .3s;
      transition: all .3s;
      font-size: 18px;
      line-height: 2;
      display: block;
      text-decoration: none;
      background: url("../img/shared/fixed_line2.jpg") no-repeat bottom center/100% 1px;
    }
    .nav-fixed .nav li a.active, .nav-fixed .nav li a:hover {
      color: #fff;
      background-image: url("../img/shared/fixed_line.jpg");
    }
    .nav-fixed .tel {
      line-height: 1;
      border-left: 1px solid;
      padding: 0 20px 0 30px;
    }
    .nav-fixed .tel small {
      display: block;
      text-align: center;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px;
    }
    .nav-fixed .tel span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      font-size: 28px;
      line-height: 1;
    }
    .nav-fixed .tel span img {
      margin-right: 5px;
    }
  
    #header {
      padding-bottom: 0;
    }
    #header #key {
      height: 1698px;
      background: url("../img/index/key.png") no-repeat top center;
    }
    #header #key h2 {
      font-size: 47px;
      height: 600px;
      padding-top: 179px;
    }
    #header #key h2 small{
        font-size: 40px;
    }
    #header #key h2 .pt {
      padding-top: 102px;
      letter-spacing: 0.18em;
      font-size: 47px;
    }
    #header #key h1 {
      letter-spacing: 0;
      font-size: 12px;
      top: 232px;
      left: 10px;
      right: auto;
    }
    #header .right {
      margin: 0 35px 0 auto;
      width: 230px;
      text-align: center;
      padding: 60px 0 0;
    }
    #header .right .logo {
      width: auto;
    }
    #header .right .tel {
      line-height: 1;
      padding: 61px 0 47px;
    }
    #header .right .tel small {
      display: block;
      text-align: center;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px;
    }
    #header .right .tel span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      font-size: 28px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
    }
    #header .right .tel span img {
      margin-right: 5px;
    }
    #header .right .nav {
      margin: 0 0 25px;
    }
    #header .right .nav li a {
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all .3s;
      transition: all .3s;
      font-size: 18px;
      line-height: 1.5;
      padding: 10px 0 11px;
      display: block;
      text-decoration: none;
      background: url("../img/shared/nav_line2.jpg") no-repeat bottom center/100% 1px;
    }
    #header .right .nav li a.active, #header .right .nav li a:hover {
      color: #fff;
      background-image: url("../img/shared/nav_line.jpg");
    }
    #header .right .btn-pop {
      margin: 55px -2px 0 0;
    }
    #header .right .btn-pop a {
      display: block;
      line-height: 1.375;
      text-decoration: none;
      padding-bottom: 14px;
      background: url("../img/shared/line.png") no-repeat bottom center/100% auto;
    }
    #header .right .btn-pop a:hover {
      opacity: 0.8;
    }
    #header .right #news {
      margin: 44px 0 0;
      padding: 14px 20px 20px;
      display: block;
    }
    #header .right #news #feed {
      width: auto;
      padding-top: 0;
    }
    #header .right #news h2 {
      font-size: 22px;
      text-align: center;
      padding: 0 0 4px;
      margin: 0 0 8px;
      background: url("../img/shared/news_line.jpg") no-repeat bottom center;
    }
    #header .right #news #feed {
      margin-bottom: 1px;
    }
    #header .right #news #feed dl {
      display: block;
    }
    #header .right #news #feed dl dt {
      font-size: 13px;
      margin-right: 0;
    }
    #header .right #news #feed dl dd {
      font-size: 15px;
    }
  
    #footer .group2 {
      padding: 74px 60px 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 13px;
    }
    #footer .group2 .cookies-link {
      margin-bottom: 15px;
    }
    #footer .group2 #socialbuttons {
      padding-top: 0;
    }
  

  }
   .btn_reserve a {
        width: 30px;
        right: 10px;/*適時変更 */
	bottom: 200px;/*適時変更 */
        position: fixed;
        font-weight: 700;
        background: #000;
        border: 1px solid #fff;
        text-align: center; 
		padding: 30px 10px;
        text-decoration: none;
		cursor: pointer;
		z-index: 999;
    }

.txt-vertical {
	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;
}