﻿@charset "utf-8";

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

body {
    background: url(../img/shared/bg.jpg) repeat;
    text-align: left;
    color: #1e1916;
    font-size: 16px;
    line-height: 36px;
    cursor: auto;
    font: normal normal 16px/36px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    word-spacing: normal;
    min-width: 1200px;
    max-height: 100%;
}


/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
    clear: both;
    width: 100%;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1000px;
}


/*=============================================
 * header
 *=============================================*/

#header {
    min-width: 1200px;
    position: relative;
    min-height: 710px;
    box-shadow: 0px 5px 9px 0px rgba(4, 0, 0, 0.26);
    z-index: 17;
}

#header .home {
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right: 0;
    top: 75%;
    z-index: 999;
    transform: translateY(-50%);
}
#header .grand {
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 999;
    transform: translateY(-50%);
}

#header {
    min-height: 982px;
    background: url("../img/shared/line.jpg") repeat-x bottom;
}

#header .box {
    background: url("../img/shared/bg-h.jpg");
}

#header .box .wrap {
    position: relative;
}

#header .box .logo {
    position: absolute;
    top: 0;
    left: -125px;
    z-index: 1;
}

#header .box .flex {
    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;
}

#header .box .flex h1 {
    font-size: 14px;
    width: 370px;
    margin-top: 15px;
    position: relative;
    z-index: 4;
    letter-spacing: 0.02em;
    position: static;
    margin-left: 133px;
    line-height: 1.5;
}

#header .box .flex .group-tel .tel {
    position: static;
}

#header .box .flex .group-tel .tel li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#header .box .flex .group-tel .tel li:nth-child(1) {
    border-bottom: 1px solid #000;
}

#header .box .flex .group-tel .tel li:nth-child(1) .btn {
    margin-top: 18px;
}

#header .box .flex .group-tel .tel li:nth-child(2) .btn {
    margin-top: 8px;
}

#header .box .nav1 {
    width: 740px;
    margin-top: 20px;
    margin-left: auto;
    text-align: right;
    padding-bottom: 7px;
}

#header .box .nav1 li {
    display: inline-block;
    padding: 0 26px;
    line-height: 1;
    font-size: 20px;
    border-right: 1px solid #646262;
}

#header .box .nav1 li a {
    text-decoration: none;
}

#header .nav-fixed {
    width: 100%;
    background: url("../img/shared/bg-h.jpg");
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1028;
    opacity: 0;
    visibility: hidden;
}

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

#header .nav-fixed .tel {
    position: static;
}

#header .nav-fixed ul.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

#header .nav-fixed ul.tel li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#header .nav-fixed ul.tel li .btn {
    margin-top: 25px;
}

#header .nav-fixed .nav1 {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .nav-fixed .nav1 li {
    line-height: 1;
    font-size: 19px;
}

#header .nav-fixed .nav1 li+li {
    padding-left: 9px;
    border-left: 1px solid #646262;
}

#header .nav-fixed .nav1 li a {
    text-decoration: none;
}


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

#header #key,
#header #key .slide,
#header #key .slide-img1,
#header #key .slide-img2,
#header #key .slide-img3,
#header #key .slide-img4 {
    min-height: 780px;
    width: 100%;
    height: 780px;
}

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

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

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

#header #key .slide-img4 {
    background: url("../img/index/key_4.jpg") no-repeat center/cover;
}


/*=============================================
 * container
 *=============================================*/

#container {
    min-width: 1200px;
}

.bx-sd {
    box-shadow: 0px 3px 7px 0px rgba(61, 46, 33, 0.43);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(61, 46, 33, 0.43);
    -moz-box-shadow: 0px 3px 7px 0px rgba(61, 46, 33, 0.43);
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
    margin: auto;
    padding: 17px 0 15px;
    display: flex;
    justify-content: center;
}


/*=============================================
 * footer
 *=============================================*/

#footer .shop {}

#footer .shop .left_col {
    background: url(../img/shared/f-bg01.jpg) repeat;
    width: 50%;
    float: left;
    font-size: 15px;
    color: #ffffff;
    min-height: 660px;
}

#footer .shop .txt {
    padding-top: 21px;
    padding-bottom: 10px;
}

#footer .shop .txt p {
    padding-bottom: 24px;
    line-height: 24px;
}

#footer .shop .left_col .box {
    width: 470px;
    float: right;
    margin-right: 31px;
}

#footer .shop .right_col {
    background: url(../img/shared/f-bg02.jpg) repeat;
    float: right;
    width: 50%;
}

#footer .shop .right_col .box {
    width: 500px;
    float: left;
    font-size: 15px;
    color: #2a2421;
}

#footer {
    text-align: center;
    min-width: 1200px;
}

#footer .col {
    height: 194px;
    background: url(../img/shared/f-bg3.jpg) repeat;
    position: relative;
    padding-top: 23px;
}

#footer .nav {
    color: #8a8282;
    /* padding-top: 20px; */
    line-height: 33px;
}

#footer .nav .active {
    color: #FFFFFF;
}

#footer .nav li {}

#footer .nav li+li {}

#footer .nav li+li:before {
    /* display: none; */
}

address {
    font-size: 12px;
    color: #afa2a1;
}

.cookies_link {
    color: #afa2a1;
    font-size: 12px;
    line-height: 1.5;
}

.txt_c{ text-align: center;}
.mar_b_1em{ margin-bottom: 1em;}



#header .nav-fixed .nav1 li:hover,
#header .box .nav1 li:hover {
    opacity: 0.8;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #socialbuttons {
        padding-bottom: 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-over img,
    .over-img img,
    img.over,
    img:not(.btn):not(.non-over),
    button img {
        opacity: 1;
        transform: translateX(0) translateZ(0);
        -moz-transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
        transition: all 0s ease;
        -moz-transition: all 0s ease;
        -webkit-transition: all 0s ease;
    }
    .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: translateX(0) translateZ(0);
        -moz-transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
    }
    .non-over a:hover img:not(.over),
    .non-over img:not(.over):not(.btn):hover {
        opacity: 1 !important;
    }
}