@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "A1ゴシック M", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #010c0f;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

main {
  display: block;
}

/* ========= 共通設定 ========= */
img {
  width: 100%;
  vertical-align: top;
}

h2 {
  font-size: 40px;
  font-family: "Playfair Display";
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 96px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.btn {
  display: block;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 24px 0;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .btn {
    font-size: 15px;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* ========= ヘッダ ========= */
.header1 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header1__wrapper {
  width: 100%;
  height: 120px;
  padding: 0 32px;
  z-index: 999;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}

.logo {
  width: 189px;
}

.sp_bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_bar {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
  }
  .sp_bar span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
  }
}

.nav {
  width: 100%;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
    left: 2.5%;
    top: -50px;
    width: 95%;
    height: 95vh;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    margin: 10px auto;
    background: #316455;
    border-radius: 27px;
    transition: top 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .nav.is_show {
    top: 20px;
  }
}
.nav__spTop {
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}
.nav__sp_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__sp_logo {
    display: block;
    width: 100px;
    padding: 30px 30px 10px;
  }
}
.nav__sp_times span {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__sp_times span {
    display: block;
    font-size: 48px;
    margin-top: 20px;
    cursor: pointer;
  }
}
.nav__list {
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav__list {
    display: block;
  }
}
.nav__list__item {
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .nav__list__item {
    text-align: left;
    line-height: 50px;
    margin: 0px 30px;
    padding: 0 24px;
    border-top: 1px solid #fff;
  }
  .nav__list__item:nth-child(4) {
    border-bottom: 1px solid #fff;
  }
}
.nav__list__item a {
  transition: all 0.3s;
}
.nav__list__item a:hover {
  color: #ffdb00;
}
.nav__list__item--border {
  border: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .nav__list__item--border {
    display: none;
  }
}
.nav__list__item--border a {
  display: block;
  padding: 10px;
}
.nav__tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav__tel {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 33px;
    justify-content: center;
    margin: 30px auto 0;
    text-align: center;
    box-sizing: border-box;
  }
  .nav__tel a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    padding: 24px 30px;
  }
}

/* ========= kv ========= */
.kv {
  height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-color: #010c0f;
}
.kv__bg {
  background-image: url(../img/home/kv_01.jpg);
  background-size: cover;
  background-position: 50%;
  top: 125px;
  right: 0;
  width: 88%;
  height: calc(100% - 250px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .kv__bg {
    height: calc(100% - 110px);
    top: 55px;
  }
}
@media screen and (max-width: 480px) {
  .kv__bg {
    position: static;
    width: 100%;
    height: 100%;
  }
}
.kv__text {
  position: absolute;
  top: 40%;
  left: -100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .kv__text {
    left: -50px;
  }
}
@media screen and (max-width: 480px) {
  .kv__text {
    left: 24px;
  }
}
.kv__text__lead {
  max-width: 100%;
  font-size: 72px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kv__text__lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .kv__text__lead {
    font-size: 36px;
  }
}
.kv__text p {
  margin: 30px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .kv__text p {
    width: 80%;
  }
}
.kv__text p span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.15em;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .kv__text p span {
    display: inline;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .kv__text p span {
    width: 80%;
    font-size: 13px;
  }
}
.kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #EEEEEE;
  height: 160px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .kv::after {
    height: 100px;
  }
}

