@charset "UTF-8";


/*
	Theme Name: カトマンズ
	Description: カトマンズのテーマ
	Theme URI: https://www.gandhara.jp
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0.0
*/



/* 共通設定 */

a {
	color: #6c3524;
}
body {
	font-family: "Noto Sans JP";
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
body * {
	box-sizing: border-box;
}
aside, header, nav, footer {
	display: block;
}
header, footer, main {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}
blockquote {
	position:relative;
	border: 1px solid #8bc0b8;
	border-radius: 10px;
	margin: 2em auto;
	padding: 2em 1em;
	width: 80%;
}
blockquote::after {
	bottom: 10px;
	color: #8bc0b8;
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	position: absolute;
	right: 10px;
}
blockquote::before {
	position: absolute;
	color: #8bc0b8;
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	left: 10px;
	top: 10px;
}
blockquote cite {
	color: #d4ded7;
	display: block;
	font-size: 0.8rem;
	padding-right: 20px;
	text-align: right;
}
hr {
	background-color: #000;
	border-style: none;
	height: 7px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: bottom;
}
p {
	margin: 2rem 1em;
	padding: 0;
}
table {
	border-collapse: collapse;
}
.boldfont {
	font-weight: bold;
}
.caption {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.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: #6a1917;
	display: grid;
	grid-template-columns: 1fr 500px;
	min-height: 150px;
	width: 100%;
}
header > div {
	color: #fff;
}
header > div:nth-child(1) h1 {
	margin: 0;
	padding: 0;
}
header > div:nth-child(1) h1 a {
	display: block;
	height: 70px;
	margin: 1rem 0.5rem;
	width: 100%;
}
header > div:nth-child(1) h1 a img {
	height: 100%;
	weight: auto;
}
header > div:nth-child(1) p {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 400px;
}
header > div:nth-child(2) h2 {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 4rem;
	margin: 0;
	passing: 0;
	text-align: center;
}
header > div:nth-child(2) p br {
	display: none;
}
header > div:nth-child(2) h2 span::before {
	content: '\f87b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5rem;
}
header > div:nth-child(2) p {
	margin: 0 0 0 20%;
	padding: 0:
}



/* メインメニュー */

nav {
	background-color: #6c3524;
	border-bottom: 5px solid #fff;
	border-top: 2px solid #fff;
	height: 55px;
	width: 100%;
}
nav ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	height: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
nav li a {
	color: #fff;
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.1em;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
nav input, nav label {
	display: none;
}
#gloval_nav.m_fixed {						//スクロール固定用
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99999;
}



/* フッター */

footer {
	background-color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-top: 3rem;
	padding: 1.5rem 0;
	overflow: hiden;
	text-align: center;
}
footer ul {
	display: flex;
	gap: 0 2rem;
	justify-content: center;
	list-style-type: none;
	margin: 0 auto 4rem;
	padding: 0;
	width: 100%;
}
footer p {
	margin: 0 0 0.4em;
	padding: 0;
}
footer p:last-child {
	margin-bottom: 0;
}
footer p a {
	letter-spacing: 0.1em;
}



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

article {
	margin-top: 3rem;
}
article > section {
	color: #000;
	margin: 0 auto;
	padding: 3rem 0;
	overflow: hidden;
}
article1 > section:nth-child(odd) {
	background: repeating-linear-gradient(-45deg,#fff,#fff 2px,#e9e4da 2px,#e9e4da 12px);
}
article1 > section:nth-child(even) {
	background-color: #fff;
}
article > section > h2 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
}
article > section > h2 br {
	display: none;
}
article > section > h3 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin: 3em 0 1em;
	padding: 0;
	text-align: center;
}
#hour {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
#hour td, #hour th {
	border: 1px solid #ccc;
	padding: 0.3em 0.5em;
}
#list_area {
	background-color: #fff;
	border-radius: 7px;
	margin: 2rem auto;
	min-height: 500px;
	overflow: hidden;
	width: 80%;
}
#list_area table {
	margin: 1rem auto 2rem;
	width: 70%;
}
#list_area table td, #list_area table th {
	border-bottom: 1px solid #ccc;
	padding: 1em 0 0.2em;
}
#list_area table th {
	width: 20%;
}
#infoarea, #rssarea {
	border: 1px solid #ccc;
	margin: 2rem auto;
	overflow: auto;
	width: 90%;
}
#inforss {
	background-color: #fff;
	border-radius: 7px;
	margin: 1em auto;
	min-height: 100px;
	overflow: hidden;
	width: 97%;
}
#inforss table {
	margin: 1rem auto 2rem;
	width: 90%;
}
#inforss td, #inforss th {
	border-bottom: 1px solid #ccc;
	padding: 1rem 0.7em 0.2em;
}
#inforss td {
	width: auto;
}
#inforss th {
	width: 15%;
}
#introduce {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 35% 1fr;
	margin: 0 auto;
	width: 70%;
}

