
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
 admin info :  
=================================================================== */
@media screen and (min-width: 784px) {
/* PC用のスタイル記述 */
#menu {
	display:none;
}
#wrapper {
	width:100%;
	font-size:100%;
	line-height: 180%;
}
#header {
	width:100%;
	height:140px;
}
#header_inner {
	width: 980px;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	position: absolute;
	background:#1c9659;
	color:#fff;
	font-size: 100%;
}
#header h1 span{
	width:980px;
	padding-left:10px;
	margin:0 auto;
	display:block;}
.logo {
	width: 238px;
	height: 49px;
	position: absolute;
	bottom:13px;
	left:0px;
}
.pc {
	display: block;
}
#wrapper .pcImg {
	display: block;
}
#wrapper .smImg{
	display:none;}
#wrapper .phone {
	display: none !important;
}
.sm{
	display:none;}

.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.header_nav li {
	float: left;
}
.header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.headerSearch {
	width: 260px;
	height: 25px;
	position: absolute;
	top: 55px;
	right: 0px;
}

.headerSearch #searchform1 {  
    position: relative;
	margin-bottom:7px;
}  
.headerSearch #keywords1  {  
    width: 160px;  
    height: 20px;  
    background: url(../images/common/search.png) no-repeat 8px 3px;  
    border: 1px solid #CCC;  
    padding: 3px 2px 3px 26px;  
}  
.headerSearch #searchBtn1 {  
    position: absolute;  
    top: 0;  
    left: 195px;  
}
.headerSearch submit, .headerSearch input[type=submit] {
background: #FF9D00;
border:none;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 50px;
	padding: 3px 0;
}  
.headerSearch submit:hover, .headerSearch input[type=submit]:hover {
	 background: #ff6000;
 }  
.headerSearch submit:active, .headerSearch input[type=submit]:active   {  
   background: #ff6000;  
 } 
.wsbl_line{ display: none;}
.header_nav .header_tel03{
	display:none;}
.headerPhone {
	width:223px;
	height:36px;
	margin-right:53px;
}

#main{
	background:#fff;}

#main_bg {
	background: url(../images/common/main_bg02.gif) repeat-x bottom;
	width: 100%;
	position:relative;
}
#main_bg .mainInner{
	background: url(../images/common/main_bg.gif) repeat-x bottom;}
#main_bg h2{
	width:980px;
	margin:0 auto;}
#contents #content_left .box h2{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #1c9659;
	margin-bottom:20px;
	font-size:160%;
	color:#1c9659;
	font-weight:bold;}
#contents #content_left .box h2::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
#contents #content_left h3 {
	position: relative;
	background:url(../images/pc/h3-bg.gif) no-repeat 0 -3px;
	padding-bottom: .3em;
	font-size:150%;
	min-height:32px;
	font-weight:bold;
	padding-left:2.5em;
	color:#1c9659;
	margin-bottom:20px;
}
#contents #content_left h3::before,
#contents #content_left h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 10px;
}
#contents #content_left h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #ffcc02 2px, #ffcc02 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #ffcc02 2px, #ffcc02 4px);
}
#contents #content_left h4 {
	position: relative;
	padding: .50em 1em .50em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #1c9659;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#1c9659;
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
}
#contents #content_left h4::after {
	position: absolute;
	top: .70em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #1c9659;
	border-radius: 100%
}
#contents #content_left h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 6px solid #ccc;
	margin-bottom:15px;
	color:#1c9659;
	font-size:110%;
	font-weight:bold;
	padding-left:.75em;
}
#contents #content_left h5::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 6px;
	background-color: #1c9659;
}

#contents .box p{
	overflow:hidden;}
ul.type01{
	background: url(../images/common/list-bg01.jpg) no-repeat bottom right;}
	
ul.listArea {
    border: 2px solid #ccc;
    padding: 10px;
	width:95%;
	margin:0 auto 30px auto;
}
ul.listArea li {
    background: rgba(0, 0, 0, 0) url("../images/common/list-icon.gif") no-repeat scroll 0 0;
    font-size: 100%;
    margin-bottom: 5px;
    padding-left: 25px;
}

	
.category-main{
	width:100%;
	overflow:hidden;}
#contents #content_left .category-main .areaF{
	float: left;
	width:46%;
	border:1px solid #ccc;
	padding-top:10px;
	margin-right:25px;
	margin-bottom:15px;}
#contents #content_left .category-main .areaF h3{
	background:#f0e3d0;
	text-align:center;
	color:#624b2e;
	font-weight:bold;
	padding:5px;
	width:285px;
	font-size:120%;
	border:none;
	margin:0 auto 15px auto;}
#contents #content_left .category-main .categoryPhoto{
	text-align:center;}
#contents #content_left .category-main .categoryPhoto img{
	border:1px solid #ccc;}
#contents #content_left .category-main .textBg{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .category-main .readbtn{
	text-align:right;
	margin-right:15px;
	padding:5px;}
	
.case-main .areaF{
	width: 657px;
	height:100%;
	overflow:hidden;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #1c9659;
	border-left: 1px solid #ccc;
	padding:20px 19px 10px 19px;
	margin-bottom:20px;
	}
.case-main .areaF .caseR{
	float:right;
	width:430px;}
.case-main .areaF .categoryPhoto{
	float:left;
	width:205px;
	text-align:center;}
#wrapper #contents .case-main .areaF h3{
	width:380px;
	padding-bottom:.75em;}
#wrapper #contents .case-main .areaF .readbtn{
	text-align:right;}
#wrapper #contents .case-main .areaF .readbtn{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:20%;
	text-align: center;
	float: right;
	border-bottom:none;
	margin-top:5px;
	font-size:90%;}
#wrapper #contents .case-main .areaF .readbtn a{ color:#fff; padding-left:5px;}
#wrapper #contents .case-main .areaF .readbtn a:hover{ color:#fff; text-decoration:underline;}


.pagination{
	overflow:hidden;
	margin-top:20px;}
.pagination .inner{
	float:right;
	margin-right:15px;}
.pagination span.page-numbers{
	float:left;
	background:#1c9659;
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	border:1px solid #1c9659;}
#contents #content_left .pagination a.next{
	border:none;
	padding-left:10px;}
#contents #content_left .pagination a.prev{
	border:none;
	padding-right:10px;}
.pagination a.page-numbers{
	border:1px solid #1c9659;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
	float:left;
	display:block;}
#contents #content_left .category-main .categoryPhoto a:hover img {
    opacity: 0.7;
}

#contents #content_left .news-main{
	width:100%;
	overflow:hidden;
	padding-top:10px;}
#contents #content_left .news-main .areaF{
	margin-bottom:40px;
	overflow:hidden;
	clear:both;}

#contents #content_left .news-main p{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .news-main .readbtn{
	float:right;
	margin-right:10px;
	background:#1c9659;
	margin-top:15px;}
#contents #content_left .news-main .readbtn a{
	color:#fff;
	text-decoration:none;}
#contents #content_left .news-main .readbtn a:hover{
	text-decoration:underline;}
	
	
.phone_main {
	display:none;
}
#nav {
	background: url(../images/pc/navi-bg.png) repeat-x;
	width: 100%;
	height: 57px;
}
#nav ul {
	width: 980px;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	width:197px;
	height: 57px;
	float: left;
}
#nav ul .nav04{
	width:190px;}
#nav ul .nav05{
	width:199px;}
#nav ul a {
	background:url(../images/pc/navi.png) no-repeat left top;
	width: 197px;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 57px;
	line-height: 57px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
}
#nav ul .nav02 a {
	background-position: -197px 0px;
}
#nav ul .nav03 a {
	background-position: -394px 0px;
}
#nav ul .nav04 a {
	background-position: -591px 0px;
}
#nav ul .nav05 a {
	background-position: -781px 0px;
	width:199px;
}

#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -57px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -197px -57px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -394px -57px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -591px -57px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -781px -57px;
}

#contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	margin-bottom:40px;
	padding-top:20px;
}
#content_left {
	width: 700px;
	float: left;
}
#content_left a:link		{color:#0080CC; text-decoration:none;}
#content_left a:visited 	{color:#0080CC; text-decoration:none;}
#content_left a:hover 	{color:#0080CC; text-decoration:underline;}
#content_left a:active	{color:#0080CC; text-decoration:underline;}

/* TOPマップ部分*/
.mapSearch{
	border:1px solid #1c9659;
	padding:20px;
	margin-bottom:25px;}
.mapSearch .head {
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
	
}
.mapSearch .head img{
	display: none;}
#contents #content_left .mapSearch .head h2 {
	background: url(../images/pc/h2-01.gif) no-repeat;
	width: 185px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.mapInner{
	overflow:hidden;}
.mapInner .mapL{
	width:335px;
	float:left;
	border:1px solid #ccc;}
.mapInner .mapR{
	width:46%;
	float:right;}
.sm-map{
	display:none;}
.spMap{
	display:none;}
#contents #content_left .mapInner h3{
	position: relative;
	padding: .40em 1em 0 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #1c9659;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#1c9659;
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
	background:none;
}
#contents #content_left .mapInner h3::after {
	position: absolute;
	top: .70em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #1c9659;
	border-radius: 100%;
	background:none;
}
#contents #content_left .mapInner .mapR .searchMain{
	margin-bottom:35px;}


.service_box {
	width: 700px;
	margin-bottom:25px;
}
.service_box .head {
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
	
}
.service_box .head img{
	display: none;}
#contents #content_left .service_box .head h2 {
	background: url(../images/pc/h2-02.gif) no-repeat;
	width: 275px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.service_box .head span {
	width: 76px;
	height: 26px;
	float: right;
}
.service_box .head span a {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px 0px;
	width: 76px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box .head span a:hover {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px -26px;
}
.service_box .inner {
	width: 660px;
	border: 1px solid #a7a7a7;
	background:#fff9e7;
	padding:20px 19px 15px 19px;
}
.service_box .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:660px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:660px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 210px;
	margin-right: 15px;
}
.jcarousel-skin-tango .jcarousel-item dt {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-bottom: 2px solid #1c9659;
	background:#fff;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.jcarousel-skin-tango .jcarousel-item dt::after {
	position: absolute;
	top: 1.1em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #1c9659;
	border-radius: 100%
}
.jcarousel-skin-tango .jcarousel-item dt a{
	background: url(../images/pc/cam-textbg.gif) repeat-x bottom;
	font-weight:bold;}

.jcarousel-skin-tango .jcarousel-item dd{
	border-top:1px solid #ccc;
	line-height:1.5;
	padding-top:5px;}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(../images/pc/service-icon-right.png) no-repeat 0 0;
	width: 23px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 88px;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/pc/service-icon-left.png);
	left: 0px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -90px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(../images/pc/service-icon-left.png) no-repeat 0 0;
	width: 23px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 88px;
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(../images/pc/service-icon-right.png);
	left: auto;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -90px 0;
	cursor: default;
}

.point_box{
	margin-bottom:25px;}
.point_box p{
	background:url(../images/pc/top-point.png) no-repeat;
	width:700px;
	height:274px;
	display:block;}
