@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
.lead
--------------------------------------------------------------------*/
#contents .lead {
	margin-bottom: 40px;
	font-size: 18px;
}
#contents .lead h3 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: .1em;
	border-bottom: 3px solid #c3c3c3;
	padding-bottom: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
#contents .lead h3 span {
	font-size: 70%;
	margin-left: 10px;
}

#contents .lead h3 .tag {
	float: right;
	width: 35%;
}
#contents .lead .lead_txt {
	font-size: 24px;
	margin-bottom: 15px;
	color: #333;
	font-weight: normal;
}

@media print, screen and (max-width:768px){
	#contents .lead {
		margin-bottom: 30px;
	}
	#contents .lead h3 {
		font-size: 30px;
	}
	#contents .lead h3 .tag {
		float: none;
		width: 50%;
		display: block;
		margin-top: 5px;
	}
}
@media print, screen and (max-width: 480px){
	#contents .lead h3 {
		font-size: 24px;
	}
	#contents .lead h3 span {
		display: block;
		margin: 5px 0 0 0;
	}
	#contents .lead h3 .tag {
		width: 80%;
	}
}


/*--------------------------------------------------------------------
.sub_inquiry
--------------------------------------------------------------------*/
.sub_inquiry {
	border-radius: 3px;
	border: 1px solid #b5b5b5;
	padding: 20px;
	margin-bottom: 60px;
}
.sub_inquiry .left {
	width: 9%;
	float: left;
}
.sub_inquiry .right {
	width: 89%;
	float: right;
}
.sub_inquiry .right .tel01 {
	width: 54%;
	float: left;
}
.sub_inquiry .right .tel02 {
	width: 43%;
	float: right;
}
.sub_inquiry .right .tel01 a:hover,
.sub_inquiry .right .tel02 a:hover {
	cursor: default;
}
.sub_inquiry .right .tel01 a:hover img,
.sub_inquiry .right .tel02 a:hover img {
	opacity: 1;
}
.sub_inquiry .right .time {
	margin-top: 5px;
	font-weight: bold;
	display: block;
}

@media print, screen and (max-width:768px){
	.sub_inquiry {
		margin-bottom: 40px;
		padding: 2%;
	}
	.sub_inquiry .time {
		width: 65%;
	}
}

@media print, screen and (max-width:568px){
	.sub_inquiry .left {
		width: 18%;
	}
	.sub_inquiry .right {
		width: 80%;
	}
	.sub_inquiry .right .tel01,
	.sub_inquiry .right .tel02 {
		float: none;
	}
	.sub_inquiry .right .tel01 {
		width: 100%;
		margin-bottom: 5px;
	}
	.sub_inquiry .right .tel02 {
		width: 86%;
	}
	.sub_inquiry .right .time {
		font-size: 80%;
		margin-top: 2px;
	}
}

@media print, screen and (max-width:480px){
	.sub_inquiry {
		margin-bottom: 30px;
	}
	.sub_inquiry p {
		line-height: 1;
	}
}

/*====================================================================

ライトボックス（モデル献立）

====================================================================*/
.model_menu .wrap {
	max-width: 880px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.model_menu h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	border-bottom: 1px solid #dc8825;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.model_menu h1 span {
	color: #dc8825;
}
.model_menu h1 + p {
	margin-bottom: 40px;
	text-align: center;
}
.model_menu .model_box {
	font-size: 14px;
	border: 1px solid #777977;
	padding: 35px;
	margin-bottom: 30px;
}
.model_menu .model_box:last-child {
	margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
	.model_menu .wrap {
		padding: 2%;
		width: 95%;
		max-width: inherit;
	}
	.model_menu .model_box {
		padding: 4%;
	}
}
@media print, screen and (max-width: 480px) {
	.model_menu .wrap {
		padding: 3%;
	}
}