#lunch_box {
	display: flex;
	column-gap: 1em;
	justify-content: center;
	margin: 0 auto;
	width: 95%;
}
#lunch_box h3, #lunch_box h4 {
	color: #ee6f0b;
	text-align: center;
}
#lunch_box h3 {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#lunch_box h4 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#lunch_box h4 span {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#lunch_box ul {
	list-style-type: none;
	margin: 2em auto;
	padding: 0;
	width: 70%;
}
#lunch_box ul li {
	padding: 0.3em 0 0.3em 1.5em;
	text-indent: -1.5em;
}
#lunch_box ul li::before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#lunch_box > div {
	border: 1px solid #ddd;
	border-radius: 7px;
}
#lunch_box > div > p:nth-child(2) {
	margin: 0:
	padding: 0;
}
#lunch_box > div > p:nth-child(2) img {
	height: auto;
	width: 100%;
}
#lunch_box > div > p:last-child {
	margin: 1em;
}
#menu {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 45% 45%;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
#menu li {
	background-color: #fff;
	border: 1px solid #ee6f0b;
	border-radius: 10px;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 1rem 0;
	text-align: center;
}
#menu li img {
	display: block;
	height: auto;
	margin: 1rem auto;
	width: 90%;
}
#menu span {
	background-color: #ee6f0b;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 1em auto;
	padding: 0.3em 1em 0.2em;
	text-decoration: none;
}
#menu span::after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
#nomihodai {
	background: url('img/nomihodai.jpg') right bottom no-repeat;
	border: 1px solid #000;
	height: 350px;
	margin: 3em auto 0;
	text-align: center;
	width: 90%;
}
#nomihodai h2 {
	background-color: #191970;
	color: #ff0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em 0;
}
#nomihodai h3 {
	color: #f00;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 1.5em 0 1em;
	padding: 0;
	width: 50%;
}
#nomihodai p {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 1em 0;
	padding: 0;
	width: 50%;
}
#nomihodai p span {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#not_found h2 {
	color: #ee6f0b;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#not_found p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
}
#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: #fce2c4;
	border: solid 2px #ec6800;
	border-radius: 50%;
	color: #ec6800;
	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-color: #ffa500;
	border: solid 2px #ffa500;
	color: #fff;
	pointer-events: none;
}
#pagination li > *:not(.current):hover {
	background-color: #ffa500;
	border: solid 2px #ffa500;
	color: #fff;
}
#party_course {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	margin: 3em auto;
	width: 90%;
}
#party_course > div {
	border: 2px solid #f00;
	border-radius: 15px;
}
#party_course > div:first-child {
	border-color: #ffa500;
}
#party_course > div:nth-child(2) {
	border-color: #008000;
}
#party_course h3, #party_course h4 {
	text-align: center;
}
#party_course h3 {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#party_course h4 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#party_course h4 span {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#party_course > div:first-child h3, #party_course > div:first-child h4 {
	color: #ff8c00;
}
#party_course > div:nth-child(2) h3, #party_course > div:nth-child(2) h4 {
	color: #006400;
}
#method {
	text-align: center;
}
#method dl {
	display: flex;
	justify-content: center;
}
#method h3, #method h4 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 3em 0 2em;
	padding: 0;
}
#method table {
	margin: 0 auto;
}
#method table td, #method table th {
	padding: 0.4em 1em;
}
#method table th {
	background-color: #eee;
}
#method table tr {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#method ul {
	list-style-type: none;
}
#post {
	background-color: #fff;
	border-radius: 7px;
	margin: 0 auto;
	overflow: hidden;
	width: 80%;
}
#post h2, #post h3, #post h4 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 3em auto 1em;
	text-align: center;
	width: 95%;
}
#post p {
	margin-left: 3em;
	margin-right: 3em;
	text-align: center;
}
#post table {
	margin: 1em auto;
	width: 90%;
}
#post table td, #post table th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 1em 0.7em;
}
#rssarea ul {
	list-style-type: none;
	margin: 2rem auto;
	padding: 0;
	width: 60%;
}
#rssarea li {
	display: grid;
	grid-template-columns: 40px 1fr;
	margin: 1em 0;
}
#rssarea li a {
	padding-top: 0.2em;
}
#rssarea li::before {
	background: url('img/marker1.png') left top no-repeat;
	content: '';
	display: block;
	height: 32px;
	width: 32px;
}
#sb_instagram {
	margin: 0 auto;
	width: 90%;
}
#select_curry h3, #select_curry p {
	text-align: center;
}
#select_curry ul {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-around;
	list-style-type: none;
	margin: 2rem auto;
	padding: 0;
	width: 80%;
}
#select_curry li {
	display: grid;
	grid-template-columns: 37px 1fr;
	margin: 0;
}
#select_curry li::before {
	background: url('img/marker1.png') left top no-repeat;
	content: '';
	display: block;
	height: 32px;
	width: 32px;
}
#select_curry li span {
	padding-top: 0.3em;
}
#setmenu {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 45% 45%;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
#setmenu h3, #setmenu h4 {
	color: #ee6f0b;
	text-align: center;
}
#setmenu h3 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#setmenu h4 {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1,5em;
}
#setmenu h4 span {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	line-height: 1,5em;
}
#setmenu > div {
	background-color: #fff;
	border: 1px solid #ee6f0b;
	border-radius: 10px;
}
#setmenu ul {
	display: grid;
	list-style-type: none;
	margin: 1rem auto;
	padding: 0;
	width: 80%;
}
#setmenu ul li, #soft_drink li {
	margin: 0.5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#setmenu ul li::before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#share_area {
	border: 1px solid #ccc;
	border-radius: 7px;
	margin: 4rem auto 3rem;
	text-align: center;
	width: 70%;
}
#share_area ul {
	display: grid;
	grid-template-columns: 20% 20% 20% 20%;
	justify-content: space-around;
	list-style-type: none;
	margin: 1rem auto;
	padding: 0;
	width: 90%;
}
#share_area ul img {
	height: 70px;
	width: auto;
}
#soft_drink {
	display: grid;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-around;
	list-style-type: none;
	margin: 2rem auto;
	padding: 0;
	width: 70%;
}
#soft_drink br {
	display: none;
}
#soft_drink li::before {
	color: #ee6f0b;
	content: '\f7a0';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#sub_menu {
	background-color: #ee6f0b;
	overflow: hidden;
}
#sub_menu.om_fixed {						/* スクロール固定用 */
	animation: Upsubmenu 1.5s forwards;
	background-color: #006400;
	left: 0;
	overflow: hidden;
	padding-top: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99998;
}
#sub_menu.om_fixed img {
	display: none;
}
#sub_menu ul {
	display: grid;
	grid-template-columns: 15% 15% 15% 15% 15% 15%;
	list-style-type: none;
	justify-content: space-between;
	margin: 2rem auto;
	padding: 0;
	width: 90%;
}
#sub_menu li {
	background-color: #fff;
	border-radius: 7px;
	text-align: center;
}
#sub_menu span {
	background-color: #ee6f0b;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 1em auto;
	padding: 0.3em 0.5em 0.2em;
	text-decoration: none;
}
#sub_menu span::after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
#sub_menu li img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: inline-block;
	height: auto;
	width: 100%;
}
#top_banner {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
#top_banner li {
	margin: 1em 0;
}
#top_banner li img {
	height: auto;
	width: 100%;
}
#t_footer {
	opacity: 0;
}
#t_footer.upmove {			/* テイクアウトフッターが上に上がる動き */
	animation: UpAnime 0.3s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}