.point_box p img{ display:none;}
.news_box {
	margin-bottom:40px;
}
#contents #content_left .news_box .head{
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
}
#contents #content_left .news_box .head h2 {
	background: url(../images/pc/h2-03.gif) no-repeat;
	width: 275px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.news_box .head span {
	width: 76px;
	height: 26px;
	float: right;
}
.news_box .head span a {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px 0px;
	width: 76px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px -26px;
}
.news_box .inner {
	background:#fff;
	padding:5px 19px 0 19px;
	border:5px solid #cccccc;
}
.news_box .inner dl {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}
.news_box .inner dl:last-child {
	list-style: none;
	margin-bottom:5px;
	border: 0;
}
.news_box .inner dt {
	position: relative;
	padding: .75em 1em .75em 2.5em;
	float:left;
}
.news_box .inner dt::after {
	position: absolute;
	top: 1.1em;
	left: .5em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 4px solid #1c9659;
	border-radius: 100%
}
.news_box .inner .newsIcon {
	background:#e72f2f;
	color:#fff;
	padding:0 5px;
	margin-right:5px;
}
.news_box .inner dd {
	width: 100%;
	padding-top:11px;
}
.news_box .inner dd a:link		{color:#0080CC; text-decoration:none;}
.news_box .inner dd a:visited 	{color:#0080CC; text-decoration:none;}
.news_box .inner dd a:hover 	{color:#0080CC; text-decoration:underline;}
.news_box .inner dd a:active	{color:#0080CC; text-decoration:underline;}

.capt{
	margin-top:10px;
	display:block;}
.captchaText{
	margin-bottom:25px;
	width:30%;}


/* 投稿ページ用 */
.tPage{
	overflow:hidden;}
.post-meta{
	margin-bottom:15px;}
.post-date{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	display:block;
	width:100%;
	text-align:right;}
.categoryList{
	float:right;
	background:url(../images/common/title-icon.gif) no-repeat right center;
	padding-right:20px;
	margin-bottom:15px;
	clear:both;
	margin-top:25px;}
.navigation{
	margin-top:40px;
	overflow:hidden;
	border:1px solid #ccc;
	width:97%;
	padding:10px;
	clear:both;
	background:#F8F8F8;}
.listL{
	float:left;}
.listR{
	float:right;}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#content_left .pankuzu{
	margin-bottom:10px;}
.pp dd{
	padding-left:15px;
	margin-bottom:15px;}
.snsBg{
	clear:both;
	padding-top:20px;
	overflow:hidden;}
.wp_social_bookmarking_light{
	float:right;}

/* 問い合わせページ */	
#content_left .wpcf7{
	margin-top:20px;}
#content_left .wpcf7 p{
	margin-bottom:15px;}
#content_left .wpcf7 .hs{
	color:#FF0000;
	font-size:80%;}
	
#content_left .wpcf7 .tableContact{
	width:100%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;
	table-layout: fixed;
}
#content_left .wpcf7 .tableContact th{
	padding:10px;
	background:#FCEFDB;
	border:1px solid #ccc;
	text-align:left;
	width:28%;
	font-size:110%;
}
#content_left .wpcf7 .tableContact td{
	padding:10px;
	border:1px solid #ccc;
	font-size:16px;
	text-align:left;
	width:auto;
}
#content_left .wpcf7 .tableContact .contactS{ width:40%;}
#content_left .wpcf7 .tableContact .form-width{ width:75%;}
#content_left .wpcf7 .tableContact .contactText{ width:90%;}
#content_left .wpcf7 .contactBtn{
	width:25%;
	font-size:150%;
	background:#1C9659;
	color:#fff;
	font-weight:bold;
	height:40%;
	display:block;
	margin:0 auto;}
.wpcf7-mail-sent-ok	{
	display:none!important
}
.wpcf7-list-item{
	display:block;}

/* 店舗一覧 */	
.attachment-100x100{
	float:right;
	border:1px solid #ccc;}
.lcp_catlist{
	margin-bottom:20px;
	clear:both;}
.lcp_catlist li{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#FFF9E7;
	padding:15px 15px 15px 15px;
	margin-bottom:15px;}
.lcp_catlist h4{
	width:73%;}
.lcp_excerpt{
	width:80%;}
.shop-list li{
	clear:both;
	display:block;}
.shop-list .shopText{
	width:75%;}
#contents .shop-list .shopLink{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:19%;
	float: right;
	border-bottom:none;
	font-size:90%;
	margin-top:5px;
	margin-right:8px;
	clear:both;}
#contents .shop-list .shopLink a{ color:#fff; padding-left:5px;}
#contents .shop-list .shopLink a:hover{ color:#fff; text-decoration:underline;}
#contents .shop-list .shopLink .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
#contents .shop-list .shopLink .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
#contents .shop-list .shopLink .arrow::before,
#contents .shop-list .shopLink .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -132px;
margin: auto;
content: "";
vertical-align: middle;
}
#contents .searchArea .searchLink{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:18%;
	float: right;
	text-align:left;
	border-bottom:none;
	margin-top:25px;
	font-size:90%;
	margin-right:30px;}
#contents .searchArea .searchLink a{ color:#fff; padding-left:5px;}
#contents .searchArea .searchLink a:hover{ color:#fff; text-decoration:underline;}
#contents .searchArea .searchLink .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
#contents .searchArea .searchLink .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
#contents .searchArea .searchLink .arrow::before,
#contents .searchArea .searchLink .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -132px;
margin: auto;
content: "";
vertical-align: middle;
}
	

/* side */
#content_right {
	width: 250px;
	float: right;
	padding-top:10px;
}
#content_right a{
	outline: none;}

#aside {
	width: 250px;
	margin-bottom: 15px;
}

#aside .sideNavibtn01 a{
	width:230px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pc/side-btn01.png) no-repeat 0 0;
	margin:0 auto;}
#aside .sideNavibtn02 a{
	width:230px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pc/side-btn02.png) no-repeat 0 0;
	margin:0 auto;}
#aside .sideNavibtn03 a{
	width:230px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pc/side-btn03.png) no-repeat 0 0;
	margin:0 auto;}
#aside .sideNavibtn04 a{
	width:230px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pc/side-btn04.png) no-repeat 0 0;
	margin:0 auto;}
#aside .sideNavibtn05 a{
	width:230px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pc/side-btn05.png) no-repeat 0 0;
	margin:0 auto;}
#aside .sideNavibtn06 a{
	width:230px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pc/side-btn06.png) no-repeat 0 0;
	margin:0 auto;}
#aside .sideNavibtn01 a:hover{background:url(../images/pc/side-btn01.png) no-repeat 0 -36px;}
#aside .sideNavibtn02 a:hover{background:url(../images/pc/side-btn02.png) no-repeat 0 -36px;}
#aside .sideNavibtn03 a:hover{background:url(../images/pc/side-btn03.png) no-repeat 0 -36px;}
#aside .sideNavibtn04 a:hover{background:url(../images/pc/side-btn04.png) no-repeat 0 -36px;}
#aside .sideNavibtn05 a:hover{background:url(../images/pc/side-btn05.png) no-repeat 0 -36px;}
#aside .sideNavibtn06 a:hover{background:url(../images/pc/side-btn06.png) no-repeat 0 -36px;}


