@charset "UTF-8";
@import url(https://db.onlinewebfonts.com/c/62931dace4ca868d8da22d42b54eb489?family=SeoulNamsan+CEB);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,400;1,600&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* ==========================================================================
   下層ページ
   ========================================================================== */
body.home, body.nagatei {
  background: #d9d9d9;
  background-image: url(../assets/img/common/bg.png);
  background-repeat: repeat-y;
  background-size: cover;
}
body.join {
  background: #fff;
  background-image: url(../assets/img/common/bg_style.png);
  background-repeat: repeat-y;
  background-size: cover;
}

.layout {
  padding: 40px 0;
}

.join .gnav, .join .fnav, .join .drawer-nav__gnav, .join .form__btn, .contact .gnav, .contact .fnav, .contact .drawer-nav__gnav, .contact .form__btn, .privacy .gnav, .privacy .fnav, .privacy .drawer-nav__gnav, .privacy .form__btn {
  display: none;
}

.style__ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #175350;
}
.style__en {
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}
.style__ja {
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
}
.style .concept {
  padding: 60px 0;
}
.style .concept__in {
  background: #f9f8f7;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.style .concept__ttl {
  margin: 0;
}
.style .concept__about {
  width: 50%;
}
.style .concept__txt {
  margin: 0;
  padding-top: 20px;
  font-family: "SeoulNamsan CEB";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5em;
  letter-spacing: 0.3em;
}
.style .concept__img {
  width: 38%;
  margin: 0;
}
.style .box {
  padding: 60px 0;
}
.style .box__in {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.style .box__ttl {
  margin: 0;
}
.style .box__list {
  width: 88%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.style .box__list li {
  width: 32%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.style .box__list::after {
  content: "";
  width: 32%;
}
.style .box__list--in {
  padding: 24px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.0313726);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.style .box__img {
  margin: 0;
}
.style .box__img img {
  border-radius: 20px 20px 0 0;
}
.style .box__label {
  margin-top: 0;
}
.style .box__label span {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 6px 12px;
  border-radius: 20px;
  color: #fff;
}
.style .box__label--rito {
  background: #89c6ce;
}
.style .box__label--kenhoku {
  background: #a160a2;
}
.style .box__label--sasebo {
  background: #be7ca0;
}
.style .box__label--nagasaki {
  background: #d46c4a;
}
.style .box__label--isahaya {
  background: #48a1a9;
}
.style .box__label--saikai {
  background: #67649d;
}
.style .box__label--omura {
  background: #c1a56d;
}
.style .box__label--higashisonogi {
  background: #4a8bc1;
}
.style .box__label--nishisonogi {
  background: #d3d35f;
}
.style .box__label--shimabara {
  background: #97b47e;
}
.style .box__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #175350;
  margin: 0;
}
.style .box__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #175350;
  opacity: 0.7;
}
.style .box__detail {
  text-align: center;
  margin-top: auto;
}
.style .box__detail a {
  border-radius: 8px;
  background: #175350;
  color: #f9f8f7;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.style .box__detail a::after {
  content: "";
  display: inline-block;
  background: url(../assets/img/index/search_arrow.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-left: 6px;
}
.style .box__null {
  width: calc(100% - 76px);
  text-align: center;
  color: #175350;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.style .box__more {
  width: 100%;
  text-align: center;
  display: block;
}
.style {
  /* 詳細ページ */
}
.style .time {
  padding: 60px 0;
  text-align: center;
}
.style .time__item {
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  background: #175350;
  color: #fff;
  padding: 16px;
  border-radius: 24px;
  width: 70%;
  margin: 0 auto;
}
.style .time__item i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}
.style .menu {
  padding: 60px 0;
}
.style .menu__in {
  background: #fff;
  border-radius: 18px;
  padding: 60px;
}
.style .menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.style .menu__list li {
  width: 45%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.style .menu__list--in {
  padding: 16px;
  background: #fffcf8;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.style .menu__img {
  margin: 0;
}
.style .menu__img img {
  border-radius: 16px 16px 0 0;
}
.style .menu__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #175350;
  margin: 0;
}
.style .menu__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #175350;
  opacity: 0.7;
}
.style .menu__price {
  font-size: 24px;
  font-size: 2.4rem;
  color: #175350;
  font-weight: 600;
  font-family: "Inter";
  margin: 0;
}
.style .menu__price span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic Medium", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
.style .detail {
  padding: 60px 0;
}
.style .detail__img {
  margin: 0;
}
.style .detail__img img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.style .detail__box {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #175350;
}
.style .detail__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  line-height: 48px;
}
.style .detail__ttl img {
  margin-right: 10px;
}
.style .detail__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.style .detail__txt span {
  font-weight: bold;
}
.style .detail__bold {
  font-weight: bold;
}
.style .detail__sns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.style .detail__sns li {
  display: inline-block;
  margin-right: 10px;
}
.style .detail__btn {
  text-align: center;
}
.style .detail__btn a {
  display: block;
  font-family: "Inter";
  font-size: 18px;
  font-size: 1.8rem;
  background: #175350;
  color: #fff;
  padding: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-radius: 24px;
  width: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.style .detail__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.style .detail__btn a:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.style .detail__btn a:hover {
  text-decoration: none;
}

.main .kv__ttl {
  margin-bottom: 10px;
}
.main .kv__img img {
  min-width: 900px;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.main .breadcrumb {
  color: #175350;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.main .breadcrumb span > a, .main .breadcrumb span > span {
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 10px;
  background: #f7f7f7;
  color: #6b7280;
}
.main .breadcrumb span > a.home, .main .breadcrumb span > span.home {
  margin-left: 0;
}
.main .breadcrumb span > a:hover {
  background: #175350;
  color: #fff;
  text-decoration: none;
}
.main .breadcrumb span > span {
  background: #175350;
  color: #fff;
}
.main .pagehead {
  font-family: "Inter";
  color: #175350;
  margin-bottom: 40px;
}
.main .pagehead__en {
  margin: 0;
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.main .pagehead__ja {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}

/* --------------------------------------
   長崎定食について
   -------------------------------------- */
.p-about {
  padding: 60px 0;
}
.p-about .about {
  font-family: "SeoulNamsan CEB";
  text-align: center;
  letter-spacing: 0.2em;
}
.p-about .about__in {
  background: #fffcf8;
  border-radius: 18px;
  padding: 30px;
  margin: 60px 0;
}
.p-about .about__ttl {
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1.5em;
  font-weight: normal;
}
.p-about .about__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
}
.p-about .sitepage {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-about .sitepage__item {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  width: 49%;
  margin-bottom: 20px;
}
.p-about .sitepage__img {
  margin-top: 0;
}
.p-about .sitepage__img img {
  width: 100%;
  height: auto;
}
.p-about .sitepage__ttl {
  margin-top: 0;
}
.p-about .sitepage__ttl img {
  width: 100%;
  height: auto;
}
.p-about .sitepage__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
}
.p-about .sitepage__more {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "SeoulNamsan CEB";
  text-align: right;
}
.p-about .sitepage__more a {
  color: #373737;
}
.p-about .sitepage__more img {
  margin-left: 6px;
  vertical-align: unset;
}
.p-about .operte {
  padding: 60px 0;
}
.p-about .operte__in {
  background: #fff;
  border-radius: 18px;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.p-about .operte__ttl {
  font-family: "Inter";
  color: #175350;
  margin-bottom: 40px;
}
.p-about .operte__en {
  margin: 0;
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-about .operte__ja {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.p-about .operte__table {
  width: 100%;
  font-family: "Inter";
  font-size: 30px;
  font-size: 3rem;
}
.p-about .operte__table th {
  text-align: left;
  min-width: 24%;
}
.p-about .operte__table th, .p-about .operte__table td {
  font-weight: bold;
  padding: 30px;
  border-bottom: 1px solid #175350;
}
.p-about .operte__txt {
  margin-top: 40px;
  font-family: "Inter";
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 30px;
}
.p-about .operte__link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-about .operte__link li {
  margin: 10px;
}

/* --------------------------------------
   kanmi
   -------------------------------------- */
.p-kanmi .breadcrumb {
  color: #ea72a6;
}
.p-kanmi .breadcrumb span > span {
  background: #ea72a6;
}
.p-kanmi .breadcrumb span > a:hover {
  background: #ea72a6;
}
.p-kanmi .kv__ttl {
  color: #ea72a6;
  margin-bottom: 0;
}
.p-kanmi .kv__txt {
  color: #ea72a6;
}
.p-kanmi .box__in {
  background: #f9f8f7;
}
.p-kanmi .box__list--in {
  background: #fff;
}
.p-kanmi .box__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #ea72a6;
  margin: 0;
}
.p-kanmi .box__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ea72a6;
}
.p-kanmi .box__detail a {
  background: #ea72a6;
}
.p-kanmi {
  /* 詳細ページ */
}
.p-kanmi .style__en {
  color: #ea72a6;
}
.p-kanmi .time__item {
  background: #ea72a6;
  color: #175350;
}
.p-kanmi .menu__price {
  color: #ea72a6;
}
.p-kanmi .menu__price span {
  color: #175350;
}
.p-kanmi .detail__bold {
  color: #ea72a6;
}
.p-kanmi .detail__btn a {
  background: #ea72a6;
  color: #175350;
}

/* --------------------------------------
   banpaku
   -------------------------------------- */
.p-banpaku .breadcrumb {
  color: #1e5d8a;
}
.p-banpaku .breadcrumb span > span {
  background: #1e5d8a;
}
.p-banpaku .breadcrumb span > a:hover {
  background: #1e5d8a;
}
.p-banpaku .kv__ttl {
  color: #1e5d8a;
}
.p-banpaku .kv__txt {
  color: #1e5d8a;
}
.p-banpaku .box__in {
  background: #f9f8f7;
}
.p-banpaku .box__list--in {
  background: #fff;
}
.p-banpaku .box__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #1e5d8a;
  margin: 0;
}
.p-banpaku .box__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1e5d8a;
}
.p-banpaku .box__detail a {
  background: #1e5d8a;
}
.p-banpaku {
  /* 詳細ページ */
}
.p-banpaku .style__en {
  color: #1e5d8a;
}
.p-banpaku .detail__btn a {
  background: #1e5d8a;
  color: #fff;
}
.p-banpaku .welcome {
  padding: 40px 0;
  text-align: center;
}
.p-banpaku .welcome__en {
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  color: #1e5d8a;
  vertical-align: middle;
  margin: 0;
}
.p-banpaku .welcome__en::before, .p-banpaku .welcome__en::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #1e5d8a;
  width: 60px;
  height: 2px;
  margin: 0 10px;
}
.p-banpaku .welcome__ttl {
  color: #175350;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 10px 0;
}
.p-banpaku .welcome__txt {
  color: #175350;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 40px 0;
}
.p-banpaku .welcome__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
.p-banpaku .welcome__list li {
  max-width: 64px;
  margin: 10px;
}
.p-banpaku .welcome__list li span {
  display: block;
  color: #175350;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-banpaku .room {
  padding: 40px 0;
}
.p-banpaku .room__item {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 60px;
}
.p-banpaku .room__w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-banpaku .room__img {
  margin: 0;
  width: 54%;
}
.p-banpaku .room__img img {
  border: 20px solid rgba(30, 93, 138, 0.5);
  border-radius: 12px;
}
.p-banpaku .room__detail {
  width: 40%;
  color: #175350;
}
.p-banpaku .room__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0;
}
.p-banpaku .room__en {
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.p-banpaku .room__list {
  margin: 30px 0;
}
.p-banpaku .room__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-banpaku .room__list ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-banpaku .room__list ul li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  margin-right: 10px;
  background: url("../assets/img/banpaku/arrow_check.png");
  background-size: contain;
}
.p-banpaku .room__price--food {
  color: #6b7280;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
.p-banpaku .room__price--yen {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-banpaku .room__price--yen span {
  color: #1e5d8a;
  font-family: "Inter";
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: sub;
}
.p-banpaku .room__btn {
  margin: 0;
}
.p-banpaku .facility {
  padding: 40px 0;
}
.p-banpaku .facility__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-banpaku .facility__list li {
  width: 46%;
  background: #fff;
  padding: 20px;
  border-radius: 32px;
  margin-bottom: 30px;
}
.p-banpaku .facility__img {
  margin: 0;
}
.p-banpaku .facility__img img {
  border: 20px solid rgba(30, 93, 138, 0.5);
  border-radius: 12px;
}
.p-banpaku .facility__ttl {
  color: #175350;
  font-size: 20px;
  font-size: 2rem;
}
.p-banpaku .facility__txt {
  color: #175350;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-banpaku .facility__note {
  color: #1e5d8a;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-banpaku .dining {
  padding: 40px 0;
}
.p-banpaku .dining__in {
  background: #fff;
  border-radius: 16px;
  padding: 60px;
}
.p-banpaku .dining__box {
  margin: 0 auto;
  width: 70%;
  color: #175350;
}
.p-banpaku .dining__img {
  margin: 0;
}
.p-banpaku .dining__img img {
  border: 20px solid rgba(30, 93, 138, 0.5);
  border-radius: 12px;
}
.p-banpaku .dining__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
.p-banpaku .dining__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-banpaku .dining__list ul {
  padding-left: 20px;
}
.p-banpaku .dining__list ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-banpaku .access {
  padding: 40px 0;
}
.p-banpaku .access__w {
  display: flex;
  flex-wrap: wrap;
}
.p-banpaku .access__map {
  width: 54%;
  margin: 0 4% 0 0;
  border: 20px solid rgba(30, 93, 138, 0.5);
  border-radius: 12px;
}
.p-banpaku .access__map iframe {
  width: 100%;
  height: 100%;
}
.p-banpaku .access__box {
  width: 42%;
  color: #175350;
}
.p-banpaku .access__item {
  margin-bottom: 30px;
}
.p-banpaku .access__ttl {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  line-height: 48px;
}
.p-banpaku .access__ttl img {
  margin-right: 10px;
}
.p-banpaku .access__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-banpaku .access__bold {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-banpaku .reserve {
  padding: 40px 0;
}
.p-banpaku .reserve__in {
  background: rgba(30, 93, 138, 0.5);
  border-radius: 20px;
  padding: 80px 50px;
  text-align: center;
}
.p-banpaku .reserve__ttl {
  margin-bottom: 40px;
}
.p-banpaku .reserve__en {
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  color: #1e5d8a;
  margin-top: 0;
}
.p-banpaku .reserve__ja {
  font-size: 40px;
  font-size: 4rem;
}
.p-banpaku .reserve__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-banpaku .reserve__w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.p-banpaku .reserve__btn {
  margin: 0 10px;
}
.p-banpaku .reserve__btn img {
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.12549));
}
.p-banpaku .reserve__tel {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-banpaku .reserve__tel img {
  vertical-align: middle;
  margin-right: 10px;
}
.p-banpaku .reserve__time {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

/* --------------------------------------
   ajitabi
   -------------------------------------- */
.p-ajitabi .breadcrumb {
  color: #c48b49;
}
.p-ajitabi .breadcrumb span > span {
  background: #c48b49;
}
.p-ajitabi .breadcrumb span > a:hover {
  background: #c48b49;
}
.p-ajitabi .kv__ttl {
  color: #c48b49;
  margin-bottom: 0;
}
.p-ajitabi .kv__txt {
  color: #c48b49;
}
.p-ajitabi .box__in {
  background: #f9f8f7;
}
.p-ajitabi .box__list--in {
  background: #fff;
}
.p-ajitabi .box__title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #c48b49;
  margin: 0;
}
.p-ajitabi .box__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #c48b49;
}
.p-ajitabi .box__detail a {
  background: #c48b49;
}
.p-ajitabi {
  /* 詳細ページ */
}
.p-ajitabi .detail__btn a {
  background: #c48b49;
  color: #fff;
}
.p-ajitabi .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-ajitabi .left {
  width: 64%;
}
.p-ajitabi .left__detail {
  background: #fff;
  padding: 22px 32px;
  border-radius: 16px;
}
.p-ajitabi .left__detail--txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #175350;
}
.p-ajitabi .left .point {
  padding: 40px 0;
}
.p-ajitabi .left .point__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #175350;
  line-height: 24px;
}
.p-ajitabi .left .point__ttl img {
  margin-right: 10px;
}
.p-ajitabi .left .point__item {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-ajitabi .left .point__img {
  width: 42%;
  margin: 0;
}
.p-ajitabi .left .point__img img {
  border-radius: 8px;
}
.p-ajitabi .left .point__detail {
  width: 54%;
}
.p-ajitabi .left .point__sub {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #175350;
}
.p-ajitabi .left .point__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #175350;
  opacity: 0.8;
}
.p-ajitabi .left .hint {
  padding: 20px 0;
}
.p-ajitabi .left .hint__in {
  background: #fef3c7;
  border-radius: 12px;
  padding: 24px;
  border-top: 1px solid #f59e0b;
}
.p-ajitabi .left .hint__ttl {
  margin-top: 0;
  color: #92400e;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}
.p-ajitabi .left .hint__ttl img {
  margin-right: 10px;
}
.p-ajitabi .left .hint__list {
  padding-left: 20px;
  margin-bottom: 0;
}
.p-ajitabi .left .hint__list li {
  color: #92400e;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-ajitabi .left .hint__list li::marker {
  color: #f59e0b;
}
.p-ajitabi .right {
  width: 30%;
}
.p-ajitabi .right .basic {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 30px;
}
.p-ajitabi .right .basic__ttl {
  color: #175350;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
}
.p-ajitabi .right .basic__dl dt {
  color: #6b7280;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-ajitabi .right .basic__dl dt img {
  margin-right: 5px;
}
.p-ajitabi .right .basic__dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  color: #175350;
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.p-ajitabi .right .basic__dl dd a {
  color: #c48b49;
}
.p-ajitabi .right .basic__dl dd:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.p-ajitabi .right .access {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 30px;
}
.p-ajitabi .right .access__ttl {
  color: #175350;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  line-height: 20px;
}
.p-ajitabi .right .access__ttl img {
  margin-right: 10px;
}
.p-ajitabi .right .access__sub {
  color: #6b7280;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  margin-top: 20px;
}
.p-ajitabi .right .access__sub img {
  margin-right: 5px;
}
.p-ajitabi .right .access__txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #175350;
  margin: 0;
}
.p-ajitabi .right .map {
  border: 20px solid rgba(196, 139, 73, 0.5);
  border-radius: 12px;
}
.p-ajitabi .right .map iframe {
  width: 100%;
  max-height: 280px;
}
.p-ajitabi .right__btn {
  width: 100%;
}
.p-ajitabi .right__btn img {
  width: 100%;
  height: auto;
}
.p-ajitabi .nearby {
  padding: 40px 0;
}
.p-ajitabi .nearby__ttl {
  color: #175350;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 24px;
}
.p-ajitabi .nearby__ttl img {
  margin-right: 10px;
}
.p-ajitabi .nearby__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-ajitabi .nearby__list li {
  width: 31%;
}
.p-ajitabi .nearby__list li a:hover {
  text-decoration: none;
}
.p-ajitabi .nearby__img {
  margin: 0;
}
.p-ajitabi .nearby__img img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
}
.p-ajitabi .nearby__in {
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 16px;
}
.p-ajitabi .nearby__sub {
  margin: 0;
  color: #175350;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-ajitabi .nearby__time {
  margin: 10px 0;
  color: #c48b49;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-ajitabi .nearby__txt {
  margin: 0;
  color: #175350;
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0.7;
}