/*.recipe*/
.model_menu .model_box .recipe h2 {
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 8px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.model_menu .model_box .recipe h3 {
	text-align: center;
	font-size: 14px;
	padding: 8px 3px;
	margin-bottom: 10px;
}
.model_menu .model_box.morning .recipe h2 {
	background: #eb464e;
}
.model_menu .model_box.noon .recipe h2,
.model_menu .model_box.noon .recipe h3 {
	background: #ebdd46;
	color: #000;
}
.model_menu .model_box.evening .recipe h2,
.model_menu .model_box.evening .recipe h3 {
	background: #4694eb;
	color: #fff;
}
.model_menu .model_box.noon .recipe h3,
.model_menu .model_box.evening .recipe h3 {
	border-radius: 12px;
}
.model_menu .model_box dl dt {
	font-weight:bold;
	float: left;
	width: auto;
}
.model_menu .model_box dl dd {
	margin-bottom: 5px;
}
.model_menu .model_box dl dd:last-child {
	margin-bottom: 0;
}


/*.howto*/
.model_menu .model_box .howto {
	margin-bottom: 10px;
}
.model_menu .model_box .howto h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.model_menu .model_box.morning .howto h3,
.model_menu .model_box.morning .howto dl dt {
	color: #eb464e;
}
.model_menu .model_box .howto dl {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 20px;
}
.model_menu .model_box .howto dl dt {
	width: 1em;
}


/*.intake*/
.model_menu .model_box .intake {
	padding: 20px;
}
.model_menu .model_box.morning .intake {
	background: #f9c7ca;
}
.model_menu .model_box.noon .intake {
	background: #f9f5c7;
}
.model_menu .model_box.evening .intake {
	background: #c7dff9;
}

.model_menu .model_box .intake h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.model_menu .model_box.morning .intake h3 {
	color: #eb464e;
}
.model_menu .model_box.noon .intake h3 {
	color: #c5b615;
}
.model_menu .model_box.evening .intake h3 {
	color: #4694eb;
}

@media print, screen and (max-width:768px){
	.model_menu .model_box .recipe {
		margin-bottom: 20px;
	}
}
@media print, screen and (max-width:480px){
	.model_menu .model_box .intake {
		padding: 5%;
	}
}


/*.total*/
.model_menu .total {
	width: 80%;
	margin: 0 auto 30px;
}
.model_menu .total table {
	width: 100%;
	border-radius: 50px;
	background: #dc8825;
	color: #fff;
}
.model_menu .total table th,
.model_menu .total table td {
	padding: 10px;
	vertical-align: middle;
}
.model_menu .total table th {
	width: 12%;
}
.model_menu .total table td {
	width: 88%;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
@media print, screen and (max-width:992px){
	.model_menu .total table th {
		width: 15%;
	}
	.model_menu .total table td {
		width: 85%;
		font-size: 16px;
		line-height: 1.2;
	}
}
@media print, screen and (max-width:768px){
	.model_menu .total {
		width: 100%;
	}
	.model_menu .total table {
		border-radius: 20px;
	}
}
@media print, screen and (max-width:480px){
	.model_menu .total table th,
	.model_menu .total table td {
		padding: 2%;
	}
}


/*.nutrition*/
.model_menu .nutrition table {
	width: 100%;
	font-size: 14px;
}
.model_menu .nutrition table th,
.model_menu .nutrition table td {
	border: 1px solid #fff;
	padding: 3px;
	vertical-align: middle;
}
.model_menu .nutrition table thead th {
	background: #f6f2e4;
	text-align: center;
	width: 11%;
}
.model_menu .nutrition table thead th:nth-child(1) {
	width: 23%;
}

.model_menu .nutrition table tbody th {
	width: 4%;
	color: #fff;
	text-align: center;
}
.model_menu .nutrition table tbody th.ttl_morning {
	background: #eb464e;
}
.model_menu .nutrition table tbody th.ttl_noon {
	background: #ebdd46;
	color: #000;
}
.model_menu .nutrition table tbody th.ttl_evening {
	background: #4694eb;
}
.model_menu .nutrition table tbody th.ttl_between {
	background: #8AAC40;
}

.model_menu .nutrition table tbody td {
	background: #f6f2e4;
	text-align: right;
}
.model_menu .nutrition table tbody td.food {
	text-align: left;
}
.model_menu .nutrition table tbody td.food_morning {
	background: #f8dadb;
}
.model_menu .nutrition table tbody td.food_noon {
	background: #f9f6db;
}
.model_menu .nutrition table tbody td.food_evening {
	background: #dae8f4;
}
.model_menu .nutrition table tbody td.food_between {
	background: #e9f9c6;
}

.model_menu .nutrition table tfoot th,
.model_menu .nutrition table tfoot td {
	font-weight: bold;
	background: #c9caca;
}
.model_menu .nutrition table tfoot th {
	text-align: center;
}
.model_menu .nutrition table tfoot td {
	text-align: right;
}

@media print, screen and (max-width:992px){
	.model_menu .nutrition .table_area {
		overflow-x: auto;
	}
	.model_menu .nutrition .table_area::-webkit-scrollbar {
		height: 5px;
	}
	.model_menu .nutrition .table_area::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.model_menu .nutrition .table_area::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.model_menu .nutrition .table_area table {
		max-width: 992px;
    min-width: 768px;
	}
}


/*.attention*/
.model_menu .attention {
	font-size: 14px;
	border: 1px solid #777977;
	padding: 25px;
	margin-top: 30px;
}
.model_menu .attention .tel_fax {
	width: 70%;
	margin: 20px auto 0;
}
.model_menu .attention .tel_fax .clearfix p:nth-child(1) {
	float: left;
	width: 49%;
}
.model_menu .attention .tel_fax .clearfix p:nth-child(2) {
	float: right;
	width: 49%;
}
.model_menu .attention .tel_fax .clearfix + p {
	font-size: 18px;
	margin-top: 5px;
}
.model_menu .attention .tel_fax .clearfix p a {
	text-align: center;
}

@media print, screen and (max-width:992px){
	.model_menu .attention .tel_fax {
		width: 100%;
	}
}

