@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* size */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* form スタイルリセット */
/**************************************************
top__fv
***************************************************/
.top__fv {
  width: 100%;
  position: relative;
}
.top__fv__logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .top__fv__logo {
    display: grid;
    place-content: center;
  }
}
.top__fv__logo img {
  margin-left: 330px;
  margin-top: 5rem;
}
@media screen and (max-width: 1440px) {
  .top__fv__logo img {
    width: 50%;
    margin-left: 0;
    margin-top: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1100px) {
  .top__fv__logo img {
    width: 73%;
  }
}
.top__fv__slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.top__fv__slider img {
  width: 100% !important;
}
@media screen and (max-width: 1100px) {
  .top__fv__slider img {
    aspect-ratio: 750/1000;
    object-fit: cover;
  }
}
.top__fv .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 30px;
  left: auto;
  width: auto;
  display: flex;
  gap: 8px;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  .top__fv .swiper-pagination {
    right: 10px;
    gap: 7px;
    justify-content: center;
    width: 100%;
  }
}
.top__fv .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0;
  transition: background 0.3s, transform 0.3s;
  position: relative;
  overflow: visible;
}
.top__fv .swiper-pagination-bullet-active {
  opacity: 1;
}
.top__fv {
  /* bullet自体（中の丸） */
}
.top__fv .swiper-pagination-bullet {
  position: relative;
}
.top__fv {
  /* 外周SVG（12時スタートにしたいので -90deg） */
}
.top__fv .progress {
  position: absolute;
  inset: -6px;
  /* 外側に余白を作る（線が外に出る） */
  transform: rotate(-90deg);
  pointer-events: none;
  /* クリック邪魔しない */
  width: 20px;
  height: 20px;
}
.top__fv {
  /* 円周は r=16 なので JSなしなら簡易で 100 で扱う（見た目はOK） */
}
.top__fv .progress-circle {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.top__fv {
  /* activeの時に描く：transition時間を autoplay.delay に合わせる */
}
.top__fv .swiper-pagination-bullet-active .progress-circle {
  transition: stroke-dashoffset 4000ms linear;
  stroke-dashoffset: 0;
}
.top__fv {
  /* activeが外れた瞬間は即リセット（次のactiveの描画を綺麗にする） */
}
.top__fv .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .progress-circle {
  transition: none;
  stroke-dashoffset: 100;
}

/**************************************************
top__about
***************************************************/
.top__about {
  padding: 80px 0 120px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top__about {
    padding: 50px 0;
    scroll-margin-top: 80px;
  }
}
.top__about__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  .top__about__inner {
    display: block;
  }
}
.top__about__title {
  flex: none;
  color: #0060ae;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .top__about__title {
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.top__about__title .c-en {
  font-size: 1.4rem;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .top__about__title .c-en {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.top__about__text p {
  margin-bottom: 30px;
  line-height: 2.2;
}
@media screen and (max-width: 1100px) {
  .top__about__text p {
    margin-bottom: 20px;
    line-height: 2;
  }
}
.top__about__roop {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  font-size: 7.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .top__about__roop {
    transform: translateY(50%);
    opacity: 0.7;
  }
}
.top__about__roop p {
  display: inline-block;
  padding-right: 4rem;
  animation: roop-scroll 30s linear infinite;
  color: #fff;
  text-shadow: 1px 1px 0 #0060ae, -1px 1px 0 #0060ae, 1px -1px 0 #0060ae, -1px -1px 0 #0060ae;
}
@keyframes roop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top__about__illust1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(90%);
}
@media screen and (max-width: 1100px) {
  .top__about__illust1 {
    width: 70px;
    height: 100px;
    left: auto;
    right: 0;
    bottom: auto;
    top: -30px;
  }
}
.top__about__illust2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(90%);
}
@media screen and (max-width: 1100px) {
  .top__about__illust2 {
    right: auto;
    left: 0;
    transform: translateY(120%);
    width: 115px;
    height: 85px;
  }
}

/**************************************************
top__bnrlist
***************************************************/
.top__bnrlist {
  margin: 80px 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top__bnrlist {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 60px;
  }
}
.top__bnrlist .swiper.is-slideoff img {
  width: auto;
  max-width: 100%;
}
.top__bnrlist .swiper.is-slideoff .swiper-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1100px) {
  .top__bnrlist .swiper.is-slideoff .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top__bnrlist .swiper.is-slideoff .swiper-slide {
  width: auto;
}
.top__bnrlist .swiper-wrapper {
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .top__bnrlist .swiper-wrapper {
    width: auto;
  }
}
.top__bnrlist .swiper-wrapper img {
  width: 100%;
}
.top__bnrlist .swiper-wrapper a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .top__bnrlist .swiper-wrapper a:hover, .top__bnrlist .swiper-wrapper a:focus {
    opacity: 0.5;
  }
}
.top__bnrlist .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  bottom: 0;
}
.top__bnrlist .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  transition: background 0.3s, border-color 0.3s;
}
.top__bnrlist .swiper-pagination .swiper-pagination-bullet-active {
  background: #0060ae;
  border-color: #0060ae;
}
.top__bnrlist .swiper-button-prev,
.top__bnrlist .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0060ae;
  top: 45%;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1100px) {
  .top__bnrlist .swiper-button-prev,
  .top__bnrlist .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 48%;
  }
}
.top__bnrlist .swiper-button-prev:after,
.top__bnrlist .swiper-button-next:after {
  color: #0060ae;
  background: url("/museum/assets/img/icon/arrow.svg") no-repeat center center/contain;
  content: "";
  width: 20px;
  height: 15px;
}
@media screen and (max-width: 1100px) {
  .top__bnrlist .swiper-button-prev:after,
  .top__bnrlist .swiper-button-next:after {
    width: 15px;
    height: 10px;
  }
}
.top__bnrlist .swiper-button-prev:hover, .top__bnrlist .swiper-button-prev:focus,
.top__bnrlist .swiper-button-next:hover,
.top__bnrlist .swiper-button-next:focus {
  background: #333;
  color: #fff;
}
.top__bnrlist .swiper-button-prev:hover:after, .top__bnrlist .swiper-button-prev:focus:after,
.top__bnrlist .swiper-button-next:hover:after,
.top__bnrlist .swiper-button-next:focus:after {
  color: #fff;
}
.top__bnrlist .swiper-button-prev {
  left: 90px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1100px) {
  .top__bnrlist .swiper-button-prev {
    left: 0px;
    transform: scaleX(-1) translateX(50%);
  }
}
.top__bnrlist .swiper-button-next {
  right: 90px;
}
@media screen and (max-width: 1100px) {
  .top__bnrlist .swiper-button-next {
    right: 0px;
    transform: translateX(50%);
  }
}

