@charset "utf-8";
/* CSS Document */

/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
html{scroll-behavior: smooth;font-size: unset;}
a{text-decoration: none;}

.pc{display: block;}
.sp{display: none;}
.tb{display: none;}

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
    .tb{display: block;}
}
@media screen and (max-width:500px) {
    .tb{display: none;}
}
/* /共通 */


#app-campaign{
    width: 100%;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: #1E3C47;
    background-color: #F5F3F1;
}

#main{
    width: 100%;
}
#main img{
    width: 100%;
}
#lead{
    width: 90%;
    margin: 63px auto 60px;
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
}
#lead p{
    text-align: center;
    display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#lead span{
    color: #28B772;
    background-image: url(../img/campaign/lead_span.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
#summary{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 40px 0;
    box-sizing: border-box;
}
#summary h2{
    color: #267C96;
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    font-weight: 600;
    max-width: 270px;
}
#summary h2::before, #summary h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#summary h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 13px;
    left: 0;
}
#summary h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 13px;
    right: 0;
}
#summary dl{
    max-width: 495px;
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
}
#summary dl dt{
    width: 43%;
    margin-bottom: 10px;
    position: relative;
}
#summary dl dt::after{
    position: absolute;
    content: '　：';
    top: 0;
    right: 10px;
}
#summary dl dd{
    width: 55%;
    margin-bottom: 10px;
    margin-left: 5px;
}
#summary ul{
    max-width: 480px;
    margin: 0 auto;
}
#summary ul li{
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    text-indent: -1em;
    margin-left: 1em;
}

#howto{
    width: 100%;
    max-width: 780px;
    margin: 80px auto;
}
#howto h2{
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #267C96;
    font-weight: 600;
    max-width: fit-content;
}
#howto h2::before, #howto h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#howto h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 15px;
    left: -9%;
}
#howto h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 15px;
    right: -9%;
}
#howto .howto_step{
    max-width: 780px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #F8FDFF;
    height: 191px;
    box-sizing: border-box;
}
#howto .howto_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#howto .howto_flex .step_pc{
    display: block;
    width: 13%;
}
#howto .howto_flex .step_sp{
    display: none;
}
#howto .howto_flex .step_pc img{
    width: 86px;
}
#howto .howto_flex .txt{
    width: 58%;
    padding: 0 36px 0 25px;
}
#howto .step04 .howto_flex .txt{
    width: 57%;
    padding: 0 22px 0 25px;
}
#howto .howto_flex .txt h3{
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 600;
}
#howto .howto_flex .img{
    width: 30%;
    text-align: center;
}
#howto .txt p{
    font-family:"yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
#howto .howto_flex .img img{
    width: 80%;
    text-align: center;
}
#howto .howto_flex .img img.negative{
    margin-bottom: -20px;
    width: 70%;
}
#howto .step04 .img img {
    width: 90%;
}
#howto .step01 .howto_flex{
    justify-content: flex-start;
}
#howto .step04 .howto_flex{
    margin-top: 5px;
}
#howto .step01 .download{
    padding: 25px;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#howto .step01 .download .qr{
    width: 45%;
    text-align: center;
}
#howto .step01 .download .qr img{
    width: 76%;
}
#howto .step01 .download .store img{
    width: 90%;
}
#howto .step01 .download .store{
    width: 55%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
#howto .step01 .download .store a{
    width: 100%;
    margin-bottom: 10px;
}
#howto .step01 .step_pc{
    width: 14%;
}
#howto .step_pc{
    position: relative;
}
#howto .step_pc::after {
    position: absolute;
    content: '';
    background-image: url(../img/campaign/arrow.webp);
    background-size: contain;
    bottom: -100px;
    left: 36px;
    display: inline-block;
    width: 18px;
    height: 76px;
}
#howto .step05 .step_pc::after {
    display: none;
}
#howto .step01 .txt{
    width: 43%;
}

#howto .step01 .img{
    width: 45%;
    padding: 25px 15px !important;
}

#howto .step05{
    padding: 0 0 0 20px;
    height: 200px;
    box-sizing: border-box;
}
#howto .step05 .txt{
    padding: 20px;
    width: 54%;
}
#howto .step05 .img {
    width: 33%;
    text-align: end;
    margin-bottom: 9px;
}
#howto .step05 .img img{
    width: 100%;
    text-align: right;
}
#hotel{
    width: 100%;
    background-color: #FFF;
    padding: 48px 0 40px;
}
#hotel h2{
    font-size: 28px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #267C96;
    font-weight: 600;
    max-width: fit-content;
}
#hotel h2::before, #hotel h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
#hotel h2::before{
    background-image: url(../img/campaign/ttl_l.webp);
    top: 63px;
    left: 0;
}
#hotel h2::after{
    background-image: url(../img/campaign/ttl_r.webp);
    top: 63px;
    right: 0;
}
#hotel span{
    font-size: 18px;
    line-height: 2.6;
    color: #267C96;
    letter-spacing: 2px;
}

