/******************************************/
/****************spot_common***************/
/******************************************/
#drive_spots {
    padding: 50px 0 70px;
    font-size: 14px;
}

#drive_spots .spot_area {
    margin-bottom: clamp(50px, 10vw, 70px);
}

#drive_spots .spot_area:last-child {
    margin-bottom: clamp(100px, 10vw, 140px);
}

#drive_spots .accordion__showinner {
    margin: clamp(30px, 10vw, 45px) 0;
}

.accordion__showinner .accordion__inner-content {
    background-color: #fff;
}

#drive_spots .accordion__header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #8f82bc 70%);
}

.accordion__showinner .accordion__inner {
    border: 10px solid;
    border-image: url(../img/p1/drive_spots/accordion_frame.png) 105 / 55px / 0 round;
}

#drive_spots .accordion__showinner {}

#drive_spots .spot__bg {
    background: #fff;
    padding: 30px;
}

@media screen and (max-width: 480px) {
    #drive_spots {
        font-size: 14px;
        padding: 20px 0 70px;
    }
}

/*----------------------------------*/
/*---------- 店舗情報 --------------*/
/*----------------------------------*/
#drive_spots .icondetail li {
    padding-left: 2em;
    position: relative;
    margin-bottom: 0.5em;
    word-break: break-all;
}

#drive_spots .icondetail li.no-icon {
    padding-left: 0.3em;
}

#drive_spots .icondetail li.icon1::before,
#drive_spots .icondetail li.icon2::before,
#drive_spots .icondetail li.icon3::before,
#drive_spots .icondetail li.icon4::before,
#drive_spots .icondetail li.icon5::before,
#drive_spots .icondetail li.icon6::before,
#drive_spots .icondetail li.icon7::before,
#drive_spots .icondetail li.icon1_o2::before,
#drive_spots .icondetail li.icon2_o2::before,
#drive_spots .icondetail li.icon3_o2::before,
#drive_spots .icondetail li.icon4_o2::before,
#drive_spots .icondetail li.icon5_o2::before,
#drive_spots .icondetail li.icon6_o2::before {
    content: '';
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
}

#drive_spots .icondetail li.icon1::before {
    background: url('../img/p1/drive_spots/icon_p1.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon2::before {
    background: url('../img/p1/drive_spots/icon_p2.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon3::before {
    background: url('../img/p1/drive_spots/icon_p3.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon4::before {
    background: url('../img/p1/drive_spots/icon_p4.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon5::before {
    background: url('../img/p1/drive_spots/icon_p5.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon6::before {
    background: url('../img/p1/drive_spots/icon_p6.png')no-repeat center center;
    background-size: contain;
}


#drive_spots .icondetail li.icon1_o2::before {
    background: url('../img/p1/drive_spots/icon_o1.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon2_o2::before {
    background: url('../img/p1/drive_spots/icon_o2.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon3_o2::before {
    background: url('../img/p1/drive_spots/icon_o3.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon4_o2::before {
    background: url('../img/p1/drive_spots/icon_o4.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon5_o2::before {
    background: url('../img/p1/drive_spots/icon_o5.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon6_o2::before {
    background: url('../img/p1/drive_spots/icon_o6.png')no-repeat center center;
    background-size: contain;
}


#drive_spots .store {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 50px;
    font-size: 0.8rem;
}

#drive_spots .store_l {
    width: 50%;
    max-width: 200px;
}

#drive_spots .store_r {
    width: calc(100% - 220px);
}

#drive_spots .accordion__inner .store {
    background: #efefef;
}

#drive_spots .store .fa-map-marker-alt {
    color: red;
}

#drive_spots .store b {
    color: #0e5a87;
}

@media screen and (max-width: 768px) {
    #drive_spots .store {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    #drive_spots .store_l {
        min-width: 150px;
    }

    #drive_spots .store_r {
        width: 100% !important;
        padding-left: 0% !important;
        margin: 0px !important;
        padding-top: 10px !important;
    }
}

/*----------------------------------*/
/*---------- slider 番号付き -----------*/
/*----------------------------------*/
.slider_num .slick-dots {
    bottom: -35px;
}

.slider_num .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #025851;
    background: #fff;
}

.slider_num .slick-dots li.slick-active {
    background: #87caac;
}

