@charset "utf-8";
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
max-width: 100%;
vertical-align: bottom;
height: auto;
width /***/:auto;　
}
/*
clear fix
---------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* common
-----------------------------  */
.pc_hidden {
	display: none;
}
.pc_show{
	display: block;
}

body{
	font-size:16px;
	line-height: 1.5;
}
.cover-image {
	width: 1040px;
	margin: 0 auto;
	background-image:url(../link/img/200x40_left.jpg) ,url(../link/img/200x40_right.jpg);
	background-repeat: repeat-y,repeat-y;
	background-position: left top , right top;
}
h1{
  font-size : 15px;
  color : #ffffff;
}
h2{
  text-align : left;
  font-size : 21px;
	color : #ffffff;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
ul {
	list-style: none;
}
a {
	color:#49DAAF;
	-moz-text-shadow: 1px 1px 5px rgba(215,220,219, 0.8);
	-webkit-text-shadow: 1px 1px 5px rgba(215,220,219, 0.8);
	-ms-text-shadow: 1px 1px 5px rgba(215,220,219, 0.8);
	text-shadow: 1px 1px 5px rgba(215,220,219, 0.8);
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a[href^="tel:"] {
    pointer-events: none;
}

.wrapper{
  width : 960px;
  margin: 0 auto;
}
#sidebar {
	float: left;
	width: 164px;
	margin: 0 auto;
	padding: 2px ;
	border: #666666 1px solid;
}

#mainContent {
	float: right;
	width: 770px;
}
#middle {
	float: left;
	width: 580px;
	margin-right: 20px;
}
#top_aside {
	float: right;
	width: 164px;
	margin: 0 auto;
	font-size: 12px;
}
#newShops,#gallery{
	border: #666666 1px solid;
	margin-bottom: 10px;
	padding: 2px ;
}

/* button 色
-----------------------------  */
.btn_pink {
	width: 52px;
  padding: 5px;
  color: #fff;
  background-color: #FF0081;
  text-align: center;
}
.btn_area1 {
  padding: 5px;
  color: #fff;
  background-color: #ED7600;
  text-align: center;
	font-size: 12px;
}
.color_area1 {
	color:#ED7600;
}
.btn_area2 {
  padding: 5px;
  color: #fff;
  background-color: #1EAA39;
  text-align: center;
	font-size: 12px;
}
.color_area2 {
	color:#1EAA39;
}
.btn_area3 {
  padding: 5px;
  color: #fff;
  background-color: #FF82BA;
  text-align: center;
	font-size: 12px;
}
.color_area3 {
	color:#FF82BA;
}
.btn_area4 {
  padding: 5px;
  color: #fff;
  background-color: #286DBF;
  text-align: center;
	font-size: 12px;
}
.color_area4 {
	color:#286DBF;
}
.btn_area5 {
  padding: 5px;
  color: #fff;
  background-color: #8c6d79;
  text-align: center;
	font-size: 12px;
}
.color_area5 {
	color:#8c6d79;
}
.btn_area6 {
  padding: 5px;
  color: #fff;
  background-color: #A8622E;
  text-align: center;
	font-size: 12px;
}
.color_area6 {
	color:#A8622E;
}
.btn_area7 {
  padding: 5px;
  color: #fff;
  background-color: #00938D;
  text-align: center;
	font-size: 12px;
}
.color_area7 {
	color:#00938D;
}
.btn_area8 {
  padding: 5px;
  color: #fff;
  background-color: #723790;
  text-align: center;
	font-size: 12px;
}
.color_area8 {
	color:#723790;
}
.btn_area9 {
  padding: 5px;
  color: #fff;
  background-color: #f27961;
  text-align: center;
	font-size: 12px;
}
.color_area9 {
	color:#f27961;
}
.btn_area10 {
  padding: 5px;
  color: #fff;
  background-color: #B74E84;
  text-align: center;
	font-size: 12px;
}
.color_area10 {
	color:#B74E84;
}
.btn_area11 {
  padding: 5px;
  color: #fff;
  background-color: #E8464E;
  text-align: center;
	font-size: 12px;
}
.color_area11 {
	color:#E8464E;
}
.btn_area12 {
  padding: 5px;
  color: #fff;
  background-color: #00A27B;
  text-align: center;
	font-size: 12px;
}
.color_area12 {
	color:#00A27B;
}

