@charset "UTF-8";
html {
  overflow-y: scroll;
}

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, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6,
strong,
b,
th {
  font-weight: normal;
}

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

ol, ul, li {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

input, select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body {
  font-family: "Noto Serif JP", "Cormorant Garamond", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #333333;
}
@media screen and (max-width: 750px) {
  body {
    min-width: 320px;
  }
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.gravitas-one-regular {
  font-family: "Gravitas One", serif;
  font-weight: 400;
  font-style: normal;
}

.l-footer {
  padding: 60px 0 150px;
  background-color: #e3e3e3;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 30px 0 50px;
  }
}
.l-footer a {
  opacity: 1;
  transition: opacity 0.2s;
}
.l-footer a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
.l-footer a:hover img {
  opacity: 0.8;
  transition: opacity 0.2s;
}
.l-footer .sns-list {
  margin: 20px auto;
  display: flex;
  text-align: center;
  justify-content: center;
}
.l-footer .sns-list__item {
  padding: 20px;
}
.l-footer .sns-list__item a {
  display: block;
  width: 40px;
}
.l-footer .logo {
  width: 200px;
}
.l-footer .copyright {
  display: block;
  font-size: 1.2rem;
  margin-left: 2em;
}
@media screen and (max-width: 750px) {
  .l-footer .copyright {
    text-align: center;
    padding: 1em 0;
    margin-left: 0;
  }
}
.l-footer .notes-list {
  margin: 10px auto;
  display: flex;
  justify-content: center;
}
.l-footer .col2-block {
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer .col2-block {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .l-footer .col2-block .logo {
    margin: 0 auto;
  }
}
.l-footer .footernav-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 90%;
  margin: 2em auto 0;
}
@media screen and (max-width: 750px) {
  .l-footer .footernav-list {
    display: table;
    width: auto;
    margin: 3em auto 0;
  }
}
.l-footer .footernav-list__item {
  width: 40%;
  margin: 1.5em 1.3em;
}
@media screen and (max-width: 750px) {
  .l-footer .footernav-list__item {
    width: 100%;
  }
}
.l-footer .footernav-list__item:nth-child(1), .l-footer .footernav-list__item:nth-child(5), .l-footer .footernav-list__item:nth-child(6) {
  width: 100%;
}
.l-footer .footernav-list__item > a {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .l-footer .footernav-list__item > a {
    font-size: 1.6rem;
  }
}
.l-footer .footnav-sublist__item > a {
  display: block;
  font-size: 1.5rem;
  padding: 0.2em 0.2em 0.2em 1.2em;
}
@media screen and (max-width: 750px) {
  .l-footer .footnav-sublist__item > a {
    padding: 0.5em 0.2em 0.2em 1.2em;
  }
}
.l-footer .footnav-sublist__item > a::before {
  content: "-";
  padding-right: 1em;
}

.l-container {
  position: relative;
  padding-top: 100px;
  z-index: 2;
  background-color: #e3e3e3;
}
.l-container.pomissh {
  background-color: #e9cbb6;
}
@media screen and (max-width: 750px) {
  .l-container {
    padding-top: 1em;
  }
}
body.top .l-container {
  padding-top: 0;
}

.l-gnav {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-gnav > .btn {
    order: 1;
  }
}

@media screen and (max-width: 750px) {
  .gnav {
    position: relative;
    order: 2;
  }
}
.gnav-switch {
  display: none;
  position: relative;
  border: none;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
.gnav-switch.is-active {
  display: block;
}
.gnav-open {
  background: url(./../images/icon_menu.png) center center;
  background-size: contain;
}
.gnav-close {
  display: none;
  background: url(./../images/icon_close.png) center center;
  background-size: contain;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .gnav-close {
    position: absolute;
    top: -12px;
    right: 0;
  }
}
.gnav__list {
  display: none;
  opacity: 0;
  animation: hide 1s linear 0s;
}
.gnav__list.is-opened {
  opacity: 1;
  display: table;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  animation: show 0.3s linear 0s;
  padding-top: 50px;
  overflow-y: scroll;
  padding-bottom: 3em;
}
.gnav__list.is-opened .gnav__item {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 1.5em;
  font-weight: bold;
}
.gnav__list.is-opened .gnav__item a {
  justify-content: left !important;
  padding: 1rem 0;
  font-size: 1.6em;
}
@media screen and (max-width: 750px) {
  .gnav__list {
    display: none;
    opacity: 0;
    animation: hide 1s linear 0s;
  }
  .gnav__list.is-opened {
    opacity: 1;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    animation: show 0.3s linear 0s;
    overflow-y: scroll;
    padding-bottom: 3em;
  }
  .gnav__list.is-opened .gnav__item {
    display: block;
    margin-top: 1.5em;
    padding-left: 2em;
    font-weight: bold;
  }
  .gnav__list.is-opened .gnav__item a {
    display: block;
    padding: 1rem 0;
    font-size: 1.5em;
    justify-content: left !important;
  }
}
.gnav__sublist {
  display: flex;
  justify-content: left;
  gap: 1.5em;
}
.gnav__sublist a {
  font-size: 1.1em !important;
}
.gnav__sublist a::before {
  content: "-";
  padding-right: 0.6em;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.gnav__item {
  margin: 0 1.5em;
}
@media screen and (max-width: 750px) {
  .gnav__item {
    display: none;
  }
}

.reserve-block {
  position: fixed;
  bottom: 2em;
  right: 1em;
  z-index: 100;
  width: 5em;
  height: 5em;
  padding: 0.5em 0.5em 0;
  border-radius: 100%;
  border: 2px solid #333333;
}
@media screen and (max-width: 750px) {
  .reserve-block {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1em;
    right: 1em;
  }
}
.reserve-block p {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
}
.reserve-block p a {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.2em;
}
.reserve-block p .sns {
  font-size: 0.85em;
}
.reserve-block p .and {
  font-size: 0.8em;
  display: block;
}

.l-header {
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vh 60px;
  position: fixed;
  width: 100%;
  z-index: 5;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .l-header {
    padding: 10px 10px 10px 15px;
  }
}
.l-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s;
  width: 100%;
  height: 100%;
}
.l-header a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
.l-header a:hover img {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.logo {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .logo {
    width: 130px;
  }
}

.inner {
  max-width: 750px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .inner {
    max-width: none;
    padding: 3em 1em;
  }
}

.l-main {
  padding: 40px 0 0;
}
@media screen and (max-width: 750px) {
  .l-main {
    padding: 20px 0 0;
  }
}
.l-main__title {
  display: block;
  text-align: center;
  font-size: 3.5em;
  margin: 1em 0 1em auto;
}
@media screen and (max-width: 750px) {
  .l-main__title {
    font-size: 2.5em;
  }
}
.l-main__title.mainconcept {
  display: none;
}
.l-main__lead, .section--detail__text, .section--shophero__text, .section--story__text {
  margin: 3em auto;
  width: 100%;
  text-align: center;
}
.l-main.blog .blog-list {
  display: flex;
  flex-wrap: wrap;
}
.l-main.blog .blog-list .article--blog {
  width: 31%;
  margin: 0 1.16%;
}
@media screen and (max-width: 750px) {
  .l-main.blog .blog-list .article--blog {
    width: 100%;
  }
  .l-main.blog .blog-list .article--blog img {
    width: 100%;
  }
}
.l-main.hairstyle .hairstyle-list {
  display: flex;
  flex-wrap: wrap;
}
.l-main.hairstyle .hairstyle-list .article--hairstyle {
  width: 31%;
  margin: 0 1.16%;
}
@media screen and (max-width: 750px) {
  .l-main.hairstyle .hairstyle-list .article--hairstyle {
    width: 100%;
  }
  .l-main.hairstyle .hairstyle-list .article--hairstyle img {
    width: 100%;
  }
}
.l-main.top {
  padding-top: 0;
}
.l-main.top .inner {
  top: 0;
  left: 0;
  z-index: 2;
  height: auto;
}
.l-main--shops {
  position: relative;
  padding-top: 0;
}
.l-main--shops .localnav-list {
  display: flex;
  width: 100%;
  max-width: 300px;
  padding: 0.5em 0.5em 0;
  position: fixed;
  top: 30%;
  left: 0;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left center;
  z-index: 1000;
  border: 0.5px solid #333333;
  border-radius: 1rem 1rem 0 0;
}
.l-main--shops .localnav-list__item {
  flex: 1;
  text-align: center;
  border: 0.5px solid #333333;
  border-bottom: 0;
  margin-left: 1em;
}
.l-main--shops .localnav-list__item:first-child {
  margin-left: 0;
}
.l-main--shops .localnav-list__item a {
  display: block;
  padding: 0 0.5em;
  background-color: #e3e3e3;
}

.btn--reserve {
  display: flex;
}
.btn--reserve a {
  width: 40px;
}
@media screen and (max-width: 750px) {
  .btn--reserve a {
    width: 50px;
  }
}
.btn--reserve li {
  margin: 20px;
}
@media screen and (max-width: 750px) {
  .btn--reserve li {
    margin: 25px;
  }
}
.btn--reserve li + li {
  margin-left: 0;
}
.btn .tel.is-pc span {
  padding: 1rem 2rem;
  display: table;
}
@media screen and (max-width: 750px) {
  .btn .tel.is-pc {
    display: none;
  }
}
.btn .tel.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .btn .tel.is-sp {
    display: table;
  }
}

.button-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.button-list__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 2px;
}
.button-list__item a {
  display: block;
  padding: 1.2em 2.5em 1.5em;
  line-height: 0;
  border-radius: 100px;
  border: 1px solid #e3e3e3;
  transition: 0.3s all;
  position: relative;
}
.button-list__item a::before {
  content: "〉";
  display: block;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button-list__item a:hover {
  background-color: #e3e3e3;
  color: #ffffff;
  transition: 0.3s all;
}
.button-list__item a[target=_blank]::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/assets/images/icon_arrow_window.png);
  background-position: center center;
  background-size: contain;
  top: 45%;
  right: 4px;
}
.button-list__item.tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-list__item.tel a {
  display: flex;
  align-items: center;
  padding: 0.8em 2em;
}
.button-list__item.tel a::before {
  display: none;
}
.button-list__item.tel img {
  width: 25px;
  margin-right: 0.7em;
}
.button-list__item.tel .telnum {
  display: block;
  font-size: 1rem;
  margin-top: 0.5em;
}

