@charset "UTF-8";

@font-face {
  font-family: 'icon_set_v1';
  src: url('./web_fonts/icon_set_v1.eot');
  src: url('./web_fonts/icon_set_v1.eot?#iefix') format('embedded-opentype'), url('./web_fonts/icon_set_v1.woff') format('woff'), url('./web_fonts/icon_set_v1.ttf') format('truetype'), url('./web_fonts/icon_set_v1.svg#icon_set_v1') format('svg');
  font-weight: normal;
  font-style: normal;
}

header #h_tel span:before,
#inquiry #i_tel p.tel:before,
#inquiry #i_mail p.mail:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  top: 50%;
}


body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  font-size: 15px;
  color: #333333;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0;
}

iframe {
  vertical-align: bottom;
}

a {
  outline: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

header .inner {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

header h1,
header #h_tel {
  float: left;
  width: 50%;
}

header #h_tel {
  text-align: right;
  padding-top: 16px;
}

header #h_tel span,
#inquiry #i_tel p.tel {
  line-height: 1;
  position: relative;
}

header #h_tel span:before,
#inquiry #i_tel p.tel:before {
  content: '\e8f5';
  left: 0;
}

header #h_tel span {
  font-size: 27px;
  padding-left: 24px;
}

header #h_tel span:before {
  font-size: 25px;
  margin-top: -11px;
}

h2 {
  color: #236abb;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}

h3 {
  color: #20a366;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#info {
  margin-bottom: 60px;
  text-align: center;
}

#info p {
  margin-bottom: 12px;
  font-size: 17px;
}

#inquiry {
  background-color: #e5f0f3;
  padding-top: 26px;
  padding-bottom: 36px;
  margin-bottom: 60px;
}

#inquiry .inner {
  background-color: #fff;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
}

#inquiry #i_tel,
#inquiry #i_mail {
  /*float: left;*/
  text-align: center;
  padding: 0 30px;
}

#inquiry #i_tel {
  width: 50%;
  margin: 0 auto;
}

#inquiry #i_mail {
  width: 50%;
  position: relative;
}

#inquiry #i_mail:before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  border-left: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 30px;
}

#inquiry #i_tel .inner_s,
#inquiry #i_mail .inner_s {
  display: inline-block;
  /*text-align: left;*/
  text-align: center;
}


#inquiry h2 {
  text-align: center;
}

#inquiry #i_tel p.tel {
  /*padding-left: 26px;*/
  font-size: 33px;
}

#inquiry #i_tel p.tel:before {
  font-size: 27px;
  margin-top: -12px;
  margin-right: 12px;
  position: relative;

}

#inquiry #i_tel p.open {
  margin-top: 6px;
  font-size: 14px;
}

#inquiry #i_mail h3 {
  margin-bottom: 14px;
}

#inquiry #i_mail p.mail {
  font-size: 20px;
  position: relative;
  padding-left: 32px;
  line-height: 1;
}

#inquiry #i_mail p.mail:before {
  font-size: 26px;
  content: '\ea04';
  left: 0;
  margin-top: -11px;
}


#access h2 {
  text-align: center;
}

#access .inner {
  width: 900px;
  margin: 0 auto;
}

#access #gmap {
  margin-bottom: 8px;
}

#access #gmap iframe {
  width: 100%;
  height: 520px;
  border: 0;
}

footer {
  margin-top: 70px;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
}

footer #copy {
  text-align: center;
}

@media screen and (max-width: 767px) {
 * {
    max-width: 100%;
  }
  header,
  #info,
  #inquiry,
  #access,
  footer {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  header .inner,
  #info,
  #inquiry .inner,
  #access .inner {
    width: auto;
  }

  header h1,
  header #h_tel {
    float: none;
    width: auto;
  }

  header {
    margin-bottom: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  header h1 {
    text-align: center;
    line-height: 1;
    padding: 0 8%;
  }

  header h1 img {
    max-width: 100%;
    height: auto;
  }

  header #h_tel {
    display: none;
  }

  h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #info,
  #inquiry {
    margin-bottom: 40px;
  }

  #info p {
    font-size: 14px;
  }

  #inquiry {
    padding: 20px 20px 30px;
    text-align: center;
  }

  #inquiry .inner {
    padding: 20px 6%;
  }

  #inquiry #i_tel,
  #inquiry #i_mail {
    float: none;
    width: auto;
    padding: 0;
  }

  #inquiry #i_mail {
    position: static;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #ccc;
  }

  #inquiry #i_mail:before {
    content: none;
  }

  #inquiry #i_tel .inner_s,
  #inquiry #i_mail .inner_s {
    display: block;
    text-align: center;
  }

  #inquiry #i_mail h3 {
    margin-bottom: 10px;
  }

  #inquiry #i_tel p.tel,
  #inquiry #i_mail p.mail {
    display: inline-block;
  }

  #inquiry #i_tel p.tel {
    font-size: 26px;
    /*padding-left: 23px;*/
  }

  #inquiry #i_tel p.tel:before {
    font-size: 23px;
    margin-top: -10px;
  }

  #inquiry #i_tel p.open {
    font-size: 13px;
    margin-top: 2px;
  }

  #inquiry #i_mail p.mail {
    font-size: 16px;
    padding-left: 27px;
  }

  #inquiry #i_mail p.mail:before {
    font-size: 22px;
    margin-top: -10px;
  }

  #access #gmap {
    position: relative;
    padding-top: 70%;
    height: 0;
    overflow: hidden;
  }

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

  footer {
    margin-top: 40px;
  }

  footer #copy {
    font-size: 13px;
  }
}