/* ========= recommend ========= */
.recommend__image--01, .recommend__image--02, .recommend__image--03, .recommend__image--04 {
  width: 60%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .recommend__image--01, .recommend__image--02, .recommend__image--03, .recommend__image--04 {
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .recommend__image--01, .recommend__image--02, .recommend__image--03, .recommend__image--04 {
    width: 100%;
    height: 220px;
  }
}

.recommend {
  background-color: #000;
}
.recommend h2 {
  margin-top: 0px;
  padding-top: 130px;
}
.recommend__container__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recommend__container__list {
    max-width: calc(100% - 80px);
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .recommend__container__list {
    max-width: calc(100% - 40px);
  }
}
.recommend__container__list .new {
  content: "NEW";
  position: absolute;
  top: 30px;
  left: 30px;
  border-bottom: solid 2px #316455;
  color: #316455;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .recommend__container__list .new {
    top: 10px;
    left: 10px;
  }
}
.recommend__container__list__item {
  width: calc(50% - 30px);
  height: 240px;
  margin: 15px;
}
@media screen and (max-width: 767px) {
  .recommend__container__list__item {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }
}
.recommend__container__list__item a div:first-child {
  transition: background-size 0.3s;
}
.recommend__container__list__item a:hover div:first-child {
  background-size: 110%;
}
@media screen and (max-width: 480px) {
  .recommend__container__list__item a {
    display: block;
  }
}
.recommend__container__list__item a .text {
  width: 44%;
  background-color: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .recommend__container__list__item a .text {
    width: 100%;
    padding: 20px;
  }
}
.recommend__container__list__item a .text h3 {
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .recommend__container__list__item a .text h3 {
    font-size: 20px;
  }
}
.recommend__container__list__item a .text span {
  font-family: Montserrat;
  color: #9e9e9e;
  font-weight: 700;
}
.recommend__image--01 {
  background-image: url(../img/common/image_02.jpg);
}
.recommend__image--02 {
  background-image: url(../img/common/image_03.jpg);
}
.recommend__image--03 {
  background-image: url(../img/common/image_04.jpg);
}
.recommend__image--04 {
  background-image: url(../img/common/image_05.jpg);
}
.recommend__other {
  width: 100%;
  background-color: #010c0f;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .recommend__other {
    display: block;
  }
}
.recommend__other__item {
  display: block;
  width: 50%;
  height: 100%;
  padding: 50px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  box-sizing: border-box;
}
.recommend__other__item:hover {
  background-size: 110%;
}
.recommend__other__item:hover .btn {
  background-color: #121c20;
}
@media screen and (max-width: 991px) {
  .recommend__other__item {
    width: 100%;
    background-size: cover;
  }
}
.recommend__other__item.left {
  background-image: url("../img/common/menu_01.jpg");
}
.recommend__other__item.right {
  background-image: url("../img/common/menu_02.jpg");
}
.recommend__other__item h2 {
  text-align: left;
  margin-top: 0;
}
.recommend__other__item .btn {
  display: inline-block;
  margin-top: 80px;
  padding: 24px 32px;
  transition: all 0.3s;
}

/* ========= instagram ========= */
.instagram {
  background-color: #000;
}
.instagram__list {
  width: 95%;
  margin: 32px auto;
}
.instagram__list__item {
  width: 240px;
  margin: 0 15px 0 0;
  max-width: calc(100% - 32px);
}
.instagram__bg {
  background-color: #010c0f;
  padding-top: 20px;
}
.instagram__bg .btn {
  width: 266px;
  margin: 0 auto;
  transition: all 0.3s;
}
.instagram__bg .btn:hover {
  background-color: #121c20;
}

/* ========= calendar ========= */
.calendar {
  margin-top: 0;
  padding-top: 100px;
  background-color: #000;
}
.calendar iframe {
  max-width: calc(100% - 100px);
  display: block;
  margin: 50px auto 0;
  width: 1044px;
  height: 548px;
}
@media screen and (max-width: 767px) {
  .calendar iframe {
    max-width: calc(100% - 80px);
  }
}

