/******************************************************
* CSS / Shopinfo
* page-shopinfo.css
*******************************************************/
.l-shopinfo_content {
  width: 1040px;
  margin: 0 auto;
}
.l-shopinfo_content .tenpo_name {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.l-shopinfo_content .tenpo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
.l-shopinfo_content .tenpo_box .tenpo_box_L {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.l-shopinfo_content .tenpo_box .tenpo_box_L .tenpo_text {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.l-shopinfo_content .tenpo_box .tenpo_box_L .tenpo_text span.tenpo_head {
  width: 5rem;
  display: inline-block;
  margin-right: 20px;
}
.l-shopinfo_content .tenpo_box .tenpo_box_L img {
  width: auto;
  height: 300px;
  margin: 20px auto 0;
  display: block;
}
.l-shopinfo_content .tenpo_box .tenpo_box_R {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.l-shopinfo_content .tenpo_box .tenpo_box_R iframe {
  width: 100%;
  height: 480px;
  border-radius: 5px;
}