@charset "UTF-8";
.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-fadeIn {
  opacity: 0;
}

.is-fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.is-fadeIn {
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.js-modalOverlay {
  display: none;
}

.js-modalBody {
  display: none;
}

@-webkit-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
body {
  width: 100%;
  color: #473317;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

.top-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

.top-img--top {
  background-image: url(../imgs/main_view01.jpg);
}

.top-img--menu {
  background-image: url(../imgs/narumi_menu_visual1.jpg);
}

.top-img--detail {
  background-image: url(../imgs/narumi_ps05.jpg);
}

.top-img--reserve {
  background-image: url(../imgs/narumi_ps02.jpg);
}

/*ナビ*/
.g-navi {
  width: 100%;
  height: 100px;
  background-color: #FDDFC0;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g-navi.js-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

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

.fugu-small {
  margin-top: 20px;
  margin-left: 13px;
}

.reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}

.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}

.tel::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url("../imgs/tel.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.web {
  display: block;
  border: 1px solid #473317;
  border-radius: 3px;
  padding: 6px 16px;
  margin-left: 18px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.menu-item {
  border-right: 1px solid #473317;
}

.menu-item:last-child {
  border: none;
}

.menu-link {
  display: block;
  padding: 2px 24px;
  line-height: 1;
}

.humb-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.humb-btn {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 4;
  display: none;
  width: 27px;
  height: 22px;
}

.humb-btn:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 27px;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.humb-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 27px;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.humb-btn-line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 27px;
  height: 3px;
  background-color: #000;
}

.humb-menu {
  position: fixed;
  top: 0;
  z-index: 3;
  display: none;
  width: 100%;
  padding: 94px 0 108px;
  background-color: #FDDFC0;
  -webkit-animation-name: fadeout;
          animation-name: fadeout;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.humb-nav-list {
  font-size: 16px;
}

.humb-nav-link {
  display: block;
  padding: 8px 0;
  text-align: center;
}

.humb-nav-item + .humb-nav-item {
  margin-top: 10px;
}

.is-open.humb-overlay {
  display: block;
}

.is-open.humb-menu {
  display: block;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.is-open.humb-menu {
  display: block;
}

.is-open.humb-btn-line {
  display: none;
}

.is-open.humb-btn::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.is-open.humb-btn::after {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .g-navi {
    display: none;
  }
  .humb-btn {
    display: block;
  }
  .top-img {
    height: 200px;
  }
}
.footer-size {
  width: 90%;
  border-top: 1px solid #473317;
  margin: 0px auto;
  padding-bottom: 180px;
}

.footer-logo {
  width: 320px;
  margin: 42px auto;
}

.store-details {
  display: block;
  margin: 0 auto;
  max-width: 430px;
  line-height: 1.5em;
}

.store-name {
  font-weight: bold;
}

.store-text {
  font-size: 14px;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 430px;
  padding-top: 27px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
}

.sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns-text {
  padding-left: 16px;
}

.sp-break {
  display: none;
}

@media (max-width: 768px) {
  .store-details {
    width: 78%;
  }
  .footer-logo {
    width: 135px;
  }
  .store-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .store-text + .store-text {
    margin-top: 6px;
  }
  .sns {
    width: 78%;
    padding-top: 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sns-icon {
    width: 15px;
  }
  .sns-text {
    display: none;
  }
  .sp-break {
    display: block;
  }
}
.floating-unit {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.to-top-btn {
  position: absolute;
  top: -56px;
  right: 16px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding: 6px 0;
  background-color: #473317;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  border-radius: 50%;
}

.to-top-btn::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../imgs/arrow_top.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.floating {
  display: none;
  color: #fff;
  background-color: #473317;
}

.floating-title {
  padding: 10px 0 11px;
  font-size: 20px;
  text-align: center;
}

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

.floating-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #FDDFC0;
}

.floating-list-item + .floating-list-item {
  border-left: 1px solid #FDDFC0;
}

.floating-link {
  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;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #fff;
}

.floating-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.floating-link.floating-link--tel::before {
  background-image: url("../imgs/tel_white.png");
}

.floating-link.floating-link--calender::before {
  background-image: url("../imgs/calender.png");
}

@media (max-width: 768px) {
  .floating {
    display: block;
  }
}
.top-img {
  height: calc(100vh - 100px);
}

.top-title {
  font-size: 20px;
}

.main-subject {
  padding: 75px 50px 80px;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}
.main-subject-item {
  width: 50%;
}
.main-subject .top-picture{
  width: 60%;
  }
.main-subject .main-inner {
  padding-left: 50px;
  letter-spacing: 0.2em; 
   -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.5;
  white-space: nowrap;
}
.main-subject .main-inner .top-title {
  padding-left: 7px;
}
.main-subject .main-inner .inner-text {
  padding-right: 10px;
}
.main-subject .main-inner .top-text-num--sp {
  display: none;
}

.main-setmenu {
  background-image: url(../imgs/course.jpg);
  background-repeat: no-repeat;
  background-size: max(100%, 1000px);
  background-position: max(37%, 312px) 0;
}
.main-setmenu .setmenu-inner {
  width: 60%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #473317), to(transparent));
  background: linear-gradient(90deg, #473317 90%, transparent 100%);
  text-align: center;
  padding: 60px 0;
  line-height: 1.4;
}
.main-setmenu .setmenu-inner .inner-content {
  padding: 10px 70px 10px 120px;
}
.main-setmenu .setmenu-inner .inner-content .top-title {
  padding-bottom: 20px;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-subtitle {
  text-align: left;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-text {
  padding-top: 30px;
  border-bottom: 1px solid #fff;
  width: 200px;
  text-align: left;
  padding-bottom: 5px;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-price {
  width: 200px;
  text-align: right;
  padding-top: 5px;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-botton {
  margin-right: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-setmenu .setmenu-inner .inner-content .web {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px 16px;
  margin: 20px 0 0 18px;
  color: #fff;
  width: 200px;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-list {
  text-align: left;
  padding-top: 30px;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-list {
  line-height: 2;
}
.main-setmenu .setmenu-inner .inner-content .setmenu-item::before {
  content: "・";
}

.menu-introduction {
  text-align: center;
  padding: 100px 50px;
}
.menu-introduction .top-title {
  padding-bottom: 50px;
}

.menu-content {
  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;
  padding: 50px 0;
}

.menu-content:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.menu-content:nth-child(4) img {
  width: 80%;
}

.content-picture {
  width: 30%;
}

.content-inner {
  padding: 0 60px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .top-img {
    height: 400px;
  }
  .top-title {
    font-size: 16px;
  }
  .main-subject {
    display: block;
    padding: 40px 20px 50px;
  }
  .main-subject .top-picture {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    padding-bottom: 30px;
  }

  .main-subject-item {
    width: 100%;
  }

  .main-subject .main-inner {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    white-space: normal;
    padding-left: 0;
    line-height: 1.8;
  }
  .main-subject .main-inner .top-title {
    padding-left: 0;
  }
  .main-subject .main-inner .inner-text {
    padding-right: 0;
    padding-top: 15px;
  }
  .main-subject .main-inner .top-textend {
    text-align: right;
    padding-top: 10px;
  }
  .main-subject .main-inner .top-text-num {
    display: none;
  }
  .main-subject .main-inner .top-text-num--sp {
    display: inline;
  }
  .main-setmenu .setmenu-inner .inner-content .setmenu-botton {
    margin-right: 10%;
  }
  .main-setmenu {
    background-size: min(214%, 1085px);
    background-position: 7% min(271%, 460px);
    padding-bottom: min(90%, 380px);
  }
  .main-setmenu .setmenu-inner {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #473317), to(transparent));
    background: linear-gradient(180deg, #473317 90%, transparent 100%);
  }
  .main-setmenu .setmenu-inner .inner-content {
    padding: 10px 30px;
  }
  .main-setmenu .setmenu-inner .inner-content .setmenu-list {
    padding: 30px 20px 0;
  }
  .main-setmenu .setmenu-inner .setmenu-text {
    margin: 0 auto;
  }
  .main-setmenu .setmenu-inner .setmenu-price {
    margin: 0 auto;
  }
  .menu-introduction {
    padding: 60px 10px;
  }
  .menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 0;
  }
  .menu-content:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .menu-content:nth-child(4) img {
    width: 100%;
  }
  .content-picture {
    margin: 0 auto;
    width: 90%;
    max-width: 400px;
  }
  .content-inner {
    padding: 20px;
  }
}