@charset "utf-8";
/* CSS Document */
#guidedTour {
    padding: 20px 20px 40px 20px;
}
#guidedTour h1 {
    font-size: 24px;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 1.6;
    margin-bottom: 20px;
}
#guidedTour .slider {
    display: block !important;
}
#guidedTour .slider img {
    width: 100%;
    height: auto;
}
#guidedTour .slider div {
    height: auto !important;
}
#guidedTour .slider .guideSlide .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.45);
    padding: 5px;
}
#guidedTour .slider .guideSlide .slick-dots li {
    margin: 0 5px;
    text-indent: -1000px;
    overflow: hidden;
    width: 8px;
    height: 8px;
    background: #c0bbbb;
    border-radius: 50%;
}
#guidedTour .slider .guideSlide .slick-dots li.slick-active {
    background: #fff;
}
#guidedTour .overview {
    border-bottom: solid 1px #eee;
    margin-top: 20px;
    margin-bottom: 30px;
}
#guidedTour .overview dt {
    border-top: solid 1px #eee;
    font-weight: bold;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
}
#guidedTour .overview dt.ico01 {
    background: url("../img/goto-campaign/ico_info01.png")left 5px center no-repeat;
}
#guidedTour .overview dt.ico02 {
    background: url("../img/goto-campaign/ico_info02.png")left 5px center no-repeat;
}
#guidedTour .overview dt.ico03 {
    background: url("../img/goto-campaign/ico_info03.png")left 5px center no-repeat;
}
#guidedTour .overview dt.ico04 {
    background: url("../img/goto-campaign/ico_info04.png")left 5px center no-repeat;
}
#guidedTour .overview dt.ico05 {
    background: url("../img/goto-campaign/ico_info05.png")left 5px center no-repeat;
}
#guidedTour .overview dd {
    padding: 10px 0;
    border-top: solid 1px #eee;
    font-size: 16px;
}
#guidedTourInfo {
    margin-bottom: 40px;
}
#guidedTourInfo h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}
#guidedTourInfo .subTit {
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 20px;
}
#guidedTourInfo figure {
    margin: 20px 0;
}
#guidedTourInfo figure img {
    width: 100%;
    height: auto;
    display: block;
}
#guidedTourInfo figure img + img {
    margin-top: 20px;
}
#guidedTourInfo .youtube_wrap iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#guidedTourInfo .topbd {
    border-top: solid 1px #eee;
    margin-top: 40px;
}
#guidedTourInfo .tourTime {
    margin-bottom: 20px;
}
#guidedTourInfo .tourTime dt {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    font-weight: bold;
}
#guidedTourInfo .tourTime dd {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}
#guidedTourInfo .tourPlanBox {
    border: solid 2px #9c8e49;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
