/******************************************/
/****************spot_common***************/
/******************************************/
#drive_spots {
    padding: 50px 0 70px;
    font-size: 1.07rem;
}

#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-bottom: clamp(20px, 10vw, 50px);
}

#drive_spots .accordion__header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #BF9D5B 70%);
}

#drive_spots .accordion__showinner {
    background: url(../img/p1/bg.jpg);
}

#drive_spots .spot__bg {
    background: url(../img/p1/bg.jpg);
    padding: 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 {
    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 .store {
    width: 90%;
    margin: auto;
    background: #efefef;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 50px;
    font-size: 0.8rem;
}

#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 {
    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__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__title {
    margin: 0 auto 3em;
    width: 90%;
    max-width: 480px;
}

.car_time {
    margin: 0 auto;
    margin-bottom: clamp(20px, 10vw, 50px);
    width: 70%;
    max-width: 250px;
}

#drive_spots .spot__text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

#drive_spots .spot__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@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;
    }
}

@media screen and (max-width: 640px) {
    #drive_spots .spot-area__other {
        width: 100%;
    }
    #drive_spots .spot__title {
        margin: 0 auto 2em;
    }
}

@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;
    }
}


/******************************************/
/*******************spot1******************/
/******************************************/

#spot1 .spot__imgs1 {
    width: 67%;
}

#spot1 .spot__imgs2 {
    width: 32%;
}

#spot1 .spot__imgs2 img:first-child {
    margin-bottom: 3%;
}

#spot1 .spot__img {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 260px);
    flex-wrap: wrap;
}

#spot1 .spot__text {
    width: 260px;
    max-height: 360px;
}

@media screen and (max-width: 960px) {

    #spot1 .spot__img {
        width: calc(100% - 280px);
    }

    #spot1 .spot__text {
        width: 280px;
        max-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    #drive_spots #spot1 .spot1__text {
        width: 100%;
    }

    #drive_spots #spot1 .spot__name {
        max-width: 470px;
    }

    #drive_spots #spot1 .spot1__img {
        width: 100%;
        max-width: 500px;
        margin: 1em auto 0;
    }

    #spot1 .spot__img {
        width: 100%;
    }

    #spot1 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-top: 1em;
    }
}

@media screen and (max-width: 480px) {
    #drive_spots #spot1 .spot__name {
        max-width: 310px;
    }
    #spot1 .spot__imgs1 {
        width: 100%;
        margin-bottom: 0.5em;
    }
    #spot1 .spot__imgs2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #spot1 .spot__imgs2 img{
        width: 49%;
    }
    #spot1 .spot__imgs2 img:first-child {
        margin-bottom: 0;
    }
}

/*******************spot1-area******************/
#spot1-area .spot_area__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#spot1-area .spot_area__img:nth-child(1) {
    width: 55%;
}

#spot1-area .spot_area__img2 {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

#spot1-area .spot_area__img3 {
    width: 100%;
    margin: auto;
}

#spot1-area .spot_area__text {
    width: 43%;
    align-content: flex-end;
}

#spot1-area .spot_area__contents .spot_area__subimg {
    width: 55%;
    margin-top: 1em;
    max-width: 280px;
}

#spot1-area .spot_area__contents__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3em;
}

#spot1-area .spot_area__contents__bottom .spot_area__text {
    width: 64%;
}

#spot1-area .spot_area__contents__bottom .spot_area__img {
    width: 33%;
}

#spot1-area .spot_area__contents__bottom .spot_area__subimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5em;
}

#spot1-area .spot_area__contents__bottom .spot_area__subimg .spot_area__subimg_imgs {
    width: 48%;
}

.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;
}

#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;
}

@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;
}

.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;
    }

    .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******************/
/******************************************/
#drive_spots #spot2 .spot__title {
    width: 55%;
    max-width: 280px;
}

#spot2 .spot__text {
    width: 170px;
    max-height: 360px;
}

