@charset "utf-8";

/*----------------------------------------------------------
 * Reset & Common Layouts
 *----------------------------------------------------------*/

/*	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dfn, dd, ul, ol, li,
form, input, textarea, fieldset, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td {
  margin:0;
  padding:0;
}
table { border-collapse: collapse; border-spacing: 0; font-size: inherit; }
td, th { text-align: left; vertical-align: top; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, th, var, small { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a { text-decoration: none; color: #000; outline: none; }
br { letter-spacing: normal; }
hr { display: none; }
img { vertical-align: bottom; border: none; line-height: 0; }

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/*-- layout --*/
html {
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: -0.001em;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1rem;
  min-width: 320px;
}


/*	clearfix
------------------------------------------------------------*/
.page-hd:after,
.mod-menulist02:after,
.mod-linklist02:after,
.mod-entrylist:after,
.mod-entrylist02-link:after,
.mod-shoplist-link:after,
.mod-restaurantlist:after,
.mod-pager:after,
.mod-floormap:after,
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}


/*	page
------------------------------------------------------------*/
#page {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/*-- page-hd --*/
.page-hd {
  background: #91164f;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  min-height: 40px;
  position: relative;
}
.page-hd .page-hd-logo {
  float: left;
  padding: 4px 0 0 7px;
}
.page-hd .page-hd-logo img {
    max-height: 32px;
}
.page-hd .page-hd-utilnav {
  float: right;
  width: 80px;
}
.page-hd .page-hd-utilnav a {
  border-left: 1px solid #700e3b;
  display: block;
  height: 30px;
  padding-top: 10px;
  text-align: center;
  width: 38px;
}
.page-hd .page-hd-utilnav img {
  vertical-align: top;
}
.page-hd .page-hd-utilnav .page-hd-utilnav-item {
  border-left: 1px solid #b0326c;
  float: left;
  width: 39px;
}
.page-hd .page-hd-utiltxt {
  clear: both;
  padding: 10px;
  background: #666;
  color: #FFF;
}

/*-- page-bd --*/
.page-bd {
  background: #fff;
}

/*-- page-gnav --*/
.page-gnav {}
.js .page-gnav {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
}

/*-- page-ft --*/
.page-ft {
  background: #91164f;
  color: #fff;
  padding: 15px 0;
}
.page-ft .page-ft-utiltxt {
  font-size: 1.2rem;
  line-height: 1.34em;
  margin-bottom: 15px;
  padding: 0 10px 15px;
  position: relative;
  text-align: center;
}
.page-ft .page-ft-utiltxt:before {
  background: #e8ceda;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
.page-ft .page-ft-utiltxt a {
  color: #fff;
  text-decoration: underline;
}
.page-ft .page-ft-copyright {
  font-size: 1.0rem;
  line-height: 1.1rem;
  text-align: center;
}


/*	modules
------------------------------------------------------------*/

/*-- mod-ttl --*/
.mod-ttl {
  background: #3f3f3f;
  padding: 11px 0 10px;
  position: relative;
  text-align: center;
}
.mod-ttl .mod-ttl-ttl {}
.mod-ttl .mod-ttl-close {
  margin-top: -8.5px;
  position: absolute;
  right: 10px;
  top: 50%;
}

/*-- mod-ttl02 --*/
.mod-ttl02 {
  background: #292929;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: table;
  min-height: 30px;
  width: 100%;
}
.mod-tabcontent + .mod-ttl02 {
  margin-top: -1px;
  position: relative;
}
.mod-ttl02 .mod-ttl02-ttl {
  display: table-cell;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.36;
  padding: 5px 10px;
  vertical-align: middle;
}

/*-- mod-ttl03 --*/
.mod-ttl03 {
  background: #292929;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  display: table;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
}
.mod-ttl03 .mod-ttl03-ttl,
.mod-ttl03 .mod-ttl03-more {
  display: table-cell;
  vertical-align: middle;
}
.mod-ttl03 .mod-ttl03-ttl {
  height: 30px;
  line-height: 1;
  padding-left: 10px;
}
.mod-ttl03 .mod-ttl03-ttl.op-type02 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_search.png) no-repeat 7px 50%;
  -webkit-background-size: 17px;
  background-size: 17px;
  padding-left: 30px;
}
.mod-ttl03 .mod-ttl03-ttl.op-type03 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_shop.png) no-repeat 7px 50%;
  -webkit-background-size: 18px 17px;
  background-size: 18px 17px;
  padding-left: 30px;
}
.mod-ttl03 .mod-ttl03-ttl.op-type04 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_event.png) no-repeat 5px 50%;
  -webkit-background-size: 21px 13px;
  background-size: 21px 13px;
  padding-left: 30px;
}
.mod-ttl03 .mod-ttl03-ttl.op-type05 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_clock.png) no-repeat 7px 50%;
  -webkit-background-size: 17px;
  background-size: 17px;
  padding-left: 30px;
}
.mod-ttl03 .mod-ttl03-more {
  background: #222;
  border-left: 1px solid #505050;
  text-align: center;
  width: 60px;
}
.mod-ttl03 .mod-ttl03-more a {
  display: block;
  font-size: 0;
}
.mod-ttl03 .mod-ttl03-more img {
  vertical-align: top;
}

