@charset "UTF-8";
/* =======================================

  reset.css
  v.1.0.0
  (2024/07/24)

======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, figure, figcaption, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

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

small {
  font-size: inherit;
}

strong, b, em {
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

/* ------------------------------
HTML5 ELEMENTS
------------------------------ */
main,
header,
article,
aside,
section,
footer,
nav,
menu,
details,
hgroup,
summary {
  display: block;
}

/* ------------------------------
Anchor(<a>) style
------------------------------ */
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*---------------------------------------
Input style
---------------------------------------*/
input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

/*---------------------------------------
シンプルブック用css

リッチテキストエディター外枠に
「sb_style」のクラス名を付与して使用
---------------------------------------*/
.sb_style a {
  text-decoration: underline;
}

.sb_style strong {
  font-weight: bold;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

/*---------------------------------------
リッチエディタ内のベーススタイリング
---------------------------------------*/
@media screen and (min-width: 768px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
  }
  .sb_style h2 {
    font-size: 26px;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
  }
  .sb_style h6 {
    font-size: 16px;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
  }
  .sb_style h2 {
    font-size: 5.5vw;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
  }
  .sb_style h6 {
    font-size: 4.2vw;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
/* ベース設定（HTML初期設定）
////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  min-width: 1280px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
    min-width: unset;
  }
}

.inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

/* パソコンでの電話ボタンクリック停止
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* FAX番号の制御
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/* テーブルでの文字飛び出し停止
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
th,
td {
  word-break: break-word;
}

/* flex 
////////////////////////////////////////////////////////////////////////////////////////////////// */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-cr {
  flex-direction: column-reverse;
}

.flx-c {
  flex-direction: column;
}

/*折り返し
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*初期値
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*水平揃え　上揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*初期値
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alcont-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.flx-alcont-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/*更新画像
////////////////////////////////////////////////////////////////////////////////////////////////// */
/*更新イメージの調整
- - - - - - - - - - - - - - - - - - - - - - - - - - -   */
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  left: 50% !important;
  top: 50% !important;
  translate: -50% -50%;
}

/*投稿がない更新箇所のメッセージ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post_none {
  font-size: var(--font-size-26);
  color: #ccc;
  font-weight: 600;
  width: fit-content;
  display: block;
  margin: var(--margin-100) auto;
}

/* 表示操作系 only none
////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/*　PC-SPサイズ変換表 
////////////////////////////////////////////////////////////////////////////////////////////////// */
/*　font-size
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-18: 18px;
  --font-size-19: 19px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-23: 23px;
  --font-size-24: 24px;
  --font-size-25: 25px;
  --font-size-26: 26px;
  --font-size-27: 27px;
  --font-size-28: 28px;
  --font-size-29: 29px;
  --font-size-30: 30px;
  --font-size-31: 31px;
  --font-size-32: 32px;
  --font-size-33: 33px;
  --font-size-34: 34px;
  --font-size-35: 35px;
  --font-size-36: 36px;
  --font-size-37: 37px;
  --font-size-38: 38px;
  --font-size-39: 39px;
  --font-size-40: 40px;
  --font-size-41: 41px;
  --font-size-42: 42px;
  --font-size-43: 43px;
  --font-size-44: 44px;
  --font-size-45: 45px;
  --font-size-46: 46px;
  --font-size-47: 47px;
  --font-size-48: 48px;
  --font-size-49: 49px;
  --font-size-50: 50px;
  --font-size-51: 51px;
  --font-size-52: 52px;
  --font-size-53: 53px;
  --font-size-54: 54px;
  --font-size-55: 55px;
  --font-size-56: 56px;
  --font-size-57: 57px;
  --font-size-58: 58px;
  --font-size-59: 59px;
  --font-size-60: 60px;
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-12: 3.2vw;
    --font-size-13: 3.4vw;
    --font-size-14: 3.5vw;
    --font-size-15: 4vw;
    --font-size-16: 4vw;
    --font-size-17: 4vw;
    --font-size-18: 4.3vw;
    --font-size-19: 4.3vw;
    --font-size-18: 4.3vw;
    --font-size-19: 4.4vw;
    --font-size-20: 4.4vw;
    --font-size-21: 4.6vw;
    --font-size-22: 4.6vw;
    --font-size-23: 5vw;
    --font-size-24: 5vw;
    --font-size-25: 5.2vw;
    --font-size-26: 5.4vw;
    --font-size-27: 5.6vw;
    --font-size-28: 6vw;
    --font-size-29: 6vw;
    --font-size-30: 6vw;
    --font-size-31: 6vw;
    --font-size-32: 6vw;
    --font-size-33: 6.4vw;
    --font-size-34: 6.4vw;
    --font-size-35: 6.4vw;
    --font-size-31: 6.6vw;
    --font-size-32: 6.6vw;
    --font-size-33: 6.6vw;
    --font-size-34: 6.6vw;
    --font-size-35: 6.6vw;
    --font-size-36: 6.6vw;
    --font-size-37: 6.6vw;
    --font-size-38: 6.6vw;
    --font-size-39: 6.6vw;
    --font-size-40: 6.6vw;
    --font-size-41: 6.8vw;
    --font-size-42: 6.8vw;
    --font-size-43: 6.8vw;
    --font-size-44: 6.8vw;
    --font-size-45: 6.8vw;
    --font-size-46: 7vw;
    --font-size-47: 7vw;
    --font-size-48: 7vw;
    --font-size-49: 7.2vw;
    --font-size-50: 7.2vw;
    --font-size-51: 7.3vw;
    --font-size-52: 7.3vw;
    --font-size-53: 7.4vw;
    --font-size-54: 7.4vw;
    --font-size-55: 7.5vw;
    --font-size-56: 7.5vw;
    --font-size-57: 7.5vw;
    --font-size-58: 7.6vw;
    --font-size-59: 7.6vw;
    --font-size-60: 7.7vw;
  }
}

/*　margin 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  --margin-10: 10px;
  --margin-15: 15px;
  --margin-20: 20px;
  --margin-25: 25px;
  --margin-30: 30px;
  --margin-35: 35px;
  --margin-40: 40px;
  --margin-45: 45px;
  --margin-50: 50px;
  --margin-55: 55px;
  --margin-60: 60px;
  --margin-65: 65px;
  --margin-70: 70px;
  --margin-75: 75px;
  --margin-80: 80px;
  --margin-85: 85px;
  --margin-90: 90px;
  --margin-95: 95px;
  --margin-100: 100px;
}
@media screen and (max-width: 767px) {
  :root {
    --margin-10: 2vw;
    --margin-15: 2.5vw;
    --margin-20: 3vw;
    --margin-25: 4vw;
    --margin-30: 5.4vw;
    --margin-35: 5.6vw;
    --margin-40: 5.8vw;
    --margin-45: 6vw;
    --margin-50: 8vw;
    --margin-55: 8.3vw;
    --margin-60: 9vw;
    --margin-65: 9.4vw;
    --margin-70: 10vw;
    --margin-75: 12vw;
    --margin-80: 13vw;
    --margin-85: 14vw;
    --margin-90: 15vw;
    --margin-95: 16vw;
    --margin-100: 18vw;
  }
}/*# sourceMappingURL=generic.css.map */