.slider_num .slick-dots li button {
    font-size: initial;
    background: initial;
    width: 100%;
    height: 100%;
    color: #025851;
}

.slider_num .slick-dots li button:before {
    content: none;
}


/*----------------------------------*/
/*---------- その他共通css-----------*/
/*----------------------------------*/

#drive_spots .spot__mainimg {
    overflow: hidden;
}

#drive_spots .spot__read {
    display: flex;
    justify-content: space-between;
}

#drive_spots .spot__titlenum {
    width: 170px;
    margin-bottom: 1em;
}

#drive_spots .spot__name {
    margin-bottom: 1em;
    width: 100%;
}

#drive_spots .spot__title {
    line-height: 1.5em;
    margin-top: 0.6em;
    font-size: clamp(1.875rem, 1.616rem + 1.105vw, 2.5rem);
}

#drive_spots .spot__title_en {
    font-size: 1rem;
}

#drive_spots .spot__copy1 {
    margin: 3em 0;
}

#drive_spots .spot__copy1 p {
    margin-bottom: 0.5em;
    width: fit-content;
    color: #fff;
    font-size: 1.4rem;
}

#drive_spots .spot-area__mainimg {
    width: 55%;
}

#drive_spots .spot-area__sub {
    width: 43%;
}

#drive_spots .spot-area__sub .smalltxt {
    font-size: 14px;
}

#drive_spots .spot-area__info {
    align-items: flex-start;
}

#drive_spots .spot-area__title {
    font-size: clamp(1.2rem, 4vw, 2rem);
    color: #118CCF;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1em;
    background: linear-gradient(0deg, rgb(255, 255, 255, 0) calc(50% - 1px), #118CCF calc(50% - 1px), #118CCF calc(50% + 1px), rgb(255, 255, 255, 0) calc(50% + 1px));
    position: relative;
    padding: 0 1.5em;
}

#drive_spots .spot-area__title span {
    padding: 0 0.5em;
    display: inline-block;
    background: #E0F1F4;
    position: relative;
}

#drive_spots .spot-area__title span::before,
#drive_spots .spot-area__title span::after,
#drive_spots .spot-area__title::before,
#drive_spots .spot-area__title::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #118CCF;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

#drive_spots .spot-area__title span::before {
    left: -6px;
}

#drive_spots .spot-area__title span::after {
    right: -6px;
}

#drive_spots .spot-area__title::before {
    left: 0;
}

#drive_spots .spot-area__title::after {
    right: 0;
}

#drive_spots .spot-area__title p {
    font-size: 0.6em;
}

#drive_spots .spot-area__other {
    width: 49%;
    margin-top: 20px;
}

#drive_spots .spot__area__subimg {
    position: relative;
}

#drive_spots .spot__area__subimg .subimg-comment {
    position: absolute;
}

#drive_spots .spot__access .spot__access__img {
    max-width: 250px;
    width: 70%;
}

#drive_spots .spot__info {
    margin-top: 2em;
}

.car_time {
    width: 100%;
    position: relative;
}

.car_time img {
    margin: 0 auto;
    margin-bottom: clamp(20px, 10vw, 50px);
    width: 70%;
    max-width: 250px;
    display: block;
}


#drive_spots .spot__img {
    display: flex;
    align-items: center;
}

#drive_spots .spot__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#drive_spots .caption {
    font-size: 0.88rem;
    margin-top: 10px;
}

.accordion__header-text {
    font-size: clamp(1.5rem, 3vw, 1.7rem) !important;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 860px) {
    #drive_spots .spot__mainimg {
        width: 100%;
    }

    #drive_spots .spot__name {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #drive_spots .spot__copy {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 768px) {
    #drive_spots .spot__bg {
        padding: 20px;
    }

    #drive_spots .spot-area__mainimg,
    #drive_spots .spot-area__sub {
        width: 100%;
    }

    #drive_spots .spot-area__mainimg {
        margin-top: 20px;
    }

    #drive_spots .spot__copy1 p {
        font-size: 1.2rem;
        margin: auto;
    }
}

@media screen and (max-width: 540px) {
    #drive_spots .spot__mainimg {
        border-radius: 10px 10px 0 0;
    }

    #drive_spots .spot__titlenum {
        width: 120px;
    }

    #drive_spots .spot__info {
        width: 100%;
    }

    #drive_spots .spot__copy {
        margin-bottom: 1em;
        font-size: 1rem;
    }

    .car_time img {
        width: 50%;
    }

    #drive_spots .spot__copy1 {
        margin: 0 0 2em;
    }
}

