@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/bookstore/title.jpg");
	position: relative;
}

.baseBox .inner {
	max-width: 980px;
	position: relative;
}

/* ## wrapper ## */
#wrapper {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

/* ## index.php ## */
/* 検索項目 */
#srcBox {
	width: 300px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}
#srcBox.fixed {
	position: fixed;
	top: 0;
	right: 0;
}
#srcBox .srcSel {
	width: 100%;
	box-sizing: border-box;
}
.slBox {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 8px 14px 8px;
	float: left;
}
.slBox:after {
  content: "";
  clear: both;
  display: block;
}
.slBox a {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	color: #242424;
	display: block;
	overflow: hidden;
}
.slBox a .boxF {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.slBox a .boxF img {
	width: 100%;
	height: 170px;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	object-fit: cover;
}
.slBox a .boxS {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 10px 18px 18px 18px;
	overflow: hidden;
	position: relative;
}
.slBox a .boxS:after {
	content: "";
	width: 100%;
	height: 34px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7273503151260504) 63%, rgba(255,255,255,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.slBox a .boxS h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.slBox a .boxS .slAdd {
	font-size: 12px;
	margin-bottom: 4px;
}
.slBox a .boxS .ap {
	font-size: 10px;
}

/* ## storeinfo.php ## */
#shopinfo.baseBox .inner {
	max-width: 980px;
}

.ssBox .siTitle {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.ssBox .siTitle .boxF {
	width: 70%;
	box-sizing: border-box;
	padding-left: 34px;
	float: right;
}
.ssBox .siTitle .boxF h4 {
	font-size: 44px;
	font-weight: bold;
	color: #317f63;
	line-height: 1.2;
	margin-bottom: 14px;
}
.ssBox .siTitle .boxF h4 span {
	font-size: 18px;
	display: block;
}
.ssBox .siTitle .boxF .realshop {
	font-weight: bold;
	color: red;
	margin-top: 10px;
}

.ssBox .siTitle .boxF .linkUl {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.ssBox .siTitle .boxF .linkUl li {
	float: left;
}
.ssBox .siTitle .boxF .linkUl li.toWeb a {
	width: 200px;
	box-sizing: border-box;
	color: #317f63;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 14px;
	border: solid 1px #317f63;
	background-color: #ffffff;
	margin-right: 8px;
	padding: 4px 24px;
	display: block;
}
.ssBox .siTitle .boxF .linkUl li.toWeb a:hover {
	color: #ffffff;
	background-color: #317f63;
	text-decoration: none;
}
.ssBox .siTitle .boxF .linkUl li.siteLink a {
	color: #ffffff;
	font-size: 12px;
	background-color: #242424;
	border-radius: 4px;
	margin-right: 8px;
	padding: 4px 24px;
	display: inline-block;
}
.ssBox .siTitle .boxF .linkUl li.siteLink a:hover {
	text-decoration: none;
}
.ssBox .siTitle .boxF .linkUl li#linkBlog a {
	background-color: #999999;
	margin-left: 6px;
}
.ssBox .siTitle .boxF .linkUl li.snsLink a {
	font-size: 28px;
	line-height: 1;
	margin-top: -2px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 0 2px;
	display: inline-block;
}
.ssBox .siTitle .boxF .linkUl li#snsIg a {
	color: #d100a9;
}
.ssBox .siTitle .boxF .linkUl li#snsFb a {
	color: #0073ff;
}
.ssBox .siTitle .boxF .linkUl li#snsTw a {
	color: #009cf7;
}

.ssBox .siTitle .boxS {
	width: 30%;
	box-sizing: border-box;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
}
.ssBox .siTitle .boxS img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

.ssBox .apPoint {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #eeeeee;
	border-radius: 20px;
	margin: 14px 0;
	padding: 18px;
	overflow: hidden;
}

.ssBox .siTex .table02 iframe {
	width: 100%;
	height: 300px;
	margin-top: 10px;
}

/* おすすめ */
/* news */
.newsBox a .boxF {
  width: 24%;
  max-height: 124px;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */

/* news */
.newsBox a .boxF {
  max-height: 44px;
}
	
/* ## detail.php ## */
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */

/* news */
.newsBox a .boxF {
  max-height: 54px;
}	
	
/* ## detail.php ## */
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */

/* news */
.newsBox a .boxF {
  max-height: 84px;
}	

/* ## detail.php ## */



}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## index.php ## */
#srcBox {
	text-align: right;
}
.slBox {
	width: 50%;
	padding: 0 8px 14px 8px;
}
.slBox a:active .boxF img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.slBox a:active .boxS h4 {
	color: #317f63;
}
.slBox a .boxS h4 {
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 1.4;
}	
.slBox a .boxS {
	height: 140px;
	line-height: 1.4;
	padding: 8px 12px 14px 12px;
}

/* ## storeinfo.php ## */
.ssBox .siTitle .boxF {
	width: 70%;
	padding-left: 18px;
}
.ssBox .siTitle .boxF h4 {
	font-size: 24px;
	font-weight: bold;
	color: #317f63;
	line-height: 1.2;
	margin-bottom: 14px;
}
.ssBox .siTitle .boxF h4 span {
	font-size: 12px;
	display: block;
}
.ssBox .apPoint {
	border-radius: 14px;
	margin: 4px 0 14px 0;
	padding: 10px;
}	
.ssBox .siTex .table02 iframe {
	height: 168px;
	margin-top: 10px;
}
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## side ## */	

	
/* ## index.php ## */
.slBox a:hover .boxF img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.slBox a:hover .boxS h4 {
	color: #317f63;
}
	
.ssBox .siTex .table02 th {
	width: 18%;
}
	
/* おすすめ */
.bookBox.bsBox2 {
  width: 24.4%;
}
/* news */
.newsBox a .boxF {
  max-height: 100px;
}
	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */
.hBox .texBox {
	height: 234px;
}

/* おすすめ */
.bookBox.bsBox2 {
  width: 24.4%;
}

/* news */
.newsBox a .boxF {
  max-height: 124px;
}	

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {


/* ## index.php ## */
.hBox .texBox {
	height: 224px;
}
	


}