.link-list {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}

.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.sns-list__item {
  margin: 1em;
}
.sns-list__item a {
  display: block;
  overflow: hidden;
  width: 40px;
}

.yoyaku-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 19em;
  margin: 2em auto;
}
.yoyaku-list__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex: 1;
  margin-top: 1em;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 5em;
}
.yoyaku-list__item:first-child() {
  margin-top: 0;
}
.yoyaku-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  border: 1px solid #e3e3e3;
  border-radius: 5em;
  background-color: #ffffff;
  position: relative;
}
.yoyaku-list__item a::before {
  content: "〉";
  display: block;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.yoyaku-list__item a:hover {
  background-color: #e3e3e3;
  transition: 0.3s all;
}
.yoyaku-list__item img {
  width: 3em;
  height: auto;
  margin: 1.5em 1.5em 1.5em 0;
}

.banner-list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .banner-list {
    display: block;
  }
}
.banner-list li + li {
  margin-left: 3em;
}
@media screen and (max-width: 750px) {
  .banner-list li + li {
    margin-top: 3em;
    margin-left: auto;
  }
}
.banner-list__item {
  max-width: 40vw;
  width: 100%;
  height: 20vh;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 20px;
  background-color: #ffffff;
  transition: 0.3s all;
}
.banner-list__item:hover {
  background-color: #e3e3e3;
  transition: 0.3s all;
}
@media screen and (max-width: 750px) {
  .banner-list__item {
    max-width: 85vw;
    width: 100%;
    height: auto;
    min-height: 20vh;
    margin: 0 auto;
  }
}
.banner-list__item a {
  font-family: "Libre Baskerville";
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 1em 1.5em 1em 2em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .banner-list__item a {
    font-size: 1.5em;
  }
}
.banner-list__item a::before {
  content: "〉";
  display: block;
  font-weight: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-list__title {
  font-size: 2.5em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .banner-list__title {
    font-size: 1.3em;
  }
}
.banner-list__lead {
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .banner-list__lead {
    font-size: 0.6em;
  }
}

.section {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .section {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.section--title {
  margin-bottom: 3rem;
}
.section--title .title {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .section--title .title {
    font-size: 1.9rem;
  }
}
.section--title .date {
  color: #6d6d6d;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .section--title .date {
    font-size: 1.5rem;
  }
}
.section--main {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .section--main {
    font-size: 1.4rem;
  }
}
.section--main p,
.section--main img {
  display: block;
}
.section--main p + *,
.section--main img + * {
  padding-top: 1em;
}
.section--mv {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #e3e3e3;
}
.section--mv .title {
  display: none;
  position: absolute;
  bottom: 5%;
  right: 10%;
  color: #ffffff;
  font-size: 5rem;
  font-style: italic;
}
.section--mv .bg {
  width: 100%;
  height: 90vh;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section--mv .bg {
    height: auto;
    position: static;
  }
}
.section--mv .bg img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  .section--mv .bg img {
    position: static;
    transform: scale(1.3);
  }
}
.section--mv .bg img.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .section--mv .bg img.is-sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .section--mv .bg img.is-pc {
    display: none;
  }
}
.section--shops.pomissh {
  background-color: #e9cbb6 !important;
}
.section--shops .shop-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10em;
  flex-wrap: wrap;
}
.section--shops .shop-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block {
    flex-direction: column !important;
    align-items: center;
  }
}
.section--shops .shop-block__titlewrap {
  width: 100%;
  margin-bottom: 3em;
}
.section--shops .shop-block__name {
  font-size: 3.5rem;
  line-height: 1.8;
  border-bottom: #333333 1px solid;
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block__name {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block__name span {
    font-size: 1.8rem;
  }
}
.section--shops .shop-block__category {
  font-size: 1.3em;
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block__category {
    font-size: 1em;
  }
}
.section--shops .shop-block__text {
  width: 48%;
  font-size: 1.1em;
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block__text {
    width: auto;
    margin-top: 3em;
    order: 3;
  }
}
.section--shops .shop-block__text p {
  margin-top: 1em;
}
.section--shops .shop-block__text p:first-child {
  margin-top: 0;
}
.section--shops .shop-block__img {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block__img {
    width: auto;
    margin-top: 2em;
    order: 2;
  }
}
.section--shops .shop-block__img img {
  background-color: #ffffff;
}
.section--shops .shop-block .button-list {
  margin: 3em auto 0;
}
@media screen and (max-width: 750px) {
  .section--shops .shop-block .button-list {
    order: 4;
  }
}
.section--shops.thedog .shop-block__text {
  order: 3;
}
.section--shops.thedog .shop-block__img {
  order: 2;
}
.section--shops.thedog .shop-block .button-list {
  order: 4;
}
.section--access .text-block {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.section--access .text-block__title {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  font-family: "Libre Baskerville";
}
.section--access .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.section--access .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.section--access .info-list li + li {
  margin-top: 1em;
}
.section--news .news-list {
  width: 500px;
  margin: 0 auto;
}
.section--news .news-list .news-date {
  color: #6d6d6d;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .section--news .news-list .news-date {
    font-size: 1.5rem;
  }
}
.section--concept {
  position: relative;
}
.section--concept .inner {
  position: relative;
  z-index: 5;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .section--concept .inner {
    padding-top: 1em;
  }
}
.section--concept .concept__wrap {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .section--concept .concept__wrap {
    margin-top: 0;
  }
}
.section--concept .concept__main {
  font-size: 1.4em;
  margin: 3.5em auto;
}
@media screen and (max-width: 750px) {
  .section--concept .concept__main {
    font-size: 1.2em;
    margin: 0 auto;
    line-height: 1.8em;
  }
}
.section--concept .concept__img {
  width: 90%;
  margin: 1em auto 0;
}
.section--concept .mission {
  margin: 2em auto 3em;
  padding: 1em;
}
@media screen and (max-width: 750px) {
  .section--concept .mission {
    display: block;
    margin-top: 4em;
  }
}
.section--concept .mission__title {
  font-size: 2.3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #333333;
}
.section--concept .mission__text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
.section--concept p {
  line-height: 1.7;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section--concept p {
    font-size: 1em;
    line-height: 1.5;
  }
}
.section--concept p + p,
.section--concept p + h3 {
  margin-top: 1.25em;
}
@media screen and (max-width: 750px) {
  .section--concept p + p,
  .section--concept p + h3 {
    margin-top: 1em;
  }
}
.section--concept .color {
  color: #f5c5c5;
}
.section--concept em {
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #f5c5c5;
}
.section--concept rt {
  color: kinari;
}
.section--concept .subtitle {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 0.6em;
  background-color: #ffffff;
  display: block;
  text-align: center;
}
.section--concept .method-block {
  max-width: 40W;
  width: 100%;
  margin: 3em auto 1em;
  padding: 1em;
  border: 1px solid #f5c5c5;
}
@media screen and (max-width: 750px) {
  .section--concept .method-block {
    max-width: 85vw;
  }
}
.section--info .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.section--info .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.section--info .text-block {
  margin: 20px auto;
  text-align: center;
  font-size: 1.4rem;
}
.section--shophero__title {
  font-size: 3.3rem;
}
.section--shophero__titlewrap {
  text-align: center;
}
.section--shophero__text, .section--story__text {
  width: 90%;
}
.section--shophero__text > p, .section--story__text > p {
  line-height: 1.8em;
}
.section--shophero__text > p + p, .section--story__text > p + p {
  margin-top: 1.2em;
}
@media screen and (max-width: 750px) {
  .section--shophero__text > p + p, .section--story__text > p + p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .section--shophero__text, .section--story__text {
    text-align: left;
  }
}
.section--shophero__img {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
.section--menu, .section--message {
  background-color: #ffffff;
}
.section--menu .button-list, .section--message .button-list {
  margin: 0 0 3em;
}
.section--menu .menu-block, .section--message .menu-block {
  width: 90%;
  overflow: hidden;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid #333333;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section--menu .menu-block, .section--message .menu-block {
    border: 0.5px solid #333333;
  }
}
.section--menu .table, .section--message .table, .section--menu .onemenu-list, .section--message .onemenu-list {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  max-width: 700px;
}
@media screen and (max-width: 750px) {
  .section--menu .table, .section--message .table, .section--menu .onemenu-list, .section--message .onemenu-list {
    font-size: 120%;
  }
}
.section--menu .table.nohead th, .section--message .table.nohead th, .section--menu .nohead.onemenu-list th, .section--message .nohead.onemenu-list th {
  font-size: 1.4rem;
}
.section--menu .table__wrap, .section--message .table__wrap {
  width: 100%;
  max-width: 700px;
  margin: 5rem auto;
}
.section--menu .table__wrap:first-child, .section--message .table__wrap:first-child {
  margin-top: 2.5rem;
}
.section--menu .table__wrap > .note, .section--message .table__wrap > .note {
  display: block;
  text-align: right;
}
.section--menu .table th, .section--message .table th, .section--menu .onemenu-list th, .section--message .onemenu-list th {
  padding: 1.2rem 0.5rem;
}
.section--menu .table td, .section--message .table td, .section--menu .onemenu-list td, .section--message .onemenu-list td {
  padding: 1.2rem 0.5rem 0.5rem;
}
.section--menu .table__title, .section--message .table__title, .section--menu .onemenu-list__title, .section--message .onemenu-list__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.section--menu .table__title th, .section--message .table__title th, .section--menu .onemenu-list__title th, .section--message .onemenu-list__title th {
  width: 100%;
}
.section--menu .table__item, .section--message .table__item {
  text-align: left;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .section--menu .table__item .col3, .section--message .table__item .col3 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .section--menu .table__item .col3 th, .section--message .table__item .col3 th {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .section--menu .table__item .col3 td, .section--message .table__item .col3 td {
    float: left;
  }
}
.section--menu .table__item th, .section--message .table__item th,
.section--menu .table__item td,
.section--message .table__item td {
  border-bottom: 1px solid #e3e3e3;
}
.section--menu .table__item td.sub, .section--message .table__item td.sub {
  text-align: right;
}
.section--menu .table__item td.price, .section--message .table__item td.price {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.section--menu .table__item td.price.noborder, .section--message .table__item td.price.noborder {
  border-bottom: 0;
}
.section--menu .table__item .noborder th, .section--message .table__item .noborder th,
.section--menu .table__item .noborder td,
.section--message .table__item .noborder td {
  border-bottom: none;
}
.section--menu .table__item--toppings tr, .section--message .table__item--toppings tr {
  text-indent: 1em;
}
.section--menu .table__item--toppings tr.category, .section--message .table__item--toppings tr.category {
  text-indent: 0;
}
.section--menu .table__item--toppings tr.category:first-child th, .section--message .table__item--toppings tr.category:first-child th {
  padding-top: 0;
}
.section--menu .table__item--toppings tr.category th, .section--message .table__item--toppings tr.category th {
  padding-top: 5em;
  font-weight: bold;
}
.section--menu .note, .section--message .note {
  font-size: 1.2rem;
}
.section--menu .notes-list__item, .section--message .notes-list__item {
  display: table;
  margin-left: auto;
}
.section--menu .white-block, .section--message .white-block {
  margin-top: 2.5em;
  padding: 1em;
  background-color: #ffffff;
}
.section--menu .white-block__title, .section--message .white-block__title {
  font-size: 2em;
}
.section--menu .white-block__subtitle, .section--message .white-block__subtitle {
  margin: 1em 0 0;
}
.section--menu .white-block__lead, .section--message .white-block__lead {
  margin-top: 1em;
  line-height: 1.7;
}
.section--menu .white-block__lead em, .section--message .white-block__lead em {
  font-style: normal;
  font-weight: bold;
}
.section--menu .white-block__smalllead, .section--message .white-block__smalllead {
  font-size: 0.9em;
  line-height: 1.7;
}
.section--menu .white-block__smalllead em, .section--message .white-block__smalllead em {
  font-style: normal;
  font-weight: bold;
}
.section--staff .staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .section--staff .staff-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.section--staff .staff-list__item {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding: 1em 1em 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 750px) {
  .section--staff .staff-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    z-index: 1;
    padding: 0 1em;
  }
}
@media screen and (max-width: 750px) {
  .section--staff .staff-list__item + .staff-list__item {
    margin-top: 4em;
  }
}
.section--staff .staff-list__image {
  width: 50%;
  padding-right: 5%;
  padding-left: 5%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section--staff .staff-list__image {
    width: auto;
  }
}
.section--staff .staff-list__image img {
  display: block;
  margin: 0 auto;
}
.section--staff .staff-list__inner {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .section--staff .staff-list__inner {
    width: auto;
  }
}
.section--staff .staff-list .img {
  margin-top: 1em;
  width: 90%;
  margin: 1em auto 0;
}
.section--staff .staff-list .img img {
  display: block;
}
.section--staff .staff-list .name {
  text-align: center;
  padding-top: 15px;
  font-size: 1.5em;
}
.section--staff .staff-list .sub {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.3rem;
  color: #707070;
}
.section--staff .staff-list .sns {
  margin-top: 30px;
}
.section--staff .staff-list .sns a {
  display: block;
  overflow: hidden;
  width: 40px;
}
.section--topmessage {
  padding-top: 50px;
  padding-bottom: 6em;
}
.section--message .section--detail__title {
  margin-bottom: 0;
}
.section--message .section--story__img {
  order: 1;
}
@media screen and (max-width: 750px) {
  .section--message .section--story__img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section--message .pin-block {
  text-align: center;
  margin-top: 3em;
}
.section--message .pin-block--wrap {
  display: inline-flex;
  margin: auto;
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section--message .pin-block--wrap {
    display: block;
    text-align: center;
  }
}
.section--message .pin-block--right {
  margin-left: 2em;
}
@media screen and (max-width: 750px) {
  .section--message .pin-block--right {
    margin-left: 0;
    margin-top: 1em;
  }
}
.section--message .pin-block--name {
  padding-top: 15px;
  font-size: 1.5em;
}
.section--message .pin-block--sub {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.3rem;
  color: #707070;
}
.section--message .pin-block--img {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .section--message .pin-block--img {
    margin: 0 auto;
  }
}
.section--message .pin-block--text {
  margin-top: 1em;
}
.section--message .pin-block--sns {
  margin-top: 30px;
}
.section--message .pin-block--sns a {
  display: block;
  overflow: hidden;
  width: 40px;
}
.section--banner {
  padding-top: 5em;
  padding-bottom: 5em;
}
.section--sns {
  text-align: center;
}
.section--reserve {
  text-align: center;
}
.section--reserve .l-main__title {
  font-family: "Noto Serif JP";
}
.section--contact {
  background-color: #ffffff;
}
.section--contact .button-list {
  flex-direction: column;
}
.section--contact .button-list__item {
  margin-top: 1em;
}
.section--contact .button-list__item:first-child {
  margin-top: 0;
}
.section--detail__title {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  border-bottom: #333333 1px solid;
}
@media screen and (max-width: 750px) {
  .section--detail__title {
    border-bottom: #333333 0.5px solid;
  }
}
.section--detail__subtitle {
  display: block;
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
.section--detail__text {
  line-height: 1.8em;
}
.section--detail__text a {
  border-bottom: 1px solid #333333;
}
.section--story .section--detail__title {
  margin-bottom: 0;
}
.section--story__wrap {
  display: flex;
  gap: 2em;
}
.section--story__wrap.flexwrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .section--story__wrap {
    display: block;
  }
}
.section--story__img {
  width: 47%;
  order: 2;
}
@media screen and (max-width: 750px) {
  .section--story__img {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
  }
}
.section--story__img img + img {
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .section--story__img img + img {
    margin-top: 0;
  }
}
.section--story__text {
  order: 1;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .section--story__text {
    margin-top: 3em;
  }
}

@media screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br-sp {
    display: inline-block;
  }
}

.br-auto {
  display: inline-block;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.note {
  display: block;
  font-size: 0.7em;
  padding-left: 1.5em;
  position: relative;
}
.note::before {
  content: "※";
  position: absolute;
  left: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.mt1-5em {
  margin-top: 1.5em;
}

.disnone {
  display: none;
}

.col2-list {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.col2-list__item + li {
  margin-left: 1em;
}

.col2-block {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.col2-block__item {
  margin-left: 1em;
}
.col2-block__item:first-child {
  margin-left: 0;
}

.l-text-right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .l-text-left_sp {
    text-align: left;
  }
}

.img-shadow, .top .swiper, .section--shops .shop-block__img img, .section--concept .concept__img, .section--staff .staff-list .img, .section--message .section--story__img img, .section--message .pin-block--img img {
  box-shadow: 4px 6px 10px rgba(51, 51, 51, 0.25);
}

.top-hero {
  text-align: center;
}
.top-hero img {
  width: 100%;
}

.topmain-unit {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 160px;
}
.topmain-unit__sub {
  display: inline-block;
  color: #6d6d6d;
  font-size: 1.5rem;
  margin-top: 15px;
}
.topmain-unit__lead {
  margin-top: 61px;
  font-size: 2.6rem;
  line-height: 2;
}
.topmain-unit__lead p + p {
  margin-top: 20px;
}

.overview-unit {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 38px 43px;
  margin-top: 90px;
}
.overview-unit__ttl {
  font-size: 2.4rem;
}
.overview-unit__col2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.overview-unit__col {
  width: 488px;
}

.point-table {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 45px;
}

.swiper {
  width: 80vw;
  margin-top: 12vh;
  margin-bottom: 5vh;
}
@media screen and (max-width: 750px) {
  .swiper {
    margin-top: 9vh;
  }
}

.swiper-slide > img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  /* IE: not support */
  width: 100%;
  height: 100%;
}

.top > .section:nth-child(even) {
  background-color: #ffffff;
}

.top .slide-wrap {
  position: relative;
}
.top .slide-wrap .slideicon {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 300px;
}
@media screen and (max-width: 750px) {
  .top .slide-wrap .slideicon {
    display: none;
  }
}
.top .swiper.layout-col2 {
  max-width: 750px;
  margin-right: 4vw;
}
@media screen and (max-width: 750px) {
  .top .swiper.layout-col2 {
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .top .swiper.layout-pc {
    display: none;
  }
}
.top .swiper.layout-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .swiper.layout-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */