/*
Theme Name: CREKAMO
Theme URI: https://www.creates-k.co.jp/
Author: Fumio OGUNI
Author URI: http://
Description: 「クリエイツかもがわ」サイト専用
Version: 1.0.0
*/

/* Webフォント */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Peta&display=swap');

/* 外部css */

@import url('./cart/style_cart.css');

/* リセット */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd,
header, footer, nav, article, section, adress {
	margin: 0;
	padding: 0;
}
h1, h2 {
	margin: 15px 0;
}
h3, h4, p, dl, ul, ol {
	margin: 10px 0;
}
img {
	vertical-align:bottom;
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

/* 共通 */

body {
	color: #1d234f;
	background-color: #ffffff;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	line-height: 170%;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3",‘Hiragino Kaku Gothic ProN’,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
}
textarea {
	font-family: sans-serif;
}
a:link,
a:visited,
a:active {
	color: #1d234f;
	text-decoration: none;
}
a:hover {
	color: #969696;
	text-decoration: none;
}
a.tellink,
a.tablet_tellink {
	pointer-events: none;/* 電話リンクをOFF */
}
.hide {display: none;}
.clear {clear: both;}
.textcenter {
	text-align: center !important;
}
.textleft {
	text-align: left !important;
}
.textright {
	text-align: right !important;
}
.textcenter_smartleft {
	text-align: center;
}
.text_list_style {
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 480px) {
	.textcenter_smartleft {
		text-align: left;
	}
}
.search-highlight {
	font-weight: bold;
}
.tsume {
	letter-spacing: -0.4em;
}
.font_small_90 {
	font-size: 0.9em;
}
iframe {
	border: none;
}
.center_in_left {
	display: block;
	margin: 0 auto;
	text-align: left !important;
}
.pc_view {
	display: inline;
}
.smart_view,
.smart_view_360 {
	display: none;
}
:focus {
	outline: none;
}

/* 文字設定 */

h1 {font-size: 40px; line-height: 130%;}
h2 {font-size: 30px; line-height: 130%;}
h3 {font-size: 20px; line-height: 130%;}
h4 {font-size: 15px; line-height: 130%;}
h5 {font-size: 14px; line-height: 130%;}
h6 {font-size: 13px; line-height: 130%;}

/* clearfix */

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

/* アンカー位置 */

a.anchor {
	display: block;
	padding-top: 110px;
	margin-top: -110px;
}

/* 配置 */

.flex_center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_between {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_around {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex_between_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_between_nowrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flex_item_center {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.flex_column_item_center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: center;
	align-content: center;
}
.flex_center_center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/* 全体構成 */

#header_area {
	width: 100%;
	background-color: #ffffff;
}
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #8e91a7;
	background-color: #ffffff;
}
#nav {
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}
.main_container {
	width: 100%;
	background-color: #ffffff;
}
#top_genre_menu_area,
#top_main_area,
#main_area,
#single_main_area,
#page_main_area,
#news_main_area {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #ffffff;
}
#main_area,
#news_main_area {
	padding: 30px 20px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top_main_area {
	margin: 20px auto 0;
	text-align: left;
}
#news_main_area {
	padding: 50px 20px 0;
}
#top_genre_menu_area {
	padding: 15px 20px;
	text-align: center;
	background-color: #ffffff;
}
#menu_area {
	width: 100%;
	max-width: 220px;
}
#contents_area {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
}
#genre_list,
#bookcontent,
#singlecontent,
#singlecontent2 {
	width: 100%;
	text-align: left;
}
#bookcontent {
	position: relative;
}
#singlecontent2 {
	padding-top: 45px;
}
.page_content,
.page_content2 {
	padding-top:25px;
	text-align: left;
}
.page_content2 {
	padding-top:25px;
}
#footerarea {
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	background-color: #ffffff;
}

/* ヘッダ */

.header_fixed {
	position: fixed;
	top: 0;
	background-color: #ffffff;
	z-index:30000;
}
dl#header_top {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.large_logo_box {
	height: 100px;
	padding: 15px 20px;
}
.small_logo_box {
	height: 66px;
	padding: 9px 20px;
}
dl#header_top dt {
	width: 36%;
	text-align: left;
}
dl#header_top dd {
	width: 64%;
	//height: 100%;
	text-align: right;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