/*-- mod-ttl04 --*/
.mod-ttl04 {
  padding-bottom: 6px;
  position: relative;
  border-bottom: 1px solid #b9b9b9;
}
.mod-ttl04:after {
  background: #f4327c;
  bottom: 1px;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mod-ttl04.op-type02:after {
  background-color: #99c350;
}
.mod-ttl04.op-type03:after {
  background-color: #dd4a4a;
}
.mod-ttl04.op-type04:after {
  background-color: #efc01c;
}
.mod-ttl04.op-type05:after {
  background-color: #0aafcd;
}
.mod-ttl04.op-type06:after {
  background-color: #a186b8;
}
.mod-ttl04.op-type07:after {
  background-color: #e778a9;
}
.mod-ttl04 .mod-ttl04-in {
  display: table;
  width: 100%;
}
.mod-ttl04 .mod-ttl04-ttl {
  background: -webkit-linear-gradient(top, #fefefe, #f8f8f8);
  background: linear-gradient(to bottom, #fefefe, #f8f8f8);
  -webkit-box-shadow: inset 0 0 2.5px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 2.5px rgba(255, 255, 255, 0.75);
  display: table-cell;
  height: 69px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

/*-- mod-ttl05 --*/
.mod-ttl05 {
  margin-bottom: 12px;
}
.mod-ttl05 > div {
  text-align: right;
}
.mod-ttl05 .mod-ttl05-date {
  line-height: 1rem;
}
.mod-ttl05 .mod-ttl05-icon {
  color: #db4242;
  text-transform: uppercase;
}
.mod-ttl05 .mod-ttl05-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
}

/*-- mod-ttl06 --*/
.mod-ttl06 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round05.png) no-repeat 0 0;
  -webkit-background-size: 14px;
  background-size: 14px;
  border-bottom: 3px solid #2d2d2d;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0 0 4px 20px;
}
.mod-ttl06.op-type02 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/access/ico_car.png) no-repeat 0 0;
  -webkit-background-size: 16px 14px;
  background-size: 16px 14px;
  margin-bottom: 5px;
}
.mod-ttl06.op-type03 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/access/ico_train.png) no-repeat 0 0;
  -webkit-background-size: 16px 19px;
  background-size: 16px 19px;
  margin-bottom: 5px;
  padding-top: 3px;
}
.mod-ttl06.op-type04 {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/access/ico_bus.png) no-repeat 0 0;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  margin-bottom: 5px;
  padding-top: 2px;
}

/*-- mod-ttl07 --*/
.mod-ttl07 {
  border-bottom: 3px solid #2e2e2e;
  margin-bottom: 20px;
}
.mod-ttl07 > div {
  text-align: right;
}
.mod-ttl07 a {
  text-decoration: underline;
}
.mod-ttl07 .mod-ttl07-date {
  line-height: 1rem;
}
.mod-ttl07 .mod-ttl07-icon {
  color: #db4242;
  text-transform: uppercase;
}
.mod-ttl07 .mod-ttl07-ttl {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round05.png) no-repeat 0 0;
  -webkit-background-size: 14px;
  background-size: 14px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 4px 17px;
}
/*-- mod-floormap --*/
/*
.mod-floormap {
  margin: 20px 10px;
}
.mod-floormap .mod-floormap-floor {
  float: left;
  width: 10%;
}
.mod-floormap .mod-floormap-map {
  float: right;
  width: 90%;
}
*/
/*-- mod-menulist--*/
.mod-menulist {
  background: #e1e1e1;
  border-top: 1px solid #b8b8b8;
}
.mod-menulist a {
  border-bottom: 1px solid #b8b8b8;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 12px 30px 12px 12px;
  position: relative;
}
.mod-menulist a:before {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round.png) no-repeat 50% 50%;
  -webkit-background-size: 16px;
  background-size: 16px;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}
.mod-menulist .mod-menulist-item {
  border-bottom: 1px solid #fefefe;
}
.mod-menulist .mod-menulist-item:first-child {
  border-top: 1px solid #f2f2f2;
}

/*-- mod-menulist02 --*/
.mod-menulist02 {}
.mod-menulist02 .mod-menulist02-item {
  border-bottom: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  float: left;
  height: 45px;
  padding: 1px;
  width: 50%;
}
.mod-menulist02 .mod-menulist02-item:nth-child(odd) {
  border-right: 1px solid #c0c0c0;
}
.mod-menulist02 .mod-menulist02-item:nth-child(5),
.mod-menulist02 .mod-menulist02-item:last-child {
  border-bottom: none;
}
.mod-menulist02 .mod-menulist02-item a {
  background: -webkit-linear-gradient(top, #fefefe, #f8f8f8);
  background: linear-gradient(to bottom, #fefefe, #f8f8f8);
  -webkit-box-shadow: inset 0 0 2.5px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 2.5px rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid #f4327b;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  width: 100%;
}
.mod-menulist02 .mod-menulist02-item.op-type01 a {
  border-color: #dc4646;
}
.mod-menulist02 .mod-menulist02-item.op-type02 a {
  border-color: #efbf17;
}
.mod-menulist02 .mod-menulist02-item.op-type03 a {
  border-color: #99c34f;
}
.mod-menulist02 .mod-menulist02-item.op-type04 a {
  border-color: #0aafcd;
}
.mod-menulist02 .mod-menulist02-item.op-type05 a {
  border-color: #9f84b7;
}
.mod-menulist02 .mod-menulist02-item.op-type06 a {
  border-color: #e778a9;
}

/*-- mod-bnrlist --*/
.mod-bnrlist {
  background: #e6e6e6;
  padding: 15px 0 5px;
}
.mod-bnrlist img {
  border: 1px solid #bcbcbc;
}
.mod-bnrlist .mod-bnrlist-item {
  margin-bottom: 10px;
  text-align: center;
}

/*-- mod-linklist --*/
.mod-linklist {
  margin-bottom: 25px;
}
.mod-datatbl .mod-linklist {
  margin-bottom: 0;
}
.mod-linklist a {
  color: #e25881;
  text-decoration: underline;
}
.mod-linklist .mod-linklist-item {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr02.jpg) no-repeat 2px 0.2em;
  -webkit-background-size: 6px 7px;
  background-size: 6px 7px;
  font-size: 1.1rem;
  line-height: 1.363;
  padding-left: 11px;
}

/*-- mod-linklist02 --*/
.mod-linklist02 {
  border-top: 1px solid #c1c1c1;
}
.mod-linklist02 a {
  display: block;
  font-size: 0;
  padding: 12px 40px 12px 12px;
  position: relative;
}
.mod-linklist02 a:before {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr05.png) no-repeat 50% 50%;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  content: '';
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
}
.mod-linklist02 img {
  vertical-align: top;
}
.mod-linklist02 .mod-linklist02-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  float: left;
  width: 50%;
}
.mod-linklist02-item a {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
.mod-linklist02 .mod-linklist02-item:nth-child(even) {
  border-right: none;
}
.mod-linklist02 .mod-linklist02-current {
  background-color: #de4e4e;
  background-color: rgba(222, 78, 78, 0.2);
}
.mod-linklist02.op-type02 a {
  padding-right: 15px;
}
.mod-linklist02.op-type02 a:before {
  right: 5px;
}
.mod-linklist02.op-type02 .mod-linklist02-item {
  width: 25%;
}
.mod-linklist02.op-type02 .mod-linklist02-item:nth-child(even) {
  border-right: 1px solid #c1c1c1;
}
.mod-linklist02.op-type02 .mod-linklist02-item:nth-child(4n) {
  border-right: none;
}

/*-- mod-cautionlist --*/
.mod-cautionlist { margin-bottom: 15px; }
.mod-cautionlist .mod-cautionlist-item {
  font-weight: bold;
  line-height: 1.37;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.mod-cautionlist .mod-cautionlist-item:before {
  content: "●";
  margin-right: 0.5em;
}

/*-- mod-entrylist --*/
.mod-entrylist {}
.mod-entrylist .mod-entrylist-item {
  float: left;
  margin-bottom: 16px;
  width: 50%;
}
.mod-entrylist .mod-entrylist-link {
  display: block;
}
.mod-entrylist .mod-entrylist-item:nth-child(odd) .mod-entrylist-link {
  padding-left: 18.75%;
  padding-right: 6.25%;
}
.mod-entrylist .mod-entrylist-item:nth-child(even) .mod-entrylist-link {
  padding-left: 6.25%;
  padding-right: 18.75%;
}
.mod-entrylist .mod-entrylist-img {
  margin-bottom: 5px;
  text-align: center;
}
.mod-entrylist .mod-entrylist-date {
  display: inline-block;
  font-weight: bold;
}
.mod-entrylist .mod-entrylist-icon {
  color: #db4242;
  display: inline-block;
  font-weight: bold;
}
.mod-entrylist .mod-entrylist-shopname {
  color: #f42e79;
  line-height: 1.34;
  margin-top: 3px;
  text-decoration: underline;
}
.mod-entrylist .mod-entrylist-ttl {
  font-weight: bold;
  margin-top: -3px;
}

/*-- mod-entrylist02 --*/
.mod-entrylist02 {}
.mod-entrylist02 .mod-entrylist02-item {
  border-bottom: 1px solid #b9b9b9;
  padding: 1px;
}
.mod-entrylist02 .mod-entrylist02-link {
  display: block;
  padding: 16px 23px 16px 18px;
  position: relative;
}
.mod-entrylist02 .mod-entrylist02-link:before {
  background: #e0e0e0 url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr.png) no-repeat 50% 50%;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}
.mod-entrylist02 .mod-entrylist02-img {
  float: left;
  margin-right: 10px;
}
.mod-entrylist02 .mod-entrylist02-woimg {
  overflow: hidden;
  line-height: 1.34;
}
.mod-entrylist02 .mod-entrylist02-date {
  display: inline;
  font-weight: bold;
}
.mod-entrylist02 .mod-entrylist02-icon {
  color: #db4242;
  display: inline;
  font-weight: bold;
}
.mod-entrylist02 .mod-entrylist02-ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-entrylist02 .mod-entrylist02-txt {
  color: #4e4e4e;
}

/*-- mod-shoplist --*/
.mod-shoplist {}
.mod-shoplist.op-type02 {
  border-top: 1px solid #b9b9b9;
}
.mod-shoplist .mod-shoplist-item {
  border-bottom: 1px solid #b9b9b9;
  padding: 1px;
}
.mod-shoplist .mod-shoplist-link {
  display: block;
  padding: 16px 23px 16px 18px;
  position: relative;
}
.mod-shoplist .mod-shoplist-link:before {
  background: #e0e0e0 url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr.png) no-repeat 50% 50%;
  -webkit-background-size: 6px 10px;
  background-size: 6px 10px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
}
.mod-shoplist .mod-shoplist-number {
  float: left;
  font-weight: bold;
}
.mod-shoplist .mod-shoplist-img {
  float: left;
  margin-right: 10px;
}
.mod-shoplist .mod-shoplist-woimg {
  overflow: hidden;
  line-height: 1.34;
}
.mod-shoplist .mod-shoplist-floor {
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-shoplist .mod-shoplist-shopname {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.mod-shoplist .mod-shoplist-lead {
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-shoplist .mod-shoplist-txt {}

/*-- mod-restaurantlist --*/
.mod-restaurantlist {}
.mod-ttl04 + .mod-restaurantlist {
  margin-top: 15px;
}
.mod-restaurantlist .mod-restaurantlist-item {
  float: left;
  margin-bottom: 20px;
  width: 50%;
  height: 135px;
}
.mod-restaurantlist .mod-restaurantlist-link {
  display: block;
}
.mod-restaurantlist .mod-restaurantlist-item:nth-child(odd) .mod-restaurantlist-link {
  padding-left: 18.75%;
  padding-right: 6.25%;
}
.mod-restaurantlist .mod-restaurantlist-item:nth-child(even) .mod-restaurantlist-link {
  padding-left: 6.25%;
  padding-right: 18.75%;
}
.mod-restaurantlist .mod-restaurantlist-img {
  margin-bottom: 5px;
  text-align: center;
}
.mod-restaurantlist .mod-restaurantlist-woimg {
  line-height: 1.36;
  font-weight: bold;
}
.mod-restaurantlist .mod-restaurantlist-shopname {}
.mod-restaurantlist .mod-restaurantlist-category {
  font-weight: normal;
}

/*-- mod-pager --*/
.mod-pager {
  border-top: 1px solid #b9b9b9;
}
.mod-entrylist02 + .mod-pager,
.mod-shoplist + .mod-pager {
  border-top: none;
}
.mod-pager a {
  display: block;
  font-size: 0;
  padding: 9px 0 25px;
}
.mod-pager img {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}
.mod-pager .mod-pager-item {
  float: left;
  width: 50%;
}
.mod-pager .mod-pager-prev {
  text-align: right;
}
.mod-pager .mod-pager-prev img {
  border-right: 1px dotted #000;
}
.mod-pager .mod-pager-next {
  text-align: left;
}
.mod-pager .mod-pager-next a {}
.mod-pager .mod-pager-nolink {
  opacity: 0.3;
}

/*-- mod-gallery --*/
.mod-gallery {
  /*padding-top: 20px;*/
  background: #E6E6E6;
}
.mod-gallery .mod-gallery-main {
}
.mod-gallery .mod-gallery-main img {
  width: 100%;
}
.mod-gallery .mod-gallery-viewport img {
  width: 100%;
}
.js .mod-gallery .mod-gallery-viewport li {
  display: none;
}
.mod-gallery .mod-gallery-control-nav {
  background: #e6e6e6;
  /*height: 20px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.mod-gallery .mod-gallery-control-nav li {
  display: inline-block;
  margin: 0 5px;
}
.mod-gallery .mod-gallery-control-nav a {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 10px;
}
.mod-gallery .mod-gallery-control-nav .mod-gallery-active {
  background-color: #f4327c;
}

/*-- mod-gallery02 --*/
.mod-gallery02 {
  margin: 0 auto 12px;
  width: 285px;
}
.mod-gallery02 .mod-gallery02-main {
  position: relative;
}
.mod-gallery02 .mod-gallery02-item {}
.mod-gallery02 .mod-gallery02-img {
  margin-bottom: 5px;
}
.mod-gallery02 .mod-gallery02-caption {
  font-size: 0.9rem;
  line-height: 1.44;
}
.mod-gallery02 .mod-gallery02-direction-nav {}
.mod-gallery02 .mod-gallery02-direction-nav a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 10px 16px;
  background-size: 10px 16px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 10px;
}
.mod-gallery02 .mod-gallery02-prev {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr03.jpg);
  left: -15px;
}
.mod-gallery02 .mod-gallery02-next {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr04.jpg);
  right: -15px;
}

/*-- mod-gallery03 --*/
.mod-gallery03 {
  margin: 0 auto 20px;
  width: 285px;
}
.mod-gallery03 .mod-gallery03-main {
  position: relative;
}
.mod-gallery03 .mod-gallery03-item {}
.mod-gallery03 .mod-gallery03-direction-nav {}
.mod-gallery03 .mod-gallery03-direction-nav a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 10px 16px;
  background-size: 10px 16px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 10px;
}
.mod-gallery03 .mod-gallery03-prev {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr03.jpg);
  left: -15px;
}
.mod-gallery03 .mod-gallery03-next {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr04.jpg);
  right: -15px;
}

/*-- mod-datatbl --*/
.mod-datatbl {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/line_solid_x.png) repeat-x 0 0;
  -webkit-background-size: 1px 2px;
  background-size: 1px 2px;
  margin-bottom: 15px;
  padding-top: 2px;
}
.mod-datatbl table {
  width: 100%;
}
.mod-datatbl th,
.mod-datatbl td {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/line_dotted_x.png) repeat-x 0 100%;
  -webkit-background-size: 2px 3px;
  background-size: 2px 3px;
  font-size: 1.1rem;
  line-height: 1.363;
  padding: 5px 7px 8px 7px;
  vertical-align: middle;
}
.mod-datatbl th {
  background-color: #efefef;
  text-align: center;
}
.mod-datatbl td {
  text-align: left;
}
.mod-datatbl a {
  color: #e25881;
  text-decoration: underline;
}

/*-- mod-searchform --*/
.mod-searchform {
  margin: 0 17px;
  text-align: center;
}
.mod-searchform input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.mod-searchform .mod-searchform-txt {
  border: 1px solid #9f9f9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  font-size: 1rem;
  line-height: 26px;
  padding: 3px;
  text-align: left;
  width: 73%;
}
.mod-searchform .mod-searchform-submit {}

/*-- mod-searchform02 --*/
.mod-searchform02 {
  margin: 0 17px;
  text-align: center;
}
.mod-tabcontent-content .mod-searchform02 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.mod-searchform02 input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}
.mod-searchform02 .mod-searchform02-txt {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_search02.png) no-repeat 6px 50%;
  -webkit-background-size: 17px;
  background-size: 17px;
  border: 1px solid #9f9f9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  height: 26px;
  line-height: 26px;
  padding: 3px 3px 3px 30px;
  text-align: left;
  width: 73%;
}
.mod-searchform02 .mod-searchform02-submit {}

/*-- mod-btn --*/
.mod-btn {
  margin: 0 auto 10px;
  width: 59.375%;
}
.mod-entry + .mod-btn,
.mod-pager + .mod-btn,
.mod-shopdetail + .mod-btn {
  margin-bottom: 25px;
}
.mod-btn a {
  background: #282828 url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round04.png) no-repeat 8px 50%;
  -webkit-background-size: 11px;
  background-size: 11px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 8px 20px;
}
.mod-btn img {
  vertical-align: top;
}

