@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;
  background: #fff;
  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;
  }
}

/* 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: 670px;
  background: url(/img/mv/mv__img_01.png) center top/100% auto no-repeat, #f3f0eb;
}

#mv .mv-img {
  background: url(/img/mv/mv__img_02.png) center center/contain no-repeat;
  width: 240px;
  height: 360px;
  position: absolute;
  left: 0;
  top: 230px;
}

#mv .mv-catch {
  position: absolute;
  right: -135px;
  top: 105px;
  width: 314px;
  height: 217.5px;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 360px;
  background: #f3f0eb;
}

#sv .sv-img {
  position: absolute;
  left: 0;
  top: 0;
}

#sv .sv-catch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
}

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

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

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

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

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

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

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

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

.sv-voice {
  background: url(/img/sv/sv__voice.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: url(/img/common/ft__bg_01.png) right top/302px 250px no-repeat, #f3f0eb;
  font-family: var(--fot--Noto-Serif);
}

#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  width: 51.5px;
  height: 89px;
  margin-inline: auto;
  margin-bottom: 30px;
}

#footer .item__logo:hover {
  opacity: 0.6;
}

#footer .block__left {
  position: relative;
  width: fit-content;
}

#footer .block__right {
  position: relative;
  width: fit-content;
}

#footer .list-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 110%;
  margin-left: -5%;
  border: 1px solid var(--col--txt-01);
}

#footer .list-nav .item {
  width: 50%;
  height: 50px;
  border-bottom: 1px solid var(--col--txt-01);
  position: relative;
  transition: ease 0.2s;
}

#footer .list-nav .item:hover {
  opacity: 0.4;
}

#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  width: 100%;
  height: 100%;
  display: block;
  align-content: center;
  color: var(--col--txt-02);
}

#footer .list-nav .item:nth-of-type(even) {
  border-left: 1px solid var(--col--txt-01);
}

#footer .list-nav .item:nth-last-of-type(2) {
  border-bottom: 1px solid transparent;
}

#footer .list-nav .item:last-of-type {
  border-bottom: 1px solid transparent;
}

#footer .list__nav_sub {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#footer .list__nav_sub .item {
  font-size: 12px;
  color: var(--col--txt-01);
}

#footer .list__nav_sub .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
}

#footer .list__nav_sub .item:last-child::after {
  display: none;
}

#footer .item__address {
  text-align: start;
  font-size: 14px;
  color: var(--col--txt-01);
  line-height: 2.1;
  margin-bottom: 30px;
}

#footer .com__times {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#footer .com__times .item {
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 2;
  text-align: left;
}

#footer .com__times .item dt {
  color: var(--col--main-01);
  color: #d69cb2;
}

#footer .list__contact {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 30px;
}

#footer .list__contact .item img {
  width: 40px;
  height: 40px;
}

#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  font-size: 10px;
  color: var(--col--txt-02);
}

#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}

#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: var(--col--main-01);
}

@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }

  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #footer .list-nav {
    display: none;
  }

  #footer #copyright {
    color: var(--col--txt-02);
  }

  #footer #copyright a {
    margin: unset;
    padding: unset;
  }

  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.sub-contents {
  padding: 10px;
  background: transparent;
  font-family: var(--fot--Noto-Serif);
}

.sub-contents h2 {
  margin-inline: auto;
  margin-bottom: 35px;
}

.sub-contents .list__nav {
  margin-bottom: 10px;
}

.sub-contents .list__nav .item {
  font-size: 16px;
  padding-inline: 10px 15px;
  padding-block: 15px;
  border-bottom: 1px solid #f1efed;
  position: relative;
  text-align: left;
  transition: ease 0.2s;

  a{
    display: block;
    width: 100%;
  }
}

.sub-contents .list__nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 5px;
  height: 8px;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
}

.sub-contents .list__nav .item:hover {
  opacity: 0.4;
}

.sub-contents .list__nav_sub {
  text-align: left;
  padding-inline: 15px;
  margin-bottom: 15px;
}

.sub-contents .list__nav_sub .item {
  font-size: 13px;
  font-weight: 500;
  padding-block: 10px;
  position: relative;
  transition: ease 0.2s;

  a{
    display: block;
    width: 100%;
  }
}

.sub-contents .list__nav_sub .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 5px;
  height: 8px;
  right: -5px;
  top: 50%;
  translate: 0 -50%;
}

.sub-contents .list__nav_sub .item:hover {
  opacity: 0.4;
}

.sub-contents .btn__line {
  margin-bottom: 20px;
  border: 1px solid var(--col--txt-01);
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  background: #ffffff;
  transition: ease 0.2s;
}

.sub-contents .btn__line:hover {
  opacity: 0.4;
}

.sub-contents .btn__line span {
  position: relative;
  padding-left: 40px;
  font-family: var(--fot--Noto-Serif);
}

.sub-contents .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 28px;
  height: 28px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.sub-contents .list__contact {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
}

.sub-contents .list__contact .item {
  font-size: 15px;
  position: relative;
  top: 0;
  transition: ease 0.2s;
}

.sub-contents .list__contact .item:hover {
  top: -3px;
  opacity: 0.6;
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* common__news top__news
========================================================================= */
.com__tag {
  gap: 5px;
}

