@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=M+PLUS+2:wght@100..900&display=swap");
@media (min-width: 769px) {
  .p-iwagijima {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .p-iwagijima {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .p-iwagijima .container {
    padding: 0 20px;
  }
}
.p-iwagijima__slider {
  margin-bottom: 85px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .p-iwagijima__slider {
    margin-bottom: 41px;
  }
}
.p-iwagijima__slider-text {
  position: absolute;
  top: 42px;
  right: 120px;
  width: 220px;
  height: auto;
  z-index: 5;
}
@media (max-width: 768px) {
  .p-iwagijima__slider-text {
    position: relative;
    padding-top: 26px;
    top: auto;
    right: auto;
    width: 150px;
    height: auto;
    margin: 0 auto 30px;
  }
}
.p-iwagijima__slider-text img {
  width: 100%;
  height: auto;
}
.p-iwagijima__slider .swiper-button-prev {
  width: 44px;
  height: 120px;
  background-image: url(../img_iwagijima/slider-prev.png);
  background-position: center;
  background-size: cover;
  top: calc(50% - 60px);
  left: 0;
}
@media (max-width: 768px) {
  .p-iwagijima__slider .swiper-button-prev {
    width: 18px;
    height: 50px;
    top: auto;
    bottom: 34%;
  }
}
.p-iwagijima__slider .swiper-button-prev::after {
  display: none;
}
.p-iwagijima__slider .swiper-button-next {
  width: 44px;
  height: 120px;
  background-image: url(../img_iwagijima/slider-next.png);
  background-position: center;
  background-size: cover;
  top: calc(50% - 60px);
  right: 0;
}
@media (max-width: 768px) {
  .p-iwagijima__slider .swiper-button-next {
    width: 18px;
    height: 50px;
    top: auto;
    bottom: 34%;
  }
}
.p-iwagijima__slider .swiper-button-next::after {
  display: none;
}
.p-iwagijima__slider-dots {
  position: relative;
  margin-top: 28px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.p-iwagijima__slider-dots .swiper-pagination-bullet {
  background-color: #868383;
  opacity: 1;
}
.p-iwagijima__slider-dots .swiper-pagination-bullet-active {
  background-color: #535453;
}
.p-iwagijima .swiper-slide {
  display: block;
}
.p-iwagijima .swiper-slide img {
  width: 100%;
}
.p-iwagijima .swiper-slide span {
  margin-top: 16px;
  font-family: "M PLUS 2", sans-serif;
  color: #868383;
  font-style: italic;
  opacity: 0;
  transition: 0.5s;
}
.p-iwagijima .swiper-slide.swiper-slide-duplicate-active span {
  opacity: 1;
}
.p-iwagijima__data {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-iwagijima__data {
    margin-bottom: 60px;
  }
}
.p-iwagijima__data-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .p-iwagijima__data-flex {
    gap: 0px;
  }
}
.p-iwagijima__data-text {
  width: calc(50% - 40px);
}
@media (max-width: 900px) {
  .p-iwagijima__data-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .p-iwagijima__data-text {
    width: 100%;
  }
}
.p-iwagijima__data-text h2 {
  background-image: none;
  font-size: 3.5rem;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .p-iwagijima__data-text h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 38px;
  }
}
.p-iwagijima__data-text p {
  font-size: 1.8rem;
  margin-bottom: 80px;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-iwagijima__data-text p {
    font-size: 1.5rem;
    margin-bottom: 24px;
    padding: 0 10px;
  }
}
.p-iwagijima__data-text .data {
  font-size: 1.5rem;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-iwagijima__data-text .data {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.p-iwagijima__data-img {
  width: 50%;
}
@media (max-width: 768px) {
  .p-iwagijima__data-img {
    width: 100%;
  }
}
.p-iwagijima__data-img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 640/535;
  margin-bottom: 10px;
}
.p-iwagijima__data-img .data {
  font-size: 1.5rem;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-iwagijima__data-img .data {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.p-iwagijima__info {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .p-iwagijima__info {
    margin-bottom: 60px;
  }
}
.p-iwagijima__info-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 900px) {
  .p-iwagijima__info-flex {
    gap: 20px;
  }
}
.p-iwagijima__info-img {
  width: calc(50% - 60px);
}
@media (max-width: 768px) {
  .p-iwagijima__info-img {
    width: 100%;
  }
}
.p-iwagijima__info-img img {
  width: 100%;
  height: auto;
}
.p-iwagijima__info-text {
  width: 50%;
}
@media (max-width: 900px) {
  .p-iwagijima__info-text {
    width: calc(50% + 40px);
  }
}
@media (max-width: 768px) {
  .p-iwagijima__info-text {
    width: 100%;
  }
}
.p-iwagijima__info-text h3 {
  padding-left: 90px;
  position: relative;
  margin-bottom: 44px;
  font-size: 3rem;
  text-align: left;
  background: none;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .p-iwagijima__info-text h3 {
    text-align: center;
    font-size: 2rem;
    padding-left: 0;
    padding-top: 60px;
    margin-bottom: 20px;
  }
}
.p-iwagijima__info-text h3::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 40px;
  background-position: center;
  background-size: cover;
  left: 0;
}
@media (max-width: 768px) {
  .p-iwagijima__info-text h3::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.p-iwagijima__info-text p {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-iwagijima__info-text p {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
.p-iwagijima__info01 .p-iwagijima__info-text h3::before {
  background-image: url(../img_iwagijima/h3_island_01_edit.svg);
}
.p-iwagijima__info02 .p-iwagijima__info-img {
  order: 2;
}
@media (max-width: 768px) {
  .p-iwagijima__info02 .p-iwagijima__info-img {
    order: 1;
  }
}
.p-iwagijima__info02 .p-iwagijima__info-text {
  order: 1;
}
@media (max-width: 768px) {
  .p-iwagijima__info02 .p-iwagijima__info-text {
    order: 2;
  }
}
.p-iwagijima__info02 .p-iwagijima__info-text h3::before {
  width: 47px;
  background-image: url(../img_iwagijima/h3_island_02_edit.svg);
}
.p-iwagijima__info03 .p-iwagijima__info-text h3::before {
  width: 52px;
  background-image: url(../img_iwagijima/h3_island_03_edit.svg);
}
.p-iwagijima__bnr {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .p-iwagijima__bnr {
    margin-bottom: 60px;
  }
}
.p-iwagijima__bnr-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 117px;
}
@media (max-width: 900px) {
  .p-iwagijima__bnr-flex {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .p-iwagijima__bnr-flex {
    gap: 20px;
    padding: 0 17.5px;
  }
}
.p-iwagijima__bnr-img {
  display: block;
  width: calc(33.3333% - 78px);
}
@media (max-width: 900px) {
  .p-iwagijima__bnr-img {
    width: calc(33.3333% - 40px);
  }
}
@media (max-width: 768px) {
  .p-iwagijima__bnr-img {
    width: 100%;
  }
}
.p-iwagijima__bnr-img img {
  width: 100%;
  height: auto;
}
.p-iwagijima__trip {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-iwagijima__trip {
    padding: 0 30px;
    margin-bottom: 52px;
  }
}
.p-iwagijima__trip h2 {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 50px;
  width: 100%;
}
.p-iwagijima__trip .cf::after {
  display: none;
}
.p-iwagijima__trip ul.trip {
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-iwagijima__trip ul.trip {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-iwagijima__trip ul.trip li {
  float: unset;
  width: 160px;
  height: auto;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-iwagijima__trip ul.trip li {
    width: calc(50% - 10px);
  }
}
.p-iwagijima__trip ul.trip li a {
  display: block;
}
.p-iwagijima__trip ul.trip li img {
  width: 100%;
}
.p-iwagijima__many {
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .p-iwagijima__many {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .p-iwagijima__many {
    padding-bottom: 80px;
  }
}
.p-iwagijima__many-title h2 {
  width: 100%;
  max-width: 778px;
  margin: 0 auto 40px;
  background-image: none;
  padding-bottom: 0;
}
.p-iwagijima__many-title h2 img {
  width: 100%;
  height: auto;
}
.p-iwagijima__many-block {
  position: relative;
}
.p-iwagijima__many-touch {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 163px;
  /*波形のアニメーション*/
}
@media (max-width: 768px) {
  .p-iwagijima__many-touch {
    max-width: 120px;
    top: auto;
    right: auto;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-iwagijima__many-touch .img::before, .p-iwagijima__many-touch .img::after {
  content: "";
  position: absolute;
  left: -3%;
  top: -30%;
  border: 3px solid #EE7800;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 2.4s circleanime linear infinite;
          animation: 2.4s circleanime linear infinite;
}
@media (max-width: 768px) {
  .p-iwagijima__many-touch .img::before, .p-iwagijima__many-touch .img::after {
    left: -4%;
    top: -23%;
  }
}
.p-iwagijima__many-touch .img::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p-iwagijima__many-touch .wave::before {
  content: "";
  position: absolute;
  left: -3%;
  top: -30%;
  border: 3px solid #EE7800;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 2.4s circleanime linear infinite;
          animation: 2.4s circleanime linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media (max-width: 768px) {
  .p-iwagijima__many-touch .wave::before {
    left: -4%;
    top: -23%;
  }
}
@-webkit-keyframes circleanime {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes circleanime {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.p-iwagijima__many-touch img {
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  display: block;
  position: relative;
  z-index: 1;
}
.p-iwagijima__many-touch .text {
  display: block;
  text-align: center;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-iwagijima__many-touch .text {
    font-size: 1.1rem;
  }
}
.p-iwagijima__many-img {
  position: relative;
}
.p-iwagijima__many-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 0.3s;
}
.p-iwagijima__many-img .parent {
  opacity: 1;
}
.p-iwagijima__many-img .hover-iwagi {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-iwagi.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-ikina {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-ikina.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-yuge {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-yuge.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-tsuba {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-tsuba.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-sa {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-sa.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-toyo {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-toyo.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-takaikami {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-takaikami.active {
  opacity: 1;
}
.p-iwagijima__many-img .hover-uo {
  position: absolute;
  top: 0;
  left: 0;
}
.p-iwagijima__many-img .hover-uo.active {
  opacity: 1;
}
.p-iwagijima__many-img .link-iwagi {
  position: absolute;
  width: 26%;
  height: 36%;
  top: 10%;
  left: 0;
}
.p-iwagijima__many-img .link-ikina {
  position: absolute;
  width: 16%;
  height: 26%;
  top: 7%;
  left: 29%;
}
.p-iwagijima__many-img .link-yuge {
  position: absolute;
  width: 25%;
  height: 46%;
  top: 10%;
  left: 52%;
}
.p-iwagijima__many-img .link-akahone {
  position: absolute;
  width: 15%;
  height: 13%;
  top: 41%;
  left: 15%;
}
.p-iwagijima__many-img .link-tsuba {
  position: absolute;
  width: 17%;
  height: 29%;
  top: 41%;
  left: 13%;
}
.p-iwagijima__many-img .link-sa {
  position: absolute;
  width: 15%;
  height: 27%;
  top: 39%;
  left: 32%;
}
.p-iwagijima__many-img .link-toyo {
  position: absolute;
  width: 10%;
  height: 7%;
  top: 55%;
  left: 65%;
}
.p-iwagijima__many-img .link-takaikami {
  position: absolute;
  width: 8%;
  height: 14%;
  top: 69%;
  left: 73%;
}
.p-iwagijima__many-img .link-uo {
  position: absolute;
  width: 13%;
  height: 11%;
  top: 84%;
  left: 87%;
}

.p-headerNav__lv2Link.--icon.--rentacycle::before {
  background-image: url(../img_header/rent_icon.svg);
  width: 30px;
  height: 29px;
}

.p-headerNav__lv2Link.--icon.--rentacycle:hover::before {
  background-image: url(../img_header/rent_icon_on.svg);
}

.p-headerNav__lv2List input::-moz-placeholder {
  color: #868383;
}

.p-headerNav__lv2List input::placeholder {
  color: #868383;
}

.p-headerNav__lv2List {
  width: 100%;
}
.p-headerNav__lv2List form {
  position: relative;
}
.p-headerNav__lv2List input.search-box {
  width: 100%;
  height: 40px;
  border-radius: 25px;
  margin: 0 auto;
  border: 0;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .p-headerNav__lv2List input.search-box {
    font-size: 1.5rem;
  }
}
.p-headerNav__lv2List .search-btn {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
  left: auto;
  opacity: 0.5;
}

div.weather-wrapper.weather-custom {
  height: 86px;
  width: calc(100% - 20px);
  margin: 0 auto 35px;
}

@media (max-width: 768px) {
  .p-headerNav {
    padding: 0 10px;
  }
  .p-headerNav .p-headerNav__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .p-headerNav .p-headerNav__ttl {
    font-size: 2rem;
  }
  .p-headerNav .p-headerNav__ttl::before {
    display: none;
  }
  .p-headerNav .p-headerNav__ttl::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    right: 0;
    transition: 0.5s;
  }
  .p-headerNav .p-headerNav__ttl.active::after {
    transform: rotate(-135deg);
  }
  .p-headerNav .p-headerNav__lv2List {
    display: none;
    padding: 20px 0;
  }
  .p-headerNav .p-headerNav__lv2Link {
    font-size: 1.7rem;
  }
}
.bottom_link_flex {
  display: flex;
  flex-wrap: wrap;
}

section#link .bottom_link_flex div.box-5-3 {
  float: none;
}

.p-footerNav__lv2Link.--icon.--rentacycle::before {
  background-image: url(../img_header/rent_icon_blue.svg);
  width: 30px;
  height: 29px;
}

.p-footerNav__lv2Link.--icon.--rentacycle:hover::before {
  background-image: url(../img_header/rent_icon_on.svg);
}

@media (max-width: 768px) {
  .p-footer-sp__title {
    padding-top: 32px;
    max-width: 300px;
    margin: 0 auto 28px;
  }
  .p-footer-sp__title img {
    width: 100%;
    height: auto;
  }
  .p-footer-sp__contact {
    margin-bottom: 20px;
  }
  .p-footer-sp__contact a {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
    font-size: 2.1rem;
    font-weight: 500;
  }
  .p-footer-sp__search form {
    max-width: 240px;
    margin: 0 auto;
  }
  .p-footer-sp__search input.search-box {
    height: auto;
    padding: 6px 20px;
    margin-top: 0;
  }
  .p-footer-sp__search .search-btn {
    opacity: 0.3;
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .p-footerFooter__boxInfo {
    text-align: left;
  }
  .p-footerFooter .p-footerFooter__boxRight {
    border-top: 0;
  }
  .p-footerFooter__boxRight {
    margin-bottom: 20px;
  }
  .p-footerFooter__boxRight .p-footerFooter__nav {
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .p-footerFooter__navItem {
    width: 100%;
    text-align: center;
  }
}
#campAccess .p-footer-sp__search form {
  margin: 0 auto;
}

#campAccess .p-footer-sp__search input.search-box {
  background-color: #fff;
  height: 40px;
  border-radius: 25px;
  margin: 0 auto;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #campAccess .p-footer-sp__search input.search-box {
    font-size: 1.5rem;
  }
}

.new_topics__block {
  position: relative;
  display: flex;
  padding: 17px 48px 18px 30px;
  color: #4A4D5C;
  background-color: #fff;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1130px) {
  .new_topics__block {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .new_topics__block {
    padding: 20px;
    flex-wrap: wrap;
  }
  .new_topics__block .sp-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.new_topics__block.new-event {
  color: #fff;
  background-color: #009AC5;
}
@media (max-width: 768px) {
  .new_topics__block.new-event {
    padding: 10px 20px 12px;
  }
}
.new_topics__block.new-event .new_topics__ul {
  border-left-color: #fff;
}
.new_topics__block.new-event .new_topics__h {
  color: #fff;
}
.new_topics__block.new-event .new_topics__h h2 {
  color: #fff;
}
.new_topics__block.new-event .new_topics__h a:link, .new_topics__block.new-event .new_topics__h a:visited {
  color: #fff;
}
.new_topics__block.new-event .new_topics__h .arrow {
  background-image: url(../img_top/sp-new_event-btn.png);
}
.new_topics__block.new-event .new_topics__ul-sp li {
  border-color: #4A4D5C;
}
.new_topics__block.long-event {
  color: #4A4D5C;
  background-color: #F4F2E6;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .new_topics__block.long-event {
    padding: 20px;
  }
}
.new_topics__block.long-event .new_topics__ul {
  border-left-color: #2c2a2a;
}
.new_topics__block.long-event .new_topics__ul li img {
  border-radius: 100px;
}
.new_topics__block.long-event .new_topics__h {
  color: #2c2a2a;
}
.new_topics__block.long-event .new_topics__h h2 {
  color: #2c2a2a;
}
.new_topics__block.long-event .new_topics__h a:link, .new_topics__block.long-event .new_topics__h a:visited {
  color: #2c2a2a;
}
.new_topics__block.long-event .new_topics__h .arrow {
  background-image: url(../img_top/sp-new_event-btn.png);
}
.new_topics__block.long-event .new_topics__ul-sp li {
  border-color: #EAE8D8;
}
.new_topics__h {
  text-align: center;
  width: 140px;
}
@media (max-width: 768px) {
  .new_topics__h {
    width: 100%;
    position: relative;
  }
  .new_topics__h .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img_top/sp-new_topics-btn.png);
    background-size: cover;
    background-position: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .new_topics__h .arrow.active {
    transform: translateY(-50%) rotate(180deg);
  }
}
.new_topics__h h2 {
  background-image: none;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0 0 4px;
  padding-bottom: 0;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .new_topics__h h2 {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.new_topics__h a {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1.2rem;
  padding: 0 5px 1px;
}
.new_topics__ul {
  display: flex;
  gap: 40px;
  width: calc(100% - 170px);
  padding-left: 40px;
  border-left: 1px solid #2c2a2a;
}
@media (max-width: 1130px) {
  .new_topics__ul {
    padding-left: 15px;
    gap: 20px;
  }
}
.new_topics__ul li {
  display: flex;
  position: relative;
  gap: 8px;
  width: calc(25% - 30px);
}
@media (max-width: 1130px) {
  .new_topics__ul li {
    flex-wrap: wrap;
    gap: 0;
    width: calc(25% - 15px);
  }
}
.new_topics__ul li img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.new_topics__ul-link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .new_topics__ul-sp {
    width: 100%;
    position: absolute;
    background-color: #fff;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
    gap: 0;
    padding: 10px 0px;
    top: 57px;
    left: 0;
    z-index: 2;
  }
  .new_topics__ul-sp li {
    width: 100%;
    gap: 10px;
    padding: 10px 30px;
    border-bottom: 1px solid #009AC5;
  }
  .new_topics__ul-sp .new_topics__text {
    width: calc(100% - 100px);
  }
  .new_topics__ul-sp .new_topics__text .title {
    text-align: left;
    color: #2c2a2a;
  }
  .new_topics__ul-sp .new_topics__text .date {
    text-align: left;
    color: #2c2a2a;
  }
}
.new_topics__text {
  width: calc(100% - 87px);
  padding-top: 7px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1130px) {
  .new_topics__text {
    width: 100%;
  }
}
.new_topics__text .title {
  margin-bottom: 15px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1.2rem;
  padding-left: 14px;
  position: relative;
}
@media (max-width: 1130px) {
  .new_topics__text .title {
    margin-bottom: 0;
  }
}
.new_topics__text .title::before {
  content: "●";
  position: absolute;
  /*color: #2c2a2a;*/
  color: #4ba0cd;
  left: 0;
  top: 0.3rem;
  font-size: 0.9rem;
}
.new_topics__text .title.sports::before {
  color: #7dc84b;
}
.new_topics__text .title.gourmet::before {
  color: #eb693c;
}
.new_topics__text .title.art-culture-history::before {
  color: #af69c8;
}
.new_topics__text .title.local::before {
  color: #F5BC00;
}
.new_topics__text .title.others::before {
  color: #bebeaa;
}
.new_topics__text .date {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1rem;
}
.new_topics .new_topics__ul-sp {
  display: none;
}

.p-calender-date {
  margin: 21px auto 10px;
  text-align: center;
  font-family: "EB Garamond", serif;
}
@media (max-width: 768px) {
  .p-calender-date {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-calender-date #calendar-year {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-calender-date #calendar-year {
    font-size: 3rem;
    position: relative;
  }
  .p-calender-date #calendar-year::after {
    content: ".";
  }
}
.p-calender-date #calendar-month {
  font-size: 7.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-calender-date #calendar-month {
    font-size: 3rem;
  }
}

.new_long_event {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.date-pick {
  width: 100%;
}

.maxw1200 {
  max-width: 1200px;
  width: 100%;
}

.event-calerndar .date-picker {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1.4rem;
}
.event-calerndar .date-picker__pick {
  position: relative;
}
.event-calerndar .date-picker__pick input {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  font-weight: bold;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1.4rem;
  padding: 5px 15px;
  border-radius: #4A4D5C;
  border-radius: 4px;
  z-index: 1;
}
.event-calerndar .date-picker__pick::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img_top/date-picker.svg);
  background-size: cover;
  background-position: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.event-calerndar .eventcat {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .event-calerndar .eventcat {
    flex-wrap: wrap;
    justify-content: left;
    max-width: 340px;
    margin: 0 auto 35px;
    position: relative;
  }
  .event-calerndar .eventcat::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.event-calerndar .eventcat a {
  font-size: 1.2rem;
  font-family: "M PLUS 2", sans-serif;
  padding: 7px 14px 8px 30px;
  border: 1px solid #BBBBBB;
  border-radius: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .event-calerndar .eventcat a {
    border: 0;
    padding: 4px 5px 4px 20px;
  }
}
.event-calerndar .eventcat a::before {
  content: "●";
  position: absolute;
  left: 11px;
  top: 7px;
  font-family: "M PLUS 2", sans-serif;
}
@media (max-width: 768px) {
  .event-calerndar .eventcat a::before {
    left: 0;
    top: 3px;
  }
}




/* カテゴリーカラー設定 */

/* すべて */
.event-calerndar .eventcat .all a::before {
  color: #999999;
}
/* サイクリング */
.event-calerndar .eventcat .event-cycling a::before {
  color: #95d2d7;
}
/* リトリート */
.event-calerndar .eventcat .retreat a::before {
  color: #f0b4c8;
}
/* スポーツ、アクティビティ */
.event-calerndar .eventcat .sports a::before {
  color: #7dc84b;
}
/* グルメ、マルシェ */
.event-calerndar .eventcat .gourmet a::before {
  color: #eb693c;
}
/* 芸術、文化、歴史 */
.event-calerndar .eventcat .art-culture-history a::before {
  color: #af69c8;
}
/* 地域の行事 */
.event-calerndar .eventcat .local a::before {
  color: #ffc841;
}
/* そのほか */
.event-calerndar .eventcat .others a::before {
  color: #bebeaa;
}





@media (max-width: 768px) {
  .event-calerndar .eventcat a.selected {
    background-color: unset;
  }
}
.event-calerndar #calendar {
  width: 100%;
  max-width: 1240px;
}
.event-calerndar #calendar > ul {
  position: relative;
  width: 100%;
}
.event-calerndar #calendar li.days span {
  width: 14.2857142857%;
}
.event-calerndar #calendar li.date {
  width: 100%;
}
.event-calerndar #calendar li.date div {
  width: 14.2857142857%;
}
.event-calerndar #calendar li.date div:nth-child(6) {
  border-top-color: #7399CA;
}
.event-calerndar #calendar li.date div:nth-child(7) {
  border-top-color: #DA7772;
}
.event-calerndar #calendar li.date div .text {
  width: calc(100% - 40px);
}
.event-calerndar #calendar li.date div .text div {
  width: 100%;
}
@media (max-width: 768px) {
  .event-calerndar #calendar {
    width: 100%;
  }
  .event-calerndar #calendar li.date {
    width: 100%;
    height: 80px;
  }
  .event-calerndar #calendar li.date div {
    width: 14.2857142857%;
    text-align: center;
  }
}
.event-calerndar .event-modal {
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .event-calerndar .event-modal {
    margin-bottom: 0;
    height: 6px;
  }
}
@media (max-width: 768px) {
  .event-calerndar #calendar .event-list-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.event-calerndar .event-list-li {
  display: flex;
  gap: 10px;
}
.event-calerndar .event-list-li figure {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .event-calerndar .event-list-li figure {
    display: none;
  }
}
.event-calerndar .event-list-li figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-calerndar .event-list-li .text {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .event-calerndar .event-list-li .text span {
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) {
  .event-calerndar .event-list-li .text .time {
    display: none;
  }
}
.event-calerndar .event-list-li .text div {
  width: 100%;
  margin-top: 2px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .event-calerndar .event-list-li .text div {
    display: none;
  }
}
@media (max-width: 768px) {
  .event-calerndar .moredisp {
    display: none;
  }
}
.event-calerndar .calendar__arrow {
  display: flex;
  justify-content: space-between;
}
.event-calerndar .calendar__arrow button {
  background-color: #4A4D5C;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
}

.modal-container {
  width: calc(100% - 20px);
}
.modal .modal-wrap {
  height: auto;
}
.modal-content figure {
  height: 320px;
  width: 100%;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .modal-content figure {
    height: 150px;
    margin-bottom: 10px;
  }
}
.modal-content figure img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modal-content figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modal-taxonomy {
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
}
@media (max-width: 768px) {
  .modal-taxonomy {
    font-size: 1.1rem;
  }
}
.modal-taxonomy.none {
  position: relative;
}
.modal-taxonomy.none::before {
  content: "●";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.modal-date {
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 2px solid #4A4D5C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 29px;
}
@media (max-width: 768px) {
  .modal-date {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.modal-year {
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .modal-year {
    font-size: 1.6rem;
  }
}
.modal-monthdate {
  font-size: 4rem;
  font-family: "EB Garamond", serif;
}
@media (max-width: 768px) {
  .modal-monthdate {
    font-size: 2rem;
  }
}
.modal-title {
  width: 100%;
  max-width: 503px;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: ten-mincho, serif;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 1.9rem;
  }
}
.modal-place {
  font-size: 1.7rem;
  font-family: "M PLUS 2", sans-serif;
}
@media (max-width: 768px) {
  .modal-place {
    font-size: 1.1rem;
  }
}
.modal-time {
  font-size: 1.7rem;
  font-family: "M PLUS 2", sans-serif;
}
@media (max-width: 768px) {
  .modal-time {
    font-size: 1.1rem;
  }
}
.modal .modal-link {
  position: relative;
  background-color: #009AC5;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
}
@media (max-width: 768px) {
  .modal .modal-link {
    font-size: 1.4rem;
    height: 40px;
  }
  .modal .modal-link a {
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  section#trip .container div.search {
    height: 17vw;
    background-size: cover;
  }
}

#trip input.search-box {
  border-radius: 40px;
}
@media (max-width: 768px) {
  #trip input.search-box {
    height: 8vw;
  }
}

#trip .circle-5 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #trip .circle-5 {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  #trip .circle-5::after {
    display: none;
  }
  #trip .circle-5 li {
    width: 34%;
  }
}

@media (max-width: 768px) {
  #trip .search-btn {
    height: 15px;
    width: 15px;
    top: 0px;
    left: -25px;
  }
}

