@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    font-family: 'Shippori Mincho B1';
    font-size: 15px;
    line-height: 35px;
    background: url("../img/shared/bd_bg.jpg") repeat;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 400;
    letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 36px;
        letter-spacing: 0.02em;
    }
}
/*=============================================
 * 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;
}
/* shippori-mincho-b1-regular - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho B1';
    font-style: normal;
    font-weight: 400;
    src: url('../font/shippori-mincho-b1-v24-japanese_latin-regular.woff2') format('woff2');
}
/* amiri-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: url('../font/amiri-v30-latin-regular.woff2') format('woff2');
}
/* amiri-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 700;
    src: url('../font/amiri-v30-latin-700.woff2') format('woff2');
}
/* zen-kaku-gothic-new-regular - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    src: url('../font/zen-kaku-gothic-new-v18-japanese_latin-regular.woff2') format('woff2');
}
/* zen-kaku-gothic-new-500 - japanese_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 500;
    src: url('../font/zen-kaku-gothic-new-v18-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.shippori-mincho-regular {
    font-family: 'Shippori Mincho B1';
    font-weight: 400;
    font-style: normal;
}
.amiri-regular {
    font-family: 'Amiri';
    font-weight: 400;
    font-style: normal;
}
.amiri-bold {
    font-family: 'Amiri';
    font-weight: 700;
    font-style: normal;
}
.zen-kaku-gothic-new-regular {
    font-family: 'Zen Kaku Gothic New';
    font-weight: 400;
    font-style: normal;
}
.wow{
	visibility: hidden;
}
/*=============================================
 * <header>
 *=============================================*/
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}
.nav--opened #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    overflow: auto;
}
.nav--opened #pagetop, .nav--opened #ft_fixed {
    opacity: 0;
    visibility: hidden;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
