@charset "utf-8";


/*=======================================
     一般・共通
=====================================-=*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 2rem;
    background: #fff;
    color: #252525;
}


.sp-only {
    display: block !important;
}

.pc-only {
    display: none !important;
}


:focus {
    outline: none;
}

a:hover {
    opacity: .8;
    transition: .3s;
}

#wrapper {
    overflow: hidden;
}

h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: -10px;
}

section {
    z-index: 10;
}

.txt-box {
    text-align: center;
    padding: 0 15px 15px;
}

.txt-box p {
    margin-bottom: 10px;
}

.txt-box .sub-ttl {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 20px;
}

.inner {
    padding-bottom: 70px;
}

.-roof {
    position: relative;
}

.-roof::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100vw;
    margin-left: -10px;
    height: 70px;
    z-index: 10;
}

.message-inner::before {
    background: url("../images/sp/roof_yellowishgreen.png") no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.find-a-room::before {
    background: url(../images/sp/roof_green.png) no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.campaign::before {
    background: url(../images/sp/roof_yellow.png) no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.content::before {
    background: url(../images/sp/roof_pink.png) no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.present::before {
    background: url(../images/sp/roof_lightblue.png) no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 2;*/
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: .3s;
}


.rule-box dd span{
	font-weight: bold;
	color: #4baea0;
}


/*=======================================
　MVアニメーション
=====================================-=*/

.mv-img-3.bounceInDown {
    animation: bounceInDown 0.7s ease-in-out 0.5s 1 forwards;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        opacity: 1;
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.mv-img-5.fadeIn {
    animation: fadeIn 0.7s ease-in-out 0s 1 forwards;
}

.billboard.fadeIn {
    animation: fadeIn 1s ease-in-out 1.7s 1 forwards;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*=======================================
　背景
=======================================*/

.contents {
    position: relative;
}

.bg-main {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 160px;
    width: 100%;
    height: 100%;
    transition: top 1.5s ease-out;
    background: url('../images/sp/bg_confetti_small.png') repeat-y center top;
}

.bg-sub {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 160px;
    width: 100%;
    height: 117%;
    transition: top 1.5s ease-out;
    background: url('../images/sp/bg_confetti_tall.png') repeat-y center top;
}

/*=======================================
　　メイン
=====================================-=*/
.main {
    background: #009260;
    padding: 10px;
    text-align: center;
    height: 170vw;
}

.main .main-txt h1 {
    padding: 20px;
    display: inline-block;
}

.main .logo {
    width: 26vw;
    display: inline-block;
    margin: 15px 0;
}

.main .logo a {
    display: block;
}

.main-visual {
    position: relative;
}

.mv-img-1 {
    z-index: 10;
    max-width: 100%;
}

.mv-img-2 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    z-index: 40;
}

.mv-img-3 {
    z-index: 20;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
}

.mv-img-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    z-index: 30;
}

.mv-img-5 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    z-index: 50;
    opacity: 0;
}

.main .billboard {
    position: absolute;
    top: 115vw;
    right: 5px;
    /*z-index: 9999;*/
    z-index: 9990;
    opacity: 0;
}

.main .billboard a {
    display: block;
    animation: anime 1.1s ease-in-out infinite alternate;
    transform-origin: center top;
    transform: rotate(-3deg);
}

@keyframes anime {
    from {
        transform: rotate(-3deg);
    }

    to {
        transform: rotate(3deg);
    }
}

.main .billboard img {
    width: 38vw;
}


/*=======================================
 MESSAGE
=====================================-=*/
.message {
    position: relative;
    background: url(../images/deco_leaf_left.png) no-repeat, url(../images/deco_leaf_right.png) no-repeat;
    background-size: 110px, 100px;
    background-position: left -18px bottom 75px, right -16px bottom 255px;
}

.message .message-top {
    display: block;
    height: 40px;
    width: 100%;
    background: url(../images/bg_curtain_top.png) repeat-x;
    background-size: 35px;
    background-position: top center;
    filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, .3));
    position: absolute;
    top: -10px;
    z-index: 10;
}

.message .message-inner {
    border-right: 10px solid #009260;
    border-left: 10px solid #009260;
    background: url(../images/bg_curtain_left.png) no-repeat, url(../images/bg_curtain_right.png) no-repeat;
    background-size: 50px, 50px;
    background-position: top left -8px, top right -8px;
    padding-top: 60px;
}