/* ========= location ========= */
.location__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 48px;
  text-align: center;
  max-width: 100%;
  justify-content: center;
}
.location__text span {
  font-weight: 200;
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
.location iframe {
  height: 424px;
  margin-top: 64px;
  width: 100%;
  max-width: 100%;
}

/* ========= フッタ ========= */
.footer {
  text-align: center;
  margin-top: 64px;
}
.footer__logo {
  width: 168px;
  margin: 0 auto;
}
.footer__box {
  margin: 32px auto 0;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2.5;
}
.footer span {
  display: block;
  margin-right: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer span {
    margin-top: 10px;
  }
}
.footer__tel {
  width: 310px;
  display: block;
  background: #316455;
  border-radius: 33px;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 32px auto 0;
  padding: 24px 0;
  font-family: "A1ゴシック M";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition: all 0.3s;
}
.footer__tel:hover {
  background-color: #121c20;
}
.footer__copy {
  width: 100%;
  background: #316455;
  padding: 30px 0px 30px 0px;
}
.footer__copy p {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 1.2;
}
.footer__copy p span {
  font-size: 10px;
  display: block;
}
.footer__copy p span b {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: normal;
  text-decoration: underline;
}
.footer .page_top {
  display: block;
  padding: 32px;
  margin: 31px 0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .page_top {
    margin: 48px 0 64px;
  }
}
.footer .page_top__arrow {
  width: 20px;
  margin: 0 auto;
}
.footer .page_top p {
  display: inline-block;
  margin-top: 15px;
}

.note {
  background-color: #000;
  width: 80%;
  margin: 0 auto;
  border: solid 2px #fff;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Lato", "Noto Sans Japanese";
  font-weight: 400;
}
.note__lead {
  font-family: "A1ゴシック M";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 48px 0px 0px 0px;
  text-align: left;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .note__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .note__lead {
    font-size: 28px;
  }
}
.note__image {
  width: 160px;
  height: 120px;
  margin-right: 25px;
  background-image: url("../img/home/image_01.jpg");
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 480px) {
  .note__image {
    width: 80%;
    margin: 20px auto 0;
  }
}
.note__menu {
  display: block;
  width: 744px;
  margin: 0 auto;
  padding: 20px 0;
  border: solid 1px #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .note__menu {
    width: 90%;
  }
}
.note__time {
  text-align: center;
}
.note__time .tel {
  display: inline-block;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #fff;
  margin: 32px 0 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .note__time .tel {
    font-size: 15px;
  }
}
.note__time span {
  display: block;
  margin: 16px 0;
  font-size: 14px;
}
.note__container {
  background-color: #010c0f;
  width: 744px;
  max-width: 100%;
  margin: 48px auto 0;
  padding-bottom: 48px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .note__container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .note__container {
    display: block;
  }
}
.note__container .text {
  max-width: 70%;
  width: 70%;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .note__container .text {
    width: 80%;
    font-size: 16px;
    margin: 24px auto;
  }
}

