@charset "UTF-8";
/* CSS Document */

.Common21__inner {
    width: 1024px;
    margin: 0 auto;
}

.Common21__section-ttl-lev1 {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: -15px;
}

.Common21__section-ttl-lev1::before {
    left: 50%;
    transform: translateX(-100%);
    background: var(--corporate-color);
}

.Common21__section-ttl-lev1::after {
    left: 50%;
    background: var(--sub-corporate-color);
}

.Common21__section-ttl-lev2 {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0 0 10px;
    font-size: 2.1rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
}

.Common21__section-ttl-lev2::before,
.Common21__section-ttl-lev2::after {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 36px;
}

.Common21__section-ttl-lev2::before {
    transform: translateY(-100%);
    background: var(--corporate-color);
}

.Common21__section-ttl-lev2::after {
    background: var(--sub-corporate-color);
}

/* --------------------start_gnav-------------------- */

/* .Gnav__link--active {
  color: #333;
  background: transparent;
  pointer-events: auto;
}

.Gnav__link--i.Gnav__link--active::before {
  background-image: url(/sharing/common21/images/icn_Gnav--i.svg);
}

.Gnav__link:hover {
  color: var(--corporate-color);
  box-shadow: 0px -2px 0px 0px var(--corporate-color) inset;
  background-color: var(--active-color);
} */

/* --------------------start_gnav-------------------- */

/* --------------------start_メインバナー-------------------- */

#MainBn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: calc(100% - 372px);
  padding: 0 2rem 0 5rem; */
}

#MainBn h1 {
    width: 572px;
    height: auto;
    margin-bottom: 2rem;
    /* 検索フォームがある時はコメントアウトする */
    margin: 0 auto 2rem;
}

#MainBn .caption {
    width: 572px;
    padding: 2rem;
    color: #fff;
    font-size: 1.4rem;
    background: rgba(51, 51, 51, 0.8);
    /* 検索フォームがある時はコメントアウトする */
    /* text-align: center; */
}

/* --------------------end_メインバナー-------------------- */

/* --------------------start_新着情報-------------------- */

/* #WhatsNew {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
} */

.WhatsNew__items {
    padding: 20px 40px 40px 40px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.WhatsNew__item {
    padding: 20px 0;
    border-bottom: 1px dotted #888;
}

.WhatsNew__link {
    display: block;
    padding-left: 13px;
    color: var(--textLink-color);
    text-indent: -13px;
}

.WhatsNew__link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 1px;
}

.WhatsNew__link:hover {
    text-decoration: underline;
}

/* --------------------end_新着情報-------------------- */

/* --------------------start_コース番号検索-------------------- */
#SearchCourse {
    width: 1024px;
    margin: 20px auto 60px auto;
    text-align: center;
}

#SearchCourse ::placeholder {
    color: #888;
}

.SearchCourse__inner {
    display: inline-flex;
    justify-self: flex-start;
    align-items: center;
    padding: 10px 30px 10px 0;
    text-align: left;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
}

.SearchCourse__ttl {
    padding: 0 30px;
    font-size: 1.8rem;
    font-weight: 600;
}

.SearchCourse__ttl::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.SearchCourse__form {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 10px 30px;
    border-left: 1px dotted #888;
}

#PageName {
    display: block;
    width: 1024px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 2.4rem;
    font-weight: 600;
}

#Keyvisual {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* 検索フォームがある時はコメントアウトする */
    display: flex;
    /* height: 530px; */
}

.Common21__inner--keyvisual {
    position: relative;
    display: flex;
    justify-content: space-between;

    /* 検索フォームがある時はコメントアウトする */
    justify-content: center;
}

/* --------------------end_コース番号検索-------------------- */

/* --------------------start_アバウト枠-------------------- */
.Common21__section--About {
    background-color: #e5f2f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5rem 0;
}

.Common21__section--About .Common21__section-ttl-lev1 {
    background-image: url(/attending/e-very/images/logo_e-very.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 108px 53px;
    padding-top: 58px;
}

.About {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
    padding: 30px 40px 50px;
}

.About__article {
    display: flex;
    justify-content: space-between;
}

.About__image {
    content-visibility: auto;
    contain-intrinsic-size: 240px;
    height: 240px;
}

.About__list {
    display: flex;
    flex-wrap: wrap;
    width: 480px;
}

.About__list--item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}
/* --------------------end_アバウト枠-------------------- */

