* {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", ヒラギノ角ゴシック, Meiryo, sans-serif;
	letter-spacing: .1em;
}

.hide_pc { display: none; }
.hide_sp { display: block; }

body { margin: 0; }

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

h1, h2 {
	text-align: center;
}

h2.message {
	width: 70%;
	margin: 50px auto;
	padding: 70px 50px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2;
	/*border: 1px solid #000;*/
	display: block;
}

h3 {
	margin: 10px 0 5px;
	font-size: 1.0rem;
}

main {
	width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex!important;
}
.bold {
	font-weight: 700;
}

/* 2カラム */
.two-column {
	justify-content: space-between;
}
.two-column div {
	width: 49%;
}
.two-column div p {
	margin: 0;
}
.two-column div img {
	width: 100%;
}

/* テキスト */
.txt {
	width: 100%;
	text-align: center;
}
.txt img {
	width: 100%;
}

.l_header ul, .l_footer ul {
	display: flex;
	justify-content: center;
}

.l_header a, .l_footer a {
	padding: 15px 30px;
	display: block;
}

.l_header #logo {
	width: 200px;
	margin: 0 auto;
}

.l_header #logo img {
	width: 100%;
}

.l_header ul {
	background-color: #fff;
}

.l_footer {
	margin-top: 100px;
	padding: 20px;
	background-color: #e4c8b3;
}

.l_footer, .l_footer a {
	color: #fff;
	transition-property: all;
	transition: 0.2s linear;
}

.l_footer a:hover {
	text-decoration: underline;
}

.copyright {
	text-align: center;
	font-size: 0.9rem;
}

/* button */
.btn {
	width: 100%;
}
.btn a {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 200px;
	margin: 0 auto;
	font-weight: 700;
}

.a_line {
	text-decoration: underline;
}

.marker {
	background: linear-gradient(transparent 45%,#f6ef94 45%);
}

span.mark {
	padding: 0 9px;
	color: #000;
	background: -webkit-linear-gradient(left, transparent 50%,#f6ef94 50%) 100% bottom / 202% 65% no-repeat;
	background: linear-gradient(to right, #f6ef94 50%, transparent 50%) 100% bottom / 202% 65% no-repeat;
	-webkit-transition: background-position .2s ease-out;
	transition: background-position .2s ease-out;
}

span.mark:hover {
	/*background: linear-gradient(transparent 45%,#f6ef94 45%);*/
	background-position: 0% bottom;
}

/*.kv {
	height: 500px;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 600;
	background-image: url(../img/bookshop-expo/kv_pc.jpg);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.kv .kv_left, .kv .kv_right {
	width: 300px;
	height: 300px;
	padding: 100px;
	line-height: 3;
}*/

.kv {
	font-size: 1.2rem;
	font-weight: 600;
}

.kv .kv_center {
	width: 750px;
	margin: 90px auto;
	text-align: center;
	font-size: 1.5rem;
}

/*.kv_left .box, .kv_right .box {
	margin: 0 0 30px;
	padding: 20px;
	line-height: 1;
	border: 2px solid #ffffff;
}

.kv_left p, .kv_right p {
	padding-left: 25px;
	border-left: 2px solid #ffffff;
}*/

.kv img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.news {
	margin-top: 120px;
}

.title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	width: 100%;
}

.subtitle {
	text-align: center;
}

.news .release_title {
	margin-bottom: 20px;
	padding: 10px 30px;
	font-size: 1.3rem;
	font-weight: 600;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 44px;
}

.news .sl_first, .list, ul.release {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.news .sl_first {
	margin-bottom: 50px;
}

.news .sl_first .store {
	width: 19%;
	margin: 0 0.5% 30px;
}

.sponsorship a {
	width: 400px;
	margin: 0 auto;
}
.sponsorship p {
	margin: 0;
	width: 100%;
}

ul.release li {
	width: 30%;
	margin: 0 1.5% 40px;
}

ul.release li h3 {
	padding: 10px 30px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.release li a {
	color: #000;
}

ul.release li img {
	width: 100%;
}

.sns {
	margin-top: 50px;
	justify-content: space-evenly;
}

#tl_twitter, #tl_instagram, #tl_facebook {
	width: 382px;
	height: 501px;
	border: 0.5px solid #ccc;
}

#tl_twitter #twitter-widget-0 {
	width: 380px!important;
	height: 499px!important;
	margin-left: 1px;
	margin-top: 1px!important;
}

#tl_instagram .tl {
	width: 380px;
	margin-left: 1px;
}

#tl_instagram .title {
	height: 24px;
	padding: 10px;
	font-size: 1.2rem;
	text-align: left;
}