/*-- mod-btn02 --*/
.mod-btn02 {
  margin-bottom: 10px;
}
.mod-btn02 a {
  background: #dd4a4a url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round06.png) no-repeat 8px 50%;
  -webkit-background-size: 11px;
  background-size: 11px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 8px 20px;
  color: #fff;
    font-weight: bold;
}
.mod-btn02 img {
  vertical-align: top;
}
.mod-btn-wrap {
  border-bottom: 1px solid #b9b9b9;
  padding: 0 17px 10px;
  margin-bottom: 10px;
}

/*-- mod-hours --*/
.mod-hours {
  margin-bottom: 25px;
}
.mod-hours a {
  color: #e35881;
  text-decoration: underline;
}
.mod-hours-ttl {
  margin-bottom: 15px;
}
.mod-hours .mod-hours-txt {
  font-size: 1.1rem;
  line-height: 1.636;
  margin: 0 17px 5px;
}
.mod-hours .mod-hours-detail {
  font-size: 1.1rem;
  line-height: 1.636;
  margin: 0 17px;
  text-align: right;
}

/*-- mod-entry --*/
.mod-entry {
  margin: 0 17px 25px;
}
.mod-ttl04 + .mod-entry {
  margin-top: 15px;
}
.mod-entry .mod-entry-hd {}
.mod-entry .mod-entry-shopname {
  background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_arr02.jpg) no-repeat 2px 0.3em;
  -webkit-background-size: 6px 7px;
  background-size: 6px 7px;
  font-size: 1.1rem;
  line-height: 1.363;
  padding-left: 11px;
  margin: -2px 0 12px;
}
.mod-entry .mod-entry-shopname a {
  color: #e25881;
  text-decoration: underline;
}
.mod-entry .mod-entry-lead {
  font-size: 1.1rem;
  line-height: 1.363;
  margin-bottom: 10px;
}
.mod-entry .mod-entry-lead em {
  font-weight: bold;
}
.mod-entry .mod-entry-txt {
  font-size: 1.1rem;
  line-height: 1.363;
  margin-bottom: 5px;
}