/* --------------------start_ツアー枠-------------------- */
.Common21__section--osusume {
    padding: 5rem 0;
}

.Common21__section--osusume .Common21__section-ttl-lev1 {
    background-image: url(/attending/e-very/images/logo_e-very.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 93px 46px;
    padding-top: 51px;
}

.Common21__section--ranking__kaigai {
    padding: 5rem 0;
}

.Common21__section--ranking__kaigai .Common21__section-ttl-lev1 {
    background-image: url(/attending/e-very/images/logo_e-very.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 105px 58px;
    padding-top: 65px;
}

.Common21__section--news__kaigai {
    background-color: #f5f5f5;
    padding: 5rem 0;
}

.Tour {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.Tour:hover {
    box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0);
}

.Tour__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.TourRecommend .Tour__swiper {
    margin: 0 auto;
    padding: 35px 0 60px 0;
}

.Tour__card-label {
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 1;
    padding: 12px 10px;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 0;
    border-radius: 3px 3px 3px 0;
    background-color: var(--sub-corporate-color);
}

.Tour__card-label::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: var(--sub-corporate-color);
    border-radius: 2px;
    transform: skewY(-45deg);
}

.Tour__img {
    content-visibility: auto;
    contain-intrinsic-size: 189px;
    height: 189px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.Tour img {
    transition: opacity 0.3s;
}

.Tour:hover img {
    opacity: var(--hoverOpacity);
}

.Tour__txt {
    padding: 15px;
}

.Tour__caption {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Tour:hover .Tour__caption {
    text-decoration: underline;
}

/* start_tag + name + price */
.Tour__tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.Tour__tag {
    display: -webkit-box;
    max-width: calc((100% - 5px) / 2);
    padding: 3px 5px 1px 5px;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 2px;
    background-color: var(--sub-corporate-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Tour__tag:not(:last-child) {
    margin-right: 5px;
}

.Tour__name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
}

.Tour:hover .Tour__name {
    text-decoration: underline;
}

.Tour__price {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--caution-color);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.Tour__price-unit {
    font-size: 1.4rem;
}
/* end_tag + name + price */

/* start_label + description */
.Tour__label {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.3;
}

.Tour:hover .Tour__label {
    text-decoration: underline;
}

.Tour__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4rem;
}
/* end_label + description */

/* start_hotel */
.Hotel__txt {
    padding: 20px;
}

.Hotel__label {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.3;
}

.Hotel__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 60px;
    font-size: 1.4rem;
}

.Hotel__txt-link-wrap {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.Hotel__txt-link {
    display: block;
}

.Hotel__txt-link:hover {
    text-decoration: underline;
}

.Hotel__txt-link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 1px;
}
/* end_hotel */

/* start_rank */
.Tour__rank {
    position: absolute;
    left: 0px;
    top: -40px;
    z-index: 5;
    color: var(--sub-corporate-color);
    font-weight: 600;
    padding: 2px 18px;
    background: #f5f5f5;
    border-radius: 3px 3px 3px 0px;
}

.Tour__rank::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-right: 3px;
    background: url(/attending/common/images/icn_rank--blue.svg) no-repeat center / contain;
}

.Tour__rank::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #f5f5f5;
    border-radius: 2px;
    transform: skewY(-45deg);
}

.Tour__rank--1::before,
.Tour__rank--2::before,
.Tour__rank--3::before {
    background-image: url(/attending/common/images/icn_rank--white.svg);
}

.Tour__rank--1,
.Tour__rank--1::after {
    color: white;
    background: #e3ab00;
}

.Tour__rank--2,
.Tour__rank--2::after {
    color: white;
    background: #969a98;
}

.Tour__rank--3,
.Tour__rank--3::after {
    color: white;
    background: #976b2f;
}

.Tour__rank-unit,
.Tour__rank--unit::after {
    font-size: 1.3rem;
    font-weight: 400;
}
/* end_rank */

