@charset "UTF-8";
/*******************************

About Common Css

*******************************/

/*-----------------------------
ページタイトル
-----------------------------*/
.mainimg {
    background: url(../img/head-ttl.jpg) 50% 50% no-repeat!important;
    background-size: cover!important;
}

/*-----------------------------
リンクタブ
-----------------------------*/
.page-link {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-link::after {
    background: #eaeaea;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.page-link li {
    width: 30%;
    max-width: 320px;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page-link li a,
.page-link li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    border-bottom-color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}

.page-link li a::before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    line-height: 1.6;
}

.page-link li a:hover {
    background: #eaeaea;
}

.page-link .current {
    z-index: 2;
}

.page-link .current::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

.page-link .current span {
    border: 1px solid #eaeaea;
    border-bottom-color: #fff;
}

.page-link .current span::before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    line-height: 1.6;
    color: #dbc67d;
}

/*-----------------------------
section
-----------------------------*/
section {
    padding-top: 100px
}

p.main-txt {
    text-align: center;
}

section p {
    margin-bottom: 50px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    section {
        padding-top: 50px
    }
    p.main-txt {
        text-align: left;
    }
    section p {
        margin-bottom: 30px;
    }
}

/*-----------------------------
リンク
-----------------------------*/
.category {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.category li {
    padding: 0 2%;
}

.category a {
    display: block;
    padding: 20px 0;
}

.category a:hover {
    text-decoration: underline;
}

.category a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .category {
        border: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .category li {
        width: 48%;
        font-size: 110%;
        border-bottom: 1px solid #eaeaea;
    }
    .category a {
        padding: 10px 0;
    }
}