html {
    min-width: auto;
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header h1 {
    color: #000;
    position: absolute;
    left: 5px;
    top: 32vw;
    line-height: 25px;
}
#head-key .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    z-index: 9;
}
#head-top {
    padding: 0 0 60px;
}
.menu_toggle .nav {
    display: block;
    padding-top: 4%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px;
    margin-bottom: 9vw;
}
.menu_toggle .logo {
    padding: 0;
    margin: 0 auto 2vw;
}
.menu_toggle .tel {
    text-align: center;
    margin-bottom: 6vw;
}
.menu_toggle .tel dt {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 0vw;
}
.menu_toggle .tel dt .tel-icon {
    font-size: 9vw;
    letter-spacing: 0;
}
.menu_toggle .tel dt .tel-icon span {
    margin-top: -2%;
    width: 10%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
}
.menu_toggle .tel dd {
    font-size: 13px;
    line-height: 20px;
}
.menu_toggle .sns {
    width: 200px;
    justify-content: space-between;
    margin: 8vw auto 9vw;
}
.menu_toggle .sns li {
    width: 40px;
    filter: invert(1);
}
.menu_toggle .sns li:last-child {
    width: 40px;
    filter: none;
}
.menu_toggle .bnr {
    margin: 0 5% 5vw
}
.menu_toggle .gr-btn {
    justify-content: space-between;
    margin: 0 4% 12vw;
}
.menu_toggle .gr-btn .btn {
    width: 49%;
}
.menu_toggle .gr-btn .btn a {
    padding: 3px;
    background: #fff;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 31px;
    background: #000;
    line-height: 33px;
    letter-spacing: 0px;
    border: 1px solid #000;
}
.menu_toggle .gr-btn .btn.pdf a {
    background: #9b4242
}
.menu_toggle .gr-btn .btn.cart a::before {
    content: "";
    background: url("../img/shared/icon_cart.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background-size: 100%;
    position: absolute;
    top: 9px;
    left: 13px;
    filter: invert(1);
}
.menu_toggle .gr-btn .btn.pdf a::before {
    content: "";
    background: url("../img/shared/icon_calendar_sp.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 19px;
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: 20px;
    filter: invert(1);
}
.menu_toggle .logo-nav {
    margin: auto;
    max-width: 150px;
}
.menu_toggle a.nav-main {
    padding: 2px 22px;
    font-size: 20px;
    text-align: center;
    justify-content: flex-start;
    display: flex;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 43px;
    letter-spacing: 0px;
}
.menu_toggle a.nav-main.active {
    color: #918d81;
}
.menu_toggle .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
}
.menu_toggle li a.nav-main.active::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
    display: none;
}
.menu_toggle a.nav-main span {
    padding: 5px 30px;
}
.menu_toggle a.nav-main::after, .menu_toggle .sub-nav::after {
    display: none;
}
.menu_toggle .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
}
.menu_toggle .tel-nav {
    text-align: center;
    font-size: 31px;
}
.menu_toggle .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
}
.head-info {
    margin-right: 0px;
    display: none;
}
#key-box {
    width: 100%;
}
.header-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
    margin-bottom: 19vw;
}
header .logo {
    padding: 21px;
    width: 53%;
    max-width: 210px;
    margin: 0 auto;
}
header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 2;
    text-align: center;
}
.hamburger {
    position: fixed;
    top: 17px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 201;
    transition: none;
    overflow: hidden;
}
.hamburger::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* content: "MENU"; */
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.hamburger span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 39%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #000;
    transition: all 0.4s;
}
.hamburger span::before, .hamburger span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    content: "";
}
.hamburger span::after {
    top: -8px;
}
.hamburger span::before {
    top: 8px;
}
.nav--opened .hamburger span {
    transform: rotate(360deg);
}
.nav--opened .hamburger span {
    transform: rotate(133deg) translateX(20px);
    top: 5px;
    left: 46%;
}
.nav--opened .hamburger span::after {
    transform: rotate(-91deg) translateX(0px);
    top: 0;
}
.nav--opened .hamburger::after {
    content: "CLOSE";
}
.nav--opened .hamburger span::before {
    opacity: 0;
}
#menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 40px 0 80px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9;
    background: #fff;
    font-size: 17px;
    letter-spacing: 0.16em;
    line-height: 56px;
}
.nav-header .banner {
    width: 80%;
    margin: 0 auto;
}
.nav--opened .menu_toggle {
    left: 0%;
    visibility: visible;
    overflow: auto;
    z-index: 99;
    opacity: 1;
}
.js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding-bottom: 150px;
}
.hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
}
header h1 {
    right: 0;
    width: 60%;
    font-size: 3vw;
    padding: 5px;
    margin: 0 auto;
}
.hamburger {
    top: 10px;
    right: 10px;
}
#key-box {
    height: 120vw;
}
#key-box .slide-fade {
    height: 100%;
}
#key-box .img {
    height: 100%;
}
footer {
    position: relative;
    margin-top: 0;
    padding: 35px 0 100px;
}
footer .logo {
    max-width: 222px;
    margin: 0 auto 2vw;
}
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.has_nav #fixed-sp {
    opacity: 1;
}
#fixed-sp ul {
    display: flex;
}
#fixed-sp ul li {
    width: 33.33333%;
    height: 70px;
}
#fixed-sp ul li:last-of-type a::after {
    display: none
}
#fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #000;
    flex-direction: column;
    font-weight: 500;
    padding-top: 5px;
    position: relative;
}
#fixed-sp ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    background: #b1b1b1;
    bottom: 18px;
}
#fixed-sp ul li a img {
    width: 27px;
    margin-bottom: -6px;
}
#fixed-sp ul li:nth-child(3) a img {
    width: 27px;
}
#pagetop {
    bottom: 55px;
    width: 50px;
    z-index: 98;
}
footer {
    color: #fff;
    background: url("../img/shared/footer_bg.jpg") repeat;
}
footer nav {
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    height: 180px;
    margin-bottom: 10vw;
}
footer nav a {
    width: 47%;
    position: relative;
    padding-left: 12px;
    font-size: 18px;
}
footer nav a.active::before {
    opacity: 1;
    visibility: visible;
}
footer nav a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
footer .left {
    width: 470px;
    max-width: 100%;
    margin-bottom: 10vw;
}
footer .tel {
    text-align: center;
    margin-bottom: 10vw;
}
footer .tel dt {
    font-size: 3vw;
    line-height: 2.1;
    margin-bottom: 1vw;
}
footer .tel dt .tel-icon {
    font-size: 9vw;
    letter-spacing: 0;
}
footer .tel dt .tel-icon span {
    margin-top: -2%;
    width: 10%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: middle;
    filter: invert(1);
}
footer .tel dd {
    font-size: 13px;
    line-height: 20px;
}
footer .btn-web a {
    color: #000;
    background: #fff;
}
footer .btn-web a::before {
    filter: invert(1);
}
footer .right {
    max-width: 100%;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 9vw;
}
footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #444444;
    padding: 10px 0;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
}
footer .right .info dl dt {
    width: 79px;
}
footer .right .info dl dd {
    width: calc(100% - 60px);
    padding-left: 5px;
    box-sizing: border-box;
}
footer .sns {
    width: 200px;
    justify-content: space-between;
    margin: 0 auto;
}
footer .sns li {
    width: 40px;
}
footer .btn-web {
    margin-bottom: 9vw;
}
footer .right .ttl {
    text-align: center;
    margin-bottom: 3vw;
}
footer .right .address {
    text-align: center;
}
footer .right .address .link-map {
    position: relative;
    border-bottom: 1px solid;
}
footer .right .address .link-map:hover {
    border: 0;
}
footer .right .address .link-map::before {
    content: "";
    background: url("../img/shared/icon_pin.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 19px;
    background-size: 100%;
    margin-left: 3px;
    margin-right: 4px;
    filter: invert(1);
}
footer .right dl {
    text-align: center;
}
footer .right .info {
    text-align: center;
}
footer .gr-btn {
    justify-content: space-between;
    margin: 0 -1% 12vw;
}
footer .gr-btn .btn {
    width: 48%;
}
footer .gr-btn .btn a {
    padding: 3px;
    background: #fff;
    text-align: center;
    display: block;
    color: #000;
    font-size: 12px;
    position: relative;
    padding-left: 22px;
}
footer .gr-btn .btn.cart a::before {
    content: "";
    background: url("../img/shared/icon_cart.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: 15px;
    filter: invert(0);
}
footer .gr-btn .btn.pdf a::before {
    content: "";
    background: url("../img/shared/icon_calendar_sp.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 17px;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: 20px;
}
footer .line {
    background: #545451;
    border: none;
    height: 1px;
    margin: 0 -5.6% 7vw;
}
footer .access-btn {
    color: #878787;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5vw;
}
footer .access-btn span {
    position: relative;
    display: inline-block;
}
footer .access-btn span:after {
    content: "";
    background: url("../img/shared/icon_url.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 17px;
    background-size: 100%;
    position: absolute;
    top: 11px;
    right: -15px;
}
footer address {
    color: #878787;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 7vw;
    letter-spacing: 1px;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    /*footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    /* footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.7708333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
    /* footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
.btn-cus {
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding-bottom: 0 !important;
    width: 400px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.btn-cus a span {
    position: relative;
    display: inline-block;
}
.btn-cus a span:before {
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    top: 33px;
    right: 100%;
    bottom: 0;
    left: -160%;
    margin-right: 14px;
}
.btn-cus a {
    display: block;
    font-size: 19px;
    line-height: 64px;
    height: 67px;
    text-align: right;
    padding-right: 18%;
}
.btn-cus a::after {
    content: "";
    background: url("../img/shared/icon_arrow_w.png") no-repeat;
    position: absolute;
    top: 30px;
    right: 17px;
    width: 17px;
    height: 10px;
    background-size: 100%;
}
.btn-cus a::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
}
.btn-web {
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding-bottom: 0 !important;
    width: 400px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.btn-web a span {
    position: relative;
    display: inline-block;
}
.btn-web a {
    display: block;
    font-size: 13px;
    line-height: 58px;
    height: 56px;
    text-align: center;
    background: #262626;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
}
.btn-web a::before {
    content: "";
    background: url("../img/shared/icon_web.png") no-repeat;
    position: absolute;
    top: 20px;
    left: 71px;
    width: 18px;
    height: 30px;
    background-size: 100%;
}
.pc {
    display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
    .btn-cus {
        width: 323px;
        max-width: none;
    }
    .btn-cus a {
        font-size: 19px;
    }
    .btn-cus a::before {
        border: 1px solid #000;
        background: none;
        top: 14px;
        width: 35px;
        height: 35px;
    }
    .btn-cus a:hover::after {
        filter: invert(0);
    }
    .btn-cus a:hover::before {
        background: #000;
    }
    .btn-cus a::after {
        filter: invert(1);
        width: 14px;
    }
    .btn-web {
        max-width: none;
        width: 240px;
        background: #000;
    }
    .btn-web:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ab3800;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -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;
    }
    .btn-web:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    .btn-web a {
        background: none;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    /*=============================================
 ******************** header ******************
 *=============================================*/
    .header-box {
        position: relative;
        width: 100%;
        z-index: 100;
        margin-bottom: 0;
    }
    header .logo {
        text-align: center;
        font-size: 28px;
        padding: 87px 10px 10px;
        width: auto;
        max-width: none;
    }
    header .logo a {
        text-decoration: none;
    }
    header h1 {
        font-size: 14px;
        padding: 10px;
        text-align: left;
        top: 137px;
        left: calc(50% - 45vw);
        text-align: left;
        right: auto;
        width: 280px;
        margin: 0;
    }
    html img {
        max-width: 100%;
        height: auto;
    }
    #head-key .logo {
        width: auto;
    }
    .js-scroll {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        flex-wrap: nowrap;
        overflow: visible;
    }
    /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
    #menu_toggle {
        top: 0;
        right: 0;
        position: fixed;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: none;
        height: 84px;
        left: auto;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .has_nav #menu_toggle {
        opacity: 1;
        visibility: visible;
    }
    .menu_toggle .logo-nav {
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu_toggle .logo-nav img {
        width: 100%;
        height: auto;
    }
    .menu_toggle .tel dt .tel-icon {
        font-size: 24px;
        letter-spacing: 0.08em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 20px;
        margin-top: -6px;
        position: relative;
    }
    .menu_toggle .tel dt .tel-icon::before {
        content: "";
        position: absolute;
        left: -1px;
        top: -3px;
        width: 1px;
        height: 55px;
        background: #D3D3D3;
    }
    .has_nav .menu_toggle {
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
    .menu_toggle .nav {
        position: relative;
        display: flex;
        justify-content: flex-start;
        height: 50px;
        max-width: 1000px;
        padding-top: 0;
        width: auto;
        order: 2;
        flex-direction: row;
        margin-bottom: 0;
        margin-top: -8px;
    }
    .menu_toggle a.nav-main, .menu_toggle .sub-nav {
        position: relative;
        display: flex;
        text-decoration: none;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        letter-spacing: 0;
        font-size: 15px;
        width: 100%;
        height: 100%;
        padding: 5px 2px;
        margin: 0 9px;
    }
    .menu_toggle .nav a.active {
        color: #918D81;
    }
    .menu_toggle .nav a:after {
        content: '';
        display: block;
        width: 21px;
        height: 0;
        background-color: #918D81;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -7px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        transition: all 400ms cubic-bezier(.455, .03, .515, .955)
    }
    .menu_toggle .nav a:hover {
        color: #918d81
    }
    .menu_toggle .nav a:hover:after, .menu_toggle .nav a.active:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 1px;
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
        transition: opacity 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
        transition: opacity 400ms cubic-bezier(.455, .03, .515, .955), transform 400ms cubic-bezier(.455, .03, .515, .955);
        transition: opacity 400ms cubic-bezier(.455, .03, .515, .955), transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955)
    }
    .menu_toggle .sub-box {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50px;
        left: 0;
        width: 275px;
        background: #FFF;
        box-sizing: border-box;
        padding: 10px;
        transition: all 0.4s ease;
    }
    .menu_toggle .sub-nav::before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2px;
        transition: all 0.3s ease;
    }
    .menu_toggle li.map {
        position: relative;
    }
    .menu_toggle li.map::before {
        content: "";
        position: absolute;
        left: 7px;
        top: 16px;
        width: 1px;
        height: 20px;
        background: #D3D3D3;
    }
    .menu_toggle .logo {
        order: 1;
        width: 110px;
        margin-left: 20px;
        align-self: flex-start;
        margin-bottom: 0;
        margin-top: -14px;
    }
    .menu_toggle .tel {
        margin-bottom: 0;
        order: 3;
        margin-left: 1px;
        border-left: 1px solid;
        align-self: flex-start;
        position: relative;
        margin-left: 20px;
    }
    .menu_toggle .tel dt {
        font-size: 12px;
        display: flex;
        text-align: left;
        padding-left: 10px;
        white-space: nowrap;
        margin-top: 1px;
    }
    .menu_toggle .tel dt span {
        display: none
    }
    .menu_toggle .tel dd {
        font-size: 12px;
        position: absolute;
        left: 136px;
        letter-spacing: 0;
        top: 22px;
		
    }
    .menu_toggle .btn-web {
        order: 4;
        background: #262626;
        width: 150px;
        margin-right: 0;
        margin-top: -20px;
        margin-left: 20px;
        position: relative;
    }
    .menu_toggle .btn-web a {
        height: 84px;
        line-height: 90px;
    }
    .menu_toggle .btn-web a::before {
        left: 27px;
        top: 35px;
    }
    /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
    #head-key {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin-bottom: -2px;
        position: relative;
    }
    #head-key .gr-btn {
        justify-content: space-between;
        margin: 0;
        width: 361px;
        position: absolute;
        left: 30px;
        top: -218px;
        z-index: 100;
    }
    #head-key .gr-btn .btn {
        width: 177px;
        background: #000;
        position: relative;
        overflow: hidden;
    }
    #head-key .gr-btn .btn:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #5ea508;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -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;
    }
    #head-key .gr-btn .btn.pdf:before {
        background: #c31818;
    }
    #head-key .gr-btn .btn:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    #head-key .gr-btn .btn a {
        padding: 3px;
        background: #fff;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 12px;
        position: relative;
        padding-left: 31px;
        background: none;
        line-height: 33px;
        letter-spacing: 0px;
        border: 1px solid #9E9E9E;
    }
    #head-key .gr-btn .btn.pdf {
        background: #9b4242
    }
    #head-key .gr-btn .btn.pdf a {
        background: none
    }
    #head-key .gr-btn .btn.cart a::before {
        content: "";
        background: url("../img/shared/icon_cart.png") no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 21px;
        height: 21px;
        background-size: 100%;
        position: absolute;
        top: 9px;
        left: 13px;
        filter: invert(1);
    }
    #head-key .gr-btn .btn.pdf a::before {
        content: "";
        background: url("../img/shared/icon_calendar_sp.png") no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 19px;
        background-size: 100%;
        position: absolute;
        top: 11px;
        left: 20px;
        filter: invert(1);
    }
    #head-key .nav-h {
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-bottom: 50px;
    }
    #head-key .nav-h a {
        font-size: 22px;
        margin: 0 25px;
        position: relative;
    }
    #head-key .nav-h a.active {
        color: #918D81;
    }
    #head-key .nav-h a:after {
        content: '';
        display: block;
        width: 21px;
        height: 0;
        background-color: #918D81;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -7px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
        transition: all 400ms cubic-bezier(.455, .03, .515, .955)
    }
    #head-key .nav-h a:hover {
        color: #918d81
    }
    #head-key .nav-h a:hover:after, #head-key .nav-h a.active:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        height: 1px;
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
        transition: opacity 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955);
        transition: opacity 400ms cubic-bezier(.455, .03, .515, .955), transform 400ms cubic-bezier(.455, .03, .515, .955);
        transition: opacity 400ms cubic-bezier(.455, .03, .515, .955), transform 400ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 400ms cubic-bezier(.455, .03, .515, .955)
    }
    #head-key .link {
        position: absolute;
        right: 204px;
        top: -128px;
        z-index: 100;
        border-right: 1px solid #C3C3C3;
    }
    #head-key .link li {
        border-left: 1px solid #C3C3C3;
        line-height: 17px;
    }
    #head-key .link li a {
        padding: 0 17px;
    }
    #head-key .link li a:hover {
        opacity: 0.8
    }
    #head-key .sns {
        position: absolute;
        right: 20px;
        top: -141px;
        z-index: 100;
        
    }
    #head-key .sns li {
        width: 30px;
        margin: 0 11px;
        filter: invert(1);
    }
     #head-key .sns li:last-child {
         filter: none;
    }
    #head-key .bnr {
        position: absolute;
        bottom: -24px;
        right: 0;
        z-index: 10;
    }
    #head-key .gr-head {
        position: absolute;
        top: -250px;
        right: 0;
        width: 468px;
        background: #fff;
        border: 1px solid;
        display: flex;
        z-index: 100;
    }
    #head-key .gr-head .tel {
        text-align: center;
        display: flex;
        padding: 14px 12px 5px;
        align-items: center;
        height: 100%;
    }
    #head-key .gr-head .tel dt {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0vw;
        text-align: left;
        border-right: 1px solid #C5C5C5;
        width: 90px;
        padding-top: 4px;
        padding-bottom: 2px;
    }
    #head-key .gr-head .tel dd .tel-icon {
        font-size: 26px;
        letter-spacing: 0;
    }
    #head-key .gr-head .tel dd .tel-icon span {
        margin-top: -2%;
        width: 10%;
        display: inline-block;
        margin-right: 2%;
        vertical-align: middle;
    }
    #head-key .gr-head .tel dd {
        font-size: 13px;
        line-height: 20px;
        padding-top: 17px;
        padding-bottom: 10px;
    }
    #head-key .gr-head .btn-web {
        background: #262626;
        width: 153px;
        margin-right: 0;
    }
    #head-key .gr-head .btn-web a::before {
        left: 23px;
        top: 38px;
    }
    #head-key .gr-head .btn-web a {
        height: 90px;
        line-height: 94px;
        position: relative;
        z-index: 5;
    }
    .fixed-right {
        position: fixed;
        right: 0;
        top: 190px;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
    }
    .fixed-btn .fixed-right {
        opacity: 1;
        visibility: visible;
    }
    .fixed-right p {
        margin-bottom: 10px;
    }
    #key-box {
        width: 100%;
        height: 750px;
        overflow: hidden;
        max-width: 1340px;
        margin: 0 auto;
    }
   
    /*=============================================
 ******************* footer *******************
 *=============================================*/
    footer {
        position: relative;
        padding: 78px 0 48px;
    }
    html footer .wrap {
        width: 1243px;
        padding: 0 20px;
    }
    footer nav {
        width: 348px;
        text-align: center;
        position: absolute;
        right: -8px;
        top: 7px;
        margin-bottom: 0;
    }
    footer nav > a {
        margin-right: 15px;
        text-align: left;
        width: 147px;
    }
    footer nav a::before {
        top: 17px;
    }
    footer nav a:hover::before {
        opacity: 1;
        visibility: visible;
    }
    footer .logo {
        text-align: center;
        max-width: 250px;
        margin-bottom: -3px;
    }
    footer dl.tel-ft {
        padding: 10px 0 15px;
        text-align: center;
    }
    footer dl.tel-ft dt {
        font-weight: bold;
    }
    footer dl.tel-ft dt .tel-icon {
        font-size: 25px;
    }
    footer dl.tel-ft dt .tel-icon span {
        font-size: 24px;
        padding: 0 4px 0 8px;
    }
    footer .info-footer {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }
    footer .info-footer dl {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed;
    }
    footer .info-footer dl dt {
        font-weight: bold;
    }
    footer h2 {
        text-align: center;
        font-weight: bold;
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 58px;
    }
    footer .group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 750px;
        margin-bottom: 92px;
    }
    footer .left {
        width: 321px;
        margin-bottom: 0;
    }
    footer .tel {
        padding: 16px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 21px;
        margin-left: -30px;
    }
    footer .tel dt {
        font-size: 14px;
        line-height: 48px;
    }
    footer .tel dt .tel-icon {
        font-size: 41px;
        margin-left: 17px;
        letter-spacing: -2px;
    }
    footer .tel dd {
        font-size: 14px;
    }
    footer .banner {
        position: relative;
        margin-bottom: 30px;
    }
    footer .banner span {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        z-index: 10;
        top: 19px;
        left: 30px;
        line-height: 28px;
    }
    footer .right {
        width: 459px;
        margin-top: 46px;
        margin-bottom: 0;
        margin-left: 40px;
    }
    footer .right .ttl {
        text-align: left;
        margin-bottom: 60px;
    }
    footer .right .info {
        text-align: left;
        letter-spacing: 1px;
    }
    footer .right .info span {
        display: inline-block;
        margin-left: 76px;
    }
    footer .right .address {
        text-align: left;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 13px;
    }
    footer .right .info dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }
    footer .right .info dl dt {
        width: 150px;
    }
    footer .right .info dl dd {
        width: calc(100% - 150px);
        padding-left: 0;
    }
    footer .btn-web {
        width: 260px;
        margin-left: 0px;
        border: 1px solid #fff;
        margin-bottom: 0;
        background: none;
    }
    footer .btn-web::before {
        background: #fff
    }
    footer .btn-web a:hover {
        color: #000
    }
    footer .btn-web a:hover::before {
        filter: invert(1)
    }
    footer .btn-web a {
        background: none;
        color: #fff;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
    footer .btn-web a::before {
        filter: invert(0);
        left: 76px;
        top: 27px;
    }
    footer .sns {
        position: absolute;
        right: 30px;
        top: 230px;
        width:120px;
    }
    footer .sns li{
        width:30px;
    }
    footer .gr-btn {
        position: absolute;
        right: 30px;
        top: 300px;
        width: 355px;
        margin-bottom: 0;
    }
    footer .gr-btn .btn {
        position: relative;
        border: 1px solid #fff;
        overflow: hidden;
    }
    footer .gr-btn .btn a {
        background: none;
        color: #fff;
    }
    footer .gr-btn .btn.cart a::before {
        filter: invert(1)
    }
    footer .gr-btn .btn a:hover {
        color: #000
    }
    footer .gr-btn .btn a:hover::before {
        filter: invert(1)
    }
    footer .gr-btn .btn:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -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;
    }
    footer .gr-btn .btn:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    footer .gr-btn .btn:hover a::before {
        filter: invert(0) !important;
    }
    footer .gr-btn .btn.pdf a::before {
        filter: invert(1);
    }
    footer .access-btn {
        position: absolute;
        right: 42px;
        top: 387px;
        margin-bottom: 0;
    }
    footer address {
        text-align: left;
        padding: 50px 0 0;
        letter-spacing: 1px;
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: -10px;
    }
    /*=============================================
***************** copyright ******************
*=============================================*/
    #pagetop {
        cursor: pointer;
        transition: all 0.3s ease;
        position: fixed;
        bottom: 30px;
        right: 10px;
        width: auto;
    }
    #pagetop:hover {
        opacity: 0.9;
    }
    #socialbuttons {
        max-width: 350px;
        line-height: 1;
        margin-right: -50px;
    }
    address {
        padding: 25px 0 10px;
    }
    address span:hover {
        border-bottom: 1px solid;
    }
}
.dot_right .slick-dots {
    text-align: right;
}
.dot_left .slick-dots {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1460px) {
	.menu_toggle a.nav-main, .menu_toggle .sub-nav {
        font-size: 14px;
		margin: 0 6px;
    }
	.menu_toggle .tel{
		margin-left: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1370px) {
	.menu_toggle a.nav-main, .menu_toggle .sub-nav{
		font-size: 14px;
		margin: 0 8px;
	}
	.menu_toggle .btn-web{
		margin-left: 0;
	}
	.menu_toggle .tel{
		margin-left: 15px;
	}
	.menu_toggle .tel dt{
		font-size: 10px;
        letter-spacing: 0;
	}
	.menu_toggle .tel dt .tel-icon{
		font-size: 18px;
	}
	.menu_toggle .tel dt .tel-icon{
		margin-left: 10px;
	}
	.menu_toggle .tel dd{
		left: 115px;
        font-size: 10px;
        top: 19px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
	.menu_toggle a.nav-main, .menu_toggle .sub-nav{
		font-size: 1vw;
		margin: 0 5px;
	}
	.menu_toggle .btn-web{
		width: 115px;
	}
	.menu_toggle .btn-web a{
		padding-left: 22px;
	}
	.menu_toggle .btn-web a::before{
		left: 13px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
	.menu_toggle .btn-web{
		width: 115px;
	}
	.menu_toggle .btn-web a{
		padding-left: 22px;
	}
	.menu_toggle .btn-web a::before{
		left: 13px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.menu_toggle .nav{
		margin-left: auto;
	}
	.menu_toggle a.nav-main, .menu_toggle .sub-nav {
        font-size: 1vw;
        margin: 0 1px;
    }
	.menu_toggle li.map::before{
		left: 1px;
	}
    .menu_toggle .tel {
        margin-left: 10px;
		margin-right: -10px;
    }
    .menu_toggle .btn-web {
        margin-left: 1px;
		width: 120px;
    }
	.menu_toggle .tel dt .tel-icon{
		letter-spacing: 1px;
		font-size: 20px;
	}
	.menu_toggle .tel dt .tel-icon{
		font-size: 18px;
	
	}
	.menu_toggle .tel dd{
		left: 115px;
        font-size: 10px;
	}
	.menu_toggle .btn-web a::before{
		left: 13px;
	}
	.menu_toggle .logo{
		margin-right: 0px;
		margin-left: 10px;
	}
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotate img {
    animation: rotate 10s linear infinite;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
        opacity: 1;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
    }
    .btn {
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
    }
    .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */ a:hover img:not(.btn):not(.non-over), button:hover img {
        cursor: pointer;
        opacity: .8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }
    a:before {
        text-decoration: underline;
        display: inline-block;
    }
    a:before, a:hover:before {
        text-decoration: none;
    }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
    min-width: auto;
}
html a:hover {
    text-decoration: none;
}
html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 90%;
}
.sp {
    display: block;
}
.pc {
    display: none !important;
}
html #socialbuttons .social-line {
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    html #socialbuttons .social-line {
        width: auto;
        overflow: hidden;
    }
    html .wrap {
        padding: 0;
        width: 1000px;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
    body {
        position: static !important;
        top: 0 !important;
        box-sizing: border-box;
    }
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt, .txt1, .txt2, .txt3 {
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    .txt, .txt1, .txt2, .txt3 {}
    hr.line {
        height: 1px;
        margin: 0 calc(50% - 50vw);
    }
}
.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);
}
.ttl-shared {
    position: relative;
    padding-top: 9vw;
    letter-spacing: 3px;
    font-size: 7vw;
}
.ttl-shared::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_gold.png") no-repeat;
    left: 0;
    right: 0;
    width: 22px;
    height: 25px;
    background-size: 100%;
    margin: 0 auto;
    top: 0;
}
@media only screen and (min-width: 768px) {
    .ttl-shared {
        padding-top: 20px;
        font-size: 30px;
        width: 40px;
        height: 310px;
    }
    .ttl-shared::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 397px;
        background: #000;
        left: 23px;
        margin-top: 16px;
    }
    .ttl-shared::before {
        width: 27px;
        height: 27px;
        top: -6px;
        left: 10px;
    }
}
.reserve-shared {
    position: relative;
    padding: 15vw 0 3vw;
    background: url("../img/shared/bg2.jpg") repeat;
}
.reserve-shared h2 {
    width: 71%;
    margin: 0 auto 6vw;
}
.reserve-shared .txt {
    margin-bottom: 8vw;
    text-align: center;
}
.reserve-shared .box-contact {
    flex-direction: column;
    padding: 9% 5% 12%;
    background: #fff;
}
.reserve-shared .box-contact .tel {
    text-align: center;
    margin-bottom: 6vw;
    letter-spacing: 0.1em;
}
.reserve-shared .box-contact .tel dt {
    font-size: 4vw;
}
.reserve-shared .box-contact .tel dt .tel-icon {
    font-size: 10vw;
}
.reserve-shared .box-contact .tel dt .tel-icon span {
    width: 10%;
    display: inline-block;
    margin-right: 2%;
}
.reserve-shared .box-contact .tel dd {
    font-size: 12px;
    line-height: 20px;
}
.reserve-shared .box-contact .col h3 {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 2vw;
}
.reserve-shared .box-contact .col .btn-web a::before {
    left: 27%;
}
.reserve-shared .row2 {
    position: relative;
    padding: 10vw 0 10vw;
}
.reserve-shared .row2 h3 {
    font-size: 5vw;
    margin-bottom: 4vw;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .reserve-shared {
        padding: 89px 0 20px;
    }
    .reserve-shared h2 {
        margin: 0 auto 20px;
        text-align: center;
    }
    .reserve-shared .txt {
        margin-bottom: 60px;
        text-align: center;
    }
    .reserve-shared .box-contact {
        padding: 38px 80px;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .reserve-shared .box-contact .tel {
        margin-bottom: 20px;
        width: 418px;
    }
    .reserve-shared .box-contact .tel dt {
        margin-bottom: 17px;
        font-size: 20px;
    }
    .reserve-shared .box-contact .tel dt .tel-icon {
        font-size: 55px;
        letter-spacing: -1px;
        margin-top: 30px;
        display: inline-block;
        white-space: nowrap;
    }
    .reserve-shared .box-contact .tel dt .tel-icon span {
        width: 51px;
        margin-left: -55px;
        margin-top: -17px;
        vertical-align: middle;
    }
    .reserve-shared .box-contact .tel dd {
        font-size: 18px;
        margin-left: -49px;
        letter-spacing: 0;
    }
    .reserve-shared .box-contact .col {
        width: 370px;
    }
    .reserve-shared .box-contact .col .btn-web {
        width: 330px;
    }
    .reserve-shared .box-contact .col .btn-web a {
        font-size: 23px;
        height: 90px;
        line-height: 85px;
        padding-left: 40px;
    }
    .reserve-shared .box-contact .col h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .reserve-shared .box-contact .col .btn-web a::before {
        width: 25px;
        left: 82px;
        top: 30px;
    }
    .reserve-shared .row2 {
        padding: 20px 0 20px;
    }
    .reserve-shared .row2 h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.other-shared {
    position: relative;
    padding: 12vw 0 5vw;
}
.other-shared h2 {
    width: 90%;
    margin: 0 auto 12vw;
}
.other-shared #menulist {
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
    position: relative;
}
.other-shared #menulist .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    width: 100%;
	flex-direction: column;
}
.other-shared #menulist .row .col {
    display: flex;
    align-items: center;
    position: relative;
    background: #857d6e;
    width: 100vw;
}
.other-shared #menulist .row .col .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    padding: 15vw 0 15vw;
}
.other-shared #menulist .row .col .box .inner {
    position: relative;
    z-index: 5;
    padding: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other-shared #menulist .row .col .box .price {
    text-align: center;
    padding-top: 5vw;
    margin-bottom: 7vw;
    position: relative;
    letter-spacing: 2px;
}
.other-shared #menulist .row .col .box .price::before {
    content: "";
    background: url("../img/course/other_deco1.png") no-repeat;
    position: absolute;
    top: -23px;
    left: 0;
    width: 33px;
    height: 30px;
    background-size: 100%;
    margin: 0 auto;
    right: 0;
}
.other-shared #menulist .row .col .box .price dt {
    font-size: 5vw;
    margin-bottom: 3vw;
}
.other-shared #menulist .row .col .box .price dd {
    font-size: 6vw;
    letter-spacing: 7px;
}
.other-shared #menulist .row .col .box .price dd small {
    font-size: 4vw;
}
.other-shared #menulist .row .col .box .price dd span {
    font-size: 5vw;
}
.other-shared #menulist .row .col .box .txt {
    margin-bottom: 6vw;
    text-align: center;
}
.other-shared #menulist .row .col .box .note {
    text-align: center;
    font-size:3vw;
}
.other-shared #menulist .row .col .box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.other-shared .gr-item {
    flex-direction: column;
    background: url("../img/shared/bg3.jpg") repeat;
    padding: 8vw 5% 15vw;
    color: #000;
    margin: 14vw 3% 14vw;
}
.other-shared .gr-item .item {
    text-align: center;
    margin-bottom: 5vw;
    border-bottom: 1px solid #857D6E;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
    position: relative;
}
.other-shared .gr-item .item::after {
    content: "";
    position: absolute;
    background: url("../img/course/other_icon.jpg") no-repeat;
    left: 0;
    right: 0;
    width: 40px;
    height: 20px;
    background-size: 100%;
    margin: 0 auto;
    bottom: -13px;
}
.other-shared .gr-item .item dl {
    letter-spacing: 2px;
}
.other-shared .gr-item .item dl dt {
    font-size: 4vw;
}
.other-shared .gr-item .item dl dd {
    font-size: 6vw;
}
.other-shared .gr-item .item .note{
    font-size:2.5vw;
    padding:10px 0;
}
.other-shared .gr-item .item dl dd span {
    font-size: 5vw;
}
.other-shared .gr-item .item dl dd span small {
    font-size: 3vw;
}
.other-shared .gr-item .item2 {
    position: relative;
    padding-left: 30%;
}
.other-shared .gr-item .item2 .ttl {
    background: url("../img/menu/sushi_deco4.png") no-repeat;
    width: 20vw;
    height: 25vw;
    color: #9c752c;
    background-size: 100%;
    font-size: 14px;
    padding: 7% 0;
    box-sizing: border-box;
    position: absolute;
    left: 2%;
    top: 18%;
}
@media only screen and (min-width: 768px) {
    .other-shared {
        padding: 20px 0 78px;
    }
    .other-shared h2 {
        margin: 0 auto 77px;
        width: auto;
        text-align: center;
    }
	.other-shared #menulist .row{
		width: 100%;
		flex-direction: row;
	}
    .other-shared #menulist .row .col {
        width: calc(100% / 3);
    }
    .other-shared #menulist .row .col .box {
            width: 100%;
			justify-content: flex-start;
			padding-top: 150px;
			box-sizing: border-box;
		height: 100%;
    }
    .other-shared #menulist .row .col .box .price {
        padding-top: 20px;
        margin-bottom: 62px;
    }
    .other-shared #menulist .row .col .box .price::before {
        width: 50px;
        top: -54px;
    }
    .other-shared #menulist .row .col .box .price dt {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .other-shared #menulist .row .col .box .price dd {
        font-size: 44px;
        letter-spacing: 7px;
        line-height: 47px;
    }
    .other-shared #menulist .row .col .box .price dd small {
        font-size: 30px;
    }
    .other-shared #menulist .row .col .box .price dd span {
        font-size: 36px;
    }
    .other-shared #menulist .row .col .box .txt {
        margin-bottom: 210px;
        width: 380px;
        margin: 0 auto;
        padding: 0 20px 20px;
    }
    .other-shared .gr-item {
        padding: 63px 58px 5px;
        margin: 120px 0 20px;
        width: 995px;
        margin: 120px auto 0;
        box-sizing: border-box;
    }
    .other-shared .gr-item .item {
        padding-bottom: 54px;
        margin-bottom: 50px;
    }
    .other-shared .gr-item .item::after {
        width: 51px;
        height: 22px;
    }
    .other-shared .gr-item .item:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .other-shared .gr-item .item:last-of-type::after {
        border-bottom: 0;
        display: none;
    }

    .other-shared .gr-item .item dl dt {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .other-shared .gr-item .item dl dd {
        font-size: 30px;
    }
    .other-shared .gr-item .item dl dd span {
        font-size: 24px;
        letter-spacing: 4px;
        margin-top: 13px;
        display: inline-block;
    }
   .other-shared .gr-item .item .note{
         font-size:13px;
        margin-top:30px;
        line-height:200%;
    }
    .other-shared .gr-item .item dl dd span small {
        font-size: 18px;
    }
    .other-shared #menulist .row .col .box .note {
        font-size:13px;
        margin-top:30px;
        line-height:200%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1550px) {
	.other-shared #menulist .row .col .box .price dt{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.other-shared #menulist .row .col .box .price dd {
		font-size: 26px;
		letter-spacing: 7px;
		line-height: 40px;
	}
	.other-shared #menulist .row .col .box .price dd small {
   		 font-size: 18px;
	}
	.other-shared #menulist .row .col .box .price dd span {
    	font-size: 24px;
	}
	
}



@media only screen and (min-width: 768px) and (max-width: 1330px) {
	.other-shared #menulist .row .col .box .price dt{
		font-size: 18px;

	}
	.other-shared #menulist .row .col .box .txt {
		max-width: 100%;
		box-sizing: border-box;
	}
    .other-shared #menulist .row .col .box .note {
        padding:0 20px 20px;
        
    }
}