/* --------------------end_ツアー枠-------------------- */

/* --------------------start_ツアー枠swiper設定-------------------- */

.Tour__swiper-outer {
    position: relative;
}

.Tour__swiper {
    --swiper-theme-color: var(--corporate-color);
    margin: -10px auto 0 auto;
    padding: 10px 0 60px 0;
    position: static;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.Tour__swiper .swiper-slide {
    height: auto;
    transition-property: transform, box-shadow;
}

.Common21__section--ranking__kokunai .Tour__swiper .swiper-slide,
.Common21__section--ranking__kaigai .Tour__swiper .swiper-slide {
    margin-top: 40px;
}

/* start_swiper-arrow */
.Tour__swiper-button-next.swiper-button-disabled,
.Tour__swiper-button-prev.swiper-button-disabled {
    display: none;
}

.Tour__swiper-button-next,
.Tour__swiper-button-prev {
    position: absolute;
    top: 120px;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    border: 2px solid var(--corporate-color);
    transition: background-color 0.3s;
    cursor: pointer;
}

.Tour__swiper-button-next:hover,
.Tour__swiper-button-prev:hover {
    background-color: var(--active-color);
}

.Tour__swiper-button-next {
    right: -25px;
}

.Tour__swiper-button-prev {
    left: -25px;
    transform: rotate(180deg);
}

.Tour__swiper-button-next:after,
.Tour__swiper-button-prev:after {
    content: none;
}

.Tour__swiper.swiper-container-horizontal > .swiper-scrollbar {
    height: 10px;
    z-index: 1;
    background: #f5f5f5;
}

.Tour__swiper .swiper-scrollbar-drag {
    background: #ccc;
}
/* end_swiper-arrow */

/* --------------------end_ツアー枠swiper設定-------------------- */

/* --------------------start_新着情報-------------------- */
.Blog {
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 2rem;
}

.Blog__article {
    border-bottom: solid 1px #e5e5e5;
    text-align: left;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.Blog__article-link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 2px;
}

.Blog__article-ttl {
    display: inline-block;
}

.Common21__section--news__kaigai {
    text-align: center;
}

/* --------------------end_新着情報-------------------- */

/* --------------------start_AsideLink-------------------- */

#AsideLink {
    /* margin-bottom: 60px; */
    padding: 40px 0;
    background: #f5f5f5;
    /* border-top: 1px solid #e5e5e5; */
    /* border-bottom: 1px solid #e5e5e5; */
}

.Common21__inner--AsideLink {
    display: flex;
    justify-content: space-between;
}

.AsideLink__item {
    position: relative;
    width: 320px;
}

.AsideLink__item::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.AsideLink__item::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 18px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.AsideLink__link {
    display: block;
    padding: 20px;
    color: var(--corporate-color);
    font-weight: 600;
    text-align: center;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
    transition: box-shadow 0.3s;
}

.AsideLink__link:hover {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.AsideLink__link::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.AsideLink__link--seminar::before {
    background-image: url(/attending/common/images/icn_AsideLink--seminar.svg);
}

.AsideLink__link--advertising::before {
    background-image: url(/attending/common/images/icn_AsideLink--advertising.svg);
}

.AsideLink__link--confirm::before {
    background-image: url(/attending/common/images/icn_AsideLink--confirm.svg);
}

#AsideLink .Info__group {
    width: 500px;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
    transition: box-shadow 0.3s;
    padding: 20px 60px 20px 20px;
}

#AsideLink .Info__group:not(.Info__group--txtlink)::before {
    top: 50%;
    transform: translateY(-50%);
}

#AsideLink .Info__group:not(.Info__group--txtlink)::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#AsideLink .Info__group.Info__group--txtlink {
    padding: 20px;
}

#AsideLink .Info__group:not(.Info__group--txtlink):hover {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

#AsideLink .Info__group-label.Info__group-label--blog::before {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 0;
}

#AsideLink .Info__group-label--blog::before {
    background-image: url(/attending/e-very/images/icn_Info--blog.svg);
}

#AsideLink .Info__group-label.Info__group-label--conductor::before {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 0;
}