/**************************************************
top__news
***************************************************/
.top__news {
  margin-bottom: 80px;
}
.top__news__sectiontitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .top__news__sectiontitle {
    text-align: center;
  }
}
.top__news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .top__news__list {
    display: block;
    border-top: 1px dotted #333;
  }
}
.top__news__list li {
  padding-right: 20px;
  border-right: 1px dotted #333;
}
@media screen and (max-width: 1100px) {
  .top__news__list li {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px dotted #333;
  }
}
.top__news__list li:last-child {
  border-right: none;
}
.top__news__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  text-decoration: none !important;
  color: #333 !important;
}
.top__news__link::after {
  position: absolute;
  right: 0;
  top: 0 !important;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #df6873;
  color: #fff;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  border-radius: 3px;
  line-height: 1.2;
  transform: translateY(0%) !important;
}
@media screen and (max-width: 1100px) {
  .top__news__link::after {
    top: 10px !important;
    right: 10px !important;
  }
}
.top__news__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8faf4;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  .top__news__link:hover::before, .top__news__link:focus::before {
    opacity: 1;
  }
}
.top__news__label {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #df6873;
  color: #fff;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  border-radius: 3px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .top__news__label {
    top: 20px;
    right: 20px;
  }
}
.top__news__date {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top__news__date::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0060ae;
  border-radius: 50%;
  display: inline-block;
}

