@charset "UTF-8";


/*
	Theme Name: 自家焙煎珈琲 丸喜
	Description: 自家焙煎珈琲 丸喜のテーマ
	Theme URI: https://www.malki-coffee.com/
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0.0
*/



/* 共通設定 */

body {
	background-image: url('img/back.jpg');
	color: #464646;
	counter-reset: drip-number 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
body > header, nav, footer, main {
	display: block;
}
body > header, article, footer, main, nav ul, #breadcrumb {
	width: 1200px;
}
body > header, article, footer, main, #breadcrumb {
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
}
hr {
	background-color: #499bea;
	border-style: none;
	height: 7px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: bottom;
}
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;
}


/* ヘッダー */

body > header {
	background: url(img/head.jpg) left top no-repeat;
	backgounnd-size: contain;
}
body > header > div {
	display: grid;
	grid-template-columns: 30% 1fr;
}
body > header h1 {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}
body > header h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}
body > header h2 img {
	margin: 1em 0;
	height: auto;
	width: 80%;
}
#head_content {
	position: relative;
	height: 250px;
}
#head_content > div, #head_content > p {
	position: absolute;
	right: 10px;
	width: 500px;
}
#head_content > div > p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}
#head_content > div > p:first-child {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#head_content > div > p:first-child::before {
	content: '\f098';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#head_content > div > p:first-child a {
	color: #fff;
	text-decoration: none;
}
#head_content > p {
	bottom: 10px;
	margin: 0;
	padding: 0;
}
#head_content > p a {
	background-color: #eb6100;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
#head_content > p a:hover {
	background-color: #f56500;
}
#head_content > p a span::before {
	content: '\f0e0';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.5em;
}



/* メインメニュー */

nav {
	background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
	height: 40px;
	width: 100%;
}
nav ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	height: 40px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
nav li {
	border-left: 1px solid #fff;
	font-family: "Noto Sans JP"; 
	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: linear-gradient(to bottom, #6d0019 0%, #8f0222 56%, #a90329 100%);
}
nav input, nav label {
	display: none;
}



/* フッター */

footer {
	background: #f8f8ff;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0 0 5px;
	text-align: center;
	width: 100%;
}
footer ul {
	display: flex;
	gap: 0 2em;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 1em 0 40px;
}
footer p {
	margin-top: 5px;
}
footer p a {
	letter-spacing: 0.1em;
}



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

main {
	margin-bottom: 3em;
	margin-top: 3em;
	overflow: hidden;
}
article {
	margin: 2em 0;
}
article * {
	overflow: hidden;
}
article > section {
	background-color: #fff;
	margin: 2rem auto;
	padding: 3rem 0;
	text-align: center;
}
article > section > h2, article > section > h3, #commodity h3 {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0 auto 1em;
	width: 95%;
}
article > section > h2:not(:first-child), article > section > h3, #commodity h3 {
	margin-top: 4em;
}
article > section > h2 br {
	display: none;
}
article > section > p {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#attention {
	list-style-type: none;
	margin: 3em auto;
	padding: 0;
	width: 50%;
}
#attention li {
	color: #f00;
	display: grid;
	grid-template-columns: 35px 1fr;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
