#blog-news {
    margin: 25vw 6vw 15vw;
    padding: 5vw 0 10vw;
    background: url("../img/shared/bg02_sp.jpg") repeat-y;
    background-size: 100% auto;
}
#blog-news h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.1em;
}
#blog-news #feed {
    margin-bottom: 8vw;
}
#blog-news #feed dl {
    border-bottom: 1px solid rgba(105, 93, 73, 0.45);
    text-align: center;
    display: none;
}
#blog-news #feed dl dd a {
    overflow: hidden;
    display: block;
    max-height: 2rem;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
#blog-news #feed dl:nth-child(2n + 1) {
    display: none;
}
#blog-news #feed dl:first-child {
    display: block!important;
}
#blog-news .blog__sns {
    width: 175px;
    align-items: center;
    padding-top: 6vw;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#blog-news .blog__sns span {
    display: block;
    position: relative;
}
#blog-news .blog__sns span::after {
    content: "";
    background: rgba(105, 93, 73, 0.45);
    width: 71px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -92px;
    display: block;
}
#blog-news .blog__sns .bnr__ins {
    width: 32px;
    height: 32px;
}
#blog-news .blog__sns .bnr__ins img {
    vertical-align: top;
}
#blog-news .bnr {
    width: 208px;
    position: relative;
    margin: 0 auto;
}
#blog-news .bnr a {
    border: 1px solid rgba(105, 94, 77, 0.5);
    display: block;
    line-height: 1;
    text-align: center;
    padding: 12px 0;
    transition: all .4s ease;
    letter-spacing: 0.04em;
}
#blog-news .bnr a:hover {
    text-decoration: none;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    #blog-news {
        padding: 133px 0 71px;
        margin: 0;
        background: none;
    }
    #blog-news h2 {
        font-size: 28px;
        letter-spacing: 4px;
        width: 8.3%;
        height: 172px;
        text-align: left;
        padding-top: 10px;
    }
    #blog-news .blog__inside {
        width: 80%;
        padding-right: 48px;
    }
    #blog-news #feed {
        margin-bottom: 0;
    }
    #blog-news #feed dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        line-height: 1;
        padding: 11px 0;
    }
    #blog-news #feed dl dt {
        width: 18%;
        text-align: left;
        letter-spacing: 1.2px;
    }
    #blog-news #feed dl dd {
        width: 412px;
    }
    #blog-news #feed dl:nth-child(2n + 1) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    
    #blog-news #feed dl:first-child {
        display: flex!important;
    }
    
    #blog-news .blog__sns {
        width: 180px;
        padding-top: 25px;
        margin: 0;
    }
    #blog-news .blog__sns span {
        position: relative;
    }
    #blog-news .blog__sns span::after {
        width: 71px;
        height: 1px;
        right: -94px;
    }
    #blog-news .blog__sns .bnr__ins {
        width: 35px;
        height: 35px;
    }
    #blog-news .bnr {
        width: 209px;
        position: absolute;
        bottom: 34px;
        right: 48px;
    }
    #blog-news .bnr a {
        padding: 11px 0;
    }
    #blog-news .bnr a:hover {
        opacity: .6;
    }
}
#sec1 {
    position: relative;
    padding-bottom: 30vw;
}
#sec1::before {
    content: "";
    background: url("../img/shared/bg02_sp.jpg") repeat-y;
    background-size: 100% auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 45%;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}
