/******************************************/
/****************spot_common***************/
/******************************************/
#drive_spots {
    padding: 50px 0 70px;
    font-size: 1.07rem;
}

#drive_spots .wrapper{
    max-width: initial;
}
@media screen and (max-width: 1040px) {
    #drive_spots .wrapper{
        padding: 0;
    }
}

#drive_spots .part_title{
    position: relative;
    z-index: 1;
    text-align: center;
	width: 50%;
	max-width: 404px;
    margin: auto auto -3.5em auto;

}

#drive_spots .spot_area {
    padding-top: 6em;
    /* margin-bottom: clamp(50px, 10vw, 70px); */
}

#drive_spots .spot_area:last-child {
    margin-bottom: clamp(100px, 10vw, 140px);
}

#drive_spots .accordion__showinner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(20px, 10vw, 80px);
}

@media screen and (max-width: 1040px) {
    #drive_spots .accordion__showinner {
        padding: 0 20px;
    }
}

#drive_spots .ah1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #40AB6C 70%);
}

#drive_spots .ah2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EF845C 70%);
}

#drive_spots .part_bg1 {
    background: url(../img/p1/bg.gif);
}

#drive_spots .part_bg2 {
    background: url(../img/p1/go_bg.gif);
}

#drive_spots .part_contents {
    padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    #drive_spots {
        font-size: 14px;
    }
}

/*----------------------------------*/
/*---------- 店舗情報 --------------*/
/*----------------------------------*/
#drive_spots .icondetail li {
    padding-left: 2em;
    position: relative;
    margin-bottom: 0.5em;
    word-break: break-all;
}

#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_o::before,
#drive_spots .icondetail li.icon2_o::before,
#drive_spots .icondetail li.icon3_o::before,
#drive_spots .icondetail li.icon4_o::before,
#drive_spots .icondetail li.icon5_o::before,
#drive_spots .icondetail li.icon6_o::before,
#drive_spots .icondetail li.icon3_b::before,
#drive_spots .icondetail li.icon4_b::before,
#drive_spots .icondetail li.icon6_b::before,
#drive_spots .icondetail li.icon7_b::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/icon1.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon2::before {
    background: url('../img/p1/drive_spots/icon2.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon3::before {
    background: url('../img/p1/drive_spots/icon3.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon4::before {
    background: url('../img/p1/drive_spots/icon4.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon5::before {
    background: url('../img/p1/drive_spots/icon5.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon6::before {
    background: url('../img/p1/drive_spots/icon6.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon7::before {
    background: url('../img/p1/drive_spots/icon7.png')no-repeat center center;
    background-size: contain;
}


#drive_spots .icondetail li.icon1_o::before {
    background: url('../img/p1/drive_spots/icon1_o.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon2_o::before {
    background: url('../img/p1/drive_spots/icon2_o.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon3_o::before {
    background: url('../img/p1/drive_spots/icon3_o.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon4_o::before {
    background: url('../img/p1/drive_spots/icon4_o.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon5_o::before {
    background: url('../img/p1/drive_spots/icon5_o.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon6_o::before {
    background: url('../img/p1/drive_spots/icon6_o.png')no-repeat center center;
    background-size: contain;
}


#drive_spots .icondetail li.icon3_b::before {
    background: url('../img/p1/drive_spots/icon3_b.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon4_b::before {
    background: url('../img/p1/drive_spots/icon4_b.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon6_b::before {
    background: url('../img/p1/drive_spots/icon6_b.png')no-repeat center center;
    background-size: contain;
}

#drive_spots .icondetail li.icon7_b::before {
    background: url('../img/p1/drive_spots/icon7_b.png')no-repeat center center;
    background-size: contain;
}


#drive_spots .store {
    width: 90%;
    margin: auto;
    background: #efefef;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 0.8rem;
}

#drive_spots .store ul {
    width: 100%;
}

#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%;
    }
}

/*----------------------------------*/
/*---------- 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 {
    width: 100%;
}

#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__copy {
    background-color: #bf9d5a;
    width: fit-content;
    padding: 0 0.5em;
    display: block;
    margin-bottom: 1em;
    border-radius: 20px;
    color: #fff;
    font-size: 1.2rem;
}

#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;
}

#drive_spots .spot__sub-title {
    width: 100%;
    max-width: 428px;
    margin-bottom: 1.2em;
}

.car_time {
    margin: 0 auto;
    margin-bottom: clamp(20px, 10vw, 50px);
    width: 70%;
    max-width: 250px;
}

#drive_spots .spot__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 85px;
    font-weight: 500;
}

#drive_spots .col-rev768{
    display: flex;
    justify-content: space-between;
}

#drive_spots .spot__title {
    margin: 0 auto 3em;
    width: 80%;
    max-width: 558px;
}

#drive_spots .spot__img {
    width: 55%;
}

#drive_spots .spot__text {
    width: 41%;
}

@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__contents {
        padding-bottom: 48px;
    }

    #drive_spots .col-rev768{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 640px) {
    #drive_spots .spot-area__other {
        width: 100%;
    }
}

@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 {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #drive_spots .spot__text {
        writing-mode:horizontal-tb;
    }
}

.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;
}

.store_title {
    font-size: 1.1em;
}

.store_title span {
    font-size: 1.5em;
}

.accordion__header-text{
    font-size: clamp(1.5rem, 3vw, 1.7rem) !important;
}

.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;
}

@media screen and (max-width: 480px) {
    #drive_spots .spot__contents .spot__text span{
        vertical-align: baseline !important;
    }
}

.accordion__inner .spot__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* @media screen and (max-width: 960px) {} */

@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;
    }

}

/* @media screen and (max-width: 640px) {} */

@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;
    }
}