.asideInner {
	width: 218px;
	margin-left:19px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.asideInner ul {
	width: 218px;
}
.asideInner ul li {
	width: 218px;
	font-size:100%;
	border-bottom:2px dotted #ccc;
	margin:0 auto;
	background:#fff;
	padding-top:2px;
}
.asideInner ul li.none{
	border:none;
	padding-bottom:0;}
.asideInner ul li a {
	background: url(../images/pc/side-icon.gif) no-repeat 10px 10px;
	width: 191px;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 25px;
}
.asideInner ul li a:link		{color:#222; text-decoration:none;}
.asideInner ul li a:visited 	{color:#222; text-decoration:none;}
.asideInner ul li a:hover 	{color:#f57900; text-decoration:none;}
.asideInner ul li a:active	{color:#f57900; text-decoration:none;}

.flyerBtn{
	width:250px;
	height:170px;
	margin-bottom:15px;}
.flyerBtn a{ background:url(../images/pc/side-flyer.png) no-repeat 0 0;
	width:250px;
	height:170px;
	overflow: hidden;
  display:block;}
.flyerBtn a:hover{ background:url(../images/pc/side-flyer.png) no-repeat 0 -172px;}
.flyerBtn img{
	display:none;}

.camBanner{
	width:250px;
	height:100px;
	margin-bottom:10px;}
.camBanner a{
	background:url(../images/pc/side-cambanner.png) no-repeat 0 0;
	width:250px;
	height:100px;
	overflow: hidden;
  display:block;}
.camBanner a:hover{ background:url(../images/pc/side-cambanner.png) no-repeat 0 -100px;}
.camBanner img{
	display:none;}
 
 .shopBanner{
	width:250px;
	height:100px;
	margin-bottom:10px;}
.shopBanner a{
	background:url(../images/pc/side-shopbanner.png) no-repeat 0 0;
	width:250px;
	height:100px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display:block;}
 .shopBanner a:hover{ background:url(../images/pc/side-shopbanner.png) no-repeat 0 -100px;}
 .shopBanner img{
	display:none;}
.sideMenu{
	width:248px;
	background:#fff9e7;
	border:1px solid #a7a7a7;
	padding-top:15px;
	padding-bottom:5px;}
.sideMenu h3{
	border-top:2px solid #1c9659;
	background:url(../images/pc/side-menuicon.gif) no-repeat right center #fff;
	border-bottom:1px solid #1c9659;
	padding-top:10px;
	padding-bottom:10px;
	width:90%;
	margin:0 auto 15px auto;
	padding-left:5px;
	font-size:21px;
	font-weight:bold;
	color:#1c9659;}
.sideMenu li{
	border:1px solid #cccccc;
	background: url(../images/pc/side-menuicon02.gif) no-repeat 8px 7px #f5e1c1;
	padding:5px 5px 5px 33px;
	width:75%;
	margin:0 auto 7px auto;}
.campain{
	width:250px;
	background:url(../images/pc/side-cambg.png) repeat;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:15px;}
.campain .campInner{
	background:#fff;
	width:95%;
	margin:0 auto;}
.campain .campInner h3{
	background:url(../images/pc/side-camptitle.gif) no-repeat 0 0;
	height:50px;
	overflow: hidden;}
.campain .campInner h3 img{
	display:none;}
.campain .campInner .campain{
	background:#fff;
	width:95%;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:10px;}
.campain .campInner .campain p.linkBtn{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:40%;
	float: right;
	border-bottom:none;
	margin-top:5px;
	font-size:90%;}
.campain .campInner .campain p.linkBtn a{ color:#fff; padding-left:5px;}
.campain .campInner .campain p.linkBtn a:hover{ color:#fff; text-decoration:underline;}

.campain .campInner .campain p.linkBtn .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
.campain .campInner .campain p.linkBtn .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
.campain .campInner .campain p.linkBtn .arrow::before,
.campain .campInner .campain p.linkBtn .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -96px;
margin: auto;
content: "";
vertical-align: middle;
}

.campain .campInner .campain p.campList{
	background:url(../images/pc/side-campicon.gif) no-repeat 5px 0;
	padding-left:30px;
	border-bottom:2px dotted #ccc;
	margin:0 auto 5px auto;
	padding-bottom:5px;
	width:85%;
	line-height:1.6;}
.campain .campInner .campain p.campList a{
	color:#0080cc;}
.news{
	border:4px solid #ccc;
	width:242px;
	margin:0 auto 15px auto;
	padding-bottom:10px;
	padding-top:10px;
	overflow:hidden;}
.news .newsTitle h3{
	width:75%;
	position: relative;
	padding: 0.3em 1em 0.3em 1.5em;
	border: 1px solid #1c9659;
	margin:0 auto 5px auto;
	font-size:120%;
	color:#1c9659;
	font-weight:bold;}
.news .newsTitle h3::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 4px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
.news .newsBg p.newsList {
	position: relative;
	padding: .50em 0.3em .50em 2.3em;
	border-bottom:1px solid #ccc;
	width:76%;
	margin:0 auto;
	line-height:1.6;
}
.news .newsBg p.newsList::after {
	position: absolute;
	top: 0.75em;
	left: .5em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 4px solid #1c9659;
	border-radius: 100%
}
.news .newsBg p.newsList time{
	display:block;}
.news .newsBg p.linkBtn{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:37%;
	float: right;
	border-bottom:none;
	margin-top:10px;
	margin-right:10px;
	font-size:90%;}
.news .newsBg p.linkBtn a{ color:#fff; padding-left:5px;}
.news .newsBg p.linkBtn a:hover{ color:#fff; text-decoration:underline;}
.news .newsBg p.linkBtn .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
.news .newsBg p.linkBtn .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
.news .newsBg p.linkBtn .arrow::before,
.news .newsBg p.linkBtn .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -96px;
margin: auto;
content: "";
vertical-align: middle;
}
.news .newsBg p.newsList a{
	color:#0080cc;}
.news .newsBg .newsIcon {
	background:#e72f2f;
	color:#fff;
	padding:0 5px;
	margin-right:5px;
}
.searchBg{
	width:248px;
	background:#fff9e7;
	border:1px solid #a7a7a7;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:15px;}
.searchBg h3{
	width:75%;
	position: relative;
	padding: 0.3em 1em 0.3em 1.5em;
	border: 1px solid #1c9659;
	margin:0 auto 10px auto;
	font-size:120%;
	color:#1c9659;
	font-weight:bold;
	background:#fff;}
.searchBg h3::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 4px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
.searchBg h4{
	position: relative;
	padding: .3em .75em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	width:80%;
	margin:0 auto 15px auto;
	font-weight:bold;
}
.searchBg h4::before,
.searchBg h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.searchBg h4::before {
	border-top: 15px solid #ccc;
}
.searchBg h4::after {
	margin-top: -2px;
	border-top: 15px solid #fff;
}
.searchMain{
	width:89%;
	margin:0 auto 15px auto;}
.searchMain submit, .searchMain input[type=submit] {
background: #ff9d00;
border:none;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 50px;
	padding: 3px 0;
}  
.searchMain submit:hover, .searchMain input[type=submit]:hover {
	 background: #ff6000;
 }  
.searchMain submit:active, .searchMain input[type=submit]:active   {  
   background: #ff6000;  
 } 
.searchMain .sizeM {
	width:73%;
	margin-right:5px;}


/* footer */
#footer {
	clear:both;
	width:100%;
	height:100%;
	background:#1c9659;
	padding:20px 0;
	color:#ccc;
}
#footer .inner{
	font-size:14px;
	overflow:hidden;
	width:980px;
	margin:0 auto;
	position:relative;}
#footer .inner .areaL{
	width:310px;
	float:left;}
#footer .inner .areaR{
	width:485px;
	float:right;
	overflow:hidden;
	padding-left:20px;
	margin-bottom:35px;}
#footer .inner .areaR ul li{
	background:url(../images/common/footer-icon.gif) no-repeat 10px 10px;
	border:1px solid #fff;
	padding:5px 22px 5px 35px;
	margin-left:10px;
	text-align:center;
	font-size:90%;
	float:left;}
#footer small {
	width: 350px;
	height: 12px;
	position: absolute;
	color:#fff;
	right: 0;
	bottom: 5px;
}
#footer .inner .areaR ul li a{
	color:#fff;}
#footer .inner .areaR ul li a:hover{
	color:#fff;
	text-decoration:underline;}
	
/* 検索関連 */	
#content_left .search_results .searchB{
	padding: .5em .75em;
    border: 1px solid #eee;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:15px;
    padding-left:15px;
    background-color: #f6f6f6;
    height:100%;
    overflow:hidden;
    margin-bottom:20px;}
#content_left .photoBg{
	float:right;}
#content_left .excerpt{
	float:left;
	width:74%;}
#content_left .photoBg img{
	border:1px solid #ccc;}
#content_left .search_results .searchLink{
	background:#1c9659;
	margin-top:5px;
	color:#fff;
	padding:0 5px;
	width:19%;
	float: right;
	text-align:left;
	border-bottom:none;
	font-size:90%;
	clear:both;
	margin-right:8px;}
	
/* 店舗詳細ページ */
.shopData{
	width:100%;
	overflow:hidden;
	margin-bottom:5px;}
.shopData .areaL{
	float:left;
	width:400px;}
.shopData .areaR{
	float:right;
	width:260px;
	border:1px solid #ccc;
	height:195px;}
.shopData .areaData{
	background:#fbd696;
	font-size:110%;
	padding:7px 10px 7px 15px;
	font-weight:bold;
	margin-bottom:15px;
	width:375px;}
.shopData .areaData .red{
	color:#e90d0d;}
.shopData .tableShop{
	width:100%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;
	clear:both;}
.shopData .tableShop th{
	padding:10px;
	background:#fff1bd;
	border:1px solid #ccc;
	text-align: center;
	width:auto;
	font-size:110%;
	width:25%;}
.shopData .tableShop td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
	font-size:110%;}
.shopPhone{
	overflow:hidden;}
#content_left .shopPhone{
	margin-bottom:15px;}
#content_left .shopPhone ul{
	margin-left:20px;}
#content_left .shopPhone li{
	float:left;
	width:230px;}
#content_left .shopPhone li:last-child {
	width:200px;}
#content_left .shopPhone li img{
	width:200px;
	border:1px solid #ccc;}
.shopService{
	overflow:hidden;
	margin-bottom:30px;}
.shopService li{
	float:left;
	margin-right:10px;}
.shopService li.shopIcon01 img{ width:79px;}
.shopService li.shopIcon02 img{ width:79px;}
.shopService li.shopIcon03 img{ width:124px;}
.shopService li.shopIcon04 img{ width:130px;}
.shopData02 .tableShop{
	width:100%;
	border:1px solid #ccc;
	margin:0 auto 30px auto;}
.shopData02 .tableShop th{
	padding:10px;
	background:#f7e5c8;
	border:1px solid #ccc;
	text-align: center;
	width:auto;
	font-size:110%;
	width:20%;}
.shopData02 .tableShop td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
	font-size:110%;}
.shopList{
	margin-left:20px;
	margin-bottom:20px;}
.shopList li{
	background:url(../images/pc/map-accicon.gif) no-repeat 0 3px;
	padding-left:30px;
	margin-bottom:5px;}
#content_left .shop-list .shopB{
	padding: .5em .75em;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;
	background-color: #f6f6f6;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;}

.shopMap{
	width:600px;
	margin:0 auto 30px auto;
	border:1px solid #ccc;}
.shopContact{
	overflow:hidden;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;}
.shopContact .shopTel{
	float:left;}
.shopContact .shopTel img{
	width:345px;
	height:111px;}
.shopContact .shopContactbtn{
	float:right;
	padding-top:16px;}
.shopContact .shopContactbtn img{
	width:300px;
	height:89px;}
.qrBg{
	border:1px solid #ccc;
	width:258px;
	overflow:hidden;
	margin-top:5px;
	background:url(../images/pc/qr-text.gif) no-repeat 18px 19px;}
.qrBg img{
	width:90px;
	float:right;
	margin-right:10px;}
.hpBg{ margin-top:15px;}
.hpSm{ display:none;}
.smPhoneImg{ display:none;}

.tableCom{
	width:95%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;
	clear:both;}
.tableCom th{
	padding:10px;
	background:#fff1bd;
	border:1px solid #ccc;
	text-align: center;
	width:auto;
	font-size:110%;
	width:25%;}
.tableCom td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
	font-size:110%;}



}
@media screen and (max-width: 783px) {
/* タブレット用のスタイル記述 */
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#menu {
	display:none;
}
#wrapper {
	width:768px;
	font-size:100%;
	line-height:180%;
	overflow:hidden;
}
#header {
	width:100%;
	height:135px;
}
#header_inner {
	width: 100%;
	height: 103px;
	margin: 0px auto 0px;
	position: relative;
}
#header h1 {
	width: 100%;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:20px;
	background:#1c9659;
	color: #fff;
	font-size: 100%;
}
.logo {
	width: 238px;
	height: 33px;
	position: absolute;
	bottom:18px;
	top:10px;
	left:16px;
}
.pc {
	display: block;
}
#wrapper .pcImg {
	display: block;
}
#wrapper .smImg{
	display:none;}
#wrapper .phone {
	display: none !important;
}
.sm{
	display:none;}
.header_nav {
	width: 230px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 220px;
}
.header_nav li {
	float: left;
}
.header_nav .header_nav01 {
	margin-right:20px;
}
.header_nav .header_nav03 {
	display:none;
}
.header_nav .header_tel03{
	display:none;}
.header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
.headerSearch {
	width: 260px;
	position: absolute;
	top: 9px;
	right: 18px;
}
.wsbl_line{ display: none;}
.headerSearch #searchform1 {  
    position: relative;
	margin-bottom:7px;
	display:block;
}  
.headerSearch #keywords1  {  
    width: 150px;  
    height: 16px;  
    background: url(../images/common/search.png) no-repeat 8px 3px;  
    border: 1px solid #CCC;  
    padding: 3px 2px 3px 26px;
	margin-top:11px;
}  
.headerSearch #searchBtn1 {  
    position: absolute;  
    top: 10px;  
    left: 195px;  
}
.headerSearch submit, .headerSearch input[type=submit] {
background: #FF9D00;
border:none;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 50px;
	padding: 3px 0;
}  
.headerSearch submit:hover, .headerSearch input[type=submit]:hover {
	 background: #ff6000;
 }  
.headerSearch submit:active, .headerSearch input[type=submit]:active   {  
   background: #ff6000;  
 }
 
 ul.listArea {
    border: 2px solid #ccc;
    padding: 10px;
	width:93%;
	margin:0 auto;
}
ul.listArea li {
    background: rgba(0, 0, 0, 0) url("../images/common/list-icon.gif") no-repeat scroll 0 0;
    font-size: 100%;
    margin-bottom: 5px;
    padding-left: 25px;
}

 
#main{
	background:#fff;}
#main_bg {
	background: url(../images/common/main_bg02.gif) repeat-x bottom;
	width: 100%;
	height:345px;
	position:relative;
}
#main_bg .mainInner{
	background: url(../images/common/main_bg.gif) repeat-x bottom;
	height:345px;}
#main_bg img{
	width:97%;
	margin:0 auto;
	display:block;
	padding-top:8px;}
#main_bg h2{
	width: 100%;
	height:345px;
	display:block;}
#contents .box h2{
	margin-bottom:20px;}
#contents #content_left .box h2{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	font-size:130%;
	color:#1c9659;
	font-weight:bold;}
#contents #content_left .box h2::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
#contents #content_left h3 {
	position: relative;
	background:url(../images/pc/h3-bg.gif) no-repeat 0 -3px;
	padding-bottom: .3em;
	font-size:140%;
	min-height:32px;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:2.5em;
	color:#1c9659;
}
#contents #content_left h3::before,
#contents #content_left h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 10px;
}
#contents #content_left h3::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #ffcc02 2px, #ffcc02 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #ffcc02 2px, #ffcc02 4px);
}
#contents #content_left h4 {
	position: relative;
	padding: .50em 1em .50em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #1c9659;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#1c9659;
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
}
#contents #content_left h4::after {
	position: absolute;
	top: .70em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #1c9659;
	border-radius: 100%
}
#contents #content_left h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 6px solid #ccc;
	margin-bottom:15px;
	color:#1c9659;
	font-size:110%;
	font-weight:bold;
	padding-left:.75em;
}
#contents #content_left h5::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 6px;
	background-color: #1c9659;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#contents .box p{
	overflow:hidden;}
