@charset "utf-8";

/* 全体 */

/* 既存パンくず非表示 */
.breadcrumbs {
    display: none;
}
.yadoplus {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;

}



h2,h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;

}
@media screen and (max-width: 767px) {

    h2,h3 {
        font-size: calc(40px / 2);
        font-weight: bold;
        letter-spacing: 2px;

    }
}

.local__h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 70px;
}

.local__p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-top: 40px;
}

.local__person {
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin: 40px auto 0;
    width: 1024px;
    justify-content: center;
    align-items: center;
}

.local__person__container {
    width: 350px;
}

.local__person__x {
    width: 80px;
    text-align: center;
}

.local__person__x img {
    width: 26px;
}

.local__person__container__photo {

}

.local__person__container__photo img {
    width: 74px;
}


.local__person__container__text {
    margin-top: 10px;
}
.local__person__container p  {
    font-size: 18px;
}

@media screen and (max-width: 767px) {

    .local__person {
        width: 100%;
        flex-wrap: wrap;
    }

    .local__person__container {
        width: 100%;
        margin-bottom: 20px;
    }
    .local__person__x {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* @media screen and (max-width: 767px) {
    
    .local__h2 {
        margin-top: 248px;
    }
} */


/* 背景 */
.local__mvarea {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/hotel/local/img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 530px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    z-index: 0;
}

.local__mvarea.breakfast {
    background-image: url(/hotel/local/img/breakfast.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.local__mvarea.bath {
    background-image: url(/hotel/local/img/bath.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.local__mvarea.forest {
    background-image: url(/hotel/local/img/forest.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.local__mvarea.seaside {
    background-image: url(/hotel/local/img/seaside.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* ■ iPad縦向き */
@media only screen and (min-width:768px) and (max-width:1024px) {
    /* CSS記述 */
    .local__mvarea {
        width: 100%;
        height: 300px;
    }

}

@media screen and (max-width: 767px) {
    
    .local__mvarea {
        background-image: url(/hotel/local/img/main_sp.jpg);
        width: 100%;
        height: calc(580px / 2);
    }

    .local__mvarea.breakfast {
        background-image: url(/hotel/local/img/breakfast_sp.jpg);
        width: 100%;
        height: calc(580px / 2);
    }

    .local__mvarea.bath {
        background-image: url(/hotel/local/img/bath_sp.jpg);
        width: 100%;
        height: calc(580px / 2);
    }

    .local__mvarea.forest {
        background-image: url(/hotel/local/img/forest_sp.jpg);
        width: 100%;
        height: calc(580px / 2);
    }

    .local__mvarea.seaside {
        background-image: url(/hotel/local/img/seaside_sp.jpg);
        width: 100%;
        height: calc(580px / 2);
    }
}

/* タイトル */
.local__mvarea__textarea {
    margin-top:36px;
    text-shadow: 0 0 7px rgba(0,0,0,.4);
    padding: 20px;
    background: rgba(0,0,0,.5);
}
@media screen and (max-width: 767px) {

    .local__mvarea__textarea {
        margin-top:0;
    }
}

.local__mvarea__textarea h1 {
    color:white;
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {

    .local__mvarea__textarea h1 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
}

.local__mvarea__textarea span:nth-child(1) {
    font-size: 35px;
    letter-spacing: 2.8px;
    position: relative;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .local__mvarea__textarea span:nth-child(1) {
        font-size: calc(40px / 2);
    }

}

.local__mvarea__textarea span:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2.08px;
    position: relative;

}

@media screen and (max-width: 767px) {
    .local__mvarea__textarea span:nth-child(2) {
        font-size: calc(36px / 2);
    }

}

/* .local__mvarea__textarea span:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/hotel/okinawa/yadoplus/images/plus.jpg);
    background-size: contain;
    vertical-align: middle;
    margin: 10px;
    position: relative;
    top: -1px;
} */

@media screen and (max-width: 767px) {
    .local__mvarea__textarea span:nth-child(2)::before {
        width: calc(28px / 2);
        height: calc(28px /2);
    }

}

.local__mvarea__textarea span:nth-child(3) {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 3.6px;
    position: relative;

}

@media screen and (max-width: 767px) {
    .local__mvarea__textarea span:nth-child(3) {
        font-size: calc(64px / 2);
        top: 2px;
    }

}

.local__mvarea__search {
    width: 986px;
    position: relative;
    top: 5px;
    display: block;
    background-color: white;
    border: 14px solid white;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .local__mvarea__search {
        width: 986px;
        background-color: white;
        border: 7px solid white;
    }

}

@media screen and (max-width: 767px) {
    .local__mvarea__search {
        width: 96%;
        top: 17px;
        border: 0;
        height: 0;
    }

    #wrap_search02 {
        overflow: hidden;
        font-size: 16px;
        border: 14px solid #fff;
        background: #fff;
    }
    

}


/* たびらい宿Plusの特徴 */



.local__caption {
    max-width: 1055px;
    margin: 0 auto;
    margin-top: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;

}

@media screen and (max-width: 767px) {
    .local__caption {
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 0 12px;
    }
}


.local__caption__unit {
    width: 496px;
    height: 322px;
    border:#707070 1px solid;
    border-radius: 8px;
    position: relative;
    margin: 0 16px;
    text-align: center;
}

@media screen and (max-width:787px) {
    .local__caption__unit {
        width: 100%;
        height: auto;
        margin: 8px 16px;
    }
}


.local__caption__unit__title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 23px;
    letter-spacing: 1.28px;
}

@media screen and (max-width:374px) {
    .local__caption__unit__title {
        font-size: 14px;
    }
}

.local__caption__unit:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(/hotel/okinawa/yadoplus/images/blueplus.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 138px;
    left: -41px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .local__caption__unit:nth-child(2)::before {
        top: -30px;
        margin: auto;
        left: 0;
        right: 0;
        width: 40px;
        height: 40px;
    
    }
    
}

.local__caption__unit__summary__img {
    display: flex;
    justify-content: center;
}

.local__caption__unit__summary__img img {
    width: 160px;
    height: 160px;
    margin: 25px 31px;
}
@media screen and (max-width: 767px) {
    .local__caption__unit__summary__img img {
        width: 33%;
        height: 33%;
    }
}


.local__caption__unit__summary__img.second img {
    position: relative;
    top: 3px;
    left: -10px;
}

.local__caption__unit__summary__img.second img:nth-child(2) {
    position: relative;
    top: 2px;
    left: 1px;
}

@media screen and (max-width: 767px) {
    .local__caption__unit__summary__img.second img {
        top: 0;
        left: 0;
    }
    
    .local__caption__unit__summary__img.second img:nth-child(2) {
        top: 0;
        left: 0;
    }
}


.local__caption__unit__summary__text {
    display: flex;
    font-size: 16px;
    top:0;
}

.local__caption__unit__summary__text a {
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .local__caption__unit__summary__text {
        font-size: calc(30px / 2);
        display: flex;
        justify-content: space-between;
        margin: -3% 12% 7% 10%;
        top:0;
        left:0;
    
    }

    .local__caption__unit__summary__text.second {
        font-size: calc(30px / 2);
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: -4% 3% 5% 0%;
        top: 0;
        left: -1px;
    }
}


.local__caption__unit__summary__text p {
    position: relative;
    top: -9px;
    left: 78px;
    line-height: 24px; 
}


.local__caption__unit__summary__text p:nth-child(2) {
    left: 198px;
}



.local__caption__unit__summary__text.second p {
    top: -8px;
    left: 31px;
}

.local__caption__unit__summary__text.second p:nth-child(2) {
    top: -10px;
    left: 62px;
} 

@media screen and (max-width: 767px) {

    .local__caption__unit__summary__text p {
        top:0;
        left:0;
    }
    .local__caption__unit__summary__text p:nth-child(2) {
        left: 0;
    }
    .local__caption__unit__summary__text.second p {
        top: 0;
        left: 0;
        margin-left: 15px;
        width: 50%;
    }
    
    .local__caption__unit__summary__text.second p:nth-child(2) {
        top: 0;
        left: 0;
    } 
}

.local__caption__unit__summary__text span {
    font-size:10px;
    display: inline-block;
    position: relative;
    top: -5px;
}

.local__caption__secondary {
    max-width: 1021px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: right;
    margin-top: 8px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .local__caption__secondary {
        max-width: 97%;
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .local__caption__secondary {
        width: 100%;
        box-sizing: border-box;

    }

    .local__caption__secondary p {
        padding:0 13px;

    }
}
.local__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .local__item {
        flex-wrap: wrap;
        flex-basis: calc((100% - 20px * 2) / 3);
        justify-content: end;
        padding: 0 4%;
    }

    .local__item.otherpage {
        justify-content: center;
        /* flex-basis: 100%; */
        display: block;
    }

}

.local__item li {
    list-style: none;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 29px;
    margin-left: 37px;
}

.local__item.otherpage li.current {
    padding: 2px 9px;
    border: 1px solid #ccc;
    border-radius: 13px;
    display: inline-block;
}


@media screen and (max-width: 767px) {
    .local__item li {
        flex-basis: 50%;
        list-style: none;
        font-size: 16px;
        letter-spacing: 1.92px;
        line-height: 29px;
        text-align: left;
        margin-left: 0;
    }

    .local__item li a {
        text-decoration: none;
    }

    .local__item.otherpage li {
        /* flex-basis: auto; */
        text-align: center;
    }

    .local__item.otherpage li.current {
        padding: 2px 9px;
        border: 1px solid #ccc;
        border-radius: 13px;
        margin-bottom: 10px;
        display: inline-block;
    }
}



.local__item a::before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 9.75px;/*画像の幅*/
    height: 10.87px;/*画像の高さ*/
    background-image: url(/hotel/okinawa/yadoplus/images/Arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: rotate(90deg);
    margin-right: 4px;
}

.local__item.otherpage li a {
    padding: 2px 9px;
    border: 1px solid #003894;
    border-radius: 13px;
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .local__item.otherpage li a {
        display: inline-block;
        margin-bottom: 10px;
    }
}

.local__item.otherpage a::before {
    display: none;
}

.local__item.otherpage a::after {
    content: '';
    display: inline-block;
    width: 9.75px;
    height: 10.87px;
    background-image: url(/hotel/okinawa/yadoplus/images/Arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    /* transform: rotate(90deg); */
    margin-left: 5px;
    margin-bottom: 2px;
}

/* ホテル紹介 */

.local__hotelsglobal__hotels__hotel h3 {
    letter-spacing: 3.6px;
    line-height: 59px;
    padding-top: 37px;
}
@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel h3 {
        padding-top: 12px;
    }

    .local__hotelsglobal__hotels__hotel h3.localpass {
        line-height: 1.5;
        margin-bottom: 23px;
    }
}





.local__h2.second {
    margin-top:108px;
}


.local__h2.second {
    margin-top:108px;
}

@media screen and (max-width: 767px) {
    
    .local__h2.second {
        margin-top:18%;
}
}

.local__hotelsglobal {
    background-color: #F2F5FA;
    box-sizing: border-box;
    padding-bottom: 100px;
}

.local__hotelsglobal.localpass {
    padding-bottom: 80px;
}

.local__hotelsglobal__hotels {
    width: 1024px;
    margin:0 auto;
    text-align: center;
    /* border-bottom: #CCCCCC solid 1px; */
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .local__hotelsglobal__hotels {
        width: 98%;
        box-sizing: border-box;
    }

}


@media screen and (max-width: 767px) {
    
    .local__hotelsglobal__hotels {
        width: 93%;
    }
}

.local__hotelsglobal__hotels__hotel__desc {
    display: flex;
    border: 1px solid #003894;
    background-color: white;
    border-radius: 8px;
    text-align: left;
    margin-top: 34px;
    height: 216px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    
    .local__hotelsglobal__hotels__hotel__desc {
        flex-direction: column;
        height: auto;
        padding: 9px 9px 9px 9px;
        /* margin: 0 12px; */
        margin-top: 0;
    }

    .localpass .local__hotelsglobal__hotels__hotel__desc {
        margin: 0 0 12px;
    }
}


.local__hotelsglobal__hotels__hotel__desc p {
    width: 460px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
    line-height: 30px;
}

@media screen and (max-width : 767px) {
    .local__hotelsglobal__hotels__hotel__desc p {
        width: 100%;
    }
}


.local__hotelsglobal__hotels__hotel__desc a  {
    font-size: 14px;
    line-height: 26px;
    color: #003894;
} 
@media screen and (max-width : 767px) {
    .local__hotelsglobal__hotels__hotel__desc a  {
        font-size: 15px;
        text-decoration:none;
    } 
}

.local__hotelsglobal__hotels__hotel__desc a::after {
    content: '';
    display: inline-block;
    width: 9.75px;
    height: 10.87px;
    background-image: url(/hotel/okinawa/yadoplus/images/Arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;

}

.local__hotelsglobal__hotels__hotel__desc img {
    width: 496px;
    height: 184px;
    margin: 16px;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    
    .local__hotelsglobal__hotels__hotel__desc img {
        width: 496px; 
        height: 121px;
        margin: 0;
        padding: 0;
        object-fit: cover;
        border-radius: 8px;
    }


}


.local__hotelsglobal__hotels__hotel__desc__detail__title__right {
    margin-left: -12px;
    margin-top: 19px;
}
.local__hotelsglobal__hotels__hotel__desc__detail__title + p {
    width: 98%;
    font-size: 16px;
}

@media screen and (max-width: 767px) {

    .local__hotelsglobal__hotels__hotel__desc__detail__title + p {
        margin-bottom: 4px;
    }
}



@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__desc__detail__title__right {
        position: absolute;
        left: calc(100% - 38px);
        bottom: calc(100% - 85px);
    }
}

.local__hotelsglobal__hotels__hotel__desc__detail__title__right img {
    width: 49px;
    height: 66.5px;
    object-fit: cover;
    border-radius: 0;
}

.local__hotelsglobal__hotels__hotel__desc__detail__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* text-align: left; */
    border-bottom: 1px #CCCCCC solid;
    width: 460px;
    height: 94.5px;
    padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
    
    .local__hotelsglobal__hotels__hotel__desc__detail__title {
        box-sizing: border-box;
        position: relative;
        width: 100%;
    }

}

/* 予約特典の旗 */
.local__hotelsglobal__hotels__hotel__desc__detail__title__left span {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 22px;
    padding-left: 3px;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro";
    font-weight: 300;
    background: #003894;
    color: #FFF;
    box-sizing: border-box;
    top: 16px;
    left: 1px;
}

@media screen and(max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__desc__detail__title__left {
        width: 100%;
        font-size: 16px;
    }
}


.local__hotelsglobal__hotels__hotel__desc .local__hotelsglobal__hotels__hotel__desc__detail__title__left p {
    width: 402px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    top: 9px;
    line-height: 24px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .local__hotelsglobal__hotels__hotel__desc .local__hotelsglobal__hotels__hotel__desc__detail__title__left p {
        font-size: 14px;
        margin: 13px 0px;
        width: 100%;
        padding: 0 64px 0 0;
        box-sizing: border-box;
    }
}



.local__hotelsglobal__hotels__hotel__desc__detail__title__left span:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
  
.local__hotelsglobal__hotels__hotel__desc__detail__title__left span:after {
    top: 0;
    right: 0;
    border-width: 11px 6px 11px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}



/* 予約特典の旗終わり */


/* ホテルたち */

.local__hotelsglobal__hotels__hotel__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

}



.local__hotelsglobal__hotels__hotel__items__item {
    border-radius: 8px;
    margin-top: 49px;
}

a.local__hotelsglobal__hotels__hotel__items__item {
    box-shadow: 0px 0px 6px rgba(0,0,0,.1);
    text-decoration: none;
    color: #333;
    background: #fff;
    overflow: hidden;
}

a.local__hotelsglobal__hotels__hotel__items__item:hover {
    background: rgba(80,136,237, .1);
    text-decoration: none;
    color: #333;
}

a.local__hotelsglobal__hotels__hotel__items__item  .local__hotelsglobal__hotels__hotel__items__item__detail p:first-child {
    text-decoration: underline;
}

a.local__hotelsglobal__hotels__hotel__items__item:hover .local__hotelsglobal__hotels__hotel__items__item__detail p:first-child {
    text-decoration: none;
}

a.local__hotelsglobal__hotels__hotel__items__item:hover .local__hotelsglobal__hotels__hotel__items__item__detail {
    /* background: rgba(80,136,237, .1); */
}
@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item {
        width: 100%;
        /* padding: 0px 12px; */
    }

}

.local__hotelsglobal__hotels__hotel__items__item figure {
    margin: 0;
    width: 0;
    width: 488px;
    overflow: hidden;
}

.local__hotelsglobal__hotels__hotel__items__item img {
    width: 488px;
    /* height: 301px; */
    height: auto;
    object-fit: cover;
    border-radius:8px 8px 0 0;
    transition-duration: 0.3s;
}

.local__hotelsglobal__hotels__hotel__items__item:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {

    .local__hotelsglobal__hotels__hotel__items__item figure {
        width: auto;
        height: auto;
    }
    .local__hotelsglobal__hotels__hotel__items__item img {
        width: 100%;
        /* height: calc(433px / 2); */
        height: auto;
    }

}

.local__hotelsglobal__hotels__hotel__items__item__detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    height: auto;
    padding-left: 21px;
    padding-top: 18px;
    padding-bottom: 18px;
    /* background-color: #fff; */
    border-radius: 0 0 8px 8px;
    position: relative;
}

.local__hotelsglobal__hotels__hotel__items__item__detail::after {
    position: absolute;
    top: calc(50% - 8px);
    /* bottom: 0; */
    right: 4%;
    height: 12px;
    width: 12px;
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail {
        padding:12px;
        height: auto;
    }

}


.local__hotelsglobal__hotels__hotel__items__item__detail p:nth-child(1) {
    width: 435px;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;

}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail p:nth-child(1) {
        width: 94%;
        font-size:16px;
    } 
}
.local__hotelsglobal__hotels__hotel__items__item__detail p:nth-child(2) {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    width: 92%;
}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail p:nth-child(2) {
        font-size: 16px;
        line-height: 21px;
        margin-top: 7px;
        color: #333333;
    }
    
}



.local__hotelsglobal__hotels__hotel__items__item__detail span {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    /* margin-top: -39px; */
    /* top: -1px;
    left: -1px; */
    color: #666666;
}


@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail span {
        /* top:7px; */
    }
    
}


.local__hotelsglobal__hotels__hotel__items__item__detail span::before {
    content: '';
    display: inline-block;
    width: 8.76px;
    height: 14.4px;
    background-image: url(/hotel/okinawa/yadoplus/images/marker.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 1px;
    left: 4px;
}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail span::before {
        width: 8.76px;
    }
    
}

/* btn */
.local__hotelsglobal__hotels__hotel__items__item__detail__btn {
    display: flex;
    /* margin: 10px 3px; */
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail__btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 15px auto 8px 0px;
    }
    
}

