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

/* 共通 */
html{scroll-behavior: smooth;}
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-size: 14px;
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    color: #4B4025;
    line-height: 1.6;
}

#main{
    width: 100%;
}
#main img{
    width: 100%;
}
#lead{
    width: 90%;
    margin: 52px auto 80px;
    font-size: 18px;
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M";
    color: #4B4025;
    line-height: 2.6;
    text-align: center;
}
#lead p{
    text-align: center;
    color: #000;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,241,237,1) 0%, rgba(234,249,241,1) 10%, rgba(235,241,237,1) 58%, rgba(241,241,241,1) 100%);
    display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
    padding: 7px 7px;
}
#lead span{
    color: #F29531;
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
}
#summary{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    background-color: #007753;
    border-radius: 8px;
    color: #fff;
    padding: 40px 0 50px;
    box-sizing: border-box;
}
#summary h2{
    font-size: 26px;
    font-family: "秀英にじみ角ゴシック銀 B","Shuei Nijimi Go Gin B", sans-serif;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
}
#summary h2::before, #summary h2::after{
    position: absolute;
    content: '';
    background-image: url(../img/campaign/icon_ttl_y.webp);
    background-size: contain;
    width: 24px;
    height: 32px;
}
#summary h2::before{
    top: 6px;
    left: 30%;
}
#summary h2::after{
    top: 6px;
    right: 30%;
}
#summary dl{
    max-width: 533px;
    margin: 0 auto 30px;
    font-family:"游ゴシック体 Pr6N M","Yu Gothic Pr6N M",sans-serif;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
#summary dl dt{
    width: 33%;
    margin-bottom: 20px;
    position: relative;
}
#summary dl dt::after{
    position: absolute;
    content: '　：';
    top: 0;
    right:  3px;
}
#summary dl dd{
    width: 66%;
    margin-bottom: 20px;
    margin-left: 5px;
}
#summary ul{
    max-width: 533px;
    margin: 0 auto;
}
#summary ul li{
    font-family:"游ゴシック体 Pr6N R","Yu Gothic Pr6N R",sans-serif;
    text-indent: -1em;
    margin-left: 1em;
}

#howto{
    width: 100%;
    max-width: 780px;
    margin: 80px auto;
}
#howto h2{
    font-size: 26px;
    font-family: "秀英にじみ角ゴシック銀 B","Shuei Nijimi Go Gin B";
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #007753;
}
#howto h2::before, #howto h2::after{
    position: absolute;
    content: '';
    background-image: url(../img/campaign/icon_ttl_g.webp);
    background-size: contain;
    width: 24px;
    height: 32px;
}
#howto h2::before{
    top: 6px;
    left: 29%;
}
#howto h2::after{
    top: 6px;
    right: 29%;
}
#howto .howto_step{
    max-width: 780px;
    border: 1px solid #4B4025;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFFFF9;
    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: 12%;
}
#howto .howto_flex .step_sp{
    display: none;
}
#howto .howto_flex .step_pc img{
    width: 86px;
}
#howto .howto_flex .txt{
    width: 55%;
    padding: 0 40px 0 25px;
}
#howto .step04 .howto_flex .txt{
    width: 62%;
    padding: 0 22px 0 25px;
}
#howto .howto_flex .txt h3{
    font-size: 19px;
    font-family: "秀英にじみ角ゴシック銀 B","Shuei Nijimi Go Gin B";
    margin-bottom: 16px;
}
#howto .howto_flex .img{
    width: 31%;
}
#howto .howto_flex .img img{
    width: 80%;
    text-align: center;
}
#howto .howto_flex .img img.negative{
    margin-bottom: -20px;
    width: 67%;
}
#howto .step04 .img img {
    width: 90%;
}
#howto .step01 .howto_flex{
    margin-top: 5px;
}
#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: 40%;
}
#howto .step01 .img{
    width: 40%;
    padding: 25px 15px !important;
}

