@charset "UTF-8";
/* CSS Document */
img[src$=".svg"] {
  width: 100%;
}

/*def end*/
/*share*/
::-moz-selection {
  background: rgba(3, 22, 40, 0.6);
  /* Safari */
  color: white;
}
::selection {
  background: rgba(3, 22, 40, 0.6);
  /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(3, 22, 40, 0.6);
  /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
@media all and (min-width: 640px) {
  a:hover {
    text-decoration: underline;
  }
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

em, i {
  font-style: normal;
}

._pc {
  display: block;
}
@media all and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media all and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

body {
  font-family: "EB Garamond", "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", serif;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: rgb(242, 242, 239);
  opacity: 0;
}
@media all and (max-width: 640px) {
  body {
    letter-spacing: 0.1em;
  }
}

.header {
  position: fixed;
  left: 30px;
  top: 30px;
}
.header__figure img {
  width: 100px;
}
@media all and (max-width: 640px) {
  .header {
    top: 20px;
    left: 20px;
  }
  .header img {
    width: 80px;
  }
}

.global_navigation {
  position: fixed;
  bottom: 30px;
  left: 30px;
}
.global_navigation ul li {
  margin-top: 15px;
}
.global_navigation ul li._socials {
  margin-top: 25px;
}
@media all and (min-width: 640px) {
  .global_navigation ul li a {
    display: block;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .global_navigation ul li a::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .global_navigation ul li a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media all and (max-width: 640px) {
  .global_navigation {
    border-top: thin solid rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 50px 20px;
    padding-top: 30px;
    padding-bottom: 80px;
    left: unset;
    bottom: unset;
  }
  .global_navigation ul li {
    font-size: 90%;
    margin-top: 15px;
  }
  .global_navigation ul li._socials {
    margin-top: 20px;
  }
  .global_navigation._home {
    border: none;
    position: fixed;
    margin: 0;
    padding: 0;
    left: 20px;
    top: 300px;
  }
}

.sincetext {
  position: fixed;
  top: 30px;
  right: 30px;
}
.sincetext img {
  width: 80px;
}
@media all and (max-width: 640px) {
  .sincetext {
    top: 20px;
    right: 20px;
  }
  .sincetext img {
    width: 60px;
  }
}

.content {
  margin-left: auto;
  margin-right: 12.5%;
  padding-bottom: 100px;
  font-size: 12px;
  line-height: 150%;
  max-width: 800px;
}
.content__text {
  margin-top: 50px;
  line-height: 250%;
}
.content__text p + p {
  margin-top: 15px;
}
.content__text._concept {
  font-size: 110%;
}
.content__image._menu {
  margin-top: 50px;
  padding: 0 20%;
}
@media all and (max-width: 640px) {
  .content__image._menu {
    padding: 0 15%;
  }
}
.content__image._menu2 {
  margin-top: 50px;
  padding-left: 40%;
}
@media all and (max-width: 640px) {
  .content__image._menu2 {
    padding-left: 25%;
  }
}
.content__header {
  font-size: 150%;
  padding-top: 50px;
}
.content a {
  display: inline-block;
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0.15em;
}
.content a:hover {
  border-bottom: thin solid rgba(0, 0, 0, 0);
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .content {
    margin: 0 auto;
    padding: 80px 20px 50px;
  }
  .content__text {
    line-height: 200%;
  }
  .content__text._concept {
    font-size: 100%;
  }
  .content__text p + p {
    margin-top: 20px;
  }
}
.content__back {
  position: fixed;
  min-height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.content__back._concept {
  background: url(../image/illust_3.png) no-repeat right 25px bottom 25px;
  background-size: 400px;
}
.content__back._reservation {
  background: url(../image/illust_6.png) no-repeat right 40px bottom 40px;
  background-size: 300px;
}
.content__back._access {
  background: url(../image/illust_2.png) no-repeat bottom 50px right 50px;
  background-size: 500px;
  position: relative;
  min-height: unset;
  height: 500px;
  /*             background: url(../image/illust_1.png) no-repeat top 50px right 50px;
              background-size: 1000px;     */
}
@media all and (max-width: 640px) {
  .content__back {
    position: relative;
    min-height: unset;
    /*             &._access {
                    position: absolute;
                    height: 65vw;
                    background: url(../image/illust_1.png) no-repeat center top 90px;
                    background-size: 100vw;
                } */
  }
  .content__back._concept {
    background: url(../image/illust_3.png) no-repeat center;
    height: 85vw;
    background-size: 80vw;
  }
  .content__back._reservation {
    height: 80vw;
    background: url(../image/illust_6.png) no-repeat right 5vw center;
    background-size: 55vw;
  }
  .content__back._access {
    background: url(../image/illust_2.png) no-repeat bottom 25px right 25px;
    background-size: 80vw;
    height: 80vw;
  }
}

.home {
  /*     &__body {
          min-height: 100vh;
          background: url(../image/illust_2.png) no-repeat right 25px bottom 25px;
          background-size: 600px;
          padding-left: 400px;
          @include media(smartphone){
              min-height: unset;
              height: 100vh;
              background: url(../image/illust_2.png) no-repeat right 4vw top 120px;
              background-size: 88vw;
              padding-left: 0;
          }
      } */
}
.home__body {
  min-height: 100vh;
  background: url(../image/illust_1.png) no-repeat right 25px bottom 0px;
  background-size: 70vw;
  padding-left: 400px;
}
@media all and (max-width: 640px) {
  .home__body {
    min-height: unset;
    height: 60vh;
    background: url(../image/illust_1.png) no-repeat right 3vw top 120px;
    background-size: 94vw;
    padding-left: 0;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  display: none;
}
.menu__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  font-size: 150%;
}
.menu__index li {
  margin-right: 50px;
  padding-bottom: 0.25em;
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
.menu__index li._disactive {
  cursor: pointer;
  border-bottom: thin solid rgba(0, 0, 0, 0);
  opacity: 0.5;
}
.menu__index li._disactive:hover {
  opacity: 1;
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
.menu._current {
  display: block;
}
.menu__header {
  width: 100%;
  font-size: 150%;
  display: none;
}
.menu__headertext {
  padding-bottom: 0.25em;
  border-bottom: thin solid rgba(0, 0, 0, 0.5);
}
.menu__body {
  width: 100%;
}
.menu__list:first-child .menu__item:first-child {
  margin-top: 0;
}
.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.menu__item._notice {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu__sublist {
  width: 100%;
  padding-left: 20px;
}
.menu__sublistitem {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__sublistitem._astarisk {
  position: relative;
  padding-left: 15px;
}
.menu__sublistitem._astarisk::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 1px;
  background: black;
}
.menu__subtitle {
  white-space: nowrap;
  padding-left: 0.5em;
}
.menu__subdetail {
  padding-left: 40px;
  position: relative;
}
.menu__subdetail::before {
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  top: 0.6em;
  left: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.menu__description._last {
  margin-top: 20px;
  text-align: right;
}
.menu__description._last + .menu__description._last {
  margin-top: 5px;
}
@media all and (max-width: 640px) {
  .menu__header {
    width: 100%;
    font-size: 150%;
  }
  .menu__body {
    margin-top: 30px;
    width: 100%;
  }
  .menu__sublist {
    padding-left: 15px;
  }
  .menu__sublistitem {
    display: block;
  }
  .menu__subdetail {
    display: block;
    padding-left: 20px;
    margin-top: 5px;
  }
  .menu__subdetail::before {
    content: none;
  }
}

.reservation {
  margin-top: 50px;
}
.reservation__text {
  font-size: 120%;
  line-height: 200%;
}
.reservation__addition {
  margin-top: 30px;
  line-height: 200%;
}
.reservation__phone {
  font-size: 200%;
  margin-top: 50px;
}
.reservation__notice {
  margin-top: 20px;
}
.reservation__notice li {
  padding-left: 15px;
  position: relative;
}
.reservation__notice li::before {
  position: absolute;
  content: "・";
  margin-right: 0.25em;
  left: 0;
}
.reservation__notice li + li {
  margin-top: 10px;
}
@media all and (max-width: 640px) {
  .reservation__text {
    font-size: 110%;
  }
  .reservation__notice {
    margin-top: 30px;
  }
  .reservation__notice li {
    padding-left: 12px;
  }
  .reservation__notice li + li {
    margin-top: 5px;
  }
}

.access__map {
  margin-top: 50px;
  position: relative;
  padding-top: 50%;
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}
.access__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.access__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 150%;
  margin-top: 30px;
}
.access__information dt {
  width: 100px;
  margin-top: 20px;
}
.access__information dd {
  width: calc(100% - 100px);
  padding-left: 100px;
  margin-top: 20px;
  position: relative;
}
.access__information dd::before {
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  top: 0.75em;
  left: 20px;
  background: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 640px) {
  .access__map {
    margin-top: 30px;
    padding-top: 55%;
  }
  .access__information {
    display: block;
  }
  .access__information dt {
    width: 100%;
  }
  .access__information dd {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
  .access__information dd::before {
    content: none;
  }
}

#teaser {
  position: fixed;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgb(242, 242, 239);
  text-align: center;
}
#teaser a {
  color: rgb(242, 242, 239);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#teaser a::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#teaser a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#teaser h2 {
  text-align: center;
  font-size: 13px;
  margin-bottom: 40px;
}
#teaser h2 img {
  width: 170px;
}
#teaser h1 {
  font-size: 16px;
  margin-top: 10px;
}
#teaser ul {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#teaser ul li {
  font-weight: bold;
  margin-top: 10px;
  font-size: 13px;
  margin: 0 10px;
}
#teaser h3 {
  margin-top: 40px;
  font-size: 13px;
  margin-bottom: 30px;
}
#teaser p {
  text-align: center;
  line-height: 150%;
  margin-top: 10px;
  font-size: 13px;
}
#teaser aside {
  font-size: 70%;
  margin-top: 50px;
}

#menu_btn {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 25px;
  height: 30px;
  cursor: pointer;
}
#menu_btn span, #menu_btn::before, #menu_btn::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1em;
  height: 1px;
  margin: auto;
  background: #000;
}
#menu_btn span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menu_btn::before {
  z-index: 2;
  -webkit-transform: translate(0, -0.4em);
          transform: translate(0, -0.4em);
  content: "";
}
#menu_btn::after {
  z-index: 2;
  -webkit-transform: translate(0, 0.4em);
          transform: translate(0, 0.4em);
  content: "";
}
#menu_btn span {
  -webkit-transition: -webkit-transform 150ms 50ms;
  transition: -webkit-transform 150ms 50ms;
  transition: transform 150ms 50ms;
  transition: transform 150ms 50ms, -webkit-transform 150ms 50ms;
}
#menu_btn::before, #menu_btn::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
#menu_btn.clicked span {
  opacity: 0;
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
#menu_btn.clicked::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu_btn.clicked::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*# sourceMappingURL=base.css.map */