.btn_new {
	width: 52px;
  padding: 2px;
  color: #fff;
  background-color: #DC2000;
  text-align: center;
}

/* header
-----------------------------  */
#header {
	margin-bottom: 5px;
}
#head{
	width : 100%;
  height:35px;
  text-align : center;
  border-left : 1px solid gray ;
  border-right: 1px solid gray ;
	background-color: #49DAAF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4fdfc+0,89e6c9+7,49daaf+95,5ab5ae+100 */
background: #f4fdfc; /* Old browsers */
background: -moz-linear-gradient(top,  #f4fdfc 0%, #89e6c9 7%, #49daaf 95%, #5ab5ae 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4fdfc 0%,#89e6c9 7%,#49daaf 95%,#5ab5ae 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4fdfc 0%,#89e6c9 7%,#49daaf 95%,#5ab5ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fdfc', endColorstr='#5ab5ae',GradientType=0 ); /* IE6-9 */
/* box-shadow */
box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 1px 0px;
-webkit-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 1px 0px;
-moz-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 1px 0px;
	line-height: 1;
	padding: 4px 0 0 0;
}
#head p{
	padding: 0;
  font-size : 12px;
  text-align : center;
  color : #ffffff;
}

#site_box{
	width : 100%;
  margin: 0;
	border-bottom: solid 4px #49DAAF;
	box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 3px 0px;
	-webkit-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 3px 0px;
	-moz-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 3px 0px;
	background: #fff;
}
#google_translate_element,
#flags {
	padding-top: 5px;
	float: left;
}
#flags img {
	border: 1px solid #e4e4e4;
	width: 32px;
	height: auto;
}
select.goog-te-combo {
	background-color: #3b8ec2;
  overflow: hidden;
    border-width: 0px;
    border: none;
		margin : 0 10px 0 0!important;
		color: #fff!important;
		outline: 0;
		font-size: 14px;
	  height: 29px;
	  padding: 5px;
	  width: 268px;
}