#howto .step05{
    padding: 0 0 0 20px;
    height: 200px;
    box-sizing: border-box;
}
#howto .step05 .txt{
    padding: 20px;
    width: 48%;
}
#howto .step05 .img {
    width: 33%;
    text-align: end;
    margin-bottom: 9px;
}
#howto .step05 .img img{
    width: 100%;
    text-align: right;
}
#hotel{
    width: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgb(241, 241, 241));
    padding: 48px 0 40px;
}
#hotel h2{
    font-size: 30px;
    font-family: "秀英にじみ角ゴシック銀 B","Shuei Nijimi Go Gin B";
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    color: #4B4025;
}
#hotel h2::before, #hotel h2::after{
    position: absolute;
    content: '';
    background-image: url(../img/campaign/icon_ttl_b.webp);
    background-size: contain;
    width: 24px;
    height: 32px;
}
#hotel h2::before{
    top: 58px;
    left: 37%;
}
#hotel h2::after{
    top: 58px;
    right: 37%;
}
#hotel span{
    font-size: 22px;
    color: #007753;
}

#hotel .map_menu{
    background-image: url(../img/index/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 p{
    border: #4B4025 1.4px solid;
    padding: 8px 16px;
    border-radius: 30px;
    color: #4B4025 !important;
    background-color: #fff;
    font-size: 14px;
    font-family: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D", sans-serif;
}
#hotel .map_menu .map_menu_westin{
    top: 253px;
    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: 241px;
    left: 13px;
    position: relative;
    width: 219px;
}
#hotel .map_menu .map_menu_ymh_line{
    top: 37px;
    right: -76px;
    position: absolute;
}
#hotel .map_menu .map_menu_kmh{
    top: 320px;
    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: 211px;
    left: -30px;
    position: relative;
    width: 200px;
}
#hotel .map_menu .map_menu_bmh_line{
    top: 40px;
    right: -58px;
    position: absolute;
}
#hotel .map_menu .map_menu_smh{
    top: 262px;
    left: -104px;
    position: relative;
    width: 204px;
}
#hotel .map_menu .map_menu_smh_line{
    top: 20px;
    right: -102px;
    position: absolute;
}
#hotel .map_menu .map_menu_cyh{
    top: -3px;
    left: 0px;
    position: relative;
    width: 280px;
}
#hotel .map_menu .map_menu_cyh_line{
    top: 39px;
    right: -8px;
    position: absolute;
}
#hotel .map_menu .map_menu_nas{
    top: 84px;
    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: 210px;
    right: -395px;
    position: relative;
    width: 210px;
}
#hotel .map_menu .map_menu_gor_line{
    top: -85px;
    left: -80px;
    position: absolute;
}
#hotel .map_menu .map_menu_ito{
    top: 230px;
    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: 171px;
    left: 88px;
    position: relative;
    width: 218px;
}
#hotel .map_menu .map_menu_zmh_line{
    top: -149px;
    right: -13px;
    position: absolute;
}
#hotel .map_menu .map_menu_szj{
    top: 180px;
    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: 80px auto 30px;
    border: 1px solid #4B4025;
    border-radius: 8px;
    padding: 30px 10px 40px;
    text-align: center;
    background: linear-gradient(322deg, rgba(255, 255, 255, 1) 0%, rgba(254, 255, 249, 1) 10%, rgba(254, 255, 245, 1) 37%, rgba(255, 255, 252, 1) 90%, rgba(255, 255, 255, 1) 100%);
}
#install h2{    font-size: 26px;
    font-family: "秀英にじみ角ゴシック銀 B","Shuei Nijimi Go Gin B";
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #4B4025;
    line-height: 1.8;
}
#install h2::before, #install h2::after{
    position: absolute;
    content: '';
    background-size: contain;
    width: 26px;
    height: 32px;
}
#install h2::before{
    background-image: url(../img/campaign/icon_inst_l.webp);
    top: 53px;
    left: 22%;
}
#install h2::after{
    background-image: url(../img/campaign/icon_inst_r.webp);
    top: 53px;
    right: 22%;
}
#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: #4B4025 !important;
    border-bottom: 1px solid #4B4025;
}
#install .app a{
    position: relative;
    padding-right: 30px;
}
#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: 15px;
    height: 13px;
}
#cation{
    width: 90%;
    max-width: 700px;
    margin: 30px auto 80px;
}
#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;
    }
}
@media only screen and (max-width: 700px){
    #lead{
        width: 90%;
        margin: 40px auto;
        font-size: 16px;
        line-height: 1.9;
        background: linear-gradient(90deg, rgba(234,249,241,1) 0%, rgba(235,241,237,1) 58%, rgba(241,241,241,1) 100%);
        border-radius: 10px;
        text-align: left;
        padding: 22px 20px;
    }
    #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;
    }
    #summary h2::before, #summary h2::after{
        width: 18px;
        height: 24px;
    }
    #summary h2::before{
        top: 5px;
        left: 30%;
    }
    #summary h2::after{
        top: 5px;
        right: 30%;
    }
    #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;
    }
    #howto h2{
        font-size: 20px;
        margin: 0 auto 40px;
    }
    #howto h2::before, #howto h2::after{
        width: 18px;
        height: 24px;
    }
    #howto h2::before{
        top: 5px;
        left: 30%;
    }
    #howto h2::after{
        top: 5px;
        right: 30%;
    }
    #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: 90%;
        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: 160px !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;
        font-family: "秀英にじみ角ゴシック銀 B", "Shuei Nijimi Go Gin B";
        margin: 0 auto 24px;
        position: relative;
        text-align: center;
        color: #4B4025;
        padding-top: 40px;
    }
    #hotel_sp h2::before, #hotel_sp h2::after{
        position: absolute;
        content: '';
        background-image: url(../img/campaign/icon_ttl_b.webp);
        background-size: contain;
        width: 18px;
        height: 24px;
    }
    #hotel_sp h2::before{
        top: 80px;
        left: 30%;
    }
    #hotel_sp h2::after{
        top: 80px;
        right: 30%;
    }
    #hotel_sp span{
        font-size: 16px;
        color: #007753;
    }
    #install {
        width: 86%;
        margin: 60px auto 20px;
    }
    #install h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    #install h2::before {
        top: 29px;
        left: 18%;
    }
    #install h2::after {
        top: 29px;
        right: 18%;
    }
    #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;
    }
}
@media only screen and (max-width: 500px){
    #lead {
        width: 80%;
        margin: 40px auto;
    }
    #summary h2 {
        font-size: 5.5vw;
    }
    #summary h2::before{
        left: 19%;
    }
    #summary h2::after{
        right: 19%;
    }
    #summary dl dt {
        width: 49%;
    }
    #summary dl dd {
        width: 49%;
    }
    #summary dl {
        font-size: 4.1vw;
    }
    #summary dl dt::after {
        right: 7px;
    }
    #howto h2 {
        font-size: 5.5vw;
    }
    #howto h2::before{
        left: 19%;
    }
    #howto h2::after{
        right: 19%;
    }
    #howto .howto_flex .img img {
        width: 85%;
    }
    #howto .step05 .howto_flex .txt p {
        width: 70%;
    }
    #howto .step04 .img img {
        width: 65%;
    }
    #howto .howto_flex .img img.negative {
        width: 55%;
    }
    #howto .step05 .img img {
        margin-right: -34px;
        margin-bottom: -30px;
        margin-top: -95px;
    }
    #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%;
    }
    #hotel_sp h2::before {
        left: 20%;
    }
    #hotel_sp h2::after {
        right: 20%;
    }
    #install h2::before {
        left: -4px;
    }
    #install h2::after {
        right: -4px;
    }
}



/* ----------
 mthr-promo footer
---------- */
footer.mthr-promo {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    color: #999692;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	padding: 60px 0 73px;
}
footer.mthr-promo p{
    font-family: "Noto Sans", sans-serif;
}
footer.mthr-promo ul {
	width: 100%;
    margin: 0 auto 30px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-start: 0;
}
footer.mthr-promo ul li{
    margin: 10px 10px;
}
footer.mthr-promo a{
    color: #393939;
    text-decoration: none;
}
footer.mthr-promo a:before {
    content: ">";
    width: 8px;
    margin-right: 8px;
}

@media screen and (max-width:1050px) {
	footer.mthr-promo ul {
         width: 100%;
         flex-wrap: wrap;
    }
}
@media screen and (max-width:700px) {
	footer.mthr-promo { 
        padding: 1% 0 12%;
    }
    footer.mthr-promo ul {
        flex-wrap: wrap;
    }
    footer.mthr-promo ul li{
        width: 100%;
        text-align: left;
        margin: 5px 15px;
    }
}

/* 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;
}
.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: 50px;
}
.tab_content .hotel_sp div{
    width: 42%;
    margin: 10px;
}
.tab_content .hotel_sp div img{
    width: 100%;
}

/* /TAB */