#attention li span:first-child::before {
	background: url('img/list-mark4.png') left top no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 25px;
	width: 25px;
}
#buttom_area {
	margin: 3rem 0 5rem;
}
#buttom_area input {
	background-color: #094;
	border-bottom: 5px solid #00662d;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 auto;
	position: relative;
	padding: 1.5rem 0;
	text-align: center;
	width: 40%;
}
#breadcrumb {
	background-color: #000;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 1rem auto;
	padding: 0.4em 15px 0.6em;
}
#breadcrumb li {
	color: #fff;
	margin: 0;
	padding: 0;
	width: auto;
}
#breadcrumb li a {
	color: #fff;
}
#breadcrumb li:first-child::before {
	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;
}
#coffee_price {
	margin: 3rem auto;
	width: 70%;
}
#coffee_price h3 {
	margin-top: 1em;
}
#commodity > div:first-child {
	border: 1px solid #ccc;
	margin: 2em auto;
	padding: 2em 1em;
	overflow: hidden;
	width: 80%;
}
#commodity > div:first-child table {
	margin: 3em auto;
	width: 80%;
}
#commodity > div:first-child table td, #commodity > div:first-child table th {
	border-bottom: 1px solid #ccc;
	padding: 0.7em 1em;
}
#commodity > div:first-child table td {
	text-align: left;
}
#commodity > div:first-child table th {
	background-color: #fffafa;
}
#drip {
	border: 1px solid #ccc;
	border-radius: 5px;
	list-style-type: none;
	margin: 3em auto;
	padding: 0;
	width: 50%;
}
#drip li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em 0;
	text-align: left;
}
#drip li::before {
	background: url('img/list-mark3.png') left top no-repeat;
	background-size: contain;
	content: '';
	display: block;
	margin-right: 10px;
	height: 25px;
	width: 25px;
}
#drip li span {
	width: 14em;
}
#drip_method {
	margin: 1em auto;
	padding: 0;
	text-align: left;
	width: 80%;
}
#drip_method > li {
	display: grid;
	grid-template-columns: 2em 1fr;
	margin: 1em 0;
	min-height: 2em;
}
#drip_method > li > span {
	position: relative;
}
#drip_method > li > span:first-child::after {
	background-color: #a0522d;
	border-radius: 0.9em;
	content: '';
	display: block;
	height: 1.8em;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.8em;
	z-index: 0;
}
#drip_method > li > span:first-child::before {
	color: #fff;
	counter-increment: drip-number 1;
	content: counter(drip-number);
	display: block;
	font-family: "Noto Sans JP";
	font-weight: bold;
	left: 0.6em;
	margin-top: 0.35em;
	position: absolute;
	top: -0.3em;
	z-index: 10;
}
#drip_method > li > span:nth-child(2) {
	padding-left: 0.5em;
}
#faq_caption {
	border: 5px solid #ccc;
	border-radius: 15px;
	margin: 1rem auto;
	padding: 2em 0;
	width: 80%;
}
#faq_caption ul {
	margin: 3em auto;
	padding: 1em;
	width: 80%;
}
#faq_caption ul:first-of-type {
	background-color: #fff8dc;
}
#faq_caption ul:last-of-type {
	background-color: #f5f5f5;
}
#faq_caption ul:last-of-type li {
	margin-left: 1em;
	margin-right: 1em;
}
#faq_caption ul:last-of-type li:nth-child(2) {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
#faq_caption ul:last-of-type li span:first-child {
	text-decoration: underline;
	font-weight: bold;
}
#faq_caption ul:last-of-type li span:nth-child(2) {
	display: block;
}
#faq_caption ul:last-of-type li span:nth-child(2)::before {
	content: '\f063';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
