@charset "UTF-8";


/*
	Theme Name: 工房 なぽすこ
	Description: 工房 なぽすこのテーマ
	Theme URI: https://www.naposuko.jp
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0.1
*/



/* 共通設定 */

body {
	color: #464646;
	font-family: "Noto Sans JP";
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
body * {
	overflow: hidden;
}
aside, header, nav, footer {
	display: block;
}
header, article, footer, nav ul {
	width: 1200px;
}
header, article, aside, footer {
	background-color: #fff;
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
}
.addtoany_share_save_container a[target="_blank"]::after, .addtoany_shortcode a[target="_blank"]::after {   /* SNSボタンプラグイン用 */
	content: '';
}
hr {
	background-color: #499bea;
	border-style: none;
	height: 7px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: bottom;
}
small {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
table {
	border-collapse: collapse;
}
.boldfont {
	font-weight: bold;
}
.caption {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.redfont {
	color: #f00;
}
.smallfont {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.textcenter {
	text-align: center;
}


/* ヘッダー */

header {
	display: grid;
	grid-template-columns: 30% 1fr;
}
header h1, header h2 {
	margin: 0;
	padding: 0;
}
header h1 {
	margin: 1em 0 0.5em;
	text-align: center;
}
header h1 img {
	height: auto;
	width: 90%;
}
header h1 a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
}
header h2 {
	background-color: #00f;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-left: 30%;
	padding: 0.2em 0.7em 0.3em;
}
header h2 br {
	display: none;
}
header div {
	text-align: center;
}
header div p {
	color: #005bbb;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	margin: 0 0 0 30%;
	padding: 0.3em 0;
}
header div p span::before {
	content: '\f098';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}



/* メインメニュー */

nav {
	background: #499bea;
	background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
	background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
	height: 40px;
	width: 100%;
}
nav ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	height: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
nav li {
	border-left: 1px solid #fff;
	padding: 0;
	margin: 0;
}
nav li:last-child {
	border-right: 1px solid #fff;
}
nav li a {
	color: #fff;
	display: block;
	font-size: 80%;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
nav li a:hover {
	background: #207ce5;
	background: -moz-linear-gradient(top, #207ce5 0%, #499bea 100%);
	background: -webkit-linear-gradient(top, #207ce5 0%, #499bea 100%);
	background: linear-gradient(to bottom, #207ce5 0%, #499bea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207ce5', endColorstr='#499bea', GradientType=0);
}
nav input, nav label {
	display: none;
}



/* フッター */

footer {
	display: flex;
	justify-content: flex-start;
	padding: 2em 0;
}
footer > section {
	width: 33%;
}
footer > section h2 {
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
footer > section:first-child p:nth-child(2) {
	color: #005bbb;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
footer > section:first-child p:nth-child(2) span::before {
	content: '\f098';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
footer > section:first-child p:last-child {
	margin: 0 auto;
	width: 70%;
}
footer > section:last-child {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
footer > section:last-child > div {
	margin: auto auto 0;
	text-align: center;
	width: 90%;
}
footer > section:last-child > div > * {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
footer > section:last-child p {
	text-align: center;
}
footer > section:last-child ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
footer > section:last-child li {
	margin: 0 0 30px;
	position: relative;
	width: 50%;
}
footer > section:last-child li a:before {
	color: #f00;
	content: '\f04b';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 0.5em;
}
footer #area {
	border: 1px solid #eee;
	margin: 0 auto;
	padding-top: 1em;
	width: 90%;
}
footer #area p {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 1em;
}


/* サブコンテンツ */

aside {
	background: url(img/bottom_order.jpg) center;
	background-size: cover;
	margin-top: 15rem;
	padding: 120px 0;
	text-align: center;
}
aside h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0 0 1em;
	padding: 0;
}
aside h2 br {
	display: none;
}
aside a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 1em 7em 1.5em;
	text-decoration: none;
}
aside a:hover {
	background-color: #fff;
	color: #00a26a;
}
aside a span::after {
	content: '\f138';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
aside p {
	margin: 1em auto 0;
	padding: 0;
}



/* メインコンテンツ */

article h2 {
	background-color: #ffd500;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-top: 3em;
	padding: 0.3em 0 0.5em;
	text-align: center;
}
article h2 br {
	dis-play: none;
}
article h2 span {
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}
section {
	overflow: auto;
}
#breadcrumb {
	list-style-type: none;
	margin: 2rem auto 0;
	padding: 0;
	width: 95%;
}
#breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumb li:first-child::before {
	color: #2e7fea;
	content: '\f015';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 0.5em;
}
#breadcrumb li:not(:last-child)::after {
	content: '\f054';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding: 0 0.4em 0 0.7em;
}
#content_end {
	margin-bottom: 15rem;
}
#faq_list {
	list-style-type: none;
	margin: 2em auto;
	padding: 0;
	width: 70%;
}
#faq_list li {
	margin: 1.5em auto;
}
#faq_list li a {
	align-items: center;
	display: flex;
}
#faq_list li a span:first-child::before {
	background: #00A26A;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: bold;
	height: 40px;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0 20px 0 0;
	text-align: center;
	width: 40px;
}
#example {
	display: grid;
	grid-row-gap: 1.5em;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
#example li span {
	display: block;
	text-align: center;
}
#example li span:first-child {
	height: 200px;
	margin-bottom: 1em;
}
#example li span:first-child img {
	height: 100%;
	object-fit: cover;
	width: auto;
}
#faq_step {
	margin: 2rem auto;
	overflow: hidden;
	width: 90%;
}
#faq_step ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	list-style-type: none;
	margin: 2rem auto;
	padding: 0;
	position: relative;
	width: 90%;
}
#faq_step li::after {
	background-color: #ccc;
	content: '';
	height: 4px;
	position: absolute;
	top: 26px;
	width: 90%;
	z-index: 0;
}
#faq_step li:last-child::after {
	content: none;
}
#faq_step li {
	color: #999;
	counter-increment: steps;
	font-weight: bold;
	overflow: visible;
	position: relative;
	text-align: center;
	z-index: 9999;
}
#faq_step li span::before {
	background-color: #ccc;
	border-radius: 50%;
	content: counter(steps);
	display: block;
	font-size: 20px;
	height: 46px;
	letter-spacing: 0;
	line-height: 46px;
	margin: 7px auto 20px;
	text-align: center;
	width: 46px;
	z-index: 999;
}
#faq_step li#on_state span, #faq_step li.complete span {
	color: #0070bd;
}
#faq_step li#on_state span::after, #faq_step li.complete span::after {
	background-color: #0070bd;
}
#faq_step li#on_state span::before, #faq_step li.complete span::before {
	background-color: #0070bd;
	color: #fff;
	z-index: 1;
}
#faq_step li#on_state::after, #faq_step li.complete::after {
	background-color: #0070bd;
}
#info > div > div, #rssarea > div {
	background-color: #fff;
	border: 1px solid #aaa;
	margin: 0 auto;
	width: 80%;
}
#info > div > div {
	min-height: 250px;
	overflow: auto;
}
#info p:last-child {
	margin: 1em auto;
	text-align: right;
	width: 85%;
}
#info p:last-child a::before {
	color: #f00;
	content: '\f04b';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
