@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Sans", sans-serif;
    text-align: center;
}

section, div {
    box-sizing: border-box;
}

p {
    margin: 0;
}

.f_size11 { font-size: 11px;}
.f_size13 { font-size: 13px;}
.f_size14 { font-size: 14px;}
.f_size17 { font-size: 17px;}
.f_size18 { font-size: 18px;}
.f_bold500 { font-weight: 500;}
.f_bold600 { font-weight: 600;}
.f_bold800 { font-weight: 800;}
.f_orange { color: #FE5F00}

.logo {
    margin: 0 auto;
    padding: 53px 0 12px;
    width: 320px;
}
.title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
    text-shadow: 1px 1px 2px #00000080;
}
.bg_setting {
    height: 750px;
    background-size: cover;
    background-position-x: center;
}
.speech_bubble {
  position: relative;
}
.speech_bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 13px solid #FE5F00;
}

@media screen and (max-width: 599px) {
img {
    width: 100%;
}
.pc_layout {
    display: none;
}
}

/******************
 キービジュアル
 *****************/
#key_visual {
    height: 844px;
    background-image: url(../img/lp/pc/keyvisual_pc_bg.png);
}
.description {
    margin: 0 auto 18px auto;
    width: 322px;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
.key_title, .weather_title, .activity_title {
    margin: 0 auto;
    padding: 12px 20px;
    width: 283px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    background: #FE5F00;
    border-radius: 10px;
    box-sizing: border-box;
}
.weather_title {
    padding: 10px 20px;
    height: 62px;
}
.key_visual_img {
    position: relative;
    top: -34px;
    width: 336px;
}

/******************
 アミューズメント
 *****************/
#amusement {
    padding: 26px 0 0 0;
    background-image: url(../img/lp/pc/amusement_pc_bg.png);
}
#amusement .title {
    margin: 0 auto 12px;
}
.amusement_img {
    width: 343px;
}

/******************
 天気予報
 *****************/
#weather {
    padding: 27px 0 0 0;
    background-image: url(../img/lp/pc/weather_pc_bg.png);
}
#weather .title {
    margin-bottom: 8px;
}
#weather .speech_bubble:before {
    top: auto;
    bottom: 100%;
    left: 67%;
    border-top: none;
    border-bottom: 13px solid #FE5F00;
}
#weather .weather_img {
    margin: 0 auto 8px;
    width: 343px;
}

/******************
 レジャー
 *****************/
#leisure {
    padding: 27px 0 0 0;
    background-image: url(../img/lp/pc/leisure_pc_bg.png);
}
#leisure .title {
    margin-bottom: 8px;
}
#leisure .leisure_img {
    margin: 0 auto 6px;
    width: 258px;
}
#leisure .speech_bubble:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    border-top: none;
    border-bottom: 13px solid #FE5F00;
}
#leisure .leisure_title{
    margin: 0 auto;
    width: 283px;
}
#leisure .leisure_head{
    padding: 11px 28px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background: #FE5F00;
    border-radius: 10px 10px 0 0;
}
#leisure .leisure_body{
    padding: 10px 13px;
    text-align: left;
    line-height: 1.47;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

/******************
 アクティビティ
 *****************/
#activity {
    padding: 27px 0 0 0;
    background-image: url(../img/lp/pc/activity_pc_bg.png);
}
#activity .title {
    margin-bottom: 8px;
}
#activity .activity_img {
    margin: 0 auto 4px;
    width: 343px;
}
#activity .activity_title {
    margin-bottom: 8px;
    padding: 9px 20px;
    line-height: 1.4;
}
#activity .speech_bubble:before {
    top: auto;
    bottom: 100%;
    left: 67%;
    border-top: none;
    border-bottom: 13px solid #FE5F00;
}

/******************
 マイスポット
 *****************/
#myspot {
    padding: 42px 0 0 0;
    background-image: url(../img/lp/pc/myspot_pc_bg.png);
}
#myspot .title {
    margin-bottom: 8px;
}
#myspot .myspot_img {
    margin: 0 auto 2px;
    width: 300px;
}

