@charset "UTF-8";
img {
  max-width: 100%;
}

.guide-title {
  padding: 20px 0;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
  .guide-title {
    display: none;
  }
}

.guide-title-inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.guide-title-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.guide-title-01 {
  font-size: 20px;
  margin-right: 30px;
}

.guide-title-02 {
  font-size: 12px;
}

.guide-title-button-wrap {
  display: flex;
  align-items: center;
}

.guide-title-button {
  position: relative;
  width: 180px;
  display: block;
  background: #213C67;
  border-radius: 50px;
  padding: 10px 0;
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.guide-title-button::before {
  content: "";
  background: url(../img/icon_search.png) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.guide-title-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 15px;
  right: 12px;
  transform: rotate(135deg);
}

.guide-inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .guide-inner {
    padding: 0 15px;
  }
}

.guide-heading {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .guide-heading {
    font-size: 17px;
  }
}

.guide-heading::before,
.guide-heading::after {
  content: "";
  border-top: 1px solid #E0DCDA;
  border-bottom: 3px solid #E0DCDA;
  padding-bottom: 3px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .guide-heading::before,
  .guide-heading::after {
    border-bottom: 2px solid #E0DCDA;
  }
}

.guide-heading::before {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .guide-heading::before {
    margin-right: 0.5rem;
  }
}

.guide-heading::after {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .guide-heading::after {
    margin-left: 0.5rem;
  }
}