#contents #content_left ul.type01{
	background: url(../images/phone/list-bg01.jpg) no-repeat bottom center;
	padding-bottom:160px;}
#content_left a:link		{color:#0080CC; text-decoration:none;}
#content_left a:visited 	{color:#0080CC; text-decoration:none;}
#content_left a:hover 	{color:#0080CC; text-decoration:underline;}
#content_left a:active	{color:#0080CC; text-decoration:underline;}

/* TOPマップ部分*/
.mapSearch{
	border:1px solid #1c9659;
	padding:20px;
	margin-bottom:25px;}
.mapSearch .head {
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
	
}
.mapSearch .head img{
	display: none;}
#contents #content_left .mapSearch .head h2 {
	background: url(../images/pc/h2-01.gif) no-repeat;
	width: 185px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.mapInner{
	overflow:hidden;}
.mapInner .mapL{
	width:335px;
	margin:0 auto 20px auto;
	border:1px solid #ccc;}
.mapInner .mapR{
	margin:0 auto;}
.sm-map{
	display:none;}
.pcMap{
	display:none;}
.spMap{
	display:block;}
#contents #content_left .mapInner .mareaL{
	float:left;
	width:48%;}
#contents #content_left .mapInner .mareaR{
	float: right;
	width:48%;}
#contents #content_left .mapInner h3{
	position: relative;
	padding: .40em 1em 0 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #1c9659;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#1c9659;
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
	width:76%;
}
#contents #content_left .mapInner h3::after {
	position: absolute;
	top: .70em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #1c9659;
	border-radius: 100%;
	background:none;
}
#contents #content_left .mapInner .mapR .searchMain{
	margin-bottom:20px;}
	

.category-main{
	width:100%;
	overflow:hidden;}
#contents #content_left .category-main .areaF{
	float: left;
	width:47%;
	border:1px solid #ccc;
	padding-top:10px;
	margin-right:12px;
	margin-bottom:15px;}
#contents #content_left .category-main .areaF h3{
	background:#f0e3d0;
	text-align:center;
	color:#624b2e;
	font-weight:bold;
	padding:5px;
	width:210px;
	font-size:110%;
	border:none;
	margin:0 auto 15px auto;}
#contents #content_left .category-main .categoryPhoto{
	text-align:center;}
#contents #content_left .category-main .categoryPhoto img{
	border:1px solid #ccc;}
#contents #content_left .category-main .textBg{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .category-main .readbtn{
	text-align:right;
	margin-right:15px;
	padding:5px;}
.case-main .areaF{
	width: 465px;
	height:100%;
	overflow:hidden;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #1c9659;
	border-left: 1px solid #ccc;
	padding:20px 10px 10px 10px;
	margin-bottom:20px;
	}
.case-main .areaF .caseR{
	float:right;
	width:260px;}
.case-main .areaF .categoryPhoto{
	float:left;
	width:192px;
	text-align:center;}
#wrapper #contents .case-main .areaF h3{
	width:210px;
	padding-bottom:.75em;}
#wrapper #contents .case-main .areaF .readbtn{
	text-align:right;}
#wrapper #contents .case-main .areaF .readbtn{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:35%;
	text-align: center;
	float: right;
	border-bottom:none;
	margin-top:5px;
	font-size:90%;}
#wrapper #contents .case-main .areaF .readbtn a{ color:#fff; padding-left:5px;}
#wrapper #contents .case-main .areaF .readbtn a:hover{ color:#fff; text-decoration:underline;}
.pagination{
	overflow:hidden;
	margin-top:20px;}
.pagination .inner{
	float:right;
	margin-right:15px;}
.pagination span.page-numbers{
	float:left;
	background:#1c9659;
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	border:1px solid #1c9659;}
#contents #content_left .pagination a.next{
	border:none;
	padding-left:10px;}
#contents #content_left .pagination a.prev{
	border:none;
	padding-right:10px;}
.pagination a.page-numbers{
	border:1px solid #1c9659;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
	float:left;
	display:block;}
#contents #content_left .category-main .categoryPhoto a:hover img {
    opacity: 0.7;
}

#contents #content_left .news-main{
	width:100%;
	overflow:hidden;
	padding-top:10px;}
#contents #content_left .news-main .areaF{
	margin-bottom:40px;
	overflow:hidden;
	clear:both;}
#contents #content_left .news-main p{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .news-main .readbtn{
	float:right;
	margin-right:10px;
	background:#1c9659;
	margin-top:15px;}
#contents #content_left .news-main .readbtn a{
	color:#fff;
	text-decoration:none;}
#contents #content_left .news-main .readbtn a:hover{
	text-decoration:underline;}
	
	
.phone_main {
	display:none;
}
#nav {
	background: url(../images/tablet/navi_bg.png) repeat-x left top #f0e3d0;
	width: 100%;
	height: 58px;
}
#nav ul {
	width: 738px;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	height: 58px;
	float: left;
}
#nav ul .nav01, #nav ul .nav03, #nav ul .nav04, #nav ul .nav05, #nav ul .nav06, #nav ul .nav07 {
	width:147px;
}
#nav ul .nav02 {
	width:147px;
}
#nav ul a {
	background:url(../images/tablet/navi.png) no-repeat;
	height: 0px;
	display: block;
	overflow: hidden;
	padding-top: 58px;
	line-height: 58px;
}
#nav ul .nav01 a {
	background-position: 0px 0px;
	width:147px;
}
#nav ul .nav02 a {
	background-position: -147px 0px;
	width:147px;
}
#nav ul .nav03 a {
	background-position: -294px 0px;
	width:147px;
}
#nav ul .nav04 a {
	background-position: -441px 0px;
	width:148px;
}
#nav ul .nav05 a {
	background-position: -589px 0px;
	width:149px;
}

#nav ul .nav01c a, #nav ul .nav01 a:hover {
	background-position: 0px -58px;
	width:147px;
}
#nav ul .nav02c a, #nav ul .nav02 a:hover {
	background-position: -147px -58px;
	width:147px;
}
#nav ul .nav03c a, #nav ul .nav03 a:hover {
	background-position: -294px -58px;
	width:147px;
}
#nav ul .nav04c a, #nav ul .nav04 a:hover {
	background-position: -441px -58px;
	width:148px;
}
#nav ul .nav05c a, #nav ul .nav05 a:hover {
	background-position: -589px -58px;
	width:149px;
}

#contents {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	margin-bottom:30px;
	padding-top:20px;
	clear:both;
}
#content_left {
	width: 487px;
	float: left;
	margin-left:5px;
	margin-top:10px;
}
.point_box{
	margin-bottom:25px;}
.point_box p{
	background:url(../images/tablet/top-point.gif) no-repeat;
	width:487px;
	height:220px;
	display:block;}
.point_box p img{ display:none;}
.mapSearch{
	border:1px solid #1c9659;
	padding:15px 15px 0 15px;
	margin-bottom:25px;}
.mapSearch .head {
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
	
}
.mapSearch .head img{
	display: none;}
#contents #content_left .mapSearch .head h2 {
	background: url(../images/pc/h2-01.gif) no-repeat;
	width: 185px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.service_box {
	width: 487px;
	margin-bottom:20px;
}
.service_box .head {
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
	
}
.service_box .head img{
	display: none;}
#contents #content_left .service_box .head h2 {
	background: url(../images/pc/h2-02.gif) no-repeat;
	width: 275px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.service_box .head span {
	width: 76px;
	height: 26px;
	float: right;
}
.service_box .head span a {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px 0px;
	width: 76px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.service_box .head span a:hover {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px -26px;
}
.service_box .inner {
	width: 448px;
	border: 1px solid #a7a7a7;
	background:#fff9e7;
	padding:20px 19px 15px 19px;
}
.service_box .inner_phone {
	display:none;
}
/* jcarousel */
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:448px;
	overflow:hidden;
}
.jcarousel-clip .jcarousel-clip-horizontal {
	width:448px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 210px;
	margin-right: 28px;
}

.jcarousel-skin-tango .jcarousel-item dt {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-bottom: 2px solid #1c9659;
	background:#fff;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.jcarousel-skin-tango .jcarousel-item dt::after {
	position: absolute;
	top: 1.1em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #1c9659;
	border-radius: 100%
}
.jcarousel-skin-tango .jcarousel-item dt a{
	background: url(../images/pc/cam-textbg.gif) repeat-x bottom;
	font-weight:bold;}

.jcarousel-skin-tango .jcarousel-item dd{
	border-top:1px solid #ccc;
	line-height:1.5;
	padding-top:5px;}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(../images/tablet/service-icon-right.png) no-repeat 0 0;
	width: 23px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 89px;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/tablet/service-icon-left.png);
	left: 0px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -90px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(../images/tablet/service-icon-left.png) no-repeat 0 0;
	width: 23px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 89px;
	left: 0px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(../images/tablet/service-icon-right.png);
	left: auto;
	right: 0px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -23px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -90px 0;
	cursor: default;
}

.point_box{
	margin-bottom:20px;}
