<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------------default */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* デフォルト16pxだから10pxにリセット */
  scroll-behavior: smooth;
}

/* --------------
reset
-------------- */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body,
div,
dl,
dt,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details,
summary,
menu {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse; /* ボーダーを重ねる */
  font-size: inherit;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  border: 1px solid #e5e5e5; /* テーブル全体の枠線 */
}

th,
td {
  border: 1px solid #e5e5e5;
  padding: 8px 12px;
  text-align: left;
}
th {
  background-color: #faf4d6;
  width: 20%;
}

td {
  background-color: #fff;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  outline: none;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #333;
}

/* --------------
base
-------------- */
body {
  width: 100%;
  font-size: 1.6rem; /* 16px */
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial",
    "BIZ UDPGothic", "Meiryo", sans-serif, "游ゴシック", YuGothic,
    "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック",
    "MS PGothic", sans-serif !important;
  height: 100%;
  background: #e4fef8;
  text-align: left;
  line-height: 1.5;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

body.font-size-small {
  font-size: 1.3rem;
}
body.font-size-medium {
  font-size: 1.6rem;
}
body.font-size-large {
  font-size: 1.9rem;
}

dl,
p,
ul,
ol {
  word-wrap: break-word;
  word-break: break-all;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "游明朝", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho Pro",serif; */
  line-height: 1.2;
  word-break: break-word !important;
}

h1 {
  font-family: A-OTF Shin Maru Go Pro;
  font-size: 1.5em;
}

h2 {
  font-family: A-OTF Shin Maru Go Pro;
}

/* h3 {
  font-size: 1.1em;
} */
h4,
h5,
h6 {
  font-size: 1em;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

/* --------------
Link
-------------- */
a {
  text-decoration: none;
  /* color: #551a8b; */
  color: #454545;
}
a:hover {
  color: #03c8a8;
}

a:hover img {
  opacity: 0.6;
}

/* a:hover {
  opacity: 0.6; 
} */
/* ---------- font weight */
.thin {
  font-weight: 100 !important;
}

.demilight {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.black {
  font-weight: 900 !important;
}

/* ---------- align */
.alc {
  text-align: center !important;
}

.alr {
  text-align: right !important;
}

.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}

.alb {
  text-align: bottom !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

/* font-size */
.fs20 {
  font-size: 2rem;
}

.fs18 {
  font-size: 1.8rem;
}
.fs14 {
  font-size: 1.4rem;
}

/* --------------fadein */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(180px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ----------------swiper スライドショー*/
.kv__wrap {
  position: relative;
  margin-top: 2em;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination span {
  background: #ace4f9;
}

.swiper-button-next {
  background-color: #ace4f9;
  border-radius: 25px;
}
.swiper-button-next:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.swiper-button-prev {
  background-color: #ace4f9;
  border-radius: 25px;
}
.swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ---------------flex */
.flex-column--1 {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.flex-column--2 {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.flex {
  display: flex;
  align-items: center;
  gap: 2em;
}

/* ---------------btn */
.more__btn a {
  position: relative;
  border-radius: 37px;
  transition: ease 0.2s;
  display: block;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
.more__btn a:hover {
  opacity: 0.7;
}

/* ---------------button color*/
.more__btn .button--green {
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #19a790 13%, #2bc5bc 80%);
  color: #fff;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.1);
}
.more__btn .button--green:hover {
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #2bc5bc 0%, #19a790 74%);
}

.more__btn .button--yellow {
  background-color: rgba(255, 255, 255, 0.9411764706);
  border: 1px solid #ffff00;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.1);
}
.more__btn .button--gray {
  background-color: rgba(173, 173, 173, 0.831372549);
  border: 2px solid #ffff00;
  box-shadow: 2px 2px 20px #fff;
}

.button--green::after,
.button--yellow::after,
.button--gray::after {
  content: "";
  position: absolute;
  top: 41%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.button--green::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.button--yellow::after,
.button--gray::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.more__btn .button--green,
.more__btn .button--yellow {
  outline: 2px solid;
  outline-offset: 0px;
  font-weight: bold;
  font-size: 1.8rem;
}

.more__btn .button--green {
  outline-color: #69c6b1;
}
.more__btn .button--yellow {
  outline-color: #ffff00;
}
.more__btn a:hover {
  animation: light 0.8s infinite;
  opacity: 1;
}

/* ---------------back */
.back_btn a {
  margin: 30px auto 0;
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #4dccc6;
  border: #4dccc6 solid 2px;
  border-radius: 34px;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-arrow-left a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  box-sizing: border-box;
  transition: 0.3s;
}

.back_btn a:hover {
  color: #4dccc6;
  border: #4dccc6 solid 2px;
  background-color: #fff;
}

.btn-arrow-left a:hover::before {
  border-top: 2px solid #4dccc6;
  border-right: 2px solid #4dccc6;
}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

/* ---------------coming soon */
.coming {
  position: relative;
}

.coming::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
/* -------------------nav */
.header__tab li a {
  background-color: #fcf591;
  display: block;
  width: 100%;
  padding: 0.3em 1em;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.header__nav li a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #8fffe2;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
.header__nav li a:hover {
  transform: translateY(2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.header__nav li a::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.header__nav li:first-child a::before {
  background-image: url(../img/ico_about.webp);
}
.header__nav li:nth-child(2) a::before {
  background-image: url(../img/ico_news.webp);
}
.header__nav li:nth-child(3) a::before {
  background-image: url(../img/ico_info.webp);
}
.header__nav li:nth-child(4) a::before {
  background-image: url(../img/ico_gotochi.webp);
}
.header__nav li:nth-child(5) a::before {
  background-image: url(../img/ico_spot.webp);
}

.header__nav--item.is-current {
  color: #333;
  background-color: #e4fef8 !important;
}

/* information ・ history タブ */
.tab {
  background-color: #fffee8;
  text-align: center;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 0.5em 1em;
}

/* アクティブボタン */
.tab.is-current {
  background-color: #fcf591;
}

/* アクティブボタン */
.tab--item {
  display: none;
}

.tab--item.is-active {
  display: block;
}

/* ------------------kv */
.kv__wrap .slide img {
  width: 1024px;
  margin: 0 auto;
  border-radius: 40px;
}

.kv__chara {
  position: relative;
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.fuwafuwa__02 {
  animation: fuwafuwa__02 3s ease-in-out infinite alternate;
}

@keyframes fuwafuwa__02 {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}
/* h2 三角 */
.section-title__h2,
.section-title__h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-title__h2::before,
.section-title__h2::after,
.section-title__h3::before,
.section-title__h3::after {
  content: "";
  display: inline-block;
}

/* h3 */
.section-title__h3 {
  gap: 1em;
}

.section-title__h3::before,
.section-title__h3::after {
  width: 16px;
  height: 16px;
  background-color: #fcf591;
  border-radius: 50px;
}

.dashed-title {
  border-bottom: 1px dashed #ccc;
}

.dashed-title--yellow {
  border-bottom: 2px dashed #fcf591;
}

/* ---------------背景▽animation */
.triangle__animation.top-registration__triangle::before,
.triangle__animation.top-registration__triangle::after,
.triangle__animation.top-about__triangle::after,
.triangle__animation.top-charm__triangle::before,
.triangle__animation.top-charm__triangle::after {
  animation: 1s ease 4 rotation;
}

@keyframes rotation {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/* ---------------border */
.border--green {
  border: 2px solid #8fffe2;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}

.border--green--02 {
  border: 2px solid #69c6b1;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}

.border--yellow {
  border: 2px solid #fcf591;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}

.border--dashed {
  background-color: #fff;
  border: 2px dashed #fcf591;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}
.border--none {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
}

.border__news {
  border: 2px solid #69c6b1;
  padding: 0.1em 2.5em;
  margin: 0 1em;
}

.border__blog {
  border: 2px solid #f2a8c8;
  padding: 0.1em 2.5em;
  margin: 0 1em;
}

.underline--yellow {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 70%,
    rgba(252, 245, 145, 0.6784313725) 70%
  );
}

/* ---------------pick-up */
.pick-up {
  margin-top: 3em;
}

/* --------top-registration  */
.top-registration__triangle {
  position: relative;
}
.top-registration__triangle::before {
  content: "";
  display: block;
  background: url(../img/img_triangle.png) no-repeat center top/contain;
}
.top-registration__triangle::after {
  content: "";
  display: block;
  background: url(../img/img_triangle_02.png) no-repeat center top/contain;
}

.top-registration__wrap {
  background: url(../img/registration_back.webp) no-repeat center top/cover;
  border-radius: 16px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 2em 1em;
}
.top-registration__wrap h2 {
  color: #fff;
}
.top-registration__wrap h2::before,
.top-registration__wrap h2::after {
  display: none;
}

/* -------------人口 */
.population {
  position: absolute;
  top: 3%;
  right: 2%;
}

.population__wrap {
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #69c6b1;
  box-shadow: 0 0 10px white, 0 0 14px white;
}

.top-registration__txt {
  color: #fff;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 1em 0;
  line-height: 1.8;
}

.top-registration__dtl {
  position: relative;
}
.top-registration__dtl .img_chichi {
  position: absolute;
}

.top-registration__btn-wrap {
  text-align: center;
  position: relative;
}
.top-registration__btn-wrap::before {
  content: "";
  display: block;
  background-image: url(../img/img_under.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  left: 46%;
}

/* -------------map-city */
.peek-city__ttl {
  color: #fff;
  text-shadow: 0 0 10px #001dff;
}

.peek-city__back {
  width: 100%;
  background: url(../img/peek-city_back.webp) no-repeat center top/cover;
  background-attachment: fixed;
  padding: 3em 0 !important;
}

.peek-city__wrap {
  position: relative;
}

.peek-city__img-00 {
  width: 720px;
  margin: 0 auto;
}

/* -----------------------牡丹・花火・松明*/
.peek-city__img-01 p,
.peek-city__img-02 p,
.peek-city__img-03 p {
  background-color: rgba(255, 255, 255, 0.9019607843);
  padding: 0.5em 1em;
  border-radius: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.peek-city__img-01:hover img,
.peek-city__img-02:hover img,
.peek-city__img-03:hover img {
  animation: none;
  transform: scale(1.1);
  opacity: 1;
}

.peek-city__img-01 img,
.peek-city__img-02 img,
.peek-city__img-03 img {
  animation: floating 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/* 三角 */
/* ---------------about */
.top-about__triangle {
  position: relative;
}
.top-about__triangle::after {
  content: "";
  display: block;
  background: url(../img/img_triangle_03.png) no-repeat center top/contain;
}

.top-about__wrap {
  position: relative;
}

.img_kanegon {
  position: absolute;
}

.top-about__btn-wrap {
  margin-top: 2em;
}

.top-about__img {
  display: flex;
  justify-content: center;
}

/* top-collaboration */
.top-collaboration {
  position: relative;
}
/* .top-collaboration__welcome::after {
  content: "";
  display: block;
  background: url(../img/img_welcom.png) no-repeat center top/contain;
} */

.top-collaboration__wrap {
  position: relative;
}
.top-collaboration__wrap h3 {
  text-align: center;
}

.top-collaboration__img img {
  border: 2px solid #fcf591;
  padding: 0.5em;
  border-radius: 16px;
}

.top-collaboration__wrap .more__btn {
  text-align: center;
  margin-top: 2em;
}
.top-collaboration__wrap .color-green {
  color: #69c6b1;
}

/* top-news */
.top-news__wrap {
  position: relative;
}
.top-news__wrap .more__btn {
  text-align: center;
  margin-top: 2em;
}
.top-news__wrap li {
  border-bottom: 0.5px solid #ebebeb;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.top-news__wrap time {
  color: #7d7d7d;
  font-size: 0.8em;
  font-size: 1.4rem;
}

/* info-center */
.infoCenter__list-item {
  padding: 1em 2em;
}

.infoCenter__list-item time {
  color: #7d7d7d;
  font-size: 0.8em;
}

.infoCenter__list a {
  transition: 0.2s ease-in-out;
}

.infoCenter__list a:hover {
  transform: translateY(-3.5%);
}

.news__list {
  padding: min(10vw, 56px) min(5vw, 50px);
}

.news__ttl {
  padding: 0.5em;
}

.time {
  color: #7d7d7d;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}

.news__list--img {
  margin: 0 auto;
}

/* 　ニュース 緑*/
.ttl__green--h3 {
  border: 1px solid #69c6b1;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #69c6b1;
}

.ttl__green--h4 {
  border-left: 4px solid #69c6b1;
  border-bottom: 1px solid #69c6b1;
}

/* ピグモンブログ　ピンク*/
.ttl__pink--h3 {
  border: 1px solid #f2a8c8;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #f2a8c8;
}

.ttl__pink--h4 {
  border-left: 4px solid #f2a8c8;
  border-bottom: 1px solid #f2a8c8;
}

/* -------------ページネーション------------ */
.pagination-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}

.pagination-1 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90%;
  width: 2.5em;
  height: 2em;
  border-radius: 1px;
  color: #19a790;
}

.pagination-1 a:not(.current) {
  background-color: #fff;
}

.pagination-1 a:not(:hover) {
  text-decoration: none;
}

.pagination-1 a:hover {
  background: #80caff;
  color: #fff;
}

.pagination-1 .current a {
  background-color: #19a790;
  color: #fff;
  pointer-events: none;
}

/* top-charm */
.top-charm__triangle {
  position: relative;
}
.top-charm__triangle::after {
  content: "";
  display: block;
  background: url(../img/img_triangle_blue.png) no-repeat center top/contain;
}
.top-charm__triangle::before {
  content: "";
  display: block;
  background: url(../img/img_triangle_blue_02.png) no-repeat center top/contain;
}

.top-charm__contents .more__btn {
  text-align: center;
}

/* -------------------sns */
.snsButton {
  justify-content: center;
  flex-wrap: wrap;
}

.snsButton a {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
}

.snsButton a:hover {
  transform: translateY(2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* -------------footer */
.footer__wrap {
  margin: 2em 0;
}
.footer__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__bottom {
  background: url(../img/bg_green.png) repeat;
  padding: min(1.5625vw, 20px) 0;
}
.footer__bottom p {
  color: #fff;
  text-align: center;
}
.pageTop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  display: block;
  line-height: 0;
  z-index: 99999;
}

.pageTop {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(20px);
}

.pageTop.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------
imagine
-------------- */
.each-peek-city__wrap p {
  text-align: center;
  background-color: #fcf591;
  padding: 0.4em 0;
  font-weight: bold;
}

.each-peek-city__ttl {
  color: #fff;
}

.each-peek-city__about-img {
  max-width: 170px;
}

.each-peek-city__txt {
  background-color: #fff;
  border: 2px solid #8fffe2;
  border-radius: 16px;
}

/* --------------
aboutus
-------------- */
.aboutus__img {
  max-width: 400px;
  margin: 0 auto;
}
/* zoomIn animation*/
.anim-box {
  animation: zoomIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* --------------
residents
-------------- */
.benefit__ttl {
  border-bottom: 2px solid #fcf591;
}

.residents__step--content {
  padding: 1em 2em;
}

.back--circle {
  position: relative;
  z-index: 1;
}

.back--circle::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 228px;
  height: 112px;
  border-radius: 50% / 100% 100% 0 0;
  background: #ffffff;
  border: 2px solid #fcf591;
  border-bottom: none;
  z-index: -1;
}

/* --------------
products--foods
-------------- */
.food__list-item {
  padding: 1em;
}

.food__list-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------
products--goods
-------------- */
.goods__list-item {
  padding: 1em;
}

.goods__list-item img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 224px;
}
.button--shop {
  position: fixed;
  right: 1%;
  bottom: 12%;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  z-index: 10;
}

/* --------------
spot
-------------- */
.spot__list-item img {
  -o-object-fit: contain;
  object-fit: contain;
}

.spot__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1em;
}

/* --------------
history
-------------- */
.history__list {
  position: relative;
  padding: min(10vw, 56px) min(5vw, 50px);
}

.history__list--ttl {
  position: relative;
  z-index: 10;
  width: 220px;
  margin: 0 auto;
  background-color: #fcf591;
  padding: 0.5em;
  text-align: center;
}

.time-line::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

.history__list--iem {
  align-items: start;
  position: relative;
}

.history__img {
  width: 72%;
  margin: 0 auto;
}

.back--green {
  background-color: #e5ffe5;
  border-radius: 16px;
  padding: 1em 1.5em;
  position: relative;
} /*# sourceMappingURL=common.css.map */

/* --------------
contact
-------------- */

.text {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  margin: 50px auto 50px auto;
  text-align: center;
  border-bottom: 2px #fcf591 dashed;
  width: 75%;
}

.tblForm {
  margin: 2em 0;
  border: none;
  border-right: 0;
  background: #f3fef4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

th,
td {
  border-left: none;
  border-right: none;
}

.tblForm th,
.tblForm td {
  padding: 20px 8px;
  text-align: left;
}

.tblForm th {
  width: 32%;
  color: #fff;
  text-align: center;
  background-color: #03c8a8;
  border-top: none;
  font-weight: bold;
}

.tblForm th span {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

.txt_box {
  border: #03c8a8 solid 1px;
  padding: 5px;
}

.tblForm textarea {
  border: #03c8a8 solid 1px;
}

.tblForm td {
  border-top: none;
}

.tblForm td:first-child {
  border-bottom: none;
}

.tdNotice {
  width: 30%;
  padding: 10px !important;
  color: #666;
  font-size: 14px !important;
}

.tdBtn {
  text-align: center !important;
  /* border-radius: 0 0 16px 16px; */
}

.button--back {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #03c8a8;
  width: 240px;
  padding: 1em 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: #a3a3a3;
  color: #fff;
  transition: all 0.3s;
}

.button--next {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #03c8a8;
  width: 320px;
  padding: 0.6em 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background: linear-gradient(315deg, #19a790 13%, #2bc5bc 80%);
  color: #fff;
  transition: all 0.3s;
  font-size: 1.8rem;
}

.button--next:not(:disabled):hover {
  background: #fff;
  color: #19a790;
}

.button--next:disabled {
  background: #aaa;
  border: 2px solid #ccc;
  cursor: none;
}

.flc {
  margin-left: auto;
  margin-right: auto;
}
input:checked + label {
  font-weight: bold;
}
.wd95 {
  width: 95%;
}

.error {
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #e50031;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 10px;
  position: relative;
}
.error::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 15px solid #e50031;
  position: absolute;
  top: -25px;
  left: 5%;
}

/* --------------
応募作品ページ
-------------- */

.each-peek-city__ttl {
  color: #fff;
}

/* モーダルウインドウ */
.modal__trigger {
  cursor: pointer;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  padding: 4em;
  background: #fff;
  overflow-y: auto; */
}

.modal__container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.modal__container::-webkit-scrollbar-thumb {
  background-color: rgb(187, 187, 187);
  border-radius: 16px;
  margin: 10px;
}

.modal__container::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 5px;
}

.modal__container-1::-webkit-scrollbar-corner {
  display: none;
}

.modal__inner {
  position: relative;
  /* height: 100%; */
  /* padding: 50px; */
}

.modal__close {
  margin: 10px auto 10px auto;
  display: block;
  width: 160px;
  padding: 10px 0;
  background-color: #4dccc6;
  border: #4dccc6 solid 2px;
  border-radius: 16px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.modal__close:hover {
  background-color: #fff;
  color: #4dccc6;
}

.modal__content img {
  display: block;
  width: 60%;
  margin: auto;
}

.modal_title {
  /* width: 50%; */
  /* margin: 30px auto 0; */
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px #fcf591 dashed;
}

.modal_address {
  text-align: center;
}

.modal_detail {
  display: block;
  margin: auto;
}
</pre></body></html>