#guidedTourInfo .tourPlanBox h3 {
    font-size: 20px;
    font-weight: bold;
}
#guidedTourInfo .tourPlanBox ol {
    counter-reset: planNum;
}
#guidedTourInfo .tourPlanBox ol li {
    counter-increment: planNum;
    font-size: 18px;
}
#guidedTourInfo .tourPlanBox ol li:before {
    content: counter(planNum) ".";
}
#guidedTourInfo .carPh li:not(:last-of-type) {
    margin-bottom: 20px;
}
#guidedTourInfo .carPh img {
    width: 100%;
    height: auto;
}
#guidedTourInfo .carPh h3 {
    font-weight: bold;
    font-size: 20px;
}
#guidedTourInfo .carPh p:last-of-type {
    margin-top: 10px;
    font-size: 14px;
}
#guidedTourInfo .guideBox img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#guidedTourInfo .serviceList {
    margin-bottom: 20px;
}
#guidedTourInfo .serviceList li {
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    border-bottom: dotted 2px #eee;
}
#guidedTourInfo .serviceList li:nth-of-type(1) {
    background: url("../img/goto-campaign/ico_service01.png")left 8px center no-repeat;
}
#guidedTourInfo .serviceList li:nth-of-type(2) {
    background: url("../img/goto-campaign/ico_service02.png")left center no-repeat;
}
#guidedTourInfo .serviceList li:nth-of-type(3) {
    background: url("../img/goto-campaign/ico_service04.png")left center no-repeat;
}
#guidedTourInfo .serviceList li:nth-of-type(4) {
    background: url("../img/goto-campaign/ico_service05.png")left center no-repeat;
}
#guidedTourInfo .serviceList li:nth-of-type(5) {
    background: url("../img/goto-campaign/ico_service06.png")left 5px center no-repeat;
}
#guidedTourInfo .baseList li {
    position: relative;
    padding-left: 15px;
}
#guidedTourInfo .baseList li:not(:last-of-type) {
    margin-bottom: 10px;
}
#guidedTourInfo .baseList li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 13px;
}
#guidedTour #guidedTourIn #tourSticky {
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    border-top: solid 2px #eee;
    padding: 15px 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 10;
}
#guidedTour #guidedTourIn #tourSticky .tourTit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    width: 100%;
}
#guidedTour #guidedTourIn #tourSticky .price {
    width: 48%;
}
#guidedTour #guidedTourIn #tourSticky .price li:first-of-type {
    font-weight: bold;
    color: #af8313;
    line-height: 1.4;
}
#guidedTour #guidedTourIn #tourSticky .price li:first-of-type span {
    font-size: 28px;
}
#guidedTour #guidedTourIn #tourSticky .price li:first-of-type:before {
    content: "from";
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #000;
}
#guidedTour #guidedTourIn #tourSticky .price.jp li:first-of-type:before {
    content: "料金";
}
#guidedTour #guidedTourIn #tourSticky .price.jp li:first-of-type:after {
    content: "～";
    display: inline-block;
    line-height: 40px;
}
#guidedTour #guidedTourIn #tourSticky .price li:last-of-type {
    font-size: 14px;
}
#guidedTour #guidedTourIn #tourSticky .price li:last-of-type br {
    display: none;
}
#guidedTour #guidedTourIn #guidedSticky a:hover {
    opacity: 0.6;
}
#guidedTour #guidedTourIn #guidedSticky a, #guidedTour #guidedTourIn #tourSticky a {
    background: #9c8e49;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    width: 52%;
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
}
#guidedReserve {
    padding: 30px 20px;
    background: #d5d5d5;
}
#guidedReserve h2 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
#guidedReserveIn {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
}
#guidedReserveIn a {
    display: block;
    background: #9c8e49;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
}
#guidedBack {
    padding: 40px 20px;
}
#guidedBack a {
    display: block;
    background: #9c8e49;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-radius: 50px;
    max-width: 360px;
    margin: 0 auto;
}
body.fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.8);
}
.modal[aria-hidden="false"] {
    display: block;
}
.modal .dialog {
    height: 100svh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    color: #fff;
}
/* 閉じるボタン */
.close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
}
/* SP時のレイアウト */
#modalHead {
    order: 2;
    height: 30%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.modal.quote #modalHead {
    height: 30%;
}
.modal.quote #modalMainSwiper {
    height: 70%;
}
.modal.quote #modalHead a {
    width: 50%;
}
#modalHead h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    width: 108%;
}
#modalHead .price {
    width: 50%;
    color: #fff;
}
#modalHead .price li {
    line-height: 1.4;
}
#modalHead .price li br {
    display: none;
}
#modalHead .price li:first-of-type {
    font-weight: bold;
}
#modalHead .price li:first-of-type span {
    font-size: 28px;
}
#modalHead a {
    background: #75682a;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
}
#modalMainSwiper {
    order: 1;
    height: 70%;
    width: 100%;
}
#modalMainSwiper img {
    width: 100%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#modalThumbSwiper {
    display: none;
}
.guided-slider__grid {
    display: block;
}
.guided-slider__thumbs {
    display: none;
}
.thumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumb-list li {
    position: relative;
}
.thumb-list li:not(:last-of-type) {
    margin-bottom: 8px;
}
/* すべてのスライダー画像に適用 */
#inlineMainSwiper img, .thumb-list img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
/* スライド要素も横幅を制御 */
#inlineMainSwiper .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
}
/* デフォルト：少し薄く */
.thumb-list img {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
}
/* 選択中はくっきり表示 */
.thumb-list li.active img {
    opacity: 1;
}
.showMore {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    position: absolute;
    z-index: 5;
    border: solid 1px #fff;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s;
}
.showMore:hover {
    background: rgba(255, 255, 255, 0.3)
}
.thumb-list li .showMore {
    font-size: 12px;
    width: 60%;
    font-weight: bold;
}
.guided-slider__main .showMore {
    width: 40%;
    pointer-events: auto;
}
.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
}
.swiper-button-prev::after, .swiper-button-next::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    left: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-prev::after {
    transform: rotate(-135deg);
    margin-left: 2px;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-next::after {
    transform: rotate(45deg);
    margin-right: 2px;
}
.modal-counter {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
}
#guidedTour .lineBtn {
    border: solid 1px #000;
    color: #000;
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    max-width: 260px;
}
.itineraryBox {
    border: solid 1px #9c8e49;
    border-radius: 5px;
    padding: 20px 20px 70px 20px;
    position: relative;
    overflow: hidden;
    max-height: 400px;
    height: auto;
    transition: all 0.4s ease;
}
.itineraryBox.open {
    max-height: 100000px; /* 実際の最大高さに合わせて調整 */
}
.itineraryBox .toggleBtn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 20px 20px 60px;
    background: #fff;
    width: 100%;
    border-radius: 0 0 5px 5px;
    height: 70px;
    text-decoration: underline;
    cursor: pointer;
}
.itineraryBox.open {
    height: auto;
}
.itineraryBox .toggleBtn:after {
    content: "More";
}
.itineraryBox .toggleBtn.active:after {
    content: "Less";
}
#guidedTour .itineraryBox h2 {
    padding: 0 0 10px 0;
    font-size: 18px;
}
#guidedTour .itineraryBox ol {
    counter-reset: itineraryNum;
}
#guidedTour .itineraryBox ol > li {
    counter-increment: itineraryNum;
    padding-left: 40px;
    position: relative;
}
#guidedTour .itineraryBox ol > li:not(:last-of-type) {
    margin-bottom: 20px;
}
#guidedTour .itineraryBox ol > li:before {
    content: counter(itineraryNum);
    background: #000;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