/*-- mod-shopdetail --*/
.mod-shopdetail {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 10px;
  padding: 0 17px 15px;
}
.mod-ttl04 + .mod-shopdetail {
  margin-top: 15px;
}
.mod-shopdetail .mod-shopdetail-hd {}
.mod-shopdetail .mod-shopdetail-logo {
  margin: 0 auto 20px;
  width: 195px;
}
.mod-shopdetail .mod-shopdetail-logo div {
  display: table-cell;
  height: 195px;
  text-align: center;
  vertical-align: middle;
  width: 195px;
}
.mod-shopdetail .mod-shopdetail-logo img {
    max-width: 195px;
}
.mod-shopdetail .mod-shopdetail-lead {
  font-size: 1.1rem;
  line-height: 1.181;
  margin-bottom: 10px;
}
.mod-shopdetail .mod-shopdetail-lead em {
  font-weight: bold;
}
.mod-shopdetail .mod-shopdetail-txt {
  font-size: 1.1rem;
  line-height: 1.363;
  margin-bottom: 10px;
}
.mod-shopdetail .mod-shopdetail-btm {
  text-align: center;
  margin-bottom: 10px;
}
.mod-shopdetail .mod-shopdetail-nav {
  margin: 0 -17px;
}

/*-- mod-recruit --*/
.mod-recruit {
  border-bottom: 1px solid #b9b9b9;
  padding: 0 17px 10px;
  margin-bottom: 25px;
}
.mod-ttl04 + .mod-recruit {
  margin-top: 15px;
}
.mod-recruit .mod-recruit-logo {
  margin: 0 auto 20px;
  width: 195px;
}
.mod-recruit .mod-recruit-logo div {
  display: table-cell;
  height: 195px;
  text-align: center;
  vertical-align: middle;
  width: 195px;
}
.mod-recruit .mod-recruit-logo img {
    max-width: 195px;
}