.trip_kinds {
  max-width: 976px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 99px;
  margin-bottom: 62px;
}
@media (max-width: 768px) {
  .trip_kinds {
    margin-top: 40px;
    gap: 60px;
    max-width: 260px;
  }
}
.trip_kinds__block {
  width: calc(33.3333% - 66px);
}
@media (max-width: 768px) {
  .trip_kinds__block {
    width: 100%;
  }
}
.trip_kinds__img img {
  width: 100%;
  height: auto;
}
.trip_kinds__child {
  display: block;
  width: 100%;
  padding: 15px 0 10px;
  text-align: center;
  font-size: 1.8rem;
  background-image: url(../img_top/menu_line.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.trip_bnr {
  max-width: 976px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 768px) {
  .trip_bnr {
    gap: 10px;
    max-width: 300px;
  }
}
.trip_bnr__child {
  width: calc(50% - 25px);
}
@media (max-width: 768px) {
  .trip_bnr__child {
    width: 100%;
  }
}
.trip_bnr__child img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .island__text.sp {
    float: none;
  }
}

.island__map {
  position: relative;
}
@media (max-width: 768px) {
  .island__map {
    margin-bottom: 60px;
  }
}
.island__map-touch {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 163px;
  /*波形のアニメーション*/
}
@media (max-width: 768px) {
  .island__map-touch {
    max-width: 120px;
    top: auto;
    right: auto;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.island__map-touch .img::before, .island__map-touch .img::after {
  content: "";
  position: absolute;
  left: -3%;
  top: -30%;
  border: 3px solid #EE7800;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 2.4s circleanime linear infinite;
          animation: 2.4s circleanime linear infinite;
}
@media (max-width: 768px) {
  .island__map-touch .img::before, .island__map-touch .img::after {
    left: -4%;
    top: -23%;
  }
}
.island__map-touch .img::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.island__map-touch .wave::before {
  content: "";
  position: absolute;
  left: -3%;
  top: -30%;
  border: 3px solid #EE7800;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 2.4s circleanime linear infinite;
          animation: 2.4s circleanime linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@media (max-width: 768px) {
  .island__map-touch .wave::before {
    left: -4%;
    top: -23%;
  }
}
@keyframes circleanime {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.island__map-touch img {
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  display: block;
  position: relative;
  z-index: 1;
}
.island__map-touch .text {
  display: block;
  text-align: center;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .island__map-touch .text {
    font-size: 1.1rem;
  }
}
.island__map-img {
  position: relative;
}
.island__map-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: 0.3s;
}
.island__map-img .parent {
  opacity: 1;
}
.island__map-img .hover-iwagi {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-iwagi.active {
  opacity: 1;
}
.island__map-img .hover-ikina {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-ikina.active {
  opacity: 1;
}
.island__map-img .hover-yuge {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-yuge.active {
  opacity: 1;
}
.island__map-img .hover-tsuba {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-tsuba.active {
  opacity: 1;
}
.island__map-img .hover-sa {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-sa.active {
  opacity: 1;
}
.island__map-img .hover-toyo {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-toyo.active {
  opacity: 1;
}
.island__map-img .hover-takaikami {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-takaikami.active {
  opacity: 1;
}
.island__map-img .hover-uo {
  position: absolute;
  top: 0;
  left: 0;
}
.island__map-img .hover-uo.active {
  opacity: 1;
}
.island__map-img .link-iwagi {
  position: absolute;
  width: 24%;
  height: 32%;
  top: 21%;
  left: 4%;
}
@media (max-width: 768px) {
  .island__map-img .link-iwagi {
    width: 25%;
    height: 36%;
    top: 10%;
    left: 0%;
  }
}
.island__map-img .link-ikina {
  position: absolute;
  width: 15%;
  height: 22%;
  top: 19%;
  left: 31%;
}
@media (max-width: 768px) {
  .island__map-img .link-ikina {
    height: 31%;
    top: 6%;
    left: 29%;
  }
}
.island__map-img .link-yuge {
  position: absolute;
  width: 25%;
  height: 39%;
  top: 22%;
  left: 53%;
}
@media (max-width: 768px) {
  .island__map-img .link-yuge {
    height: 45%;
    top: 10%;
    left: 52%;
  }
}
.island__map-img .link-tsuba {
  position: absolute;
  width: 17%;
  height: 26%;
  top: 48%;
  left: 15%;
}
@media (max-width: 768px) {
  .island__map-img .link-tsuba {
    height: 28%;
    top: 41%;
    left: 11%;
  }
}
.island__map-img .link-sa {
  position: absolute;
  width: 14%;
  height: 24%;
  top: 46%;
  left: 34%;
}
@media (max-width: 768px) {
  .island__map-img .link-sa {
    height: 28%;
    top: 38%;
    left: 31%;
  }
}
.island__map-img .link-toyo {
  position: absolute;
  width: 10%;
  height: 6%;
  top: 60%;
  left: 66%;
}
@media (max-width: 768px) {
  .island__map-img .link-toyo {
    width: 11%;
    height: 8%;
    top: 54%;
    left: 64%;
  }
}
.island__map-img .link-takaikami {
  position: absolute;
  width: 8%;
  height: 12%;
  top: 72%;
  left: 74%;
}
@media (max-width: 768px) {
  .island__map-img .link-takaikami {
    width: 8%;
    height: 14%;
    top: 69%;
    left: 73%;
  }
}
.island__map-img .link-uo {
  position: absolute;
  width: 13%;
  height: 11%;
  top: 84%;
  left: 87%;
}
@media (max-width: 768px) {
  .island__map-img .link-uo {
    height: 15%;
    top: 83%;
  }
}

@media (max-width: 768px) {
  section#island {
    padding: 100px 20px 0;
  }
}

section#island div.container.mb160 {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  section#island div.container.mb160 {
    margin-bottom: 80px;
  }
}

section#island .island__text h3.h3-0 {
  margin-top: -90px;
}
@media (max-width: 768px) {
  section#island .island__text h3.h3-0 {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  section#island .island__text h3.h3-1, section#island .island__text h3.h3-2, section#island .island__text h3.h3-3 {
    padding-left: 0;
    font-size: 1.8rem;
    text-align: center;
    background-position: 50% 0;
    padding-top: 60px;
    margin-top: 0;
  }
}

.p-topics__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-topics__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .p-topics__flex {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-topics__flex {
    gap: 20px 25px;
  }
}
.p-topics__flex .no-results {
  width: 100%;
}
.p-topics__box {
  display: block;
  width: calc(25% - 60px);
  text-align: left;
}
@media (max-width: 900px) {
  .p-topics__box {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 768px) {
  .p-topics__box {
    width: calc(50% - 12.5px);
  }
}
.p-topics__box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-topics__box img {
    margin-bottom: 10px;
  }
}
.p-topics__box-cat {
  margin-bottom: 2px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-topics__box-cat {
    font-size: 1rem;
  }
}
.p-topics__box-cat.event-cycling {
  color: #95d2d7;
}
.p-topics__box-cat.retreat {
  color: #f0b4c8;
}
.p-topics__box-cat.sports {
  color: #7dc84b;
}
.p-topics__box-cat.gourmet {
  color: #eb693c;
}
.p-topics__box-cat.art-culture-history {
  color: #af69c8;
}
.p-topics__box-cat.local {
  color: #ffc841;
}
.p-topics__box-cat.others {
  color: #bebeaa;
}
.p-topics__box-date {
  margin-bottom: 2px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-topics__box-date {
    font-size: 0.9rem;
  }
}
.p-topics__box-title {
  font-family: ten-mincho, serif;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-topics__box-title {
    font-size: 1.3rem;
  }
}
.p-topics__pagination {
  margin-bottom: 122px;
}
.p-topics__pagination .pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.p-topics__pagination .page-numbers {
  border: 1px solid #8BCDE3;
  color: #8BCDE3;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-topics__pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
  }
}
.p-topics__pagination .page-numbers.current {
  background-color: #8BCDE3;
  color: #fff;
}
.p-topics__pagination .page-numbers.dots {
  border: none;
}
.p-topics__pagination .page-numbers.prev {
  position: relative;
  border: none;
}
.p-topics__pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 20px;
  padding: 0;
  background-image: url(../img_topics/prev-arrow.svg);
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.p-topics__pagination .page-numbers.next {
  position: relative;
  border: none;
}
.p-topics__pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 20px;
  padding: 0;
  background-image: url(../img_topics/next-arrow.svg);
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

.p-topicsSingle__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-topicsSingle__flex {
  display: flex;
  gap: 6.875%;
  flex-wrap: wrap;
}
.p-topicsSingle__mainbar {
  width: 61.875%;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar {
    width: 100%;
  }
}
.p-topicsSingle__mainbar-img {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-topicsSingle__mainbar-title h1 {
  font-size: 3.6rem;
  text-align: left;
  padding-top: 0;
  margin-bottom: 29px;
  font-family: ten-mincho, serif;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-title h1 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}
.p-topicsSingle__mainbar-cat {
  margin-bottom: 38px;
}
.p-topicsSingle__mainbar-cat p {
  text-align: left;
  font-size: 1.4rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
}
.p-topicsSingle__mainbar-cat p.event-cycling {
  color: #95d2d7;
}
.p-topicsSingle__mainbar-cat p.retreat {
  color: #f0b4c8;
}
.p-topicsSingle__mainbar-cat p.sports {
  color: #7dc84b;
}
.p-topicsSingle__mainbar-cat p.gourmet {
  color: #eb693c;
}
.p-topicsSingle__mainbar-cat p.art-culture-history {
  color: #af69c8;
}
.p-topicsSingle__mainbar-cat p.local {
  color: #ffc841;
}
.p-topicsSingle__mainbar-cat p.others {
  color: #bebeaa;
}
.p-topicsSingle__mainbar-lead {
  padding-bottom: 87px;
  border-bottom: 1px dotted #4A4D5C;
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-lead {
    padding-bottom: 57px;
    margin-bottom: 30px;
  }
}
.p-topicsSingle__mainbar-lead p {
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.5rem;
}
.p-topicsSingle__mainbar-content {
  text-align: left;
}
.p-topicsSingle__mainbar-content h1 {
  font-size: 3rem;
  text-align: left;
  font-family: ten-mincho, serif;
  font-weight: 600;
  line-height: 1.6;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  background-image: none;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.p-topicsSingle__mainbar-content h2 {
  font-size: 2.4rem;
  text-align: left;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝", Garamond, TimesNewRoman, Geogia, serif;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 33px;
  background-image: none;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content h2 {
    font-size: 1.9rem;
    margin-bottom: 48px;
  }
}
.p-topicsSingle__mainbar-content h3 {
  font-size: 1.9rem;
  text-align: left;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝", Garamond, TimesNewRoman, Geogia, serif;
  font-weight: 600;
  line-height: 1.84;
  width: 100%;
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content h3 {
    font-size: 1.6rem;
    margin-bottom: 52px;
  }
}
.p-topicsSingle__mainbar-content h4 {
  font-size: 1.8rem;
  text-align: left;
  font-family: "Noto Serif JP", "游明朝", "ヒラギノ明朝", Garamond, TimesNewRoman, Geogia, serif;
  font-weight: 600;
  line-height: 1.94;
  width: 100%;
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content h4 {
    font-size: 1.5rem;
  }
}
.p-topicsSingle__mainbar-content h5 {
  color: unset;
  font-size: unset;
  margin-bottom: unset;
}
.p-topicsSingle__mainbar-content h6 {
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1875;
  margin-bottom: 15px;
  color: #8BCDE3;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content h6 {
    font-size: 1.4rem;
  }
}
.p-topicsSingle__mainbar-content dt, .p-topicsSingle__mainbar-content dd {
  font-family: "M PLUS 2", sans-serif;
}
.p-topicsSingle__mainbar-content p {
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content p {
    font-size: 1.5rem;
  }
}
.p-topicsSingle__mainbar-content p a:link, .p-topicsSingle__mainbar-content p a:visited {
  color: #009AC5;
  text-decoration: underline;
  margin-right: 23px;
  position: relative;
  display: inline-block;
}
.p-topicsSingle__mainbar-content p a:link::after, .p-topicsSingle__mainbar-content p a:visited::after {
  content: "";
  position: absolute;
  width: 5.5px;
  height: 18px;
  right: -20px;
  bottom: 4px;
  background-image: url(../img_event/file-icon.svg);
  background-size: cover;
}
.p-topicsSingle__mainbar-content p a:link:has(img)::after, .p-topicsSingle__mainbar-content p a:visited:has(img)::after {
  display: none;
}
.p-topicsSingle__mainbar-content .chusyaku {
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-topicsSingle__mainbar-content hr {
  border: none;
  border-top: 1px dashed #2c2a2a;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content .overflow {
    position: relative;
    overflow: auto;
    margin-bottom: 30px;
  }
  .p-topicsSingle__mainbar-content .overflow::before {
    content: "スクロールできます→";
    position: absolute;
    font-family: "M PLUS 2", sans-serif;
    font-size: 1.3rem;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.p-topicsSingle__mainbar-content table {
  border: 1px solid #535453;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-content table {
    margin-bottom: 60px;
  }
}
.p-topicsSingle__mainbar-content table tr:first-child td {
  color: #fff;
  background-color: #999999;
  padding: 7px;
  text-align: center;
  border-top: none;
}
.p-topicsSingle__mainbar-content table td:first-child {
  background-color: #BBBBBB;
  color: #4A4D5C;
  border-left: none;
}
.p-topicsSingle__mainbar-content table td {
  padding: 16px 14px;
  text-align: center;
  border-top: 1px solid #535453;
  border-left: 1px solid #535453;
  word-break: auto-phrase;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.6rem;
}
.p-topicsSingle__mainbar-content #padSection {
  display: none;
}
.p-topicsSingle__mainbar-detail {
  background-image: url(../img_topics/ivent_end_bar_base.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.p-topicsSingle__mainbar-detail h3 {
  width: 100%;
  background-image: url(../img_topics/ivent_title_bar_base.png);
  font-family: "M PLUS 2", sans-serif;
  padding: 15px 40px;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
  background-size: cover;
  background-position: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-detail h3 {
    padding: 15px 36px;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}
.p-topicsSingle__mainbar-detail h3.info {
  letter-spacing: 1.8rem;
  padding: 15px 68px;
}
.p-topicsSingle__mainbar-detail .detail-flex {
  display: flex;
  gap: 44px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-detail .detail-flex {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-topicsSingle__mainbar-detail .detail-block {
  width: calc(50% - 22px);
  text-align: left;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-detail .detail-block {
    width: 100%;
  }
}
.p-topicsSingle__mainbar-detail .detail-block h4 {
  text-align: left;
  font-size: 1.7rem;
  font-family: "M PLUS 2", sans-serif;
  line-height: 1.41;
  margin-bottom: 10px;
  background-image: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.p-topicsSingle__mainbar-detail .detail-block h4 span {
  color: #8BCDE3;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-detail .detail-block h4 {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
.p-topicsSingle__mainbar-detail .detail-block p {
  font-size: 1.4rem;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 10px;
  word-break: break-all;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-detail .detail-block p {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
.p-topicsSingle__mainbar-detail .detail-block a {
  color: #009AC5;
}
.p-topicsSingle__mainbar-detail .detail-block .btn a {
  display: block;
  border: 1px solid #868383;
  max-width: 260px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 20px;
  color: #4A4D5C;
  text-align: center;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-detail .detail-block .btn a {
    padding: 16px;
    margin: 24px auto 10px;
  }
}
.p-topicsSingle__mainbar-detail .detail-block .btn a span {
  position: relative;
  padding-left: 30px;
}
.p-topicsSingle__mainbar-detail .detail-block .btn a span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img_topics/icon_gmap.svg);
  background-size: cover;
  background-position: center;
}
.p-topicsSingle__mainbar-detail .detail-block iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 37/27;
}
.p-topicsSingle__mainbar-output {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-output {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.p-topicsSingle__mainbar-output .output-left {
  width: 46%;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-output .output-left {
    width: 100%;
  }
}
.p-topicsSingle__mainbar-output .output-right {
  width: 33%;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-output .output-right {
    width: 100%;
  }
}
.p-topicsSingle__mainbar-output .output-right .p-topicsSingle__mainbar-print {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-output .output-right .p-topicsSingle__mainbar-print {
    margin-bottom: 36px;
  }
}
.p-topicsSingle__mainbar-output .output-right .p-topicsSingle__mainbar-sns {
  justify-content: center;
}
.p-topicsSingle__mainbar-output .output-author__flex {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 12px;
}
.p-topicsSingle__mainbar-output .output-author__img {
  width: 50px;
}
.p-topicsSingle__mainbar-output .output-author__img img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
.p-topicsSingle__mainbar-output .output-author__name {
  width: calc(100% - 68px);
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "M PLUS 2", sans-serif;
}
.p-topicsSingle__mainbar-output .output-author__text {
  text-align: left;
  font-size: 1.3rem;
  font-family: "M PLUS 2", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-output .output-author__text {
    margin-bottom: 14px;
  }
}
.p-topicsSingle__mainbar-output .output-author__link {
  text-align: left;
}
.p-topicsSingle__mainbar-output .output-author__link a {
  color: #009AC5;
  font-size: 1.2rem;
  text-decoration: underline;
  font-family: "M PLUS 2", sans-serif;
  position: relative;
}
.p-topicsSingle__mainbar-output .output-author__link a::after {
  content: "》";
  position: absolute;
  bottom: -2px;
}
.p-topicsSingle__mainbar-print .a {
  display: block;
  padding: 20px;
  border: 1px solid #868383;
  cursor: pointer;
  border-radius: 50px;
  width: 260px;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-print .a {
    margin: 0 auto;
  }
}
.p-topicsSingle__mainbar-print .a span {
  padding-left: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-print .a span {
    padding-left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-topicsSingle__mainbar-print .a span::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  left: 0;
  background-image: url(../img_topics/icon_print.svg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-print .a span::before {
    left: 10px;
  }
}
.p-topicsSingle__mainbar-print .a input {
  border: none;
  background-color: unset;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.3rem;
  cursor: pointer;
}
.p-topicsSingle__mainbar-sns {
  display: flex;
  gap: 16px;
}
.p-topicsSingle__mainbar-sns a {
  display: block;
}
.p-topicsSingle__mainbar-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-topicsSingle__mainbar-page a {
  display: block;
}
@media (max-width: 768px) {
  .p-topicsSingle__mainbar-page a img {
    width: 100px;
  }
}
.p-topicsSingle__sidebar {
  width: 31.25%;
}
@media (max-width: 768px) {
  .p-topicsSingle__sidebar {
    width: 100%;
  }
}
.p-topicsSingle__sidebar-topics {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 24px;
  padding-bottom: 51px;
  margin-bottom: 47px;
}
.p-topicsSingle__sidebar-title h3 {
  padding-bottom: 0;
  margin-bottom: 36px;
  background-image: none;
}
@media (max-width: 768px) {
  .p-topicsSingle__sidebar-title h3 {
    width: auto;
    height: 71px;
  }
  .p-topicsSingle__sidebar-title h3 img {
    height: 100%;
  }
}
.p-topicsSingle__sidebar .topics-link {
  margin-bottom: 42px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .p-topicsSingle__sidebar .topics-link {
    padding: 0;
  }
}
.p-topicsSingle__sidebar .topics-link-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  align-items: center;
}
.p-topicsSingle__sidebar .topics-link-img {
  width: 80px;
}
.p-topicsSingle__sidebar .topics-link-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topicsSingle__sidebar .topics-link-text {
  width: calc(100% - 100px);
}
.p-topicsSingle__sidebar .topics-link-text .cat {
  font-size: 1.1rem;
  text-align: left;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  margin-bottom: 5px;
}
.p-topicsSingle__sidebar .topics-link-text .cat.event-cycling {
  color: #95d2d7;
}
.p-topicsSingle__sidebar .topics-link-text .cat.retreat {
  color: #f0b4c8;
}
.p-topicsSingle__sidebar .topics-link-text .cat.sports {
  color: #7dc84b;
}
.p-topicsSingle__sidebar .topics-link-text .cat.gourmet {
  color: #eb693c;
}
.p-topicsSingle__sidebar .topics-link-text .cat.art-culture-history {
  color: #af69c8;
}
.p-topicsSingle__sidebar .topics-link-text .cat.local {
  color: #ffc841;
}
.p-topicsSingle__sidebar .topics-link-text .cat.others {
  color: #bebeaa;
}
.p-topicsSingle__sidebar .topics-link-text .date {
  font-size: 1rem;
  text-align: left;
  color: #868383;
  font-family: "M PLUS 2", sans-serif;
}
@media (max-width: 768px) {
  .p-topicsSingle__sidebar .topics-link-text .date {
    margin-bottom: 2px;
  }
}
.p-topicsSingle__sidebar .topics-link-text .title {
  text-align: left;
  font-size: 1.5rem;
  font-family: ten-mincho, serif;
}
.p-topicsSingle__sidebar .topics-btn a {
  display: block;
  padding: 20px;
  border-radius: 40px;
  max-width: 300px;
  margin: 0 auto;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.3rem;
  border: 1px solid #868383;
}
.p-topicsSingle__sidebar-tabi {
  padding: 0 20px;
}
.p-topicsSingle__sidebar-tabi .circle-5 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-topicsSingle__sidebar-tabi .circle-5 {
    gap: 20px;
  }
}
.p-topicsSingle__sidebar-tabi .circle-5 li {
  width: calc(50% - 20px);
  border-bottom: none;
}

#news .p-topicsSingle__mainbar-content ul {
  margin: 0 auto 60px;
}
#news .p-topicsSingle__mainbar-content ul li {
  position: relative;
  padding: 12px;
  padding-left: 54px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.6rem;
  height: auto;
  border-bottom: 1px dashed #8BCDE3;
}
@media (max-width: 768px) {
  #news .p-topicsSingle__mainbar-content ul li {
    padding: 5px 0 7px 36px;
  }
}
#news .p-topicsSingle__mainbar-content ul li::before {
  content: "";
  position: absolute;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 24px;
  height: 24px;
  background-color: #E0F4F9;
  border-radius: 20px;
  left: 14px;
  top: 13px;
}
@media (max-width: 768px) {
  #news .p-topicsSingle__mainbar-content ul li::before {
    font-size: 1rem;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 10px;
  }
}
#news .p-topicsSingle__mainbar-content ul li::marker {
  display: none;
  font-size: 0;
}
#news .p-topicsSingle__mainbar-content ol {
  margin-bottom: 60px;
}
#news .p-topicsSingle__mainbar-content ol li {
  position: relative;
  padding: 12px;
  padding-left: 54px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.6rem;
  height: auto;
  border-bottom: 1px dashed #8BCDE3;
}
@media (max-width: 768px) {
  #news .p-topicsSingle__mainbar-content ol li {
    padding: 5px 0 7px 36px;
  }
}
#news .p-topicsSingle__mainbar-content ol li::before {
  content: "";
  position: absolute;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 24px;
  height: 24px;
  background-color: #8BCDE3;
  border-radius: 20px;
  left: 14px;
  top: 13px;
}
@media (max-width: 768px) {
  #news .p-topicsSingle__mainbar-content ol li::before {
    font-size: 1rem;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 10px;
  }
}
#news .p-topicsSingle__mainbar-content ol li:first-child::before {
  content: "1";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(2)::before {
  content: "2";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(3)::before {
  content: "3";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(4)::before {
  content: "4";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(5)::before {
  content: "5";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(6)::before {
  content: "6";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(7)::before {
  content: "7";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(8)::before {
  content: "8";
}
#news .p-topicsSingle__mainbar-content ol li:nth-child(9)::before {
  content: "9";
}
#news .p-topicsSingle__mainbar-content ol li::marker {
  display: none;
  font-size: 0;
}
#news .p-iwagijima__trip {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #news .p-iwagijima__trip {
    padding: 0 30px;
    margin-bottom: 52px;
  }
}
#news .p-iwagijima__trip h2 {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}
#news .p-iwagijima__trip .cf::after {
  display: none;
}
#news .p-iwagijima__trip ul.trip {
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  #news .p-iwagijima__trip ul.trip {
    flex-wrap: wrap;
    gap: 20px;
  }
}
#news .p-iwagijima__trip ul.trip li {
  float: unset;
  width: 160px;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#news .p-iwagijima__trip ul.trip li:hover {
  background-color: unset;
}
@media (max-width: 768px) {
  #news .p-iwagijima__trip ul.trip li {
    width: calc(50% - 10px);
  }
}
#news .p-iwagijima__trip ul.trip li a {
  display: block;
}
#news .p-iwagijima__trip ul.trip li img {
  width: 100%;
}
#news .p-topicsSingle__sidebar-tabi .circle-5 li {
  width: calc(50% - 20px);
  height: auto;
  overflow: unset;
  padding: 0;
  border-bottom: none;
}
#news .p-topicsSingle__sidebar-tabi .circle-5 li:hover {
  background-color: unset;
}
@media (max-width: 768px) {
  #news .p-topicsSingle__sidebar-tabi .circle-5 li {
    width: calc(50% - 10px);
  }
}

