/* 共通設定 */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.6875;
  letter-spacing: 0.15em;
  background: url(../img/bg.jpg);
}
a {
  text-decoration: none;
  color: inherit;
}
.content-wrap {
  max-width: 1280px;
  width: calc(100% - 120px);
  margin: auto;
}

/* フォント設定 */
.montserrat {
  font-family: "Montserrat", sans-serif;
}
.noto-serif {
  font-family: "Noto Serif JP", serif;
}

/* ボタン設定 */
.blue-btn {
  background-color: #1e528e;
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.27rem;
}
.blue-dot {
  display: flex;
  align-items: center;
}

.blue-dot i {
  margin: 0 5px 0 0;
  color: #1e528e;
}
.blue-dot:hover i {
  color: #1e528e;
}
/* タイトル吹き出し */
.title-balloon {
  font-size: 2.5rem;
  letter-spacing: 2px;
  border: 1px solid #000000;
  border-radius: 12px;
  padding: 13px 20px;
  width: fit-content;
  box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.13);
  position: relative;
  background-color: #ffffff;
}
.title-balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  border-top: 13px solid #ffffff;
  position: absolute;
  top: calc(100% - 1px);
  left: 30px;
  z-index: 1;
}
.title-balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #000000;
  position: absolute;
  top: 100%;
  left: 29.5px;
}
.title-balloon .subtitle {
  font-size: 52%;
  margin: 0 0 0 15px;
  font-weight: 300;
}

/* タイトル下線 */
.title-border-wrap {
  border-bottom: 1px solid #000000;
}
.title-border {
  position: relative;
  color: #333;
  font-size: 3.9rem;
  width: fit-content;
  padding: 20px 0;
}
.title-border .subtitle {
  font-size: 30%;
  margin: 0 0 0 15px;
  font-weight: 300;
}
.title-border::after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #1e528e;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/* ヘッダー */
header {
  padding: 15px 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  position: fixed;
  transition: all 0.3s;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
h1 {
  width: 25%;
  transition: all 0.3s;
}
h1.scroll {
  width: 240px;
}
.header-link-top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
}
.header-link-top ul li a {
  zoom: 0.9;
}
.header-link-top ul li {
  list-style: none;
  margin: 0 0 0 40px;
  cursor: pointer;
}
.header-link-top ul li .site_search {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  padding: 2px 45px 2px 15px;
  position: relative;
}
.header-link-top ul li .site_search input {
  width: 150px;
  padding: 5px;
  outline: none;
}
.header-link-top a {
  text-align: center;
}
.header-link-top a:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
.header-link-top a img {
  display: block;
}
.eye-ico {
  margin: auto;
  width: 30px;
}
.internet-ico {
  width: 24px;
  margin: 3px auto;
}
.lang-jp {
  text-decoration: underline;
}

/* langSelect */
.langOpen {
  cursor: pointer;
  position: relative;
}
.langOpen:hover {
  opacity: 0.7;
  cursor: pointer;
  position: relative;
}
.langOpen.rotate:before {
  border-top: none;
  border-bottom-color: #666;
}
.langOpen.rotate:hover:before {
  border-bottom-color: #005e9f;
}
#divLang {
  position: absolute;
  background: #fff;
  padding: 3px 4px;
  text-align: left;
  box-shadow: 0 0 3px #333;
  z-index: 1000;
  display: none;
  white-space: nowrap;
}
#divLang a {
  padding: 3px 10px 3px 10px;
  display: block;
  text-align: left;
}
#divLang small {
  background: #ddd;
  padding: 2px 3px;
  margin: 3px 0;
  display: block;
}

.business_link {
  text-align: center;
}
.business_link a {
  display: block;
}
.business_link i {
  font-size: 25px;
  margin: 4px auto;
}

.site_search .search-btn {
  border-radius: 6px;
  padding: 0 10px 0 5px;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  justify-content: center;
}
.site_search .search-btn img {
  width: 15px;
  margin: 0;
}
.search-btn {
  padding: 14px 20px;
  border-radius: 6px;
}
.search-btn img {
  width: 20px;
  margin: 0 10px 0 0;
}
.search-btn:hover {
  opacity: 0.8;
  transition: all 0.4s;
}
.header-right {
  width: 75%;
}
.header-link-top {
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.3s;
  z-index: 10;
  position: relative;
}
.header-link-top.hidden {
  transform: scaleY(0);
}
.acd-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 1.5rem;
  margin: 20px 0 5px;
  transition: all 0.3s;
  position: static;
}
.acd-list.scroll {
  margin: 0;
}
.acd-list > li {
  list-style: none;
  margin: 0 0px 0 25px;
  position: relative;
  cursor: pointer;
}

.header-link-botton {
  position: relative;
}
.header-link-botton button {
  background-color: transparent;
}
.acd-btn-line {
  padding: 5px 0;
  border-bottom: 0.7px dotted #000000;
  margin: 0 0 5px;
  font-size: 15px;
}
.acd-btn-line:hover {
  color: #1e528e;
  transition: all 0.4s;
}
.acd-inner-list {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 100;
}
.acd-inner-list li {
  min-width: 100%;
  list-style: none;
  white-space: nowrap;
  border-radius: 6px;
  margin: 2px 0 0;
  background-color: #ffffff;
}
.acd-inner-list li a {
  display: block;
  padding: 10px 5px;
}
.acd-inner-list li a:hover {
  background-color: #f0f5ff;
  border-radius: 6px;
  transition: all 0.4s;
}
.acd-arrow {
  transition: all 0.3s;
  visibility: visible;
}
.acd-arrow img {
  display: block;
  width: 12px;
  margin: auto;
}
.acd-arrow.hidden {
  opacity: 0;
  visibility: hidden;
}
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2rem;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 1000;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 5px 15px;
  cursor: pointer;
}

/* FV */
/* FVスライダー仮 */
.FV {
  padding: 0 0 50px;
}
.FV-slider-wrap {
  position: relative;
  margin: 0 70px;
}
.FV-slider,
.FV-slider2 {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.85;
  position: relative;
}
.FV-slider .swiper-slide > img,
.FV-slider2 .swiper-slide > img {
  width: 100%;
  /*    height: 100%; */
  object-fit: cover;
}
.slide-text-wrap {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
.slide-text01 {
  font-size: 5.5rem;
  font-weight: 900;
  margin: 15% 0 0 0;
  text-shadow: 1px 2px 3px #000000;
}
.slide-text02 {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 1px 2px 3px #000000;
}
.slide-text03 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0 0 7px;
}
.whether-wrap {
  position: absolute;
  bottom: 15%;
  right: 15%;
  /* transform: translate(-50%, -50%); */
  text-align: center;
  color: #ffffff;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;
}
.whether-ico {
  width: 80px;
}
.temperature {
  font-size: 2.5rem;
}
.whether-date {
  font-size: 1.4rem;
}
.sns-links-wrap {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, -50%);
}
.sns-vertical {
  transform: rotate(-90deg);
  font-size: 1.4rem;
  margin: 15px auto;
}
.sns-links::before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #000000;
  margin: 15px auto;
}
.sns-links a {
  display: block;
  margin: 17px auto;
}
.sns-links a:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
.twitter-ico,
.youtube-ico,
.instagram-ico {
  width: 26px;
}
.facebook-ico {
  width: 13px;
}
.FV-yokohama-text {
  font-size: 1.3rem;
  width: 16px;
  height: 140px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(100%, -50%);
}
.FV-yokohama-text p {
  height: 16px;
  white-space: nowrap;
  transform: rotate(90deg);
}
.FV-point {
  width: 85%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 25%;
  z-index: 10;
}
.FV-point-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 0 40px 0;
  border-radius: 17px 17px 0px 0px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #9d9d9d;
}
.FV-point-box {
  width: 25%;
  text-align: center;
  padding: 0 10px;
}
/* clm4 -> clm2 20240814 */
@media screen and (min-width: 729px) {
  .FV-point-box.clm2 {
    width: 50% !important;
  }
}

