@charset "UTF-8";

@font-face {
  font-family: "IPAexMincho-bold";
  src: url("../../font/ipaexm-subset-bold.eot?") format('eot'),
       url("../../font/ipaexm-subset-bold.ttf") format('truetype'),
       url("../../font/ipaexm-subset-bold.woff2") format('woff2'),
       url("../../font/ipaexm-subset-bold.woff") format('woff');
}

body {
  background: #FFF;
  color: #393731;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"IPAexMincho-bold", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

a {
  color: #373635;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-moz-selection {
  color: #FFF;
  background: #379e49;
}

::selection {
  color: #FFF;
  background: #379e49;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  background: url(../img/body-bg.png);
  -webkit-background-size: 64px auto;
  -o-background-size: 64px auto;
  background-size: 64px auto;
}

.main {
  padding-bottom: 50px;
}

.inner {
  margin: auto;
  width: 95%;
}

.isOpen {
  height: 100%;
  overflow: auto;
}

body.isOpen {
  overflow: hidden;
}

/* =========================================================
global-header
========================================================= */
.global-header {
  margin-bottom: 20px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #c8c8c8;
}

.global-header.-r {
  padding: 0;
}

.header-logo {
  margin: 0;
  line-height: 0;
}

.global-header.-r .header-logo {
  line-height: 55px;
}

.global-header.-r .header-logo img  {
  vertical-align: middle;
	width: 85px;
}

.btn-menu {
  display: block;
  width: 32px;
  height: 35px;
  background: url(../img/btn-menu.png) no-repeat;
  -webkit-background-size: 32px auto;
  -o-background-size: 32px auto;
  background-size: 32px auto;
  text-indent: -9999px;
}

.global-header.-r .btn-menu {
  margin-right: -2.5%;
  width: 55px;
  height: 55px;
  background-image: url(../img/btn-menu_b.png);
  -webkit-background-size: 55px auto;
  -o-background-size: 55px auto;
  background-size: 55px auto;
}

/* =========================================================
global-navi
========================================================= */
.overlay {
  position: absolute;
  top: 0;
  display: none;
  padding-bottom: 30px;
  width: 100%;
  background: #242524;
  z-index: 55555;
}

.global-navi {
  position: relative;
  padding-top: 70px;
}

.global-navi.-r {
  padding-top: 60px;
}

.global-navi ul {
  margin: 0 5%;
  padding: 0;
  border-bottom: 1px solid #FFF;
  list-style: none;
}

.global-navi li {
  border-top: 1px solid #696967;
  line-height: 1;
}

.global-navi a {
  padding: 15px 20px;
  display: block;
}

.search-box {
  position: relative;
  margin: 35px auto 0;
  width: 90%;
  height: 33px;
}

.input-search {
  position: absolute;
  padding: 0 37px 0 8px;
  width: 100%;
  height: 33px;
  border: 1px solid #FFF;
  line-height: 33px;
  border-radius: 0;
}

.submit-search {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 31px;
  height: 31px;
  background: url(../img/btn-search.png) #242524 no-repeat center;
  -webkit-background-size: 18px auto;
  -o-background-size: 18px auto;
  background-size: 18px auto;
  border: none;
  text-indent: -9999px;
  border-radius: 0;
}

.btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/btn-close.png) no-repeat;
  -webkit-background-size: 30px auto;
  -o-background-size: 30px auto;
  background-size: 30px auto;
  text-indent: -9999px;
}

.global-navi.-r .btn-close {
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  background-image: url(../img/btn-close_b.png);
  -webkit-background-size: 55px auto;
  -o-background-size: 55px auto;
  background-size: 55px auto;
}

/* =========================================================
shop-shortcut
========================================================= */
.shop-shortcut {
  background: #FFF;
}

.shop-shortcut {
  margin-bottom: 20px;
  padding: 20px 2.5% 16px;
}

.shop-shortcut h2 {
  margin: 0;
  line-height: 0;
}

.shop-category {
  margin: 15px auto 0;
  padding: 0;
}