#logo{
  float : left;
	width: 50%;
}
#title{
	padding-top: 5px;
  float:right;
	color: #ccc;
	width: 50%;

}
/* sidebar
-----------------------------  */
.size01 {
  font-size: 16px;
  vertical-align: middle;
	text-shadow: 1px 1px 0px #403E3E;
}
.btn_red {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e20038+0,ad001f+100 */
background: rgb(226,0,56); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,0,56,1) 0%, rgba(173,0,31,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,0,56,1) 0%,rgba(173,0,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,0,56,1) 0%,rgba(173,0,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20038', endColorstr='#ad001f',GradientType=0 ); /* IE6-9 */
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
margin-bottom: 10px;
}
#sidebar #excellent {
	margin-bottom: 6px;
}
#sidebar  p {
	text-align: center;
	font-size: 12px;
}
#sidebar .fa-caret-right{
  color: #E56284;
}
#sidebar #area_name {
	margin-bottom: 20px;
}
#sidebar #area_name li a {
  cursor: pointer;
    display: block;
    width: 130px;
    padding: 0 0 0 32px;
    font-size: 14px;
    line-height: 31px;
		color: #E20038;
    border-top: 1px solid #EC9EBC;
    border-left: 1px solid #EC9EBC;
    border-right: 1px solid #EC9EBC;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9d8dc+0,ffffff+100 */
    background: rgb(249,216,220); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,216,220,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(249,216,220,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(249,216,220,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d8dc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#sidebar #area_name li:last-child > a {
	border-bottom: 1px solid #EC9EBC;
}


#sidebar #area_name li a:hover {
/*  background: #E5326E;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e20038+0,ad001f+100 */
background: #e20038; /* Old browsers */
background: -moz-linear-gradient(top,  #e20038 0%, #ad001f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e20038 0%,#ad001f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e20038 0%,#ad001f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20038', endColorstr='#ad001f',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
#sidebar #area_name li .shop_name {
  display: none;
}
.menu {
  display: block;
      position: relative;
/*      margin: 1px 0 0;*/
      padding: 10px;
}
.menu a:hover {
  color: #fff;

}
.menu:after {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -16px;
    content: '▲';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
.menu:after a:hover {
  color: #fff;
}
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#sidebar #area_name li .shop_name li a {
	padding: 0 0 0 30px;
	width: 132px;
	font-size: 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#sidebar #area_name li .shop_name li:first-child a {
	padding: 0 0 0 20px;
	width: 142px;
	font-size: 13px;
	border-bottom: none;
	color: #fff;
	background: #58DDB5; /* Old browsers */
}
#sidebar #area_name li .shop_name li:first-child a:hover {
	color: #fff;
	background: #89e6c9; /* Old browsers */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e20038+0,ad001f+100 */
	background: #e20038; /* Old browsers */
	background: -moz-linear-gradient(top,  #e20038 0%, #ad001f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e20038 0%,#ad001f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e20038 0%,#ad001f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20038', endColorstr='#ad001f',GradientType=0 ); /* IE6-9 */
	  color: #fff;
}
#sidebar #area_name li .shop_name li a:hover {
	color: #fff;
	background: #89e6c9; /* Old browsers */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e20038+0,ad001f+100 */
	background: #e20038; /* Old browsers */
	background: -moz-linear-gradient(top,  #e20038 0%, #ad001f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e20038 0%,#ad001f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e20038 0%,#ad001f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20038', endColorstr='#ad001f',GradientType=0 ); /* IE6-9 */
	  color: #fff;
}
#sidebar #area_name li .shop_name li:last-child a {
	border-bottom: none;;
}
#sidebar #area_name li:last-child .shop_name li:last-child a {
	border-bottom: 1px solid #EC9EBC;
}

#sidebar #side_pr {
	margin-bottom: 50px;
}
#sidebar #side_pr li {
	margin-bottom: 10px;
}
#sidebar #side_pr li p {
	font-size: 12px;
}
#sidebar #exsample {
	text-align: center;
	margin-bottom: 20px;
}
/* mainContent
-----------------------------  */
#h2_lead {
	color: #333;
	font-size: 14px;
}
#h2_txt {
	font-size: 13px;
}

#prime_shop {
	margin-bottom: 20px;
}
#prime_shop .shopname {
	font-size: 21px;
    color: #ffffff;
	text-align: center;
	height: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
	background-color: #49DAAF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4fdfc+0,89e6c9+7,49daaf+95,5ab5ae+100 */
background: #f4fdfc; /* Old browsers */
background: -moz-linear-gradient(top,  #f4fdfc 0%, #89e6c9 7%, #49daaf 95%, #5ab5ae 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4fdfc 0%,#89e6c9 7%,#49daaf 95%,#5ab5ae 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4fdfc 0%,#89e6c9 7%,#49daaf 95%,#5ab5ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fdfc', endColorstr='#5ab5ae',GradientType=0 ); /* IE6-9 */
/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 1px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 1px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 1px;
margin-bottom: 5px;
}


.subarea {
	padding: 5px 0;
	color:#666;
	font-size: 12px;
}
.top_lead {
  padding: 0 3px;
  background:#f8d2be;
  color: #e40012;
  font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#prime_shop .s_box {
	padding: 0 2px;
}
#prime_shop ul {
	padding: 8px;
}
#prime_shop ul li {
	float:left;
	width: 278px;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
