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

follow Css

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

/*-----------------------------
リンク
-----------------------------*/
.category {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category li {
    padding: 0 2%;
}

.category a {
    display: block;
}

.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 {
        -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;
    }
}

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

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    section {
        padding-top: 50px
    }
}

/*-----------------------------
ご成約特典
-----------------------------*/
#special li {
    margin-bottom: 30px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #special li {
        margin-bottom: 15px;
    }
}

/*-----------------------------
電話番号
-----------------------------*/
.info {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info li {
    width: 49%;
    font-size: 120%;
}

.info li.tell {
    padding: 15px 5px;
    border: 1px solid #d2d2d2;
}

.info li.form a {
    padding: 15px 5px;
    display: block;
    background: #000;
    color: #fff;
}

.info li.form a:hover {
    background: #ebebeb;
    color: inherit;
}

.info li.tell span {
    font-size: 90%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .info li {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*-----------------------------
お人形供養をしている神社・お寺
-----------------------------*/
.horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizon:before,
.horizon:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block;
}

.horizon:before {
    margin-right: .4em;
}

.horizon:after {
    margin-left: .4em;
}

.temple {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.temple dt {
    width: 100%;
    font-size: 110%;
    margin-top: 70px;
    margin-bottom: 50px;
}

.temple figure {
    margin: 0 0 20px 0;
}

.temple dd {
    width: 30%;
    max-width: 168px;
}

.temple p {
    width: 100%;
    margin-bottom: 15px;
    font-size: 110%;
    text-align: center;
}

.temple p span {
    display: block;
    font-size: 80%;
}

.temple dd a {
    display: block;
    border: 1px solid #d2d2d2;
    padding: 10px 0;
    font-size: 90%;
}

.temple dd a:hover {
    background: #ebebeb;
    border: 1px solid #ebebeb;
}