.local__hotelsglobal__hotels__hotel__items__item__detail__btn a{
    width: 127px;
    padding: 3px;
    /* height: 30px; */
    text-align: center;
    border-radius: 4px;
    margin: 0px;
    transition: .2s;
    position: relative;
    display: block;
    padding: 9px 11px 7px 1px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background-color: #F08300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}
@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail__btn a{
        width: 50%;
        height: 30px;
        padding: 5px 11px 4px 1px;
    }
}



.local__hotelsglobal__hotels__hotel__items__item__detail__btn a:nth-child(1) {
    background-color: #003894;
    margin-right: 16px;
}
@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail__btn a:nth-child(1) {
        background-color: #003894;
        margin-right: 5px;
    }
}

.local__hotelsglobal__hotels__hotel__items__item__detail__btn a:nth-child(1) p,.local__hotelsglobal__hotels__hotel__items__item__detail__btn a:nth-child(2) p {
    font-size:16px;
    line-height:22px;
    color:#FFF;
}
@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail__btn a:nth-child(1) p,.local__hotelsglobal__hotels__hotel__items__item__detail__btn a:nth-child(2) p {
        line-height:22px;

    }
    
}


.local__hotelsglobal__hotels__hotel__items__item__detail__btn a:hover{
    opacity: .8;
    transition: .2s;
    text-decoration: none;
}


