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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

header {
  width: 100%;
  height: 4.8vw;
  background: url(/img/common/hd__deco_01.png) center top/100% 100% no-repeat, #fff;
}
header .item__logo {
  position: fixed;
  left: 6.6666666667vw;
  top: 9.3333333333vw;
  z-index: 5;
  transition: ease 0.2s;
}
header .item__logo a img {
  left: 6.6666666667vw;
  top: 10.6666666667vw;
  width: 39.2vw;
  height: 3.6vw;
}
header .item__logo:hover {
  opacity: 0.6;
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 173.3333333333vw;
  position: relative;
  z-index: 0;
}
#mv::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
  width: 100vw;
  height: 52.8vw;
  top: 26.6666666667vw;
  left: 50%;
  translate: -50% 0;
}
#mv::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_02.png) center center/contain no-repeat;
  width: 100vw;
  height: 67.6vw;
  bottom: -34.6666666667vw;
  left: 50%;
  translate: -50% 0;
}
#mv .mv-img {
  position: relative;
  height: 109.8666666667vw;
  width: 100%;
}
#mv .mv-catch {
          margin-bottom: 15vw;
}
#mv .mv-catch{
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
    top: 25.333vw;
    gap: 3vw;
    width: 100%;
}
#mv .mv-catch .main {
  font-size: 10.667vw;
  font-weight: 900;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.07em;
  line-height: 1.4;
  left: 4vw;
}
#mv .mv-catch .sub {
  font-size: 4.267vw;
  font-weight: 900;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.07em;
  line-height: 1.4;
  right: 0;
  margin-left: auto;

  strong {
    color: var(--col--acc-01);
  }
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 134.6666666667vw;
  overflow: hidden;
  z-index: 0;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 100vw;
  height: 41.2vw;
  top: 21.3333333333vw;
}
#sv .sv-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 82.6666666667vw;
}
#sv .sv-catch {
  position: absolute;
  top: 35.2vw;
  left: 6vw;
  font-size: 6.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.07em;
  font-family: var(--fot--Zen-Old-Micho);
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.png) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.png) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.png) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.png) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.png) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.png) center center/cover no-repeat;
}

.sv-about {
  background: url(/img/sv/sv__about.png) center center/cover no-repeat;
}

.sv-katsudon {
  background: url(/img/sv/sv__katsudon.png) center center/cover no-repeat;
}

.sv-menu {
  background: url(/img/sv/sv__menu.png) center center/cover no-repeat;
}

.sv-info {
  background: url(/img/sv/sv__info.png) center center/cover no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--pt--texture-02);
  color: #fff;
  border-radius: 6vw 6vw 0 0;
}
#footer::before {
  content: "";
  position: absolute;
  background: url(/img/common/ft__deco_01.png) center center/contain no-repeat;
  width: 26.8vw;
  height: 31.0666666667vw;
  right: 0;
  top: -11.3333333333vw;
}
#footer::after {
  content: "";
  position: absolute;
  background: url(/img/common/ft__deco_02.png) center center/contain no-repeat;
  width: 33.0666666667vw;
  height: 21.3333333333vw;
  bottom: 48vw;
  right: 0;
}
#footer .item__logo {
  display: block;
  width: fit-content;
  position: relative;
  margin-bottom: 9.3333333333vw;
  width: 52.6666666667vw;
  height: 5.2vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-block: 18.9333333333vw 13.3333333333vw;
}
#footer .com__times {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-bottom: 12vw;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  align-items: start;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
  position: relative;
  margin-bottom: 12vw;
}
#footer .list-nav .item {
  position: relative;
  transition: ease 0.2s;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
#footer .list-nav .item:hover {
  opacity: 0.4;
}
#footer hr {
  border: unset;
  border-bottom: 1px solid #fff;
  margin-bottom: 9.3333333333vw;
}
#footer .list__other_pages {
  position: relative;
  margin-bottom: 9.3333333333vw;
  display: flex;
  justify-content: space-between;
}
#footer .list__other_pages .item {
  font-size: 3.2vw;
  font-weight: 500;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  font-size: 2.6666666667vw;
  color: var(--col--txt-02);
  font-size: 2.1333333333vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  background: #fff;
  color: var(--col--txt-01);
}

