@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #151414;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
a {
  transition: color 0.5s;
}
a:hover {
  color: #3b3b3b;
}

.btn--hover {
  transition: opacity 0.5s;
}
.btn--hover:hover {
  opacity: 0.7;
}

.txt--ac {
  text-align: center !important;
}

.txt--ar {
  text-align: right !important;
}

.txt--al {
  text-align: left !important;
}

.txt--line-h {
  font-size: 1.6rem;
  line-height: 2.187;
}

@media only screen and (max-width: 767px) {
  .txt--line-h {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #ffffff;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #ffffff;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #ffffff;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #ffffff;
}

.sb_style p {
  font-size: 16px;
  color: #ffffff;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #ffffff;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #ffffff;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #ffffff;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #ffffff;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #ffffff;
  }
  .sb_style p {
    font-size: 14px;
    color: #ffffff;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.title--main {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 10rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.title--main b {
  font-size: 18rem;
  font-weight: 400;
}
.title--main .sub {
  display: block;
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 3.2rem;
  line-height: 1.562;
}
.title--main .sub-s {
  margin-top: 15px;
  font-size: 2.8rem;
}
.title--main-al {
  text-align: left;
}
.title--style-1 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 500;
}
.title--style-2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.388;
}
.title--style-3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.562;
}
.title--lower-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.title--lower-main .sub {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.015em;
  font-size: 3rem;
  line-height: 1.562;
}

.lower-mv {
  position: relative;
  height: 550px;
  background: url(../img/components/title/lower-main.jpg) no-repeat center top/cover;
}

