@charset "UTF-8";


.mplus1p {
	font-family: 'YakuHanJP' ,'M PLUS 1p', "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.label {
	display: inline-block;
	white-space: normal;
	padding: 0.5em 0.6em 0.5em;
}

.baroon {
	position: relative;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #efefef;
}
.baroon:after {
	position: absolute; top: 20px; left: -20px;
	content: ""; width: 0; height: 0;
	border-top: 20px solid #efefef;
	border-left: 20px solid transparent;
}
.baroon_l {
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #efefef;
}
.baroon_l:after {
	position: absolute; top: 20px; right: -20px;
	content: ""; width: 0; height: 0;
	border-top: 20px solid #efefef;
	border-right: 20px solid transparent;
}
.baroon img.face,.baroon_l img.face  {
	padding: 2px;
	margin-right:10px;
	background: #FFFFFF;
	float:left;
}
.label_box {
	position: relative;
	display: inline-block;
	padding: .2em .6em .3em;
	width: auto;
	min-width: 115px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome */
	-moz-border-radius: 5px;   /* Firefox */
	border-radius: 5px;        /* CSS3 */
	background: #24a35a;
	z-index: 0;
	font-size: 75%;
}
p.nonepd {
	margin: 0 0 0px;
}
.col_l5 {
	float: left;
	width: 15%;
}
.col_r5 {
	float: right;
	width: 81%;
}
.list_m li {
list-style:none;
}
.list_m.big_maru li:before {
content: "";
width: 9px;
height: 9px;
display: inline-block;
border-radius: 100%;
background: #333;
position: relative;
left: -10px;
top: 0px;
margin-left: -0.5em;
}
.btn {
	white-space: normal;
}
.daytimedate.em13{
	font-size:19px;
}




/* 矢印
---------------------------------------------------- */
.down_yajirushi{
	margin: 30px auto -5px;
	position: relative;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #0097cf;
}

.down_yajirushi:after{
	position: absolute;
	content: '';
	top: -40px;
	left: -10px;
	width: 20px;
	height: 20px;
	background: #0097cf;
}



/* order_btn
---------------------------------------------------- */

#order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}
#order_btn a {
	background: rgba(36,163,90,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
#order_btn a:hover {
	text-decoration: none;
	background: #229b55;
}
@media (max-width: 768px) {
	#order_btn {
		position: fixed;
		bottom: 100px;
		right: 10px;
		font-size: 0.8em;
	}
	#order_btn a {
		background: #24a35a;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
		width: 80px;
		height: 80px;
		padding: 14px;
		text-align: center;
		display: block;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#order_btn a:hover {
		text-decoration: none;
		background: #229b55;
	}
	.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	}
}




.section {
  margin-left: -10px;
  margin-right: -10px;
}




/******************fukidashi*******************/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 0.5em 0 1.5em;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e1f0fa;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffff;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffff;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 15px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e1f0fa;
}
@media only screen and (max-width: 768px) {
	.fukidashi_right {
		position: relative;
		display: inline-block;
		margin: 0.5em 0 1.5em;
		padding: 15px 15px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 15px;
		background: #e1f0fa;
		border-radius: 15px;
	}
	.fukidashi_right:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		margin-top: 0px;
		border: 15px solid transparent;
		border-top: 15px solid #e1f0fa;
	}
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #e1f0fa;
	border-radius: 15px;
}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e1f0fa;
}
@media only screen and (max-width: 768px) {
	.fukidashi_left {
		position: relative;
		display: inline-block;
		margin: 0.5em 0 1.5em;
		padding: 15px 15px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 15px;
		background: #e1f0fa;
		border-radius: 15px;
	}
	.fukidashi_left:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 0px;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #e1f0fa;
	}
}