body {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.02em;
  font-size: 3.2vw;
  text-align: left;
  color: var(--col--txt-01);
}

.item__text p {
  font-size: 3.2vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  line-height: 2.2;
}

.inner {
  padding-block: 24vw;
}

#gt_float_wrapper {
  right: 20vw !important;
  z-index: 400 !important;
}

.gt_float_switcher .gt-selected {
  z-index: 450 !important;
}

.sub-contents {
  background: var(--pt--texture-02);
  height: 590px;
  padding: 40px 20px;
  color: #fff;
}
.sub-contents h2 {
  position: relative;
  margin-bottom: 30px;
}
.sub-contents #sp-nav {
  margin-bottom: 30px;
}
.sub-contents #sp-nav .list-nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: ease 0.2s;
  position: relative;
}
.sub-contents #sp-nav .list-nav .item {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  transition: ease 0.2s;
  position: relative;
}
.sub-contents #sp-nav .list-nav .item:hover {
  opacity: 0.5;
}
.sub-contents .unit__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.sub-contents .unit__contact .text {
  width: fit-content;
  margin-inline: auto;
  font-size: 14px;
  /* font-family: var(--fot--Zen-Old-Micho); */
  letter-spacing: 0.02em;
  color: #fff;
}
.sub-contents .unit__contact .com__tel {
  background: #e5e1d5;
  padding: 15px;
  width: 100%;
  border-radius: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--col--txt-01);
  gap: 6px;
}
.sub-contents .unit__contact .com__tel .item__num {
  font-size: 16px;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.02em;
  font-weight: 800;
}
.sub-contents .unit__contact .com__tel .item__num small {
  margin-right: 4px;
  font-size: 15px;
}
.sub-contents .unit__contact .com__tel .item__attention {
  height: 10px;
}
.sub-contents .com__instagram {
  margin-inline: auto;
  --size: 40px;
  margin-bottom: 20px;
}
.sub-contents .list__links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.sub-contents .list__links .item {
  transition: ease 0.2s;
  position: relative;
}
.sub-contents .list__links .item:hover {
  opacity: 0.5;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

コンポーネントパーツ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* pt パターン 
========================================================================= */
:root {
  --pt--texture-01: url(/img/common/pt__texture_01.png);
  --pt--texture-02: url(/img/common/pt__texture_02.png);
}

/* btn ボタンの設計 
========================================================================= */
.com__btn_01 {
  --color: var(--col--txt-01);
  --background: var(--col--main-02);
  z-index: 0;
  position: relative;
  color: var(--color);
  background: var(--background);
  border: 1px solid var(--background);
  transition: ease 0.2s;
  border-radius: 50px;
  width: 68vw;
  height: 12vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.com__btn_01 span {
  width: fit-content;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .com__btn_01 {
    width: 95%;
    height: 12.8vw;
    font-size: 3.9vw;
    margin: 0 auto;
  }
}
.com__btn_01.btn__beige {
  --color: var(--col--txt-01);
  --background: var(--col--base-02);
}
.com__btn_01.btn__beige:hover {
  background: var(--color);
  color: var(--background);
}
.com__btn_01.btn__arrow_01::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/icon__arr_01_01.png) center center/contain no-repeat;
  width: 1.8666666667vw;
  height: 2.8vw;
  right: 2.6666666667vw;
  top: 50%;
  translate: 0 -50%;
}
.com__btn_01.btn__arrow_01:hover::before {
  background: url(/img/common/icon__arr_01_02.png) center center/contain no-repeat;
}