#info table {
	margin: 0 auto;
	width: 90%;
}
#info td, #info th {
	border-bottom: 1px dashed #ccc;
	padding: 1em 1em 0.4em;
}
#info td {
	width: 80%;
}
#info th {
	font-weight: normal;
	padding-right: 5%;
	text-align: right;
	vertical-align: top;
	width: 15%;
}
#info tr:first-child {
	color: #f00;
}
#info_list {
	margin: 1em auto;
	width: 80%;
}
#info_list td, #info_list th {
	border-bottom: 1px dashed #ccc;
	padding: 1em 1em 0.5em;
}
#info_list td {
	width: 85%;
}
#info_list th {
	font-weight: normal;
	text-align: left;
	width: 15%;
}
#mail_form input, #mail_form textarea {
	border-radius: 5px;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 2px 8px;
}
#mail_form table {
	margin: 2em auto;
	width: 90%;
}
#mail_form td, #mail_form th {
	border: 1px solid #ccc;
	padding: 1em 1.2em;
}
#mail_form td span {
	color: #999;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#mail_form td span.error {
	color: #f00;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 1em;
}
#mail_form th {
	background-color: #eee;
	text-align: left;
	width: 30%;
}
#mail_form #buttom_area {
	margin: 3em 0;
	text-align: center;
}
#mail_form #buttom_area input {
	background-color: #ffa500;
	color: #fff;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 1em 2em;
}
#mail_form .mw_wp_form_confirm td span {
	display: none;
}
#mail_form .need {
	background-color: #fff;
	border: 1px solid #f00;
	color: #f00;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0.3em 0.5em;
}
#manyfaq_anser {
	margin: 2em auto 8em;
	width: 70%;
}
#manyfaq_anser h3, #manyfaq_anser > div {
	1border: 1px solid #eee;
	display: grid;
	grid-template-columns: 80px 1fr;
}
#manyfaq_anser h3 {
	align-items: ceter;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 1em 0;
	text-align: left;
}
#manyfaq_anser h3 span:first-child::before {
	background: #00A26A;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: bold;
	height: 60px;
	letter-spacing: 0;
	line-height: 60px;
	margin: 0;
	text-align: center;
	width: 60px;
}
#manyfaq_anser > div {
	margin-top: 4rem;
}
#manyfaq_anser > div div:first-child::before {
	background: #FA8645;
	border-radius: 50%;
	color: #fff;
	content: "A";
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: bold;
	height: 60px;
	letter-spacing: 0;
	line-height: 60px;
	margin: 0 20px 0 0;
	text-align: center;
	width: 60px;
}
#manyfaq_anser > div div:last-child p {
	margin-left: 0;
}
#manyfaq_anser > div div:last-child p:first-child {
	margin-top: 0;
}
#notice_list {
	margin: 2em auto;
	width: 80%;
}
#notice_list td, #notice_list th {
	border-bottom: 1px dashed #bbb;
	padding: 1em 1em 0.3em;
}
#notice_list td {
	width: 85%;
}
#notice_list th {
	text-align: left;
	width: auto;
}
#pagination ul {
	align-items: center;
	display: flex;
	gap: 0 1em;
	height: auto;
	justify-content: center;
	list-style-type: none;
	margin: 3em auto;
	padding: 0;
	width: 80%;
}
#pagination li {
	border: none;
	height: auto;
}
#pagination li > * {
	align-items: center;
	background-color: #a4c1d7;
	border: solid 2px #a4c1d7;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1em;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: all 0.15s linear;
	width: 45px;
}
#pagination li .current {
	background: #0000cd;
	border: solid 2px #0000cd;
	pointer-events: none;
}
#pagination li > *:not(.current):hover {
	background: #0000cd;
	border: solid 2px #0000cd;
}
#post h3 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-top: 2em;
	padding: 0;
	text-align: center;
}
#privacy {
	margin: 2em auto 15rem;
	padding: 0;
	width: 90%;
}
#privacy li div {
	margin: 0 auto 2em;
	width: 95%;
}
#privacy li h3::before {
	color: #ffd500;
	content: '\f45c';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#privacy li ul li {
	padding-left: 1.6em;
	text-indent: -1.5em;
}
#privacy li ul li::before {
	color: #ffd500;
	content: '\f00c';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#share_area {
	border: 1px solid #ccc;
	margin: 5em auto;
	text-align: center;
	width: 70%;
}
#share_area ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	list-style-type: none;
	margin: 2em auto;
	padding: 0;
	width: 60%;
}
#share_area ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}
#share_area ul a img {
	height: auto;
	width: 64px;
}
#share_area p br {
	display: none;
}
#shop_info {
	margin: 2em auto;
	width: 70%;
}
#shop_info td, #shop_info th {
	border: 1px solid #ccc;
	padding: 1em 1.5em;
}
#shop_info th {
	background-color: #eee;
}
#slide {
	margin: 2rem 0 0;
}
#top_contents {
	margin: 3rem auto;
	width: 80%;
}
#top_contents h2 {
	background-color: transparent;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 1em 0;
	padding: 0;
	text-align: left;
}
.content {
	margin: 0 auto;
	width: 95%;
}
.content_end {
	margin-bottom: 15rem;
}
.list1 {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 95%;
}
.list1 li {
	display: grid;
	grid-template-columns: 34px 1fr;
	margin: 1.5em 0;
}
.list1 li span:first-child::before {
	color: #f00;
	content: '\f058';
	display: inline-block;
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 1.5em;
	font-weight: 900;
	margin: 1px;
}




/* 画面サイズ 1200px用 */
@media screen and (max-width: 1200px) {
	article {
		width: 95%;
	}
	header, footer, nav ul {
		width: 100%;
	}
}
/* 画面サイズ 1024px用 */
@media screen and (max-width: 1024px) {
	footer > section:first-child p:last-child {
		width: 80%;
	}
	footer > section:last-child ul {
		width: 90%;
	}
}
/* 画面サイズ 896px用 */
@media screen and (max-width: 896px) {
	header {
		grid-template-columns: 40% 1fr;
	}
	header h2, header div p {
		margin-left: 10%;
	}
	footer {
		flex-wrap: wrap;
	}
	footer > section:first-child, footer > section:nth-child(2) {
		width: 50%;
	}
	footer > section:first-child p:last-child {
		width: 60%;
	}
	footer > section:last-child {
		margin-top: 3rem;
		width: 100%;
	}
	footer > section:last-child ul {
		justify-content: space-around;
	}
	footer > section:last-child li {
		width: auto;
	}
	#example {
		grid-template-columns: 30% 30% 30%;
	}
	#mail_form td, #mail_form th {
		border: none;
		display: block;
		text-align: center;
		width: 100%;
	}
	#mail_form td {
		padding: 3rem 0 5rem;
	}
	#manyfaq_anser {
		width: 90%;
	}
}

/* 画面サイズ 800px用 */
@media screen and (max-width: 800px) {
	header {
		display: block;
	}
	header div {
		margin: 0 auto 2em;
		width: 90%;
	}
	header h1 {
		margin-bottom: 1em;
	}
	header h2 {
	}
	header h2, header div p {
		margin-left: 0;
	}
	footer > section:first-child p:last-child {
		width: 70%;
	}
	#shop_info {
		width: 80%;
	}
}

