@charset "UTF-8";

.pa10 {
  padding: 10px 0 0 0;
}
.pa20 {
  padding: 20px 0 0 0;
}
.pa30 {
  padding: 30px 0 0 0;
}
.pa40 {
  padding: 40px 0 0 0;
}
.pa50 {
  padding: 50px 0 0 0;
}
.pa60 {
  padding: 60px 0 0 0;
}

/* hotels */
.hotels {
  width: 100%;
  margin: 0;
  padding: 150px 0 90px;
}
.hotels_box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #1e1e1e;
  padding: 0;
}
.hotels_logo {
  width: 90%;
  max-width: 580px;
  height: auto;
  margin: 10px auto 0 auto;
}
.hotelsBlock {
  line-height: 1.8;
  padding: 50px 0;
  text-align: center;
}
.secTitle {
  border: 2px solid #7dc3f0;
  font-size: 2em;
  font-weight: bold;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  height: auto;
  margin: 0;
  border-radius: 6px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 7px 15px;
}
.secTitle img {
  width: auto;
  height: 25px;
  vertical-align: bottom;
}
.title-sub {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.txt {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
}
.txt span {
  font-weight: bold;
}
.txt a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.hotelsBlock-img {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 40px auto 0 auto;
}
.gray {
  color: #646464;
}
.red {
  color: #de0032;
}
.sky {
  font-size: 1.1em;
  font-weight: bold;
  color: #7dc3f0;
}
.hotels-hr {
  border-top: 1px solid #939393;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.bookingBlock {
  padding: 50px 0;
}
.btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 300px;
  height: auto;
  margin: 40px auto 0 auto;
}
.btn a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 6px;
  padding: 25px 0;
  position: relative;
}
.btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.storeBlock {
  padding: 50px 0;
}
.store-box {
  padding: 0;
}
.store {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
  letter-spacing: -0.4em;
  border-bottom: 1px solid #939393;
}
.store li {
  width: 100%;
  display: block;
  letter-spacing: normal;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #939393;
  padding: 20px 0;
}
.store-list-sign {
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  display: block;
}
.store-txt-right {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 100px;
}
.store-logo {
  width: auto;
  height: 45px !important;
}
.store-logo img {
  width: auto;
  height: 45px !important;
}
.store-category-retail {
  font-size: 1.2em;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-retail a {
  color: #fff !important;
}
.store-retail-name {
  font-size: 1.8em;
  line-height: 1;
  padding: 20px 0 0 0;
}
.store-retail-name a {
  color: #1e1e1e !important;
}
.store-retail-txt {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 10px 0 0 0;
}
.store-retail-txt a {
  color: #1e1e1e !important;
}
.store-category-retail-b {
  font-size: 1.2em;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 0;
  margin-top: -12px;
}
.store-category-retail-b a {
  color: #fff !important;
}
.store-category-retail-c {
  font-size: 1.2em;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 0;
  margin-top: -12px;
}
.store-category-retail-c a {
  color: #fff !important;
}
.store-category-booth {
  font-size: 1.2em;
  background: #dc4b50;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 0;
  margin-top: -12px;
}
.store-category-booth a {
  color: #fff !important;
}
.store-category-booth-b {
  font-size: 1.2em;
  background: #dc4b50;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-booth-b a {
  color: #fff !important;
}
.store-category-holiday {
  font-size: 1.2em;
  background: #e69100;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 0;
  margin-top: -12px;
}
.store-category-holiday a {
  color: #fff !important;
}
.store-category-holiday-b {
  font-size: 1.2em;
  background: #e69100;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 0;
  margin-top: -12px;
}
.store-category-holiday-b a {
  color: #fff !important;
}
/* 営業時間内 */
.store-info-1-on {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #7dc3f0;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-1-on a {
  color: #7dc3f0 !important;
  font-weight: bold;
}
/* 営業時間外 */
.store-info-1-off {
  font-size: 1.3em;
  text-align: center;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-1-off a {
  color: #c5c5c5 !important;
  font-weight: bold;
}
/* 混雑状況のボタンの基礎クラス */
.store-info-2 {
  font-size: 1.3em;
  text-align: center;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
/* 空席あり */
.state_txt_a {
  border: 1px solid #7dc3f0;
  background: #fff;
}
.state_txt_a a {
  color: #7dc3f0 !important;
  font-weight: bold;
}
/* やや混雑 */
.state_txt_b {
  border: 1px solid #9595a4;
  background: #fff;
}
.state_txt_b a {
  color: #9595a4 !important;
  font-weight: bold;
}
/* 混雑 */
.state_txt_c {
  border: 1px solid #e97855;
  background: #fff;
}
.state_txt_c a {
  color: #e97855 !important;
  font-weight: bold;
}
/* 満席 */
.state_txt_e {
  border: 1px solid #e95555;
  background: #fff;
}
.state_txt_e a {
  color: #e95555 !important;
  font-weight: bold;
}
/* 空席なし */
.store-info-2-e {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-2-e a {
  font-weight: bold;
  color: #c5c5c5 !important;
}
/* 会議室あり */
.store-info-3-on {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-3-on a {
  font-weight: bold;
  color: #1e1e1e !important;
}
/* 会議室なし */
.store-info-3-off {
  font-size: 1.3em;
  border: 1px solid #c5c5c5;
  text-align: center;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-3-off a {
  font-weight: bold;
  color: #c5c5c5 !important;
}
.store-category-partner {
  font-size: 1.2em;
  background: #939393;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-partner a {
  color: #fff !important;
}
.store-category-hotels {
  font-size: 1.2em;
  background: #ccb079;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-hotels a {
  color: #fff !important;
}
.store-category-telecube {
  font-size: 1.2em;
  background: #9dc800;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-telecube a {
  color: #fff !important;
}
.store-partner-box {
  box-sizing: border-box;
  padding: 0 50px 0 100px;
}
.store-partner-name {
  font-size: 1.5em;
  line-height: 1;
}
.store-partner-name a {
  font-weight: bold;
  color: #1e1e1e !important;
}
.store-partner-txt {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 8px 0 0 0;
}
.store-partner-txt a {
  color: #1e1e1e !important;
}
.store-info-partner-on {
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-partner-on a {
  font-weight: bold;
  color: #7dc3f0 !important;
}
.store-info-partner-off {
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-partner-off a {
  font-weight: bold;
  color: #c5c5c5 !important;
}

.google-btn-retail {
  align-items: center;
  text-align: center;
  width: 130px;
  height: auto;
  margin: 20px 0 0 20px;
  float: left;
  box-sizing: border-box;
}
.google-btn-retail .google-link-retail {
  font-weight: bold;
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.3em;
  border-radius: 5px;
  padding: 13px 0 13px 17px;
  position: relative;
  box-sizing: border-box;
}
.google-btn-retail .google-link-retail img {
  width: auto;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -9px;
}
.store-info-partner-on {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #7dc3f0;
  border: 1px solid #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 0;
  width: 130px;
  float: left;
}
.store-info-partner-off {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 0;
  width: 130px;
  float: left;
}
.google-btn-partner {
  align-items: center;
  text-align: center;
  width: 130px;
  height: auto;
  margin: 10px 20px 0 0;
  float: left;
  box-sizing: border-box;
}
.google-btn-partner .google-link-partner {
  font-weight: bold;
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.2em;
  border-radius: 5px;
  padding: 13px 0 13px 17px;
  position: relative;
  box-sizing: border-box;
}
.google-btn-partner .google-link-partner img {
  width: auto;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -9px;
}
.store-reserve-partner {
  font-size: 1.2em;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 0;
  width: 130px;
  float: left;
}
.store-reserve-partner a {
  font-weight: bold;
  color: #1e1e1e;
}
.store-copy-btn {
  font-size: 1.2em;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 0;
  width: 150px;
  float: left;
}
.store-copy-btn span {
  font-weight: bold;
  color: #1e1e1e;
}
.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;
  }
}
.hotels-btn {
  text-align: center;
  width: 200px;
  margin: 25px auto 0 auto;
}
.hotels-btn p {
  font-size: 1.3em;
}
.hotels-btn p a {
  font-weight: bold;
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  border-radius: 5px;
  padding: 13px 0 13px 0;
  box-sizing: border-box;
}

/* store-number */
.store-num {
  text-align: right;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 50px auto 0 auto;
}
.store-num-ul {
  letter-spacing: -0.4em;
}
.store-num-ul li {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2em;
}
.store-num-retail {
  padding: 0 0 30px 20px;
}
.store-num-retail a {
  color: #000;
}
.store-num-retail span {
  color: #fff;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-partner {
  padding: 0 0 30px 20px;
}
.store-num-partner a {
  color: #000;
}
.store-num-partner span {
  color: #fff;
  background: #939393;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-hotels {
  padding: 0 0 30px 20px;
}
.store-num-hotels a {
  color: #000;
}
.store-num-hotels span {
  color: #fff;
  background: #ccb079;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-telecube {
  padding: 0 0 30px 20px;
}
.store-num-telecube a {
  color: #000;
}
.store-num-telecube span {
  color: #fff;
  background: #9dc800;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-dl {
  padding: 0 0 30px 20px;
}
.store-num-dl a {
  font-weight: bold;
  color: #7dc3f0;
  background: #fff;
  border: 1px solid #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px 5px 17px;
}
.hotels-table {
  width: 100%;
  max-width: 740px;
  margin: 15px auto 0 auto;
}
.hotels-table td {
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 21px;
  border: 1px solid #939393;
  vertical-align: middle;
  padding: 20px;
}
.hotels-tdl {
  width: 130px;
  font-weight: bold;
  background-color: #fafafa;
}
.hotels-tdr {
  width: auto;
}
.hotels-table-sub {
  font-size: 1.2em;
  line-height: 20px;
  text-align: center;
  padding: 15px 0 0 0;
}
.hotels-table-sub a {
  font-weight: bold;
  color: #7dc3f0;
  text-decoration: underline;
}
.mymap {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 40px auto 0 auto;
  padding-top: 56.25%;
}
.mymap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* search */
.store-search {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 30px auto 0 auto;
}
.store-form-title {
  font-size: 1.3em;
  font-weight: bold;
  border-left: 3px solid #7dc3f0;
  padding: 5px 0 5px 8px;
}
.store-search-wrap {
  width: 100%;
  height: auto;
  margin: 15px 0 30px 0;
  box-sizing: border-box;
  position: relative;
}
.store-search-form {
  position: relative;
}
.store-search-box {
  font-size: 1.2em;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  border: solid 1px #939393;
  box-sizing: border-box;
}
.store-search-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
}
/* select */
.store-form {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 30px auto 0 auto;
  display: block;
}
.store-form-txt {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.select-wrap-l {
  width: 49%;
  height: auto;
  margin: 20px 0 0 0;
  float: left;
}
.select-wrap-r {
  width: 49%;
  height: auto;
  margin: 20px 0 0 2%;
  float: left;
}
.select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.select {
  font-family: inherit !important;
  color: #1e1e1e !important;
  background-color: #fff !important;
  font-size: 1.2em;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #939393;
  position: relative;
  appearance: none;
}
.store-form-btn {
  background-color: #7dc3f0;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  border: none;
  margin: 20px auto 10px auto;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
}
.store-form-btn {
  color: #1e1e1e;
}

@media screen and (max-width: 1100px) {
  /* hotels */
  .hotels_box {
    width: 90%;
  }
  .store-list-sign {
    display: none;
  }
  .store-category-retail {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-retail-b {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-retail-c {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-booth {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-booth-b {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-holiday {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-holiday-b {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-partner {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-hotels {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-telecube {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-txt-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .store-partner-box {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .store-info-partner-on {
    margin: 20px 20px 0 0;
  }
  .store-info-partner-off {
    margin: 20px 20px 0 0;
  }
  .google-btn-partner {
    margin: 20px 20px 0 0;
  }
  .store-reserve-partner {
    margin: 20px 20px 0 0;
  }
  .store-copy-btn {
    margin: 20px 20px 0 0;
  }
  /* 営業時間内 */
  .store-info-1-on {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
  }
  .store-info-1-off {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
  }
  .store-info-2 {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .store-info-2-e {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .store-info-3-on {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .store-info-3-off {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .google-btn-retail {
    box-sizing: border-box;
    width: 48%;
    float: right;
    margin: 4% 0 0 0;
  }
  .google-btn-retail .google-link-retail {
    padding: 13px 0 13px 0;
  }
  .google-btn-retail .google-link-retail img {
    left: 25px;
  }
  /* select */
  .select-wrap-l {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .select-wrap-r {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .store-form-btn {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 640px) {
  /* hotels */
  .secTitle {
    font-size: 1.5em;
  }
  .btn {
    width: 250px;
  }
  .btn a {
    font-size: 1.3em;
    padding: 20px 0;
  }
  .title-sub {
    font-size: 1.4em;
  }
  .txt {
    font-size: 1.2em;
  }
  .store-category-retail {
    font-size: 1.1em;
  }
  .store-category-retail-b {
    font-size: 1.1em;
  }
  .store-category-retail-c {
    font-size: 1.1em;
  }
  .store-category-booth {
    font-size: 1.1em;
  }
  .store-category-booth-b {
    font-size: 1.1em;
  }
  .store-category-holiday {
    font-size: 1.1em;
  }
  .store-category-holiday-b {
    font-size: 1.1em;
  }
  .store-category-partner {
    font-size: 1.1em;
  }
  .store-category-hotels {
    font-size: 1.1em;
  }
  .store-category-hotels {
    font-size: 1.1em;
  }
  .store-partner-name {
    font-size: 1.4em;
    line-height: 1.4;
  }
  .store-retail-txt {
    font-size: 1.2em;
  }
  .store-partner-txt {
    font-size: 1.2em;
  }
  .store-info-1-on {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-1-off {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-2 {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-2-e {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-3-on {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-4-on {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-3-off {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .google-btn-retail .google-link-retail {
    font-size: 1.2em;
    padding: 11px 0;
  }
  .google-btn-retail .google-link-retail img {
    left: 15px;
  }
  .store-info-partner-on {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .store-info-partner-off {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .google-btn-partner {
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
    box-sizing: border-box;
  }
  .google-btn-partner .google-link-partner {
    padding: 11px 0;
  }
  .google-btn-partner .google-link-partner img {
    left: 15px;
  }
  .store-reserve-partner {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .store-copy-btn {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .hotels-btn p {
    font-size: 1.2em;
  }
  .hotels-btn p a {
    padding: 12px 0;
  }
  /* store-number */
  .store-num {
    text-align: left;
  }
  .store-num-ul li {
    font-size: 1.1em;
  }
  .store-num-retail {
    padding: 0 10px 25px 0;
  }
  .store-num-partner {
    padding: 0 10px 25px 0;
  }
  .store-num-hotels {
    padding: 0 10px 25px 0;
  }
  .store-num-telecube {
    padding: 0 10px 25px 0;
  }
  .store-num-dl {
    padding: 0 10px 25px 0;
  }
  .hotels-table {
    margin: 15px auto 0 auto;
  }
  .hotels-table td {
    font-size: 1.2em;
    line-height: 20px;
    padding: 12px 12px;
  }
  .hotels-tdl {
    width: 100px;
  }
  .hotels-table-sub {
    font-size: 1.1em;
    line-height: 19px;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .mymap {
    height: 300px;
  }
}