/*	box-shadow:1px 1px 6px #ccc;*/
box-shadow: -1px 0 2px 0 rgba(0,0,0,0.2),1px 0 2px 0 rgba(0,0,0,0.17),0 1px 1px 0 rgba(0,0,0,0.24);
margin-bottom: 10px;
}
#prime_shop ul li:nth-child(2n+1) {
	margin-right: 6px;
}
#prime_shop ul li:nth-child(2n) {
	float:left;
	width: 278px;
	margin-right: 0;

}
#prime_shop ul li .s_left {
	float:left;
	width: 137px;
}
#prime_shop ul li .s_right {
	float:right;
	width: 137px;
}
.sns {
	padding: 0 5px 0;
	border-bottom: #49daae 2px solid;
	font-size: 16px;
	font-weight: bold;
	color: #49daae;
}

#rss_area {
	margin-bottom: 15px;
}
#rss_area h3 {
	padding: 0 5px 0;
	border-bottom: #666666 2px solid;
	font-size: 16px;
	font-weight: bold;
}
#rss_area li {
	padding: 3px;
	font-size: 12px;
	line-height: 1.5em;
	border-bottom: #999999 1px dotted;
}
#rss_area li a {
	color: #006AF9;
}
#rss_area li a .Rside{
	font-size: 11px;
	line-height: 1.5em;
	text-align: right;
}
#rss_area li p .sz01 {
	font-size: 10px;
}
#pr1 {
	float:left;
}
#pr2 {
	float:right;
}
.pr_small {
	width: 285px;
	margin-bottom: 10px;
}
.pr_large {
	width: 100%;
	margin-bottom: 10px;
}

/* カテゴリーベージのPR
-----------------------------  */
#area_info .pr_small ,#shop_info .pr_small {
	width: 380px;
	margin-bottom: 10px;
}
/* top_aside
-----------------------------  */
#newShopsList li  {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#newShopsList li:last-child {
	border-bottom: none;
}

#newShopsList li .lead {
	background: #F9D8DC;
	padding: 5px;
	margin-bottom: 5px;
}
#newShopsList .subarea {
	padding: 0;
}
#newShopsList .btn_area1,
#newShopsList .btn_area2,
#newShopsList .btn_area3,
#newShopsList .btn_area4,
#newShopsList .btn_area5,
#newShopsList .btn_area6,
#newShopsList .btn_area7,
#newShopsList .btn_area8,
#newShopsList .btn_area9,
#newShopsList .btn_area10,
#newShopsList .btn_area11,
#newShopsList .btn_area12 {
	padding: 2px;
}

#newShopsList .s_name {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}
#newShopsList .kind {
	margin-bottom: 5px;
}
#galleryList li  {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}
#galleryList li img {
	width: 60%;
	margin-bottom: 10px;
}
#galleryList li p {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}
#galleryList li p.g_name {
	color: #e3007f;
	font-size: 14px;
	font-weight: bold;
}


/* パンクズ
-----------------------------  */
#breadcrumb {
	margin: 3px auto 5px auto;
	font-size: 14px;
}
#breadcrumb ul li {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
/* footer
-----------------------------  */
#footer{
  font-size : 14px;
  color : #fff;
	background: #000;
  min-width : 100%;
	border-top: solid 4px #49DAAF;
	box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 3px 0px;
	-webkit-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 3px 0px;
	-moz-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 3px 0px;
}
#copyright{
font-size:12px;
text-align: center;
color: #808080;
padding: 20px 0;
}
#footer_menu {
margin: 0 auto;
padding: 12px 0 0;
text-align: center;
}
#footer_menu li {
	display: inline-block;
	padding: 0 5px;
}
#footer_menu li:first-child {
border-left:none;
}
#footer_menu li a {
display:block;
text-shadow: none;
}
#footer-adlist {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 10px;
}
#footer-adlist h4 {
	font-size: 14px;
}
#footer-adlist {
	border-bottom: solid 2px #49DAAF;
	box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 0px 0px;
	-webkit-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 0px 0px;
	-moz-box-shadow:rgba(119, 183, 178, 0.65) 0px 1px 0px 0px;
}
#footer-adlist ul {
	padding-left: 20px;
}
#footer-adlist ul li a {
	color: #fff;
	text-shadow: none;
}