.p-event__cat {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-event__cat {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-event__cat-flex {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-event__cat-flex {
    gap: 0;
  }
}
.p-event__cat-child {
  padding: 8px 18px 8px 28px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.1rem;
  position: relative;
  display: block;
  border: 1px solid #BBBBBB;
  border-radius: 40px;
  transition: 0.3s;
}
.p-event__cat-child:hover {
  /*color: #2c2a2a;*/
  color: #4ba0cd;
}
@media (max-width: 768px) {
  .p-event__cat-child {
    width: 16.6666666667%;
    padding: 20px 5px 5px;
    border-radius: 0;
    font-size: 1rem;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-event__cat-child:last-child {
    border-right: none;
  }
}
.p-event__cat-child::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  padding: 0;
  left: 11px;
  top: 50%;
  border-radius: 10px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-event__cat-child::before {
    left: 50%;
    top: 7px;
    transform: translateX(-50%);
  }
}
.p-event__cat-child.active {
  background-color: #DDDDDD;
}
.p-event__cat-child.all::before {
  background-color: #999999;
}
@media (max-width: 768px) {
  .p-event__cat-child.sports {
    padding: 20px 0 5px;
  }
}
.p-event__cat-child.sports:hover {
  background-color: #e5f4db;
}
.p-event__cat-child.sports::before {
  background-color: #7dc84b;
}
@media (max-width: 768px) {
  .p-event__cat-child.gourmet {
    padding: 20px 7px 5px;
  }
}
.p-event__cat-child.gourmet:hover {
  background-color: #fbe1d8;
}
.p-event__cat-child.gourmet::before {
  background-color: #eb693c;
}
.p-event__cat-child.art-culture-history:hover {
  background-color: #efe1f4;
}
.p-event__cat-child.art-culture-history::before {
  background-color: #af69c8;
}
.p-event__cat-child.local:hover {
  background-color: #fff4d9;
}
.p-event__cat-child.local::before {
  background-color: #ffc841;
}
.p-event__cat-child.others:hover {
  background-color: #f2f2ee;
}
.p-event__cat-child.others::before {
  background-color: #bebeaa;
}
.p-event__cat-child.event-cycling:hover {
  background-color: #eaf6f7;
}
.p-event__cat-child.event-cycling::before {
  background-color: #95d2d7;
}
.p-event__cat-child.retreat:hover {
  background-color: #fcf0f4;
}
.p-event__cat-child.retreat::before {
  background-color: #f0b4c8;
}

#experience_story h1.mb0 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #experience_story h1.fontsp23 {
    font-size: 2.3rem;
  }
}

#experience_story .freearea h1 {
  font-size: 3.6rem;
  margin-bottom: 45px;
  padding-top: 70px;
}
@media (max-width: 768px) {
  #experience_story .freearea h1 {
    font-size: 1.9rem;
    padding-top: 40px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  #experience_story .freearea p {
    font-size: 1.5rem;
  }
}

.link_form a.experience_link {
  background-size: cover;
  width: 780px;
  height: 80px;
  margin: 0 auto;
  line-height: 80px;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .link_form a.experience_link {
    width: 100%;
    height: auto;
    aspect-ratio: 335/60;
    line-height: normal;
    background-image: url(../img_experience/sp-bg_btn_activity.png);
    background-size: 100%;
  }
}

.link_form a .font-gothic {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, ms gothic, sans-serif;
  font-weight: bold;
}

#experience_story .est_info .sns.sns_customize {
  display: flex;
  background-image: none;
  justify-content: center;
  gap: 28px;
  padding-left: 0;
}
#experience_story .est_info .sns.sns_customize a {
  padding-right: 0;
}

#experience_story blockquote {
  background-image: url(../img_experience/ico_bq_01.png), url(../img_experience/ico_bq_02.png);
  background-size: 22px;
}

@media (max-width: 768px) {
  #experience_story {
    padding: 0 20px;
  }
  #experience_story .est_info h3 span.cat.cat_customize {
    text-align: center;
  }
  #experience_story .est_info h3 span.cat.cat_customize a {
    width: 30%;
  }
  #experience_story .est_info table.table_customize tr {
    display: flex;
    flex-wrap: wrap;
  }
  #experience_story blockquote {
    padding: 50px 20px;
    margin: 30px 0;
    font-size: 1.5rem;
    background-position: 20px 20px, 95% 95%;
  }
  #experience_story .est_info table.table_customize, #experience_story .est_info table.table_customize tbody {
    width: 100%;
    display: block;
  }
  #experience_story .est_info table.table_customize td:first-child {
    padding: 12px 20px 3px;
    border-bottom: none;
  }
  #experience_story .est_info table.table_customize td:nth-child(2) {
    padding: 0px 20px 12px;
    word-break: break-all;
  }
}
.archive-h1 {
  margin-bottom: 34px;
  font-size: 4.5rem;
}
.archive-h1.mb78 {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .archive-h1.mb78 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .archive-h1 {
    margin-bottom: 21px;
    font-size: 2.4rem;
  }
}

