@charset "UTF-8";
@import url("https://use.typekit.net/cxz4drf.css");
main {
  width: 100%;
  overflow: hidden;
  padding: 0 0 100px;
}

@media screen and (max-width: 480px) {
  main {
    padding: 50px 0;
  }
}
.p_subttl {
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
  .p_subttl {
    font-size: 2.2rem;
  }
}
.s_1,
.s_2 {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}
.s_1 .s_ttl,
.s_2 .s_ttl {
  margin-bottom: 60px;
  text-align: center;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}
.s_1 .s_ttl span,
.s_2 .s_ttl span {
  font-size: 1.6rem;
}
.s_1 .s_subttl,
.s_2 .s_subttl {
  color: #e85533;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}
.s_1 .content + .s_subttl,
.s_2 .content + .s_subttl {
  margin-top: 30px;
}
.s_1 .content,
.s_2 .content {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
  word-break: break-all;
}
.s_1 .content strong,
.s_2 .content strong {
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .s_1,
  .s_2 {
    width: 86%;
  }
  .s_1 .s_ttl,
  .s_2 .s_ttl {
    margin-bottom: 35px;
    font-size: 1.8rem;
  }
  .s_1 .s_ttl span,
  .s_2 .s_ttl span {
    font-size: 1.4rem;
  }
}
.s_1 {
  padding: 70px 0 80px;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 480px) {
  .s_1 {
    padding: 0 0 40px;
  }
}
.s_2 {
  padding: 100px 0 0;
}
.s_2 .address {
  margin: 40px 0 12px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.s_2 .tel,
.s_2 .fax,
.s_2 .mail {
  display: inline-block;
  vertical-align: top;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.s_2 .tel + .tel,
.s_2 .tel + .fax,
.s_2 .tel + mail,
.s_2 .fax + .tel,
.s_2 .fax + .fax,
.s_2 .fax + mail,
.s_2 .mail + .tel,
.s_2 .mail + .fax,
.s_2 .mail + mail {
  margin-left: 18px;
}
.s_2 .tel .label,
.s_2 .fax .label,
.s_2 .mail .label {
  font-style: italic;
  background: #727171;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  margin-right: 8px;
  font-size: 1.2rem;
  line-height: 1.33;
}
.s_2 .tel a,
.s_2 .tel .num,
.s_2 .fax a,
.s_2 .fax .num,
.s_2 .mail a,
.s_2 .mail .num {
  color: #727171;
  text-decoration: none;
}
.s_2 .note {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .s_2 {
    padding: 40px 0 0;
  }
  .s_2 .address {
    margin: 30px 0 10px;
    line-height: 1.5;
  }
  .s_2 .tel,
  .s_2 .fax,
  .s_2 .mail {
    display: block;
  }
  .s_2 .tel .label,
  .s_2 .fax .label,
  .s_2 .mail .label {
    padding: 0;
    width: 4em;
    text-align: center;
  }
  .s_2 .fax,
  .s_2 .mail {
    margin-left: 0;
    margin-top: 5px;
  }
  .s_2 .note {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.contact {
  border-top: 1px dashed #e3e3e3;
  margin-top: 60px;
  padding-top: 48px;
  text-align: center;
}
.contact p {
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}
.contact .btn {
  margin-top: 30px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  width: 300px;
}
.contact .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.contact .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.contact .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .contact {
    margin-top: 30px;
    padding-top: 24px;
  }
  .contact p {
    font-size: 1.4rem;
  }
  .contact .btn {
    margin-top: 20px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
    width: 100%;
    max-width: 280px;
  }
  .contact .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .contact .btn:not(.coming):hover {
    opacity: 0.6;
  }
}
