@charset "utf-8";


/*
	Theme Name: チャンダニ守山店
	Description: チャンダニ守山店
	Theme URI: https://www.moriyama-chandni.com/
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0
*/



/* 共通設定 */

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
body * {
	box-sizing: border-box;
}
aside, header, nav, footer {
	display: block;
}
nav, footer ul, #header_content {
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}
img {
	border: 0;
	margin: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
.redfont {
	color: #f00;
}
.smallfont {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.textcenter {
	text-align: center;
}


/* ヘッダー */

header {
	background-color: #331001;
	overflow: hidden;
}
header h1 {
	background-color: #000;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.7em;
	margin: 0 0 0.5em;
	padding: 0.3em 0;
	text-align: center;
	width: 100%;
}
#header_content {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 55% 1fr;
}
#header_content div {
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#header_content div h3 {
	font-size: 3em;
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#header_content div h3 span::before {
	content: '\f87b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#header_content div p {
	margin: 0;
	padding: 0;
}
#header_content div p:nth-child(2) {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#header_content h2 {
	box-sizing: border-box;
	margin: 0;
	padding: 1em;
}




/* メインメニュー */

nav {
	background: #f9e1ca;
	background: -moz-linear-gradient(top, #f9e1ca 0%, #f5ab66 52%, #ef8d31 100%);
	background: -webkit-linear-gradient(top, #f9e1ca 0%, #f5ab66 52%, #ef8d31 100%);
	background: linear-gradient(to bottom, #f9e1ca 0%, #f5ab66 52%, #ef8d31 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e1ca', endColorstr='#ef8d31',GradientType=0);
	clear: both;
	height: 50px;
	width: 100%;
}
nav ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	height: 50px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
nav li {
	border-left: 2px solid #000;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
nav li:last-child {
	border-right: 2px solid #000;
}
nav li a {
	color: #fff;
	display: block;
	font-weight: bold;
	height: 100%;
	line-height: 50px;
	text-decoration: none;
	width: 100%;
}
nav li a:hover {
	background: #ef8d31;
	background: -moz-linear-gradient(top, #ef8d31 0%, #f5ab66 48%, #f9e1ca 100%);
	background: -webkit-linear-gradient(top, #ef8d31 0%, #f5ab66 48%, #f9e1ca 100%);
	background: linear-gradient(to bottom, #ef8d31 0%, #f5ab66 48%, #f9e1ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef8d31', endColorstr='#f9e1ca', GradientType=0);
}
nav input, nav label {
	display: none;
}



/* フッター */

footer {
	background-color: #f5f5f5;
	font-size: 0.8em;
	letter-spacing: 0;
	line-height: 1.5em;
	padding: 0 0 5px;
	text-align: center;
	width: 100%;
}
footer ul {
	list-style-type: none;
	padding: 15px 0 40px;
}
footer ul li {
	display: inline;
	letter-spacing: 0.1em;
	padding: 0 1em;
}
footer p {
	margin: 1em auto;
	width: 1200px;
}
footer p a {
	letter-spacing: 0.1em;
}



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

main {
	overflow: auto;
	margin: 2em auto;
	padding: 0;
	width: 1000px;
}
article section {
	margin: 4em 0;
}
article section h2 {
	background-color: #36582b;
	color: #fff;
	margin: 0 0 2em;
	padding: 1em;
}
#banner {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#banner li {
	margin: 1em 0;
}
#banner li img {
	border: 1px solid #000;
	box-sizing: border-box;
	height: auto;
	width: 100%;
}
#catch {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#catch li img {
	height: auto;
	width: 100%;
}
#coupon {
	background-color: #8b0000;
	box-sizing: border-box;
	color: #fff;
	margin: 2em auto;
	overflow: hidden;
	padding: 3em 0;
	text-align: center;
	width: 90%;
}
#coupon dl {
	margin: 3em auto 0;
	width: 80%;
}
#coupon dl dd {
	margin: 1em 0 2em;
}
#coupon dl dt {
	background-color: #006400;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 1em 0;
}
#coupon h3 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
}
#hour {
	display: grid;
	grid-template-columns: 40% 1fr;
	margin: 1em auto;
	padding: 0;
	width: 70%;
}
#hour dd, #hour dt {
	font-size: 1.2em;
	font-size: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
	padding: 1em 0;
}
#hour dt {
	padding-right: 1em;
	text-align: right;
}
#introduce {
	display: grid;
	grid-template-columns: 40% 1fr;
}
#introduce p:last-child {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	margin: 2em 0;
}
#introduce td, #introduce th {
	border: 1px solid #ccc;
	padding: 0.7em 1em;
}
#introduce th {
	background-color: #eee;
}
#introduce p:first-child {
	margin: 0;
	padding: 0;
	text-align: center;
}
#introduce p:last-child iframe {
	width: 100%;
}
#menu_contens {
	display: grid;
	grid-row-gap: 3em;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-around;
}
#menu_contens a {
	text-align: center;
}
#menu_contens a img {
	height: auto;
	width: 100%;
}
#menu_contens div p:nth-child(2) {
	margin-top: 0;
}
#menu_contens h3 {
	background-color: #008000;
	color: #fff;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}
