/*タブレット、スマホ共通*/
@media only screen and (max-width: 1080px) {
.sp-none{
	display:none;
	}

/*=========================
	ヘッダー（全ページ共通）
==========================*/
header{
	width:100%;
	height:50px;
	background-color:#ea6d99;
	position:fixed;
	z-index:4;
	}
	
#header_left{
	float:left;
	height:100%;
	position:relative;
	}

/*ロゴ*/
#back_home{
	width:30px;
	height:26px;
	float:left;
	padding:12px 10px 0 10px;
	}
/*メニューアイコン*/
#menu_icon{
	float:left;
	padding:10px 0 0 10px;
	}

#menu_icon ul{
	font-size: 0;
	}
	
#menu_icon li{
	width:30px;
	height:30px;
    display: inline-block;
	margin-right:7px;
	border:solid 1px #fff;
	border-radius:4px;
	box-sizing:border-box;
	}
	
#header_right{
	float:right;
	}
/*snsアイコン*/
#sns_icon{
	float:left;
	padding:40px 90px 0 0;
	display:none;
	}
	
#sns_icon ul{
	font-size:0;
	}
	
#sns_icon li{
    display:inline-block;
	padding-left:10px;
	}
/*メニューボタン*/
#menu_wrap{
	float:right;
	}

/*アコーディオン背景 */
#menu_wrap dd{
	display:none;
	background-color:#fff;
	height:100%;
	width:100%;
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling:touch;
	}
/*サイト内検索フォーム*/
#searchtop{
	padding:80px 0 10px 0;
	}
#menu_searchform{
	margin:60px 0 30px 0;
	}
.search-form{
	position:relative;
	}
.search-field{
	width:100%;
	height:40px;
	padding-left:10px;
	box-sizing:border-box;
	border:solid #eb6d9a 1px;
	border-radius:10px;
	}
.search-field:focus{
	border:solid #39F 1px;
	border-radius:10px;
	outline: 0;
	}
.search-submit{
	top:11px;
	right:10px;
	position:absolute;
	}
.searchshop_postname{
	margin-bottom:10px;
	}
/*メニューバー内項目*/

#menu_cont{
	width:96%;
	margin:40px auto 40px auto;
	}
#category_search {
	border:1px solid #eb6d9a;
	border-radius:10px;
}
#search_img{
	display:block;
	position:relative;
	top:-12px;
	margin:0 auto;
	width:280px;
	height:25px;
	}
/*開閉カテゴリー*/
#menu_icon_cate {
	padding: 18px 0 0 0;
	text-align:center;
	margin:0 auto;
}
#menu_icon_cate ul {
	font-size: 0;
}
#menu_icon_cate li {
	width: 30px;
	height: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#menu_icon_cate img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-filter: "alpha(opacity=70)";
	-webkit-filter: "alpha(opacity=70)";
	transition: .3s;
}
.search{
	margin:10px auto 0 auto;
	text-align:center;
	}
.search_f{
	margin-top:15px;
	}
.search img{
	width:100%;
	height:100%;
	max-width:370px;
	}
.landing_banner{
	display:block;
	margin:0 auto;
	padding-top:40px;
	text-align:center;
	}
.landing_banner img{
	max-width:370px;
	width:100%;
	}
.banner_catalog img{
	display:block;
	margin:40px auto 0 auto;
	}
/*snsアイコン（メニュー）*/
#sns_icon_sp {
	margin-top: 40px;
}
#sns_icon_sp ul {
	text-align:center;
	margin:0 auto;
}
#sns_icon_sp li {
	display: inline-block;
	margin: 0 5px;
}
/*メニュー開閉ボタン*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 30px;
	height: 24px;
	z-index:30;
	top:14px;
	right:10px;
	cursor:pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
}

.menu-trigger.active {
	position: fixed;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color:#ea6d99;
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
  background-color:#ea6d99;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color:#ea6d99;
}

/*大見出し */
h1,h2{
	font-size:20px;
	color:#525252;
	line-height:24px;
	}


.top{
	clear:both;
	height:30px;
	}
	
.top120{
	clear:both;
	height:60px;
	}

/*まちベジリンク アニメーション*/
.floating{
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes floating {
	0% {
		transform: translateY(-3px);
		filter: brightness(120%);
	}
	50% {
		transform: translateY(3px);
		filter: brightness(100%);
	}	
	100% {
		transform: translateY(-3px);
		filter: brightness(120%);
	}			
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(-3px);
		filter: brightness(120%);	
	}
	50% {
		-webkit-transform: translateY(3px);
		filter: brightness(100%);
	}	
	100% {
		-webkit-transform: translateY(-3px);
		filter: brightness(120%);
	}			
}

	
/*=================
	スライダー部分
====================*/


/* Dots */

/* ドットの位置、マウスオーバー */
.slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
	height:100%;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0 2px;
	bottom:30px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


.slick-dots li button:before
{
    font-size: 32px;
    line-height: 20px;
	position:relative;
    content: '•';
    text-align: center;
    opacity: .25;
    color:#fff;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #fff;
}



#main_logo img{
	position:absolute;
	top:65px;
	left:15px;
	width : 40% ;
	max-width:240px;
	max-height:106px;
	z-index:3;
	margin:0 auto;
	text-align:center;
	}



/*=====================
	10000円プランページ
=======================*/
#pagelogo{
	width:30%;
	height:30%;
	max-width:137px;
	max-height:60px;
	margin:-15px 0 15px 0;
	}


#wrapper,#m_wrapper{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	}
#wrapper{
	padding-top:80px;
	}
#m_wrapper{
	padding-top:30px;
	}
	
	
	
/*各ページのSNSボタン*/	
#sns_icon_shop{
	position:absolute;
	top:65px;
	right:2%;
	float:right;
	display:inline-block;
	}
	
#sns_icon_shop li{
display:inline-block;
	padding-left:5px;
}
	
	
/*店舗トップ部分*/


#tenpo_top h1{
	width:84%;
	padding:10px 0 40px 5%; 
	font-size:20px;
	color:#525252;
	float:left;
	}

#tenpo_top h2{
	width:84%;
	padding:10px 0 40px 5%; 
	font-size:20px;
	color:#525252;
	float:left;
	}
	
#tenpo_top h3{
	width:84%;
	padding:10px 0 40px 5%; 
	font-size:20px;
	color:#525252;
	float:left;
	line-height:24px;
	}

	
#tenpo_main{
	clear:both;
	}
	
#tenpo_main img{
	width:100%;
	height:100%;
	}



#tenpo_main h6{
	padding:30px 0 5px 0;
	font-size:12px;
	color:#6f6f6f;
	float:right;
	}


.tenpo_slider{
	clear:both;
	padding-top:30px;
	margin-bottom:30px;
	}
	
.pink_line{
	width:100%;
	height:4px;
	background-color:#e7a8c3;
	clear:both;
	}
	
.tenpo_slider h6{
	padding-top:5px;
	font-size:11px;
	float:left;
	}
	
	
/*店舗情報部分*/
	
.info_block{
	width:100%;
	}
	
#tenpo_info h5{
	font-size:12px;
	color:#6f6f6f;
	padding-bottom:10px;
	float:left;
	}
	
#tenpo_info h2{
	clear:both;
	font-size:20px;
	color:#525252;
	float:left;
	line-height:1.5em;
	
	}	
#tenpo_info h6{
	font-size:12px;
	padding:12px 0 30px 10px;
	color:#6f6f6f;
	float:left;
	}
.info_name{
	padding-bottom:60px;
	} 
.table{
	clear:both;
	width:100%;
	}
	
.table tr{
	border-bottom:1px #cdcdcd solid;
	}
	
.table th{
	width:60px;
	font-size:12px;
	color:#6f6f6f;
	text-align:left;
	padding:8px 0;
	line-height:24px;
	}
.padding_none{
	position:relative;
	top:-2px;
	}
	
.table td{
	font-size:12px;
	color:#6f6f6f;
	line-height:24px;
	padding:8px 0;
	}
	
.tel{
	position:relative;
	top:6px;
	left:15px;
	}
	
#tel_foot{
	position:fixed;
	bottom:15px;
	right:2%;
	z-index:2;
	}
	
.info_img1{
	width:48%;
	height:48%;
	float:left;
	margin-top:30px;
	}


.info_img2{
	width:48%;
	height:48%;
	float:right;
	margin-top:30px;
	}
	
.info_map,.news_map{
	clear:both;
	width:100%;
	height:300px;
	padding-top:30px;
	}
		
#sp-mapbtn{
	background-color:#fff;
	width:140px;
	padding:13px 0;
	text-align:center;
	font-size:12px;
	color:#6f6f6f;
	position:relative;
	float:right;
	right:10px;
	top:50px;
	z-index:2;
	margin-top:-40px;
	box-shadow:rgba(0,0,0,0.3) 0px 1px 4px -1px;
	border-radius:2px;
	}

/*まちだけレビュー*/
.review_img img{
	max-width:100%;
	height:100%;
	clear:both;
	margin:0 auto;
	display:block;
	padding:30px 0 0 0;
	}

/*こだわり部分*/
	
.tenpo_menu{
	clear:both;
	}
	
.tenpo_menu_text{
	width:67%;
	float:left;
	margin-top:30px;
	}
	

	
.tenpo_menu_text h4{
	font-size:16px;
	line-height:22px;
	color:#6f6f6f;
	margin-bottom:20px;
	}
	
.tenpo_menu_text h5{
	font-size:14px;
	color:#6f6f6f;
	line-height:1.5em;
	}
	
.tenpo_menu img{
	width:30%;
	height:30%;
	float:right;
	margin-top:30px;
	}


.tenpo_menu_r{
	clear:both;
	}
	
.tenpo_menu_r img{
	width:30%;
	height:30%;
	float:left;
	margin-top:30px;
	}
	
.tenpo_menu_text_r{
	width:67%;
	float:right;
	margin-top:30px;
	}
	
.tenpo_menu_text_r h4{
	line-height:22px;
	font-size:16px;
	color:#6f6f6f;
	margin-bottom:20px;
	}
	
