/* your styles go here */
/* Example site test */

.box-image-text .image {
	min-height: 190px;
	max-height: 190px;
}

.box-image-text .image img {
	max-height: 190px;
	margin: auto;
}

.box-simple {
	min-height: 230px;
}

.menu_info {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 80px;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	padding-top: 40px;
	display: inline-block;
}

.menu_info_price {
	float: left;
	width: 100%;
	clear: left;
	text-align: center;
	margin-bottom: 30px;
}

.menu_info_box {
	width: 90%;
	float: center;
}

.menu_info_info {
	margin-right: 10%;
	margin-left: 10%;
	float: center;
	width: 80%;
	text-align: center;
}

.menu_title {
	float: center;
	height: auto;
	clear: both;
	width: 100%;
}

.menu_title img {
	height: auto;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.menu_name {
	clear: left;
	font-family: 'Amiri',serif;
	text-align: center;
	font-size: 28px;
	width: 100%;
	padding-bottom: 40px;
}

.menu_title_icon {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 100px;
	margin-top: -100px;
}

.price_title {
	width: 97%;
	font-size: 25px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	font-family: 'Amiri',serif;
}

.price_l {
	width: 60%;
	height: 40px;
	font-size: 22px;
	float: left;
	border-right-style: dotted;
	border-right-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	margin-right: 1px;
}

.price_r {
	width: 40%;
	height: 40px;
	float: left;
	font-size: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: -2px;
}

.price_cont {
	width: 100%;
	padding-right: 20px;
}

.menu_forcus {
	width: 100%;
}

.menu_link {
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 40px;
}

.menu_link a {
	background-color: #fff;
	border: solid 1px #42b9d0;
	margin-left: -1px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	font-weight: bold;
	height: 50px;
	display: block;
	color: #42b9d0;
	border-radius: 15px;
}

.menu_link a:hover {
	background: #42b9d0;
	color: #ffffff;
}

.tax {
	text-align: right;
	font-size: 12px;
}
/* Google Mapを囲う要素 */

.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photo_size_l {
	padding-left: 5%;
	margin-botttom: 5%;
	width: 60%;
	float: left;
	display: inline-block;
}

.photo_size_r {
	padding-botttom: 10px;
	padding-right: 5%;
	width: 60%;
	float: right;
	display: block;
}

.menu-text {
	width: 95%;
	margin: 0 auto;
}

.menu-img {
	width: 65%;
	margin: 0 auto;
	display: block;
}

.menu-line {
	border-width: 70%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;