.message h2 img {
    width: 53.333vw;
}

.message-photo {
    position: relative;
    height: 73vw;
}

.message-photo > p {
    width: 90vw;
    position: absolute;
    z-index: 20;
}

.message-photo ul li {
    position: absolute;
    z-index: 10;
}

.message-photo ul li:nth-child(1) {
    top: 15.2vw;
    left: 1.6vw;
}

.message-photo ul li:nth-child(1) img {
    width: 36vw;
}

.message-photo ul li:nth-child(2) {
    top: 42.666vw;
    left: 20vw;
}

.message-photo ul li:nth-child(2) img {
    width: 38.666vw;
}

.message-photo ul li:nth-child(3) {
    top: 13.6vw;
    right: 15.666vw;
}

.message-photo ul li:nth-child(3) img {
    width: 38.666vw;
}

.message-photo ul li:nth-child(4) {
    top: 40.533vw;
    right: 0.800vw;
}

.message-photo ul li:nth-child(4) img {
    width: 33.333vw;
}


/*=======================================
 FIND A ROOM
=====================================-=*/

.find-a-room {
    border-right: 10px solid #ef4582;
    border-left: 10px solid #ef4582;
}

.find-a-room h2 img {
    width: 82.6663vw;
}

/*===========　スワイパー　=============*/
.find-a-room .swiper-find ul li {
    position: relative;
    display: inline-block;
    border: solid 1px #000000;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    transform: scale(0.95);
    z-index: 10;
}

.find-a-room .swiper-find .swiper-txt {
    padding: 20px 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.find-a-room .swiper-find .swiper-slide-active {
    transform: scale(1.15);
    z-index: 20;
    transition: all ease .4s;
}

.find-a-room .swiper-find {
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.find-a-room .swiper-wrapper {
    padding-bottom: 40px;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #c1c1c1;
    border: solid 1px #000000;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #009260;
}


/*=======================================
 CAMPAIGN
=====================================-=*/

.campaign {
    border-right: 10px solid #8ec63f;
    border-left: 10px solid #8ec63f;
    text-align: center;
}

.campaign h2 img {
    width: 61.333vw;
}

.campaign .inner > p {
    margin: 50px 0 70px 0;
}

.campaign .inner > p img {
    max-width: 74.666vw;
}

#rule.rule-box dl dd {
    width: 100%;
    text-align: left;
}

#rule.rule-box h2 {
    font-size: 25px;
    margin-top: 10px;

}

.rule-box > div {
    height: 30vh;
    overflow-y: auto;
}

.rule-box > div::-webkit-scrollbar {
    width: 8px;
}

.rule-box > div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f7f7f7;
    margin: 15px 0;
}

.rule-box > div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #E0E0E0;
}

.rule-box dl {
    margin-bottom: 20px;
}

.rule-box dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.rule-box dl dd ul {
    margin-left: 20px;
}

.rule-box dl dd ul li {
    list-style: circle;
}

.rule-box dl dd a {
    color: #4baea0;
    text-decoration: underline;
}

.rule-box dl dd a:hover {
    text-decoration: none;
}

.-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    border: 2px #333232 solid;
    padding: 30px;
}

.umbrella_spec {
    margin-left: 0;
}

.umbrella_spec_span1 {
    margin-left: 65px;
}

.umbrella_spec_span2 {
    margin-left: 0;
}


/*=======================================
 CONTENT
=====================================-=*/

.content {
    border-right: 10px solid #00b6d0;
    border-left: 10px solid #00b6d0;
}

.content h2 img {
    width: 58.133vw;
}

.article-list ul li.new {
    background: url(../images/icn_new.png) no-repeat top right, #fff;
    background-size: 50px;
}

.article-list > ul > li {
    padding: 5px;
    margin: 0 10px 25px;
    border: solid 1px #000000;
    position: relative;
    border-radius: 2px;
    background: #fff;
}

.article-list ul li .img-balloon {
    position: absolute;
    top: -15px;
    left: 5px;
}

.article-list ul li .img-balloon p {
    position: relative;
    text-align: center;
}

.article-list ul li .img-balloon img {
    max-width: 260px;
}

.article-list ul li .img-balloon p span {
    position: absolute;
    top: 6px;
    left: -2px;
    right: 0;
}

.article-list dl dt {
    margin: 35px 0 15px;
    font-size: 1.6rem;
    padding: 0 5px 5px 5px;
    border-bottom: solid 1px #000;
    font-weight: bold;
}

.swiper-content {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
}

.article-list dl .photo-box {
    width: 260px;
    height: auto;
    margin: 0 auto;
    background: url(../images/img_slide_box.png) no-repeat;
    background-size: 100% 170px;
    background-position: top center;
    padding: 9px 9px 0;
}

.swiper-pagination-2 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-2.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #c1c1c1;
    border: solid 1px #000000;
}

.swiper-pagination-2.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-2-bullet {
    margin: 0 4px;
}

.swiper-pagination-2.swiper-pagination-bullet-active {
    opacity: 1;
    background: #009260;
}

.article-list .article-txt {
    text-align: center;
    padding: 20px;
}

.article-list .article-txt p {
    margin-bottom: 10px;
}

.article-list .btn {
    border: solid 1px #000;
    background: #fff;
    width: 230px;
    margin: 30px auto 10px;
    text-align: center;
    border-radius: 2px;
    position: relative;
}

.article-list .btn.btn_search_shop span {
    font-size: 90%;
}

.article-list .btn a {
    display: block;
    background: #00b6d0;
    border: solid 1px #000;
    position: relative;
    top: -2px;
    left: -2px;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    font-weight: bold;
    border-radius: 2px;
    z-index: 20;
}
.article-list .btn1 a {
    background: #009260;
}
.article-list .btn2 a {
    background: #ff3d3d;
}
.article-list .btn a span {
    display: block;
    padding-right: 15px;
    position: relative;
}
.article-list .btn a span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 0;
    margin-top: -6px;
    height: 20px;
    width: 20px;
    background: url(../images/icn_arrow.png) no-repeat center center;
    background-size: 20px;
}
.article-list .btn a:hover {
    transition: .4s;
    background: #fff;
    color: #00b6d0;
    border: solid 1px #00b6d0;
}
.article-list .btn1 a:hover {
    color: #009260;
    border: solid 1px #009260;
}
.article-list .btn2 a:hover {
    color: #ff3d3d;
    border: solid 1px #ff3d3d;
}


.btn_3 {
    display: flex;
}

.article-list .btn_3 .btn {
    width: 150px;
    font-size: 1.2rem;
}




/*=======================================
  PRESENT
=======================================*/

.present {
    border-right: 10px solid #ffe708;
    border-left: 10px solid #ffe708;
}

.present h2 img {
    width: 53.333vw;
}

.present-box {
    display: flex;
    justify-content: center;
    margin: 0 10px 25px;
}

.present-box p {
    max-width: 170px;
}

.present-box > div {
    padding: 10px 0 10px 20px;
}

.present-box > div p {
    display: inline-block;
    padding: 2px 15px;
    border-radius: 2px;
    border: solid 1px #000;
    margin-bottom: 10px;
    background: #fff;
}

.present-box > div ul {
    margin-bottom: 20px;
}

.present-box > div ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.present-box > div ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -6px;
    height: 15px;
    width: 15px;
    background: url(../images/icn_arrow.png) no-repeat center center;
    background-size: 15px;
}

.present-box > div ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.6rem;
}


/*=======================================
 LET'S GO
=======================================*/
.lets-go {
    border-right: 10px solid #009260;
    border-left: 10px solid #009260;
    text-align: center;
    background: url(../images/deco_leaf_right.png) no-repeat, url(../images/deco_leaf_left.png) no-repeat;
    background-size: 90px, 110px;
    background-position: top 289px right -30px, bottom 310px left -20px;
}

.lets-go h2 img {
    width: 57.066vw;
}

.lets-go h3 {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 15px;
    width: 77vw;
    height: auto;
    margin: 0 auto;
    background: url('../images/sp/ttl_sub_box.png') no-repeat center center, #fff;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}

.lets-go .search-box {
    padding-bottom: 35px;
}

.lets-go .room-box {
    padding-bottom: 69px;
}

.lets-go ul {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    margin: 0 10px;
}

.lets-go ul li {
    margin-right: 5px;
    border: solid 1px #000;
    border-radius: 2px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.lets-go ul li:last-child {
    margin-right: 0;
}

.lets-go ul li::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 20px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/deco_clip.png) no-repeat;
    background-size: 7px;
    background-position: top center;
    z-index: 10;
}

