@charset "UTF-8";
/*
Theme Name: RISTORANTE YAMAZAKI
Description: リストランテ山﨑ホームページのオフィシャルサイトテーマ
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.3/css/all.css");
/* Colors */
/* Size */
/* FONT SET */
/* Times */
/* Width */
/* Media */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

a {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoration 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

a:link, a:visited {
  color: #333;
}

img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

h1, h2 {
  font-family: Sulphur Point, "Noto Sans JP";
  letter-spacing: 0.2rem;
}

p, dt, dd, li {
  font-size: min(2.6vw, 0.93rem);
  line-height: 1.8;
  text-align: justify;
  font-weight: 400;
}

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

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

.al-itm-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.al-itm-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txt-alright {
  text-align: right;
}

.txt-alcenter {
  text-align: center;
}

.txt-nowrap {
  white-space: nowrap;
  display: inline-block;
}

.tb-show-flex {
  display: none;
}
@media (max-width: 810px) {
  .tb-show-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 810px) {
  .tb-hide {
    display: none;
  }
}

.sp-block {
  display: inline;
}
@media (max-width: 579px) {
  .sp-block {
    display: block;
  }
}

@media (max-width: 579px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 810px) {
  .pc-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main {
  padding-bottom: 100px;
}
.main.grey {
  background-color: #ccc;
}

.color-dgry {
  color: #969696;
}

.inner {
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding: 0 30px;
  margin: auto;
  position: relative;
}
@media (max-width: 579px) {
  .inner:has(.top_content_line) {
    padding: 0;
  }
}
.inner_narrow {
  width: 100%;
  max-width: 1320px;
  height: auto;
  padding: 0 4%;
  margin: auto;
}
.inner_narrow_ex {
  width: 100%;
  max-width: 870px;
  height: auto;
  padding: 0 3%;
  margin: auto;
}

.btn_box {
  display: block;
  width: 170px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: "Sulphur Point";
  font-weight: 400;
  letter-spacing: 2px;
}
.btn_box.bigger {
  width: min(25vw, 250px);
  height: 50px;
  font-size: min(6.4vw, 1.875rem);
  font-weight: 300;
}
@media (max-width: 579px) {
  .btn_box.bigger {
    height: 40px;
  }
}
.btn_box.bordered {
  border: solid 1px #646464;
}
.btn_box.wht {
  background-color: #FFF;
}
.btn_box.sgry {
  background-color: #F3F3F3;
}
.btn_box.lgry {
  background-color: #e0e0e0;
}
.btn_box.mgry {
  background-color: #ccc;
  color: #FFF;
}
.btn_box.dgry {
  background-color: #969696;
  color: #FFF;
}

/* TOP */
section.first_view {
  height: 100vh;
  background: #FFF;
  width: 100%;
  position: relative;
  padding-top: 0 !important;
}
section.first_view .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.brand_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 579px) {
  .brand_box {
    margin-bottom: 50%;
  }
}

.welcome_message, .welcome_logo, .top_news, .skip, .scrolldown, .header, .bottom_line {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.top .welcome_logo, .top .top_news, .top .scrolldown, .top .header, .top .bottom_line {
  opacity: 0;
}

.welcome_logo {
  width: 300px;
  height: auto;
  margin: 0 auto 100px;
  position: absolute;
  -webkit-transition: opacity 1s ease, visibility 0s 0.5s;
  transition: opacity 1s ease, visibility 0s 0.5s;
}
@media (max-width: 579px) {
  .welcome_logo {
    margin-bottom: 20px;
    width: 260px;
  }
}

.welcome_message {
  width: 490px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 579px) {
  .welcome_message {
    width: 300px;
  }
}

.skip {
  position: absolute;
  right: 12%;
  bottom: 20%;
  cursor: pointer;
}

.top_news {
  position: absolute;
  left: 7%;
  top: 15%;
}
@media (max-width: 579px) {
  .top_news {
    left: 0;
    top: 65%;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bottom_line {
  display: block;
  height: 0;
  max-width: 89%;
  margin: auto;
  border-bottom: solid 1px #000;
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
}

.scrolldown {
  position: absolute;
  bottom: 200px;
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* 線のアニメーション部分 */
}
.scrolldown::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #000;
  bottom: -155px;
  content: "";
  height: 140px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media (max-width: 579px) {
  .scrolldown {
    bottom: 140px;
  }
  .scrolldown::before {
    bottom: -115px;
    height: 110px;
  }
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.top_news p, .top_news li, .top_news a {
  font-size: min(2.8vw, 0.875rem);
  line-height: 1.7;
}
.top_news p, .top_news ul {
  margin-bottom: 0.6rem;
}
.top_news > a {
  display: block;
  text-align: right;
}

.top_menu_insta p {
  font-size: min(2.8vw, 0.875rem);
}
.top_menu_area {
  margin-bottom: 50px;
}
.top_menu_area_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 88.46%;
  margin: auto;
}
@media (max-width: 810px) {
  .top_menu_area_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
}
.top_menu_area_box_ym {
  position: relative;
}
.top_menu_area_box_ym_m_num {
  font-size: min(23vw, 9.375rem);
  font-weight: 300;
  font-family: "Poiret One";
  text-align: center;
  color: #ccc;
  line-height: 1;
}
.top_menu_area_box_ym_m_tex {
  font-size: min(6vw, 2.625rem);
  font-weight: 300;
  font-family: "Sulphur Point";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
.top_menu_area_box_ym_y {
  font-size: min(6.4vw, 1.875rem);
  font-family: "Poiret One";
  text-align: center;
  color: #ccc;
  line-height: 1;
}
@media (max-width: 579px) {
  .top_menu_area {
    margin-bottom: 0;
  }
}
.top_menu .insta-line {
  max-width: 88.46%;
  margin: 100px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 810px) {
  .top_menu .insta-line {
    margin-top: 30px;
  }
}
.top_menu .insta-line__inner {
  width: 32.17%;
  height: auto;
}
@media (max-width: 810px) {
  .top_menu .insta-line {
    max-width: 100%;
  }
}
.top_menu .insta-line + p {
  display: block;
  max-width: 88.46%;
  margin: 0 auto 150px;
  line-height: 1;
}
@media (max-width: 810px) {
  .top_menu .insta-line + p {
    max-width: 100%;
    margin-bottom: 100px;
  }
}

.top_content_line {
  height: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 810px) {
  .top_content_line {
    height: 700px;
  }
}
@media (max-width: 579px) {
  .top_content_line {
    display: block;
    height: auto;
  }
}
.top_content_line.stagio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 579px) {
  .top_content_line.stagio {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.top_content_line > div {
  width: 50%;
  height: 100%;
}
@media (max-width: 579px) {
  .top_content_line > div {
    width: 100%;
    height: 490px;
  }
}
.top_content_line_pict.moment-pic {
  background: url(/img/photo_top_1.webp) center center/cover;
}
.top_content_line_pict.stagio-pic {
  background: url(/img/photo_top_2.webp) center right/cover;
}
.top_content_line_pict.dal-pic {
  background: url(/img/photo_top_3.webp) center center/cover;
}
.top_content_line_text {
  background: #ccc;
  position: relative;
  padding-top: 170px;
  padding-left: 11.111%;
  padding-right: 2rem;
}
@media (max-width: 810px) {
  .top_content_line_text {
    padding-top: 80px;
    padding-left: 8%;
  }
}
@media (max-width: 579px) {
  .top_content_line_text {
    padding-top: 70px;
  }
}
.top_content_line_text.bgWhite {
  background: #FFF;
}
.top_content_line_text_title {
  font-family: "Sulphur Point";
  font-size: min(6.7vw, 2.5rem);
  font-weight: 300;
  margin-bottom: 80px;
}
@media (max-width: 579px) {
  .top_content_line_text_title {
    margin-bottom: 30px;
  }
}
.top_content_line_text p {
  font-size: min(2.6vw, 0.93rem);
  line-height: 2.5;
  margin-bottom: 2rem;
}
.top_content_line_text_link {
  position: absolute;
  bottom: 150px;
}
@media (max-width: 810px) {
  .top_content_line_text_link {
    bottom: 50px;
  }
}
.top_content .btn_box {
  z-index: 1;
}
.top_content .moment .btn_box, .top_content .dal .btn_box {
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 579px) {
  .top_content .moment .btn_box, .top_content .dal .btn_box {
    left: 50%;
    top: 41%;
  }
}
.top_content .stagio .btn_box {
  left: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 579px) {
  .top_content .stagio .btn_box {
    left: 50%;
    top: 41%;
  }
}

.top_info_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 810px) {
  .top_info_line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top_info_line > div {
  width: 50%;
  height: auto;
}
@media (max-width: 810px) {
  .top_info_line > div {
    width: 100%;
  }
}
.top_info_line dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_info_line dt {
  width: 5.6rem;
}
@media (max-width: 810px) {
  .top_info_line dt {
    width: 100%;
  }
}
.top_info_line dd {
  width: calc(100% - 5.6rem);
  margin-bottom: 2rem;
}
@media (max-width: 810px) {
  .top_info_line dd {
    width: 100%;
  }
}
.top_info_line_text {
  padding-left: 5%;
  position: relative;
  padding-bottom: 3%;
  padding-right: 3%;
}
@media (max-width: 579px) {
  .top_info_line_text {
    padding-left: 0;
  }
}
.top_info_line_text p {
  margin-bottom: 2rem;
}
.top_info_line_text .btn_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 93%;
}
.top_info_line_map {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
@media (max-width: 810px) {
  .top_info_line_map {
    padding-left: 5%;
    padding-top: 5%;
  }
}
@media (max-width: 579px) {
  .top_info_line_map {
    padding-left: 0;
  }
}
.top_info_line_map iframe {
  width: 100%;
  height: 100%;
}

/* OTHER */
.other main {
  padding-top: 100px;
}
@media (max-width: 810px) {
  .other main {
    padding-top: 70px;
  }
}
.other .page_title {
  font-size: min(10vw, 3.437rem);
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 300;
  margin-bottom: 100px;
}
@media (max-width: 810px) {
  .other .page_title {
    margin-bottom: 50px;
  }
}
.other .menu .page_title {
  margin-bottom: 150px;
}
@media (max-width: 810px) {
  .other .menu .page_title {
    margin-bottom: 70px;
  }
}
.other .chap_title {
  word-break: keep-all;
  font-weight: 300;
  font-size: min(6.4vw, 1.875rem);
}
.other .chap_title span {
  font-size: min(2.8vw, 0.875rem);
  display: inline-block;
  margin-left: 3rem;
  letter-spacing: 0;
}

.team_intro_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 579px) {
  .team_intro_line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team_intro_line:last-child {
    margin-bottom: 0;
  }
}
.team_intro_line p {
  margin-bottom: 2rem;
}
.team_intro_line_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 440px;
  padding: 0 30px;
}
@media (max-width: 579px) {
  .team_intro_line_pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    margin: auto;
  }
}
.team_intro_line_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 579px) {
  .team_intro_line_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 2rem;
    max-width: 100%;
    margin: auto;
  }
}
.team_intro_line_right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 579px) {
  .team_intro_line_right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 2rem;
    max-width: 100%;
    margin: auto;
  }
}