.about {
  background-color: #010c0f;
}
.about__text {
  width: 720px;
  line-height: 2.5;
  margin: 48px auto 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about__text {
    width: 100%;
    margin: 48px 0;
    padding: 0 24px;
  }
}
.about__btn {
  width: 266px;
  display: block;
  background: #010c0f;
  border: solid 1px #fff;
  border-radius: 4px;
  margin: 32px auto 0px;
  padding: 24px 0;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
.about__btn:hover {
  background-color: #121c20;
}
@media screen and (max-width: 480px) {
  .about__btn {
    padding: 24px 0;
    width: 180px;
  }
}

.concept .kv__bg {
  background-image: url(../img/concept/kv_02.jpg);
}
.concept .kv__text span {
  display: block;
  margin-top: 24px;
}
.concept .kv::after {
  display: none;
}
.concept .policy__bg {
  width: 100%;
  height: 650px;
  background-image: url(../img/concept/policy_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.concept .policy__box {
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .concept .policy__box {
    width: calc(100% - 40px);
  }
}
.concept .policy__lead {
  text-align: left;
  font-family: "A1ゴシック M", sans-serif;
  margin-top: 50px;
  line-height: 1.5;
}
.concept .policy__text {
  width: 720px;
  max-width: 100%;
  margin: 48px auto;
  font-family: "A1ゴシック R";
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .concept .policy__text {
    margin: 70px auto;
    width: calc(100% - 40px);
    font-size: 16px;
  }
}
.concept .owner__bg {
  width: 100%;
  height: 650px;
  background-image: url(../img/concept/owner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: center;
}
.concept .owner__box {
  width: 1100px;
  margin: 0 auto;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  .concept .owner__box {
    margin-right: 30px;
  }
}
.concept .owner__lead {
  text-align: right;
}
.concept .owner__text {
  margin-top: 48px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .concept .story__inner, .concept .message__inner {
    flex-direction: column-reverse;
  }
}
.concept .story__container, .concept .message__container {
  width: 50%;
  background-color: #fff;
  color: #000;
  padding: 0 30px;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .concept .story__container, .concept .message__container {
    width: 100%;
    padding: 40px 20px;
  }
}
.concept .story__lead, .concept .message__lead {
  margin-top: 0;
  text-align: left;
  font-size: 32px;
  color: #212121;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .concept .story__lead, .concept .message__lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .concept .story__lead, .concept .message__lead {
    font-size: 20px;
  }
}
.concept .story__h3, .concept .message__h3 {
  text-align: left;
  margin-top: 20px;
  color: #333;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.concept .story__h3 span, .concept .message__h3 span {
  font-family: Montserrat;
}
.concept .story__image, .concept .message__image {
  width: 50%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 767px) {
  .concept .story__image, .concept .message__image {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .concept .story__image, .concept .message__image {
    width: 100%;
    height: 500px;
  }
}
.concept .story__text, .concept .message__text {
  margin-top: 20px;
  color: #424242;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 2.5;
}
.concept .story__image {
  background-image: url(../img/concept/story_01.jpg);
}
.concept .message__image {
  background-image: url(../img/concept/message_01.jpg);
}

.wine .menu__bg--drink, .wine .menu__bg--wine, .wine .menu__bg {
  position: relative;
  width: 100%;
  height: 300px;
}
.wine .menu__bg--drink:hover::before, .wine .menu__bg--wine:hover::before, .wine .menu__bg:hover::before {
  background-size: 110%;
}
.wine .menu__bg--drink::before, .wine .menu__bg--wine::before, .wine .menu__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  filter: brightness(0.7);
  z-index: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .wine .menu__bg--drink::before, .wine .menu__bg--wine::before, .wine .menu__bg::before {
    background-size: cover;
  }
}

.wine .kv__bg {
  background-image: url(../img/wine/kv_03.jpg);
}
.wine .kv__text span {
  display: block;
  margin-top: 24px;
}
.wine .kv::after {
  display: none;
}
.wine .menu {
  background-color: #fff;
}
.wine .menu__bg--wine::before {
  background-image: url("../img/wine/wine_bg.jpg");
}
.wine .menu__bg--drink::before {
  background-image: url("../img/wine/drink_bg.jpg");
}
.wine .menu span {
  display: block;
  margin-top: 20px;
  line-height: 1.4;
}
.wine .menu__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .wine .menu__box {
    display: block;
    width: 80%;
  }
}
.wine .menu__box span {
  font-size: 16px;
}
.wine .menu__lead {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-top: 0;
}
.wine .menu__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .wine .menu__container {
    margin: 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .wine .menu__container {
    margin: 0 20px;
  }
}
.wine .menu__container dl dt {
  margin-top: 40px;
  color: #424242;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .wine .menu__container dl dt {
    font-size: 14px;
    margin-left: 0;
  }
}
.wine .menu__container dl dd {
  display: flex;
  justify-content: flex-end;
  color: #424242;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wine .menu__container dl dd {
    font-size: 14px;
  }
}
.wine .menu__container dl dd span {
  display: block;
  margin: 10px 20px 0;
}
.wine .menu__list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wine .menu__list {
    max-width: 100%;
  }
}
.wine .menu__list__item {
  margin: 15px;
  width: calc(25% - 30px);
  color: #424242;
}
@media screen and (max-width: 767px) {
  .wine .menu__list__item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .wine .menu__list__item {
    width: 100%;
  }
}
.wine .menu__list__item .image {
  width: 190px;
  margin: 0 auto;
}
.wine .menu__list__item span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #424242;
  text-align: center;
}
.wine .menu__list__item b {
  display: block;
  text-align: center;
  color: #9e9e9e;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.dinner .kv__bg {
  background-image: url(../img/dinner/kv_04.jpg);
}
.dinner .kv__text span {
  display: block;
  margin-top: 24px;
}
.dinner .kv::after {
  display: none;
}
.dinner .note {
  margin: 48px auto;
}
.dinner .note__lead {
  display: block;
  margin-top: 40px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .dinner .note__lead {
    margin: 32px 16px 0;
    font-size: 28px;
    text-align: left;
  }
}
.dinner .note__image {
  margin-right: 25px;
  background-image: url("../img/dinner/note_02.jpg");
}
@media screen and (max-width: 480px) {
  .dinner .note__image {
    margin: 25px auto;
  }
}
.dinner .note__container .text {
  font-family: "A1ゴシック M";
  font-weight: 400;
  width: 70%;
  line-height: 2.5;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .dinner .note__container .text {
    width: 90%;
    max-width: 100%;
    margin: 50px auto 0;
  }
}
.dinner .note__time {
  text-align: center;
}
.dinner .note__time .tel {
  display: inline-block;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #fff;
  margin: 32px 0 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .dinner .note__time .tel {
    font-size: 15px;
  }
}
.dinner .note__time span {
  display: block;
  margin: 16px 0;
  font-size: 14px;
}
.dinner .heading__bg {
  position: relative;
  width: 100%;
  height: 300px;
}
.dinner .heading__bg:hover::before {
  background-size: 110%;
}
.dinner .heading__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/dinner/lead_bg_03.jpg");
  background-size: 100%;
  background-position: center center;
  filter: brightness(0.7);
  z-index: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .dinner .heading__bg::before {
    background-size: cover;
  }
}
.dinner .heading__bg__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .dinner .heading__bg__box {
    width: 90%;
  }
}
.dinner .heading__bg span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  line-height: 1.5;
}
.dinner .heading__bg__lead {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-top: 0;
}
.dinner .menu {
  background-color: #fff;
}
.dinner .menu__box {
  filter: brightness(0.7);
  background-image: url(../img/dinner/lead_bg_03.jpg);
}
.dinner .menu__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .dinner .menu__container {
    margin: 0 20px;
  }
}
.dinner .menu__container p {
  color: #424242;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .dinner .menu__container p {
    font-size: 14px;
  }
}
.dinner .menu__container dl {
  color: #000;
}
.dinner .menu__container dl dt {
  margin-top: 40px;
  color: #424242;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dinner .menu__container dl dt {
    font-size: 14px;
  }
}
.dinner .menu__container dl dd {
  display: flex;
  justify-content: flex-end;
  color: #424242;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dinner .menu__container dl dd {
    font-size: 14px;
  }
}
.dinner .menu__container dl dd span {
  margin: 0 20px;
}
@media screen and (max-width: 480px) {
  .dinner .menu__container dl dd span {
    margin-right: 0;
    display: block;
    margin-top: 10px;
  }
}

.not_found__wrapper {
  width: 100%;
  height: 722px;
  background-image: url(/assets/img/404/owner.jpg);
  background-size: cover;
  background-position: center center;
  justify-content: center;
  align-items: center;
  color: #EEE;
  font-family: Montserrat;
}
.not_found__wrapper__container {
  text-align: center;
}
.not_found__wrapper h1 {
  font-size: 144px;
  font-weight: 700;
}
.not_found__wrapper p {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 500;
}
.not_found__wrapper a {
  display: inline-block;
  border-bottom: solid 8px #FFFFFF;
  font-family: "A1ゴシック M";
  font-size: 32px;
  font-weight: 400;
  margin: 80px auto 0px;
  padding-bottom: 10px;
  transition: all 0.3s;
}
.not_found__wrapper a:hover {
  color: #316455;
  border-bottom-color: #316455;
}
.not_found footer {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */