@charset "UTF-8";
/* RGB */
/* banner243 */
/*--------------------------------------------------*/
.banner243-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 65%;

}
.banner243-image img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  margin: auto;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner243-image:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.banner243-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 16px;
  padding: 10px;
  line-height: 1;
}
.banner243-name i {
  position: absolute;
  right: 5px;
  -webkit-transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner243-image:hover .banner243-name i {
  right: 0;
}

.banner243-table {
  margin: 0 auto;
  width: 100%
  /* ↓長いURLなどを記載する場合に指定するパターン1 */
  /* word-break: break-all; */
  /* ※デメリット → 普通の英単語を入れた場合、単語の途中でも改行されてしまう */
  /* ※英語を使用しない場合 → 上記CSSをデフォルトとして body などに指定しても問題ありません */
  /*
  /* ↓長いURLなどを記載する場合に指定するパターン2 */
  /* table-layout: fixed; */
  /* width: 100%; */
  /* ※デメリット → すべての列の幅が均一になるので、各列の幅を手動で調節する必要があります */
}

.banner243-table th,
.banner243-table td {
  font-size: 14px;
  line-height: 1.6;
  padding: 5px 0;
}

.banner243-table th {
  width: 5em;
}

@media (max-width: 575px) {
  .banner243-table th,
  .banner243-table td {
    display: block;
    width: 100%;
  }

  .scrollableH .banner243-table th,
  .scrollableH .banner243-table td {
    display: table-cell;
    width: auto;
  }
}
.banner243-map {
  color: #f15025;
  cursor: pointer;
  color: #f15025;
}
.ua-nontouch .banner243-map:hover {
  text-decoration: underline;
}
.banner243-map i {
  margin-left: -4px;
}

.ua-phone .banner243-map {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  margin: 5px 0;
  border-radius: 4px;
  background-color: #24593e;
  color: white;
}
.ua-phone .banner243-map i {
  margin-left: -5px;
}

.banner243-body {
  margin-top: 10px;
  padding: 10px 20px;
  position: relative;
}
.banner243-body::before, .banner243-body::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border: 1px solid #bbb;
  top: 0;
}
.banner243-body::before {
  left: 0;
  border-right-width: 0;
}
.banner243-body::after {
  right: 0;
  border-left-width: 0;
}

.banner243-tel i {
  margin-left: -4px;
}

.banner243-detail {
  display: block;
  border-radius: 4px;
  background-color: #f15025;
  color: white;
  line-height: 1;
  padding: 10px 15px;
}

/* fotorama999 */
/*--------------------------------------------------*/
.fotorama {
  max-width: 900px;
  margin: 0 auto;
}
.fotorama999 .fotorama__wrap {
  background-image: url("../../images/company/shop/shop-noimage.jpg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

/* single999 */
/*--------------------------------------------------*/
@media (max-width: 767px) {
  .single999-table-right {
    margin-top: -1px !important;
  }
}

.single999-comment {
  padding: 25px;
  background-color: #efefef;
}


.shop-h4{
  font-size: 24px;
  line-height: 1;
  margin: 50px 0 15px;
  text-align: center;
  color: #54b1d3;
}
.shop-wrap{
  margin: 0 auto;
  padding: 40px 30px;
  background: #f2f9fc;
}
@media (max-width: 575px) {
.shop-h4 {
  font-size: 22px;
}
.shop-wrap{
  padding: 40px 20px;
}
}
