@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&display=swap");
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666666;
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.8rem;
  }
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.hiragino {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "arial", "helvetica", sans-serif;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

.unity,
.unitySp {
  display: inline-block;
}

.spNone {
  display: none;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: inline;
  }
  .pcNone {
    display: none;
  }
  .unityPc {
    display: inline-block;
  }
  .unitySp {
    display: inline;
  }
}

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

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------
コンテンツのサイズ指定
-----------------------------------------*/
.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .container {
    /*padding: 0;*/
  }
}

/*-----------------------------------------
メインコンテンツ（共通）
-----------------------------------------*/
a[href*="tel:"] {
  color: #29abe2;
  text-decoration: underline;
}

.fsSmall {
  font-size: 0.8em !important;
}

.fsSmallS {
  font-size: 0.6em !important;
}

.fsL {
  font-size: 1.2em !important;
}

.fsLL {
  font-size: 1.6em !important;
}

.contents_wrap {
  overflow: hidden;
}

.contents .sec {
  padding: 20px 0;
  position: relative;
}

.contents .sec .sec_inner {
  padding: 0px 0;
}

.contents .box {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
  .contents .box {
    margin-bottom: 30px;
  }
}

/*-----------------------------------------
メインタイトル（共通）
-----------------------------------------*/
/*-----------------------------------------
リンク
-----------------------------------------*/
.link {
  color: #29abe2;
}

.link.linkUL {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .link {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .link:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=common.css.map */