.p-sort {
  margin-bottom: 51px;
}
@media (max-width: 768px) {
  .p-sort {
    margin-bottom: 30px;
  }
}
.p-sort__flex {
  display: flex;
  gap: 10px 50px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-sort__flex {
    gap: 10px 8px;
    max-width: 380px;
    margin: 0 auto;
  }
}
.p-sort__island {
  width: 160px;
  height: auto;
  display: block;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .p-sort__island {
    width: 60px;
  }
}
.p-sort__island img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #sightseeing.first .container.mb100 {
    padding: 0 20px;
  }
  #portfolio.p-portfolio {
    margin-bottom: 40px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  #portfolio .p-portfolio__child {
    padding: 0;
    width: calc(50% - 12.5px);
    margin-bottom: 0;
  }
  #portfolio .p-portfolio__child.tile > a {
    width: 100%;
    height: 100%;
    left: 0;
  }
  #portfolio .p-portfolio__child.tile dl {
    background-size: 80% 80%;
  }
  #portfolio .p-portfolio__child.tile dl dt {
    overflow: unset;
  }
  #portfolio .p-portfolio__child.tile dl dt p.img {
    overflow: unset;
    height: 140px;
  }
  #portfolio .p-portfolio__child.tile dl dt p.img img {
    margin-top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #portfolio .p-portfolio__child.tile dl dt h3 {
    font-size: 1.2rem;
    width: calc(100% - 30px);
    left: 15px;
  }
  #portfolio .p-portfolio__child.tile dl dt p.area {
    top: 10px;
    right: 20px;
    width: 30px;
    font-size: 0.8rem;
  }
  #portfolio .p-portfolio__child.tile dl dd {
    min-height: auto;
  }
  #portfolio .p-portfolio__child.tile dl dd h2 {
    font-size: 1.4rem;
    width: calc(100% - 20px);
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}
#portfolio .no-results {
  letter-spacing: 0rem;
  text-align: center;
  padding: 60px 0 0;
}

.p-pagination {
  margin-bottom: 122px;
}
.p-pagination .pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.p-pagination .page-numbers {
  border: 1px solid #8BCDE3;
  color: #8BCDE3;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
  }
}
.p-pagination .page-numbers.current {
  background-color: #8BCDE3;
  color: #fff;
}
.p-pagination .page-numbers.dots {
  border: none;
}
.p-pagination .page-numbers.prev {
  position: relative;
  border: none;
}
.p-pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 20px;
  padding: 0;
  background-image: url(../img_topics/prev-arrow.svg);
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.p-pagination .page-numbers.next {
  position: relative;
  border: none;
}
.p-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 20px;
  padding: 0;
  background-image: url(../img_topics/next-arrow.svg);
  background-position: center;
  background-size: cover;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .single .information .profile table tbody tr th {
    white-space: normal;
    padding: 20px 5px;
    font-size: 1.6rem;
  }
  .single .information .profile table tbody tr td {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.single .information .guide div.cat {
  display: flex;
  flex-wrap: wrap;
}

.single .information .guide div.cat h3 {
  width: calc(50% - 10px);
}
/*# sourceMappingURL=add240312.css.map */