#AsideLink .Info__group-label--conductor::before {
    background-image: url(/attending/e-very/images/icn_Info--conductor.svg);
}

/* --------------------end_AsideLink-------------------- */

/* --------------------start_添乗員のご紹介-------------------- */
.Common21__section--conductor {
    padding: 5rem 0;
}

.Conductor__image {
    margin-bottom: 5px;
}

.Conductor__item:hover {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Conductor__items {
    display: flex;
    justify-content: space-between;
}

.Conductor__item {
    position: relative;
    width: calc((100% - 60px) / 4);
    padding: 20px;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.Conductor__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.3;
}

.Conductor__tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.Conductor__tag {
    display: -webkit-box;
    max-width: calc((100% - 5px) / 2);
    padding: 3px 5px 1px 5px;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 2px;
    background-color: var(--sub-corporate-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Conductor__caption {
    font-size: 1.4rem;
}

.Conductor__data--item {
    font-size: 1.4rem;
}

.Conductor__data--item__link {
    color: #1a0dab;
    text-decoration: underline;
}

/* --------------------end_添乗員のご紹介-------------------- */

/* start_Common21__fill-btn */
.Common21__fill-btn-wrap {
    margin-top: 20px;
    text-align: center;
}

.Common21__fill-btn {
    display: inline-block;
    position: relative;
    padding: 18px 85px 18px 60px;
    color: white;
    font-weight: 600;
    background: var(--corporate-color);
    border-radius: 4px;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.Common21__fill-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.Common21__fill-btn:hover {
    color: var(--corporate-color);
    background-color: white;
    box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
}

.Common21__fill-btn:hover::after {
    border-color: var(--corporate-color);
}
/* end_Common21__fill-btn */

/* --------------------start_Info-------------------- */

#Info {
    margin-bottom: 60px;
    padding-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.Common21__inner--info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .Common21__inner--info::after {
  content: "";
  display: block;
  width: 320px;
} */

.Info__notice {
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.Info__notice-ttl {
    position: relative;
    padding-left: 9px;
    font-weight: 600;
}

.Info__notice-ttl::before,
.Info__notice-ttl::after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
}

.Info__notice-ttl::before {
    transform: translateY(-100%);
    background: var(--corporate-color);
}

.Info__notice-ttl::after {
    background: var(--sub-corporate-color);
}

.Info__notice-item {
    padding: 10px 0;
}

.Info__notice-item:not(:last-child) {
    border-bottom: 1px dotted #888;
}

.Info__notice-link {
    color: var(--textLink-color);
}

.Info__notice-link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 2px;
}

.Info__notice-link:hover {
    text-decoration: underline;
}

.Info__group {
    position: relative;
    width: 320px;
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 6px;
    transition: box-shadow 0.3s;
}

.Info__group:nth-of-type(3) {
    display: none;
}

.Info__group:not(.Info__group--txtlink):hover {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Info__group-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Info__group:not(.Info__group--txtlink)::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--corporate-color);
    border-radius: 50%;
}

.Info__group:not(.Info__group--txtlink)::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 17px;
    right: 18px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}

.Info__group-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    color: var(--corporate-color);
    font-weight: 600;
    line-height: 1.3;
}

.Info__group-label::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-color: #dbecfa;
    border-radius: 50%;
}

.Info__group-label--inquiry::before {
    background-image: url(/attending/common/images/icn_Info--inquiry.svg);
}

.Info__group-label--member::before {
    background-image: url(/attending/common/images/icn_Info--member.svg);
}

.Info__group-label--ebook::before {
    background-image: url(/attending/common/images/icn_Info--ebook.svg);
}

.Info__group-label--news::before {
    background-image: url(/attending/common/images/icn_Info--news.svg);
}

.Info__group-label--sns::before {
    background-image: url(/attending/common/images/icn_Info--sns.svg);
}

.Info__group-label--service::before {
    background-image: url(/attending/common/images/icn_Info--service.svg);
}

.Info__group-description {
    font-size: 1.4rem;
}

.Info__txtlink-wrap {
    margin-top: 10px;
}

.Info__txtlink {
    display: inline-block;
    color: var(--textLink-color);
}

.Info__txtlink:hover {
    text-decoration: underline;
}

