@charset "UTF-8";
/* CSS Document */

/* shop */ 
.areaList li {
	display: inline-block;
	width: 25%;
	margin-bottom: 15px;
	text-align:center;
	line-height:50px;
}
.areaList a {
	display: block;
	width:90%;
	margin: 0 auto;
	color: #555;
	border: solid 1px #630;
	border-radius: 10px;
    background:url(../image/icon1.png) no-repeat 5%;

}

@media only screen and (max-width: 640px) {
.areaList li {
	width: 50%;
}
}

.areaName {
	line-height:50px;
    background-color: #fc0;
	color:#630;
	text-align: center;
	font-size: 1.5em;
	margin: 20px 0;
}

.shopList {
    width:50%;
	display:inline-block;
	vertical-align: top;
}
.shoplist dl {
    width: 90%;
	margin: 0 auto;
}

.area1 {
	line-height:50px;
	cursor:pointer;
	font-size: 1.2em;
    background:url(../image/plus.png) no-repeat 95%;
	color:#630;
	margin-bottom: 15px;
	padding-left:20px;
	border-bottom: solid 1px #CC9900;
}
.area1.active {
	background:url(../image/minus.png) no-repeat 95%;
	background-color: #efeae5;
}
.area2 {
  display:none;
  padding: 10px;
}
.area2 div {
  margin-bottom: 30px;
} 
.area2 h3,.shop_one h3 {
    line-height:46px;
	border: 1px solid #FF6666;
	margin-bottom: 15px;
}
.area2 h3 a,.shop_one h3 a {
	padding: 0 10px;
	background:url(../image/icon2.png) no-repeat 95%;
	display: block;
	color:#FF6666;
}
.area2 h3 a:hover,.shop_one h3 a:hover {
    background-color:#FFF6F6;
}
.area2 p,.shop_one p {
	margin: 5px 10px;
}
.shop_one {
	max-width:700px;
	margin:50px auto;
}

@media only screen and (max-width: 640px) {
.shopList,.shopList dl {
    width:100%;
}
.area2 {
    padding: 5px;
}
.area2 p {
    font-size: 0.9em;
}
.area2 div {
    margin-bottom: 15px;
} 
}

.coin {
	font-weight: bold;
	color: #0099CC;
}
.ban_coin img {
	width: 90%;
}


#shopInfo {
	margin: 30px auto;
	text-align: left;
	width: 90%;
}
#shopInfo h2 {
	font-size: 3em;
	text-align: center;
	background-image: url(../kyoto/shop/img/cleanpy1.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px 0 3px 46px;
	margin-bottom: 40px;
	min-height: 40px;
	color: #000000;
}

#shopInfo h2 img {
	width: 35px;
    vertical-align: text-bottom;
    margin-right: 8px;
}

.info1 dl {
	width: 90%;
}
.info1 dt,.info1_w dt {
	background-color: #EFEAE5;
	padding: 3px 5px;
	color: #996600;
	font-size: 1.8em;
}
.info1 dd,.info1_w dd {
	font-size: 1.6em;
	margin: 10px 5px;
}
#shopInfo article {
	margin: 20px 0;
}
.info1  {
	width: 54%;
	display: inline-block;
	vertical-align: top;
}
.info1_w {
 width: 100%;
}
.info2 {
	width: 45%;
	display: inline-block;
}
.info2 img {
	max-width: 450px;
}
.owatasi {
	width: 54%;
	display: inline-block;
}
.owatasi img {
	width: 90%;
	max-width:450px;
}
.price {
 width: 45%;
	display: inline-block;
	vertical-align: top;
}
.price img {
	max-width: 450px;
	margin-bottom: 15px;
}
.map {
	margin: 20px 0;
}
.ban_bosyu {
 max-width: 600px;
	margin: 10px auto;
}

@media only screen and (max-width: 640px) {
.info1,.info1 dl,.info2,.info2 img,.owatasi,.owatasi img,.price {
    width:100%;
}
.info2 {
    margin: 30px 0 15px;
}
.info2,.owatasi,.price {
	text-align: center;
}
.owatasi img {
	margin-bottom: 15px;
}
#shopInfo h2 {
	font-size: 2em;
	padding: 20px 0 3px 46px;
	margin-bottom: 10px;
}
.ban_coin img {
	width: 100%;
}
}