.guide-mv {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.guide-mv img {
  width: 100%;
}

.guide-mv-text {
  position: absolute;
  left: 10%;
  top: 16.4%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-mv-text {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.guide-mv-model {
  width: 224px;
  background: url(../img/bg_model.png) no-repeat center center/100%;
  margin: auto;
  padding: 4px 0;
  font-family: 'Noto Serif JP';
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1180px) {
  .guide-mv-model {
    width: 18.98305vw;
    padding: 0.33898vw 0;
    font-size: 1.35593vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-mv-model {
    width: 36.41026vw;
    padding: 1.02564vw 0;
    font-size: 2.5641vw;
  }
}

.guide-mv-heading {
  color: #233B5C;
  font-size: 50px;
  font-family: 'Noto Serif JP';
  font-weight: 400;
  margin-top: 24px;
  line-height: 1.3;
}

@media screen and (max-width: 1180px) {
  .guide-mv-heading {
    margin-top: 2.0339vw;
    font-size: 4.23729vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-mv-heading {
    margin-top: 2.05128vw;
    font-size: 6.92308vw;
  }
}

.guide-mv-lead {
  font-family: 'Noto Serif JP';
  font-size: 20px;
  margin-top: 26px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1180px) {
  .guide-mv-lead {
    margin-top: 2.20339vw;
    font-size: 1.69492vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-mv-lead {
    margin-top: 2.30769vw;
    font-size: 3.33333vw;
  }
}

.guide-mv-image {
  position: relative;
}

.guide-mv-image-button {
  position: absolute;
  left: 10%;
  bottom: 5.5%;
  width: 41%;
  height: 7%;
  display: block;
}

@media screen and (max-width: 768px) {
  .guide-mv-image-button {
    left: 7%;
    bottom: 30%;
    width: 86%;
    height: 4.5%;
  }
}

.guide-mv-notes {
  font-size: 14px;
  margin-top: 12px;
}

@media screen and (max-width: 1180px) {
  .guide-mv-notes {
    margin-top: 1.01695vw;
    font-size: 1.18644vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-mv-notes {
    margin-top: 2.30769vw;
    font-size: 2.5641vw;
    padding: 5.12821vw;
  }
}

.guide-mv-button {
  position: relative;
  width: 150px;
  display: block;
  border: 1px solid #233B5C;
  margin: 36px auto 0;
  padding: 5px 10px 5px 20px;
  color: #333;
  text-align: left;
}

@media screen and (max-width: 1180px) {
  .guide-mv-button {
    margin-top: 3.05085vw;
    padding: 0.42373vw 0.84746vw 0.42373vw 1.69492vw;
    width: 12.71186vw;
    font-size: 1.35593vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-mv-button {
    margin-top: 3.07692vw;
    padding: 1.28205vw 2.5641vw;
    width: 29.48718vw;
    font-size: 3.33333vw;
    letter-spacing: 0.1em;
  }
}

.guide-mv-button::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 13px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 1180px) {
  .guide-mv-button::before {
    top: 0.9322vw;
    right: 1.10169vw;
    width: 0.76271vw;
    height: 0.76271vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-mv-button::before {
    top: 3.07692vw;
    right: 1.79487vw;
    width: 1.53846vw;
    height: 1.53846vw;
  }
}

.guide-campaign {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .guide-campaign {
    margin-top: 25px;
  }
}

.guide-campaign-slider {
  position: relative;
  margin-top: 12px;
  padding-bottom: 5px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .guide-campaign-slider {
    position: relative;
    overflow: hidden;
  }
}

.guide-campaign-slider.is-disabled .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.guide-campaign-slider.is-disabled .guide-campaign-slide {
  width: calc(100% / 3 - 40px / 3);
}

.guide-campaign-slider.is-disabled .guide-campaign-button-wrap {
  display: none;
}

.guide-campaign-slide {
  position: relative;
  width: auto;
}

.guide-campaign-slide img {
  width: 100%;
}

.guide-campaign-slide-nishigo {
  display: block;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
}

@media screen and (max-width: 1180px) {
  .guide-campaign-slide-nishigo {
    height: 2.0339vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-campaign-slide-nishigo {
    height: 6.15385vw;
  }
}

.guide-campaign-slide-detail {
  display: block;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 24px;
}

@media screen and (max-width: 1180px) {
  .guide-campaign-slide-detail {
    height: 2.0339vw;
  }
}

@media screen and (max-width: 768px) {
  .guide-campaign-slide-detail {
    height: 6.15385vw;
  }
}

.guide-campaign-button-wrap {
  position: relative;
  width: 516px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .guide-campaign-button-wrap {
    position: relative;
    width: 100%;
    margin: auto;
  }
}

.guide-campaign-button-prev,
.guide-campaign-button-next {
  top: auto;
  bottom: -5px;
  width: 25px;
  height: 25px;
}

.guide-campaign-button-prev {
  background: url(../img/icon_slide_prev.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .guide-campaign-button-prev {
    left: 0;
  }
}

.guide-campaign-button-next {
  background: url(../img/icon_slide_next.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .guide-campaign-button-next {
    right: 0;
  }
}

.guide-campaign-button-prev::after,
.guide-campaign-button-next::after {
  content: "";
}

.guide-campaign-pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-campaign-pagination {
    margin-top: 12px;
  }
}

.of-separator {
  color: #999999;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .of-separator {
    margin: 0 10px;
  }
}

.guide-tab {
  margin-top: 25px;
  border-bottom: 1px solid #614F45;
  display: flex;
  justify-content: center;
  gap: 3px;
}

@media screen and (max-width: 768px) {
  .guide-tab {
    display: none;
  }
}

.guide-tab-button {
  width: 330px;
  display: block;
  padding: 12px 0;
  background: #F3F3F3;
  color: #5F5044;
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-tab-button {
    display: none;
  }
}

.guide-tab-button.is-active {
  position: relative;
  bottom: -1px;
  border-top: 3px solid #614F45;
  border-left: 1px solid #614F45;
  border-right: 1px solid #614F45;
  background: #fff;
}

.guide-tab-panel {
  display: none;
}

.guide-tab-panel.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .guide-tab-panel-exhibition {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .guide-tab-panel-map, .guide-tab-panel-pref {
    display: none !important;
  }
}

.guide-area {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #614F45;
  display: flex;
}

@media screen and (max-width: 768px) {
  .guide-area {
    display: none;
  }
}

.guide-area-heading {
  font-size: 18px;
  width: 140px;
}

.guide-area-list {
  width: calc(100% - 140px);
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.guide-area-list li {
  position: relative;
}

.guide-area-list li::after {
  content: "＞";
  color: #767576;
  margin-left: 3px;
}

.guide-area-list li a span {
  color: #2A5261;
  text-decoration: underline;
  line-height: 1;
}

.guide-area-list li a span.default {
  color: #61A977;
}

.guide-search {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #614F45;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .guide-search {
    display: none;
  }
}

.guide-search-heading {
  font-size: 18px;
}

.guide-search-form {
  margin-left: 20px;
}

.guide-search-form form {
  display: flex;
  align-items: center;
}

.guide-search-input {
  position: relative;
  width: 500px;
  display: flex;
  align-items: center;
}

.guide-search-input input {
  border: 1px solid #C1C1C1;
  padding: 12px 30px 12px 10px;
  width: 100%;
}

.guide-search-input .clear-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  font-size: 16px;
  color: #aaa;
}

.guide-search-input .clear-button:hover {
  color: #000;
}

.guide-search-form button {
  position: relative;
  border-radius: 10px;
  background: #213C67;
  margin-left: 19px;
  color: #fff;
  padding: 7px 10px 7px 30px;
}

.guide-search-form button::before {
  content: "";
  background: url(../img/icon_search.png) no-repeat center center/cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 9px;
  top: 11px;
}

.guide-exhibition {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition {
    scroll-margin-top: 64px;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #614F45;
  }
}

.guide-exhibition-count-number {
  color: #25A7E0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-count-number {
    font-size: 22.5px;
  }
}

.guide-exhibition-count-label {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-count-label {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .guide-exhibition-count-total {
    font-size: 13px;
  }
}

.guide-exhibition-area {
  display: none;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-area {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
}

.guide-exhibition-area-heading {
  font-size: 15px;
  width: 105px;
}

.guide-exhibition-area-select {
  width: calc(100% - 105px);
  padding-left: 10px;
}

.guide-exhibition-area-select select {
  width: 100%;
  border: 1px solid #C1C1C1;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-area-select select {
    font-size: 15px;
  }
}

.guide-exhibition-area-select select::placeholder {
  color: #AFAFAF;
}

.guide-exhibition-search {
  display: none;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-search {
    display: block;
    background: #605045;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 12px;
  }
}

.guide-exhibition-search img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}

.guide-exhibition-sort {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-sort {
    margin-top: 0;
  }
}

.guide-exhibition-sort-button {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: 16px;
}

.guide-exhibition-sort-button::before {
  content: "";
  background: url(../img/icon_sort.png) no-repeat center center/cover;
  width: 15px;
  height: 14px;
  display: block;
  margin-top: 1px;
  margin-right: 5px;
}

.guide-exhibition-sort-button::after {
  content: "";
  border-right: 2px solid #C1C1C1;
  border-bottom: 2px solid #C1C1C1;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 5px;
}

.guide-exhibition-sort-button.active::after {
  position: relative;
  top: 2px;
  transform: rotate(225deg);
}

.guide-exhibition-sort-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 100;
  text-align: left;
  width: max-content;
}

.guide-exhibition-sort-menu li {
  padding: 8px 12px;
  cursor: pointer;
}

.guide-exhibition-sort-menu li:hover {
  background-color: #eee;
}

.guide-exhibition-sort-selected {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #e0e0e0;
  padding: 4px 8px;
  border-radius: 4px;
}

#sortClear {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  line-height: 1;
}

.guide-exhibition-list {
  margin-top: 30px;
  padding: 0 15px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-list {
    margin-top: 5px;
    padding: 0 0 50px;
    display: block;
  }
}

.guide-exhibition-card {
  width: calc(25% - 22.5px);
}

@media screen and (max-width: 768px) {
  .guide-exhibition-card {
    position: relative;
    padding-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .guide-exhibition-card + .guide-exhibition-card {
    margin-top: 15px;
    border-top: 1px dashed #614F45;
  }
}

.guide-exhibition-card.comingsoon a {
  pointer-events: none;
  text-decoration: none;
}

.guide-exhibition-new {
  position: relative;
  top: 2px;
  float: left;
  background: #B3AC90;
  border-radius: 3px;
  display: block;
  width: 40px;
  padding: 5px 0;
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-new {
    border-radius: 2px;
    display: block;
    width: 35px;
    margin-bottom: 3px;
    padding: 6px 0;
    font-size: 10px;
  }
}

.guide-exhibition-name {
  display: block;
  color: #213C67;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-name {
    display: block;
    margin-right: 30px;
    min-height: auto;
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .guide-exhibition-content {
    margin-top: 15px;
    display: flex;
    gap: 14px;
  }
}

.guide-exhibition-image {
  margin-top: 10px;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-image {
    margin-top: 0;
    width: calc(50% - 7px);
  }
}

.guide-exhibition-image img {
  width: 100%;
  transition: opacity 0.3s, transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .guide-exhibition-image:hover img {
    transform: scale(1.04);
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .guide-exhibition-info {
    width: calc(50% - 7px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.guide-exhibition-address {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-address {
    margin-top: 0;
    font-size: 12px;
    min-height: auto;
  }
}

.guide-exhibition-link {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-link {
    display: block;
  }
}

.guide-exhibition-map {
  position: relative;
  background: #213C67;
  border-radius: 5px;
  display: block;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-map {
    position: absolute;
    top: 16px;
    right: 0;
    width: 22.5px;
    height: 22.5px;
  }
}

.guide-exhibition-map img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.5px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-map img {
    width: 8px;
  }
}

.guide-exhibition-button {
  position: relative;
  display: block;
  width: calc(100% - 45px);
  padding: 10px 0;
  background: #27A8E1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-button {
    width: 100%;
    font-size: 15px;
    padding: 7px 0;
  }
}

.guide-exhibition-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .guide-exhibition-button::after {
    top: 14px;
  }
}

.guide-exhibition-event {
  position: relative;
  background: #FEFAEF;
  margin-top: 11px;
  padding: 10px;
  display: block;
  border: 1px solid #614F45;
  border-radius: 5px;
  color: #605045;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event {
    margin-top: 15px;
    padding: 2px 0;
  }
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event::before {
    display: none;
    content: "+";
    position: absolute;
    top: -1px;
    right: 7px;
    color: #614F45;
    font-size: 20px;
  }
}

.guide-exhibition-event::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #614F45;
  border-right: 1px solid #614F45;
  position: absolute;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event::after {
    display: none;
  }
}

.guide-exhibition-event.is-hidden::before {
  display: block;
}

.guide-exhibition-event span {
  position: relative;
  padding-right: 20px;
  color: #333;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event span {
    font-size: 13px;
    font-weight: bold;
  }
}

.guide-exhibition-event span::before {
  content: "";
  background: url(../img/icon_event.png) no-repeat center center/cover;
  width: 16px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event span::before {
    top: 0;
  }
}

.guide-exhibition-event-acdn li + li a {
  border-top: 1px dashed #614F45;
  margin-top: 10px;
}

.guide-exhibition-event-acdn a {
  position: relative;
  display: block;
  padding-top: 10px;
  color: #333333;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event-acdn a {
    margin-top: 0;
    padding: 10px 25px 0 10px;
    border-top: none;
    font-size: 13px;
    font-weight: bold;
  }
}

@media (hover: hover) and (pointer: fine) {
  .guide-exhibition-event-acdn a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event-acdn a::after {
    content: "";
    background: url(../img/icon_arrow_event.png) no-repeat center center/cover;
    position: absolute;
    top: 14px;
    right: 6px;
    width: 15px;
    height: 15px;
  }
}

@media screen and (min-width: 769px) {
  .guide-exhibition-event-acdn {
    display: block !important;
  }
}

.guide-exhibition-event-close {
  display: none;
}

@media screen and (max-width: 768px) {
  .guide-exhibition-event-close {
    position: relative;
    display: block;
    border-top: 1px dashed #614F45;
    background: #fff;
    padding: 8px 0;
    margin-top: 9px;
    color: #605045;
    font-size: 12px;
  }
}

.guide-exhibition-event-close::after {
  content: "ー";
  position: absolute;
  top: 6px;
  right: 5px;
  color: #614F45;
  font-size: 15px;
}

.guide-exhibition-more {
  position: relative;
  display: block;
  width: 310px;
  border: 1px solid #223C67;
  border-radius: 30px;
  margin: 50px auto 0;
  padding: 7px 0;
  color: #213C67;
  text-align: center;
}

.guide-exhibition-more::before {
  content: "+";
  color: #223C67;
  font-size: 30px;
  position: absolute;
  top: 3px;
  left: 16px;
  line-height: 1;
}

.guide-exhibition-more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #223C67;
  border-bottom: 1px solid #223C67;
  position: absolute;
  top: 13px;
  right: 16px;
  transform: rotate(45deg);
}

.guide-map-inner {
  padding: 0;
}

.guide-map {
  padding: 25px 0 0;
}

.guide-map-pin {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
}

.guide-map-pin-event {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.guide-map-pin-event::before {
  content: "";
  background: url(../img/icon_map_event.png) no-repeat center center/cover;
  width: 19px;
  height: 27px;
  display: block;
  margin-right: 5px;
}

.guide-map-pin-guide {
  margin-left: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.guide-map-pin-guide::before {
  content: "";
  background: url(../img/icon_map_guide.png) no-repeat center center/cover;
  width: 19px;
  height: 27px;
  display: block;
  margin-right: 5px;
}

.guide-map-pin-text {
  margin-left: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.guide-map-pin-text::before {
  content: "";
  background: url(../img/icon_map_pin.png) no-repeat center center/cover;
  width: 19px;
  height: 27px;
  display: block;
  margin-right: 5px;
}

.guide-map-iframe {
  margin-top: 20px;
  width: 100%;
  height: 670px;
}

.guide-staff {
  padding-top: 66px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .guide-staff {
    background: #FEFAEF;
    padding: 25px 0;
    overflow: visible;
  }
}

.guide-staff-heading span {
  position: relative;
}

.guide-staff-heading span::after {
  content: "";
  background: url(../img/img_joekun.png) no-repeat center center/cover;
  width: 140px;
  height: 114px;
  position: absolute;
  top: -63px;
  right: -133px;
}

@media screen and (max-width: 768px) {
  .guide-staff-heading span::after {
    top: -33px;
    right: -83px;
    width: 87.5px;
    height: 71px;
  }
}

.guide-staff-slider {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .guide-staff-slider {
    margin-top: 25px;
  }
}

.guide-staff-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  overflow-x: auto;
}

.guide-staff-slider:not(.swiper-initialized) .guide-staff-slide {
  flex-shrink: 0;
  width: calc((100% - 30px) / 3);
}

@media screen and (max-width: 768px) {
  .guide-staff-slider:not(.swiper-initialized) .guide-staff-slide {
    width: 100%;
  }
}

.guide-staff-slider:not(.swiper-initialized) .is-hidden {
  display: none !important;
}

.guide-staff-image {
  display: block;
  overflow: hidden;
}

.guide-staff-image img {
  width: 100%;
  transition: opacity 0.3s,transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .guide-staff-image:hover img {
    transform: scale(1.04);
    opacity: 0.7;
  }
}

.guide-staff-text {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .guide-staff-text {
    font-size: 14px;
  }
}

.guide-staff-place {
  display: block;
  margin-top: 10px;
  color: #213C67;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .guide-staff-place {
    font-size: 14px;
  }
}

.guide-staff-button-wrap {
  position: relative;
  width: 516px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .guide-staff-button-wrap {
    width: 100%;
  }
}

.guide-staff-button-prev,
.guide-staff-button-next {
  top: auto;
  bottom: 0px;
  width: 25px;
  height: 25px;
}

.guide-staff-button-prev {
  background: url(../img/icon_slide_prev.png) no-repeat center center/cover;
}

.guide-staff-button-next {
  background: url(../img/icon_slide_next.png) no-repeat center center/cover;
}

.guide-staff-button-prev::after,
.guide-staff-button-next::after {
  content: "";
}

.guide-staff-pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.guide-check {
  margin-top: 50px;
  background: #F3F5F7;
  padding: 50px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .guide-check {
    margin-top: 0;
  }
}

.guide-check-list {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .guide-check-list {
    margin-top: 20px;
  }
}

.guide-check-list:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
}

.guide-check-list:not(.swiper-initialized) .guide-check-card {
  flex-shrink: 0;
  width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 768px) {
  .guide-check-list:not(.swiper-initialized) .guide-check-card {
    width: calc((100% - 20px) / 2);
  }
}

.guide-check-list:not(.swiper-initialized) .is-hidden {
  display: none !important;
}

.guide-check-name {
  display: block;
  color: #213C67;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .guide-check-name {
    font-size: 14px;
  }
}

.guide-check-image {
  display: block;
  margin-top: 10px;
  overflow: hidden;
}

.guide-check-image img {
  width: 100%;
  transition: opacity 0.3s,transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .guide-check-image:hover img {
    transform: scale(1.04);
    opacity: 0.7;
  }
}

.guide-check-address {
  margin-top: 5px;
  display: block;
  min-height: 72px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .guide-check-address {
    display: none;
  }
}

.guide-check-button {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 10px 0;
  background: #27A8E1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-check-button {
    padding: 7px 0;
    font-size: 15px;
  }
}

.guide-check-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .guide-check-button::after {
    top: 14px;
  }
}

.guide-check-button-wrap {
  position: relative;
  width: 516px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .guide-check-button-wrap {
    width: 100%;
  }
}

.guide-check-button-prev,
.guide-check-button-next {
  top: auto;
  bottom: 0px;
  width: 25px;
  height: 25px;
}

.guide-check-button-prev {
  background: url(../img/icon_slide_prev.png) no-repeat center center/cover;
}

.guide-check-button-next {
  background: url(../img/icon_slide_next.png) no-repeat center center/cover;
}

.guide-check-button-prev::after,
.guide-check-button-next::after {
  content: "";
}

.guide-check-pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.guide-check-event {
  position: relative;
  background: #FEFAEF;
  margin-top: 11px;
  padding: 10px 0;
  display: block;
  border: 1px solid #614F45;
  color: #605045;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-check-event {
    padding: 7px 0;
    font-size: 15px;
  }
}

.guide-check-event::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #614F45;
  border-right: 1px solid #614F45;
  position: absolute;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .guide-check-event::after {
    top: 14px;
  }
}

.guide-banner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .guide-banner {
    padding: 50px 15px 10px;
  }
}

.fixed-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed-button {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background: #605045;
    z-index: 9999;
    text-align: center;
  }
}

