@charset "UTF-8";
@import url("global.css");
#toparea {
  background: url("../soundproof/image/main.jpg") no-repeat center center;
  background-size: cover;
}

h2.title {
  font-size: 48px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #392620;
  margin: 0 0 50px;
  line-height: 1;
}
h2.title .en {
  color: #BABABA;
  font-size: 24px;
  font-family: "Fondamento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 15px;
  vertical-align: bottom;
}

#eniwa {
  margin-bottom: 100px;
}
#eniwa .textarea {
  width: 70%;
  float: left;
}
#eniwa .textarea dl {
  border: 1px solid #ccc;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 3%;
}
#eniwa .textarea dl dt {
  color: #392620;
  font-size: 34px;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#eniwa .textarea dl dd .notes {
  color: #545454;
  font-size: 13px;
  margin-top: 10px;
}
#eniwa .textarea dl.half {
  width: 48.5%;
  float: left;
}
#eniwa .textarea dl.half:last-child {
  margin-left: 3%;
}
#eniwa figure {
  float: right;
  width: 27.5%;
}

#chitose h3 {
  font-size: 33px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  color: #392620;
  line-height: 1.5;
}
#chitose .box {
  margin-bottom: 40px;
}
#chitose .box figure {
  float: right;
  margin-left: 50px;
}
#chitose .box .notes {
  color: #545454;
  font-size: 13px;
  margin-top: 10px;
}
#chitose .box table {
  border-collapse: collapse;
  width: 48.5%;
  float: left;
  border-bottom: 1px solid #ccc;
}
#chitose .box table:last-child {
  margin-left: 3%;
}
#chitose .box table caption {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #B63A2A;
  margin-bottom: 5px;
}
#chitose .box table tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#chitose .box table tr th {
  background-color: #F4F1F0;
  padding: 20px 25px;
  text-align: center;
  white-space: nowrap;
}
#chitose .box table tr td {
  padding: 20px 25px;
}

.notesbox {
  border: 3px solid #ddd;
  padding: 30px;
  box-sizing: border-box;
  font-size: 18px;
  width: 800px;
  text-align: center;
  margin: 0 auto;
}

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

 Responsive-Breakpoint-0 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
  #eniwa {
    margin-bottom: 60px;
  }
  #eniwa .textarea {
    width: auto;
    float: none;
  }
  #eniwa figure {
    display: none;
  }

  #chitose .box figure {
    width: 35%;
  }
  #chitose .box table {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  #chitose .box table:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  h2.title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  h2.title .en {
    font-size: 20px;
    margin-left: 10px;
  }

  #eniwa {
    margin-bottom: 40px;
  }
  #eniwa .textarea dl {
    padding: 25px;
  }
  #eniwa .textarea dl dt {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #eniwa .textarea dl.half {
    width: 100%;
    float: none;
  }
  #eniwa .textarea dl.half:last-child {
    margin-left: 0;
  }

  #chitose .box figure {
    width: 70%;
    margin: 0 auto 30px;
    float: none;
  }
  #chitose h3 {
    font-size: 31px;
    margin-bottom: 15px;
  }
  #chitose table caption {
    text-align: left;
    font-size: 22px;
  }

  .notesbox {
    width: auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  h2.title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  h2.title .en {
    font-size: 15px;
    display: block;
    margin: 10px 0 0 0;
  }

  #eniwa {
    margin-bottom: 30px;
  }
  #eniwa .textarea dl {
    padding: 15px;
    margin: 0 0 20px;
  }
  #eniwa .textarea dl dt {
    font-size: 23px;
  }
  #eniwa .textarea dl dd .notes {
    font-size: 12px;
  }

  #chitose h3 {
    font-size: 20px;
  }
  #chitose .box figure {
    width: auto;
  }
  #chitose .box table {
    margin-bottom: 20px;
  }
  #chitose .box table caption {
    font-size: 20px;
    text-align: center;
  }
  #chitose .box table tr th {
    display: block;
    padding: 10px;
  }
  #chitose .box table tr td {
    display: block;
    padding: 15px;
  }

  .notesbox {
    width: auto;
    font-size: 15px;
    text-align: left;
    padding: 15px;
  }
}
