@charset "UTF-8";
/* =====
 * /tempo レイアウト
============================================================================= */
/* -----
 * AreaMap
----------------------------------------------------------------------------- */
#AreaMap {
  padding-bottom: 124px;
  margin-top: 30px;
  background: transparent url(../images/tempo/area-map-bg.png) 172px 100% no-repeat;
}

#AreaMap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#AreaMap ul li {
  margin-top: 15px;
}

#AreaMap ul li:first-child {
  margin-top: 0;
}

#AreaMap ul li a {
  display: block;
  width: 220px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(../images/tempo/area-button-bg.png) 0 0 no-repeat;
  text-shadow: rgba(90, 72, 23, 0.7) 0 -1px 1px;
  float: left;
  margin-right: 10px;
}

#AreaMap ul li ul {
  display: table;
}

#AreaMap ul li ul li {
  display: table-cell;
}

#AreaMap ul li ul li:first-child a {
  border-left: none;
}

#AreaMap ul li ul li:last-child a {
  border-right: none;
}

#AreaMap ul li ul li a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  text-decoration: underline;
  background: none;
  text-shadow: none;
  margin: 0;
  padding: 10px;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #eaeaea;
}

/* -----
 * area-list
----------------------------------------------------------------------------- */
.area-list {
  margin-top: 30px;
}

.area-list .caption {
  background-color: #3e3e3e;
  font-size: 15px;
  padding: 10px 30px;
  margin: 0;
  color: #fff;
}

.area-list .area-table {
  width: 100%;
  margin: 0;
}

.area-list .area-table tr td {
  width: 50%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cdcdcd;
  position: relative;
}

.area-list .area-table tr td .name {
  font-size: inherit;
  margin: 0;
}

.area-list .area-table tr td address {
  font-style: normal;
}

.area-list .area-table tr td .prefectures-label {
  height: 0;
  position: relative;
  top: -30px;
}

/* -----
 * PrefecturesNavi
----------------------------------------------------------------------------- */
#PrefecturesNavi {
  text-align: center;
  margin-bottom: 35px;
}

#PrefecturesNavi ul {
  list-style: none;
  padding: 0;
}

#PrefecturesNavi ul li {
  display: inline-block;
  margin: 0 0.5em;
}

#PrefecturesNavi ul li a {
  color: inherit;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * AreaMap
  ----------------------------------------------------------------------------- */
  #AreaMap ul li ul {
    display: table !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * page-title
  ----------------------------------------------------------------------------- */
  .page-title .str {
    width: 135px;
    height: 21px;
    background-image: url(../images/tempo/page-title-sp.png);
  }
  .page-title .str.area01 {
    width: 112px;
    background-image: url(../images/tempo/page-title-area01-sp.png);
  }
  .page-title .str.area02 {
    width: 89px;
    background-image: url(../images/tempo/page-title-area02-sp.png);
  }
  .page-title .str.area03 {
    width: 112px;
    background-image: url(../images/tempo/page-title-area03-sp.png);
  }
  .page-title .str.area04 {
    width: 111px;
    background-image: url(../images/tempo/page-title-area04-sp.png);
  }
  .page-title .str.area05 {
    width: 148px;
    background-image: url(../images/tempo/page-title-area05-sp.png);
  }
  .page-title .str.area06 {
    width: 89px;
    background-image: url(../images/tempo/page-title-area06-sp.png);
  }
  .page-title .str.area07 {
    width: 89px;
    background-image: url(../images/tempo/page-title-area07-sp.png);
  }
  .page-title .str.area08 {
    width: 146px;
    background-image: url(../images/tempo/page-title-area08-sp.png);
  }
  .page-title .str.area09 {
    width: 148px;
    background-image: url(../images/tempo/page-title-area09-sp.png);
  }
  /* -----
   * AreaMap
  ----------------------------------------------------------------------------- */
  #AreaMap {
    padding-bottom: 0;
    margin-top: 15px;
    background: none;
  }
  #AreaMap ul li {
    margin-top: 10px;
  }
  #AreaMap ul li a {
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 10px 0;
    font-size: 13px;
    background: -webkit-gradient(linear, left top, right top, from(#61551f), color-stop(50%, #af9938), to(#61551f));
    background: linear-gradient(to right, #61551f 0%, #af9938 50%, #61551f 100%);
    border: 1px solid #86762b;
    float: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    margin: 0;
  }
  #AreaMap ul li a:after {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background: transparent url(../images/tempo/area-icon-open-sp.png) 0 0 no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
  #AreaMap ul li a.opened {
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
  }
  #AreaMap ul li a.opened:after {
    background-image: url(../images/tempo/area-icon-close-sp.png);
  }
  #AreaMap ul li ul {
    display: none;
  }
  #AreaMap ul li ul li {
    display: block;
    margin: 0;
  }
  #AreaMap ul li ul li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #3e3e3e;
    border: none;
    border-bottom: 1px solid #575757;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  #AreaMap ul li ul li a:after {
    display: none;
  }
  /* -----
   * area-list
  ----------------------------------------------------------------------------- */
  .area-list {
    margin-top: 15px;
  }
  .area-list .caption {
    font-size: inherit;
    padding: 5px 15px;
  }
  .area-list .area-table tr td {
    display: block;
    width: auto;
    padding: 20px 15px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
  }
  .area-list .area-table tr td.empty {
    display: none;
  }
  .area-list .area-table tr td .name {
    margin-bottom: 0.5em;
  }
  .area-list .area-table tr td .prefectures-label {
    top: -80px;
  }
  /* -----
   * PrefecturesNavi
  ----------------------------------------------------------------------------- */
  #PrefecturesNavi {
    display: none;
  }
}
