html{
-webkit-text-size-adjust: 100%;
}

body{
	font-family:
    'メイリオ',
    Meiryo,
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'ＭＳ Ｐゴシック',
	sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 0.04em;
	}

#wrapper{
	width:100%;
}

header{
	width:100%;
	overflow: hidden;
	}


/* header
----------------------------------------------------------------------------------------------- */

#top-logo{
	margin: 20px 0px 14px 20px;
}

.bg-slider{
	width: 100%;
	height: 52vw;
	background-position:top center;
	background-size: cover;
	/*display: flex;
	align-items: top;
	justify-content: center;*/
	}

#top-catch{
	width: 40%;
	float: right;
	margin: 2em 3em 0em 0em;
}

#top-catch img{
	width: 100%;
}

#top-pict{
	width: 40%;
	float: left;
	margin: 2em 0em 0em 3em;
}

#top-pict img{
	width: 100%;
}

#top-pict2{
	width: 20%;
	float: right;
	margin: -9em 3em 0em 60em;
	position: relative;
}

#top-pict2 img{
	width: 100%;
}


main{
	width:100%;
	overflow: hidden;
	}

nav{
	width: 100%;
	margin: 0px auto 38px;
	font-size: 110%;
	line-height: 1.4em;
	background-color: #dedcfe;
}

nav ol{
	width: 940px;
	margin: auto;
	overflow: hidden;
}
	
nav li{
	float: left;
	margin: 0px 8px;
	padding: 20px 15px 24px;
}

nav a:hover{
	border-bottom: 2px solid #0000b4;
	padding-bottom: 13px;
}


#info{
	width: 960px;
	margin: 0px auto 40px;
}

.content-lead{
	margin-bottom: 40px;
}

.content-lead-center{
	margin-bottom: 40px;
	text-align: center;	
}

.content-head{
	margin: 50px 0px 25px;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	color: #0000b4;
	line-height: 1.1em;
}

.content-head-e{
	font-size: 60%;
	color: #777;
}

.info-post{
	border-bottom: 1px solid #87f384;
	padding: 28px 0px 24px;
}

.info-post-title{
	margin-bottom: 12px;
}

.info-post-title span{
	font-size: 110%;
	background-color: #c3ffc2;
	padding: 10px;
	font-weight: bold;
}

.info-post-pict img{
	width: 360px;
	margin-right: 10px;
	margin-top: 12px;
}

/* about
----------------------------------------------------------------------------------------------- */

.about-title-bg{
	background: url(../img/about_title_bg.jpg) no-repeat top left;
	width: 100%;
	height: 26vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.page-title{
	text-align: center;
	display: table-cell;
	height: 46px;
	vertical-align: middle;
}

#about{
	width: 960px;
	margin: 0px auto 40px;
}

.content-head-sub{
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	background: url(../img/title_sub_line.jpg) no-repeat bottom center;
	padding-bottom: 20px;
	margin: 30px 0px;
	clear: both;
}

.books-set{
	width: 210px;
	margin-right: 40px;
	float: left;
	font-size: 92%;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.books-set-right{
	width: 210px;
	float: right;
	margin-bottom: 30px;
	font-size: 92%;
	line-height: 1.6em;}

.books-set-large{
	clear: both;
	width: 960px;
	margin-bottom: 30px;
}

.books-set-large .books-pict img{
	width: 600px;
}

.books-title{
	font-weight: bold;
}

.books-pict{
	width: 200px;
	margin-top: 10px;
}

.books-pict img{
	width: 100%;
}

.miwa-syoten-btn{
	display: block;
	width: 600px;
	margin: 2px auto;
	background-color: #fe781f;
	color: #fff;
	border-radius: 8px;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
}


/* member
----------------------------------------------------------------------------------------------- */

.member-title-bg{
	background: url(../img/member_title_bg.jpg) no-repeat top left;
	width: 100%;
	height: 26vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.img-center{
	display: block;
	text-align: center;
	margin-top: 30px;
}

.message-img{
	float: right;
	width: 460px;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* footer
----------------------------------------------------------------------------------------------- */

footer{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

#footer-content{
	width: 960px;
	margin: 0px auto 20px;
	font-size: 90%;
}