@charset "UTF-8";


#shop_area {
  background: #fff;
  margin-bottom: calc(40 / 750 * 100vw)
}

#shop_area .cnt {
  background: #fff;
}

#shop_area img {
  width: auto
}

#shop_area h2 {
  font-size: calc(33 / 750 * 100vw);
  line-height: 1;
  letter-spacing: .2em;
  color: #666;
  font-weight: 300!important;
  text-align: center;
  padding: calc(83 / 750 * 100vw) 0 0
}

#shop_area h2 strong {
  display: block;
  font-size: calc(45.6 / 750 * 100vw);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
  color: #55ace1;
  padding-top: calc(33 / 750 * 100vw)
}

#shop_area h2 strong>strong {
  display: inline;
  font-size: calc(57 / 750 * 100vw);
  line-height: 1
}

#shop_area h2 small {
  font-size: calc(14 / 750 * 100vw);
  line-height: 1;
  font-weight: 300;
  letter-spacing: .1em;
  color: #555;
  text-align: right;
  padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw) calc(12 / 750 * 100vw);
  display: block
}

#shop_area h3 {
  background: url(../img/shop_btn_open.png) calc(660 / 750 * 100vw) top / calc(50 / 750 * 100vw) auto no-repeat #55ace1;
  text-align: center;
  cursor: pointer
}

#shop_area h3.active {
  background: url(../img/shop_btn_close.png) calc(660 / 750 * 100vw) top / calc(50 / 750 * 100vw) auto no-repeat #55ace1
}

#shop_area h3 img {
  height: calc(100 / 750 * 100vw)
}

#shop_area .incnt+h3 {
  margin-top: calc(10 / 750 * 100vw)
}

#shop_area .incnt {
  display: none
}

#shop_area tr {
  display: block;
  position: relative
}

#shop_area tr.kanto {
  padding-bottom: calc(60 / 750 * 100vw)
}

#shop_area tr+tr {
  margin-top: calc(10 / 750 * 100vw)
}

#shop_area a, #shop_area .more a:nth-child(odd) {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: calc(18 / 750 * 100vw) calc(40 / 750 * 100vw) calc(14 / 750 * 100vw) calc(30 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.4;
  color: #555;
  background: url(../img/shop_arrow.png) calc(572 / 750 * 100vw) center no-repeat #fefefe;
  box-sizing: border-box
}

#shop_area a dt {
  color: #55ace1;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.4;
  margin-bottom: calc(5 / 750 * 100vw);
  font-weight: 700
}

#shop_area a:nth-child(odd), #shop_area .more a:nth-child(even) {
  background: url(../img/shop_arrow.png) calc(572 / 750 * 100vw) center no-repeat #fafafa
}

#shop_area th {
  width: calc(150 / 750 * 100vw);
  text-align: center;
  vertical-align: middle;
  color: #55ace1;
  font-size: calc(30 / 750 * 100vw);
  background: #f0f9ff;
  font-weight: 400
}

#shop_area td {
  width: calc(100vw - (150 / 750 * 100vw))
}

#shop_area .more h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../img/shop_more_close.png) left top no-repeat;
  background-size: 100%
}

#shop_area .more h4.active img {
  visibility: hidden
}

#shop_area h4+.incnt {
  display: none
}

#shop_area .incnt, #shop_area th {
  position: relative
}

/* 20240206修正 */
#shop_area .region h3:hover, #shop_area .region h4:hover, #shop_area .region dl:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -ms-filter: "alpha(opacity=70)"
}

#shop_area .anchor01 {
  position: absolute;
  left: 0;
  top: -110px;
  visibility: hidden
}

#shop_area .anchor02 {
  position: absolute;
  left: 0;
  top: -110px;
  visibility: hidden
}
