@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (360px <= width <= 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}
@media screen and (360px <= width <= 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

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

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (360px <= width <= 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (360px <= width <= 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
@keyframes upper-right {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
  }
}
@keyframes rota {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.c-header {
  padding: 2rem 4vw;
}
@media screen and (360px <= width <= 767px) {
  .c-header {
    padding: 1rem 4vw;
  }
}

.c-header__logo {
  width: 28.8rem;
}
@media screen and (360px <= width <= 767px) {
  .c-header__logo {
    width: 20rem;
  }
}

/* ハンバーガーメニュー
========================================== */
.c-hamb,
.c-hamb span {
  display: inline-block;
  transition: all 0.4s;
}

.c-hamb {
  width: 32px;
  height: 28px;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 19;
  cursor: pointer;
}

.c-hamb span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.c-hamb span:nth-of-type(1) {
  top: 0;
}

.c-hamb span:nth-of-type(2) {
  top: 13px;
}

.c-hamb span:nth-of-type(3) {
  bottom: 0;
}

.c-hamb.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-315deg);
}

.c-hamb.active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamb.active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(315deg);
}

/* 展開メニュー
========================================== */
.c-header-nav {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 18;
  overflow: hidden;
}
.c-header-nav::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(237, 198, 207, 0.9);
  animation: upper-right 0.2s 0.2s forwards;
}

.c-header-nav .c-header-nav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8rem;
}

.c-header-nav .c-header-nav__list li {
  width: 100%;
  text-align: center;
}

.c-header-nav .c-header-nav__list li a {
  display: block;
}

.c-header-nav .c-header-nav__list li a em {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 2.2rem;
  transform: rotateY(90deg);
  animation: rota 0.3s 0.5s forwards;
}

.c-header-nav .c-header-nav__list li {
  width: auto;
  margin: 0 auto;
}

.c-header-nav .c-header-nav__list li a {
  padding: 15px 20px;
  display: block;
}

/* -------------------------------------------*/
.c-footer {
  padding: 6rem 8vw 2rem;
  background-color: #fce3e6;
}
@media screen and (360px <= width <= 767px) {
  .c-footer {
    padding: 3rem 4vw;
  }
}
.c-footer p {
  font-weight: 500;
}

.c-footer__inner {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.c-footer__logo {
  width: 40rem;
  padding-right: 3rem;
  border-right: 1px solid #000;
}
@media screen and (360px <= width <= 767px) {
  .c-footer__logo {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
    border-right: none;
    margin-bottom: 2rem;
    text-align: center;
    border-bottom: 1px solid #000;
  }
}

.c-footer__info {
  flex: 1;
  padding-left: 3rem;
}
.c-footer__info dl {
  display: table;
}
.c-footer__info dt {
  display: table-cell;
  width: 7rem;
}
.c-footer__info dd {
  display: table-cell;
  line-height: 1.5;
}

.c-footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body {
  overflow-x: hidden;
}

.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: min(1100px, 100%);
  z-index: 1;
  margin: 0 auto;
}
.c-sec-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (375px <= width <= 1024px) {
  .inner {
    padding: 0 2.4vw;
  }
}

/* -------------------------------------------*/
.c-btn-note {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.c-btn-border {
  width: min(56.4rem, 90%);
  margin: 0 auto;
  display: block;
  border: 2px solid #f05370;
  border-radius: 1rem;
  color: #f05370;
  padding: 0.8rem 1rem;
  font-weight: 500;
  text-align: center;
  font-size: 2.4rem;
}
.c-btn-border:hover {
  opacity: 1;
  background-color: #f05370;
  color: #fff;
}
@media screen and (360px <= width <= 767px) {
  .c-btn-border {
    font-size: 1.8rem;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: -0.2rem;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background-color: #cc4766;
  z-index: -1;
}
.c-btn:hover {
  opacity: 0.9;
}
.c-btn:hover:before {
  top: 0rem;
  right: 0rem;
}

.c-btn .c-btn-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background-color: #f05370;
  padding: 0.5rem 0.6rem 0.5rem 4rem;
  color: #fff;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 500;
  z-index: 1;
}
.c-btn .arrow {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
  width: 5.8rem;
  height: 5.8rem;
  background-color: #fff;
  border-radius: 100vmax;
}
.c-btn .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon-arrow.svg) no-repeat center center/contain;
  transform: translate(-37%, -50%);
}
@media screen and (360px <= width <= 767px) {
  .c-btn .c-btn-inner {
    padding: 0.8rem 0.6rem 0.8rem 2rem;
    font-size: 1.8rem;
  }
  .c-btn .arrow {
    position: relative;
    display: inline-block;
    margin-left: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .c-btn .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
  }
}

/* -------------------------------------------*/
.c-page-header {
  margin: 6rem 0 10rem;
  text-align: center;
}
.c-page-header .c-btn-wrap {
  margin-top: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header {
    margin: 4rem 0 6rem;
  }
}

.c-page-header__cityName {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 8rem;
  font-weight: 500;
  color: #f05370;
  border: 4px solid #f05370;
  border-radius: 100vmax;
  font-size: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header__cityName {
    padding: 0.5rem 3rem;
    font-weight: 500;
    border: 2px solid #f05370;
    font-size: 2.6rem;
  }
}

.c-page-header__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
  font-weight: 500;
  font-size: 3.4rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #f05370;
  margin-top: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .c-page-header__text {
    font-size: 2.2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f05370;
    margin-top: 2rem;
  }
}

/* -------------------------------------------*/
.c-page-footer {
  margin: 10rem 0 6rem;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .c-page-footer {
    margin: 6rem 0 4rem;
  }
}

.c-page-footer__banner {
  width: min(1100px, 96%);
  margin: 8rem auto 0;
}
@media screen and (360px <= width <= 767px) {
  .c-page-footer__banner {
    margin: 4rem auto 0;
  }
}

/* -------------------------------------------*/
.c-sec-title {
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.c-sec-title .c-sec-title__icon {
  width: 37px;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .c-sec-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

/* -------------------------------------------*/
.c-card-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.c-card-wrap-b {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}

.c-card-wrap.mg17 {
  margin-bottom: 17rem;
  position: relative;
}
.p-city-about .c-card-wrap.mg-none {
  margin-top: 3rem;
}

.c-card-wrap.mg-none {
  margin-top: 4rem;
}
.c-card-item {
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  flex: 0 0 calc(50% - 2rem);
  min-width: 260px;
}

.c-card-item-b{
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
}
.c-card-item-s {
  justify-content: flex-start;
}
.c-card-item.bgver {
  background: #fce3e6 url(../images/common/icon-couple.svg) no-repeat bottom right/150px;
}
.c-card-item-b.bgver {
  background: #fce3e6 url(../images/common/icon-couple.svg) no-repeat bottom right/150px;
}
.c-card-item.mg-none {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: -28px;
}
.c-card-item.mg-none2 {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: -130px;
  left: -40px;
}
.c-card-item.mg-none2R {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: -50px;
}
.c-card-item.mg-none3R {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: -70px;
}
.c-card-item.mg-none2C {
  width: 800px;
  height: 0;
  position: absolute;
  bottom: -30px;
}
.c-card-item.mg-none p {
  font-size: 12px;
}
.c-card-item.mg-none2 p {
  font-size: 12px;
}
.c-card-item.mg-none2R p {
  font-size: 12px;
}
.c-card-item.mg-none3R p {
  font-size: 12px;
}
.c-card-item.mg-none2C p {
  font-size: 12px;
}
.c-card-item.borderver {
  border: 2px solid #f05370;
}
.c-card-item .c-card-item__title {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 3.6rem;
  position: relative;
}
.c-card-item .c-card-item__title_b {
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.9rem;
  position: relative;
  padding: 0 15px;
}
.c-card-item-b .c-card-item__title {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 3.6rem;
  position: relative;
}
.c-card-item .c-card-item__title + p {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.c-card-item .c-card-item__title span,
.c-card-item .c-card-item__title_b span {
  color: #F05370;
} {
  color: #F05370;
}
.c-card-item-b .c-card-item__title + p {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.c-card-item-b .c-card-item__title span {
  color: #F05370;
}
@media screen and (360px <= width <= 767px) {
  .c-card-item {
    width: 260px;
    min-height: 260px;
    height: auto;
  }
  .c-card-item .c-card-item__title {
    font-size: 2.4rem;
  }
  .c-card-item-b {
    width: 260px;
    min-height: 260px;
    height: auto;
  }
  .c-card-item-b .c-card-item__title {
    font-size: 2.4rem;
  }
  .c-card-wrap {
    gap: 8rem;
    max-width: 100%;
  }
  .p-city-about .c-card-wrap.mg-none {
    margin-top: -44rem;
  }
  .c-card-item.mg-none {
    bottom: 180px;
  }
  .c-card-item.mg-none2 {
    bottom: -257px;
    left: -78px;
  }
  .c-card-item.mg-none2R {
  bottom: -198px;
}
.c-card-item.mg-none2C {
  width: 300px;
  height: 0;
  position: absolute;
  bottom: -210px;
}

}
/* -------------------------------------------*/
.c-check-list .c-check-list__item {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  padding-left: 4.6rem;
}
.c-check-list .c-check-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/common/icon-check.svg) no-repeat center center/contain;
}
@media screen and (360px <= width <= 767px) {
  .c-check-list .c-check-list__item {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
  .c-check-list .c-check-list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 2rem;
    height: 2rem;
  }
}
.c-check-list__item p {
  font-size: 15px;
}

/* -------------------------------------------*/
.c-bg-block {
  background: #fce3e6;
  border-radius: 1rem;
  padding: 1.6rem 2rem;
  margin-bottom: 1.6rem;
}
.c-bg-block p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (360px <= width <= 767px) {
  .c-bg-block {
    padding: 1rem 1.5rem;
  }
  .c-bg-block p {
    text-align: left;
    font-size: 1.6rem;
  }
}

/* -------------------------------------------*/
summary {
  padding: 0.8rem 4.5rem;
  outline: 0;
  cursor: pointer;
  display: block;
  color: #f05370;
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
@media screen and (360px <= width <= 767px) {
  summary {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
}

details {
  border-radius: 8px;
  border: 2px solid #f05370;
  margin-bottom: 15px;
  display: block;
}

details summary::before {
  content: none !important;
}

details summary::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/icon-plus.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  details summary::after {
    width: 22px;
    height: 22px;
    right: 2rem;
  }
}

details[open] summary::after {
  content: "";
  background: url(../images/common/icon-minus.svg) no-repeat center center/contain;
  width: 32px;
  height: 5px;
}
@media screen and (360px <= width <= 767px) {
  details[open] summary::after {
    width: 22px;
    height: 4px;
  }
}

@keyframes accordion {
  0% {
    grid-template-rows: 0fr;
  }
  100% {
    grid-template-rows: 1fr;
  }
}
.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
}

.accordion[open] .accordion-body {
  grid-template-rows: 1fr;
  animation: accordion 0.2s linear;
}

.accordion-body > div {
  overflow: hidden;
}

.accordion-body__list li:not(:last-child) {
  margin-bottom: 2px;
}
.accordion-body__list a {
  display: block;
  padding: 0.8rem 4.5rem;
  background-color: #f05370;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
}
.accordion-body__list a:after {
  content: "";
  background: url(../images/common/icon-link.svg) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (360px <= width <= 767px) {
  .accordion-body__list a {
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
  }
  .accordion-body__list a:after {
    width: 11px;
    height: 11px;
    right: 2rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.cls-1 {
  fill: #f4d776;
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7 {
  opacity: 0.5;
}

.cls-8 {
  stroke-dasharray: 0 0 0 9.97;
}

.cls-8,
.cls-9,
.cls-10,
.cls-11,
.cls-12,
.cls-13,
.cls-14,
.cls-15,
.cls-16,
.cls-17,
.cls-18,
.cls-19,
.cls-20,
.cls-21,
.cls-22,
.cls-23,
.cls-24,
.cls-25,
.cls-26,
.cls-27,
.cls-28 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
}

.cls-8,
.cls-9,
.cls-28 {
  stroke: #f3442f;
}

.cls-9 {
  stroke-dasharray: 0 9.97;
}

.cls-10,
.cls-13,
.cls-21 {
  stroke: #eb9100;
}

.cls-10,
.cls-17 {
  stroke-dasharray: 0 0 0 9.98;
}

.cls-11 {
  stroke-dasharray: 0 0 0 10.07;
}

.cls-11,
.cls-19,
.cls-23 {
  stroke: #ff83bf;
}

.cls-12,
.cls-13 {
  stroke-dasharray: 0 9.98;
}

.cls-12,
.cls-14,
.cls-17 {
  stroke: #31aebf;
}

.cls-2 {
  fill: #78cad5;
}

.cls-29 {
  fill: #eb9100;
}

.cls-15,
.cls-18,
.cls-22 {
  stroke: #71b900;
}

.cls-3 {
  fill: #f56857;
}

.cls-16,
.cls-24,
.cls-27 {
  stroke: #1171d8;
}

.cls-30 {
  fill: #71b900;
}

.cls-31 {
  isolation: isolate;
}

.cls-18,
.cls-24 {
  stroke-dasharray: 0 10.17;
}

.cls-32 {
  fill: #914bff;
}

.cls-33 {
  fill: #fff;
}

.cls-4 {
  fill: #b7d053;
}

.cls-34 {
  fill: #1171d8;
}

.cls-20,
.cls-25,
.cls-26 {
  stroke: #914bff;
}

.cls-22,
.cls-27 {
  stroke-dasharray: 0 0 0 10.17;
}

.cls-23 {
  stroke-dasharray: 0 10.07;
}

.cls-35 {
  fill: #31aebf;
}

.cls-36 {
  fill: #f3442f;
}

.cls-37 {
  fill: #ff83bf;
}

.cls-5 {
  fill: #c19aff;
}

.cls-6 {
  fill: #5499e3;
}

.cls-25 {
  stroke-dasharray: 0 0 0 9.9;
}

.cls-26 {
  stroke-dasharray: 0 9.9;
}

.cls-7 {
  fill: #ffb5d9;
}

/* -------------------------------------------*/
.top-mv {
  background: url(../images/top/mv-bg.png) no-repeat center center/cover;
  padding: 10rem 0;
}
@media screen and (360px <= width <= 767px) {
  .top-mv {
    background: url(../images/top/mv-bg.png) no-repeat top center;
    background-size: 140% 35%;
    padding: 10rem 0 4rem;
  }
}

.top-mv__inner {
  width: min(150rem, 100%);
  padding: 0 4vw;
  margin: 0 auto;
}

.top-mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.top-mv__title h2 {
  font-size: clamp(1.6rem, 0rem + 1.6vw, 2.4rem);
  line-height: 1.5;
  text-align: center;
}
@media screen and (360px <= width <= 767px) {
  .top-mv__title {
    display: block;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .top-mv__title .icon-hart {
    position: absolute;
    top: -9rem;
    left: 0;
    width: 85px;
    z-index: 1;
  }
  .top-mv__title .icon-cara {
    position: absolute;
    top: -9rem;
    right: 0;
    width: 115px;
    z-index: 1;
  }
  .top-mv__title .main-title {
    position: relative;
    z-index: 5;
    font-size: 1.8rem;
  }
}

.top-mv__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 0 2rem;
}
@media screen and (360px <= width <= 767px) {
  .top-mv__info {
    padding: 0 4vw;
    flex-direction: column;
  }
}

.top-mv__target {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  background-color: #f5cd58;
  border-radius: 100vmax;
  font-size: clamp(2.2rem, 0.6rem + 1.6vw, 3rem);
  padding: 1rem 2rem;
  margin-top: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .top-mv__target {
    font-size: 1.8rem;
  }
}

.top-mv__target-note {
  text-align: center;
  font-size: clamp(1.4rem, 0.4rem + 0.8vw, 1.8rem);
  margin-top: 1rem;
}

.top-area__inner {
  width: min(150rem, 100%);
  padding: 0 4vw;
  margin: 0 auto;
}

.top-area__text {
  text-align: center;
  margin-top: 1rem;
  font-size: clamp(1.6rem, 0.8rem + 0.8vw, 2rem);
}
.top-area__text a {
  color: #0071bc;
  text-decoration: underline;
  font-size: 1.4rem;
}

.top-area-map {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.top-area-map svg {
  width: 1290px;
  height: 620px;
}
.top-area-map a {
  cursor: pointer;
}
@media screen and (360px <= width <= 767px) {
  .top-area-map svg {
    width: 100%;
    height: 160px;
  }
}

.top-area-list__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(2.2rem, 0.6rem + 1.6vw, 3rem);
  font-weight: 700;
}
@media screen and (360px <= width <= 767px) {
  .top-area-list__title {
    font-size: 1.8rem;
  }
}

.top-area-list {
  margin-bottom: 10rem;
}
@media screen and (360px <= width <= 767px) {
  .top-area-list {
    margin-bottom: 6rem;
  }
}

/* -------------------------------------------*/
/* 
-------------------------------------------*/
.p-city-about .c-card-wrap {
  margin-top: 4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* 
-------------------------------------------*/
.sec {
  margin-bottom: 10rem;
}
@media screen and (360px <= width <= 767px) {
  .sec {
    margin-bottom: 6rem;
  }
}

.text-center {
  text-align: center;
}

.mt6 {
  margin-top: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .mt6 {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */