@charset "UTF-8";

#realShop {
    width:100%;
    text-align:left;
    margin:10px auto 60px;
	max-width: 640px;
}
#realShop img {
    max-width:100% !important;
    height:auto;
}

#realShop h1 {
width: 100%;
height: 0;
margin: 0 auto;
padding-top: 69.56%;
background: url(../images/sp_sr_main.jpg) no-repeat 0 0;
-webkit-background-size: cover;
background-size: cover;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#shopTopImg {
    max-width:900px;
    height:auto;
    text-align:center;
    margin:0 auto;
}


/***********************
 * お知らせ
 **********************/
#realShopTxtNotice {
	margin: 50px 0;
}

#realShopTxtNotice p#NoticeTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

#realShopTxtNotice p {
    width:100%;
    text-align:left;
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 14px;
	padding: 0 20px;
}

hr {
	margin: 0 auto;
}

#realShopTxtNotice a {
	color: #F00;
}


/***********************
 * テキスト本文&サムネイル
 **********************/
#realShopTxt {
    margin:50px auto;
}

#realShopTxt p {
    width:100%;
    text-align:left;
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin-bottom: 14px;
	padding: 0 20px;
}

#shopImgList {
    max-width:640px;
    margin:0 auto 50px;
}
#shopImgList li {
    float: left;
    width:46.88%;
    margin:0 1.56% 10px;
}

/*********************
 * 本店案内TOP
 *********************/
#realShop h2 {
    width:100%;
    background-color: #454646;
    font-size:16px;
    text-align:center;
    color: #fff;
    font-weight:normal;
    padding: 10px;
    margin-top: 50px;
}
#realShop h2 i {
    display: block;
}
/***********************
 * アコーディオン
 **********************/

#aboutShop h3 {
width:100%;
height: 52px;
font-size:1.4rem;
line-height:52px;
text-indent:20px;
border-bottom:1px #c9c9c9 solid;
display: block;
position: relative;
/*border-bottom: 1px solid #D9D9D6;*/
background: #efefef;
text-decoration: none;
cursor: pointer;
}
#aboutShop h3:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 2px solid #2490d0;
    border-right: 2px solid #2490d0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#aboutShop ul {
    width:100%;
    margin:0 auto;
    border-bottom:1px #c9c9c9 solid;

}
#aboutShop li {
    width:96.88%;
    margin: 20px 1.56% 10px;
    text-align:center;
    line-height:1.8rem;
}
#aboutShop li:last-child {
    margin-bottom: 40px;
}

#aboutShop h4 {
    font-size:1.4rem;
    text-align:left;
    padding:0 18px;
}
#aboutShop h5 {
    font-size:1.4rem;
    text-align:center;
    padding:0 18px;
}
#aboutShop h6 {
    font-size:1.4rem;
    text-align:left;
    padding:0 18px;
}
#aboutShop p {
    font-size:1.2rem;
    text-align:left;
    padding:0 18px;
    margin-bottom: 10px;
}
#aboutShop p span {
    display:block;
    font-size:1.2rem;
    font-weight:bold;
    color: red;
}

#aboutShop .access {
    padding: 0 1% 0 1%;
}

#aboutShop .access p {
    font-size:1.2rem;
/*    text-align:center;*/
    padding:0 6px;
    margin-bottom: 10px;
}

#aboutShop .accessImg{
	width: 30.2%;
    float: left;
}

#aboutShop .nagahori{
	margin-top: 50px;
	margin-bottom: 0px;	
}

#aboutShop .sakaisuji{
	margin-top: 50px;
	margin-bottom: 0px;	
}

#aboutShop .entranceImg{
	width: 46.8%;
    float: left;
	margin-top: 45px;	
}



#aboutShop #shopMapGoogle {
    width:100%;
    height:340px;
}

.sp_gmap {
position: relative;
padding-top: 75%;
height: 0;
overflow: hidden;
}
.sp_gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

