@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

#contact {
  background: #F0F0F0; }

/* product */
#product {
  padding: 200px 0 100px 0; }
  #product h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding-bottom: 10px;
    color: #589FB4;
    font-weight: bold; }
  #product span {
    content: "";
    width: 200px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 30px auto; }
  #product p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }

#overview {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 0 0 200px 0; }
  #overview table {
    display: table;
    border-collapse: collapse;
    width: 100%; }
    #overview table td {
      padding: 30px;
      font-size: 15px;
      border-bottom: solid thin #999999; }
      #overview table td:nth-child(even) {
        width: 70%; }
      #overview table td:nth-child(odd) {
        border-right: solid thin #999999;
        width: 30%; }
      #overview table td br {
        display: none; }
      #overview table td p {
        line-height: 2; }
    #overview table tr:last-child td {
      border-bottom: none; }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

@media (max-width: 768px) {
  /* product */
  #product {
    padding: 100px 0;
    margin-top: 100px; }
    #product h1 {
      letter-spacing: 0.1em;
      font-size: 40px;
      font-weight: bold;
      width: 100%;
      padding-bottom: 10px;
      color: #589FB4; }
    #product span {
      content: "";
      width: 200px;
      height: 1px;
      background: #989898;
      display: block;
      margin: 30px auto 30px auto; }
    #product p {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5; }

  /* overview */
  #overview {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    padding: 0 10px 100px 10px; }
    #overview table {
      display: table;
      border-collapse: collapse;
      width: 100%; }
      #overview table td {
        padding: 10px;
        font-size: 15px;
        border-bottom: solid thin #999999;
        line-height: 1.3; }
        #overview table td:nth-child(even) {
          width: 70%; }
        #overview table td:nth-child(odd) {
          border-right: solid thin #999999;
          width: 30%; }
        #overview table td br {
          display: block; }
      #overview table tr:last-child td {
        border-bottom: none; } }