#spot2 .spot__img {
    width: calc(100% - 220px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#spot2 .spot__imgs1 {
    width: 31.9%;
}

#spot2 .spot__imgs1 img:nth-child(2) {
    margin-top: 3%;
}

#spot2 .spot__imgs2 {
    width: 67%;
}

#spot2 .spot__imgs2 .cap{
    margin-top: .5em;
    position: relative;
    text-align: right;
    flex-direction: row-reverse;
}

#spot2 .sub-content_border {
    border: solid #ccc 5px;
    display: inline-block;
    padding: 60px 30px;
    border-image-source: url(../img/p1/drive_spots/sub-border-image.png);
    border-image-slice: 64;
    border-image-width: 50px;
    border-image-repeat: repeat;
    margin-top: 5em;
    width: 100%;
}

#spot2 .sub-content .flex_sb {
    margin-top: 1em;
}

#spot2 .sub-content .sub-text {
    width: 70%;
}

#spot2 .sub-content_border .sub-title {
    max-width: 520px;
    margin: -5em auto 2em;
    width: 100%;
}

#spot2 .sub-content_bottom .sub-title {
    max-width: 450px;
}

#spot2 .sub-content_border .flex_sb .sub-content_img {
    width: 49%;
    position: relative;
}

#spot2 .spot2_sub-img{
    position: absolute;
    width: 50%;
    top: -6em;
    right: -1.5em;
}

#spot2 .sub-content_bottom .sub-content_img:nth-child(1) {
    width: 41%;
}

#spot2 .sub-content_bottom .sub-content_img:nth-child(2) {
    width: 57%;
}

#spot2 .sub-content_border.sub-content_bottom {
    padding: 60px 30px 50px;
}

@media screen and (max-width: 1250px) {
    #drive_spots #spot2 .spot2__img {
        width: 50%;
        margin-left: -1%;
    }

}
@media screen and (max-width: 860860px) {
    #spot2 .spot2_sub-img {
        top: -4.4em;
    }
}
@media screen and (max-width: 768px) {
    #spot2 .spot__img {
        width: 100%;
    }

    #spot2 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-top: 1em;
    }

    #drive_spots #spot2 .spot__contents {
        flex-direction: column-reverse;
    }

    #spot2 .spot2_sub-img{
        top: -3em;
    }
}

@media screen and (max-width: 640px) {
    #spot2 .sub-content_border .flex_sb .sub-content_img {
        width: 100%;
        max-width: 400px;
    }

    #spot2 .sub-content .sub-text {
        width: 100%;
    }

    #spot2 .sub-content_border .flex_sb .sub-content_img:nth-child(2) {
        margin-top: 2.5em;
        max-width: 100%;
    }

    #spot2 .sub-content_bottom .sub-content_img:nth-child(2) {
        margin-top: 1em!important;
    }

    #spot2 .sub-content_bottom .sub-content_img:nth-child(1) {
        margin: 0 auto;
    }

    #spot2 .spot2_sub-img {
        width: 44%;
        top: -2em;
        right: -1.5em;
    }
}

@media screen and (max-width: 480px) {

    #spot2 .spot__imgs2 {
        width: 100%;
    }
    #spot2 .spot__imgs1 {
        width: 100%;
        display: flex;
        margin-bottom: 0.5em;
        justify-content: space-between;
    }
    #spot2 .spot__imgs1 img{
        width: 49%;
    }
    #spot2 .spot__imgs1 img:nth-child(2) {
        margin-top: 0;
    }
    #spot2 .sub-content_border .sub-title {
        margin: -6em auto 1em;
        max-width: 250px;
    }
    #spot2 .sub-content_border {
        padding: 50px 20px;
        border-image-width: 30px;
    }
    #spot2 .sub-content_border.sub-content_bottom {
        padding: 50px 20px 30px;
    }
    #spot2 .spot2_sub-img {
        width: 44%;
        top: -0.9em;
        right: -1.2em;
    }
}