/******************************************/
/*******************spot1******************/
/******************************************/

#spot1 .spot__subtext {
    margin: 0 5%;
    width: 53.8%;
}

#spot1 .spot__subimg, #spot1 .spot__subimg3, #spot1 .spot__subimg5 {
    width: 36.2%;
    text-align: center;
}

#spot1 .spot__subimg2 {
    width: 68%;
    text-align: center;
    margin-top: -6.3%;
    margin-left: 32%;
}

#spot1 .spot__subimg4 {
    width: 43.4%;
    text-align: center;
    margin-top: -3.4em;
    margin-left: 25%;
}

#spot1 .spot__subimg6 {
    width: 53.5%;
    text-align: center;
    margin-top: -2.2em;
    margin-left: 31.8%;
}

#spot1 .show_480{
    display: none;
}

@media screen and (max-width: 960px) {

    #spot1 .spot__subimg2 {
        margin-top: 0%;
        margin-left: auto;
    }
    
    #spot1 .spot__subimg4 {
        margin-top: 0%;
        margin-left: 0%;
    }
    
    #spot1 .spot__subimg6 {
        margin-top: 0%;
        margin-left: auto;
    }
}

/* @media screen and (max-width: 860px) {} */

@media screen and (max-width: 768px) {

    #spot1 .spot__img {
        width: 100%;
    }

    #spot1 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-bottom: 1em;
    }
    
    #spot1 .spot__subtext {
        margin: 0;
        width: 100%;
        margin-bottom: 1em;
    }

    #spot1 .spot__subimg, #spot1 .spot__subimg3, #spot1 .spot__subimg5 {
        width: 100%;
        margin: 0;
        max-width: 500px;
        margin: auto;
    }
    
    #spot1 .spot__subimg2, #spot1 .spot__subimg4, #spot1 .spot__subimg6 {
        width: 100%;
        margin: 1em auto auto auto;
        max-width: 500px;
    }

}

@media screen and (max-width: 480px) {
    #spot1 .hide_480{
        display: none;
    }

    #spot1 .show_480{
        display: initial;
        margin: auto;
    }
}

/******************************************/
/*******************spot2******************/
/******************************************/

#spot2 .spot__subtext {
    margin: 0 5%;
    width: 51.3%;
}

#spot2 .spot__subimg {
    width: 38.7%;
    text-align: center;
}

/* @media screen and (max-width: 960px) {} */

@media screen and (max-width: 768px) {

    #spot2 .spot__img {
        width: 100%;
    }

    #spot2 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-bottom: 1em;
    }

    #spot2 .spot__subtext {
        margin: 0;
        width: 100%;
        margin-bottom: 1em;
    }

    #spot2 .spot__subimg {
        width: 100%;
        margin: 0;
        max-width: 500px;
        margin: auto;
    }
}

/* @media screen and (max-width: 480px) {} */

/******************************************/
/*******************spot3******************/
/******************************************/

#spot3 .spot__subtext {
    margin: 0 5%;
    width: 51.3%;
}

#spot3 .spot__subimg {
    width: 90%;
    margin: auto;
}

#spot3 .spot__subimg1, #spot3 .spot__subimg2 {
    width: 46.3%;
}

#spot3 .spot__subimg1 img, #spot3 .spot__subimg2 img {
    max-width: 416px;
    width: 100%;
}

#spot3 .show_540{
    display: none;
}

/* @media screen and (max-width: 960px) {} */

@media screen and (max-width: 768px) {

    #spot3 .spot__img {
        width: 100%;
    }

    #spot3 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-bottom: 1em;
    }

    #spot3 .spot__subimg {
        max-width: 500px;
        margin: auto;
    }

}

@media screen and (max-width: 540px) {

    #spot3 .spot__subimg {
        width: 100%;
    }

    #spot3 .spot__subimg img {
        padding-top: 1em;
    }

    #spot3 .spot__subimg1 {
        width: 100%;
        padding-bottom: 48px;
    }

    #spot3 .spot__subimg2 {
        width: 100%;
    }

    #spot3 .hide_540{
        display: none;
    }

    #spot3 .show_540{
        display: initial;
        margin: auto;
    }

}

/* @media screen and (max-width: 480px) {} */

/******************************************/
/******************spot3ni*****************/
/******************************************/

#spot3ni .spot3ni__title{
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 0 auto -1.5em;
    width: 80%;
}

#spot3ni .ni-bg{
    display: flex;
    flex-direction: column;
    gap: 3.5em;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1em;
    padding: 4em 0;
}

#spot3ni .ni-bgimg1,
#spot3ni .ni-bgimg2,
#spot3ni .ni-bgimg3,
#spot3ni .ni-bgimg4 {
    position: absolute;
    max-width: 324px;
    width: 40%;
    z-index: 0;
}

#spot3ni .ni-bgimg1{
    top: 0;
    left: 0;
}

#spot3ni .ni-bgimg2{
    top: 0;
    right: 0;
}

#spot3ni .ni-bgimg3{
    left: 0;
    bottom: 0;
}

#spot3ni .ni-bgimg4{
    right: 0;
    bottom: 0;
}

#spot3ni .spot__contents{
    position: relative;
    z-index: 1;
    width: 90%;
    margin: auto;
    padding-bottom: 2em;
}

#spot3ni .spot__name{
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

#spot3ni .event__title{
    color: #0099b3;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

#spot3ni .spot__img{
    width: 48%;
    justify-content: space-between;
    align-items: center;
    row-gap: 1em;
}

#spot3ni .spot__img4, #spot3ni .spot__text {
    width: 48%;
}

#spot3ni .spot__img1{
    width: 100%;
}

#spot3ni .spot__img2{
    width: 66%;
}

#spot3ni .spot__img3{
    width: 30%;
}

#spot3ni .store{
    position: relative;
    z-index: 1;
}

#spot3ni .spot__subtext {
    margin: 0 5%;
    width: 51.3%;
}

#spot3ni .spot__subimg {
    width: 90%;
    margin: auto;
}

#spot3ni .spot__subimg1, #spot3ni .spot__subimg2 {
    width: 46.3%;
}

#spot3ni .spot__subimg1 img, #spot3ni .spot__subimg2 img {
    max-width: 416px;
    width: 100%;
}

#spot3ni .show_540{
    display: none;
}

#spot3ni .break_880{
    display: none;
}

/* @media screen and (max-width: 960px) {} */

@media screen and (max-width: 880px) {
    #spot3ni .break_880{
        display: initial;
    }
}

@media screen and (max-width: 768px) {

    #spot3ni .spot3ni__title{
        margin: 0 auto -1em;
    }

    #spot3ni .rev_768 {
        flex-direction: column-reverse;
    }

    #spot3ni .spot__img, #spot3ni .spot__img4 {
        width: 100%;
    }

    #spot3ni .spot__text {
        width: 100%;
        margin-bottom: 1em;
    }

    #spot3ni .store {
        width: 90%;
    }

}

/* @media screen and (max-width: 540px) {} */

/* @media screen and (max-width: 480px) {} */

/******************************************/
/*******************spot4******************/
/******************************************/

#spot4 .spot__subtext {
    margin: 0 5%;
    width: 53.8%;
}