#faq_caption > p {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#faq_list {
	list-style-type: none;
	margin: 3rem auto;
	padding: 0;
	width: 70%;
}
#faq_list li {
	align-items: center;
	display: flex;
	margin: 1.5rem 0;
	padding: 0;
}
#faq_list li::before {
	background-color: #09f;
	border-radius: 50%;
	color: #fff;
	content: 'Q';
	font-family: "Noto Sans JP";
	font-weight: bold;
	height: 2em;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-right: 5px;
	padding-top: 0.7em;
	text-align: center;
	width: 2.5em;
}
#faq_step {
	margin: 0 auto;
	width: 45%;
}
#faq_step ol {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
}
#faq_step ol li {
	color: #c7c7c7;
	position: relative;
	z-index: 1;
}
#faq_step ol li:before {
	background: #c7c7c7;
	border-radius: 100%;
	content: "";
	display: block;
	height: 1.5em;
	margin: 0 auto 1em;
	width: 1.5em;
}
#faq_step ol li#on_state {
	color: #4b4b4b;
	font-size: 14px;
}
#faq_step ol li#on_state::before {
	background: #4b4b4b;
	margin: 0 auto 1em;
	height: 2em;
	width: 2em;
}
#faq_step ol::before {
	background: #c7c7c7;
	content: "";
	height: 1px;
	left: 52%;
	position: absolute;
	top: 11px;
	transform: translateX(-50%);
	width: 85%;
	z-index: 1;
}
#graph {
	background: url(img/chart.png) center top no-repeat;
	background-size: contain;
	height: 800px;
	margin: 1em auto;
	padding: 1px;
	position: relative;
	width: 90%;
}
#graph > div {
	background-color: #a0522d;
	height: 100%;
	opacity: 0.1;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
}
#header_img {
	margin: 2em auto;
	width: 90%;
}
#header_img img {
	height: auto;
	width: 100%;
}
#home_slide {
	border: 0;
	width: 1200px;
}
#home_slide .flex-direction-nav a {
	top: 45%;
}
#infoarea, #rssarea {
	margin: 0 auto 3em;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 90%;
}
#infoarea th {
	text-align: right;
	vertical-align: top;
}
#infoarea tr:first-child {
	color: #f00;
}
#infoarea p {
	margin-right: 1rem;
	text-align: right;
}
#inforss, #rss {
	height: 200px;
	overflow: auto;
	position: static;
}
#inforss table {
	margin: 1em auto;
	width: 95%
}
#inforss td, #inforss th {
	border-bottom: 1px dashed #ddd;
	padding: 1em 0.5em 0.3em;
}
#inforss td {
	width: 70%;
}
#inforss th {
	width: 30%;
}
#inforss tr:first-child td, #inforss tr:first-child th {
	padding-top: 0;
}
#info_list , #info_list2 {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#info_list li, #info_list2 li {
	border-bottom: 1px dashed #999;
	display: grid;
	grid-template-columns: 15% 1fr;
	margin: 1rem 0;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
#info_list li:first-child {
	color: #f00;
}
#info_list2 {
	text-align: left;
	width: 80%;
}
#link table {
	margin: 2em auto;
	width: 80%;
}
#link table tr {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#link table td, #link table th {
	padding: 0.5em 1em;
}
#link table td {
	text-align: left;
}
#link table th {
	width: 35%;
}
#mail_form form {
	margin: 2rem auto;
	over-flow: hidden;
	width: 80%;
}
#mail_form table {
	margin: 3rem 0;
	width: 100%;
}
#mail_form table td, #mail_form th, #mail_form tr {
	display: block;
	width: 100%;
}
#mail_form td, #mail_form th {
	text-align: center;
}
#mail_form td {
	padding: 1rem 0 3rem;
}
#mail_form td span {
	color: #ccc;
	margin-top: 0.7em;
}
#mail_form td span.error {
	color: #f00;
	font-weight: bold;
}
#mail_form td textarea {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#mail_form th {
	background-color: #eee;
	padding: 0.5em 0;
}
#mail_form .need {
	background-color: #f00;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-left: 1em;
	padding: 0.2em 0.7em;
}
#manyfaq_title {
	align-items: center;
	display: flex;
	justify-content: center;
}
#manyfaq_title::before {
	background-color: #09f;
	border-radius: 50%;
	color: #fff;
	content: 'Q';
	font-family: "Noto Sans JP";
	font-weight: bold;
	height: 2em;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-right: 10px;
	padding-top: 0.7em;
	text-align: center;
	width: 2.5em;
}
#manyfaq_title span:last-child {
	text-align: left;
	width: 80%;
}
#map {
	margin: 2em auto;
	width: 80%;
}
#map > iframe {
	width: 100%;
}
#no_post {
	margin-bottom: 5em;
}
#pagination ul {
	list-style-type: none;
	margin:  3rem 0;
	padding: 0;
	text-align: center;
}
#pagination ul li {
	display: inline-block;
	height: 50px;
	margin: 0 2px;
	padding: 0;
	position: relative;
	width: 50px;
}
#pagination ul li a {
	background-color: #f5deb3;
	border-radius: 50px;
	color: #fff;
	display: block;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
}
#pagination ul li a:hover {
	background-color: #8b0000;
	color: #fff;
}
#pagination ul li span {
	background-color: #8b0000;
	border-radius: 50px;
	color: #fff;
	display: block;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
}
#pot_content h3 {
	margin: 2em auto;
	width: 90%;
}
#pot_content h3 img {
	height: auto;
	width: 100%;
}
#pot_content p {
	font-family: "Noto Sans JP";
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#pot_content ul {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 70%;
}
#pot_content ul li {
	display: flex;
	margin: 1em 0;
	1padding-top: 0.3em;
}
#pot_content ul li::before {
	color: #a0522d;
	content: '\f058';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1em;
	margin-left: 1px;
	margin-right: 0.3em;
}
#price, #price1 {
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 50%;
}
#price li, #price1 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em 0;
	text-align: left;
}
#price li::before, #price1 li::before {
	background: url('img/list-mark2.png') left top no-repeat;
	background-size: contain;
	content: '';
	display: block;
	margin-right: 10px;
	height: 25px;
	width: 25px;
}
#price li > span {
	width: 14em;
}
#price li span span {
	display: inline;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-left: 0.5rem;
	padding-top: 0.2rem;
}
#price1 li > span {
	width: 8em;
}
#privacy {
	margin: 0 auto;
	width: 80%;
}
#privacy h3 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 3em 0 1em;
}
#privacy ul {
	margin: 2em auto;
	text-align: left;
	width: 70%;
}
#privacy ul li {
	display: flex;
	margin: 1em 0;
}
#privacy ul li::before {
	content: '\f111';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 1px;
	margin-top: 0.3em;
}
#question-cat {
	display: grid;
	grid-template-columns: 20% 20% 20% 20%;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
