@charset "UTF-8";
/* CSS Document */

/* グローバル変数 */
:root {
	--color-main: #1a8358;
	--color-red: #FF0A00;
	--color-pink: #ff42bb;
	--color-blue: #384dff;
}

/* SPで表示、PCで非表示 */
.display_sp {
	display: block;
}
.display_pc {
	display: none;
}

/* common */
html {
	height: 100%;
    font-size: 14px;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Osaka','ＭＳ Ｐゴシック','MS PGothic','Helvetica','Arial',sans-serif;
	text-align: center;
	line-height: 1.6;
	color: #1f1f1f;	
	background: #ffffff;
	min-height: 100%;
}
body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-10deg, #f3f5f2 0, #f3f5f2 5px, #ffffff 5px, #ffffff 10px);
	pointer-events: none;
}
a {
	display: inline-block;
}
a:hover {
    opacity: 0.7;
	transition: opacity .3s;
}
img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
}
h2 {
	background-color: var(--color-main);
	padding: 0.8rem 4%;
	font-weight: 600;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
h3 {
	margin: 0 auto;
	padding: 0 4%;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--color-main);
	text-align: center;
	display: flex;
	align-items: center;
	width: 100vw;
}
h3 span {
	margin: 0 0.5rem;
}
h3::before,
h3::after {
	content: '';
	border-bottom: 4px dotted var(--color-main);
	flex: 1 1 auto;
}
h4 {
	margin: 2.5rem auto 1rem;
	padding: 0 4%;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--color-main);
	text-align: center;
}
h5 {
	margin: 2.5rem auto 0;
	padding: 0 4%;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--color-main);
	text-align: center;
}
.btn {
	width: 100%;
	max-width: 480px;
	margin: 2rem auto;
	padding: 0 1rem;
}
.txt_link {
	color: #1558d6;
	text-decoration: underline;
	display: inline-block;
}
.txt_bold {
	font-weight: 600;
}
.txt_red {
	color: var(--color-red);
	font-weight: 600;
}
.txt_pink {
	color: var(--color-pink);
	font-weight: 600;
}
.txt_blue {
	color: var(--color-blue);
	font-weight: 600;
}
.container {
	margin: 0 auto 4rem;
	overflow-x: hidden;
	background-color: #FFFFFF;
}
.content {
	margin: 0 auto 2rem;
}
.inner {
	margin: 0 auto;
	padding: 1rem 4%;
	max-width: 800px;
}
.img_content {
	max-width: 680px;
	margin: 1rem auto;
}

/* 注意事項 */
.notice {
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 1rem auto;
}

/* 表 */
.info_table {
	margin: 0 auto 1rem;
	text-align: left;
	border-collapse: collapse;
}
.info_table th,
.info_table td {
	line-height: 1.4;
	vertical-align: top;
	padding-bottom: 1rem;
}
.info_table tr:last-child th,
.info_table tr:last-child td {
	padding-bottom: 0;
}
.info_table th {
	font-weight: 600;
	padding-right: 2rem;
}
.nowrap {
	white-space: nowrap;
}

/* メインビジュアル */
.mainvisual {
	max-width: 1200px;
	margin: 0 auto;
}

/* リード */
.lead {
	margin: 2rem auto 0;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 4%;
}

/* menu */
.menu_nav {
	margin: 2rem auto;
	max-width: 800px;
	padding: 0 4%;
}
.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 1rem;
    list-style: none;
    padding: 0;
}
.menu_list li {
	font-weight: 600;
	color: #FFFFFF;
	background-color: var(--color-main);
	cursor: pointer;
	border-radius: 8px;
	padding: 0.8rem 1rem;
	width: calc((100% - 1rem) / 2);
	box-shadow: 0 5px 0 #092e1f;
}
.menu_list li:hover {
	background-color: #1d9061;
}

/* 更新情報 */
#update {
	margin-top: 2rem;
}
#update .inner {
	padding: 0 4%;
}
.update_table_wrap {
	padding: 0.6rem;
	border: 2px solid var(--color-main);
	margin: 0 auto 3rem;
	max-width: 600px;
	background-color: #FFFFFF;
}
.update_table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.2;
	display: block;
	overflow-y: scroll;
	margin: 0 auto;
	padding-right: 0.8rem;
	max-height: 5rem;
}
.update_table td {
	padding-bottom: 0.5rem;
	vertical-align: top;
}
.update_table tr:last-of-type td {
	padding-bottom: 0;
}
.update_table td:nth-child(2) {
	padding-left: 1rem;
}

/* 書店フェア */

/* カルーセル */
/* ページネーションは「slick-theme.css」で設定 */

.carousel_wrap {
	background-color: #d8f7ea;
	margin: 0 auto;
	padding: 2rem 4% 0;
}
.carousel_area {
	width: 100%;
	max-width: 980px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.carousel_inner {
	margin: 0 auto 1rem;
}
.mypattern {
	padding: 0 2rem 2rem;
}
.slick-slide {
	vertical-align: top;
	padding: 0 0.8rem;
	box-sizing: border-box;
}
.slick-slide img {
	vertical-align: top;
}

/* 矢印 */
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-prev, 
.slick-prev:hover {
	left: 0;
    width: 2rem;
    height: 2rem;
	background: url('../img/caret-left-solid.png') no-repeat center / contain;
	z-index: 2;
}
.slick-next, 
.slick-next:hover {
	right: 0;
    width: 2rem;
    height: 2rem;
	background: url('../img/caret-right-solid.png') no-repeat center / contain;
	z-index: 2;
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;
}

/* しおり一覧 */
.item_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	grid-gap: 1.5rem;
	margin: 1rem auto 0;
}
.item_list li {
	max-width: 200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item_name {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0.3rem;
}

/* バナーリスト */
.bnr_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.bnr_list img {
	margin: 1rem;
	max-width: 200px;
	border: 1px solid #CCCCCC;
}

/* footer */
footer {
	padding: 1rem 0;
	text-align: center;
}

/* ページトップに戻るボタン */
#to_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#to_top a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color-main);
	opacity: 0.8;
}
#to_top a::after {
	content: '';
	width: 16px;
	height: 16px;
	margin-top: 6px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(-45deg);
}


/* for PC */
@media screen and (min-width: 768px),print {
	
	/* SPで非表示、PCで表示 */
	.display_sp {
		display: none;
	}
	.display_pc {
		display: block;
	}
	
	/* common */
	html {
		font-size: 18px;
	}
	body::before {
		background: repeating-linear-gradient(-10deg, #f3f5f2 0, #f3f5f2 10px, #ffffff 10px, #ffffff 20px);
	}
	
	/* リード */
	.lead {
		margin: 3rem auto 0;
	}
	
	/* menu */
	.menu_nav {
		margin: 3rem auto;
	}
	.menu_list li {
		font-size: 1.2rem;
	}
	
	/* 更新情報 */
	#update {
		margin-top: 4rem;
	}

	/* 書店フェア */
	.item_list {
		grid-template-columns: repeat(3, 1fr);
	}
	
	
}