.com__tag .item {
  background: #fff;
  padding: 5px 7.5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

.com__latest {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d69cb2;
}

.com__latest a {
  width: 100%;
  height: 100%;
}

.com__latest .group__info {
  width: 100%;
}

.com__latest .group__info.on_thumb {
  width: 85%;
}

.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.com__latest .item__time {
  position: relative;
  order: 1;
  margin-bottom: 10px;
  width: fit-content;
}

.com__latest .list__tag {
  order: 2;
  width: 100%;
  margin-bottom: 10px;
  gap: 6px;
}

.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}

.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}

.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }

  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }

  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

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

#top__news .cont__latest {
  width: 90%;
  margin-inline: auto;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main-contents-container {
  padding-inline: 0;
  position: relative;
}

.main-contents-container .main-contents header h1 {
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 25px;
  width: 50px;
  height: 89px;
}

.main-contents {
  background: #faeef3;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: var(--fot--Noto-Serif);
  font-weight: 500;
  color: var(--col--txt-01);
}

.main-contents .inner {
  width: 100%;
  padding: 90px;
  padding-inline: 20px;
}

.main-contents .item__text p {
  line-height: 2;
}

/* top__trouble
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__trouble {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  position: relative;
}

#top__trouble::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__trouble__deco_02.png) center center/contain no-repeat;
  width: 82.5px;
  height: 134px;
  bottom: -40px;
  left: 30px;
}

#top__trouble .inner {
  padding-bottom: 40px;
  padding-inline: 10px;
}

#top__trouble .ttl03 {
  margin-bottom: 60px;
}

#top__trouble .ttl03 .ttl__ja {
  font-size: 18px;
}

#top__trouble .ttl03 .ttl__en {
  width: 92px;
  left: -17.5px;
  top: -45px;
}

#top__trouble .cont__trouble {
  margin-bottom: 20px;
}

#top__trouble .cont__trouble .list__trouble {
  position: relative;
}

#top__trouble .cont__trouble .list__trouble::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__trouble__deco_01.png) center center/contain no-repeat;
  width: 86.5px;
  height: 67px;
  right: 70px;
  top: 10px;
}



#top__trouble .cont__trouble .list__trouble>.item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 180px;
  outline: 4px solid #ecbdcf;
  border-radius: 50%;

  &::before {
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/common/deco_frame__01_01.png) center center / 100% 100% no-repeat;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }

  .in__item {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

    .text {
      color: #fff;
      z-index: 1;
      position: relative;
                padding-bottom: 10px;
      &::before {
      content: "";
      position: absolute;
      background: url(/img/common/deco_frame__01_02.png)center center / contain no-repeat;
      width: 100px;
      height: 9px;
      left: 50%;
      translate: -50% 0;
      bottom: 0;
      }
    }

    .img {
      z-index: 0;
      position: absolute;
      width: 120%;
      height: 120%;
      left: 50%;
      top: 50%;
      translate: -50% -50%;

      &::before {
        content: "";
        position: absolute;
        background: #5f4230;
        width: 100%;
        height: 100%;
        opacity: .8;
      }

    }

  }
}



#top__trouble .cont__trouble .list__trouble>.item .text {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0px 0px 7px rgba(56, 43, 32, 0.7);
  /* top: -6px; */
  position: relative;
  letter-spacing: 0;
}

