@charset "UTF-8";
/*
//	PC or more ////////////////////////////////////////
*/
body {
    counter-reset: titleNum;
    counter-reset: titleNum2;
}
.mangoku_ttl{
	margin-bottom:30px;
}
.mangoku_ttl p{
	display:block;
	margin-top:15px;
}
.mangoku_ttl p span{
	font-weight:bold;
}
.mangoku_ttl p span.linkttl{
	border-left:5px solid #CE0D00;
	padding-left:10px;
}
.mangoku_ttl a{
	color:#CE0D00;
	font-size:1.1em;
}
.mangoku_ttl a::before{
	content: "≫ ";
	color:#000;
}
.mangoku_ttl a:hover{
	text-decoration: underline;
}
main.mainwrap section .mangoku_ttl h1{
	border-bottom: none;
}
.mangoku_lunch_txt{
	width:300px;
	float:left;
}
.mangoku_lunch_map{
	width:300px;
	float:right;
}
#mangoku_maps{
	margin-top:10px;
	width:300px;
	height:330px;
}
.mangoku_wrap{
	font-size:0;
	margin-bottom:30px;
}
.mangoku_wrap img{
	width:100%;
	height:auto;
}
.mangoku_wrap article{
	display:inline-block;
	font-size: 14px;
	width:50%;
	box-sizing: border-box;
	border-bottom:1px dotted #999;
	padding-top:2%;
	padding-bottom:2%;
}
.mangoku_index .mangoku_wrap article:nth-child(odd){
	padding-right:3%;
	border-right:1px dotted #999;
}
.mangoku_index .mangoku_wrap article:nth-child(even){
	padding-left:3%;
}
.mangoku_wrap h2{
	font-size: 16px;
	margin-top:5px;
	margin-bottom:10px;
	padding-top:5px;
	border-top:1px solid #CE0D00;
}
.mangoku_wrap h3{
	margin-top:10px;
}
.mangoku_index .mangoku_wrap article:first-child h3,
.mangoku_index .mangoku_wrap article:nth-child(2) h3{
	margin-top:0;
}
.mangoku_wrap h3 span{
	color:#CE0D00;
	padding-right:5px;
}
.mangoku_btn{
	margin-top:15px;
	margin-bottom:10px;
	padding:5px 0;
	text-align:center;
	background:#CE0D00;
	border-radius:5px;
}
a .mangoku_btn{
	color:#fff;
}
.mangoku_camp_wrap{
	padding:30px 50px;
	background: url('../special/hyakumangoku/images/bg_camp.jpg?20181020') no-repeat center center;
	background-size:cover;
	margin-bottom:20px;
}
.mangoku_camp_wrap span{
	color:#CE0D00;
}
.mangoku_camp_wrap span a{
	color:#CE0D00;
}
.mangoku_camp_wrap span a:hover{
	text-decoration: underline;
}
.mangoku_camp{
	padding:25px;
	background:rgba(255,255,255,0.9);
}
.mangoku_icon{
	width:79px;
	margin:0 auto;
}
.mangoku_icon img{
	width:100%;
	height:auto;
}
main.mainwrap section h1.mangoku_camp_ttl{
	border-bottom: none;
	font-size:16px;
	text-align:center;
	margin-top:15px;
}
h2.mangoku_camp_tag{
	font-size:18px;
	text-align:center;
	margin-bottom:15px;
}
.mangoku_camp_date{
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	margin-top:15px;
	padding:5px 0;
	font-size:16px;
	text-align:center;
}
/* SINGLE */
main.mainwrap section.mangoku_single .mangoku_ttl_wrap h1{
	font-size:22px;
	border-bottom:none;
	margin-top:5px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #CE0D00;
}
.mangoku_single h2{
	font-size:18px;
}
.mangoku_single h2 span{
	color:#CE0D00;
}
.mangoku_ttl_wrap img{
	width:100%;
	height:auto;
}
.mangoku_ttl_wrap h3{
	font-size:18px;
	margin:20px 0 15px;
}
.mangoku_cooking_wrap,
.mangoku_eating_wrap{
	margin-top:40px;
}
.mangoku_cooking_wrap h4,
.mangoku_eating_wrap h4{
	background:#b4910c;
	color:#fff;
	font-size:16px;
	padding:5px 10px;
	margin-bottom:15px;
}
.mangoku_ingre_wrap{
	background:#f2e9ce;
	padding:20px 20px 25px;
	border-radius:5px;
	margin-bottom:25px;
}
.mangoku_ingre_ttl,
.mangoku_recipe_ttl{
	font-size:16px;
	color:#CE0D00;
}
.mangoku_ingre_ttl{
	margin-bottom:5px;
}
.mangoku_ingre_ttl span{
	font-size:14px;
	color:#333;
}
.mangoku_ingre ul{
	width:48%;
	float:left;
}
.mangoku_ingre ul:last-child{
	float:right;
}
.mangoku_ingre_wrap li{
	border-bottom:1px dotted #b4910c;
	padding:5px;
}
.mangoku_recipe_wrap{}
.mangoku_recipe_subttl{
	margin-top:20px;
	font-size:16px;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
}
.mangoku_recipe_subttl::before{
    content: "★ ";
	color:#b4910c;
	font-size:16px;
}
.mangoku_recipe_1,
.mangoku_recipe_2 {
	margin-top:15px;
}
.mangoku_recipe_1{
    counter-increment: titleNum;
}
.mangoku_recipe_2{
    counter-increment: titleNum2;
}
.mangoku_recipe_1 p,
.mangoku_recipe_2 p {
	display:block;
    padding-left: 2rem;
}
.mangoku_recipe_1 p::before,
.mangoku_recipe_2 p::before{
	display:block;
    position: absolute;
    margin-left: -2rem;
	color:#b4910c;
	font-size:16px;
}
.mangoku_recipe_1 p::before {
    content: counter(titleNum)".";
}
.mangoku_recipe_2 p::before {
    content: counter(titleNum2)".";
}
.mangoku_recipe_plus{
	margin-top:20px;
}
.mangoku_recipe_att{
	margin-top:15px;
	font-size:0.9em;
}
.mangoku_menu {
 	position: relative;
	display: block;
 	margin: 1.5em 0;
	padding: 20px;
 	width: 100%;
 	color: #000;
	font-size: 16px;
	background: #f2e9ce;
	border-radius:5px;
	box-sizing: border-box;
}
.mangoku_menu:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 5%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f2e9ce;
}
.mangoku_menu h5{
	margin-bottom:10px;
}
.mangoku_menu span{
	font-size:14px;
	display:block;
	line-height: 1.4em;
}
.mangoku_shop h5{
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	line-height: 1.2em;
	margin:15px 0;
}

