@charset "UTF-8";
/*---------------
フォント
--------------*/
body {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 20px;
  line-height: 1.5;
  color: #111111;
  letter-spacing: 0.1em;
  background: url("../images/templates/bg_img.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  body {
    font-size: clamp(12px, 3.33333vw, 25px);
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  color: #111;
}

/*---------------
幅
--------------*/
.w1356 {
  max-width: 1356px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main {
  max-width: 900px;
  width: 100%;
}

.main h2 {
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid #111;
  border-left: 10px solid #111;
  font-size: 28px;
  font-weight: bold;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .main {
    padding: 0 3.33333vw;
    margin-top: 20px;
  }
  .main h2 {
    font-size: clamp(15px, 4vw, 30px);
    padding: 6px 0 6px 10px;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=common.css.map */