.tenpo_menu_text_r h5{
	line-height:1.5em;
	font-size:14px;
	color:#6f6f6f;
	}
	

	
/*特集リンク部分*/


#tokusyu_link{	
    width:100%;
	}

#tokusyu_mark{
	position:absolute;
	}
	
#tokusyu_link img{
	width:100%;
	height:100%;
	}
	
#tokusyu_text{
	width:100%;
	margin-top:30px;
	}
	
#tokusyu_text h6{
	font-size:12px;
	color:#6f6f6f;
	}
	
#tokusyu_text h2{
	font-size:20px;
	color:#525252;
	margin:10px 0 0 0;
	}
	

/*フッター部分*/
	
	
footer{
	width:100%;
	clear:both;
	padding-top:60px;
	margin-left:auto;
	margin-right:auto;
	}

/*タグ、ロゴ、コピーライト*/

#tag ul{
	text-align:center;
	}
	
#tag li{
	padding:5px 10px 5px 10px;
	margin:0 3px 6px 3px;
	font-size:10px;
	color:#6f6f6f;
	text-align:center;
	border-radius:5px;
	border:#b4b4b4 solid 1px;
	display:inline-block;
	}
	
footer img{
	width:200px;
	margin-top:60px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	}
	
footer h6{
	font-size:10px;
	color:#6f6f6f;
	text-align:center;
	margin:60px 0 60px 0;
	}
	
	
	
/*================
	お知らせページ
==================*/

/*店舗ページへのリンク*/

#tenpo_link{
	clear:both;
	}

#tenpo_link_text{
	width:68%;
	float:left;
	margin-left:2%;
	}

#tenpo_link_text h5{
	font-size:12px;
	color:#6f6f6f;
	margin-top:10px;
	}
	
#tenpo_link_text h2{
	font-size:18px;
	color:#6f6f6f;
	}
.table_link{
	clear:both;
	margin:7px 0 30px 0;
	}
.table_link th{
	width:40px;
	text-align:left;
	font-size:12px;
	color:#6f6f6f;
	}
	
.table_link td{
	font-size:12px;
	color:#6f6f6f;
	line-height: 1.5em;
	}
.list_img,.search_shop{
	width:30%;
	height:30%;
	position:relative;	
	}
	
.list_img img,search_shop img{
	width:100%;
	height:100%;
	float:left;
	margin-bottom:30px;
	}

	
/*最近のお知らせ部分*/
	
	
#news_text h5{
	margin-top:30px;
	font-size:14px;
	line-height:24px;
	color:#6f6f6f;
	word-break:break-all;
	}
	
	
#news_btn{
	margin-top:30px;
	}
	
.navbox{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	

	
.next_s{
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	font-size:12px;
	color:#6f6f6f;
	text-align:center;
	padding:9px 19px 9px 19px;
	}
	

	
.news_next{
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	clear:both;
	margin-top:10px;
	}
	
.news_next_s{
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	clear:both;
	margin-top:30px;
	}
	
.news_next h5{
	font-size:12px;
	color:#6f6f6f;
	text-align:center;
	padding:9px 39px 9px 39px;
	}

.news_next_s h5{
	font-size:12px;
	color:#6f6f6f;
	text-align:center;
	padding:9px 39px 9px 39px;
	}
	
/*お知らせ文章部分*/
.search_news img{
	width:100%  !important;
	height:100% !important;
	}

#news_cont img{
	margin-top:30px;
	width:100%;
	height:100%;
	clear:both;
	}
	
.postimg{
	position:relative;
	}

#news_cont h1{
	font-size:20px;
	color:#525252;
	line-height:24px;
	}

#news_cont h5,.post_time{
	padding:10px 0 5px 0;
	font-size:12px;
	color:#6f6f6f;
	}
	
#news_cont h6{
	padding:30px 0 5px 0;
	font-size:12px;
	color:#6f6f6f;
	float:right;
	}
	

	
/*=====================
	お知らせ一覧ページ
========================*/


.number{
	clear:both;
	padding-top:30px;
	text-align:center;
	}

.number li{
	font-size:12px;
	color:#6f6f6f;
	padding:7px 10px 7px 10px;
	margin:0 2px 0 2px;
	display:inline-block;
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	}
	
/*=============
	特集ページ
===============*/


#tokusyu_title h1{
	font-size:20px;
	color:#525252;
	line-height:24px;
	}


#tokusyu_main{
	clear:both;
	}


#tokusyu_main h6{
	padding:30px 0 5px 0;
	font-size:12px;
	color:#6f6f6f;
	float:right;
	}
	
#tokusyu_main img{
	margin-top:30px;
	width:100%;
	height:100%;
	}


/*特集見出し*/
.talk_midashi{
	color:#525252;
	padding:20px 30px 20px 30px;
	clear:both;
	font-size:18px;
	line-height:26px;
	margin-left:auto;
	margin-right:auto;
	background-color:#eeeeee;
	border-radius:10px;
	}
