@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 0;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms;
            animation-duration: 0.01ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
input[type=submit], input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------
共通
------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden;
  min-height: 100%;
}
body.no-scroll {
  overflow: hidden;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

a {
  color: #333333;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.85;
}
a:focus {
  opacity: 0.85;
}
a:active {
  opacity: 0.85;
}

.text-bottom {
  vertical-align: text-bottom;
}

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

@media screen and (min-width: 768px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.semi-bold {
  font-weight: 600;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 992px) {
  .keyvisual {
    margin: 0 auto 37px;
  }
}
.keyvisual__item {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .keyvisual__item {
    padding-top: 50%;
  }
}
.keyvisual__img img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------
トップページ
------------------------------------------------ */
.top-content {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .top-content {
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top-content__title {
  color: #000000;
  font-size: 2.5rem;
  font-family: "Impact", "Arial", sans-serif;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .top-content__title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.top-content__title-ja {
  display: inline-block;
  color: #a5a5a5;
  font-size: 1.1rem;
  margin-left: 3.5px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-content__title-ja {
    font-size: 1.2rem;
    margin-left: 16px;
  }
}
.top-content__text {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-bottom: 6px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-content__text {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .top-content__text--pc-l {
    font-size: 2.2rem;
    line-height: 1.6818181818;
  }
}
@media screen and (min-width: 768px) {
  .top-content__text--pc-mb-l {
    margin-bottom: 28px;
  }
}
.top-content__text-detail {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top-content__text-detail {
    font-size: 1.6rem;
    line-height: 2.125;
    margin-bottom: 26px;
  }
}

.top-content-title02 {
  text-align: center;
  margin-bottom: 17.5px;
}
.top-content-title02__ja {
  display: block;
  margin-left: 0;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .top-content-title02__ja {
    margin-top: 5px;
  }
}

.top-content-head {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .top-content-head {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 768px) {
  .top-content-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-news {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-news {
    width: 63.6363636364%;
    margin-right: 3.6036036036%;
  }
}
.top-news__title {
  width: 100%;
  padding: 5px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Impact", "Arial", sans-serif;
  background: #333333;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-news__title {
    padding: 11px 11px 13px;
    font-size: 3rem;
  }
}
.top-news__list {
  width: 100%;
}
.top-news__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #B0B0B0;
  cursor: pointer;
  padding: 10.5px 10px 11.7px 6.5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news__term {
    padding: 25px 43px 25px 32px;
  }
}
.top-news__term.active::after {
  content: "－";
}
.top-news__term:hover, .top-news__term:focus, .top-news__term:active {
  opacity: 0.85;
}
.top-news__term::after {
  content: "＋";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  font-size: 1rem;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  background: #A9A9A9;
}
@media screen and (min-width: 768px) {
  .top-news__term::after {
    font-size: 2rem;
    right: 43px;
    width: 30px;
    height: 30px;
  }
}
.top-news__date {
  -ms-flex-preferred-size: 52px;
      flex-basis: 52px;
  margin-right: 22.5px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top-news__date {
    -ms-flex-preferred-size: 57px;
        flex-basis: 57px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.top-news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  padding: 0 10px 0 14px;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .top-news__text {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 0 73px 0 19px;
  }
}
.top-news__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 2.5px solid transparent;
  border-bottom: 2.5px solid transparent;
  border-left: 5px solid #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .top-news__text::after {
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 7.6px solid #707070;
  }
}
.top-news__description {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  padding: 10.5px 10px 11.7px 6.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #B0B0B0;
}
@media screen and (min-width: 768px) {
  .top-news__description {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 25px 43px 25px 32px;
  }
}

@media screen and (min-width: 768px) {
  .top-reserve {
    width: 32.7272727273%;
  }
}
.top-reserve__inner {
  background: #B9B9B9;
}
.top-reserve__title {
  width: 100%;
  padding: 5px;
  font-size: 2.5rem;
  text-align: center;
  font-family: "Impact", "Arial", sans-serif;
  background: #333333;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-reserve__title {
    padding: 11px 11px 13px;
    font-size: 3rem;
  }
}
.top-reserve__form {
  padding: 11px 15px 19px;
}
@media screen and (min-width: 768px) {
  .top-reserve__form {
    padding: 23px 22px 27px;
  }
}
.top-reserve__table {
  width: 100%;
}
.top-reserve-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 13px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-reserve-row {
    margin-bottom: 23px;
  }
}
.top-reserve-row:last-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-reserve-row:last-child {
    margin-bottom: 23px;
  }
}
.top-reserve-head {
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-reserve-head {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }
}
.top-reserve-data {
  width: 100%;
  padding: 0;
  position: relative;
}
.top-reserve-data input::-webkit-input-placeholder {
  color: #7e7e7e;
}
.top-reserve-data input::-moz-placeholder {
  color: #7e7e7e;
}
.top-reserve-data input:-ms-input-placeholder {
  color: #7e7e7e;
}
.top-reserve-data input::-ms-input-placeholder {
  color: #7e7e7e;
}
.top-reserve-data input::placeholder {
  color: #7e7e7e;
}
.top-reserve input[type=text] {
  width: 100%;
  padding: 11.6px 11.6px 11px;
  height: 40px;
  border: none;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1.3461538462;
  outline: none;
  cursor: pointer;
  color: #7e7e7e;
}
@media screen and (min-width: 768px) {
  .top-reserve input[type=text] {
    padding: 13px 20px 12px;
    height: 45px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    border-radius: 0;
  }
}
.top-reserve__submit {
  text-align: center;
}
.top-reserve__submit input[type=submit] {
  background: #333333;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 43.5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  cursor: pointer;
  font-weight: 600;
}
.top-reserve__submit input[type=submit]:hover, .top-reserve__submit input[type=submit]:focus, .top-reserve__submit input[type=submit]:active {
  background: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .top-reserve__submit input[type=submit] {
    font-size: 1.6rem;
    height: 54px;
    border-radius: 4px;
  }
}

.top-reserve-data__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top-reserve-data__inner::after {
  content: "～";
  font-size: 1.5rem;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-reserve-data__select-wrapper {
  width: 44.2307692308%;
  height: 40px;
  position: relative;
}
.top-reserve-data__select-wrapper::after {
  border-top: 10px solid #333333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
}
.top-reserve-data__select {
  width: 100%;
  padding: 11.6px 11.6px 11px;
  height: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1.3461538462;
  outline: none;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #7e7e7e;
}
@media screen and (min-width: 768px) {
  .top-reserve-data__select {
    font-size: 1.5rem;
  }
}
.top-reserve-data__option {
  border: none;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1.3461538462;
  outline: none;
  cursor: pointer;
}
.top-reserve-data__option::-webkit-input-placeholder {
  color: #7e7e7e;
}
.top-reserve-data__option::-moz-placeholder {
  color: #7e7e7e;
}
.top-reserve-data__option:-ms-input-placeholder {
  color: #7e7e7e;
}
.top-reserve-data__option::-ms-input-placeholder {
  color: #7e7e7e;
}
.top-reserve-data__option::placeholder {
  color: #7e7e7e;
}
@media screen and (min-width: 768px) {
  .top-reserve-data__option {
    font-size: 1.5rem;
  }
}

.ui-datepicker-trigger {
  width: 21px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ui-datepicker-trigger {
    width: 22px;
    height: 25px;
    right: 10px;
  }
}

.top-equipment {
  background: #ebebeb;
}
@media screen and (min-width: 768px) {
  .top-equipment {
    max-width: none;
  }
}
.top-equipment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 28px 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-equipment__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1100px;
    padding: 42px 0;
    margin: 0 auto 54px;
  }
}
@media screen and (min-width: 768px) {
  .top-equipment__content {
    -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
    margin-left: 4.0540540541%;
  }
}
.top-equipment__list-wrapper {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .top-equipment__list-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-bottom: 0;
  }
}
.top-equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: -3.7931034483%;
}
@media screen and (min-width: 768px) {
  .top-equipment__list {
    margin-bottom: -2.5210084034%;
  }
}
.top-equipment__item {
  width: 48.275862069%;
  margin-right: 3.4482758621%;
  margin-bottom: 3.7931034483%;
}
.top-equipment__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .top-equipment__item {
    width: 48.7394957983%;
    margin-right: 2.5210084034%;
    margin-bottom: 2.5210084034%;
  }
}

.button-type01 {
  text-align: center;
}
.button-type01 a {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  background: #333333;
  border: 1px solid #333333;
  border-radius: 1.5px;
  font-size: 1.3rem;
  padding: 11.5px 11px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .button-type01 a {
    font-size: 2rem;
    width: 400px;
    border-radius: 3px;
    padding: 15px 15px 18px;
  }
}
.button-type01 a:hover, .button-type01 a:focus, .button-type01 a:active {
  opacity: 1;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
}
.button-type01--caution a {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 1.5px;
  font-size: 1.3rem;
  padding: 11.5px 11px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .button-type01--caution a {
    font-size: 2rem;
    width: 400px;
    border-radius: 3px;
    padding: 15px 15px 18px;
  }
}
.button-type01--caution a:hover, .button-type01--caution a:focus, .button-type01--caution a:active {
  opacity: 1;
  border: 1px solid #ffffff;
  background: #333333;
  color: #ffffff;
}