#guidedTour .itineraryBox ol > li:not(:last-of-type):after {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: -1;
    left: 14px;
    bottom: -20px;
}
#guidedTour .itineraryBox ol > li .tit {
    font-weight: bold;
}
#guidedTour .itineraryBox ol > li:first-of-type .tit, #guidedTour ol > li:last-of-type .tit {
    font-weight: normal;
}
#guidedTour .itineraryBox ol li ul li {
    margin: 5px 0;
    padding-left: 32px;
}
#guidedTour .itineraryBox ol li ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
#guidedTour .itineraryBox ol li ul li.time {
    background: url("../img/guided-tours/ico_itineraly_time.webp")left center no-repeat;
    background-size: 26px;
}
#guidedTour .itineraryBox ol li ul li.photo {
    background: url("../img/guided-tours/ico_itineraly_photo.webp")left center no-repeat;
    background-size: 26px;
}
#guidedTour .reviewHighlights {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #eee;
}
#guidedTour .reviewHighlights h2 {
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
}
#guidedTour .reviewHighlights ul li {
    background: #eee;
    padding: 20px;
}
#guidedTour .reviewHighlights ul li:nth-of-type(2) {
    margin-top: 30px;
}
#guidedTour .reviewHighlights ul li .tit {
    padding-left: 50px;
    font-weight: bold;
    line-height: 40px;
}
#guidedTour .reviewHighlights ul li.highlights .tit {
    background: url("../img/guided-tours/highlight_logo.webp")left center no-repeat;
    background-size: 40px;
    color: #9c8e49;
}
#guidedTour .reviewHighlights ul li.reviews .tit {
    background: url("../img/guided-tours/review_trip.webp")left center no-repeat;
    background-size: 40px;
    color: #63bb94;
    line-height: 1.4;
    min-height: 40px;
}
#guidedTour .reviewHighlights ul li.reviews .tit.google {
    background: url("../img/guided-tours/review_google.webp")left center no-repeat;
    background-size: 40px;
    color: #63bb94;
}
#guidedTour .reviewHighlights ul li h3 {
    padding: 15px 0;
    font-weight: bold;
    font-size: 18px;
}
#guidedTour .reviewHighlights ul li img {
    width: 100%;
    height: auto;
}
#guidedTour .reviewHighlights ul li .blackBtn {
    padding: 5px;
    margin-top: 20px;
}
#guidedTour .reviewHighlights ul li p a {
    color: #000;
    text-decoration: underline;
}
#guidedTour .reviewHighlights .blackBtn {
    transition: all 0.2s;
    cursor: pointer;
}
#guidedTour .reviewHighlights p span.js-modal-open {
    text-decoration: underline;
}
.jsModal {
    width: 100vw;
    height: 100vh;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
}
.jsModal .jsModalIn {
    background: #fff;
    position: absolute;
    width: 90%;
    max-height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    overflow-y: auto;
}
.jsModal.reviewModal .tit {
    background: url("../img/guided-tours/review_trip.webp")left center no-repeat;
    background-size: 40px;
    color: #63bb94;
    padding-left: 50px;
    font-weight: bold;
    height: 1.2;
    min-height: 40px;
    margin-bottom: 20px;
}
.jsModal.reviewModal .tit.google {
    background: url("../img/guided-tours/review_google.webp")left center no-repeat;
    background-size: 40px;
}
.jsModal.reviewModal h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.jsModal .jsModalIn .js-modal-close {
    background: #e3e0e0;
    appearance: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 20px;
    color: #777777;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#highLightIn {
    padding: 40px 20px;
}
#highLightIn h1:before {
    content: "Tour Highlights";
    border: solid 1px #9c8e49;
    color: #9c8e49;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
    width: 140px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
