@charset "utf-8";

/*================================================================
# フォント設定
================================================================ */
html {
    font-size: calc(10px + 2 * (100vw - 1280px) / 400);
}

#search_wrap {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

/*チェックボックスを消す*/
.checkbox {
    display: none;
}

#search>dl>dt.btn {
    padding: 0;
}

.accordion .btn label {
    padding: 8px;
    cursor: pointer;
    position: relative;
    display: block;
}

#search .accordion-dd p img {
    display: none;
}

/*================================================================
# 既存cssリセット
================================================================ */
.sp {
    display: none;
}

#main_tit {
    display: none;
}

#contents {
    margin-bottom: 0;
    position: relative;
}

#sightseeing #contents_wrap {
    background: none;
    position: relative;
}

#sightseeing #contents_wrap img {
    height: auto;
    transition: 0.3s;
}

#sightseeing #contents_wrap a:hover img {
    opacity: 1;
    transform: scale(1.05);
}

#breadcrumb {
    position: absolute;
    top: 4px;
    right: 40px;
    font-size: 12px;
}

#footer_wrap {
    padding: 0 0 86px;
    position: relative;
}

.wrap {
    width: 1100px;
    margin: auto;
}

article img {
    height: auto;
}

/*================================================================
# カスタムここから
================================================================ */
.article .back {
    background: url(summer-trip2025/back.png) no-repeat center top / 1920px auto;
}

.summer-spot {
    padding: 40px 0 120px;
}

.summer-spot__title {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 32px;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.summer-spot__title span {
    font-size: 16px;
}

.summer-spot__title img {
    width: 200px;
    position: absolute;
    top: -24px;
    left: 170px;
}

.summer-spot__title:before {
    width: 352px;
    height: 27px;
    margin: auto;
    background: url(summer-trip2025/heading.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
}

.summer-spot__list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.spot {
    padding: 40px 24px;
    border-radius: 24px;
    background: #fff;
    flex: 1;
    text-align: left;
}

.summer-spot__list .spot:nth-child(2) {
    margin: 56px 0 0;
}

.spot .img {
    position: relative;
}

.spot__time {
    position: absolute;
    top: -48px;
    left: -12px;
}

.spot__item {
    position: absolute;
    bottom: -48px;
    left: 55%;
}

.spot__img img {
    width: 100%;
    border-radius: 16px;
}

.spot__tag {
    margin: 24px 0 0.5rem;
    padding: 0.2rem 0.6rem;
    background: linear-gradient(transparent 30%, #fff100 30%, #fff100 70%, transparent 70%);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

.spot__name {
    margin: 0 0 1rem;
    font-size: 36px;
    font-weight: 700;
    color: #00a0e9;
}

.spot__desc {
    font-size: 14px;
    line-height: 1.5;
}

/*
------------------------------------------------------ */
.summer-plan {
    margin: 40px 0 0;
    padding: 0 0 100px;
    position: relative;
}

.summer-plan:before {
    width: 100%;
    background: url(summer-trip2025/wave.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: -140px;
    left: 0;
    z-index: 0;
    aspect-ratio: 1920 / 486;
}

.summer-plan__header {
    position: relative;
    font-weight: 700;
    text-align: center;
}

.summer-plan__header h1 {
    font-size: 40px;
    font-weight: 700;
}

.summer-plan__header .sub {
    font-size: 20px;
    font-weight: 700;
}

.summer-plan__popup {
    position: absolute;
    top: -16px;
    left: 180px;
}

.summer-plan__content {
    margin: 100px 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
    gap: 40px;
}

.summer-plan__images {
    position: relative;
    flex: 1 1 calc(50% - 40px);
}

.summer-plan__images .main-image {
    width: 100%;
    height: auto;
    display: block;
}

.summer-plan__images .illust {
    width: 560px;
    height: auto;
    position: absolute;
    bottom: -64px;
    left: -64px;
}

.summer-plan__text {
    flex: 1 1 50%;
}

.summer-plan__name .sub {
    margin: 24px 0 0;
    font-size: 20px;
    font-weight: 700;
}

.summer-plan__name .title {
    margin: 16px 0 0;
    font-size: 38px;
    font-weight: 700;
    color: #2bbfe5;
    letter-spacing: -0.05em;
}

.summer-plan__name .title-en {
    font-size: 16px;
    color: #a9b4b5;
}

.summer-plan__text p {
    margin: 32px 0 0;
    font-size: 16px;
    line-height: 2;
}

.summer-plan__text h3 {
    margin: 1.5rem 0 0.5rem;
    padding: 8px 16px;
    background: linear-gradient(transparent 30%, rgba(43, 192, 229, 0.5) 30%, rgba(43, 192, 229, 0.5) 70%, transparent 70%);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}

.summer-plan__text ol {
    margin: 0 0 1rem 24px;
    padding: 8px 16px;
    list-style: none;
    counter-reset: my-counter;
    border-left: 4px solid #2bbfe5;
}

.summer-plan__text ol li {
    padding: 0 0 0 24px;
    counter-increment: my-counter;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.summer-plan__text ol li:nth-child(n + 2) {
    margin: 4px 0 0;
}

.summer-plan__text ol li::before {
    width: 16px;
    height: 16px;
    border: 1px solid black;
    border-radius: 9999px;
    position: absolute;
    content: counter(my-counter, numeric);
    top: 2px;
    left: 0;
    display: inline-block;
    line-height: 18px;
    text-align: center;
}

.summer-plan .btn-wrap {
    margin: 32px 0 0;
}

.summer-plan .btn {
    padding: 24px 40px;
    border-radius: 9999px;
    background: #fff100;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    gap: 0.5rem;
}

.summer-plan .btn:hover {
    background: #fff100;
    text-decoration: none;
    transform: translateY(-2px);
}

.summer-plan .btn .arrow {
    width: 28px;
    height: 28px;
    background: url("summer-trip2025/arrow.svg") no-repeat center/contain;
    transition: transform 0.3s;
}

.summer-plan .btn:hover .arrow {
    transform: translateX(4px);
}

.summer-plan .plan02 {
    flex-direction: row-reverse;
}

.summer-plan .plan02 .summer-plan__images .illust {
    width: 355px;
    right: 32px;
    bottom: -80px;
    left: auto;
}

.summer-plan .plan03 .summer-plan__images .illust {
    width: 516px;
    right: -16px;
    bottom: -66px;
    left: auto;
}