.tag_midashi{
	padding:10px 20px;
	clear:both;
	background-color: #ea6d99;
	border-radius: 10px;
	text-align:center;
	display:inline-block;
	color:#ffffff;
	line-height:1;
	margin:0 10px 10px 0;
	}	


/*特集効果音他*/
.talk_other{
	clear:both;
	font-size:16px;
	color:#6f6f6f;
	padding:60px 0 30px 0px;
	text-align:center;
	}
	
/*注釈*/


.cyuusyaku{
	padding:0 30px 25px 30px;
	clear:both;
	font-size:24px;
	border:#b4b4b4 solid 1px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	line-height:1em;
	}
	
.cyuusyaku a{
	color:#eb6d9a;
	}

.cyuusyaku_text{
	clear:both;
	font-size:15px;
	color:#6f6f6f;
	padding-top:25px;
	}
	
#talk b{
	font-size:12px;
	color:#6f6f6f;
	}


#tokusyu_caption{
	margin-top:30px;
	margin-bottom:60px;
	font-size:14px;
	color:#6f6f6f;
	line-height:1.5em;
	}

.tokusyu_caption_big{
	font-size:18px;
	color:#6f6f6f;
	line-height:1.5em;
	text-align:left;
	}
	
/*太字*/

.strong{
	font-weight:bold;
	color:#555;
	}
	
/*特集余白*/

.bottom60{
	margin-bottom:30px;
	}

.bottom120{
	margin-bottom:60px;
	}*/
	
.bottom180{
	margin-bottom:90px;
	}


/*掛け合い間の画像*/

.tokusyu_inimg img{
	width:100%;
	height:100%;
	clear:both;
	text-align:center;
	padding:30px 0 0 0;
	}
/*バナー広告*/
#banner_text{
	font-size: 14px;
	color: #6f6f6f;
	margin: 30px 0 30px 0;
	line-height: 21px;
	}
.banner_size{
	font-size:14px;
	margin:10px 0;
	color:#6f6f6f;
	}
.banner_cont img{
	width:100%;
	height:100%;
	}
.banner_code{
	word-wrap: break-word;
	width:96%;
	border:1px solid #6f6f6f;
	padding:10px 2%;
	margin-bottom:30px;
	color:#6f6f6f;
	line-height:1.5em;
	font-size:14px;
	}
.banner_height{
	max-width:114px;
	max-height:420px;
	}



}


@media only screen and (min-width: 641px) and (max-width: 1080px) {

.tab-none{
	display:none;
	}

/*===============================
	トップページコンテンツエリア
================================*/

#content{
	width:100%;
	}
	
/*スライダー部分 */



#content_left{
	width:100%;
	padding-top:50px;
	}
	
#content_left img{
	width:100%;
	height:auto;
	}
	
	
.poster_caption,.poster_caption_shadow{
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:110px;
	position:relative;
	top:-110px;
	margin-bottom:-112px;
	}		
	
	
.poster_caption h4,.poster_caption_shadow h4,.poster_name{
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	line-height:20px;
	color:#fff;
	position:relative;
	z-index:3;
	top:10px;
	}	
	
.poster_caption h3,.poster_caption_shadow h3{
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	line-height:20px;
	color:#fff;
	position:relative;
	z-index:3;
	top:20px;
	}
	

	
	
/*メニュー内部分 */
#search_title{
	display:block;
	text-align:center;
	font-size:20px;
	color:#eb6d9a;
	margin:0 auto 10px auto;
	}

ul.tab {
	text-align:center;
	margin:0 auto;
	font-size:0;
}
ul.tab li {
	box-sizing:border-box;
	float:left;
	width:19.2%;
	height:36px;
    background-color: #eb6d9a;
	border:solid 1px #eb6d9a;
	border-right:solid 1px #eb6d9a;
    cursor: pointer;
	border-radius:10px 10px 0 0;
	margin-right:1%;
}
ul.tab li:nth-last-child(1){
	margin-right:0;
	}
ul.tab li:hover {
}
ul.tab li.active {
	background-color: #ffffff;
	border:solid #eb6d9a;
	border-top:1px solid #eb6d9a;
	border-right:1px solid #eb6d9a;
	border-bottom:0;
	border-left:1px solid #eb6d9a;
	border-radius:10px 10px 0 0;
	position:relative;
	z-index:1;
}
.tab_food{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_food.png);
	}
.tab_food.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_food_a.png);
	}
.tab_buy{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_buy.png);
	}
.tab_buy.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_buy_a.png);
	}
.tab_joy{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_joy.png);
	}
.tab_joy.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_joy_a.png);
	}
.tab_beauty{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_beauty.png);
	}
.tab_beauty.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_beauty_a.png);
	}
.tab_life{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_life.png);
	}
.tab_life.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_life_a.png);
	}
.tab_food,.tab_buy,.tab_joy,.tab_beauty,.tab_life{
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
	}
.tab_food.active,.tab_buy.active,.tab_joy.active,.tab_beauty.active,.tab_life.active{
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
	}