.top-system {
  padding: 0px;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .top-system {
    max-width: none;
    margin-bottom: 41px;
  }
}
.top-system__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.top-system__content {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .top-system__content {
    text-align: center;
  }
}
.top-system .top-system__list {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-system .top-system__list {
    margin-bottom: 30px;
  }
}
.top-system__item {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media screen and (min-width: 768px) {
  .top-system__item {
    padding-right: 23.5px;
    padding-left: 23.5px;
  }
}
.top-system__item img {
  height: 40.15625vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-system__item img {
    height: 33.515625vw;
  }
}

.guide {
  background: #ebebeb;
  padding: 18.5px 15px 25px;
}
@media screen and (min-width: 768px) {
  .guide {
    max-width: none;
    padding: 42px 15px 47px;
  }
}
.guide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 17px 25px 15px;
  background: #ffffff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .guide__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 880px;
    margin: 0 auto 38px;
    padding: 29px 58px 29px 29px;
  }
}
.guide__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .guide__content {
    width: auto;
    -ms-flex-preferred-size: 355px;
        flex-basis: 355px;
    margin-left: 4.0540540541%;
  }
}
.guide__title {
  font-size: 1.5rem;
  font-family: "Impact", "Arial", sans-serif;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .guide__title {
    font-size: 2.4rem;
    margin-bottom: 13px;
  }
}
.guide__sub-title {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
  margin-left: 7.5px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .guide__sub-title {
    margin-left: 13px;
  }
}
.guide__nav-link {
  text-align: right;
}
.guide__nav-link a {
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Impact", "Arial", sans-serif;
  color: #b4b4b4;
}
@media screen and (min-width: 768px) {
  .guide__nav-link a {
    font-size: 1.8rem;
  }
}
.guide__img {
  width: 100%;
  margin-bottom: 13.5px;
}
@media screen and (min-width: 768px) {
  .guide__img {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.guide__text {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: 300;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .guide__text {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin-bottom: 16px;
  }
}
.guide__text.mb_0 {
  margin-bottom: 0;
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover, .link-underline:focus, .link-underline:active {
  text-decoration: none;
  opacity: 1;
}
.link-underline--color-gray {
  color: #707070;
}

@media screen and (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

.faq {
  background: #333333;
  padding: 17.5px 18.5px;
}
@media screen and (min-width: 768px) {
  .faq {
    max-width: none;
    padding: 50px 15px 55px;
  }
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
.faq__list {
  width: 100%;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-bottom: 4px;
  }
}
.faq__list:last-of-type {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .faq__list:last-of-type {
    margin-bottom: 42px;
  }
}
.faq__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #707070;
  margin-bottom: 1px;
}
.faq__term.active::after {
  content: "－";
}
.faq__term:hover, .faq__term:focus, .faq__term:active {
  opacity: 0.85;
}
.faq__term::after {
  content: "＋";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  font-size: 2rem;
  top: 50%;
  right: 10px;
  width: 10.5px;
  height: 24px;
  color: #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .faq__term::after {
    font-size: 2.4rem;
    right: 17px;
    width: 13px;
    height: 29px;
  }
}
.faq__text {
  padding: 9px 21px 9px 9px;
  background: #ebebeb;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: block;
  font-size: 1.1rem;
  line-height: 1.5454545455;
}
@media screen and (min-width: 768px) {
  .faq__text {
    padding: 7px 30px 4px 22px;
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
.faq__text--description {
  padding: 11px 0 7px 1em;
  text-indent: -1em;
  background: transparent;
  font-size: 1.1rem;
  line-height: 1.5454545455;
}
@media screen and (min-width: 768px) {
  .faq__text--description {
    padding: 12px 0 10px 1em;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.faq__icon-q {
  -ms-flex-preferred-size: 25px;
      flex-basis: 25px;
  height: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Impact", "Arial", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .faq__icon-q {
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    font-size: 2.5rem;
  }
}
.faq__description {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  background: transparent;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .faq__description {
    max-width: 610px;
    margin: 0 auto;
  }
}
.faq__icon-a {
  -ms-flex-preferred-size: 25px;
      flex-basis: 25px;
  height: 100%;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Impact", "Arial", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .faq__icon-a {
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    font-size: 2.5rem;
  }
}

.color-white {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .top-access {
    max-width: 894px;
    margin: 40px auto 37px;
  }
}
.top-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .top-access__inner {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.top-access__content {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-access__content {
    width: auto;
    -ms-flex-preferred-size: 255px;
        flex-basis: 255px;
    margin-left: 5.3153153153%;
  }
}
.top-access__text {
  font-weight: normal;
  line-height: 1.3846153846;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .top-access__text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    margin-bottom: 17px;
  }
}
.top-access__sub-title {
  font-weight: 600;
}
.top-access__img {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-access__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-bottom: 0;
  }
}

.map {
  width: 100%;
  height: 0;
  padding-top: 88.59375%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .map {
    padding-top: 54.6875%;
  }
}
.map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------
StudioSPについて
------------------------------------------------ */
.page-keyvisual {
  width: 100%;
  height: 160px;
  background: url(../images/about/bg_title.jpg) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .page-keyvisual {
    height: 320px;
  }
}
.page-keyvisual__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
.page-keyvisual__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Impact", "Arial", sans-serif;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-keyvisual__title {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 158px;
  }
}
.page-keyvisual__title--mt {
  margin-top: 49px;
}
@media screen and (min-width: 768px) {
  .page-keyvisual__title--mt {
    margin-top: 109px;
  }
}
.page-keyvisual__title-ja {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-keyvisual__title-ja {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.page-keyvisual--type02 {
  height: 100px;
  background: #AAAAAA;
}
@media screen and (min-width: 768px) {
  .page-keyvisual--type02 {
    height: 200px;
  }
}

.button-type02 {
  text-align: center;
}
.button-type02 a {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  background: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
  padding: 11px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .button-type02 a {
    width: 100%;
    padding: 12px 17px 15px;
  }
}
.button-type02 a:hover, .button-type02 a:focus, .button-type02 a:active {
  opacity: 1;
  border: 1px solid #707070;
  background: #ffffff;
  color: #707070;
}
.button-type02 a:hover::before, .button-type02 a:focus::before, .button-type02 a:active::before {
  background: url(../images/common/icon_pdf-gray.svg) center center/contain no-repeat;
}
.button-type02 a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(../images/common/icon_pdf.svg) center center/contain no-repeat;
  margin: 0 8px -4px 0;
}
@media screen and (min-width: 768px) {
  .button-type02 a::before {
    width: 21px;
    height: 26px;
    margin: 0 8px -6px 0;
  }
}
.button-type02--equipment {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .button-type02--equipment {
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .button-type02--equipment a {
    text-align: center;
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .button-type02--system-paid a {
    width: 420px;
  }
}
.button-type02--icon-none a {
  font-size: 1.3rem;
  width: 250px;
  background: #4b4b4b;
  border: 1px solid #707070;
  padding: 13px 12px 12px;
}
@media screen and (min-width: 768px) {
  .button-type02--icon-none a {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    width: 420px;
    padding: 12px 10px 10px;
  }
}
.button-type02--icon-none a:hover, .button-type02--icon-none a:focus, .button-type02--icon-none a:active {
  color: #4b4b4b;
}
.button-type02--icon-none a::before {
  content: none;
}
.button-type02--size-s a {
  width: 200px;
  padding: 11px 9px 9px;
}
@media screen and (min-width: 768px) {
  .button-type02--size-s a {
    width: 100%;
    padding: 12px 10px 10px;
  }
}
.button-type02--size-m a {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .button-type02--size-m a {
    width: 360px;
    padding: 17px 15px 15px;
  }
}

.about__title {
  font-size: 1.9rem;
  line-height: 1.2105263158;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Impact", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.about__title--mb-sizel {
  margin-bottom: 16.5px;
}
@media screen and (min-width: 768px) {
  .about__title--mb-sizel {
    margin-bottom: 30px;
  }
}
.about__title-ja {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .about__title-ja {
    font-size: 1.5rem;
    line-height: 2.2666666667;
  }
}

.about-intro {
  padding: 22px 15px 13.5px;
}
@media screen and (min-width: 768px) {
  .about-intro {
    padding: 35px 15px 29px;
  }
}

@media screen and (min-width: 768px) {
  .about-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 980px;
    margin: 0 auto;
  }
}
.about-media--mb {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .about-media--mb {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 768px) {
  .about-media__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.about-media__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .about-media__title {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 27px;
  }
}
.about-media__title--equipment {
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .about-media__title--equipment {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.about-media__text {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 300;
  margin-bottom: 13.5px;
}
@media screen and (min-width: 768px) {
  .about-media__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 0;
  }
}
.about-media__text--mb {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .about-media__img {
    -ms-flex-preferred-size: 51.0204081633%;
        flex-basis: 51.0204081633%;
    margin-left: 3.0612244898%;
  }
}

.about-spec {
  padding: 19px 15px 30px;
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .about-spec {
    padding: 53px 15px 66px;
  }
}
@media screen and (min-width: 768px) {
  .about-spec__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-spec__list {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .about-spec__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-bottom: 0;
  }
}
.about-spec__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0 19px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .about-spec__item {
    padding: 14px 18px;
  }
}
.about-spec__item:first-child {
  padding: 0 0 19px;
}
@media screen and (min-width: 768px) {
  .about-spec__item:first-child {
    padding: 8px 18px 14px;
  }
}
.about-spec__term {
  font-size: 1.2rem;
  font-weight: 300;
  -ms-flex-preferred-size: 19.6551724138%;
      flex-basis: 19.6551724138%;
  margin-right: 5.8620689655%;
  min-width: 57px;
}
@media screen and (min-width: 768px) {
  .about-spec__term {
    font-size: 1.6rem;
    -ms-flex-preferred-size: 16.4502164502%;
        flex-basis: 16.4502164502%;
    margin-right: 5.1948051948%;
    min-width: 114px;
  }
}
.about-spec__description {
  font-size: 1.1rem;
  line-height: 1.6363636364;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (min-width: 768px) {
  .about-spec__description {
    font-size: 1.5rem;
    line-height: 2.1333333333;
  }
}
.about-spec__img-wrapper {
  width: 89.6551724138%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-spec__img-wrapper {
    width: auto;
    -ms-flex-preferred-size: 27.2448979592%;
        flex-basis: 27.2448979592%;
    margin: 0 0 10px 2.0408163265%;
  }
}
.about-spec__img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .about-spec__img {
    margin-bottom: 10px;
  }
}

.about-gallery {
  padding: 16px 15px 26px;
  background: #ebebeb;
}
@media screen and (min-width: 768px) {
  .about-gallery {
    padding: 32px 15px 52px;
  }
}
.about-gallery__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.about-gallery .gallery {
  margin: 0 0 18px;
}
.about-gallery .gallery__list {
  width: 100%;
  height: 0;
  padding-top: 66.7346938776%;
  overflow: hidden;
  position: relative;
}
.about-gallery .gallery__list img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail .slick-list .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important; /*画面幅サイズ変更に伴うサムネイル固定*/
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .thumbnail .slick-list .slick-track {
    margin-right: -8.5px;
    margin-left: -8.5px;
  }
}
.thumbnail .slick-list .slick-track .slick-slide {
  cursor: pointer;
  outline: none;
  background: #333;
  width: calc((100% - 50px) / 5) !important;
  margin: 0 5px 10px 5px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .thumbnail .slick-list .slick-track .slick-slide {
    cursor: pointer;
    outline: none;
    background: #333;
    width: calc((100% - 119px) / 6) !important;
    margin: 0 8.5px 17px 8.5px;
  }
}
.thumbnail .slick-list .slick-track .slick-slide img {
  opacity: 0.4; /*選択されていないものは透過40%*/
}
.thumbnail .slick-list .slick-track .slick-slide.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

.about-equipment {
  padding: 19px 15px 32px;
}
@media screen and (min-width: 768px) {
  .about-equipment {
    padding: 50px 15px;
  }
}

.product {
  width: 100%;
  margin: 0 auto -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .product {
    max-width: 980px;
    margin: 0 auto -55px;
  }
}
.product__list {
  width: 47.2413793103%;
  margin: 0 5.5172413793% 24px 0;
}
@media screen and (min-width: 768px) {
  .product__list {
    width: 23.4693877551%;
    margin: 0 2.0408163265% 55px 0;
  }
}
.product__list:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .product__list:nth-child(2n) {
    margin-right: 2.0408163265%;
  }
}
@media screen and (min-width: 768px) {
  .product__list:nth-child(4n) {
    margin-right: 0;
  }
}
.product__img {
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 0;
  padding-top: 78.102189781%;
  overflow: hidden;
  position: relative;
  margin-bottom: 6.5px;
}
@media screen and (min-width: 768px) {
  .product__img {
    padding-top: 78.2608695652%;
    margin-bottom: 13px;
  }
}
.product__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.product__title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3076923077;
  margin-bottom: 5.5px;
}
@media screen and (min-width: 768px) {
  .product__title {
    font-size: 1.7rem;
    line-height: 1.4166666667;
    margin-bottom: 14px;
  }
}
.product__text {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4545454545;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .product__text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 7px;
  }
}
.product__price {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4166666667;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .product__price {
    font-size: 1.7rem;
  }
}

.about-furniture {
  padding: 20.5px 15px 26.5px;
  background: #efefef;
}
@media screen and (min-width: 768px) {
  .about-furniture {
    padding: 61px 15px 53px;
  }
}
.about-furniture__inner {
  width: 100%;
  margin: 0 auto;
  padding: 18.5px 15px 20px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .about-furniture__inner {
    max-width: 1000px;
    padding: 45px 45px 40px;
  }
}
.about-furniture__list-wrapper {
  padding-top: 16px;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .about-furniture__list-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    border-top: 2px solid #707070;
  }
}
@media screen and (min-width: 768px) {
  .about-furniture__list {
    width: calc((100% - 60px) / 3);
    margin-right: 3.5126234907%;
    margin-bottom: -14px;
  }
}
@media screen and (min-width: 768px) {
  .about-furniture__list:first-child {
    width: 30.4061470911%;
  }
}
@media screen and (min-width: 768px) {
  .about-furniture__list:nth-child(2) {
    width: 23.4906695939%;
  }
}
@media screen and (min-width: 768px) {
  .about-furniture__list:last-child {
    width: 39.0779363337%;
    margin-right: 0;
  }
}
.about-furniture__item {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6363636364;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .about-furniture__item {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------
SYSTEMページ
------------------------------------------------ */
.page-keyvisual--system {
  background: url(../images/system/bg_title.jpg) center center/cover no-repeat;
}
.page-keyvisual__title--black {
  color: #000000;
}
.page-keyvisual__title-ja--gray {
  color: #666666;
}

.system__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .system__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.system__title {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 600;
  padding: 7px 6px 6px;
  background: #dbdbdb;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .system__title {
    font-size: 2rem;
    line-height: 1.5;
    padding: 15px 13px 13px;
  }
}

.system-daytime {
  margin: 19px 15px 15px;
}
@media screen and (min-width: 768px) {
  .system-daytime {
    margin: 44px 15px 40px;
  }
}
.system-daytime__title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .system-daytime__title {
    margin-bottom: 32px;
  }
}

.system-table01 {
  width: 100%;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .system-table01 {
    max-width: 800px;
  }
}
.system-table01__row:first-child .system-table01__head {
  padding-top: 0;
}
.system-table01__head {
  font-size: 0.9rem;
  line-height: 1.7222222222;
  font-weight: 600;
  padding: 10px 3px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .system-table01__head {
    font-size: 1.8rem;
    line-height: 1.7222222222;
    font-weight: 600;
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .system-table01__head {
    padding: 20px 25px;
  }
}
.system-table01__head--sizes {
  font-size: 0.8rem;
  line-height: 1.7333333333;
  font-weight: 600;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .system-table01__head--sizes {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .system-table01__head--sizes {
    padding: 0 25px;
  }
}
.system-table01__description {
  font-size: 0.9rem;
  line-height: 1.7222222222;
  font-weight: 600;
  padding: 13px 4px 12px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 576px) {
  .system-table01__description {
    padding: 13px 35px 12px;
  }
}
@media screen and (min-width: 768px) {
  .system-table01__description {
    font-size: 1.8rem;
    line-height: 1.7222222222;
    font-weight: 600;
    padding: 26px 20px 24px;
  }
}
@media screen and (min-width: 992px) {
  .system-table01__description {
    padding: 26px 25px 24px;
  }
}
.system-table01__description .per-minutes {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.7142857143;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .system-table01__description .per-minutes {
    font-size: 1.4rem;
  }
}

.system-nighttime {
  margin: 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .system-nighttime {
    margin: 0 15px 40px;
  }
}
.system-nighttime__title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .system-nighttime__title {
    margin-bottom: 40px;
  }
}

.system-paid {
  margin: 0 15px 34px;
}
@media screen and (min-width: 768px) {
  .system-paid {
    margin: 0 15px 50px;
  }
}
.system-paid__title {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .system-paid__title {
    margin-bottom: 20px;
  }
}
.system-paid__product-wrapper {
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .system-paid__product-wrapper {
    margin-bottom: 70px;
  }
}
.system-paid__product {
  max-width: none;
}

.system-consume {
  margin: 0 15px 8px;
}
@media screen and (min-width: 768px) {
  .system-consume {
    margin: 0 15px 40px;
  }
}
.system-consume__inner {
  background: #F5F5F5;
}
.system-consume__list {
  width: 100%;
  padding: 18px 6px 12px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .system-consume__list {
    max-width: 630px;
    padding: 34px 0 23px;
  }
}
.system-consume__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .system-consume__item {
    margin-bottom: 24px;
  }
}
.system-consume__item:last-child {
  margin-bottom: 0;
}
.system-consume__term {
  margin-right: 4.5126353791%;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .system-consume__term {
    margin-right: 20.3442879499%;
    font-size: 1.8rem;
  }
}
.system-consume__description {
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .system-consume__description {
    font-size: 1.8rem;
  }
}