#question-cat li {
	border: 3px solid #f2d58a;
	border-radius: 10px;
	padding: 1em 0;
}
#question-cat li a {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
#question-cat li span {
	content: '';
	display: block;
	height: 128px;
	margin-bottom: 1em;
	width: 128px;
}
#question-cat li#faq-beans span {
	background: url('img/faq-beans.png') left top no-repeat;
	background-size: contain;
}
#question-cat li#faq-brew span {
	background: url('img/faq-brew.png') left top no-repeat;
	background-size: contain;
}
#question-cat li#faq-other span {
	background: url('img/faq-other.png') left top no-repeat;
	background-size: contain;
}
#question-cat li#faq-payment span {
	background: url('img/faq-payment.png') left top no-repeat;
	background-size: contain;
}
#rss {
	height: auto;
	margin-bottom: 1em;
}
#rss ul {
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
	width: 70%;
}
#rss li {
	display: grid;
	grid-template-columns: 40px 1fr;
	margin: 1.5em 2em;
}
#rss li::before {
	background: url('img/list-mark1.png') left top no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 32px;
	width: 32px;
}
#rss li a {
	padding-left: 7px;
}
#slide {
	height: 500px;
	margin-bottom: 3rem;
	padding-bottom: 5em;
}
#slide li {
	height: 100%;
}
#slide li img {
	display: block;
	height: 100%;
	margin: 0 auto;
	width: auto;
}
#sns-area {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-around;
	list-xtyle-type: none;
	margin: 5rem auto;
	padding: 0;
	width: 80%;
}
#sns-area img {
	height: 150px;
	margin-bottom: 1em;
	width: auto;
}
#sns-area li {
	font-family: "Noto Sans JP";
	text-align: center;
}
#suggestion {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 70%;
}
#suggestion li {
	display: flex;
	margin: 1em 0;
}
#suggestion li::before {
	color: #a0522d;
	content: '\f058';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 1.5em;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1em;
	margin-left: 1px;
	margin-right: 0.3em;
}
#taste {
	margin: 1em auto;
	width: 70%;
}
#taste td, #taste th {
	border: 1px solid #ccc;
	text-align: center;
}
#taste th {
	background-color: #eee;
}
#to_newslist a::before {
	color: #a0522d;
	content: '\f152';
	display: inline-block;
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 1.7rem;
	font-weight: 900;
	padding: 0 5px;
	vertical-align: middle;
}
#to_shop {
	overflow: hidden;
}
#to_shop a {
	align-items: center;
	background-color: #eb6100;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-weight: bold;
	justify-content: center;
	margin: 4rem auto;
	padding: 0.7em 0;
	text-decoration: none;
	width: 70%;
}
#to_shop a span:first-child::before {
	content: '\f07a';
	display: inline-block;
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 3rem;
	font-weight: 900;
	padding: 0 0.4em 0 0.7em;
}
.item_list {
	display: grid;
	grid-row-gap: 1em;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 90%;
}
.slider {
	margin: 100px auto;
	padding: 0;
	width: 90%;
}
.slider img {
	height: auto;
	width: 100%;
}
.slider li{
	margin: 0 1em;
}
.slick-prev:before, .slick-next::before {
	color: #000;
}