div.tabContent {
	box-sizing:border-box;
    clear: both;
    border: 1px solid #eb6d9a;
	border-radius:0 0 10px 10px;
    width:100%;
    display: none;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-1px;
	z-index:0;
	background-color:#ffffff;
}
div.tabContent ul{
	padding:30px;
	}
div.tabContent li{
    display: inline-block;
	line-height: 44px;
}
div.tabContent li a {
    border: #b4b4b4 solid 1px;
	border-radius: 10px;
	font-size: 12px;
	color: #6f6f6f;
	margin: 3px 3px 3px 3px;
	padding: 7px 33px;
}
div.tabContent li a:hover {
	border: #eb6d9a solid 1px;
	color: #eb6d9a;
	transition: .3s;
}
div.active {
    display: block;
}





#tagboxes{
	padding: 0 30px 30px 30px;
	}
#tagboxes li {
	display: inline-block;
	line-height: 44px;
}
#tagboxes li a {
	border: #b4b4b4 solid 1px;
	border-radius: 10px;
	font-size: 12px;
	color: #6f6f6f;
	margin: 3px 3px 3px 3px;
	padding: 7px 33px;
}
#tagboxes li a:hover {
	border: #eb6d9a solid 1px;
	color: #eb6d9a;
	transition: .3s;
}



/*記事部分 */
#content_right{
	}

article{
	padding:30px 10px 30px 10px;
	}	

.catch{
	width:31.3%;
	height:31.3%;
	padding:1%;
	float:left;
	position:relative;
	z-index:2;
	}

.catch img{
	border-radius:10px;
	}
	
.article1{
	width:31.3%;
	float:left;
	position:relative;
	margin:1%;
	}
	
.category{
	position:absolute;
	top:10px;
	left:10px;
	}
	
.category img{
	width:40px;
	height:40px;
	}
.top_reviewicon img{
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	height:40px;
	}
	
.article_caption{
	width:100%;
	position:absolute;
	bottom:20px;
	background-color:rgba(0,0,0,0.4);
	}
	
.article_caption h4{
	font-size:8px;
	color:#fff;
	padding:10px 10px 0 10px;
	}

.article_caption h5{
	padding:10px;
	font-size:12px;
	color:#fff;
	line-height:18px;
	}
	
.type_feature,.type_premium,.type_new,.type_topic,.type_column,.type_photo{
	width:100%;
	height:20px;
	position:absolute;
	bottom:1px;
	border-radius:0 0 10px 10px;
	}
	
.type_feature h5,.type_premium h5,.type_new h5,.type_topic h5,.type_column h5,.type_photo h5{
	color:#fff;
	font-size:10px;
	padding-top:5px;
	text-align:center;
	}
	
/*=====================
	10000円プランページ
=======================*/

#tenpo_top img{
	float:left;
	width:45px;
	height:45px;
	clear:both;
	}

/*150コメント*/
#tenpo_maincaption{
	margin-top:10px;
	width:100%;
	}

#tenpo_maincaption img{
	width:10%;
	height:10%;
	float:left;
	}
	
#tenpo_maincaption span{
	width:87%;
	font-size:14px;
	line-height:1.5em;
	padding-left:3%;
	float:right;
	color:#6f6f6f;
	}
	
/*まちだけ。レビュー*/
	
#tenpo_review,#m_tenpo_review dd{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
		
.re_icon{
	width:100%;
	clear:both;
	display:inline-block;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	}

.re_text{
	float:left;
	width:86%;
	font-size:15px;
	line-height:1.6em;
	color:#6f6f6f;
	float:left;
	margin:15px 0 0 3%;
	}
	
.re_img img{
	width:60px;
	border-radius:50%;
	float:left;
	clear:both;
	}

	

#dot{
	width:6px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 0 0;
	text-align:center;
	clear:both;
	}
	
#dot p{
	width:6px;
	height:6px;
	margin-bottom:10px;
	border-radius:50%;
	background-color:#eb6d9a;
	}
	
	
	
/*お知らせ部分*/
	
	
	
.news{
	overflow:hidden;
    height:100%;
	clear:both;
	margin-top:30px;
	}
	
.news img{
	width:30%;
	height:30%;
	float:left;
	}
	
.news_text{
	width:68%;
	float:right;
	}
	
.news_text h6{
	font-size:12px;
	color:#6f6f6f;
	}
	
.news_text h2{
	font-size:20px;
	color:#525252;
	margin-top:5px;
	line-height:1.5em;
	}

.news_text h5{
	font-size:14px;
	color:#6f6f6f;
	margin-top:12px;
	line-height:1.5em;
	word-break: break-all;
	}
	
	
.inbtn{
	clear:both;
	width:100%;
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	float:right;
	margin-top:30px;
	}
	
.inbtn h5{
	font-size:12px;
	color:#6f6f6f;
	text-align:center;
	padding-top:9px;
	padding-bottom:9px;
	}
	
	/*店舗ページへのリンク*/
	
.review_mark{
	top:10px;
	right:10px;
	position: absolute;
	z-index: 2;
	width:40px;
	height:40px;
}
	
.review_mark img {
	width:40px;
	height:40px;
}
	
	/*こだわり部分*/
	
	
#commit h2{
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
	}
	