#hotel .map_menu{
    background-image: url(../img/campaign/map.webp);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 520px;
    height: 645px;
    margin: 70px auto;
}
#hotel .map_menu_box img{
    filter: brightness(57%);
}
#hotel .map_menu .map_menu_box {
    position: absolute;
}
#hotel .map_menu .map_menu_box a {
    text-decoration: none;
}
#hotel .map_menu .map_menu_box a:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
#hotel .map_menu .map_menu_box a p{
    border: #1E3C47 1px solid;
    padding: 8px 16px;
    border-radius: 30px;
    color: #1E3C47 !important;
    background-color: #F8FDFF;
    font-size: 14px;
    font-family:"yu-gothic-pr6n", sans-serif;
    font-weight: 600;
}
#hotel .map_menu .map_menu_westin{
    top: 251px;
    left: 428px;
    position: relative;
    width: 190px;
}
#hotel .map_menu .map_menu_westin_line{
    top: 23px;
    left: -50px;
    position: absolute;
}
#hotel .map_menu .map_menu_ymh{
    top: 229px;
    left: 11px;
    position: relative;
    width: 219px;
}
#hotel .map_menu .map_menu_ymh_line{
    top: 38px;
    right: -78px;
    position: absolute;
}
#hotel .map_menu .map_menu_kmh{
    top: 308px;
    right: -436px;
    position: relative;
    width: 192px;
}
#hotel .map_menu .map_menu_kmh_line{
    top: -40px;
    left: -120px;
    position: absolute;
}
#hotel .map_menu .map_menu_bmh{
    top: 203px;
    left: -51px;
    position: relative;
    width: 200px;
}
#hotel .map_menu .map_menu_bmh_line{
    top: 26px;
    right: -81px;
    position: absolute;
}
#hotel .map_menu .map_menu_smh{
    top: 237px;
    left: -105px;
    position: relative;
    width: 204px;
}
#hotel .map_menu .map_menu_smh_line{
    top: 20px;
    right: -102px;
    position: absolute;
}
#hotel .map_menu .map_menu_cyh{
    top: -34px;
    left: 0px;
    position: relative;
    width: 280px;
}
#hotel .map_menu .map_menu_cyh_line{
    top: 43px;
    right: -8px;
    position: absolute;
}
#hotel .map_menu .map_menu_nas{
    top: 52px;
    right: -427px;
    position: relative;
    width: 182px;
}
#hotel .map_menu .map_menu_nas_line{
    top: -7px;
    left: -71px;
    position: absolute;
}
#hotel .map_menu .map_menu_gor{
    top: 154px;
    right: -436px;
    position: relative;
    width: 210px;
}
#hotel .map_menu .map_menu_gor_line{
    top: -70px;
    left: -122px;
    position: absolute;
}
#hotel .map_menu .map_menu_ito{
    top: 179px;
    right: -331px;
    position: relative;
    width: 212px;
}
#hotel .map_menu .map_menu_ito_line{
    top: -124px;
    left: -18px;
    position: absolute;
}
#hotel .map_menu .map_menu_resort{
    top: 161px;
    left: 104px;
    position: relative;
    width: 203px;
}
#hotel .map_menu .map_menu_resort_line{
    top: -100px;
    right: -11px;
    position: absolute;
}
#hotel .map_menu .map_menu_zmh{
    top: 107px;
    left: 88px;
    position: relative;
    width: 218px;
}
#hotel .map_menu .map_menu_zmh_line{
    top: -101px;
    right: -11px;
    position: absolute;
}
#hotel .map_menu .map_menu_szj{
    top: 114px;
    left: 115px;
    position: relative;
    width: 190px;
}
#hotel .map_menu .map_menu_szj_line{
    top: -198px;
    right: -13px;
    position: absolute;
}

