@charset "utf-8";

/* PC用CSS */
@media print, screen and (min-width: 640px) {

/*ブログ*/
.blog_box {
	width: 960px;
	margin: 0 auto 14px;
	overflow:hidden;
}
.blog_box section {
	float:right;
	width: 720px;
}
	/*詳細ページ1カラム*/
	.blog_box section.colum1 {
		float:none;
		width: 860px;
		margin:0 auto;
	}
	.entry-header_big{
		width: 860px;
		overflow:hidden;
		background:#fff;
		height:36px;
		margin:0 0 24px 0;
		padding:0;
		border-bottom: 2px solid #00A0E9;
	}
.blog_box section:after{content: "";display: block;clear: both;}

/*ブログの大見出し*/
.title_bigblog {
    background: #eee;
    height: 39px;
    line-height: 39px;
    padding: 0 0 0 8px;
    color: #333;
    font-weight: bold;
    border-left: 6px solid #00A0E9;
	font-size:17px;
}

.entry-header{
	width: 720px;
	overflow:hidden;
	height:36px;
	line-height:36px;
	margin:0 0 14px 0;
	padding:0;
border-bottom: 1px dotted #ccc;
border-left:4px solid #00A0E9;
border-top:none;!important
}
.sidebar {
	float:left;
	width: 191px;
	margin: 0 0 14px 0;

}
.sidebar aside {
	margin: 0 0 20px 0;
}
.sidebar aside.search input.field{
	width:180px;
	padding:4px;
	border:1px solid #bbb;
}
.sidebar aside.search input.submit{
	display:block;
	margin:8px auto 0;
	padding:2px 4px;
}
.sidebar .sidetitle {
width: 191px;
height: 33px;
text-indent: -9999em;
margin: 0 0 10px 0;
}

.blog_search {
	background: url(../img/blog_search.gif) no-repeat;
}

.blog_calendar {
	background: url(../img/blog_calendar.gif) no-repeat;
}

.blog_kiji {
	background: url(../img/blog_kiji.gif) no-repeat;
}

.blog_category {
	background: url(../img/blog_category.gif) no-repeat;
}

.blog_archive {
	background: url(../img/blog_archive.gif) no-repeat;
}
.blog_box article {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.entry-title {
float:left;
width:600px;
height:36px;
line-height:36px;
text-indent: 8px;
font-size:17px;
font-weight:bold;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-meta {
	float:right;
	font-size: 14px;
	margin:0 10px 0 0;
}
.entry-meta a {color: #fff;text-decoration:underline;}
.entry-meta a:link {color: #fff;text-decoration:underline;}
.entry-meta a:visited {color: #fff;text-decoration:underline;}
.entry-meta a:hover {color: #f00;text-decoration:underline;}
.entry-meta a:active{color: #fff;text-decoration:underline;}


.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,entry-summary  {
	margin:0px 0 10px 0;
	clear: both;
	overflow: hidden;
}
.entry-content,entry-summary a  {
	padding:0 10px 10px 0;
}

.entry-content,entry-summary p {
	padding: 0 0 10px 0;
	line-height:24px;
}

.by-author {
display: none;
}

.page-header {
	margin: 0 0 30px 0;
}

.page-title {
	margin: 0 0 30px 0;
}

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
}
#wp-calendar a {
	color: #ff0000;
}
#wp-calendar a:visited {
	color: #ff0000;
}

#secondary {
display: none;
}
/*ページ送り*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*一覧ページ*/
#top_contents_post {
width: 720px;
margin: 0px 0px 20px 0px !important;
padding: 0 0 15px 0;
height: auto;
overflow: hidden;
clear: both;
}

#top_contents_post_img {
float: left;
padding: 2px;
border: 1px solid #ccc;
background-color: #fff;
}

#top_contents_post_text {
float: right;
width: 560px;
margin: 0 0 10px 0;
}

#top_contents_post_abst {

}
#top_contents_post_datail {
text-align: right;
margin: 6px 0 0 0;
}
#top_contents_post_datail a{
	padding: 6px 30px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #dfdfdf);
	background:         linear-gradient(top, #fafafa, #dfdfdf);
	border-radius:4px;
	cursor: pointer;
}
#top_contents_post_datail a:link{color:#333;text-decoration:none;}
#top_contents_post_datail a:visited{color:#333;text-decoration:none;}
#top_contents_post_datail a:hover{color:#333;text-decoration:none;opacity:0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha( opacity=50 )"}
#top_contents_post_datail a:active{color:#333;text-decoration:none;}

				.top_contents_post_colum2 {/*2カラムの場合*/
					float:left;
					width: 340px;
					margin: 0 30px 20px 0;
					height: auto;
					border:1px solid #ddd;
					background:#fff;
				}
				.top_contents_post_colum2:nth-child(2n){
					margin: 0 0 20px 0;
				}
				.top_contents_post_colum2 .title {/*2カラムの場合の見出し*/
					font-size: 14px;
					font-weight: bold;
					margin: 8px 0 6px 10px;
					text-indent: 8px;
					height:24px;
					line-height:24px;
					border-left:4px solid #D26A60;
				}
				.top_contents_post_colum2 .title a:link{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:visited{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:hover{color:#f00;text-decoration:underline;}
				.top_contents_post_colum2 .title a:active{color:#222;text-decoration:none;}

				.top_contents_post_colum2 .contents{/*2カラムの場合のコンテンツ部分box*/
					width:320px;
					margin:0 auto;
				}
				.top_contents_post_colum2 .contents:after{content: "";display: block;clear: both;}

				.top_contents_post_colum2 .img {/*2カラムの場合の写真*/
					float:left;
					width: 130px;
					margin: 4px 0 20px 0;
					height: auto;
					overflow: hidden;
				}
				.top_contents_post_colum2 .text {/*2カラムの場合のテキスト*/
					float:right;
					width: 170px;
					margin: 0 0 20px 0;
					font-size:12px;
				}
				.top_contents_post_colum2 .btn_next {/*2カラムの場合の【続きを見る】ボタン*/
					text-align:center;
					margin:0 0 10px 0;
				}
/*タイトル周り*/
.blogtitle{
	width:720px;
	background:#00A0E9;
	margin:0 0 1.5em 0;
}
.blogtitle:after{content: "";display: block;clear: both;}

#top_contents_post_title {
	float:left;
	width: 560px;
}
#top_contents_post_title a{;color:#fff;text-decoration:none;}
#top_contents_post_title a:link{color:#fff;text-decoration:none;}
#top_contents_post_title a:vidited{color:#fff;text-decoration:none;}
#top_contents_post_title a:hover{color:#fff;text-decoration:underline;}
#top_contents_post_title a:active{color:#fff;text-decoration:none;}

#top_contents_post_title a{/*2行になっても水平真ん中*/
	display:table-cell;
	height:40px;
	font-size:14px;
	vertical-align:middle;
	line-height:1.3;
	padding:0 10px;
}
.entry-date {
float:right;
width:88px;
color: #fff;
font-size: 12px;
margin: 0 10px 0 0;
font-weight:bold;
	height:40px;
line-height:40px;
}

.btn_contact{
margin: 40px 0 0 0;
text-align: center;
}
/*-----------------------------------------------
ソーシャル系リンク
-----------------------------------------------*/
.so_link{
padding:0 0 10px 0;
}
.so_link:after{content: "";display: block;clear: both;}

.so_link ul li{
float:left;
margin:0 0 0 8px;
display:inline;
}
.so_link ul li a,
.so_link ul li img a,
.so_link ul li img{
vertical-align:top;
}
.entry_navi {
text-align: center;
padding: 5px 0 35px 0;
}
/*1行版*/
.blog_info dl{
width:700px;
overflow:hidden;
padding:10px 0 0 0;
margin:0 auto 30px;
}
.blog_info dl dt{
clear:both;
float:left;
width:110px;
margin:0 0 10px;
}
.blog_info dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 110px;
}
/*-----------------------------------------------
PC版　加盟店のご案内
-----------------------------------------------*/
.kameitenbox{
	width:960px;
}
.kameitenbox:after{content: "";display: block;clear: both;}

.kameitenbox .photoarea{
	float:left;
	width:320px;
}
.kameitenbox .photoarea .photo{
	margin:1em 0 1em 0;
}
.photoarea .shopdeta .tel{
	display: block;
	width: 320px;
	height: 26px;
	color:#A41539;
	letter-spacing: -0.8px;
	font-size: 24px;
	margin:0 0 0.5em 0;
	font-weight:bold;
}
.photoarea .shopdeta .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;	/*inline-blockなら幅が指定できる*/
	width: 1.0em;		/*文字の1倍の横幅に*/
	text-align: left;	/*その中で中央寄せ*/
	color:#222;
	font-size: 1em;		/*等倍*/
}
.kameitenbox .photoarea .shopdeta{
	width:320px;
}
.kameitenbox .photoarea .shopdeta dl{
width:320px;
overflow:hidden;
padding:10px 0 0 0;
}
.kameitenbox .photoarea .shopdeta dl dt{
clear:both;
float:left;
width:80px;
margin:0 0 10px;
}
.kameitenbox .photoarea .shopdeta dl dt span{
	padding:2px 10px;
	background:#009380;
	font-size:11px;
	color:#fff;
}
.kameitenbox .photoarea .shopdeta dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 80px;
}
.kameitenbox .photoarea .shopdeta dl dd a:link{text-decoration:underline;}
.kameitenbox .photoarea .shopdeta dl dd a:visited{text-decoration:underline;}
.kameitenbox .photoarea .shopdeta dl dd a:hover{text-decoration:underline;}
.kameitenbox .photoarea .shopdeta dl dd a:active{text-decoration:underline;}

