@charset "UTF-8";
.l-main {
  background: #FCF9F4;
}
.l-main-container {
  max-width: 1140px;
  margin: 0 auto;
}

@media (min-width: 990px) {
  .l-main-overview {
    max-width: 460px;
  }
}
body {
  background: #FCF9F4;
}

.l-fv {
  width: 100%;
  max-width: 1498px;
  margin: 0 auto;
  height: 100vh;
}
.l-fv_wrapper {
  position: relative;
}
.l-fv_wrapper .btm {
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-fv_cv {
  position: fixed;
  right: 5px;
  bottom: 60px; /* FV中は浮かせる */
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease; /* スムーズに切り替え */
  z-index: 999;
  width: 30%;
  max-width: 100px;
}
.l-fv_cv.scrolled {
  bottom: 5px; /* FV中は浮かせる */
}
.l-fv_cv a {
  display: block;
}
.l-fv_cv svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .l-fv {
    height: auto;
  }
  .l-fv_cv {
    max-width: 180px;
    right: 20px;
  }
}
.l-overview {
  position: relative;
  padding-bottom: 60px;
}
.l-overview-text {
  max-width: 290px;
  line-height: 1.8;
}
.l-overview-present {
  margin-top: 40px;
}
.l-overview-present svg {
  width: 180px;
}
.l-overview-map {
  margin-top: -60px;
}
.l-overview-map_jp {
  margin-right: calc(50% - 50vw);
}
.l-overview-map_jp .item {
  width: 200px;
  margin: -50px 0 0 auto;
}

