/*
 * サブページタイトル・見出し
 * 元CSS行: 451-558
 */

/**サブページタイトル
********************************************************************/
.entry-header {
    width: 100%;
    height: 450px;
    /*font-size: 300%;*/
	font-size: 220%;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.entry-header-filter {
    position: absolute;
    background-color: black;
    opacity: 0.45;
    width: 100%;
    height: 100%;
}
.entry-title {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    color: white;
    width: 100%;
}
@media only screen and (max-width: 700px) {
    .entry-header {
        font-size: 200%;
        height: 350px;
    }
    .entry-title {
        display: block;
        width: 100%;
        font-size: 100%;
    }
}
.entry-content {
    max-width: 1100px;
    margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
    .entry-content {
        max-width: 96%;
    }
}
/**midashiタイトル
********************************************************************/
.midashi-101 {
    text-align: center;
    color: #005438;
    font-size: 250%;
    line-height: 1.25em
}
@media only screen and (max-width: 650px) {
    .midashi-101 {
        font-size: 195%;
        line-height: 1.35em;
    }
    .midashi-101 span {
        display: block;
    }    
}
.midashi-101:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/common/misashi-img.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 450px) {
    .midashi-101:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
.midashi-201 {
    color: black;
    font-size: 180%;
    border-bottom-color: #005438;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 450px) {
    .midashi-201 {
        font-size: 140%;
    }
}
.midashi-fs180 {
    font-size: 180%;
}
.midashi-fs160 {
    font-size: 160%;
}
.midashi-fs150 {
    font-size: 150%;
}