#top__trouble .cont__trouble .list__trouble .item:nth-of-type(odd):not(:first-of-type) {
  margin-right: auto;
  margin-top: -75px;
}

#top__trouble .cont__trouble .list__trouble .item:nth-of-type(even) {
  margin-left: auto;
  margin-top: -75px;
}

/* #top__trouble .cont__trouble .list__trouble .item:nth-of-type(1) {
  background: url(/img/top/top__trouble__bg_01.png) center center/contain no-repeat;
  width: 180px;
  height: 180px;
} */

/* #top__trouble .cont__trouble .list__trouble .item:nth-of-type(2) {
  background: url(/img/top/top__trouble__bg_02.png) center center/contain no-repeat;
  width: 180px;
  height: 180px;
}

#top__trouble .cont__trouble .list__trouble .item:nth-of-type(3) {
  background: url(/img/top/top__trouble__bg_03.png) center center/contain no-repeat;
  width: 180px;
  height: 180px;
}

#top__trouble .cont__trouble .list__trouble .item:nth-of-type(4) {
  background: url(/img/top/top__trouble__bg_04.png) center center/contain no-repeat;
  width: 180px;
  height: 180px;
} */



#top__trouble .btn__pink {
  margin-inline: auto;
  width: 280px;
  height: 50px;
  position: relative;
  transition: ease 0.2s;
  margin-block: 20px;
}

#top__trouble .btn__pink span {
  font-size: 15px;
  letter-spacing: 0;
}

#top__trouble .btn__pink:hover {
  background: unset;
  color: #d69cb2;
}



/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  padding-block: 70px;
  padding-bottom: 105px;
}

#top__about .ttl03 {
  margin-bottom: 50px;
}

#top__about .ttl03 .ttl__en {
  width: 75px;
  height: 45px;
}

#top__about .cont__about .item__text {
  text-align: left;
}

#top__about .cont__about .item__text p {
  color: var(--col--txt-01);
}

#top__about .cont__about .item__img {
  width: 375px;
  height: 468px;
  margin-left: -20px;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: url(/img/top/top__subpages__bg_01.png) center bottom/100% auto no-repeat, #fff;
  border-top: 1px solid transparent;
}

#top__subpages .inner {
  padding-top: 0;
  padding-bottom: 175px;
}

#top__subpages .list__subpages {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-top: -55px;
}

#top__subpages .list__subpages>.item {
  width: 315px;
  height: 150px;
  position: relative;
  transition: ease 0.2s;
}

#top__subpages .list__subpages>.item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#top__subpages .list__subpages>.item .ttl03 {
  position: relative;
}

#top__subpages .list__subpages>.item .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__deco_01.png) center center/contain no-repeat;
  width: 9.5px;
  height: 103px;
  left: -80px;
  top: 50%;
  translate: 0 -50%;
}

#top__subpages .list__subpages>.item .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__deco_02.png) center center/contain no-repeat;
  width: 9.5px;
  height: 103px;
  right: -80px;
  top: 50%;
  translate: 0 -50%;
}

#top__subpages .list__subpages>.item .ttl03 .ttl__ja {
  font-size: 18px;
  color: #fff;
}

#top__subpages .list__subpages>.item .ttl03 .ttl__en {
  position: absolute;
}

#top__subpages .list__subpages>.item:hover {
  opacity: 0.6;
}

