@charset 'UTF-8';

article{
  padding: 9.6rem calc(36 / 1200 * 100%) 4.2rem calc(36 / 1200 * 100%);
}
article h2{
  margin: 0 0 4.8rem 0;
  font-size: 2.6rem;
  font-weight: bolder;
  line-height: 1.75;
  letter-spacing: calc(0.78 / 26 * 1em);
}
html[lang='ja'] article h2{
  margin-bottom: 0;
  font-size: 2.3rem;
}

/*  profile  */
#profile{
  padding-bottom: 3.0rem;
}
#profile h3{
  margin: 0;
  font-size: 2.0rem;
  font-weight: bolder;
  line-height: 1.1;
  letter-spacing: calc(0.6 / 20 * 1em);
}
#profile dl{
  padding: 2.0rem 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.54;
}
html[lang='ja'] #profile dl{
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 1.75;
  letter-spacing: calc(0.48 / 16 * 1em);
}
#profile dt{
  padding-top: calc(.5em * 1.54);
  padding-bottom: calc(.5em * 1.54);
  font-weight: normal;
  float: left;
  min-width: 10.5em;
}
html[lang='ja'] #profile dt{
  font-weight: bolder;
  min-width: 8.24em;
}
#profile dd{
  padding-top: calc(.5em * 1.54);
  padding-bottom: calc(.5em * 1.54);
  padding-left: 10.5em;
  margin: 0;
}
html[lang='ja'] #profile dd{
  padding-left: 8.24em;
}
#profile dd+dd{
  padding-top: 0;
  margin-top: -0.75em;
}
#profile a{
  color: royalblue;
}
/*  access  */
#access{
  padding-bottom: 6.4rem;
}
#access h3{
  padding: .4em 0;
  margin: 0;
  font-size: 2.6rem;
  font-weight: bolder;
  line-height: 1.75;
  letter-spacing: calc(0.78 / 26 * 1em);
}
html[lang='ja'] #access h3{
  font-size: 2.3rem;
}
#access .map{
  position: relative;
}
#access .map::before{
  content: '';
  display: block;
  padding-top: calc(565 / 1128 * 100%);
}
#access .map iframe{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/*  showroom
#showroom h3{
  padding: .5em 0;
  margin: 0;
  font-size: 2.6rem;
  font-weight: bolder;
  line-height: 1.75;
  letter-spacing: calc(0.65 / 26 * 1em);
}
html[lang='ja'] #showroom h3{
  padding: 1.4em 0;
  font-size: 2.3rem;
}
#showroom section{
  padding-top: 1.38em;
}
html[lang='ja'] #showroom section{
  padding-top: 1.75em;
}
#showroom h4{
  margin: 0;
  font-size: 1.3rem;
  font-weight: bolder;
  line-height: 1.75;
}
html[lang='ja'] #showroom h4{
  font-size: 1.6rem;
  letter-spacing: calc(0.48 / 16 * 1em);
}
#showroom p{
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.38;
  letter-spacing: calc(0.33 / 13 *1em);
}
html[lang='ja'] #showroom p{
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: calc(0.48 / 16 * 1em);
}
#showroom p em{
  font-style: normal;
  font-weight: bolder;
  color: rgb(255, 255, 200);
}
@media screen and (min-width: 568px){
  html[lang='ja'] #showroom h4{
    display: inline-block;
    float: left;
    min-width: 9em;
  }
  html[lang='ja'] #showroom p{
    font-weight: bolder;
  }
  html[lang='ja'] #showroom section p{
    padding-left: 9em;
  }
}
*/