h1#header_logo {
	margin: 0 auto 0 0;
}
h1#header_logo img {
	opacity: 0;
}
.large_logo {
	width: 238px;
	height: 69px;
	background: transparent url('./theme_img/logotitle_1.svg') no-repeat left 0;
	-moz-background-size: 238px 69px;
	background-size: 238px 69px;
}
.small_logo {
	width: 238px;
	height: 28px;
	background: transparent url('./theme_img/logotitle_2.svg') no-repeat left 0;
	-moz-background-size: 238px 28px;
	background-size: 238px 28px;
}
ul.header_right.shm {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 340px;
	box-sizing: border-box;
	/*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;*/
}
ul.header_right.shm li {
	vertical-align: middle;
	text-align: left;
}
.head_space {
	margin-top: 22px !important;
}
/* 検索フォーム */
form#searchform {
	margin: 0 auto 0 0;
	position: relative;
	box-sizing: border-box;
}
.screen-reader-text {
	display: none;
}
.searchfield {
	font-size: 15px;
	width: 80%;
	height: 40px;
	padding-left:40px;
	border: solid 3px #B3B3B3;
	border-radius: 30px;
	align-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.searchsubmit {
	width: 14px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: transparent;
	cursor: pointer;
	border: none;
	background: transparent url('./theme_img/icon_search.svg') no-repeat center;
	-moz-background-size: contain;
	background-size: contain;
}
#searchform input::placeholder {
	font-size: 0.9em;
}
/* Safariのみ */
_::-webkit-full-page-media, _:future, :root .searchfield {
	height: 18px;
	padding-top: 11px;
	padding-bottom: 11px;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
	#searchform input::placeholder {
		position: relative;
		bottom: 11px;
	}
}
/* トップメニュー欄 */
dl#nav_line {
	width: 100%;
	max-width: 1040px;
	height: 44px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	bottom: 1px;
}
.line_dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.line_dt {
	width: calc(100% - 450px);
	line-height: 145%;
}
.line_dd {
	text-align: right;
	mini-width: 450px;
	line-height: 145%;
}
.lines_dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.lines_dt,
.lines_dd {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.top_tel_fax {
	font-size: 16px;
	font-variant-ligatures: none;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 0;
}
.top_tel_fax li.tel_fax {
	letter-spacing: 0.02em;
	padding-left: 4px;
}
.top_tel_fax li.sns_icon {
	padding-left: 0.5em;
}
.top_tel_fax li.sns_icon a {
	margin: 0 5px;
}
/* トップ・フッタメニュー */
ul.top_menu,
ul#menu-footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}
ul.top_menu li,
ul#menu-footer_menu li {
	display: table-cell;
}
ul.top_menu li:before,
ul#menu-footer_menu li:before {
	content: "│";
}
ul.top_menu li:last-child:after,
ul#menu-footer_menu li:last-child:after {
	content: "│";
}

/* 書籍メニュー */

ul#menu-books_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
ul#menu-books_menu li {
	margin-bottom: 30px;
}
ul#menu-books_menu li h5 ,
#event_info_area h5 {
	border-bottom: 2px solid #005eac;
	margin: 0 0 2px;
	padding: 15px 0 11px;
}
#menu-item-234 h5 {
	background: transparent url('./theme_img/genre.svg') no-repeat left 13px;
	-moz-background-size: 220px auto;
	background-size: 220px auto;
}
#menu-item-224 h5 {
	background: transparent url('./theme_img/keyword.svg') no-repeat left 13px;
	-moz-background-size: 220px auto;
	background-size: 220px auto;
}
ul#menu-books_menu li h5 a {
	color: transparent;
	font-weight: normal;
	cursor: default;
	pointer-events: none;
}
ul#sub-menu-books_menu {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
ul#sub-menu-books_menu li {
	margin: 0;
}
ul#sub-menu-books_menu li h5 {
	background: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
