@charset "shift_jis";
/* CSS Document */



/*------------------------------------------------
	Wrapper
-------------------------------------------------*/
body {
	background: url(../images/bg_body.jpg);
}

#content {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #2C2A29;
	background: url(../images/bg.jpg) repeat-y;
	background-position: center;
}



/*------------------------------------------------
	Header
-------------------------------------------------*/
#headline {
	position: relative;
	width: 960px;
  max-width: 100%;  
	margin: 0 auto;
}
#headline h1 {
	padding: 24px 0 0 0;
	margin: 0 0 24px 0;
}

/*#headline ul#nav {
	position: absolute;
	top: 20px;
	right: 0;
	width: 300px;
	height: 40px;
	border: 1px solid #34A4F9;
	border-radius: 5px;
}*/
#headline ul#nav {
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px solid #34A4F9;
	border-radius: 5px;
	overflow: hidden;
}
#headline ul#nav li {
	float: left;
	width: 150px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background-color: #FFF;
}
#headline ul#nav li.active {
	background-color: #34A4F9;
}
#headline ul#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #054BB9;
}
#headline ul#nav a:hover {
	background-color: #6ABCFA;
	color: #FFF;
	transition: all 0.6s ease;
}
#headline ul#nav li.active a {
	color: #FFF;
}

/*SP*/
.headfoot-is-sp #headline h1 {
  width: 100%;
  padding: 24px 0 0 16px;
  margin: 0 0 8px 0;
}
.headfoot-is-sp #headline ul#nav {
  width: 80%;
	position: static;
  margin: 0 auto 16px;
}
.headfoot-is-sp #headline ul#nav li {
	width: 50%;
	margin: 0;
}
.headfoot-is-sp div.thumb {
	width:180px;
	margin:0 auto;
}
.headfoot-is-sp #headline ul#nav a:hover {
	background-color: #34A4F9;
	color: #FFF;
}

/*------------------------------------------------
	Title
-------------------------------------------------*/
#categoryTitle {
	position: relative;
	border-bottom: 1px solid #5A8791;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}
#categoryTitle h2 {
	text-align: center;
	text-shadow: 0 1px 1px #FFF;
  font-size: 1.5em;
  font-weight: bold;
}

#categoryTitle p {
	position: absolute;
	left: 0;
	top: 2px;
}

#categoryTitle p a {
	background: url(../images/arrow_back.png) no-repeat center left;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 20px;
	color: #007DFF;
	text-decoration: none;
}

/*sp*/
.headfoot-is-sp #categoryTitle p {
	left: 4px;
}
.headfoot-is-sp #categoryTitle h2 {
  padding: 0 56px;
}


/*------------------------------------------------
	Home
-------------------------------------------------*/
#appWrap {
	background: url(../images/bg_shelf01.png);
	margin: 0 0 60px 0;	
}
#appWrap ul {
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
#appWrap li {
	float: left;
	width: 180px;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	position:relative;
	height: 240px;
}

#appWrap li > div {
	/*display: table-cell;
	height: 200px;
	text-align: center;
	vertical-align: bottom;*/
}
div.thumb {
	position: relative;
	height: 180px;
}
#appWrap h2,
.bookWrap h2 {
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 13px;
	text-shadow: 0 1px 1px #FFF;
  line-height: 1.2;
}
#appWrap h2 span,
.bookWrap h2 span {
	/*background-color: transparent;
	border-radius: 20px;
	padding: 3px 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) inset;	
	display: inline-block;*/
	line-height: 1.2;
	/*margin: 0 10px;*/
  font-weight: bold;
}

/*sp*/
.headfoot-is-sp #appWrap {
  background-image: none;
}
.headfoot-is-sp #appWrap ul {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.headfoot-is-sp #appWrap ul li {
  width: 50%;
  height: auto;
background: linear-gradient(rgba(0,0,0,0),rgba(229,245,254,1));
  margin: 0;
  padding-top: 16px;
}

@media screen and (min-width: 320px) and (max-width: 320px) {
  .headfoot-is-sp div.thumb {
    width: 156px;
  }
  .headfoot-is-sp .thumb img {
    width: 154px;
    height: auto;  
  }
}
/*------------------------------------------------
	Bookshelf
-------------------------------------------------*/
.bookshelf {
	background: url(../images/bg_bookshelf_shadow.png);
	background-position: bottom 15px center;
}
.bookWrap {
	/*background: url(../images/bg_bookshelf.jpg) repeat-y;
	background-position: center top;*/
	padding-bottom: 60px
}
.bookshelf ul {
	width: 960px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.bookshelf li {
	position:relative;
	float: left;
	width: 180px;
	height: 300px;
	margin: 0 15px 0 0;
}

.bookshelf li > div {
	width: 180px;
	height: 240px;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
.bookshelf img {
	box-shadow:rgba(0, 0, 0, 0.25) 0px -5px 10px 0px;
}

/*sp*/
.headfoot-is-sp .bookshelf{
  background-image: none;
}
.headfoot-is-sp .bookshelf ul {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(229, 245, 254, 1));
  background-size: 100% 300px;
  background-repeat: no-repeat;
  background-position: bottom;    
}
.headfoot-is-sp .bookshelf li {
  width: 50%;
  height: auto;
  margin: 18px 0 0 0;
background: linear-gradient(rgba(0,0,0,0),rgba(229,245,254,1));
}
.headfoot-is-sp #appWrap h2, .headfoot-is-sp .bookWrap h2 {
 margin: 4px 8px 8px;
}
.headfoot-is-sp .bookshelf li > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*------------------------------------------------
	img
-------------------------------------------------*/

#content a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/*------------------------------------------------
	パンフレット
-------------------------------------------------*/
.headfoot-is-sp #cboxClose {
  background: url(../images/btn_close.png) no-repeat 0px 0px;
  width: 50px;
  height: 43px;
  background-size: cover;
  opacity: .9;
}
.headfoot-is-sp #cboxClose:hover{background-position: 0px -43px;}

/*------------------------------------------------
	ページトップ
-------------------------------------------------*/
.goTop {
  display: none;
}