@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
#l-content {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  background: #fff;
  line-height: 1.5;
}

.u-kv__image {
  position: relative;
  aspect-ratio: 7/2;
  overflow: hidden;
}

.u-kv__image .u-kv__image-src {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .u-kv__image .u-kv__image-src {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}

.u-content__main {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  padding-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .u-content__main {
    border-radius: 16px 16px 0 0;
    margin-top: -60px;
    padding-top: 40px;
  }
}

.u-txt-ttl--h1 {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  color: #192F60;
  position: relative;
  padding-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl--h1 {
    font-size: 4.5rem;
    padding-bottom: 12px;
  }
}

.u-txt-ttl--h1:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #192F60;
}

@media print, screen and (min-width: 768px) {
  .u-txt-ttl--h1:before {
    width: 64px;
  }
}

.u-txt-lead {
  margin-top: 32px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-txt-lead {
    margin-top: 64px;
    font-size: 2.2rem;
  }
}

.u-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .u-column {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-top: 120px;
  }
}

.u-image .u-image-src {
  display: block;
  width: 100%;
}

.u-info .u-info__ttl--h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__ttl--h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

.u-info .u-info__copy {
  margin-top: 4px;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__copy {
    margin-top: 8px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.u-info .u-info__container {
  border-top: 1px solid #CBCBCB;
  padding-block: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__container {
    padding-block: 16px;
  }
}

.u-info .u-info__container:last-child {
  border-bottom: 1px solid #CBCBCB;
}

.u-info .u-info__list .u-info__item {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 18px;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__list .u-info__item {
    padding-left: 24px;
  }
}

.u-info .u-info__list .u-info__item:before {
  position: absolute;
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #073082;
  top: 4px;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__list .u-info__item:before {
    top: 5px;
  }
}

.u-info .u-info__list .u-info__item a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

[data-whatinput="keyboard"] .u-info .u-info__list .u-info__item a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .u-info .u-info__list .u-info__item a:hover {
    text-decoration: none;
  }
}

.u-info .u-info__ttl--h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__ttl--h3 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.u-info .u-info__txt--icon {
  margin-top: 4px;
  padding-left: 19px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__txt--icon {
    margin-top: 8px;
    padding-left: 28px;
  }
}

.u-info .u-info__txt--icon:first-of-type {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__txt--icon:first-of-type {
    margin-top: 0;
  }
}

.u-info .u-info__txt--icon:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  content: '';
}

@media print, screen and (min-width: 768px) {
  .u-info .u-info__txt--icon:before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}

.u-info .u-info__txt--address:before {
  background: url("/assets/images/english/tourist-office/i_location.png") center no-repeat;
  background-size: 100% auto;
}

.u-info .u-info__txt--phone:before {
  background: url("/assets/images/english/tourist-office/i_phone.png") center no-repeat;
  background-size: 100% auto;
}

.u-info .u-info__txt--mail:before {
  background: url("/assets/images/english/tourist-office/i_mail.png") center no-repeat;
  background-size: 100% auto;
}