/* コンテンツ部分
-----------------------------  */
#tarea{
  padding-bottom: 10px;
}
.txtClass{
  font-size : 15px;
  color : #CC00CC;
  width : 296px;
  float : left;
  text-align : left;
	padding:0 10px;
}
.btn_pr{
	-moz-box-shadow:inset 0px 1px 0px 0px #fff0f8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff0f8;
	box-shadow:inset 0px 1px 0px 0px #fff0f8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa5d4), color-stop(1, #ff33a7));
	background:-moz-linear-gradient(top, #ffa5d4 5%, #ff33a7 100%);
	background:-webkit-linear-gradient(top, #ffa5d4 5%, #ff33a7 100%);
	background:-o-linear-gradient(top, #ffa5d4 5%, #ff33a7 100%);
	background:-ms-linear-gradient(top, #ffa5d4 5%, #ff33a7 100%);
	background:linear-gradient(to bottom, #ffa5d4 5%, #ff33a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5d4', endColorstr='#ff33a7',GradientType=0);
	background-color:#ffa5d4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ff249c;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ff40a9;
}

/* 店舗一覧
-----------------------------  */
#image_ad ul li {
	float: left;
	margin-left: 20px;
	text-align: center;
font-size: 14px;
line-height: 2;
color: #666;
}
#image_ad ul li:first-child {
	margin-left: 0;
}
#areaShops ul .shop_list {
	width: 770px;
  margin: 0 auto 20px;
	position: relative;
	box-shadow: -1px 0 2px 0 rgba(0,0,0,0.2),1px 0 2px 0 rgba(0,0,0,0.17),0 1px 1px 0 rgba(0,0,0,0.24);
	border-radius: 3px;
}

#areaShops ul .shop_list a {
	color: #e4004f;
	text-shadow: none;
}

#areaShops ul .shop_list h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 3px 10px;
}
#areaShops ul .free h3 {
background: #ccc;
border-bottom: #999 1px solid;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
#areaShops ul .free h3 a {
	color:#333;
/*  pointer-events: none;*/
}
#areaShops ul .pay1 h3 {
background: #F77D10;
box-shadow: 0px 1px 3px #5C5C5D;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
#areaShops ul .pay1 h3 a {
	color:#fff;
}
#areaShops ul .pay2 h3 {
background: #1DAA39;
box-shadow: 0px 1px 3px #5C5C5D;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
#areaShops ul .pay2 h3 a {
	color:#fff;
}
#areaShops ul .pay3 h3 {
background: #FF82BA;
box-shadow: 0px 1px 3px #5C5C5D;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
#areaShops ul .pay3 h3 a {
	color:#fff;
}
#areaShops ul .pay4 h3 {
background: #286DBF;
box-shadow: 0px 1px 3px #5C5C5D;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
#areaShops ul .pay4 h3 a {
	color:#fff;
}


.shop_list .top_info {
	font-size: 12px;
	position: absolute;
	top:9px;
	right:11px;
}
.shop_list #exp {
    padding-bottom: 10px;
}

.shop_list .left_parts {
	width: 200px;
	float:left;
	border: #666666 1px solid;
	margin: 5px 10px 5px 5px;
}
.shop_list .middle_parts {
	width: 430px;
	float:left;
}
.shop_list .right_parts {
	float:right;
	margin: 5px 5px 5px 10px;
	height: 140px;
	overflow: hidden;

}
.shop_list .middle_parts div.clearfix {
border-bottom: #666666 3px double;
vertical-align: text-bottom;
}
.shop_list .middle_parts .access {
	float:left;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 0px;
}
.shop_list .middle_parts .tel{
	float:right;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0 0px;
}
.shop_list .middle_parts .tel a {
	color: #000;
}
.shop_list .middle_parts .lead {
	border-bottom: #e6326e 1px dotted;
	color: #e6326e;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.btn_grey {
	width: 52px;
  color: #fff;
  background-color: #4e4b4a;
  text-align: center;
	    padding: 0 2px;
}
.middle_parts dl {
	font-size: 12px;
  padding: 5px 0 0;
}
.middle_parts dl dt {
	float:left;
	margin-right: 10px;
}
.middle_parts dl dd {
	float:left;
	width: 192px;
}
#inner-left {
	float: left;
	width: 60%;
}
#inner-right {
	float: right;
	width: 38%;
	height: 93px;
	overflow: hidden;
}
#inner-right dl dd a {
	display: block;
	width: 160px;
}