#spot4 .spot__subimg {
    width: 36.2%;
    text-align: center;
}

#spot4 .spot__subimg2 {
    width: 63.5%;
    margin-top: -2.2em;
    margin-left: 31.8%;
}

/* @media screen and (max-width: 960px) {} */

@media screen and (max-width: 860px) {
    #spot4 .spot__subimg2 {
        margin-top: 0%;
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {

    #spot4 .spot__img {
        width: 100%;
    }

    #spot4 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-bottom: 1em;
    }

    #spot4 .spot__subtext {
        margin: 0;
        width: 100%;
        margin-bottom: 1em;
    }

    #spot4 .spot__subimg {
        width: 100%;
        margin: 0;
        max-width: 500px;
        margin: auto;
    }
    
    #spot4 .spot__subimg2 {
        width: 100%;
        margin: 1em auto auto auto;
        max-width: 500px;
    }
}

/* @media screen and (max-width: 480px) {} */

/******************************************/
/*****************go_spot1*****************/
/******************************************/

#go_spot1 .spot__subtext {
    margin: 0 5%;
    width: 51.3%;
}

#go_spot1 .spot__subimg {
    width: 90%;
    margin: auto;
}

#go_spot1 .spot__subimg1, #go_spot1 .spot__subimg2 {
    width: 46.3%;
}

#go_spot1 .spot__subimg3 {
    width: 100%;
}

#go_spot1 .spot__subimg1 img, #go_spot1 .spot__subimg2 img {
    max-width: 416px;
    width: 100%;
}

#go_spot1 .spot__subimg3 img,
#go_spot1 .spot__subimg3:nth-child(1),
#go_spot1 .spot__subimg3:nth-child(2),
#go_spot1 .spot__subimg3:nth-child(3) {
    max-width: 596px;
    width: 100%;
    margin: auto;
}

#go_spot1 .show_540{
    display: none;
}

/* @media screen and (max-width: 960px) {} */

@media screen and (max-width: 768px) {

    #go_spot1 .spot__img {
        width: 100%;
    }

    #go_spot1 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-bottom: 1em;
    }

    #go_spot1 .spot__subimg {
        max-width: 500px;
        margin: auto;
    }

}

@media screen and (max-width: 540px) {

    #go_spot1 .spot__subimg {
        width: 100%;
    }

    #go_spot1 .spot__subimg img {
        padding-top: 1em;
    }

    #go_spot1 .spot__subimg1 {
        width: 100%;
        padding-bottom: 48px;
    }

    #go_spot1 .spot__subimg2 {
        width: 100%;
    }

    #go_spot1 .hide_540{
        display: none;
    }

    #go_spot1 .show_540{
        display: initial;
        margin: auto;
    }

}

/* @media screen and (max-width: 480px) {} */

/******************************************/
/*****************go_spot2*****************/
/******************************************/

#go_spot2 .spot__subtext {
    margin: 0 5%;
    width: 51.3%;
}

#go_spot2 .spot__subimg {
    width: 59.6%;
}
#go_spot2 .spot__subimg2 {
    max-width: 356px;
    width: 35.6%;
}

#go_spot2 .spot__subimg img {
    max-width: 596px;
    width: 100%;
    margin: auto;
}

#go_spot2 .spot__subimg:nth-child(1),
#go_spot2 .spot__subimg:nth-child(2),
#go_spot2 .spot__subimg:nth-child(3) {
    max-width: 596px;
    width: 59.6%;
    margin: auto;
}

/* @media screen and (max-width: 960px) {} */

@media screen and (max-width: 768px) {

    #go_spot2 .spot__img {
        width: 100%;
    }

    #go_spot2 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-bottom: 1em;
    }

    #go_spot2 .spot__subimg {
        max-width: 500px;
        margin: auto;
    }

}

@media screen and (max-width: 640px) {

    #go_spot2 .spot__subimg,
    #go_spot2 .spot__subimg:nth-child(1),
    #go_spot2 .spot__subimg:nth-child(2),
    #go_spot2 .spot__subimg:nth-child(3) {
        width: 100%;
    }

    #go_spot2 .spot__subimg2 {
        width: 100%;
        margin: auto;
        padding-top: 3em;
    }

}

/* @media screen and (max-width: 480px) {} */

/******************************************/
/*******************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;
    }
}