/* 画面サイズ 1200px用 */
@media screen and (max-width: 1200px) {
	article, main, nav ul, #breadcrumb {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	body > header, footer {
		width: 100%;
	}
	#post {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}
/* 画面サイズ 1080px用 */
@media screen and (max-width: 1080px) {
	#question-cat {
		grid-template-columns: 23% 23% 23% 23%;
	}
}
/* 画面サイズ 960px用 */
@media screen and (max-width: 960px) {
	body > header {
		margin-top: 45px;
	}
	footer ul {
		flex-wrap: wrap;
		gap: 1.5em 2em;
	}
	nav {
		height: 45px;
		left: 0;
		position: fixed;
		top: 0;
		z-index: 10;
	}
	nav label {
		cursor: pointer;
		display: block;
		float: left;
		height: 30px;
		margin-left: 10px;
		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 {
		left: 0;
	}
	nav ul {
		background-color: #fff;
		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 : 900px;
		left: -100%;
		margin-top: 45px;
		position: absolute;
		top: 0;
		transition: left 0.4s;
		-webkit-transition: left 0.4s;
		width : 230px;
		z-index: 100;
	}
	nav ul li, nav li:last-child {
		border: 0;
	}
	nav li {
		background: #cc3555;
		background: -moz-linear-gradient(top, #cc3555 0%, #800000 100%);
		background: -webkit-linear-gradient(top, #cc3555 0%,#800000 100%);
		background: linear-gradient(to bottom, #cc3555 0%,#800000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3555', endColorstr='#800000',GradientType=0);
	}
	nav li a {
		border-top: 2px solid #fff;
		font-size: 1em;
		letter-spacing: 0.1em;
		padding-left: 1em;
		text-align: left;
		width: auto;
	}
	#faq_caption {
		width: 70%;
	}
	#faq_caption ul:last-of-type li {
		margin-top: 1em;
	}
	#faq_step {
		width: 60%;
	}
	#graph {
		height: 700px;
	}
	#infoarea, #rssarea {
		margin-bottom: 1em;
	}
	#manyfaq_title {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	#personal_info {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#pot_content ul {
		width: 85%;
	}
	#question-cat {
		width: 90%;
	}
	#rss ul {
		width: 90%;
	}
}
/* 画面サイズ 926px用 */
@media screen and (max-width: 926px) {
	footer ul {
		margin: 0 auto;
		width: 90%;
	}
}
/* 画面サイズ 915px用 */
@media screen and (max-width: 915px) {
	#faq_list li {
		text-align: left;
	}
	#faq_list li::before {
		margin-right: 10px;
	}
	#sns-area {
		width: 90%;
	}
	#sns-area img {
		height: 130px;
	}
}
/* 画面サイズ 896px用 */
@media screen and (max-width: 896px) {
	#attention {
		width: 70%;
	}
	#commodity > div:first-child table, #commodity > div:first-child table * {
		display: block;
	}
	#commodity > div:first-child table {
		width: 90%;
	}
	#commodity > div:first-child table td, #commodity > div:first-child table th {
		text-align: center;
		width: auto;
	}
	#commodity > div:first-child table td {
		padding-bottom: 2em;
	}
	#graph {
		height: 600px;
	}
	#home_slide {
		height: 300px;
	}
	#home_slide li img {
		background-position: -25% top;
	}
	#link table, #link table td, #link table th, #link table tr {
		display: block;
		text-align: center;
	}
	#link table td, #link table th, #link table tr {
		width: auto;
	}
	#link table tr {
		padding: 2em 0;
	}
	#price, #price1 {
		margin: 2em auto;
	}
}
/* 画面サイズ 854px用 */
@media screen and (max-width: 854px) {
	#price1 {
		width: 70%;
	}
}
/* 画面サイズ 800px用 */
@media screen and (max-width: 800px) {
	body > header h1 {
		line-height: 1.5em;
		padding: 0.5em 0.5em 0.8em;
	}
	#faq_caption ul, #faq_caption > p {
		width: 85%;
	}
	#graph {
		height: 550px;
	}
}
/* 画面サイズ 768px用 */
@media screen and (max-width: 768px) {
	#question-cat {
		grid-row-gap: 1rem;
		grid-template-columns: 47% 47%;
	}
}
/* 画面サイズ 740px用 */
@media screen and (max-width: 740px) {
	#faq_caption {
		padding: 2em 0;
		width: 80%;
	}
	#faq_list {
		width: 90%;
	}
	#graph {
		height: 500px;
	}
}
/* 画面サイズ 640px用 */
@media screen and (max-width: 640px) {
	body > header {
		background-size: cover;
	}
	body > header > div {
		display: block;
	}
	body > header h2 img {
		height: 180px;
		width: auto;
	}
	#buttom_area input {
		width: 60%;
	}
	#graph {
		height: 450px;
	}
	#faq_step {
		width: 80%;
	}
	#head_content {
		height: auto;
	}
	#head_content > div, #head_content > p {
		position: relative;
		right: 0;
		width: auto;
	}
	#head_content > div > p:first-child {
		line-height: 1em;
		padding: 0 0 0.3rem;
	}
	#head_content > p {
		bottom: 0;
		margin: 1rem 0;
	}
	#map > iframe {
		height: 400px;
	}
	#drip, #price, #price1 {
		width: 80%;
	}
	#sns-area {
		grid-row-gap: 2rem;
		grid-template-columns: 48% 48%;
	}
}
/* 画面サイズ 600px用 */
@media screen and (max-width: 600px) {
	article > section > h2, article > section > h3, #commodity h3 {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#graph {
		height: 400px;
	}
	#mail_form td textarea, #mail_form td:not(#tel) input {
		width: 80%;
	}
	#rss ul {
		width: 95%;
	}
}
/* 画面サイズ 568px用 */
@media screen and (max-width: 568px) {
	#slide {
		height: 400px;
	}
}
/* 画面サイズ 428px用 */
@media screen and (max-width: 428px) {
	article > section > h2, article > section > h3, #commodity h3 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#attention, #suggestion {
		width: 90%;
	}
	#buttom_area input {
		width: 90%;
	}
	#coffee_price {
		width: 90%;
	}
	#graph {
		height: 300px;
	}
	#head_content > div > p {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#head_content > div > p:first-child {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#rss ul {
		width: auto;
	}
	#sns-area {
		display: block;
	}
	#sns-area li:not(:last-child) {
		margin-bottom: 2em;
	}
	#taste {
		width: 90%;
	}
	#to_shop a {
		padding: 0.5em;
		width: 80%;
	}
	#to_shop a span:first-child::before {
		padding-left: 0;
	}
	.item_list {
		grid-template-columns: 47% 47%;
	}
}

/* 画面サイズ 414px用 */
@media screen and (max-width: 414px) {
	article > section > h2, article > section > h3, #commodity h3 {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#slide {
		height: 350px;
	}
}

/* 画面サイズ 400px用 */
@media screen and (max-width: 400px) {
	#attention, #suggestion {
		width: 85%;
	}
	#graph {
		display: none;
	}
	#drip, #price, #price1 {
		border: none;
	}
}
