@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */
/* ------------------------------------------------------------

たべる 共通

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

.section-title{color: #54bd59 !important;}
.section-title a{color: #54bd59 !important;}
.block-txt{background-color: #54bd59 !important;}
.border-bottom {border-bottom: dotted 1px #54bd59 !important;}

.block-info-split{background-color: #eef8ee;}

.additional {
	border: solid 1px #54bd59 !important;
	color: #54bd59 !important;
}

.site-footer {padding-top: 0; }

.btn_eat{text-align:center;}

.btn_eat a{
	display:block;
	background:#54BD59;
	padding:10px 15px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border-radius:5px;
	transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}

.btn_eat a:hover{opacity:.7;}

.table_eat td,
.table_eat th{
	padding:5px 10px;
	border:1px solid #54BD59;
}

.table_eat th{
	background:#E3F4E4;
	font-weight:bold;
	color:#54BD59;
}



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

たべる 641px以上

------------------------------------------------------------ */
@media (min-width: 641px) {
	
/* グローバルアクティブナビ
---------------------------------------------- */
.site-header .site-navi .m-eat a:after{opacity: 1;} 

.ttl-info a:hover{text-decoration:none;}

.btn_eat {
	width:60%;
	margin:20px auto 0;
}

.table_eat{width:100%;}

.table_eat th{width:33%;}

.catetop .block-txt.lead {
	font-size: 28px;
	padding: 80px 20px;
}
	  
}
	
/* ------------------------------------------------------------

たべる 640px以下

------------------------------------------------------------ */
@media (max-width: 640px) {
		
.btn_eat {
	width:80%;
	margin:20px auto;
}

.block-info-split {background-color: #eef8ee !important;}
  
.catetop .block-info-split .col-3 {padding-top: 6%; }

.catetop .block-info-split .col-3 li .section-title {font-size: 14px; }

.table_eat{width:100%;}
}

