@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #282828;
}

a {
	color: #06C;
	text-decoration: none;
}

a:link {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #00A87E;
	text-decoration: underline;
}

a:active {
	color: #C00;
}

a.pt:hover img{
   filter:alpha(opacity=80); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.80; /*safari opera*/
}


#wrapper {
	width:950px;
}

section {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

#main_contents{
	width:700px;
	padding:0px 10px 0px;
	float:left;
	}
.top-cap{
	padding:5px 10px 10px;
	font-size:14px;
	line-height:130%;
	}
	
#main_contents .whats-new1 {
    width: 300px;
    font-size: 12px;
    color: #333;
    height: 200px;
    margin-bottom: 40px;
	margin-left:30px;
    float:left;
}

#main_contents .new-arrival {
    width: 300px;
    font-size: 12px;
    color: #333;
    height: 170px;
    border: 1px solid #CCC;
    background-color: #FFFFF4;
	overflow:auto;
	-webkit-overflow-scrolling:touch;

}

.cate {
    font-size: 20px;
	color:#FC0;
    height: 28px;
    width: auto;
    line-height: 28px;
    margin-top: 10px;
	text-align:center;
	font-weight:bold;
    margin-bottom: 15px;
}

.cate span{
	margin-left:10px;
	font-size:14px;
	color:#FFFFFF;

}

#main_contents .whats-new2 {
    width: 100%;
    font-size: 12px;
    color: #333;
    height: 200px;
    margin-bottom: 40px;
	/*! margin-left:30px; */
    float:left;
}

#main_contents .new-arrival2 {
    width: 100%;
    font-size: 12px;
    color: #333;
    height: 170px;
    border: 1px solid #CCC;
    background-color: #FFFFF4;
	overflow:auto;
	padding: 5px;
}

.clear{
	clear:both;
}

.tax-free{
	width:340px;
	padding:10px 10px 30px;
	float:left;
}

.English {
	text-align: center;
	line-height: 90px;
	height: 90px;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	float:left;
}

.facebook-block{
	margin:0 auto;
	text-align:center;
}


.banner_area {
	height: auto;
	width: 680px;
	text-align: center;
	margin-bottom: 30px;
}
.banner_area p {
	padding-top: 20px;
}

.inquiry {
	height: auto;
	width: 100%;
	text-align: center;
}

.logo {
	height: auto;
	width: 350px;
}

.inquiry-wrap {
	height: 440px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}

.inquiry-title{
	text-align:center;
	font-size:35px;
	margin-bottom:20px;
}

.map-title{
	text-align:center;
	font-size:30px;
	margin:20px 0px;
}

.shop-detail {
	float: left;
	height: auto;
	width: 350px;
	padding:0px 0px 0px 10px;
}

.shop-detail p {
	margin-bottom: 0px;
}

.shop-name {
	font-weight: bold;
	font-size:18px;
}

.tel{
	font-size:32px;
	color:#CC0000;
	font-weight:bold;

}

.tel a{
	color:#CC0000;
	text-decoration: none;
	}

.shop_tel{
	font-size:16px;
}

.ggmap {
	width: 700px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:50px;
}

.content {
	width : 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}

.content p {
	line-height:160%;
	width: 100%;
}

.ikebe_store{
	font-size:12px;

	padding-top:10px;
}


footer{
	background-color:#000000;
	padding-top:10px;
	width:100%;
	text-align:center;
	border-top:#CCCC00 1px solid;
}

.store_pic{
	width:100%;
	padding-bottom:40px;
}

.store_pic p{
	font-size:24px;
	font-weight:bold;
	background-color:#003;
	padding:20px;
	text-align:center;
	margin-bottom:20px;
}

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.kaitori_txt{
	color:#FFFF66;
	font-weight:bold;
	font-size:18px;
}

hr.style1 {
	border-top: 1px dashed #8c8b8b;
	margin-left:2%;
	margin-right:2%;
	margin-top:1%;
	margin-bottom:1%;
}

hr.style2 {
	border-top: 1px solid #999;
	margin-left:2%;
	margin-right:2%;
	margin-top:1%;
	margin-bottom:1%;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
	margin-top:2%;
	margin-bottom:3%;
}

.sns1 {
    width: 100%;
    height: auto;
    padding: 10px;
}

.icon {
    width: 10%;
    height: auto;
    float: left;
}

.icon img {
    width: 100%;
    height: auto;
    padding: 10%;
}

.icon-cap {
    width: 90%;
    float: left;
    color: #FC0;
    font-size: 15px;
    line-height: 22px;
    padding-top: 12px;
    padding-left: 10px;
}

.red{
	color: #F00;
}

.r_orange{
	color:#FFC;
}

.news{
	font-size:15px;
	font-weight:800;
	text-align:center;
	padding: 10px 0px 10px 0px;
}