@charset "UTF-8";
/* ----------------------------------------
   ■ default.css
---------------------------------------- */
html, body {
  font-size: 10px;
}

body {
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

#container {
  font-size: 1.5rem;
}

header {
  width: 100%;
  padding: 0 20px;
  background: #fff;
}
header > div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1050px;
  height: 68px;
  margin: 0 auto;
}
header > div h1 {
  line-height: 0;
}
header > div .backNumber {
  display: none;
  line-height: 0;
}
header > div .backNumber a {
  display: block;
}

main {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

/* PARTS
---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a.inactive {
  pointer-events: none;
  cursor: default;
}
a.txtLink::after {
  content: ' ＞';
}
a.txtLink2 {
  color: #000;
}
a.txtLink2::before {
  content: ' ＞';
}
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

.tsume {
  font-feature-settings: "palt";
}

/* Note */
.note {
  letter-spacing: 0;
  font-size: 1.3rem;
}

.noteList {
  font-size: 1.3rem;
}
.noteList li {
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 1.5;
  text-indent: -1em;
  font-feature-settings: "palt";
}
.noteList li + li {
  margin-top: 5px;
}

/* text-align */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/* vertical-align */
.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

/* Table */
.tbl {
  display: table;
}
.tbl .row {
  display: table-row;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.top {
  vertical-align: top;
}
.tbl .cell.btm {
  vertical-align: bottom;
}
.tbl.top .cell {
  vertical-align: top;
}
.tbl.btm .cell {
  vertical-align: bottom;
}

/* Other */
.ib {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.ake1 {
  letter-spacing: 1em;
}

.dsk::before {
  content: '●';
}

.sprite {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/* @media : PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tbl.rsp,
  .tbl.rsp .row,
  .tbl.rsp .cell {
    display: block;
  }

  .tbl.rsp .row + .row {
    margin-top: 1em;
  }
}
/* @media : PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  header > div h1 {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0 10px;
  }

  header > div {
    height: 7.27273vw;
  }
}