.lets-go .search-box ul li {
    width: 31.8%;
    width: calc(33.33% - 5px);
}

.lets-go .room-box ul li {
    width: 48.6%;
    width: calc(50% - 5px);
}

.lets-go .search-box ul li > div,
.lets-go .room-box ul li a {
    border: solid 1px #000;
    border-radius: 2px;
    height: 100%;
    position: relative;
    bottom: 2px;
    right: 2px;
    background: #fff;
    z-index: 20;
}

.lets-go .search-box ul li > div:hover,
.lets-go .room-box ul li a:hover {
    bottom: 0;
    right: 0;
    border: 0;
}

.lets-go .search-box ul li > div a {
    text-decoration: none;
    color: #252525;
    padding: 10px 5px 50px;
    display: block;
}

.lets-go .search-box ul li:nth-child(1) > div a {
    background: url('../images/icn_station.png') no-repeat;
    background-size: 35px;
    background-position: bottom 10px center;
}

.lets-go .search-box ul li:nth-child(2) > div a {
    background: url('../images/icn_address.png') no-repeat;
    background-size: 35px;
    background-position: bottom 10px center;
}

.lets-go .search-box ul li:nth-child(3) > div a {
    background: url('../images/icn_store.png') no-repeat;
    background-size: 35px;
    background-position: bottom 10px center;
}

.lets-go .room-box ul li a > p {
    max-width: 301px;
}

.lets-go .search-box ul li > div span.search-ttl {
    display: inline-block;
    font-size: 1.8rem;
    background: linear-gradient(transparent 65%, #ffe708 65%);
}

.lets-go .search-box ul li > div span + span {
    display: block;
}

.lets-go .room-box ul li a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #252525;
}

.lets-go .room-box ul li p + p {
    padding: 10px 0 15px;
    line-height: 2rem;
}

.twitter-box {
    position: relative;
    z-index: 20;
    border: solid 1px #000;
    display: inline-block;
    margin: 10px;
}

.twitter-box span.twitter-ttl {
    position: absolute;
    max-width: 180px;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*=======================================
  footer
=======================================*/

.page-top {
    position: relative;
    z-index: 10;
    border-right: 10px solid #009260;
    border-left: 10px solid #009260;
    text-align: center;
    background: url('../images/img_book.png') no-repeat;
    background-position: bottom left 10px;
    background-size: 13.333vw;
}

.page-top a {
    display: inline-block;
    width: 180px;
}

.page-top a img {
    margin-bottom: -1px;
}

footer {
    background: #009260;
    text-align: center;
    padding: 15px 0;
}

footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

footer ul li a {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
}

footer ul li:last-child a {
    margin-right: 0;
}

footer small {
    color: #fff;
}


/*=======================================
　レスポンシブ
=====================================-=*/
@media screen and (min-width: 891px) {

    /*campaign*/
    /*200122追加 写真拡大*/
    #campaign .article-list dl .photo-box {
        width: 668px;
        height: 450px;
        padding: 24px 20px;
        margin: 0 auto 30px;
        background-size: 100% 437px;
    }

    /*200122追加 写真拡大*/
    #campaign .swiper-content {
        padding-bottom: 55px;
    }

    /*200122追加 写真拡大*/
    #campaign .article-list dl {
        display: block;
    }

    /*200122追加 text部拡大*/
    #campaign .article-list dl dd {
        width: 670px;
        margin: 0 auto;
        padding: 10px 0;
    }

}

