@charset "UTF-8";
@media screen and (max-width: 50em) {

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#container {
	width:100%;
}

/* スマホ用CSS ↓*/

div.inner,
main {
	width: auto;
}

div.pure-container label {
	display: block;
}

br.pc{
    display: none;
}
    
br.smf{
    display: block;
}


/* ------------------------------ ヘッダー ------------------------------ */

header {
	height: 90px;
	background: #fff9b1;
}

header div.inner {
	height: 80px;
	background: #fff9b1;
}
header div.inner > h1 {
	padding: 25px 0 0 5px ;
	margin: 0;
	width: 100%;

}
header h1 {
	margin-top: 40px;
	width: auto;
	background: #fff9b1;
	position: fixed;
	z-index: 1;
	height: 60px;
}

header h1 img {
	width: 180px;
}

header nav.pc-sub ul li:nth-child(1),
header nav.pc-sub ul li:nth-child(2),
header nav.pc-sub ul li:nth-child(3),
header nav.pc-sub ul li:nth-child(4),
header nav.pc-sub ul li:nth-child(5),
header nav.pc-sub ul li:nth-child(7) {
	display: none;
}
header nav.pc-sub ul li:nth-child(6) { /*カートマーク*/
	position: absolute;
	top: 0;
	right: 65px;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #fff9b1;
	margin: 10px;
	padding:15px 10px 5px 10px;
	height:40px;
	position: fixed;
	z-index: 1;
}

form.header-search {
	display: none;
}

main#top {
	margin-top: 10px;
}

/*----------検索ボックス-----------------*/

div.smrtonly {
	display: block;
	width: auto;
	padding: 10px;
	background: #e6e4ca;
	margin:0;
	overflow: hidden;
	text-align: center;
}

form.smf-search input {
	background: url(../img/icon_search.svg) no-repeat #fff;
	background-size: 20px;
	background-position: 3px 3px;
	border: 2px solid #aaa;
	border-radius: 10px;
	padding: 5px;
	width: 200px;
	height: 15px;
	text-indent: 2em;
}

form.smf-search button {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	background: #eb9a1b;
}

form.smf-search button:hover {
	opacity: 0.7;
}

/* ------------------------------ ハンバーガーメニュー ------------------------------ */
.drawer-nav {
	display: block;
}

button.drawer-toggle {
	display: block;
}

button.drawer-hamburger {
	background: #FFF;
	border-radius: 3px;
	margin: 10px;
	border: 1px solid #fff9b1;
}
button.drawer-hamburger:hover {
	background: #FFF;
	border-radius: 3px;
	margin: 10px;
	opacity:0.7;
}

ul.drawer-menu {	
}

ul.drawer-menu li {
	border-bottom: 1px solid #EEE;
}

ul.drawer-menu a {
	padding: 15px;
	display: block;
	color: #694e2e;
	font-weight: bold;
}

ul.drawer-menu a:hover {
	color: #694e2e;
	opacity: 0.7;
	font-weight: bold;
	text-decoration: none;
}

ul.drawer-menu a:before {
	font-family: FontAwesome;
	padding: 0 10px 0 0;
	content: "\f152";
	color: #694e2e;
	font-size: 16px;
}

/* ------------------------------ h1見出し ------------------------------ */

main#top h1 a {
	font-size: 14px;
	margin-top: 3px;
	margin-right: .25em;
	width: auto;
}

h1.mds-newbook,
h1.mds-information,
h1.mds-pickup,
h1.mds-ranking,
h1.mds-search,
h1.mds-special,
h1.mds-bookstore,
h1.mds-library,
h1.mds-etc,
h1.mds-bclub,
h1.mds-digital {
	font-size: 20px;
	height: auto;
	line-height: 1.6;
	text-indent: 0;
	padding: 5px 5px 5px 10px;
	margin: 0 .5em;
	display: block;
}

h1.mds-newbook {
	background: #ec79a5;
	text-indent: 0;
}