#menu_contens span {
	display: block;
	margin: 1em 0;
}
#not_found {
	overflow: hidden;
	text-align: center;
}
#not_found h3 {
	font-size: 10em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0.5em 0;
}
#not_found h3 span {
	display: block;
	font-size: 0.1em;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#post_area > div {
	margin: 0 auto 3em;
	width: 90%;
}
#post_area > div:nth-child(2) p {
	margin-bottom: 3em;
	margin-top: 3em;
}
#post_navi {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	width: 90%;
}
#post_navi p:first-child a::before {
	content: '\f137';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 0.5em;
}
#post_navi p:last-child {
	text-align: right;
}
#post_navi p:last-child a::after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 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 a img {
	height: auto;
	width: 64px;
}
#takeout-banner {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#takeout-banner li {
	margin: 2em 0;
}
#takeout-banner li img {
	height: auto;
	width: 100%;
}
#takeout_method {
	border: 1px solid #ccc;
}
#takeout_method h3 {
	background-color: #ffa500;
	color: #fff;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 0;
	margin: 0;
	padding: 1em 0;
	text-align: center;
}
#takeout_method h4 {
	color: #800000;
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
}
#takeout_method h4 span::before {
	content: '\f87b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#takeout_method h5 {
	background-color: #eee;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0 auto;
	padding: 0.7em 0;
	text-align: center;
	width: 80%;
}
#takeout_method p {
	text-align: center;
}
.info {
	border: 1px solid #ccc;
	height: 250px;
	margin: 1em auto;
	overflow: auto;
	width: 95%;
}
.info table {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0 auto;
	width: 90%;
}
.info td, .info th {
	border-bottom: 1px dashed #ccc;
	padding: 1em 0 0.4em;
}
.info td {
	padding-left: 1em;
	width: 80%;
}
.info th {
	font-weight: normal;
	vertical-align: top;
	width: auto;
}
.menu h2 {
	margin-bottom: 0;
	margin-top: 4em;
}
.menu table {
	margin: 2em auto;
	width: 80%;
}
.menu td, .menu th {
	border-bottom: 1px dashed #666;
	box-sizing: border-box;
	padding: 2em 1em 0;
}
.menu td {
	text-align: right;
	width: 20%;
}
.menu th {
	width: 80%;
	text-align: left;
}
.menu th span {
	font-weight: normal;
}
.menu_list {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-around;
}
.menu_list h2 {
	background-color: #800000;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}
.menu_list section {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.menu_list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu_list li {
	padding-left: 1.4em;
	margin: 1em auto;
	text-indent: -1.4em;
	width: 75%;
}
.menu_list li a {
	font-weight: bold;
	text-decoration: none;
}
.menu_list li a::before {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.sentence > p {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.set_menu {
	display: grid;
	grid-row-gap: 3em;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	margin: 2em 0;
}
.set_menu dl, .set_menu dd, .set_menu dt {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.set_menu dl {
	background-color: #800000;
	overflow: hidden;
}
.set_menu dd {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0.5em 0;
}
.set_menu dt {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-weight: bold;
	margin: 0.5em 0;
}
.set_menu img {
	height: atuo;
	width: 100%;
}
.set_menu p:nth-child(2) {
	margin: 0;
}
.set_menu ul {
	background-color: #eee;
	overflow: hidden;
}
.set_menu ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.viking {
	border: 1px solid #ccc;
}
.viking h2 {
	background-color: #ffa500;
	margin: 0;
	text-align: center;
}
.viking img {
	height: auto;
	width: 100%;
}
.viking p {
	margin: 0;
	padding: 0;
}
.viking ul:last-child {
	color: #f00;
	display: grid;
	font-weight: bold;
	grid-template-columns: 35% 35%;
	justify-content: space-around;
	list-style-type: none;
	margin: 2em 0;
	padding: 0;
}
.viking ul:last-child li {
	margin: 0.5em 0;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.viking ul:last-child li::before {
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.viking_price {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 1em 0;
	text-align: center;
}
.viking_price span span {
	margin-left: 1em;
}
.viking ul.naiyo1, .viking ul.naiyo2 {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	list-style-type: none;
	justify-content: center;
	margin: 1em 0;
	padding: 0;
}
.viking ul.naiyo1 li, .viking ul.naiyo2 li {
	padding: 2em 1em;
	text-align: center;
	width: 25%;
}
.viking ul.naiyo1 li:nth-child(1), .viking ul.naiyo2 li:nth-child(1) {
	background-color: #f00;
}
.viking ul.naiyo1 li:nth-child(2), .viking ul.naiyo2 li:nth-child(2) {
	background-color: #ff8c00;
}
.viking ul.naiyo1 li:nth-child(3), .viking ul.naiyo2 li:nth-child(3) {
	background-color: #008000;
}
.viking ul.naiyo1 li:nth-child(4) {
	background-color: #4169e1;
}



/* 画面サイズ 1199px用 */
@media screen and (max-width: 1199px) {
	nav, footer p, footer ul, #header_content {
		width: 100%;
	}
	#header_content {
		grid-template-columns: 50% 1fr;
	}
}
/* 画面サイズ 960px用 */
@media screen and (max-width: 960px) {
	main {
		width: 95%;
	}
	nav ul {
		width: 100%;
	}
	#header_content {
		grid-template-columns: 45% 1fr;
	}
}
/* 画面サイズ 896px用 */
@media screen and (max-width: 896px) {
	#header_content {
		grid-template-columns: 40% 1fr;
	}
}
/* 画面サイズ 846px用 */
@media screen and (max-width: 846px) {
	#post_area div p img {
		height: auto;
		width: 100%;
	}
}
/* 画面サイズ 823px用 */
@media screen and (max-width: 823px) {
	#header_content {
		grid-template-columns: 37% 1fr;
	}
}
/* 画面サイズ 768px用 */
@media screen and (max-width: 768px) {
	#header_content {
		display: block;
		text-align: center;
	}
	#header_content div {
		grid-row-gap: 1em;
		margin: 1em 0;
	}
	#share_area {
		width: 90%;
	}
}
/* 画面サイズ 800px用 */
@media screen and (max-width: 800px) {
	.viking ul.naiyo1 li {
		width: 50%;
	}
	.viking ul.naiyo2 {
		display: block;
	}
	.viking ul.naiyo2 li {
		width: 100%;
	}
}
/* 画面サイズ 736px用 */
@media screen and (max-width: 736px) {
	#share_area ul {
		width: 80%;
	}
	#takeout_header img {
		height: auto;
		width: 100%;
	}
}
/* 画面サイズ 667px用 */
@media screen and (max-width: 667px) {
	.menu_list {
		grid-row-gap: 1em;
		grid-template-columns: 48% 48%;
	}
}
/* 画面サイズ 640px用 */
@media screen and (max-width: 640px) {
	#introduce {
		display: block;
	}
	#introduce table {
		margin: 2em auto;
		width: 80%;
	}
	#menu_contens, .set_menu {
		grid-template-columns: 48% 48%;
	}
}
/* 画面サイズ 568px用 */
@media screen and (max-width: 568px) {
	header {
		padding-top: 42px;
	}
	nav {
		border-bottom: 2px solid #fff;
		height: 45px;
		left: 0;
		overflow: visible;
		position: fixed;
		top: 0;
		z-index: 9998;
	}
	nav label {
		cursor: pointer;
		display: block;
		float: left;
		height: 30px;
		margin-left: 10px;
		margin-top: 7px;
		position: relative;
		width: 30px;
		z-index: 9997;
	}
	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 : 50%;
		z-index: 9999;
	}
	nav ul li, nav li:last-child {
		border: 0;
		height: auto;
	}
	nav li {
		background: #f9e1ca;
		background: -moz-linear-gradient(top, #f9e1ca 0%, #f5ab66 52%, #ef8d31 100%);
		background: -webkit-linear-gradient(top, #f9e1ca 0%, #f5ab66 52%, #ef8d31 100%);
		background: linear-gradient(to bottom, #f9e1ca 0%, #f5ab66 52%, #ef8d31 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e1ca', endColorstr='#ef8d31',GradientType=0);
	}
	nav li a {
		border-bottom: 2px solid #fff;
		font-size: 1em;
		letter-spacing: 0.1em;
		line-height: 43px;
	}
}
/* 画面サイズ 428px用 */
@media screen and (max-width: 428px) {
	header h1 {
		padding: 0.3em 1em;
	}
	#header_content div {
		display: block;
	}
	#header_content div h3 {
		font-size: 2em;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: 0.5em;
	}
	#header_content h2 img {
		height: auto;
		width: 80%;
	}
	#share_area ul {
		width: 100%;
	}
	.viking ul:last-child, .viking ul.naiyo1 {
		display: block;
	}
	.viking ul:last-child {
		margin: 2em auto;
		width: 80%;
	}
	.viking ul.naiyo1 li {
		width: 100%;
	}
}
/* 画面サイズ 414px用 */
@media screen and (max-width: 414px) {
	article section h2 {
		line-height: 1.5em;
	}
	footer ul li {
		display: block;
		margin: 1em 0;
	}
	footer ul li a {
		background-color: #800000;
		display: block;
		color: #fff;
		font-size: 2em;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1em;
		padding: 1em 0;
		text-align: center;
		text-decoration: none;
	}
	#header_content div {
		display: block;
	}
	#header_content div h3 {
		font-size: 2em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#header_content div p {
		margin: 1em 0;
	}
	#introduce td, #introduce th {
		display: block;
	}
	#menu_contens {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#menu_contens > div {
		margin-bottom: 4em;
	}
	#share_area {
		width: 90%;
	}
	#takeout_method h4 {
		font-size: 2em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.info td, .info th {
		display: block;
		text-align: left;
		width: 100%;
	}
	.info td {
		padding-left: 2em;
	}
	.info th {
		border-bottom: none;
		padding-bottom: 0;
	}
	.set_menu {
		grid-template-columns: 1fr;
	}
}
/* 画面サイズ 393px用 */
@media screen and (max-width: 393px) {
	.viking_price {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
}
/* 画面サイズ 384px用 */
@media screen and (max-width: 384px) {
	#hour dd, #hour dt {
		font-size: 1em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#share_area ul {
		grid-row-gap: 1.5em;
		grid-template-columns: 1fr 1fr;
		width: 70%;
	}
}
/* 画面サイズ 320px用 */
@media screen and (max-width: 320px) {
	#header_content div h3 {
		font-size: 1.7em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#hour dd, #hour dt {
		font-size: 0.9em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#takeout_method h4 {
		font-size: 1.6em;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}