ul#sub-menu-books_menu li h5 a {
	color: #1d234f;
	font-weight: normal;
	cursor: pointer;
	pointer-events: auto;
}
ul#sub-menu-books_menu li h5 a:hover {
	color: #969696;
}
ul#sub-menu-books_menu li.current-menu-item h5 a,
ul#sub-menu-books_menu li.current-post-parent h5 a {
	position: relative;
	top: 0;
	right: 20px;
	padding-left: 20px;
	font-weight: normal;
	color: #005eac;
	background: transparent url('./theme_img/icon_book_cr.svg') no-repeat left 3px;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
ul#sub-menu-books_menu li.current-menu-item h5 a:hover,
ul#sub-menu-books_menu li.current-post-parent h5 a:hover {
	color: #969696;
	background: transparent url('./theme_img/icon_book_cr_ov.svg') no-repeat left 3px;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}
/* イベント情報 */
ul#link_list_event_info {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#link_list_event_info li {
	margin: 15px 0;
}
ul#link_list_event_info li img {
	width: 100%;
	max-width: 220px !important;
	height: auto !important;
}
/* リンクリスト */
.link_list .link_title,
.link_list .link_content {
	text-align: left;
}

/* フッタ */

#link_banners {
	background-color: #f9f5f0;
	padding: 0;
}
#link_banners div h5 {
	margin: 0 auto 10px;
	width: 150px;
	padding: 20px 0 2px;
	border-bottom: 1px solid #1d234f;
}
ul#link_list_with_creates {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#link_list_with_creates li {
	margin: 0;
	padding: 10px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
ul#link_list_with_creates li img {
	width: 100%;
	max-width: 230px !important;
	min-width: 210px !important;
	height: auto !important;
}
dl#footer {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
dl#footer dt {
	width: 45%;
	text-align: left;
}
dl#footer dd {
	width: 55%;
	text-align: right;
}
ul#menu-footer_menu {
	margin: 0 0 0 auto;
}

/* トップページ */