.news_box {
	width: 487px;
	margin-bottom:35px;
}
#contents #content_left .news_box .head{
	padding: 10px 20px 10px 20px;
	border: 1px solid #1c9659;
	margin-bottom:15px;
	overflow:hidden;
}
#contents #content_left .news_box .head h2 {
	background: url(../images/pc/h2-03.gif) no-repeat;
	width: 275px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
	border:none;
}
.news_box .head span {
	width: 76px;
	height: 26px;
	float: right;
}
.news_box .head span a {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px 0px;
	width: 76px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(../images/pc/top-linkicon.gif) no-repeat 0px -26px;
}
.news_box .inner {
	background:#fff;
	padding:3px 19px 0 19px;
	border:5px solid #cccccc;
}
.news_box .inner dl {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
}
.news_box .inner dl:last-child {
	list-style: none;
	margin-bottom:5px;
	border: 0;
}
.news_box .inner dt {
	position: relative;
	padding: .75em 1em .75em 2.5em;
	float:left;
}
.news_box .inner dt::after {
	position: absolute;
	top: 1.1em;
	left: .5em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 4px solid #1c9659;
	border-radius: 100%
}
.news_box .inner .newsIcon {
	background:#e72f2f;
	color:#fff;
	padding:0 5px;
	margin-right:5px;
}
.news_box .inner dd {
	width: 100%;
	padding-top:11px;
}
.news_box .inner dd a:link		{color:#0080CC; text-decoration:none;}
.news_box .inner dd a:visited 	{color:#0080CC; text-decoration:none;}
.news_box .inner dd a:hover 	{color:#0080CC; text-decoration:underline;}
.news_box .inner dd a:active	{color:#0080CC; text-decoration:underline;}

	
.contactBg{
	width:487px;
	position:relative;
	margin-top:60px;
	clear:both;
	margin-bottom:20px;}	
.contactBg .inner{
	width:487px;
	border:3px solid #f57900;
	padding-bottom:10px;
	overflow:hidden;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#wrapper #content_left .contactBg h3{
	margin-top:15px;
	position:absolute;
	border:none;
	padding:0 0 0 5px;
	top:-30px;}
#wrapper #content_left .contactBg h3 img{
	width:62%;}
.contactBg .contactText{
	padding-left:16px;
	font-size:13px;
	margin-top:17px;}
.contactBg .contactDay{
	color:#624b2e;}
.contactBg .contactDay span{
	color:#f57900;
	font-weight:bold;}
.contactBg .areaL{
	width:258px;
	float: left;
	padding-left:10px;
	text-align:center;}
.contactBg .areaR{
	width:200px;
	height:77px;
	float: right;
	padding-right:10px;
	padding-top:14px;}
.contactBg .areaR a{
	width:200px;
	height:77px;
	display:block;
	text-indent:-9999px;
	background:url(../images/tablet/contact-btn.png) no-repeat 0 0;}
.contactBg .areaR a:hover{background:url(../images/tablet/contact-btn.png) no-repeat 0 -77px;}
.contactBg .contactBtn{ display:none;}
.contactTelPhone{ display: none;}
.contactPc{ display:block;}

.capt{
	margin-top:10px;
	display:block;}
.captchaText{
	margin-bottom:25px;
	width:30%;}

/* 投稿ページ用 */
.tPage{
	overflow:hidden;}
.post-meta{
	margin-bottom:15px;}
.post-date{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	display:block;
	width:100%;
	text-align:right;}
.categoryList{
	float:right;
	background:url(../images/common/title-icon.gif) no-repeat right center;
	padding-right:20px;
	margin-bottom:15px;
	clear:both;
	margin-top:25px;}
.navigation{
	margin-top:40px;
	overflow:hidden;
	border:1px solid #ccc;
	width:97%;
	padding:10px;
	clear:both;
	background:#F8F8F8;}
.listL{
	float:left;}
.listR{
	float:right;}
.alignright{
	float: right;
	display:block;
	margin-left:15px;}
#content_left .pankuzu{
	margin-bottom:10px;}
.snsBg{
	clear:both;
	padding-top:20px;
	overflow:hidden;}
.wp_social_bookmarking_light{
	float:right;}
	
/* 問い合わせページ */	
#content_left .wpcf7{
	margin-top:20px;}
#content_left .wpcf7 p{
	margin-bottom:15px;}
#content_left .wpcf7 .hs{
	color:#FF0000;
	font-size:80%;}
	
#content_left .wpcf7 .tableContact{
	width:100%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;
}
#content_left .wpcf7 .tableContact th{
	padding:10px;
	background:#FCEFDB;
	border:1px solid #ccc;
	text-align:left;
	width:35%;
	font-size:110%;
}
#content_left .wpcf7 .tableContact td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
}
#content_left .wpcf7 .tableContact .contactS{ width:40%;}
#content_left .wpcf7 .tableContact .form-width{ width:75%;}
#content_left .wpcf7 .tableContact .contactText{ width:90%;}
#content_left .wpcf7 .contactBtn{
	width:25%;
	font-size:150%;
	background:#1C9659;
	color:#fff;
	font-weight:bold;
	height:40%;
	display:block;
	margin:0 auto;}
#content_left .wpcf7 .contactText{
	width:80%;}
.wpcf7-mail-sent-ok	{
	display:none!important
}
.wpcf7-list-item{
	display:block;}

/* 店舗一覧 */	
.attachment-100x100{
	float:right;
	border:1px solid #ccc;}
.lcp_catlist{
	margin-bottom:20px;
	clear:both;}
.lcp_catlist li{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#FFF9E7;
	padding:15px 15px 15px 15px;
	margin-bottom:15px;}
.lcp_catlist h4{
	width:61%;}
.lcp_excerpt{
	width:74%;}
.shop-list li{
	clear:both;
	display:block;}
#content_left .shop-list .shopB{
	padding: .5em .75em;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;
	background-color: #f6f6f6;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;}
.shop-list .shopText{
	width:65%;}
#contents .shop-list .shopLink{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:28%;
	float: right;
	border-bottom:none;
	font-size:90%;
	clear:both;}
#contents .shop-list .shopLink a{ color:#fff; padding-left:5px;}
#contents .shop-list .shopLink a:hover{ color:#fff; text-decoration:underline;}
#contents .shop-list .shopLink .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
#contents .shop-list .shopLink .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
#contents .shop-list .shopLink .arrow::before,
#contents .shop-list .shopLink .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -132px;
margin: auto;
content: "";
vertical-align: middle;
}
#contents .searchArea .searchLink{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:28%;
	float: right;
	text-align:left;
	border-bottom:none;
	font-size:90%;
	clear:both;}
#contents .searchArea .searchLink a{ color:#fff; padding-left:5px;}
#contents .searchArea .searchLink a:hover{ color:#fff; text-decoration:underline;}
#contents .searchArea .searchLink .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
#contents .searchArea .searchLink .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
#contents .searchArea .searchLink .arrow::before,
#contents .searchArea .searchLink .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -132px;
margin: auto;
content: "";
vertical-align: middle;
}
	
/* side */
#content_right {
	width: 210px;
	float: right;
	margin-right:5px;
	padding-top:5px;
}
#content_right a{
	outline: none;}
#aside {
	width: 210px;
	margin-bottom: 15px;
}
.asideInner {
	width: 199px;
	margin-left:19px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.asideInner ul {
	width: 200px;
}
.asideInner ul li {
	width: 198px;
	font-size:100%;
	border-bottom:2px dotted #ccc;
	margin:0 auto;
	background:#fff;
	padding-top:2px;
}
.asideInner ul li.none{
	border:none;
	padding-bottom:0;}
.asideInner ul li a {
	background: url(../images/pc/side-icon.gif) no-repeat 10px 10px;
	width: 191px;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 25px;
}
.asideInner ul li a:link		{color:#222; text-decoration:none;}
.asideInner ul li a:visited 	{color:#222; text-decoration:none;}
.asideInner ul li a:hover 	{color:#f57900; text-decoration:none;}
.asideInner ul li a:active	{color:#f57900; text-decoration:none;}

.flyerBtn{
	width:210px;
	height:147px;
	margin-bottom:10px;}
.flyerBtn a{ background:url(../images/tablet/side-flyer.png) no-repeat 0 0;
	width:210px;
	height:147px;
	overflow: hidden;
  display:block;}
.flyerBtn img{
	display:none;}
 

.camBanner{
	width:210px;
	height:80px;
	margin-bottom:10px;}
.camBanner a{
	background:url(../images/tablet/side-cambanner.png) no-repeat 0 0;
	width:210px;
	height:80px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display:block;}
.camBanner img{
	display:none;}
 
.shopBanner{
	width:210px;
	height:80px;
	margin-bottom:15px;}
.shopBanner a{
	background:url(../images/tablet/side-shopbanner.png) no-repeat 0 0;
	width:210px;
	height:80px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display:block;}
.shopBanner img{
	display:none;}
.sideMenu{
	width:210px;
	background:#fff9e7;
	border:1px solid #a7a7a7;
	padding-top:15px;
	padding-bottom:5px;}
.sideMenu h3{
	border-top:2px solid #1c9659;
	background:url(../images/pc/side-menuicon.gif) no-repeat right center #fff;
	border-bottom:1px solid #1c9659;
	padding-top:10px;
	padding-bottom:10px;
	width:85%;
	margin:0 auto 10px auto;
	padding-left:5px;
	font-size:18px;
	font-weight:bold;
	color:#1c9659;}
.sideMenu li{
	border:1px solid #cccccc;
	background: url(../images/pc/side-menuicon02.gif) no-repeat 8px 7px #f5e1c1;
	padding:5px 5px 5px 33px;
	width:70%;
	margin:0 auto 7px auto;}
.campain{
	width:210px;
	background:url(../images/pc/side-cambg.png) repeat;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:15px;}
.campain .campInner{
	background:#fff;
	width:95%;
	margin:0 auto;}
.campain .campInner h3{
	background:url(../images/tablet/side-camptitle.gif) no-repeat 0 0;
	height:61px;
	overflow: hidden;}
.campain .campInner h3 img{
	display:none;}
.campain .campInner .campain{
	background:#fff;
	width:95%;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:10px;}
.campain .campInner .campain p.linkBtn{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:50%;
	float: right;
	border-bottom:none;
	margin-top:5px;
	font-size:14px;}
.campain .campInner .campain p.linkBtn a{ color:#fff; padding-left:5px;}
.campain .campInner .campain p.linkBtn a:hover{ color:#fff; text-decoration:underline;}

.campain .campInner .campain p.linkBtn .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
.campain .campInner .campain p.linkBtn .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
.campain .campInner .campain p.linkBtn .arrow::before,
.campain .campInner .campain p.linkBtn .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -96px;
margin: auto;
content: "";
vertical-align: middle;
}

.campain .campInner .campain p.campList{
	background:url(../images/pc/side-campicon.gif) no-repeat 5px 0;
	padding-left:30px;
	border-bottom:2px dotted #ccc;
	margin:0 auto 5px auto;
	padding-bottom:5px;
	width:85%;}
.campain .campInner .campain p.campList a{
	color:#0080cc;}
.news{
	border:4px solid #ccc;
	width:202px;
	margin:0 auto 15px auto;
	padding-bottom:10px;
	padding-top:10px;
	overflow:hidden;}
.news .newsTitle h3{
	width:70%;
	position: relative;
	padding: 0.3em 1em 0.3em 1.5em;
	border: 1px solid #1c9659;
	margin:0 auto 5px auto;
	font-size:120%;
	color:#1c9659;
	font-weight:bold;}
.news .newsTitle h3::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 4px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
.news .newsBg p.newsList {
	position: relative;
	padding: .50em 0.3em .50em 2.3em;
	border-bottom:1px solid #ccc;
	width:76%;
	margin:0 auto;
	line-height:1.6;
}
.news .newsBg p.newsList::after {
	position: absolute;
	top: 0.75em;
	left: .5em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 4px solid #1c9659;
	border-radius: 100%
}
.news .newsBg p.newsList time{
	display:block;}
.news .newsBg p.linkBtn{
	background:#1c9659;
	color:#fff;
	padding:0 5px;
	width:45%;
	float: right;
	border-bottom:none;
	margin-top:10px;
	margin-right:10px;
	font-size:90%;}
.news .newsBg p.linkBtn a{ color:#fff; padding-left:5px;}
.news .newsBg p.linkBtn a:hover{ color:#fff; text-decoration:underline;}
.news .newsBg p.linkBtn .icon01::before{
left: 5px;
box-sizing: border-box;
width: 10px;
height: 10px;
border: 4px solid transparent;
border-left: 4px solid #fff;
color:#fff;
}
.news .newsBg p.linkBtn .arrow{
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
}
.news .newsBg p.linkBtn .arrow::before,
.news .newsBg p.linkBtn .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -96px;
margin: auto;
content: "";
vertical-align: middle;
}
.news .newsBg p.newsList a{
	color:#0080cc;}
.news .newsBg .newsIcon {
	background:#e72f2f;
	color:#fff;
	padding:0 5px;
	margin-right:5px;
}
.searchBg{
	width:208px;
	background:#fff9e7;
	border:1px solid #a7a7a7;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:15px;}
.searchBg h3{
	width:70%;
	position: relative;
	padding: 0.3em 1em 0.3em 1.5em;
	border: 1px solid #1c9659;
	margin:0 auto 10px auto;
	font-size:120%;
	color:#1c9659;
	font-weight:bold;
	background:#fff;}
.searchBg h3::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 4px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
.searchBg h4{
	position: relative;
	padding: .3em .75em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	width:80%;
	margin:0 auto 15px auto;
	font-weight:bold;
}
.searchBg h4::before,
.searchBg h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.searchBg h4::before {
	border-top: 15px solid #ccc;
}
.searchBg h4::after {
	margin-top: -2px;
	border-top: 15px solid #fff;
}
.searchMain{
	width:89%;
	overflow:hidden;
	margin:0 auto 15px auto;}
.searchMain submit, .searchMain input[type=submit] {
background: #ff9d00;
border:none;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 50px;
	padding: 3px 0;
	float:right;
}  
.searchMain submit:hover, .searchMain input[type=submit]:hover {
	 background: #ff6000;
 }  
.searchMain submit:active, .searchMain input[type=submit]:active   {  
   background: #ff6000;  
 } 
.searchMain .sizeM {
	width:98%;
	margin-bottom:10px;
	margin-right:5px;}
.sizeS{
	margin-bottom:10px;
	width:95%;}



/* footer */
#footer {
	clear:both;
	width:100%;
	height:100%;
	background:#1c9659;
	padding:20px 0;
	color:#624b2e;
}
#footer .inner{
	font-size:14px;
	overflow:hidden;
	width:738px;
	margin:0 auto;
	position:relative;}
#footer .inner .areaL{
	width:215px;
	float:left;}
#footer .inner .areaR{
	width:420px;
	float:right;
	overflow:hidden;
	padding-left:15px;
	margin-bottom:35px;}
#footer .inner .areaR ul li{
	background:url(../images/common/footer-icon.gif) no-repeat 5px 11px;
	border:1px solid #fff;
	padding:5px 12px 5px 31px;
	margin-left:10px;
	text-align:center;
	font-size:90%;
	float:left;}
#footer small {
	width: 325px;
	height: 12px;
	position: absolute;
	color:#fff;
	right: 0;
	bottom: 5px;
}
#footer .inner .areaR ul li a{
	color:#fff;}
#footer .inner .areaR ul li a:hover{
	color:#fff;
	text-decoration:underline;}

	
/* 検索関連 */	
#content_left .search_results .searchB{
	padding: .5em .75em;
    border: 1px solid #eee;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset, -1px -1px 0 rgba(100, 100, 100, .1) inset;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:15px;
    padding-left:15px;
    background-color: #f6f6f6;
    height:100%;
    overflow:hidden;
    margin-bottom:20px;}
#content_left .photoBg{
	float:right;}
#content_left .excerpt{
	float:left;
	width:62%;}
#content_left .searchLink{
	text-align:right;
	margin-top:10px;}
	
/* 店舗詳細ページ */
.shopData{
	width:100%;
	overflow:hidden;}
.shopData .areaL{
	float:left;
	width:267px;}
.shopData .areaR{
	float:right;
	width:200px;
	border:1px solid #ccc;
	height:150px;}
.shopData .areaData{
	background:#fbd696;
	font-size:110%;
	padding:7px 10px 7px 15px;
	font-weight:bold;
	margin-bottom:15px;
	width:241px;}
.shopData .areaData .red{
	color:#e90d0d;}
.shopData .tableShop{
	width:100%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;}
.shopData .tableShop th{
	padding:5px;
	background:#fff1bd;
	border:1px solid #ccc;
	text-align: center;
	width:auto;
	width:30%;}
.shopData .tableShop td{
	padding:5px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;}
.shopPhone{
	overflow:hidden;}
#content_left .shopPhone{
	margin-bottom:15px;}
#content_left .shopPhone ul{
	}
