@charset "utf-8";

/*============

==============*/

.main-img {
	width: 98%;
	margin: 0 auto 20px auto;
}

.section {
	width: 95%;
	margin: 0 auto 0 auto;
}

#cafe .inner {
	width: 630px;
	margin: 0 auto;
}

#cafe .section__txt {
	margin: 0 0 50px 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

#cafe .section__img {
	text-align: center;
	margin: 0 0 30px 0;
}

.section__ttl {
	margin: 0 0 10px 0;
}

.list li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	background: #333;
	color: #fff;
	border-radius: 50%;
	line-height: 15px;
	text-align: center;
	font-size: 1.1rem;
}

.cafe-menu__list {
	box-sizing: border-box;
	margin: 0 0 50px 0;
	padding: 20px 10px;
	background: #faf5e3;
}

.cafe-menu__list li:last-child {
	margin: 0;
}

.cafe-menu__list li {
	margin: 0 0 10px 0;
}

.info-img{
	width: 30%;
}

.iframe-box {
	width:100%;
	height:270px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	border:2px solid #a3c343!important;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 10px 0 50px 0 ;
}

.iframe-box .iframe {
	width:100%;
	height:100%;
	border:none; /* 追加で指定 */
	display:block; /* 追加で指定 */
}

.cafe-btn {	
	margin:0 0 50px 0;
	width: 100%;
}

.cafe-btn img{
	width:70%;
	border: none;
}