#top_image {
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
#top_image::before {
	content: "";
	display: block;
	position: fixed;
	top: 110px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: #f5f6ee url('./theme_img/kamogawa_webtop.jpg') no-repeat center 0;
	-moz-background-size: auto 434px;
	background-size: auto 434px;
}
#top_slider {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
	background-color: #ffffff;
}
#top_news_area {
	margin: 15px auto 0;
	border-bottom: 1px solid #8e91a7;
	padding: 0 0 15px;
	background-color: #ffffff;
}
ul.news_list {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.news_list li:first-child {
	width: 15%;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
ul.news_list li:last-child {
	padding: 8px 0;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
ul.news_title {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.news_title li {
	margin: 0;
	padding: 3px 0 !important;
}
ul.news_title li:first-child {
	white-space: nowrap;
	width: 6em;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
ul.news_title li:last-child {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
ul#menu-genre_menu {
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul#menu-genre_menu li {
	text-align: center;
	whit-space: nowrap;
}
ul#menu-genre_menu li a {
	font-size:13px;
	background-color: #e5eff7;
	border-radius: 12px;
	padding: 1px 11px;
}
ul#menu-genre_menu li a:hover {
	color: #ffffff;
	background-color: #005eac;
}
h3.top_h,
h3.top_h2 {
	text-align: center;
	margin: 50px 0 0;
	padding-bottom:15px;
	border-bottom: 1px solid #969696;
}
h3.top_h2 {
	border-bottom: none;
}

/* トップほか書籍関係 */

#books_slider {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
h3.book_genre,
h3.pick_up_h {
	font-weight: normal;
	margin: 0;
	padding: 10px 0 10px 25px;
	background: transparent url('./theme_img/icon_flag.svg') no-repeat left 13px;
	-moz-background-size: 16px auto;
	background-size: 16px auto;
	border-bottom: 2px solid #005eac;
	letter-spacing: 0.15em;
	text-align: left;
}
h3.pick_up_h {
	border-bottom: none;
}
h3.book_genre {
	color: #005eac;
}
h3.book_genre img {
	position: relative;
	bottom: 2px;
}
h3.book_related {
	color: #005eac;
	margin: 30px 0 0;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #005eac;
}
.view_count {
	float: right;
	width:100px;
	text-align: right;
	padding-top: 18px;
}

/* 新刊・強調リスト、一般リスト、検索結果リスト */

ul.top_list_new,
ul.list_new,
ul.list_small,
ul.list_pick_up,
ul.list_search_result,
ul.list_related {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
ul.list_small {
	margin-top: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.list_pick_up {
	margin: 5px 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
ul.list_search_result {
	margin-bottom: 50px;
}
ul.list_related {
	margin: 50px 0;
	border-top: 1px solid #8e91a7;
}
ul.top_list_new li,
ul.list_new li,
ul.list_search_result li,
ul.list_related li {
	padding: 25px 0;
	border-bottom: 1px solid #005eac;
}
ul.top_list_new li,
ul.list_related li {
	border-bottom: 1px solid #8e91a7;
}
ul.list_small li {
	width: 30%;
}
ul.list_small li:nth-child(3n+2) {
	padding: 0 5%;
}
ul.list_pick_up li {
	width: 31%;
}
ul.list_pick_up li:nth-child(3n+2) {
	padding: 0;
}
ul.list_search_result li {
	padding: 10px 0;
}
ul.list_small_book_box {
	width: 216px;
	margin: 0 0 50px;
	height: 265px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}
ul.list_small_book_box li {
	display: block !important;
	width: 100% !important;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
ul.list_pick_up_book_box {
	width: 310px;
	margin: 0;
	height: 285px;
	list-style: none;
	border: 1px solid #8e91a7;
	border-radius: 2px;
	box-sizing: border-box;
}
ul.list_pick_up_book_box li {
	width: 100% !important;
	padding: 0 !important;
	display: block !important;
}
ul.list_small_book_box li:first-child {
	height: 185px;
}
ul.list_small_book_box li:last-child {
	margin: auto 0 0;
	border-bottom: 1px solid #8e91a7;
	padding-bottom: 3px;
	text-align: right;
}
ul.list_pick_up_book_box li:first-child {
	height: 220px;
}
ul.list_pick_up_book_box li:last-child {
	margin: 0;
	padding: 0;
}
ul.list_pick_up_book_box li:last-child a {
	color: #005eac;
}
ul.list_pick_up_book_box li:last-child a:hover {
	color: #969696;
}
dl.top_new_book_box,
dl.list_new_book_box {
	height: 200px;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
}
dl.top_new_book_box dt,
dl.list_new_book_box dt {
	width: 28%;
	max-width: 200px;
	height: 100%;
}
dl.top_new_book_box dt {
	width: 25%;
	max-width: 240px;
}
dl.top_new_book_box dd,
dl.list_new_book_box dd {
	width: 72%;
	max-width: 500px;
	height: 100%;
	padding: 0 0 0 10px;
	position: relative;
}
dl.top_new_book_box dd {
	width: 75%;
	max-width: 720px;
}
dl.search_style {
	height: 120px;
	height: auto;
}
dl.search_style dt {
	width: 20%;
}
dl.search_style dd {
	width: 80%;
	max-width: 550px;
	text-align: left;
}
h4.searching_book_name {
	margin: 0 0 5px;
	line-height: 150%;
}
ul.list_new_book_box_inner {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
ul.list_new_book_box_inner li {
	padding: 0;
	border-bottom: none;
}
ul.list_new_book_box_inner li:last-child {
	margin-top: auto;
	padding-right: 50px;
}
.list_new_book_genre a,
.list_small_book_genre a {
	color: #005eac;
}
.list_new_book_genre a:hover,
.list_small_book_genre a:hover {
	color: #969696;
}
h2.list_new_book_title,
h3.list_pick_up_book_title,
h3.list_small_book_title {
	margin: 3px 0 8px;
	padding: 0;
	line-height: 120%;
	text-align: left !important;
}
h3.list_pick_up_book_title,
h3.list_small_book_title {
	margin: 5px 0;
	line-height: 130%;
	font-feature-settings: "palt";
}
h3.list_pick_up_book_title {
	margin: 10px;
}
.list_new_before_title {
	font-size: smaller;
}
.list_new_sub_title {
	margin-bottom: 20px;
}
.list_new_author {
	margin-bottom: 5px;
}
.list_new_book_info {
	font-size: 13px;
}
.list_new_button_box {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.list_new_button_box a.sm {
	width: 27px;
	height:27px;
	color: transparent;
	background: transparent url('./theme_img/icon_cart_g.svg') no-repeat left 0;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
.list_new_button_box a.sm:active,
.list_new_button_box a.sm:hover {
	background: transparent url('./theme_img/icon_cart_g_ov.svg') no-repeat left 0;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
div.book_medium_top,
div.book_medium_medium,
div.book_medium_small,
div.book_medium_large,
div.book_thumbnail {
	width: 100%;
	height: 100%;
	background-color: #f5f5eb;
	overflow: hidden;
	box-sizing: border-box;
}
div.book_medium_top img,
div.book_medium_medium img,
div.book_medium_small img,
div.book_medium_large img,
div.book_thumbnail img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	object-fit: cover;
}
div.book_medium_top img,
div.book_medium_medium img {
	height: 200px;
}
div.book_medium_small img {
	height: 185px;
}
div.book_medium_large img {
	height: 220px;
}
div.book_thumbnail img {
	height: 120px;
}

/* 書籍詳細ページ */

h1.det_book_title {
	color: #005eac;
	margin: 15px 0 10px;
	line-height: 110%;
	text-align: left !important;
}
.det_before_title {
	font-size: smaller;
}
.det_sub_title {
	color: #005eac;
}
.det_one_point {
	text-align: right;
	margin: 0 0 5px;
	padding: 10px 0 0;
	border-top: 1px solid #cacaca;
	box-sizing: border-box;
	position: relative;
	top: 10px;
}
.det_one_point span {
	color: #005eac;
	padding: 1px 5px;
}
.det_book_info_box {
	background-color: #f5f5eb;
	margin: 20px 0;
	box-sizing: border-box;
}
.det_book_info_box dl {
	width: 100%;
	height: 350px;
	margin: 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.det_book_info_box dl dt {
	width: 50%;
	height: 100%;
	text-align: left;
}
.det_book_info_box dl dd {
	width: 50%;
	height: 100%;
	padding: 0;
}
div.book_large {
	width: 330px;
	height: 100%;
	overflow: hidden;
}
div.book_large img {
	height:350px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	object-fit: cover;
}
ul.det_book_info_box_inner {
	margin: 0;
	padding: 15px 0 5px;
	list-style: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
ul.det_book_info_box_inner li:last-child {
	margin-top: auto;
}
ul.det_book_info_box_inner li p {
	font-size: 16px;
	margin:5px 0;
}
ul.det_book_info_box_inner li p:before {
	content: "● ";
	color: #969696;
}
.book_introduction {
	border-top: 1px solid #005eac;
	margin: 15px 0;
	padding-top:10px;
}
ul.book_gallery {
	margin: 25px 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
ul.book_gallery li.gallery_photo100 {
	width: 100%;
}
ul.book_gallery li.gallery_photo50 {
	width: 49%;
}
ul.book_gallery li.gallery_photo33 {
	width: 32%;
}
ul.book_gallery li div.gallery_img_wrap {
	width: 100%;
	margin: auto;
	background-color: #000000;
	overflow: hidden;
}
ul.book_gallery li div.gallery_img_wrap:hover {
	border-radius: 5px;
}
ul.book_gallery li div.gallery_img_wrap img {
	max-width: 100%;
}
ul.book_gallery li div.gallery_img_wrap img:hover {
	border-radius: 5px;
	opacity: 0.7;
	transform: scale(1.1);
	transition-duration: 0.5s;

}
/* 購入ボタン */
.button_area {
	padding: 0;
}
.button_cart,
.button_ebk {
	margin: 25px 0;
}
.button_cart a.sm,
.button_ebk a {
	width: 400px;
	color: #ffffff;
	font-size: 18px;
	padding: 7px 97px 10px 55px;
	background: #005eac url('./theme_img/icon_cart_w.svg') no-repeat 13px 8px;
	-moz-background-size: 27px auto;
	background-size: 27px auto;
}
.button_cart a.sm:active,
.button_cart a.sm:hover {
	background-color: #669ecd;
}
.button_ebk a {
	padding: 7px 0 10px 55px;
	background: #969696 url('./theme_img/icon_book_w.svg') no-repeat 10px 8px;
	-moz-background-size: 34px auto;
	background-size: 34px auto;
}
.button_ebk a:active,
.button_ebk a:hover {
	background-color: #c0c0c0;
}

/* 個別ページ・固定ページ（会社概要等） */

#page_corner_header {
	height: 210px;
	background: transparent url('./theme_img/back_band_200.png') repeat-x 0 0;
	-moz-background-size: auto 175px;
	background-size: auto 175px;
}
#page_corner_header2 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
#page_corner_header2 img {
	max-width: 100%;
}
#singlecontent h2 {
	width: 100%;
	text-align: center;
}
.page_head_title {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.page_head_title h2 {
	text-align: left;
	color: #ffffff;
	padding-top: 30px;
	line-height: 160%;
	letter-spacing: 0.2em;
}
h2.page_title {
	text-align: center;
}
.page_title_img,
.page_title_img_vwide {
	text-align: center;
	font-size: 14px;
}
.page_title_img_vwide {
	margin: 20px auto;
}
#page_title_privacy {
	width: 487px;
	height: auto;
}
h4#page_privacy_h {
	font-size: 16px;
}
#page_title_tokushoho {
	width: 416px;
	height: auto;
}
#page_title_design {
	width: 445px;
	height: auto;
}
dl.dual_button {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
dl.dual_button dt,
dl.dual_button dd {
	width: 48%;
	padding: 0;
}
.box_button_lightblue,
.box_button_blue,
.box_button_grey {
	background-color: #005eac;
	height: 40px;
	text-align: center;
}
.box_button_grey {
	background-color: #8e91a7;
	margin: 15px auto;
}
.box_button_lightblue {
	background-color: #12b8d7;
	width: 92%;
	margin: 15px auto;
}
.box_button_lightblue a,
.box_button_blue a,
.box_button_grey a {
	font-size: 18px;
	color: #ffffff;
	width: 100%;
	padding: 10px;
}
dl.tensai_list {
	max-width: 90%;
	margin: auto;
}
.tensai_box {
	border: 1px solid #1d234f;
	height: 156px;
	text-align: center;
	background: transparent url('./theme_img/back_grad.jpg') repeat-x 0 0;
	-moz-background-size: cover;
	background-size: cover;
}
.tensai_box p {
	font-size: 20px;
	line-height: 170%;
}
dl.tensai_list dd .tensai_box {
	border-top: none;
}
ul.design_image_list {
	list-style: none;
	max-width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
ul.design_image_list li {
	width: 25%;
}
ul.design_image_list li img {
	width: 100%;
	max-width: 173px;
	height: auto;
	padding: 10px;
}
h3.guide_corner_h {
	border-bottom: 2px solid #80aed5;
	padding-bottom: 15px;
	margin: 15px 0;
}
h3.guide_corner_h img {
	width: auto;
	height: 21px;
}
h4.guide_h_kadomaru {
	font-size: 18px;
	color: #005eac;
	background-color: #e5eff7;
	padding: 5px 0 5px 1em;
	border-radius: 15px;
	margin: 30px 0 15px
}

/* センターライン */

.center_line {
	position: relative;
	text-align: center;
	margin: 1em 0;
	border:none;
}
.center_line:before {
	border-top: 1px solid #8e91a7;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.center_line span {
	background-color: #ffffff;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}

/* 問い合わせフォーム */

#mw_wp_form_mw-wp-form-3246 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
table#inquiry_form,
table#inquiry_form2 {
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto 0;
}
table#inquiry_form2 {
	margin: 0 auto 30px;
}
table#inquiry_form td,
table#inquiry_form2 td {
	padding: 15px 0;
	vertical-align: middle;
	border-top: 1px solid #8e91a7;
}
table#inquiry_form .td1 {
	width: 6%;
	padding: 10px 0;
	white-space: nowrap;
}
table#inquiry_form .td2 {
	width: 24%;
	padding: 1em;
}
table#inquiry_form .td3 {
	width: 70%;
}
table#inquiry_form2 .td4 {
	text-align: center;
}
table#inquiry_form .td3 .button_box,
table#inquiry_form .td3 input[type="text"],
table#inquiry_form .td3 input[type="email"],
table#inquiry_form .td3 textarea {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 7px 5px;
	font-size: 14px;
	box-sizing: border-box;
}
table#inquiry_form .td3 input[type="file"] {
	font-size: 14px;
}
.essentials {
	background-color: #f5dd00;
	padding: 2px 5px;
}
.submit_button,
.back_button {
	width: 100%;
	text-align: center;
	border: none;
	background-color: #1d234f;
	opacity: 0.5;
	color: #999999;
	cursor: default;
	padding: 10px;
	font-size: 18px;
}
.submit_button_active {
	opacity: 1;
	color: #ffffff;
	cursor: pointer;
}
.mw_wp_form_confirm .buttons {
	margin:15px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mw_wp_form_confirm .submit_button {
	width: 70%;
}
.mw_wp_form_confirm .back_button {
	width: 28%;
	opacity: 1;
	color: #ffffff;
	cursor: pointer;
}
.contact_form_text {
	margin: 10px auto;
}
.thanks {
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	margin: 30px 0 50px;
}
.mw_wp_form_input .form_input_show,
.mw_wp_form_confirm .form_confirm_show {
	display: inline;
}
.mw_wp_form_input .form_confirm_show,
.mw_wp_form_confirm .form_input_show {
	display: none;
}
/* セレクトメニュー（https://copypet.jp/797/参照） */
.my_selectort {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.my_selector select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
}
.my_selector select::-ms-expand {
	display: none;
}
.my_selector.contact_form_select {
	position: relative;
	border: 1px solid #cccccc;
	background: #f2f2f2;
}
.my_selector.contact_form_select::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.my_selector.contact_form_select select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/* 特定商取引表 */

table#transaction,
table#transaction9 {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	width:100%;
	margin-bottom:20px;
}
table#transaction9 {
	margin-bottom:1px;
}
table#transaction th,
table#transaction td ,
table#transaction9 th,
table#transaction9 td {
	padding:5px 1em;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