/*-- mod-tabcontent --*/
.mod-tabcontent {}
.mod-tabcontent .mod-tabcontent-tab {
  background: #e6e6e6;
  border-bottom: 1px solid #c1c1c1;
  height: 47px;
  margin-bottom: 5px;
  padding-top: 4px;
  text-align: center;
}
.mod-tabcontent .mod-tabcontent-tabitem {
  bottom: -1px;
  display: inline-block;
  margin: 0 0.78125%;
  position: relative;
  width: 31.25%;
}
.mod-tabcontent .mod-tabcontent-tabitem a {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: 57px 96px;
  background-size: 57px 96px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 47px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.mod-tabcontent .mod-tabcontent-tabitem.op-item01 a {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/shopguide/bg_floor.png);
}
.mod-tabcontent .mod-tabcontent-tabitem.op-item02 a {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/shopguide/bg_category.png);
}
.mod-tabcontent .mod-tabcontent-tabitem.op-item03 a {
  background-image: url(http://www.pedi-s.com/type_lite1/sp/images/shopguide/bg_keyword.png);
}
.mod-tabcontent .mod-tabcontent-tabcurrent {}
.mod-tabcontent .mod-tabcontent-tabcurrent a {
  background-color: #fff;
  background-position: 50% 100%;
  border: 1px solid #c1c1c1;
  border-bottom: none;
}
.mod-tabcontent .mod-tabcontent-content {}

/*-- mod-eyecatch --*/
.mod-eyecatch {
  margin-bottom: 15px;
  text-align: center;
}
.mod-ttl04 + .mod-eyecatch {
  margin-top: 15px;
}
.mod-eyecatch img {
    max-width: 285px;
}

/*-- mod-eyecatch02 --*/
.mod-eyecatch02 {
  margin-bottom: 40px;
  padding-top: 45px;
  text-align: center;
}

/*-- mod-notfound --*/
.mod-notfound {
  margin: 0 17px 25px;
}
.mod-notfound .mod-notfound-txt {
  margin-bottom: 15px;
}
.mod-notfound .mod-notfound-txt a {
  color: #e35881;
  text-decoration: underline;
}

/*-- mod-wysiwyg02 --*/
.mod-wysiwyg02 {
  margin: 10px 17px 25px 17px;
}
.mod-wysiwyg02 h1 {
  /* background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round05.png) no-repeat 0 0.4em;
  -webkit-background-size: 14px;
  background-size: 14px; */
  border-bottom: 3px double #2d2d2d;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
.mod-wysiwyg02 h2 {
  /* background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round05.png) no-repeat 0 0.2em;
  -webkit-background-size: 14px;
  background-size: 14px; */
  border-bottom: 3px double #2d2d2d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 10px;
  padding-bottom: 4px;
}
.mod-wysiwyg02 h3 {
  /* background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round05.png) no-repeat 0 0.2em;
  -webkit-background-size: 14px;
  background-size: 14px; */
  border-bottom: 3px solid #2d2d2d;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 10px;
  padding-bottom: 4px;
}
.mod-wysiwyg02 h4 {
  /* background: url(http://www.pedi-s.com/type_lite1/sp/images/common/ico_round05.png) no-repeat 0 0.2em;
  -webkit-background-size: 12px;
  background-size: 12px; */
  border-bottom: 2px solid #2d2d2d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 10px;
  padding-bottom: 4px;
}
.mod-wysiwyg02 h5 {
  border-bottom: 2px solid #2d2d2d;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 10px;
  padding-bottom: 4px;
}
.mod-wysiwyg02 h6 {
  border-bottom: 2px solid #2d2d2d;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 10px;
  padding-bottom: 4px;
}
.mod-wysiwyg02 p {
  /* margin-bottom: 15px; */
}
.mod-wysiwyg02 p em {
  font-weight: bold;
}
.mod-wysiwyg02 a {
  color: #e25881;
  text-decoration: underline;
}
.mod-wysiwyg02 ul {
  margin-bottom: 15px;
  list-style: disc inside;
}
.mod-wysiwyg02 ol {
  margin-bottom: 15px;
  list-style: decimal inside;
}
.mod-wysiwyg02 li {
  line-height: 1.2;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.mod-wysiwyg table {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  table-layout: fixed;
  width: 100%;
}
.mod-wysiwyg table caption {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0 5px;
}
.mod-wysiwyg table th,
.mod-wysiwyg table td {
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
.mod-wysiwyg table th {
  background: #d3d3d3;
  font-weight: bold;
  text-align: center;
}


/*-- mod-dvevbox --*/
.mod-devbox {
  margin-bottom: 20px;
}
.mod-devbox .mod-devbox-modulename {
  background: #e75f87;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 2px 10px;
}


/*	jQuery plug-in
------------------------------------------------------------*/


/*	ex-classes
------------------------------------------------------------*/

/*-- display --*/
.dn { display: none !important; }
.db { display: block !important; }
.di { display: inline !important; }
.dib { display: inline-block !important; }

/*-- fonts --*/
.fwN { font-weight: normal; }
.fwB { font-weight: bold; }
.fz08 { font-size: 0.8rem; }
.fz09 { font-size: 0.9rem; }
.fz10 { font-size: 1.0rem; }
.fz11 { font-size: 1.1rem; }
.fz12 { font-size: 1.0rem; }
.fz13 { font-size: 1.3rem; }
.fz14 { font-size: 1.4rem; }
.fz15 { font-size: 1.5rem; }
.fz16 { font-size: 1.6rem; }

/*-- position --*/
.posR { position: relative; }
.posA { position: absolute; }

/*-- border --*/
.bd { border: 1px solid #000; }
.bdt { border-top: 1px solid #000; }
.bdr { border-right: 1px solid #000; }
.bdb { border-bottom: 1px solid #000; }
.bdl { border-left: 1px solid #000; }
.bdN { border: none !important; }
.bdtN { border-top: none !important; }
.bdrN { border-right: none !important; }
.bdbN { border-bottom: none !important; }
.bdlN { border-left: none !important; }

/*-- text-align --*/
.taC { text-align: center !important; }
.taL { text-align: left !important; }
.taR { text-align: right !important; }

/*-- float --*/
.flR { float: right; }
.flL { float: left; }
.flN { float: none; }
.lfBox { overflow: hidden; }

/*-- margin --*/
.mc { margin: 0 auto; }
.m00 { margin: 0 !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.m50 { margin: 50px !important; }
.mta { margin-top: auto; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mra { margin-right: auto; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mba { margin-bottom: auto; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mla { margin-left: auto; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

/*-- padding --*/
.p00 { padding: 0 !important; }
.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }