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


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

body {
    color: #000;
    /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.95;
    position: relative;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    background: url("../img/shared/bg_1.jpg");
}

main {
    position: relative;
}

.line {
    margin-bottom: 12px;
    position: relative;
}

.line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
    bottom: -12px;
    background: url('../img/shared/line_1.jpg') repeat-x;
}


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

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


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

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

.wrap {
    width: 1000px;
}


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

header {
    position: relative;
    background: url('../img/shared/bg_2.jpg');
}

header:before {
    content: '';
    position: absolute;
    background: url('../img/shared/h_deco_1.png') no-repeat top left;
    width: 100%;
    height: 395px;
    top: 0;
    left: 0;
    z-index: 1;
}

header:after {
    content: '';
    position: absolute;
    background: url('../img/shared/h_deco_2.png') no-repeat bottom right;
    width: 100%;
    height: 395px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

header .logo {
    /* text-align: center; */
    margin-top: 3px;
}

header .right .instagram {
    position: absolute;
    top: 10px;
    right: 8px;
}

.tel {
    font-weight: 700;
    font-size: 16px;
    padding-right: 50px;
}

.tel span {
    font-size: 26px;
    display: inline-block;
    position: relative;
}

.tel span:before {
    content: url('../img/shared/h_tel.png');
    display: inline-block;
    margin: 0 0px 0 5px;
}

.tel small {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1;
}

.nav {
    position: relative;
    display: flex;
    justify-content: center;
    /* padding: 0 calc((100% - 1000px)/2); */
    width: 100%;
    box-sizing: border-box;
    /* margin-top: 9px; */
    z-index: 2;
    padding: 41px 0 41px;
}

.nav>li:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #585876;
    right: 0;
    transform: skewX(-42deg);
}

.nav>li:last-child:after {
    display: none;
}

.nav li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}

header p.btn {
    position: absolute;
    top: 129px;
    right: 0;
}

header .left {
    position: absolute;
    z-index: 2;
    left: 48px;
    top: 26px;
}

header .left .nav {
    padding: 0 calc((100% - 1000px)/2);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.nav>li {
    /* padding-bottom: 17px; */
    padding: 0 44px;
    position: relative;
    line-height: 1;
}

.nav>li.active,
.nav>li:hover {
    color: #e60012;
    background: url('../img/shared/nav_arrow.png') no-repeat bottom center;
}

.nav>li.active>a,
.nav>li:hover>a,
.nav>li>a.active {
    /* color: #e60012; */
    border-bottom: 2px solid;
}

.dropdown a.icon:before {
    content: url("../img/shared/nav_icon.png");
    display: inline-block;
    margin-right: 5px;
    height: 18px;
}

.dropdown .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 100%;
    background: rgba(237, 237, 237, 0.95);
    color: #472e14;
    padding: 35px 0 53px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.dropdown .sub-menu a {
    font-size: 18px!important;
}

.dropdown .sub-menu h3 {
    font-size: 30px;
    margin-bottom: 50px;
    color: #b21600;
}

.dropdown .sub-menu ul {
    display: flex;
    justify-content: center;
}

.dropdown .sub-menu ul li {
    margin: 0 13px;
    width: 230px;
    border-bottom: 1px solid #e60012;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.dropdown .sub-menu ul li:first-child {
    margin-left: 0;
}

.dropdown .sub-menu ul li:last-child {
    margin-right: 0;
}

header .left ul a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.04em;
    font-size: 17px;
    padding-bottom: 10px;
    font-size: 17px;
}

header .left ul a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: transparent;
    transition: all .3s;
}

header .left ul a:hover::after,
header .left ul li.active a::after {
    background: #fff;
}

header .right {
    position: absolute;
    top: 14px;
    right: 32px;
    color: #fff;
    z-index: 2;
}

header .right ul {
    display: flex;
    margin-top: 20px;
}

header .right ul li {
    width: 138px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    margin-right: 2px;
}

header .right ul li a {
    text-decoration: none;
    display: block;
    height: 38px;
    padding-top: 2px;
    box-sizing: border-box;
}

header h1 {
    font-size: 14px;
    color: #fff;
    /* position: absolute; */
    top: 170px;
}

.fixed-btn1 {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.fixed-btn1.visible {
    opacity: 1;
    visibility: visible;
}

header .nav-fixed {
    width: 100%;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    top: 0;
    background: url('../img/shared/bg_3.png');
}

header .nav-fixed .nav {
    width: auto;
    padding: 0;
}

header .nav-fixed .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav-fixed .nav>li a {
    font-size: 16px;
    white-space: nowrap;
}

header .nav-fixed .nav>li:after {
    right: 13px;
}

.nav-fixed .nav1 {
    display: flex;
}

.nav-fixed .nav1 li {
    padding: 0 20px;
    border-left: 1px solid #2a2a46;
}

.nav-fixed .nav1 li:last-child {
    border-right: 1px solid #2a2a46;
}

.nav-fixed .instagram img {
    width: 26px;
    height: auto;
}

header .nav-fixed {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    padding: 10px 0;
}

header .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
}

