@charset "UTF-8";
.seg {
  clear: both;
}
.seg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.seg:last-child {
  margin-bottom: 0;
}
.seg figcaption {
  padding: 10px 3px 0;
}

/*-----「Comp」-----*/
/*-------------------------------------------------------------------------------*/
.comp {
  clear: both;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.comp::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.comp:last-child {
  margin-bottom: 0;
}
.comp p,
.comp figure {
  clear: both;
  margin-bottom: 35px;
}
.comp p:last-child,
.comp figure:last-child {
  margin-bottom: 0;
}
.comp figcaption {
  clear: both;
}
.comp ul,
.comp ol {
  clear: both;
  margin-bottom: 35px;
  box-sizing: border-box;
  list-style-position: outside;
}
.comp ul:last-child,
.comp ol:last-child {
  margin-bottom: 0;
}
.comp li {
  line-height: 1.17;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 0.3em;
  padding-left: 15px;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.comp li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .comp {
    margin-bottom: 35px;
  }
}

.comp_s01 {
  padding: 20px;
  box-sizing: border-box;
}

.comp_s02 {
  padding: 40px;
  box-sizing: border-box;
}

.comp_c01 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.comp_c01-2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-radius: 0;
}

.comp_c01.comp_s01,
.comp_c01-2.comp_s01 {
  padding: 19px;
}

.comp_c02 {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/bg_pattern01.png);
  background-repeat: repeat;
  background-position: left top;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/*-----「GooleMap」-----*/
/*-------------------------------------------------------------------------------*/
#googlemap01 {
  width: 100%;
  height: 300px;
  border-radius: 3px;
}

#googlemap02 {
  width: 100%;
  height: 500px;
  border-radius: 3px;
}

/*-----「Telbox」-----*/
/*-------------------------------------------------------------------------------*/
.telbox {
  width: 200px;
  position: absolute;
  top: 37px;
  right: 165px;
  z-index: 130;
}
.telbox .icon {
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0;
}
.telbox .icon span {
  display: none;
}
.telbox .phone_number,
.telbox .consultation_hour {
  font-family: "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  color: #222;
  position: absolute;
}
.telbox .phone_number {
  font-size: 2.8em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.5px;
  top: 0;
  left: 25px;
}
.telbox .consultation_hour {
  font-size: 1.1em;
  line-height: 1.17;
  font-weight: bold;
  letter-spacing: 0.4px;
  top: 30px;
  left: 0px;
}/*# sourceMappingURL=common-custom.css.map */