#highLightIn h1 {
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;
}
#highLightIn h1 + p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
#highLightIn .highLightDate {
    margin: 20px 0;
}
#highLightIn .highLightDate li {
    background: #f3f2f2;
    border-radius: 5px;
    padding: 20px;
    line-height: 1.4;
    color: #5a5a5a;
    text-align: center;
}
#highLightIn .highLightDate li span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
#highLightIn .highLightDate li:not(:first-of-type) {
    margin-top: 20px;
}
#highLightIn .highLightPlace dt span {
    background: #5a5a5a;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    padding: 0 10px;
}
#highLightIn .highLightPlace dd {
    margin-bottom: 10px;
    font-weight: bold;
}
#highLightIn .highLightBody {
    padding: 40px 0;
}
#highLightIn .highLightBody figure {
    border-radius: 20px;
    overflow: hidden;
}
#highLightIn .highLightBody p + figure {
    margin-top: 20px;
}
#highLightIn .highLightBody h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1.6;
}
#highLightIn .highLightBody h2 + p {
    margin-bottom: 20px;
}
#highLightIn .highLightBody figure img {
    width: 100%;
    height: auto;
    display: block;
}
#highLightIn .highLightBody figure + figure, #highLightIn .highLightBody figure + p {
    margin-top: 20px;
}
.highLightVoice li{
	background: #f3f2f2;
	border-radius: 20px;
	padding: 20px;
}
.highLightVoice li:not(:last-of-type){
	margin-bottom: 20px;
}
.highLightVoice li h2{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	padding: 20px 0;
}
.highLightVoice li h2 + p span{
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
#highLightIn .footCatch{
	text-align: center;
	font-weight: bold;
	margin: 40px 0 20px 0;
}
@media screen and (min-width: 600px) {
    .guided-slider__grid {
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 15px;
    }
    .guided-slider__thumbs {
        display: block;
    }
    #inlineMainSwiper .swiper-slide {
        flex-shrink: 0;
        width: 100% !important; /* 必須 */
    }
    .guided-slider__main .swiper, .guided-slider__main .swiper-wrapper {
        height: 100%;
    }
    #inlineMainSwiper .swiper-slide img {
        height: 100% !important;
        object-fit: cover;
    }
    .modal .dialog {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100vh;
    }
    .modal.quote #modalHead {
        height: 80px;
    }
    .modal.quote #modalMainSwiper {
        height: 80%;
    }
    .modal.quote #modalHead .price {
        width: auto;
        margin-right: 20px;
        display: flex;
        align-items: center;
    }
    .modal.quote #modalHead .price li br {
        display: block;
    }
    .modal.quote #modalHead .price li:last-of-type {
        font-size: 14px;
        line-height: 1;
        margin-left: 10px;
    }
    #modalHead {
        order: 0;
        height: 80px;
        width: 100%;
        justify-content: center;
    }
    #modalHead h2 {
        font-size: 20px;
        width: auto;
        margin-right: 20px;
    }
    #modalHead a {
        max-width: 220px;
    }
    #modalHead a:hover {
        opacity: 0.6;
    }
    #modalMainSwiper {
        order: 1;
        height: 80%;
        width: 100%;
        border-top: solid 1px rgba(255, 255, 255, 0.20);
        border-bottom: solid 1px rgba(255, 255, 255, 0.20);
    }
    #modalMainSwiper img {
        height: 100% !important;
        width: auto;
        display: block;
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #modalThumbSwiper {
        display: block;
        order: 2;
        height: calc(20% - 80px);
        width: 100%;
    }
    #modalThumbSwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #modalThumbSwiper .swiper-slide {
        width: 20% !important;
    }
    #modalThumbSwiper .swiper-slide {
        opacity: 0.5;
    }
    #modalThumbSwiper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .swiper-button-next {
        right: 20px;
    }
    .modal-counter {
        left: auto;
        right: 15px;
    }
}
@media screen and (min-width: 780px) {
    #guidedTour .overview {
        display: flex;
        flex-wrap: wrap;
        border-bottom: none;
    }
    #guidedTour .overview dt {
        width: 20%;
        display: flex;
        align-items: center;
    }
    #guidedTour .overview dd {
        width: 28%;
        display: flex;
        align-items: center;
    }
    #guidedTour .overview dt:nth-of-type(2) ~ dt, #guidedTour .overview dd:nth-of-type(2) ~ dd {
        border-bottom: solid 1px #eee;
    }
    #guidedTour .overview dd:nth-of-type(odd) {
        margin-right: 4%;
    }
    #guidedTourInfo .tourTime {
        display: flex;
    }
    #guidedTourInfo .tourTime dt {
        width: 20%;
    }
    #guidedTourInfo .tourTime dd {
        width: 28%;
    }
    #guidedTourInfo .tourTime dd:first-of-type {
        margin-right: 4%;
    }
    #guidedTourInfo .carPh {
        display: flex;
        flex-wrap: wrap;
    }
    #guidedTourInfo .carPh li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    #guidedTourInfo .carPh li:nth-of-type(3n) {
        margin-right: 0;
    }
    #guidedTourInfo .carPh img {
        width: 100%;
        height: auto;
    }
    #guidedTourInfo .carPh p:last-of-type {
        margin-top: 5px;
    }
}
@media screen and (min-width: 1023px) {
    #guidedTour {
        max-width: 1132px;
        margin: 0 auto;
        padding: 0 10px 60px 10px;
    }
    #guidedTour h1 {
        font-size: 30px;
        padding: 10px 0;
    }
    #guidedTour #guidedTourIn {
        display: flex;
        align-items: flex-start;
    }
    #guidedTour #guidedTourIn #guidedTourInfo {
        width: 760px;
        margin-right: 40px;
    }
    #guidedTourInfo .topbd {
        margin-top: 60px;
    }
    #guidedTourInfo .serviceList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #guidedTourInfo .serviceList li {
        width: 49%;
        padding: 10px 10px 10px 60px;
        font-size: 18px;
        border-bottom: none;
    }
    #guidedTourInfo .serviceList li:nth-of-type(odd) {
        margin-right: 2%;
    }
    #guidedReserve {
        padding: 50px 0;
    }
    #guidedReserveIn:last-of-type a {
        font-size: 24px;
    }
    #guidedTour #guidedTourIn #tourSticky {
        max-width: 332px;
        top: 40px;
        bottom: auto;
        border: solid 4px #eeeeee;
        padding: 15px 10px;
        display: block;
    }
    #guidedTour #guidedTourIn #tourSticky .price {
        display: flex;
        align-items: flex-end;
        margin-bottom: 20px;
        width: 100%;
    }
    #guidedTour #guidedTourIn #tourSticky .price li:first-of-type span {
        font-size: 38px;
    }
    #guidedTour #guidedTourIn #tourSticky .price li:last-of-type br {
        display: block;
    }
    #guidedTour #guidedTourIn #tourSticky .price li:last-of-type {
        margin-left: 10px;
        line-height: 1.4;
    }
    #guidedTour #guidedTourIn #tourSticky a {
        width: 100%;
        padding: 15px;
        font-size: 18px;
    }
    #guidedTour #guidedTourIn #tourSticky a:hover, #guidedReserveIn a:hover, #guidedBack a:hover {
        opacity: 1;
        background: #75682a;
    }
    #guidedTour .lineBtn {
        margin: 40px 0 0 0;
    }
    #guidedTour .lineBtn:hover {
        background: #000;
        color: #fff;
    }
    #guidedTour .reviewHighlights ul {
        display: flex;
    }
    #guidedTour .reviewHighlights ul li {
        background: #eee;
        padding: 20px 20px 80px 20px;
        width: 48.5%;
        position: relative;
    }
    #guidedTour .reviewHighlights ul li:nth-of-type(2) {
        margin-top: 0;
        margin-left: 3%;
    }
    #guidedTour .reviewHighlights ul li .tit {
        padding-left: 50px;
        font-weight: bold;
        line-height: 40px;
    }
    #guidedTour .reviewHighlights ul li.highlights .tit {
        background: url("../img/guided-tours/highlight_logo.webp")left center no-repeat;
        background-size: 40px;
        color: #9c8e49;
    }
    #guidedTour .reviewHighlights ul li.reviews .tit {
        background: url("../img/guided-tours/review_trip.webp")left center no-repeat;
        background-size: 40px;
        color: #63bb94;
    }
    #guidedTour .reviewHighlights ul li h3 {
        padding: 15px 0;
        font-weight: bold;
        font-size: 18px;
    }
    #guidedTour .reviewHighlights ul li img {
        width: 100%;
        height: auto;
    }
    #guidedTour .reviewHighlights ul li .blackBtn {
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 180px;
        margin-top: 0;
    }
    #guidedTour .reviewHighlights ul li p a {
        color: #000;
        text-decoration: underline;
    }
    .jsModal .jsModalIn {
        width: 60%;
        padding: 40px;
    }
    #highLightIn {
        max-width: 830px;
        margin: 0 auto;
        padding: 40px 20px;
    }
    #highLightIn h1:before {
        font-size: 20px;
        width: 230px;
    }
    #highLightIn h1 {
        font-size: 60px;
    }
    #highLightIn h1 + p {
        font-size: 30px;
        margin-top: 20px;
    }
    #highLightIn .highLightDate {
        margin: 40px 0;
        display: flex;
    }
    #highLightIn .highLightDate li {
        padding: 10px;
        width: 49%;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #highLightIn .highLightDate li span {
        font-size: 40px;
        width: 100%;
    }
    #highLightIn .highLightDate li:not(:first-of-type) {
        margin-top: 0;
        margin-left: 2%;
    }
    #highLightIn .highLightPlace {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #highLightIn .highLightPlace dt {
        width: 120px;
        text-align: center;
        margin-bottom: 10px;
    }
    #highLightIn .highLightPlace dd {
        width: calc(100% - 140px);
        margin-left: 20px;
        margin-bottom: 10px;
    }
    #highLightIn .highLightPlace dt span {
        display: block;
    }
    #highLightIn .highLightPlace dd {
        font-weight: bold;
    }
    #highLightIn .highLightBody p {
        font-size: 18px;
    }
    #highLightIn .highLightBody p + figure {
        margin-top: 40px;
    }
    #highLightIn .highLightBody h2 {
        font-size: 32px;
        padding: 30px 0 20px 0;
    }
    #highLightIn .highLightBody h2 + p {
        margin-bottom: 30px;
    }
    #highLightIn .highLightBody figure + figure, #highLightIn .highLightBody figure + p {
        margin-top: 30px;
    }
.highLightVoice li{
	padding: 30px;
	font-size: 18px;
}
.highLightVoice li:not(:last-of-type){
	margin-bottom: 40px;
}
.highLightVoice li h2{
	font-size: 32px;
	padding: 20px 0;
}
#highLightIn .footCatch{
	font-size: 24px;
}
	#highLightIn .blackBtn{
		font-size: 20px;
		font-weight: bold;
	}
}