/* title タイトル
========================================================================= */
.com__ttl03_01 {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
.com__ttl03_01 .ttl__ja {
  order: 2;
  font-size: 8vw;
  letter-spacing: 0.07em;
  font-weight: 900;
  font-family: var(--fot--Zen-Old-Micho);
  line-height: 1.3;
}
.com__ttl03_01 .ttl__en {
  order: 1;
  font-size: 4.6666666667vw;
  font-weight: 600;
  font-family: var(--fot--Playfair-Display);
  letter-spacing: 0;
  color: var(--col--acc-01);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main-contents-container {
  padding-inline: 0;
  position: relative;
}
.main-contents {
  background: var(--pt--texture-01);
}
.main-contents .inner {
  width: 100%;
  padding: 24vw;
  padding-inline: 5.3333333333vw;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  position: relative;
  z-index: 0;
}
#top__about .ttl03 {
  align-items: start;
}
#top__about .ttl03 .ttl__sub {
  font-size: 4.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Old-Micho);
  order: 3;
}
#top__about .list__images {
  position: relative;
  width: 100%;
  height: 73.3333333333vw;
  margin-bottom: 13.3333333333vw;
}
#top__about .list__images .item__01 {
  position: absolute;
  right: -5.3333333333vw;
  top: 0;
  width: 42.6666666667vw;
  height: 46.6666666667vw;
}
#top__about .list__images .item__02 {
  position: absolute;
  left: -5.3333333333vw;
  bottom: 0;
  width: 66.6666666667vw;
  height: 46.6666666667vw;
}
#top__about .item__text {
  margin-bottom: 9.3333333333vw;
}
#top__about .item__text p .str-01 {
  color: var(--col--acc-01);
}
/* top__katsudon
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__katsudon {
  background: var(--pt--texture-02);
  border-radius: 6.6666666667vw 0 0 0;
  color: #fff;
  position: relative;
}
#top__katsudon::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__katsudon__img_02.png) center center/contain no-repeat;
  width: 30vw;
  height: 31.7333333333vw;
  right: 0;
  top: -20vw;
}
#top__katsudon .inner {
  position: relative;
}
#top__katsudon .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__katsudon__deco_01.png) center center/contain no-repeat;
  width: 28.5333333333vw;
  height: 21.3333333333vw;
  left: 0;
  top: 14.6666666667vw;
}
#top__katsudon .inner::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__katsudon__deco_02.png) center center/contain no-repeat;
  width: 28.1333333333vw;
  height: 21.3333333333vw;
  right: 0;
  top: 94.6666666667vw;
}
#top__katsudon .ttl03 {
  align-items: center;
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
#top__katsudon .ttl03 .ttl__en {
  color: #fff;
}
#top__katsudon .item__text {
  margin-bottom: 17.3333333333vw;
  text-align: center;
}
#top__katsudon .item__img {
  margin-bottom: 13.3333333333vw;
}
#top__katsudon .com__btn_01 {
  margin-inline: auto;
}
#top__katsudon .item__chart {
  margin-bottom: 16vw;

  .item {
    font-family: var(--fot--Zen-Old-Micho);
    color: #fff;
    font-size: 4.533vw;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-decoration-break: clone;
    line-height: 2.5;

    span {
      padding: 1.333vw 1.867vw;
      background: var(--col--acc-01);
    }
  }

  .item__01 {
    width: fit-content;
  }

  .item__img {
    position: relative;
    margin-top: -13.333vw;
  }

  .item__02 {
    width: fit-content;
    margin-left: auto;
    text-align: end;
  }

  .item__03 {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    position: relative;
    margin-top: -14.667vw;
  }
}

/* top__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__menu {
  background: url(/img/common/bg_deco__pt_01_01.png) center top/100% 4.9333333333vw no-repeat, url(/img/common/bg_deco__pt_01_02.png) center bottom/100% 4.9333333333vw no-repeat;
}
#top__menu .ttl03 {
  margin-bottom: 8vw;
  align-items: center;
}
#top__menu .item__text_note {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}
#top__menu .cont__post {
  margin-bottom: 10.6666666667vw;
}
#top__menu .cont__post .block__post {
  display: flex;
  flex-direction: column;
  padding-bottom: 10.6666666667vw;
  border-bottom: 1px solid #e5e1d5;
  margin-bottom: 10.6666666667vw;
}
#top__menu .cont__post .block__post:last-child {
  padding-bottom: 0;
  border-bottom: unset;
  margin-bottom: 0;
}
#top__menu .cont__post .block__post .ttl04 {
  order: 2;
  margin-bottom: 5.3333333333vw;
}
#top__menu .cont__post .block__post .ttl04 .ttl__ja {
  font-size: 4.8vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.07em;
}
#top__menu .cont__post .block__post .item__img {
  order: 1;
  margin-bottom: 8vw;
  width: 86.6666666667vw;
  height: 50.6666666667vw;
}
#top__menu .cont__post .block__post .item__text {
  order: 3;
  margin-bottom: 3.3333333333vw;
}
#top__menu .cont__post .block__post .item__price {
  text-align: end;
  order: 4;
  font-size: 4.8vw;
  font-weight: 700;
  color: var(--col--acc-01);
  line-height: 1.4;
}
#top__menu .com__btn_01 {
  margin-inline: auto;
  width: 48vw;
}
/* top__banquet
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__banquet {
  background: url(/img/top/top__banquet__bg_01.png) center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
#top__banquet .ttl03 {
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 8vw;
}
#top__banquet .item__text_lead {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
#top__banquet .item__text_lead p {
  box-decoration-break: clone;
  display: inline;
  background: var(--col--txt-01);
  color: #fff;
  font-size: 5.3333333333vw;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.02em;
  font-weight: 900;
  line-height: 2.8;
  padding: 2vw 3vw;
}
#top__banquet .item__text_lead p strong {
  font-size: 7.3333333333vw;
    box-decoration-break: clone;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__tag {
  gap: 1.3333333333vw;
}
.com__tag .item {
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: var(--col--acc-01);
}

.com__latest {
  padding-bottom: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  border-bottom: 1px solid var(--col--base-02);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.com__latest:last-child {
  padding-bottom: 0;
  border-bottom: unset;
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
}
.com__latest .group__info {
  width: 58%;
}
.com__latest .group__info.on_thumb {
  width: 58%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  font-size: 3.2vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  line-height: 1.7;
  overflow: hidden;
  height: 16vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 32;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  height: fit-content;
  font-size: 3.2vw;
  margin-bottom: 4vw;
}
.com__latest .list__tag {
  order: 2;
  width: 100%;
  gap: 1.6vw;
  height: fit-content;
  margin-bottom: 4vw;
}
.com__latest .group__img {
  height: 26.6666666667vw;
  width: 33.3333333333vw;
  margin-right: 4vw;
}
.com__latest .item__thumb {
  height: 26.6666666667vw;
  width: 33.3333333333vw;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  border-radius: 10.6666666667vw 10.6666666667vw 0 0;
  position: relative;
  margin-top: -13.3333333333vw;
  z-index: 1;
  background: var(--pt--texture-01);
}
#top__news::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__news__deco_01.png) center center/contain no-repeat;
  width: 33.8666666667vw;
  height: 21.3333333333vw;
  right: 0;
  top: 8vw;
}
#top__news .inner {
  position: relative;
  padding-top: 20vw;
}
#top__news .ttl03 {
  gap: 4vw;
  margin-bottom: 10.6666666667vw;
}
#top__news .btn__more {
  position: absolute;
  top: 33.3333333333vw;
  right: 13.3333333333vw;
  width: fit-content;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#top__news .btn__more::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_01.png) center center/contain no-repeat;
  width: 1.8666666667vw;
  height: 2.8vw;
  right: -6.6666666667vw;
  top: 50%;
  translate: 0 -50%;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/common/common_contact__bg_01.png) center top/100% auto no-repeat;
}
.common__contact .ttl03 {
  align-items: center;
  margin-bottom: 10.6666666667vw;
  position: relative;
  padding-top: 34.6666666667vw;
}
.common__contact .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/common_contact__logo_01.png) center center/contain no-repeat;
  width: 16.5333333333vw;
  height: 16.6666666667vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
.common__contact .com__tel {
  margin-inline: auto;
  width: fit-content;
  background: var(--col--base-02);
  padding: 5.3333333333vw 9.3333333333vw;
  border-radius: 13.3333333333vw;
  align-items: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.common__contact .com__tel .item__num {
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 6vw;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.02em;
}
.common__contact .com__tel .item__num small {
  font-size: 5.3333333333vw;
  margin-right: 1.3333333333vw;
}
.common__contact .com__tel .item__attention {
  height: 2.6666666667vw;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__intro {
  background: url(/img/about/about__intro__bg_01.png) center center/cover no-repeat;
}
#about__intro .ttl03 {
  align-items: center;
  text-align: center;
}
#about__intro .item__img {
  width: 96.6666666667vw;
  height: 59.6vw;
  position: relative;
  margin-top: -5.3333333333vw;
  right: 2.4vw;
  margin-bottom: 5.3333333333vw;
}
/* about__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__concept {
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  background: var(--pt--texture-02);
  position: relative;
  margin-top: -10.6666666667vw;
  color: #fff;
}
#about__concept::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__concept__deco_01.png) center center/contain no-repeat;
  width: 28.5333333333vw;
  height: 21.3333333333vw;
  left: 0;
  top: 10.6666666667vw;
}
#about__concept::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__concept__deco_02.png) center center/contain no-repeat;
  width: 28.1333333333vw;
  height: 21.3333333333vw;
  right: 0;
  top: 45.3333333333vw;
}
#about__concept .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
  position: relative;
  gap: 4.6666666667vw;
}
#about__concept .ttl03 .ttl__ja {
  line-height: 1.5;
}
#about__concept .ttl03 .ttl__en {
  color: #fff;
}
#about__concept .cont__concept .list__concept {
  display: flex;
  flex-direction: column;
}
#about__concept .cont__concept .list__concept > .item {
  position: relative;
  padding-bottom: 12vw;
  border-bottom: 1px solid var(--col--base-01);
  margin-bottom: 18.6666666667vw;
  display: flex;
  flex-direction: column;
}
#about__concept .cont__concept .list__concept > .item .ttl04 {
  order: 2;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
#about__concept .cont__concept .list__concept > .item .ttl04 .ttl__num {
  position: absolute;
  top: -5.0666666667vw;
  left: 50%;
  translate: -50% 0;
  background: var(--col--acc-01);
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6666666667vw;
  font-weight: 700;
  border-radius: 50%;
}
#about__concept .cont__concept .list__concept > .item .ttl04 .ttl__ja {
  display: block;
  line-height: 1.4;
  font-size: 5.3333333333vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Old-Micho);
}
#about__concept .cont__concept .list__concept > .item .item__img {
  order: 1;
  margin-bottom: 5.3333333333vw;
}
#about__concept .cont__concept .list__concept > .item .item__text {
  order: 3;
}
#about__concept .cont__concept .list__concept > .item .com__btn_01 {
  order: 4;
  margin-inline: auto;
  margin-top: 5.3333333333vw;
}
/* about__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__staff {
  background: url(/img/common/bg_deco__pt_01_01.png) center top/100% 4.9333333333vw no-repeat, url(/img/common/bg_deco__pt_01_02.png) center bottom/100% 4.9333333333vw no-repeat;
}
#about__staff .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 6.6666666667vw;
  position: relative;
  padding-top: 26.6666666667vw;
}
#about__staff .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__staff__img_01.png) center center/contain no-repeat;
  width: 25.3333333333vw;
  height: 21.0666666667vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#about__staff .block__intro .ttl04 {
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
#about__staff .block__intro .ttl04 .ttl__ja {
  letter-spacing: 0.02em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  font-family: var(--fot--Zen-Old-Micho);
}
#about__staff .block__intro .item__text .name {
  font-size: 4.5333333333vw;
  text-align: end;
  color: var(--col--acc-01);
}

/* about__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__faq .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
}
#about__faq .cont__post {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
#about__faq .cont__post .block__post {
  background: var(--col--base-02);
  padding: 6.6666666667vw;
}
#about__faq .cont__post .block__post dt,
#about__faq .cont__post .block__post dd {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.8;
}
#about__faq .cont__post .block__post dt {
  color: var(--col--acc-01);
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid var(--col--acc-01);
  margin-bottom: 5.3333333333vw;
  position: relative;
  padding-left: 10.6666666667vw;
}
#about__faq .cont__post .block__post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 0;
  top: -1.0666666667vw;
}
#about__faq .cont__post .block__post dd {
  color: var(--col--txt-01);
  position: relative;
  padding-left: 10.6666666667vw;
}
#about__faq .cont__post .block__post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 0;
  top: -1.0666666667vw;
}

/* katsudon
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* katsudon__recommend
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#katsudon__recommend .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
}
#katsudon__recommend .cont__recommend .list__recommend {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
#katsudon__recommend .cont__recommend .list__recommend > .item {
  position: relative;
  background: #fff;
  width: 100%;
  min-height: 10vw;
  padding: 2.6666666667vw;
  align-content: center;
  padding-left: 10.6666666667vw;
}
#katsudon__recommend .cont__recommend .list__recommend > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 2.9333333333vw;
  left: 4vw;
  top: 3.4666666667vw;
}
#katsudon__recommend .cont__recommend .list__recommend > .item .text {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* katsudon__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#katsudon__about {
  background: var(--pt--texture-02);
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  position: relative;
  color: #fff;
}
#katsudon__about::before {
  content: "";
  position: absolute;
  background: url(/img/katsudon/katsudon__about__deco_01.png) center center/contain no-repeat;
  width: 28.5333333333vw;
  height: 21.3333333333vw;
  left: 0;
  top: 14.6666666667vw;
}
#katsudon__about::after {
  content: "";
  position: absolute;
  background: url(/img/katsudon/katsudon__about__deco_02.png) center center/contain no-repeat;
  width: 28.1333333333vw;
  height: 21.3333333333vw;
  bottom: 6vw;
  right: 0;
}
#katsudon__about .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
}
#katsudon__about .ttl03 .ttl__en {
  color: #fff;
}
#katsudon__about .item__img {
  margin-bottom: 9.3333333333vw;
}
/* katsudon__secret
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#katsudon__secret {
  background: url(/img/common/bg_deco__pt_01_01.png) center top/100% 4.9333333333vw no-repeat, url(/img/common/bg_deco__pt_01_02.png) center bottom/100% 4.9333333333vw no-repeat;
}
#katsudon__secret .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
}
#katsudon__secret .item__img {
  margin-bottom: 10.6666666667vw;
}
#katsudon__secret .cont__secret .list__secret {
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
#katsudon__secret .cont__secret .list__secret > .item {
  position: relative;
  width: 100%;
  background: var(--col--base-02);
  padding: 6.6666666667vw;
  padding-top: 8vw;
}
#katsudon__secret .cont__secret .list__secret > .item::before {
  content: "";
  position: absolute;
  background: url(/img/katsudon/katsudon__secret__deco_01.png) center center/contain no-repeat;
  width: 91.6vw;
  height: 23.3333333333vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#katsudon__secret .cont__secret .list__secret > .item .ttl04 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
#katsudon__secret .cont__secret .list__secret > .item .ttl04 .ttl__num {
  position: absolute;
  top: -13.3333333333vw;
  left: 50%;
  translate: -50% 0;
  background: var(--col--acc-01);
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6666666667vw;
  font-weight: 700;
  border-radius: 50%;
}
#katsudon__secret .cont__secret .list__secret > .item .ttl04 .ttl__ja {
  font-size: 5.3333333333vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: var(--fot--Zen-Old-Micho);
}
/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
  gap: 4vw;
}
#menu .item__text_note {
  text-align: center;
  margin-bottom: 8vw;
}
#menu .item__text_note small {
  font-size: 3.2vw;
  font-weight: 700;
}
#menu .cont__post {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
}
#menu .cont__post .block__post {
  background: #fff;
  display: flex;
  flex-direction: column;
}
#menu .cont__post .block__post .card__post {
  display: flex;
  flex-direction: column;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #e5e1d5;
  margin-bottom: 6.6666666667vw;
  margin-inline: 6.6666666667vw;
}
#menu .cont__post .block__post .ttl04 {
  width: 100%;
  padding: 4vw 1.3333333333vw;
  background: var(--col--txt-01);
  text-align: center;
  margin-bottom: 8vw;
}
#menu .cont__post .block__post .ttl04 .ttl__ja {
  font-size: 5.3333333333vw;
  font-family: var(--fot--Zen-Old-Micho);
  letter-spacing: 0.02em;
  font-weight: 900;
  color: #fff;
}
#menu .cont__post .block__post .ttl05 {
  margin-bottom: 2.6666666667vw;
  order: 2;
}
#menu .cont__post .block__post .ttl05 .ttl__ja {
  font-size: 4vw;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.07em;
}
#menu .cont__post .block__post .item__img {
  margin-bottom: 5.3333333333vw;
  width: 70.6666666667vw;
  height: 46.6666666667vw;
  margin-inline: auto;
  order: 1;
}
#menu .cont__post .block__post .item__text {
  text-align: end;
  order: 3;
}
#menu .cont__post .block__post .item__text p {
  color: var(--col--acc-01);
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* info__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__gallery .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
  gap: 5.3333333333vw;
}
#info__gallery .cont__post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5.3333333333vw;
}
#info__gallery .cont__post .block__post {
  width: 40.6666666667vw;
  height: 40vw;
}
#info__gallery .cont__post .block__post .item__img {
  width: 100%;
  height: 100%;
}

/* info__store
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__store {
  background: var(--pt--texture-02);
  border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  position: relative;
  color: #fff;
}
#info__store::before {
  content: "";
  position: absolute;
  background: url(/img/info/info__store__deco_01.png) center center/contain no-repeat;
  width: 28.5333333333vw;
  height: 21.3333333333vw;
  left: 0;
  top: 5.3333333333vw;
}
#info__store .inner {
  padding-bottom: 0;
}
#info__store .ttl03 {
  align-items: center;
  text-align: center;
  margin-bottom: 8vw;
  gap: 5.3333333333vw;
}
#info__store .ttl03 .ttl__en {
  color: #fff;
}
#info__store .item__table {
  width: 100%;
  position: relative;
  margin-bottom: 26.6666666667vw;
}
#info__store .item__table::after {
  content: "";
  position: absolute;
  background: url(/img/info/info__store__deco_02.png) center center/contain no-repeat;
  width: 28.1333333333vw;
  height: 21.3333333333vw;
  right: -4.9333333333vw;
  bottom: -26.6666666667vw;
}
#info__store .item__table tr {
  border-bottom: 1px solid #fff;
  width: 100%;
}
#info__store .item__table tr th,
#info__store .item__table tr td {
  display: block;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
#info__store .item__table tr th {
  padding-top: 5.3333333333vw;
}
#info__store .item__table tr td {
  padding-bottom: 5.3333333333vw;
}
#info__store .item__table tr td .wrap__tel {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
#info__store .item__table tr td .wrap__tel .tel-attention {
  height: 2.9333333333vw;
}
#info__store .item__map {
  width: calc(100% + 10.6666666667vw);
  height: 80vw;
  position: relative;
  margin-left: -5.3333333333vw;
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: ease 0.3s;
  width: 9vw;
  height: 9vw;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--acc-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--acc-01);
  color: var(--col--acc-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--acc-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post {
  text-align: left;
}
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--acc-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--acc-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--acc-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--acc-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--acc-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--acc-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--acc-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--acc-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--acc-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--acc-01);
  line-height: 1.6;
  font-size: var(--font-size-18);
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-size: var(--font-size-14);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--acc-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--acc-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  text-align: start;
  position: relative;
  border-left: 3px solid var(--col--acc-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-18);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--acc-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}
#contents-u.privacy .privacy-box p {
  text-align: start;
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-14);
}
#contents-u.privacy .privacy-box ul {
  margin-block: 20px;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  text-align: start;
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: var(--font-size-14);
  font-family: var(--fot--Noto-Serif);
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10% 10%;
    flex-direction: column;
  }
  #site-map ul li {
    width: 45%;
    text-align: start;
    width: 100%;
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--acc-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    font-family: var(--fot--Noto-Serif);
    transition: ease 0.2s;
    font-size: var(--font-size-14);
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--acc-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--acc-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--acc-01);
    color: var(--col--acc-01);
    border: 1px solid var(--col--acc-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--acc-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact-form {
  width: 100%;
}

#contact {
  width: 100%;
  min-width: unset;
}
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  display: block;
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 100%;
  color: #fff;
  background: var(--col--acc-01);
}
#contact table tr td {
  width: 100%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--acc-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--acc-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--acc-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--acc-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--acc-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--acc-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--acc-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--acc-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}
#contact table {
  min-width: unset;
}
#contact table tr {
  min-width: unset;
}
#contact table tr th,
#contact table tr td {
  min-width: unset;
}
#contact input {
  width: 100%;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--acc-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--acc-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}