.kameitenbox .text{
	float:right;
	width:600px;
}
.kameitenbox .text table{
	width:600px;
	margin:0 0 20px 0;
}
.kameitenbox .text table th{
	width:90px;
	text-align:left;
	padding:10px 10px 20px 10px;
	vertical-align:top;
}
.kameitenbox .text table td{
	padding:10px 10px 20px 10px;
	vertical-align:top;
}
ul.btn_soudans2{
	width:400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
}
ul.btn_soudans2 li:nth-child(2n){
	margin:0;
}
ul.btn_soudans2 li{
	display:block;
	width:160px;
	height:46px;
	margin:0 20px 0 0;
	line-height:46px;
	text-align:center;
	border-radius:4px;
	font-size:15px;
	color:#fff;
}
ul.btn_soudans2 li.orange{background:#F08300;}
ul.btn_soudans2 li.green{background:#009380;}

ul.btn_taiouarea{
	width:400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
}
ul.btn_taiouarea li{
	display:block;
	width:160px;
	height:46px;
	margin:0 20px 0 0;
	line-height:46px;
	text-align:center;
	border-radius:4px;
	font-size:15px;
	color:#fff;
	background:#009380;
}
ul.btn_taiouarea li:last-child{
	margin:0;
}
ul.btn_soudans3{
	width:480px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
ul.btn_soudans3 li{
	width:220px;
	margin:0 30px 0 0;
}
ul.btn_soudans3 li:nth-child(2n),
ul.btn_soudans3 li:last-child{
	margin:0;
}
ul.btn_soudans3 li a{
	display:inline-block;
	padding:0 20px;
	height:46px;
	line-height:46px;
	text-align:center;
	background:#F08300;
	border-radius:4px;
	font-size:16px;
}
ul.btn_soudans3 li a.blue{
	background:#00A0E9;
}
ul.btn_soudans3 li a:link{color:#fff;text-decoration:none;}
ul.btn_soudans3 li a:visited{color:#fff;text-decoration:none;}
ul.btn_soudans3 li a:hover{color:#fff;text-decoration:none;opacity:0.7;-moz-opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"}
ul.btn_soudans3 li a:active{color:#fff;text-decoration:none;}

ul.photolist{
	width:880px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
	margin:0 0 1em 0;
}
ul.photolist li:nth-child(3n){
	margin:0;
}
ul.photolist li{
	display:block;
	width:280px;
	height:250px;
	margin:0 20px 0 0;
	font-size:11px;
}
/*画面下店舗案内*/
.kameiten_detail_bottom_shop{
	width:960px;
	height:240px;
}
.kameiten_detail_bottom_shop:after{content: "";display: block;clear: both;}

.kameiten_detail_bottom_shop .photo{
	float:left;
	width:280px;
	margin:0 40px 0 0;
}
.kameiten_detail_bottom_shop .shopdeta{
	float:left;
	display: block;
	width: 320px;
}
.kameiten_detail_bottom_shop .shopdeta .tel{
	display: block;
	width: 320px;
	height: 26px;
	color:#A41539;
	letter-spacing: -0.8px;
	font-size: 24px;
	margin:0 0 0.5em 0;
	font-weight:bold;
}
.kameiten_detail_bottom_shop .shopdeta .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;	/*inline-blockなら幅が指定できる*/
	width: 1.0em;		/*文字の1倍の横幅に*/
	text-align: left;	/*その中で中央寄せ*/
	color:#222;
	font-size: 1em;		/*等倍*/
}
.kameiten_detail_bottom_shop .shopdeta .shopname{
	font-size:18px;
	font-weight:bold;
}
.kameiten_detail_bottom_shop .shopdeta dl{
width:360px;
overflow:hidden;
padding:10px 0 0 0;
font-size:12px;
}
.kameiten_detail_bottom_shop .shopdeta dl dt{
clear:both;
float:left;
width:80px;
margin:0 0 10px;
}
.kameiten_detail_bottom_shop .shopdeta dl dt span{
	padding:2px 10px;
	background:#009380;
	font-size:11px;
	color:#fff;
}
.kameiten_detail_bottom_shop .shopdeta dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 80px;
}
.kameiten_detail_bottom_shop .shopdeta dl dd a:link{text-decoration:underline;}
.kameiten_detail_bottom_shop .shopdeta dl dd a:visited{text-decoration:underline;}
.kameiten_detail_bottom_shop .shopdeta dl dd a:hover{text-decoration:underline;}
.kameiten_detail_bottom_shop .shopdeta dl dd a:active{text-decoration:underline;}

.btn_contactarea{
	float:right;
	width:240px;
	height:240px;
	position:relative;
}
a.btn_contact{
	display:block;
	width:200px;
	padding:0 20px;
	height:46px;
	line-height:46px;
	text-align:center;
	background:#F08300;
	border-radius:4px;
	font-size:16px;
	position:absolute;
	bottom:0;
}
a.btn_contact:link{color:#fff;text-decoration:none;}
a.btn_contact:visited{color:#fff;text-decoration:none;}
a.btn_contact:hover{color:#fff;text-decoration:none;opacity:0.7;-moz-opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"}
a.btn_contact:active{color:#fff;text-decoration:none;}

/*-----------------------------------------------
PC版　サービスのご案内
-----------------------------------------------*/
.servicebox{
	width:960px;
	margin:0 0 2em 0;
}
.servicebox:after{content: "";display: block;clear: both;}

.servicebox .photoarea{
	float:left;
	width:320px;
}
.servicebox .text{
	float:right;
	width:580px;
	margin:0 20px 0 0;
}






}/* ←CSSの一番最後に記述 */



/* スマホ用CSS */
@media screen and (max-width: 640px) {
 
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
/*ブログ*/
.blog_box {
	width: 96%;
	margin: 0 auto 14px;
	overflow:hidden;
}
.blog_box section {
	float:none;
	width: 100%;
	margin:0 0 30px 0;
}
.blog_box section:after{content: "";display: block;clear: both;}

	/*詳細ページ1カラム*/
	.blog_box section.colum1 {
		float:none;
		width: 96%;
		margin:0 auto;
	}
	.entry-header{
		width: 100%;
		overflow:hidden;
		background:#fff;
		height:56px;
		margin:0 0 24px 0;
		padding:0;
		border-bottom: 2px solid #780300;
	}

/*ブログの大見出し*/
.title_bigblog {
    background: #eee;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 8px;
    color: #333;
    font-weight: bold;
    border-left: 6px solid #00A0E9;
	font-size:15px;
}

.entry-header{
	width: 100%;
	overflow:hidden;
	height:36px;
	line-height:36px;
	margin:0 0 14px 0;
	padding:0;
border-bottom: 1px dotted #ccc;
border-left:4px solid #00A0E9;
border-top:none;!important
}

.sidebar {
	float:none;
	width: 191px;
	margin: 0 auto;
}
.sidebar aside {
	margin: 0 0 40px 0;
}
.sidebar aside.search input.field{
	width:180px;
	padding:4px;
	border:1px solid #bbb;
}
.sidebar aside.search input.submit{
	display:block;
	margin:8px auto 0;
	padding:2px 4px;
}
.sidebar .sidetitle {
width: 191px;
height: 33px;
text-indent: -9999em;
margin: 0 0 10px 0;
}

.blog_search {
	background: url(../img/blog_search.gif) no-repeat;
}

.blog_calendar {
	background: url(../img/blog_calendar.gif) no-repeat;
}

.blog_kiji {
	background: url(../img/blog_kiji.gif) no-repeat;
}

.blog_category {
	background: url(../img/blog_category.gif) no-repeat;
}

.blog_archive {
	background: url(../img/blog_archive.gif) no-repeat;
}
.blog_box article {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.entry-title {
float:left;
height:36px;
line-height:36px;
text-indent: 8px;
font-size:16px;
font-weight:bold;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}

.entry-meta {
	float:right;
	font-size: 14px;
	margin:0 10px 0 0;
}
.entry-meta a {color: #fff;text-decoration:underline;}
.entry-meta a:link {color: #fff;text-decoration:underline;}
.entry-meta a:visited {color: #fff;text-decoration:underline;}
.entry-meta a:hover {color: #f00;text-decoration:underline;}
.entry-meta a:active{color: #fff;text-decoration:underline;}


.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,entry-summary  {
	margin:0px 0 10px 0;
	clear: both;
	overflow: hidden;
}
.entry-content,entry-summary a  {
	padding:0 10px 10px 0;
}

.entry-content,entry-summary p {
	padding: 0 0 10px 0;
	line-height:24px;
}

.by-author {
display: none;
}

.page-header {
	margin: 0 0 30px 0;
}

.page-title {
	margin: 0 0 30px 0;
}

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	background: #f4f4f4;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
}
#wp-calendar a {
	color: #ff0000;
}
#wp-calendar a:visited {
	color: #ff0000;
}

#secondary {
display: none;
}
/*ページ送り*/
.pagenavearea{
	padding:3px 0 8px 0;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi {
	text-align:center;
	margin:10px auto;
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#1b71b8 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #CCCCCC !important;
		padding:3px 9px 3px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#FFF !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd))!important;
	background-image: -webkit-linear-gradient(top, #ccc, #ddd) !important;
	background-image:    -moz-linear-gradient(top, #ccc, #ddd) !important;
	background-image:     -ms-linear-gradient(top, #ccc, #ddd) !important;
	background-image:      -o-linear-gradient(top, #ccc, #ddd) !important;
	background-image:         linear-gradient(top, #ccc, #ddd) !important;
}
 .wp-pagenavi span.current{
		padding:3px 9px 3px 9px !important;
		border:solid 1px #CCCCCC !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		border-color:#CCCCCC !important;
		background:#5093b5 !important;
		
		background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#aaa))!important;
	background-image: -webkit-linear-gradient(top, #999, #aaa) !important;
	background-image:    -moz-linear-gradient(top, #999, #aaa) !important;
	background-image:     -ms-linear-gradient(top, #999, #aaa) !important;
	background-image:      -o-linear-gradient(top, #999, #aaa) !important;
	background-image:         linear-gradient(top, #999, #aaa) !important;
}
/*一覧ページ*/
#top_contents_post {
width: 100%;
margin: 0px 0px 20px 0px !important;
padding: 0 0 15px 0;
height: auto;
overflow: hidden;
clear: both;
}

#top_contents_post_img {
float: none;
padding: 2px;
border: 1px solid #eee;
background-color: #fff;
margin:0 0 10px 0;
}

#top_contents_post_text {
float: none;
width: 100%;
margin: 0 0 10px 0;
}

#top_contents_post_abst {

}
#top_contents_post_datail {
text-align: right;
margin: 6px 0 0 0;
}
#top_contents_post_datail a{
	padding: 6px 30px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #dfdfdf);
	background:         linear-gradient(top, #fafafa, #dfdfdf);
	border-radius:4px;
	cursor: pointer;
}
#top_contents_post_datail a:link{color:#333;text-decoration:none;}
#top_contents_post_datail a:visited{color:#333;text-decoration:none;}
#top_contents_post_datail a:hover{color:#333;text-decoration:none;opacity:0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);-ms-filter: "alpha( opacity=50 )"}
#top_contents_post_datail a:active{color:#333;text-decoration:none;}

				.top_contents_post_colum2 {/*2カラムの場合*/
					float:left;
					width: 340px;
					margin: 0 30px 20px 0;
					height: auto;
					border:1px solid #ddd;
					background:#fff;
				}
				.top_contents_post_colum2:nth-child(2n){
					margin: 0 0 20px 0;
				}
				.top_contents_post_colum2 .title {/*2カラムの場合の見出し*/
					font-size: 14px;
					font-weight: bold;
					margin: 8px 0 6px 10px;
					text-indent: 8px;
					height:24px;
					line-height:24px;
					border-left:4px solid #D26A60;
				}
				.top_contents_post_colum2 .title a:link{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:visited{color:#222;text-decoration:none;}
				.top_contents_post_colum2 .title a:hover{color:#f00;text-decoration:underline;}
				.top_contents_post_colum2 .title a:active{color:#222;text-decoration:none;}

				.top_contents_post_colum2 .contents{/*2カラムの場合のコンテンツ部分box*/
					width:320px;
					margin:0 auto;
				}
				.top_contents_post_colum2 .contents:after{content: "";display: block;clear: both;}

				.top_contents_post_colum2 .img {/*2カラムの場合の写真*/
					float:left;
					width: 130px;
					margin: 4px 0 20px 0;
					height: auto;
					overflow: hidden;
				}
				.top_contents_post_colum2 .text {/*2カラムの場合のテキスト*/
					float:right;
					width: 170px;
					margin: 0 0 20px 0;
					font-size:12px;
				}
				.top_contents_post_colum2 .btn_next {/*2カラムの場合の【続きを見る】ボタン*/
					text-align:center;
					margin:0 0 10px 0;
				}
/*タイトル周り*/
.blogtitle{
	width:100%;
	margin:0 auto;
}
.blogtitle:after{content: "";display: block;clear: both;}

#top_contents_post_title {
	float:none;
	width: 96%;
	margin:0 auto;
	padding:2%;
	background:#00A0E9;
}
#top_contents_post_title a{;color:#fff;text-decoration:none;}
#top_contents_post_title a:link{color:#fff;text-decoration:none;}
#top_contents_post_title a:vidited{color:#fff;text-decoration:none;}
#top_contents_post_title a:hover{color:#fff;text-decoration:underline;}
#top_contents_post_title a:active{color:#fff;text-decoration:none;}

#top_contents_post_title a{/*2行になっても水平真ん中*/
	margin:0 auto;
	width: 90%;
	height:20px;
	font-size:14px;
	vertical-align:middle;
	line-height:1.3;
	padding:0;
}
.entry-date {
float:none;
width:98%;
color: #222;
font-size: 12px;
margin: 0 auto;
font-weight:bold;
padding:10px 0;
text-align:right;
}

.btn_contact{
margin: 40px 0 0 0;
text-align: center;
}
/*-----------------------------------------------
ソーシャル系リンク
-----------------------------------------------*/
.so_link{
padding:0 0 2px 0;
}
.so_link:after{content: "";display: block;clear: both;}

.so_link ul li{
float:right;
margin:0 0 0 8px;
display:inline;
}
.so_link ul li a,
.so_link ul li img a,
.so_link ul li img{
vertical-align:top;
}
.entry_navi {
text-align: center;
padding: 5px 0 25px 0;
}
/*1行版*/
.blog_info dl{
width:700px;
overflow:hidden;
padding:10px 0 0 0;
margin:0 auto 30px;
}
.blog_info dl dt{
clear:both;
float:left;
width:110px;
margin:0 0 10px;
}
.blog_info dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 110px;
}
/*-----------------------------------------------
スマホ版　加盟店のご案内
-----------------------------------------------*/
.kameitenbox{
	width:96%;
	margin:0 auto;
}
.kameitenbox:after{content: "";display: block;clear: both;}

.kameitenbox .photoarea{
	float:none;
	width:100%;
}
.kameitenbox .photoarea .photo{
	margin:1em 0 1em 0;
	text-align:center;
}
.photoarea .shopdeta .tel{
	display: block;
	width: 80%;
	height: 26px;
	color:#A41539;
	letter-spacing: -0.8px;
	font-size: 24px;
	margin:0 0 0.5em 0;
	font-weight:bold;
}
.photoarea .shopdeta .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;	/*inline-blockなら幅が指定できる*/
	width: 1.0em;		/*文字の1倍の横幅に*/
	text-align: left;	/*その中で中央寄せ*/
	color:#222;
	font-size: 1em;		/*等倍*/
}
.kameitenbox .photoarea .shopdeta{
	width:100%;
}
.kameitenbox .photoarea .shopdeta dl{
width:100%;
overflow:hidden;
padding:10px 0 0 0;
}
.kameitenbox .photoarea .shopdeta dl dt{
clear:both;
float:none;
width:80%;
margin:0 0 10px;
}
.kameitenbox .photoarea .shopdeta dl dt span{
	padding:2px 10px;
	background:#009380;
	font-size:11px;
	color:#fff;
}
.kameitenbox .photoarea .shopdeta dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0 0 10px 0;
}
.kameitenbox .photoarea .shopdeta dl dd a:link{text-decoration:underline;}
.kameitenbox .photoarea .shopdeta dl dd a:visited{text-decoration:underline;}
.kameitenbox .photoarea .shopdeta dl dd a:hover{text-decoration:underline;}
.kameitenbox .photoarea .shopdeta dl dd a:active{text-decoration:underline;}

.kameitenbox .text{
	float:none;
	width:100%;
}
.kameitenbox .text table{
	width:100%;
	margin:0 0 20px 0;
}
.kameitenbox .text table th{
	display:block;
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	vertical-align:top;
}
.kameitenbox .text table td{
	display:block;
	width:100%;
	padding:0 0 20px 0;
	vertical-align:top;
}
ul.btn_soudans2{
	width:80%;
	margin:0 auto;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;*/
}
ul.btn_soudans2 li:nth-child(2n){
	margin:0 auto;
}
ul.btn_soudans2 li{
	display:block;
	width:100%;
	height:46px;
	margin:0 auto 20px;
	line-height:46px;
	text-align:center;
	border-radius:4px;
	font-size:13px;
	color:#fff;
}
ul.btn_soudans2 li.orange{background:#F08300;}
ul.btn_soudans2 li.green{background:#009380;}

ul.btn_taiouarea{
	width:80%;
	margin:0 auto;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;*/
}
ul.btn_taiouarea li{
	display:block;
	width:100%;
	height:46px;
	margin:0 auto 20px;
	line-height:46px;
	text-align:center;
	border-radius:4px;
	font-size:13px;
	color:#fff;
	background:#009380;
}
ul.btn_taiouarea li:last-child{
	margin:0 auto 20px;
}
ul.btn_soudans3{
	width:80%;
	margin:0 auto;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;*/
}
ul.btn_soudans3 li{
	width:220px;
	margin:0 auto 30px;
}
ul.btn_soudans3 li:nth-child(2n){
	margin:0 auto 30px;
}
ul.btn_soudans3 li a{
	display:block;
	width:100%;
	height:46px;
	line-height:46px;
	text-align:center;
	background:#F08300;
	border-radius:4px;
	font-size:16px;
}
ul.btn_soudans3 li a.blue{
	background:#00A0E9;
}
ul.btn_soudans3 li a:link{color:#fff;text-decoration:none;}
ul.btn_soudans3 li a:visited{color:#fff;text-decoration:none;}
ul.btn_soudans3 li a:hover{color:#fff;text-decoration:none;opacity:0.7;-moz-opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"}
ul.btn_soudans3 li a:active{color:#fff;text-decoration:none;}

ul.photolist{
	width:96%;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;*/
	margin:0  auto 1em;
}
ul.photolist li:nth-child(3n){
	margin:0;
}
ul.photolist li{
	display:block;
	width:100%;
	height:250px;
	margin:0 auto 20px;
	font-size:11px;
	text-align:center;
}
/*画面下店舗案内*/
.kameiten_detail_bottom_shop{
	width:96%;
	height:auto;
}
.kameiten_detail_bottom_shop:after{content: "";display: block;clear: both;}

.kameiten_detail_bottom_shop .photo{
	float:none;
	width:100%;
	margin:0 auto;
}
.kameiten_detail_bottom_shop .shopdeta{
	float:none;
	display: block;
	width: 100%;
}
.kameiten_detail_bottom_shop .shopdeta .tel{
	display: block;
	width: 100%;
	height: 26px;
	color:#A41539;
	letter-spacing: -0.8px;
	font-size: 24px;
	margin:0 0 0.5em 0;
	font-weight:bold;
}
.kameiten_detail_bottom_shop .shopdeta .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;	/*inline-blockなら幅が指定できる*/
	width: 1.0em;		/*文字の1倍の横幅に*/
	text-align: left;	/*その中で中央寄せ*/
	color:#222;
	font-size: 1em;		/*等倍*/
}
.kameiten_detail_bottom_shop .shopdeta .shopname{
	font-size:18px;
	font-weight:bold;
}
.kameiten_detail_bottom_shop .shopdeta dl{
width:100%;
overflow:hidden;
padding:10px 0 0 0;
font-size:12px;
}
.kameiten_detail_bottom_shop .shopdeta dl dt{
clear:both;
float:none;
width:100%;
margin:0 0 10px;
}
.kameiten_detail_bottom_shop .shopdeta dl dt span{
	padding:2px 10px;
	background:#009380;
	font-size:11px;
	color:#fff;
}
.kameiten_detail_bottom_shop .shopdeta dl dd{
margin:0 0 10px;
border-bottom:1px dotted #ccc;
padding:0;
}
.kameiten_detail_bottom_shop .shopdeta dl dd a:link{text-decoration:underline;}
.kameiten_detail_bottom_shop .shopdeta dl dd a:visited{text-decoration:underline;}
.kameiten_detail_bottom_shop .shopdeta dl dd a:hover{text-decoration:underline;}
.kameiten_detail_bottom_shop .shopdeta dl dd a:active{text-decoration:underline;}

.btn_contactarea{
	float:none;
	width:100%;
	height:auto;
	position:static;
	text-align:center;
}
a.btn_contact{
	display:block;
	width:80%;
	margin:20px auto;
	height:46px;
	line-height:46px;
	text-align:center;
	background:#F08300;
	border-radius:4px;
	font-size:16px;
}
a.btn_contact:link{color:#fff;text-decoration:none;}
a.btn_contact:visited{color:#fff;text-decoration:none;}
a.btn_contact:hover{color:#fff;text-decoration:none;opacity:0.7;-moz-opacity: 0.7;filter: alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"}
a.btn_contact:active{color:#fff;text-decoration:none;}

/*-----------------------------------------------
スマホ版　サービスのご案内
-----------------------------------------------*/
.servicebox{
	width:96%;
	margin:0 0 2em 0;
}
.servicebox:after{content: "";display: block;clear: both;}

.servicebox .photoarea{
	float:none;
	width:100%;
	margin:0 0 1em ;
}
.servicebox .text{
	float:none;
	width:100%;
	margin:0 auto 2em;
}

}/* ←CSSの一番最後に記述 */