.FV-point-box:hover {
  opacity: 0.7;
  transition: all 0.4s;
}
.FV-point-box:not(:first-child) {
  border-left: 1px solid #9d9d9d;
}
.FV-point-content h3 {
  justify-content: center;
  font-size: 1.4rem;
  margin: 10px 0;
}
.FV-point-content p {
  font-size: 1.2rem;
}
.FV-point-img {
  width: 70%;
  margin: auto;
}
.FV-point-img-new {
  width: 40%;
  margin: auto;
}
.FV-point-img img {
  width: 100%;
}
/* fun */
.fun {
  padding: 50px 0;
  background-image: url("../img/line_dot_dash.png");
  background-size: auto 1px;
  background-position-y: 80px;
  background-repeat: repeat-x;
}
/* Topics */
.topicks {
  padding: 50px 0;
  background-image: url("../img/line_dot_dash.png");
  background-size: auto 1px;
  background-position-y: 80px;
  background-repeat: repeat-x;
}
/* スライダー仮 */
.topicks-slider {
  padding: 30px 0;
}
.topicks-slider-img {
  aspect-ratio: 1.575;
}
.topicks-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topicks-slider-date {
  font-size: 1.2rem;
  line-height: 0;
  font-weight: 600;
  color: #828181;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  letter-spacing: 2px;
}
.topicks-slider-date::after {
  content: "";
  width: calc(100% - 90px);
  height: 1px;
  background-color: #828181;
}
.topicks-slider-content {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  letter-spacing: 0.1em;
}
.read-more-btn {
  width: fit-content;
  margin: auto;
  padding: 15px;
  border-radius: 12px;
}
.read-more-text {
  display: block;
  padding: 0 70px;
}
.read-more-btn img {
  width: 32px;
}

/* 観光情報検索 */
/* .information-search {
    padding: 80px 0;
    background-image: url("../img/line_dot_dash.png");
    background-color: #F0F5FF;
    background-size: auto 1px;
    background-position-y: 120px;
    background-repeat: repeat-x;
}
.information-search-title {
    position: relative;
}
.info-town-img {
    position: absolute;
    width: calc((100% - 550px) / 2);
    max-width: 300px;
    right: calc((100% - 550px) / 2);
    transform: translateX(50%);
    bottom: 18px;
}
.search-disc {
    font-size: 1.6rem;
    margin: 40px 0 20px;
}
.information-search-form {
    display: flex;
}
.search-form-parts {
    background-color: #ffffff;
    border: 1px solid #9D9D9D;
    border-radius: 6px;
    padding:  0 10px 0 15px;
    width: fit-content;
    margin: 0 15px 0 0;
}
.information-search-form select, .information-search-form input {
    font-size: 1.6rem;
    padding: 15px;
    margin: 0 0 0 -15px;
    background-color: transparent;
    outline: none;
} */
/* スライダー仮 */
/* .search-slider {
    padding: 30px 0;
}
.search-slider-inner {
    white-space: nowrap;
}
.search-slider-box {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.search-slider-box:not(:first-child) {
    margin: 0 0 0 40px;
}
.search-slider-img {
    aspect-ratio: 1.575;
}
.search-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-slider-badge {
    margin: 15px 0;
}
.search-slider-badge span {
    padding: 5px;
    background-color: #0F7AC0;
    border-radius: 5px;
    color: #ffffff;
    margin: 0 10px 0 0;
}
.search-slider-disc p {
    font-size: 1.6rem;
    font-weight: 600;
    white-space: normal;
}
 */

/* マップ */
.search-map {
  width: 80%;
  margin: auto;
  aspect-ratio: 16/9;
}
.plutinum-map {
  width: 100%;
}
@media screen and (min-width: 730px) {
  .plutinum-map {
    aspect-ratio: 16/7;
  }
}
/* Instagram */
.instagram {
  padding: 50px 0 0;
  background-image: url("../img/line_dot_dash.png");
  background-size: auto 1px;
  background-position-y: 80px;
  background-repeat: repeat-x;
}
.instagram-ico {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
}
.instagram-wrap {
  padding: 60px 0;
}
.virtual .content-wrap {
  max-width: 500px;
  margin-bottom: 80px;
}
.virtual img {
  width: 100%;
}

/* イベントカレンダー */
.event-calendar {
  padding: 80px 0;
  background-image: url("../img/line_dot_dash.png");
  background-color: #f0f5ff;
  background-size: auto 1px;
  background-position-y: 110px;
  background-repeat: repeat-x;
}
.search-disc {
  font-size: 1.6rem;
  margin: 40px 0 20px;
}
.event-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.event-form-parts {
  background-color: #ffffff;
  border: 1px solid #9d9d9d;
  border-radius: 6px;
  padding: 0 10px 0 15px;
  margin: 0 15px 0 0;
  width: 20%;
  position: relative;
}
.event-form-parts:nth-child(4) {
  margin: 0;
}
.event-form-parts:nth-child(5) {
  width: calc(80% - 88px);
  margin: 15px 15px 0 0;
}
.event-form-parts input,
.event-form-parts select {
  font-size: 1.6rem;
  padding: 15px;
  margin: 0 0 0 -15px;
  background-color: transparent;
  outline: none;
  width: 100%;
  line-height: 1.2;
}
.event-form-parts-chk input {
  font-size: 1.6rem;
  padding: 15px;
  margin: 0 0 0 -15px;
  background-color: transparent;
  outline: none;
  line-height: 1.2;
}

.event-form-parts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::placeholder {
  color: #000000;
}
.event-search-form .search-btn {
  padding: 15px 27px 15px 20px;
  line-height: 1.2;
}
.form-select::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("../img/form_select_arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.selection-wrap {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background-color: #ffffff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  overflow: auto;
}
.selection-wrap.show {
  opacity: 1;
  visibility: visible;
}
.select-calendar {
  padding: 30px 50px;
  font-size: 1.6rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 30px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.select-calendar-table {
  padding: 10px 15px;
  background-color: #f0f5ff;
}
.select-calendar-table table {
  width: 96%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.select-calendar-table thead {
  color: #1e528e;
  font-weight: bold;
}
.select-calendar-table td {
  cursor: pointer;
  text-align: center;
  position: relative;
}
.select-calendar-table thead td {
  padding: 5px 0;
}
.select-calendar-table tbody td::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.select-calendar caption {
  padding: 0.5em;
  font-weight: bold;
  line-height: 1em;
  background-color: #f0f5ff;
}
.selection-wrap-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.selection-wrap-btns button:not(.selection-close-btn) {
  margin: 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px;
  border-radius: 10px;
}
.selection-search-btn {
  background-color: #1e528e;
  color: #ffffff;
}
.select-calendar .selection-clear-btns {
  color: #7c8187;
}
.selection-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 30px;
  z-index: 30;
}
.search-day-inne {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
td.searchStartDay.active .search-day-inne {
  background: #1e528e;
  color: #fff;
  border-radius: 50%;
}
td.searchEndDay.active .search-day-inne {
  background: #1e528e;
  color: #fff;
  border-radius: 50%;
}
.select-chechbox-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.6rem;
  padding: 10px;
}
.select-chechbox-wrap input {
  margin: 0 5px;
}
.select-chechbox-wrap li {
  width: 25%;
  padding: 10px;
}
/* イベントカレンダー 2024.0902*/
/* pc */
@media screen and (min-width: 730px) {
  .calendar__calendar {
    margin: 0 auto;
    padding: 50px 0;
  }

  .FV-point-img {
    width: 40%;
    margin: auto;
  }

  .event-slider {
    overflow: hidden;
  }

  .calendar__wrap {
    display: flex;
  }
}

/* スライダー */
.event-slider {
  padding: 50px 0;
}
.event-slider-img {
  aspect-ratio: 1.575;
}
.event-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-slider-badge {
  margin: 9px 0;
}
.event-slider-badge span {
  padding: 5px;
  background-color: #0f7ac0;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 10px 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.event-slider-date {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #828181;
  margin: 20px 0;
  letter-spacing: 2px;
  position: relative;
  z-index: 0;
}
.event-slider-date span {
  background: #f0f5ff;
  display: inline-block;
  padding-right: 10px;
}
.event-slider-date::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #828181;
  z-index: -1;
}
.event-slider-content {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
}