.free img,.free .middle_parts .access ,.free .middle_parts .tel,.free .middle_parts .lead {
	display: none;
}
.free .middle_parts {
	width: 98%;
	padding: 0 1%;
}
.free .middle_parts div.clearfix {
	border-bottom:none;
}
.free #inner-right {
	display: none;
}
.free .middle_parts #inner-left dl dd {
	width: 85%;
}
/* 各店舗詳細ページ
-----------------------------  */
#shop_info h3 {
	padding: 0 5px 0;
	border-bottom: #666666 2px solid;
	font-size: 16px;
	font-weight: bold;
}
#shop_info #exp {
	border: #666666 1px solid;
	margin: 0 0 50px 0;
	padding: 5px;
}
#shop_info #exp dl dd a {
	color: #e4004f;
}
#leftParts {
	float: left;
	padding-left: 10px;
	width: 462px;
}
#leftParts dl {
	border-bottom: #999999 1px dotted;
    overflow: hidden;
}
#leftParts dl dt {
	width: 70px;
	padding: 5px 5px;
	font-weight: bold;
	float: left;
	font-size: 12px;
  line-height: 1.5em;
}
#leftParts dl dd {
	width: 346px;
	padding: 5px 5px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
}
#leftParts #info {
	margin-bottom: 20px;
}
#leftParts #price h3 {
	font-size: 14px;
}
#leftParts #price table {
	margin: 5px 0 20px;
	border-collapse: collapse;
	border: #333333 1px solid;
	font-size: 12px;
}
#leftParts #price table th{
	width: 140px;
	padding: 5px;
	border: #333333 1px solid;
	background: #e5e5e5;
	text-align: left;
}
#leftParts #price table td{
	width: 311px;
	padding: 5px;
	border: #333333 1px solid;
}

#rightParts {
	float: right;
	width: 262px;
}
#rightParts #Shop_logo {
	width: 252px;
  margin: 0 0 10px;
  padding: 4px;
  border: #666666 1px solid;
}
#rightParts ul li {
	float:left;
	width: 110px;
	margin: 0 0 10px;
  padding: 7px;
	background: #fcebf2;
  border: #af285f 1px solid;
}
#rightParts ul li:nth-child(2n+1) {
	margin-right: 10px;
}
#rightParts ul li img{
width: 100%;
margin-bottom: 5px;
}
#rightParts ul li p{
	text-align: center;
	font-size: 12px;
	color: #006AF9;
  font-weight: bold;
}
#rightParts iframe {
  border: #666666 1px solid!important;
}
#links {
	text-align: center;
	margin-bottom: 20px;
}
#links a {
width: 175px;
}
/* ボタンでざいん
-----------------------------  */
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton_red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton_red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.myButton_red:active {
	position:relative;
	top:1px;
}
.heading h3 {
      position: relative;
      font-size: 16px;
      line-height: 1.4;
      margin: 30px 0 20px 0;
      padding: 14px 5px 5px 20px;
      border-bottom: 2px solid #ff82ba;
      color: #333;
}
.heading h3:before {
    content: "";
    position: absolute;
    background-color: #CF002F;
    top: -3px;
    left: 8px;
    height: 15px;
    width: 15px;
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
}
.heading h3:after {
    content: "";
    position: absolute;
    background-color: #ff82ba;
    top: 10px;
    left: 2px;
    height: 10px;
    width: 10px;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

/* link,privacy,siterule,about
-----------------------------  */
#link,#privacy,#siterule,#about  {
	padding: 10px 40px;
}
#link p ,#privacy p ,#siterule p ,#about p {
    font-size: 14px;
    line-height: 1.5em;
		margin-bottom: 15px;
}
#link ul ,#privacy ul ,#siterule ul ,#about ul {
	padding: 0 20px;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#size02 {
  font-size: 12px!important;
}
#size03 {
	width: 88px;
  text-align: center;
}
#size04 {
	width: 200px;
  text-align: center;
}