.Info__txtlink::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 1px;
}

.Common21__inner.Common21__inner--info::after {
    content: "";
    display: block;
    width: 320px;
}

/* --------------------end_Info-------------------- */

/* --------------------start_関連リンク-------------------- */

#RelatedLinks {
    border-top: 1px solid #e5e5e5;
}

.Common21__section-ttl-lev2--RelatedLinks {
    border-top: none;
}

.RelatedLinks__items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1024px;
}

.RelatedLinks__item {
    position: relative;
    width: 152px;
    margin-bottom: 20px;
}

.RelatedLinks__item:not(:nth-child(6n)) {
    margin-right: 20px;
}

.RelatedLinks__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.RelatedLinks__bn {
    width: 154px;
    margin-bottom: 5px;
}

.RelatedLinks__caption {
    font-size: 1.2rem;
    line-height: 1.3;
}

.RelatedLinks__item:hover .RelatedLinks__caption {
    text-decoration: underline;
}

/* --------------------end_関連リンク-------------------- */

/* --------------------start_モーダル（共通設定）-------------------- */

body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    overflow-y: scroll;
}

.js_commonModal {
    cursor: pointer;
}

.CommonModal {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 100;
    width: 700px;
    font-size: 1.5rem;
    background: white;
    border-radius: 6px;
    transform: translate(-50%, calc(-50% + 20px));
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

.CommonModal.active {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.CommonModal__ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal__ttl {
    margin-left: 20px;
    font-size: 1.8rem;
    font-weight: 600;
}

#Search .CommonModal__ttl:not(.CommonModal__ttl--no-icn)::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.CommonModal__contents-inner {
    padding: 20px;
}

.CommonModal--search .CommonModal__contents-inner {
    padding: 0;
}

.CommonModal__scroll-area {
    /* height: calc(100vh - 40px - 50px - 85px); */
    max-height: calc(700px - 50px - 85px);
    /*
  100vh(画面の高さ)
  50px(モーダル見出しの高さ)
  85px（モーダル下部ボタンエリアの高さ）
  700px（モーダル最大の高さ）
  */
    overflow-y: auto;
}

.CommonModal .Search__checkbox-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    border-color: #e5e5e5;
    height: auto;
    min-height: 45px;
    line-height: 1.3;
}

.Search__checkbox-txt {
    width: calc(100% - 25px);
    line-height: 1.3;
}

.CommonModal__btn-detail {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 5px 10px 5px 12px;
    color: var(--corporate-color);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #7ecff3;
    border-radius: 100px;
    background: white;
    transform: translateY(-50%);
    transition: background-color 0.3s;
}

.CommonModal__btn-detail:hover {
    background-color: var(--active-color);
}

/* start_閉じるボタン */
.js_commonModal-close {
    cursor: pointer;
}

.CommonModal__close {
    display: block;
    position: relative;
    width: 50px;
    height: 100%;
    background: #888;
    border-radius: 0 5px 0 0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.CommonModal__close:hover {
    opacity: 0.7;
}

.CommonModal__close::before,
.CommonModal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background-color: white;
}

.CommonModal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* end_閉じるボタン */

/* start_決定/設定ボタン */
.CommonModal__set-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    border-top: 1px solid #e5e5e5;
    transform: translateY(-1px);
}

.CommonModal__set-btn {
    width: 240px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 3px;
    background-color: var(--caution-color);
    transition: opacity 0.3s;
}

.CommonModal__set-btn:hover {
    opacity: 0.7;
}
/* end_決定/設定ボタン */

/* start_オーバーレイ */
.CommonModal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00111a;
    z-index: 20;
    opacity: 0.7;
}
/* end_オーバーレイ */

/* --------------------end_モーダル（共通設定）-------------------- */

/* --------------------start_モーダル（出発地）-------------------- */

.CommonModal--departure-ac-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--departure-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}

.CommonModal--departure-ac-btn.active {
    background: #f5f5f5;
}

.CommonModal--departure-ac-contents {
    display: none;
    border-top: 1px solid #e5e5e5;
}

