@charset "utf-8";
#wrapper {
	background:url(../IMGs/home/bg.jpg) no-repeat top;
}

/******************** HOME ********************/
/* header */
.header_img {
	background:url(../IMGs/home/header_bg.jpg) no-repeat top;
	height:380px;
	padding-top:25px;
	margin-bottom:50px;
}
.header_logo {
	display:block;
	margin:0 auto 10px;
}
.header_catchcopy {
	display:block;
	margin:auto;
}
/* header */

/* main */
.business_hour {
	width: 100%;
	height: 100px;
	margin-bottom: 22px;
	background-image: url("../IMGs/home/line.png");
	line-height: 100px;
	color: #E63C15;
	font-size: 25px;
	text-align: center;
	font-weight:bold;
	padding: 5px;
}

.open {
	background-color: #FFF;
	width: 522px;
	height: 90px;
	float: left;
}

.business_hour a {
	width: 188px;
	height: 100%;
	float: right;
	display: block;
	background-color: #FC6624;
	text-align: center;
	line-height: 78px;
	text-decoration: none;
	color:#FFF;
	padding: 8px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.business_hour a span {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 1px solid #fda984;
}

.content_more {
	float:right;
	margin-bottom:10px;
}
.news {
	margin-bottom:60px;
}
.news_content {
	width:350px;
	height:170px;
	border:1px solid #b5aa87;
	background:#fff;
	padding:10px 14px;
	margin-bottom:14px;
	cursor: pointer;
}
.news_left {
	float:left;
}
.news_right {
	float:right;
}
.news_green, .type.etc {
	border-top:4px solid #7cae0e;
}
.news_red, .type.event {
	border-top:4px solid #ff5e6d;
}
.news_blue, .type.news {
	border-top:4px solid #5f52a0;
}
.news_content_left {
	float:left;
	width:145px;
}
.news_content_right {
	float:right;
	width:160px;
}
.news_category {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.news_category_green, .news_category.etc {
	color:#038c00;
}
.news_category_red, .news_category.event {
	color:#ff3232;
}
.news_category_blue, .news_category.news {
	color:#2a3281;
}
.news_content_headline, .news_content_headline a {
	font-size:15px;
	line-height:150%;
	font-weight:bold;
	color:#434343;
	margin-bottom:10px;
	text-decoration: none;
	height:45px;
	overflow:hidden;
}
.news_content:hover .news_content_headline a {
	border-bottom: 2px dashed;
}
.news_content_text {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#434343;
	height: 35px;
	overflow:hidden;
	margin-bottom:6px;
}
.news_content_date {
	text-align:right;
	font-size:11px;
	color:#434343;
}
.shoptopic {
	margin-bottom:70px;
}
.shoptopic_box {
	margin-bottom:30px;
}
.shoptopic_content {
	width:230px;
	cursor: pointer;
}
.shoptopic_left {
	float:left;
	margin-right:15px;
}
.shoptopic_right {
	float:right;
}
.shoptopic_date {
	font-size:11px;
	color:#fff;
	float:left;
	line-height:22px;
}
.shoptopic_category {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	float:right;
	line-height:22px;
}
.shoptopic_top {
	margin-bottom:1px;
	padding:0 5px;
}
.shoptopic_top_green, .shoptopic_top.seika {
	background:#6f9324;
}
.shoptopic_top_blue, .shoptopic_top.sengyo {
	background:#20889e;
}
.shoptopic_top_brown, .shoptopic_top_insyoku {
	background:#b05003;
}
.shoptopic_top_red, .shoptopic_top.seiniku {
	background:#ec6941;
}
.shoptopic_top_yellow, .shoptopic_top.syokuryouhin {
	background:#ffb400;
}
.shoptopic_top.senmon {
	background: #5f52a0;
}
.shoptopic_img {
	margin-bottom:5px;
}
.shoptopic_name {
	font-size:13px;
	color:#3d3d3d;
}
.shoptopic_headline {
	font-size:15px;
	font-weight:bold;
}
.shoptopic_headline a {
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
.shoptopic_headline a:hover, .shoptopic_content:hover .shoptopic_headline a {
	border-bottom: 2px dashed;
}
.shoptopic_headline_green, .shoptopic_headline.seika a {
	color:#0c7d11;
}
.shoptopic_headline_blue .shoptopic_headline.sengyo a {
	color:#0e4573
}
.shoptopic_headline_brown .shoptopic_headline.insyoku a {
	color:#7f3a02;
}
.shoptopic_headline_red .shoptopic_headline.seiniku a {
	color:#a74a2e
}
.shoptopic_headline_yellow .shoptopic_headline.syokuryouhin a {
	color:#ca8102;
}
.shoptopic_headline.senmon a {
	color: #5F52A0;
}
.enjoy {
	margin-bottom:20px;
}
.enjoy .content_title {
	display:block;
	margin-bottom:30px;
}
.enjoy_left {
	float:left;
}
.enjoy_right {
	float:right;
}
/* main */

/* googleマップ用 */
.acf-map {
    width: 100%;
    height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}



