/* フッター */
.booking-link {
  width: 50%;
  margin: auto;
  padding: 60px 0 100px;
  display: flex;
  justify-content: space-between;
}
.booking-link a {
  width: 29%;
}
.footer-links {
  padding: 15px 0;
  background: #036;
  border-bottom: 1px solid #fff;
  position: relative;
}
.footer-links_icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -99%);
  max-width: 1280px;
  display: block;
  width: 100%;
  padding: 0 30px;
}
.footer-links_icon img {
  width: 300px;
}
.footer-links-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.footer-logo {
  width: 10%;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.footer-nav ul li {
  list-style: none;
  padding: 0 15px;
}
.footer-nav ul li:last-child {
  padding: 0 0 0 15px;
}
.footer-nav ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer-nav a {
  text-align: center;
  padding: 10px 0;
}
.copy-write {
  font-size: 1.1rem;
  text-align: center;
  padding: 15px 0;
  background: #036;
  color: #fff;
  font-weight: bold;
}

/* 追加 */
.back-top-btn {
  width: 70px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: transparent;
  z-index: 100;
}
.chatbot-btn {
  width: 80px;
  position: fixed;
  right: 30px;
  bottom: 120px;
  background-color: transparent;
  z-index: 100;
}
.chatbot-btn img {
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* イベント検索ページ */
.event-FV {
  position: relative;
}
.event-FV-img {
  aspect-ratio: 4.65;
}
.event-FV-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-FV-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #1e528e;
  border-radius: 13px 13px 0px 0px;
  padding: 20px 0 10px;
  width: 310px;
  text-align: center;
}
.event-FV-title h2 {
  font-size: 5rem;
}
.event-FV-title p {
  font-size: 1.2rem;
  font-weight: 600;
}

/* パンくずリスト */
.bread-scrap {
  margin: 15px auto 60px;
}
.bread-scrap ol li {
  list-style: none;
  display: inline-block;
  font-size: 1.2rem;
}
.bread-scrap ol li:not(:last-child):after {
  content: "ー";
}

/* イベント指定条件検索 */
.event-search {
  padding: 30px 0 0;
}
.event-search-inner {
  background-image: url("../img/line_dot_dash.png"),
    url("../img/line_dot_dash.png");
  background-color: #f0f5ff;
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 0 0 50px;
}
.event-calendar-title {
  margin: 0 0 0 45px;
  transform: translateY(-50%);
}
.event-page-form {
  justify-content: center;
}
.event-page-form .selection-wrap.show {
  transform: translateX(0);
  position: static;
  margin: 20px 0 0;
}

.event-page-form .select-calendar-table {
  background-color: #ffffff;
}
.event-page-form .select-calendar caption {
  background-color: #ffffff;
}
.event-page-form .swiper-button-prev,
.event-page-form .swiper-button-next {
  background-color: #f0f5ff;
}
.start-search-btn-wrap {
  width: 100%;
}
.start-search-btn {
  margin: 35px auto 0;
}

/* イベント一覧 */
.event-list {
  padding: 90px 0 80px;
}
.event-list-inner {
  padding: 0 50px;
}
.event-list-title {
  margin: 0 0 40px;
}
.pagination-top {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 35px;
}
.display-num {
  font-size: 140%;
  margin: 0 0 0 10px;
}
.page-num {
  font-size: 83%;
}
.sort-btn {
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  position: relative;
  background-color: transparent;
}
.sort-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sort-btn.active::before {
  background-color: #1e528e;
}
.event-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.event-list-box {
  width: calc((100% - 6%) / 3);
  border-bottom: 1px solid #828181;
  margin: 0 0 65px;
}
.event-list-box:not(:nth-of-type(3n)) {
  margin: 0 3% 65px 0;
}
.event-list-img {
  aspect-ratio: 1.575;
}
.event-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-tag-badge {
  margin: 15px 0;
}
.event-tag-badge span {
  padding: 5px;
  background-color: #0f7ac0;
  border-radius: 5px;
  color: #ffffff;
  /*margin: 0 10px 0 0;*/
  font-weight: 600;
}
.event-list-box-title {
  font-size: 1.6rem;
  white-space: normal;
  letter-spacing: 0.1em;
}
.event-list-disc {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0;
  color: #6f5f5f;
}
.event-list-disc ul {
  padding: 0;
}
.event-list-disc ul li {
  list-style: none;
}
.event-disc-category {
  color: #0f7ac0;
  padding: 0 10px;
  position: relative;
}
.event-disc-category:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0f7ac0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.event-list-more-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  font-size: 1.6rem;
  margin: 15px 0;
}
.event-list-more-btn img {
  width: 30px;
  margin: 0 0 0 10px;
}
.pagination-bottom ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.3rem;
}
.pagination-bottom ul li {
  list-style: none;
  margin: 0 5px;
}
.pagination-bottom ul li a,
.pagination-bottom ul li > span {
  line-height: 38px;
}
.pagination-bottom ul li .active {
  background-color: #1e528e;
  color: #ffffff;
}
.pagination-bottom
  ul
  li
  > span:not(.pagination-prev, .pagination-dot, .pagination-next),
.pagination-bottom
  ul
  li
  a:not(.pagination-prev, .pagination-dot, .pagination-next) {
  display: inline-block;
  width: 40px;
  text-align: center;
  border: 1px solid #9d9d9d;
  border-radius: 50%;
}
.pagination-prev,
.pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9d9d9d;
  padding: 0 10px;
  border-radius: 27px;
}
.pagination-prev img,
.pagination-next img {
  width: 5px;
}
.pagination-prev img {
  margin: 0 5px 0 0;
  transform: rotate(180deg);
}
.pagination-next img {
  margin: 0 0 0 5px;
}