.fixed-button-pref {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed-button-pref {
    position: relative;
    display: block;
    width: 50%;
    background: #605045;
    z-index: 9999;
    text-align: center;
    padding-left: 10px;
  }
}

.fixed-button-pref::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.fixed-button-pref .fixed-button-pref-text {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.fixed-button-pref .fixed-button-pref-text::before {
  content: "";
  background: url(../img/icon_pref.png) no-repeat center center/cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: -26px;
}

.fixed-button-pref .fixed-button-pref-text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 9px;
  right: -13px;
  transform: rotate(45deg);
}

.fixed-button-map {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed-button-map {
    position: relative;
    display: block;
    width: 50%;
    background: #605045;
    z-index: 9999;
    text-align: center;
    padding-left: 10px;
  }
}

.fixed-button-map .fixed-button-map-balloon {
  background: url(../img/bg_fixed_button.png) no-repeat center center/100%;
  display: block;
  width: 100%;
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 175px;
  font-size: 12px;
  letter-spacing: -0.05em;
  padding: 6px 0 10px;
}

.fixed-button-map .fixed-button-map-text {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.fixed-button-map .fixed-button-map-text::before {
  content: "";
  background: url(../img/icon_map_fixed.png) no-repeat center center/cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: -28px;
}

.fixed-button-map .fixed-button-map-text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 9px;
  right: -13px;
  transform: rotate(45deg);
}

.guide-modal {
  display: none;
  height: 100vh;
  height: 100dvh;
  left: 0%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  overflow: scroll;
}

.guide-modal.is-active {
  display: block;
}

@media screen and (min-width: 769px) {
  .guide-modal {
    display: none !important;
  }
}

.guide-modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.guide-modal-content {
  padding: 10px 0 20px;
  position: absolute;
  top: 45px;
  background: #F7F7F7;
  z-index: 12;
  width: 100%;
}

.guide-modal-close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 5px;
  z-index: 14;
  width: 30px;
  height: 30px;
}

.guide-modal-close span {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px;
}

.guide-modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.guide-modal-close span:nth-child(2) {
  transform: rotate(135deg);
}

.guide-map-modal-content {
  padding: 10px 15px 0;
  background: #fff;
}

.guide-map-modal-heading {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.guide-map-modal-lead {
  margin-top: 10px;
  font-size: 13px;
}

.guide-map-modal-pin {
  margin: 10px 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.guide-map-modal-pin-event {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.guide-map-modal-pin-event::before {
  content: "";
  background: url(../img/icon_map_event.png) no-repeat center center/cover;
  width: 12.5px;
  height: 17.5px;
  display: block;
  margin-right: 5px;
}

.guide-map-modal-pin-guide {
  margin-left: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.guide-map-modal-pin-guide::before {
  content: "";
  background: url(../img/icon_map_guide.png) no-repeat center center/cover;
  width: 12.5px;
  height: 17.5px;
  display: block;
  margin-right: 5px;
}

.guide-map-modal-pin-text {
  margin-top: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.guide-map-modal-pin-text::before {
  content: "";
  background: url(../img/icon_map_pin.png) no-repeat center center/cover;
  width: 12.5px;
  height: 17.5px;
  display: block;
  margin-right: 5px;
}

.guide-map-modal-balloon {
  text-align: center;
}

.guide-map-modal-balloon span {
  position: relative;
  display: inline-block;
  background: #F5F1E9;
  border: 1px solid #5F5044;
  padding: 5px 10px;
  margin-bottom: 11px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.guide-map-modal-balloon span::before, .guide-map-modal-balloon span::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-top: 10px solid #5F5044;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.guide-map-modal-balloon span::after {
  bottom: -8px;
  border-top: solid 10px #F5F1E9;
}

.guide-map-modal-button {
  display: block;
  width: calc(100% + 30px);
  padding: 8px 0;
  margin-left: -15px;
  background: #605045;
  z-index: 9999;
  text-align: center;
}

.guide-map-modal-button span {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.guide-map-modal-button span::before {
  content: "";
  background: url(../img/icon_pref.png) no-repeat center center/cover;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: -33px;
}

.guide-map-modal-button span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: -13px;
  transform: rotate(45deg);
}

.guide-pref-modal .guide-pref-modal-content {
  background: #fff;
  padding-bottom: 0;
}

.guide-pref-modal dl {
  margin-bottom: 1px;
}

.guide-pref-modal dt {
  background: #F7F7F7;
}

.guide-pref-modal dt a {
  position: relative;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 9px 15px 9px 30px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.guide-pref-modal dt a::before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  top: 10px;
  width: 8px;
  height: 20px;
}

.guide-pref-modal dt a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.guide-pref-modal dd {
  display: flex;
  gap: 5px 13px;
  flex-wrap: wrap;
  padding: 10px 15px;
}

.guide-pref-modal dd a {
  position: relative;
  display: block;
  color: #333333;
  font-size: 13px;
  padding-right: 18px;
}

.guide-pref-modal dd a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.guide-pref-modal .region-hokkaido dt a::before {
  background-color: #5974a7;
}

.guide-pref-modal .region-tohoku dt a::before {
  background-color: #32a3d6;
}

.guide-pref-modal .region-kanto dt a::before {
  background-color: #61a977;
}

.guide-pref-modal .region-chubu dt a::before {
  background-color: #c1c133;
}

.guide-pref-modal .region-tokai dt a::before {
  background-color: #a0c68f;
}

.guide-pref-modal .region-kinki dt a::before {
  background-color: #EAAD5A;
}

.guide-pref-modal .region-chugoku dt a::before {
  background-color: #e67eae;
}

.guide-pref-modal .region-shikoku dt a::before {
  background-color: #e68e7e;
}

.guide-pref-modal .region-kyushu dt a::before {
  background-color: #f2b7d4;
}

.guide-pref-modal-heading {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.guide-pref-modal-map {
  display: block;
  width: 100%;
  padding: 8px 0;
  background: #605045;
  z-index: 9999;
  text-align: center;
}

.guide-pref-modal-map span {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.guide-pref-modal-map span::before {
  content: "";
  background: url(../img/icon_map_fixed.png) no-repeat center center/cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: -33px;
}

.guide-pref-modal-map span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: -13px;
  transform: rotate(45deg);
}

.guide-search-modal-content {
  padding: 20px 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}

.guide-search-modal-heading {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.guide-search-modal-form .guide-search-modal-input {
  position: relative;
}

.guide-search-modal-form input {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #C6C6C6;
  font-size: 13px;
}

.guide-search-modal-form input::placeholder {
  color: #AFAFAF;
}

.guide-search-modal-form .clear-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  font-size: 16px;
  color: #aaa;
}

.guide-search-modal-form .clear-button:hover {
  color: #000;
}

.guide-search-modal-form button {
  display: block;
  margin: 15px auto 0;
  position: relative;
  border-radius: 5px;
  background: #213C67;
  color: #fff;
  font-size: 13px;
  padding: 5px 5px 7px 20px;
  line-height: 1;
}

.guide-search-modal-form button::before {
  content: "";
  background: url(../img/icon_search.png) no-repeat center center/cover;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 6px;
  top: 7px;
}

/* 都道府県モーダル関連　SP+位置情報オフ時のみ */
.guide-locate-modal {
  display: none;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  overflow: scroll;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: block;
  pointer-events: none;
}

.guide-locate-modal.is-show {
  opacity: 1;
  pointer-events: auto;
}

.guide-locate-modal.is-show .guide-locate-modal-content {
  transform: translateY(0) translateX(-50%);
}

.guide-locate-modal-content {
  width: 700px;
  max-width: 100%;
  background: #fff;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  margin: 0;
  z-index: 1;
  transform: translateY(30px) translateX(-50%);
  transition: transform 0.8s ease;
}

@media screen and (max-width: 768px) {
  .guide-locate-modal-content {
    padding: 15px;
  }
}

.guide-locate-iikoto {
  background: #FEFAEF;
  padding: 16px 20px 25px;
}

@media screen and (max-width: 768px) {
  .guide-locate-iikoto {
    padding: 8px 15px;
  }
}

.guide-locate-iikoto-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .guide-locate-iikoto-title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

.guide-locate-iikoto-title span {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .guide-locate-iikoto-title span {
    font-size: 23px;
  }
}

.guide-locate-iikoto-title .iikoto {
  display: inline-flex;
  gap: 0.2em;
  /* 文字の間隔を調整 */
}

.guide-locate-iikoto-title .iikoto .char {
  position: relative;
  display: inline-block;
}

.guide-locate-iikoto-title .iikoto .char::before {
  content: "";
  position: absolute;
  top: -2px;
  /* 文字との距離は調整可能 */
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .guide-locate-iikoto-title .iikoto .char::before {
    top: 1px;
    width: 4px;
    height: 4px;
  }
}

.guide-locate-iikoto-title .char1::before {
  background-color: #EA532B;
}

.guide-locate-iikoto-title .char2::before {
  background-color: #F4BD45;
}

.guide-locate-iikoto-title .char3::before {
  background-color: #95D269;
}

.guide-locate-iikoto-title .char4::before {
  background-color: #B575E2;
}

.guide-locate-lead {
  text-align: center;
  background: #FFFFFF;
  margin-top: 10px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .guide-locate-lead {
    margin-top: 5px;
    padding: 0;
  }
}

.guide-locate-lead p {
  padding: 7px 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .guide-locate-lead p {
    padding: 13px 0;
    font-size: 13px;
  }
}

.guide-locate-lead p + p {
  border-top: 1px dashed #333;
}

.guide-locate-lead span {
  font-size: 20px;
  font-weight: bold;
  color: #24A6E0;
}

@media screen and (max-width: 768px) {
  .guide-locate-lead span {
    font-size: 15px;
  }
}

.guide-locate-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -27px;
}

@media screen and (max-width: 768px) {
  .guide-locate-title {
    margin-top: 5px;
  }
}

.guide-locate-title-text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .guide-locate-title-text {
    font-size: 18px;
    margin-top: 25px;
  }
}

.guide-locate-title-image {
  height: auto;
  width: 68px;
}

@media screen and (max-width: 768px) {
  .guide-locate-title-image {
    width: 50px;
  }
}

.guide-locate-form {
  display: none;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .guide-locate-form {
    display: block;
    margin-top: 8px;
  }
}

.guide-locate-form-heading {
  text-align: center;
}

.guide-locate-form-inner {
  background: #F7F7F7;
  padding: 22px 15px;
  margin-top: 8px;
}

.guide-locate-form-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .guide-locate-form-row {
    display: block;
  }
}

.guide-locate-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .guide-locate-row + .guide-locate-row {
    margin-top: 10px;
  }
}

.guide-locate-label {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .guide-locate-label {
    font-size: 13px;
    width: 56px;
  }
}

.selectbox {
  position: relative;
  display: block;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .selectbox {
    width: calc(100% - 66px);
  }
}

.selectbox select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .selectbox select {
    padding: 8px 38px 8px 12px;
    font-size: 14px;
  }
}

.selectbox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 41px;
  background: url(/guide/img/icon_locate_search.png) no-repeat center right/100% 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .selectbox::after {
    width: 35px;
  }
}

