@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
    color: #7e726e;
    font-family: 'Noto Serif JP', serif;
    min-width: inherit;
    max-height: 100%;
    line-height: 28px;
    font-size: 14px;
    cursor: auto;
    letter-spacing: 0.1em;
    word-spacing: normal;
    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 - customs
 *=============================================*/
.fnt-Amiri {
    font-family: 'Amiri', serif;
}
.fnt-Playfair {
    font-family: 'Playfair Display', serif;
}
.fnt-notoSerif {
    font-family: 'Noto Serif JP', serif;
}
.block::after {
    clear: both;
    content: "";
    display: block;
}
a:hover {
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
.tc {
    text-align: center;
}
.tj {
    text-align: justify;
}
.tr {
    text-align: right;
}
.tl {
    text-align: left;
}
.fwb {
    font-weight: bold;
}
.disF {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cloB {
    color: #27211f;
}
/*=============================================
 * 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);
}
.navOpen .hamburger {
    background: #fff;
}
.navOpen .hamburger:after {
    content: 'CLOSE';
    color: #000;
}
.navOpen .hamburger--slider .hamburger-inner {
    top: -4px;
}
.navOpen .hamburger-inner, .navOpen .hamburger-inner::before, .navOpen .hamburger-inner::after {
    background: #000;
}
header {
    color: #fff;
    position: relative;
    height: 100vh;
    /*====================== nav ====================== */
}
header #sideBar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
header h1 {
    font-size: 12px;
    font-weight: normal;
    z-index: 10;
    color: #000;
    padding: 10px 5% 0 5%;
    width: calc(100% - 70px);
    box-sizing: border-box;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-shadow: 1px 1px 1px #fff, 1px 1px 1px #fff;
}
header .logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px;
}
header .btn_group {
    margin-left: auto;
    position: absolute;
    bottom: 4vh;
    right: 0;
    left: 25%;
    max-width: 477px;
}
header .btn_group .btn_eff2 a {
    padding: 24px 10px;
}
header .btn_group .btn_eff + .btn_eff {
    margin-top: 10px;
}
header .menu_toggle {
    padding: 74px 20px;
    background: #fff;
    color: #000;
    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;
    letter-spacing: 0.2em;
}
header .menu_toggle li.active a {
    color: #bba874;
}
header .menu_toggle li a {
    color: #000;
    font-size: 16px;
}
header .menu_toggle .btn_link {
    border: 1px solid #27211f;
}
header .menu_toggle .btn_link i {
    width: 20px;
    display: inline-block;
    padding-right: 7px;
}
header .menu_toggle .btn_link + .btn_link {
    margin-top: 14px;
}
header .hamburger {
    background: url("../img/shared/bg1.jpg") repeat center top;
    position: fixed;
    top: 10px;
    z-index: 100;
    right: 10px;
}
header .hamburger:after {
    font-size: 11px;
    content: 'MENU';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
header .hamburger--slider .hamburger-inner::after {
    display: none;
}
header .hamburger--slider.is-active .hamburger-inner::before {
    top: 20px;
    opacity: 1;
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
header #key img {
    height: 100vh;
    object-fit: cover;
}
.slick-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-size: 0;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: none;
}
.slick-slider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.slick-slider .slick-next {
    right: 0;
}
.slick-slider .slick-next:before {
    background-image: url("../img/shared/icon_next.png");
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-prev:before {
    background-image: url("../img/shared/icon_prev.png");
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots button {
    height: 12px;
    width: 12px;
    background: #9b271e;
    border-radius: 50%;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.slick-active button {
    background: #bba874;
}
/*
.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: 10px;
    height: 10px;
    background: #000;
    font-size: 0;
    border: none;
}
.slick-slider .slick-dots .slick-active button {
    background: #7a75a0;
}
*/
.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 {
    background: url("../img/shared/bgft.jpg") repeat center top;
    padding-bottom: 70px;
}
footer .shopinfo {
    padding: 60px 5% 30px;
    position: relative;
}
footer #f_logo {
    margin: 0 auto 25px;
}
footer #ftTop {
    line-height: 20px;
}
footer #ftTop .gmap_link a {
    display: inline-block;
    padding: 0 5px 0;
    color: #701208;
    border-bottom: 1px solid #701208;
}
footer #ftTop .inner_tel .tit1{
    font-size: 16px;
}
footer #ftTop .inner_tel .btn_eff a {
    padding: 22px 10px;
}
footer #ftTop .inner_tel .tel {
    padding: 3px 0 12px;
    border: 1px solid #27211f;
}
footer #ftTop .inner_tel .tel dt {
    font-size: 17px;
    margin-bottom: -15px;
    letter-spacing: 0.02em;
}
footer #ftTop .inner_tel .tel dt em {
    font-size: 29px;
    padding-left: 5px;
    letter-spacing: -0.02em;
}
footer #ftTop .inner_tel .tel dt span {
    font-size: 35px;
    letter-spacing: -0.04em;
}
footer #ftTop .inner_tel .tel dd {
    font-size: 10px;
}
footer #ftTop .vcard {
    margin: 0 -2.5% 30px;
}
footer #ftTop .vcard dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
footer #ftTop .vcard dl dt {
    text-align: right;
    width: 102px;
}
footer #ftTop .vcard dl dd {
    width: calc(100% - 122px);
}
footer #ftTop .vcard dl + dl {
    margin-top: 15px;
}
footer #ftTop .sns {
    align-items: center;
    justify-content: center;
}
footer #ftTop .sns dt {
    position: relative;
    padding-right: 20px;
    font-size: 17px;
}
footer #ftTop .sns dt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #27211f;
    transform: translateY(-50%);
}
footer #ftTop .sns dt span {
    background: url("../img/shared/bgft.jpg") repeat center top;
    position: relative;
    z-index: 1;
    padding-right: 12px;
}
footer #ftTop .sns dd {
    margin-left: 12px;
}
footer #ftTop .sns .ico_facebook:before {
    content: "";
    display: block;
    background-image: url("../img/shared/icon_face.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}
footer #ftTop .sns a:before {
    margin-left: 0;
    margin-right: 0;
}
footer #ftTop .sns ul {
    font-size: 30px;
    align-items: center;
    justify-content: center;
}
footer #ftTop .sns ul li + li {
    margin-left: 10px;
}
footer #ftTop .sns .line {
    width: 60px;
}
footer #ftBottom nav a {
    display: block;
    background: url("../img/shared/bg1.jpg") repeat center top;
    color: #fff;
    padding: 10px 5%;
    border-bottom: 1px solid #944b44;
    position: relative;
}
footer #ftBottom nav a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background-image: url("../img/shared/arrow1.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 24px;
    height: 7px;
    transform: translateY(-50%);
}
footer #ftBottom .btn_link {
    justify-content: space-between;
    margin: 0 3% 20px;
}
footer #ftBottom .btn_link li {
    width: 49%;
}
footer address {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
}
footer .cookies_link {
    font-size: 12px;
    text-decoration: underline;
}
/*====================== 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;
    color: #fff;
    background: #232323;
    border-right: 1px solid #fff;
    width: 15%;
}
.ft_fixed_shared li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    position: relative;
}
.ft_fixed_shared li a:before {
    font-size: 16px;
}
.ft_fixed_shared .btn_web {
    width: 70%;
    background: url("../img/shared/bg1.jpg") repeat center top;
}
.ft_fixed_shared .btn_web a:before {
    padding-right: 5px;
}
#pagetop {
    width: 43px;
    bottom: 50px;
}
#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: 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;
    transform: translateZ(0);
    z-index: -1;
}
/* 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;
    }
    #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);
    }
}
.btn_eff a, .copy {
    display: block;
    background: #27211f;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.2em;
}
.btn_eff a:before, .copy:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url("../img/shared/arrow2.png");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    width: 34px;
    height: 7px;
    transform: translateY(-50%);
}
.btn_eff2 a {
    background: url("../img/shared/bg1.jpg") repeat center top;
}
.btn_eff3 a {
    background: #e8e7e3;
    color: #27211f;
}
.btn_eff3 a:before{
    background-image: url("../img/shared/arrow3.png");
}
@media only screen and (max-width: 560px) {
    footer #ftTop .vcard {
        margin: 0 0 30px;
    }
    footer #ftTop .vcard .disB {
        display: block;
    }
    footer #ftTop .vcard dl {
        flex-direction: column;
    }
    footer #ftTop .vcard dl br {
        display: none;
    }
    footer #ftTop .vcard dl dt {
        text-align: left;
        width: auto;
    }
    footer #ftTop .vcard dl dd {
        width: auto;
    }
    footer #ftBottom .btn_link {
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }
    footer #ftBottom .btn_link li {
        width: 100%;
        text-align: center;
    }
    footer #ftBottom .btn_link li a {
        max-width: 350px;
        margin: 0 auto;
    }
    footer #ftBottom .btn_link li + li {
        margin-top: 15px;
    }
}

@-webkit-keyframes fadeInUpNew {
0% {
opacity:0;
-webkit-transform:translate3d(0, 10%, 0);
transform:translate3d(0, 10%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpNew {
0% {
opacity:0;
-webkit-transform:translate3d(0, 10%, 0);
transform:translate3d(0, 10%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.fadeInUpNew {
	-webkit-animation-name: fadeInUpNew;
	animation-name: fadeInUpNew
}


/* ==========================================================================
   css popup
   ========================================================================== */
.popup_content {
    color: #7e726e;
}
.popup_content h2 {
    color: #701208;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #701208;
    padding-bottom: 7px;
}
.popup_content ul {
    color: #701208;
    font-weight: bold;
}
.popup_content ul li {
    text-align: left;
    position: relative;
    padding-left: 14px;
}
.popup_content ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #bba874;
    width: 7px;
    height: 7px;
}


.italian img {
    width: 95%;
}
.x-icon {

    margin-left:-3px;
}
.x-icon img{
    width:30px;
    margin-right:-3px;
}