#top__subpages .list__subpages .item__about {
  background: url(/img/top/top__subpages__list_01.png) center center/cover no-repeat;
  position: relative;
}

#top__subpages .list__subpages .item__about::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__about_deco_01.png) center center/contain no-repeat;
  width: 10.5px;
  height: 70px;
  left: -22px;
  top: 0;
}

#top__subpages .list__subpages .item__about .ttl03 {
  position: relative;
  width: fit-content;
}

#top__subpages .list__subpages .item__about .ttl03 .ttl__en {
  position: absolute;
  width: 85.5px;
  height: 32.5px;
  left: -40px;
  top: -32px;
}

#top__subpages .list__subpages .item__voice {
  background: url(/img/top/top__subpages__list_02.png) center center/cover no-repeat;
  position: relative;
}

#top__subpages .list__subpages .item__voice::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__voice_deco_01.png) center center/contain no-repeat;
  width: 8.5px;
  height: 84px;
  left: -22px;
  top: 0;
}

#top__subpages .list__subpages .item__voice .ttl03 {
  position: relative;
  width: fit-content;
}

#top__subpages .list__subpages .item__voice .ttl03 .ttl__en {
  position: absolute;
  width: 91px;
  height: 35px;
  left: -50px;
  top: -40px;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__news .ttl03 {
  margin-bottom: 50px;
}

#top__news .ttl03 .ttl__en {
  width: 61.5px;
  height: 31.5px;
  left: -40px;
  top: -30px;
}

#top__news .btn__pink {
  margin-inline: auto;
  width: 280px;
  height: 50px;
  position: relative;
  transition: ease 0.2s;
}

#top__news .btn__pink span {
  font-size: 15px;
  letter-spacing: 0;
}

#top__news .btn__pink:hover {
  background: unset;
  color: #d69cb2;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/common/common__contact__bg_02.png) center top/100% auto no-repeat, url(/img/common/common__contact__bg_01.png) center center/cover no-repeat;
}

.common__contact .inner {
  padding-block: 180px 70px;
}

.common__contact .wrap__contact {
  background: #fff;
  padding-block: 50px 75px;
  padding-inline: 25px;
  border-radius: 10px;
  position: relative;
}

.common__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__deco_01.png) center center/contain no-repeat;
  width: 110px;
  height: 130px;
  right: -10px;
  top: -30px;
}

.common__contact .wrap__contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__deco_02.png) center center/contain no-repeat;
  width: 72px;
  height: 130px;
  left: 0;
  bottom: -40px;
}

.common__contact .ttl03 {
  position: relative;
  text-align: center;
  color: var(--col--txt-02);
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}

.common__contact .ttl03 .ttl__ja {
  line-height: 1.9;
  position: relative;
  font-size: 19px;
}

.common__contact .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__antique_01_01.png) center center/contain no-repeat;
  width: 115px;
  height: 10px;
  bottom: -25px;
}

.common__contact .ttl03 .ttl__en {
  width: 138px;
  height: 52.5px;
  position: absolute;
  left: -45px;
  top: -35px;
}

.common__contact .item__text_lead {
  margin-bottom: 30px;
}

.common__contact .item__text_lead p {
  font-size: 14px;
  color: var(--col--txt-01);
  line-height: 2.2;
}

.common__contact .btn__line {
  border: 1px solid var(--col--txt-01);
  color: var(--col--txt-01);
  width: 100%;
  height: 80px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  transition: ease 0.2s;
}

.common__contact .btn__line span {
  position: relative;
  padding-left: 55px;
}

.common__contact .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.common__contact .btn__line:hover {
  opacity: 0.6;
}

/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__about {
  background: #f3f0eb;
}

#menu__about .ttl03 {
  margin-bottom: 60px;
}

#menu__about .ttl03 .ttl__en {
  width: 67px;
  height: 29px;
  left: -35px;
  top: -30px;
}
#menu__about .item__img{
  width: 100%;
  height: 220px;
  margin-block: 20px;
          border-radius: 13px;
        img{
                  border-radius: 13px;
        }
}