#commit_slider img{
	width:100%;
	height:100%;
	}
	
	

	
	
/*=====================
	特集部分
=======================*/
	
	
/*大文字*/
.talk_big{
	width:85%;
	font-size:18px;
	line-height:1.5em;
	color:#6f6f6f;
	float:left;
	margin:45px 0 0 5%;
	}
	
/*特集の掛け合いのテキスト*/
#tenpo_review dd,#m_tenpo_review dd{
	width:85%;
	font-size:15px;
	line-height:1.6em;
	color:#6f6f6f;
	float:left;
	margin:50px 0 0 5%;
	}
	
/*特集の掛け合いのアイコンの制御*/

.chara{
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}

.chara img{
	width:60px;
	height:60px;
	border-radius:50%;
	box-sizing:border-box;
	margin-top:30px;
	float:left;
	}
	
.owner{
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	
.owner img{
	width:60px;
	height:60px;
	border-radius:50%;
	box-sizing:border-box;
	margin-top:30px;
	float:left;
	}
	
/*カレンダー*/
.calendar-title{
	color:#525252;
	float:left;
	}
#month{
	float:right;
	margin-bottom:10px;
	}
.calendar{
	clear:both;
	display: flex;/* flexboxレイアウトを使うための命令 */
	flex-wrap: wrap;/* 上記で囲われたflexアイテムを折り返すように設定する */
	margin-top:5px;
	}
.calendar-top{
	width: 14.39%;/* 100%を1行当たりのカラム数（今回は7）で割った数値 */
	height:30px;
	text-align:center;
	border: 1px solid #eb6d9a;
	margin: -1px 0 0 -1px;
	box-sizing:border-box;
	padding-top:7px;
	background-color:#eb6d9a;
	color:#fff;
	}

.calendar-day{
	width: 14.39%;/* 100%を1行当たりのカラム数（今回は7）で割った数値 */
	min-height:120px;
	border: 1px solid #cdcdcd;
	margin: -1px 0 0 -1px;
	box-sizing:border-box;
	}
.day{
	padding:5px 0 0 5px;
	}
.calendar-day a{
	margin:4px;
	padding:4px;
	border-radius:5px;
	color:#fff;
	background-color:#eb6d9a;
	display:block;
	}
.year-select select,.month-select select{
	padding:7px;
	border:1px solid #b4b4b4;
	border-radius:5px;
	cursor:pointer;
	}
.year-select select:hover,.month-select select:hover{
	border:1px solid #eb6d9a;
	transition:.3s;
	}
.ym{
	margin:5px;
	}
input#calendar-submit{
	padding:5px 10px;
	border:1px solid #eb6d9a;
	border-radius:5px;
	background-color:#eb6d9a;
	color:#fff;
	cursor:pointer;
	
	}

}





@media only screen and (max-width: 640px){
	
	
/*==============================
	トップページコンテンツエリア
===============================*/

.smart-none{
	display:none;
	}

#content{
	width:100%;
	}
	
/*スライダー部分 */


#content_left{
	width:100%;
	padding-top:50px;
	}
	
#content_left img{
	width:100%;
	height:auto;
	}
	
	
.poster_caption,.poster_caption_shadow{
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:110px;
	position:relative;
	top:-110px;
	margin-bottom:-112px;
	}	
	
	
.poster_caption h4,.poster_caption_shadow h4,.poster_name{
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	line-height:20px;
	color:#fff;
	position:relative;
	z-index:3;
	top:10px;
	}	
	
.poster_caption h3,.poster_caption_shadow h3{
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	line-height:20px;
	color:#fff;
	position:relative;
	z-index:3;
	top:20px;
	}
	
	
	
/*メニュー内部分 */



#search_title{
	display:block;
	text-align:center;
	font-size:20px;
	color:#eb6d9a;
	margin:0 auto 10px auto;
	}

ul.tab {
	text-align:center;
	margin:0 auto;
	font-size:0;
}
ul.tab li {
	box-sizing:border-box;
	float:left;
	width:18%;
	height:36px;
    background-color: #eb6d9a;
	border:solid 1px #eb6d9a;
	border-right:solid 1px #eb6d9a;
    cursor: pointer;
	border-radius:10px 10px 0 0;
	margin-right:2.5%;
}
ul.tab li:nth-last-child(1){
	margin-right:0;
	}

ul.tab li:hover {
}
ul.tab li.active {
	background-color: #ffffff;
	border:solid #eb6d9a;
	border-top:1px solid #eb6d9a;
	border-right:1px solid #eb6d9a;
	border-bottom:0;
	border-left:1px solid #eb6d9a;
	border-radius:10px 10px 0 0;
	position:relative;
	z-index:1;
}
.tab_food{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_food.png);
	}
.tab_food.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_food_a.png);
	}
.tab_buy{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_buy.png);
	}
.tab_buy.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_buy_a.png);
	}
.tab_joy{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_joy.png);
	}
.tab_joy.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_joy_a.png);
	}
.tab_beauty{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_beauty.png);
	}
.tab_beauty.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_beauty_a.png);
	}