#t_footer.downmove {			/* テイクアウトフッターが下に下がる動き */
	animation: DownAnime 0.3s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 1;
	} to {
		opacity: 0;
	}
}
#takeout_header {
	margin: 0 auto;
	width: 99%;
}
#takeout_header img {
	height: auto;
	width: 100%;
}
#takeout_footer {
	background-color: #006400;
	bottom: 0;
	display: flex;
	gap: 0 2rem;
	justify-content: center;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 99999;
}
#takeout_footer li {
	color: #fff;
	padding: 0.7em 0;
}
#takeout_footer li:nth-child(1) {
	text-align: center;
	width: 20%;
}
#takeout_footer li:nth-child(2) {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
}
#takeout_footer li:nth-child(2) a {
	color: #fff;
	text-decoration: none;
}
#takeout_footer li:nth-child(2) a[href^="tel:"] {
	pointer-events: none;
}
#takeout_footer li:nth-child(2) span::before {
	content: '\f87b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5rem;
}
#takeout_footer li img {
	height: 80%;
	width: auto;
}
#takeoutmenu {
	background-color: #ee6f0b;
	overflow: hidden;
}
#takeoutmenu ul {
	display: flex;
	list-style-type: none;
	justify-content: space-around;
	margin: 2rem auto;
	padding: 0;
	width: 90%;
}
#takeoutmenu li {
	background-color: #fff;
	border-radius: 7px;
	text-align: center;
	width: 170px;
}
#takeoutmenu span {
	background-color: #ee6f0b;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 1em auto;
	padding: 0.3em 0.5em 0.2em;
	text-decoration: none;
}
#takeoutmenu span::after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
#takeoutmenu li img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: inline-block;
	height: auto;
	width: 100%;
}
#takeoutmenu.tm_fixed {						/* テイクアウトサブメニューのスクロール固定用 */
	animation: Upsubmenu 1.5s forwards;
	background-color: #006400;
	left: 0;
	padding-top: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99998;
}
@keyframes Upsubmenu {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}
#takeoutmenu.tm_fixed img {
	display: none;
}
#takeout_method h3, #takeout_method h4, #takeout_method p {
	text-align: center;
}
#takeout_set {
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	justify-content: space-around;
}
#takeout_set h3 {
	text-align: center;
}
#takeout_set h3 span {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#takeout_set > div {
	background-color: #fff;
	border: 1px solid #ee6f0b;
	border-radius: 7px;
}
#takeout_set > div > p:nth-child(2) {
	margin: 0:
	padding: 0;
}
#takeout_set > div > p:nth-child(2) img {
	height: auto;
	width: 100%;
}
#takeout_set > div > p:last-child {
	margin: 1em;
}
#takeout_set > div ul {
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
	width: 70%;
}
#takeout_set > div > ul li {
	margin: 0.5em 0;
}
#takeout_set > div > ul > li::before {
	color: #f00;
	content: '\f005';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#takeout_set > div > ul > li > ul {
	margin-top: 0;
	width: 80%;
}

