@charset "utf-8";

/*---------------------------------------------------------

  メニュー詳細

---------------------------------------------------------*/

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

	#lite_meal {
		background: #fbf8f5;
		padding: 3.0em 0 3.0em;
		position: relative;
		z-index: 1;
	}
	#lite_meal h3 {
		width: 100%;
		font-size: 1.8em;
		margin: 0 auto 0.6em;
		color: #333;
		text-align: left;
	}
	#lite_meal h3 span.small {
		font-size: 11px;
	}
	#lite_meal p.lead_text {
		font-size: 1.0em;
		text-align: center;
		margin: 0 auto 2.0em;
		color: #222222;
		width: 90%;
	}
	
	#lite_meal dl.one_colomn {
		margin: 0 auto 3.0em;
	}
	#lite_meal dl.one_colomn dt {
		margin: 0 auto 1.2em;
	}
	#lite_meal dl.one_colomn dt span {
		font-size: 80%;
	}
	#lite_meal dl.one_colomn dd {
	}
	#lite_meal dl.one_colomn dd p.detail_text {
		font-size: 1.2em;
		line-height: 2.2em;
		margin: 0 0 1.0em;
		color: #222222;
		text-align: left;
	}
	#lite_meal dl.one_colomn dd p.detail_text b {
		font-weight: bold;
	}
	#lite_meal dl.one_colomn dd p.detail_text.mbspace {
		margin-bottom: 1.6em;
	}
	#lite_meal dl.one_colomn dd p.detail_text span.small {
		font-size: 80%;
	}
	#lite_meal dl.one_colomn dd p.detail_text a.tel {
		color: #000;
		text-decoration: underline;
	}
	#lite_meal dl.one_colomn dd .column_flex {
		padding: 2em 2em;
		background-color: #FFF;
	}
	#lite_meal dl.one_colomn dd .column_flex .icon{
		width: 40%;
		margin: 0 auto 1.5em;
	}
	#lite_meal dl.one_colomn dd .column_flex .text{
		font-size: 0.9em;
	}
	
	#lite_meal dl.one_colomn dd a.link {
		color: #739d8b;
		text-decoration: underline;
		font-size: 1.05em;
	}
	#lite_meal dl.one_colomn dd a.btn_menu {
		display: block;
		padding: 0.8em 0;
		text-decoration: none;
		text-align: center;
		background: #da4921;
		color: #FFF;
		font-size: 1.2em;
	}
	#lite_meal p.text_chui {
		text-align: left;
		font-size: 11px;
		color: #999;
	}

	#lite_meal dl.one_colomn dd .flex {
		margin: 2em 0 0;
		padding: 30px 20px;
		background-color: #FFF;
		border-radius: 10px;
	}	
	#lite_meal dl.one_colomn dd .flex .img {
		width: 35%;
		margin: 0 auto 2em;
	}	
	#lite_meal dl.one_colomn dd .flex .desc_wrap {

	}	
	#lite_meal dl.one_colomn dd .flex .desc_wrap .lead {
		font-size: 1.2em;
		font-weight: 600;
		margin-bottom: 0.5em;
	}	
	#lite_meal dl.one_colomn dd .flex .desc_wrap .body {
		line-height: 2;
		font-size: 0.9em;
	}	
}