@media (min-width: 768px) {
  .l-overview {
    padding: 80px 0;
  }
  .l-overview .c-container {
    padding: 0;
  }
  .l-overview-text {
    max-width: 450px;
  }
  .l-overview-container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
  }
  .l-overview-map {
    width: 100%;
    position: absolute;
    right: 0;
    margin-top: 0;
    top: 0;
  }
  .l-overview-map_main {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .l-overview-map_jp {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .l-overview-map_jp .item {
    width: 21.527777778vw;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 990px) {
  .l-overview {
    padding: 80px 0 20% 0;
  }
  .l-overview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-overview-content {
    padding-left: 8.333333333vw;
  }
}
.l-present {
  padding: 60px 0;
  background: #F5EFE3;
}
.l-present_heading {
  text-align: center;
}
.l-present_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr; /* PC・タブレットでは横2列 */
  grid-template-rows: auto;
  gap: 40px 50px;
}
.l-present_item {
  position: relative;
  text-align: center;
}
.l-present_itemTitle {
  padding: 10px 0;
  font-size: 20px;
  background: #F7D3BA;
  font-family: "Hina Mincho", serif;
  text-align: center;
}
.l-present_itemImg {
  border-radius: 3px;
  overflow: hidden;
}
.l-present_itemContent {
  padding: 15px;
  background: #fff;
}
.l-present_itemPrice {
  font-size: 30px;
  font-family: "Hina Mincho", serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-present_itemPrice span {
  font-size: 18px;
  font-weight: 500;
}
.l-present_itemPriceSub {
  margin: 16px 0 4px;
  font-size: 15px;
  line-height: 1.4;
}
.l-present_itemStamp {
  margin-top: 16px;
  padding: 10px 0;
  font-family: "Hina Mincho", serif;
  background: #F5EFE3;
  border-radius: 2px;
}
.l-present_itemStamp .main {
  font-size: 14px;
}
.l-present_itemStamp .main .num {
  width: 38px;
  height: 38px;
  padding: 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 80px;
}
.l-present_itemStamp .main span {
  display: block;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
}
.l-present_itemStamp .sub {
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-present_itemList {
  margin-top: 15px;
  font-size: 12px;
  text-align: left;
}
.l-present_itemList .heading {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: 700;
}
.l-present_itemList .heading::before {
  display: block;
  content: "";
  width: 3px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 2px;
  background-color: #E0737E;
}
.l-present_itemList .list li {
  position: relative;
  padding-left: 12px;
}
.l-present_itemList .list li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.l-present_itemBadge {
  position: absolute;
  top: -12px;
  left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  color: #fff;
  background-color: #E0737E;
  border: 2px solid #fff;
  line-height: 1;
}
.l-present_itemBadge .main {
  font-size: 18px;
  font-family: "Hina Mincho", serif;
}
.l-present_itemBadge .main .num {
  font-size: 36px;
}
.l-present_itemBadge .sub {
  font-size: 14px;
}
.l-present_note {
  margin-top: 20px;
  font-size: 12px;
}
.l-present_note li {
  position: relative;
  margin-left: 6px;
  line-height: 1.4;
}
.l-present_note li::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: -6px;
  background-color: #484848;
  border-radius: 2px;
}
.l-present_note li:first-of-type {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .l-present_heading {
    text-align: center;
  }
  .l-present_list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* PC・タブレットでは横2列 */
    grid-template-rows: auto auto;
    gap: 50px 20px;
  }
  .l-present_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-present_itemContent {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-present_itemPrice {
    font-size: 52px;
  }
  .l-present_itemPrice span {
    font-size: 24px;
  }
}
@media (min-width: 990px) {
  .l-present_list {
    gap: 40px 50px;
  }
  .l-present_item.-sm .l-present_itemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
  }
  .l-present_item.-sm .l-present_itemImg {
    width: 60%;
  }
  .l-present_item.-sm .l-present_itemDetail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-present_item.-sm .l-present_itemPrice {
    font-size: 40px;
  }
  .l-present_item.-sm .l-present_itemPrice span {
    font-size: 18px;
  }
  .l-present_item.-sm .l-present_itemPriceSub {
    font-size: 14px;
  }
  .l-present_item.-sm .l-present_itemStamp {
    padding: 5px 0;
  }
  .l-present_item.-sm .l-present_itemList {
    margin-top: 0;
    width: 100%;
  }
}
.l-spot {
  padding: 60px 0 0;
}
.l-spot_overview {
  margin-top: 30px;
}
.l-spot_map {
  margin-top: 50px;
}
.l-spot_list {
  margin-top: 50px;
}
.l-spot_list ul {
  display: grid;
  gap: 15px 10px;
  grid-template-columns: 1fr 1fr;
}
.l-spot_item {
  position: relative;
}
.l-spot_item a {
  display: block;
}
.l-spot_itemTitle {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 800;
}
.l-spot_itemTitle .num {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid #BBA898;
  border-radius: 20px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.l-spot_itemTitle .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
.l-spot_itemImage {
  border-radius: 3px;
  overflow: hidden;
}
.l-spot_itemAddress {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 14px;
}
.l-spot_itemAddress .icon {
  margin-top: 3px;
  display: inline-block;
}
.l-spot_itemArea {
  margin-top: 5px;
  padding: 4px;
  display: inline-block;
  font-size: 12px;
  border-radius: 2px;
}
.l-spot_itemArea.-blue {
  background: rgba(145, 195, 234, .5);
}
.l-spot_itemArea.-hagi {
  background: rgba(246, 182, 91, .5);
}
.l-spot_itemArea.-mine {
  background: rgba(221, 166, 179, .5);
}
.l-spot_itemArea.-abu {
  background: rgba(187, 209, 109, .5);
}
.l-spot_itemArea.-masuda {
  background: rgba(246, 164, 116, .5);
}
.l-spot_itemArea.-tsuwano {
  background: rgba(104, 146, 104, .5);
}
.l-spot_itemArrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 990px) {
  .l-spot .c-container {
    position: relative;
  }
  .l-spot_head {
    position: absolute;
    top: 0;
    left: 10.416666667%;
  }
  .l-spot_list ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.l-howto {
  padding: 80px 0 0;
  position: relative;
}
.l-howto_headBubble {
  text-align: center;
}
.l-howto_heading {
  text-align: center;
}
.l-howto_flowArrow {
  padding: 20px 0;
}
.l-howto_flowArrow svg {
  display: block;
  margin: 0 auto;
}
.l-howto_app {
  padding: 4.651162791%;
  margin-top: 40px;
  text-align: center;
  background: #fff;
  border: 2px solid #F7D3BA;
  border-radius: 3px;
}
.l-howto_appTop .outline {
  margin-top: 10px;
  letter-spacing: 0;
}
.l-howto_appNote {
  margin-top: 8px;
  font-size: 13px;
  color: #717171;
  letter-spacing: 0;
}
.l-howto_appBtm {
  margin-top: 40px;
}
.l-howto_app .bubble-btm {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.l-howto_app .bubble-btm svg {
  width: 100%;
  height: auto;
  display: block;
}
.l-howto_appDl {
  margin-top: 20px;
}
.l-howto_appDl .logo {
  width: 64%;
  margin: 0 auto;
}
.l-howto_appDl .app {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-howto_appDl .app a {
  display: block;
}
.l-howto_appDl .qr {
  max-width: 140px;
}
.l-howto_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-howto_stepBox {
  padding: 20px;
  position: relative;
  background-color: #fff;
  border: 2px solid #F7D3BA;
  border-radius: 3px;
}
.l-howto_stepBox .image {
  width: 120px;
  margin: 0 auto;
}
.l-howto_stepBox .image img {
  margin: 0 auto;
}
.l-howto_stepBox .text {
  margin-top: 10px;
  font-size: 14px;
}
.l-howto_stepBox .num {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  line-height: 60px;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: #fff;
  background: #E0737E;
  border-radius: 60px;
  border: 2px solid #fff;
}
.l-howto_footer {
  margin-top: 60px;
  position: relative;
}
.l-howto_footer .logo {
  width: 240px;
  margin: 0 auto 30px;
}
.l-howto_footer .link {
  font-size: 14px;
}
.l-howto_footer .link a {
  display: block;
  padding: 10px 0;
  position: relative;
  color: #fff;
  background-color: #E0737E;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
}
.l-howto_footer .link a .icon {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-howto_footer .footer {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .l-howto_appBtm {
    max-width: 400px;
    margin: 40px auto 0;
  }
  .l-howto .bubble-btm {
    width: 100%;
    margin: 0 auto;
  }
  .l-howto .bubble-btm svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-howto_step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
  .l-howto_stepBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-howto_footer {
    max-width: 400px;
    margin: 60px auto 0;
  }
  .l-howto_footer .c-container {
    padding: 0;
  }
}
@media (min-width: 990px) {
  .l-howto {
    padding: 100px 0 0;
  }
  .l-howto_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .l-howto_appDl {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .l-howto_appDl .logo {
    width: auto;
    max-width: 300px;
  }
  .l-howto_appBtm {
    margin-top: 0;
  }
  .l-howto_flowArrow {
    padding: 30px 0;
  }
}
.l-footer {
  padding: 30px 0 40px;
  background: #F5EFE3;
  text-align: center;
}
.l-footer_head {
  padding: 4px 5px;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  line-height: 1.3;
  font-size: 15px;
}
.l-footer_infoHead {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
}
.l-footer_infoHead .sm {
  font-size: 14px;
}
.l-footer_infoDl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: auto 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}
.l-footer_infoDt {
  width: 76px;
  height: 24px;
  background: #fff;
  border-radius: 20px;
  line-height: 24px;
}
.l-footer_infoDd {
  text-align: left;
}
.l-footer_infoDd .br {
  display: none;
}

@media (max-width: 350px) {
  .l-footer_infoDd .br {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-footer {
    padding: 40px 0 50px;
  }
  .l-footer_head {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 990px) {
  .l-footer_info {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
  }
  .l-footer_infoDl {
    width: auto;
    margin: 0 0 0 20px;
    padding-left: 20px;
    border-left: 1px dashed #BBA898;
  }
}
.c-heading .en {
  font-family: "Dancing Script", cursive;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}
.c-heading .jp {
  margin-top: 5px;
  font-family: "Hina Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .c-container {
    padding: 0 50px;
  }
}
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

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

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-image img {
  width: 100%;
}

*:focus {
  outline: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
h1, h2, h3, h4 {
  font-weight: normal;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  font-size: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #484848;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.-medium {
  font-weight: 500;
}

.-bold {
  -webkit-font-smoothing: subpixel-antialiased;
}

.-extrabold {
  font-weight: 900;
}

.-underline {
  text-decoration: underline;
}

.-center {
  text-align: center;
}

.-right {
  text-align: right;
}

@media (min-width: 768px) {
  .-sp {
    display: none;
  }
}

@media (min-width: 990px) {
  .-tab {
    display: none;
  }
}

.-tabPC {
  display: none;
}
@media (min-width: 768px) {
  .-tabPC {
    display: block;
  }
}

.-pc {
  display: none;
}
@media (min-width: 990px) {
  .-pc {
    display: block;
  }
}

.-underline {
  text-decoration: underline;
}

.u-opacity {
  opacity: 0.5;
}

.u-touch {
  pointer-events: none;
}
/*# sourceMappingURL=maps/style.css.map */
