/*キトスムのこと*/

.page-content, .entry-content, .entry-summary {
    max-width: 100%;
    margin: 0 auto;
}
.about_centering{
    margin: 0 auto;
    max-width: 1120px;
}
.about_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_text{
    text-align: justify;
}
/*吉野の山の恵みを〜*/
.about_yoshino .about_pic{
    max-width: 1120px;
	  height: auto;
    padding-bottom: 28%;
    background-image: url(../images/about_heading.jpg?new);
    background-position: bottom;
    background-size: cover;
}
.about_yoshino{
    margin-top: -15px;
    text-align: center;
}
.about_yoshino h3 {
    margin: 60px 0 47px;
    font-size: .29rem;
    letter-spacing: .12em;
}
.about_yoshino p {
    line-height: 2.7;
    letter-spacing: 0.03rem;
    font-size: .15rem;
    text-align: center;
}

/*源流の村、かわかみ*/
.about_river {
    margin-top: 72px;
    margin: 72px auto 0;
    align-items: start;
    position: relative;
}
.about_river .about_pic {
    min-height: 512px;
    background-image: url(../images/about_river.jpg?new);
    background-position: -38% center;
    background-size: cover;
    flex: 0 1 54%;
    padding-left: 100%;
    margin-left: -100%;
    transform: translateX(50%);
    padding-bottom: 69%;
}
.about_river .about_text {
    max-width: 400px;
    flex: 0 1 40%;
    margin-right: 40px;
    align-items: start;
    margin-top: 24px;
}
.about_river h3{
    font-size: .26rem;
}
.about_river p{
    margin: 11px 0 40px;
    line-height: 2.3;
    font-size: 0.14rem;
}
.about_river_map {
    position: absolute;
    bottom: -33px;
    right: -73px;
    width: 870px;
}
@media(min-width: 1920px){
	.about_river .about_pic {
    	background-position: center;
	}
}
@media(max-width: 1320px){
	.about_river_map{
    	position: absolute;
    	bottom: 40px;
    	right: 0;
    	width: 700px;
	}
}
@media(max-width: 1150px){
	.about_river .about_pic {
    	padding-bottom: 92%;
	}
}
@media(max-width: 1050px){
	.about_river .about_pic {
    	padding-bottom: 99%;
	}
}
@media(max-width: 1030px){
	.about_river .about_pic {
    	transform: translateX(40%);
    	padding-bottom: 86%;
    	min-height: 974px;
	}
	.about_river .about_text {
    	margin-right: 8%;
    	margin-top: 20px;
	}
}
@media(max-width: 880px){
/*源流の村、かわかみ（スマホ）*/
    .about_river.about_flex{
        flex-direction: column;
    }
    .about_river{
        margin: 43px 0 0;
        padding: 0;
    }
.about_river .about_pic {
    width: 100%;
    min-height: 200px;
    flex: auto;
    transform: 0;
    padding-bottom: 0;
    transform: translateX(100%);
}
.about_river .about_text {
    margin: 20px auto 60px;
    text-align: center;
    width: calc(100% - 0px);
    max-width: none;
}
	.about_river p {
    	margin: 12px 0 20px;
	}
.about_river_map {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 700px;
    position: relative;
    width: 90%;
    margin: 40px auto;
}
}
@media(max-width: 600px){
.about_river_map {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 700px;
    position: relative;
    width: 104%;
    margin: 0px auto 10px;
    transform: translateX(-2%);
}
}

/*日本最古の森林造林*/
main{
    width: 100%;
    overflow: hidden;
}
.about_history .about_pic {
    margin-top: 90px;
    width: 100%;
    display: flex;
    background-image: url(../images/about_tree.jpg);
    background-position: 0% 40%;
    background-size: cover;
    padding: 60px 0 60px 640px;
}
.about_history .about_text {
    padding: 30px 40px 40px;
    width: 480px;
    background-color: rgba(255,255,255,0.88);
}
.about_history {
    width: 100%;
    max-width: 100%;
    padding-left: calc(50% - 560px);
}
.about_history h3 {
    margin: 0px 124px 0 0;
    font-size: .26rem;
}
.about_history p {
    margin-top: 11px;
    line-height: 2.3;
    font-size: 0.14rem;
}

/*独自の手法で育林*/
.about_tec {
    margin-top: 60px;
    align-items: center;
}
.about_tec .about_text{
    flex: 0 1 42%;
}
.about_tec .about_img{
    flex: 0 1 50%;
}
.about_tec img{
    width: 100%;
    height: auto;
}
.about_tec h3{
    font-size: .24rem;
}
.about_tec p{
    margin-top: 11px;
    line-height: 2.3;
    font-size: 0.14rem;
}

/*川上村独自の育林方法*/
.about_howto{
    margin-top: 65px;
}
.about_howto h3{
    text-align: center;
    font-size: .24rem;

}
/*育林方法フロー*/
.about_flow {
    margin-top: 5px;
    background-color: #edf3eb;
    margin: 5px -100%;
    padding: 0px 100% 20px;
}
.about_flow_in{
    margin: 0 auto;
    max-width: 831px;
    min-height: 513px;
}
.about_flow_in div{
    flex: 0 0 26%;
    text-align: center;
}
.about_flow h4 {
    margin-top: 5px;
    font-size: .18rem;
    font-weight: bold;
}
.about_flow p {
    margin: 5px 0 20px;
    text-align: justify;
    line-height: 2.3;
    font-size: 0.13rem;
}
.about_illust{
    width: 100%;
    height: auto;
}
.about_arrow{
    margin-top: 130px;
    width: 42px;
    height: auto;
    flex: 0 0 42px;
}

