hr.clearfix {
  margin: 0;
  border: none;
}

.h2_pickup2 {
	margin-bottom: 15px;
  border-bottom: 2px #85734d solid;
  padding-bottom: .5rem;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.mainSlide-wrapper {
	position: relative;
}

#mainSlider3,
#mainSlider2,
#mainSlider1 {
	margin: 0 auto 30px;
	width: 100%;
	overflow: visible;
	position: static;
  background: #f5f5f5;
  padding: 15px 0 0;
}
#mainSlider3 .slide-container {
  height: 300px !important;
}

#mainSlider3 .slick-list,
#mainSlider2 .slick-list,
#mainSlider1 .slick-list {
	overflow: visible;
}

#mainSlider2 .slick-list,
#mainSlider1 .slick-list,
#mainSlider3 .slick-list,
#mainSlider4 .slick-list {
  padding: 0 10%;
}


#mainSlider4 .slick-slide {
  padding: 0 10px;
}

.slide-container {
	padding: 0 8px;
}

.slide-container a {
	display: block;
	text-align: left;
	position: relative;
}

.slide-container a .display_name {
	color: #000;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.slick-slide .slideBg {
	background: #fff;
	text-align: center;
	height: 140px!important;
	margin-bottom: 4px;
	position: relative;
	border: 1px solid #666;
	border-radius: 4px;
}

.slick-slide img {
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%)!important;
}

.slick-slide .price {
	display: block;
	padding: 8px 0;
  line-height: 1;
	font-size: 14px;
	color: #f00;
	font-weight: bold;
}

.slider4 {
  margin: 20px auto 30px;
	padding: 20px 0 0;
	box-sizing: border-box;
	width: 100%;
	overflow: visible;
	position: static;
  background: #f5f5f5;
  font-size: 14px;
}

.newbook-list .list-content {
  border-top: 2px dotted #dfdfdf;
  padding: 15px 0;
  line-height: 1;
}

.newbook-list .list-content:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.newbook-title a {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  line-height: 1.3;
}

.newbook-info {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
}

.newbook-store {
  padding-left: 24px;
  position: relative;
}

.newbook-store img {
  position: static;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.newbook-store a {
  display: inline;
  color: #039;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}

.top-store-new {
	background: url('../img/shop.png') no-repeat top left / contain;
	padding-left: 20px;
}

.top-store-new a {
	font-size: 12px;
	color: #039;
	text-decoration: underline;
}

.newbook-info .price {
  padding: 4px 0;
}

.slick-prev,
.slick-next {
	width: 30px;
	height: 95%;
	padding: 37px 0 0 0;
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.8);
	color: #fff;
	overflow: hidden;
	z-index: 1;
}

.slick-prev {
	left: 0;
  border-radius: 0 5px 5px 0;
}

.slick-next {
	right: 0;
  border-radius: 5px 0 0 5px;
}

.slick-prev::before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #000;
	transform: rotate(-45deg) translate(21px, -12px);
}

.slick-prev::after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #000;
	transform: rotate(45deg) translate(-18px, -25px);
}

.slick-next::before {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #000;
	transform: rotate(45deg) translate(-12.5px, -23px);
}

.slick-next::after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #000;
	transform: rotate(-45deg) translate(28px, -18px);
}

.spcommonH3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main-content {
	padding: 0;
}

.h2_pickup {
	margin: 15px 0 10px 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
}

.h2_pickup span {
	font-size: 12px;
}

.h2_new_books {
	margin-bottom: 15px;
  border-bottom: 2px #85734d solid;
  padding-bottom: .5rem;
  font-size: 16px;
  font-weight: bold;
}

#top_moved_bannar{
	margin: 0 0 20px;
	padding: 0 15px;
}

#top_baseinfo_banner{
	margin: 15px 0 20px;
	padding: 0 15px;
}

#top_moved_bannar::after,
#top_baseinfo_banner::after {
	content: '広告';
  font-size: 14px;
	text-align: right;
	display: block;
	padding: 10px 0 0;
	color: #000;
}

#top_moved_bannar ul,
#top_baseinfo_banner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top_moved_bannar li,
#top_baseinfo_banner li {
	width: 48%;
}

#top_moved_bannar a img,
#top_baseinfo_banner a img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.tokusyubannar {
	margin-bottom: 30px;
}

.tokusyubannar li {
	text-align: center;
	margin-bottom: 10px;
}

.tokusyubannar li img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin-bottom: 2px;
}

.tokusyubannar li span {
	display: block;
	color: #039;
	text-decoration: underline;
}

.aboutlink a {
	display: block;
	background: #c4ebff;
	color: #293483;
	text-decoration: none;
	font-size: 16px;
	border-radius: 20px;
	max-width: 280px;
	margin: 0 auto 30px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.aboutlink a span {
	font-weight: bold;
}

.aboutlink a span::before {
	content: '■';
}

.searchform {
	background: #3d3d3d;
	margin: -15px -15px 15px;
	padding: 10px;
	text-align: center;
}

.searchform .visitor-form-submit {
	background: #386fb5;
}

.visitor {
  background: #f0f0f0;
  padding: 15px 0 0;
}

.spring .visitor {background: #f0e9e9;}
.summer .visitor {background: #eaf0e9;}
.autumn .visitor {background: #f0ece9;}
.winter .visitor {background: #ebf0f3;}


.visitor-form-search{
  width: calc(100% - 86px);
  border-radius: 0;
  padding: 10px;
  margin-right: 8px;
  font-size: 14px;
  height: auto;
}

.visitor-form-submit {
  color: #fff;
  background: #7C501A;
  border-radius: 4px;
  font-size: 14px;
  padding: 9px 23px;
  width: auto;
  height: auto;
}

.visitor .product-drawer {
  background: none;
  padding: 10px 0;
}

.visitor .drawer-button-container {
  background: none;
}

.sp-top-link {
  font-size: 14px;
  color: #039;
  text-decoration: underline;
	margin: 10px 15px 30px 15px;
}

.archive-box .sp-top-link{
	margin: 10px 15px 10px 15px;
}

.top-headimg {
  width: 100%;
	height: 162px;
  color: #fff;
  text-align: center;
  background: #fff no-repeat;
  background-size: cover;
}

.month-1 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_jan.jpg');}
.month-2 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_feb.jpg');}
.month-3 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_mar.jpg');}
.month-4 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_apr.jpg');}
.month-5 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_may.jpg');}
.month-6 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_jun.jpg');}
.month-7 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_jul.jpg');}
.month-8 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_aug.jpg');}
.month-9 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_sep.jpg');}
.month-10 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_oct.jpg');}
.month-11 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_nov.jpg');}
.month-12 .top-headimg {background-image: url('/user_data/packages/sphone/img/main_dec.jpg');}

.top-head-text01 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
}

.top-head-text02 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
}

.top-comment {
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

.content-head {
	font-size: 18px;
  font-weight: bold;
	padding: 15px 15px 0;
	margin: 20px 0 10px;
  border-top: 1px solid #dfdfdf;
}

.content-comment {
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 10px;
}

.top-special-contents {
	padding: 15px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.top-special-contents a{
  line-height: 0;
}
.news-content {
  margin: 10px;
  padding: 10px;
  background: #fff2f1;
  border: 1px solid #842029;
  font-size: 14px;
}

.news-content h2 {
  font-weight: bold;
  font-size: 14px;
  color: #842029;
}

.news-list-container .news-list {
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-list-container .news-list li {
  padding: 10px 0;
  border-top: 2px dotted #dfdfdf;
}

.news-list-container .news-list .date,
.news-list-container .news-list .news_date {
  font-size: 14px;
}

.news-list-container .news-list a {
  font-size: 14px;
  color: #039;
  text-decoration: underline;
}

.news-list-container .news-list .news_title {
  line-height: 1.3;
}

.archive-box {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.archive-box a {
	width: 100%;
}

.archive-box h3 {
  font-size: 14px;
  font-weight: bold;
}

.search-word-ex::after {
	content: '';
	display: block;
	clear: both;
}

.search-word-ex .pbox-index {
	margin: 0 10px 10px;
}

.search-word-ex .pbox-index h4 {
	display: block;
	margin-bottom: 10px;
  border-left: #A69268 solid 4px;
  line-height: 0;
}
.search-word-ex .pbox-index h4 img{
  width: 100%;
  height: auto;
}
.search-word-ex .pbox-index ul {
	margin: 0;
}

.search-word-ex .pbox-index li {
	display: inline-block;
	margin: 0 3px 7px 0;
}

.search-word-ex .pbox-index li a {
	display: block;
	padding: 3px 10px;
	border: 1px solid #039;
	color: #039;
	text-decoration: none;
	border-radius: 3px;
  font-size: 14px;
}

.mailmagazine {
	padding: 0 15px;
	margin-bottom: 20px;
}

.mailmagazine-link {
  padding: 10px 0;
	border-top: 2px dotted #dfdfdf;
  border-bottom: 2px dotted #dfdfdf;
  font-size: 14px;
}

.mailmagazine-link .date {
  margin-bottom: 10px;
}

.mailmagazine-link .date .label {
  font-weight: bold;
  color: #fff;
  background: #842029;
  padding: 4px 8px;
  margin-right: 10px;
  font-size: 14px;
}

.mailmagazine-link a {
  color: #039;
  text-decoration: underline;
}

.contents-wrap {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
}

.contents-wrap .content-item {
	width: 48%;
	padding: 32px 10px;
	box-sizing: border-box;
	border: 1px solid #7C501A;
	text-align: center;
}

.contents-wrap .content-item.beginner {
	background: #CBF3FF;
}

.contents-wrap .content-item img {
	display: block;
	max-width: 40px;
	max-height: 40px;
	margin: 0 auto;
}

/* ページ上部へ戻る　リンク */
.to-top-link {
  text-align: right;
  padding: 0 15px;
}

.to-top-link a {
  color: #039;
  text-decoration: underline;
  font-size: 14px;
}

/* 初めての方へ　バナー */
.beginner_bnr {
	padding: 0 15px;
}
.beginner_bnr img {
	max-width: 100%;
}
