@charset "UTF-8";

html, body, input, button {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "MS PGothic", sans-serif;
	font-weight: 300;
}

body, div, h1, h2, h3, p, ul, li, img {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.clr {
	clear: both;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}

form {
	margin: 0 0 15px 0;
	display: block;
	text-align: center;
}
input {
	font-size: 16px;

}

input:invalid {
	border: dashed 2px red;
}
input:valid {
	border: solid 2px black;
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.wrap {
	margin: 10px;
}

header {
	margin: 50px auto;
}

header h1 img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
header p {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}
.form_text {
	max-width: 400px;
	margin: 0 auto 15px;
	line-height: 1.5;
	font-size: 16px;
}

.unpublushed_box {
	max-width: 380px;
	margin: 10px auto;
	padding: 10px;
	border: 2px dotted #ff5041;
	background-color: #ffdcd9;
	font-size: .9em;
}

.unpublushed_box strong {
	color: red;
}

.unpublushed_box a {
	color: #2465b1;
	text-decoration: underline;
}

.unpublushed_box a:hover {
	text-decoration: none;
}

.menu_cell {
	border-bottom: #b3643a 1px solid;
}

.menu_cell .tabs {
	/*display: flex;*/
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	/*align-items: center;*/
}

.cat_wrap h2 {
	font-size: 38px;
	line-height: 80px;
	display: block;
	color: #fff;
	text-align: center;
}


.cat_wrap .h2_box {
	width: 100%;
	max-width: 960px;
	height: 80px;
	background: #b3643a;
}
/*カテゴリーの色*/
.cat_wrap.cat_wrap_curry .h2_box {
	background: #ea8400;
}

.cat_wrap h3 {
	text-align: center;
	font-size: 30px;
	color: #892500;
	margin: 15px 0;
}

.cat_wrap img {
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
	max-width: 100%;
}

.cat_wrap .materials_text {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	padding: 15px;
	margin-bottom: 10px;
}

.page_top img {
	max-width: 20%;
	height: auto;
	display: block;
	margin: 50px auto 30px;
}
.page_top img: hover {
	opacity: 0.5;
}

.tabs {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}



.tabs li {
	box-sizing: border-box;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #fbfbfb;
	background: #d37f28;
	color: #fbfbfb;
}
.tabs li: hover {
	opacity: 0.8;
}
.tabs.tab5 li {
	width: 20%;
}
.tabs.tab4 li {
	width: 25%;
}
.tabs.tab3 li {
	width: 33.3%;
}
.tabs.tab2 li {
	width: 50%;
}
.tabs.tab1 li {
	width: 100%;
	background: #892500;
}

.materials_text {
	padding: 10px;
	font-weight: bold;
}

.materials_text li {
	display: none;
}

.tabs.tab1~.materials_text li {
	display: block !important;
}
.tabs.tab1 li: hover {
	opacity: 1;
}
.tabs li.select {
  background: #892500;

}
p.copy {
	text-align: right;
	padding: 0 10px;
}


@media screen and (max-width: 640px) {

.menu_cell .tabs {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.cat_wrap .materials_text {
	font-size: 16px;
	font-weight: normal;
   }
}