@media screen and (max-width: 480px) {
    #drive_spots .spot__text {
        writing-mode: horizontal-tb;
    }

    #drive_spots .caption {
        font-size: 0.7rem;
    }
}


/************************************************/
/*******************spot1 spot3 spot5******************/
/************************************************/

#spot1 .spot__img,
#spot3 .spot__img,
#spot5 .spot__img {
    width: calc(100% - 360px);
    margin-right: -80px;
}

#spot1 .spot__imgs1,
#spot3 .spot__imgs1,
#spot5 .spot__imgs1 {
    margin: auto;
}


#spot1 .spot__text,
#spot3 .spot__text,
#spot5 .spot__text {
    width: 410px;
}

#spot1 .spot__copy1 p,
#spot3 .spot__copy1 p,
#spot5 .spot__copy1 p {
    color: #8F82BC;
    border-bottom: 2px dashed #8F82BC;
}

@media screen and (max-width: 1000px) {

    #spot1 .spot__img,
    #spot3 .spot__img,
    #spot5 .spot__img {
        width: calc(100% - 350px);
    }
}

@media screen and (max-width: 768px) {

    #spot1 .spot__img,
    #spot3 .spot__img,
    #spot5 .spot__img {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }

    #spot1 .spot__text,
    #spot3 .spot__text,
    #spot5 .spot__text {
        width: 100%;
        margin-bottom: 1em;
    }
}



/******************************************/
/*******************spot3******************/
/******************************************/

#spot3 .spot3__subimg {
    width: 50%;
}

#spot3 .spot3__subinfo {
    width: 38%;
}

#spot3 .spot3__subimg1 .flex_cn {
    gap: 0px;
}

#spot3 .spot3__subimg1 .flex_cn img {
    width: 50%;
}

#spot3 .spot3__subimg2 {
    width: 56%;
}

#spot3 .spot3__sub-content {
    margin: 30px auto 0;
    align-items: center;
    width: 90%;
}

#spot3 .spot3__subimg1-up {
    width: 70%;
    margin: 0 auto 20px;
}

#spot3 .spot__area__img {
    max-width: 750px;
    margin: 40px auto;
}

@media screen and (max-width: 640px) {
    #spot3 .spot3__sub-content {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 450px;
        margin: 15px auto;
    }

    #spot3 .spot3__sub-content {
        width: 100%;
    }

    #spot3 .spot3__sub-content:nth-child(2n) {
        margin-left: auto;
    }

    #spot3 .spot3__subinfo {
        width: 100%;
    }

    #spot3 .spot3__subimg1-up {
        margin: 30px auto 20px;
    }

    #spot3 .spot3__subimg {
        width: 100%;
        margin-top: 15px;
    }

    #spot3 .spot3__subimg2 {
        width: 100%;
        max-width: 500px;
    }

    #spot3 .spot__area__img {
        margin: 30px auto 0;
    }

    #spot3 .spot3__subimg1 .flex_cn img {
        width: 40%;
    }

}


/*******************accordion spot1-area******************/

.accordion__inner-content .spot1_sub-spot_spot1,
.accordion__inner-content .spot1_sub-spot_spot2,
.accordion__inner-content .spot1_sub-spot_spot3,
.accordion__inner-content .spot1_sub-spot_spot4,
.accordion__inner-content .spot1_sub-spot_spot5 {
    margin-bottom: 50px;
}

.accordion__inner-content .spot__area__img {
    max-width: 640px;
    margin: auto;
    width: 80%;
}

.accordion__inner-content .spot1_sub-spot {
    margin-bottom: 50px;
}

.accordion__inner-content .spot1_sub-spot_info_dec {
    width: 1.5em;
    display: block;
}

.accordion__inner-content .spot1_sub-spot_img {
    width: 45%;
}

.accordion__inner-content .spot1_sub-spot_info_subimg {
    width: 100%;
    max-width: 400px;
}

.accordion__inner-content .spot1_sub-spot_info-2col .spot1_sub-spot_info_subimg {
    width: 48%;
}

.accordion__inner-content .spot1_sub-spot_info_subimg.sub-img_circle {
    width: 28%;
}

