@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.single__title{
    position: relative;
    height: 320px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/single/single__bg--pc.png);
    background-image: url(../../images/single/single__bg--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.single__title h1{
    width: 100%;
    padding: 0 20px;
    margin-top: 44px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
    .single__title{
        margin-top: 54px;
        height: 140px;
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/single/single__bg--sp.png);
        background-image: url(../../images/single/single__bg--sp.png);
    }
    .single__title h1{
        margin-top: 0;
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .single__title h1{
        font-size: 18px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.single__content{
    background: #FEF8E8;
	padding: 40px 0;
}
.single__content--inner{
	max-width: 760px;
    margin: 0 auto;
}
.single__content--inner > h2{
    color: #705319;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
    margin-bottom: 12px;
}
.single__content--inner > p{
    margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
    .single__content{
        background: #FEF8E8;
    }
    .single__content--inner{
        max-width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .single__content--inner > h2{
        font-size: 15px;
    }
}