@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 {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 375px;
  margin: 0 auto;
  z-index: 1000;
}
@media screen and (max-width: 500px) {
  .footer {
    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: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  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: 500px;
  --pc-fixed-width: 375px;
}

/* 外枠：スマホ1画面分 */
.app-viewport {
  position: relative;
  width: 100%;
  max-width: var(--app-max-width);
  overflow-x: hidden;
  overflow-y: auto !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: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 500px) {
  .info__content--vertical {
    width: 100%;
  }
}
/* 個々のタブ */
.info__tab {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; /* 幅を維持 */
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 0 7px 0;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  width: 80px;
  min-width: 65px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}

.info__tab.active {
  -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;
  font-size: 13px;
}

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

/* コンテンツスライダー */
.content-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 500px) {
  .content-slider {
    width: auto;
  }
}
.content-panel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 375px;
          flex: 0 0 375px; /* 横幅を375pxに完全固定 */
  width: 375px;
  height: auto; /* タブバーを除いた高さ */
  padding: 0 0 200px 0;
}

@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 20px auto;
}
.info__mark {
  width: 32px;
}
.info__content {
  width: 375px;
  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 !important;
  -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: 90%;
  margin: 0 auto 16px auto;
  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: 18px;
  padding: 12px 0 14px 70px;
}
.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 {
  position: absolute;
  top: 0;
  left: 17px;
  bottom: 0;
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  margin: auto;
  background: url("../images/01_info_cart.png") center no-repeat;
  background-size: contain;
}
.info__btn.active {
  font-weight: bold;
}
.info__all {
  background-color: #CB572E;
}
.info__all::before {
  background: url("../images/01_info_cart.png") center no-repeat;
  background-size: contain;
}
.info__gourmet {
  background-color: #FCA75D;
}
.info__gourmet::before {
  background: url("../images/02_info_icon.png") center no-repeat;
  background-size: contain;
}
.info__shop {
  background-color: #E5C338;
}
.info__shop::before {
  background: url("../images/03_info_koutuu.png") center no-repeat;
  background-size: contain;
}
.info__spot {
  background-color: #58916D;
}
.info__spot::before {
  background: url("../images/04_yoyaku_icon.png") center no-repeat;
  background-size: contain;
}
.info__column {
  background-color: #79B6D5;
}
.info__column::before {
  background: url("../images/05_info_icon.png") center no-repeat;
  background-size: contain;
}
.info__sports {
  background-color: #847D98;
}
.info__sports::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;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  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: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
}
.shopping__banner {
  display: block;
  width: 46%;
  height: 80px;
  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);
  margin: 0 0 15px 0;
}

.local {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
}
.local__banner {
  display: block;
  width: 46%;
  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);
  margin: 0 0 15px 0;
}
.local__banner img {
  width: 100%;
}

.traffic {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
}
.traffic__banner {
  display: block;
  width: 46%;
  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);
  margin: 0 0 15px 0;
}
.traffic__banner img {
  width: 100%;
}

.reserve {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
}
.reserve__banner {
  display: block;
  width: 46%;
  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);
  margin: 0 0 15px 0;
}
.reserve__banner img {
  width: 100%;
}

.other {
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 25px auto;
}
.other__banner {
  display: block;
  width: 46%;
  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);
  margin: 0 0 15px 0;
}
.other__banner img {
  width: 100%;
}

.apps {
  padding: 32px 0 0 0;
}
.apps__block {
  width: 85%;
  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);
  margin: 0 auto 25px auto;
  padding: 39px 22px 100px 22px;
}
.apps__block02 {
  width: 85%;
  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);
  margin: 0 auto 25px auto;
  padding: 39px 22px 39px 22px;
}
.apps__block03 {
  width: 85%;
  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);
  margin: 0 auto 25px auto;
  padding: 39px 0 100px 0;
}
.apps__link {
  width: 95%;
  display: block;
  background-color: #F0F0F2;
  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: 14px;
  padding: 8px 0 9px 0;
  margin: 0 auto 12px auto;
  text-align: center;
}
.apps__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #001110;
  line-height: 1.7;
}
.apps__cta {
  margin: 40px 0 0 0;
}
.apps__ctabtn {
  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: 14px;
  padding: 8px 0 9px 0;
  margin: 0 auto 12px auto;
  text-align: center;
}
.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;
}

.back-to-top button {
  width: 204px;
  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: 12px;
  padding: 11px 0 12px 0;
  margin: 0 auto;
  text-align: center;
}

.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: 16px;
  text-align: center;
}
.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: 14px;
  margin: 0 0 14px 0;
}
.policy__txts {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 35px 0;
}

.contact__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.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: 14px;
  margin: 0 0 10px 0;
}
.contact__formgroup input {
  width: 100%;
  background-color: #EAEAEC;
  border-radius: 10px;
  display: block;
  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: 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: 14px;
  padding: 8px 0 9px 0;
  margin: 21px auto 13px auto;
  text-align: center;
}
.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: 10px;
}

.faq__title {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.faq__title::after {
  display: block;
  content: "";
  width: 17px;
  height: 2px;
  margin: 6px auto 0 auto;
  background-color: #00807F;
}
.faq__acgroup {
  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: 10px 10px 10px 45px;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}
.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: 19px;
  height: 10px;
  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;
}
.faq__accordion p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 10px 10px 45px;
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -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;
}
.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: 16px;
  text-align: center;
  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 22px;
}
.about__txt {
  color: #001110;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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: 400;
  font-style: normal;
  font-size: 14px;
  padding: 8px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}