@charset "utf-8";
.txcenter{
    text-align: center;
}
.ehon_col2 {
    display: flex;
    flex-wrap: wrap;
}

.in-cont{
    width: 1000px;
    margin: 0px auto;
}

.ehon_col2 .left{
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 0 0;
}

.ehon_col2 .right{
    width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
}

.ehon_col2 .left img,.ehon_col2 .right img{
	border: solid 4px #ffe665;
}

.ehon_cont{
    background-color: #fcf7dd;
    background: url(../img/bg003.jpg) no-repeat center;
    background-repeat: repeat-y;
    background-size: 100%;
}

.ehon_cont p {
	font-size: 16px;
    line-height: 1.8;
}

.ehon_cont img{
	max-width: 100%;
}

.ehon_add1{
	padding: 30px 0;
}

.img_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 90px 0 0;
}

.img_wrap .img_box{
	width: 31%;
}

.img_wrap .img_box img{
	border: solid 4px #ffe665;
	box-sizing: border-box;
}

.ehon_tt{
	text-align: center;
	font-size: 3.4em;
	margin: 0 0 60px;
	color: #333;
	font-weight: bold;
}

.ehon_tt span{
	display: inline-block;
	background: linear-gradient(transparent 70%, #ffcc3c 40%);
}

.ehon_tt .em{
	color: #d00;
	font-size: 1.2em;
}

#ehon1{
	margin: 90px 0 0px;
}

#ehon2{
	margin: 60px 0 0px;
}

#ehon3{
	margin: 60px 0 0px;
}

#ehon4{
	margin: 60px 0 0px;
}

.ehon2_img{
	margin: 0 0 45px;
}

.ehon2_img img{
border: solid 4px #ffe665;
}

.ehon_add_text1{
	font-weight: bold;
	font-size: 1.4em;
}

.ehon_col3{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.ehon_col3 .left{
	width: 33.3%;
}
.ehon_col3 .center{
	width: 33.3%;
}
.ehon_col3 .right{
	width: 33.3%;
}

.ehon_col3 img{
	display: block;
	margin: 0 auto;
}

.ehon_story{
	text-align: center;
}

.ehon_story .box{
	margin: 0 auto 60px;
    background-color: #fff;
    width: 700px;
    padding: 45px;
    border: 1px solid #eee;
}

#ehon4{
	background-color: #f6f6f6;
	background-image: url(../img/bg001.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 90px 0 45px;
}

.ehon_story_text{
	text-align: center;
    font-size: 2em;
    margin: 0 0 15px;
    font-weight: bold;
}

.ehon_story_text2{
	text-align: center;
    font-size: 2em;
    margin: 0 0 15px;
    font-weight: bold;
}

.ehon_story .box h3{
	color: #702c02;
    font-size: 2rem;
    line-height: 1.4;
    margin: 30px 0;
    text-align: center;
}


/*--------------------------------------------------------
解像度720px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 720px){

header h1 {
    /* width: 1000px; */
    width: 100%;

}

.in-cont {
    width: 100%;
}

.ehon_story .box {
    width: 100%;
    box-sizing: border-box;
}
aside ul {
    width: 100%;
}

header #logo p{
    width: 100%;
}

footer div {
    width: 100%;
}

header {
    height: auto;
    background-size: cover;
    overflow: hidden;
}

header #logo img {
    width: 130px;
    margin: 0px auto;
    display: block;
}

header #logo {
    height: 22px;
    padding: 0;
    overflow: hidden;
    padding: 18px 0;
}

#ehon1 {
    margin: 20px 15px 0px;
}

.ehon_col2 .left {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 20px;
}

.ehon_col2 .right {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.ehon_cont p {
    font-size: 12px;
    line-height: 1.6;
}

#ehon2 {
    margin: 20px 15px 0px;
}

.ehon_tt {
    font-size: 2em;
    margin: 0 0 20px;
}

.ehon2_img {
    margin: 0 0 20px;
}

.ehon_add_text1 {
    font-size: 1.1em;
}

#ehon3 {
    margin: 20px 15px 0px;
}
#ehon4 {
    padding: 20px 15px 20px;
}

.ehon_story .box {
    padding: 20px 15px;
    margin: 0 auto 20px;
}

.ehon_story .box h3 {
    color: #702c02;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 15px 0;
    text-align: center;
}

aside ul li {
    width: 100%;
    float: unset;
    list-style-type: none;
    margin-right: 0;
}

aside ul li img{
	display: block;
	margin: 0 auto 20px;
}

aside ul {
    padding: 30px 0 10px;
    height: auto;
}

.img_wrap {
    padding: 30px 15px 0;
}





}