#install {
    width: 95%;
    max-width: 780px;
    margin: 150px auto 30px;
    padding: 30px 10px 40px;
    text-align: center;
    background-color: #F8FDFF;
}
#install h2{    font-size: 24px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #267C96;
    line-height: 1.6;
    font-weight: 600;
}
#install h2::before, #install h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
}
#install h2::before{
    background-image: url(../img/campaign/ttl_download_l.webp);
    top: 14px;
    left: 26%;
}
#install h2::after{
    background-image: url(../img/campaign/ttl_download_r.webp);
    top: 14px;
    right: 26%;
}
#install img.qr {
    width: 150px;
    text-align: center;
    margin: 24px auto 36px;
}
#install .download{
    width: 400px;
    background-color: #F1F1F1;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 auto 25px;
}
#install .download a{
    width: 47%;
}
#install .download img{
    width: 100%;
}
#install P {
    font-size: 16px;
}
#install .app a{
    color: #747F83 !important;
    border-bottom: 0.6px solid #747F83;
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 30px;
    padding-bottom: 5px;
}
#install .app a::after{
    position: absolute;
    content: '';
    background-image: url(../img/campaign/arrow_r.webp);
    background-size: 100%;
    top: 2px;
    right: 5px;
    display: inline-block;
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
}
#cation{
    width: 90%;
    max-width: 735px;
    margin: 30px auto 80px;
    font-family:"yu-gothic-pr6n", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    color: #747F83;
}
#cation ul li{
    text-indent: -1em;
    margin-left: 1em;
}
@media only screen and (max-width: 1050px){
    #summary {
        width: 90%;
    }
    #howto {
        width: 90%;
    }
    #howto .howto_step {
        width: 100%;
        height: unset;
    }
    #howto .step05 {
        width: 100%;
    }
    #howto .step_pc::after {
        bottom: -95px;
    }
    #howto .step05 .img {
        margin-bottom: 1px;
    }
    #summary h2::before {
        top: 14px;
    }
    #summary h2::after {
        top: 14px;
    }
        #howto h2::before {
        top: 14px;
    }
        #howto h2::after {
        top: 14px;
    }
        #hotel h2::before {
        top: 61px;
    }
        #hotel h2::after {
        top: 61px;
    }
    #install h2::before
    {
        top: 14px;
        left: 20vw;
    }
    #install h2::after {
        top: 14px;
        right: 20vw;
    }
}
@media only screen and (max-width: 700px){
    #lead{
        width: 90%;
        max-width: 335px;
        margin: 40px auto;
        font-size: 16px;
        line-height: 2.2;
        text-align: left;
    }
    #lead p{
        background: unset;
    }
    #lead span{
        font-size: 16px;
    }
    #summary{
        width: 100%;
        max-width: unset;
        padding: 40px 0;
        border-radius: 0;
    }
    #summary h2{
        font-size: 20px;
        margin: 0 auto 20px;
        max-width: 210px;
    }
    #summary h2::before{
        top: 7px;
    }
    #summary h2::after{
        top: 7px;
    }
    #summary dl {
        max-width: 90%;
        font-size: 15px;
    }
    #summary dl dt {
        width: 38%;
    }
    #summary dl dd {
        width: 60%;
    }
    #summary ul {
        max-width: 90%;
    }
    #summary ul li {
        font-size: 12px;
    }
    #howto{
        width: 100%;
        max-width: unset;
        margin: 45px auto 0;
    }
    #howto h2{
        font-size: 20px;
        margin: 0 auto 40px;
    }
    #howto h2::before{
        top: 7px;
    }
    #howto h2::after{
        top: 7px;
    }
    #howto .howto_step {
        width: 78%;
        margin: 30px auto;
        height: unset;
        padding: 8px 20px 15px;
    }
    #howto .howto_flex .txt h3 {
        font-size: 16px;
    }
    #howto .howto_flex .txt p {
        font-size: 12px;
    }

    #howto .howto_flex .step_pc{
        display: none;
    }
    #howto .howto_flex{
        flex-wrap: wrap;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    #howto .howto_flex .step_sp{
        display: block;
        position: absolute;
        top: -22px;
        left: -32px;
    }
    #howto .howto_flex .step_sp img{
        width: 73px;
    }
    #howto .howto_flex .img img {
        width: 45%;
     }
     #howto .howto_flex .img img.negative {
        margin-bottom: -25px;
        width: 43%;
    }
    #howto .howto_flex .txt,
    #howto .howto_flex .img{
        width: 85%;
        margin: 10px auto;
        padding: 0;
    }
    #howto .step01 .howto_flex .img img {
        width: 80%;
    }
    #howto .step05 {
        padding: 8px 20px 20px;
    }
    #howto .step05 .howto_flex .txt p {
        text-align: left;
        width: 57%;
    }
    #howto .step05 .img img {
        width: 163px !important;
        margin-right: -40px;
        margin-bottom: -29px;
        margin-top: -113px;
    }
    #howto .step01 .howto_flex {
        margin-top: 0;
    }
    #howto .step04 .howto_flex {
        margin-top: 0;
    }
    #howto .step01 .download .store a {
        margin-bottom: 0;
    }
    #howto .step01 .download .store a:last-child {
        margin-top: 18px;
    }
    #howto .step01 .download {
        background-color: unset;
        justify-content: center;
    }
    #howto .step01 .img {
        padding: 0px 15px 5px !important;
    }

    #hotel_sp{
        background-color: #F1F1F1;
    }
    #hotel_sp h2{
        font-size: 22px;
        margin: 0 auto 27px;
        position: relative;
        text-align: center;
        padding-top: 40px;
        color: #267C96;
        max-width: fit-content;
    }
    #hotel_sp h2::before, #hotel_sp h2::after {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
    }
    #hotel_sp h2::before{
        background-image: url(../img/campaign/ttl_l.webp);
        top: 80px;
        left: -2%;
    }
    #hotel_sp h2::after{
        background-image: url(../img/campaign/ttl_r.webp);
        top: 80px;
        right: -2%;
    }
    #hotel_sp span{
        font-size: 14px;
        color: #267C96;
    }
    #install {
        width: 86%;
        margin: 0 auto 20px;
    }
    #install h2 {
        font-size: 5vw;
        margin-bottom: 25px;
    }
    #install h2::before {
        top: 3vw;
        left: 5vw;
    }
    #install h2::after {
        top: 3vw;
        right: 5vw;
    }
    #install .download {
        width: 95%;
        background-color: unset;
        padding: 0;
    }
    #install .app a {
        font-size: 13px;
        padding-right: 25px;
    }
    #install .app a::after {
        top: 2px;
        width: 11px;
        height: 9px;
    }
    #cation ul li {
        font-size: 12px;
    }
    #howto .step04 .howto_flex .txt {
    width: 100%;
    padding: unset;
 }
}
@media only screen and (max-width: 500px){
    #lead {
        width: 90%;
        margin: 32px auto 39px;
    }
    #summary h2 {
        font-size: 5.75vw;
        max-width: fit-content;
    }
    #summary h2::before, #summary h2::after {
        width: 4.27vw;
        height: 4.27vw;
    }
    #summary h2::before{
        left: -12%;
    }
    #summary h2::after{
        right:-12%;
    }
    #summary dl dt {
        width: 49%;
    }
    #summary dl dd {
        width: 49%;
    }
    #summary dl {
        font-size: 3.9vw;
        margin: 0 auto 5px;
    }
    #summary dl dt::after {
        right: 7px;
    }
    #howto h2 {
        font-size: 5.5vw;
    }
    #howto h2::before, #howto h2::after {
        width: 4.27vw;
        height: 4.27vw;
    }
    #howto h2::before{
        left:  -5vw;
        top: 2vw;
    }
    #howto h2::after{
        right: -5vw;
        top: 2vw;
    }
    #howto .howto_flex .img img {
        width: 85%;
    }
    #howto .step05 .howto_flex .txt p {
        width: 54.4vw;
    }
    #howto .step04 .img img {
        width: 65%;
    }
    #howto .howto_flex .img img.negative {
        width: 55%;
    }
    #howto .step05 .img img {
        margin-right: -11vw;
        margin-bottom: -8vw;
        margin-top: -22vw;
    }
    #howto .howto_flex .txt h3 {
        font-size: 4vw;
    }
    #howto .howto_flex .txt {
        width: 100%;
    }
    #howto .step01 .download .store {
        width: 85%;
    }
    #howto .howto_step {
        width: 89%;
        margin-bottom: 10px;
    }
    #hotel_sp h2::before, #hotel_sp h2::after {
        width: 4.27vw;
        height: 4.27vw;
    }
    #hotel_sp h2::before {
        left: -3%;
    }
    #hotel_sp h2::after {
        right: -3%;
    }
    #install h2::before {
        top: 1vw;
        left: 0vw;
    }
    #install h2::after {
        top: 1vw;
        right: 0vw;
    }
    #install .app a  {
        font-size: 3.5vw;
    }
    .tab_content .hotel_sp {
        margin-bottom: 20px;
    }
    #cation ul li {
        font-size: 11px;
    }
    #cation {
        width: 90%;
        max-width: 735px;
        margin: 30px auto 45px;
    }
}


/* TAB */
.tabs {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.tab_label {
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    padding: 14px 5px;
    margin: 0 5px;
    width: 22%;
    vertical-align: bottom;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.tab_label img{
    width: 90%;
}
.tab_label:hover {
    opacity: 0.75;
}
.tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
    margin-top: 13px;
}
input[name="tab_switch"] {
    display: none;
}
.tabs input:checked + .tab_label {
    margin-bottom: -2px;
    margin-top: -2px;
    border: 2px solid #007753;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content {
    display: block;
}
.mt10{
    margin-top: 10px;
}
.mt13{
    margin-top: 13px;
}
.mt19{
    margin-top: 19px;
}
.tab_content{
    position: relative;
    animation: fadeIn 1s ease;
}
.tab_content hr{
    width: 97%;
}
.tab_content .hotel_sp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.tab_content .hotel_sp div{
    width: 42%;
    margin: 10px;
}
.tab_content .hotel_sp div img{
    width: 100%;
}

/* /TAB */