#content_left .shopPhone li{
	float:left;
	width:165px;}
#content_left .shopPhone li:last-child {
	width:150px;}
#content_left .shopPhone li img{
	width:150px;
	border:1px solid #ccc;}
.shopService{
	overflow:hidden;
	margin-bottom:30px;}
.shopService li{
	float:left;
	margin-right:10px;}
.shopService li.shopIcon01 img{ width:79px;}
.shopService li.shopIcon02 img{ width:79px;}
.shopService li.shopIcon03 img{ width:124px;}
.shopService li.shopIcon04 img{ width:130px;}
.shopData02 .tableShop{
	width:100%;
	border:1px solid #ccc;
	margin:0 auto 30px auto;}
.shopData02 .tableShop th{
	padding:10px;
	background:#f7e5c8;
	border:1px solid #ccc;
	text-align: center;
	width:auto;
	font-size:110%;
	width:20%;}
.shopData02 .tableShop td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
	font-size:110%;}
.shopList{
	margin-left:20px;
	margin-bottom:20px;}
.shopList li{
	background:url(../images/pc/map-accicon.gif) no-repeat 0 3px;
	padding-left:30px;
	margin-bottom:5px;
	font-size:90%;}
.shopMap{
	width:450px;
	margin:0 auto 30px auto;
	border:1px solid #ccc;}
.shopMap ifreme{
	width:450px;}
.shopContact{
	overflow:hidden;
	margin-top:10px;}
.shopContact .shopTel{
	text-align:center;
	margin-bottom:10px;}
.shopContact .shopTel img{
	width:350px;
	height:112px;}
.shopContact .shopContactbtn img{
	width:300px;
	height:89px;}
.shopContact .shopContactbtn{
	text-align:center;}
.qrBg{
	border:1px solid #ccc;
	width:198px;
	overflow:hidden;
	margin-top:15px;
	background:url(../images/pc/qr-text.gif) no-repeat 12px 22px;
	-webkit-background-size: 90px 53px;
	background-size: 90px 53px;}
.qrBg img{
	width:90px;
	float:right;
	margin-right:5px;}
.hpBg{ margin-top:15px; background:none;}
.hpSm{ display:none;}
.smPhoneImg{ display:none;}

.tableCom{
	width:95%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;
	clear:both;}
.tableCom th{
	padding:10px;
	background:#fff1bd;
	border:1px solid #ccc;
	text-align: center;
	width:auto;
	font-size:110%;
	width:30%;}
.tableCom td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
	font-size:110%;}

}
@media screen and (max-width: 655px) {
/* スマートフォン用のスタイル記述 */
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#nav {
	display:none;
}
#nav_phone {
	display:block;
}
#wrapper {
	width:100%;
	font-size:1.2rem;
	line-height: 160%;
	min-width:320px;
	overflow: inherit;
}
#menu {
	background-color: #0969A8;
	border-bottom: 1px solid #349ED1;
	display: none;
	width: 100%;
}
#menu.open_menu {
	display:block;
}
#menu ul {
	width:100%;
	overflow:hidden;
}
#menu ul li {
	width:50%;
	height:50px;
	float:left;
	text-align:center;
}
#menu ul li a {
	height:50px;
	line-height:50px;
	color:#fff;
	float:left;
}
#menu ul li.nav01 a, #menu ul li.nav01c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav02 a, #menu ul li.nav02c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav03 a, #menu ul li.nav03c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav04 a, #menu ul li.nav04c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav05 a, #menu ul li.nav05c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav06 a, #menu ul li.nav06c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav07 a, #menu ul li.nav07c a {
	width:100%;
	border-right: 1px solid #349ED1;
}
#menu ul li.nav01c a, #menu ul li.nav02c a, #menu ul li.nav03c a, #menu ul li.nav04c a, #menu ul li.nav05c a, #menu ul li.nav06c a, #menu ul li.nav07c a {
	background-color:#0186C5;
}
#header {
	background:#1C9659;
	width:100%;
	height:56px;
}
#header_inner {
	display: none;
}
#header h1 {
	width: 338px;
	height: 18px;
	font-size: 75%;
	color: #FFFFFF;
	left: 0;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	top: 22px;
	padding-left:10px;
}
.logo {
	width: 150px;
	position: absolute;
	bottom:18px;
	top:80px;
	left:0px;
}
.pc {
	display: none;
}
#wrapper .pcImg {
	display: none;
}
#wrapper .smImg{
	display: block;}
.phone {
	display: block;
	width:60%;
	color:#fff;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:0;
}
.header_nav {
	display: none;
}

.headerSearch {
	display:none;
}
.headerInfo {
	width: 135px;
	position: absolute;
	right: 0px;
	bottom: 57px;
}
.headerPhone {
	width:135px;
	margin-right:0px;
}
.headerInfo li {
	float: left;
}
.headerInfobtn {
	display:none;
}
ul.listArea {
    border: 2px solid #ccc;
    padding: 10px;
	width:90%;
	margin:0 auto 30px auto;
}
ul.listArea li {
    background: rgba(0, 0, 0, 0) url("../images/common/list-icon.gif") no-repeat scroll 0 0;
    font-size: 100%;
    margin-bottom: 5px;
    padding-left: 25px;
}

#main {
	width: 100%;
	background:none;
	padding-bottom:0;
}
#main_bg {
	display:none;
}
#contents #content_left .box p{
	padding-left:5px;
	padding-right:5px;}
#contents #content_left .box h2{
	position: relative;
	padding: .50em 1em .50em 1.5em;
	border: 1px solid #1c9659;
	font-size:120%;
	color:#1c9659;
	font-weight:bold;
	width:83%;
	margin:0 auto 15px auto;}
#contents #content_left .box h2::after {
	position: absolute;
	top: .5em;
	left: .7em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #1c9659;
	border-radius: 1px;
}
#contents #content_left h3 {
	position: relative;
	background:url(../images/phone/h3-bg.gif) no-repeat 0 -4px;
	-webkit-background-size: 34px 30px;
	background-size: 34px 30px;
	padding-bottom: .3em;
	font-size:120% !important;
	min-height:32px;
	font-weight:bold;
	padding-left:2.5em;
	color:#1c9659;
	width:84%;
	margin:0 auto 20px auto;
}
#contents #content_left h4 {
	position: relative;
	padding: .35em 1em .25em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #1c9659;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#1c9659;
	font-size:105%;
	font-weight:bold;
	width:82%;
	margin:0 auto 20px auto;
}
#contents #content_left h4::after {
	top: .55em;
	left: .7em;
}
#contents #content_left h5{
	width:95%;
	padding-left:3px;
	margin:0 auto 15px auto;}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#contents .box p{
	overflow:hidden;}
#contents #content_left ul.type01{
	background: url(../images/phone/list-bg01.jpg) no-repeat bottom center;
	padding-bottom:150px;}
#content_left a:link		{color:#0080CC; text-decoration:none;}
#content_left a:visited 	{color:#0080CC; text-decoration:none;}
#content_left a:hover 	{color:#0080CC; text-decoration:underline;}
#content_left a:active	{color:#0080CC; text-decoration:underline;}
#contents #content_left .tableNormal th{
	background:#F6EFE9;
	padding:5px;
	border:1px solid #ccc;
	width:35%;
}

.mapInner .mapL{
	width:98%;}
.sm-map{
	display: block;}
.sm-map img{
}
.pc-map{
	display: none;}
#contents #content_left .mapInner .mareaL{
	float:none;
	width:100%;
	margin:0 auto;}
#contents #content_left .mapInner .mareaR{
	float:none;
	width:100%;
	margin:0 auto;}
#contents #content_left .mapInner .mareaL .searchMain .sizeM{
	width:70%;
	margin-bottom:25px;}
#contents #content_left .mapInner .mapR .searchMain{
	margin-bottom:0;}

.category-main{
	width:100%;
	overflow:hidden;}
#contents #content_left .category-main .areaF{
	width:90%;
	border:1px solid #ccc;
	padding-top:10px;
	margin-right:25px;
	margin-bottom:15px;}