#tl_instagram .tl {
	height: 456px;
	overflow-y: scroll;
}

#tl_instagram iframe {
	background-color: #fff;
}

/*#tl_twitter:after, #tl_instagram:after, #tl_facebook:after {
    display: block;
    content: "";
    width: 80%;
    max-width: 1100px;
    height: 150px;
    margin-top: -160px;
    border-radius: 100%;
    box-shadow: 0px 0px 50px;
    margin-left: auto;
    margin-right: auto;
}*/

#tl_facebook .fb-page {
	margin-left: 1px;
}

#tl_facebook .uiScaledImageContainer,
#tl_facebook iframe,
#tl_facebook span {
	width: 400px !important;
}

#tl_facebook ._2p3a{
	width: 380px;
}

.list li {
	width: 24%;
	margin: 0 0.5% 20px;
	position: relative;
}
.list li .label {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 90px 60px 0;
	border-color: transparent #f6ef94 transparent transparent;
}
.list li .label > span {
	font-weight: 700;
	font-size: 14px;
	text-align: right;
	display: block;
	width: 84px;
	padding: 10px 6px 0 0;
}

.list li a {
	color: #000;
	display: block;
}

.list li img {
	width: 100%;
}

.list lidiv {
	font-size: 0.8rem;
}


/* about */
.about {
	width: 760px;
}

.about .message {
	margin-bottom: 60px;
}

.about .contact {
	width: 450px;
	margin: 0 auto 60px;
}

.about .caution {
	margin: 100px auto 0;
	font-size: 0.9rem;
}

.access {
	margin: 100px auto 0;
	flex-wrap: wrap;
}

.access .box {
	width: 46%;
	margin: 2%;
}

.access .box .img {
	margin-right: 30px;
	padding: 50px;
	background-color: #f4f5f0;
	align-items: center;
}

.access .box .txt h2 {
	text-align: left;
	font-size: 1.1rem;
}


/* event */
.event .txt {
	width: 760px;
	margin: 36px auto;
}

.event ul.release li h3 {
	padding: 0;
	border: 0;
	text-align: left;
	font-size: 16px;
}
.event h3 {
	text-align: center;
	margin: 0 auto 16px;
	font-size: 20px;
}

/* .event .timetable {
	width: 760px;
	margin: 0 auto 70px;
	flex-wrap: wrap;
	justify-content: center;
}

.event .timetable div {
	width: 33%;
	padding: 10px 0;
	text-align: center;
	border-bottom: 0.5px solid #ccc;
} */

/* timetable */
.timetable {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
	font-size: 12px;
}
.timetable a {
	color: #000;
	text-decoration: none;
}
.timetable tr {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: .35em;
}
.timetable th,
.timetable td {
  padding: 4px;
	border-right: 1px solid #ccc;
	font-weight: normal;
	text-align: center;
}
.timetable th {
	width: 160px;
}
.timetable thead tr{
  background-color: #f4f5f0;
}
.event .timetable .title {
	width: 280px;
}
.event .timetable .performer,
.event .timetable .place {
	/* width: 80px; */
}
.event .timetable .title,
.event .timetable .place {
	font-size: 12px;
}
.event .notice {
	font-size: 13px;
	text-align: center;
	margin: 20px 0 80px;
}


@media screen and (max-width: 768px) {
	.timetable-box div:first-child {
		margin-bottom: 40px;
	}
  .timetable {
    border: 0;
    width:100%
  }
  .timetable th {
    background-color: #f4f5f0;
    display: block;
		border-right: none;
		width: auto;
  }
  .timetable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .timetable tr {
    display: block;
		margin-bottom: .625em;
  }
  
  .timetable td {
    display: block;
    text-align: left;
    position: relative;
    padding: 2% 1% 2% 24%;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  
  .timetable td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .timetable td:last-child {
    border-bottom: 0;
	}
	.event .timetable .title,
	.event .timetable .performer,
	.event .timetable .place {
		width: auto;
	}
	.event .timetable .title {
		margin: 0;
	}
} 

.faq {
	width: 760px;
	margin: 70px auto 0;
}

.faq a {
	color: #000;
	text-decoration: underline;
	transition-property: all;
	transition: 0.1s linear;
}

.faq a:hover {
	color: #ccc;
}

.faq .box {
	margin-bottom: 45px;
}

.faq .box span {
	padding: 0 32px 0 22px;
	word-break: break-all;
}

.faq_q, .faq_a {
	padding: 20px;
	display: flex;
}

.faq_q {
	background-color: #f6f6f3;
}




/* online */
.online .txt {
    width: 80%;
    margin: 0px auto 60px;
    text-align: left;
    line-height: 2.33;
}
.online .message {
	justify-content: space-evenly;
	align-items: center;
}
.online .message .img-box { width: 25%; }
.online .message .img-box img { width: 100%; }
.online .message .txt {
	width: 45%;
	margin: 36px 0;
	text-align: left;
	line-height: 2.33;
}
.online .message .txt .bold { font-size: 1.6rem; }
.online .timetable-box .timetable .tit { width: 370px; }
.online .timetable-box .timetable .gst { width: 420px; }
.online .timetable th, .online .timetable td {}
.online .sns {
	margin: 100px 0 90px;
	text-align: center;
}
.online .sns .share {
	margin: 0;
	font-size: 1.2rem;
}
.online .sns .flex {
	flex-wrap: wrap;
	justify-content: center;
}
.online .sns .flex a {
	margin: 10px 10px;
}
.online .sns .flex a img {
	width: 60px;
	height: 60px;
}

.online .eveoffes {
	width: 47%;
}
.online .eveoffes h3 {
	margin: 20px 0;
	font-size: 1.2rem!important;
}
.online .channel {
	text-decoration: underline;
	transition-property: all;
	transition: 0.1s linear;
}
.online .channel:hover {
	opacity: 0.4;
}



@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {
	.hide_pc { display: block!important; }
	.hide_sp { display: none!important; }

	body {
		margin: 0;
	}

	main {
		width: 94%;
	}

	h2 {
		font-size: 1.4rem;
	}

	h2.message {
		width: 90%;
		padding: 0;
		font-size: 1.0rem;
	}

	h3 {
		font-size: 0.9rem;
	}
		/* 2カラム */
	.two-column {
		display: block!important;
	}
	.two-column div {
		width: 100%;
	}

	.l_header #logo {
		width: 28%;
	}

	.l_header ul {
		margin: 7% 0;
		flex-direction: column;
		align-items: center;
	}

	.l_header a {
		padding: 15px;
	}

	.l_footer {
		margin-top: 20px;
	}

	.l_footer a {
		padding: 5px 10px;
		font-size: 0.7rem;
	}

	.kv {
		flex-direction: column;
	}

	.kv .kv_left, .kv .kv_right {
		width: 90%;
		height: auto;
		padding: 10px 5% 0;
		line-height: 2;
	}

	.kv .kv_center {
		width: 90%;
		margin: 30px auto;
		font-size: 1.3rem;
	}

	.sns a {
		width: 20%;
		display: block;
	}

	.sns a img {
		width: 100%;
	}

	.title {
		margin-bottom: 20px;
		font-size: 1.1rem;
	}

	.news .release_title {
		margin-bottom: 10px;
		padding: 10px 16px;
		font-size: 1.0rem;
	}
	.news .release_title span {
		font-size: 0.8rem;
	}

	.news .sl_first .store, .list li {
		width: 48%;
		margin: 0 1% 28px;
	}

	.store .div {
		font-size: 0.7rem;
	}
	.list li .label {
		position: absolute;
			border-width: 0 70px 50px 0;
	}
	.list li .label > span {
		font-size: 12px;
		width: 66px;
		padding: 10px 4px 0 0;
	}
	.news ul.release li {
		width: 100%;
	}

	.news ul.release li h3 {
		margin-top: 0;
		padding: 5px 16px;
	}

	ul.release li {
		width: 48%;
		margin: 0 1% 10px;
	}

	ul.release li .date {
		font-size: 13px;
	}

	ul.release li .info {
		font-size: 0.8rem;
	}

	.timetable-thumb {
		margin-bottom: 50px;
	}

	.about {
		width: auto;
		margin: 50px 0 0;
	}

	.about .contact {
		width: 100%;
	}

	.about .caution {
		margin: 50px 16px 0;
		font-size: 0.6rem;
	}

	.access {
		margin: 30px auto 0!important;
	}

	.access .box {
		width: 100%;
		margin: 0 0 40px;
		flex-direction: column;
	}

	.access .box .img {
		margin-right: 0;
		padding: 10px;
		justify-content: center;
	}

	.access .box .txt {
		font-size: 0.9rem;
	}

	.access .box .txt h2 {
		margin-bottom: 5px;
		font-size: 1.0rem;
	}

	iframe {
		height: 300px;
	}

	.about h2 {
		font-size: 1.1rem;
		margin-bottom: 5px;
	}

	.about .txt {
		width: 90%;
		margin: 0 auto 25px;
		font-size: 0.9rem;
	}

	.event .txt {
		width: 100%;
	}

	.event .timetable {
		width: 100%;
		font-size: 0.8rem;
	}

	.event .list 

	.event .info {
		word-break: break-all;
	}

	.event .place {
		font-size: 0.7rem;
	}

	.event .release .second {
		letter-spacing: 0;
	}

	.event ul.release li h3 {
		font-size: 14px;
	}

	.faq {
		width: auto;
		margin: 30px auto 0;
	}

	.faq .box {
		margin-bottom: 20px;
		font-size: 0.9rem;
	}

	.faq_q, .faq_a {
		padding: 15px 20px;
	}

	.faq .box span {
		padding: 0 0px 0 15px;
	}




	.online .message {
		flex-direction: column;
	}
	.online .message .img-box {
		width: 80%;
		margin: 0 0 30px;
		order: 2;
	}
	.online .message .txt {
		width: 100%;
		margin: 0 0 30px;
		text-align: left;
		line-height: 2;
	}
	.online .message .txt .bold {
		margin: 10px 0;
		font-size: 1.4rem;
		line-height: 1.4;
		display: block;
	}
	.online .txt { text-align: left; }
	.online .sns {
		margin: 40px 0;
	}
	.online .sns .flex a {
		width: 12%;
	}
	.online .sns .flex a img {
		width: 45px;
		height: 45px;
	}
	.online .eveoffes {
		width: 100%;
		margin: 0 0 40px;
	}
	.online .eveoffes h3 {
		margin: 10px 0!important;
		font-size: 1.1rem!important;
	}





	#nav-drawer {
	  position: relative;
	}

	#nav-drawer #logo {
		margin-top: 50px;
	}

	#nav-drawer li {
		width: 55%;
		text-align: center;
		border-bottom: 0.5px solid #ccc;
	}

	#nav-drawer a {
		color: #000;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
	  width: 30px;
	  height: 22px;
		vertical-align: middle;
		position: fixed;
		top: 20px;
	  right: 20px;
	  z-index: 9999;
	}

	/*ハンバーガーの形をCSSで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 3px;/*線の太さ*/
	  width: 25px;/*長さ*/
	  border-radius: 3px;
	  background: #555;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -8px;
	}
	#nav-open span:after {
	  bottom: -16px;
	}

	/*閉じる用の薄黒箇所*/
	#nav-close {
	  display: none;
	  position: fixed;
	  z-index: 99;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: black;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}

	/*メニューの中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	  width: 80%;
	  max-width: 330px;/*最大幅（お好みで調整を）*/
	  height: 100%;
	  background: #fff;
	  transition: .3s ease-in-out;
	  -webkit-transform: translateX(-105%);
	  transform: translateX(-105%);
	}

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-close {
	  display: block;
	  opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.header-logo-menu{
		display: flex;
		display: -moz-flex;
		display: -o-flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}

.sns_share{
margin:10px 10px;
text-align:right;}

.share {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 0.8rem;
}
.share:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 23px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.share:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 23px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.share:before {
  left:0;
}
.share:after {
  right: 0;
}