.selectbox select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(38, 132, 255, 0.25);
  border-color: #2684FF;
}

.selectbox.is-disabled::after,
.selectbox:has(select:disabled)::after {
  filter: grayscale(1) opacity(0.6);
}

.selectbox.is-disabled select,
.selectbox:has(select:disabled) select {
  background-color: #f7f7f7;
  color: #999;
  border-color: #ddd;
}

.guide-locate-check {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .guide-locate-check {
    margin-top: 13px;
  }
}

.guide-locate-modes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}

@media screen and (max-width: 768px) {
  .guide-locate-modes {
    gap: 12px;
  }
}

.guide-locate-radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .guide-locate-radio {
    font-size: 13px;
  }
}

.guide-locate-actions {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .guide-locate-actions {
    display: block;
    margin-top: 15px;
  }
}

.guide-locate-btn {
  position: relative;
  display: block;
  background: #27A8E1;
  width: 310px;
  padding: 13px 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .guide-locate-btn {
    margin: auto;
    padding: 12px 0;
    font-size: 17px;
  }
}

.guide-locate-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}

.guide-locate-reset {
  display: block;
  color: #333;
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guide-locate-reset {
    margin: 15px auto 0;
    font-size: 13px;
  }
}

.guide-locate-error {
  color: #c00;
  font-size: 14px;
  margin: 4px 0 0;
}