/* 画面サイズ 768px用 */
@media screen and (max-width: 768px) {
	#example {
		grid-template-columns: 45% 45%;
	}
}

/* 画面サイズ 736px用 */
@media screen and (max-width: 736px) {
	article h2 {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}

/* 画面サイズ 667px用 */
@media screen and (max-width: 667px) {
	footer > section:first-child p:last-child {
		width: 80%;
	}
	#share_area {
		width: 90%;
	}
}

/* 画面サイズ 640px用 */
@media screen and (max-width: 640px) {
	article h2 {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#mail_form table tr:nth-child(1) input, #mail_form table tr:nth-child(3) input, #mail_form table tr:nth-child(4) textarea {
		width: 90%;
	}
	#manyfaq_anser h3, #post h3 {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}

/* 画面サイズ 600px用 */
@media screen and (max-width: 600px) {
	footer {
		display: block;
	}
	footer > section:first-child, footer > section:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	footer > section:first-child p:last-child {
		width: 50%;
	}
	footer > section:nth-child(2) {
		margin-top: 2rem;
	}
	#faq_list {
		width: 90%;
	}
	#shop_info {
		width: 90%;
	}
}

/* 画面サイズ 568px用 */
@media screen and (max-width: 568px) {
	#example {
		display: block;
	}
	#example li {
		margin-bottom: 2rem;
	}
}

/* 画面サイズ 428px用 */
@media screen and (max-width: 428px) {
	aside a {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		test-align: center;
		width: 90%;
	}
	article h2 br, aside h2 br, header h2 br, #share_area p br {
		display: inline;
	}
	article h2 {
		line-height: 1.5em;
	}
	header {
		margin-top: 45px;
	}
	footer > section:first-child p:last-child {
		width: 65%;
	}
	nav {
		background-color: #006400;
		height: 50px;
		overflow: visible;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99999;
	}
	nav label {
		cursor: pointer;
		display: block;
		float: right;
		height: 30px;
		margin-right: 15px;
		margin-top: 7px;
		position: relative;
		width: 30px;
		z-index: 11;
	}
	nav label::before {
		box-shadow: #fff 0 12px 0;
		-webkit-box-shadow: #fff 0 12px 0;
	}
	nav label::after {
		bottom: 0;
	}
	nav label::before, nav label::after {
		background: #fff;
		content: '';
		display: block;
		height: 6px;
		position: absolute;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
		-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		width: 30px;
	}
	nav input:checked ~ label::before {
		-webkit-box-shadow: transparent 0 0 0;
		box-shadow: transparent 0 0 0;
		-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
		transform: rotate(45deg) translate3d(6px, 11px, 0);
	}
	nav input:checked ~ label::after {
		-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
		transform: rotate(-45deg) translate3d(6px, -11px, 0);
	}
	nav input:checked ~ ul {
		right: 0;
	}
	nav ul {
		background-color: #00f;
		box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		-webkit-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		-moz-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		display: block;
		height: auto;
		right: -230px;
		margin-top: 45px;
		position: absolute;
		top: 0;
		transition: left 0.4s;
		-webkit-transition: left 0.4s;
		width : 230px;
		z-index: 99999;
	}
	nav ul li {
		border: 0;
		display: block;
		height: 50px;
	}
	nav li a {
		border-top: 1px solid #fff;
		font-size: 1em;
		letter-spacing: 0.1em;
		line-height: 43px;
		padding-left: 2em;
		text-align: left;
	}
	nav li a span::before {
		content: '\f054';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 1em;
		margin-right: 0.5em;
	}
	#share_area, #share_area ul {
		width: 95%;
	}
	#shop_info td, #shop_info th {
		display: block;
	}
	#shop_info td {
		padding-bottom: 2em;
	}
	#shop_info tr:nth-child(1), #shop_info tr:nth-child(4), #shop_info tr:nth-child(5), #shop_info tr:nth-child(6) {
		text-align: center;
	}
}

/* 画面サイズ 414px用 */
@media screen and (max-width: 414px) {
	header div p {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	footer > section:first-child, footer > section:nth-child(2) {
		width: 95%;
	}
	footer > section:first-child p:last-child {
		width: 80%;
	}
	#info > div > div, #rssarea > div {
		width: 90%;
	}
}

/* 画面サイズ 320px用 */
@media screen and (max-width: 320px) {			/*  ここを編集中  */
	header div p, footer > section:first-child p:nth-child(2) {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#info td, #info th {
		border: none;
		display: block;
		width: auto;
	}
	#info td {
		border-bottom: 1px solid #ccc;
		padding-top: 0em;
	}
	#info th {
		padding-bottom: 0;
		text-align: left;
	}
}