.CommonModal--departure-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 30px);
    margin: 15px auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--departure .Search__checkbox-label {
    margin-bottom: 0;
    width: calc(100% / 3);
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--departure .Search__checkbox-label:nth-of-type(3n + 1) {
    border-right: none;
}

.CommonModal--departure .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
    border-right: none;
}

/* --------------------end_モーダル（出発地）-------------------- */

/* --------------------start_モーダル（目的地）-------------------- */

.CommonModal--destination-ac-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}

.CommonModal--destination-ac-btn[data-lv="2"] {
    font-weight: 400;
}

.CommonModal--destination-ac-btn:not(:first-of-type) {
    border-top: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-btn.active {
    background: #f5f5f5;
}

.CommonModal--destination-ac-contents {
    display: none;
    margin-bottom: -1px;
    border-top: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-contents[data-lv="2"] {
    padding-bottom: 15px;
}

.CommonModal--destination-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 30px);
    margin: 15px auto 0 auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--destination .Search__checkbox-label {
    margin-bottom: 0;
    width: calc(100% / 3);
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--destination .Search__checkbox-label:nth-of-type(3n + 1) {
    border-right: none;
}

.CommonModal--destination .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
    border-right: none;
}

/* --------------------end_モーダル（目的地）-------------------- */

/* --------------------start_モーダル（カレンダー）-------------------- */

.CommonModal--calendar .CommonModal__contents-inner {
    padding: 0;
}

.CommonModal-day-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    margin: 40px auto 0 auto;
}

.CommonModal-day-month {
    width: 294px;
}

.CommonModal-day-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.CommonModal-day-ttl {
    font-size: 1.5rem;
    font-weight: 600;
}

.CommonModal-day-select-month {
    padding: 13px 15px;
    color: #666;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    transition: opacity 0.3s;
}

.CommonModal-day-table th,
.CommonModal-day-table td {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid #e5e5e5;
}

.CommonModal-day-table th:first-child,
.CommonModal-day-table td:first-child,
.CommonModal-day-table td.holiday {
    color: #ff6666;
}

.CommonModal-day-table th:last-child,
.CommonModal-day-table td:last-child {
    color: #6397f7;
}

.CommonModal-day-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.CommonModal-day-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.CommonModal-day-table th .CommonModal-day-bg {
    background: #f5f5f5;
}

.CommonModal-day-bg:hover,
.CommonModal-day-table th .CommonModal-day-bg:hover {
    background: var(--active-color);
}

.CommonModal-day-bg.active,
.CommonModal-day-table th .CommonModal-day-bg.active {
    color: white;
    background: var(--corporate-color);
}

.CommonModal-day-empty {
    background: #e5e5e5;
}

.CommonModal-day-g {
    opacity: 0.3;
}

.CommonModal-day-control-wrap {
    display: flex;
    justify-content: center;
    width: calc(100% - 80px);
    padding: 15px 0;
    margin: 0 auto;
}

.CommonModal-day-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50px;
}

.CommonModal-day-control--g {
    opacity: 0.3;
}

.CommonModal-day-control:not(.CommonModal-day-control--g) {
    cursor: pointer;
    transition: box-shadow 0.3s, background-color 0.3s;
}

.CommonModal-day-control:not(.CommonModal-day-control--g):hover {
    box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
    background-color: var(--active-color);
}

.CommonModal-day-control::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--sub-corporate-color);
    border-right: 2px solid var(--sub-corporate-color);
    transform: rotate(45deg);
}

.CommonModal-day-control--prev {
    margin-right: 15px;
}

.CommonModal-day-control--prev::before {
    transform: rotate(-135deg);
}

.CommonModal-day-display-wrap {
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.CommonModal-day-display-group {
    padding: 3px 10px 5px 10px;
}

.CommonModal-day-display-group:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.CommonModal-day-display-ttl {
    color: var(--sub-corporate-color);
    font-size: 1.3rem;
    font-weight: 600;
}

.CommonModal-day-display-content {
    font-size: 1.5rem;
    line-height: 1;
}

/* --------------------end_モーダル（カレンダー）-------------------- */

/* --------------------start_モーダル（ブランド）-------------------- */
.CommonModal--brand .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* --------------------start_モーダル（ブランド）-------------------- */

/* --------------------start_モーダル（催行状況）-------------------- */
.CommonModal--do .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* --------------------end_モーダル（催行状況）-------------------- */

/* --------------------start_モーダル（バス乗車地）-------------------- */

.CommonModal--bus-stop .CommonModal__contents-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
}

