@charset "UTF-8";

/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #ffcfc4;
}
a:link {
	text-decoration: none;
	color: #3981d2;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}

a:visited {
	text-decoration: none;
	color: #3981d2;
}

a:hover {
	text-decoration: none;
	opacity: 0.7em;
}
p:not(:last-child)
{
	margin-bottom: 1em;
}

/*PC--------------------------------------------------------------------------------------*/

/*header*/

#header-bg
{
	background: url("../images/header_bg.jpg") repeat-x;
	width: 100%;
}
.header-wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 25%;
	position: relative;
	width: 100%;
	background: url("../images/header.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}
header h1
{
	display: none;
}

.sns
{
	position: absolute;
	right: 0;
	top: 5%;
	width: 150px;
}
.sns ul
{
	list-style: none;
	display: flex;
}
.sns ul li
{
	flex-basis: 50px;
	padding-right: 10px;
	box-sizing: border-box;
}
.sns ul li img
{
	width: 100%;
}

/*contents*/

#contents-bg
{
	padding: 3%;
}
.contents-wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-image:
	url(../images/frame_top_left.jpg),
	url(../images/frame_top_right.jpg),
	url(../images/frame_bottom_left.jpg),
	url(../images/frame_bottom_right.jpg),
	url(../images/frame_top.jpg),
	url(../images/frame_bottom.jpg),
	url(../images/frame_left.jpg),
	url(../images/frame_right.jpg),
	url(../images/frame_bg.jpg);
	background-size:50px 50px,50px 50px,50px 50px,50px 50px,108px 18px,108px 18px,17px 116px,17px 116px,200px 200px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
.contents-zenryaku
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 18.888888%;
	position: relative;
	width: 100%;
	background: url("../images/contents_zenryaku.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	margin-bottom: 4%;
	border-radius: 10px;
}
.contents-kousyaku
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 18.888888%;
	position: relative;
	width: 100%;
	background: url("../images/contents_kousyaku.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 10px;
	margin-bottom: 4%;
}
h3
{
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #ed3e77;
}
.a-frame
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-image:
	url("../images/a_frame_obj02.png"),
	url("../images/a_frame_obj01.jpg"),
	url("../images/a_frame_bg.jpg");
	background-size:56px 40px,40px 40px,40px 40px;
	background-repeat: no-repeat,repeat-x,repeat;
	background-position: right top,left top,left center;
	padding: 3%;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 7px;
}
.grounp
{
	max-width: 300px;
	width: 80%;
	margin: 0 auto 2em auto;
}
.grounp img
{
	width: 100%;
}
.book-wrap
{
	display: flex;
}
.book-wrap .cover
{
	flex-basis: 240px;
	position: relative;
}
.book-wrap .cover img
{
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
.book-wrap .cover .awards-icon
{
	display: none;
}
.book-wrap .text
{
	flex: 1;
	padding: 0 0 0 3%;
	box-sizing: border-box;
}
.book-wrap .text h4
{
	margin: 1rem 0;
	font-size: 1.4em;
	color: #ed3e77;
	line-height: 1.5;
}
.book-wrap .text .awards-icon2
{
	width: 200px;
	float: right;
	margin: 0 0 1em 1em;
}
.book-wrap .text .awards-icon2 img
{
	width: 100%;
}
.book-wrap .text .date
{
	background: #ff0;
	display: inline;
	padding: 0.3em 1em;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 30px;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 1em;
	font-size: 0.9em;
	position: relative;
	z-index: 50;
}
.book-wrap .text .spec
{
	font-size: 0.9em;
	color: #666;
	line-height: 1.5;
	border-left: 5px solid #f90;
	padding-left: 5px;
}
.book-wrap .text .read
{
	font-weight: bold;
	color: #f60;
	font-size: 1.2em;
}
.book-wrap .text span
{
	background: #000;
	color: #fff;
	font-size: 0.8em;
	margin-right: 1em;
	padding: 0.1em 0.5em;position: relative;
}
.book-wrap .text span:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    border-left-color: #000;
    left: 100%;
	top: 4px;
}
.btn a:link,
.btn a:visited
{
	display: block;
	text-align: center;
	background: #340000;
	color: #ff0;
	padding: 0.3em;
	border-radius: 20px;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
.btn2 a:link,
.btn2 a:visited
{
	display: block;
	text-align: center;
	background: #ed3e77;
	color: #fff;
	padding: 0.3em;
	border-radius: 20px;
	-webkit-transition: all 500ms 0s ease;
  	transition: all 500ms 0s ease;
}
.btn a:hover,
.btn2 a:hover
{
	opacity: 0.7;
}

/*footer*/

footer
{
	max-width: 1000px;
	width: 100%;
	padding: 0 3% 3% 3%;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.8em;
	margin: 0 auto;
}

#page-top
{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	margin-bottom: 0;
}
#page-top img
{
	width: 100%;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {

.contents-wrap
{
	padding: 5%;
}

}


/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 600px) {
body
{
	font-size: 13px;
}
header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 50%;
	position: relative;
	width: 100%;
	background: url("../images/header2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}
.sns
{
	position: absolute;
	right: 0;
	bottom: 6%;
	top: auto;
	width: 100%;
	display: block;
}
.sns ul
{
	list-style: none;
	display: flex;
	justify-content: center;
}
.sns ul li
{
	flex-basis: 40px;
	padding-right: 5px;
	box-sizing: border-box;
}
.contents-wrap
{
	padding: 7%;
}
.contents-zenryaku
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 53.3333%;
	position: relative;
	width: 100%;
	background: url("../images/contents_zenryaku2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	margin-bottom: 4%;
	border-radius: 10px;
}
.contents-kousyaku
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 53.3333%;
	position: relative;
	width: 100%;
	background: url("../images/contents_kousyaku2.jpg") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 10px;
	margin-bottom: 4%;
}
.book-wrap
{
	display: block;
}
.book-wrap .cover
{
	flex-basis: 240px;
	position: relative;
	width: 70%;
	margin: 0 auto 1rem auto;
}
.book-wrap .cover .awards-icon
{
	position: absolute;
	left: auto;
	right: -20%;
	top: 70%;
	width: 60%;
	z-index: 100;
	display: block;
	z-index: 40;
}
.book-wrap .cover .awards-icon img
{
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.book-wrap .text .date
{
	display: inline-block;
	margin-bottom: 0;
	}
.book-wrap .text .awards-icon2
{
	display: none;
	}
.book-wrap .text
{
	flex: 1;
	padding: 0;
	box-sizing: border-box;
}
.grounp
{
	margin-bottom: 1em;
}
.a-frame
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-image:
	url("../images/a_frame_obj02.png"),
	url("../images/a_frame_obj01.jpg"),
	url("../images/a_frame_bg.jpg");
	background-size:56px 40px,40px 40px,40px 40px;
	background-repeat: no-repeat,repeat-x,repeat;
	background-position: right top,left top,left center;
	padding: 5% 3%;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 7px;
}
	
}