#sec1 .wrap {
}
#sec1 .set1 {
    position: relative;
    margin: 0 -6vw;
}
#sec1 .set1 .title {
    position: absolute;
    top: 10vw;
    left: 18vw;
    z-index: 2;
    width: 61vw;
}
#sec1 .set1 .photo {
    height: 120vw;
}
#sec1 .set1 .photo img {
    object-position: 50% 100%;
}
#sec1 .set2 {
    position: relative;
    padding-top: 10vw;
}
#sec1 .set2 .text {
    max-width: 869px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    #sec1 {
        padding-bottom: 215px;
    }
    #sec1::before {
        background: url("../img/shared/bg02.jpg") repeat;
        background-size: auto;
        bottom: -1px;
        left: 0;
        right: 0;
        clip-path: polygon(0 55%, 100% 0, 100% 100%, 0% 100%);
        height: auto;
        top: 6px;
    }
    #sec1 .wrap {
        padding: 0;
        max-width: 1200px;
    }
    #sec1 .set1 {
        margin-bottom: 0px;
        margin: 0;
    }
    #sec1 .set1 .title {
        position: absolute;
        top: 144px;
        left: 100px;
        z-index: 2;
        width: 446px;
    }
    #sec1 .set1 .photo {
        height: 650px;
    }
    #sec1 .set2 {
        padding-top: 51px;
    }
    #sec1 .set2 .text {
        letter-spacing: 0.8px;
    }
}
#sec2 {
    position: relative;
    padding-bottom: 20vw;
}
#sec2::after {
    content: "";
    background: url("../img/shared/bg02_sp.jpg") repeat-y;
    background-size: 100% auto;
    position: absolute;
    height: 280px;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}
#sec2::before {
    content: "";
    background: url("../img/index/sec2_bg_sp.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 227vw;
}
#sec2 .wrap {
    padding-top: 11vw;
    max-width: 1200px;
}
#sec2 h2 {
    width: 30vw;
    margin: 0 auto;
    margin-bottom: 10vw;
    position: relative;
    z-index: 2;
}
#sec2 .text {
    color: #fff;
    margin-bottom: 11vw;
}
#sec2 .photo-1 {
    height: 80vw;
    position: relative;
    width: 108%;
    margin-left: -7vw;
    margin-bottom: 6vw;
}
#sec2 .photo-2 {
    height: 67vw;
    position: relative;
    margin-right: -8vw;
}
@media screen and (min-width: 768px) {
    #sec2 {
        padding-bottom: 217px;
    }
    #sec2::after {
        content: "";
        background: url("../img/shared/bg02.jpg") repeat;
        background-size: auto;
        position: absolute;
        height: 280px;
        left: 0;
        top: 0;
        right: 0;
    }
    #sec2::before {
        top: -87px;
        left: calc(50% + 1px);
        right: 0;
        height: 1604px;
        background: url("../img/index/sec2_bg.jpg") no-repeat;
        background-size: cover;
    }
    #sec2 .wrap {
        padding-top: 202px;
    }
    #sec2 h2 {
        margin-left: auto;
        width: 604px;
        margin-right: -13px;
        margin-bottom: 359px;
    }
    #sec2 .text {
        width: 449px;
        margin-left: -1px;
        color: #222;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    #sec2 .photo-1 {
        height: 600px;
        position: absolute;
        top: 0;
        left: -90px;
        width: calc(50% + 393px);
        margin-left: 0;
        margin-bottom: 0;
    }
    #sec2 .photo-2 {
        height: 450px;
        position: absolute;
        top: 650px;
        right: 0px;
        width: calc(50% + 101px);
        margin-right: 0;
    }
}
#sec3 {
    position: relative;
    z-index: 2;
    margin-bottom: -15vw;
}
#sec3 .wrap {
    max-width: 1200px;
    padding-top: 20vw;
    padding-bottom: 25vw;
}
#sec3 .wrap::after, #sec3 .wrap::before {
    content: "";
    background: url("../img/shared/bg03_sp.jpg") repeat-y;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}