header .nav-fixed .nav>li {
    /* padding-top: 15px; */
    /* padding-bottom: 20px; */
    padding: 0 25px 0 0;
}

header .nav-fixed .nav-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

header .nav-fixed .nav-inline li {
    margin-right: 40px;
    min-height: 36px;
    display: flex;
    align-items: center;
    position: static;
    padding-bottom: 24px;
}

header .nav-fixed .nav-inline a {
    text-decoration: none;
    position: relative;
    font-size: 17px;
    font-weight: 100;
    display: block;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

header .nav-fixed .nav-inline li:last-child {
    margin-right: 0;
}

header .nav-fixed .nav-inline a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #472e14;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

header .nav-fixed .nav-inline li a:hover::after,
header .nav-fixed .nav-inline li.active a::after {
    transform: scale(1, 1);
}

header .nav-fixed .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #504626;
    border-right: 1px solid #504626;
    padding: 0 6px;
}

header .nav-fixed .top ul {
    display: flex;
    padding-right: 10px;
    margin-bottom: 10px;
}

header .nav-fixed .top ul li {
    margin-left: 11px;
    line-height: 1;
    position: relative;
    font-size: 15px;
}

header .nav-fixed .top ul li:last-child:after {
    display: none;
}

header .nav-fixed .top ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #fff;
    height: 14px;
    top: calc(50% - 7px);
    right: -5px;
}

header .nav-fixed .tel {
    font-size: 13px;
    line-height: 1.5;
    padding: 0;
}

header .nav-fixed .tel span {
    font-size: 22px;
    display: block;
}


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

header #key p.btn {
    top: 486px;
    right: 61px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

header #key p.btn span {
    position: absolute;
    top: -23px;
    z-index: 2;
    left: -101px;
}

header #key p.btn:after {
    content: '';
    position: absolute;
    width: 408px;
    height: 334px;
    right: -61px;
    top: -83px;
    background: url('../img/shared/key_btn_shadow.png');
    z-index: -1;
}

#key {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 92vh;
    max-height: 790px;
}

#key:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/shared/key_deco.png") no-repeat bottom left / 100% auto;
}

#key .slide-fade {
    position: absolute;
    width: 100%;
    height: 100%;
}


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

section {
    position: relative;
}

.border {
    border-bottom: 10px solid transparent;
    border-image: url("../img/shared/bg_5.jpg") round 10;
}


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

footer {
    color: #bfb9b9;
    position: relative;
    background: url('../img/shared/f_deco.jpg') no-repeat bottom / 100% auto, url("../img/shared/bg_2.jpg");
    padding-bottom: 143px;
}

footer .sub-txt {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.09em;
}

footer .group {
    /* display: flex; */
    /* justify-content: space-between; */
    /* background: url("../img/shared/bg_2.jpg"); */
    /* color: #000; */
    padding: 28px 0 21px;
    /* padding-left: calc((100% - 1000px)/2); */
    /* padding-right: calc((100% - 1000px)/2); */
    text-align: center;
}

footer .group .sub-tel {
    line-height: 1.7;
    letter-spacing: 0;
    padding-left: 21px;
}

footer .group .sub-tel small {
    font-size: 13px;
}

footer .nav-inline {
    letter-spacing: 0.05em;
    justify-content: center;
    display: flex;
    padding: 26px 0 45px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #3c3c4f;
}

footer .nav-inline li {
    position: relative;
    line-height: 1.95;
    font-size: 16px;
    display: block;
    padding: 0 34px;
    border-left: 1px solid;
    line-height: 1;
}

footer .nav-inline li:last-child:after {
    display: none;
}

footer .nav-inline li:after {
    content: '';
    /* width: 1px; */
    /* height: 100%; */
    /* background: #fff; */
    /* position: absolute; */
    /* right: -30px; */
    /* top: 0; */
}

footer .box {
    /* display: flex; */
    /* justify-content: space-between; */
    /* padding-bottom: 58px; */
    position: relative;
    text-align: center;
    width: 481px;
    margin: 0 auto;
}

footer .tel {
    text-align: center;
    /* background: url("../img/shared/f_line.png") repeat-x, url("../img/shared/f_line_1.png") repeat-x bottom; */
    /* padding: 15px 0 0; */
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    width: 481px;
}

footer .tel span {
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
    font-size: 23px;
    line-height: 1.3;
}

footer .tel small {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}

footer .logo {
    text-align: center;
}

footer .right {
    width: 726px;
}