.CommonModal--bus-stop-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.CommonModal--bus-stop .Search__checkbox-label {
    width: calc(100% / 3);
    margin: 0;
    border-radius: 0;
    border-top: none;
}

.CommonModal--bus-stop .Search__checkbox-label {
    border-left: none;
}

.CommonModal--bus-stop .Search__checkbox-label:nth-of-type(3n) {
    border-right: none;
}

/* --------------------end_モーダル（バス乗車地）-------------------- */

/* --------------------start_モーダル（テーマ）-------------------- */

.CommonModal--bus-theme-ac-btn {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.CommonModal--bus-theme-ac-contents {
    display: flex;
    flex-wrap: wrap;
}

.CommonModal--bus-theme .Search__checkbox-label {
    width: calc(100% / 3);
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--bus-theme .Search__checkbox-label:nth-of-type(3n) {
    border-right: none;
}

.CommonModal--bus-theme .Search__icn-plus {
    display: none;
}

/* --------------------end_モーダル（テーマ）-------------------- */

/* --------------------start_モーダル（客船）-------------------- */
.CommonModal--cruise-destination .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* --------------------start_モーダル（客船）-------------------- */

/* --------------------start_モーダル（客船）-------------------- */
.CommonModal--cruise .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* --------------------start_モーダル（客船）-------------------- */

/* --------------------start_モーダル（船ランク）-------------------- */
.CommonModal--i-ship-rank .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
/* --------------------start_モーダル（船ランク）-------------------- */

/* --------------------start_モーダル（船会社・客船）-------------------- */

.CommonModal--ship-company-ac-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--ship-company-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}

.CommonModal--ship-company-ac-btn.active {
    background: #f5f5f5;
}

.CommonModal--ship-company-ac-contents {
    display: none;
    border-top: 1px solid #e5e5e5;
}

.CommonModal--ship-company-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: none;
}

.CommonModal--ship-company-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.CommonModal--i-ship-company .Search__checkbox-label {
    width: 50%;
    margin: -1px 0 0 0;
    padding-right: 70px;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
}

.CommonModal--i-ship-company .Search__checkbox-label:nth-of-type(even) {
    border-right: none;
}

/* --------------------start_モーダル（船会社・客船）-------------------- */

/* --------------------start_モーダル（部屋数・人数を選択）-------------------- */

/* start_部屋数 */
.CommonModal__dp-room-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal__dp-room-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.CommonModal__dp-room-ttl {
    width: 20%;
    font-weight: 600;
}

.CommonModal__dp-room-contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}
/* end_部屋数 */

/* start_人数 */
.CommonModal__dp-number-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal__dp-number-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.CommonModal__dp-number-ttl {
    width: 20%;
    font-weight: 600;
}

.CommonModal__dp-number-contents-wrap {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.CommonModal__dp-number-contents:not(:last-child) {
    padding-right: 20px;
}

.CommonModal__dp-number-inner-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.CommonModal__dp-number-label {
    font-size: 1.4rem;
    font-weight: 600;
}

.CommonModal__dp-number-label .sp-break {
    font-size: 1.2rem;
}
/* end_人数 */

/* start_年齢 */
.CommonModal__dp-age-wrap {
    margin-left: 20%;
}

.CommonModal__dp-age-contents {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 6px;
}

.CommonModal__dp-age-contents:not(:last-child) {
    margin-bottom: 10px;
}

.CommonModal__dp-age-contents:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 94px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #f5f5f5 transparent;
}

.CommonModal__dp-age-label {
    margin-right: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

.CommonModal__dp-age-select-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 110px;
}

.CommonModal__dp-age-select-wrap .Search__select {
    background: white;
}

.CommonModal__dp-age-radio-wrap {
    margin-left: auto;
}

.CommonModal__dp-age-radio-wrap--disabled {
    opacity: 0.3;
}