.shop-category li {
  float: left;
  margin: 0 0 0.5% 0.5%;
  padding: 0;
  width: 33%;
  height: 79px;
  list-style: none;
}

.shop-category li:nth-child(3n+1) {
  margin-left: 0;
}

.shop-category span,
.shop-category a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 79px;
  -o-background-size: auto 79px;
  background-size: auto 79px;
  text-indent: -9999px;
}

.shop-category span {
  background-color: #9c9c9c;
}

.shop-category .category01 span { background-image: url(../img/c-shortcut-fashion.png); }
.shop-category .category02 span { background-image: url(../img/c-shortcut-fashiongoods.png); }
.shop-category .category03 span { background-image: url(../img/c-shortcut-service_clinic.png); }
.shop-category .category04 span { background-image: url(../img/c-shortcut-goods.png); }

.shop-category .category01 a { background-image: url(../img/shortcut-fashion.png); }
.shop-category .category02 a { background-image: url(../img/shortcut-fashiongoods.png); }
.shop-category .category03 a { background-image: url(../img/shortcut-service_clinic.png); }
.shop-category .category04 a { background-image: url(../img/shortcut-goods.png); }
.shop-category .category05 a { background-image: url(../img/shortcut-restaurant.png); }

.shop-category .category06 a {
  background-color: #535252;
  background-image: url(../img/shortcut-shop.png);
}

.btn-shop_search {
  margin: 0;
  display: block;
  background: #535252;
}

.btn-shop_search a {
  line-height: 39px;
}

.btn-shop_search img {
  vertical-align: middle;
}

.banner-list {
  margin: 0;
  padding: 0;
}

.banner-list li {
  margin-bottom: 15px;
  list-style: none;
  text-align: center;
}

/* =========================================================
content
========================================================= */
.content {
}

.content h2 {
  position: relative;
  margin: 0 0 23px;
  padding-bottom: 14px;
  border-bottom: 1px solid #242524;
  line-height: 1;
}

.content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  height: 1px;
  background: #379e49;
}

.content h3 {
  margin-bottom: 20px;
  padding: 18px 8px;
  border-top: 1px solid #959592;
  border-bottom: 1px solid #959592;
  line-height: 1;
}

.content h3 img {
  vertical-align: baseline;
}

.content ul,
.content ol,
.content dl,
.content p,
.content th,
.content td {
  font-size: 0.8125rem;
}

.content table {
  width: 100%;
  border-top: 1px dotted;
}

.content tr {
  border-bottom: 1px dotted;
}

.content .no-border {
  border-bottom: none;
}

.content th,
.content td {
  padding: 1.5em 1em;
}

.content td {
    word-break: break-all;
}

.content th {
  text-align: left;
}

.tenpo-link .recruit a { background-image: url(../img/tenpo-recruit.png); }

/* =========================================================
pagetop
========================================================= */
.pagetop {
  width: 100%;
	padding-bottom: 30px;
}

.pagetop > a {
  display: block;
}

/* =========================================================
sns
========================================================= */
.sns {
  margin: 30px auto 0;
  padding: 0 0 30px;
}

.sns li {
  display: inline-block;
  width: 30px;
  height: 30px;
  list-style: none;
}

.sns .i-twitter {
  margin: 0 30px;
}

/* =========================================================
global-footer
========================================================= */
.global-footer {
  padding: 25px 0 10px;
  background: #FFF;
}

.footer-info {
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c8c8c8;
}

.footer-info dt {
  margin-bottom: 15px;
  line-height: 1;
}

.footer-info dd {
  margin: 0;
  font-size: 0.8125rem;
}

.businesshours{
    padding: 3px 5px;
    background-color: #f0f0f0;
	}

/* =========================================================
footer-pr_banner
========================================================= */
.footer-pr_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  background-color: #379a9e;
  z-index: 17934;
}

.footer-pr_banner img {
  vertical-align: middle;
}

.close_button {
  background-color: #dad7d7;
  color: #393731;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
