@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  background-color: #2c2c2c;
  color: #2c2c2c;
}

* {
  position: relative;
  color: #2c2c2c;
  overflow-y: unset;
}

.container {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .container {
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 980px) {
  .container {
    max-width: 1000px;
  }
}

.show_sp {
  display: inherit;
}
@media screen and (min-width: 980px) {
  .show_sp {
    display: none;
  }
}

.show_pc {
  display: none;
}
@media screen and (min-width: 980px) {
  .show_pc {
    display: inherit;
  }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  display: block;
}

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

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  position: relative;
  color: #2c2c2c;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", 　-apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "Verdana", "Meiryo", sans-serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.04em;
}

picture {
  width: 100%;
}
picture source {
  width: 100%;
  height: 100%;
}
picture img {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  font-size: 14px;
  font-style: normal;
}

.js-scroll-trigger {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.js-scroll-trigger.is_animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#main.loaded {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  background-color: #fff;
  z-index: 9999;
  width: 100vw;
}
@media screen and (min-width: 980px) {
  .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    width: 100vw;
    -webkit-box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
            box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
  }
}
.header .container_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
}
@media screen and (min-width: 980px) {
  .header .container_pc {
    width: 1128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    margin: 0 auto;
    padding: 0 24px;
  }
}
.header_logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.header_logo img {
  width: auto;
  height: 68px;
}
@media screen and (min-width: 980px) {
  .header_logo img {
    width: 200px;
    height: 85px;
  }
}
.header_logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .pc_nav {
  display: none;
}
@media screen and (min-width: 980px) {
  .header .pc_nav {
    display: block;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .pc_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .pc_nav ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .pc_nav ul li a {
    width: 120px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #EB801E;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-left: 44px;
  }
  .header .pc_nav ul li a span {
    display: inline-block;
    font-family: "Lora", serif;
    color: #EB801E;
    font-size: 14px;
    font-weight: 600;
  }
  .header .pc_nav ul li a:hover {
    opacity: 0.6;
  }
}

.sp_nav {
  background-color: #EB801E;
  height: 100%;
  width: 100%;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 0 32px 28px;
}
.sp_nav_wrapper {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -66vw;
  width: 66vw;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 97;
}
.sp_nav_wrapper.fade {
  opacity: 1;
  right: 0;
}
.sp_nav_list {
  display: block;
}
.sp_nav_item {
  margin-bottom: 40px;
}
.sp_nav_item a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.sp_nav_btn {
  display: block;
  height: 50px;
  position: fixed;
  width: 50px;
  border-radius: 25px;
  top: 24px;
  right: 20px;
  z-index: 98;
  background-color: #EB801E;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_nav_btn.close .bar_top {
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
          transform: translate(-50%, 10px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sp_nav_btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sp_nav_btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
          transform: translate(-50%, -8px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 980px) {
  .sp_nav_btn {
    display: none;
  }
}

.bar {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}
.bar_top {
  top: 15px;
}
.bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: 15px;
}

.noscroll {
  overflow: hidden;
}

.pc_nav_line a {
  display: block;
  padding: 24px 0;
}

.sp_nav_line {
  position: relative;
}
.sp_nav_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #fff;
}
.sp_nav_line a {
  display: block;
  padding: 40px 0 24px;
}
.sp_nav_line a img {
  width: 50vw;
  max-width: 300px;
}

footer {
  background-color: #EB801E;
}
footer .copyright {
  text-align: center;
  padding: 24px 0;
}
@media screen and (min-width: 760px) {
  footer .copyright {
    padding: 32px 0;
  }
}
footer .copyright p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 760px) {
  footer .copyright p {
    font-size: 14px;
  }
}
footer .copyright p a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 760px) {
  footer .copyright p a:hover {
    opacity: 0.6;
  }
}