#takeout_set > div > ul > li  > ul li::before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-size: 0.7em;
	font-weight: 900;
	margin-right: 0.3em;
}
#tekeout_set_curry {
	background-color: #ee6f0b;
	border-radius: 7px;
	color: #fff;
	margin: 2rem auto;
	overflow: hidden;
	width: 70%;
}
#tekeout_set_curry ul {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	justify-content: space-around;
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
	width: 80%;
}
#tekeout_set_curry ul li {
	margin: 0.3em 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#tekeout_set_curry ul li::before {
	content: '\f111';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
#tekeout_set_curry p {
	text-align: center;
}
#tel {
	color: #ee6f0b;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#tel span::before {
	content: '\f87b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5rem;
}
#to_newslist {
	text-align: center;
}
#to_newslist a {
	background-color: #ee6f0b;
	border-radius: 5px;
	color: #fff;
	padding: 0.3em 0.5em 0.2em;
	text-decoration: none;
}
#to_newslist a span::after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
#top_menu {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
#top_menu li {
	background-color: #fff;
	border-radius: 7px;
	text-align: center;
}
#top_menu span {
	background-color: #ee6f0b;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: 1em auto;
	padding: 0.3em 0.5em 0.2em;
	text-decoration: none;
}
#top_menu span::after {
	content: '\f138';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
