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


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

@charset "UTF-8";

/* Scss Document */

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


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

body {
    color: #141414;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    line-height: 2.25;
    letter-spacing: 0.04em;
    background: url('../img/shared/bg.jpg');
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    body {
        background: url('../img/shared/bg_sp.jpg') repeat-y center / 100% auto;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.1em;
    }
}


/*=============================================
 * 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-hannari {
    font-family: "Hannari";
}

.fnt-abril {
    font-family: 'Abril Fatface', cursive;
}

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


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

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

.wrap {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
}

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


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

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

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

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

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

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

footer .cookies_link a {
    text-decoration: none;
}

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


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

#socialbuttons {
    display: flex;
    justify-content: center;
}


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

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


/*=============================================
 * 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: 90px;
    right: 20px;
}

@media screen and (max-width: 767px) {
    #pagetop {
        width: 50px;
    }
}

header .menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    height: 100%;
    overflow-y: auto;
    color: #fff;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 50px;
    background: url('../img/shared/bg_f.jpg');
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

@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 {
    /* background: #14304e; */
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    /* transform: translateX(-50%); */
    z-index: 9999;
    color: #fff;
    width: 60px;
    height: auto;
}

.hamburger:after {
    font-size: 11px;
    content: 'MENU';
    display: block;
    text-align: center;
    margin-top: -8px;
    letter-spacing: -0.05em;
    display: none;
}

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

.navOpen .hamburger {
    /* background: transparent; */
    /* padding-top: 14px; */
    /* box-sizing: border-box; */
}

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

.hamburger-box {
    height: auto;
}

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

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

.slick-arrow.slick-next {
    background: url("../img/index/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;
    justify-content: center;
}

.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 4.5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* border: 1px solid #000; */
    /* border-radius: 50%; */
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #315e10;
    cursor: pointer;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}

.slick-dots li.slick-active button {
    background: #315e10;
}

@media only screen and (min-width: 768px) {
    .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;
    }
}


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

#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    color: #000;
}


/* 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);
    }
}

@media only screen and (min-width: 768px) {
    .has_nav footer:after {
        display: none;
    }
}

.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%;
    justify-content: space-between;
    z-index: 100;
    background: url('../img/shared/bg_f.jpg');
}

.ft_fixed_shared li {
    width: calc((100% - 71px) / 2);
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.ft_fixed_shared li:last-of-type {
    width: 71px;
    border: 0;
}

.ft_fixed_shared li a {
    display: block;
    text-align: center;
}

.ft_fixed_shared li img {
    height: 54px;
    width: auto;
    display: inline-block;
}

.hamburger-box .on {
    opacity: 0!important;
    position: absolute;
    top: 0;
}

.navOpen .hamburger .hamburger-box .on {
    opacity: 1!important;
}

.bg_parallax {
    position: relative;
    padding-top: 80%;
    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: 100vh !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;
    }
}


/*=============================================
 * design
 *=============================================*/

#header {
    min-height: 1110px;
    position: relative;
}

#header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: url("../img/shared/key_shadow.png") repeat-x top, url("../img/shared/key_deco.png") repeat-x bottom center;
}

#header .group1 {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 66px;
}

#header .group1 .btn1 {
    margin-top: 72px;
}

#header .group2 {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 354px;
    margin: -43px auto 0;
}

#header .group2 .tel {
    margin-top: -114px;
    position: relative;
}

#header .nav {
    right: calc(50% + 125px);
    top: 425px;
}

#header .group-btn {
    position: absolute;
    top: 438px;
    z-index: 4;
    left: calc(50% + 87px);
    text-align: right;
}

#header .group-btn li+li {
    margin-top: 13px;
}

#header h1 {
    color: #fff;
    position: absolute;
    top: 240px;
    right: 72px;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
    height: 270px;
    z-index: 4;
}

#header .group4 .btn {
    position: absolute;
    z-index: 3;
    left: 71px;
    top: 747px;
    cursor: pointer;
}

#header .group4 .btn:hover {
    opacity: 0.8;
}

#header .banner {
    position: absolute;
    z-index: 3;
    left: 70px;
    top: 810px;
}

.nav-fixed {
    background: rgba(27, 27, 27, 0.82);
    color: #fde8c2;
    width: 100%;
}