.guide-locate-optout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .guide-locate-optout {
    margin-top: 15px;
    font-size: 13px;
  }
}

.guide-locate-optout label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.guide-locate-optout input,
.guide-locate-radio input {
  inline-size: 16px;
  block-size: 16px;
  vertical-align: middle;
}

.quo-modal-wrap {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 100px 60px;
  z-index: 999999;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .quo-modal-wrap {
    padding: 60px 0;
  }
}

.quo-modal-overlay {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.quo-modal {
  position: relative;
  background: #fff;
  max-width: 100%;
  width: 800px;
  margin: auto;
  padding: 35px 50px;
}

@media screen and (max-width: 768px) {
  .quo-modal {
    padding: 25px 15px;
  }
}

.quo-modal--summer {
  padding: 0;
}

.quo-modal-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -50px;
  width: 40px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .quo-modal-close {
    right: 0;
    top: -50px;
  }
}

.quo-modal-close span {
  position: absolute;
  top: 15px;
  left: 0;
  background: #fff;
  width: 40px;
  height: 2px;
}

.quo-modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.quo-modal-close span:nth-child(2) {
  transform: rotate(135deg);
}

.quo-modal-close p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .quo-modal-close p {
    margin-top: 30px;
    font-size: 10px;
    text-align: center;
  }
}

.quo-modal-heading {
  color: #53A6DB;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.333;
}

@media screen and (max-width: 768px) {
  .quo-modal-heading {
    font-size: 15px;
  }
}

.quo-modal-text {
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .quo-modal-text {
    margin-top: 13px;
    font-size: 13px;
  }
}

.quo-modal-notes {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .quo-modal-notes {
    margin-top: 7px;
  }
}

.quo-modal-notes--summer {
  margin-top: 0;
  padding: 10px 20px 20px;
}

.quo-modal-notes p {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .quo-modal-notes p {
    font-size: 10px;
  }
}

.quo-modal-image {
  position: relative;
}

.quo-modal-image-link {
  position: absolute;
  bottom: 8%;
  width: 40%;
  height: 9%;
  display: block;
  left: 11.4%;
}

@media screen and (max-width: 768px) {
  .quo-modal-image-link {
    bottom: 43%;
    width: 85%;
    height: 6%;
    left: 7.4%;
  }
}

.quo-modal-tab {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .quo-modal-tab {
    margin-top: 10px;
  }
}

.quo-modal-tab-heading {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .quo-modal-tab-heading {
    font-size: 15px;
  }
}

.quo-modal-tab-inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .quo-modal-tab-inner {
    display: block;
  }
}