/* イベント詳細ページ */
.event-description {
  padding: 60px 0 110px;
}
.event-description-inner {
  width: 75%;
  margin: auto;
}
.event-description h2 {
  font-size: 2.8rem;
  margin: 0 0 15px;
}
.event-description-title {
  margin: 0 auto 60px;
}
.event-description-img {
  aspect-ratio: 1.92;
  margin: 0 0 50px;
}
.event-description-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-description-content {
  line-height: 2;
  font-size: 1.8rem;
}
.event-description-content p {
  margin: 0 0 35px;
}
/* イベント情報 */
.event-information {
  padding: 95px 0;
  background-color: #f0f5ff;
}
.event-information-table table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #6f5f5f;
  border-collapse: collapse;
}
.event-information-table table th,
.event-information-table table td {
  padding: 30px 0;
  line-height: 1.8;
}
.event-information-table table th {
  vertical-align: top;
  text-align: left;
  width: 15%;
  white-space: nowrap;
}
.event-information-table table td {
  vertical-align: middle;
}
.event-information-table table tr {
  border-bottom: 1px solid #e0e0e0;
}
.google-map-btn {
  background-color: #1e528e;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 0 0 15px;
  border-radius: 85px;
}
.back-btn {
  margin: 45px auto 80px;
  width: fit-content;
}

/* スポット */
.spot-FV {
  position: relative;
}
.spot-FV-img {
  aspect-ratio: 4.65;
}
.spot-FV-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spot-FV-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #1e528e;
  border-radius: 13px 13px 0px 0px;
  padding: 20px 0 10px;
  width: 310px;
  text-align: center;
}
.spot-FV-title h2 {
  font-size: 5rem;
}
.spot-FV-title p {
  font-size: 1.2rem;
  font-weight: 600;
}
.spot-list {
  padding: 90px 0 80px;
}
.spot-list-inner {
  padding: 0 50px;
}
.spot-list-title {
  margin: 0 0 95px;
}
.spot-search {
  padding: 30px 0 0;
}
.spot-search-inner {
  background-image: url("../img/line_dot_dash.png"),
    url("../img/line_dot_dash.png");
  background-color: #f0f5ff;
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 0 0 50px;
}
.spot-calendar-title {
  margin: 0 0 0 45px;
  transform: translateY(-50%);
}
.spot-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  justify-content: center;
}
.spot-form-parts {
  background-color: #ffffff;
  border: 1px solid #9d9d9d;
  border-radius: 6px;
  padding: 0 10px 0 15px;
  margin: 0 15px 0 0;
  width: 20%;
  position: relative;
}
.spot-form-parts button,
.spot-form-parts input,
.spot-form-parts select {
  font-size: 1.6rem;
  padding: 15px;
  margin: 0 0 0 -15px;
  background-color: transparent;
  outline: none;
  width: 100%;
  line-height: 1.2;
}
.spot-form-parts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.spot-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.spot-list-box {
  width: calc((100% - 6%) / 3);
  border-bottom: 1px solid #828181;
  margin: 0 0 65px;
}
.spot-list-box:not(:nth-of-type(3n)) {
  margin: 0 3% 65px 0;
}
.spot-list-img {
  height: 245px;
  width: 100%;
}
.spot-list-img img {
  height: 245px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.spot-tag-badge {
  margin: 15px 0;
}
.spot-tag-badge span {
  display: inline-block;
  padding: 5px;
  background-color: #0f7ac0;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 10px 5px 0;
  font-weight: 600;
}
.spot-list-box-title {
  font-size: 1.6rem;
  white-space: normal;
  letter-spacing: 0.1em;
}
.spot-list-disc {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 10px 0;
}
.spot-list-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.add-favorite-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 1.4rem;
}
.add-favorite-btn img {
  width: 25px;
  margin: 0 5px 0 0;
}
.spot-list-more-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 1.6rem;
}
.spot-list-more-btn img {
  width: 30px;
  margin: 0 0 0 10px;
}
/* 宿泊 */
.hotel-FV {
  position: relative;
}
.hotel-FV-img {
  aspect-ratio: 4.65;
}
.hotel-FV-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-FV-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #1e528e;
  border-radius: 13px 13px 0px 0px;
  padding: 20px 0 10px;
  width: 310px;
  text-align: center;
}
.hotel-FV-title h2 {
  font-size: 5rem;
}
.hotel-FV-title p {
  font-size: 1.2rem;
  font-weight: 600;
}
.hotel-list {
  padding: 90px 0 80px;
}
.hotel-list-inner {
  padding: 0 50px;
}
.hotel-list-title {
  margin: 0 0 95px;
}
.hotel-search {
  padding: 30px 0 0;
}
.hotel-search-inner {
  background-image: url("../img/line_dot_dash.png"),
    url("../img/line_dot_dash.png");
  background-color: #f0f5ff;
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 0 0 50px;
}
.hotel-calendar-title {
  margin: 0 0 0 45px;
  transform: translateY(-50%);
}
.hotel-search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  justify-content: center;
}
.hotel-form-parts {
  background-color: #ffffff;
  border: 1px solid #9d9d9d;
  border-radius: 6px;
  padding: 0 10px 0 15px;
  margin: 0 15px 0 0;
  width: 20%;
  position: relative;
}
.hotel-form-parts button,
.hotel-form-parts input,
.hotel-form-parts select {
  font-size: 1.6rem;
  padding: 15px;
  margin: 0 0 0 -15px;
  background-color: transparent;
  outline: none;
  width: 100%;
  line-height: 1.2;
}
.hotel-form-parts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hotel-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.hotel-list-box {
  width: calc((100% - 6%) / 3);
  border-bottom: 1px solid #828181;
  margin: 0 0 65px;
}
.hotel-list-box:not(:nth-of-type(3n)) {
  margin: 0 3% 65px 0;
}
.hotel-list-img {
  aspect-ratio: 1.575;
}
.hotel-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-tag-badge {
  margin: 15px 0;
}
.hotel-tag-badge span {
  display: inline-block;
  padding: 5px;
  background-color: #0f7ac0;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 10px 5px 0;
  font-weight: 600;
}
.hotel-list-box-title {
  font-size: 1.6rem;
  white-space: normal;
  letter-spacing: 0.1em;
}
.hotel-list-disc {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0;
  color: #6f5f5f;
}
.hotel-list-disc ul {
  padding: 0;
}
.hotel-list-disc ul li {
  list-style: none;
}
.hotel-disc-category {
  color: #0f7ac0;
  padding: 0 10px;
  position: relative;
}
.hotel-disc-category:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0f7ac0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hotel-list-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.hotel-list-more-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  font-size: 1.6rem;
  margin: 15px 0;
}
.hotel-list-more-btn img {
  width: 30px;
  margin: 0 0 0 10px;
}

