@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
    color: #474747;
    min-width: inherit;
    max-height: 100%;
    font-family: "Noto Serif JP", serif;
    line-height: 28px;
    font-size: 14px;
    cursor: auto;
    letter-spacing: 0.1em;
    word-spacing: normal;
    font-weight: 400;
    background: url(../img/shared/bgbody.jpg) repeat center top;
}
.navOpen {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
    z-index: -1;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
    /*cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.fnt-mincho {
    font-family: 'Noto Serif JP', serif;
    /*	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-notosan {
    font-family: "Noto Sans JP", sans-serif;
}
.fnt-notoserif {
    font-family: "Noto Serif JP", serif;
}
@font-face {
    font-family: 'American Typewriter';
    src: url("../font/AmericanTypewriter-CondensedLight.eot");
    src: url("../font/AmericanTypewriter-CondensedLight.eot?#iefix") format("embedded-opentype"), url("../font/AmericanTypewriter-CondensedLight.woff2") format("woff2"), url("../font/AmericanTypewriter-CondensedLight.woff") format("woff"), url("../font/AmericanTypewriter-CondensedLight.ttf") format("truetype"), url("../font/AmericanTypewriter-CondensedLight.svg#AmericanTypewriter-CondensedLight") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.fnt-American {
    font-family: "American Typewriter", serif;
}
.block::after {
    clear: both;
    content: "";
    display: block;
}
.disF {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
a:hover {
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
.btn_eff a, .btn_eff .copy {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: 0.25em;
    line-height: 1.5;
    background: #5d605a;
    display: block;
    transition: 0.2s;
    position: relative;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
}
.btn_eff a:before, .btn_eff .copy:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}
.btn_borN a, .btn_borN .copy {
    border: none;
}
/*=============================================
 * header
 *=============================================*/
.navOpen #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.navOpen #menu_toggle li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
header {
    position: relative;
}
header h1 {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    z-index: 10;
    padding: 7px 5% 20px;
    line-height: 1.8;
}
header .logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 1;
}
header .menu_toggle {
    padding: 74px 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
header .menu_toggle li {
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all ease 0.5s 0.3s;
    opacity: 0;
    text-align: center;
}
header .menu_toggle li a {
    letter-spacing: 0.1em;
}
header .menu_toggle li.active a:before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
}
header .menu_toggle .btn_eff {
    width: 85%;
    margin: 0 auto;
}
header .menu_toggle .btn_eff a {
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
    padding: 15px 18px;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
}
header .menu_toggle .link_child span {
    justify-content: center;
    margin: 15px 0;
}
header .menu_toggle .link_child span span {
    border-left: 2px solid #fff;
    padding: 0;
    padding-left: 10px;
}
header .menu_toggle .link_child span span a {
    padding: 0;
}
header .menu_toggle .link_child span span:last-of-type {
    border-right: 2px solid #fff;
    padding-right: 10px;
}
header .menu_toggle .link_child span span + span {
    margin-left: 10px;
}
header .menu_toggle .btn_menu {
    width: 85%;
    margin: 0 auto;
}
header .menu_toggle .btn_menu a {
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    color: #464646;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 15px 18px;
    text-align: left;
}
header .menu_toggle .btn_menu + .btn_menu {
    margin-top: 10px;
}
header .menu_toggle .link_sns {
    margin-top: 15px;
}
header .menu_toggle .link_sns span {
    justify-content: center;
}
header .menu_toggle .link_sns span span + span {
    margin-left: 10px;
}
header .menu_toggle .link_sns span a {
    padding: 0;
}
header .hamburger {
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    padding: 12px 10px 4px;
}
header .hamburger:after {
    font-size: 11px;
    content: 'MENU';
    position: absolute;
    top: 10px;
    left: 0;
    right: 50px;
    text-align: center;
    display: none;
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
    position: relative;
    overflow: hidden;
    border: 6px solid #fff;
}
header #key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/shared/kv_deco.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}
.slick-slider{
    position: relative;
    z-index: 0;
}
.slick-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: none;
}
.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.slick-slider .slick-next {
    right: 0;
}
.slick-slider .slick-next:before {
    background-image: url("../img/shared/nav.png");
    background-position: center right;
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-prev:before {
    background-image: url("../img/shared/nav.png");
    background-position: center left;
}
.slick-slider .slick-dots {
    text-align: center;
    line-height: 0;
}
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    line-height: 0;
}
.slick-slider .slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #6e6e6e;
    font-size: 0;
    border: none;
}
.slick-slider .slick-dots .slick-active button {
    background: #482c00;
}
.toggle_global .toggle-link {
    text-align: center;
}
.toggle_global .toggle-link:after {
    position: static;
    color: #000;
    display: block;
    margin: 0;
}
.toggle_global .row .toggle-main {
    display: none;
    padding: 10px;
}
.toggle_global .row .toggle-link-inner:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e825";
    font-size: 18px;
    position: static;
    display: block;
    text-align: center;
    color: #b38a50;
}
.toggle_global .row.active .toggle-link-inner:after {
    content: "\e826";
}
/*====================== end nav ====================== */
section {
    overflow: hidden;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 40px;
}
footer #ftTop {
    background-image: url("../img/shared/bgft.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
footer #ftBottom {
    margin: 0 5%;
}
footer .btn_eff {
    width: 85%;
    margin: 0 auto;
}
footer .btn_eff a {
    background: rgba(0, 0, 0, 0.3);
}
footer .shopinfo {
    padding: 50px 5% 25px;
    position: relative;
}
footer .shopinfo .btn_mail {
    margin-bottom: 10px;
}
footer .shopinfo .btn_mail a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
}
footer .note {
    font-size: 12px;
    letter-spacing: 0.05em;
}
footer .vcard {
    border-top: 1px dashed #fff;
    padding: 20px 0;
    margin: 20px 0;
}
footer .vcard dl dd a{
    text-decoration: underline;
}
footer .vcard dl + dl {
    margin-top: 15px;
}
footer .btn_menu a {
    font-family: "Noto Sans JP", sans-serif;
}
footer .btn_menu li + li {
    margin-top: 10px;
}
footer #f_logo {
    margin: 0 auto;
    width: 285px;
}
footer .f_tel {
    padding: 15px 0;
    line-height: 1.5;
    letter-spacing: 0.2em;
}
footer .f_tel dt {
    font-size: 15px;
}
footer .f_tel dd {
    font-size: 23px;
}
footer address {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}
footer .cookies_link {
    font-size: 12px;
    text-decoration: underline;
    font-family: "Noto Sans JP", sans-serif;
}
/*====================== ft_fixed ====================== */
.navOpen #ft_fixed {
    z-index: 0;
}
.has_nav #ft_fixed {
    opacity: 1;
    visibility: visible;
}
#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
}
.ft_fixed_shared {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row;
    text-align: center;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 100;
}
.ft_fixed_shared li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-right: 1px solid #fff;
}
.ft_fixed_shared li a {
    font-size: 13px;
    display: block;
    padding: 10px 5px;
    position: relative;
}
.ft_fixed_shared li:last-child {
    border-right: 0;
}
#pagetop {
    bottom: 45px;
}
#bg_parallax {
    position: relative;
    padding-top: 100%;
}
#bg_parallax .info2 {
    bottom: 0;
    top: auto;
}
.img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 50%;
    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);
}
/* 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 {
        background: #000;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
    }
    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
    #pagetop {
        bottom: calc(env(safe-area-inset-bottom) + 40px);
    }
}
/* 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 {
        background: #000;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 1;
    }
    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
    #pagetop {
        bottom: calc(env(safe-area-inset-bottom) + 40px);
    }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
    .has_nav footer:after {
        background: #000;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
    }
    #ft_fixed {
        bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
    #pagetop {
        bottom: calc(env(safe-area-inset-bottom) + 40px);
    }
}
.ttl1 {
    font-size: 24px;
    letter-spacing: 0.25em;
    line-height: 1.5;
    color: #464646;
    font-weight: 500;
}
.txt_shaw {
    text-shadow: 10px 17px 9.9px rgba(4, 0, 0, 0.2);
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
@keyframes slideAni1 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@-webkit-keyframes slideAni1 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes slideAni2 {
    0% {
        transform-origin: left;
    }
    100% {
        transform-origin: right;
    }
}
@-webkit-keyframes slideAni2 {
    0% {
        transform-origin: left;
    }
    100% {
        transform-origin: right;
    }
}
@keyframes slideAni3 {
    0% {
        transform-origin: right;
    }
    100% {
        transform-origin: left;
    }
}
@-webkit-keyframes slideAni3 {
    0% {
        transform-origin: right;
    }
    100% {
        transform-origin: left;
    }
}
#index #key .slick-slide div {
    line-height: 0;
}
#index #key .slide {
    overflow: hidden;
    -ms-overflow-style: none;
    transform: translate3d(0px, 0px, 0px);
}
#index #key .slick-slide.slick-current:nth-child(1) .image, #index #key .slick-slide.slick-current:nth-child(3) .image {
    animation: slideAni1 10s ease;
}
#index #key .slick-slide.slick-current:nth-child(2) .image {
    animation: slideAni2 10s ease;
}
#index #key .slick-slide.slick-current:nth-child(4) .image {
    animation: slideAni3 10s ease;
}
#index #key .slick-slide:nth-child(1) .image, #index #key .slick-slide:nth-child(3) .image {
    transform: scale(1.1);
}
#index #key .slick-slide:nth-child(2) .image {
    transform: scale(1.05);
    transform-origin: right;
}
#index #key .slick-slide:nth-child(4) .image {
    transform: scale(1.05);
    transform-origin: left;
}
#index #sec1 {
    background: rgba(230, 222, 213, 0.25);
    padding: 50px 0;
}
#index #sec1 h2 {
    position: relative;
}
#index #sec1 h2:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5d605a;
    margin: 0 auto 5px;
}
#index #sec1 .list {
    border-top: 1px dashed #868782;
    border-bottom: 1px dashed #868782;
    padding: 20px 0;
}
#index #sec2 {
    padding: 50px 0;
    position: relative;
    z-index: 0;
}
#index #sec2 .col {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 10px 17px 25px 0px rgba(4, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
}
#index #sec2 .col h3 {
    text-align: center;
    font-size: 20px;
    color: #161616;
    letter-spacing: 0.1em;
}
#index #sec2 .col h3 span {
    font-size: 15px;
}
#index #sec2 .col .inner {
    position: relative;
    padding: 30px 5%;
    z-index: 0;
}
#index #sec2 .col .inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    margin: 2px;
    border-style: dashed;
    border-width: 1px;
}
#index #sec2 .col .btn_more a {
    text-align: center;
    font-size: 18px;
    position: relative;
    color: #FFF;
    display: block;
    padding: 5px 0;
}
#index #sec2 .col .btn_more a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}
#index #sec2 dl dt {
    position: relative;
    border-top: 2px solid #5d605a;
    border-bottom: 2px solid #5d605a;
    padding: 10px 0;
    margin: 10px 0 5px;
    font-size: 15px;
    justify-content: center;
}
#index #sec2 dl dt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 2px 0;
    border-top: 1px solid #5d605a;
    border-bottom: 1px solid #5d605a;
}
#index #sec2 dl dt .date {
    border-left: 1px solid #5d605a;
    padding-left: 10px;
    margin-left: 10px;
}
#index #sec2 dl dd {
    text-align: center;
}
#index #sec2 dl dd .caption {
    font-size: 15px;
    border-left: 1px solid #5d605a;
    border-right: 1px solid #5d605a;
    padding: 0 20px;
}
#index #sec2 dl dd .ttl {
    border-top: 1px dashed #5d605a;
    display: block;
    text-align: left;
    padding: 5px 10px;
    margin-top: 5px;
}
#index #sec2 .col + .col {
    margin-top: 30px;
}
#index #sec2 .col1 {
    border-color: #b99d7c;
}
#index #sec2 .col1 .inner:before {
    border-color: #b99d7c;
}
#index #sec2 .col1 .btn_more a {
    background: #b99d7c;
}
#index #sec2 .col2 {
    border-color: #9d936e;
}
#index #sec2 .col2 .inner:before {
    border-color: #9d936e;
}
#index #sec2 .col2 .btn_more a {
    background: #9d936e;
}
#index #sec2 .col3 {
    border-color: #889987;
}
#index #sec2 .col3 .inner:before {
    border-color: #889987;
}
#index #sec2 .col3 .btn_more a {
    background: #889987;
}
#index #sec3 {
    padding: 20px 0 50px;
}
#index #sec4 {
    padding: 20px 0 50px;
}
#index #sec4 h2 span {
    font-size: 34px;
}
#index #sec5 {
    padding: 20px 0 0;
}
#index #sec5 h3 span {
    font-size: 34px;
}
/*=============================================*/
/*                   　about 　　　　　          */
/*=============================================*/
#about #sec1 {
    padding: 30px 0 50px;
}
#about #sec1 h2 span {
    font-size: 34px;
}
/*=============================================*/
/*                   　PAGE　　　　　          */
/*=============================================*/
#menu header #key {
    border: none;
}
#menu header #key:before {
    background-image: url("../img/shared/kv_decoB.png");
}
#menu header .logo {
    left: 0;
    transform: translate(-5%, -50%);
}
#menu #sec1 {
    padding: 20px 0 50px;
}
#menu #sec2 h2 {
    font-size: 34px;
}
#menu #sec2 .price dt {
    font-size: 23px;
    letter-spacing: 0.2em;
    text-shadow: 10px 17px 9.9px rgba(4, 0, 0, 0.2);
    margin-bottom: 10px;
}
#menu #sec2 .price dt span {
    font-size: 18px;
    display: block;
}
#menu #sec2 .price dd {
    font-size: 22px;
    letter-spacing: 0.1em;
}
#menu #sec2 .slick-arrow {
    bottom: -11px;
}
#menu #sec2 .slick-dots {
    margin-top: 25px;
}
#menu #sec3 h2 span {
    font-size: 30px;
}
#menu #sec3 .price dt {
    font-size: 23px;
    letter-spacing: 0.2em;
    text-shadow: 10px 17px 9.9px rgba(4, 0, 0, 0.2);
    margin-bottom: 10px;
    line-height: 1.4;
}
#menu #sec3 .price dd {
    font-size: 22px;
    letter-spacing: 0.1em;
}
#menu #sec3 .inner {
    align-items: center;
}
#menu #sec3 .inner .s3_img {
    width: 38%;
}
#menu #sec3 .inner .txt1 {
    width: 57%;
    margin-left: 5%;
    font-size: 18px;
}
#menu #sec3 .s3Slider {
    position: relative;
}
#menu #sec3 .s3Slider:before {
    content: "";
    position: absolute;
    top: 50vw;
    left: -5.5%;
    right: -5.5%;
    bottom: 10vw;
    background: rgba(255, 255, 255, 0.9);
}
#menu #sec3 .js-nav .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}
#menu #sec3 .js-nav .slick-list div {
    line-height: 0;
}
#menu #sec3 .js-nav .slick-active.slick-current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(7, 7, 7, 0.55);
    border: 6px solid #797979;
}
#menu #sec3 .js-nav .slick-slide {
    margin: 0 5px;
    position: relative;
}
#menu #sec5 {
    background-image: url("../img/menu/s5_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}
#menu #sec5 h2 {
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
#menu #sec6 {
    padding: 50px 5% 0;
}
#menu #sec6 dl {
    border-bottom: 1px dashed #000;
    padding: 10px 0;
    line-height: 1.5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#menu #sec6 dl dd {
    text-align: right;
}
/*=============================================*/
/*                   　wine  　　　　　          */
/*=============================================*/
#wine #sec1 {
    padding: 20px 0 50px;
}
#wine #sec1 h2 span {
    font-size: 34px;
    line-height: 1.5;
}
#wine #sec2 .s2_img {
    border: 6px solid #fff;
}
#wine #sec2 h2 span {
    font-size: 34px;
    line-height: 1.5;
}
/*=============================================*/
/*                   　takeout　　　　          */
/*=============================================*/
#takeout #sec1 {
    padding: 20px 0 50px;
}
#takeout #sec1 .box {
    border: 1px solid #000;
    background: #fff;
    box-sizing: border-box;
    padding: 7%;
    position: relative;
}
#takeout #sec1 .box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 5px;
    border: 1px dotted #000;
}
#takeout #sec1 .box .btn_more a {
    text-align: center;
    line-height: 29px;
    border: none;
    background: #b99d7c;
    font-size: 18px;
    padding: 5px 0;
    color: #fff;
    display: block;
    position: relative;
}
#takeout #sec1 .box .btn_more a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}
#takeout #sec1 .box .inner {
    align-items: center;
}
#takeout #sec1 .box .inner dl {
    margin-left: 15px;
}
#takeout #sec1 .box .inner dl dt {
    margin-bottom: 5px;
}
#takeout #sec1 .box .inner dl dd {
    font-size: 20px;
}
#takeout #sec2 {
    background-image: url("../img/takeout/s2_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}
#takeout #sec2 h2 {
    color: #fff;
    font-size: 34px;
}
#takeout #sec3 {
    padding: 50px 0 0;
}
#takeout #sec3 h2 {
    font-size: 26px;
}
#takeout #sec3 .price {
    font-size: 22px;
}
#takeout #sec3 .s3_tel {
    border: 1px solid #000;
    padding: 5%;
}
#takeout #sec3 .s3_tel dt {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
}
#takeout #sec3 .s3_tel dt span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.3em;
    margin-bottom: 7px;
}
#takeout #sec3 .s3_tel dd {
    font-size: 13px;
    line-height: 1.6;
}
#takeout #sec3 .inner2 dl dt {
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}
#takeout #sec3 .inner2 dl dd {
    font-size: 20px;
}
#takeout #sec3 .inner2 .slick-arrow {
    bottom: -11px;
}
#takeout #sec3 .inner2 .slick-dots {
    margin-top: 20px;
}
/*=============================================*/
/*                   　shopinfo 　　　          */
/*=============================================*/
#shopinfo #sec1 {
    padding: 20px 0 50px;
}
#shopinfo #sec1 h2 {
    font-size: 26px;
}
#shopinfo #sec1 .vcard dl {
    border-bottom: 1px dotted #000;
    line-height: 1.5;
    padding: 10px 0;
}
#shopinfo #sec1 .vcard .tel {
    font-size: 18px;
}
#shopinfo #sec3 #ggmap {
    height: 480px;
}
#shopinfo #sec3 #ggmap iframe {
    width: 100%;
    height: 480px;
}

