@charset "utf-8";

/* CSS Document */
/* =========================================================
 店舗一覧ページ
========================================================= */
.shopNav.link {
  cursor: pointer;
}

.shopNavTop+ul li a,
.shopNav+ul li a,
.shopNav li a {
  display: block;
  color: #323232;
  border: 1px solid #737373;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.shopNavTop+ul li a,
.shopNav+ul li a,
.shopNav li a {
  text-indent: 0.8em;
  border-top: none;
  margin: 0 auto;
  background: url(/img/group/icon_arrow_01.png) no-repeat 96% center, -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  position: relative;
}

h3.shopNav+ul li:last-child a {
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.shopList li:last-child img {
  border-radius: 0 0 0 5px;
}

.shopNav li:first-child a {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-top: 1px solid #a45a5b;
  margin-top: 10px;
}

.shopNavTop+ul li a::after {
  content: "";
  background-image: url(/img/group/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}

a.singleNav {
  border-radius: 10px 10px 10px 10px;
  -web-kit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  background: linear-gradient(center top, #eeeeee 0%, #ffffff 100%) repeat scroll 0 0 transparent;
  background: -web-kit-linear-gradient(center top, #eeeeee 0%, #ffffff 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top, #eeeeee 0%, #ffffff 100%) repeat scroll 0 0 transparent;
  border: 1px solid #cccccc;
  display: block;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
}

.shopNav li.systemLongText a {
  letter-spacing: 0.5px;
}

.shopNav.link+ul li:after {
  clear: both;
  display: block;
  content: "";
}

.shopNav.link+ul li a {
  line-height: 25px;
  padding: 0;
  height: 75px;
  position: relative;
  background: url(/img/group/icon_window.png) no-repeat 97% center;
  /* background-color: #eeeeee; */
}

.shopNav.link+ul li a::after {
  content: "";
  background: url(/img/group/icon_window.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}

.shopNav.link+ul img {
  float: left;
  width: auto;
  height: 75px;
}

.shopNav.link+ul li a span {
  /* color: #ff697b; */
  font-size: 13px;
  padding-left: 1.2em;
}

.shopList ul li {
  background: #e8e8e8;
}

.shopList ul li:nth-child(odd) {
  background: #f3f3f3;
}

.textRed {
  color: #ff0000;
}

.textPerple {
  color: #cc0099;
}

.textMint {
  color: #0ea7fd;
}

.textPink {
  color: #fe2390;
}

.groupBox {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid #333333;
  margin: 10px auto;
  padding: 0 10px;
  width: 92%;
}

.groupBox h3 {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  margin: 10px 10px 0;
}

.groupBox dt {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  background: none repeat scroll 0 0 #999999;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 10px 0;
  text-align: center;
}

.groupBox dd {
  text-align: left;
}

.play ul {
  padding: 10px;
}

.play ul:after {
  clear: both;
  content: ".";
  display: block;
}

.play ul li a {
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: #999999;
  border: 3px solid #333333;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}

.play ul li:first-child {
  float: left;
}

.play ul li:last-child {
  float: right;
}

.btnNav {
  height: 110px;
  position: relative;
}

.btnNav .topNav a {
  left: 50%;
  margin-left: -100px;
  padding: 5px 0;
  text-align: center;
  top: 60px;
  width: 200px;
}

.btnNav a {
  -moz-border-radius: 5px 5px 5px 5px;
  background: -moz-linear-gradient(center top, #eeeeee 0%, #ffffff 100%) repeat scroll 0 0 transparent;
  border: 1px solid #cccccc;
  color: #ff6699;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}

.btnNav .nextNav a {
  right: 10px;
}

.btnNav .prevNav a {
  left: 10px;
}

table tr {
  text-align: center;
  vertical-align: middle;
}

#rightContents h3 {
  margin: 0 auto;
  /* border-color: #2c2c2c; */
  border-radius: 5px 5px 0 0;
}

#shopBox div {
  margin-bottom: 20px;
}

li.overall {
  text-align: center;
}

.shopNavTop {
  cursor: default;
}

.middleContents ul:first-of-type {
  margin-bottom: 20px;
  /* margin-top: -6px; */
}

/* =========================================================
 アコーディオン（"＜"の下向きのやつ）
========================================================= */
.noneBox {
  display: none;
}

button.readMore {
  position: relative;
  height: 30px;
  width: 70px;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border: none;
  outline: 0;
  transition: .5s;
}

button.readMore:after {
  content: " ";
  width: 20px;
  height: 20px;
  border-top: solid 3px #323232;
  border-right: solid 3px #323232;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: -4px;
  right: 23px;
  transition: .5s;
}

button.readMore:hover:after {
  top: 10px;
}

.onClick {
  color: transparent !important;
}

.onClick {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/* =========================================================
 h3のハートとリボンの装飾への追加（ボタンが要素にかぶって押せない為）
========================================================= */
#rightContents h3:before {
  pointer-events: none;
}

#rightContents h3:after {
  pointer-events: none;
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #rightContents h3 {
    /* margin-bottom: 2%; */
    /* background-image: none; */
    /* background-color: #ff697b; */
    /* background-size: contain; */
    /* border: none; */
    /* box-sizing: border-box; */
    /* height: 13vw; */
    /* line-height: 14vw; */
    /* width: 96%; */
    /* text-indent: 12%; */
    /* padding: 0; */
    border-radius: 0;
  }


  #rightContents h3::first-letter {font-size: 100%;color: inherit;}

  #rightContents .shopNav.Top {/* background: linear-gradient(#5e606c, #3b3b41); *//* color: #fff0a1; *//* border-radius: 5px 5px 0 0; *//* height: 9vw; *//* line-height: 8vw; *//* text-indent: 6%; */}

  #rightContents .shopNav.Top + ul li:last-of-type a {
    border-radius: 0;
  }

  #rightContents h3.shopNav.link::before {
    /* content: ""; */
    /* display: block; */
    /* background-image: url(/s/img/link/icon_close.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: contain; */
    /* width: 8vw; */
    /* height: 8vw; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 1.5%; */
    /* transform: translate(0, -50%); */
  }

  #rightContents h3.shopNav.link.opened::before {/* background-image: url(/s/img/link/icon_open.png); */}


  .shopNavTop+ul li a, .shopNav+ul li a, .shopNav li a {
    line-height: 11vw;
    font-size: 3.8vw;
    background-size: 2%;
    border-left: none;
    border-right: none;
  }

  .shopNavTop+ul li:first-of-type a, .shopNav+ul li:first-of-type a, .shopNav li:first-of-type a {
    border-top: 1px solid #2c2c2c;
  }

  .shopNav.link+ul li a {
    line-height: 10vw;
    padding: 0;
    height: 14vw;
    background-size: 5%;
  }

  .shopNavTop+ul li a::after {
    width: 2.1vw;
    height: 3.3vw;
  }

  .shopNav.link+ul li a::after {width: 4.5vw;height: 4.5vw;}

  .shopNav.link+ul img {
    float: left;
    width: auto;
    height: 100%;
  }

  .shopNav.link+ul li a span {
    font-size: 3vw;
    padding-left: 1.2em;
    margin-top: -5vw;
    display: block;
  }

  #shopBox div {
    margin-bottom: 3%;
  }

  .middleContents ul:first-of-type {
    margin: 0 auto 4vw;
    width: 100%;
  }

  button.readMore {
    /* height: 6vw; */
    /* width: 10vw; */
    /* margin: 0 auto; */
    display: none;
  }

  button.readMore:after {
    width: 4vw;
    height: 4vw;
    top: -1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .shopCntents {
    margin-bottom: 8vw;
  }

  #rightContents {
    min-height: 0 !important;
  }

  h3.shopNav.link::after {
    content: "＋";
    font-size: 6.5vw;
    font-weight: bold;
    float: right;
    height: 100%;
  }

  h3.shopNav.link.opened::after {
    content: "－";
  }
}
