@charset "UTF-8";

#contents { padding: 35px 0 0; }

/* -------------------------------------------

  店舗視察会＆説明会

------------------------------------------- */
.si-overview {
  width: 1100px;
  margin: 0 auto;
}
.page-header {
  position: relative;
  width: 100%;
}
.ph-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ph-catch h2 {
  position: absolute;
  left: initial;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  letter-spacing: 0.03125em;
  white-space: nowrap;
}
.si-overview p {
  font-size: 19px;
  line-height: 1.7;
}
.intro { margin: 35px 0 80px; }
.si-overview dl {
  font-size: 19px;
  margin: 0 0 80px;
}
.si-overview dl dt {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #EE6F0B;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
}
.si-overview dl dd {
  font-size: 1.25em;
  padding: 0 35px;
}
.si-overview dl dd:not(.df) { line-height: 2.0; }
.df {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 35px;
}
.df h4 {
  font-size: 1.35em;
  color: #EE6F0B;
}
.df ul li:first-of-type { margin: 0 0 15px; }
.df ul li:last-of-type { margin: 10px 0 0; }
.si-overview dl dd span { margin: 0 0 0 -0.5em; }
.si-overview dl dd small {
  font-size: 0.8em;
  display: block;
}
.gmap {
  position: relative;
  width: calc(100% * 0.5);
  /*height: 0;*/
  height: 300px;

  padding: 0 0 calc(56.25% * 0.5);
  border: solid 10px rgba(238,111,11,0.1);
  box-sizing: border-box;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1099px) {
  .si-overview { width: 94%; }
  .ph-catch h2 { font-size: calc(5vw * 1.15); /* 55/1100 */ }
}
@media screen and (max-width:768px) {
  #contents { padding: 3% 0 0; }
  .si-overview p { font-size: 16px; }
  .intro { margin: 3% 0 6%; }
  .si-overview dl {
    font-size: 16px;
    margin: 0 0 6%;
  }
  .si-overview dl dt {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
    margin: 0 0 20px;
  }
  .si-overview dl dd { padding: 0 15px; }
  .gmap {
    width: calc(100% * 0.45);
    padding: 0 0 calc(56.25% * 0.45);
  }
}
@media screen and (max-width:640px) {
  .ph-catch h2 { text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
  .si-overview dl dd { font-size: 1.15em; }
  .si-overview dl dd:not(.df) { line-height: 1.75; }
  .df {
    display: block;
    margin: 0 0 6%;
  }
  .df h4 { font-size: 1.25em; }
  .df ul li:first-of-type { margin: 0 0 10px; }
  .df ul li:last-of-type { margin: 5px 0 0; }
  .gmap {
    width: 100%;
    padding: 0 0 56.25%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width:480px) {
  .si-overview p {
    font-size: 14px;
    line-height: 1.5;
  }
  .si-overview dl { font-size: 14px; }
  .si-overview dl dt {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
  .si-overview dl dd {
    font-size: 1.05em;
    padding: 0 10px;
  }
  .si-overview dl dd:not(.df) { line-height: 1.6; }
  .df h4 { font-size: 1.15em; }
}