table#transaction #td0,
table#transaction9 #td0 {
	background-color:#e8e8e8;
	font-weight:bold;
}
table#transaction9 #td1,
table#transaction #td1 {
	width:160px;
}

/* ニュース */

#news_corner_header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
#news_corner_header img {
	max-width: 100%;
}
#news_content_area {
	width: 65%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.news_banner img {
	max-width: 100%;
	height: auto;
}
#news_menu_area {
	width: 27%;
	margin: 0;
	padding: 0;
}
.news_content {
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 20px;
}
h2.news_title {
	font-size: 28px;
	background-color: #f4f4f4;
	font-weight: 400;
	padding: 20px 15px;
}
h6.news_date {
	font-weight: 400;
	color: #005eac;
	border-bottom: 1px solid #005eac;
	padding-bottom: 3px;
	margin: 0 0 15px;
}
.news_menu,
.news_yearly_list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	border: 1px solid #969696;

}
.news_menu li,
.news_yearly_list li {
	text-align: left;
	padding: 10px 1.5em;
	border-bottom: 1px solid #969696;
}
.news_menu li:first-child,
.news_yearly_list li:first-child {
	padding: 8px 1.5em;
	background-color: #dfdfdf;
	text-align: center;
	border-bottom: none;
}
.news_menu li:last-child,
.news_yearly_list li:last-child {
	border-bottom: none;
}

/* wpエディタ内と共用 */

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
}
.imgcenter {
	margin: 15px auto;
}
.imgright {
	float: right;
	margin: 0 0 15px 15px;
}
.h_underline {
	font-size: 18px;
	color: #005eac;
	border-bottom: 1px solid #005eac;
	padding-bottom: 5px;
}
.h_kadomaru {
	text-align: center;
	color: #ffffff;
	background-color: #005eac;
	padding: 3px 0 4px;
	border-radius: 15px;
	margin: 30px 0 15px
}
.h_kadomaru_e {
	text-align: center;
	color: #ffffff;
	background-color: #005eac;
	padding: 3px 0 4px;
	border-radius: 15px;
	margin: 30px 0 15px
}
.mark_kadomaru {
	text-align:center;
	color:#ffffff;
	background-color:#005eac;
	padding:2px 10px 3px;
	border-radius:12px;
}
.aligncenter {
	display: block;
	margin: 15px auto;
}
.alignleft {
	display: block;
	margin: 15px auto 15px 0;
}
.alignright {
	display: block;
	margin: 15px 0 15px auto;
}

/* ウインドウ幅による表示調整 */

@media only screen and (min-width: 1737px) {
	#top_image::before {
		background: #f5f6ee url('./theme_img/kamogawa_webtop_wide.jpg') no-repeat center 0;
		-moz-background-size: auto 434px;
		background-size: auto 434px;
	}
}
@media only screen and (max-width: 1039px) {
	ul.list_pick_up {
		margin-right: 39px;
	}
	ul.list_pick_up li {
		width: 30%;
	}
	ul.list_pick_up_book_box {
		width: 300px;
	}
	h3.list_pick_up_book_title {
		margin: 10px 5px;
	}
}
@media only screen and (max-width: 1013px) {
	#menu_area {
		width: 220px;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	#contents_area {
		padding: 0 0 0 30px;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	dl.top_new_book_box dt,
	dl.list_new_book_box dt {
		width: 220px;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	dl.list_new_book_box dt {
		width: 200px;
	}
	dl.top_new_book_box dd,
	dl.list_new_book_box dd {
		padding: 0 0 0 20px;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	ul.list_small li {
		width: 50%;
		padding: 0 !important;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 971px) {
	dl#nav_line,
	dl#footer {
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	dl#nav_line dt,
	dl#nav_line dd,
	dl#footer dt,
	dl#footer dd {
		width: 100%;
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 959px) {
	ul#menu-genre_menu {
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	ul#menu-genre_menu li {
		padding: 2px;
	}
	ul.list_pick_up {
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	ul.list_pick_up li {
		width: 50%;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	ul.list_pick_up li:nth-child(1),
	ul.list_pick_up li:nth-child(2) {
		padding: 0 0 25px;
	}
	ul.list_pick_up_book_box {
		width: 310px;
	}
	h3.list_pick_up_book_title {
		margin: 10px;
	}
}
@media only screen and (max-width: 896px) {
	dl.top_new_book_box dt {
		width: 200px;
	}
	dl.list_new_book_box dt {
		width: 190px;
	}
	h2.list_new_book_title {
		font-size: 24px;
	}
	div.list_new_sub_title {
		font-size: 18px;
	}
	.list_new_author,
	.list_new_book_info {
		line-height: 140%;
	}
}

@media only screen and (max-width: 768px) {
	ul.news_list {
		width: 95%;
	}
	h2.list_new_book_title {
		font-size: 22px;
		margin: 3px 0 5px;
	}
	div.list_new_sub_title {
		font-size: 17px;
	}
	.news_menu li,
	.news_yearly_list li {
		padding: 10px 0 10px 1em;
	}
}
@media only screen and (max-width: 710px) {
	ul.list_pick_up li {
		width: 100%;
	}
	ul#simple-links-2-list li {
		width: 50%;
	}
}
@media only screen and (max-width: 650px) {
	dl.top_new_book_box dt {
		width: 190px;
	}
}

@media only screen and (max-width: 550px) {
	ul.header_right {
		max-width: 260px;
	}
	ul.header_right li:first-child {
		width: 62%;
	}
	ul.header_right li:last-child {
		width: 38%;
		max-width: 80px;
	}
	ul#menu-genre_menu li a {
		font-size: 0.8em;
	}
	dl#nav_line,
	dl#footer {
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 480px) {
	ul#simple-links-2-list li {
		width: 100%;
	}
}