#sec3 .wrap::after {
    background: url("../img/shared/bg02_sp.jpg") repeat-y;
    background-size: 100% auto;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
}
#sec3 .box {
    position: relative;
    margin-left: auto;
}
#sec3 .box h2 {
    width: 65vw;
    margin: 0 auto 10vw;
    position: relative;
}
#sec3 .box h2::before {
    content: "";
    border-bottom: 1px solid #222222;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 2vw;
}
#sec3 .box .photo {
    height: 80vw;
    position: relative;
    margin-bottom: 5vw;
}
#sec3 .box .text {
    margin-bottom: 9vw;
}
@media screen and (min-width: 768px) {
    #sec3 {
        margin-bottom: -80px;
    }
    #sec3 .wrap {
        padding-top: 80px;
        padding-bottom: 214px;
    }
    #sec3 .wrap::after, #sec3 .wrap::before {
        content: "";
        background: url("../img/shared/bg03.jpg") repeat;
        background-size: auto;
        top: 0;
        left: -90px;
        right: -90px;
        bottom: 0;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
    }
    #sec3 .wrap::after {
        background: url("../img/shared/bg02.jpg") repeat;
        background-size: auto;
        top: 10px;
        left: -80px;
        right: -80px;
        bottom: 10px;
    }
    #sec3 .box {
        width: 530px;
        padding-top: 57px;
        margin-left: auto;
        padding-right: 10px;
    }
    #sec3 .box h2 {
        width: 501px;
        margin-bottom: 40px;
    }
    #sec3 .box h2::before {
        right: -26px;
        border-width: 2px;
        bottom: -3px;
        width: 60vw;
        left: auto;
    }
    #sec3 .box .photo {
        width: 751px;
        height: 650px;
        position: absolute;
        top: 0;
        right: 600px;
    }
    #sec3 .box .text {
        margin-bottom: 27px;
        letter-spacing: 1.1px;
        margin-right: -14px;
        padding-left: 22px;
    }
    #sec3 .box .bnr__shared {
        margin-left: 22px;
    }
}
#sec4 {
    position: relative;
    z-index: 2;
}
#sec4 .wrap {
    max-width: 1200px;
    padding-top: 25vw;
    padding-bottom: 20vw;
}
#sec4 .wrap::after, #sec4 .wrap::before {
    content: "";
    background: url("../img/shared/bg03_sp.jpg") repeat-y;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}
#sec4 .wrap::after {
    background: url("../img/shared/bg02_sp.jpg") repeat-y;
    background-size: 100% auto;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
}
#sec4 .box {
    position: relative;
}
#sec4 .box h2 {
    width: 75vw;
    margin: 0 auto 8vw;
}
#sec4 .box .photo {
    height: 80vw;
    position: relative;
    margin-bottom: 5vw;
}
#sec4 .box .text {
    margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
    #sec4 {
        margin-bottom: 0;
    }
    #sec4 .wrap {
        padding-top: 80px;
        padding-bottom: 150px;
    }
    #sec4 .wrap::after, #sec4 .wrap::before {
        content: "";
        background: url("../img/shared/bg03.jpg") repeat;
        background-size: auto;
        position: absolute;
        top: 0;
        left: -90px;
        right: -90px;
        bottom: 0;
        z-index: -1;
        clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
    }
    #sec4 .wrap::after {
        background: url("../img/shared/bg02.jpg") repeat;
        background-size: auto;
        top: 10px;
        left: -80px;
        right: -80px;
        bottom: 10px;
    }
    #sec4 .box {
        width: 531px;
        padding-top: 119px;
        margin-left: -8px;
    }
    #sec4 .box h2 {
        width: 467px;
        margin: 0 0 37px;
        position: relative;
    }
    #sec4 .box h2::after {
        content: "";
        border-bottom: 2px solid #222222;
        position: absolute;
        bottom: -3px;
        left: 7px;
        height: 2px;
        width: 50vw;
    }
    #sec4 .box .photo {
        width: 751px;
        height: 650px;
        position: absolute;
        top: 70px;
        left: 608px;
        margin-bottom: 0;
        z-index: 2;
    }
    #sec4 .box .text {
        margin-bottom: 28px;
        padding-left: 10px;
        letter-spacing: 1.334px;
    }
    #sec4 .box .bnr__shared {
        margin-left: 8px;
    }
}
#sec5 {
    position: relative;
    padding-top: 15vw;
    padding-bottom: 15vw;
}
#sec5 h2 {
    position: relative;
    width: 50vw;
    margin: 0 auto 5vw;
}
#sec5 h2::before,#sec5 h2::after {
    content: "";
    background: #222;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49vw;
}
#sec5 h2::after {
    bottom: -1vw;
    left: 8vw;
}
#sec5 .box {
    position: relative;
    background: url("../img/index/sec5_stick_sp.png") no-repeat top center;
    background-size: contain;
    width: 114%;
    height: 90vw;
    margin-left: -6vw;
}
#sec5 .box ul {
    display: block;
    width: 100%;
    height: 100%;
}
#sec5 .box ul li {
    color: #fff;
    font-size: 3.8vw;
    line-height: 2;
    width: 51.1%;
    height: 30vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
}
#sec5 .box ul li:nth-child(1) {
    top: 27vw;
    left: 0;
}
#sec5 .box ul li:nth-child(2) {
    top: 7vw;
    left: 24.5%;
}
#sec5 .box ul li:nth-child(3) {
    top: 47vw;
    left: 25%;
}
#sec5 .box ul li:nth-child(4) {
    top: 26vw;
    right: -1%;
}
#sec5 .text {
    margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
    #sec5 {
        padding-top: 94px;
        padding-bottom: 124px;
    }
    #sec5 h2 {
        width: 375px;
        margin: 0 0 39px -100px;
    }
    