#top_menu li img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	display: inline-block;
	height: auto;
	width: 100%;
}
.coupon > div {
	background-color: #ff6347;
	border-radius: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 80%;
}
.coupon > div > div {
	border: 3px dashed #fff;
	border-radius: 15px;
	color: #fff;
	margin: 10px;
	text-align: center;
}
.coupon > div > div dl {
	background-color: #fff;
	color: #000;
	margin: 1em auto 2em;
	overflow: hidden;
	padding: 0;
	width: 60%;
}
.coupon > div > div dd, .coupon > div > div dt {
	margin: 1em 0;
	padding: 0;
}
.coupon > div > div dd .mob, .coupon > div > div p br {
	display: none;
}
.coupon > div > div dt {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.coupon > div > div h3 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.coupon > div > div p {
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.coupon:last-of-type > div {
	background-color: #8b0000;
}
.map iframe {
	display: block;
	margin: 0 auto;
	height: 400px;
	width: 99%;
}
.othermenu {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.othermenu h3, .othermenu h4 {
	color: #ee6f0b;
	text-align: center;
}
.othermenu h3 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.othermenu h4 {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1,5em;
}
.othermenu h4 span {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	line-height: 1,5em;
}
.othermenu > div {
	background-color: #fff;
	border: 1px solid #ee6f0b;
	border-radius: 10px;
}
.othermenu p {
	margin: 1rem;
	text-align: center;
}
.sbi_header_text {
	border: 1px solid #f00;
}
.sb_instagram_header {
	display: none;
}
.shop {
	margin: 0 auto 3rem;
	width: 60%;
}
.shop td, .shop th {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.7em 1em;
}
.shop th {
	background-color: #ee6f0b;
	color: #fff;
}




/* 画面サイズ 1200px用 */
@media screen and (max-width: 1200px) {
	header {
		grid-template-columns: 1fr 40%;
	}
	header > div:nth-child(2) p {
		margin-left: 15%;
	}
	#introduce {
		width: 90%;
	}
	#rssarea ul {
		width: 80%;
	}
	#tekeout_set_curry, #tekeout_set_curry ul {
		width: 90%;
	}
	.othermenu {
		grid-template-columns: 32% 32% 32%;;
		width: 95%;
	}
	.othermenu h3 {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.othermenu h4 span {
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1,5em;
	}
}

/* 画面サイズ 1080px用 */
@media screen and (max-width: 1080px) {
	#list_area table {
		width: 80%;
	}
	#select_curry ul {
		grid-template-columns: 47% 47%;
		width: 85%;
	}
	#soft_drink br {
		display: inline-block;
	}
	#sub_menu ul, #takeoutmenu ul {
		grid-row-gap: 1em;
		width: 95%;
	}
	#sub_menu ul {
		grid-template-columns: 30% 30% 30%;
	}
	#takeoutmenu ul {
		grid-template-columns: 23% 23% 23% 23%;
	}
	#sub_menu.om_fixed ul, #takeoutmenu.tm_fixed ul {						/* 一品料理サブメニュー、テイクアウトサブメニューのスクロール固定用 */
		display: flex;
	}
	#sub_menu.om_fixed span, #takeoutmenu.tm_fixed span {
		margin: 0;
	}
	#takeoutmenu ul {
		flex-wrap: wrap;
	}
	#takeoutmenu li {
		width: 30%;
	}
	#takeoutmenu.tm_fixed ul {
		flex-wrap: nowrap;
	}
	#takeoutmenu.tm_fixed li {
		background-color: transparent;
	}
	.othermenu h3 {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}

/* 画面サイズ 1024px用 */
@media screen and (max-width: 1024px) {
	#nomihodai h3, #nomihodai p {
		text-align: center;
		width: 100%;
	}
	#party_course > div ul {
		margin: 0;
		padding: 0;
	}
	#party_course > div ul li {
		margin: 0.5em 15px 0.5em 25px;
	}
	#takeout_set {
		grid-row-gap: 1em;
		grid-template-columns: 47% 47%;
	}
}