.tab_life{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_life.png);
	}
.tab_life.active{
	background:url(//machidake.com/wp-content/themes/stacker-lite/images/m_life_a.png);
	}
.tab_food,.tab_buy,.tab_joy,.tab_beauty,.tab_life{
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
	}
.tab_food.active,.tab_buy.active,.tab_joy.active,.tab_beauty.active,.tab_life.active{
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:center;
	}
div.tabContent {
	box-sizing:border-box;
    clear: both;
    border: 1px solid #eb6d9a;
	border-radius:0 0 10px 10px;
    width:100%;
    display: none;
	text-align:center;
	margin:0 auto;
	position:relative;
	top:-1px;
	z-index:0;
	background-color:#ffffff;
	padding-bottom:15px;
}
div.tabContent ul{
	padding:15px 0 0 1%;
	}
div.tabContent li{
}
div.tabContent li a {
	float:left;
    border: #b4b4b4 solid 1px;
	border-radius: 10px;
	font-size: 11px;
	color: #6f6f6f;
	width:47%;
	margin: 5px 1%;
	padding: 10px 0 10px 0;
	text-align:center;
}
div.tabContent li a:hover {
	border: #eb6d9a solid 1px;
	color: #eb6d9a;
	transition: .3s;
}
div.active {
    display: block;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



#tagboxes{
	padding-bottom:30px;
	}
#tagboxes li {
}
#tagboxes li a {
	border: #b4b4b4 solid 1px;
	border-radius: 10px;
	font-size: 12px;
	color: #6f6f6f;
	width:96%;
	display:block;
	margin: 5px auto;
	padding: 10px 0 10px 0;
	text-align:center;
}



	


/*記事部分 */
#content_right{
	}

article{
	padding:30px 7px 30px 7px;
	}
	
.catch{
	width:47%;
	height:47%;
	padding:1.5%;
	float:left;
	position:relative;
	z-index:2;
	}
	
.catch img{
	border-radius:10px;
	}

.article1{
	width:47%;
	float:left;
	position:relative;
	margin:1.5%;
	}
.article_img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.category{
	width:30px;
	height:30px;
	position:absolute;
	top:6px;
	left:6px;
	}
	
.category img{
	width:30px;
	height:30px;
	}

.top_reviewicon img{
	position:absolute;
	top:6px;
	right:6px;
	width:30px;
	height:30px;
	}
	
.article_caption{
	width:100%;
	position:absolute;
	bottom:20px;
	background-color:rgba(0,0,0,0.4);
	}
	
.article_caption h4{
	font-size:8px;
	color:#fff;
	padding:8px 8px 0 8px;
	line-height:1.3em;
	}

.article_caption h5{
	padding:8px;
	font-size:10px;
	color:#fff;
	line-height:1.3em;
	}
	
.type_feature,.type_premium,.type_new,.type_topic,.type_column,.type_photo{
	width:100%;
	height:20px;
	position:absolute;
	bottom:1px;
	border-radius:0 0 10px 10px;
	}
	
.type_feature h5,.type_premium h5,.type_new h5,.type_topic h5,.type_column h5,.type_photo h5{
	color:#fff;
	font-size:10px;
	padding-top:6px;
	text-align:center;
	}
	
#tenpo_top img{
	float:left;
	width:30px;
	height:30px;
	margin-top:7px;
	clear:both;
	}

/*150コメント*/
#tenpo_maincaption{
	margin-top:10px;
	width:100%;
	}

#tenpo_maincaption img{
	width:15%;
	height:15%;
	float:left;
	}
	
#tenpo_maincaption span{
	width:80%;
	font-size:14px;
	line-height:1.5em;
	padding-left:5%;
	float:right;
	color:#6f6f6f;
	}
	
/*まちだけ。レビュー*/

	
#tenpo_review,#m_tenpo_review dd{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}

.re_icon{
	width:100%;
	display:inline-block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}
	
.re_text{
	width:80%;
	font-size:15px;
	line-height:1.6em;
	color:#6f6f6f;
	float:left;
	margin:8px 0 0 5%;
	}
	
.re_img img{
	width:40px;
	height:40px;
	border-radius:50%;
	box-sizing:border-box;
	float:left;
	clear:both;
	}
	
	

	

#dot{
	width:6px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 0 0;
	text-align:center;
	clear:both;
	}
	
#dot p{
	width:6px;
	height:6px;
	margin-bottom:10px;
	border-radius:50%;
	background-color:#eb6d9a;
	}
	
	
/*こだわり部分*/
	
	
#commit h2{
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
	}
	
#commit_slider img{
	width:100%;
	height:100%;
	}
	
	

/*お知らせ部分*/
	
	
	
.news{
	overflow:hidden;
    height:100%;
	clear:both;
	margin-top:30px;
	}
	
.news img{
	width:30%;
	height:30%;
	float:left;
	}
	
.news_text{
	width:68%;
	float:right;
	}
	
.news_text h6{
	font-size:12px;
	color:#6f6f6f;
	}
	
.news_text h2{
	font-size:18px;
	color:#525252;
	margin-top:8px;
	line-height:1.2em;
	}