#sec5 h2::before,#sec5 h2::after {
    bottom: -4px;
    left: 0;
    width: 1200px;
}
#sec5 h2::after {
    bottom: -13px;
    left: 153px;
}
    
    #sec5 .box {
        top: 130px;
        left: 456px;
        background: url("../img/index/sec5_stick.png") no-repeat center;
        background-size: contain;
        width: 803px;
        height: 391px;
        position: absolute;
    }
    #sec5 .box ul li {
        font-size: 24px;
        line-height: 42px;
        width: 38.1%;
        height: 65%;
        letter-spacing: 3px;
    }
    #sec5 .box ul li:nth-child(1) {
        bottom: 2px;
        left: 8px;
        top: auto;
    }
    #sec5 .box ul li:nth-child(2) {
        top: 6px;
        left: 21.5%;
    }
    #sec5 .box ul li:nth-child(3) {
        bottom: 3px;
        left: 42%;
        top: auto;
    }
    #sec5 .box ul li:nth-child(4) {
        top: -3px;
        right: 0%;
    }
    #sec5 .text {
        width: 449px;
        margin-bottom: 28px;
        margin-left: -98px;
        letter-spacing: 1.2px;
    }
    #sec5 .bnr__shared {
    margin-left: -101px;
}
}
#sec6 {
    padding-bottom: 15vw;
}
#sec6 .set1 {position: relative;}
#sec6 .set1 .photo {
    height: 90vw;
    margin-right: 0;
    margin-bottom: -24vw;
}
#sec6 .set1 .photo img {
    object-position: 90% 50%;
}
#sec6 .set1 h2 {
    width: 15vw;
    margin: 0 auto;
}
#sec6 .set2 {
    padding-top: 10vw;
}
#sec6 .set2 .left {
}
#sec6 .set2 .left .logos {
    max-width: 382px;
    width: 70vw;
    margin: 0 auto 5vw;
}
#sec6 .set2 .left .notes {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10vw;
    text-align: center;
}
#sec6 .set2 .left .shopinfotel {
    text-align: center;
    margin-bottom: 6vw;
}
#sec6 .set2 .left .shopinfotel dl {
    margin-bottom: 10px;
}
#sec6 .set2 .left .shopinfotel dl dt {
    margin-bottom: 10px;
}
#sec6 .set2 .left .shopinfotel .note {
    letter-spacing: 0;
}
#sec6 .set2 .right {font-size: 14px;padding-top: 7vw;}
#sec6 .set2 .v__card dl {
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(69, 64, 57, 0.5);
    line-height: 1.8;
}
#sec6 .set2 .v__card dl dt {
    width: 28.2%;
}
#sec6 .set2 .v__card dl dd {
    width: 67.8%;
}
#sec6 .set2 .v__card dl dd a {
text-decoration-line: underline;
text-underline-offset: 4px;
}
#sec6 .set2 .v__info {
    background: url(../img/shared/bg02_sp.jpg) repeat-y;
    background-size: 100% auto;
    position: relative;
    margin: 10vw -3vw 0;
}
#sec6 .set2 .v__info dl {
    padding: 7vw 5vw 5vw;
}
#sec6 .set2 .v__info dl dt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 3vw;
    line-height: 30px;
}
@media screen and (min-width: 768px) {
    #sec6 {
        padding-bottom: 93px;
    }
    #sec6 .set1 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    #sec6 .set1 .photo {
        width: 63.3%;
        height: 600px;
        margin-right: 10.5%;
        margin-bottom: 0;
    }
    #sec6 .set1 .photo img {
        object-position: 50% 50%;
    }
    #sec6 .set1 h2 {
        width: 91px;
        margin: 0;
    }
    #sec6 .set2 {
        padding-top: 70px;
    }
    #sec6 .set2 .left {
        width: 38.3%;
        max-width: 383px;
        padding-top: 67px;
    }
    #sec6 .set2 .left .logos {
        margin-bottom: 21px;
    }
    #sec6 .set2 .left .notes {
        line-height: 32px;
        letter-spacing: 1px;
        margin: 0 -10px 52px;
    }
    #sec6 .set2 .left .shopinfotel {
        margin-bottom: 27px;
    }
    #sec6 .set2 .left .shopinfotel dl {
        margin-bottom: 8px;
    }
    #sec6 .set2 .left .shopinfotel dl dt {
        margin-bottom: 18px;
    }
    #sec6 .set2 .v__card dl dd a:hover {
        text-decoration: none;
    }
    #sec6 .set2 .left .shopinfotel .note {
        letter-spacing: 0;
    }
    #sec6 .set2 .right {
        width: 50%;
        padding-top: 6px;
        font-size: 16px;
    }
    #sec6 .set2 .v__card dl {
        padding: 15px 0 14px;
        line-height: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(69, 64, 57, 0.5);
    }
    #sec6 .set2 .v__card dl dt {
        width: 27.2%;
    }
    #sec6 .set2 .v__card dl dd {
        width: 70.8%;
        letter-spacing: 1px;
    }
    #sec6 .set2 .v__info {
        background: url(../img/shared/bg02.jpg) repeat;
        background-size: auto;
        width: 38%;
        position: absolute;
        right: 62.2%;
        bottom: 72px;
        margin: 0;
    }
    #sec6 .set2 .v__info dl {
        line-height: 42px;
        padding: 38px 28px 26px;
        letter-spacing: 1.3px;
    }
    #sec6 .set2 .v__info dl dt {
        text-align: center;
        font-size: 20px;
        margin-bottom: 18px;
        line-height: 30px;
        line-height: 1;
    }
}
#ggmap {
    padding-bottom: 20vw;
}
#ggmap .mmap {
    overflow: hidden;
}
#ggmap .mmap iframe {
    height: 80vw;
    width: 100%;
}
#ggmap .links {
    padding-top: 7vw;
    width: 84%;
    margin: 0 auto;
    text-align: center;
}
#ggmap .links li.pc a {
    font-size: 12px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