/* 画面サイズ 960px用 */
@media screen and (max-width: 960px) {
	header {
		grid-template-columns: 1fr 1fr;
	}
	nav ul {
		width: 100%;
	}
	#list_area {
		width: 90%;
	}
	#list_area table td, #list_area table th {
		paddint-left: 1em;
		padding-right: 1em;
	}
	#introduce > div p {
		margin: 1em 2em;
	}
	#list_area table {
		width: 90%;
	}
	#party_course {
		display: block;
	}
	#party_course > div {
		margin-bottom: 1em;
		margin-top: 1em;
	}
	#party_course > div p {
		text-align: center;
	}
	#party_course > div ul {
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		width: 40%;
	}
	#takeout_set > div > p:last-of-type {
		text-align: center;
	}
	#tekeout_text {
		margin: 0 auto;
		overflow: hidden;
		width: 90%;
	}
	.othermenu h3 {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.shop {
		width: 80%;
	}
}

/* 画面サイズ 927px用 */
@media screen and (max-width: 927px) {
	header {
		1grid-template-columns: 1fr 40%;
	}
	header > div:nth-child(2) {
		display: block;
	}
	header > div:nth-child(2) p {
		margin: 0 auto;
		width: 70%;
	}
	header > div:nth-child(2) h2 {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 4rem;
	}
	#share_area {
		width: 90%;
	}
	#soft_drink {
		width: 80%;
	}
	.coupon > div {
		width: 95%;
	}
	.coupon > div > div p br {
		display: inline;
	}
}

/* 画面サイズ 915px用 */
@media screen and (max-width: 916px) {
	article > section > h2 br {
		display: inline;
	}
	#lunch_box {
		display: block;
	}
	#lunch_box div {
		margin: 1em auto;
		width: 80%;
	}
	#lunch_box div p img {
		height: auto;
		width: 100%;
	}
	#lunch_box ul {
		display: flex;
		justify-content: space-around;
	}
	#soft_drink {
		width: 80%;
	}
	#takeout_set, .othermenu {
		grid-template-columns: 45% 45%;
	}
	#takeout_set {
		grid-row-gap: 1rem;
	}
	#tekeout_set_curry ul {
		grid-template-columns: 47% 47%;
	}
}

/* 画面サイズ 896px用 */
@media screen and (max-width: 896px) {
	header > div:nth-child(2) p {
		margin-left: 15%;
		width: 85%;
	}
	#takeoutmenu li {
		font-size: 0.8em;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
}

/* 画面サイズ 800px用 */
@media screen and (max-width: 801px) {
	header {
		grid-template-columns: 1fr 1fr;
	}
	header > div:nth-child(1) h1 {
		text-align: center;
	}
	header > div:nth-child(1) h1 a img {
		height: auto;
		weight: 80%;
	}
	header > div:nth-child(1) p {
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		width: 100%;
	}
	#party_course > div ul {
		width: 60%;
	}
	#takeout_footer {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#takeout_footer li:nth-child(1) {
		width: auto;
	}
	#takeout_footer li:nth-child(2) {
		padding-bottom: 0;
	}
	#takeout_footer li:nth-child(3) {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		text-align: center;
	}
	#takeout_footer li:nth-child(3) br {
		display: none;
	}
	#takeout_footer li:nth-child(3) span {
		margin-left: 1em;
		margin-right: 1em;
	}
	#takeout_footer li img {
		height: auto;
		width: 80%;
	}
	#tekeout_set_curry {
		width: 85%;
	}
	.coupon > div > div dl {
		width: 80%;
	}
}

/* 画面サイズ 768px用 */
@media screen and (max-width: 769px) {
	header > div:nth-child(1) h1 {
		display: block;
		height: 50%;
	}
	header > div:nth-child(1) h1 a img {
		height: 80%;
		width: auto;
	}
	footer ul {
		flex-wrap: wrap;
	}
	footer ul li {
		margin-top: 1em;
	}
	#one_curry_set > div {
		grid-template-columns: 43% 43%;
	}
	#one_curry_set > div > div h4 {
		min-height: auto;
	}
	#sub_menu.om_fixed ul, #takeoutmenu.tm_fixed ul {						/* 一品料理サブメニュー、テイクアウトサブメニューのスクロール固定用 */
		flex-wrap: wrap;
	}
	#takeoutmenu li {
		font-size: 1em;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#tel {
		font-size: 3rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
}