.accordion__inner-content .spot1_sub-spot_info {
    width: 52%;
}

.accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info {
    width: 100%;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info {
    width: 45%;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_img {
    width: 54%;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_img.spot1_sub-spot_info-1col,
.accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_img.spot1_sub-spot_info-1col {
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
}

.accordion__inner-content .spot1_info_subtitle {
    width: 80%;
    max-width: 300px;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_info_subtitle,
.accordion__inner-content .spot1_sub-spot_spot3 .spot1_info_subtitle {
    width: 100%;
    max-width: 350px;
}

.spot_title {
    width: 100%;
    max-width: 615px;
    margin: 0 auto 30px;
}

.accordion__inner-content .spot1_sub-spot_info_subtitle span {
    font-size: clamp(1.15rem, 0.8187rem + 0.7735vw, 1.4375rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-right: 8px;
}

.accordion__inner-content .spot1_sub-spot_info_text {
    margin-top: 10px;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subtext {
    width: 50%;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subinfo {
    width: 100%;
    align-items: flex-end;
    margin-top: -5em;
}

.accordion__inner-content .spot1_sub-spot,
.accordion__inner-content .spot1_sub-spot_spot2,
.accordion__inner-content .spot1_sub-spot_spot3 {
    margin-bottom: 0px;
}

.accordion__inner-content .spot1_sub-spot::after,
.accordion__inner-content .spot1_sub-spot_spot2::after,
.accordion__inner-content .spot1_sub-spot_spot3::after {
    content: "";
    background: url(../img/p1/drive_spots/spot1_walk.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9%;
    max-width: 33px;
    height: auto;
    aspect-ratio: 41/158;
    display: block;
    margin: 30px auto;
}

.accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subimg {
    width: 45%;
    margin-top: 0;
}

.accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_subinfo {
    width: 100%;
    align-items: flex-end;
    margin-top: -5em;
}

.accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_subtext {
    width: 37%;
}

.accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_subimg {
    width: 60%;
}

.accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info_text {
    width: 70%;
    margin-top: 0;
}

.accordion__inner-content .spot1_sub-spot_spot4 .spot1_info_subtitle {
    width: 26%;
    max-width: 230px;
}

.accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info_subimg {
    width: 95%;
    margin: -3em 0 0px 5%;
}

.accordion__inner-content .slider_num {
    margin-bottom: 80px;
}

.accordion__inner-content .spot1_sub-spot_info_subimg {
    margin-top: 10px;
}

.accordion__inner-content .spot1_sub-spot_subtitle2 {
    max-width: 750px;
    margin: 0 auto 30px;
}

.accordion__inner-content .spot1_sub-spot_bottom {
    position: relative;
    margin: auto;
    max-width: 680px;
}

.accordion__inner-content .spot1_sub-spot_bottom .spot1_sub-spot_bottom_subtext {
    position: absolute;
    top: 69%;
    left: 0;
    width: 40%;
}


.accordion__inner-content .spot1_sub-spot_spot3 .fa-caret-up {
    display: none;
}

@media screen and (max-width: 768px) {

    .accordion__inner-content .spot1_sub-spot_info-2col .spot1_sub-spot_info_subimg {
        width: 100%;
        max-width: 500px;
    }

    .accordion__inner-content .spot1_sub-spot_info_subimg.sub-img_circle {
        width: 90%;
        max-width: 320px;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_info_subtitle,
    .accordion__inner-content .spot1_sub-spot_spot3 .spot1_info_subtitle {
        width: 80%;
        max-width: 310px;
    }

    .accordion__inner-content .spot1_sub-spot_spot4 .spot1_info_subtitle {
        width: 50%;
        max-width: 210px;
    }

    .accordion__inner-content .spot1_sub-spot_spot1,
    .accordion__inner-content .spot1_sub-spot_spot2,
    .accordion__inner-content .spot1_sub-spot_spot3,
    .accordion__inner-content .spot1_sub-spot_spot4,
    .accordion__inner-content .spot1_sub-spot_spot5 {
        margin-bottom: 0px;
    }

    .accordion__inner-content .spot1_info_subtitle {
        width: 70%;
        max-width: 260px;
        margin: 0;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subinfo {
        margin-top: -2em;
    }

    .accordion__inner-content .spot1_sub-spot_spot2,
    .accordion__inner-content .spot1_sub-spot_spot4 {
        margin-left: 0%;
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot {
        margin: auto;
        margin-bottom: 0px;
    }

    .accordion__inner-content .spot1_sub-spot_img {
        width: 100%;
        margin-top: 15px;
    }

    .accordion__inner-content .spot1_sub-spot_info {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_img {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info_text {
        width: 100%;
        margin-top: 10px;
    }

    .accordion__inner-content .spot1_sub-spot_spot1,
    .accordion__inner-content .spot1_sub-spot_spot3 {
        flex-direction: column-reverse;
    }

    .accordion__inner-content .spot1_sub-spot_info_subimg {
        margin: 15px auto 0;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subimg {
        margin-top: -5em;
    }

    .accordion__inner-content .spot__area__img {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info_subimg {
        width: 90%;
        margin: -3em 0 0px 10%;
    }
}

@media screen and (max-width: 480px) {

    .spot1_title {
        margin: 0 auto auto auto;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subinfo {
        margin-top: 5em;
        flex-direction: column-reverse;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subtext {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_subimg {
        margin: -5em auto 10px;
        width: 65%;
    }

    .accordion__inner-content .spot1_sub-spot_spot2 .spot1_sub-spot_info_text {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_text {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_subinfo {
        width: 100%;
        margin-top: 0em;
        flex-direction: column-reverse;
    }

    .accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_subtext {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot3 .spot1_sub-spot_info_subimg {
        width: 80%;
        margin: 15px auto 0;
    }

    .accordion__inner-content .spot1_sub-spot_bottom .spot1_sub-spot_bottom_subtext {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot2,
    .accordion__inner-content .spot1_sub-spot_spot4 {
        margin-left: 0;
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info_subimg {
        width: 100%;
        margin: 0em 0 0px 0%;
    }

    .accordion__inner-content .spot1_sub-spot_spot4 .spot1_sub-spot_info_text {
        width: 100%;
    }

    .accordion__inner-content .spot1_sub-spot_spot3 .fa-caret-up {
        display: inline-block;
    }
}

/*******************accordion spot2-area******************/

.accordion__inner-content .culture-spot {
    width: 80%;
    margin: 0 auto
}

.accordion__inner-content .culture-spot_title {
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
}

.accordion__inner-content .culture-spot_title-img {
    max-width: 350px;
    margin: 0 auto 30px;
}

.accordion__inner-content .culture-spot_step {
    margin: 10px auto;
    width: 100%;
}

.accordion__inner-content .culture-spot_step:nth-child(odd) {
    margin-left: 10%;
    width: 90%;
}

.accordion__inner-content .culture-spot_img {
    width: 55%;
}

.accordion__inner-content .culture-spot_info {
    width: 42%;
}

.accordion__inner-content .sub-spot {
    width: 100%;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 4em
}

.accordion__inner-content .sub-spot .sub-spot__title {
    width: 100%;
    max-width: 550px;
    margin: -2.5em auto 0;
}

.accordion__inner-content .culture-spot__step {
    display: inline-block;
    width: 55px;
}

.accordion__inner-content .culture-spot_info-subtitle {
    font-size: 2em;
    margin-bottom: 10px;
}

.accordion__inner-content .spot2__subimg5 {
    max-width: 600px;
    margin: 10px auto 50px;
    width: 90%;
}

.accordion__inner-content .culture-spot_bottom .culture-spot_bottom_subtext {
    position: absolute;
    top: 69%;
    left: 0;
    width: 40%;
}

.accordion__inner-content .culture-spot_bottom {
    position: relative;
    margin: auto;
    max-width: 680px;
}

#drive_spots .sub-spot .store {
    width: 100%;
    margin: auto;
    background: #fff6e9;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 50px;
    flex-direction: column;
}

#drive_spots .accordion__inner-content .sub-spot__text {
    width: 40%;
}

#drive_spots .accordion__inner-content .sub-spot__img {
    width: 65%;
    margin-right: -7%;
    position: relative;
}

.spot_area__subimg_imgs .cap {
    width: 30%;
}

.slick-slide .cap {
    position: absolute;
    bottom: 0.2em;
    left: 1em;
    color: #fff;
    text-shadow: 1px 1px 3px BLACK, 0 0 2px BLACK;
    font-size: .88rem;
}

.accordion__inner-content .sub-spot__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3em;
}

.store_title {
    font-size: 1.1em;
}

.store_title span {
    font-size: 1.5em;
}

.sub-spot .store_title {
    width: 200px;
}

.spot_area__arrow {
    margin: 2em auto;
    display: block;
    width: 50px;
}

#drive_spots .accordion__inner .spot__sub-img {
    position: relative;
}

#drive_spots .cap {
    position: absolute;
}

.accordion__inner .spot__info .spot__text {
    width: 45%;
}

.accordion__inner .spot__img {
    width: 53%;
    display: flex;
    flex-wrap: wrap;
}

#drive_spots .spot__contents .spot__text span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    line-height: 1 !important;
    vertical-align: 9.6% !important;
}

.accordion__inner .culture-spot__arrow {
    margin: -10px auto 0 55%;
    width: 55px;
}

.accordion__inner .culture-spot_info.info_left {
    width: 34%;
    margin-left: 8%;
}

.accordion__inner .culture-spot__arrow.arrow_left {
    transform: scale(-1, 1);
    margin: -10px 58% 0 auto;
}

@media screen and (max-width: 768px) {
    .accordion__inner-content .culture-spot {
        width: 90%;
        margin: 0 auto;
    }

    .accordion__inner-content .culture-spot {
        width: 90%;
        max-width: 600px;
    }
}

@media screen and (max-width: 640px) {
    .accordion__inner-content .culture-spot_img {
        width: 100%;
    }

    .accordion__inner-content .culture-spot_info {
        width: 100%;
        margin-bottom: 15px;
    }

    .accordion__inner-content .culture-spot_info.info_left {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .accordion__inner-content .culture-spot_step {
        flex-direction: column-reverse;
    }

    .accordion__inner-content .culture-spot_step:has(.info_left) {
        flex-direction: column;
    }

    .accordion__inner .culture-spot__arrow {
        margin: 10px auto;
    }

    .accordion__inner .culture-spot__arrow.arrow_left {
        margin: 10px auto;
    }

    .accordion__inner-content .spot2__subimg5 {
        width: 100%;
    }

    .accordion__inner-content .culture-spot_bottom .culture-spot_bottom_subtext {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #drive_spots .spot__contents .spot__text span {
        vertical-align: baseline !important;
    }

    .accordion__inner-content .culture-spot_info-subtitle {
        font-size: clamp(1.25rem, 1.0428rem + 0.884vw, 1.75rem);
        margin-bottom: 10px;
    }

    .accordion__inner-content .culture-spot__step {
        width: 45px;
    }

    .accordion__inner-content .culture-spot {
        width: 100%;
        margin: 0 auto;
    }

    .accordion__inner-content .culture-spot_title-img {
        width: 70%;
    }

    .accordion__inner-content .culture-spot_title {
        text-align: left;
    }

}

.accordion__inner .spot__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.accordion__inner .spot__sub-img {
    width: 50%;
}

.accordion__inner .spot__sub-img:nth-child(2n) {
    margin-top: 37%;
}

.accordion__inner .spot__sub-img:nth-child(2n) .cap {
    justify-content: end;
    width: 100%;
}

.sub-spot__contents .cap {
    align-items: flex-start;
    left: 16%;
    gap: 0.3em;
}

#drive_spots .cap .fas {
    padding-top: 0.165em;
}

#drive_spots .cap .cap_kome {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 960px) {
    .accordion__inner-content .sub-spot__contents {
        flex-direction: column-reverse;
    }

    #drive_spots .accordion__inner-content .sub-spot__text {
        width: 100%;
        margin-top: 5em;
    }

    #drive_spots .accordion__inner-content .sub-spot__img {
        width: 100%;
        margin-right: 0%;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__subimg {
        margin-top: 2em;
    }
}

@media screen and (max-width: 768px) {

    .accordion__inner .spot__info .spot__text {
        width: 100%;
    }

    .accordion__inner .spot__img {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .accordion__inner .spot__info {
        gap: 2em;
    }

    #spot1-area .spot_area__img:nth-child(1) {
        width: 100%;
        max-width: 500px;
    }

    #spot1-area .spot_area__text {
        width: 100%;
        margin-top: 1em;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__subimg {
        margin-top: 0;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__subimg .spot_area__subimg_imgs {
        width: 100%;
        max-width: 480px;
        margin: auto;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__subimg .spot_area__subimg_imgs:nth-child(2) {
        margin-top: 5em;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__text {
        width: 47%;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__img {
        width: 50%;
    }

    .spot_area__subimg_imgs .cap {
        width: 45%;
    }

    .spot_area___text_content {
        margin-bottom: 1em;
    }

    #spot1-area .spot_area__contents__bottom {
        margin-top: 1em;
    }

    .sub-spot__contents .cap {
        left: 0%;
    }
}

@media screen and (max-width: 640px) {
    #spot1-area .spot_area__contents__bottom .spot_area__subimg .spot_area__subimg_imgs:nth-child(2) {
        max-width: 310px;
        margin: 6em auto 3em;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__text {
        width: 100%;
    }

    .spot_area__subimg_imgs .cap {
        width: 90%;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__img {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    #spot1-area .spot_area__img2 {
        width: 100%;
        max-width: 330px;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .accordion__inner .spot__info .spot__text {
        font-size: 14px;
    }

    .accordion__inner .spot__info {
        gap: 1em;
    }

    #drive_spots .spot__info {
        margin-top: 1.5em;
    }

    .slick-slide .cap {
        font-size: .7rem;
    }

    .accordion__inner .spot__sub-img {
        width: 70%;
    }

    .accordion__inner .spot__sub-img:nth-child(2n) {
        margin-top: 28%;
        margin-left: 30%;
    }

    .sub-spot .store_title {
        width: 160px;
    }

    #drive_spots .accordion__inner-content .sub-spot__img {
        width: 130%;
        margin-right: 0%;
        margin-left: -16%;
    }

    .sub-spot__contents .cap {
        width: 70%;
        left: 16%;
    }

    #drive_spots .accordion__inner-content .sub-spot__text {
        margin-top: 7em;
    }

    .accordion__inner-content .sub-spot {
        padding: 20px;
    }

    .accordion__inner-content .sub-spot__contents {
        margin-top: 2em;
    }

    #spot1-area .spot_area__contents .spot_area__subimg {
        width: 75%;
    }

    #spot1-area .spot_area__contents__bottom .spot_area__subimg .spot_area__subimg_imgs:nth-child(2) {
        max-width: 260px;
    }

    #drive_spots .sub-spot .store {
        padding: 10px 20px;
    }
}

/*************************************************/
/*******************spot2 spot4*******************/
/*************************************************/
#spot2 .spot__img,
#spot4 .spot__img {
    width: calc(100% - 360px);
    margin-left: -80px;
}

#spot2 .slider_num {
    width: 60%;
}

#spot2 .spot2__subimg {
    width: 36%;
}

#spot2 .spot2__sub-content {
    margin: 40px auto 0;
    width: 90%;
}

#spot2 .spot__imgs1,
#spot4 .spot__imgs1 {
    margin: auto;
}

#spot2 .spot__text,
#spot4 .spot__text {
    width: 390px;
}

#spot2 .spot__copy1 p,
#spot4 .spot__copy1 p {
    color: #EF845C;
    border-bottom: 2px dashed #EF845C;
}

@media screen and (max-width: 1000px) {

    #spot2 .spot__img,
    #spot4 .spot__img {
        width: calc(100% - 330px);
    }
}

@media screen and (max-width: 768px) {

    #spot2 .spot__contents,
    #spot4 .spot__contents {
        flex-direction: column-reverse;
    }

    #spot2 .spot__img,
    #spot4 .spot__img {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }

    #spot2 .spot__text,
    #spot4 .spot__text {
        width: 100%;
        margin-bottom: 1em;
    }

    #spot2 .slider_num {
        width: 60%;
    }

    #spot2 .spot2__subimg {
        width: 38%;
    }

    #spot2 .spot2__sub-content {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #spot2 .slider_num {
        width: 100%;
        margin: 0 auto 30px;
    }

    #spot2 .spot2__subimg {
        width: 80%;
        max-width: 350px;
        margin: 30px auto 0;
    }
}

