@charset "utf-8";
html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
    visibility: visible;
}
/*fonts*/
.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.shippori-mincho-medium {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.shippori-mincho-semibold {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}
.shippori-mincho-bold {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.shippori-mincho-extrabold {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
}
.im-fell-dw-pica-regular {
    font-family: "IM Fell DW Pica", serif;
    font-weight: 400;
    font-style: normal;
}
.im-fell-dw-pica-regular-italic {
    font-family: "IM Fell DW Pica", serif;
    font-weight: 400;
    font-style: italic;
}
.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
}
/*common*/
body {
    font-family: "Shippori Mincho", serif;
    color: #333;
    background-color: #F4F4F1;
    text-align: center;
}
img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.black {
    color: #333;
}
.white {
    color: #F4F4F1;
}
.green {
    color: #395246;
}
.bg_green {
    color: #F4F4F1;
    background-color: #395246;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.anime_ot {
    opacity: 0.7;
    transition: .3s;
}
.page-top {
    position: fixed;
    right: 3vw;
    bottom: 5vh;
    z-index: 99;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: ;
    background-color: ;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.contact-btn01 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f4f4f1;
    background-color: #395246;
}
.contact-btn01 span.border {
    display: flex;
    border: solid 1px;
    margin: 3px;
    padding: 7px 1.5em;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.contact-btn01 i {
    margin-right: 5px;
}
.contact-btn01:hover {
    background-color: #f4f4f1;
    transition: .3s;
}
.contact-btn01:hover span {
    color: #395246;
    border: solid 1px #395246;
    transition: .3s;
}
.contact-btn02 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 600px;
    min-width: 300px;
    height: 80px;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #F4F4F1;
    position: relative;
}
.contact-btn02::before, .contact-btn02::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #F4F4F1 transparent;
    border-style: solid;
}
.contact-btn02::before {
    left: -25px;
    border-width: 40px 0px 40px 25px;
}
.contact-btn02::after {
    right: -25px;
    border-width: 40px 25px 40px 0px;
}
.contact-btn02:hover {
    color: #F4F4F1;
    background-color: rgb(255, 255, 255, 0.3);
    transition: .3s;
}
.contact-btn02:hover::before, .contact-btn02:hover::after {
    border-color: rgb(255, 255, 255, 0.3) transparent;
    transition: .3s;
}
.contact-btn02 i {
    margin-right: 15px;
}
.box_green {
    display: inline-block;
    color: #f4f4f1;
    background-color: #395246;
    padding: 5px;
}
.box_green .wrap {
    border: solid 1.5px;
    padding: 0.8em 2em;
}
/*common header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 70px;
    background-color: #f4f4f1;
}
header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    max-width: 1600px;
    height: 100%;
    margin: auto;
}
header h1 img {
    width: 100%;
    height: 45px;
    object-fit: contain;
}
header .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav {
    margin-right: 2em;
}
header nav ul {
    display: flex;
    justify-content: space-between;
}
header nav ul li {
    padding: 5px 1em;
}
header nav ul li a:hover {
    opacity: 0.7;
    transition: .3s;
}
/*common eyecatch*/
section.eyecatch {
    width: 100%;
    height: 90vh;
    min-height: 800px;
    text-align: left;
    background-image: url(../img/alacarte_grill.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #5c5c56;
    background-blend-mode: overlay;
    position: relative;
}
section.eyecatch h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 10vw;
    color: #f4f4f1;
    font-size: clamp(28px, 3vw, 64px);
    font-weight: normal;
    line-height: 1.6em;
}
.box_green.hours {
    position: absolute;
    bottom: 75px;
    margin: 0 0 0 10vw;
    line-height: 2em;
}
.box_green.hours p span {
    display: inline-block;
    width: 5em;
}
/*common highlight*/
.h_type {
    display: flex;
    flex-flow: column;
    margin: 0 0 75px;
    font-family: "Abril Fatface", serif;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: normal;
    line-height: 1.1em;
    letter-spacing: 0.5px;
}
.h_type span {
    font-family: "Shippori Mincho", serif;
    font-size: clamp(14px, 3vw, 24px);
}
.h_type span.en {
    font-family: "IM Fell DW Pica", serif;
}
.rosso {
    color: #f4f4f1;
    background-color: #882527;
    font-weight: normal;
}
.bianco {
    color: #f4f4f1;
    background-color: #395246;
    font-weight: normal;
}
/*concept*/
section.concept {
    padding: 100px 0;
    line-height: 2em;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
/*    background-size: 90%;*//*season*/
    background-position: center;
}
/*season*/
section.season {
    padding: 100px 0;
}
section.season .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75vw;
    max-width: 1200px;
    margin: auto;
}
section.season .wrap a {
    width: 47%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
section.season .wrap a h3 {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 2;
    width: 90%;
    margin: auto;
    padding: 15px 0;
    font-size: 18px;
    font-weight: normal;
    color: #f4f4f1;
    background-color: rgb(0, 0, 0, 0.6);
}
section.season .wrap a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 480px;
    margin: auto;
    z-index: 1;
    transform: scale(1);
}
section.season .wrap a:hover img {
    transform: scale(1.1);
    transition: .3s;
}
/*grand menu*/
section.menu {
    padding: 100px 0;
}
section.grand-menu {
    background-image: url(../img/bg02.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 90% 99%;
}
section.menu .box01 {
    width: 75vw;
    max-width: 1600px;
    margin: auto;
}
section.menu .box01 h3 {
    display: inline-flex;
    align-items: center;
    margin: 75px 0 0;
    font-family: "IM Fell DW Pica", serif;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: normal;
}
section.menu .box01 h3::before, section.menu .box01 h3::after {
    content: "";
    flex-grow: 1;
    width: 25px;
    height: 1.8px;
    margin: 0 10px 3px;
    background-color: #333;
}
section.menu .menu-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 50px auto;
}
section.menu .menu-box.center {
    justify-content: center;
}
section.menu .menu-box .wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
section.menu .menu-box .wrap div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
section.menu .menu-box a {
    width: 47%;
}
section.menu .menu-box a:hover {
    opacity: 0.7;
    transition: .3s;
}
section.menu .menu-box h4 {
    margin: 25px 0 75px;
    text-align: center;
    font-weight: normal;
}
section.menu .wine-box {
    max-width: 800px;
    margin: 50px auto;
}
section.menu .wine-box h4 {
    padding: 15px 0;
}
section.menu .wine-box ul {
    margin: 35px 0 75px;
}

