@charset "UTF-8";
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  color: #333;
  overflow-x: auto;
}
body.scroll-lock {
  position: fixed;
  width: 100%;
}

a {
  color: #333;
}

.header.disabled, .footer.disabled, .base-content.disabled, .notif.disabled {
  filter: blur(2px);
  pointer-events: none;
}

@media screen and (min-width: 741px) {
  .breadcrumb {
    width: 100%;
    max-width: 1040px;
  }
}
#header {
  min-height: 89px;
}
@media screen and (min-width: 741px) {
  #header {
    min-height: 146px;
  }
}

main {
  padding-bottom: 40px;
}
@media screen and (min-width: 741px) {
  main {
    padding-bottom: 64px;
  }
}

.goTop {
  cursor: pointer;
}

.goTop__link {
  pointer-events: none;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

.u-show-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-show-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-show-sp.u-show-sp-flex {
    display: flex !important;
  }
}

.l-container {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 24px;
  }
}

.l-footer .goTop {
  cursor: pointer;
}

#footer .footer {
  z-index: 11;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h2 {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 24px;
    text-align: center;
  }
}
.title h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .title h2 br {
    display: block;
  }
}

.country__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.country__title h2 {
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .country__title h2 {
    font-size: 24px;
  }
}

.nav-wrapper {
  height: 63px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-wrapper {
    height: 256px;
    margin-bottom: 64px;
  }
}
.nav-wrapper .nav-inner {
  background-color: #f2f2f2;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner {
    padding-top: 40px;
    padding-bottom: 12px;
  }
}
.nav-wrapper .nav-inner.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
.nav-wrapper .nav-inner.is-fixed .l-container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list {
    flex-wrap: nowrap;
    max-width: 767px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 24px;
  }
  .nav-wrapper .nav-inner.is-fixed .nav__list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active {
    position: fixed;
    top: 42px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    box-shadow: 0px 4px 6px #ccc;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active .nav__dropdown-list {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active .nav__dropdown-list::before, .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active .nav__dropdown-list::after {
    display: none;
  }
}
.nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active .nav__dropdown-list li a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active .nav__dropdown-list li a {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__list-item .nav__dropdown.is-active .nav__dropdown-list li a::before {
    content: url(../images/arrow-icon.png);
    position: absolute;
    left: 0;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-wrapper .nav-inner.is-fixed .nav__list .nav__link.is-active {
    color: #0057b8;
    border-bottom: 2px solid #0057b8;
  }
}

.nav-wrapper.fixed + .country-wrapper {
  padding-top: 120px;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__list {
    justify-content: flex-start;
  }
}

.nav__list-item {
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 970px) {
  .nav__list-item {
    margin-right: 15px;
  }
}
.nav__list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nav__list-item {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.nav__list-item:nth-child(2) .nav__dropdown-list::before, .nav__list-item:nth-child(2) .nav__dropdown-list::after {
  left: 18%;
}
.nav__list-item:nth-child(2) .nav__dropdown-list li:nth-child(2) {
  flex: 0 0 8%;
  max-width: 8%;
}
@media screen and (max-width: 767px) {
  .nav__list-item:nth-child(2) .nav__dropdown-list li:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.nav__list-item:nth-child(2) .nav__dropdown-list li:nth-child(3), .nav__list-item:nth-child(2) .nav__dropdown-list li:nth-child(4) {
  flex: 0 0 15%;
  max-width: 15%;
}
@media screen and (max-width: 767px) {
  .nav__list-item:nth-child(2) .nav__dropdown-list li:nth-child(3), .nav__list-item:nth-child(2) .nav__dropdown-list li:nth-child(4) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.nav__list-item:nth-child(3) .nav__dropdown-list::before, .nav__list-item:nth-child(3) .nav__dropdown-list::after {
  left: 36%;
}
.nav__list-item:nth-child(4) .nav__dropdown-list::before, .nav__list-item:nth-child(4) .nav__dropdown-list::after {
  left: 48%;
}
.nav__list-item:nth-child(5) .nav__dropdown-list::before, .nav__list-item:nth-child(5) .nav__dropdown-list::after {
  left: 57%;
}
.nav__list-item:nth-child(6) .nav__dropdown-list::before, .nav__list-item:nth-child(6) .nav__dropdown-list::after {
  left: 68%;
}
.nav__list-item:nth-child(7) .nav__dropdown-list::before, .nav__list-item:nth-child(7) .nav__dropdown-list::after {
  left: 80%;
}
.nav__list-item:nth-child(7) .nav__dropdown-list li:nth-child(1), .nav__list-item:nth-child(7) .nav__dropdown-list li:nth-child(2) {
  flex: 0 0 15%;
  max-width: 15%;
}
.nav__list-item:nth-child(7) .nav__dropdown-list li:nth-child(3) {
  flex: 0 0 8%;
  max-width: 8%;
}
.nav__list-item:nth-child(8) .nav__dropdown-list::before, .nav__list-item:nth-child(8) .nav__dropdown-list::after {
  left: 91%;
}

.nav__link {
  border-bottom: 2px solid transparent;
  color: #333;
  display: flex;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 970px) {
  .nav__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .nav__link {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 360px) {
  .nav__link {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.nav__link.is-active {
  border-bottom: 2px solid #333;
}
.nav__link:hover {
  border-bottom: 2px solid #333;
}

.nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .nav__dropdown {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nav__dropdown.is-active {
  display: block;
}

.nav__dropdown-list {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
}
.nav__dropdown-list::before, .nav__dropdown-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  width: 0;
  height: 0;
  border-style: solid;
}
.nav__dropdown-list::before {
  top: -24px;
  border-color: transparent transparent #333 transparent;
  border-width: 11px;
}
.nav__dropdown-list::after {
  top: -22px;
  border-color: transparent transparent #fff transparent;
  border-width: 11px;
}

.nav__dropdown-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media screen and (max-width: 767px) {
  .nav__dropdown-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.nav__dropdown-link {
  color: #333;
  display: inline-block;
  margin-bottom: 20px;
}

.country {
  padding-bottom: 20px;
  padding-top: 20px;
}

.country__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.country__list-card {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 12.5px;
  padding-right: 12.5px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .country__list-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.country__list-card-item {
  margin-bottom: 40px;
}

.country__list-card-title {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #bbbbbb;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.country__list-card-title-img {
  width: 40px;
  height: 27px;
  margin-right: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.country__list-card.HW {
  order: 0;
}

.country__list-card.GU {
  order: 1;
}

.country__list-card.NP .country__list-card-title-img {
  box-shadow: none;
}

.country__list-card-title-text {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .country__list-card-title-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .country__list-card-title-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .country__list-card-title-text {
    font-size: 20px;
  }
}

.country__list-card-city {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

.country__list-card-city-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.country__list-card-city-item.country__list-card-city-item--full {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .country__list-card-city-item.country__list-card-city-item--full {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.country__list-card-city-link {
  color: #333;
  position: relative;
  padding-left: 22px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .country__list-card-city-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 860px) {
  .country__list-card-city-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .country__list-card-city-link {
    font-size: 14px;
  }
}
.country__list-card-city-link::before {
  content: url(../images/arrow-icon.png);
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 850px) {
  .country__list-card-city-link::before {
    top: 0;
  }
}
.country__list-card-city-link:hover {
  opacity: 0.5;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 862px) {
  .tab {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tab__item {
    width: 48.5%;
  }
}

.tab__item-link {
  border: 1px solid #0057b8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 15px 15px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 950px) {
  .tab__item-link {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  .tab__item-link {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    width: 100%;
    margin-right: 0;
    border-radius: 5px;
  }
  .tab__item-link:hover {
    opacity: 1;
  }
}
.tab__item-link.is-active {
  background-color: #0057b8;
  color: #fff;
  pointer-events: none;
}
.tab__item-link.is-active::before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0057b8;
  bottom: -18px;
}
@media screen and (max-width: 862px) {
  .tab__item-link.is-active::before {
    bottom: -10px;
  }
}

.table__list {
  color: #333;
  font-size: 12px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 14.2857142857%);
}
@media screen and (max-width: 767px) {
  .table__list {
    grid-template-columns: repeat(2, 50%);
  }
}

.table__list-item {
  border-top: 1px solid #95989a;
  border-right: 1px solid #95989a;
  border-bottom: 1px solid #95989a;
}
.table__list-item:nth-child(1), .table__list-item:nth-child(8) {
  border-left: 1px solid #95989a;
}
.table__list-item:nth-child(n+8) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .table__list-item {
    border-top: none;
  }
  .table__list-item:nth-child(1), .table__list-item:nth-child(2) {
    border-top: 1px solid #95989a;
  }
  .table__list-item:nth-child(odd) {
    border-left: 1px solid #95989a;
  }
  .table__list-item:nth-child(8) {
    border-left: none;
  }
}

.table__list-head {
  background-color: #f2f2f2;
  border-bottom: 1px solid #95989a;
  font-weight: 300;
  text-align: center;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__list-desc {
  padding: 10px 5px;
  text-align: center;
}

.icon__in-out {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 96px;
  text-align: center;
  font-size: 11px;
}

.icon__in {
  background-color: #CF1818;
}

.icon__out {
  background-color: #FFB500;
}

.notice {
  color: #F40D11;
  background-color: #f2f2f2;
  padding: 24px;
  margin-bottom: 40px;
}
.notice__title {
  font-weight: bold;
  margin-bottom: 8px;
}

.bottom__banner {
  margin: 32px 0;
  text-align: center;
}
.bottom__banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bottom a {
  transition: all 0.3s;
}
.bottom a:hover {
  opacity: 0.7;
}
.bottom__link {
  text-align: right;
}
.bottom__link a {
  color: #1976d2;
}

.list-page a {
  transition: opacity 0.3s ease-in-out;
}
.list-page a:hover {
  opacity: 0.5;
}

.list-page__news-wrap .list-page__news-red {
  color: #F40D11;
  font-weight: bold;
}
.list-page__news-wrap a {
  color: #1976d2;
}

.list-page__header {
  border-bottom: 8px solid #0057b8;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .list-page__header {
    border-bottom: 0;
  }
}

.list-page__container {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .list-page__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list-page__container {
    width: 100%;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
  }
}

.list-page__title {
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .list-page__title {
    text-align: center;
    margin-bottom: 16px;
  }
}
.list-page__title span {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .list-page__title span {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
    margin-right: 0;
  }
}

.list-page__gap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list-page__gap {
    width: 100%;
  }
}

.list-page__question-text {
  text-align: right;
  margin-top: 15px;
  padding-right: 25px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .list-page__question-text {
    display: block;
    font-size: 12px;
  }
}
.list-page__question-text::before {
  content: url(../images/question-icon.png);
  position: absolute;
  right: 0;
  top: 2px;
}

.list-page__tooltip-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
}

.list-page__tooltip-text {
  margin-right: 10px;
}

.list-page__tooltip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  position: absolute;
}
.list-page__tooltip ~ [data-toggle-content] {
  display: none;
}
.list-page__tooltip:checked ~ [data-toggle-content] {
  display: block;
}

.list-page__tooltip-content {
  border: 2px solid #0057B8;
  border-radius: 5px;
  padding: 19px;
}

.list-page__tooltip-container:nth-child(2) {
  margin-top: 20px;
}

.list-page__tooltip-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-page__tooltip-desc {
  font-size: 14px;
}

.list-page__in-out {
  list-style: none;
}
@media screen and (max-width: 950px) {
  .list-page__in-out {
    margin-left: 10px;
  }
}
@media screen and (max-width: 862px) {
  .list-page__in-out {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-page__in-out {
    display: none;
  }
}

.list-page__in-out-item {
  font-size: 11px;
}

.list-page__content-wrap {
  display: none;
}
.list-page__content-wrap.is-active {
  display: block;
}

.list-page__content {
  border-bottom: 1px solid #ccc;
  padding-top: 45px;
  padding-bottom: 75px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .list-page__content {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
.list-page__content:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.list-page__content-header {
  margin-bottom: 20px;
}

.list-page__content-img {
  max-width: 245px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .list-page__content-img {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.list-page__content-img img {
  width: 245px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .list-page__content-img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .list-page__content-info {
    width: 100%;
  }
}

.list-page__content-info-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list-page__content-info-title {
    font-size: 20px;
  }
}
.list-page__content-info-title span {
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list-page__content-info-title span {
    font-size: 16px;
    display: block;
    margin-left: 0;
  }
}

.list-page__content-info-details {
  list-style: none;
}

.list-page__content-info-details-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 25px;
}
.list-page__content-info-details-item:last-child {
  margin-bottom: 0;
}
.list-page__content-info-details-item img {
  margin-right: 15px;
  width: 25px;
  height: 25px;
}
.list-page__content-info-details-item-url-wrap {
  display: flex;
  flex-direction: column;
}

.list-page__content-info-details-category {
  margin-right: 10px;
  flex-shrink: 0;
  line-height: 25px;
}

.list-page__content-info-details-link {
  color: #1976d2;
  line-height: 25px;
}
.list-page__content-info-details-link span {
  color: #333;
  margin-right: 20px;
}
.list-page__content-info-details-link.list-page__content-info-details-link--eng, .list-page__content-info-details-link.list-page__content-info-details-link--reservation {
  margin-left: 0;
}

.list-page__content-info-news {
  display: block;
  color: #F40D11;
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
}

.list-page__details-others {
  border: 1px solid #888888;
  border-radius: 4px;
  padding: 20px 20px;
  margin: 0 auto 75px;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .list-page__details-others {
    margin: 0 15px 75px;
  }
}
@media screen and (max-width: 767px) {
  .list-page__details-others {
    border: 0;
    padding: 0 24px;
  }
}
.list-page__details-others a {
  color: #707070;
}

.list-page__details-others-title {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-page__details-others-title {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    padding-top: 30px;
  }
}
.list-page__details-others-title::before {
  content: url(../images/link-icon.png);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list-page__details-others-title::before {
    right: 0;
    margin: auto;
    top: 0;
  }
}

.list-page__details-others-list {
  color: #707070;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .list-page__details-others-list {
    flex-wrap: wrap;
  }
}

.list-page__details-others-list-item {
  margin-right: 50px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .list-page__details-others-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    margin-top: 17px;
  }
}
.list-page__details-others-list-item::before {
  content: url(../images/arrow02-icon.png);
  position: absolute;
  left: 0;
}
.list-page__details-others-list-item:last-child {
  margin-right: 0;
}

.list-page__details-list-item-description {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .list-page__details-list-item-description {
    position: static;
  }
}
.list-page__details-list-item-description a {
  color: #1976d2;
}
.list-page__details-list-item-description span {
  display: block;
}
.list-page__details-list-item-description span.list-page__details-list-item-description-holiday {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.list-page__details-list-item-description .list-page__details-list-item-description-inner:not(:first-child) {
  margin-top: 8px;
}
.list-page__details-list-item-description.list-page__details-list-item-description-service {
  width: 100%;
}
.list-page__details-list-item-description.list-page__details-list-item-description-service > p {
  text-align: right;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item-description.list-page__details-list-item-description-service > p {
    text-align: left;
  }
}

.list-page__details-list-item-holiday-tooltip {
  display: none;
  position: absolute;
  top: -200px;
  left: calc(100% + 24px);
  background-color: #F5F7FA;
  border: 1px solid #C0C5CC;
  z-index: 12;
  border-radius: 8px;
  padding: 24px;
  width: 40vw;
  max-width: 600px;
}
@media only screen and (max-width: 991px) {
  .list-page__details-list-item-holiday-tooltip {
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
.list-page__details-list-item-holiday-tooltip .icon-close {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #697180;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  transition: all 0.3s;
  cursor: pointer;
}
.list-page__details-list-item-holiday-tooltip .icon-close img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-page__details-list-item-holiday-tooltip .icon-close:hover {
  opacity: 0.7;
}
.list-page__details-list-item-holiday-tooltip-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.list-page__details-list-item-holiday-tooltip-title span {
  display: inline;
  margin-left: 8px;
  font-size: 12px;
}
.list-page__details-list-item-holiday-tooltip-title span small {
  font-weight: normal;
}
.list-page__details-list-item-holiday-tooltip-text {
  display: flex;
  margin-bottom: 4px;
  word-break: break-word;
}
.list-page__details-list-item-holiday-tooltip-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item-holiday-tooltip-text {
    font-size: 12px;
  }
}
.list-page__details-list-item-holiday-tooltip-date {
  min-width: 63px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item-holiday-tooltip-date {
    min-width: 54px;
  }
}
.list-page__details-list-item-holiday-tooltip-note {
  margin-bottom: 10px;
  color: #F40D11;
  font-size: 12px;
}

.list-page__details-list-item-holiday-tooltip-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

.list-page__details-list-item-text {
  margin-top: 8px;
}
.list-page__details-list-item-text li.is-active + li {
  margin-top: 8px;
}
.list-page__details-list-item-text li.is-active::before {
  margin-right: 4px;
}
.list-page__details-list-item-text li.is-active:nth-child(1):before {
  content: "※1";
}
.list-page__details-list-item-text li.is-active:nth-child(2):before {
  content: "※2";
}
.list-page__details-list-item-text li.is-active:nth-child(3):before {
  content: "※3";
}

.list-page__details-list-item-name {
  flex: 0 0 18%;
  max-width: 18%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item-name {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.list-page__details-list-item {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item {
    border-bottom: 1px dashed #ccc;
  }
}
@media only screen and (max-width: 991px) {
  .list-page__details-list-item {
    position: relative;
  }
}
.list-page__details-list-item:last-of-type {
  border-bottom: none;
}
.list-page__details-list-item.list-page__details-list-item-full {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item.list-page__details-list-item-full dt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list-page__details-list-item.list-page__details-list-item-full dd {
    width: 100%;
  }
}

.list-page__details-list-note {
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
}
.list-page__details-list-note::before {
  content: "※";
}