@charset "UTF-8";

.store-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 0 90px;
  box-sizing: border-box;
}
.store-name {
  font-size: 1.9em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.stn-retail {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px;
  border-radius: 10px;
  color: #fff;
  background: #7dc3f0;
}
.stn-partner {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px;
  border-radius: 10px;
  color: #fff;
  background: #939393;
}
.stn-hotels {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px;
  border-radius: 10px;
  color: #fff;
  background: #ccb079;
}
.stn-telecube {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px;
  border-radius: 10px;
  color: #fff;
  background: #9dc800;
}
.stn-booth {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 20px 5px;
  padding: 5px 10px 5px;
  border-radius: 10px;
  color: #fff;
  background: #dc4b50;
}
.stn-holiday {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 20px 5px;
  padding: 5px 10px 5px;
  border-radius: 10px;
  color: #fff;
  background: #e69100;
}
.details-info {
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
}
.details-info p {
  font-size: 1.4em;
  line-height: 1.6;
  text-align: center;
  color: #1e1e1e;
}
.details-info p a {
  color: #7dc3f0;
  font-weight: bold;
}
.store-d-btn {
  width: 440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-btn {
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-btn a {
  width: 100%;
  font-weight: bold;
  border: 1px solid #7dc3f0;
  background-color: #7dc3f0;
  color: #1e1e1e;
  font-size: 1.2em;
  border-radius: 5px;
  padding: 9px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-btn a img {
  width: auto;
  height: 18px;
  margin: 0 10px 0 0;
}
.vr-btn {
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr-btn a {
  width: 100%;
  font-weight: bold;
  border: 1px solid #7dc3f0;
  background-color: #7dc3f0;
  color: #1e1e1e;
  font-size: 1.2em;
  border-radius: 5px;
  padding: 9px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr-btn a img {
  width: auto;
  height: 18px;
  margin: 0 10px 0 0;
}
.slider-wrapper {
  width: 600px;
  height: auto;
  float: left;
}
.main-box {
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.main-photo {
  width: 600px;
  height: 338px;
  background: #fff;
}
.state-wrapper {
  width: 300px;
  height: 338px;
  background: #d9dee3;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
.state-ul {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
/* 混雑状況のボタンの基礎クラス */
.state-ul li {
  display: block;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
  border-radius: 6px;
  width: 200px;
  margin: 20px auto;
  padding: 10px 0;
}
/* 空席あり */
.state_txt_a,
.state_txt_on {
  color: #7dc3f0;
  border: 1px solid #7dc3f0;
  background: #fff;
}
/* 営業時間外 */
.state_txt_off {
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  background: #fff;
}
/* やや混雑 */
.state_txt_b {
  color: #9595a4;
  border: 1px solid #9595a4;
  background: #fff;
}
/* 混雑 */
.state_txt_c {
  color: #e97855;
  border: 1px solid #e97855;
  background: #fff;
}
.state_txt_d {
  color: #3c3c41;
  border: 1px solid #3c3c41;
  background: #fff;
}
/* 満席 */
.state_txt_e {
  color: #e95555;
  border: 1px solid #e95555;
  background: #fff;
}
.reserve {
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
}
.reserve a {
  color: #1e1e1e;
  font-weight: bold;
}
.reserve a span {
  font-size: 0.8em;
  font-weight: bold;
}
.reserve-off {
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  background: #fff;
}
.reserve span {
  color: #1e1e1e;
  font-weight: bold !important;
}
.copy-btn {
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
}
.copy-btn span {
  color: #1e1e1e;
  font-weight: bold !important;
}
.copy-click {
  color: #1e1e1e;
  font-weight: bold;
  color: #7dc3f0;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: "コピー完了";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.store-icon {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.store_icon_title {
  font-size: 1.4em;
  text-align: center;
}
.store-icon-t {
  display: table;
  width: auto;
  margin: 0 auto;
}
.store-icon-t td {
  vertical-align: middle;
  padding: 5px 0;
}
.store-icon-t td p {
  font-size: 1.4em;
  line-height: 1.3;
}
.store-icon-t td a {
  color: #7dc2ef;
  font-weight: bold;
}
.off {
  color: #bcbcbc !important;
}
.icon-1 {
  background: url(/img/store/icon-1-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-2 {
  background: url(/img/store/icon-2-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-3 {
  background: url(/img/store/icon-3-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-4 {
  background: url(/img/store/icon-4-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-5 {
  background: url(/img/store/icon-5-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-6 {
  background: url(/img/store/icon-6-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-7 {
  background: url(/img/store/icon-7-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-8 {
  background: url(/img/store/icon-8-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-9 {
  background: url(/img/store/icon-9-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-10 {
  background: url(/img/store/icon-10-on.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-1-off {
  background: url(/img/store/icon-1-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-2-off {
  background: url(/img/store/icon-2-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-3-off {
  background: url(/img/store/icon-3-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-4-off {
  background: url(/img/store/icon-4-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-5-off {
  background: url(/img/store/icon-5-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-6-off {
  background: url(/img/store/icon-6-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-7-off {
  background: url(/img/store/icon-7-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-8-off {
  background: url(/img/store/icon-8-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-9-off {
  background: url(/img/store/icon-9-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
.icon-10-off {
  background: url(/img/store/icon-10-off.svg) no-repeat top center;
  width: 40px;
  height: 40px;
}
#td01 {
  padding: 0 0 0 15px;
}
.td-icon {
  width: 25px;
  height: 25px;
  float: left;
}
.td-icon-txt {
  padding: 3px 10px 0 5px;
  float: left;
}
.photo-1 {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.acoBox {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 2px solid #7dc3f0;
  border-bottom: 2px solid #7dc3f0;
  margin: 50px auto 0;
}
.acoBox .ttl {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.acoBox .ttl:after {
  content: "＋";
  position: absolute;
  right: 30px;
}
.acoBox.open .ttl:after {
  content: "―";
}
.acoBox .boxInner {
  display: none;
  padding: 0 0 30px 0;
}
.slider-wrapper {
  position: relative;
}
.swiper-pagination {
  bottom: -30px !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 0.3;
  background: #7dc3f0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #7dc3f0;
}

@media screen and (max-width: 900px) {
  .store-wrapper {
    width: 90%;
  }
  .slider-wrapper {
    width: 100%;
    float: none;
  }
  .main-box {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .main-photo {
    width: 100%;
    height: auto;
    background: transparent;
  }
  .state-wrapper {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    margin: 30px 0 0 0;
    padding: 10px 0;
  }
  .state-ul {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }
  .acoBox {
    margin: 30px auto 0;
  }
  .swiper-pagination {
    bottom: -20px !important;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}

@media screen and (max-width: 640px) {
  .store-wrapper {
    width: 90%;
    padding: 140px 0 90px;
  }
  .store-name {
    font-size: 1.5em;
    line-height: 1.4;
  }
  .stn-retail {
    font-size: 1.3em;
  }
  .stn-partner {
    font-size: 1.3em;
  }
  .stn-hotels {
    font-size: 1.3em;
  }
  .stn-telecube {
    font-size: 1.3em;
  }
  .stn-booth {
    font-size: 1.3em;
  }
  .stn-holiday {
    font-size: 1.3em;
  }
  .state-ul li {
    font-size: 1.2em;
  }
  .acoBox .ttl {
    font-size: 1.3em;
  }
  .details-info p {
    font-size: 1.2em;
  }
  .store_icon_title {
    font-size: 1.2em;
  }
  .store-icon-t td p {
    font-size: 1.2em;
  }
  .td-icon-txt {
    padding: 5px 10px 0 5px;
  }
  .store-d-btn {
    width: 200px;
    display: block;
  }
  .google-btn {
    margin: 0;
  }
  .google-btn a {
    padding: 7px 20px;
  }
  .vr-btn {
    margin: 20px 0 0 0;
  }
  .vr-btn a {
    padding: 7px 20px;
  }
}