@media only screen and (max-width: 767px) {
  .title--main {
    font-size: 4rem;
  }
  .title--main b {
    font-size: 6rem;
  }
  .title--main .sub {
    margin-top: 3px;
    font-size: 1.4rem;
  }
  .title--main .sub-s {
    margin-top: 3px;
    font-size: 1.3rem;
  }
  .title--main-al {
    text-align: center;
  }
  .title--style-1 {
    font-size: 1.8rem;
  }
  .title--style-2 {
    font-size: 1.5rem;
  }
  .title--style-3 {
    font-size: 1.4rem;
  }
  .title--lower-main {
    font-size: 4rem;
  }
  .title--lower-main .sub {
    font-size: 1.2rem;
  }
  .lower-mv {
    height: 45.632vw;
  }
}
.btn__square {
  width: 300px;
  border: #fff 1px solid;
}
.btn__square a {
  display: block;
  padding: 9px 5px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  transition: all 0.5s;
}
.btn__square a small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
}
.btn__square a:hover {
  background: #fff;
  color: #3b3b3b;
}
.btn__txt-link {
  text-align: center;
}
.btn__txt-link a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.btn__txt-link-al {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .btn__square {
    width: 100%;
  }
  .btn__square a {
    padding: 9px 5px;
    font-size: 1.6rem;
  }
  .btn__square a small {
    font-size: 1.4rem;
  }
  .btn__txt-link a {
    font-size: 1.2rem;
  }
  .btn__txt-link-al {
    text-align: center;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.pc-header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 22px 35px 22px 50px;
}
.pc-header__logo {
  line-height: 1;
}
.pc-header__nav {
  display: flex;
}
.pc-header__list {
  display: flex;
  align-items: center;
}
.pc-header__list li {
  text-align: center;
}
.pc-header__list li a {
  display: block;
  padding: 0 13px;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.pc-header__list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.pc-header__list li.btn__reservation {
  margin-top: -15px;
}
.pc-header__list li.btn__reservation a {
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.pc-header__list li.btn__reservation a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
}
.pc-header__list li.btn__reservation a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .sp-header {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sp-header__inner {
    padding: 10px 10px;
  }
  .sp-header__logo {
    width: 20%;
    max-width: 180px;
    line-height: 1;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 70px 0;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #f2ebeb;
  padding-top: 15px;
  margin-top: 30px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.footer-bar__logo {
  margin-bottom: 25px;
}
.footer-bar__address {
  margin-bottom: 50px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  width: 765px;
}
.footer-bar__item {
  width: 150px;
  margin: 0 20px 25px;
}
.footer-bar__item a {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.footer-bar__copyright {
  font-size: 1.5rem;
  color: #72797c;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  color: #f2ebeb;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    padding: 30px 0 10px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer-bar__contents {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .footer-bar__logo {
    display: block;
    width: 170px;
    margin: 0 auto 15px;
  }
  .footer-bar__address {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .footer-bar__group {
    justify-content: center;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.contact {
  background: url(../img/layout/contact/bg.jpg) no-repeat center center/cover;
}
.contact__inner {
  padding: 100px 0;
}
.contact__box {
  position: relative;
  padding: 55px 20px;
  border: rgba(242, 235, 235, 0.5) 1px solid;
}
.contact__box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  border: rgba(242, 235, 235, 0.5) 1px solid;
  pointer-events: none;
}
.contact__title {
  margin-bottom: 25px;
}
.contact__title span {
  font-size: 2.8rem;
}
.contact__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact__item {
  margin: 0 25px;
}
.contact__tel {
  margin-bottom: 12px;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.15em;
  line-height: 1;
}
.contact__tel span {
  letter-spacing: 0.35em;
}
.contact__tel a {
  font-size: 4rem;
  letter-spacing: 0.15em;
}
.contact__hour {
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact__inner {
    padding: 40px 0;
  }
  .contact__box {
    padding: 40px 20px;
  }
  .contact__title {
    margin-bottom: 15px;
  }
  .contact__title span {
    font-size: 1.8rem;
  }
  .contact__item {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .contact__item + .contact__item {
    margin-top: 15px;
  }
  .contact__tel {
    margin-bottom: 8px;
  }
  .contact__tel a {
    font-size: 3rem;
  }
  .contact__hour {
    font-size: 1.3rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  font-family: "Cormorant Garamond", serif;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000;
}
.drawer-on__inner {
  padding: 10px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 20%;
  max-width: 180px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background: #000000;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  height: 100vh;
  background: url(../img/pages/top/mv/mv_pc.jpg) no-repeat center bottom/cover;
}
.top-mv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.666;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  text-shadow: 0px 5px 0px rgba(21, 20, 20, 0.2);
}

@media only screen and (max-width: 767px) {
  .top-mv {
    background-image: url(../img/pages/top/mv/mv_sp.jpg);
  }
  .top-mv__catch {
    font-size: 1.8rem;
  }
}
.top-about {
  padding: 7.03% 0 28.39%;
  background-image: url(../img/pages/top/about/bg_pc_1.png), url(../img/pages/top/about/bg_pc_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center 75px, center calc(100% - 60px);
  background-size: 100% auto, 100% auto;
}
.top-about__wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.top-about__title {
  margin: 0 540px 20px 150px;
}
.top-about__txt {
  margin: 0 0 0 540px;
}
.top-about__btn {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 10vw 20px 15vw;
    background-image: url(../img/pages/top/about/bg_sp_1.png), url(../img/pages/top/about/bg_sp_2.png);
    background-position: left 20px, right calc(100% - 20px);
    background-size: 60% auto, 60% auto;
  }
  .top-about__title {
    margin: 0 0 15px;
  }
  .top-about__txt {
    margin: 0;
  }
  .top-about__note {
    text-align: center;
  }
  .top-about__btn {
    margin-top: 25px;
  }
}
.top-menu {
  padding: 40px 0 120px;
}
.top-menu__inner {
  position: relative;
}
.top-menu__title {
  margin-bottom: 30px;
}
.top-menu__btn {
  position: absolute;
  top: 45px;
  right: 0;
}
.top-menu__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.top-menu__card {
  width: calc(25% - 27px);
  margin: 0 13.5px;
}
.top-menu__img {
  position: relative;
  margin-bottom: 20px;
}
.top-menu__img img {
  width: 100%;
}
.top-menu__ttl {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding-left: 30px;
}
.top-menu__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #fff;
}
.top-menu__cap {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.562;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-menu {
    padding: 30px 0 40px;
  }
  .top-menu__title {
    margin-bottom: 15px;
  }
  .top-menu__btn {
    position: static;
    margin-bottom: 20px;
    text-align: right;
  }
  .top-menu__group {
    margin: 0 -2%;
  }
  .top-menu__card {
    width: 46%;
    margin: 0 2% 35px;
  }
  .top-menu__card:nth-last-child(2), .top-menu__card:last-child {
    margin-bottom: 0;
  }
  .top-menu__img {
    margin-bottom: 10px;
  }
  .top-menu__ttl {
    bottom: 20px;
    padding-left: 20px;
  }
  .top-menu__ttl::before {
    width: 10px;
  }
  .top-menu__cap {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.562;
  }
}
.top-scene {
  padding: 910px 0 120px;
  background-image: url(../img/pages/top/scene/bg_2.png), url(../img/pages/top/scene/bg_1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center 325px, center top;
}
.top-scene__title {
  margin-bottom: 35px;
}
.top-scene__note {
  margin-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-scene {
    padding: 53vw 0 40px;
    background-position: center 20vw, center top;
    background-size: 100% auto, 120% auto;
  }
  .top-scene__title {
    margin-bottom: 15px;
  }
  .top-scene__note {
    margin-bottom: 25px;
  }
}
.top-access {
  position: relative;
  padding: 80px 0;
}
.top-access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93.75%;
  height: 1px;
  background: #f2ebeb;
}
.top-access__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 363px;
  background: #3b3b3b;
}
.top-access__map {
  width: 75%;
  height: 100%;
}
.top-access__txt {
  width: 25%;
  padding: 0 25px;
}
.top-access__title {
  margin-bottom: 25px;
  font-size: 4rem;
}
.top-access__title .sub {
  font-size: 1.8rem;
}
.top-access__address {
  margin-bottom: 45px;
  font-size: 1.4rem;
  line-height: 1.571;
}
.top-access__btn a {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 40px 0;
  }
  .top-access__wrap {
    height: auto;
  }
  .top-access__map {
    width: 100%;
    height: 55vw;
  }
  .top-access__txt {
    width: 100%;
    padding: 20px 15px 30px;
  }
  .top-access__title {
    margin-bottom: 15px;
  }
  .top-access__title .sub {
    font-size: 1.4rem;
  }
  .top-access__address {
    margin-bottom: 25px;
    font-size: 1.4rem;
    text-align: center;
  }
  .top-access__btn a {
    font-size: 1.2rem;
  }
}
.top-column {
  padding: 105px 0 120px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 25px;
}
.top-column__btn {
  position: absolute;
  top: 105px;
  right: 0;
}
.top-column__list {
  display: flex;
  gap: 3%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
  color: #fff;
}
.top-column__item .img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.222;
  border-bottom: 1px solid #f2ebeb;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.428;
  color: #f2ebeb;
}
.top-column__item .time {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  color: #f2ebeb;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 20px 0;
  }
  .top-column__title {
    margin-bottom: 15px;
  }
  .top-column__btn {
    position: static;
    margin-bottom: 20px;
    text-align: right;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
}
.top-news {
  padding: 85px 0 95px;
}
.top-news__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 870px;
  margin-top: -20px;
}
.top-news__item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2ebeb;
  padding: 30px 0;
}
.top-news__item .link::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/pages/top/news/ico-arrow.png) no-repeat left top/100% auto;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.top-news__btn {
  position: absolute;
  left: 0;
  bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 20px 0 40px;
  }
  .top-news__inner {
    display: block;
  }
  .top-news__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .link::before {
    top: 62%;
    width: 20px;
    height: 20px;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__btn {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.about-us {
  padding: 6.77% 0 7.81%;
  background: url(../img/pages/about/us/bg_pc.png) no-repeat center 75px/100% auto;
}
.about-us__title {
  margin-bottom: 40px;
}
.about-us__txt {
  margin-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-us {
    padding: 10vw 0 15vw;
    background-image: url(../img/pages/about/us/bg_sp_1.jpg), url(../img/pages/about/us/bg_sp_2.jpg);
    background-position: left 20px, right calc(100% - 20px);
    background-size: 60% auto, 35% auto;
  }
  .about-us__title {
    margin-bottom: 15px;
  }
  .about-us__txt {
    margin-bottom: 20px;
  }
}
.about-feature {
  padding: 105px 0 120px;
}
.about-feature__title {
  margin-bottom: 30px;
}
.about-feature__column {
  display: flex;
  flex-wrap: wrap;
}
.about-feature__column + .about-feature__column {
  margin-top: 50px;
}
.about-feature__img {
  width: 400px;
  margin-right: 40px;
}
.about-feature__txt {
  position: relative;
  width: calc(100% - 440px);
  margin-top: -13px;
  padding-right: 95px;
}
.about-feature__cat {
  position: absolute;
  right: 0;
  bottom: -15px;
  padding-top: 40px;
  font-family: "Shippori Mincho B1", serif;
  writing-mode: vertical-rl;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.about-feature__cat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #f2ebeb;
}
.about-feature__ttl {
  margin-bottom: 12px;
}
.about-feature__note {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 40px 0;
  }
  .about-feature__title {
    margin-bottom: 15px;
  }
  .about-feature__column + .about-feature__column {
    margin-top: 40px;
  }
  .about-feature__img {
    width: 100%;
    margin: 0 0 20px;
  }
  .about-feature__txt {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
  .about-feature__cat {
    top: -90px;
    right: 10px;
    bottom: auto;
    padding-top: 30px;
    font-size: 2.2rem;
  }
  .about-feature__ttl {
    margin-bottom: 20px;
  }
  .about-feature__note {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.menu-contents {
  padding: 100px 0 90px;
}
.menu-contents__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.menu-contents__item {
  width: calc(25% - 27px);
  margin: 0 13.5px 10px;
  border: 1px solid #fff;
}
.menu-contents__item a {
  padding: 0;
  line-height: 60px;
}

@media only screen and (max-width: 767px) {
  .menu-contents {
    padding: 30px 0;
  }
  .menu-contents__nav {
    margin: 0 -5px;
  }
  .menu-contents__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .menu-contents__item a {
    line-height: 50px;
    font-size: 1.4rem;
  }
}
.menu-chief {
  padding: 100px 0 70px;
}
.menu-chief__title {
  margin-bottom: 35px;
}
.menu-chief__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.menu-chief__card {
  width: calc(50% - 40px);
  margin: 0 20px 45px;
}
.menu-chief__img {
  width: 100%;
  aspect-ratio: 260/161;
  background: url(../img/pages/menu/chief/no-img.jpg) no-repeat center/cover;
  margin-bottom: 25px;
}
.menu-chief__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-chief__ttl {
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2ebeb;
}
.menu-chief__cap {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.785;
}
.menu-chief__price {
  text-align: right;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .menu-chief {
    padding: 20px 0;
  }
  .menu-chief__title {
    margin-bottom: 30px;
  }
  .menu-chief__group {
    margin: 0 -5px;
  }
  .menu-chief__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .menu-chief__img {
    margin-bottom: 10px;
  }
  .menu-chief__ttl {
    padding-bottom: 10px;
  }
  .menu-chief__cap {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .menu-chief__price {
    font-size: 1.2rem;
  }
}
.menu-course {
  padding: 100px 0 70px;
}
.menu-course__title {
  margin-bottom: 35px;
}
.menu-course__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.menu-course__card {
  width: calc(33.333333% - 30px);
  margin: 0 15px 40px;
}
.menu-course__img {
  width: 100%;
  aspect-ratio: 260/161;
  background: url(../img/pages/menu/course/no-img.jpg) no-repeat center/cover;
  margin-bottom: 20px;
}
.menu-course__ttl {
  margin-bottom: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid #f2ebeb;
}
.menu-course__cap {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.785;
}
.menu-course__price {
  text-align: right;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .menu-course {
    padding: 20px 0;
  }
  .menu-course__title {
    margin-bottom: 30px;
  }
  .menu-course__group {
    margin: 0 -5px;
  }
  .menu-course__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .menu-course__img {
    margin-bottom: 10px;
  }
  .menu-course__ttl {
    padding-bottom: 10px;
  }
  .menu-course__cap {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .menu-course__price {
    font-size: 1.2rem;
  }
}
.menu-food {
  padding: 100px 0 85px;
}
.menu-food__title {
  margin-bottom: 35px;
}
.menu-food__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 3%;
  margin: 0 -20px;
}
.menu-food__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 48.5%;
}
.menu-food__img {
  width: 250px;
  aspect-ratio: 260/161;
  background: url(../img/pages/menu/food/no-img.jpg) no-repeat center/cover;
}
.menu-food__txt {
  flex: 1;
}
.menu-food__ttl {
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2ebeb;
}
.menu-food__cap {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.785;
}
.menu-food__price {
  text-align: right;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .menu-food {
    padding: 20px 0 10px;
  }
  .menu-food__title {
    margin-bottom: 30px;
  }
  .menu-food__group {
    margin: 0 -5px;
  }
  .menu-food__img {
    width: 100%;
    margin: 0 0 10px;
  }
  .menu-food__txt {
    width: 100%;
    margin-top: 0;
  }
  .menu-food__ttl {
    padding-bottom: 10px;
  }
  .menu-food__cap {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .menu-food__price {
    font-size: 1.2rem;
  }
}
.menu-drink {
  padding: 100px 0 85px;
}
.menu-drink__title {
  margin-bottom: 35px;
}
.menu-drink__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 3%;
  margin: 0 -20px;
}
.menu-drink__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 48.5%;
}
.menu-drink__img {
  width: 250px;
  aspect-ratio: 260/161;
  background: url(../img/pages/menu/drink/no-img.jpg) no-repeat center/cover;
  margin-right: 20px;
}
.menu-drink__txt {
  flex: 1;
}
.menu-drink__ttl {
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2ebeb;
}
.menu-drink__cap {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.785;
}
.menu-drink__price {
  text-align: right;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .menu-drink {
    padding: 20px 0 10px;
  }
  .menu-drink__title {
    margin-bottom: 30px;
  }
  .menu-drink__group {
    margin: 0 -5px;
  }
  .menu-drink__img {
    width: 100%;
    margin: 0 0 10px;
  }
  .menu-drink__txt {
    width: 100%;
    margin-top: 0;
  }
  .menu-drink__ttl {
    padding-bottom: 10px;
  }
  .menu-drink__cap {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .menu-drink__price {
    font-size: 1.2rem;
  }
}
.scene-01 {
  padding: 75px 0 150px;
}
.scene-01__title {
  margin-bottom: 55px;
}
.scene-01__title .sub {
  margin-top: 0;
}
.scene-01__main {
  margin-bottom: 42px;
}
.scene-01__img {
  margin-bottom: 45px;
}
.scene-01__txt {
  text-align: center;
}
.scene-01__ttl {
  margin-bottom: 22px;
}
.scene-01__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.scene-01__card {
  width: calc(25% - 27px);
  margin: 0 13.5px;
}
.scene-01__thumbnail {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .scene-01 {
    padding: 20px 0 10px;
  }
  .scene-01__title {
    margin-bottom: 20px;
  }
  .scene-01__main {
    margin-bottom: 30px;
  }
  .scene-01__img {
    margin-bottom: 15px;
  }
  .scene-01__ttl {
    margin-bottom: 10px;
  }
  .scene-01__group {
    margin: 0 -5px;
  }
  .scene-01__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .scene-01__thumbnail {
    margin-bottom: 10px;
  }
}
.scene-02 {
  padding: 45px 0 115px;
}
.scene-02__title {
  margin-bottom: 55px;
}
.scene-02__title .sub {
  margin-top: 0;
}
.scene-02__main {
  margin-bottom: 42px;
}
.scene-02__img {
  margin-bottom: 45px;
}
.scene-02__txt {
  text-align: center;
}
.scene-02__ttl {
  margin-bottom: 22px;
}
.scene-02__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.scene-02__card {
  width: calc(25% - 27px);
  margin: 0 13.5px;
}
.scene-02__thumbnail {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .scene-02 {
    padding: 20px 0 10px;
  }
  .scene-02__title {
    margin-bottom: 20px;
  }
  .scene-02__main {
    margin-bottom: 30px;
  }
  .scene-02__img {
    margin-bottom: 15px;
  }
  .scene-02__ttl {
    margin-bottom: 10px;
  }
  .scene-02__group {
    margin: 0 -5px;
  }
  .scene-02__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .scene-02__thumbnail {
    margin-bottom: 10px;
  }
}
.scene-03 {
  padding: 45px 0 115px;
}
.scene-03__title {
  margin-bottom: 55px;
}
.scene-03__title .sub {
  margin-top: 0;
}
.scene-03__main {
  margin-bottom: 42px;
}
.scene-03__img {
  margin-bottom: 45px;
}
.scene-03__txt {
  text-align: center;
}
.scene-03__ttl {
  margin-bottom: 22px;
}
.scene-03__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.scene-03__card {
  width: calc(25% - 27px);
  margin: 0 13.5px;
}
.scene-03__thumbnail {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .scene-03 {
    padding: 20px 0 10px;
  }
  .scene-03__title {
    margin-bottom: 20px;
  }
  .scene-03__main {
    margin-bottom: 30px;
  }
  .scene-03__img {
    margin-bottom: 15px;
  }
  .scene-03__ttl {
    margin-bottom: 10px;
  }
  .scene-03__group {
    margin: 0 -5px;
  }
  .scene-03__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .scene-03__thumbnail {
    margin-bottom: 10px;
  }
}
.scene-04 {
  padding: 45px 0 115px;
}
.scene-04__title {
  margin-bottom: 55px;
}
.scene-04__title .sub {
  margin-top: 0;
}
.scene-04__main {
  margin-bottom: 42px;
}
.scene-04__img {
  margin-bottom: 45px;
}
.scene-04__txt {
  text-align: center;
}
.scene-04__ttl {
  margin-bottom: 22px;
}
.scene-04__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.scene-04__card {
  width: calc(25% - 27px);
  margin: 0 13.5px;
}
.scene-04__thumbnail {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .scene-04 {
    padding: 20px 0 10px;
  }
  .scene-04__title {
    margin-bottom: 20px;
  }
  .scene-04__main {
    margin-bottom: 30px;
  }
  .scene-04__img {
    margin-bottom: 15px;
  }
  .scene-04__ttl {
    margin-bottom: 10px;
  }
  .scene-04__group {
    margin: 0 -5px;
  }
  .scene-04__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .scene-04__thumbnail {
    margin-bottom: 10px;
  }
}
.scene-05 {
  padding: 45px 0 115px;
}
.scene-05__title {
  margin-bottom: 55px;
}
.scene-05__title .sub {
  margin-top: 0;
}
.scene-05__main {
  margin-bottom: 42px;
}
.scene-05__img {
  margin-bottom: 45px;
}
.scene-05__txt {
  text-align: center;
}
.scene-05__ttl {
  margin-bottom: 22px;
}
.scene-05__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}
.scene-05__card {
  width: calc(25% - 27px);
  margin: 0 13.5px;
}
.scene-05__thumbnail {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .scene-05 {
    padding: 20px 0 10px;
  }
  .scene-05__title {
    margin-bottom: 20px;
  }
  .scene-05__main {
    margin-bottom: 30px;
  }
  .scene-05__img {
    margin-bottom: 15px;
  }
  .scene-05__ttl {
    margin-bottom: 10px;
  }
  .scene-05__group {
    margin: 0 -5px;
  }
  .scene-05__card {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .scene-05__thumbnail {
    margin-bottom: 10px;
  }
}
.shop-owner {
  padding: 135px 0 150px;
}
.shop-owner__title {
  margin-bottom: 50px;
}
.shop-owner__wrap {
  display: flex;
  flex-wrap: wrap;
}
.shop-owner__img {
  width: 400px;
  margin-right: 40px;
}
.shop-owner__name {
  margin-top: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
.shop-owner__txt {
  width: calc(100% - 440px);
  margin-top: -10px;
}
.shop-owner__ttl {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .shop-owner {
    padding: 40px 0;
  }
  .shop-owner__title {
    margin-bottom: 15px;
  }
  .shop-owner__img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .shop-owner__name {
    margin-top: 5px;
    font-size: 1.5rem;
    text-align: center;
  }
  .shop-owner__txt {
    width: 100%;
    margin-top: 0;
  }
  .shop-owner__ttl {
    margin-bottom: 15px;
  }
  .shop-owner__note {
    line-height: 1.6;
  }
}
.shop-info {
  padding-top: 105px;
}
.shop-info__title {
  margin-bottom: 15px;
}
.shop-info__lead {
  margin-bottom: 45px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.shop-info__table {
  width: 100%;
  margin-bottom: 55px;
}
.shop-info__table th, .shop-info__table td {
  padding: 25px 0;
  font-size: 1.6rem;
  line-height: 1.375;
  vertical-align: top;
}
.shop-info__table th {
  width: 130px;
  font-size: 1.4rem;
}
.shop-info__table .map-link {
  position: relative;
  padding-left: 20px;
}
.shop-info__table .map-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 12px;
  height: 16px;
  background: url(../img/pages/shop/info/ico-map.png) no-repeat left top/100% auto;
}
.shop-info__table .map-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #f2ebeb;
}
.shop-info__table .map-link:hover {
  color: #fff;
}
.shop-info__table .map-link:hover::after {
  content: none;
}
.shop-info__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.shop-info__thumbnail {
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
}
.shop-info__map {
  margin-top: 50px;
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .shop-info {
    padding-top: 40px;
  }
  .shop-info__title {
    margin-bottom: 20px;
  }
  .shop-info__lead {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .shop-info__table {
    margin-bottom: 20px;
  }
  .shop-info__table th, .shop-info__table td {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .shop-info__table th {
    width: 90px;
    padding: 12px 0 10px;
    font-size: 1.2rem;
  }
  .shop-info__table .map-link {
    position: relative;
    display: inline-block;
    margin-top: 7px;
  }
  .shop-info__group {
    margin: 0 -5px;
  }
  .shop-info__thumbnail {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .shop-info__map {
    margin-top: 20px;
    height: 200px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #000000;
  font-size: 1.4rem;
  background: #ffffff;
  padding: 2px 10px;
}
.blog-single__title {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ffffff;
  padding-top: 5px;
}
.blog-single__date {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */