@charset "utf-8";

/******
フォント

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

M PLUS Rounded 1c
font-family: "M PLUS Rounded 1c", sans-serif;

Arial
font-family: "arial", sans-serif;
font-weight: 400;
font-weight: 700;

*******/

body {
  color: #595757;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.img {
  width: 100%;
  height: auto;
  display: block;
}
.img--sp {
  display: none;
}

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-1400 {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.clr--red {
  color: #de5051;
}
.clr--ora {
  color: #ea5f21;
}
.clr--bla {
  color: #181818;
}

.br-1280 {
  display: none;
}
.br-640 {
  display: none;
}

.low-fv__img {
  display: block;
}

.deco-img {
  position: absolute;
  z-index: 2;
}

.br-750 {
  display: none;
}
/*===================
map
===================*/
#under-map {
  padding-top: 63px;
  padding-bottom: 35px;
  position: relative;
}
.map__bg01 {
  width: 100%;
  height: 932px;
  position: absolute;
  top: -170px;
  left: 0;
  z-index: -1;
  background-color: #b7e1f3;
}
.map__box {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}
.map__wrap {
  width: 100%;
  max-width: 1195px;
  margin: 0 auto;
}
.map__heading {
  color: #2382a3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}
.map__heading--sml,
.map__heading--lrg {
  display: block;
}
.map__heading--sml {
  font-size: 30px;
  line-height: 1.1;
}
.map__heading--lrg {
  font-size: 38px;
  line-height: 1.1;
}
.map__gmap {
  height: 683px;
  margin-bottom: 15px;
}
.map__gmap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.map-card {
  max-width: 250px;
  font-size: 13px;
}

.shop-item__title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
  color: #2382a3;
  line-height: 1.5;
}

/*===================
participation
===================*/
.participation {
  padding-top: 27px;
  padding-bottom: 115px;
  position: relative;
}
.participation__bg01 {
  width: 100%;
  height: 932px;
  position: absolute;
  top: -170px;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.participation__wrap {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}
.participation__heading {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 82px;
}
.participation__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 20px;
}
.participation__item {
  width: calc((100% - 60px) / 4);
}
.participation__item img {
  width: 100%;
  max-width: 71px;
  margin: 0 auto 12px;
}
.participation__itemText {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  line-height: 1.75;
  display: block;
}

/* セレクトボックス */
.select__wrap {
  display: flex;
  justify-content: center;
  gap: 10px 9px;
  margin-bottom: 20px;
}
.select_item {
}
.select_item:nth-child(1) {
  width: 15%;
  min-width: 153px;
}
.select_item:nth-child(2) {
  width: 23%;
  min-width: 235px;
}
.select_item:nth-child(3) {
  width: 18%;
  min-width: 183px;
}
.select_item:nth-child(4) {
  width: 18%;
  min-width: 183px;
}
.select_item:nth-child(5) {
  width: 26%;
  min-width: 265px;
}

/* カスタムセレクト */
.custom-select {
  width: 100%;
  position: relative;
  font-size: 13px;
  font-weight: 700;
}

.custom-select__selected {
  background: #b7e1f3;
  color: #2382a3;
  padding: 13px 25px 13px 15px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

/* 矢印 */
.custom-select__selected::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 8px solid #2382a3;
}

/* リスト */
.custom-select__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: #f2ee72;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  z-index: 10;
}

/* 各項目（←ここで折り返しOK） */
.custom-select__item {
  padding: 10px 15px;
  cursor: pointer;
  white-space: normal; /* ←折り返し */
  word-break: break-word; /* ←長文対応 */
}

.custom-select__item:hover {
  background: #dad53e;
}
.search__btnFlex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 262px;
  /* max-width: 126px; */
  margin: 0 auto;
}
.search__btn,
.reset-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
  width: 48.5%;
  /* width: 100%; */
  max-width: 262px;
  padding: 14px 5px;
  background-color: #f29c66;
  border: 1px solid #f29c66;
  border-radius: 5px;
  transition: all 0.3s;
}
.reset-btn {
  background-color: #aaa;
  border: 1px solid #aaa;
}
.search__btn:hover,
.reset-btn:hover {
  color: #f29c66;
  background-color: #fff;
}
.reset-btn:hover {
  color: #aaa;
  background-color: #fff;
}

/* ページネーション */
#pagination {
  font-size: 0;
  text-align: center;
  padding-top: 70px;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 10px;
}
#pagination span,
#pagination a {
  color: #2382a3;
  font-size: 13px;
  font-family: "arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
}
#pagination span.current {
  color: #fff;
  background-color: #2382a3;
  border: none;
}
#pagination span.extend {
  border: none;
  border-radius: initial;
}
#pagination a.first,
#pagination a.last {
  font-size: 0;
  position: relative;
}
#pagination a.first::after,
#pagination a.last::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
}
#pagination a.first::after {
  transform: rotate(-180deg);
  background: url("../imgs/common/btn_arrow_rgt.svg") center center / cover no-repeat;
}
#pagination a.last::before {
  background: url("../imgs/common/btn_arrow_rgt.svg") center center / cover no-repeat;
}

/*===================
URLコピー
===================*/
.nya-copy-button {
  color: #e7e7e7;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 175px;
  padding: 8px 10px;
  margin: 0 auto;
  border: 1px solid #595757;
  background-color: #595757;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.nya-copy-button:hover {
  color: #595757;
  background-color: #fff;
}
.nya-message {
  color: #595757;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  display: none;
}

/* 404ページ↓ */
.not-found .not-found__wrap {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0 370px;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "arial", sans-serif;
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}

.not-found #under-map {
  padding-top: 0;
}
/* 404ページ↑ */

/* coming soon */
.coming-soon .search__contentsBorder {
  padding-bottom: 40px;
  margin-bottom: 132px;
}
.coming-soon .search__usedHeading {
  margin-bottom: 0;
}
.coming-soon__text {
  color: #2382a3;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .br-1280 {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  /* セレクトボックス */
  .select__wrap {
    flex-wrap: wrap;
  }
  .select_item {
    width: 208px;
  }
}

@media screen and (max-width: 750px) {
  .img--pc {
    display: none;
  }
  .img--sp {
    display: block;
  }

  .map__heading--sml {
    font-size: 24px;
  }
  .map__heading--lrg {
    font-size: 32px;
  }
  .map__gmap {
    height: 400px;
  }

  .participation__heading {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .deco-img {
    display: none;
  }

  .br-750 {
    display: block;
  }

  /* 404ページ↓ */
  .not-found .not-found__wrap {
    padding: 120px 0 310px;
  }
  .not-foun__en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */

  /* coming soon */
  .coming-soon__text {
    font-size: 23px;
  }
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}
@media screen and (max-width: 640px) {
  .br-640 {
    display: block;
  }

  .participation__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 500px) {
  /* セレクトボックス */
  .select_item {
    width: 47%;
  }
}

@media screen and (max-width: 480px) {
  .map__heading--sml {
    font-size: 20px;
  }
  .map__heading--lrg {
    font-size: 25px;
  }
  .map__gmap {
    height: 350px;
  }

  .participation__heading {
    font-size: 20px;
  }

  .participation__item {
    width: calc((100% - 20px) / 2);
  }

  /* セレクトボックス */
  .select__wrap {
    flex-direction: column;
  }
  .select_item:nth-child(1),
  .select_item:nth-child(2),
  .select_item:nth-child(3),
  .select_item:nth-child(4),
  .select_item:nth-child(5) {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .custom-select {
    max-width: 100%;
  }

  /*===================
URLコピー
===================*/
  .nya-copy-button {
    font-size: 14px;
  }
  .nya-message {
    font-size: 14px;
  }

  /* coming soon */
  .coming-soon__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  /* ページネーション */
  .wp-pagenavi {
    gap: 5px 7px;
  }
  #pagination span,
  #pagination a {
    width: 29px;
    height: 29px;
  }
}