.system-cancel {
  margin: 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .system-cancel {
    margin: 0 15px 64px;
  }
}
.system-cancel__title {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .system-cancel__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .system-cancel__list {
    width: 100%;
    max-width: 926px;
    margin: 0 auto;
  }
}
.system-cancel__item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .system-cancel__item {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.system-table02 {
  width: 100%;
  margin: 0 auto 13px;
  display: table;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .system-table02 {
    max-width: 926px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 768px) {
  .system-table02.sp-only {
    display: none;
  }
}
.system-table02.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .system-table02.pc-only {
    display: table;
  }
}
.system-table02__head {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 9px;
  border: 1px solid #707070;
  background: #ECEAEA;
  width: 33.275862069%;
}
@media screen and (min-width: 768px) {
  .system-table02__head {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 23px 13px 13px;
    width: 0.5399568035%;
  }
}
.system-table02__description {
  font-size: 1.1rem;
  line-height: 1.0909090909;
  font-weight: 600;
  padding: 16px;
  border: 1px solid #707070;
  text-align: center;
  width: 33.275862069%;
}
@media screen and (min-width: 768px) {
  .system-table02__description {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 600;
    padding: 22px 17px 17px;
    border: 1px solid #707070;
    text-align: center;
    width: 0.5399568035%;
  }
}
.system-table02--col3 {
  margin-bottom: 0;
}
.system-table02--col3 .system-table02__description {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .system-table02--col3 .system-table02__description {
    border-bottom: 1px solid #707070;
  }
}
.system-table02--col2 .system-table02_head {
  width: 50%;
}
.system-table02--col2 .system-table02__description {
  width: 50%;
}

/* ------------------------------------------------
Q&Aページ
------------------------------------------------ */
.page-keyvisual--faq {
  background: url(../images/faq/bg_title.jpg) center center/cover no-repeat;
}

.page-faq__inner {
  padding: 12px 15px 27px;
}
@media screen and (min-width: 768px) {
  .page-faq__inner {
    padding: 44px 15px 27px;
  }
}
.page-faq .faq__list:last-of-type {
  margin-bottom: 0;
}
.page-faq .faq__icon-q {
  font-size: 2rem;
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
}
@media screen and (min-width: 768px) {
  .page-faq .faq__icon-q {
    font-size: 2.5rem;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
  }
}
.page-faq .faq__term::after {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page-faq .faq__term::after {
    font-size: 2.4rem;
  }
}
.page-faq .faq__text {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 600;
  padding: 7px 21px 6px 9px;
}
@media screen and (min-width: 768px) {
  .page-faq .faq__text {
    font-size: 1.6rem;
    line-height: 2.125;
    font-weight: 300;
    padding: 7px 30px 4px 22px;
  }
}
.page-faq .faq__text--description {
  line-height: 1.7692307692;
  font-weight: 300;
  padding: 11px 0 7px 1em;
}
@media screen and (min-width: 768px) {
  .page-faq .faq__text--description {
    font-size: 1.5rem;
    line-height: 1.4666666667;
    padding: 12px 0 10px 1em;
  }
}

.faq-tab {
  width: 100%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .faq-tab {
    max-width: 965px;
    margin: 0 auto 32px;
  }
}
.faq-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -6px;
}
@media screen and (min-width: 768px) {
  .faq-tab__list {
    margin-bottom: 0;
  }
}
.faq-tab__item {
  margin-right: 2.5862068966%;
  margin-bottom: 6px;
  width: 31.5517241379%;
}
@media screen and (min-width: 768px) {
  .faq-tab__item {
    margin-right: 1.3471502591%;
    width: 15.5440414508%;
  }
}
.faq-tab__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .faq-tab__item:nth-child(3n) {
    margin-right: 1.3471502591%;
  }
}
@media screen and (min-width: 768px) {
  .faq-tab__item:last-child {
    margin-right: 0;
  }
}
.faq-tab__item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #cfcfcf;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
  padding: 9px 5px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
}
@media screen and (min-width: 768px) {
  .faq-tab__item a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 17px 5px;
  }
}
.faq-tab__item a.active {
  color: #cfcfcf;
  background: #333333;
}

.animate {
  opacity: 1;
  -webkit-animation: 0.6s fadeIn;
          animation: 0.6s fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------
GUIDEページ
------------------------------------------------ */
.page-keyvisual--howto {
  background: url(../images/howto/bg_title.jpg) center center/cover no-repeat;
}

.howto {
  background: #ebebeb;
}
.howto__text01 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 23px 15px 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .howto__text01 {
    font-size: 2rem;
    line-height: 1.7;
    padding: 52px 15px 30px;
  }
}
.howto__text02 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 0 15px 23px;
}
@media screen and (min-width: 375px) {
  .howto__text02 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .howto__text02 {
    font-size: 2.2rem;
    line-height: 1.6818181818;
    max-width: 910px;
    margin: 0 auto;
    padding: 0 15px 62px;
  }
}
.howto__item {
  position: relative;
}
.howto__item::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 18px;
  display: inline-block;
  background: url(../images/howto/icon_arrow-bottom.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .howto__item::after {
    bottom: -45px;
  }
}
.howto__item:last-child .howto__inner {
  margin: 0 auto 19px;
}
@media screen and (min-width: 768px) {
  .howto__item:last-child .howto__inner {
    margin: 0 auto 40px;
  }
}
.howto__item:last-child::after {
  content: none;
}
.howto__section {
  padding: 0 15px;
}
.howto__inner {
  margin: 0 auto 40px;
  padding: 18px 15px 15px;
}
@media screen and (min-width: 768px) {
  .howto__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto 60px;
    padding: 29px 58px 29px 29px;
  }
}
.howto__inner--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.howto__title {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .howto__title {
    font-size: 2.4rem;
  }
}
.howto__sub-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .howto__sub-title {
    font-size: 2.4rem;
  }
}