/******************************************/
/*******************spot3******************/
/******************************************/
#drive_spots #spot3 .spot__title {
    width: 30%;
    max-width: 160px;
}

#drive_spots #spot3 .spot__img {
    width: calc(100% - 200px);
}

#drive_spots #spot3 .spot__text {
    width: 200px;
    height: 360px;
}

@media screen and (max-width: 768px) {
    #drive_spots #spot3 .spot__img {
        width: 100%;
    }

    #drive_spots #spot3 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-top: 1em;
    }
}

@media screen and (max-width: 480px) {
    #drive_spots #spot3 .spot__text {
        height: auto;
    }

}

/******************************************/
/*******************spot4******************/
/******************************************/
#drive_spots #spot4 .spot__title {
    width: 100%;
    max-width: 780px;
}

#spot4 .spot__imgs1 {
    width: 32%;
}

#spot4 .spot__imgs2 {
    width: 67%;
}

#spot4 .spot__imgs1 img:first-child {
    margin-bottom: 3%;
}

#spot4 .spot__img {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 275px);
    flex-wrap: wrap;
}

#spot4 .spot__text {
    width: 215px;
    max-height: 350px;
}

#spot4 .spot__sub-img {
    margin: 3em auto 0;
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 960px) {

    #spot4 .spot__img {
        width: calc(100% - 280px);
    }

    #spot4 .spot__text {
        width: 250px;
        max-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    #drive_spots #spot4 .spot1__text {
        width: 100%;
    }

    #drive_spots #spot4 .spot1__img {
        width: 100%;
        max-width: 500px;
        margin: 1em auto 0;
    }

    #spot4 .spot__img {
        width: 100%;
    }

    #spot4 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-top: 1em;
    }

    #drive_spots #spot4 .spot__contents {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 480px) {
    #spot4 .spot__sub-img {
        margin: 1em auto 0;
    }
    #spot4 .spot__imgs1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #spot4 .spot__imgs1 img{
        width: 49%;
    }
    #spot4 .spot__imgs2 {
        width: 100%;
        margin-top: 0.5em;
    }
    #spot4 .spot__imgs1 img:first-child {
        margin-bottom: 0;
    }
}

/******************************************/
/*******************spot5******************/
/******************************************/
#spot5 .spot__imgs1 {
    width: 67%;
}

#spot5 .spot__imgs2 {
    width: 31.9%;
}

#spot5 .spot__imgs2 img:first-child {
    margin-bottom: 3%;
}

#spot5 .spot__img {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 260px);
    flex-wrap: wrap;
}

#spot5 .spot__text {
    width: 260px;
    max-height: 360px;
}

#drive_spots #spot5 .spot__title {
    max-width: 310px;
    width: 55%;
}
@media screen and (max-width: 960px) {

    #spot5 .spot__img {
        width: calc(100% - 280px);
    }

    #spot5 .spot__text {
        width: 280px;
        max-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    #drive_spots #spot5 .spot1__text {
        width: 100%;
    }

    #drive_spots #spot5 .spot__name {
        max-width: 470px;
    }

    #drive_spots #spot5 .spot1__img {
        width: 100%;
        max-width: 500px;
        margin: 1em auto 0;
    }

    #spot5 .spot__img {
        width: 100%;
    }

    #spot5 .spot__text {
        width: 100%;
        max-height: 190px;
        margin-top: 1em;
    }
}

@media screen and (max-width: 480px) {
    #drive_spots #spot5 .spot__name {
        max-width: 310px;
    }
    #spot5 .spot__imgs1 {
        width: 100%;
        margin-bottom: 0.5em;
    }
    #spot5 .spot__imgs2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    #spot5 .spot__imgs2 img{
        width: 49%;
    }
    #spot5 .spot__imgs2 img:first-child {
        margin-bottom: 0;
    }
}

/******************************************/
/*******************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;
    }
}