#siterule ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}
.tags {
    border: solid 2px #999;
    padding: 10px;
    border-radius: 5px;
		margin-bottom: 40px!important;
}
#link_menu {
	text-align: center;
}
#business ul ,
#job ul ,
#other ul {
	padding: 0;
}
#business ul li ,
#job ul li ,
#other ul li {
    float: left;
    margin-left: 10px;
}
#about #guide1{
	margin-bottom: 10px;
}
#about #guide2{
	margin-bottom: 20px;
}
#about #guide2 #img1{
	float: left;
}
#about #guide2 #img2{
	float: right;;
}
#about #arroArea  {
	position: relative;
}
#about #arroArea #guideText p ,
#about #arroArea #contact_box p {
	font-size: 28px;
	font-weight: bold;
	color: #3f3e3e;
	text-align: center;
	margin-bottom: 20px;
}
#about #arroArea #contact_box p {
	margin: 0;
}
.fuchidori {
  text-decoration: none;
  text-shadow: 0 2px 0 #ffffff, 2px 0 0 #ffffff, 0 -2px 0 #ffffff, -2px 0 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}

#about #arroArea .sankaku{
	width: 0;
	height: 0;
	border: 120px solid transparent;
	border-top: 80px solid #8BB9EA;
	margin: 0 auto;
}
#contact_box {
    width: 624px;
    border: 3px solid #7bafe5;
		position: absolute;
		top: 200px;
		left: 0;
		padding: 30px;
}
#contact_btn {
	display: block;
	width: 200px;
	padding: 10px;
	font-size:20px;
	margin: 0 auto 10px auto;
	text-align: center;
}
#contact_btn:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* Topへ戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
}
#page-top a {
    background: #666666;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    text-decoration: none;
    color: #fff;
    width: 45px;
    padding: 3px;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    border-style: none;
    background: #999999;
}
/* twitter-list */
#twitter-box {
	margin: 10px auto 20px auto;
  padding: 0;
}
#twitter-box li {
	float: left;
	overflow: hidden;
  position: relative;
  width: 184px;
  height: 184px;
  margin: 0 5px 5px 0;
	border: solid 3px #49daae;
  z-index: 1;

}
#twitter-box li:nth-child(3n) {
	margin: 0 0 5px 0;
}
#twitter-box li .tw_shop {
	position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  color: #49daae;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  background: #fff;
  border-top-right-radius: 5px;
}
#twitter-box li .tw_name {
  width: 100px;
  background: #fff;
  color: #49daae;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -22px;
  text-transform: uppercase;
  transform: rotate(315deg);
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  z-index: 5;
}
#twitter-box li img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#twitter-box li:hover img {
  -webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); //拡大倍率
z-index: 9999;
opacity:0.5;

}
.opacity_color {
    background-color: #000;
}

/* .viewer
------------------------- */
#specialshops {
	padding: 2px;
  border: #666666 1px solid;
	margin-bottom: 20px;
}
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}
/* サイドバー　twitterの幅 */
#twitter-timeline-cover iframe {
min-width: 164px!important;
}
/*===============================================
萌本 scraping
===============================================*/
.home .moemoto ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.home .moemoto ul li {
	flex-basis: 31.33%;
	padding: 1%;
}
.home .moemoto ul li.item a .moe_title{
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	padding-top: 5px;
}
.home .moemoto a:hover{
	text-decoration: none;
}
.home .moemoto a.next {
	color: #fff;
display: inline-block;
	float: right;

}
.home .moemoto a.next:hover{
	text-decoration: none;
}
.child .moemoto a.next {
	color: #03a9f4;
display: block;
font-size: 12px;
}
.child .moemoto ul {
	margin-bottom: 10px;
}
} //@media