.local__hotelsglobal__hotels__hotel__items__item__detail__btn i{
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 112px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__hotel__items__item__detail__btn i{
        left: 80%;
    }
    
}


/* btn */

/* ホテルたち終わり */

/* 厳選した宿をもっと見る */
.local__hotelsglobal__hotels__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.local__hotelsglobal__hotels__btns__btn {
    text-align: center;
    width: auto;
    height: 40px;
    border-radius: 4px;
    transition: .2s;
    position: relative;
    display: block;
    background-color: #fff;
    color: #003894 !important;
    margin: 0 auto;
    border: 1px #003894 solid;
    display: table;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    text-decoration: none;
}

.local__hotelsglobal__hotels__btns__btn:hover {
    opacity: .8;
    transition: .2s;
    text-decoration: none;
}

.local__hotelsglobal__hotels__btns__btn p {
    font-size: 16px;
    font-weight: bold;
    /* line-height: 22px; */
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.local__hotelsglobal__hotels__btns__btn i {
    font-weight: bold;
    /* transform: translateY(27%); */
    /* margin-left: 8px; */
}

/* ローカル案内所 */
.local__hotelsglobal__hotels__btns__local {
    width: 600px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 29px;
    margin-bottom: 40px;
}
.local__hotelsglobal__hotels__btns__local img{
    width: 600px;
    height: 124px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .local__hotelsglobal__hotels__btns__local img{
        width: 100%;
        height: auto;
        /* padding: 0 12px; */
        box-sizing: border-box;
    }
    .local__hotelsglobal__hotels__btns__local {
        width: 100%;
    }
    
}

.local__hotelsglobal__hotels__btns__local:hover {
    opacity: .8;
    transition: .2s;
}

.local__hotelsglobal__hotels:last-child {
    border:none;
}

/* スマホ　検索枠 js_search */

#contentMain_index_top_search_AREA__02{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

/* スマホ　検索枠 js_search */

/* 沖縄以外のMV */
/* 北海道 */
#hokkaido .local__mvarea {
    background-image: url(/hotel/hokkaido/yadoplus/images/main.jpg);
}