@media screen and (min-width: 767px) {
    body {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: block !important;
    }


    h2 {
        margin-bottom: 35px
    }

    .inner {
        margin: 0 auto;
        max-width: 1000px;
    }

    .txt-box {
        padding: 0px 15px 25px;
    }

    .txt-box .sub-ttl {
        font-size: 2.5rem;
        line-height: 3.4rem;
        margin-bottom: 25px;
    }

    .-roof::before {
        bottom: -5px;
        margin-left: -25px;
        height: 90px;
    }

    .bg-main {
        background: url('../images/pc/bg_confetti_small.png') repeat-y center top;
        background-size: 100%;
    }

    .bg-sub {
        background: url('../images/pc/bg_confetti_tall.png') repeat-y center top;
        background-size: 100%;
    }

    .main {
        padding: 10px 10px 50px;
        height: 850px;
    }

    .main .logo {
        max-width: 130px;
        margin: 10px 0 15px;
    }

    .main-visual {
        max-width: 940px;
        max-height: 665px;
        margin: 0 auto;
    }

    .mv-img-1 {
        max-width: 938px;
        margin: 0 auto;
    }

    .main h1 {
        max-width: 550px;
    }

    .main .billboard {
        top: auto;
        bottom: -240px;
    }

    .main .billboard img {
        width: 200px;
    }

    .message h2 img {
        width: 296px;
    }

    .find-a-room h2 img {
        width: 456px;
    }

    .find-a-room .swiper-find {
        padding: 25px 0;
    }

    .campaign h2 img {
        width: 334px;
    }

    .content h2 img {
        width: 317px;
    }

    .present h2 img {
        width: 293px;
    }

    .lets-go h2 img {
        width: 316px;
    }

    .message .message-inner {
        border-right: 15px solid #009260;
        border-left: 15px solid #009260;
        background-size: 80px, 80px;
        background-position: top left -9px, top right -9px;
    }

    .find-a-room {
        border-right: 15px solid #ef4582;
        border-left: 15px solid #ef4582;
    }

    .campaign {
        border-right: 15px solid #8ec63f;
        border-left: 15px solid #8ec63f;
    }

    .content {
        border-right: 15px solid #00b6d0;
        border-left: 15px solid #00b6d0;
    }

    .present {
        border-right: 15px solid #ffe708;
        border-left: 15px solid #ffe708;
    }

    .lets-go {
        border-right: 15px solid #009260;
        border-left: 15px solid #009260;
        text-align: center;
        background-size: 140px, 140px;
        background-position: top 339px right -24px, bottom 340px left -18px;
    }

    .message-inner::before {
        background: url("../images/pc/roof_yellowishgreen.png") no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
    }

    .find-a-room::before {
        background: url(../images/pc/roof_green.png) no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
    }

    .campaign::before {
        background: url(../images/pc/roof_yellow.png) no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
    }

    .content::before {
        background: url(../images/pc/roof_pink.png) no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
    }

    .present::before {
        background: url(../images/pc/roof_lightblue.png) no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
    }

    .message {
        position: relative;
        background: url(../images/deco_leaf_left.png) no-repeat, url(../images/deco_leaf_right.png) no-repeat;
        background-size: 160px, 150px;
        background-position: left -5px bottom 125px, right -13px bottom 375px;
    }

    .message-photo {
        position: relative;
        height: 490px;
        width: 740px;
        margin: 0 auto;
    }

    .message-photo > p {
        width: 740px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .message-photo ul li:nth-child(1) {
        top: 85px;
        left: 25px;
    }

    .message-photo ul li:nth-child(1) img {
        width: auto;
        max-width: 210px;
    }

    .message-photo ul li:nth-child(2) {
        top: 245px;
        left: 147px;
    }

    .message-photo ul li:nth-child(2) img {
        width: auto;
        max-width: 260px;
    }

    .message-photo ul li:nth-child(3) {
        top: 78px;
        right: 190px;
    }

    .message-photo ul li:nth-child(3) img {
        width: auto;
        max-width: 230px;
    }

    .message-photo ul li:nth-child(4) {
        top: 233px;
        right: 23px;
    }

    .message-photo ul li:nth-child(4) img {
        width: auto;
        max-width: 230px;
    }

    .find-a-room .swiper {
        margin-bottom: 80px;
    }

    .campaign .inner > p {
        margin: 60px 0 130px 0;
    }

    .campaign .inner > p img {
        max-width: 340px;
    }

    /*20200316*/
    .umbrella_spec {
        margin-left: 60px;
    }

    .umbrella_spec_span1 {
        margin-left: 0;
    }

    .umbrella_spec_span2 {
        margin-left: 80px;
    }

    /*20200316*/

    .article-list {
        margin-bottom: 80px;
    }

    .article-list > ul > li {
        margin: 0 10px 40px;
        padding: 20px;
    }

    .article-list ul li .img-balloon p span {
        top: 6px;
    }

    .article-list ul li.new {
        background: url(../images/icn_new.png) no-repeat top right, #fff;
        background-size: 70px;
    }

    .article-list dl dt {
        font-size: 2.0rem;
        padding: 0 5px 5px 20px;
    }

    .article-list dl .photo-box {
        width: 400px;
        margin: 0 auto 15px;
        padding: 14px 14px 0;
        background-size: 100% 262px;
    }




    .swiper-pagination-2.swiper-pagination-clickable.swiper-pagination-bullets {
        bottom: -5px;
    }




    .article-list .article-txt {
        text-align: left;
        padding: 10px 30px;
        flex-grow: 1;
    }

    .article-list dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }




    .article-list dl dt {
        flex-grow: 1;
        width: 100%;
    }

    .article-list dl dd {
        width: 50%;
    }



    .present-box {
        align-items: center;
        margin: 0 10px 80px;
    }

    .present-box p {
        max-width: 240px;
    }

    .present-box > div {
        padding: 10px 0 10px 50px;
    }

    .present-box > div ul {
        margin-bottom: 30px;
    }

    .present-box > div ul li a {
        font-size: 1.8rem;
    }

    .lets-go h3 {
        font-size: 2rem;
        width: 480px;
        background: url('../images/sp/ttl_sub_box.png') no-repeat center center;
        background-size: 100% 100%;
    }

    .lets-go ul {
        width: 640px;
        margin: 0 auto;
    }

    .lets-go .search-box ul li > div span.search-ttl {
        font-size: 2rem;
    }

    .page-top {
        border-right: 15px solid #009260;
        border-left: 15px solid #009260;
        background-size: 90px;
        padding-top: 30px;
    }

    .page-top a {
        width: 260px;
    }

    header .logo {
        max-width: 115px;
        height: auto;
    }

    header .g-nav ul {
        display: none;
        transition: all 0.35s ease;
    }

    header .g-nav ul li {
        margin-right: 40px;
    }

    header .g-nav ul li a {
        color: #333232;
        display: block;
        position: relative;
    }

    header .g-nav ul li a:before,
    header .g-nav ul li a:after {
        position: absolute;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    header .g-nav ul li a:before {
        bottom: 0;
        display: block;
        height: 1px;
        width: 0%;
        content: "";
        background-color: #333232;
    }

    header .g-nav ul li a:after {
        left: 0;
        top: 0;
        padding: 2px 0;
        position: absolute;
        content: attr(data-hover);
        white-space: nowrap;
        max-width: 0%;
        overflow: hidden;
    }

    header .g-nav ul li a:hover::before {
        width: 100%;
    }

    header .g-nav ul li a:hover::after {
        max-width: 100%;
    }



}

/* ハンバーガー SP */
@media screen and (max-width:767px) {

    header .g-nav {
        position: absolute;
        top: 50px;
        right: -230px;
        width: 230px;
        height: calc(70vh - 50px);
        background: #fff;
        padding: 15px;
        border-left: solid 1px #333232;
        box-sizing: border-box;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    header.open .g-nav {
        right: 0;
    }

    header .g-nav > div {
        padding: 40px 10px;
        background: #F7F7F7;
        border-radius: 20px;
        height: 100%;
        text-align: center;
    }

    header .g-nav ul {
        margin-bottom: 40px;
    }

    header .g-nav ul + ul li {
        display: inline-block;
        width: 45px;
    }

    header .g-nav ul + ul li:first-child {
        margin-right: 10px;
    }

    header ul li a {
        display: block;
        color: #333232;
        padding: 10px;
        /*font-size: 1.6rem;*/
        font-size: 1.4rem;
        font-weight: 500;
    }

    #nav-toggle {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
    }

    #nav-toggle div {
        position: relative;
    }

    #nav-toggle span {
        display: block;
        height: 2px;
        background: #333232;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 8px;
    }

    #nav-toggle span:nth-child(3) {
        top: 16px;
    }

    /*開閉ボタンopen時*/
    .open #nav-toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }



    /*.btn_3 */
    .btn_3 {
        display: block;
    }

    .article-list .btn_3 .btn {
        width: 230px;
        font-size: 100%;
    }

}




@media screen and (max-width: 320px) {
    .txt-box .sub-ttl {
        font-size: 1.6rem;
		}
}
