@charset "utf-8";







/*基本部分CSS*/


a,p,div,article,section,figure,ul,li  { 
text-align: left;
margin: 0;
padding: 0;
list-style: none;
}
article, section { 
display: block;
box-sizing: border-box;
}
img {
vertical-align: middle;
height: auto;
max-width: 100%;
}
article{
font-size: 62.5%!important;
width:100%;
}
.wrapper.all {
font-size: .8rem; /*スマホ基本フォントサイズ*/
}

/* Container */
.wrapper{
width: 100%;
display: block;
position:relative;
margin:0 auto;
letter-spacing: -0.5em;/* i-b 隙間埋め用 */
display: block\9; /* i-b 隙間埋め用 IE 8,9対応 */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
}
.wrapper:after{
content:"";
display: block;
clear:both;
box-sizing: border-box;
}
.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12{
display:inline-block;
vertical-align:middle;
position: relative;
padding: 10px;
width:100%;
letter-spacing: normal;/* i-b 隙間埋め用 */
box-sizing: border-box;
line-height:1.6;
}



@media screen and (min-width:768px) {

.wrapper.all {
font-size: .9rem; /*タブレット基本フォントサイズ*/
}

/* column*/
.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12 {
padding:20px;
}
.col1 { width:8.3333%; }
.col2 { width:16.6666%; }
.col3 { width:25%; }
.col4 { width:33.3333%; }
.col5 { width:41.6666%; }
.col6 { width:50%; }
.col7 { width:58.333%; }
.col8 { width:66.666%; }
.col9 { width:74.999%; }
.col10 { width:83.333%; }
.col11 { width:91.666%; }
.col12 { width:100%; }

}/*@media screen and (min-width:768px)*/


@media screen and (min-width:1080px) {
.wrapper{max-width: 1080px;}
.col12{max-width: 1080px;}

.wrapper.all {
font-size: 1rem; /*PC基本フォントサイズ*/
}
}/*@media screen and (min-width:1080px)*/












/*ショップ情報CSS*/


.shop_info{
vertical-align: top;
}
.shop_info .header{
font-size:130%;
padding: 20px 0 18px;
font-weight:bold;
border-top: #ccc 2px solid;
border-bottom: #666 1px solid;
}
.shop_info .header:before{
content:"";
display:inline-block;
width: 26px;
height: 23px;
vertical-align: middle;
transform: translateY(-1px);
margin-right: 10px;
background-image: url(../images/icon_shop.svg);
}
.shop_info .address{
padding: 20px 0 5px;
line-height: 2;
}
.shop_info .header_service{
font-weight: bold;
border-top: #666 1px solid;
padding: 20px 0 5px;
margin-top: 25px;
}
.shop_info .service_list{
list-style: none;
padding: 0;
margin: 0;
}
.shop_info .service_list li:before{
content:"・";
display:inline-block;
width: 20px;
}

.shop_info .website img{
width:80px;
}
.shop_image .slider_thum{
margin-top: 10px;
}
.shop_image .slider_thum li{
display: inline-block;
margin-right: 4px;
width: 20%;
}

@media screen and (min-width:768px) {

.shop_info .header{
font-size:150%;
padding: 30px 0 25px;
}
.shop_info .header:before{
width: 36px;
height: 33px;
transform: translateY(-3px);
margin-right: 15px;
}
.shop_info .address{
padding: 30px 0 10px;
}
.shop_info .header_service{
padding: 30px 0 10px;
margin-top: 30px;
}
.shop_info .service_list{
margin: 0 0 10px;
}

.shop_info .website img{
width:108px;
}

}/*@media screen and (min-width:768px)*/