/* #hokkaido .local__hotelsglobal__hotels__btn {
    margin-bottom: 25px;
} */

#hokkaido .local__hotelsglobal__hotels:last-child {
    padding-bottom: 1px;
}
#hokkaido .local__hotelsglobal__hotels__btns__btn {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    #hokkaido .local__mvarea {
        background-image: url(/hotel/hokkaido/yadoplus/images/main_sp.jpg);
    }
/* 
    #hokkaido .local__hotelsglobal__hotels__btn {
        margin-bottom: 25px;
    } */
    #hokkaido .local__hotelsglobal__hotels:last-child {
        padding-bottom: 1px;
    }
    #hokkaido .local__item {
        margin-left:13px;
    }
}

/* 九州 */
#kyushu .local__mvarea {
    background-image: url(/hotel/kyushu/yadoplus/images/main.jpg);
}

#kyushu .local__hotelsglobal__hotels__btns__local img{
    width: 500px;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #kyushu .local__mvarea {
        background-image: url(/hotel/kyushu/yadoplus/images/main_sp.jpg);
    }

    #kyushu .local__h2 {
        margin-top:48px;
    }
}


/* 沖縄以外のMV終わり */



/* 
SNS＆促進系
--------------------------- */
.snsBtn {
    clear: both;
    overflow: hidden;
    text-shadow: none;
    text-align: center;
    margin: 50px 0;
  }
  
  .snsBtn.\--right,
  .tb_article_articleframe-header + .snsBtn {
    clear: none;
    overflow: hidden;
    text-shadow: none;
    text-align: right;
    margin: 0 auto 0;
    padding: 0 0 0;
    width: 980px;
  }
  
  .snsBtn.\--right.--w980,
  .tb_article_articleframe-header + .snsBtn {
      width: 980px;
      margin: 0 auto;
  }
  
  .snsBtn li {
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
    height: 40px;
    position: relative;
  }
  .snsBtn li:first-child {
    margin-left: 0;
  }
  .snsBtn li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .snsBtn li a:hover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
  }
  .snsBtn li:hover {
    opacity: 0.7;
    filter: Alpha(opacity=70);
  }
  .snsBtn li:hover span {
    text-decoration: none;
  }
  .snsBtn a {
    display: block;
    width: 80px;
    height: 40px;
    border-radius: 4px;
  }
  .snsBtn span.action {
    width: 52px;
    /* height: 22px; */
    margin: 8px 0 4px;
    float: right;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 10px;
    font-family: メイリオ, Meiryo, sans-serif;
    z-index: 10;
    position: relative;
    box-sizing: border-box;
  }
  .snsBtn span.action:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 26px;
    border-left: 1px #fff solid;
  }
  .snsBtn .twitterBtn a {
    background: #5eade9;
  }
  .snsBtn .twitterBtn:after {
    display: block;
    top: 13px;
    left: 6px;
    background: url('/hotel/common/images/ico_twitter.png') no-repeat;
    background-size: 18px auto;
    width: 20px;
    height: 25px;
  }
  .snsBtn .twitterBtn span.action {
    border-left: 1px solid #5195c9;
  }
  li.facebookBtn_like {
    overflow: hidden;
  }
  .snsBtn .facebookBtn_like a,
  .snsBtn .facebookBtn_share a {
    background: #3B579D;
  }
  .snsBtn .facebookBtn_like a {
    float: right;
  }
  button#u_0_3 {
    background: #3B579D !important;
    border: 1px solid #3B579D !important;
  }
  button#u_0_3.active {
    background: #3B579D !important;
    border: 1px solid #3B579D !important;
  }
  .snsBtn .facebookBtn_like .fb-like span {
    height: 35px;
    color: #fff;
  }
  .snsBtn .facebookBtn_like span.action,
  .snsBtn .facebookBtn_share span.action {
    border-left: 1px solid #3c5385;
  }
  .snsBtn .facebookBtn_share:after {
    display: block;
    top: 7px;
    left: 2px;
    background: url('/hotel/common/images/ico_faceshare.png') no-repeat;
    background-size: 22px auto;
    width: 20px;
    height: 25px;
  }
  .snsBtn .lineBtn {
    display: none;
  }

  .snsBtn .count {
    font-family: メイリオ, Meiryo, sans-serif;
    width: 40px;
    text-align: center;
    font-size: 11px;
    line-height: 0;
    color: #000;
    position: absolute;
    top: 50%;
    right: 0%;
  }
  .snsBtn .arrowBox:after,
  .snsBtn .arrowBox:before,
  .snsBtn .facebookBtn_like ._5n6j._5n6l:after,
  .snsBtn .facebookBtn_like ._5n6j._5n6l:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .snsBtn .facebookBtn_like ._5n6j._5n6l:after,
  .snsBtn .arrowBox:after {
    border-color: rgba(255, 250, 250, 0);
    border-left-color: #fff;
    border-width: 3px;
    margin-top: -3px;
  }
  .snsBtn .arrowBox:before,
  .snsBtn .facebookBtn_like ._5n6j._5n6l:before {
    border-color: rgba(8, 9, 10, 0);
    border-left-color: #ccc;
    border-width: 5px;
    margin-top: -5px;
  }

  @media screen and (max-width: 767px) {
    .snsBtn {
		clear: both;
		overflow: hidden;
		text-shadow: none;
		text-align: center;
    margin: 30px 0 30px !important;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -mozu-box-sizing: border-box;
    box-sizing: border-box;
    }
    .snsBtn:last-child {
            text-align: center;
    }
    .snsBtn li {
            padding: 0;
            margin-left: 3px;
            display: inline-block;
            height: 40px;
            position: relative;
            box-sizing: border-box;
            vertical-align: baseline !important;
            line-height: 0;
    }
    .snsBtn li.facebookBtn_like {
            display: inline-block;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
            vertical-align: baseline !important;
            padding: 0;
            margin: 0;
    }       
    .fb_iframe_widget > span {
        vertical-align: baseline !important;
    }

    }
    .snsBtn li:first-child {
            margin-left: 0;
    }
    .snsBtn li:after {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
    }
    .snsBtn li a:hover {
            opacity: 1.0;
            filter: Alpha(opacity=100);
    }
    .snsBtn li:hover {
            opacity: 0.7;
            filter: Alpha(opacity=70);
    }
    .snsBtn a {
            display: block;
            width: 68px;
            height: 40px;
            border-radius: 4px;
            box-sizing: border-box;
    }
    .snsBtn span.action {
            margin: 7px 0 4px;
            float: right;
            text-align: center;
            line-height: 26px;
            color: #fff;
            font-size: 10px;
            font-weight: bold;
            font-family: "メイリオ", Meiryo, sans-serif;
            z-index: 10;
            position: relative;
            box-sizing: border-box;
    }
    .snsBtn .facebookBtn_share span.action {
            width: 43px;
    }
    .snsBtn .twitterBtn span.action {
            width: 45px;
    }
    .snsBtn .lineBtn {
        display: inline-block;
    }
    .snsBtn .lineBtn span.action {
            width: 38px;
    }
    .snsBtn span.action:after {
            left: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
            height: 26px;
            border-left: 1px #fff solid;
    }
    .snsBtn .twitterBtn a {
            background: #5eade9;
    }
    .snsBtn .twitterBtn:after {
            display: block;
            top: 13px;
            left: 3px;
            background: url('/hotel/common/images/ico_twitter.png') no-repeat;
            background-size: 18px auto;
            width: 20px;
            height: 25px;
    }
    .snsBtn .twitterBtn span.action {
            border-left: 1px solid #5195c9;
    }
    .snsBtn .facebookBtn_like a,
    .snsBtn .facebookBtn_share a {
            background: #3B579D;
    }
    .snsBtn .facebookBtn_like a {
            float: right;
    }
    .snsBtn .facebookBtn_like span.action,
    .snsBtn .facebookBtn_share span.action {
            border-left: 1px solid #3c5385;
    }
    .snsBtn .facebookBtn_share:after {
            display: block;
            top: 7px;
            left: 0;
            background: url('/hotel/common/images/ico_faceshare.png') no-repeat;
            background-size: 22px auto;
            width: 20px;
            height: 25px;
    }
    .snsBtn .lineBtn a {
            background: #00b900;
    }
    .snsBtn .lineBtn:after {
            display: block;
            top: 5px;
            left: 0px;
            background: url('/hotel/common/images/ico_line.png') no-repeat;
            background-size: 100% auto;
            width: 30px;
            height: 25px;
    }
    .snsBtn .lineBtn span.action {
            border-left: 1px solid #5195c9;
            letter-spacing: 0.2em;
    }
  
    @media screen and (max-width: 767px) {
        #cboxLoadedContent {
            background: #fff !important;
        }
        #cboxContent {
            margin-top: 0 !important;
        }
    }