/* 画面サイズ 667px用 */
@media screen and (max-width: 668px) {
	header {
		grid-template-columns: 45% 1fr;
		margin-top: 45px;
	}
	header > div:nth-child(1) h1 a img {
		height: auto;
		width: 90%;
	}
	header > div:nth-child(2) p {
		margin-left: auto;
	}
	nav {
		background-color: #6c3524;
		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: #006400;
		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;
		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;
	}
	#lunch_box ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#lunch_box ul li {
		width: 100%;
	}
	#lunch_box ul li:not(:last-child) {
		width: 45%;
	}
	#menu {
		display: block;
	}
	#menu li {
		margin-bottom: 1em;
		margin-top: 1em;
	}
	#nomihodai {
		background-size: auto 300px;
		height: 300px;
	}
	#soft_drink {
		grid-template-columns: 47% 47%;
	}
	#takeoutmenu ul {
		grid-template-columns: 30% 30% 30%;
	}
	#tel {
		font-size: 3rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.coupon > div > div p {
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2em;
	}
}

/* 画面サイズ 640px用 */
@media screen and (max-width: 640px) {
	header, #setmenu {
		display: block;
	}
	header > div:nth-child(1) h1 a img {
		height: auto;
		width: 70%;
	}
	header > div:nth-child(2) {
		padding-bottom: 1em;
	}
	header > div:nth-child(2) p {
		width: 50%;
	}
	#setmenu > div {
		margin-bottom: 1em;
		margin-top: 1em;
	}
}

/* 画面サイズ 600px用 */
@media screen and (max-width: 601px) {
	header > div:nth-child(2) p {
		width: 55%;
	}
	#lunch_box ul li:not(:last-child) {
		width: 50%;
	}
	#menu {
		display: block;
	}
	#menu li {
		margin: 1em auto;
	}
	#post {
		width: 95%;
	}
	#sb_instagram.sbi_width_resp {
		width: 90% !important;
	}
	#setmenu, .othermenu {
		display: block;
	}
	#setmenu > div, .othermenu > div {
		margin: 1rem 0;
	}
	#soft_drink br {
		display: inline-block;
	}
	#sub_menu.om_fixed, #takeoutmenu.tm_fixed, #t_footer.upmove {						/* 一品料理サブメニュー、テイクアウトサブメニューのスクロール固定用 */
		display: block;
	}
	#top_menu {
		grid-template-columns: 45% 45%;
	}
	.coupon > div {
		width: 95%;
	}
	.coupon > div > div dl {
		width: 90%;
	}
}

/* 画面サイズ 568px用 */
@media screen and (max-width: 569px) {
	article > section > h2 br {
		display: none;
	}
	header {
		display: block;
		height: auto;
		overflow: auto;
	}
	header > div:nth-child(1) h1 {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	header > div:nth-child(1) h1 a {
		margin: 1rem auto;
		width: 70%;
	}
	header > div:nth-child(1) h1 a img {
		display: block;
		margin: 0;
		width: 100%;
	}
	header > div:nth-child(1) p {
		display: none;
	}
	header > div:nth-child(2) {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 1rem;
	}
	header > div:nth-child(2) h2 {
		grid-column: 1 / 4;
	}
	header > div:nth-child(2) p {
		text-align: center;
		width: auto;
	}
	header > div:nth-child(2) p br {
		display: inline-block;
	}
	header > div:nth-child(2) p:last-child {
		grid-column: auto;
	}
	footer ul {
		flex-wrap: wrap;
		gap: 1rem 2rem;
	}
	#infoarea h2 {
		text-align: center;
	}
	#nomihodai {
		background-position: bottom right -75px;
	}
	#party_course > div ul {
		width: 80%;
	}
	#sub_menu.om_fixed, #takeoutmenu.tm_fixed {
		display: none;
	}
	#tel {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.coupon > div > div h3 {
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.coupon > div > div p {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
		line-height: 1.2em;
	}
}

