div#index_header_search {
    display: none;
}

#header_top a.search_button {
    display: none;
}

div#cb_2 {
    background: #000;
    padding-top: 40px;
}

div#cb_2 #post_list .article a {
    color: #fff;
}

div#cb_2 #post_list {
    margin: 40px 0 0 0;
}

.catchcopy p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 0;
    border-top: 3px double;
    border-bottom: 3px double;
    margin-bottom: 40px;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
}

table {
	    margin: 10px auto 40px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
margin: 10px 40px;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

a.specialcoupon {
    display: block;
    width: 300px;
    margin: 40px auto;
    text-align: center;
    font-size: 20px;
    padding: 1em 0;
    background: #222;
    color: #fff;
}

a.specialcoupon:hover {
	background: #ddd;
}

#cb_6.cb_content-category_list ul li .info h3 {
	font-size: 22px;
	margin: 0;
}

#cb_6.cb_content-category_list ul li:nth-child(1) a {
    background: #b3e5fc;
}

#cb_6.cb_content-category_list ul li:nth-child(2) a {
    background: #ffecb3;
}

#cb_6.cb_content-category_list ul li:nth-child(3) a {
    background: #c8e6c9;
}

#cb_6.cb_content-category_list ul li:nth-child(4) a {
    background: #ffcdd2;
}

#cb_6.cb_content-category_list ul li .info h3:after {
    content: 'で探す';
}

.coupon-content {
	overflow: hidden;
}

.coupon-content h3 {
    font-weight: 600;
}

.coupon {
    background: rgba(182, 158, 132, 0.2);
    border: 5px solid #b69e84;
    margin: 0 1% 22px 1%;
	padding: 20px 5px;
    text-align: center;
    line-height: 1em;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0, .2);
}

.coupon .coupon-service {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
}

.coupon-service-desc, .coupon .coupon-limit {
    margin-top: 10px;
}

#article h2 {
    font-weight: 600;
    border-bottom: 1px solid;
    padding: 10px 0;
    font-size: 22px;
    margin: 40px 0 20px;
}

#article h3 {
    clear: both;
    margin: 40px 0 20px;
    font-size: 20px;
    background: #F7F7F7;
    padding: 10px;
}

.home #post_list .article .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}

.home .cb_content-carousel .image {
    width: 100%;
    height: auto;
    padding-top: 100%;
    position: relative;
}

.reaction_buttons {
	display: none;
}

.single-shop .reaction_buttons {
	display: block;
}

.reaction_buttons_tagline {
    font-size: 14px;
}

.reaction_buttons ul {
    margin: 0 0 2em;
    padding: 0;
}

div.reaction_buttons li.reaction_button {
    width: 100%;
    font-size: 16px;
    margin: 0;
    border: 1px solid #ccc;
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0,0,0, .1);
}

.nodisplay {
    display: none;
}


	
.frontpage-widget .widget {
    flex-basis: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
		text-align: center;
}

.frontpage-widget .widget img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}




@media only screen and (min-width: 992px) {
	
	.home-default #main_col {
    display: flex;
		max-width: 1200px;
}
	
.frontpage-main {
    flex-basis: 70%;
    overflow: hidden;
	padding: 0 15px;
}
	
		.frontpage-widget {
		display: flex;
		margin-top: 50px;
	}
	
	.frontpage-widget {
		display: block;
		flex-basis: 30%;
		margin-top: 117px;
	}
	


	.coupon {
    background: rgba(182, 158, 132, 0.2);
    border: 5px solid #b69e84;
    margin: 0 1% 22px 1%;
    padding: 20px 5px;
    text-align: center;
    line-height: 1em;
    width: 48%;
    float: left;
    box-sizing: border-box;
}
	
	#header_search.header_search_home {
    display: none !important;
}
}

@media all and (max-width: 600px) {
#index_header_search {
    display: none;
}
}