.howto-section {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .howto-section {
    max-width: 910px;
    margin: 0 auto 36px;
  }
}
.howto-section:first-of-type {
  margin: 20px auto 15px;
}
@media screen and (min-width: 768px) {
  .howto-section:first-of-type {
    margin: 50px auto 36px;
  }
}
.howto-section__img {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .howto-section__img {
    max-width: 427px;
    margin-bottom: 20px;
  }
}
.howto-section__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .howto-section__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.howto-section__item {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .howto-section__item {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/* ------------------------------------------------
Termsページ
------------------------------------------------ */
.page-keyvisual--terms {
  background: #AAAAAA;
}

.terms-intro {
  width: 100%;
  padding: 0 15px;
  margin: 15px auto 16px;
}
@media screen and (min-width: 768px) {
  .terms-intro {
    max-width: 950px;
    padding: 0 15px;
    margin: 26px auto 28px;
  }
}
.terms-intro__text {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .terms-intro__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-bottom: 30px;
  }
}
.terms-intro__date {
  font-size: 1.1rem;
  font-weight: 300;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .terms-intro__date {
    font-size: 1.3rem;
  }
}

.terms-section {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .terms-section {
    max-width: 1010px;
    margin: 0 auto 20px;
  }
}
.terms-section__title {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 600;
  padding: 9px 16px 5px;
  margin-bottom: 11px;
  background: #dbdbdb;
}
@media screen and (min-width: 768px) {
  .terms-section__title {
    font-size: 2rem;
    line-height: 1.5;
    padding: 7px 48px 13px;
    margin-bottom: 20px;
  }
}
.terms-section__inner {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  font-weight: 300;
  padding: 0 10px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .terms-section__inner {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 0 30px;
  }
}
.terms-section__list {
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .terms-section__list {
    margin-left: 0;
  }
}
.terms-section__list--order {
  margin-left: 0;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.terms-section__list--mb {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .terms-section__list--mb {
    margin-bottom: 18px;
  }
}
.terms-section__item {
  padding-left: 1em;
  text-indent: -1em;
}
.terms-section__item--style-none {
  padding-left: 0;
  text-indent: 0;
}
.terms-section__text {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .terms-section__text {
    margin-bottom: 18px;
  }
}
.terms-section__text--caution {
  font-size: 1.18rem;
}
@media screen and (min-width: 375px) {
  .terms-section__text--caution {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .terms-section__text--caution {
    font-size: 1.4rem;
  }
}
.terms-section__text--caution span {
  display: none;
}
@media screen and (min-width: 768px) {
  .terms-section__text--caution span {
    display: inline-block;
  }
}
.terms-section__button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .terms-section__button {
    text-align: left;
  }
}
.terms-section__button a {
  display: inline-block;
  width: 215px;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #707070;
  color: #707070;
  font-size: 1.2rem;
  padding: 7px 5px 5px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .terms-section__button a {
    width: 300px;
    font-size: 1.6rem;
    padding: 11px 11px 9px;
  }
}
.terms-section__button a:hover, .terms-section__button a:focus, .terms-section__button a:active {
  opacity: 1;
  background: #707070;
  color: #ffffff;
}
.terms-section__button a:hover::before, .terms-section__button a:focus::before, .terms-section__button a:active::before {
  background: url(../images/common/icon_pdf.svg) center center/contain no-repeat;
}
.terms-section__button a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(../images/common/icon_pdf-gray.svg) center center/contain no-repeat;
  margin: 0 8px -4px 0;
}
@media screen and (min-width: 768px) {
  .terms-section__button a::before {
    width: 21px;
    height: 26px;
    margin: 0 8px -6px 0;
  }
}

/* ------------------------------------------------
COMPANYページ
------------------------------------------------ */
.page-keyvisual--company {
  background: #AAAAAA;
}

.company__title {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .company__title {
    font-size: 2.4rem;
    margin-bottom: 46px;
  }
}
.company__list {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .company__list {
    max-width: 830px;
    margin: 0 auto;
  }
}
.company__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  border-bottom: 1px dotted #707070;
}
@media screen and (min-width: 768px) {
  .company__item {
    padding: 16px 30px;
    border-bottom: 2px dotted #707070;
  }
}
.company__item:first-child {
  padding: 0 0 14px;
}
@media screen and (min-width: 768px) {
  .company__item:first-child {
    padding: 0 30px 16px;
  }
}
.company__item:last-child {
  border: none;
  padding: 14px 0 0;
}
@media screen and (min-width: 768px) {
  .company__item:last-child {
    padding: 16px 30px 0;
  }
}
.company__term {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 600;
  -ms-flex-preferred-size: 20.6896551724%;
      flex-basis: 20.6896551724%;
  margin-right: 2.7586206897%;
  min-width: 60px;
}
@media screen and (min-width: 768px) {
  .company__term {
    font-size: 1.6rem;
    -ms-flex-preferred-size: 21.2048192771%;
        flex-basis: 21.2048192771%;
    margin-right: 5.5421686747%;
    min-width: 176px;
  }
}
.company__description {
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (min-width: 768px) {
  .company__description {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.company-section {
  margin: 16px auto 31px;
}
@media screen and (min-width: 768px) {
  .company-section {
    margin: 37px auto 40px;
  }
}

.law-section {
  padding: 32px 0 27px;
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .law-section {
    padding: 60px 0 56px;
  }
}
.law-section .company__term {
  -ms-flex-preferred-size: 28.9655172414%;
      flex-basis: 28.9655172414%;
  margin-right: 11.3793103448%;
  min-width: 84px;
}
@media screen and (min-width: 768px) {
  .law-section .company__term {
    -ms-flex-preferred-size: 21.2048192771%;
        flex-basis: 21.2048192771%;
    margin-right: 5.5421686747%;
    min-width: 176px;
  }
}

/* ------------------------------------------------
LOG INページ
------------------------------------------------ */
.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.section-title--mypage {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .section-title--mypage {
    margin-bottom: 12px;
  }
}
.section-title--schedule {
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .section-title--schedule {
    margin-bottom: 27px;
  }
}
.section-title--reserve {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .section-title--reserve {
    margin-bottom: 70px;
  }
}

.login__section {
  width: 100%;
  margin: 21px auto 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .login__section {
    max-width: 530px;
    margin: 30px auto 169px;
  }
}
.login__btn {
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .login__btn {
    margin-bottom: 28px;
  }
}
.login__btn input[type=submit] {
  background: #D52323;
  border: 1px solid #D52323;
  border-radius: 2px;
  color: #ffffff;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .login__btn input[type=submit] {
    font-size: 1.6rem;
    width: 400px;
    height: 50px;
    font-weight: 300;
  }
}
.login__btn input[type=submit]:hover, .login__btn input[type=submit]:focus, .login__btn input[type=submit]:active {
  background: #ffffff;
  color: #D52323;
  opacity: 1;
}
.login__text {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 300;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .login__text {
    font-size: 1.6rem;
  }
}

.form {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .form {
    margin-bottom: 47px;
  }
}
.form.mb_0 {
  margin-bottom: 0;
}
.form-table {
  width: 100%;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .form-table {
    margin-bottom: 27px;
  }
}
.form-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-table__row {
    margin-bottom: 18px;
  }
}
.form-table__row:last-child {
  margin-bottom: 0;
}
.form-table__row--mb {
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .form-table__row--mb {
    margin-bottom: 29px;
  }
}
.form-table__row--mb-s {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .form-table__row--mb-s {
    margin-bottom: 29px;
  }
}
.form-table__row--mb-m {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .form-table__row--mb-m {
    margin-bottom: 36px;
  }
}
.form-table__row--mb-m02 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .form-table__row--mb-m02 {
    margin-bottom: 36px;
  }
}
.form-table__row--mb-l {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .form-table__row--mb-l {
    margin-bottom: 60px;
  }
}
.form-table__head {
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .form-table__head {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}
.form-table__head--mb_0 {
  margin-bottom: 0;
}
.form-table__head--mb-m {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .form-table__head--mb-m {
    margin-bottom: 21px;
  }
}
.form-table__head span {
  font-size: 1.3rem;
  font-weight: 300;
  color: #DF1B1B;
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .form-table__head span {
    font-size: 1.6rem;
    margin-left: 4px;
  }
}
.form-table__data {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.form-table__data input[type=text], .form-table__data input[type=password], .form-table__data input[type=email], .form-table__data input[type=tel], .form-table__data input[type=file], .form-table__data textarea {
  font-size: 1.2rem;
  line-height: 1.7083333333;
  width: 100%;
  padding: 11px 12px 10px;
  height: 35px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  outline: none;
  cursor: text;
  color: #707070;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .form-table__data input[type=text], .form-table__data input[type=password], .form-table__data input[type=email], .form-table__data input[type=tel], .form-table__data input[type=file], .form-table__data textarea {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding: 10px;
    height: 45px;
  }
}
.form-table__data input[type=text]::-webkit-input-placeholder, .form-table__data input[type=password]::-webkit-input-placeholder, .form-table__data input[type=email]::-webkit-input-placeholder, .form-table__data input[type=tel]::-webkit-input-placeholder, .form-table__data input[type=file]::-webkit-input-placeholder, .form-table__data textarea::-webkit-input-placeholder {
  font-size: 1.2rem;
  line-height: 1.7083333333;
  color: #707070;
}
.form-table__data input[type=text]::-moz-placeholder, .form-table__data input[type=password]::-moz-placeholder, .form-table__data input[type=email]::-moz-placeholder, .form-table__data input[type=tel]::-moz-placeholder, .form-table__data input[type=file]::-moz-placeholder, .form-table__data textarea::-moz-placeholder {
  font-size: 1.2rem;
  line-height: 1.7083333333;
  color: #707070;
}
.form-table__data input[type=text]:-ms-input-placeholder, .form-table__data input[type=password]:-ms-input-placeholder, .form-table__data input[type=email]:-ms-input-placeholder, .form-table__data input[type=tel]:-ms-input-placeholder, .form-table__data input[type=file]:-ms-input-placeholder, .form-table__data textarea:-ms-input-placeholder {
  font-size: 1.2rem;
  line-height: 1.7083333333;
  color: #707070;
}
.form-table__data input[type=text]::-ms-input-placeholder, .form-table__data input[type=password]::-ms-input-placeholder, .form-table__data input[type=email]::-ms-input-placeholder, .form-table__data input[type=tel]::-ms-input-placeholder, .form-table__data input[type=file]::-ms-input-placeholder, .form-table__data textarea::-ms-input-placeholder {
  font-size: 1.2rem;
  line-height: 1.7083333333;
  color: #707070;
}
.form-table__data input[type=text]::placeholder, .form-table__data input[type=password]::placeholder, .form-table__data input[type=email]::placeholder, .form-table__data input[type=tel]::placeholder, .form-table__data input[type=file]::placeholder, .form-table__data textarea::placeholder {
  font-size: 1.2rem;
  line-height: 1.7083333333;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .form-table__data input[type=text]::-webkit-input-placeholder, .form-table__data input[type=password]::-webkit-input-placeholder, .form-table__data input[type=email]::-webkit-input-placeholder, .form-table__data input[type=tel]::-webkit-input-placeholder, .form-table__data input[type=file]::-webkit-input-placeholder, .form-table__data textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding-bottom: 0;
  }
  .form-table__data input[type=text]::-moz-placeholder, .form-table__data input[type=password]::-moz-placeholder, .form-table__data input[type=email]::-moz-placeholder, .form-table__data input[type=tel]::-moz-placeholder, .form-table__data input[type=file]::-moz-placeholder, .form-table__data textarea::-moz-placeholder {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding-bottom: 0;
  }
  .form-table__data input[type=text]:-ms-input-placeholder, .form-table__data input[type=password]:-ms-input-placeholder, .form-table__data input[type=email]:-ms-input-placeholder, .form-table__data input[type=tel]:-ms-input-placeholder, .form-table__data input[type=file]:-ms-input-placeholder, .form-table__data textarea:-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding-bottom: 0;
  }
  .form-table__data input[type=text]::-ms-input-placeholder, .form-table__data input[type=password]::-ms-input-placeholder, .form-table__data input[type=email]::-ms-input-placeholder, .form-table__data input[type=tel]::-ms-input-placeholder, .form-table__data input[type=file]::-ms-input-placeholder, .form-table__data textarea::-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding-bottom: 0;
  }
  .form-table__data input[type=text]::placeholder, .form-table__data input[type=password]::placeholder, .form-table__data input[type=email]::placeholder, .form-table__data input[type=tel]::placeholder, .form-table__data input[type=file]::placeholder, .form-table__data textarea::placeholder {
    font-size: 1.6rem;
    line-height: 1.6875;
    padding-bottom: 0;
  }
}
.form-table__data textarea {
  padding: 10px 7px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .form-table__data textarea {
    padding: 24px 16px;
    height: 122px;
  }
}
.form-table__data--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form-table__data--pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-table__data--date {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-table__data--date {
    width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .form-table__data--width-s {
    width: 380px;
  }
}
.form-table__data--check {
  margin-bottom: -14px;
}
@media screen and (min-width: 768px) {
  .form-table__data--check {
    margin-bottom: -20px;
  }
}
.form-table__input-wrapper {
  width: 48%;
  margin-right: 4%;
}
.form-table__input-wrapper:last-of-type {
  margin-right: 0;
}
.form-table__input-wrapper--post01 {
  width: 22.4137931034%;
  margin-right: 3.4482758621%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--post01 {
    width: 88px;
    margin-right: 4.8%;
  }
}
.form-table__input-wrapper--post01 span {
  font-size: 1.3rem;
  font-weight: 600;
  color: #707070;
  position: absolute;
  top: 50%;
  right: -11%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--post01 span {
    font-size: 1.6rem;
    font-weight: 300;
    right: -17.0454545455%;
  }
}
.form-table__input-wrapper--post02 {
  width: 30.6896551724%;
  margin-right: 2.2413793103%;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--post02 {
    width: 128px;
    margin-right: 3%;
  }
}
.form-table__input-wrapper--post03 {
  width: 22.0689655172%;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--post03 {
    width: 135px;
  }
}
.form-table__input-wrapper--point {
  width: 31.0344827586%;
  margin-right: 22.7586206897%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--point {
    width: 200px;
    margin-right: 17%;
  }
}
.form-table__input-wrapper--point span {
  font-size: 1.2rem;
  font-weight: 300;
  color: #707070;
  position: absolute;
  top: 50%;
  right: -52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--point span {
    font-size: 1.6rem;
    right: -36%;
  }
}
.form-table__input-wrapper input[type=button] {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper input[type=button] {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    height: 45px;
  }
}
.form-table__input-wrapper input[type=button]:hover, .form-table__input-wrapper input[type=button]:focus, .form-table__input-wrapper input[type=button]:active {
  background: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}
.form-table__input-wrapper--file {
  width: 22.0689655172%;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--file {
    width: 135px;
  }
}
.form-table__input-wrapper--file input[type=file] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: auto;
  left: 0;
}
.form-table__input-wrapper--file label {
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--file label {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    height: 45px;
  }
}
.form-table__input-wrapper--file label:hover, .form-table__input-wrapper--file label:focus, .form-table__input-wrapper--file label:active {
  background: #ffffff;
  color: #333333;
  border: 1px solid #333333;
}
.form-table__input-wrapper--file-name {
  width: 72.9310344828%;
  margin-right: 4.8275862069%;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--file-name {
    width: 68%;
    margin-right: 4.7%;
  }
}
.form-table__input-wrapper--file-name span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.7083333333;
  width: 100%;
  padding: 12px;
  min-height: 35px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  outline: none;
  cursor: default;
  color: #707070;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .form-table__input-wrapper--file-name span {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    padding: 10px;
    min-height: 45px;
  }
}
.form-table__radio-wrapper {
  margin-right: 5.6896551724%;
}
@media screen and (min-width: 768px) {
  .form-table__radio-wrapper {
    margin-right: 12.6%;
  }
}
.form-table__radio-wrapper label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 22px;
  white-space: nowrap;
  font-size: 1.3rem;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .form-table__radio-wrapper label {
    padding-left: 31px;
    font-size: 1.6rem;
  }
}
.form-table__radio-wrapper .outside {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: #ffffff;
  border: 1px solid #707070;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .form-table__radio-wrapper .outside {
    width: 20px;
    height: 20px;
  }
}
.form-table__radio-wrapper .inside {
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #DBDCE2;
  opacity: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .form-table__radio-wrapper .inside {
    width: 10px;
    height: 10px;
  }
}
.form-table__radio-wrapper input:checked + .outside .inside {
  opacity: 1;
}
.form-table__radio-wrapper .hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.form-table__radio-wrapper--agree {
  margin: 0 0 20px;
}
.form-table__radio-wrapper--agree:last-child {
  margin-bottom: 0;
}
.form-table__radio-wrapper--purpose {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .form-table__radio-wrapper--purpose {
    width: 32.1691176471%;
    margin-right: 9.1911764706%;
    margin-bottom: 20px;
  }
}
.form-table__radio-wrapper--purpose:nth-child(2n) {
  margin-right: 0;
}
.form-table__radio-wrapper--range {
  margin-right: 11.0344827586%;
}
@media screen and (min-width: 768px) {
  .form-table__radio-wrapper--range {
    margin-right: 12.5%;
  }
}
.form-table__radio-wrapper .link-underline {
  color: #707070;
}
.form-table__select-wrapper {
  width: 22.4137931034%;
  max-width: 100%;
  height: 35px;
  margin-right: 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper {
    width: 70px;
    height: 45px;
    margin-right: 9.2%;
  }
}
.form-table__select-wrapper:last-child {
  margin-right: 0;
}
.form-table__select-wrapper--year {
  width: 30.6896551724%;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--year {
    width: 120px;
  }
}
.form-table__select-wrapper--prefectures {
  width: 30.6896551724%;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--prefectures {
    width: 140px;
  }
}
.form-table__select-wrapper--time01 {
  width: 30.6896551724%;
  margin-right: 7.4137931034%;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--time01 {
    width: 140px;
    margin-right: 6.4338235294%;
  }
}
.form-table__select-wrapper--time01::before {
  content: "～";
  font-size: 1.3rem;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--time01::before {
    font-size: 1.5rem;
    width: 15px;
    height: 15px;
    right: -24px;
  }
}
.form-table__select-wrapper--time02 {
  width: 30.6896551724%;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--time02 {
    width: 140px;
  }
}
.form-table__select-wrapper--number {
  width: 30.6896551724%;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--number {
    width: 140px;
  }
}
.form-table__select-wrapper--coupon {
  width: 51.3793103448%;
  margin-right: 2.5862068966%;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper--coupon {
    width: 280px;
    margin-right: 2.2058823529%;
  }
}
.form-table__select-wrapper::after {
  border-top: 8px solid #333333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper::after {
    right: 11px;
  }
}
.form-table__select-wrapper select {
  width: 100%;
  padding: 5px 10px;
  height: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.7083333333;
  outline: none;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper select {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.form-table__select-wrapper option {
  border: none;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.7083333333;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper option {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.form-table__select-wrapper option::-webkit-input-placeholder {
  color: #BCBCBC;
}
.form-table__select-wrapper option::-moz-placeholder {
  color: #BCBCBC;
}
.form-table__select-wrapper option:-ms-input-placeholder {
  color: #BCBCBC;
}
.form-table__select-wrapper option::-ms-input-placeholder {
  color: #BCBCBC;
}
.form-table__select-wrapper option::placeholder {
  color: #BCBCBC;
}
.form-table__select-wrapper span {
  font-size: 1.3rem;
  line-height: 3.3846153846;
  color: #707070;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form-table__select-wrapper span {
    font-size: 1.6rem;
    line-height: 1.1875;
    right: -22px;
  }
}
.form-table__check-wrapper {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .form-table__check-wrapper {
    width: 80%;
    margin-right: 8%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .form-table__check-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
.form-table__check-wrapper input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #707070;
  margin-right: 5px;
  outline: none;
  vertical-align: text-bottom;
  cursor: pointer;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 768px) {
  .form-table__check-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 11px;
    position: static;
  }
}
.form-table__check-wrapper label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 300;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .form-table__check-wrapper label {
    font-size: 1.6rem;
  }
}
.form .point-text {
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-weight: 300;
  color: #707070;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .form .point-text {
    font-size: 1.4rem;
    margin-bottom: 1px;
  }
}
.form .agree {
  max-width: 250px;
  margin: 0 auto 23px;
}
@media screen and (min-width: 768px) {
  .form .agree {
    max-width: 300px;
    margin: 0 auto 25.5px;
  }
}

.button-type03 {
  text-align: center;
}
.button-type03 input[type=submit], .button-type03 a {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  background: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 1.3rem;
  padding: 13px 12px 12px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .button-type03 input[type=submit], .button-type03 a {
    width: 400px;
    font-size: 1.6rem;
    padding: 17px;
    font-weight: 300;
  }
}
.button-type03 input[type=submit]:hover, .button-type03 input[type=submit]:focus, .button-type03 input[type=submit]:active, .button-type03 a:hover, .button-type03 a:focus, .button-type03 a:active {
  opacity: 1;
  border: 1px solid #333333;
  background: #ffffff;
  color: #333333;
}
.button-type03--caution input[type=submit], .button-type03--caution a {
  background: #D52323;
  border: 1px solid #D52323;
}
.button-type03--caution input[type=submit]:hover, .button-type03--caution input[type=submit]:focus, .button-type03--caution input[type=submit]:active, .button-type03--caution a:hover, .button-type03--caution a:focus, .button-type03--caution a:active {
  color: #D52323;
  border: 1px solid #D52323;
}

/* ------------------------------------------------
MY PAGEページ
------------------------------------------------ */
.breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    display: block;
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
    margin: 16px auto 0;
    font-size: 1.3rem;
    font-weight: 600;
  }
}