/*吉野の木が身近な雑貨に*/
.about_goods{
    margin-top: 72px;
    padding-bottom: 40px;

}
.about_goods .about_text{
    flex: 0 0 42%;
    line-height: 2.3;
}
.about_goods .about_img{
    flex: 0 0 50%;
}
.about_goods img{
    width: 100%;
}
.about_goods h3{
    margin-top: 8px;
    font-size: .26rem;
}
.about_goods p {
    margin: 11px 0 8px;
    line-height: 2.3;
    font-size: 0.14rem;
}
.about_goods a {
    margin-left: 54%;
    margin-bottom: 70px;
    padding: 4px 53px 4px 14px;
    border: solid 2px #e9e0d6;
    position: relative;
    display: block;
    font-size: 0.15rem;
    text-decoration: none;
    color: #333;
}
.about_goods a::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #e9e0d6;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -6px;
}

/*600px以上1150px以下*/
@media(min-width:600px) and (max-width:1180px){
    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;
    }
    .about_centering{
        width: calc(100% - 30px);
    }
/*日本最古の〜（タブレット）：余白調整*/
    .about_history h3{
        margin-right: 0;
    }
    .about_centering {
        width: 100%;
        padding-left: 0;
    }
	.about_history p {
    	margin-right: 0;
    	margin-bottom: 0;
	}
    .about_history .about_pic {
        width: 100%;
        padding: 40px;
    }
    .about_history .about_text {
        padding: 30px 40px 40px;
        margin: 0 auto;
        width: 70%;
        background-color: rgba(255,255,255,0.88);
    }
	.entry-content {
    	padding: 0 30px;
	}
	.about_yoshino p {
		text-align: justify;
	}
	
/*独自の手法で〜（タブレット）：縦中央寄せ*/
    .about_tec{
        align-items: center;
    }
    
/*「独自の手法で〜」と「吉野の木が〜」：中央の隙間埋める*/
    .about_tec .about_text,
    .about_goods .about_text{
    flex: 0 1 46%;
    }
    .about_tec .about_img,
    .about_goods .about_img{
    flex: 0 1 50%;
    }
    .about_flow_in{
        width: calc(100% - 30px);
    }
/*吉野の木が〜（タブレット）：リンクボタン調整*/
    .about_goods a{
        margin-left: 25%;
        margin-bottom: 30px;
        width: 55%;
    }
}

/*スマホ*/
@media(max-width: 599px){
    .sp_only{
        display: block;
    }
    .pc_only{
        display: none;
    }
    
/*吉野の山の〜（スマホ）*/
	.about_yoshino {
    	margin-top: 0;
	}
	.about_yoshino .about_pic {
    	height: 100px;
    	margin-bottom: 30px;
	}
	.about_yoshino h3 {
    	margin: 15px 0;
    	font-size: .2rem;
    	line-height: 1.7;
	}
    .about_yoshino p{
        margin: 0 auto;
        width: 100%;
        line-height: 2;
        letter-spacing: normal;
        text-align: justify;
    }

/*日本最古の森林造林（スマホ）*/
    .about_history{
        margin: 0;
        padding: 0;
        width: 100%;
        justify-content: center;
    }
	.about_history .about_pic {
		margin-top: 0;
		width: 100%;
		padding: 38px;
	}
	.about_history .about_text {
 		margin: 0;
		padding: 0;
		min-height: 200px;
		flex: 0 0 auto;
		width: calc(100% - -2px);
		padding: 25px;
	}
    .about_history h3,
    .about_history p{
        margin: 10px;
    }
/*独自の手法で育林（スマホ）*/
    .about_tec{
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }
    .about_tec .about_text{
        width: calc(100% - 0px);
    }
    .about_tec .about_img{
        margin-top: 35px;
        flex: auto;
        width: calc(100% - 0px);
    }
/*川上村独自の育林方法（スマホ）*/
    .about_flow{
        margin-top: 15px;
    }
    .about_flow_in{
        padding: 4px 0;
        flex-direction: column;
    }
    .about_flow div{
        width: calc(100% - 30px);
    }
    .about_flow h4{
        margin-top: 10px;
    }
    .about_arrow{
        margin: 0;
        width: 32px;
        transform: rotate(90deg);
    }
	.about_illust {
		max-width: 200px;
	}
/*吉野の木が身近な雑貨に〜（スマホ）*/
    .about_goods{
        margin-top: 43px;
        flex-direction: column;
        align-items: center;
    }
    .about_goods .about_text{
        width: calc(100% - 0px);
    }
    .about_goods h3{
        margin-top: 0;
    }
    .about_goods a{
        margin: 25px auto;
        width: 100%;
    }
    .about_goods .about_img{
        flex: auto;
        width: calc(100% - 0px);
    }
}