.CommonModal__dp-age-radio-wrap--disabled .Search__radio-label {
    cursor: default;
}

.CommonModal__dp-age-radio-wrap .Search__radio-label {
    background: white;
}

.CommonModal__dp-age-radio-wrap .Search__radio-label {
    margin-bottom: 0;
}
/* end_年齢 */

/* start_注釈 */
.CommonModal__dp-number-note {
    margin-top: 20px;
    font-size: 1.4rem;
}

.CommonModal__dp-number-note-label {
    font-weight: 600;
}

.CommonModal__dp-number-note-txt {
    padding-left: 14px;
    text-indent: -14px;
}

.CommonModal__dp-number-txtlink {
    display: inline-block;
    margin-top: 10px;
}

.CommonModal__dp-number-txtlink:hover {
    text-decoration: underline;
}

.CommonModal__dp-number-txtlink::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 1px;
}
/* end_注釈 */

/* start_input */
.CommonModal__dp-number-input-wrap {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    overflow: hidden;
}

.CommonModal__dp-number-input-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.CommonModal__dp-number-input::-webkit-inner-spin-button,
.CommonModal__dp-number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.CommonModal__dp-number-input {
    width: 40px;
    height: 40px;
    text-align: center;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.CommonModal__dp-number-input-unit {
    width: 30px;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}
/* end_input */

/* start_dp-hotel */
#Search__dp-hotel-number .CommonModal__dp-age-wrap {
    margin-left: calc(100% - 200px);
}

#Search__dp-hotel-number .CommonModal__dp-age-contents {
    width: 200px;
}

#Search__dp-hotel-number .CommonModal__dp-age-label {
    width: calc(100% - 120px);
}
/* end_dp-hotel */

/* start_dpd */
.CommonModal__dpd-number .CommonModal__dp-number-contents:not(:last-child) {
    padding-right: 5px;
}

.CommonModal__dpd-number .CommonModal__dp-age-wrap {
    width: 150px;
    margin: 15px 0 0 0;
}

.CommonModal__dpd-number .CommonModal__dp-age-contents {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.CommonModal__dpd-number .CommonModal__dp-age-contents:first-child::before {
    right: calc(50% - 8px);
}

.CommonModal__dpd-number .CommonModal__dp-age-label {
    margin-bottom: 0.5rem;
}
/* end_dpd */

/* start_dpd-bus */
#Search__dpd-bus-number {
    width: 900px;
}
/* end_dpd-bus */

/* --------------------end_モーダル（部屋数・人数を選択）-------------------- */

/* --------------------start_モーダル（年齢について）-------------------- */

.Search__dp-air-about-age-note-wrap {
    margin-top: 15px;
}

.Search__dp-air-about-age-note {
    padding-left: 1em;
    text-indent: -1em;
}

/* --------------------end_モーダル（年齢について）-------------------- */

/* --------------------start_モーダル（人気都市から選ぶ）-------------------- */

#Search__dp-hotel-city {
    width: 800px;
}

#Search__dp-hotel-city .CommonModal__contents-inner {
    padding: 0;
}

.Search__dp-hotel-city-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Search__dp-hotel-city-items:last-child {
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.Search__dp-hotel-city-items:not(:last-child) {
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.Search__dp-hotel-city-item {
    width: calc(100% / 4);
    border-bottom: 1px solid #e5e5e5;
}

.Search__dp-hotel-city-item:first-child {
    font-weight: 600;
    width: 100%;
}

.Search__dp-hotel-city-item:not(:nth-child(4n + 1)) {
    border-right: 1px solid #e5e5e5;
}

.Search__dp-hotel-city-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 35px 10px 15px;
}

.Search__dp-hotel-city-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: translateY(-50%) rotate(45deg);
}

.Search__dp-hotel-city-link:hover {
    color: var(--corporate-color);
    background-color: var(--active-color);
}

.Search__dp-hotel-city-item:not(:first-child) .Search__dp-hotel-city-link {
    padding-left: 30px;
}

.Search__dp-hotel-city-item:not(:first-child) .Search__dp-hotel-city-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: translateY(-75%);
}

/* --------------------end_モーダル（人気都市から選ぶ）-------------------- */