#menu__about .item__text_lead {
  text-align: left;
  margin-bottom: 20px;
}

#menu__about .item__text_lead p {
  letter-spacing: 0.09em;
}

#menu__about .cont__post .block__post {
  margin-bottom: 65px;
}

#menu__about .cont__post .block__post:last-child {
  margin-bottom: 0;
}

#menu__about .cont__post .block__post .ttl04 {
  text-align: center;
  line-height: 1.6;
  padding-block: 10px;
  margin-bottom: 20px;
  border-block: 1px solid #d69cb2;
}

#menu__about .cont__post .block__post .ttl04 .ttl__ja {
  font-size: 16px;
  color: #d69cb2;
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--fot--Shippori-Mincho-B1);
}

#menu__about .cont__post .block__post .group__worries {
  margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
  background: #fff;
}

#menu__about .cont__post .block__post .group__worries .ttl05 {
  text-align: center;
  background: #cfc7c2;
  border-radius: 10px 10px 0 0;
  padding-block: 10px;
}

#menu__about .cont__post .block__post .group__worries .ttl05 .ttl__ja {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  font-family: var(--fot--Shippori-Mincho-B1);
}

#menu__about .cont__post .block__post .group__worries .item__text {
  text-align: left;
  padding: 20px;
}

#menu__about .cont__post .block__post .group__worries .item__text p {
  line-height: 2.3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

#menu__about .cont__post .block__post .item__text {
  text-align: left;
  padding-inline: 15px;
  margin-bottom: 20px;
}

#menu__about .cont__post .block__post .item__text p {
  line-height: 2;
}

#menu__about .cont__post .block__post .group__price .ttl05 {
  text-align: center;
  background: var(--col--txt-02);
  padding-block: 12.5px;
  font-size: 14px;
}

#menu__about .cont__post .block__post .group__price .ttl05 .ttl__ja {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
}

#menu__about .cont__post .block__post .group__price .list__menu>.item {
  margin-bottom: 10px;
}

#menu__about .cont__post .block__post .group__price .list__menu>.item dt,
#menu__about .cont__post .block__post .group__price .list__menu>.item dd {
  font-size: 14px;
  padding: 10px;
  line-height: 1.6;
}

#menu__about .cont__post .block__post .group__price .list__menu>.item dt {
  text-align: start;
  background: #fff;
}

#menu__about .cont__post .block__post .group__price .list__menu>.item dd {
  text-align: end;
}


#menu__about .cont__post .block__post .item__thum {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 180px;
  outline: 4px solid #ecbdcf;
  border-radius: 50%;
  margin-inline: auto;
  margin-block: 20px;

  &::before {
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/common/deco_frame__01_01.png) center center / 100% 100% no-repeat;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }

  .in__item {
    width: 100%;
    height: 100%;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

    .text {
      color: #fff;
      z-index: 1;
      position: relative;
      padding-bottom: 10px;
                line-height: 1.6;

      &::before {
      content: "";
      position: absolute;
      background: url(/img/common/deco_frame__01_02.png)center center / contain no-repeat;
      width: 100px;
      height: 9px;
      left: 50%;
      translate: -50% 0;
      bottom: 0;
      }
    }

    .img {
      z-index: 0;
      position: absolute;
      width: 120%;
      height: 120%;
      left: 50%;
      top: 50%;
      translate: -50% -50%;

      &::before {
        content: "";
        position: absolute;
        background: #5f4230;
        width: 100%;
        height: 100%;
        opacity: .8;
      }

    }

  }
}