h1.mds-information {
	background: #8dc556;
	text-indent: 0;
}

h1.mds-pickup,
h1.mds-ranking {
	background: #915da3;
	text-indent: 0;
}

h1.mds-search {
	background: #F08300;
	text-indent: 0;
}
h1.mds-special,
h1.mds-digital {
	background: #beb098;
	text-indent: 0;
}

h1.mds-bookstore {
	background: #00AEBB;
	text-indent: 0;
}

h1.mds-library {
	background: #00AEBB;
	text-indent: 0;
}

h1.mds-etc {
	background: #694e2e;
	text-indent: 0;
}

h1.mds-bclub {
	background: #f29b87;
	text-indent: 0;
}

h1.mds-digital { letter-spacing:-0.1em; }

/* ------------------------------ h2見出し（共通） ------------------------------ */

h2.mds {
	margin: 0 0 1em .5em;
}

h2.mds-tb {
	margin: 1.5em 0 1em .5em;
	padding-left: 1em;
	text-index: -1em;
}

/* ------------------------------ グローバルナビゲーション ------------------------------ */

nav.pc-global {
	display: none;
}

/* ------------------------------ 共通お知らせ一覧 ------------------------------ */

ul.information-list li p.img {
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 0 5px 5px .5em;
}

ul.information-list li p.img img {
	max-width: 150px;
	max-height: 150px;
}

ul.information-list li span {
	margin-left: 0;
}

ul.information-list li em {
	padding-left: .5em;
}

ul.information-list li p.txt {
	margin: .5em 0 0 0 ;
}

ul.information-list li h2,
ul.information-list li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 1em 0 0 0 ;
	padding: 0 0.5em;
}

/* ------------------------------ 共通商品一覧 ------------------------------ */

ul.book-list li {
	margin: 2em .5em;
}

ul.book-list li p {
	margin-left: 160px;
}

ul.book-list li p.img {
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 0 5px 5px 0;
}

ul.book-list li p.img img {
	max-width: 150px;
	max-height: 150px;
}

ul.book-list li h2,
ul.book-list li h3 {
	margin-left: 160px;
}

ul.book-list p.author {
	margin-top: 0;
	margin-bottom: 0;
}

ul.book-list p.genre {
	margin-top: 0;
}

ul.book-list p.grade {
	margin-top: 0;
	margin-bottom: 0;
}

ul.book-list p.grade span {
	margin: .5em .5em 0 0;
}

ul.book-list p.price {
	margin-top: .5em;
}

ul.book-list p.price em {
	margin: 5px 0 0 0;
}

/* ------------------------------ 共通ページ送り ------------------------------ */

nav.page-nav {
	margin: 20px .5em;
}

nav.page-nav p.prev a,
nav.page-nav p.next a {
	font-size: 14px;
	width: auto;
	padding: 10px;
}

nav.page-nav ul {
	display: none;
	
}

nav.page-nav ul li:nth-child(n+3) {
	display: none;
}

/* ------------------------------ 共通フォーム一式 ------------------------------ */

.default-form {
	margin: 20px .5em 0 .5em;
}

.default-form p {
	padding: 0;
}

.default-form dl dt {
	text-align: left;
	margin-top: 10px;
	padding: 5px 10px;
	background: #EFEFEF;
	width: auto;
	float: none;
}

.default-form dl dd {
	width: auto;
	margin: 5px 0 20px 0;
	line-height: 1.6;
}

.default-form dl dd label {
	display: block;
	margin: .5em 1em .5em 0;
}

.default-form dl dd.question {
	margin-left: 0;
}

.default-form input[type=text], 
.default-form input[type=tel],
.default-form input[type=email] {
	width: 80%;
}

.default-form input.em30 { width: 15em; }

.default-form textarea {
	width: 18em;
}

.default-form select {
	width: 35%;
	margin: 0 0 5px 0;
}

.default-form button {
	width: 80%;
	margin: 1em 0 0 40px;
}

/* ------------------------------ シェアボタン ------------------------------ */

.share-buttons .share-button:first-child img {
	background: #3b5998;
	height: 20px;
	width: 20px;
}

/* ------------------------------ バナーリスト ------------------------------ */

ul.banner-list {
	display: block;
	margin: 0 .5em;
}

ul.banner-list li {
	padding-top: 10px;
}

ul.banner-list li:first-child {
	padding-top: 20px;
}

ul.banner-list li img {
	width: 100%;
}

/* ------------------------------ パンくずリスト ------------------------------ */

ul.breadcrumb {
	margin: 1em 0 1.5em .5em;
}

ul.breadcrumb li {
	line-height: 1.4;
}

/* ------------------------------ フッター ------------------------------ */
footer nav ul {
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding-top: 10px;
}

footer nav ul li {
	margin: 0;
}

footer nav ul li ul {
	padding: 0;
}

footer nav ul li ul li {
	padding: 10px;
	margin: 0 10px;
	border-radius: 3px;
	background: #fff;
	text-indent: 1.5em;
}

footer nav ul li ul li.md {
	margin-top: 10px;
	padding: 15px;
	text-indent: 0;
}

footer nav ul li ul li.md:before {
	content: none;
}

footer nav ul li ul li:hover {
	display: block;
	opacity: .7;
}

footer nav ul li ul li a {
	display: block;
	color: #5b3219;
}

footer nav ul li ul li a:hover {
	text-decoration: none;
}

footer nav ul li ul li.md a {
	font-weight: bold;
	font-size: 16px;
}

footer ul.footer-bnr {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 5px auto 20px auto;
}

footer ul.footer-bnr li {
	padding: 0 20px;
}

footer small {
	text-align: center;
	font-size: 11px;
	line-height: 1.6;
}

p.logo-illust {
	display: block;
	margin: 20px 0 0 0;
}

p.logo-illust img {
	padding: 20px 0 0 0;
}

/* ------------------------------ フッタアコーディオン ------------------------------ */

.foottitle{
	pointer-events: all;
}

ul.toggle{
	height: 0;
	padding: 0 8px;
	transition: .2s;
	margin-top: 0;
}

input:checked + ul.toggle{
	height: auto;
	padding: 0 8px 8px 8px;
}

label.foottitle {
	background: #FFF;
	margin: 10px 10px 0 10px;
	padding: 25px 15px;
	font-weight: bold;
	font-size: 16px;
	display:block;
	border-radius: 3px;
	cursor: pointer;
}

label.foottitle:hover {
	display: block;
	opacity: .7;
	color: #5b3219;
}

label.foottitle:after {
	content: "　▼";
	font-size: 8px;
	float:right;
}

ul.toggle li{
	border-radius: 3px;
	margin: 0 2px;
	padding: 10px 8px 10px 15px;
	line-height: 0;
	visibility: hidden;
	opacity: 0;
	transition: 
		padding .2s,
		line-height .2s,
		visibility .1s,
		opacity .1s;
}

input:checked + ul.toggle li{
	margin: 0 2px;
	padding: 10px 8px 10px 15px;
	line-height: 1.5;
	visibility: visible;
	opacity: 1;
}

ul.toggle li:first-child {
	font-weight:normal;
	margin-top: 0;
}

ul.toggle li:first-child:before {
	content: none;
}

ul.toggle li:nth-child(n+2) {
	margin: 0;
}

/* ----20200813著作物の4------------ */
    
.default-form dl dt.rodoku{
	text-align: left;
	margin-top: 10px;
    margin-left: 0;
	padding: 0 10px 5px;
	background: #EFEFEF;
	width: auto;
	float: none;
}

.default-form dl dt.rodoku p.biko{
    text-align: left;
    margin-left: 2px;
}

.default-form dl dt.rodoku p.chui{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.35;
    text-align: left;
    text-indent: -1em;
    margin:-1em -1em 0 0;
    padding: 0;
}
    
/* スマホ用CSS ↑*/

}