/*******************************************/
/****************** spot4 ******************/
/*******************************************/
#spot4 {
    margin-bottom: clamp(6.25rem, 3.6602rem + 11.0497vw, 12.5rem);
}

#spot4 .spot4__subinfo {
    width: 56%;
}

#spot4 .spot4__subimg {
    width: 42%;
    margin-top: 30px;
}

#spot4 .spot4__subimg1 {
    width: 85%;
}

#spot4 .spot4__subimg1_text {
    width: 95%;
    margin-left: 5%;
    margin-top: -4em;
    align-items: end;
}

#spot4 .spot4__subimg1_text_info {
    width: 60%;
}

#spot4 .spot4__subimg1_text_subimg {
    width: 37%;
}

#spot4 .spot4__sub-content {
    width: 100%;
    margin: 30px auto 0;
}

#spot4 .spot4__sub-content:nth-of-type(6) {
    gap: 20px;
    align-items: flex-start;
}

#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg {
    position: relative;
}

#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(1) {
    width: 23%;
}

#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(2) {
    width: 30%;
}

#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) {
    width: 38%;
}

#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) img {
    border-radius: 10px;
}

#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(2) p,
#spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) p {
    font-size: .88rem;
}


#spot4 .slider_num {
    max-width: 600px;
    width: 90%;
    margin: 30px auto 100px;
}