.mangoku_shop img{
	width:100%;
	height:auto;
}
.mangoku_shopdata_wrap{
	margin:30px 0;
}
.mangoku_shopdata{
	width:54%;
	float:left;
}
.mangoku_shopdata span{
	color:#B4910C;
}
.mangoku_shopdata span.tel-link{
	color:#000;
}
.mangoku_shopdata a{
	text-decoration:underline;
	color:#B4910C;
}
.mangoku_shopdata_ttl{
	font-weight: bold;
	display:block;
	padding-bottom: 10px;
}
.mangoku_shopdata p{
	display:block;
	margin-bottom:10px;
}
.mangoku_shopdata p:last-of-type{
	margin-bottom:0;
}
.mangoku_shopmap{
	width:44%;
	height:300px;
	float:right;
}
.mangoku_single .mangoku_camp_wrap{
	margin-bottom: 20px;
}
.mangoku_other_wrap{
	background:#f2e9ce;
	border-radius:5px;
	padding:15px 10px;
	margin-bottom:30px;
}
.mangoku_other_ttl{
	font-size:16px;
	margin-left:5px;
	margin-right:5px;
	background:#b4910c;
	border-radius: 5px;
	box-sizing: border-box;
	text-align:center;
	padding:5px;
	color:#fff;
}
.mangoku_other_wrap .mangoku_wrap{
	margin-bottom:0;
}
.mangoku_other_wrap .mangoku_wrap article{
	width:25%;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0;
	border-bottom:none;
}
.mangoku_other_wrap .mangoku_wrap h3 {
	font-size:12px;
}
.mangoku_other_wrap .mangoku_wrap h3 span{
	display:block;
}
.mangoku_single .mangoku_other_wrap h2{
	font-size:14px;
	line-height:1.4em;
}
.mangoku_single .mangoku_btn {
    margin-top: 10px;
    padding: 3px 0;
	font-size:12px;
}
.mangoku_copy{
	background:#CE0D00;
	border-radius: 5px;
	padding: 15px;
	color:#fff;
	margin-bottom:50px;
}
.mangoku_copy span{
	display:block;
	font-size:0.9em;
}
/*
//	767px and below ///////////////////////////////////
*/
@media (max-width: 767px) {
	main.mainwrap section.inn-box{
		padding: 0;
	}
	.mangoku_wrap a:hover {
		text-decoration: none;
	}
	.mangoku_lunch_txt{
		width:100%;
		float:none;
	}
	.mangoku_lunch_map{
		width:100%;
		float:none;
		margin-top:10px;
	}
	#mangoku_maps{
		width:100%;
		height:360px;
	}
	.mangoku_index .mangoku_wrap article:nth-child(2) h3{
		margin-top:10px;
	}
	.mangoku_index .mangoku_wrap article{
		width:100%;
	}
	.mangoku_index .mangoku_wrap article:nth-child(odd){
		padding-right:0;
		border-right:none;
	}
	.mangoku_index .mangoku_wrap article:nth-child(even){
		padding-left:0;
	}
	.mangoku_camp_wrap{
		padding:5%;
	}
	/* SINGLE */
	main.mainwrap section.mangoku_single .mangoku_ttl_wrap h1{
		font-size:18px;
	}
	.mangoku_single h2{
		font-size:16px;
	}
	.mangoku_ingre ul{
		width:100%;
		float:none;
	}
	.mangoku_ingre ul:last-child{
		float:none;
	}
	.mangoku_menu h5{
		font-size:16px;
	}
	.mangoku_menu span{
		font-size:12px;
	}
	.mangoku_menu:before{
		left: 10%;
	}
	.mangoku_shopdata_wrap{
		margin:15px 0 30px;
	}
	.mangoku_shopdata{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.mangoku_shopmap{
		width:100%;
		float:none;
	}
	.mangoku_other_wrap .mangoku_wrap article{
		width:50%;
	}

}