@charset "UTF-8";
.pageFooterWrap {
    margin-top: 30px;
}
.pageBody {}
.pageBody_inner {}
.intro {
    padding-bottom: 32px;
}
.intro_inner {}
.intro_title {}
.intro_title > b {}
.intro_title > b > img {}
.intro_title > small {}
.intro_text {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.intro_list {
    list-style: none;
    margin-top: 54px;
}
.intro_list:after {
    content: "";
    display: block;
    clear: both;
}
.intro_list > li {
    width: 23.5%;
    float: left;
    margin-left: 2%;
}
.intro_list > li:first-child {
    margin-left: 0;
}
.intro_list > li:nth-child(2n+1) {}
.intro_list > li > a {
    background: #2c7bc3;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
}
.intro_list > li > a:hover {}
.intro_list > li > a:before {
    content: "";
    border: 5px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-bottom-width: 0px;
    display: inline-block;
    vertical-align: middle;
    border-top-width: 8px;
    margin-right: 8px;
}
.intro_list > li > a:after {
    content: "";
}
.spot {
    padding: 80px 0;
}
.spot:nth-of-type(2n+1) {
    background: rgb(244, 244, 244);
}
.spot_inner {}
.spot_title {
    margin-bottom: 37px;
}
.spot_title > img {
    display: block;
    margin: 0 auto;
}
.spot_list {
    list-style: none;
}
.spot_list:after {
    content: "";
    display: block;
    clear: both;
}
.spot_list > li {
    width: 47%;
    float: left;
    margin-left: 6%;
    margin-bottom: 46px;
}
.spot_list > li:first-child {}
.spot_list > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.spot_list > li:nth-last-child(2),
.spot_list > li:nth-last-child(1) {
    margin-bottom: 0;
}
.spot_item {}
.spot_image {
    position: relative;
    z-index: 1;
}
.spot_image-noPhoto:before {
    content: "no photo";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #999;
    font-weight: bold;
}
.spot_image > img {}
.spot_headline01 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-top: 25px;
}
.spot_headline02 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 10px;
}
.spot_text {
    line-height: 1.6;
}
.spot_link {
    width: 160px;
    margin-top: 21px;
    margin-left: auto;
}
.spot_link > a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 40px;
    background: url(/spot/img/bg-button@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
}
.spot_link > a:hover {}
.spot_link > a:before {
    content: "";
    border: 4px solid #333;
    display: inline-block;
    vertical-align: middle;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.spot_link > a:after {
    content: "";
}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .pageFooterWrap {}
    .pageBody {}
    .pageBody_inner {}
    .intro {}
    .intro_inner {}
    .intro_title {}
    .intro_title > b {}
    .intro_title > b > img {}
    .intro_title > small {}
    .intro_text {
        font-size: 15px;
        line-height: inherit;
    }
    .intro_list {}
    .intro_list:after {}
    .intro_list > li {}
    .intro_list > li:first-child {}
    .intro_list > li:nth-child(2n+1) {}
    .intro_list > li > a {}
    .intro_list > li > a:hover {}
    .intro_list > li > a:before {}
    .intro_list > li > a:after {}
    .spot {}
    .spot:nth-of-type(2n+1) {}
    .spot_inner {}
    .spot_title {}
    .spot_title > img {}
    .spot_list {}
    .spot_list:after {}
    .spot_list > li {
        width: 49%;
        margin-left: 2%;
    }
    .spot_list > li:first-child {}
    .spot_list > li:nth-child(2n+1) {}
    .spot_list > li:nth-last-child(2),
    .spot_list > li:nth-last-child(1) {}
    .spot_item {}
    .spot_image {}
    .spot_image > img {}
    .spot_headline01 {
        font-size: 20px;
        margin-top: 20px;
    }
    .spot_headline02 {
        font-size: 15px;
        margin-top: 15px;
    }
    .spot_text {}
    .spot_link {}
    .spot_link > a {}
    .spot_link > a:hover {}
    .spot_link > a:before {}
    .spot_link > a:after {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .pageFooterWrap {}
    .pageBody {}
    .pageBody_inner {}
    .intro {}
    .intro_inner {
        text-align: center;
    }
    .intro_title {}
    .intro_title > b {}
    .intro_title > b > img {}
    .intro_title > small {}
    .intro_text {
        font-size: 14px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }
    .intro_list {
        margin-top: 25px;
    }
    .intro_list:after {}
    .intro_list > li {
        width: 49%;
        margin-left: 2%;
        margin-bottom: 10px;
    }
    .intro_list > li:first-child {}
    .intro_list > li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }
    .intro_list > li > a {
        line-height: 42px;
    }
    .intro_list > li > a:hover {}
    .intro_list > li > a:before {}
    .intro_list > li > a:after {}
    .spot {
        padding: 55px 0;
    }
    .spot:nth-of-type(2n+1) {}
    .spot_inner {}
    .spot_title {
        margin-bottom: 15px;
    }
    .spot_title > img {
        height: 36px;
        width: auto;
    }
    .spot_list {
        max-width: 470px;
        margin: 0 auto;
    }
    .spot_list:after {}
    .spot_list > li {
        width: auto;
        float: none;
        margin: 25px 0 0;
    }
    .spot_list > li:first-child {
        margin-top: 0;
    }
    .spot_list > li:nth-child(2n+1) {}
    .spot_list > li:nth-last-child(2),
    .spot_list > li:nth-last-child(1) {}
    .spot_item {}
    .spot_image {}
    .spot_image > img {}
    .spot_headline01 {
        font-size: 18px;
        margin-top: 10px;
    }
    .spot_headline02 {}
    .spot_text {}
    .spot_link {
        margin: 10px auto 0;
    }
    .spot_link > a {}
    .spot_link > a:hover {}
    .spot_link > a:before {}
    .spot_link > a:after {}
}