#spot4 .spot4__sub-content:nth-of-type(4) {
    width: 100%;
    max-width: 730px;
}

@media screen and (max-width: 1000px) {
    #spot4 .spot4__subimg1_text {
        margin-top: -1em;
        width: 100%;
        margin-left: 0%;
    }
}

@media screen and (max-width: 768px) {
    #spot4 .spot4__subinfo {
        width: 100%;
    }

    #spot4 .spot4__subimg {
        width: 100%;
        max-width: 500px;
        margin-top: 0px;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(1) {
        width: 28%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(2) {
        width: 40%;
        margin-right: 0;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) {
        width: 70%;
    }

    #spot4 .spot4__sub-content:nth-of-type(4) {
        max-width: 400px;
    }
}

@media screen and (max-width: 640px) {

    #spot4 .spot4__subimg1_text {
        margin-top: -2em;
        width: 100%;
        margin-left: 0%;
    }

    #spot4 .spot4__sub-content {
        width: 100%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(1) {
        width: 38%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {

    #spot4 .spot4__subimg1_text {
        margin-top: -1em;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(1) {
        width: 35%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(2) {
        width: 53%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(2) p,
    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) p {
        font-size: .7rem;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(3) {
        width: 90%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(1) {
        width: 43%;
    }

    #spot4 .spot4__sub-content:nth-of-type(6) .spot4__subimg:nth-of-type(2) {
        width: 47%;
    }
}

/******************************************/
/*******************spot5******************/
/******************************************/

#spot5 .spot5__subimg {
    width: 48%;
    margin-top: 30px;
}

#spot5 .spot5__subinfo {
    width: 38%;
}

#spot5 .spot5__sub-content {
    width: 90%;
    margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
    #spot5 .spot5__sub-content {
        width: 100%;
    }

    #spot5 .spot5__subimg {
        width: 100%;
        margin-top: 15px;
    }

    #spot5 .spot5__subimg2 {
        width: 100%;
        max-width: 500px;
    }
}