/* --------------------------------------
   加盟する（LP）
   -------------------------------------- */
.join .p-join {
  padding: 40px 0;
  background: #fff;
}
.join .pagehead {
  font-family: "Inter";
  color: #af3922;
  padding-left: 40px;
}
.join .pagehead__en {
  margin: 0;
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.join .pagehead__ja {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.join .kv__img {
  margin: 10px 0;
}
.join .kv__img img {
  width: 100%;
  height: auto;
  max-height: none;
}
.join .kv__bnr {
  text-align: center;
}
.join .kv__bnr a {
  display: inline-block;
  border-radius: 18px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.join .about {
  padding: 40px 0;
  text-align: center;
  font-family: "SeoulNamsan CEB";
}
.join .about__in {
  background: #fffcf8;
  padding: 40px 0;
  margin: 40px auto;
}
.join .about__ttl {
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: normal;
  line-height: 1.5em;
}
.join .about__txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.3em;
}
.join .about__txt--red {
  color: #af3922;
}
.join .about__btn {
  margin: 40px 0 0 0;
}
.join .about__btn a {
  display: inline-block;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 41px;
}
.join .worry {
  padding: 40px 0 0 0;
  text-align: center;
}
.join .worry__ttl {
  margin: 0;
}
.join .worry__list {
  margin: 0;
}
.join .worry__txt {
  margin-bottom: 0;
}
.join .shop__ttl {
  margin: 0;
}
.join .shop__ttl img {
  width: 100%;
  height: auto;
}
.join .shop__list {
  background: #fff;
  padding: 40px 0;
  width: 100vw;
  margin-left: calc(50% - 42vw);
  margin-right: calc(50% - 50vw);
}
.join .shop__list div {
  margin: 0 10px;
}
.join .shop--bottom {
  background: #fef3c7;
}
.join .point__ttl {
  margin-top: 0;
}
.join .point__ttl img {
  width: 100%;
  height: auto;
}
.join .point .block {
  width: 63%;
  margin: 0 auto 40px auto;
  padding: 40px;
  background: #f9f8f7;
  border: 3px solid #cc7e2a;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.join .point .block__ttl {
  margin-top: 0;
}
.join .point .block__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.join .point .block__list li {
  padding-left: 34px;
  background: url("../assets/img/join/point_arrow.png") no-repeat left top;
  background-size: 29px 29px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  margin-bottom: 10px;
  font-family: "Inter";
  font-weight: 600;
}
.join .point .block__red {
  background: #af3922;
  color: #f9f8f7;
  border-radius: 18px;
  padding: 7px 12px;
  margin-right: 4px;
}
.join .point .block__txt {
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
.join .point .free {
  text-align: center;
}
.join .point .free__ttl {
  margin-bottom: 0;
}
.join .point .free__in {
  position: relative;
}
.join .point .free__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.join .point .free__btn img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 41px;
}
.join .point .free__bg {
  margin: 0;
}
.join .flow {
  padding: 60px 0;
  text-align: center;
}
.join .flow__ttl {
  padding: 40px 0;
  font-family: "SeoulNamsan CEB";
  letter-spacing: 0.3em;
}
.join .flow__ttl--en {
  font-size: 24px;
  font-size: 2.4rem;
  color: #af3922;
  margin-bottom: 10px;
}
.join .flow__ttl--ja {
  font-size: 44px;
  font-size: 4.4rem;
  margin-top: 0;
}
.join .available {
  padding: 60px 0;
  text-align: center;
  background: #fef3c7;
}
.join .available__ttl {
  padding: 40px 0;
  font-family: "SeoulNamsan CEB";
  letter-spacing: 0.3em;
}
.join .available__ttl--en {
  font-size: 24px;
  font-size: 2.4rem;
  color: #af3922;
  margin-bottom: 10px;
}
.join .available__ttl--ja {
  font-size: 40px;
  font-size: 4rem;
  margin: 0;
}
.join .available__ttl--txt {
  font-family: "Inter";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.join .bottom {
  background: #fef3c7;
  border-top: 18px solid #af3922;
  border-radius: 0 0 18px 18px;
}
.join .bottom .free {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.join .bottom .free__ttl {
  margin: 0;
}
.join .bottom .free__ttl img {
  width: 100%;
  height: auto;
}
.join .bottom .free__in {
  position: relative;
}
.join .bottom .free__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.join .bottom .free__btn img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 41px;
}
.join .bottom .free__bg {
  margin: 0;
}
.join .bottom .free__bg img {
  width: 100%;
  height: auto;
}

/* --------------------------------------
   プライバシーポリシー
   -------------------------------------- */
.privacy .p-privacy {
  padding: 40px;
  background: #fff;
}
.privacy .pagehead {
  font-family: "Inter";
  color: #af3922;
  padding-left: 40px;
  margin-bottom: 40px;
}
.privacy .pagehead__en {
  margin: 0;
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.privacy .pagehead__ja {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.privacy .block {
  margin-bottom: 40px;
  font-family: "Inter";
}
.privacy .block__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
.privacy .block__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.privacy .block__list li {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.privacy .block__arrow {
  margin-top: 10px;
  list-style: disc;
}
.privacy .block__arrow li {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.privacy .block__sub {
  font-size: 20px;
  font-size: 2rem;
}

/* --------------------------------------
   お問い合わせ
   -------------------------------------- */
.p-contact {
  background: #fff;
  margin: 60px 0;
  padding: 60px 0;
}
.p-contact .pagehead {
  text-align: center;
  color: #af3922;
  font-family: "Inter";
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.p-contact .pagehead__ja {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 400;
}
.p-contact .pagehead__en {
  margin: 0;
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-contact .pagehead__note {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-contact .block {
  padding: 40px;
}
.p-contact .block__ttl {
  color: #175350;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.p-contact .block__flow {
  text-align: center;
  color: #175350;
}
.p-contact .block__flow span {
  margin: 0 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-contact .form {
  background: #f9f8f7;
  padding: 40px;
  border-radius: 12px;
}
.p-contact .form .wpcf7-turnstile {
  text-align: center;
}
.p-contact .form__list {
  width: 100%;
}
.p-contact .form__list dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-contact .form__list dd {
  margin-left: 0;
}
.p-contact .form__list dd input[type=text],
.p-contact .form__list dd input[type=email],
.p-contact .form__list dd textarea {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact .form__list dd input[type=radio] {
  transform: scale(1.5);
}
.p-contact .form__list dd .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.p-contact .form__list dd .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-contact .form__row {
  margin-bottom: 30px;
}
.p-contact .form__small {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9ca3af;
}
.p-contact .form__small a {
  color: #3d5a8d;
}
.p-contact .form .submit {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  background: #af3922;
  box-shadow: 0px 4px 12px rgba(160, 202, 54, 0.29);
  border-radius: 50px;
}
.p-contact .form .submit:hover {
  opacity: 0.8;
}
.p-contact .form .submit .wpcf7-spinner {
  display: none;
}
.p-contact .form .submit input {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  width: 100%;
}

/* --------------------------------------
   お問い合わせ（確認画面）
   -------------------------------------- */
.p-confirm .form .submit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-confirm .form .submit {
  width: 48%;
  position: relative;
}
.p-confirm .form .submit::before {
  content: "";
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../assets/img/contact/submit_send.png);
  background-size: contain;
  width: 20px;
  height: 20px;
}
.p-confirm .form .submit--prev {
  background: #626262;
}
.p-confirm .form .submit--prev::before {
  display: none;
}

/* --------------------------------------
   お問い合わせ（送信完了）
   -------------------------------------- */
.p-thanks .form {
  background: none;
}
.p-thanks .form__ttl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 22px;
  font-size: 2.2rem;
}
.p-thanks .form__txt {
  text-align: center;
  color: #6b7280;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
.p-thanks .form__btn {
  text-align: center;
}
.p-thanks .form__btn a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 60%;
  display: block;
  margin: 0 auto;
  padding: 20px;
  background: #175350;
  box-shadow: 0px 4px 12px rgba(156, 163, 175, 0.37);
  border-radius: 50px;
}
.p-thanks .form__btn a img {
  margin-right: 2px;
}
.p-thanks .form__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */