	/****************************
	* レイアウト・全体
	****************************/
	html,
	body {
		font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight:400;
		font-size: 20px;
		line-height: 170%;
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
		color: #333;
		background: #fff;
		box-shadow: inset 100px 0px 100px -50px #eee, inset -100px 0px 100px -50px #eee;
	}
	a:link {
		transition: 0.5s;
	}
	.pc_only {
		display: inline-block;
	}
	.sp_only {
		display: none;
	}
	aside {
		font-size: 12px;
		color: #555;
	}
	figure
	{
		margin:0;
		padding:0;
	}
	img
	{
		width:100%;
		height:auto;
		margin:0;
		padding:0;
	}

	.wrap {
		position: relative;
		max-width: 980px;
		width: 100%;
		margin: 0px auto 0px;
		text-align: center;
	}

	/****************************
	* ヘッダー
	****************************/
	header
	{
		margin:0px auto 0px;
		text-align:center;
		background:#fff;
	}
	header h1.wrap
	{
		display:flex;
		align-items: center;
		justify-content: space-between;
		width: 1000px;
		margin:auto;
		padding:50px 0px 50px 45px;
	}
	header h1 > figure
	{
		width:440px;
		aspect-ratio: 22 / 31;
		padding:0 0px;
		line-height: 1;
		border:1px solid rgba(237, 235, 238, 1);
	}
	header h1 > div
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		width:450px;
		padding:120px 0px 0;
	}
	header h1 > div a img
	{
		width:50px;
		margin:30px 0px 0;
	}
	/****************************
	* フッター
	****************************/
	footer {
		font-size: 0.8rem;
		position: relative;
		z-index: 1;
		height: 50px;
		padding: 5px 0;
		text-align: center;
		color: #fff;
		background: #000;
	}
	/****************************
	* main
	****************************/
	main {
		display: block;
	}
	main .read
	{
		padding:50px 70px 0px;
		background-image: linear-gradient(90deg, rgba(237, 235, 238, 1) 10%, rgba(229, 221, 237, 1) 50%, rgba(237, 235, 238, 1) 90%);
		color: #000;
		font-size:1em;
		text-align: justify;
	}
	main .read .read_wrap
	{
		margin-bottom: 1em;
		width:fit-content;
		margin:0 auto 50px;
		text-align: left;
		position: relative;
		text-align: center;
		margin-top:0px;
		line-height: 2.2;
	}
	main .read .read_wrap p
	{
		text-align: left;
		width:fit-content;
		display: inline-block;
		margin:auto;
		position: relative;
		padding:0 20px;
		font-weight: 300;
	}
	main .read div.comment
	{
		width: 100%;
		max-width: 880px;
		margin-inline: auto;
		padding:20px 20px;
		border-radius: 10px;
		border:3px solid #baa97e;
		background: #fff;
		text-align: left;
		line-height: 2.3;
		color:#38155d;
	}
	main .read div.bookinfo
	{
		display:flex;
		justify-content: center;
		align-items: flex-end;
		width: 670px;
		margin: 70px auto 30px;
		gap:40px;
		text-align: left;
		color:#000;
		padding:3px 30px;
	}

	main .read div.bookinfo h2
	{
		font-family: 'Noto Serif JP', serif;
		font-size:1.4rem;
		margin-bottom:1em;
	}
	main .read div.bookinfo h2 div
	{
		display: block;
		margin-top: 10px;
		font-size:1.6rem;
		text-indent: -0.5em;
	}
	main .read div.bookinfo figure
	{
		width:200px;
		margin:0 auto;
		padding:0;
		text-align: center;
		display:block;
	}
	main .read div.bookinfo figure figcaption
	{
		font-size:10px;
		line-height: 1.4;
		text-align: left;
		white-space: nowrap;
	}
	main .read div.bookinfo figure img
	{
		width:100%;
		height: auto;
		margin:auto;
	}
	main .read div.bookinfo > div
	{
		width:calc( 100% - 180px - 40px );
		padding-left:1em;
		padding-bottom:20px;
	}
	main .read div.bookinfo > div dl
	{
		display:flex;
		width:100%;
		margin:0 0 5px;
		line-height: 1.5;
	}
	main .read div.bookinfo > div dl dt,
	main .read div.bookinfo > div dl dd
	{
		font-weight:300;
		font-size:0.9rem;
		display:inline-block;
		white-space: nowrap;
	}
	main .read div.bookinfo > div dl dt
	{
		width:23%;
		text-align:justify;
		text-align-last:justify;
		white-space: nowrap;
	}
	main .read div.bookinfo > div dl dd
	{
		width: calc(100% - 23% );
		margin-left: 10px;
	}

	main .read aside p
	{
		font-size:12px;
		margin:0 auto;
		justify-content: center;
		text-align: left;
	}

	/****************************
	* news
	****************************/


	/****************************
	* event
	****************************/
	main .event
	{
		width:100%;
		padding:50px 0 80px;
		color: #000;
		background-image: linear-gradient(90deg, rgba(237, 235, 238, 1) 10%, rgba(229, 221, 237, 1) 50%, rgba(237, 235, 238, 1) 90%);
	}
	main .event > .wrap
	{
		background: #fff;
		margin-top:50px;
		padding:30px 30px 30px;
	}
	main .event h2,
	main .shop h2
	{
		font-size:2.3rem;
		line-height:1.3;
		color:#000;
		font-weight: 600;
		padding:50px 0px 32px;
		font-family: 'Noto Serif JP', serif;
		position:relative;
	}
	main .event h2 span
	{
		font-size:1.6rem;
		display: block;
		line-height: 1.7;
		color:#000;
		margin-top:10px;
		font-weight: 400;
	}
	main .event h2::after
	{
		content:"";
		position: absolute;
		bottom:-5px;
		left:50%;
		transform: translate(-50%, 0);
		width:185px;
		height:5px;
		margin:auto;
		background:#baa97e;
		border-radius: 2px;
	}

	main .event > .wrap > div
	{
		width:93%;
		margin:80px auto 30px;
		text-align: left;
		color: #000;
		font-size:1.2rem;
		position: relative;
	}
	.event_tokuten
	{
		display:flex;
		align-items: flex-start;
		gap:10px;
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		margin-bottom: 0;
	}
	.event_tokuten.line
	{
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom: 1px solid #baa97e;
	}
	.event_tokuten > dt
	{
		width:fit-content;
		display: inline-block;
		position: relative;
		top:5px;
		padding:0.1em 0.5em;
		text-align:center;
		color:#fff;
		background:#baa97e;
		font-weight: 400;
		white-space: nowrap;
	}
	.event_tokuten > dd
	{
		font-size:1.45rem;
		margin:0;
		padding:0em 0.5em;
		line-height: 1.5;
		text-align:left;
		color:#000;
		font-weight: 400;
	}
	.event_start
	{
		text-align: center;
		width:88%;
		margin-inline: auto;
		padding:10px;
		background: #bd272d;
		color:#fff;
		font-size:1.5rem;
	}
	.event_day
	{
		border:none;
		margin:40px auto 50px;
		font-weight: 400;
		/* font-size:1.5rem; */
		text-align:left;
		width:fit-content;
		font-family: 'Noto Serif JP', serif;
	}
	.event_day li
	{
		margin-bottom:0.5em;
	}
	.event_day a
	{
		color:#000;
		letter-spacing: 0.05em;
		border-bottom: 1px dotted #baa97e;
		text-decoration: none;
		font-weight: 400;
	}
	.event_day a:hover
	{
		opacity: 0.6;
		border-color:#fff;
	}

	.event_day a:after
	{
		font-family: "Font Awesome 5 Free";
		font-weight:bold;
		content:"\f35d";
		display:inline-block;
		transform: scale(0.8, 0.8);
		padding-left:0;
		color:#e8e0ee;
	}
	.event_day a:hover
	{
		text-decoration: none;
		opacity: 0.6;
	}
	.event_day a span
	{
		display: inline-block;
		padding-right: 0.8em;
	}

	.event_detail
	{
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;
		margin: 50px auto 10px;
		padding:25px 25px;
		border:2px solid #baa97e;
		text-align: center;
		line-height: 1.5;
	}
	.event_detail p
	{
		margin-top:0.5em;
		font-weight: 400;
	}
	.event_detail p span
	{
		display: block;
		font-size:0.8rem;
	}
	.event_detail div
	{
		margin-top:0.5em;
		width:100%;
	}
	.event_detail div figure
	{
		display: block;
		text-align: center;
	}
	.event_detail div figure img
	{
		width:283px;
	}

	aside
	{
		font-weight: 400;
		font-size:12px;
	}

	aside p
	{
		display:flex;
		line-height:1.5;
		margin-bottom:0.5em;
	}
	aside p:before
	{
		content:"※";
		display:inline-block;
	}



	main .shop
	{
		padding:0px 0 30px;
		display:block;
		background:#fff;
	}
	main .shop h2::after
	{
		content:"";
		position: absolute;
		bottom:-5px;
		left:50%;
		transform: translate(-50%, 0);
		width:185px;
		height:5px;
		margin:auto;
		background:#baa97e;
		border-radius: 2px;
	}
	main .shop > .wrap
	{
		background: #fff;
		margin-top:0px;
		padding:30px 0px 10px;
	}
	main .shop .shop_wrap
	{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:30px 50px;
		width:100%;
		margin:70px auto 50px;
	}
	main .shop .shop_box
	{
		width:calc((100% - 50px) / 2);
		margin:0;
		color:#000;
		border:solid 2px #baa97e;
		font-size:0.8rem;
		box-shadow: 7px 7px 10px #e6ddee;
	}
	main .shop .shop_box:nth-child(3)
	{
		max-width: 670px;
		width:80%;
		margin:0;
		color:#000;
		border:solid 2px #baa97e;
		font-size:0.8rem;
	}
	main .shop .shop_box h4
	{
		background:#baa97e;
		color:#fff;
		padding:0.3em;
		font-size:1rem;
		font-weight: 600;
	}
	main .shop .shop_box .info
	{
		margin:20px 0 40px;
		padding:0 15px;
		text-align: left;
		line-height: 1.5;
		font-family: 'Noto Serif JP', serif;
	}
	main .shop .shop_box .info aside
	{
		font-size:12px;
		margin-bottom:1.5em;
		line-height: 1.5;
		font-family: 'Noto Sans JP', sans-serif;
	}
	main .shop .shop_box .info .tokuten
	{
		font-size:1rem;
		margin-bottom:1.5rem;
		line-height: 2;
		font-weight: 400;
	}
	main .shop .shop_box .info .tokuten > p
	{
		line-height:1.5;
		margin-bottom:0.5em;
	}
	main .shop .shop_box .info .tokuten dl
	{
		display:flex;
		font-weight: 400;
	}
	main .shop .shop_box .info .tokuten dt
	{
		width: 3.5em;
		line-height: 1.5;
		font-weight: 400;
	}
	main .shop .shop_box .info .tokuten dd
	{
		margin-left:0;
		line-height: 1.5;
		font-weight: 400;
		letter-spacing: 0;
	}
	main .shop .shop_box .info .tokuten dd span
	{
		color:#bd272d;
		font-size:1.5em;
		padding-left: 0.2em;
	}

	main .shop .shop_box .info .tokuten > div
	{
		width:100%;
		margin-top:-0.5em;
		font-size:0.6rem;
		line-height: 1.5;
	}
	main .shop .shop_box .info > p.kikan
	{
		font-size:12px;
		letter-spacing: 0;
		text-align: center;
		margin-bottom: 20px;
		letter-spacing: 0.5px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	main .shop .shop_box .info .tokuten > div > p:first-child
	{
		text-align:left;
	}
	main .shop .shop_box .info .tokuten > div > p:last-child
	{
		text-align:right;
	}
	main .shop .shop_box .info figure
	{
		width: auto;
		height: auto;
	}
	main .shop .shop_box .info figure img
	{
		width: 297px;
		height: 297px;
		display: block;
		margin:0 auto 30px;
		object-fit: contain;
	}
	main .shop .shop_box:nth-child(3) .info figure
	{
		display: flex;
		justify-content: center;
		gap:0px;
	}
	main .shop .shop_box:nth-child(3) .info figure img
	{
		margin:0 0 30px;
	}
	main .shop .shop_box .info > a
	{
		background:#e4bd11;
		color:#fff;
		padding:10px 20px;
		max-width: 230px;
		width:60%;
		display:block;
		margin:auto;
		border:1px solid #edcc40;
		font-size: 0.9rem;
		text-align: center;
	}
	main .shop .shop_box .info > a:active
	{
		transition: none;
		box-shadow: 0px 0px 2px #666;
	}
	main .shop .shop_box .info > a:after
	{
		font-family: "Font Awesome 5 Free";
		font-weight:bold;
		content:"\f101";
		display:inline-block;
		transform: scale(1, 1);
		padding-left:0.5em;
	}
	main .shop .shop_box .info > a:hover
	{
		text-decoration: none;
		opacity: 0.6;
	}
	main .shop .shop_box .info > a + aside
	{
		margin-top:30px;
	}

	main .shop .wrap > aside
	{
		display: block;
		margin-top:0px;
		padding-bottom:0px;
	}
	.btn a {
		background: #fff;
		color: #000;
		padding: 10px 20px;
		width: 60%;
		display: block;
		margin:0rem auto 5rem;
		box-shadow: 2px 2px 3px #666;
		font-size: 1rem;
		border: 3px solid #000;
	}
	@media screen and (max-width: 768px) {
		.btn a {
			width: 90%;
			line-height: 1.3;
			margin-bottom:2rem;
		}
	}


	.information
	{
		padding:1em 2em;
		width:95%;
		max-width:980px;;
		margin:0 auto 2em;
		border:2px solid #086ab9;
		outline:5px solid #086ab9;
		outline-offset: 3px;
		color:#000;
		text-align: left;
		border-radius: 3px;
		background: #ffffe3;
	}
	.information h3
	{
		font-size:1.7rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom: 1px dashed #D7EAAE;
	}
	.information h3 time
	{
		font-size:0.8rem;
		display:block;
		font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		margin-bottom:5px;
		color:red;
	}
	.information a
	{
		font-weight: 400;
		text-decoration: underline;
	}
	@media screen and (max-width: 768px)
	{
		.information
		{
			padding:0.5em 1em;
			margin:50px auto;
		}
		.information h3
		{
			font-size:1rem;
			margin-bottom:10px;
			padding-bottom:5px;
		}
		.information h3 time
		{
			font-size:0.6rem;
			margin-bottom:0px;
			color:#888;
		}
		.information > div
		{
			font-size:0.7rem;
			line-height: 1.8;
		}
	}

	main .other
	{
		padding:90px 0 70px;
		display:block;
		background:#fff;
	}
	main .other .photo_exhibition
	{
		margin-bottom:50px;
	}
	main .other .photo_exhibition span
	{
		font-size:1.6rem;
		padding:0 10px 5px;
		display: inline-block;
		line-height: 1.7;
		color:#000;
		font-weight: 400;
		background:linear-gradient(transparent 60%, rgba(247, 167, 220, 0.8) 60%);
	}
	main .other h4
	{
		font-family: 'Noto Serif JP', serif;
		background: #f06e7e;
		padding: 10px;
		letter-spacing: 1.3em;
		color: #fff;
		font-size: 1.3rem;
	}
	main .other div.bookinfo
	{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 50px;
		margin: 0 auto 0;
		padding: 50px 30px;
		text-align: center;
		border: 1px solid #f06e7e;
	}
	main .other div.bookinfo figure
	{
		width: 50%;
		max-width: 300px;
		margin: 0;
		padding: 0;
	}
	main .other div.bookinfo figure img
	{
		width: 100%;
		height: auto;
		margin: auto;
	}
	main .other div.bookinfo > div
	{
		max-width: calc( 100% - 300px - 0px );
		width: 50%;
	}
	main .other div.bookinfo h3,
	main .other div.bookinfo h4
	{
		font-size: 1.1rem;
		display: inline-block;
		margin-right: 0.5em;
		font-weight: 700;
		letter-spacing: 0.7em;
		background: transparent;
		color: #000;
		font-family: 'Noto Serif JP', serif;
	}
	main .other div.bookinfo h2
	{
		font-size: 3.5rem;
		margin-top: 45px;
		margin-bottom: 75px;
		letter-spacing: 0.5em;
		padding-left: 0.5em;
	}
	main .other div.bookinfo a
	{
		background:#754c24;
		color:#fff;
		padding:10px 20px;
		width:60%;
		display:block;
		margin:auto;
		box-shadow: 2px 2px 3px #666;
		border:1px solid #754c24;
		font-size: 0.9rem;
	}
	main .other div.bookinfo a:active
	{
		transition: none;
		box-shadow: 0px 0px 2px #666;
	}
	main .other div.bookinfo a:after
	{
		font-family: "Font Awesome 5 Free";
		font-weight:400;
		content:"\f101";
		display:inline-block;
		transform: scale(0.8, 1);
		padding-left:0.5em;
	}
	main .other div.bookinfo a:hover
	{
		text-decoration: none;
		opacity: 0.6;
	}