.news_text h5{
	font-size:14px;
	color:#6f6f6f;
	line-height:1.5em;
	word-break: break-all;
	margin-top:7px;
	}
	
.news_next_s{
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	clear:both;
	margin-top:30px;
	}
	
.news_next_s h5{
	font-size:12px;
	color:#6f6f6f;
	text-align:center;
	padding:9px 39px 9px 39px;
	}

	
	
.inbtn{
	clear:both;
	width:100%;
	height:30px;
	border-radius:10px;
	border:#b4b4b4 solid 1px;
	float:right;
	margin-top:30px;
	}
	
.inbtn h5{
	font-size:12px;
	color:#6f6f6f;
	text-align:center;
	padding-top:9px;
	}
	/*店舗ページへのリンク*/
	.review_mark{
	top:6px;
	right:6px;
	position: absolute;
	z-index: 2;
	width:30px;
	height:30px;
}
	.review_mark img {
	width:30px;
	height:30px;
}

/*=====
特集記事部分
=====*/
	
/*大文字*/
.talk_big{
	width:80%;
	font-size:18px;
	line-height:1.5em;
	color:#6f6f6f;
	float:left;
	margin:35px 0 0 5%;
	}
	
/*特集の掛け合いのテキスト*/
#tenpo_review dd,#m_tenpo_review dd{
	width:81%;
	font-size:15px;
	line-height:1.6em;
	color:#6f6f6f;
	float:left;
	margin:38px 0 0 5%;
	}
	
/*特集の掛け合いのアイコン制御*/
	
.chara{
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	
.chara img{
	width:40px;
	height:40px;
	border-radius:50%;
	box-sizing:border-box;
	margin-top:30px;
	float:left;
	clear:both;
	}
	
.owner{
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	
.owner img{
	width:40px;
	height:40px;
	border-radius:50%;
	box-sizing:border-box;
	margin-top:30px;
	float:left;
	clear:both;
	}

/*カレンダー
.calendar{
	display: flex;
	flex-wrap: wrap;
	margin-top:5px;
	}
.calendar-top{
	width: 100%;
	height:30px;
	text-align:center;
	border: 1px solid #eb6d9a;
	margin: -1px 0 0 -1px;
	box-sizing:border-box;
	padding-top:7px;
	background-color:#eb6d9a;
	color:#fff;
	}

.calendar-day{
	width: 100%;
	min-height:30px;
	border: 1px solid #cdcdcd;
	margin: -1px 0 0 -1px;
	box-sizing:border-box;
	}
.day{
	padding:5px 0 0 5px;
	}
.calendar-day a{
	margin:5px;
	padding:5px;
	border-radius:5px;
	color:#fff;
	background-color:#eb6d9a;
	display:block;
	}
.year-select select,.month-select select{
	padding:5px;
	border:1px solid #b4b4b4;
	border-radius:5px;
	cursor:pointer;
	}
.year-select select:hover,.month-select select:hover{
	border:1px solid #eb6d9a;
	transition:.3s;
	}
.ym{
	margin:5px;
	}
input#calendar-submit{
	padding:5px 10px;
	border:1px solid #eb6d9a;
	border-radius:5px;
	background-color:#eb6d9a;
	color:#fff;
	cursor:pointer;
	
	}
	*/
	
/*カレンダー*/
.calendar-title{
	color:#525252;
	}
#calendar-wrap{
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch
	}
.calendar{
	width:770px;
	display: flex;/* flexboxレイアウトを使うための命令 */
	flex-wrap: wrap;/* 上記で囲われたflexアイテムを折り返すように設定する */
	margin-top:5px;
	border-left:1px solid #cdcdcd; 
	}
.calendar-top{
	width: 110px;/* 100%を1行当たりのカラム数（今回は7）で割った数値 */
	height:30px;
	text-align:center;
	border: 1px solid #eb6d9a;
	margin: -1px 0 0 -1px;
	box-sizing:border-box;
	padding-top:7px;
	background-color:#eb6d9a;
	color:#fff;
	}

.calendar-day{
	width: 110px;/* 100%を1行当たりのカラム数（今回は7）で割った数値 */
	min-height:135px;
	border: 1px solid #cdcdcd;
	margin: -1px 0 0 -1px;
	box-sizing:border-box;
	}
.day{
	padding:5px 0 0 5px;
	}
.calendar-day a{
	margin:4px;
	padding:4px;
	border-radius:5px;
	color:#fff;
	background-color:#eb6d9a;
	display:block;
	}
.year-select select,.month-select select{
	padding:5px;
	border:1px solid #b4b4b4;
	border-radius:5px;
	cursor:pointer;
	}
.year-select select:hover,.month-select select:hover{
	border:1px solid #eb6d9a;
	transition:.3s;
	}
.ym{
	margin:5px;
	}
input#calendar-submit{
	padding:5px 10px;
	border:1px solid #eb6d9a;
	border-radius:5px;
	background-color:#eb6d9a;
	color:#fff;
	cursor:pointer;
	-webkit-appearance: none;
	}
	
}