.bnr_global {
    padding: 50px 5%;
}
.bnr_global li {
    position: relative;
    color: #fff;    
    box-sizing: border-box;
    font-size: 21px;
    text-align: center;
    padding-bottom: 30px;
}
.bnr_global li span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
}
.bnr_global li a {
    display: block;
}
.bnr_global li:before {
    content: "";
    border: 1px dashed #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 1;
}
.bnr_global li + li {
    margin-top: 30px;
}
.bnr_global .btnL span {
    background: #b99d7c;
}
.bnr_global .btnR span {
    background: #889987;
}
/*=============================================*/
/*                   　child_global 　          */
/*=============================================*/
.child_global em {
    font-style: normal;
}
.child_global .cloY {
    color: #cba76d;
}
.child_global .cloG {
    color: #889987;
}
.child_global .navi_child {
    margin: 30px 5%;
    background: #ebebeb;
    box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.2);
    padding: 5%;
}
.child_global .navi_child li {
    color: #5d605a;
    letter-spacing: 0.2em;
    font-size: 22px;
    border-left: 1px solid #5d605a;
    border-right: 1px solid #5d605a;
    font-weight: bold;
}
.child_global .navi_child li.active a {
    text-decoration: line-through;
}
.child_global .navi_child li + li {
    margin-top: 20px;
}
.child_global header #key {
    margin: 0 5%;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.2);
}
.child_global header #key:before{
    display: none;
}
.child_global header h1 {
    width: calc(100% - 60px);
    text-align: left;
    box-sizing: border-box;
}
.child_global header .logo_child {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.4em;
    padding: 10px 0 30px;
}
.child_global header .logo_child span {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-right: 0.4em;
}
.child_global header .logo_child em {
    font-style: normal;
}
.child_global footer {
    padding-top: 25px;
}
.child_global .btn_more a {
    text-align: center;
    font-size: 18px;
    position: relative;
    color: #FFF;
    display: block;
    padding: 5px 0;
    background: #9d936e;
}
.child_global .btn_more a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}
.child_global #bnr_link {
    padding: 5%;
}
.child_global #bnr_link li {
    position: relative;
    color: #fff;
    box-sizing: border-box;
    font-size: 21px;
    text-align: center;
    padding-bottom: 30px;
}
.child_global #bnr_link li a {
    display: block;
}
.child_global #bnr_link li span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
}
.child_global #bnr_link li:before {
    content: "";
    border: 1px dashed #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 1;
}
.child_global #bnr_link li + li {
    margin-top: 30px;
}
.child_global #bnr_link .btnL span {
    background: #b99d7c;
}
.child_global #bnr_link .btnR span {
    background: #889987;
}
/*=============================================*/
/*                   　sake_dealer  　          */
/*=============================================*/
#sake_dealer {
    background: #fff;
}
#sake_dealer header .btn_menu a.active {
    background: #9d936e;
    color: #fff;
}
#sake_dealer #sec1 {
    padding: 30px 0 50px;
}
#sake_dealer #sec1 h2 {
    font-size: 24px;
    letter-spacing: 0.4em;
}
#sake_dealer #sec1 h2 em {
    font-size: 28px;
}
#sake_dealer #sec1 .txt li + li {
    margin-top: 10px;
}
#sake_dealer #sec2 h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 0.4em;
    padding-left: 0.4em;
}
#sake_dealer #sec2 h2:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    height: 25px;
    background: #464646;
    width: 1px;
    transform: translateX(-50%);
}
#sake_dealer #sec2 .sns_link {
    justify-content: center;
}
#sake_dealer #sec2 .sns_link li {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.3);
}
#sake_dealer #sec2 .sns_link li + li {
    margin-left: 20px;
}
#sake_dealer #sec3 h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 0.4em;
}
#sake_dealer #sec3 h2 em {
    background: #fff;
    padding: 0 0.5em 0 0.9em;
}
#sake_dealer #sec3 h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border: 1px solid #464646;
    transform: translateY(-50%);
    z-index: -1;
}
#sake_dealer #sec3 .photo span {
    margin: 0 auto;
    box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.3);
}
#sake_dealer #sec3 dl {
    margin-bottom: 20px;
}
#sake_dealer #sec3 dl .tit {
    margin: 10px 0;
}
#sake_dealer #sec3 dl .txt {
    text-align: left;
}
#sake_dealer #sec3 .inner + .inner {
    margin-top: 25px;
}
#sake_dealer #sec4 h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 0.4em;
}
#sake_dealer #sec4 h2 em {
    border-bottom: 1px solid #464646;
    display: inline-block;
    padding: 0 0.5em 0 0.9em;
}
#sake_dealer #sec4 .photo span {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.3);
}
#sake_dealer #sec4 .inner {
    align-items: center;
}
#sake_dealer #sec4 .inner dd {
    margin-left: 15px;
}
#sake_dealer #sec4 .inner + .inner {
    margin-top: 25px;
}
#sake_dealer #sec4 .btn_more a:before {
    display: none;
}
#sake_dealer #sec5 h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 0.4em;
    line-height: 1.2;
}
#sake_dealer #sec5 h2 em {
    background: #fff;
    display: inline-block;
}
#sake_dealer #sec5 h2 strong {
    font-weight: normal;
    padding-left: 0.5em;
}
#sake_dealer #sec5 h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border: 1px solid #464646;
    transform: translateY(-50%);
    z-index: -1;
}
#sake_dealer #sec5 .vcard dl {
    border-bottom: 1px solid #b7b7b7;
    line-height: 1.5;
    padding: 10px 0;
}
#sake_dealer #sec5 #ggmap {
    height: 480px;
}
#sake_dealer #sec5 #ggmap iframe {
    width: 100%;
    height: 480px;
}
/*=============================================*/
/*                   　onlineshop 　           */
/*=============================================*/
#onlineshop header .btn_menu a.active {
    background: #889987;
    color: #fff;
}
#onlineshop header .logo_child {
    letter-spacing: 0.2em;
}
#onlineshop #sec1 {
    padding: 30px 0 50px;
}
#onlineshop #sec1 .s1_img {
    box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.3);
}
#onlineshop #sec2 .s2_img {
    box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.3);
}