.quo-modal-tab-text {
  margin-top: 20px;
  font-size: 20px;
  padding-left: 30px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .quo-modal-tab-text {
    margin-top: 10px;
    padding-left: 0;
    font-size: 13px;
    width: 100%;
  }
}

.quo-modal-tab-image {
  text-align: center;
  margin-top: 20px;
  width: 50%;
}

.quo-modal-tab-image img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .quo-modal-tab-image {
    width: 90%;
    margin: 10px auto 0;
  }
}

.quo-modal-button {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .icj-pagetop {
    bottom: 75px;
  }
}

/* ========== 全国マップ ========== */
.guide-pref-heading {
  position: relative;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  z-index: 1;
}

#mainMap {
  overflow: hidden;
  position: relative;
  display: block;
  height: 872px;
  max-width: 960px;
  margin: -30px auto -50px;
  background: url(/guide/img/fig_main_map.png) no-repeat center top;
}

.mainMap_btn {
  position: absolute;
  left: 180px;
  top: 53px;
  display: block;
  width: 180px;
  height: 36px;
  background: #585858;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
}

.mainMap_btn::before {
  content: "";
  background: url(/guide/img/ico_gps.png) center center/cover;
  position: absolute;
  left: 16px;
  top: 7px;
  display: block;
  width: 16px;
  height: 23px;
}

.mainMap_btn::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: -2px;
  font-size: 28px;
  font-weight: normal;
}

.mainMap_tab {
  display: none;
}

.mainMap_ttl {
  position: absolute;
  left: 0px;
  top: 56px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

.mainMap_txt {
  position: absolute;
  left: 0px;
  top: 111px;
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
}

#mainMap dl {
  position: absolute;
  width: 150px;
  padding: 0 0 10px;
  border: #cccccc solid 1px;
  left: 0;
  right: 0;
  margin: auto;
}

#mainMap_area1 {
  top: 59px;
  transform: translateX(395px);
}

#mainMap_area1 a {
  display: block;
}

#mainMap_area2 {
  top: 178px;
  transform: translateX(395px);
}

#mainMap_area3 {
  top: 448px;
  transform: translateX(330px);
}

#mainMap_area4 {
  top: 156px;
  transform: translateX(0);
}

#mainMap_area5 {
  top: 604px;
  transform: translateX(125px);
}

#mainMap_area6 {
  top: 235px;
  transform: translateX(-170px);
}

#mainMap_area7 {
  top: 310px;
  transform: translateX(-340px);
}

#mainMap_area8 {
  top: 658px;
  transform: translateX(-120px);
}

#mainMap_area9 {
  top: 541px;
  transform: translateX(-395px);
}

#mainMap dl dt a {
  padding: 8px 0 16px;
  font-size: 21px;
  font-size: 1.32rem;
  line-height: 1;
  text-align: center;
  border-top-style: solid;
  border-top-width: 5px;
}

#mainMap_area1 dt a {
  color: #5974a7;
  border-top-color: #5571a8;
}

#mainMap_area2 dt a {
  color: #32a3d6;
  border-top-color: #32a3d6;
}

#mainMap_area3 dt a {
  color: #61a977;
  border-top-color: #61a977;
}

#mainMap_area4 dt a {
  color: #c1c133;
  border-top-color: #c1c133;
}

#mainMap_area5 dt a {
  color: #a0c68f;
  border-top-color: #a0c68f;
}

#mainMap_area6 dt a {
  color: #eaad5a;
  border-top-color: #eaad5a;
}

#mainMap_area7 dt a {
  color: #e67eae;
  border-top-color: #e67eae;
}

#mainMap_area8 dt a {
  color: #e68e7e;
  border-top-color: #e68e7e;
}

#mainMap_area9 dt a {
  color: #f2b7d4;
  border-top-color: #f2b7d4;
}

#mainMap dl dd a {
  display: block;
  padding: 6px 18px;
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}

#mainMap dl dd a:before {
  content: "> ";
}

/* ========== /全国マップ ========== */
@media screen and (min-width: 769px) {
  #mainMap dl dt a:hover {
    background: #eeeeee;
  }
  #mainMap dl dd a:hover {
    background: #eeeeee;
  }
}

@media screen and (max-width: 960px) {
  #mainMap {
    background: url(/guide/img/fig_main_map.png) no-repeat center center;
    background-size: 800px;
    margin-top: -70px;
  }
  #mainMap dl {
    width: 130px;
    padding: 0 0 10px;
  }
  #mainMap_area1 {
    top: 100px;
    transform: translateX(300px);
  }
  #mainMap_area2 {
    top: 222px;
    transform: translateX(320px);
  }
  #mainMap_area3 {
    top: 465px;
    transform: translateX(300px);
  }
  #mainMap_area4 {
    top: 160px;
    transform: translateX(20px);
  }
  #mainMap_area5 {
    top: 570px;
    transform: translateX(120px);
  }
  #mainMap_area6 {
    top: 235px;
    transform: translateX(-129px);
  }
  #mainMap_area7 {
    top: 310px;
    transform: translateX(-277px);
  }
  #mainMap_area8 {
    top: 615px;
    transform: translateX(-100px);
  }
  #mainMap_area9 {
    top: 535px;
    transform: translateX(-320px);
  }
  #mainMap dl dt a {
    padding: 8px 0 16px;
    font-size: 21px;
    font-size: 1.32rem;
    line-height: 1;
    text-align: center;
    border-top-style: solid;
    border-top-width: 5px;
  }
  #mainMap dl dd a {
    display: block;
    padding: 6px 18px;
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
}