.nav-fixed .wrap {
    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 .group-btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-fixed .group-btn1 li+li {
    margin-left: 12px;
}

.nav-fixed .nav1 {
    /*width: 550px;*/
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-fixed .nav1 li {
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.nav-fixed .nav1 li::after {
    content: '/';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
}

.nav-fixed .nav1 li:last-of-type::after {
    display: none;
}

.nav-fixed .nav1 li a {
    position: relative;
    text-decoration: none;
}

.nav-fixed .nav1 li a::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #fde8c2;
    width: 7px;
    height: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-fixed .nav1 li a:hover::after,
.nav-fixed .nav1 li a.active::after {
    opacity: 1;
}

.nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    right: calc(50% + 125px);
    top: 425px;
    z-index: 4;
    color: #fff;
}

.nav li {
    width: 22px;
}

.nav li a {
    display: block;
    height: 150px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.04em;
    padding-top: 12px;
    cursor: pointer;
    text-shadow: 10px 0 20px rgba(0, 0, 0, 0.8), 0 10px 20px rgba(0, 0, 0, 0.8), -10px 0 20px rgba(0, 0, 0, 0.8), 0 -10px 20px rgba(0, 0, 0, 0.8);
}

.nav li+li {
    margin-right: 19px;
}

.nav li:nth-child(1) a.active,
.nav li:nth-child(1) a:hover {
    background: url("../img/shared/bg_nav_1.png");
}

.nav li:nth-child(2) a.active,
.nav li:nth-child(2) a:hover {
    background: url("../img/shared/bg_nav_2.png");
}

.nav li:nth-child(3) a.active,
.nav li:nth-child(3) a:hover {
    background: url("../img/shared/bg_nav_3.png");
}

.nav li:nth-child(4) a.active,
.nav li:nth-child(4) a:hover {
    background: url("../img/shared/bg_nav_4.png");
}

.nav li:nth-child(5) a.active,
.nav li:nth-child(5) a:hover {
    background: url("../img/shared/bg_nav_5.png");
}

.nav li:nth-child(6) a.active,
.nav li:nth-child(6) a:hover {
    background: url("../img/shared/bg_nav_6.png");
}

#key {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#key .img1 {
    background: url("../img/index/key_1.jpg") no-repeat center/cover;
}

#key .img2 {
    background: url("../img/index/key_2.jpg") no-repeat center/cover;
}

#key .img3 {
    background: url("../img/index/key_3.jpg") no-repeat center/cover;
}

#key .slide .slick-dots {
    position: absolute;
    z-index: 3;
    left: 74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 41%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#key .slide .slick-dots li {
    margin: 9px 0;
    width: 12px;
    height: 12px;
}

#key .slide .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fac72d;
    border: 0;
}

#key .slide .slick-dots li.slick-active button {
    background: #fff;
}

#key,
#key .slide,
#key .img {
    height: 1110px;
}

#popup1 h2 {
    padding-top: 44px;
    margin-bottom: 20px;
}

#popup1 h3 {
    font-size: 17px;
    letter-spacing: 0.075em;
    margin-bottom: 50px;
}

#popup1 .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;
    padding: 0 50px;
}

#popup1 .flex p.txt {
    width: 415px;
    line-height: 2.6;
    max-width: 100%;
}

#popup1 .flex ul {
    width: 449px;
    border: 1px solid #fff;
    padding: 50px 0 50px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

#popup1 .flex ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#footer {
    background: url("../img/shared/bg_f.jpg");
    color: #fff;
    position: relative;
    z-index: 99;
}

#footer::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    height: 108px;
    background: url("../img/index/s3_deco_3.png") repeat-x bottom center;
}

#footer .group1 {
    position: relative;
    padding-bottom: 83px;
    overflow: hidden;
}

#footer .group1 .nav {
    position: absolute;
    top: 47px;
    right: 159px;
}

#footer .group1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#footer .group1 .banner {
    right: -200px;
    text-align: right;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

#footer .group1 .left {
    width: 354px;
    margin-left: -160px;
    text-align: center;
    position: relative;
    top: -13px;
}

#footer .group1 .left .logo {
    width: 265px;
    margin: 0 auto;
}

#footer .group1 .left .tel {
    text-align: center;
    position: relative;
    margin-top: -57px;
}

#footer .group1 .left .group-btn {
    display: inline-block;
    text-align: right;
    margin-bottom: 31px;
    margin-top: 2px;
    margin-right: 4px;
}

#footer .group1 .left .group-btn li+li {
    margin-top: 13px;
}

#footer .group1 .info {
    width: 796px;
    padding-top: 184px;
}

#footer .group1 .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
}

#footer .group1 .info dl+dl {
    margin-top: 14px;
}

#footer .group1 .info dl dt {
    width: 100px;
}

#footer .group1 .info dl dd {
    width: calc(100% - 100px);
}

#footer #ggmap {
    background: #f8bc06;
}

#footer #ggmap .ggmap {
    height: 465px;
}

#footer #ggmap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 67px;
    padding-bottom: 74px;
    color: #000;
}

#footer #ggmap ul .btn2 {
    text-align: right;
    margin-top: 6px;
    margin-right: -6px;
    letter-spacing: 0.06em;
}

#footer #ggmap ul li {
    margin: 0 87px;
}

#footer #ggmap ul li+li {
    position: relative;
}

#footer #ggmap ul li+li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 39px;
    -webkit-transform: skew(-51deg);
    transform: skew(-51deg);
    background: #000;
    left: -87px;
    top: 11px;
}

#footer .group {
    text-align: center;
    background: url("../img/shared/bg2.jpg");
    color: #000;
    line-height: 1.5;
    padding: 46px 0 51px;
}