#contents #content_left .category-main .areaF h3{
	background:#f0e3d0;
	text-align:center;
	color:#624b2e;
	font-weight:bold;
	padding:5px;
	width:90%;
	font-size:100%;
	border:none;
	margin:0 auto 15px auto;}
#contents #content_left .category-main .categoryPhoto{
	text-align:center;}
#contents #content_left .category-main .categoryPhoto img{
	border:1px solid #ccc;}
#contents #content_left .category-main .textBg{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .category-main .readbtn{
	text-align:right;
	margin-right:15px;
	padding:5px;}
	
.case-main{
	width:100%;
	overflow:hidden;}
#contents #content_left .case-main .categoryPhoto{
	text-align:center;}
#contents #content_left .case-main .categoryPhoto img{
	border:1px solid #ccc;}
#contents #content_left .case-main .textBg{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .case-main .readbtn{
	text-align:right;
	margin-right:15px;
	padding:5px;}

#contents #content_left .case-main .areaF{
	width:88%;
	border:1px solid #ccc;
	padding-top:15px;
	margin:0 auto 15px auto;
	float:none;}
.case-main .areaF .caseR{
	float:none;
	width:97%;
	margin:0 auto;}
.case-main .areaF .categoryPhoto{
	float: none;
	width:192px;
	text-align:center;
	margin:0 auto 15px auto;}
#wrapper #contents .case-main .areaF h3{
	width:84%;
	padding-bottom:5px;
	margin:0 auto 15px auto;}
#wrapper #contents .case-main .areaF .readbtn{
	text-align:right;}
#wrapper #contents .case-main .areaF .readbtn{
	background:#1c9659;
	color:#fff;
	padding:.45em 0;
	width:50%;
	text-align: center;
	margin-right:0;
	float: right;
	border-bottom:none;
	margin-top:20px;
	font-size:100%;}
#wrapper #contents .case-main .areaF .readbtn a{ color:#fff; padding-left:5px;}
#wrapper #contents .case-main .areaF .readbtn a:hover{ color:#fff; text-decoration:underline;}

	
	
.pagination{
	overflow:hidden;
	margin-top:20px;
	padding-left:20px;}
.pagination .inner{
	float:right;}
.pagination span.page-numbers{
	float:left;
	background:#1c9659;
	color:#fff;
	width:40px;
	text-align:center;
	display:block;
	border:1px solid #1c9659;}
#contents #content_left .pagination a.next{
	border:none;
	padding-left:10px;
	width:55px;}
#contents #content_left .pagination a.prev{
	border:none;
	padding-right:10px;
	width:55px;}
.pagination a.page-numbers{
	border:1px solid #1c9659;
	text-align:center;
	width:40px;
	float:left;
	display:block;}
#contents #content_left .category-main .categoryPhoto a:hover img {
    opacity: 0.7;
}

#contents #content_left .news-main{
	width:100%;
	overflow:hidden;
	padding-top:10px;}
#contents #content_left .news-main .areaF{
	margin-bottom:40px;
	overflow:hidden;
	clear:both;}

#contents #content_left .news-main p{
	padding-left:10px;
	padding-right:10px;}
#contents #content_left .news-main .readbtn{
	float:right;
	margin-right:10px;
	background:#1c9659;
	margin-top:15px;
	font-size:90%;}
#contents #content_left .news-main .readbtn a{
	color:#fff;
	text-decoration:none;}
#contents #content_left .news-main .readbtn a:hover{
	text-decoration:underline;}

#content_left .wpcf7 .tableContact{
	width:95%;
	border:1px solid #ccc;
	margin:0 auto 20px auto;
}
#content_left .wpcf7 .tableContact tr{
	width:95%;}
#content_left .wpcf7 .tableContact th{
	padding:10px;
	background:#FCEFDB;
	border:1px solid #ccc;
	text-align:left;
	width:30%;
	font-size:110%;
}
#content_left .wpcf7 .tableContact td{
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
	width:auto;
}
#content_left .wpcf7 .tableContact .contactS{ width:95%;}
#content_left .wpcf7 .tableContact .form-width{ width:95%;}
#content_left .wpcf7 .contactBtn{
	width:60%;
	font-size:150%;
	background:#1C9659;
	color:#fff;
	font-weight:bold;
	height:50%;
	display:block;
	margin:0 auto;}
#content_left .wpcf7 .contactText{
	width:95%;}	


#contents #content_left .nameImg img{
	width:60%;}

.phone_main {
	width: 100%;
	height: 100%;
	display:block;
}
#contents {
	width: 96%;
	margin:0 2%;
	overflow:hidden;
	padding-top:5px;
}
#content_left {
	width: 100%;
	float:none;
	margin-bottom:20px;
	margin-left:0;
	overflow:hidden;
	clear:both;
}
.point_box{
	margin-bottom:25px;
	text-align:center;}
.point_box img{
	width:90%;
	margin:0 auto;}
.point_box p{
	background: none;
	width:340px;
	height:auto;
	margin:0 auto;
	display:block;}
.point_box p img{ display: block;}
.mapSearch{
	border:1px solid #1c9659;
	padding:15px;
	margin:0 auto 25px auto;
	width:85%;}
.mapSearch .head {
	width: 94%;
    padding: .50em 0.5em .50em 0.5em;
	
}
#contents #content_left .mapSearch .head h2 {
	background: none;
	width: 70% !important;
	height: 22px;
	float: none;
	overflow: hidden;
	padding-top:0;
	border:none;
}
#contents #content_left .mapSearch .head h2 img{
	display: block;}
.service_box {
	width: 100%;
	margin-bottom:35px;
}
.service_box .head {
    width: 95%;
	margin:0 auto 15px auto;
    padding: 10px 2% 0 2%;
}
.service_box .head h2 {
    background:none !important;
    padding-top:0px !important;
    padding-bottom:10px;
    height:auto !important;
    float: left;
    width: 70% !important;
    display:block;
}
.service_box .head span {
    width: 27%;
    float: right;
    margin-top:0;
}
.service_box .head span img{
    width:80%;}
.service_box .head span a {
    background:none;
    width: 97px;
    height: 35px;
    padding:0px;
    display:block;
}
.service_box .head span a:hover{ background:none;}
#content_left .service_box img{
    display:block;}
.service_box .inner {
	display:none;
}
.service_box .inner_phone {
	width: 95%;
	margin:0 auto;
	display:block;
	padding:5px 0px 0px 0px;
}
.service_list {
	width: 100%;
	border-bottom: 1px solid #ccc;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	overflow:hidden;
}
.service_list a.title {
	width: 35%;
	float:left;
	margin-right: 20px;
}
.service_list dl {
	width: 58%;
	float: left;
}
.service_list dl dt {
	position: relative;
	padding: 0 0 0.5em 1.2em;
	border-bottom: 2px solid #1c9659;
	background:#fff;
	margin-bottom:10px;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.service_list dl dt::after {
	position: absolute;
	top: 0.3em;
	left: 0;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	border: 3px solid #1c9659;
	border-radius: 100%
}
.service_list dl dd{
	width:100%;}

.service_list dl a {
	background: url(../images/pc/cam-textbg.gif) repeat-x bottom;
	font-weight:bold;
}

.news_box {
	width: 100%;
	margin-bottom: 30px;
}
.news_box .head {
    width: 95%;
	margin:0 auto 15px auto;
    padding: 10px 2% 0 2% !important;
}
.news_box .head h2 {
    background:none !important;
    padding-top:0px !important;
	padding-bottom:10px;
    height:auto !important;
    float: left;
    width: 70% !important;
    display:block;
}
.news_box .head span {
    width: 27%;
    float: right;
    margin-top:0;
}
.news_box .head span img{
    width:80%;}
.news_box .head span a {
    background:none;
    width: 97px;
    height: 35px;
    padding:0px;
    display:block;
}
.news_box .head span a:hover{ background:none;}
#content_left .news_box img{
    display:block;}
.news_box .inner {
    background:#fff;
    padding:3px 19px 0 19px;
    border:5px solid #cccccc;
	width:83%;
	margin:0 auto;
}
.news_box .inner dl {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    overflow:hidden;
}
.news_box .inner dl:last-child {
    list-style: none;
    margin-bottom:5px;
    border: 0;
}
.news_box .inner dt {
    position: relative;
    padding: .75em 0.5em 0.2em 1.3em;
    float:left;
}
.news_box .inner dt::after {
    position: absolute;
    top: 1.1em;
    left: 0;
    z-index: 2;
    content: '';
    width: 8px;
    height: 8px;
    border: 4px solid #1c9659;
    border-radius: 100%
}
.news_box .inner .newsIcon {
	background:#e72f2f;
	color:#fff;
	padding:0 5px;
	margin-right:5px;
	font-size:90%;
}
.news_box .inner dd {
    width: 100%;
    padding-top:0;
	display:block;
	margin-bottom:0.5em;
	clear:both;
}
	
.capt{
	margin-top:10px;
	display:block;}
.captchaText{
	margin-bottom:25px;
	width:50%;}


/* 投稿ページ用 */
.tPage{
	overflow:hidden;}
.post-meta{
	margin-bottom:15px;}
.post-date{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	display:block;
	width:100%;
	text-align:right;}
.categoryList{
	float:right;
	background:url(../images/common/title-icon.gif) no-repeat right center;
	padding-right:20px;
	margin-bottom:15px;
	clear:both;
	margin-top:25px;}
.navigation{
	margin:0 auto 40px auto;
	overflow:hidden;
	border:1px solid #ccc;
	width:92%;
	padding:10px;
	font-size:95%;
	clear:both;
	background:#F8F8F8;}
.listL{
	float: none;}
.listR{
	float: none;}
.alignright{
	float: right;
	display:block;
	margin-left:15px;}
#content_left .pankuzu{
	margin-bottom:10px;
	font-size:90%;}
	
	
/* side */
#content_right {
	float: none;
	width: 100%;
	padding-top:0;
	padding-bottom:10px;
}
#aside {
	width: 100%;
	margin-bottom: 15px;
}
#aside .sideNavibtn01 a,
#aside .sideNavibtn02 a,
#aside .sideNavibtn03 a,
#aside .sideNavibtn04 a,
#aside .sideNavibtn05 a,
#aside .sideNavibtn06 a{
	display: none;}
#aside .phonesideNavi a{
	width:100%;
	display:block;
	padding-bottom:0;
	margin-bottom:0;
}

.asideInner {
	display:none !important;}
	
.flyerBtn{
	width:100%;
	height:auto;
	margin-bottom:15px;}
.flyerBtn a{ background: none;
	width:100%;
	height: auto;
	overflow: hidden;
  display:block;}
.flyerBtn img{
	display: block;
	width:100%;}
.camBanner{
	width:100%;
	height:auto;
	margin-bottom:8px;}
.camBanner a{ background: none;
	width:100%;
	height: auto;
	overflow: hidden;
  display:block;}
.camBanner img{
	display: block;
	width:100%;}
.shopBanner{
	width:100%;
	height:auto;
	margin-bottom:10px;}
.shopBanner a{ background: none;
	width:100%;
	height: auto;
	overflow: hidden;
  display:block;}
.shopBanner img{
	display: block;
	width:100%;}
.sideMenu{
	width:91%;
	background:#fff9e7;
	border:1px solid #a7a7a7;
	padding-top:15px;
	padding-bottom:5px;
	margin:0 auto;}