/******************
 アプリ遷移エリア
 *****************/
.app_introduction {
    margin: 0 auto;
    padding: 20px 28px;
    max-width: 390px;
    height: 115px;
}
.flex_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1;
}
.flex-right {
    width: 100%;
}
.flex_container .banner {
    width: 119px;
}
.flex_container .flex-right .flex-right {
    text-align: right;
}
.app_icon {
    margin-right: 15px;
    width: 75px;
}
.introduction-text {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.38;
}

/******************
 footer
 *****************/
footer {
    color: #535353;
}
.footer_inner {
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 350px;
    line-height: 1.54;
    border-top: #EDEDED 2px solid;
}
.footer_logo {
    margin: 10px auto 0;
    width: 151px;
}

/******************
 600px以上
 *****************/
@media screen and (min-width: 600px) {
    /* 共通 */
    .sp_layout {
        display: none;
    }

    /* キーヴィジュアル */
    .logo {
        margin: 0 auto;
        padding: 48px 0 10px;
        width: 396px;
    }
    .logo img {
        width: 100%;
    }
    .description {
        margin: 0 auto 16px auto;
        width: 406px;
    }
    .key_title {
        width: 288px;
        padding: 10px 20px;
        line-height: 1.32;
    }
    .key_visual_img {
        position: relative;
        top: -38px;
        width: 336px;
    }

    /* アミューズメント */
    #amusement {
        padding: 45px 0 0 0;
    }
    #amusement .title {
        margin: 0 auto 10px;
        font-size: 24px;
        line-height: 1.33;
    }
    .amusement_img {
        width: 599px;
    }

    /* 天気予報 */
    #weather {
        padding: 45px 0 0;
    }
    #weather.bg_setting {
        height: 781px;
    }
    #weather .title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.33;
    }
    #weather .weather_img {
        width: auto;
    }
    .weather_title {
        margin: -10px auto 0;
        padding: 10px 20px 14px;
        width: 522px;
        height: 42px;
        line-height: 1;
    }
    #weather .speech_bubble:before {
        left: 78.6%;
    }

    /* レジャー */
    #leisure {
        padding: 45px 0 0;
    }
    #leisure.bg_setting {
        height: 875px;
    }
    #leisure .leisure_head{
        padding: 9px 28px 13px;
    }
    #leisure .leisure_body {
        padding: 10px 13px;
    }
    #leisure .title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.33;
    }
    #leisure .leisure_img {
        margin: 0 auto 0;
        width: auto;
    }

    /* アクティビティ */
    #activity {
        padding: 45px 0 0;
    }
    #activity.bg_setting {
        height: 780px;
    }
    #activity .title {
        margin-bottom: 12px;
        font-size: 24px;
    }
    #activity .activity_img {
        width: auto;
    }
    #activity .activity_title {
        margin-top: -6px;
        padding: 12px 20px;
        width: 379px;
        line-height: 1;
    }
    #activity .speech_bubble:before {
        left: 50%;
    }

    /* お気に入りスポット */
    #myspot {
        padding: 44px 0 0 0;
    }
    #myspot .title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.33;
    }
    #myspot .myspot_img img{
        width: 100%;
    }

    /* フッター */
    .footer_logo img {
        width: 100%;
    }

    /* アプリ誘導エリア */
    .app_introduction {
        padding: 14px 0;
        max-width: 455px;
    }
    .introduction-text {
        margin-bottom: 8px;
        line-height: 1;
    }
    .app_icon {
        margin-right: 13px;
        width: 65px;
    }
    .flex-right {
        margin-bottom: -4px;
    }
    .flex_container .banner {
        margin: 6px 0 4px;
    }
}

/* 1200以上 */
@media screen and (min-width: 1200px) {
    /* フッター */
    .footer_inner {
        width: 1160px;
    }
}