/* グルメページ */
.gourmet-FV {
  position: relative;
}
.gourmet-FV-img {
  aspect-ratio: 4.65;
}
.gourmet-FV-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gourmet-FV-title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #1e528e;
  border-radius: 13px 13px 0px 0px;
  padding: 20px 0 10px;
  width: 310px;
  text-align: center;
}
.gourmet-FV-title h2 {
  font-size: 4.4rem;
}
.gourmet-FV-title p {
  font-size: 1.2rem;
  font-weight: 600;
}
.gourmet-guide {
  padding: 50px 0;
  background-image: url("../img/line_dot_dash.png");
  background-size: auto 1px;
  background-position-y: 80px;
  background-repeat: repeat-x;
  margin: -50px 0 0;
}
.guide-disc {
  font-size: 1.6rem;
  margin: 30px 0 40px;
}
.gourmet-title .title-border {
  font-size: 2rem;
}
.gourmet-inner-wrap {
  padding: 0 25px;
  margin: 0 0 60px;
}
.paypay-gourmet-btn,
.ikkyu-restaurant-btn,
.taberogu-btn,
.hotpepper-special-wrap {
  padding: 25px 10px 0;
}
.paypay-gourmet-btn a {
  display: block;
  max-width: 500px;
}
.ikkyu-restaurant-btn a {
  display: block;
  max-width: 400px;
}
.taberogu-btn a {
  display: block;
  max-width: 320px;
}
.area-sort-search-table {
  padding: 50px 60px;
  background-color: #f0f5ff;
}
.area-sort-search-table table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 600;
}
.area-sort-search-table table th,
.area-sort-search-table table td {
  padding: 20px 0;
}
.area-sort-search-table table th {
  font-size: 1.5rem;
  text-align: left;
}
.area-sort-search-table table td {
  font-size: 1.4rem;
}
.area-sort-search-table table tr {
  border-bottom: 1px solid #969696;
}
.area-sort-search-table table button {
  line-height: 1;
  padding: 5px 10px;
  background-color: #0f7ac0;
  color: #ffffff;
  border-radius: 6px;
  margin: 2px;
}
.area-sort-search-table table button img {
  display: inline-block;
  width: 8px;
  vertical-align: baseline;
  margin: 0 0 0 2px;
}
.gourmet-search-form-wrap {
  background-color: #f0f5ff;
  background-image: url("../img/line_dot_dash.png");
  background-size: auto 1px;
  background-position-y: bottom;
  background-repeat: repeat-x;
  padding: 10px 50px 60px;
}
.gourmet-search-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.gourmet-form-parts {
  background-color: #ffffff;
  border: 1px solid #9d9d9d;
  border-radius: 6px;
  padding: 0 10px 0 15px;
  margin: 0 15px 0 0;
  width: 20%;
  position: relative;
}
.gourmet-form-parts:nth-child(4) {
  margin: 0;
}
.gourmet-form-parts input,
.gourmet-form-parts select {
  font-size: 1.6rem;
  padding: 15px;
  margin: 0 0 0 -15px;
  background-color: transparent;
  outline: none;
  width: 100%;
  line-height: 1.2;
}
.gourmet-form-parts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hotpepper-special-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
.hotpepper-special-wrap a {
  width: 32%;
  text-align: center;
  margin: 0 0 30px;
}
.hotpepper-special-wrap a:not(:nth-of-type(3n)) {
  margin: 0 2% 30px 0;
}
.hotpepper-banner {
  aspect-ratio: 3.55;
  margin: 0 0 5px;
}
.hotpepper-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* グルメ条件検索 */
.food-search-page {
  padding: 30px 0 0;
}
.food-search-inner {
  background-image: url("../img/line_dot_dash.png"),
    url("../img/line_dot_dash.png");
  background-color: #f0f5ff;
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 0 0 50px;
}
.food-search-balloon-title {
  margin: 0 0 0 45px;
  transform: translateY(-50%);
}
.gourmet-list {
  padding: 90px 0 80px;
}
.gourmet-list-title {
  margin: 0 0 95px;
}
.gourmet-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.gourmet-list-box {
  width: calc((100% - 6%) / 3);
  border-bottom: 1px solid #828181;
  margin: 0 0 65px;
}
.gourmet-list-box:not(:nth-of-type(3n)) {
  margin: 0 3% 65px 0;
}
.gourmet-list-img {
  aspect-ratio: 1.575;
}
.gourmet-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gourmet-list-box-title {
  margin: 15px 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.gourmet-list-disc {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 10px 0;
  color: #6f5f5f;
}
.gourmet-list-disc ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  padding: 0 0 10px;
}
.gourmet-disc-category {
  color: #0f7ac0;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
.gourmet-disc-category:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0f7ac0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gourmet-list-link {
  color: #0066ff;
  text-decoration: underline;
  background-color: transparent;
}
@media screen and (max-width: 1400px) {
  .acd-list > li {
    margin: 0 0 0 15px;
  }
  .footer-nav ul li {
    list-style: none;
    padding: 0 10px;
  }
  .footer-nav ul li:last-child {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1300px) {
  h1 {
    width: 22%;
  }
  .header-right {
    width: 78%;
  }
  .acd-btn-line {
    font-size: 13px;
  }
  .acd-list {
    margin-top: 15px;
  }
}

/* 花見 */
.htAnchor a span .hanami {
  background: #4169e1;
  color: #fff;
  display: inline-block;
  position: absolute;
  font-weight: 700;
  z-index: 10;
  font-family: Arial, sans-serif;
  line-height: 3;
  padding: 15px 15px;
  left: 3px;
  font-size: 0.9em;
  border-radius: 50%;
  top: 3px;
  letter-spacing: 0.07em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {
  .whether-wrap {
    bottom: 25%;
    right: 25%;
  }
  .acd-list > li {
    margin: 0 0 0 10px;
  }
  .acd-list > li .acd-btn-line {
    font-size: 12px;
  }
  .header-right {
    width: 80%;
  }
  h1 {
    width: 20%;
  }
}
/* タブレット */
@media screen and (max-width: 1024px) {
  h1 {
    width: 28%;
  }

  .header-link-top ul li {
    margin: 0 0 0 20px;
  }
  .header-link-top ul {
    zoom: 0.9;
  }
  .header-right {
    width: 100%;
    margin-top: 10px;
  }
  .blue-btn {
    font-size: 1.6rem;
    text-align: center;
  }

  .content-wrap {
    width: 98%;
  }
  .search-btn img {
    width: 15px;
    margin: 0 5px 0 0;
  }

  .acd-list {
    font-size: 1.2rem;
    margin: 0;
    justify-content: space-between;
  }
  .acd-list > li {
    margin: 0 0 0 10px;
  }
  .acd-list > li:nth-of-type(2) {
    margin: 0;
  }
  .acd-list > li .acd-btn-line {
    font-size: 13px;
  }
  .FV-point {
    width: 100%;
    padding: 0;
    position: static;
  }
  .FV-point-inner {
    position: static;
    border-radius: 0;
  }
  .FV-point-content h3 {
    font-size: 1.3rem;
  }
  .event-search-form {
    justify-content: space-between;
  }
  .event-form-parts {
    padding: 0 10px;
    margin: 0;
    width: 24%;
  }
  .event-form-parts:nth-child(5) {
    width: calc(100% - 85px);
    margin: 15px 0 0;
  }
  .event-search-form .search-btn {
    padding: 15px 10px;
  }
  .event-form-parts select,
  .event-form-parts input {
    font-size: 1.4rem;
  }
  .selection-wrap {
    width: 100%;
    top: 82%;
  }
  .select-chechbox-wrap {
    font-size: 1.2rem;
  }
  .read-more-btn {
    padding: 10px 15px;
  }
  .read-more-btn img {
    width: 25px;
  }
  .footer-links-wrap {
    flex-direction: column;
  }
  .footer-logo {
    width: 20%;
    margin: 0 0 20px;
  }
  .footer-nav ul {
    font-size: 1.1rem;
    justify-content: center;
  }
  .footer-nav ul li {
    padding: 0 17px;
  }
  .footer-nav ul li:last-child {
    padding: 0 0 0 10px;
  }
  .event-list-inner {
    padding: 0 25px;
  }
  .event-list-disc {
    font-size: 1rem;
  }
  .pagination-bottom ul li a,
  .pagination-bottom ul li > span {
    line-height: 32px;
  }
  .pagination-bottom
    ul
    li
    a:not(.pagination-prev, .pagination-dot, .pagination-next),
  .pagination-bottom
    ul
    li
    > span:not(.pagination-prev, .pagination-dot, .pagination-next) {
    width: 34px;
  }
  .spot-form-parts select,
  .spot-form-parts input {
    font-size: 1.4rem;
  }
  .spot-search-form .search-btn {
    padding: 15px 10px;
  }
  .spot-list-inner {
    padding: 0 25px;
  }
  .hotel-form-parts select,
  .hotel-form-parts input {
    font-size: 1.4rem;
  }
  .hotel-search-form .search-btn {
    padding: 15px 10px;
  }
  .hotel-list-inner {
    padding: 0 25px;
  }
  .area-sort-search-table {
    padding: 20px 30px;
  }
  .area-sort-search-table table th {
    font-size: 1.3rem;
  }
  .area-sort-search-table table td {
    font-size: 1.2rem;
  }
  .gourmet-search-form-wrap {
    padding: 10px 20px 30px;
  }
  .gourmet-search-form {
    justify-content: space-between;
  }
  .gourmet-form-parts {
    width: 24%;
    margin: 0;
  }
  .gourmet-form-parts select,
  .gourmet-form-parts input {
    font-size: 1.4rem;
  }
  .gourmet-search-form .search-btn {
    padding: 15px 10px;
  }
}

/* スマホ */
.sp,
.sp-inline,
.sp-flex {
  display: none;
}

/* SP 2024.0902*/
@media screen and (max-width: 729px) {
  .event-slider-box {
    width: 162.565px !important;
    margin-right: 11.13px !important;
  }
}

@media screen and (max-width: 729px) {
  .header-link-top {
    padding-top: 50px;
  }
  .header-link-top ul {
    zoom: 1;
  }
  .acd-list > li .acd-btn-line {
    font-size: 16px;
  }
  .sp {
    display: block;
  }
  .sp-inline {
    display: inline-block;
  }
  .sp-flex {
    display: flex;
  }
  .pc {
    display: none;
  }
  .header-right {
    width: fit-content;
    margin-top: 0;
  }
  .content-wrap {
    width: 95%;
  }
  .title-balloon {
    font-size: 1.6rem;
    text-align: center;
    padding: 9px 15px;
    line-height: 18px;
  }
  .title-balloon .subtitle {
    margin: 0;
  }
  .title-border {
    font-size: 2rem;
    padding: 10px 0;
  }
  .title-border .subtitle {
    margin: 0 0 0 5px;
  }
  .header-wrap {
    position: relative;
  }
  h1 {
    width: 250px;
  }
  header {
    position: absolute;
    padding: 15px 10px;
  }
  main {
    padding-top: 87px !important;
  }
  .sp-nav-btn {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #1e528e;
    border-radius: 50%;
  }
  .nav-btn-line {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-btn-line::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-btn-line::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp-header-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    transition: all 0.3s;
  }
  .sp-header-nav-bg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .sp-header-nav.show {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
  }
  .sp-header-nav.show .sp-header-nav-bg {
    opacity: 1;
    visibility: visible;
  }
  .sp-header-nav-wrap {
    width: 85%;
    height: 100vh;
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: -100%;
    z-index: 1000;
    padding: 20px;
    overflow-y: scroll;
    transition: all 0.3s;
  }
  .sp-header-nav.show .sp-header-nav-wrap {
    left: 0;
  }
  .header-link-top ul {
    font-size: 1.2rem;
    margin: 0 0 20px;
    justify-content: center;
  }
  .header-link-top ul li {
    margin: 0 10px 0 0;
  }
  .header-link-top ul li:last-child {
    margin: 0 0 0 10px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .eye-ico {
    width: 25px;
  }
  .internet-ico {
    width: 20px;
  }
  .sp-header-close {
    width: 50px;
    height: 50px;
    background-color: #1e528e;
    border-radius: 50%;
    display: block;
  }
  .sp-nav-top {
    display: block;
  }
  .acd-arrow {
    display: none;
  }
  .sp-nav-top > li {
    list-style: none;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
  }
  .sp-nav-top .nav-inner-btn {
    display: flex;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #9d9d9d;
  }
  .sp-nav-top .nav-inner-btn img {
    width: 24px;
    display: block;
    margin-left: auto;
  }
  .sp-nav-inner {
    padding: 10px 20px;
    border-bottom: 1px solid #9d9d9d;
    display: none;
  }
  .sp-nav-inner.show {
  }
  .sp-nav-inner li {
    list-style: none;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 5px 0;
  }
  .sp-nav-bottom {
    padding: 15px 0;
  }
  .sp-nav-bottom li {
    list-style: none;
    font-size: 1.4rem;
    color: #4f4c4c;
    padding: 5px 0;
  }
  #divLangSp {
    position: absolute;
    left: 25%;
    margin-top: 5px;
    background: #fff;
    padding: 3px 4px;
    text-align: left;
    box-shadow: 0 0 3px #333;
    z-index: 1000;
    display: none;
    white-space: nowrap;
  }
  #divLangSp a {
    padding: 5px 10px 3px 10px;
    display: block;
    text-align: left;
    font-size: 15px;
  }
  #divLangSp small {
    background: #ddd;
    padding: 2px 3px;
    margin: 3px 0;
    display: block;
  }
  .sp-nav-footer {
    background-color: #eef6ff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
  }
  .sp-nav-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-nav-footer-links a {
    display: block;
    margin: 10px 10px 0;
  }
  .sp-nav-twitter,
  .sp-nav-youtube,
  .sp-nav-instagram {
    width: 24px;
  }
  .sp-nav-facebook {
    width: 14px;
  }
  .FV {
    padding: 0 0 25px;
  }
  .FV-slider-sp,
  .FV-slider2 .swiper-slide,
  .FV-slider2 {
    aspect-ratio: 1;
    position: relative;
  }
  .FV-slider-sp .swiper-slide > img,
  .FV-slider-2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slide-text01 {
    font-size: 2.6rem;
    margin: 0;
    text-shadow: 1px 2px 3px #000000;
  }
  .slide-text02 {
    font-size: 1.4rem;
    margin: 0 0 15px;
    text-shadow: 1px 2px 3px #000000;
  }
  .slide-text03 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 4px;
  }
  .whether-wrap {
    bottom: 20%;
    right: 15%;
  }
  .whether-ico {
    width: 42px;
  }
  .temperature {
    font-size: 1.6rem;
  }
  .whether-date {
    font-size: 1.2rem;
  }
  .fun {
    padding: 25px 0;
  }
  .FV-point-inner {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
  }
  .FV-point-box {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9d9d9d;
  }
  .FV-point-img {
    width: 25%;
    margin: 0 20px;
  }
  .FV-point-content {
    width: calc(75% - 40px);
    text-align: left;
  }
  .FV-point-content h3 {
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  .FV-point-content p {
    font-size: 1.1rem;
  }
  .FV-point-box:not(:first-child) {
    border-left: none;
  }
  .topicks {
    padding: 25px 0;
    background-position-y: 65px;
  }
  .topicks-title {
    position: relative;
  }
  .topicks-town-img {
    position: absolute;
    width: calc((100% - 105px) * 0.65);
    max-width: 300px;
    right: calc((100% - 105px) / 2);
    transform: translateX(50%);
    bottom: 17px;
  }
  .topicks-slider-content {
    font-size: 1.4rem;
  }
  .search-map {
    width: 100%;
    height: 500px;
  }
  .plutinum-map {
    width: 100%;
  }
  .plutinum-map iframe {
    height: 500px !important;
  }
  .instagram {
    padding: 30px 0;
    background-position-y: 75px;
  }
  .instagram-title {
    display: flex;
    align-items: center;
  }
  .instagram-ico {
    width: 33px;
    margin: 0 7px 0 0;
  }
  .instagram-wrap {
    padding: 25px 0;
  }
  .event-calendar {
    padding: 25px 0 50px;
    background-position-y: 70px;
  }
  .search-disc {
    font-size: 1.3rem;
    margin: 25px 15px;
  }
  .event-search-form {
    flex-direction: column;
  }
  .event-form-parts {
    width: 85%;
    padding: 0 15px;
    margin: 0 auto 6px;
    justify-content: center;
  }
  .event-form-parts:nth-child(4) {
    margin: 0 auto 5px;
  }
  .event-form-parts:nth-child(5) {
    width: 85%;
    margin: 0 auto 5px;
  }
  .event-form-parts select,
  .event-form-parts input {
    padding: 15px 15px;
  }
  .event-search-form .search-btn {
    width: 85%;
    margin: auto;
    justify-content: center;
  }
  .select-chechbox-wrap li {
    /* width: 100%; */
    width: fit-content;
  }
  .selection-wrap {
    /* max-height: 75vw; */
  }
  .event-page-form .selection-wrap {
    background-color: #f0f5ff;
  }
  .spot-page-form .selection-wrap {
    background-color: #f0f5ff;
  }
  .selection-wrap-btns button:not(.selection-close-btn) {
    width: 80%;
    margin: 10px 0;
  }
  .select-calendar {
    padding: 30px 50px 15px;
  }
  .select-calendar .swiper-wrapper {
    height: 62vw;
  }
  .event-slider {
    padding: 30px 0;
  }
  .event-slider-inner {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
     flex-wrap: nowrap;
  }

  .event-slider-box {
    width: 48%;
    margin: 0 0 30px;
  }
  .event-slider-box:not(:first-child) {
    margin: 0 0 30px;
  }
  .event-slider-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .event-slider-date {
    margin: 16px 0;
  }
  .event-slider-badge {
    margin: 5px 0;
  }
  .event-slider-badge span {
    display: block;
    width: fit-content;
    margin: 5px 0;
  }
  .booking-link {
    padding: 40px 0;
    width: 80%;
    flex-wrap: wrap;
  }
  .booking-link a {
    width: 45%;
    margin: 0 0 15px;
  }
  .footer-logo {
    width: 100px;
    margin: 0 0 5px;
  }
  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.1rem;
  }
  .footer-nav ul li:not(:last-child) {
    border-right: none;
  }
  .footer-links_icon {
    transform: translate(-50%, -96%);
    padding: 0 15px;
  }
  .footer-links_icon img {
    width: 180px;
  }
  .copy-write {
    margin: 0 0 55px;
  }
  .sp-following-nav {
    display: flex;
    align-items: flex-end;
    padding: 7px;
    width: 100%;
    background: #1e528e;
    border-radius: 13px 13px 0px 0px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .calender-link {
    width: 50%;
    border-right: 1px solid #ffffff;
  }
  .menue-link {
    width: 30%;
    background-color: #1e528e;
  }
  .calendar-ico {
    width: 21px;
    display: block;
    margin: 0 auto 5px;
  }
  .following-nav-line-wrap {
    display: block;
    width: 20px;
    height: 16px;
    position: relative;
    margin: 0 auto 10px;
  }
  .following-nav-line {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .following-nav-line::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    top: -7px;
    left: 0;
  }
  .following-nav-line::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    position: absolute;
    bottom: -7px;
    left: 0;
  }
  .back-top-btn {
    width: 55px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    background-color: transparent;
  }
  /* 追加 */
  .chatbot-btn {
    width: 70px;
    position: fixed;
    left: 15px;
    bottom: 64px;
    background-color: transparent;
    z-index: 100;
  }
  .cookie-consent {
    bottom: 53px;
  }
  .event-FV-img {
    aspect-ratio: 1.92;
  }
  .event-FV-title {
    width: 175px;
    padding: 10px 0 5px;
  }
  .event-FV-title h2 {
    font-size: 2.5rem;
  }
  .event-FV-title p {
    font-size: 1.1rem;
  }
  .event-calendar-title {
    margin: 0 0 0 20px;
  }
  .start-search-btn .read-more-text {
    padding: 0 35px;
  }
  .event-list {
    padding: 90px 0 55px;
  }
  .event-list-inner {
    padding: 0 10px;
  }
  .event-list-title {
    margin: 0 0 20px;
  }
  .event-list-disc {
    font-size: 1.2rem;
  }
  .event-list-more-btn {
    margin: 10px 0;
  }
  .pagination-top {
    font-size: 1.2rem;
    margin: 0 0 10px;
    flex-direction: column;
  }
  .sort-btns {
    text-align: right;
  }
  .display-num {
    font-size: 100%;
    margin: 0 0 0 5px;
  }
  .sort-btn {
    padding: 0 0 0 15px;
    margin: 0 0 0 5px;
  }
  .sort-btn::before {
    width: 11px;
    height: 11px;
  }
  .event-list-box {
    width: 100%;
    border-bottom: none;
    margin: 0 0 30px;
  }
  .event-list-box:not(:nth-of-type(3n)) {
    margin: 0 0 30px;
  }
  .read-more-btn {
    margin-top: 20px;
  }
  .read-more-btn.sp-flex .read-more-text {
    padding: 0 35px;
  }
  .pagination-bottom ul li {
    margin: 0 2px;
  }
  .pagination-prev,
  .pagination-next {
    width: 34px;
    height: 34px;
  }
  .pagination-prev img,
  .pagination-next img {
    width: 9px;
    margin: 0;
  }
  .event-description {
    padding: 25px 0 60px;
  }
  .event-description .content-wrap {
    width: 100%;
  }
  .event-description h2 {
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
  .event-description-inner {
    width: 90%;
  }
  .event-information {
    padding: 50px 0;
  }
  .event-information-table table {
    font-size: 1.2rem;
  }
  .event-information-table table th,
  .event-information-table table td {
    display: block;
  }
  .event-information-table table th {
    padding: 25px 0 0;
  }
  .event-information-table table td {
    padding: 0 0 25px;
  }
  .back-btn .read-more-text {
    padding: 0 35px;
  }
  .spot-FV-img {
    aspect-ratio: 1.92;
  }
  .spot-FV-title {
    width: 175px;
    padding: 10px 0 5px;
  }
  .spot-FV-title h2 {
    font-size: 2.5rem;
  }
  .spot-FV-title p {
    font-size: 1.1rem;
  }
  .spot-calendar-title {
    margin: 0 0 0 20px;
  }
  .spot-search-form {
    flex-direction: column;
  }
  .spot-form-parts {
    width: 85%;
    padding: 0 15px;
    margin: 0 auto 6px;
    justify-content: center;
  }
  .spot-form-parts select,
  .spot-form-parts input {
    padding: 15px 15px;
  }
  .spot-search-form .search-btn {
    width: 85%;
    margin: auto;
    justify-content: center;
  }
  .spot-list {
    padding: 90px 0 55px;
  }
  .spot-list-inner {
    padding: 0 10px;
  }
  .spot-list-title {
    margin: 0 0 20px;
  }
  .spot-list-box {
    width: 100%;
    border-bottom: none;
    margin: 0 0 30px;
  }
  .spot-list-box:not(:nth-of-type(3n)) {
    margin: 0 0 30px;
  }
  .hotel-FV-img {
    aspect-ratio: 1.92;
  }
  .hotel-FV-title {
    width: 175px;
    padding: 10px 0 5px;
  }
  .hotel-FV-title h2 {
    font-size: 2.5rem;
  }
  .hotel-FV-title p {
    font-size: 1.1rem;
  }
  .hotel-calendar-title {
    margin: 0 0 0 20px;
  }
  .hotel-search-form {
    flex-direction: column;
  }
  .hotel-form-parts {
    width: 85%;
    padding: 0 15px;
    margin: 0 auto 6px;
    justify-content: center;
  }
  .hotel-form-parts select,
  .hotel-form-parts input {
    padding: 15px 15px;
  }
  .hotel-search-form .search-btn {
    width: 85%;
    margin: auto;
    justify-content: center;
  }
  .hotel-list {
    padding: 90px 0 55px;
  }
  .hotel-list-inner {
    padding: 0 10px;
  }
  .hotel-list-title {
    margin: 0 0 20px;
  }
  .hotel-list-box {
    width: 100%;
    border-bottom: none;
    margin: 0 0 30px;
  }
  .hotel-list-box:not(:nth-of-type(3n)) {
    margin: 0 0 30px;
  }
  .event-search-form .calendar-start-selection.show {
    top: 16%;
  }
  .event-search-form .calendar-end-selection.show {
    top: 33%;
  }
  .event-search-form .category-selection.show {
    top: 67%;
  }
  .event-page-form .calendar-start-selection.show {
    margin: -270px 0 0;
  }
  .event-page-form .calendar-end-selection.show {
    margin: -213px 0 0;
  }
  .event-page-form .category-selection.show {
    margin: -105px 0 0;
  }
  .spot-search .category-selection {
    top: 20%;
  }
  .spot-search .area-selection {
    top: 43%;
  }
  .hotel-search .genre-selection {
    top: 17%;
  }
  .hotel-search .category-selection {
    top: 35%;
  }
  .hotel-search .area-selection {
    top: 53%;
  }
  .gourmet-FV-img {
    aspect-ratio: 1.92;
  }
  .gourmet-FV-title {
    width: 175px;
    padding: 10px 0 5px;
  }
  .gourmet-FV-title h2 {
    font-size: 2.5rem;
  }
  .gourmet-FV-title p {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .guide-disc {
    font-size: 1.3rem;
    margin: 20px 0 30px;
  }
  .gourmet-title .title-border {
    font-size: 1.4rem;
  }
  .gourmet-inner-wrap {
    padding: 0 10px;
    margin: 0 0 35px;
  }
  .paypay-gourmet-btn,
  .ikkyu-restaurant-btn,
  .taberogu-btn,
  .hotpepper-special-wrap {
    padding: 15px 10px 0;
  }
  .paypay-gourmet-btn a {
    width: 90%;
  }
  .ikkyu-restaurant-btn a {
    width: 80%;
  }
  .taberogu-btn a {
    width: 85%;
  }
  .area-sort-search-table table th,
  .area-sort-search-table table td {
    display: block;
  }
  .area-sort-search-table table th {
    padding: 10px 0 2px;
  }
  .area-sort-search-table table td {
    padding: 2px 0 10px 10px;
  }
  .area-sort-search-table table button {
    padding: 5px 7px;
    margin: 1px;
  }
  .area-sort-search-table table button img {
    width: 7px;
  }
  .gourmet-search {
    padding: 0;
  }
  .gourmet-search-form-wrap {
    padding: 10px 0 30px;
  }
  .gourmet-search-form-wrap .guide-disc {
    padding: 0 10px 0;
  }
  .area-sort-search-table {
    padding: 0 15px 20px;
  }
  .gourmet-form-parts {
    width: 85%;
    padding: 0 15px;
    margin: 0 auto 6px;
    justify-content: center;
  }
  .gourmet-form-parts:nth-child(4) {
    margin: 0 auto 6px;
  }
  .gourmet-form-parts select,
  .gourmet-form-parts input {
    padding: 15px 15px;
  }
  .hotpepper-special-wrap {
    font-size: 1.3rem;
  }
  .hotpepper-special-wrap a {
    width: 85%;
    margin: 0 auto 30px;
  }
  .hotpepper-special-wrap a:not(:nth-of-type(3n)) {
    margin: 0 auto 30px;
  }
  .food-search-balloon-title {
    margin: 0 0 20px;
  }
  .gourmet-list-title {
    margin: 0 0 20px;
  }
  .gourmet-list-box {
    width: 100%;
    border-bottom: none;
    margin: 0 0 30px;
  }
  .gourmet-list-box:not(:nth-of-type(3n)) {
    margin: 0 0 30px;
  }
  .gourmet-list-box-title {
    font-size: 1.4rem;
  }
  .gourmet-list-disc {
    font-size: 1.2rem;
  }
  .event-description-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.boxMap iframe {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .boxMap iframe {
    height: 300px;
  }
  .sp-header-nav-wrap {
    width: 100%;
  }
}

.wrapAds {
  width: 95%;
  max-width: 780px;
  margin: 50px auto;
}
.wrapAds .ttlH2 {
  margin-bottom: 15px;
  border-bottom: 2px dotted #999;
}
.wrapAds .ttlH2 small {
  margin-bottom: -2px;
  color: #000;
  padding: 0 10px 5px 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: inline-block;
  font-weight: bold;
}

.member_name span {
  /*賛助会員名を右寄せ、やや大きめの青字で表示*/
  display: flex;
  justify-content: flex-end;
  /*font-weight:bolder;*/
  color: #0000ff; /*blue*/
  /*font-size: 130%;*/
  font-size: 150%;
  font-weight: bold;
  white-space: nowrap;
}

/*上部の広告非表示用に追加　20231204*/
main .google-auto-placed {
  display: none;
}

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

@media screen and (min-width: 730px) {
  .pc-wd40 {
    width: 40%;
  }

  .pc-wd50 {
    width: 50%;
  }
}
.wd80 {
  width: 80%;
}
.wd90 {
  width: 90%;
}
.wd100 {
  width: 100%;
}

/*event*/
.event-search .srchToggle {
  display: none;
  margin-top: 20px;
}

.event-search .srchOpen {
}
/* アコーディオンのタイトル横の+,-*/
.event-search .srchOpen:hover {
  opacity: 0.8;
}
.event-search .srchOpen::after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  padding-left: 5px;
}
.event-search .srchOpen.open::after {
  font-family: "Font Awesome 5 Free";
  content: "\f056";
}

/* fullcalendar */
/* 日曜日 */
.fc-sun,
.fc-holiday {
  /*color: red;*/
  background: #ffc6e2 !important;
  text-align: center !important;
}

/* 土曜日 */
.fc-sat {
  /*color: blue;*/
  background: #bbe2f1;
  text-align: center !important;
}
/* 前月・翌月ボタン */
.fc-toolbar button {
  background: #0f7ac0;
  font-size: 1.2em !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  /*font-weight: 600;*/
  /*letter-spacing: 0.27rem;*/
}
/* 年月 */
.fc-toolbar h2 {
  font-size: 2em;
}

.fc th,
.fc td {
  font-size: 1.2em;
}

.fc_my_event {
  text-align: center !important;
  /*transform: translate(-50%,-50%);*/
  background-color: transparent !important;
  color: #000 !important;
  margin: 0 auto !important;
  border: none !important;
}

.fc-title a {
  text-decoration: underline;
}
