@charset "UTF-8";
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0;
	font-size: 16px;
	background-image: url(../img/back_image_a01.gif);
}
.wrap {
	margin: auto;
	width: 100%;
}
header {
	position: fixed;
	width: 100%;
}
#home_img {
	width: 445px;
	height: 90px;
}
#main_wrap {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow-x: auto;
}
.global_nav ul {
	font-size: 1rem;
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0;
	left: auto;
	right: auto;
}
.global_nav ul li {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.global_nav ul li a:hover {
}
ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
ul li a:hover   {
	color: #FF9FA0;
}
.main_width {
	padding-left: 30px;
	padding-right: 30px;
}
.root_wrap h5 {
	color: #666666;
	font-weight: normal;
}
.root_wrap h5 a {
	text-decoration: none;
	color: #666666;
}
.root_wrap h5 a:hover {
	color: #AFAFAF;
}
.title>img {
	width: 100%;
	height: 350px;
	object-fit: cover
}
main h2 {
	color: #96292B;
	margin-bottom: 0px;
	margin-top: 0px;
}
main h4 {
	color: #666666;
	font-weight: normal;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
}
.index h3 {
	color: #666666;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #666666;
}
.index h4 {
	color: #666666;
	font-weight: 300;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-align: justify;
}
h3 a {
	text-decoration: none;
	color: #675DBB;
}
td h3 a:hover {
	color: #B5B0DE;
}
.column h5 {
	color: #666666;
	font-weight: 300;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.index {
	width: 100%;
	background-color: #E6EDFE;
	border: 1px solid #AAAAAA;
}
.index table tbody tr td img {
	height: auto;
	margin: 0;
	width: 100%;
}
.column {
	width: 100%;
}
aside {
	width: 60%;
	float: left;
	margin-right: 3%;
	margin-top: 10px;
	margin-bottom: 10px;
}
bside {
	width: 36%;
	border: 1px solid #AAAAAA;
	background-color: #F3FAEF;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside, bside  {
	float: left;
}
#index1 {
}
.index_p1 {
}
footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}
footer h5 a {
	color: #FFFFFF;
	text-decoration: none;
}
footer h5 a:hover {
	color: #FF9FA0;
}
footer h5 {
	margin: 0;
}
footer h6 {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
	font-weight: normal;
}
#page-top {
	position: fixed;
	font-size: 77%;
	right: 20px;
	bottom: 20px;
	font-weight: 600;
}
#page-top a {
	background: rgba(70,70,70,0.90);
	text-decoration: none;
	color: #fff;
	width: 90px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 5px;
}
#page-top a:hover {
	background: rgba(110,110,110,0.64);
	padding-right: 0px;
}

.thispage {
}
.cook {
	font-size: 1rem;
	font-weight: bold;
}
.cook tbody tr td a {
	text-decoration: none;
	color: #E98721;
}
.cook tbody tr td a:hover {
	color: #FFCC92;
}
.recipe {
	color: #555555;
	font-size: 1em;
}
.picture {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px){
aside {
	float: none;
	width: auto;
	margin-right: 0%;
	margin-top: 10px;
	margin-bottom: 30px;
}
bside {
	width: auto;
	margin-top: 5px;
	margin-bottom: 30px;
}
body {
	font-size: 17px;
}
.main_width {
	padding-left: 10px;
	padding-right: 10px;
}
.global_nav ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 30px;
}
#home_img {
	width: 370px;
	height: 70px;
}
#page-top {
	font-size: 65%;
}
}