/**************************************************
top__art
***************************************************/
.top__art {
  position: relative;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  grid-template-areas: "title img text";
  align-items: center;
  margin-bottom: 120px;
  text-decoration: none !important;
}
@media screen and (max-width: 1100px) {
  .top__art {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.top__art::before {
  content: "";
  width: 100%;
  height: 80%;
  background: url("/museum/assets/img/top/bg-art-news.jpg") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 5px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1100px) {
  .top__art::before {
    top: auto;
    height: 85%;
  }
}
@media screen and (min-width: 1025px) {
  .top__art:hover::before, .top__art:focus::before {
    opacity: 0.9;
  }
}
.top__art__img {
  grid-area: img;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .top__art__img {
    width: 120px;
    aspect-ratio: 240/357;
    margin-inline: auto;
    display: block;
    margin-bottom: 1.6rem;
  }
}
.top__art__title {
  grid-area: title;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  color: #fff;
  line-height: 1.6;
  padding-left: 100px;
}
@media screen and (max-width: 1100px) {
  .top__art__title {
    padding-left: 0;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.top__art__title span {
  display: block;
  background-color: #fff;
  color: #0060ae;
  font-weight: 400;
  font-size: 1.6rem;
  width: fit-content;
  border-radius: 3px;
  padding: 0 10px;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .top__art__title span {
    margin-inline: auto;
    font-size: 1.2rem;
  }
}
.top__art__title span em {
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .top__art__title span em {
    font-size: 1.8rem;
  }
}
.top__art__text {
  grid-area: text;
  color: #fff;
  padding-inline: 60px 100px;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top__art__text {
    padding-inline: 50px;
  }
}
.top__art__text::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/museum/assets/img/icon/arrow.svg") no-repeat center center/contain;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .top__art__text::after {
    right: 50px;
  }
}
.top__art__en {
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 1.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .top__art__en {
    font-size: 0.9rem;
    color: #0060ae;
    top: 60px;
  }
}
.top__art__en-left {
  left: -30px;
  transform: rotate(90deg);
  height: 1.1rem;
}
@media screen and (max-width: 1100px) {
  .top__art__en-left {
    left: -69px;
  }
}
.top__art__en-right {
  right: -30px;
  transform: rotate(-90deg);
  height: 1.1rem;
}
@media screen and (max-width: 1100px) {
  .top__art__en-right {
    right: -69px;
  }
}

/**************************************************
top__facility
***************************************************/
.top__facility {
  background-color: #f8faf4;
  padding: 80px 0;
}
@media screen and (max-width: 1100px) {
  .top__facility {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1100px) {
  .top__facility .c-grid__col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top__facility__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0060ae;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1100px) {
  .top__facility__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.top__facility__title .c-en {
  border: 1px solid #0060ae;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2rem 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .top__facility__title .c-en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .top__facility__map {
    margin-bottom: 160px;
  }
}
.top__facility__linklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1100px) {
  .top__facility__linklist {
    display: block;
    clear: both;
    padding-top: 230px;
  }
}
.top__facility__linklist a {
  display: flex;
  align-items: center;
  position: relative;
  border-right: 1px solid #e4e8dc;
  color: #333;
  gap: 16px;
  text-decoration: none !important;
}
@media screen and (max-width: 1100px) {
  .top__facility__linklist a {
    border-right: none;
    border-bottom: 1px solid #e4e8dc;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
}
.top__facility__linklist a:last-child {
  border-right: none;
}
.top__facility__linklist a::after {
  content: "";
  width: 19px;
  height: 10px;
  mask-image: url(/museum/assets/img/icon/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #333;
  display: inline-block;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
@media screen and (min-width: 1025px) {
  .top__facility__linklist a:hover, .top__facility__linklist a:focus {
    color: #0060ae;
  }
  .top__facility__linklist a:hover::after, .top__facility__linklist a:focus::after {
    background-color: #0060ae;
  }
  .top__facility__linklist a:hover .top__facility__linklist__icon::before, .top__facility__linklist a:focus .top__facility__linklist__icon::before {
    background-color: #0060ae;
  }
}
.top__facility__linklist__icon {
  flex: none;
}
@media screen and (max-width: 1100px) {
  .top__facility__linklist__icon {
    width: 80px;
    text-align: center;
  }
}
.top__facility__linklist__icon::before {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #333;
  display: inline-block;
}
.top__facility__linklist__icon.is-calendar::before {
  content: "";
  width: 34px;
  height: 35px;
  mask-image: url(/museum/assets/img/icon/calendar.svg);
}
.top__facility__linklist__icon.is-map::before {
  content: "";
  width: 46px;
  height: 41px;
  mask-image: url(/museum/assets/img/icon/map.svg);
}
.top__facility__linklist__icon.is-books::before {
  content: "";
  width: 41px;
  height: 47px;
  mask-image: url(/museum/assets/img/icon/books.svg);
}
.top__facility__linklist__title {
  font-size: 1.8rem;
}
.top__facility__linklist__title .c-en {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
.top__facility__linklist__subtitle {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
}

/**************************************************
top__anchor
***************************************************/
.top-anchor {
  z-index: 50;
  position: relative;
  height: auto;
}
.top-anchor.is-fixed {
  left: calc(330px + 8rem);
  width: calc(100% - 16rem - 330px);
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .top-anchor.is-fixed {
    left: auto;
    right: auto;
    width: 94%;
  }
}
@media screen and (max-width: 1100px) {
  .top-anchor.is-fixed {
    bottom: 20px !important;
    left: 0;
    right: 0;
    width: 90%;
  }
}
.top-anchor.is-fixed .top-anchor__list {
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .top-anchor {
    background-color: #fff;
    border: 1px solid #0060ae;
    border-radius: 10px;
    padding: 20px 20px 10px;
    position: relative;
  }
}
.top-anchor__btn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .top-anchor__btn {
    display: block;
    color: #0060ae;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    line-height: 1;
  }
  .top-anchor__btn::before {
    content: "+";
    width: 20px;
    height: 20px;
    background-color: #0060ae;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    line-height: 1;
  }
}
@media screen and (max-width: 1100px) {
  .top-anchor__inner {
    transition: max-height 0.3s ease-in-out;
  }
  .top-anchor__inner.is-open {
    max-height: 1000px !important;
  }
  .top-anchor__inner.is-open .top-anchor__list {
    max-height: 1000px !important;
  }
}
.top-anchor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 50px;
}
@media screen and (max-width: 1100px) {
  .top-anchor__list {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    background-color: unset;
    padding: 0;
    justify-content: space-between;
    margin-top: 10px;
    display: block;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1100px) {
  .top-anchor__list li {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .top-anchor__list li:nth-child(even) {
    margin-right: 0;
  }
}
.top-anchor__list a {
  padding: 0.3rem 1rem;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a:hover, .top-anchor__list a:focus {
    color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .top-anchor__list a {
    background-color: #f8faf4;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 15px 0;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#hyogo"]:hover, .top-anchor__list a[href="#hyogo"]:focus {
    background-color: #f77a71;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#okayama"]:hover, .top-anchor__list a[href="#okayama"]:focus {
    background-color: #e88d06;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#hiroshima"]:hover, .top-anchor__list a[href="#hiroshima"]:focus {
    background-color: #9d298b;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#yamaguchi"]:hover, .top-anchor__list a[href="#yamaguchi"]:focus {
    background-color: #ac8c54;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#tokushima"]:hover, .top-anchor__list a[href="#tokushima"]:focus {
    background-color: #008f7b;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#kagawa"]:hover, .top-anchor__list a[href="#kagawa"]:focus {
    background-color: #05c483;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#ehime"]:hover, .top-anchor__list a[href="#ehime"]:focus {
    background-color: #05bdc4;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#kochi"]:hover, .top-anchor__list a[href="#kochi"]:focus {
    background-color: #0060ae;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#fukuoka"]:hover, .top-anchor__list a[href="#fukuoka"]:focus {
    background-color: #daa520;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__list a[href="#oita"]:hover, .top-anchor__list a[href="#oita"]:focus {
    background-color: #e43636;
  }
}

/**************************************************
top__facility__areatitle
***************************************************/
#js-article-area > div {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  #js-article-area > div {
    scroll-margin-top: 100px;
  }
}

.top__facility__areatitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 30px;
}
.top__facility__areatitle .c-en {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 3px;
  padding: 0.2rem 1rem;
  font-size: 1rem;
}
.top__facility__areatitle-en__hyogo {
  background-color: #f77a71;
  color: #fff;
}
.top__facility__areatitle-en__okayama {
  background-color: #e88d06;
  color: #fff;
}
.top__facility__areatitle-en__hiroshima {
  background-color: #9d298b;
  color: #fff;
}
.top__facility__areatitle-en__yamaguchi {
  background-color: #ac8c54;
  color: #fff;
}
.top__facility__areatitle-en__tokushima {
  background-color: #008f7b;
  color: #fff;
}
.top__facility__areatitle-en__kagawa {
  background-color: #05c483;
  color: #fff;
}
.top__facility__areatitle-en__ehime {
  background-color: #05bdc4;
  color: #fff;
}
.top__facility__areatitle-en__kochi {
  background-color: #0074b3;
  color: #fff;
}
.top__facility__areatitle-en__fukuoka {
  background-color: #daa520;
  color: #fff;
}
.top__facility__areatitle-en__oita {
  background-color: #e43636;
  color: #fff;
}

/* -----------------------------------------------
  insta
-------------------------------------------------- */
.top-insta {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  background: #fff;
}

@media all and (min-width: 1025px) {
  .top-insta {
    margin: 10rem 0;
  }
}
.top-insta__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  letter-spacing: 1px;
}

@media all and (min-width: 1025px) {
  .top-insta__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20vw;
    height: 16.6666666667vw;
    position: absolute;
    z-index: 1;
    background: #fff;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
@media all and (min-width: 1440px) {
  .top-insta__title {
    height: 12.5vw;
  }
}
.top-insta__title-headline {
  width: auto;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media all and (min-width: 1025px) {
  .top-insta__title-headline {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: clamp(27px, 23.368px + 0.877vw, 36px);
  }
}
.top-insta__title-headline::before {
  content: "";
  display: block;
  background-image: url("../img/common/title_insta.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}

@media all and (min-width: 1025px) {
  .top-insta__title-headline::before {
    width: 5rem;
    height: 5rem;
  }
}
.top-insta__title-link {
  margin: 0;
  font-weight: 800;
}

.top-insta__title-link a {
  color: #333;
  font-size: 1.2rem;
}

@media all and (min-width: 1025px) {
  .top-insta__title-link a {
    font-size: 1.6rem;
  }
}
.top-insta__title-link a:hover,
.top-insta__title-link a:focus {
  text-decoration: none;
}

.top-insta__slide {
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 6rem;
}

/**************************************************
  Loop
***************************************************/
.m-loop_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.m-loop_wrap ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-loop_wrap ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}

.m-loop_wrap ul:last-child {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}

.m-loop_wrap ul li {
  width: 50vw;
}

@media all and (min-width: 769px) and (max-width: 1024px) {
  .m-loop_wrap ul li {
    width: 25vw;
  }
}
@media all and (min-width: 1025px) {
  .m-loop_wrap ul li {
    width: 16.6666666667vw;
  }
}
@media all and (min-width: 1440px) {
  .m-loop_wrap ul li {
    width: 12.5vw;
  }
}
.m-loop_wrap ul li img {
  width: 100%;
}

@-webkit-keyframes loop {
  0% {
    translate: 100% 0;
  }
  to {
    translate: -100% 0;
  }
}
@keyframes loop {
  0% {
    translate: 100% 0;
  }
  to {
    translate: -100% 0;
  }
}
@-webkit-keyframes loop2 {
  0% {
    translate: 0 0;
  }
  to {
    translate: -200% 0;
  }
}
@keyframes loop2 {
  0% {
    translate: 0 0;
  }
  to {
    translate: -200% 0;
  }
}
#js-debug {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 200px;
  height: 100px;
  background: #666;
  color: #FFF;
  opacity: 0.7;
  padding: 10px;
  line-height: 1.4;
  display: none;
}

.map-setouchi-wrapper-hack {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  z-index: 100;
  -moz-transform-origin: 0 center;
  -webkit-transform-origin: 0 center;
  transform-origin: 0 center;
}

.scale-over .map-setouchi-wrapper-hack {
  float: none !important;
}

.ua-sp .map-setouchi-wrapper-hack {
  float: left;
  /*
  -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
  transform: scale(0.8);


  */
}

.map-setouchi-wrapper {
  width: 100%;
  height: 460px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .map-setouchi-wrapper {
    height: 300px !important;
    width: 100vw;
    transform: translateX(-25px);
  }
}

.map-setouchi {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}

.map-setouchi-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 882px;
  height: 382px;
  height: 396px;
  opacity: 0;
}

.map-setouchi-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-item-wrap {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 300px;
  height: 470px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .map-item-wrap {
    width: 325px;
    height: 260px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(80%) !important;
  }
}

.map-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 460px;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .map-item-bg {
    width: 325px;
    height: 100%;
    top: auto;
    bottom: 0;
  }
}

.map-setouchi-logo {
  position: absolute;
  width: 213px;
  height: 53px;
  top: 10px;
  left: 10px;
  background: url(../img/map_logo.png) no-repeat;
  display: none;
}

.map-item-img-wrap {
  position: absolute;
}

.map-item-img {
  /*background:url(../img/ehime_ehime.png) 0 0 no-repeat;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.map-item__image {
  aspect-ratio: 240/160;
  width: 100%;
  top: 0px;
  text-align: center;
  position: relative !important;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  .map-item__image {
    grid-area: map-image;
  }
}
.map-item__image img {
  aspect-ratio: 240/160;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0;
}

.map-item__content {
  top: 20px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  position: relative !important;
  z-index: 50;
}
@media screen and (max-width: 1100px) {
  .map-item__content {
    top: 20px;
    display: grid;
    grid-template-areas: "map-title map-title" "map-address map-image" "map-link map-link";
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
}

.map-item__name {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .map-item__name {
    font-size: 1.7rem;
    grid-area: map-title;
  }
}

.map-item__address {
  font-size: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .map-item__address {
    font-size: 1.3rem;
    line-height: 1.4;
    grid-area: map-address;
    padding-right: 10px;
  }
}

.map-item__link {
  background-color: #0060ae;
  color: #fff !important;
  text-decoration: none !important;
  width: 100%;
  height: 60px;
  font-size: 1.4rem;
  border-radius: 5px;
  display: grid;
  place-content: center;
  margin-top: 20px;
  border: 1px solid #0060ae;
  transition: all 0.3s ease !important;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .map-item__link {
    height: 45px !important;
    margin-top: 0px;
    grid-area: map-link;
  }
}
.map-item__link:hover, .map-item__link:focus {
  background-color: #fff;
  border-color: #0060ae;
  color: #0060ae !important;
}

.map-setouchi-loading-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: 12px;
  font-size: 12px;
  color: #8b705c;
}

.map-setouchi-loading-bar-wrap {
  position: absolute;
  width: 206px;
  /*height:14px;*/
  padding: 3px;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -103px;
  background: #fff;
  box-shadow: 0px 0px 10px -2px #999;
  -moz-box-shadow: 0px 0px 10px -2px #999;
  -webkit-box-shadow: 0px 0px 10px -2px #999;
}

.map-setouchi-loading-bar-inner {
  background: #edf7ca;
  position: relative;
  width: 206px;
  height: 8px;
}

.map-setouchi-loading-bar-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 8px;
}

.map-setouchi-loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 8px;
  background: #cedaa4;
}

.gm-bundled-control-on-bottom {
  width: 100%;
  left: 0 !important;
  bottom: 100px !important;
  position: absolute;
}
/*# sourceMappingURL=top.css.map */