#ggmap .links li.pc a:hover {
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    #ggmap {
        padding-bottom: 71px;
    }
    #ggmap .mmap {
        height: 550px;
    }
    #ggmap .mmap iframe {
        height: 550px;
        width: 100%;
    }
    #ggmap .links {
        padding-top: 38px;
        width: 362px;
        margin: 0 auto;
    }
    #ggmap .links .bnr__shared {
        margin-bottom: 4px;
    }
}



@media screen and (min-width: 768px) and (max-width: 1299px) {
    #sec2 h2 {
        margin-right: 20px;
    }
    #sec2 .text {
        width: 37%;
        margin-left: 20px;
        margin-bottom: 0;
    }
    #sec3 .box .photo {
        width: 100%;
        right: 105%;
    }
    #sec4 .box .photo {
        left: 105%;
    }
    #sec3 .box .text {
        margin-right: 20px;
        letter-spacing: 0.05em;
    }
    #sec4 .box,
    #sec3 .box {
        width: 48%;
    }
    #sec4 .box {
        margin-left: 20px;
    }
    #sec5 h2 {
        margin-left: 0;
    }
    #sec5 .bnr__shared,
    #sec5 .text {
        margin-left: 0;
    }
    #sec5 .box {
        width: 65%;
        height: 29vw   ;
    }
    #sec5 .box ul li {
        font-size: 20px;
                line-height: 1.5;
    }
    #sec5 .text {
        width: 39%;
    }
    
}