.mypage__section {
  width: 100%;
  margin: 11px auto 86px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .mypage__section {
    max-width: 610px;
    margin: 28px auto 114px;
  }
}
.mypage__section--coupon {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mypage__section--coupon {
    margin-bottom: 31px;
  }
}
.mypage__section--history {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mypage__section--history {
    margin-bottom: 128px;
  }
}
.mypage__section--edit {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mypage__section--edit {
    max-width: 530px;
    margin-bottom: 19px;
  }
}

.user-name {
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .user-name {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.user-name span {
  display: inline-block;
  font-size: 1.3em;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .user-name span {
    font-size: 2.2rem;
    margin-right: 8px;
  }
}

.user-info {
  padding: 19px 16px 16px;
  border: 1px solid #707070;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .user-info {
    padding: 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.user-info--coupon {
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .user-info--coupon {
    margin-bottom: 27px;
  }
}
.user-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}
.user-info__item:last-child {
  margin-bottom: 0;
}
.user-info__term {
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .user-info__term {
    margin-right: 7px;
  }
}
.user-info__description--point span {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .user-info__description--point span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .user-info__description--coupon span {
    display: inline-block;
    margin-right: 6px;
  }
}

.extra-info {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .extra-info {
    margin-bottom: 22px;
  }
}
.extra-info__item {
  border: 1px solid #707070;
  border-bottom: none;
}
.extra-info__item:last-child {
  border-bottom: 1px solid #707070;
}
.extra-info__item a {
  display: block;
  width: 100%;
  padding: 14px 10px 10px;
  background: #F5F5F5;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .extra-info__item a {
    padding: 17px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------
MY PAGEページ クーポン
------------------------------------------------ */
.coupon-info {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .coupon-info {
    margin-bottom: 17px;
  }
}
.coupon-info__item {
  border: 1px solid #707070;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .coupon-info__item {
    margin-bottom: 17px;
  }
}
.coupon-info__item:last-child {
  margin-bottom: 0;
}
.coupon-info__link {
  display: block;
  width: 100%;
  background: #F5F5F5;
}
.coupon-info-content {
  padding: 16px 12px 12px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .coupon-info-content {
    padding: 25px;
  }
}
.coupon-info-content__text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6923076923;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coupon-info-content__text {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.coupon-info-time {
  padding: 7px 12px 4px;
}
@media screen and (min-width: 768px) {
  .coupon-info-time {
    padding: 16px 22px 9px;
  }
}
.coupon-info-time__text {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 300;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .coupon-info-time__text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
}

/* ------------------------------------------------
MY PAGEページ ご利用履歴
------------------------------------------------ */
.use-info {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .use-info {
    margin-bottom: 33px;
  }
}
.use-info__list {
  border: 1px solid #B9B9B9;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .use-info__list {
    margin-bottom: 25px;
  }
}
.use-info__list:last-child {
  margin-bottom: 0;
}
.use-info__title-wrapper {
  padding: 9px 10px 10px 9px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .use-info__title-wrapper {
    padding: 18.5px 40px 19.5px;
  }
}
.use-info__title-wrapper--before {
  background: #0C0C0C;
}
.use-info__title-wrapper--after {
  background: #858585;
}
.use-info__title {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .use-info__title {
    font-size: 1.5rem;
  }
}
.use-info__content {
  padding: 10px 14px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .use-info__content {
    padding: 9px 40px 10px;
  }
}
.use-info__content--block {
  display: block;
}
.use-info__content--pd {
  padding: 13px 0 3px;
}
@media screen and (min-width: 768px) {
  .use-info__content--pd {
    padding: 19px 0 14px;
  }
}
.use-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .use-info__item {
    font-size: 1.5rem;
  }
}

.reservation-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .reservation-number {
    font-size: 1.5rem;
  }
}

.issue-btn a {
  display: inline-block;
  width: 110px;
  max-width: 100%;
  background: #E4E4E4;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  font-size: 1rem;
  padding: 9px;
  color: #ffffff;
  font-weight: 600;
  pointer-events: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .issue-btn a {
    width: 162px;
    font-size: 1.4rem;
    padding: 17px;
  }
}
.issue-btn.active a {
  pointer-events: auto;
  background: #D52323;
  border: 1px solid #D52323;
}
.issue-btn.active a:hover, .issue-btn.active a:focus, .issue-btn.active a:active {
  opacity: 1;
  background: #ffffff;
  color: #D52323;
}

.use-time {
  padding: 10px 9px 9px;
  background: #ebebeb;
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .use-time {
    padding: 17px;
    font-size: 1.6rem;
    margin-top: 9px;
  }
}

.use-item {
  padding: 13px 15px 13px 0;
  border-bottom: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .use-item {
    padding: 21px 27px 20px 13px;
  }
}
.use-item__list {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .use-item__list {
    margin-bottom: 19px;
  }
}
.use-item__list:last-child {
  margin-bottom: 0;
}
.use-item__title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6923076923;
  color: #AAAAAA;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .use-item__title {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-bottom: 10px;
  }
}
.use-item__item {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7391304348;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .use-item__item {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-bottom: 2px;
  }
}
.use-item__item:last-child {
  margin-bottom: 0;
}