@media screen and (min-width: 769px) {
	#lite_meal {
		background: #fbf8f5;
		padding: 40px 0 60px;
		position: relative;
		z-index: 1;
	}
	#lite_meal h3 {
		width: 100%;
		font-size: 28px;
		margin: 0 auto 20px;
		color: #333;
		text-align: left;
	}
	#lite_meal h3 span.small {
		font-size: 13px;
	}
	#lite_meal h4 span.small{
		font-size: 40%;
	}
	#lite_meal p.lead_text {
		font-size: 14px;
		text-align: center;
		margin: 0 0 30px;
		color: #222222;
	}
	#lite_meal ul.meal_list {
		margin: 0 0 40px;
		padding: 0 0 40px;
		text-align: center;
		border-bottom: 3px double #ece4dd;
	}
	
	#lite_meal dl.one_colomn {
		margin: 0 auto 40px;
	}
	#lite_meal dl.one_colomn dt {
		float: left;
		width: 48%;
	}
	#lite_meal dl.one_colomn dt span {
		font-size: 80%;
	}
	#lite_meal dl.one_colomn dd {
		float: right;
		width: 48%;
		padding: 20px 0 0;
	}
	#lite_meal dl.one_colomn dd p.detail_text {
		font-size: 14px;
		line-height: 2.2em;
		margin: 0 0 10px;
		color: #333333;
	}
	#lite_meal dl.one_colomn dd p.detail_text b {
		font-weight: bold;
	}
	#lite_meal dl.one_colomn dd p.detail_text.mbspace {
		margin-bottom: 30px;
	}
	
	#lite_meal dl.one_colomn dd span.small {
		font-size: 80%;
	}
	#lite_meal dl.one_colomn dd p.detail_text a.tel {
		color: #333333;
		text-decoration: underline;
	}
	
	#lite_meal dl.one_colomn dd .column_flex {
		padding: 2em 2em;
		background-color: #FFF;
		display: flex;
		justify-content: space-between;
	}
	#lite_meal dl.one_colomn dd .column_flex .icon{
		width: 24%;
		margin: 0;
	}
	#lite_meal dl.one_colomn dd .column_flex .text{
		font-size: 0.9em;
		width: 71%;
	}
	
	#lite_meal dl.one_colomn dd a.link {
		color: #739d8b;
		text-decoration: underline;
		font-size: 1.05em;
	}
	#lite_meal dl.one_colomn dd a.btn_menu {
		display: block;
		padding: 12px 0;
		text-decoration: none;
		text-align: center;
		background: #da4921;
		color: #FFF;
		font-size: 14px;
	}
	
	#lite_meal p.text_chui {
		text-align: right;
		font-size: 11px;
		color: #999;
	}
	#lite_meal dl.one_colomn dd .flex {
		margin: 50px 0 0;
		padding: 30px 20px;
		background-color: #FFF;
		border-radius: 10px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}	
	#lite_meal dl.one_colomn dd .flex .img {
		width: 20%;
		margin: 0 5% 0 0;
	}	
	#lite_meal dl.one_colomn dd .flex .desc_wrap {
		width: 75%;
	}	
	#lite_meal dl.one_colomn dd .flex .desc_wrap .lead {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
	}	
	#lite_meal dl.one_colomn dd .flex .desc_wrap .body {
		line-height: 1.6;
		font-size: 11px;
	}	

}




/*---------------------------------------------------------

  詳細コンテンツ

---------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.sub_detail_wrap {
		margin: 0 0 2.4em;
		padding: 1.6em;
		background: #e4dfda;
	}
	.sub_detail_wrap h4 {
		text-align: center;
		font-size: 1.4em;
		margin: 0 0 1.0em;
		text-decoration: underline;
	}
	.sub_detail_wrap .photo_text_wrap {
		padding: 1.2em;
		background: #FFF;
		margin: 0 0 1.6em;
	}
	.sub_detail_wrap .photo_text_wrap dt {
		margin: 0 0 1.6em;
	}
	.sub_detail_wrap .photo_text_wrap dd {
		padding: 0 0 0;
		text-align: center;
	}
	.sub_detail_wrap .photo_text_wrap dd h5 {
		font-size: 1.4em;
		margin: 0 0 0.8em;
	}
	.sub_detail_wrap .photo_text_wrap dd p.desc {
		font-size: 1.0em;
		margin: 0 0 0;
		line-height: 2.0em;
	}
	.sub_detail_wrap .photo_text_wrap dd p.desc span {
		font-size: 0.9em;
		margin: 0 0 0;
		line-height: 2.0em;
		color: #999;
	}
	.sub_detail_wrap.tenpo h4 {
		font-size: 16px;
	}
	.sub_detail_wrap.tenpo .photo_text_wrap dd p.desc {
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) {
	.sub_detail_wrap {
		margin: 0 0 30px;
		padding: 30px 30px;
		background: #e4dfda;
	}
	.sub_detail_wrap h4 {
		text-align: center;
		font-size: 20px;
		margin: 0 0 24px;
		text-decoration: underline;
	}
	.sub_detail_wrap .photo_text_wrap {
		padding: 15px 15px;
		background: #FFF;
		margin: 0 0 30px;
	}
	.sub_detail_wrap .photo_text_wrap dt {
		float: left;
		width: 30%;
	}
	.sub_detail_wrap .photo_text_wrap dd {
		float: right;
		width: 65%;
		padding: 15px 0 0;
	}
	.sub_detail_wrap .photo_text_wrap dd h5 {
		font-size: 16px;
		margin: 0 0 12px;
	}
	.sub_detail_wrap .photo_text_wrap dd p.desc {
		font-size: 13px;
		margin: 0 0 0;
		line-height: 2.0em;
	}
	.sub_detail_wrap .photo_text_wrap dd p.desc span {
		font-size: 11px;
		margin: 0 0 0;
		line-height: 2.0em;
		color: #999;
	}
	.sub_detail_wrap.tenpo h4 {
		font-size: 16px;
	}
	.sub_detail_wrap.tenpo .photo_text_wrap dd p.desc {
		font-size: 12px;
	}
}




