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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=number],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  color: #001110;
  font-weight: 400;
  font-style: normal;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.spBlock {
  display: none;
}
@media screen and (max-width: 500px) {
  .spBlock {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .spNone {
    display: none;
  }
}

.footer {
  display: none;
}
@media screen and (max-width: 500px) {
  .footer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
    width: 100%;
    min-width: 375px;
    overflow-x: scroll;
  }
}
.footer__nav {
  background-color: #F2F1F6;
  border-top: 0.5px solid #3F2922;
  padding: 0 25px 14px 25px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__list {
  position: relative;
  padding: 14px 0 0 0;
}
.footer__home:hover, .footer__home.is-active {
  color: #00807F;
}
.footer__home:hover::before, .footer__home.is-active::before {
  background: url("../images/menu01-hover.svg") center no-repeat;
}
.footer__home:hover::after, .footer__home.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #00807F;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__home:hover {
  color: #00807F;
}
.footer__home::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu01.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__home:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu01-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__home:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #00807F;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__post:hover, .footer__post.is-active {
  color: #9bc2d6;
}
.footer__post:hover::before, .footer__post.is-active::before {
  background-image: url("../images/menu03-hover.svg");
}
.footer__post:hover::after, .footer__post.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #9bc2d6;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__post:hover {
  color: #9bc2d6;
}
.footer__post::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post::before.is-active {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #9bc2d6;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__map:hover, .footer__map.is-active {
  color: #f0c929;
}
.footer__map:hover::before, .footer__map.is-active::before {
  background: url("../images/menu04-hover.svg") center no-repeat;
}
.footer__map:hover::after, .footer__map.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0c929;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__map:hover {
  color: #f0c929;
}
.footer__map::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu04.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__map:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu04-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__map:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0c929;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__calendar:hover, .footer__calendar.is-active {
  color: #aea5c9;
}
.footer__calendar:hover::before, .footer__calendar.is-active::before {
  background: url("../images/menu05-hover.svg") center no-repeat;
}
.footer__calendar:hover::after, .footer__calendar.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #aea5c9;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__calendar:hover {
  color: #aea5c9;
}
.footer__calendar::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu05.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__calendar:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu05-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__calendar:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #aea5c9;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__life:hover, .footer__life.is-active {
  color: #D87856;
}
.footer__life:hover::before, .footer__life.is-active::before {
  background: url("../images/menu02-hover.svg") center no-repeat;
}
.footer__life:hover::after, .footer__life.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #D87856;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__life:hover {
  color: #D87856;
}
.footer__life::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu02.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__life:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu02-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__life:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #D87856;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__link {
  display: block;
  font-size: 11px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 900 !important;
  color: #3F2922;
  text-align: center;
}

#page-home .footer__home,
#page-home .footer__calendar,
#page-post .footer__post,
#page-map .footer__map,
#page-life .footer__life {
  color: #00807F;
  font-weight: bold;
  pointer-events: none;
}

.footer__link a.is-active {
  /* ここにアクティブ時の色を指定（例：アイコンと文字を茶色に） */
  color: #f26e2b;
  -webkit-filter: none;
          filter: none; /* 元の画像が黒やグレーで、色を変えたい場合は filter や画像を差し替える処理が必要になります */
}

:root {
  --app-max-width: 900px;
  --pc-fixed-width: 900px;
}
@media screen and (max-width: 500px) {
  :root {
    --app-max-width: 500px;
    --pc-fixed-width: 375px;
  }
}

/* 外枠：スマホ1画面分 */
.app-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll !important;
  padding: 23px 0 0 0;
  background-color: #fff;
  max-width: var(--app-max-width);
}

@media screen and (min-width: 501px) {
  .app-viewport {
    width: var(--pc-fixed-width);
  }
}
/* 2つの画面を横に並べる */
.view-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

/* クラスがついたら左へスライド */
/* 縦メニューのスタイル（左の画面） */
.info__content--vertical {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
}
@media screen and (max-width: 500px) {
  .info__content--vertical {
    display: block;
    gap: 0;
  }
}

@media screen and (max-width: 500px) {
  .info__content--vertical {
    width: 100%;
  }
}
/* 個々のタブ */
.info__tab {
  display: inline-block;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0 7px 0;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 幅を維持 */
  border-radius: 10px 10px 0 0;
  width: 16.67%;
  min-width: 65px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .info__tab {
    width: 80px;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
  }
}

.info__tab.active {
  color: #fff;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: 46px;
}

/* メニュー画面とタブ画面：絶対に縮ませない */
.screen {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100vh;
  position: relative;
  overflow-y: scroll !important;
}

/* タブ画面が表示されている時だけ、中身を動かせるようにする */
/* コンテンツスライダー */
.content-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  overflow-y: auto;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* 👇 描画のチラつきを抑えるおまじない */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  gap: 30px;
}

@media screen and (max-width: 500px) {
  .content-slider {
    width: auto;
    background-color: #F0F0F2;
  }
}
.is-tab-view .content-slider {
  scroll-behavior: auto !important;
}

.content-panel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 900px;
          flex: 0 0 900px;
  width: 900px;
  height: auto;
  min-height: 100%;
  padding: 0 0 200px 0;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform;
}
@media screen and (max-width: 500px) {
  .content-panel {
    background-color: #F0F0F2;
  }
}

@media screen and (max-width: 500px) {
  .content-panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; /* 横幅を375pxに完全固定 */
    width: auto;
    height: auto; /* タブバーを除いた高さ */
  }
}
.info {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 25px 0 0 0;
}
.info__head {
  display: block;
  width: 212px;
  margin: 0 auto 0 auto;
}
.info__link {
  position: absolute;
  width: 38px;
  display: inline-block;
  top: 23px;
  left: 18px;
}
.info__link:hover {
  opacity: 0.6;
}
.info__world {
  width: 100%;
}
.info__logo {
  width: 190px;
  margin: 0 auto;
}
.info__logolink {
  display: block;
  margin: 0 auto 25px auto;
}
.info__mark {
  width: 32px;
}
.info__content {
  width: 900px;
  max-width: var(--app-max-width);
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかに */
  -ms-overflow-style: none;
  background: #fff;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox用 */
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50px;
  padding-bottom: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .info__content {
    width: 100%;
  }
}
.info__content::-webkit-scrollbar {
  display: none;
}
.info__btn {
  position: relative;
  display: block;
  width: 31.3%;
  margin: 0 0 0 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  padding: 52px 0 54px 0px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .info__btn {
    width: 90%;
    margin: 0 auto 16px auto;
    padding: 12px 0 14px 70px;
    text-align: left;
    font-size: 18px;
  }
}
.info__btn::after {
  display: none;
}
@media screen and (max-width: 500px) {
  .info__btn::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    content: "";
    display: block;
    width: 9px;
    height: 18px;
    margin: auto;
    background: url("../images/arrow.png") center no-repeat;
    background-size: contain;
  }
}
.info__btn::before {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  margin: 0 auto 6px auto;
  background: url("../images/01_info_cart.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .info__btn::before {
    position: absolute;
    top: 0;
    left: 17px;
    bottom: 0;
    margin: auto;
  }
}
.info__btn.active {
  font-weight: bold;
}
.info__shopping {
  background-color: #CB572E;
}
.info__shopping::before {
  background: url("../images/01_info_cart.png") center no-repeat;
  background-size: contain;
}
.info__local {
  background-color: #FCA75D;
}
.info__local::before {
  background: url("../images/02_info_icon.png") center no-repeat;
  background-size: contain;
}
.info__traffic {
  background-color: #E5C338;
}
.info__traffic::before {
  background: url("../images/03_info_koutuu.png") center no-repeat;
  background-size: contain;
}
.info__reserve {
  background-color: #58916D;
}
.info__reserve::before {
  background: url("../images/04_yoyaku_icon.png") center no-repeat;
  background-size: contain;
}
.info__other {
  background-color: #79B6D5;
}
.info__other::before {
  background: url("../images/05_info_icon.png") center no-repeat;
  background-size: contain;
}
.info__app {
  background-color: #847D98;
}
.info__app::before {
  background: url("../images/06_info_sp.png") center no-repeat;
  background-size: contain;
}

.info__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  /* 👇 ここを書き換え：変数を使い、未設定時の予備として #d35b31 を置く */
  background-color: var(--tab-color, #d35b31);
  z-index: 1;
  /* 👇 transitionに background-color を追加すると色変化が滑らかになります */
  -webkit-transition: width 0.5s ease-out, background-color 0.3s ease;
  transition: width 0.5s ease-out, background-color 0.3s ease;
}

.is-tab-view .info__content::after {
  width: var(--total-tab-width, 100%);
}

.shopping {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.shopping__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
  gap: 31px;
}
@media screen and (max-width: 500px) {
  .shopping__flex {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.shopping__banner {
  display: block;
  width: 31%;
  border-radius: 21px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 0;
}
@media screen and (max-width: 500px) {
  .shopping__banner {
    width: 46%;
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}
.shopping__banner img {
  width: 100%;
}

.local {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.local__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
  gap: 31px;
}
@media screen and (max-width: 500px) {
  .local__flex {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.local__banner {
  display: block;
  width: 31%;
  border-radius: 21px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 0;
}
@media screen and (max-width: 500px) {
  .local__banner {
    width: 46%;
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}
.local__banner img {
  width: 100%;
}

.traffic {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.traffic__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
  gap: 31px;
}
@media screen and (max-width: 500px) {
  .traffic__flex {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.traffic__banner {
  display: block;
  width: 31%;
  border-radius: 21px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 0;
}
@media screen and (max-width: 500px) {
  .traffic__banner {
    width: 46%;
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}
.traffic__banner img {
  width: 100%;
}

.reserve {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.reserve__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
  gap: 31px;
}
@media screen and (max-width: 500px) {
  .reserve__flex {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.reserve__banner {
  display: block;
  width: 31%;
  border-radius: 21px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 0;
}
@media screen and (max-width: 500px) {
  .reserve__banner {
    width: 46%;
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}
.reserve__banner img {
  width: 100%;
}

.other {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.other__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
  gap: 31px;
}
@media screen and (max-width: 500px) {
  .other__flex {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.other__banner {
  display: block;
  width: 31%;
  border-radius: 21px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 0 0;
}
@media screen and (max-width: 500px) {
  .other__banner {
    width: 46%;
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}
.other__banner img {
  width: 100%;
}

.apps {
  padding: 40px 0 0 0;
}
.apps__block {
  width: 99%;
  background-color: #fff;
  border-radius: 80px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 25px auto;
  padding: 70px 70px 100px 70px;
}
@media screen and (max-width: 500px) {
  .apps__block {
    width: 85%;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 39px 22px 100px 22px;
  }
}
.apps__block02 {
  width: 99%;
  background-color: #fff;
  border-radius: 80px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 25px auto;
  padding: 70px 70px 70px 70px;
}
@media screen and (max-width: 500px) {
  .apps__block02 {
    width: 85%;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 39px 22px 100px 22px;
  }
}
.apps__block02 form {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .apps__block02 form {
    width: 100%;
    margin: 0 auto;
  }
}
.apps__block03 {
  width: 99%;
  background-color: #fff;
  border-radius: 80px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 25px auto;
  padding: 70px 0 100px 0;
}
@media screen and (max-width: 500px) {
  .apps__block03 {
    width: 85%;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 39px 0 100px 0;
  }
}
.apps__link {
  width: 60%;
  display: block;
  background-color: #F0F0F2;
  border-radius: 17px;
  border: 1px solid #707070;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 15px 0 16px 0;
  margin: 0 auto 12px auto;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .apps__link {
    width: 95%;
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 0 9px 0;
  }
}
.apps__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  color: #001110;
  line-height: 1.7;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 500px) {
  .apps__txt {
    font-size: 12px;
    margin: 0 0 0 0;
  }
}
.apps__cta {
  margin: 40px 0 0 0;
}
.apps__ctabtn {
  position: relative;
  width: 60%;
  display: block;
  background-color: #00807F;
  border-radius: 17px;
  border: 1px solid #00807F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 15px 0 16px 0;
  margin: 0 auto 12px auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .apps__ctabtn {
    width: 95%;
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 0 9px 0;
  }
}
.apps__ctabtn::after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  margin: auto;
  background: url("../images/arrow.png") center no-repeat;
  background-size: contain;
}

.pc-br {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp-br {
    display: inline-block;
  }
}

.back-to-top button {
  width: 300px;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #707070;
  color: #3F2922;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 11px 0 12px 0;
  margin: 15px auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .back-to-top button {
    width: 204px;
    font-size: 12px;
    margin: 0 auto;
  }
}

.content-item {
  display: none;
}

.content-item.active01 {
  display: block;
}

.apps__link.active01 {
  background-color: rgb(192, 167, 0);
}

.policy__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  overflow-x: hidden;
}
@media screen and (max-width: 500px) {
  .policy__title {
    font-size: 16px;
  }
}
.policy__title::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  margin: 6px auto 0 auto;
  background-color: #00807F;
}
.policy__box {
  margin: 13px 0 0 0;
}
.policy__subject {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  margin: 0 0 14px 0;
}
@media screen and (max-width: 500px) {
  .policy__subject {
    font-size: 14px;
  }
}
.policy__txts {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 500px) {
  .policy__txts {
    font-size: 12px;
  }
}

.operator__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  overflow-x: hidden;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 500px) {
  .operator__title {
    font-size: 16px;
    margin: 0 0 0 0;
  }
}
.operator__title::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  margin: 6px auto 0 auto;
  background-color: #00807F;
}
.operator__box {
  margin: 13px 0 0 0;
}
.operator__subject {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  margin: 0 0 14px 0;
}
@media screen and (max-width: 500px) {
  .operator__subject {
    font-size: 14px;
  }
}
.operator__txts {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 500px) {
  .operator__txts {
    font-size: 12px;
  }
}

.contact__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 500px) {
  .contact__title {
    font-size: 16px;
    margin: 0 0 0 0;
  }
}
.contact__title::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  margin: 6px auto 0 auto;
  background-color: #00807F;
}
.contact__formgroup {
  margin: 0 0 16px 0;
}
.contact__formgroup label {
  display: block;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 500px) {
  .contact__formgroup label {
    font-size: 14px;
  }
}
.contact__formgroup input {
  width: 100%;
  background-color: #EAEAEC;
  border-radius: 10px;
  display: block;
  padding: 14px 15px;
}
@media screen and (max-width: 500px) {
  .contact__formgroup input {
    padding: 10px 15px;
  }
}
.contact__formgroup textarea {
  width: 100%;
  height: 193px;
  background-color: #EAEAEC;
  border-radius: 10px;
  display: block;
  padding: 10px 15px;
  resize: none;
}
.contact__formagreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.contact__formagreement label {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .contact__formagreement label {
    font-size: 10px;
  }
}
.contact__submit button {
  position: relative;
  width: 95%;
  display: block;
  background-color: #00807F;
  border-radius: 50px;
  border: 1px solid #00807F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 12px 0 13px 0;
  margin: 21px auto 13px auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .contact__submit button {
    font-size: 14px;
    padding: 8px 0 9px 0;
  }
}
.contact__submit button::after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  margin: auto;
  background: url("../images/arrow.png") center no-repeat;
  background-size: contain;
}
.contact__note {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .contact__note {
    font-size: 10px;
  }
}

.faq__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .faq__title {
    font-size: 16px;
  }
}
.faq__title::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  margin: 6px auto 0 auto;
  background-color: #00807F;
}
.faq__acgroup {
  width: 70%;
  margin: 53px auto 53px auto;
}
@media screen and (max-width: 500px) {
  .faq__acgroup {
    width: 100%;
    margin: 53px 0 53px 0;
  }
}
.faq__accordion {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.faq__accordion summary {
  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;
  position: relative;
  padding: 14px 10px 14px 45px;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .faq__accordion summary {
    padding: 10px 10px 10px 45px;
    font-size: 14px;
  }
}
.faq__accordion summary::-webkit-details-marker {
  display: none;
}
.faq__accordion summary::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0 4px 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "Q";
  background-color: #00807F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.faq__accordion summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 17px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 1.5px solid #00807F;
  border-right: 1.5px solid #00807F;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 500px) {
  .faq__accordion summary::after {
    width: 19px;
    height: 10px;
  }
}
.faq__accordion p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0 0 10px 0;
  padding: 14px 10px 14px 45px;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 500px) {
  .faq__accordion p {
    padding: 10px 10px 10px 45px;
    font-size: 14px;
    margin: 0 0 0 0;
  }
}
.faq__accordion p::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0 4px 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "A";
  background-color: #fff;
  border: 1px solid #00807F;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.faq__accordion[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.faq__accordion[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.about__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin: 0 0 34px 0;
}
@media screen and (max-width: 500px) {
  .about__title {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
}
.about__title::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  margin: 6px auto 0 auto;
  background-color: #00807F;
}
.about__boxes {
  margin: 0 0 24px 0;
}
.about__thumbnail {
  width: 100%;
  margin: 0 0 24px 0;
}
.about__img {
  width: 100%;
  padding: 0 70px;
}
@media screen and (max-width: 500px) {
  .about__img {
    padding: 0 22px;
  }
}
.about__txt {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 0 0 15px 0;
  padding: 0 70px;
}
@media screen and (max-width: 500px) {
  .about__txt {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0 22px;
  }
}
.about__item {
  display: block;
  width: 86%;
  margin: 46px auto 24px auto;
  text-align: center;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 500px) {
  .about__item {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 8px 0;
  }
}

.signup {
  width: 100%;
  height: auto;
}
.signup__logo {
  width: 32%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 500px) {
  .signup__logo {
    width: 58%;
    margin: 0 auto 9px auto;
  }
}
.signup__block {
  width: 99%;
  border-radius: 80px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  padding: 70px 70px 70px 70px;
}
@media screen and (max-width: 500px) {
  .signup__block {
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 19px 0 48px 0;
  }
}
.signup__name {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #00807F;
}
@media screen and (max-width: 500px) {
  .signup__name {
    font-size: 16px;
    margin: 0 0 23px 0;
  }
}
.signup__form {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .signup__form {
    width: 80%;
    margin: 0 auto;
  }
}
.signup__item {
  position: relative;
  margin: 0 0 10px 0;
}
.signup__icon--user {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/name_icon.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--user {
    top: 8px;
  }
}
.signup__icon--id-card {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/profile_icon_03.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--id-card {
    top: 8px;
  }
}
.signup__icon--mail {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/address_icon.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--mail {
    top: 8px;
  }
}
.signup__icon--lock {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/key_icon.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--lock {
    top: 8px;
  }
}
.signup__icon--phone {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/phone_icon.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--phone {
    top: 8px;
  }
}
.signup__icon--code {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/icon_code.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--code {
    top: 8px;
  }
}
.signup__icon--address {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/icon_map.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--address {
    top: 8px;
  }
}
.signup__icon--calendar {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/year_icon.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--calendar {
    top: 8px;
  }
}
.signup__icon--calendar02 {
  position: absolute;
  top: 14px;
  right: 38px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/year_input_icon_02.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .signup__icon--calendar02 {
    top: 8px;
  }
}
.signup__input {
  width: 100%;
  display: block;
  border: 1px solid #B9B9B9 !important;
  border-radius: 15px !important;
  padding: 18px 15px 18px 15px;
}
@media screen and (max-width: 500px) {
  .signup__input {
    padding: 12px 15px 11px 15px;
    border-radius: 19px !important;
  }
}
.signup__input--textarea {
  width: 100%;
  height: 90px;
  display: block;
  border: 1px solid #B9B9B9 !important;
  border-radius: 6px !important;
  padding: 10px 15px 10px 15px;
  resize: vertical;
}
@media screen and (max-width: 500px) {
  .signup__input--textarea {
    padding: 12px 15px 11px 15px;
  }
}
.signup__caption {
  font-size: 13px;
  margin: 0 0 14px 0;
}
.signup__input--select {
  position: relative;
  background-color: #fff !important;
}
.signup__input--select::after {
  position: absolute;
  top: 19px;
  right: 19px;
  display: inline-block;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 13px;
  height: 13px;
  margin-left: 10px;
  border-bottom: 1.5px solid #00807F;
  border-right: 1.5px solid #00807F;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 22;
}
@media screen and (max-width: 500px) {
  .signup__input--select::after {
    width: 10px;
    height: 10px;
    top: 14px;
    right: 19px;
  }
}
.signup__input--select select {
  color: #8b8b8b;
}
.signup__actions {
  margin: 32px 0 0 0;
}
.signup__btn--primary {
  position: relative;
  width: 100%;
  display: block;
  background-color: #00807F;
  border-radius: 50px;
  border: 1px solid #00807F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 14px 0 15px 0;
  margin: 0 auto 18px auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .signup__btn--primary {
    font-size: 14px;
    padding: 8px 0 9px 0;
  }
}
.signup__btn--primary::after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  margin: auto;
  background: url("../images/arrow.png") center no-repeat;
  background-size: contain;
}
.signup__btn--outline {
  width: 100%;
  display: block;
  border-radius: 50px;
  border: 1px solid #707070;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  padding: 14px 0 15px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .signup__btn--outline {
    font-size: 13px;
    padding: 8px 0 9px 0;
  }
}

.login {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
.login__logo {
  width: 32%;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 500px) {
  .login__logo {
    width: 58%;
    margin: 0 auto 9px auto;
  }
}
.login__block {
  width: 99%;
  border-radius: 80px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  padding: 70px 0 0 0;
}
@media screen and (max-width: 500px) {
  .login__block {
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
    padding: 19px 0 0 0;
  }
}
.login__name {
  width: 70%;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 auto 30px auto;
  border-bottom: 2px solid #00807F;
}
@media screen and (max-width: 500px) {
  .login__name {
    width: 100%;
    font-size: 16px;
    margin: 0 0 23px 0;
  }
}
.login__form {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .login__form {
    width: 80%;
    margin: 0 auto;
  }
}
.login__item {
  position: relative;
  margin: 0 0 10px 0;
}
.login__icon--mail {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/address_icon.png") center no-repeat;
  background-size: contain;
}
.login__icon--lock {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 23px;
  background: url("../images/key_icon.png") center no-repeat;
  background-size: contain;
}
.login__input {
  width: 100%;
  display: block;
  border: 1px solid #B9B9B9 !important;
  border-radius: 15px !important;
  padding: 18px 15px 18px 15px;
}
@media screen and (max-width: 500px) {
  .login__input {
    padding: 12px 15px 11px 15px;
    border-radius: 19px !important;
  }
}
.login__checkbox-label {
  display: block;
  margin: 17px auto 17px auto;
  text-align: center;
}
.login__checkbox-text {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.login__btn--primary {
  position: relative;
  width: 100%;
  display: block;
  background-color: #00807F;
  border-radius: 50px;
  border: 1px solid #00807F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  padding: 8px 0 9px 0;
  margin: 0 auto 18px auto;
  text-align: center;
}
.login__btn--primary::after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  margin: auto;
  background: url("../images/arrow.png") center no-repeat;
  background-size: contain;
}
.login__footer {
  margin: 35px 0 0 0;
}
.login__footer-inner {
  background-color: #F1F1F1;
  padding: 30px 28px;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 500px) {
  .login__footer-inner {
    padding: 17px 28px;
    border-radius: 0 0 0px 0px;
  }
}
.login__link {
  display: block;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .login__link {
    font-size: 11px;
    text-align: left;
  }
}
.login__link02 {
  display: block;
  color: #00807F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .login__link02 {
    font-size: 11px;
    text-align: left;
    margin: 0 0 0 0;
  }
}