.history_intro_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 810px) {
  .history_intro_line {
    display: block;
  }
}
.history_intro_line_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history_intro_line_right_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.history_intro_line_right_tex {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 2rem;
}
@media (max-width: 810px) {
  .history_intro_line_right {
    max-width: 100%;
  }
  .history_intro_line_right_pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 2rem;
  }
  .history_intro_line_right_tex {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 4rem;
  }
}
.history_intro_line_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 35%;
}
.history_intro_line_left .chefs {
  margin-top: 2rem;
}
.history_intro_line_left .chefs li {
  font-size: min(2.8vw, 0.875rem);
  line-height: 2;
}
.history_intro_line_left .chefs li span {
  display: inline-block;
}
.history_intro_line_left .chefs li span:first-child {
  width: 5em;
  margin-right: 2rem;
}
@media (max-width: 810px) {
  .history_intro_line_left {
    width: 100%;
  }
  .history_intro_line_left .chap_title {
    text-align: center;
    margin-bottom: 2rem;
  }
  .history_intro_line_left .chefs {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.info_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.info_line dt {
  font-size: min(3.1vw, 1rem);
  width: 24.2%;
  max-width: 300px;
}
.info_line dt p {
  font-size: min(3.1vw, 1rem);
  margin-bottom: 1.5rem;
  line-height: 2;
  font-weight: 500;
  border-bottom: solid 1px #646464;
}
.info_line dd {
  width: 67.5%;
  max-width: 840px;
  padding-top: 1.5rem;
}
.info_line dd p {
  font-size: min(3.1vw, 1rem);
  margin-bottom: 1.5rem;
  line-height: 2;
  position: relative;
}
.info_line dd p .top_content_line_text_link {
  top: 0;
  left: 8em;
}
.info_line dd p span {
  display: inline-block;
  margin-left: 1em;
}
.info_line_map {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  margin-bottom: 6rem;
}
@media (max-width: 810px) {
  .info_line_map {
    margin-bottom: 4rem;
  }
}
.info_line_map iframe {
  width: 100%;
  height: 100%;
}
.info_line_tour {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  margin-top: 1rem;
}
.info_line_tour iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 810px) {
  .info_line_tour {
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 810px) {
  .info_line {
    display: block;
    margin-bottom: 3em;
  }
  .info_line dt, .info_line dd {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .info_line dt p, .info_line dd p {
    text-align: center;
  }
  .info_line dt p:has(br), .info_line dd p:has(br) {
    text-align: left;
  }
  .info_line dt p:has(.btn_box), .info_line dd p:has(.btn_box) {
    padding-bottom: 3.5em;
  }
  .info_line dt p .top_content_line_text_link, .info_line dd p .top_content_line_text_link {
    top: 4.2em;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
  .info_line dt p span, .info_line dd p span {
    display: block;
    margin: auto;
  }
}

.news_line_content {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #000;
}
.news_line_content:last-child {
  border-bottom: none;
}
.news_line_content p {
  font-size: min(2.6vw, 0.93rem);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.news_line_content p .date {
  font-size: min(2.8vw, 0.875rem);
}
.news_line_content h2.title {
  font-size: min(3.6vw, 1.18rem);
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

.menu_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
}
.menu_line_name {
  width: 35%;
  padding-right: 4%;
  padding-top: min(2.8vw, 0.875rem);
}
.menu_line_name_text {
  text-align: right;
  font-size: min(6.6vw, 2.312rem);
  font-weight: 300;
  margin-bottom: 2rem;
}
.menu_line_name_price {
  text-align: right;
  font-size: min(4.5vw, 1.5625rem);
  font-weight: 300;
}
.menu_line_content {
  width: 65%;
}
.menu_line_content_list {
  border-left: solid 1px #000;
  padding-left: 4%;
  margin-bottom: 2rem;
}
.menu_line_content_list_child {
  font-size: min(4.5vw, 1.5625rem);
  font-weight: 300;
  margin-bottom: min(6.4vw, 1.875rem);
}
.menu_line_content p {
  margin-left: 4%;
}
.menu_line_content .empha {
  font-size: min(3.8vw, 1.25rem);
  font-weight: 400;
  margin-bottom: 1rem;
}
.menu_line_content .empha + .empha {
  font-size: min(3.3vw, 1.1rem);
  font-weight: 400;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.menu .empha {
  font-size: min(3.6vw, 1.18rem);
}
.menu_caution {
  border-top: solid 1px #000;
  padding: 3%;
}
@media (max-width: 810px) {
  .menu_line {
    display: block;
    padding-top: 2rem;
  }
  .menu_line_name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4% 4%;
    margin: auto;
    border-bottom: solid 1px #000;
  }
  .menu_line_name_text {
    text-align: center;
  }
  .menu_line_name_price {
    text-align: center;
  }
  .menu_line_content {
    width: 100%;
  }
  .menu_line_content_list {
    border-left: none;
    padding-left: 0;
    padding-top: 2rem;
    margin-bottom: 9vw;
  }
  .menu_line_content_list_child {
    text-align: center;
    padding-top: 1rem;
    margin-bottom: min(2.8vw, 0.875rem);
  }
  .menu_line_content p {
    margin-left: 0;
    text-align: center;
  }
  .menu_line_content .empha {
    text-align: center;
  }
}

/* Colors */
/* Size */
/* FONT SET */
/* Times */
/* Width */
/* Media */
/* HEADER */
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 810px) {
  .header {
    height: 70px;
  }
}
.header_inner {
  max-width: 1340px;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 579px) {
  .header_inner {
    padding: 0;
  }
}
.header_logo {
  width: min(60%, 260px);
  height: 45px;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 1199px) {
  .header_logo {
    margin-left: 0px;
  }
}
@media (max-width: 579px) {
  .header_logo {
    margin-left: 20px;
    width: 40%;
    height: auto;
  }
}
.header_logo.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
}
@media (max-width: 810px) {
  .header_nav_box {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 100;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
    padding-left: 3rem;
    padding-bottom: 2rem;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  .header_nav_box.open {
    right: 0;
    -webkit-transition: right 0.8s ease;
    transition: right 0.8s ease;
  }
}
.header_nav_list {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 100;
  height: 100vh;
  width: 36vw;
  padding-top: 100px;
  padding-left: 3rem;
  padding-bottom: 2rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.header_nav_list.open {
  right: 0;
  -webkit-transition: right 0.8s ease;
  transition: right 0.8s ease;
}
.header_nav_list_child a {
  font-size: min(5.6vw, 1.75rem);
  font-family: "Sulphur Point";
  font-weight: 300;
  line-height: 2.2;
}
@media (max-width: 810px) {
  .header_nav_list_child {
    text-align: right;
    margin-right: 3rem;
  }
}
@media (max-width: 810px) {
  .header_nav_list {
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.header_nav_link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}
@media (max-width: 810px) {
  .header_nav_link {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    z-index: 999;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header_nav_link_child {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3rem;
    margin: 1rem 0 0.5rem;
  }
}
.header .spmenu {
  display: block;
  height: 30px;
  width: 50px;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  right: 40px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.6s all 0.6s;
  transition: 0.6s all 0.6s;
}
.header .spmenu::before, .header .spmenu::after {
  content: "";
  display: block;
  background-color: #333;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
@media (max-width: 579px) {
  .header .spmenu {
    right: 20px;
  }
}
.header .spmenu.open {
  border: solid 2px transparent;
  -webkit-transition: 0s border 0s;
  transition: 0s border 0s;
}
.header .spmenu.open::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
.header .spmenu.open::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
.header .reser a span {
  border: solid 1px #333;
  display: block;
  padding: 3px 16px;
}
.header .ico_insta {
  width: 28px;
  height: auto;
  display: block;
}

/* max-width: 768px */
/* FOOTER */
.footer {
  background-color: #969696;
  color: #FFF;
  padding: 3rem 0;
}
.footer p {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */