@charset "utf-8";
/* ---------------------------------------------------- common
---------------------------------------------------- */
/* title */
/* line 13, sass/shop.scss */
.page-title { background: url(../img/shop/bg_title.jpg) center center no-repeat; background-size: cover; height: 145px; width: 100%; text-align: center; padding: 60px 0 0 0; }

/* inner */
/* line 23, sass/shop.scss */
.page-inner { width: 1000px; margin: 0 auto; padding: 10px 0 60px 0; }

/* clearfix */
/* line 30, sass/shop.scss */
.clearfix, .shop-col-photo { *zoom: 1; }
/* line 32, sass/shop.scss */
.clearfix:after, .shop-col-photo:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0; }

/* ---------------------------------------------------- shop
---------------------------------------------------- */
/* table */
/* line 49, sass/shop.scss */
.shop-table { width: 950px; margin: 10px auto 50px auto; }
/* line 53, sass/shop.scss */
.shop-table table { width: 950px; }
/* line 56, sass/shop.scss */
.shop-table th { border: 1px solid #A9C5D1; border-left: none; background: #F0F5F9; width: 200px; text-align: center; vertical-align: middle; color: #323232; font-size: 140%; }
/* line 66, sass/shop.scss */
.shop-table td { border: 1px solid #A9C5D1; border-right: none; vertical-align: middle; color: #323232; padding: 11px 25px; font-size: 130%; }
/* line 74, sass/shop.scss */
.shop-table td a { color: #323232; text-decoration: none; }
/* line 78, sass/shop.scss */
.shop-table td a:hover { text-decoration: underline; }
/* line 82, sass/shop.scss */
.shop-table td span { color: #656565; }

/* line 87, sass/shop.scss */
.shop-table-title { padding: 0 0 20px 0; }

/* img */
/* line 92, sass/shop.scss */
.shop-img { text-align: center; padding: 0 0 40px 0; }

/* col */
/* line 98, sass/shop.scss */
.shop-col { text-align: center; font-size: 120%; color: #323232; width: 950px; margin: 0 auto; }
/* line 105, sass/shop.scss */
.shop-col p { padding: 25px 0 0 0; line-height: 2; }

/* line 110, sass/shop.scss */
.shop-col-photo { width: 974px; margin: 50px -24px 50px 0; overflow: hidden; zoom: 1; }
/* line 117, sass/shop.scss */
.shop-col-photo li { float: left; margin: 0 24px 0 0; }

/* map */
/* line 124, sass/shop.scss */
.shop-map { font-size: 110%; position: relative; width: 810px; margin: 0 auto; color: #323232; }
/* line 131, sass/shop.scss */
.shop-map p { margin: 10px 0 0 0; }

/* line 137, sass/shop.scss */
.shop-map-link a { color: #40545f; text-decoration: none; background: url(../img/shop/icn_arrow01.png) left center no-repeat; padding: 0 0 0 17px; position: absolute; right: 0; bottom: 22px; left: 1; }
/* line 147, sass/shop.scss */
.shop-map-link a:hover { text-decoration: underline; }