/* 画面サイズ 429px用 */
@media screen and (max-width: 429px) {
	article > section {
		padding: 1rem 0;
	}
	header > div:nth-child(1) h1 a {
		width: 80%;
	}
	header > div:nth-child(2) {
		display: block;
		margin-bottom: 0;
	}
	header > div:nth-child(2) p:not(:last-child) {
		margin-bottom: 0.5em;
	}
	#hour {
		width: 98%;
	}
	#hour td {
		text-align: center;
	}
	#hour tr {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#hour tr:nth-child(1) th, #hour tr:nth-child(3) th {
		background-color: #eee;
		grid-column: 1 / 3;
	}
	#hour tr:nth-child(3) td {
		grid-column: 1 / 3;
	}
	#introduce {
		display: block;
	}
	#introduce > p {
		text-align: center;
	}
	#lunch_box ul {
		display: block;
	}
	#lunch_box ul li:not(:last-child) {
		width: 100%;
	}
	#nomihodai h2 {
		line-height: 1.3em;
		padding: 0.5em 0.7em;
	}
	#nomihodai h3 {
		font-size: 2.5rem;
		letter-spacing: 0.1em;
	}
	#rssarea ul {
		width: 90%;
	}
	#sb_instagram.sbi_mob_col_6 #sbi_images, #sb_instagram.sbi_mob_col_7 #sbi_images, #sb_instagram.sbi_mob_col_8 #sbi_images, #sb_instagram.sbi_mob_col_9 #sbi_images, #sb_instagram.sbi_mob_col_10 #sbi_images {
		display: none;
	}
	#setmenu h3 {
		line-height: 1.3em;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	#soft_drink {
		display: block;
		width: 60%;
	}
	#soft_drink li br {
		display: none;
	}
	#sub_menu ul {
		grid-template-columns: 47% 47%;
	}
	#takeout_footer {
		display: block;
		width: 100%;
	}
	#takeout_footer li:nth-child(2) {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		padding: 0.5em 0;
	}
	#takeout_footer li:nth-child(2) a {
		background-color: #ffa500;
		border-radius: 5px;
		padding: 0.3em 0.5em;
	}
	#takeout_set {
		display: block;
	}
	#takeout_set > div {
		margin: 1em auto;
		width: 95%;
	}
	#tekeout_set_curry {
		display: block;
		overflow: hidden;
		padding: 1em 0 0;
	}
	#tekeout_set_curry ul {
		margin: 0 auto;
		width: 85%;
	}
	#takeoutmenu li {
		width: 47%;
	}
	#tel {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#top_menu {
		display: block;
	}
	#top_menu li {
		margin: 1em auto;
	}
	.coupon > div > div dd .mob, .coupon > div > div p br {
		display: inline;
	}
	.coupon > div > div h3 {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin: 2em 0;
		padding: 0;
	}
	.coupon > div > div p {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1.2em;
	}
	.shop {
		width: 95%;
	}
	.shop td, .shop th {
		display: block;
	}
}

/* 画面サイズ 393px用 */
@media screen and (max-width: 394px) {
	header > div:nth-child(2) {
		display: block;
	}
	header > div:nth-child(2) p br {
		display: none;
	}
	#inforss td, #inforss th, #inforss tr {
		display: block;
		width: auto;
	}
	#inforss td {
		padding: 0 0.5em 0.2em 1.2em;
	}
	#inforss th {
		border-bottom: none;
		padding-left: 0.5em;
		text-align: left;
	}
	#nomihodai h3 {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	#nomihodai p span {
		display: inline-block;
	}
	#select_curry ul {
		display: block;
		width: 80%;
	}
	#select_curry ul li {
		margin: 1em 0;
	}
	#share_area ul {
		grid-row-gap: 1rem;
		grid-template-columns: 45% 45%;
	}
	#share_area p {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	#soft_drink {
		width: 80%;
	}
	#top_menu {
		display: block;
	}
	#top_menu li {
		margin: 1em auto;
	}
	.coupon > div > div p {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.2em;
	}
}

/* 画面サイズ 390px用 */
@media screen and (max-width: 390px) {
	article > section > h2 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#lunch_box > div {
		width: 100%;
	}
	#lunch_box h3 {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#tekeout_set_curry ul {
		display: block;
	}
	#tel {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/* 画面サイズ 320px用 */
@media screen and (max-width: 320px) {
	article > section > h2 {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	header > div:nth-child(1) h1 {
		height: 70px;
	}
	header > div:nth-child(2) h2 {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 4rem;
	}
	#method table, #method table * {
		display: block;
	}
	#method table tr:last-child {
		margin-top: 1em;
	}
	#takeoutmenu ul {
		display: block;
	}
	#takeoutmenu li {
		margin: 1em auto;
		width: 100%;
	}
	#tel {
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.coupon > div > div h3 {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.coupon > div > div dt {
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	.coupon > div > div p {
		margin: 0;
		padding: 0;
	}
}