.sideMenu h3{
	border-top:2px solid #1c9659;
	background:url(../images/phone/side-menuicon.gif) no-repeat right center #fff;
	border-bottom:1px solid #1c9659;
	-webkit-background-size: 34px 30px;
	background-size: 34px 30px;
	padding-top:10px;
	padding-bottom:10px;
	width:90%;
	margin:0 auto 10px auto;
	padding-left:5px;
	font-size:18px;
	font-weight:bold;
	color:#1c9659;}
.sideMenu li{
	border:1px solid #cccccc;
	background: url(../images/phone/side-menuicon02.gif) no-repeat 8px 9px #f5e1c1;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding:7px 5px 7px 37px;
	width:78%;
	margin:0 auto 7px auto;}
.campain{
	width:93%;
	background:url(../images/pc/side-cambg.png) repeat;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto 15px auto;}
.campain .campInner{
	background:#fff;
	width:95%;
	margin:0 auto;}
.campain .campInner h3{
	background: none;
	overflow: hidden;
	height:67px;}
.campain .campInner h3 img{
	display:block;}
.campain .campInner .campain{
	width:95%;}
.campain .campInner .campain p.campList{
	background:url(../images/phone/side-campicon.gif) no-repeat 5px 3px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding-left:30px;
	border-bottom:2px dotted #ccc;
	margin:0 auto 5px auto;
	padding-bottom:5px;
	width:90%;
	line-height:1.5;}
.campain .campInner .campain p.linkBtn{
	width:36%;}
.news{
	width:90%;
	margin:0 auto 15px auto;}
.news .newsTitle h3{
	width:73%;
	padding: 0.5em 1em 0.3em 1.5em;}
.news .newsBg p.linkBtn{
	width:35%;}
.news .newsBg p.newsList {
	width:80%;
	line-height:1.5;
}
.searchBg{
	width:90%;
	background:#fff9e7;
	border:1px solid #a7a7a7;
	padding-top:15px;
	padding-bottom:5px;
	margin:0 auto 15px auto;}
.searchBg h3{
	width:75%;
	position: relative;
	padding: 0.3em 1em 0.3em 1.5em;
	border: 1px solid #1c9659;
	margin:0 auto 10px auto;
	font-size:120%;
	color:#1c9659;
	font-weight:bold;
	background:#fff;}
.searchMain submit, .searchMain input[type=submit]{
	float:none;}
.searchMain .sizeM {
	width:75%;
	margin-bottom:10px;
	margin-right:5px;}
.sizeS{
	margin-bottom:10px;
	width:75%;}


/* footer */
#footer {
	background:#1c9659;
	width: 100%;
	height: 10px;
	padding-top:10px;
	margin-top:30px;
}
#footer .inner {
	width: 96%;
	height: 20px;
	margin: 0 2%;
	position: relative;
}
#footer .inner .areaL {
	display:none;
}
#footer .inner .areaR  {
	display:none;
}

#footer small {
	height: 15px;
	position: absolute;
	top: 5px;
	left:20px;
	line-height:100%;
	color:#fff;
}

.fS{ font-size:80%;}
.fM{ font-size:90%;}
.fL{ font-size:100%;}


/* スマホnavi */
a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.home .mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #F0E3D0;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	font-size:110%;
	font-weight:bold;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #624b2e;
	border-top: 1px solid #624b2e;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
	color:#F57800;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0 !important;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-bar h1{
	position:absolute;
	font-weight:bold;
	font-size:120%;
	left:0;}
.mean-bar h1 a{
	color:#fff;}
.mean-bar h1 a:hover {
	color:#a0e7c4;
	text-decoration:none;}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/* 検索関連 */	
#content_left .search_results .searchArea{
	overflow: hidden;
	clear:both;
	margin-bottom:20px;}
#content_left .photoBg{
	float: none;
	margin:0 auto 10px auto;
	width:150px;}
#content_left .photoBg img{
	width:100%;}
#content_left .excerpt{
	float: none;
	width:100%;
	padding-left:5px;}
#content_left .searchLink{
	text-align:right;
	margin-top:10px;}
	
/* 店舗一覧 */	
.attachment-100x100{
	float:right;}
.lcp_catlist{
	margin-bottom:20px;
	overflow:hidden;
	clear:both;}
.lcp_catlist li{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#FFF9E7;
	padding:10px;
	width:90%;
	margin:0 auto 15px auto;}
#wrapper #content_left .lcp_catlist h4{
	width:41%;
	float:left;}
#wrapper #content_left .lcp_excerpt{
	width:62%;
	float:left;}
.shop-list .shopText{
	width:45%;}
#contents .shop-list .shopLink{
	width:52%;
	font-size:95%;
	padding-top:.65em;
	padding-bottom:.65em;
	clear:both;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:15px;}
#contents .shop-list .shopLink .arrow::before,
#contents .shop-list .shopLink .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -166px;
margin: auto;
content: "";
vertical-align: middle;
}
#contents .searchArea .searchLink{
	background:#1c9659;
	color:#fff;
	padding:.55em 5px;
	width:56%;
	font-size:105%;
	clear:both;
	float: right;
	text-align:left;
	border-bottom:none;
	margin-top:5px;
	margin-right:5px;}
#contents .searchArea .searchLink .arrow::before,
#contents .searchArea .searchLink .arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: -162px;
margin: auto;
content: "";
vertical-align: middle;
}

.shopData{
	margin-bottom:15px;}
.shopData .areaL{
    float: none;
    width:96%;
	margin:0 auto 10px auto;}
.shopData .areaR{
    float: none;
    width:96%;
	text-align:center;
	margin:0 auto;
	border:none;
	height:100%;}
.shopData .areaR img{
	border:1px solid #ccc;
	height:195px;
	width:260px;}
.shopData .areaData{
    width:97%;
	padding-left:10px !important;
	margin:0 auto 15px auto;
	font-size:95%;}
#content_left .shopPhone{
    width:100%;
	margin-left:5px;
	text-align:center;}
#content_left .shopPhone li{
    width:90px;
	margin-right:10px;}
#content_left .shopPhone li:last-child {
    width:90px;}
.shopData .tableShop th{
	font-size:95%;}
.shopData .tableShop td{
	font-size:95%;}
.shopData02 .tableShop{
    width:95%;
    border:1px solid #ccc;
    margin:0 auto 15px auto;}
.shopData02 .tableShop th{
	width:33%;
	font-size:95%;}
.shopData02 .tableShop td{
	font-size:95%;}
.shopService{
	padding-left:3px;}
.shopService li{
	margin-right:5px;}
.shopService li:last-child{
	margin-right:0;}
.shopService li.shopIcon01 img{ width:55px;}
.shopService li.shopIcon02 img{ width:55px;}
.shopService li.shopIcon03 img{ width:86px;}
.shopService li.shopIcon04 img{ width:90px;}
.smPhoto{
	width:35%;}
.shopList{
	margin-left:10px;}
.shopList li{
	background:url(../images/phone/map-accicon.gif) no-repeat 0 3px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding-left:30px;
	margin-bottom:5px;
	font-size:90%;
	padding-right:5px;}
#content_left .shop-list .shopB{
	padding:15px 5px 5px 5px;
	width:95%;
	margin:0 auto 20px auto;}
#content_left .shop-list .shopText{
	width:90%;}
.qrBg{
	display: none;}
.hpSm{ display:block;
	margin:0 auto 20px auto;
	width:279px;}
.hpSm a{
	display:block;
	width:279px;
	height:86px;}
.hpBg img{ display:none;}
.shopContact .shopTel img{
	width:302px;
	height:97px;}
.shopContact .shopContactbtn img{
	width:279px;
	height:83px;}
.smPhoneImg{
	background:#1c9659;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:10px 0;
	display:block;
	width:85%;
	margin:0 auto 15px auto;}
#content_left .smPhoneImg a{
	color:#fff;
	text-decoration: none;}
#content_left .smPhoneImg a:hover,
#content_left .smPhoneImg a:link{
	color:#fff;
	text-decoration: none;}
.shopMap{
    width:290px;
	height:295px;
    margin:0 auto 30px auto;
    border: none}
#content_left .shopMap iframe{
    width:290px !important;
	height:290px !important;
	border:1px solid #ccc !important;}
}

/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px){
#contents #content_left .mapInner h3{
	width:78%;}
.mapSearch{
	margin:0 auto 25px auto;
	width:90%;}
.mapSearch .head {	width: 94%;}
.service_box .head span {	width: 25%;}
.service_box .head span img{	width:85%;}
.news_box .head span {	width: 25%;}
.news_box .head span img{	width:85%;}
.news_box .inner {	width:85%;}
.campain .campInner .campain p.linkBtn{
	width:30%;}
.news .newsBg p.linkBtn{
	width:30%;}
#contents #content_left .box h2{
	width:85%;}
.news .newsTitle h3{
	width:78%;}
.searchMain .sizeM {
	width:80%;}
.sizeS{
	width:80%;}
#wrapper #contents .case-main .areaF .readbtn{ width:40%;}
#contents .shop-list .shopLink{ width:45%;}
.shop-list .shopText{ width:53%;}
#wrapper #content_left .lcp_catlist h4{ width:47%;}
#wrapper #content_left .lcp_excerpt{ width:65%;}
.point_box img{ width:100%;}

#content_left .shopPhone li{
    width:110px;
	margin-right:10px;}
#content_left .shopPhone li:last-child {
    width:110px;}
	
.shopData .areaL{
    width:97%;}
.shopData .areaR{
    width:97%;}
.shopData02 .tableShop th{
	width:27%;}
.shopData02 .tableShop td{
	font-size:100%;}
.smPhoto{
	width:35%;}
.shopService li.shopIcon01 img{ width:64px;}
.shopService li.shopIcon02 img{ width:64px;}
.shopService li.shopIcon03 img{ width:100px;}
.shopService li.shopIcon04 img{ width:108px;}
#contents .searchArea .searchLink{ width:48%;}


}
  
/* iPhone6 Plus ~ */
@media screen and (min-width: 414px) and (max-width: 500px){
#contents #content_left .mapInner h3{
	width:80%;}
.mapSearch{
	margin:0 auto 25px auto;
	width:90%;}
.mapSearch .head {	width: 94%;}
.service_box .head span {	width: 22%;}
.service_box .head span img{	width:85%;}
.news_box .head span {	width: 22%;}
.news_box .head span img{	width:85%;}
.news_box .inner {	width:85%;}
.campain .campInner h3{ height:78px;}
.campain .campInner .campain p.linkBtn{
	width:28%;}
.news .newsBg p.linkBtn{
	width:27%;}
#contents #content_left .box h2{
	width:85%;}
.news .newsTitle h3{
	width:80%;}
.searchMain .sizeM {
	width:80%;}
.sizeS{
	width:80%;}
#wrapper #contents .case-main .areaF .readbtn{ width:40%;}
#contents .shop-list .shopLink{ width:40%;}
.shop-list .shopText{ width:53%;}
#wrapper #content_left .lcp_catlist h4{ width:50%;}
#wrapper #content_left .lcp_excerpt{ width:65%;}
#contents .searchArea .searchLink{ width:40%;}
.point_box img{ width:100%;}

#content_left .shopPhone li{
    width:110px;
	margin-right:10px;}
#content_left .shopPhone li:last-child {
    width:110px;}
.shopData .areaL{
    width:97%;}
.shopData .areaR{
    width:97%;}
.shopData02 .tableShop th{
	width:27%;}
.shopService li.shopIcon01 img{ width:64px;}
.shopService li.shopIcon02 img{ width:64px;}
.shopService li.shopIcon03 img{ width:100px;}
.shopService li.shopIcon04 img{ width:108px;}
#contents .searchArea .searchLink{ width:42%;}