.usage-fee {
  padding: 14px 15px 13px 0;
  border-bottom: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .usage-fee {
    padding: 21px 27px 20px 13px;
  }
}
@media screen and (min-width: 768px) {
  .usage-fee__list {
    margin-bottom: 7px;
  }
}
.usage-fee__list:last-child {
  margin-bottom: 0;
}
.usage-fee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #707070;
}
.usage-fee-item__term {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7083333333;
}
@media screen and (min-width: 768px) {
  .usage-fee-item__term {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.usage-fee-item__description {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .usage-fee-item__description {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.total {
  padding: 15px 15px 12px 0;
  background: #ebebeb;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .total {
    padding: 17px 27px 13px 13px;
  }
}
.total__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.total__term {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .total__term {
    font-size: 1.6rem;
  }
}
.total__description {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .total__description {
    font-size: 2rem;
  }
}

/* ------------------------------------------------
RESERVEページ
------------------------------------------------ */
.schedule {
  width: 100%;
  padding: 0 15px;
  margin: 16px auto 24px;
}
@media screen and (min-width: 768px) {
  .schedule {
    max-width: 1030px;
    margin: 37px auto 67px;
  }
}

.reserve__section {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .reserve__section {
    max-width: 574px;
    margin: 0 auto 80px;
  }
}

.use-btn {
  width: 21.8965517241%;
}
@media screen and (min-width: 768px) {
  .use-btn {
    width: auto;
  }
}
.use-btn:nth-last-of-type() {
  margin-right: 0;
}
.use-btn input[type=button] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #E4E4E4;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  font-size: 1rem;
  padding: 12px 5px 11px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .use-btn input[type=button] {
    width: 120px;
    font-size: 1.4rem;
    padding: 16px 15px 15px;
  }
}
.use-btn input[type=button]:hover, .use-btn input[type=button]:focus, .use-btn input[type=button]:active {
  opacity: 1;
  background: #ffffff;
  color: #E4E4E4;
}
.use-btn.active {
  margin-right: 0.8620689655%;
}
@media screen and (min-width: 768px) {
  .use-btn.active {
    margin-right: 1.4705882353%;
  }
}
.use-btn.active input[type=button] {
  background: #333333;
  border: 1px solid #333333;
}
.use-btn.active input[type=button]:hover, .use-btn.active input[type=button]:focus, .use-btn.active input[type=button]:active {
  background: #ffffff;
  color: #333333;
}

/* ------------------------------------------------
RESERVE確認ページ
------------------------------------------------ */
.confirmation .reserve__section {
  width: 100%;
  margin: 16px auto 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .confirmation .reserve__section {
    max-width: 530px;
    margin: 37px auto 198px;
  }
}
.confirmation .section-title--reserve {
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .confirmation .section-title--reserve {
    margin-bottom: 78px;
  }
}
.confirmation .form-table {
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table {
    margin-bottom: 51px;
  }
}
.confirmation .form-table__row {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table__row {
    margin-bottom: 29px;
  }
}
.confirmation .form-table__row:last-child {
  margin-bottom: 0;
}
.confirmation .form-table__row.confirmation-mb_0 {
  margin-bottom: 0;
}
.confirmation .form-table__head {
  font-size: 1.3rem;
  margin-bottom: 9px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table__head {
    font-size: 1.5rem;
    margin-bottom: 11px;
  }
}
.confirmation .form-table__head.confirmation-none {
  display: none;
}
.confirmation .form-table__head span {
  display: none;
}
.confirmation .form-table__data {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table__data {
    font-size: 1.6rem;
  }
}
.confirmation .form-table__select-wrapper {
  height: auto;
}
.confirmation .form-table__select-wrapper::after {
  content: none;
}
.confirmation .form-table__select-wrapper--time01 {
  width: auto;
}
.confirmation .form-table__select-wrapper--time01::before {
  -webkit-transform: none;
          transform: none;
  top: 0;
  right: -19px;
}
.confirmation .form-table__select-wrapper--time02 {
  width: auto;
}
.confirmation .form-table__radio-wrapper .outside {
  display: none;
}
.confirmation .form-table__radio-wrapper .inside {
  display: none;
}
.confirmation .form-table__radio-wrapper label {
  padding: 0;
}
.confirmation .form-table__radio-wrapper span {
  display: none;
}
.confirmation .form-table__check-wrapper {
  margin-right: 5%;
}
.confirmation .form-table__check-wrapper span {
  display: none;
}
.confirmation .form-table__input-wrapper--point {
  width: auto;
}
.confirmation .form-table__input-wrapper--point span {
  position: static;
}
.confirmation .form-table--payment {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table--payment {
    max-width: 465px;
    margin: 0 auto 40px;
  }
}
.confirmation .form-table--payment .form-table__head {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table--payment .form-table__head {
    margin-bottom: 24px;
  }
}
.confirmation .form-table--payment .form-table__head span {
  display: inline-block;
}
.confirmation .form-table--payment .form-table__data {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table--payment .form-table__data {
    margin-bottom: 17px;
  }
}
.confirmation .form-table--payment .form-table__data:last-child {
  margin-bottom: 0;
}
.confirmation .form-table--payment .form-table__data input[type=text]::-webkit-input-placeholder {
  color: #919191;
}
.confirmation .form-table--payment .form-table__data input[type=text]::-moz-placeholder {
  color: #919191;
}
.confirmation .form-table--payment .form-table__data input[type=text]:-ms-input-placeholder {
  color: #919191;
}
.confirmation .form-table--payment .form-table__data input[type=text]::-ms-input-placeholder {
  color: #919191;
}
.confirmation .form-table--payment .form-table__data input[type=text]::placeholder {
  color: #919191;
}
.confirmation .form-table--payment .form-table__radio-wrapper label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  white-space: nowrap;
  font-size: 1.3rem;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table--payment .form-table__radio-wrapper label {
    padding-left: 31px;
    font-size: 1.6rem;
  }
}
.confirmation .form-table--payment .form-table__radio-wrapper .outside {
  display: inline-block;
}
.confirmation .form-table--payment .form-table__radio-wrapper .inside {
  display: inline-block;
  background: #D52323;
  opacity: 1;
}
.confirmation .form-table--payment .form-table__input-wrapper:first-child {
  width: 58.064516129%;
  margin-right: 3.2258064516%;
}
.confirmation .form-table--payment .form-table__input-wrapper:last-child {
  width: 38.7096774194%;
}
.confirmation .form-table__img {
  width: 80.1724137931%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .confirmation .form-table__img {
    width: 100%;
    max-width: 376px;
  }
}
.confirmation .point-text {
  display: none;
}
.confirmation .agree {
  display: none;
}
.confirmation__usage-fee {
  margin-bottom: 30px;
}
.confirmation .usage-fee__title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #707070;
  margin-bottom: 32px;
}
.confirmation .btn-area {
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.confirmation .btn-area__button {
  width: 47.0689655172%;
  margin-right: 5.5172413793%;
}
@media screen and (min-width: 768px) {
  .confirmation .btn-area__button {
    width: 220px;
    margin-right: 5.376344086%;
  }
}
.confirmation .btn-area__button input[type=submit] {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .confirmation .btn-area__button input[type=submit] {
    font-size: 1.5rem;
  }
}
.confirmation .btn-area__button--back input[type=submit] {
  border: 1px solid #BBBBBB;
  background: #BBBBBB;
}
.confirmation .btn-area__button--back input[type=submit]:hover, .confirmation .btn-area__button--back input[type=submit]:focus, .confirmation .btn-area__button--back input[type=submit]:active {
  background: #ffffff;
  color: #BBBBBB;
}
.confirmation .btn-area__button:last-child {
  margin-right: 0;
}

/* ------------------------------------------------
RESERVE完了ページ
------------------------------------------------ */
.complete .reserve__section {
  margin: 20px auto 105px;
}
@media screen and (min-width: 768px) {
  .complete .reserve__section {
    max-width: 635px;
    margin: 37px auto 285px;
  }
}
.complete .section-title--reserve {
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .complete .section-title--reserve {
    margin-bottom: 40px;
  }
}
.complete p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5384615385;
  color: #707070;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .complete p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 0;
  }
}
.complete p:last-child {
  margin-bottom: 0;
}
.complete p a {
  color: #707070;
}

/*===============================
 ヘッダー
 ===============================*/
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 35px;
}
@media screen and (min-width: 992px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  width: 100%;
  padding: 0 0 0 11.5px;
  height: 100%;
  background: #2D2D2D;
  opacity: 0.77;
}
@media screen and (min-width: 992px) {
  .header__inner {
    padding: 0;
  }
}
.header__inner.active {
  opacity: 1;
  background: #363636;
}
.header__content {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .header__content {
    height: 70px;
    padding: 0 15px;
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
}

.logo {
  width: 68px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .logo {
    width: 136px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .header-right {
    left: 50%;
    right: auto;
    margin-left: 21.09375%;
  }
}
@media screen and (min-width: 1200px) {
  .header-right {
    margin-left: 270px;
  }
}
.header-right__list {
  width: 70px;
}
@media screen and (min-width: 992px) {
  .header-right__list {
    width: 140px;
  }
}
.header-right__list a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  padding: 7px 10px 8px;
  font-family: "Impact", "Arial", sans-serif;
  color: #1C1C1C;
  background: #D5D5D5;
}
@media screen and (min-width: 992px) {
  .header-right__list a {
    font-size: 2rem;
    padding: 14px 14px 16px;
  }
}
.header-right__list.color-caution a {
  color: #ffffff;
  background: #BE3636;
}
.header-right__list.login .header-right__title-ja {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .header-right__list.login .header-right__title-ja {
    -webkit-transform: none;
            transform: none;
  }
}
.header-right__list.login.active a {
  color: #BE3636;
  background: #ffffff;
}
.header-right__list.login.active .header-right__title-ja {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header-right__title-ja {
  display: block;
  font-size: 1rem;
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
  line-height: 1.3636363636;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
  margin-top: 1px;
}
@media screen and (min-width: 992px) {
  .header-right__title-ja {
    font-size: 1.1rem;
    -webkit-transform: none;
            transform: none;
  }
}

.nav {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: auto;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 35px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #2D2D2D;
}
@media screen and (min-width: 992px) {
  .nav {
    display: none;
  }
}
.nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.nav__item {
  border-top: 3px solid #575757;
}
.nav__item a {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 10px 25.5px;
  color: #ffffff;
  background: #363636;
}
.nav__item a:hover, .nav__item a:focus, .nav__item a:active {
  opacity: 0.85;
}

.close-btn {
  width: 100%;
  border: 0;
  padding: 10px 10px 12.5px;
  cursor: pointer;
  outline: none;
  background: #575757;
}
.close-btn:hover, .close-btn:focus, .close-btn:active {
  opacity: 0.85;
}
.close-btn span {
  color: #ffffff;
  font-size: 1.5rem;
}

.pc-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-nav {
    display: block;
  }
}
.pc-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 310px;
}
@media screen and (min-width: 1200px) {
  .pc-nav__list {
    margin-right: 320px;
  }
}
.pc-nav__item {
  margin-right: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .pc-nav__item {
    margin-right: 30px;
  }
}
.pc-nav__item:last-child {
  margin-right: 0;
}
.pc-nav__item a {
  font-size: 1.3rem;
  color: #ffffff;
}

/*===============================
 フッター
 ===============================*/
.footer {
  width: 100%;
  padding: 33px 0 0;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 76px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 942px;
    padding: 0 15px;
    margin: 0 auto 40px;
  }
}
.footer__logo {
  width: 118.5px;
  margin: 0 auto 13px;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    width: auto;
    margin: 0 8.3333333333% 0 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo a {
    display: block;
    width: 188px;
  }
}
.footer__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__nav {
    display: block;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 648px;
  margin-bottom: -2.3148148148%;
}
.footer__item {
  width: 22.3765432099%;
  min-width: 145px;
  margin-right: 3.3950617284%;
  margin-bottom: 2.3148148148%;
}
.footer__item:nth-child(4n) {
  margin-right: 0;
}
.footer__item a {
  font-size: 1.3rem;
  color: #616161;
}
.footer__bottom {
  background: #707070;
  padding: 8.5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    padding: 11px 13px;
  }
}

.address {
  font-size: 1.1rem;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .address {
    font-size: 1.4rem;
  }
}