#footer .group .cookies_link {
    font-size: 12px;
    margin-top: 4px;
}

@media screen and (max-width: 1300px) {
    #footer .group1 .banner {
        right: 0;
        bottom: -70px;
    }
    #footer .group1 .left {
        margin-left: 0;
    }
    #footer .group1 .info {
        width: 600px;
        padding-top: 230px;
    }
    #footer .group1 .nav {
        right: 40px;
    }
    #footer .group1 {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .remodal-close {
        right: 20px;
    }
    #popup1 h2 {
        padding-top: 80px;
        width: 70%;
        margin: 0 auto 5%;
    }
    #popup1 h3 {
        letter-spacing: 0;
        font-size: 4vw;
        margin-bottom: 14%;
    }
    #popup1 .wrap {
        padding: 0;
    }
    #popup1 .flex {
        display: block;
        padding: 0;
    }
    #popup1 .flex p.txt {
        margin-bottom: 50px;
        margin: 0 auto 50px;
        letter-spacing: 0;
    }
    #popup1 .flex ul {
        padding-left: 30px;
        padding-right: 20px;
        text-align: left;
        margin: 0 auto;
    }
    #header {
        min-height: auto;
        padding-bottom: 15vw;
    }
    #header:before {
        background: url("../img/shared/key_deco_sp.png") no-repeat bottom / 100% auto;
    }
    #header .group1 {
        width: 224px;
        padding: 0;
        margin: -30px 0 0 -30px;
    }
    #header .group2 {
        width: 55%;
        margin: 0 auto 10vw;
    }
    #header h1 {
        font-size: 10px;
        padding: 0 5%;
        position: static;
        line-height: 1.5;
        height: auto;
    }
    #header .group4 {
        position: relative;
        z-index: 3;
    }
    #header .group4 .btn {
        position: static;
        margin: 0 15% 5vw;
    }
    #key {
        bottom: 0;
    }
    #key .img1 {
        background: url("../img/index/key_1_sp.jpg") no-repeat center/cover;
    }
    #key .img2 {
        background: url("../img/index/key_2_sp.jpg") no-repeat center/cover;
    }
    #key .img3 {
        background: url("../img/index/key_3_sp.jpg") no-repeat center/cover;
    }
    #key .slide .slick-list,
    #key .slide .slick-track {
        height: 100%;
    }
    #key .slide .slick-dots {
        left: 4%;
    }
    #key .slide .slick-dots li,
    #key .slide .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    #key .slide .slick-dots li {
        margin: 9px 0;
    }
    #key,
    #key .slide,
    #key .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    #menu_toggle .nav1 {
        width: 280px;
        margin: 0 auto;
        font-size: 17px;
        font-weight: 500;
        padding-top: 80px;
    }
    #menu_toggle .nav1 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    #menu_toggle .nav1 a {
        padding: 10px 0;
        position: relative;
        display: block;
    }
    #menu_toggle .nav1 a::before {
        content: '';
        position: absolute;
        background: url("../img/shared/arow.png") no-repeat center/100% auto;
        width: 8px;
        height: 10px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #menu_toggle .btn2 {
        width: 220px;
        margin: 40px auto 20px;
    }
    #menu_toggle .banner {
        position: static;
        margin: 0 auto;
        width: 240px;
    }
    #footer .group1 {
        padding-bottom: 15vw;
    }
    #footer .group1 .wrap {
        display: block;
    }
    #footer .group1 .info {
        width: auto;
        padding-top: 0;
    }
    #footer .group1 .info dl {
        line-height: 2;
    }
    #footer .group1 .info dl+dl {
        margin-top: 10px;
    }
    #footer .group1 .info dl dt {
        width: 90px;
    }
    #footer .group1 .info dl dd {
        width: calc(100% - 90px);
    }
    #footer .group1 .left {
        width: 70%;
        margin: 0 auto;
        position: static;
    }
    #footer .group1 .left .logo {
        width: 85%;
        margin: 0 auto;
    }
    #footer .group1 .left .tel {
        margin-top: -18vw;
    }
    #footer .group1 .left .group-btn {
        margin-bottom: 8vw;
        margin-right: 15%;
    }
    #footer .group1 .left .group-btn li:first-child {
        margin-left: -5%;
    }
    #footer .group1 .left .group-btn li+li {
        margin-left: 15%;
        margin-top: 4vw;
    }
    #footer .group1 .left .btn1 {
        margin: 0 15% 0 13%;
    }
    #footer .group1 .banner {
        position: static;
        margin: 8vw auto 12vw;
        width: 70%;
    }
    #footer #ggmap ul {
        margin-top: 0;
        padding: 10vw 0;
    }
    #footer #ggmap ul li+li::before {
        display: none;
    }
    #footer #ggmap ul li {
        margin: 0 auto;
        width: 50%;
    }
    #footer .group {
        padding-bottom: 80px;
    }
}

#popup1 .flex ul li span {
    margin-right: 10px;
}


/* CSS for IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}