.poem {
  margin-top: 140px;
  margin-bottom: 150px;
}
.poem .container {
  position: relative;
}
@media screen and (min-width: 760px) {
  .poem .container {
    position: relative;
    padding-left: calc((100vw - 1200px) / 2);
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .poem .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.poem_title {
  color: #EB801E;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 14.9333333333vw;
  position: relative;
  padding-top: 30px;
}
.poem_title::before {
  content: "";
  width: 80px;
  height: 6px;
  position: absolute;
  background-color: #EB801E;
  top: 0;
  left: 0;
}
@media screen and (min-width: 760px) {
  .poem_title {
    font-size: 40px;
    margin-bottom: 56px;
  }
}
.poem_txt {
  color: #EB801E;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2.25;
}
@media screen and (min-width: 760px) {
  .poem_txt {
    font-size: 16px;
  }
}
.poem_left {
  z-index: 2;
  padding-top: 74.6666666667vw;
}
@media screen and (min-width: 760px) {
  .poem_left {
    padding-top: 0;
    position: relative;
    margin-left: 0;
    margin-top: 100px;
  }
}
@media screen and (min-width: 980px) {
  .poem_left {
    margin-top: 0;
  }
}
.poem_right {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -24px;
}
.poem_right picture,
.poem_right source,
.poem_right img {
  width: 94.6666666667vw;
  height: 96vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (min-width: 760px) {
  .poem_right {
    position: relative;
    top: auto;
    left: auto;
  }
  .poem_right picture,
  .poem_right source,
  .poem_right img {
    height: 500px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 980px) {
  .poem_right picture,
  .poem_right source,
  .poem_right img {
    width: 546px;
    height: 1046px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

.concept {
  margin-bottom: 100px;
}
@media screen and (min-width: 760px) {
  .concept {
    margin-bottom: 200px;
  }
}
.concept .container {
  padding: 56px 0;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
          box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
}
@media screen and (min-width: 760px) {
  .concept .container {
    padding: 80px 124px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
            box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
  }
}
@media screen and (min-width: 980px) {
  .concept .container {
    max-width: 1080px;
    padding: 80px 50px;
    border-radius: 80px;
    -webkit-box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
            box-shadow: 0 0 20px rgba(235, 128, 30, 0.3);
  }
}
.concept_title {
  text-align: center;
  color: #EB801E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .concept_title {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.5625;
  }
}
.concept_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 56px;
}
.concept_img picture,
.concept_img source,
.concept_img img {
  width: 287px;
  height: auto;
}
@media screen and (min-width: 760px) {
  .concept_img {
    margin: 36px auto 40px;
  }
  .concept_img picture,
  .concept_img source,
  .concept_img img {
    width: 458px;
    height: auto;
  }
}
.concept_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 760px) {
  .concept_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  .concept_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.concept_list_item {
  width: 220px;
  padding: 16px 0;
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(235, 128, 30, 0.18);
          box-shadow: 0 0 10px rgba(235, 128, 30, 0.18);
  margin-bottom: 16px;
}
@media screen and (min-width: 760px) {
  .concept_list_item {
    width: 48%;
    padding: 22px 0;
    border-radius: 16px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 980px) {
  .concept_list_item {
    width: 220px;
    margin-bottom: 0;
  }
}
.concept_list_item p {
  color: #EB801E;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.363636;
}
@media screen and (min-width: 760px) {
  .concept_list_item p {
    font-size: 22px;
  }
}

.talking_title {
  margin-bottom: 66px;
}
@media screen and (min-width: 760px) {
  .talking_title {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 980px) {
  .talking_title {
    margin-bottom: 80px;
  }
}
.talking_title h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .talking_title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 760px) {
  .talking .container {
    width: 90vw;
  }
}
@media screen and (min-width: 760px) {
  .talking .container.right, .talking .container.left {
    max-width: none;
  }
}
.talking_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media screen and (min-width: 760px) {
  .talking_box {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 980px) {
  .talking_box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.talking_txt p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media screen and (min-width: 760px) {
  .talking_txt p {
    line-height: 3;
  }
}
@media screen and (min-width: 980px) {
  .talking_txt p {
    font-size: 16px;
  }
}
.talking_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 56px;
  margin-right: 0;
  margin-left: auto;
}
.talking_img picture,
.talking_img source,
.talking_img img {
  width: 311px;
  height: 173px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 760px) {
  .talking_img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 80px;
    margin-right: 0;
    margin-left: auto;
  }
  .talking_img picture,
  .talking_img source,
  .talking_img img {
    width: 540px;
    height: 300px;
  }
}
@media screen and (min-width: 980px) {
  .talking_img {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .talking .right {
    margin-right: 0;
    padding-right: calc((100vw - 1000px) / 2);
  }
}
@media screen and (min-width: 980px) {
  .talking .right {
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .talking .left {
    margin-left: 0;
    margin-right: auto;
    padding-right: calc((100vw - 1000px) / 2);
  }
}
@media screen and (min-width: 980px) {
  .talking .left {
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .talking .left .talking_txt {
    text-align: right;
  }
}
.talking .left .talking_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 980px) {
  .talking .left .talking_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.talking .left .talking_img {
  margin-left: 0;
  margin-right: auto;
}
.menu {
  margin-bottom: 80px;
}
@media screen and (min-width: 760px) {
  .menu {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 980px) {
  .menu .container {
    width: 100%;
    max-width: 1000px;
  }
}
.menu_title {
  margin-bottom: 56px;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 760px) {
  .menu_title {
    padding-left: 0;
  }
}
.menu_title h2 {
  font-family: "Lora", serif;
  color: #EB801E;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 760px) {
  .menu_title h2 {
    font-size: 48px;
  }
}
.menu_title h3 {
  color: #EB801E;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 760px) {
  .menu_title h3 {
    font-size: 20px;
  }
}
.menu_title::before {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #EB801E;
  position: absolute;
  left: -486px;
  top: calc(50% - 1px);
}
@media screen and (min-width: 760px) {
  .menu_title::before {
    left: -524px;
  }
}
.menu_title p {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06;
  left: 220px;
  bottom: 0;
}
.menu_content.lunch {
  margin-bottom: 120px;
}
.menu_content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .menu_content .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menu_content_title {
  position: relative;
  padding: 9px 0 9px 24px;
  margin-bottom: 24px;
}
.menu_content_title::before {
  content: "";
  width: 4px;
  height: 120px;
  background-color: #EB801E;
  position: absolute;
  left: 0;
  top: calc(50% - 60px);
}
.menu_content_title h3 {
  font-size: 32px;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.menu_content_title h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.menu_content_title h5 {
  color: #EB801E;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.menu_content_top {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  margin-bottom: 40px;
}
.menu_content_top picture,
.menu_content_top source,
.menu_content_top img {
  width: 100%;
  height: 283px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 980px) {
  .menu_content_top picture,
  .menu_content_top source,
  .menu_content_top img {
    width: 388px;
  }
}
.menu_content_top_txt {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .menu_content_top_txt {
    margin-top: 0;
    margin-left: 56px;
  }
}
.menu_content_top_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 980px) {
  .menu_content_top_content {
    width: 454px;
  }
}
.menu_content_top_content h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 980px) {
  .menu_content_top_content h6 {
    font-size: 18px;
  }
}
.menu_content_top_content p {
  color: #2c2c2c;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 980px) {
  .menu_content_top_content p {
    font-size: 18px;
  }
}
.menu_content_setdrink {
  margin-bottom: 48px;
}
.menu_content_setdrink h6 {
  color: #EB801E;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.menu_content_setdrink_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 980px) {
  .menu_content_setdrink_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 104px;
  }
}
.menu_content_setdrink_inner p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2c2c2c;
  margin-bottom: 16px;
  margin-right: 80px;
}
@media screen and (min-width: 980px) {
  .menu_content_setdrink_inner p {
    font-size: 16px;
  }
  .menu_content_setdrink_inner p:nth-child(3n) {
    margin-bottom: 0;
  }
}
.menu_content_desert {
  margin-bottom: -16px;
}
.menu_content_desert h6 {
  color: #EB801E;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.menu_content_desert_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 980px) {
  .menu_content_desert_inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menu_content_desert_inner p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-right: 80px;
  margin-bottom: 16px;
  color: #2c2c2c;
}
@media screen and (min-width: 980px) {
  .menu_content_desert_inner p {
    font-size: 16px;
  }
}
.menu_content_cafe_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.menu_content_cafe_inner_sub {
  margin-bottom: 24px;
}
.menu_content_cafe_inner_sub h6 {
  color: #EB801E;
  font-size: 28px;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_sub {
    margin-bottom: 0;
  }
}
.menu_content_cafe_inner_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_item {
    width: 652px;
  }
}
.menu_content_cafe_inner_item_wimg {
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_item_wimg {
    width: 300px;
  }
}
.menu_content_cafe_inner_item_wimg picture,
.menu_content_cafe_inner_item_wimg source,
.menu_content_cafe_inner_item_wimg img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.menu_content_cafe_inner_item_wimg .name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 12px;
  margin-bottom: 4px;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_item_wimg .name {
    font-size: 18px;
  }
}
.menu_content_cafe_inner_item_wimg .price {
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_item_wimg .price {
    font-size: 18px;
  }
}
.menu_content_cafe_inner_item_otxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}
.menu_content_cafe_inner_item_otxt .name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_item_otxt .name {
    font-size: 16px;
  }
}
.menu_content_cafe_inner_item_otxt .price {
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 980px) {
  .menu_content_cafe_inner_item_otxt .price {
    font-size: 16px;
  }
}
.menu_content_cafe_inner.sweets {
  margin-bottom: 28px;
}

.info {
  margin-bottom: 150px;
}
.info_title {
  margin-bottom: 56px;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 760px) {
  .info_title {
    padding-left: 0;
  }
}
.info_title h2 {
  font-family: "Lora", serif;
  color: #EB801E;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 760px) {
  .info_title h2 {
    font-size: 48px;
  }
}
.info_title h3 {
  color: #EB801E;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 760px) {
  .info_title h3 {
    font-size: 20px;
  }
}
.info_title::before {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #EB801E;
  position: absolute;
  left: -486px;
  top: calc(50% - 1px);
}
@media screen and (min-width: 760px) {
  .info_title::before {
    left: -524px;
  }
}
.info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 980px) {
  .info_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.info_map {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 760px) {
  .info_map {
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .info_map {
    width: 500px;
    margin-right: 40px;
  }
}
.info_map_iframe {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .info_map_iframe {
    width: 500px;
  }
}
.info_map_iframe iframe {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 980px) {
  .info_map_iframe iframe {
    width: 500px;
  }
}
.info_map_desc p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (min-width: 760px) {
  .info_map_desc p {
    font-size: 14px;
  }
}
.info_list_item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 22px;
}
@media screen and (min-width: 760px) {
  .info_list_item {
    padding-left: 24px;
    margin-bottom: 32px;
  }
}
.info_list_item::before {
  content: "";
  width: 10px;
  height: 28px;
  background-image: url(../img/svg/info_mark.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}
.info_list_item p {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 760px) {
  .info_list_item p {
    font-size: 16px;
  }
}

.reserve {
  margin-bottom: 150px;
}
.reserve_title {
  margin-bottom: 56px;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 760px) {
  .reserve_title {
    padding-left: 0;
  }
}
.reserve_title h2 {
  font-family: "Lora", serif;
  color: #EB801E;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 760px) {
  .reserve_title h2 {
    font-size: 48px;
  }
}
.reserve_title h3 {
  color: #EB801E;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 760px) {
  .reserve_title h3 {
    font-size: 20px;
  }
}
.reserve_title::before {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #EB801E;
  position: absolute;
  left: -486px;
  top: calc(50% - 1px);
}
@media screen and (min-width: 760px) {
  .reserve_title::before {
    left: -524px;
  }
}
.reserve_inner .selectform .select-ad-head,
.reserve_inner .selectform .select-ad-foot {
  display: none !important;
}

.contact {
  margin-bottom: 150px;
}
.contact_title {
  margin-bottom: 56px;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 760px) {
  .contact_title {
    padding-left: 0;
  }
}
.contact_title h2 {
  font-family: "Lora", serif;
  color: #EB801E;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 760px) {
  .contact_title h2 {
    font-size: 48px;
  }
}
.contact_title h3 {
  color: #EB801E;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 760px) {
  .contact_title h3 {
    font-size: 20px;
  }
}
.contact_title::before {
  content: "";
  width: 500px;
  height: 2px;
  background-color: #EB801E;
  position: absolute;
  left: -486px;
  top: calc(50% - 1px);
}
@media screen and (min-width: 760px) {
  .contact_title::before {
    left: -524px;
  }
}
.contact_desc {
  margin-bottom: 40px;
}
.contact_desc p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 760px) {
  .contact_desc p {
    font-size: 16px;
  }
}
.contact_inner {
  margin-bottom: -28px;
}
.contact_btn {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 40px;
  border: solid 4px #EB801E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  margin: 0 auto 32px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 760px) {
  .contact_btn {
    padding: 0 100px;
    height: 80px;
  }
}
.contact_btn svg {
  margin-right: 12px;
  fill: #eb801e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 28px;
  height: auto;
}
@media screen and (min-width: 760px) {
  .contact_btn svg {
    margin-right: 16px;
  }
}
.contact_btn p {
  color: #EB801E;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  letter-spacing: 3.3333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 760px) {
  .contact_btn p {
    font-size: 20px;
  }
}
.contact_btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact_btn:hover {
  background-color: #EB801E;
}
.contact_btn:hover p {
  color: #fff;
}
.contact_btn:hover svg {
  fill: #fff;
}

.contact_btn--line {
  max-width: 300px;
  margin: 32px auto 0;
}
@media screen and (min-width: 760px) {
  .contact_btn--line {
    max-width: 420px;
  }
}
.contact_btn--line a {
  display: block;
  padding: 10px;
  -webkit-transition: ease opacity 0.3s;
  transition: ease opacity 0.3s;
}
@media (hover: hover) {
  .contact_btn--line a:hover {
    opacity: 0.7;
  }
}