@charset "utf-8";
/* CSS Document */
body{
	font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
.main {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

.hd {
	display: flex;
	height: 100px;
	align-items : center;
	margin-bottom: 20px;
}
.hd img {
	display: block;	
}
.syamei {
	margin-left: 30px;
	font-size: 25px;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 1rem 2rem;
	color: #fff;
	background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
	background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
	background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
.setumei {
	margin-bottom: 30px;
}
.modoru {
	display: flex;
	justify-content : flex-end;
	margin-bottom: 15px;
}
/*========こっから一覧ページレイアウト======== */
.container {
	display: flex;
	flex-wrap : wrap;
	justify-content : space-between;
	align-content : space-between;
}
.book {
	margin: 10px;
	overflow:hidden;
}
.book img {
	display: block;
	transition:1s all;
}
/*ホバー時の設定*/
.book img:hover{
	transform:scale(1.1,1.1);
	transition:0.5s all;
	opacity: 0.6; filter: brightness(110%);
}
.book-title {
	color: #808080;
	width: 156px;
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}/*下2行は両端揃えタグ*/
/*========こっから出版までの流れ======== */
.jihi-guide	{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap : nowrap;
}
.jihi-koumoku {
	width: 250px;
	margin: auto;
	text-align: center;
	line-height: 150%;
	padding: 10px;
	border: #ff7fbf solid 1px;
	background: #ffe0e0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.jihi-setumei {
	width: 750px;
	line-height: 150%;
	padding: 10px;
	border: #ff7fbf solid 1px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.sankaku {
	font-size: 20px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;	
	text-align: center;
	line-height: 20px;
	color: #fa709a;
}
.nagare{
	margin-bottom: 30px;
}/*下に余白*/
/*===注意ー===*/
.chuui_Midasi {
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.chuui_Text {
	line-height: 150%;
}
.chuui{
	margin-bottom: 30px;
}/*下に余白*/
/*===フッター===*/
.fbox {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fa709a;
}
/*====================
メディアクエリここから
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/
/* 〜479px：SP縦
------------------------------ */
/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:320px) and (max-width:599px) {
	.main {
		width: 280px;
	}
	.hd {
		display: flex;
		height: 40px;
		align-items : center;
	}
	.hd img {
		display: block;
		width: 40px;
		height: 60px;
	}
	.syamei {
		margin-left: 15px;
		font-size: 20px;
		font-weight: bold;
	}
	h1 {
		font-size: 20px;
		font-weight: bold;
		padding: 1rem 2rem;
		color: #fff;
		background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
		background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
		background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
		line-height: 24px;
		}
	.setumei {
		margin-bottom: 30px;
		}
	.modoru {
		text-align: right;
	}
/*========こっから一覧ページレイアウト======== */
	.container {
		width: 280px;
		display: flex;
		flex-direction : column;
		/*justify-content : space-between;
		align-content : space-between;*/
	}
	.book {
		width: 280px;
		overflow:hidden;
	}
	.book img {
		width: 280px;
		display: block;
	}
	.book img:hover{
	transform:none;
	transition:none;
	opacity:none;
}
	.book-title {
		color: #808080;
		width: 480px;
		margin-top: 20px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-size: 20px;
	}/*下2行は両端揃えタグ*/
/*========こっから出版までの流れ======== */
	.jihi-guide	{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		flex-wrap : nowrap;
	}
	.jihi-koumoku {
		width: 250px;
		margin: auto;
		text-align: center;
		line-height: 150%;
		padding: 10px;
		border: #ff7fbf solid 1px;
		background: #ffe0e0;
		border-radius: 0px;
	}
	.jihi-setumei {
		width: 480px;
		line-height: 150%;
		padding: 10px;
		border: none;
		border-radius: 0px;
	}
	.jihi-sankaku {
		font-size: 20px;
		height: 100px;
		padding-top: 20px;
		padding-bottom: 20px;	
		text-align: center;
		line-height: 20px;
		color: #fa709a;
	}
	.nagare {
		margin-bottom: 10px;
	}
}
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {

}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {

}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
}