@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;
}

a:hover img {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wrapper {
  background: url(../img/body-bg.png);
}

.main {
  padding-bottom: 120px;
}

.inner {
  margin: auto;
  width: 980px;
}

/* =========================================================
global-header
========================================================= */
.global-header {
  padding: 40px 0 75px;
}

.header-logo {
  margin: 0;
  line-height: 1;
}

.top_bannerbtn {
    margin: 30px 0 0;
    opacity: 0.8;
}

.tenpo-list ul {
  margin: 0;
  padding: 0;
}

.tenpo-list li {
  float: left;
  padding: 0 20px 0 29px;
  min-height: 32px;
  background: url(../img/separate.png) no-repeat left center;
  list-style: none;
}

.tenpo-list .first {
  padding-left: 0;
  background: none;
}

.tenpo-list .last {
  padding: 0 0 0 18px;
}

.tenpo-list img {
  vertical-align: middle;
}

.search-box {
}

.input-search {
  display: inline-block;
  width: 0;
  border: 1px solid #CCC;
  opacity: 0;
}

.input-search.is-open {
  padding: 0 10px;
  opacity: 1;
}

.search-box .submit-search {
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url(../img/header-icon_search.png) no-repeat transparent center;
  border: none;
  cursor: normal;
  text-indent: -9999px;
  outline: none;
}

.global-navi {
  margin-top: 45px;
}

.global-navi ul {
  margin: 0 0 0 -1px;
  padding: 0;
  height: 65px;
  border-left: 1px solid #d1d1ca;
}

.global-navi li {
  float: left;
  width: 139px;
  height: 100%;
  border-right: 1px solid #d1d1ca;
  list-style: none;
}

.global-navi a,
.global-navi span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.global-navi .current a,
.global-navi a:hover {
  background-position: center bottom;
}

.global-navi span {
  background-position: center;
}

.global-navi .gnavi01 a { background-image: url(../img/navi-icon_home.png); }
.global-navi .gnavi02 a { background-image: url(../img/navi-icon_event-r.png); }
.global-navi .gnavi03 a { background-image: url(../img/navi-icon_floor-r.png); }
.global-navi .gnavi04 a { background-image: url(../img/navi-icon_shoplist.png); }
.global-navi .gnavi05 a { background-image: url(../img/navi-icon_service-r.png); }
.global-navi .gnavi06 a { background-image: url(../img/navi-icon_access.png); }
.global-navi .gnavi07 a { background-image: url(../img/navi-icon_concept.png); }

.global-navi .gnavi02 span { background-image: url(../img/navi-icon_event.png); }
.global-navi .gnavi03 span { background-image: url(../img/navi-icon_floor.png); }
.global-navi .gnavi05 span { background-image: url(../img/navi-icon_service.png); }


/*.global-navi .comingsoon span { background-image: url(../img/navi-comingsoon.png); }*/

/* =========================================================
sidebar
========================================================= */
.sidebar {
  width: 240px;
}

.sidebar-inner {
  margin-bottom: 40px;
  padding: 23px 15px 16px;
  background: #FFF;
}

.sidebar-inner h2 {
  margin: 0;
  line-height: 1;
}

.tenpo-link,
.shop-category {
  margin: 15px auto 10px;
  padding: 0;
}

.tenpo-link li,
.shop-category li {
  margin-bottom: 1px;
  padding: 0;
  width: 100%;
  height: 70px;
  list-style: none;
}

.tenpo-link a,
.shop-category a,
.shop-category span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-position: 20px center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.shop-category a {
  background-position: 20px top;
}

.shop-category span {
  background-position: left top;
}

.shop-category .current a,
.shop-category a:hover {
  background-position: 20px bottom;
}

.tenpo-link .recruit a { background-image: url(../img/side-recruit.png); }
.tenpo-link .shop a { background-image: url(../img/side-shop.png); }

.shop-category .category01 span { background-image: url(../img/c-side-category_fashion.png); }
.shop-category .category02 span { background-image: url(../img/c-side-category_fashiongoods.png); }
.shop-category .category03 span { background-image: url(../img/c-side-category_service_clinic.png); }
.shop-category .category04 span { background-image: url(../img/c-side-category_goods.png); }

.shop-category .category01 a { background-image: url(../img/side-category_fashion.png); }
.shop-category .category02 a { background-image: url(../img/side-category_fashiongoods.png); }
.shop-category .category03 a { background-image: url(../img/side-category_service_clinic.png); }
.shop-category .category04 a { background-image: url(../img/side-category_goods.png); }
.shop-category .category05 a { background-image: url(../img/side-category_restaurant.png); }


.btn-shop_search {
  margin: 0;
  display: block;
  background: #535252;
}

.btn-shop_search a {
  display: block;
  line-height: 39px;
}

.btn-shop_search img {
  vertical-align: baseline;
}

.banner-list {
  margin: 0;
  padding: 0;
}

.banner-list li {
  margin-bottom: 15px;
  list-style: none;
}

/* Side Calender
--------------------------------------------------------------------------------*/
.calender{
  width: 210px;
  background: #f1f1f1;
  margin: 15px auto 10px;
  padding: 0 0 16px 0;
  position: relative;
}

.calender table{
  width:184px;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.calender caption{
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #373635;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 4px 0 0 0;
}

.calender th{
  font-family: 'Amiri', serif;
  color: #70706f;
  font-size: 9px;
  border-bottom:1px solid;
}

.side{
  background: #fff;
  width: 210px;
  padding: 15px;
}

.calender td{
  font-family: 'Amiri', serif;
  color: #373635;
  font-size: 14px;
  text-align: center;
}

.calender td.pass{
  color: #acaba9;
}

.calender td a{
  background: url(../img/point.png) no-repeat center 20px;
  padding-bottom: 5px;
}

.calender td a:hover{
  text-decoration: none;
  opacity:0.8;　
}

.calender > a {
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 30px;
}

.calender .prev {
  left: 0;
}

.calender .next {
  right: 0;
}

.calender .prev img {
  transform: rotate(180deg);
  vertical-align: middle;
}

.calender .next img {
  vertical-align: middle;
}


/* =========================================================
content
========================================================= */
.content.f-right {
  width: 690px;
}

.content h2 {
  margin: 0 0 35px;
  padding-bottom: 22px;
  background: url(../img/title-bg.png) no-repeat left bottom;
  line-height: 1;
}

.content h3 {
/*  margin-bottom: 45px;*/
  margin-bottom: 30px;
  padding: 30px 15px;
  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.875rem;
}

.content table {
  width: 100%;
  background: url(../img/line-table.png) repeat-x left top;
}

.content tr {
  background: url(../img/line-table.png) repeat-x left bottom;
}

.content .no-border {
  background: none;
}

.content th,
.content td {
  padding: 3em 1em;
}

.content th {
  text-align: left;
}

/* =========================================================
sns
========================================================= */
.sns {
  margin: 53px auto 0;
  padding: 0 0 72px;
}

.sns li {
  display: inline-block;
  list-style: none;
}

.sns .i-twitter {
  margin-left: 42px;
}

/* =========================================================
global-footer
========================================================= */
.global-footer {
  padding: 72px 0 35px;
  background: #FFF;
}

.footer-info {
  margin: 0;
}

.footer-info dd {
  padding-left: 4rem;
  font-size: 0.8125rem;
}

.sitemap {
  margin-top: 53px;
  padding-top: 33px;
  border-top: 1px solid #c8c8c8;
  font-size: 0.75rem;
}

.sitemap ul {
  padding: 0;
}

.sitemap li {
  margin-bottom: 0.5em;
  list-style: none;
}

.sitemap .parent {
  margin-bottom: 40px;
}

.sitemap .parent > a {
  font-weight: bold;
}

.sitemap .child li {
  margin-bottom: 0;
}

.sitemap .child a {
  padding-left: 8px;
  background: url(../img/icon-arrow_s.png) no-repeat left center;
}

.sitemap .blank:after {
  margin-bottom: 0;
  background-image: url(../img/icon-blank_g.png);
}

#js-shopNews {
    display: flex;
    flex-wrap: wrap;
}