@charset "UTF-8";

/*共通*/

html{
	width:100%;
	background-color: #faf8f3;
	font-size: 62.5%;
	color:#222222;
	font-family:'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin:0 auto;
	position: relative;
}

a:link {
	color:#333333;
    text-decoration: none;
}    /*　未訪問リンクの文字色を変える */
a:visited {color:#4C4A4A;} /*　訪問済リンクの文字色を変える */
a:hover {color:#cd798e;}   /*　ポイント時のリンクの文字色を変える */
a:active {color:#cd798e;}  /*　選択中のリンクの文字色を変える */



/*グローバルナビゲーション*/
nav{
	width: 100%;
	height: 100px;
	background-color: #1b2a4d;
	font-size: 2.0rem;
	margin: 0 auto;
	padding-top: 40px;
}

.gnav a:link {
	color:#faf8f3;
    text-decoration: none;
}    /*　未訪問リンクの文字色を変える */
.gnav a:visited {color:#4C4A4A;} /*　訪問済リンクの文字色を変える */
.gnav a:hover {color:#f9dcce;}   /*　ポイント時のリンクの文字色を変える */
.gnav a:active {color:#f9dcce;}  /*　選択中のリンクの文字色を変える */

.gnav ul{
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between; /*均等に間隔をあける*/
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: -o-flex;
}

.menu-trigger{
	display: none;
}

/*aboutBook　詩集について*/

.aboutBook{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.box_h1{
	width: 960px;
	margin: 0 auto;
	text-decoration: none;
	letter-spacing: 0.2em;
}

.box_h1 h1{
    font-size: 1.6em;
    font-weight: 300;
}

.box_h1 h2{
	font-size:1.8em;
    font-weight: 300;
}

#aboutBook h3{
	font-size:1.1em;
	font-weight: 300;
}

.box_h1 p{
	font-size:1.5em;
}

.box_h1_inner01{
    width: 620px;
    display: block;
    font-size: 1.2rem;
    line-height: 2.2;
    margin: 0 auto;
    padding: 50px 0 0;
    text-align: center;
}

.box_h1_inner02{
    display: block;
    position: absolute;
    right: 200px;
    top: 80px;
    width: 200px;
    height: auto;
}

.bookSenkouhanabi{
	display: block;
	text-align: center;
    padding-top: 50px;
}

.bookDiscription{
width: 400px;
    margin: 0 auto;
    display: block;
    text-align: left;
    font-size: 1.4em;
    padding-top: 10px;
    line-height: 2.0em;
    letter-spacing: 0.1em;
}

.outerBtnamazon{
	width:960px;
	margin:0 auto;
}

.topPoem{
	width: 960px;
    margin: 50px auto 100px;
	display: block;
}

.firstPoem{
    width: 300px;
	display: block;
    margin:0 auto;
}

.firstPoem h2{
    font-size: 2.2rem;
    font-weight: 500;
    padding: 50px 0;
}

.firstPoem p{
	display: block;
	text-align: left;
    font-size:1.6rem;
	line-height:2.2;
}

/*読んでみる*/

.poem{
	width: 960px;
	margin: 0 auto;
	display: block;
}

.innerPoem{
    width: 290px;
    display: block;
    margin: 0 auto;
    padding-bottom: 100px;
}

.poem ul{
	display: block;
	text-align: left;
	font-size: 2.0rem;
	line-height: 2.6;
    padding-top: 30px;
}

.poem li p{
    font-size: 1.8rem;
}

.innerPoem h3{
	display: block;
	text-align: left;
    font-size: 1.8rem;
	font-weight: 300;
    padding-top: 10px;
}

.innerPoem p{
	font-size:1.5em;
	padding-top: 10px;
letter-spacing: 1px;
}

/*ご感想*/


.ttlPoem, .ttlImpression, .ttlAuthor, .ttlHowto, .impressions{
    width: 200px;
    height: auto;
}

.ttlPoem, .ttlImpression, .ttlAuthor, .ttlHowto, .impressions h3{
		text-align: center;
}

.ttlPoem, .ttlImpression, .ttlAuthor, .ttlHowto, .impressions img{
	display: block;
	margin:0 auto;
}

.impressions{
	width:960px;
	margin: 0 auto;
}

.impressionsImg img{
    width: 350px;
    height: auto;
	display: block;
    margin: 0 auto 0;
	padding:50px 0;
}

.WrapboxA{
	width:960px;
	display: flex;
	flex-wrap: wrap;
margin-top: 40px;
}

.boxA{
	width:450px;
	height: auto;
	background-color: #fdeae4;
	border-radius: 20px;
	margin: 0 15px 30px 15px;
	float: left;
}

.boxA p{
	width: 380px;
    height: 390px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 1.6rem;
    line-height: 2.0;
}

.boxA span{
	display: block;
	padding-top:25px;
}

/*ご購入方法*/

.howtoBuy{
    width: 600px;
    padding-top: 100px;
    margin: 0 auto;
}

.img_howtoBuy_sp{
	display: none;
}

.innerHowtobuy{
	width:600px;
    padding: 50px 0 0;
    text-align: center;
}

.howtoBuy h3{
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.howtoBuy p{
    font-size: 1.6em;
    letter-spacing: 1px;
    padding: 15px 0 0;}

.howtobuyBtn{
    width: 300px;
    height: auto;
    display: block;
    margin: 20px auto 0;
    background-color: #db7079;
    padding: 12px 5px;
}

.howtobuyBtn h4{
    font-size: 1.8rem;
    letter-spacing: 2px;
	font-weight: 300;
    text-align: center;
    color: #ffffff;
    padding: 0;
}

.howtobuyBtn:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
		}


/*著者紹介*/

.author{
	width:600px;
	margin: 0 auto;
    padding: 100px 0 0;
} 

.innerProfile{
    width: 600px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

.innerProfile h3{
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 20px;
}

.innerProfile p{
    font-size: 1.5rem;
    line-height: 2.0;
    letter-spacing: 1px;
}

.gotoHP{
    width: 350px;
    height: auto;
    display: block;
    margin: 20px auto 50px;
    background-color: #db7079;
    padding: 15px 5px;
}

.gotoHP h4{
    font-size: 1.8rem;
	font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
}

.gotoHP:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
		}

/*ページtopへ*/

.gotoTop{
    width: 60px;
	height: auto;
	position: fixed;
    right: 10px;
    bottom: 15px;
}

footer{
	width: 100%;
	height: 200px;
	background-color: #1b2a4d;
}

footer p{
	display: block;
    color: #faf8f3;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 90px;
}


/*レスポンシブ*/
@media screen and (max-width:750px){

/*ナビゲーション*/
	
	body{
		width:100%;
	}
	
	.gnav{
		display: none;
	}
	
	.menu-trigger{
		display: block;
	}
	
/*aboutBook　詩集について*/
	

.box_h1{
	width: 100%;
	}
	
.box_h1 h1{
        font-size: 0.9em;}

.box_h1 h2{
	font-size:1.0em;
}

#aboutBook h3{
	font-size:1.1em;
}
	
.box_h1 p {
    font-size: 0.9em;
}
	
.box_h1_inner01{
        width: 70%;
        font-size: 2.2rem;
        line-height: 2.0;
        padding-top: 0;
}
	
.box_h1_inner02{
	width: 130px;
    height: auto;
    right: 30px;
    top: 40px;

}

.bookSenkouhanabi{
		width: 100%;
		height: auto;
padding-top: 30px;
	}

.senkouhanabi{
		width:70%;
		height: auto;
	}
	
.bookDiscription {
        width: 85%;
        font-size: 1.3em;
        line-height: 1.8;
        letter-spacing: 1px;
        padding-top: 10px;}

.topPoem{
		width: 100%;
        margin: 50px auto 80px;
	}

.firstPoem{
    width: 60%;
	}

.firstPoem h2{
		font-size:1.8rem;
		padding-bottom: 30px;
	}

.firstPoem p{
        text-align: left;
        font-size: 1.5rem;
        line-height: 2.2;
	}
	
/*読んでみる*/

.poem{
		width: 100%;
	}
	
.ttlPoem, .ttlImpression, .ttlAuthor, .ttlHowto, .impressions{
        width: 100%;
        height: auto;
		}
	
.ttlPoem, .ttlImpression, .ttlAuthor, .ttlHowto, .impressions h3{
        width: 50%;
        height: auto;
        margin: 0 auto;
		}
	
.ttlPoem, .ttlImpression, .ttlAuthor, .ttlHowto, .impressions img{
	display: block;
	margin:0 auto;
   padding: 50px 0 20px;
}

.innerPoem{
width: 65%;
padding-bottom: 0;
	}
	
.innerPoem h3{
        font-size: 1.6rem;
        font-weight: 300;
        padding-top: 20px;
}

.innerPoem p{
		font-size: 1.4rem;
	}

	.poem ul{
		display: block;
		text-align: left;
	    padding-top: 0;
		line-height: 2.0;
	}

.poem ul p{
		font-size: 1.6rem;
	}

/*ご感想*/
	
.impressions h3 img{
	width:100%;
	text-align:center; 
	}

.impressionsImg img{
		width:70%;
		height: auto;
	}

.WrapboxA{
	width:100%;
	display: block;
    margin-top: 0;
}
	
.boxA{
	width: 90%;
    height: auto;
	margin: 0 15px 10px 15px;
	box-sizing: border-box;
	}

.boxA p{
        width: 100%;
        height: auto;
        font-size: 1.4rem;
        line-height: 2.0;
        padding: 30px 15px 20px;
	}
	
	/*ご購入方法*/

.howtoBuy{
		width:100%;
	padding-top:70px;
	}
	
.howtoBuy .attention{
        font-size: 1.4rem;
	}

.innerHowtobuy{
	width:100%;
    padding: 0;
}
	
.underPoemBtn{
		width:100%!important;
	height: auto;
	}

.howtoBuy h3{
        font-weight: 500;
        font-size: 1.8rem;
        letter-spacing: 1px;
        padding-bottom: 10px;
}

.howtoBuy p{
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 0px 0;}
	
.howtobuyBtn{
        width: 65%;
        height: auto;
        display: block;
        margin: 15px auto 50px;
padding: 8px 3px;
}

.howtobuyBtn h4{
   font-size: 1.6em;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    padding: 0;
}

	
	/*著者紹介*/

.author{
	width:100%;
	margin: 0 auto;
    padding: 0 0 0;
} 

.innerProfile{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

	.innerProfile{
        width: 90%;
		padding: 20px 10px 0 10px;
	}

	.innerProfile h3{
		font-size: 1.8rem;
		padding-bottom: 10px;
	}

	.innerProfile p{
		font-size:1.4rem;
		line-height: 1.8;
	}

.gotoHP{
	width:70%;
	height: auto;
    margin: 15px auto 50px;
    padding: 10px 5px;
	}

	.gotoHP h4{
		font-size: 1.6rem;
	}


/*ページtopへ*/

	.gotoTop{
		width: 60px;
		height: auto;
		display: block;
		right: 5px;
		bottom: 5px;
}
	
	footer{
		width: 100%;
		height: 100px;
		background-color: #1b2a4d;
	}

	footer p{
		display: block;
		color: #faf8f3;
		font-size: 1.0rem;
		text-align: center;
		padding-top: 40px;
	}
	
}