footer .right dl {
    display: flex;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

footer .right dl dt {
    width: 164px;
}

footer .right dl dd {
    width: calc(100% - 160px);
    letter-spacing: 0.15em;
    line-height: 1.7;
}

footer .flex {
    display: flex;
    justify-content: space-between;
    padding: 55px 0 57px;
}

p.cookies_link {
    /* display: block; */
    /* width: 100%; */
    font-size: 13px;
}


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

#socialbuttons {
    margin: 0;
    margin-bottom: 19px;
}


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

.group-fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
}

.list-shop p {
    cursor: pointer;
}

.list-shop {
    position: relative;
    margin-bottom: 11px;
    z-index: 1;
}

.list-shop:hover ul {
    left: -257px;
    transition: all .2s;
}

.list-shop ul {
    position: absolute;
    top: 0;
    left: 100%;
    transition: all .2s;
}

.list-shop ul li {
    width: 257px;
    margin-bottom: 1px;
    text-align: center;
    padding-bottom: 15px;
    background: url('../img/shared/bg_6.jpg');
}

.fixed-btn {
    position: static;
    top: 50%;
    /* transform: translateY(-50%); */
    right: 0;
    z-index: 100;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.fixed-btn span {
    text-align: center;
    font-size: 19px;
}

.fixed-btn ul li {
    text-align: center;
    margin-top: 20px;
}

footer .info {
    padding-top: 17px;
    padding-left: 209px;
    padding-bottom: 25px;
}

.fixed-btn.visible {
    opacity: 1;
    visibility: visible;
}

footer .info+ul {
    display: flex;
    padding: 0 131px;
    justify-content: space-between;
}

footer .flex .menu {
    display: flex;
    padding-left: 5px;
}

footer .flex .group {
    display: block;
    border: 0;
    text-align: left;
    font-size: 13px;
    margin-right: 35px;
}

.dropdown .sub-menu ul li a:after {
    content: '';
    position: absolute;
    background: url('../img/shared/nav_sub_icon.png');
    width: 19px;
    height: 19px;
    right: 0;
    top: 30%;
}

.dropdown .sub-menu ul li a {
    display: block;
    padding-bottom: 7px;
    position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .btn-over img,
    .btn-over,
    .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;
    }
}

@media only screen and (max-width: 1200px) {
    .bg-parallax {
        background-attachment: inherit!important;
    }
}

footer .info a {
    text-decoration: underline;
    font-weight: 700;
}

footer .info a:hover {
    text-decoration: none;
}

footer .box .left {
    padding-top: 9px;
}

footer .sub-txt small {
    font-size: 13px;
}

footer .nav-inline li:first-child {
    border-left: 0;
}

footer .group1,
footer .group3 {
    background: url("../img/shared/bg_5.jpg");
}

footer p.sub-tel {
    text-align: center;
    font-size: 14px;
    line-height: 1.54;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}

footer .info dl {
    display: flex;
    font-size: 15px;
    padding: 13px 0 5px;
    line-height: 1.4;
}

footer .info dl dt {
    width: 167px;
}

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

footer p.btn1 {
    margin-left: 86px;
    margin-top: 16px;
    letter-spacing: 0;
}

footer .group .right {
    width: auto;
    text-align: center;
    letter-spacing: 0.03em;
    /*display: flex;
    justify-content: center;*/
    font-size: 13px;
    color: #fff;
}

footer address {
    font-size: 13px;
}

footer .group2 {
    padding: 12px 0 15px;
}

footer .group3 {
    padding: 7px 0 41px;
}

footer .box .instagram {
    position: absolute;
    top: 32px;
    right: 29px;
}

@media only screen and (max-width: 1500px) {
    footer {
        background: url('../img/shared/f_deco.jpg') no-repeat bottom center, url("../img/shared/bg_2.jpg");
    }
}


/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/

#sp_botan a {
    border: 1px #9e2307 solid;
    padding: 25px 5px;
    text-align: center;
    font-size: 32px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background: #9e2307;
}


/*-----------------------------/____/-----------------------------*/

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.txt {
    text-align: justify;
}

.ta {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fwb {
    font-weight: bold !important;
}

.cl-blue {
    color: #20758d;
}

.cl-b {
    color: #19194d;
}

.lh0 .slick-slide>div {
    line-height: 0;
}

.parallax {
    position: relative;
    padding-top: 80%;
}

.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;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

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

header .right ul li a:hover {
    opacity: .8;
}

header .right ul {
    width: 432px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .right ul li {
    margin: 2px 1px;
    width: auto;
}

header .right ul li:nth-child(1),
header .right ul li:nth-child(2) {
    width: 212px;
}

header .right ul li:nth-child(3) {
    width: 69px;
}

header .right ul li:nth-child(4) {
    width: 89px;
}

header .right ul li:nth-child(5) {
    width: 262px;
}

@media screen and (min-width: 1201px) {
    header .right {
        right: 125px;
    }
}

.nav .li-box li>a {
    padding-bottom: 3px;
}

.nav .li-boxli>a.active,
.nav .li-box li>a:hover,
.nav .li-box li>a.active {
    border-bottom: 2px solid;
}

.nav>li:nth-child(1)::after,
.nav>li:nth-child(2)::after {
    display: none;
}

.nav .li-box::before {
    content: url(../img/index/li-box.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -46px;
    position: absolute;
}

/*header .nav-fixed .nav>li:after {
    right: 26px;
}*/

header .nav-fixed .btn-box {
    width: 288px;
}

header .nav-fixed .nav>li {
    padding-right: 32px;
}

header .nav-fixed .nav {
    width: 706px;
}

.nav-fixed .li-box ul li+li:after {
    left: 25px !important;
}

.nav-fixed .li-box {
    margin-right: 59px;
    margin-left: 22px;
    padding: 0 !important;
}

.nav-fixed .li-box li {
    position: relative;
}

.nav-fixed .li-box li+li {
    padding-left: 50px !important;
}

.nav-fixed .li-box::before {
    content: url(../img/index/li-box2.png);
    top: -40px;
}

.nav .li-box ul li {
    position: relative;
}

.nav .li-box ul li+li {
    padding-left: 86px;
}

.nav .li-box ul li+li:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #3e3e5e;
    left: 43px;
    -webkit-transform: skewX(-42deg);
    transform: skewX(-42deg);
}

.remodal {
    padding-top: 90px;
    padding-bottom: 85px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.902);
}

.remodal:before {
    display: none;
}

#popup2 h2 {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 700;
}

#popup2 h2 span {
    display: inline-block;
    border-bottom: 1px dashed #000;
    padding: 0 30px;
    white-space: nowrap;
}

#popup2 .txt1 {
    width: 590px;
    margin: 32px auto;
    padding-left: 9px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup2 .txt1 {
    text-align: left;
}

#popup2 {
    font-size: 15px;
    line-height: 2;
}

.btn-popup {
    bottom: 140px;
    right: 32px;
}

@media screen and (min-width: 1201px) {
    .btn-popup {
        right: 124px;
    }
}

#popup2 .txt2 {
    margin: 32px auto 0;
    width: 590px;
    padding-left: 9px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup2 .txt-box {
    position: relative;
    width: 590px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 0;
    line-height: 1.73;
}

#popup2 .txt-box::before {
    border: 1px solid #000;
    border-right: 0;
    width: 51px;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}

#popup2 .txt-box::after {
    border: 1px solid #000;
    border-left: 0;
    width: 51px;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
}

#popup2 .txt-box {
    padding-left: 139px;
}

header .btn-popup {
    z-index: 2;
    position: absolute;
}

header .btn-popup a {
    text-align: left;
    padding-left: 50px;
    font-size: 18px;
    width: 330px;
}

.txt-u {
    text-decoration: underline;
}

.txt-u:hover {
    text-decoration: none;
}

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

body {
    font-weight: 300;
    line-height: 2;
}


/* #key {
    height: 900px;
    background-image: url(../img/sumibiyaki/kv.jpg);
}

.key_t {
    position: absolute;
    z-index: 11;
    left: 20%;
    top: 45%;
} */

header .nav-fixed {
    background: url(../img/shared/bg-blue.jpg);
}

footer .info a {
    font-weight: normal;
}

p.cookies_link {
    font-size: 14px;
}

p.cookies_link a {
    text-decoration: underline;
}

p.cookies_link a:hover {
    text-decoration: none;
}

footer {
    color: #fff;
}

footer .ft-nav {
    font-weight: 500;
    top: 30px;
    border-left: 1px solid #3b3b4d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 154px;
    padding-left: 55px;
    position: absolute;
    right: 0;
    min-height: 606px;
}

footer .ft-nav a {
    display: block;
    letter-spacing: 0.05em;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .ft-nav a:hover {
    opacity: .8;
}

footer .group {
    padding: 48px 0 0px;
}

footer .info+ul {
    padding: 0 0 0 58px;
    width: 736px;
}

footer .info {
    padding-left: 78px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.4;
}

footer .info dl {
    padding-bottom: 8px;
}

footer .info dl dt {
    width: 158px;
}

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

footer .row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 93px 0 0 34px;
}

footer .row .logo {
    width: 282px;
}

footer .row .box {
    margin: 0;
}

footer .row .box .tel {
    width: 475px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 19px;
    margin-left: -3px;
}

footer .row .box .instagram {
    top: 51px;
    right: 63px;
}

.fnt-noto {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.copy.copied {
    pointer-events: none!important;
}