section.menu .wine-box ul li a {
    text-decoration: underline;
    line-height: 2em;
}
section.menu .wine-box.wine_rosso ul li a:hover {
    color: #bd2528;
    transition: .3s;
}
section.menu .wine-box.wine_bianco ul li a:hover {
    color: #2db272;
    transition: .3s;
}
/*course*/
ul.detail {
    line-height: 2em;
}
ul.detail li {
    padding: 0 0 25px;
    border-bottom: dashed 1.5px;
}
ul.detail li:nth-of-type(1) {
    margin-bottom: 50px;
}
ul.detail li h4 {
    font-size: 18px;
    font-weight: normal;
}
ul.detail li p {
    letter-spacing: 1px;
    word-break: keep-all;
}
/*chef*/
section.chef {
    padding: 100px 0;
    max-width: 800px;
    margin: auto;
}
section.chef img {
    aspect-ratio: 4/3;
}
section.chef h3, section.info h3 {
    display: flex;
    flex-flow: column;
    margin: 25px 0;
    padding: 0 0 15px;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: normal;
    line-height: 1.3em;
    border-bottom: solid 1.5px;
}
section.chef h3 span, section.info h3 span {
    font-family: "IM Fell DW Pica", serif;
    font-size: clamp(14px, 3vw, 18px);
}
section.chef ul li {
    line-height: 2em;
}
section.contact, section.info {
    padding: 100px 0;
}
section.info .wrap {
    max-width: 800px;
    margin: 50px auto;
}
section.info img, section.info iframe {
    width: 75vw;
    max-width: 1600px;
    height: 420px;
    margin: auto;
}
section.info p, section.info address {
    line-height: 2em;
}
section.info address {
    margin-bottom: 2em;
}
/*common footer*/
footer {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 100px 0 0;
    border-top: solid 2px #395246;
}
footer .logo {
    width: 300px;
    margin: auto;
}
footer ul {
    display: flex;
    justify-content: space-around;
    width: 75vw;
    max-width: 800px;
    margin: 75px auto 50px;
}
footer ul li a:hover {
    opacity: 0.7;
    transition: .3s;
}
footer .contact-btn01 {
    margin: 0 auto 50px;
}
footer .contact-btn01 span {
    width: 100%;
}
footer .contact-btn01 i {
    margin: 0 10px 0 50px;
}
footer .insta {
    margin: 0 auto 75px;
    font-size: 32px;
}
footer small {
    padding: 15px 0;
    font-size: 14px;
}
/*eyecatch slide*/