/* menu__option
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__option {
  background: #fff;
}

#menu__option .ttl03 {
  margin-bottom: 60px;
}

#menu__option .ttl03 .ttl__en {
  width: 70px;
  height: 39px;
  left: -60px;
  top: -30px;
}

#menu__option .item__text_lead {
  text-align: left;
  margin-bottom: 20px;
}

#menu__option .item__text_lead p {
  letter-spacing: 0.09em;
}

#menu__option .cont__post .block__post {
  margin-bottom: 65px;
}

#menu__option .cont__post .block__post:last-child {
  margin-bottom: 0;
}

#menu__option .cont__post .block__post .ttl04 {
  text-align: center;
  line-height: 1.6;
  padding-block: 10px;
  margin-bottom: 20px;
  border-block: 1px solid #d69cb2;
}

#menu__option .cont__post .block__post .ttl04 .ttl__ja {
  font-size: 16px;
  color: #d69cb2;
  letter-spacing: 0;
  font-weight: 700;
  font-family: var(--fot--Shippori-Mincho-B1);
}

#menu__option .cont__post .block__post .item__text {
  text-align: left;
  padding-inline: 15px;
  margin-bottom: 20px;
}

#menu__option .cont__post .block__post .item__text p {
  line-height: 2;
}

#menu__option .cont__post .block__post .group__price .ttl05 {
  text-align: center;
  background: var(--col--txt-02);
  padding-block: 12.5px;
}

#menu__option .cont__post .block__post .group__price .ttl05 .ttl__ja {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 14px;
}

#menu__option .cont__post .block__post .group__price .list__menu>.item {
  margin-bottom: 10px;
}

#menu__option .cont__post .block__post .group__price .list__menu>.item dt,
#menu__option .cont__post .block__post .group__price .list__menu>.item dd {
  font-size: 14px;
  padding: 10px;
  line-height: 1.6;
}

#menu__option .cont__post .block__post .group__price .list__menu>.item dt {
  text-align: start;
  background: #f3f0eb;
}

#menu__option .cont__post .block__post .group__price .list__menu>.item dd {
  text-align: end;
}

/* welcome
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* nav__welcome
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.nav__in_link {
  background: #f3f0eb;
}

.nav__in_link .inner {
  padding-block: 70px;
}

.nav__in_link .list__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  margin-inline: auto;
}

.nav__in_link .list__nav>.item {
  width: 280px;
  height: 50px;
}

.nav__in_link .list__nav>.item a {
  width: 100%;
  height: 100%;
  position: relative;
  transition: ease 0.2s;
  background: #ecbdcf;
  border: 1px solid #ecbdcf;
}

.nav__in_link .list__nav>.item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 15px;
  height: 10px;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}

.nav__in_link .list__nav>.item a span {
  font-size: 15px;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0;
  font-weight: 700;
}

.nav__in_link .list__nav>.item a:hover {
  opacity: 0.7;
  background: unset;
}

#nav__welcome {
  position: relative;
}

#nav__welcome::before {
  content: "";
  position: absolute;
  background: url(/img/welcome/welcome__feature__deco_01.png) center center/contain no-repeat;
  width: 76px;
  height: 87.5px;
  right: 10px;
  bottom: -62.5px;
}

/* welcome__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__feature {
  background: #fff;
}

#welcome__feature .ttl03 {
  margin-bottom: 55px;
}

#welcome__feature .ttl03 .ttl__en {
  width: 100.5px;
  height: 41.5px;
}

#welcome__feature .cont__feature .list__feature>.item {
  margin-bottom: 25px;
}

#welcome__feature .cont__feature .list__feature>.item:last-child {
  margin-bottom: 0;
}

#welcome__feature .cont__feature .list__feature>.item .ttl04 {
  display: flex;
  align-items: end;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: 20px;
  text-align: left;
  gap: 7.5px;
}

#welcome__feature .cont__feature .list__feature>.item .ttl04 .ttl__num {
  color: #ecbdcf;
  font-size: 40px;
  position: relative;
  bottom: 3.5px;
}

#welcome__feature .cont__feature .list__feature>.item .ttl04 .ttl__ja {
  font-size: 16px;
  color: #d69cb2;
  font-weight: 700;
  letter-spacing: 0;
  flex: 1;
  line-height: 1.7;
}

#welcome__feature .cont__feature .list__feature>.item .item__text {
  text-align: left;
}

#welcome__feature .cont__feature .list__feature>.item .item__text p {
  letter-spacing: 0.07em;
}

/* welcome__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__flow .ttl03 {
  margin-bottom: 75px;
}

#welcome__flow .ttl03 .ttl__en {
  width: 55.5px;
  height: 29.5px;
}

#welcome__flow .cont__flow .list__flow>.item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 50px;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
}

#welcome__flow .cont__flow .list__flow>.item:last-child {
  margin-bottom: 0;
}

#welcome__flow .cont__flow .list__flow>.item .ttl04 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: 10px;
}

#welcome__flow .cont__flow .list__flow>.item .ttl04 .ttl__icon {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -75px;
  width: 60px;
  height: 60px;
}

#welcome__flow .cont__flow .list__flow>.item .ttl04 .ttl__ja {
  width: fit-content;
  display: flex;
  color: #d69cb2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--fot--Shippori-Mincho-B1);
  margin-inline: auto;
}

#welcome__flow .cont__flow .list__flow>.item .ttl04 .ttl__ja .num {
  color: var(--col--main-01);
}

/* welcome__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__faq {
  background: #fff;
}

#welcome__faq .ttl03 {
  margin-bottom: 75px;
}

#welcome__faq .ttl03 .ttl__en {
  width: 48.5px;
  height: 37.5px;
}

#welcome__faq .cont-post .block-post .unit-post {
  width: 295px;
  margin-left: auto;
  margin-bottom: 40px;
}

#welcome__faq .cont-post .block-post .unit-post:last-child {
  margin-bottom: 0;
}

#welcome__faq .cont-post .block-post .unit-post dt,
#welcome__faq .cont-post .block-post .unit-post dd {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

#welcome__faq .cont-post .block-post .unit-post dt {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: 10px;
  padding-left: 15px;
}

#welcome__faq .cont-post .block-post .unit-post dt::before {
  content: "Q";
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -1px;
  left: -40px;
  color: #f3f0eb;
  background: var(--col--txt-02);
}

#welcome__faq .cont-post .block-post .unit-post dd {
  position: relative;
  padding-left: 15px;
}

#welcome__faq .cont-post .block-post .unit-post dd::before {
  content: "A";
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  left: -40px;
  color: var(--col--txt-02);
  background: #f3f0eb;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: #f3f0eb;
  position: relative;
  z-index: 0;
}

#voice .ttl03 {
  margin-bottom: 60px;
}

#voice .ttl03 .ttl__en {
  width: 70.5px;
  height: 32.5px;
}

#voice .cont__post .block__post {
  text-align: left;
  margin-bottom: 70px;
}

#voice .cont__post .block__post:last-child {
  margin-bottom: 0;
}

#voice .cont__post .block__post hgroup {
  min-height: 100px;
  position: relative;
  align-content: center;
  margin-bottom: 15px;
}

#voice .cont__post .block__post hgroup .ttl04 {
  width: 220px;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--col--main-01);
  flex-direction: column;
  gap: 7.5px;
}

#voice .cont__post .block__post hgroup .ttl04 .item {
  display: block;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0;
  color: #d69cb2;
  font-weight: 700;
  font-size: 16px;
}

#voice .cont__post .block__post hgroup .item__age {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--fot--Shippori-Mincho-B1);
  width: 45px;
  height: 45px;
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

#voice .cont__post .block__post hgroup .item__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

#voice .cont__post .block__post .list__compare {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

#voice .cont__post .block__post .list__compare::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 50%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-right: 4px solid var(--col--txt-02);
}

#voice .cont__post .block__post .list__compare .item {
  position: relative;
}

#voice .cont__post .block__post .list__compare .item dt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -25px;
  color: #fff;
  background: var(--col--txt-02);
  padding: 12.5px 25px;
  border-radius: 40px;
}

#voice .cont__post .block__post .list__compare .item dd {
  width: 250px;
  height: 250px;
  border: 2px solid var(--col--txt-02);
  border-radius: 10px;
}

#voice .cont__post .block__post .list__compare .item dd .item__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#voice .cont__post .block__post .item__text {
  padding-inline: 20px;
  padding-bottom: 30px;
  padding-top: 70px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
}

#voice .cont__post .block__post .item__btn {
  width: 280px;
  height: 50px;
  background: var(--col--main-01);
  margin-inline: auto;
}

#voice .cont__post .block__post .item__btn span {
  font-weight: 700;
  color: var(--col--txt-01);
}

/* info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* info__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__greeting {
  background: #f3f0eb;
}

#info__greeting .ttl03 {
  margin-bottom: 55px;
}

#info__greeting .ttl03 .ttl__en {
  width: 93px;
  height: 39px;
}

#info__greeting .cont__greeting .item__img {
  margin-bottom: 20px;
  position: relative;
  right: -5px;
}

#info__greeting .cont__greeting .item__text {
  text-align: start;
}

#info__greeting .cont__greeting .item__text .name {
  text-align: end;
  font-size: 15px;
  font-weight: 700;
}

/* info__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__staff {
  background: #faeef3;
}

#info__staff .inner {
  padding-top: 120px;
}

#info__staff .ttl03 {
  margin-bottom: 355px;
}

#info__staff .ttl03 .ttl__en {
  width: 69px;
  height: 40.5px;
}

#info__staff .cont__post {
  display: flex;
  flex-direction: column;
  gap: 340px;
}

#info__staff .cont__post .block__post {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  position: relative;
}

#info__staff .cont__post .block__post .ttl04 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  order: 2;
  line-height: 1.7;
}

#info__staff .cont__post .block__post .ttl04::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background: var(--col--main-01);
  left: 50%;
  translate: -50% 0;
  bottom: -20px;
}

#info__staff .cont__post .block__post .ttl04 .ttl__ja {
  color: #d69cb2;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
}

#info__staff .cont__post .block__post .item__img {
  position: absolute;
  order: 1;
  width: 250px;
  height: 320px;
  left: 50%;
  translate: -50% 0;
  top: -280px;
  border-radius: 20px;
  border: 2px solid #fff;
}

#info__staff .cont__post .block__post .item__img img {
  border-radius: 20px;
}

#info__staff .cont__post .block__post .item__text {
  text-align: left;
  order: 3;
}

/* info__store
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#info__store {
  background: #fff;
}

#info__store .ttl03 {
  margin-bottom: 55px;
}

#info__store .ttl03 .ttl__en {
  width: 139px;
  height: 52.5px;
  left: -70px;
  top: -40px;
}

#info__store .item__table tr th,
#info__store .item__table tr td {
  width: 100%;
  display: block;
  padding: 12.5px;
  line-height: 1.7;
}

#info__store .item__table tr th {
  background: var(--col--txt-02);
  color: #fff;
}

#info__store .item__map {
  width: 100%;
  height: 375px;
}

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

共通下層ページ　( 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--main-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--main-01);
  color: var(--col--main-01);
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: var(--col--main-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--main-01);
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}

#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}

#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}

#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}

#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-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--main-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--main-01);
  margin-top: var(--margin-20);
}

#contents-u.s-post .s-time-tag time {
  color: var(--col--main-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--main-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: #d69cb2;
  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--main-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--main-01);
  }

  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-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--main-01);
    color: #d69cb2;
    border: 1px solid #d69cb2;
    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--main-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--main-01);
}

#contact table tr td {
  width: 100%;
  background: #fff;
}

#contact table .required-mark {
  color: var(--col--main-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--main-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--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}

#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}

#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-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--main-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--main-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--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}

.not-found-txt p a {
  color: var(--col--main-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;
  }
}






.footer {
  position: relative;
}


.wrap__pagetop {
  width: fit-content;
  position: absolute;

  right: 65px;
  bottom: 0;
  z-index: 5;
}


.pagetop {
  z-index: 5;
  position: fixed;
  bottom: 0;
  transition: ease .3s;

  &:hover {
    opacity: .7;
    bottom: 3px;
  }
}