/******************************************/
/*****************open_area****************/
/******************************************/
#drive_spots .open_area {
    background-color: #d9e2d7;
    padding: 70px 0 50px 0;
}

.open_area__text {
    width: 47%;
}

.open_area__img {
    width: 49%;
}

#drive_spots .open_area .store {
    background: #fff;
    max-width: 900px;
    width: 100%;
}

.open_area .store_img {
    width: 180px;
}

.open_area .icondetail {
    width: calc(100% - 200px);
}

#drive_spots .open_area__title {
    margin: 0 auto -1em;
    width: 95%;
    max-width: 1000px;
}

#drive_spots .open_area__button {
    margin: 3.5em auto 0;
    display: block;
    width: fit-content;
    background: #006557;
    padding: 0.5em 1.5em;
    letter-spacing: 0.1em;
    font-size: 1rem;
    color: #fff;
    border-radius: 1em;
}

.open_area .open_area__mainimg {
    margin-top: 2em;
}

@media screen and (max-width: 768px) {

    .open_area__text {
        width: 100%;
    }

    .open_area__img {
        width: 100%;
    }

    .open_area .icondetail {
        width: 100%;
    }

    .open_area .open_area__mainimg {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 640px) {
    #drive_spots .open_area__title {
        margin: 0 auto -3em;
    }
}