/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  z-index: 5;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1080px;
  height: 150px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: clamp(10px, 50vw - 620px, 60px);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
  width: clamp(250px, 50vw - 340px, 495px);
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.3s;
  top: 0;
  position: relative;
}
#header .item-logo a:hover {
  top: -3px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: clamp(10px, 50vw - 620px, 60px);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  gap: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#header .cont-info .com__tel .tel-num {
  font-size: var(--font-size-35);
  padding-left: var(--margin-35);
}
#header .cont-info .com__tel .tel-num::before {
  width: 30px;
  height: 30px;
}
#header .cont-info .com__instagram {
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  width: fit-content;
  height: fit-content;
  transition: ease 0.2s;
  --size: 30px;
  position: relative;
  top: 0;
}
#header .cont-info .com__instagram:hover {
  top: -3px;
  opacity: 0.4;
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 40px;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__cat__01_p.png) center center/contain no-repeat;
  width: 13px;
  height: 12px;
  right: -28px;
  top: 60%;
  translate: 0 -50%;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-16);
  transition: ease 0.25s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 980px;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  left: clamp(30px, 50vw - 700px, 250px);
  top: 200px;
}
#mv .mv-catch img {
  width: clamp(515px, 50vw - 210px, 616px);
}
#mv .swiper-wrapper {
  position: absolute;
  width: max(1920px, 100%);
  height: 979px;
  right: clamp(-200px, 50vw - 900px, 0px);
  top: 0;
}
#mv .swiper-wrapper .swiper-slide img {
  width: max(1920px, 100%);
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 600px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 60%;
  translate: -50% -50%;
  padding: 25px 50px;
  border-radius: 20px;
  border: 8px solid #fff;
  background: var(--pt--texture--02-y);
}
#sv .sv-catch::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 52px;
  height: 56px;
  left: -15px;
  bottom: -15px;
}
#sv .sv-catch::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 67px;
  height: 45px;
  right: -20px;
  bottom: -14px;
}
#sv .sv-catch span {
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.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-welcome {
  background: url(../img/sv/sv__welcome.jpg) center center/cover no-repeat;
}

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--pt--texture--01-p);
  padding-top: 70px;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  background: #fff;
  width: clamp(1230px, 100% - 50px, 1720px);
  border-radius: 30px;
  padding: 60px;
  position: relative;
}
#footer .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ft__cat__01_p.png) center center/contain no-repeat;
  left: 50%;
  translate: -50% 0;
  top: -54px;
  width: 96px;
  height: 59px;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .item-logo {
  margin: 0 auto;
  margin-bottom: var(--margin-35);
}
#footer .block-contact {
  padding: 20px 30px;
  margin: 0 auto;
  gap: 30px;
  width: fit-content;
  background: var(--col--base-02);
  margin-bottom: var(--margin-35);
}
#footer .block-contact .com__tel .tel-num {
  font-size: var(--font-size-35);
  padding-left: var(--margin-35);
}
#footer .block-contact .com__tel .tel-num::before {
  width: 30px;
  height: 30px;
}
#footer .block-contact .com__instagram {
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  width: fit-content;
  height: fit-content;
  --size: 30px;
  position: relative;
  top: 0;
}
#footer .block-contact .com__instagram:hover {
  top: -3px;
  opacity: 0.4;
}
#footer .list-nav {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-15);
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
  margin-right: var(--margin-40);
}
#footer .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__cat__01_p.png) center center/contain no-repeat;
  width: 12px;
  height: 10px;
  right: -24px;
  top: 60%;
  translate: 0 -50%;
}
#footer .list-nav .item:last-child::before {
  display: none;
}
#footer .list-nav .item a {
  font-size: var(--font-size-14);
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .list-nav-sub {
  margin: 0 auto;
  width: fit-content;
  gap: 15px;
  padding: 5px 10px;
  background: var(--col--base-01);
}
#footer .list-nav-sub .item {
  font-size: 12px;
  transition: ease 0.2s;
}
#footer .list-nav-sub .item:hover {
  color: var(--col--main-01);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding: 15px 0;
}
#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 #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: fit-content;
  z-index: 5;
  transition: ease 0.2s;
}
.pagetop:hover {
  bottom: 25px;
  opacity: 0.6;
}

.fixed_bnr {
  position: fixed;
  width: fit-content;
  bottom: 170px;
  right: 0;
  z-index: 5;
  transition: ease 0.2s;
}
.fixed_bnr:hover {
  opacity: 0.6;
  bottom: 175px;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.unit-latest {
  width: 700px;
  margin-left: auto;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-20);
  position: relative;
  transition: ease 0.3s;
  right: 0;
}


#contents-u .unit-latest{
  width: 100%;
}

.unit-latest a {
  width: 100%;
  height: 100%;
  min-height: 50px;
  position: relative;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-left: 132px;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: absolute;
  order: 2;
  width: fit-content;
  left: 0;
  top: 0;
  height: 50px;
  width: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--col--base-01);
  color: var(--col--main-01);
  font-size: var(--font-size-16);
  letter-spacing: 0.06em;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-10);
  margin-left: 132px;
  gap: 0;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  font-size: 12px;
  position: relative;
  padding-left: 13px;
}
.unit-latest .tag_list-item::before {
  content: "・";
  font-weight: 700;
  font-size: 15px;
  color: var(--col--main-01);
  left: 0;
  top: -2px;
  position: absolute;
}
.unit-latest .tag_list-item:last-child::after {
  content: "・";
  font-weight: 700;
  font-size: 15px;
  color: var(--col--main-01);
  right: -13px;
  top: -2px;
  position: absolute;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
  opacity: 0.7;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  font-size: 12px;
  position: relative;
  padding-left: 13px;
}
.s-post-taglist .tag-name::before {
  content: "・";
  font-weight: 700;
  font-size: 15px;
  color: var(--col--main-01);
  left: 0;
  top: -2px;
  position: absolute;
}
.s-post-taglist .tag-name:last-child::after {
  content: "・";
  font-weight: 700;
  font-size: 15px;
  color: var(--col--main-01);
  right: -13px;
  top: -2px;
  position: absolute;
}

#top__news {
  background: var(--pt--texture--01-p);
  position: relative;
}
#top__news::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__foot__01_01_w.png) center center/contain no-repeat;
  width: 256px;
  height: 271px;
  left: 100px;
  bottom: -105px;
}
#top__news::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__foot__01_02_w.png) center center/contain no-repeat;
  width: 256px;
  height: 271px;
  right: 100px;
  bottom: -220px;
}
#top__news .inner {
  padding-bottom: var(--margin-30);
}
#top__news .wrap-news {
  position: relative;
  width: 100%;
  min-height: 350px;
  background: #fff;
  padding: 60px;
  border-radius: 40px;
}
#top__news .wrap-news::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_01_p.png) center center/contain no-repeat;
  width: 122px;
  height: 71px;
  right: 65px;
  top: -17px;
}
#top__news .ttl03 {
  position: absolute;
  left: 60px;
  top: 100px;
}
#top__news .ttl03 .ja {
  display: inline-block;
}
#top__news .ttl03 .ja::first-letter {
  color: var(--col--acc-01);
}
#top__news .unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dotted var(--col--txt-01);
  margin-bottom: var(--margin-20);
  position: relative;
  transition: ease 0.3s;
  right: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  min-height: 50px;
  position: relative;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 76%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-left: 132px;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: absolute;
  order: 2;
  width: fit-content;
  left: 0;
  top: 0;
  height: 50px;
  width: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--col--base-01);
  color: var(--col--main-01);
  font-size: var(--font-size-16);
  letter-spacing: 0.06em;
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-10);
  margin-left: 132px;
  gap: 0;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  font-size: 12px;
  position: relative;
  padding-left: 13px;
}
#top__news .unit-latest .tag_list-item::before {
  content: "・";
  font-weight: 700;
  font-size: 15px;
  color: var(--col--main-01);
  left: 0;
  top: -2px;
  position: absolute;
}
#top__news .unit-latest .tag_list-item:last-child::after {
  content: "・";
  font-weight: 700;
  font-size: 15px;
  color: var(--col--main-01);
  right: -13px;
  top: -2px;
  position: absolute;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
  opacity: 0.7;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 60px;
  top: 200px;
}



#contents-u {
  .cont-latest {
    .unit-latest {
      .unit-latest-text {}

      .unit-latest-text.on_thumb {
        .item-time {
          left: 150px;
          top: 35px;
        }
      }

      .unit-latest-img {
        .item-thumb {}
      }
    }
  }
}


#top__news {

  .unit-latest-text.on_thumb {
            width: 77%;
    .item-time {
      left: 150px;
      top: 35px;
    }
  }

  .unit-latest-img {
    .item-thumb {}
  }
}






/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/common/deco__shape__01_01.svg) left top 30px no-repeat, var(--pt--texture--01-p);
}
#top__about .inner {
  position: relative;
  padding-top: var(--margin-30);
}
#top__about .ttl03 {
  margin-bottom: var(--margin-40);
  margin-top: var(--margin-60);
}
#top__about .item-img {
  position: absolute;
  right: -60px;
  top: 90px;
}
#top__about .item-text {
  margin-bottom: var(--margin-25);
}
#top__about .item-table {
  border-collapse: separate;
  border-spacing: 10px;
  margin-left: -10px;
}
#top__about .item-table tr th,
#top__about .item-table tr td {
  padding: 8px 0;
  vertical-align: middle;
}
#top__about .item-table tr th {
  width: 130px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: var(--col--acc-01);
  position: relative;
}
#top__about .item-table tr th::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__foot__01_01_w.png) center center/contain no-repeat;
  width: 11px;
  height: 10px;
  left: 8px;
  top: 50%;
  translate: 0 -50%;
}
#top__about .item-table tr th::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__foot__01_01_w.png) center center/contain no-repeat;
  width: 11px;
  height: 10px;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
}
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: var(--pt--texture--02-y);
}
#top__subpages .list-subpages {
  gap: 50px;
}
#top__subpages .list-subpages .item {
  position: relative;
  width: fit-content;
  transition: ease 0.35s;
  top: 0;
}
#top__subpages .list-subpages .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01_p.png) center center/contain no-repeat;
  width: 80px;
  height: 80px;
  right: 50px;
  bottom: 30px;
  transition: ease 0.35s;
}
#top__subpages .list-subpages .item .ttl03 {
  position: relative;
  z-index: 1;
  margin-left: var(--margin-20);
}
#top__subpages .list-subpages .item .item-img {
  margin-top: -150px;
}
#top__subpages .list-subpages .item:hover {
  opacity: 0.8;
  top: -4px;
}
#top__subpages .list-subpages .item:hover::before {
  right: 40px;
}

/* top__status
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__status {
  background: var(--pt--texture--03-p);
}
#top__status .inner {
  width: 1280px;
}
#top__status .cont-post {
  width: 100%;
  padding: 80px 100px;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 100px;
  position: relative;
}
#top__status .cont-post::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_03_p.png) center center/contain no-repeat;
  width: 167px;
  height: 272px;
  right: -75px;
  bottom: -10px;
}
#top__status .cont-post:last-child {
  margin-bottom: 0;
}
#top__status .cont-post .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__status .cont-post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__cat__01_b.png) center center/contain no-repeat;
width: 27px;
        height: 23px;
  left: -25px;
  top: 50%;
  translate: -100% -50%;
}
#top__status .cont-post .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__cat__01_b.png) center center/contain no-repeat;
width: 27px;
        height: 23px;
  right: -25px;
  top: 50%;
  translate: 100% -50%;
}
#top__status .cont-post .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-45);
}
#top__status .cont-post .wrap-post {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 40px;
}
#top__status .cont-post .block-post {
  position: relative;
  background: #fbf2ee;
  padding: 20px;
  border-radius: 20px;
}
#top__status .cont-post .block-post .item-movie {
  border-radius: 10px;
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
}
#top__status .cont-post .block-post .item-movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#top__status .cont-post .block-post .list-images {
  gap: 10px;
  margin-bottom: var(--margin-20);
}
#top__status .cont-post .block-post .list-images .item {
  width: calc((100% - 10px) / 2);
  height: 130px;
  border-radius: 10px;
}
#top__status .cont-post .block-post .list-images .item img {
  border-radius: 10px;
}
#top__status .cont-post .block-post .item-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
#top__status .cont-post .block-post .item-table tr {
  width: 100%;
  position: relative;
}
#top__status .cont-post .block-post .item-table tr::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted var(--col--txt-01);
  bottom: -5px;
  left: 0;
}
#top__status .cont-post .block-post .item-table tr th,
#top__status .cont-post .block-post .item-table tr td {
  font-weight: 500;
  font-size: var(--font-size-14);
  vertical-align: middle;
  position: relative;
}
#top__status .cont-post .block-post .item-table tr th {
  width: 100px;
  text-align: center;
  background: #fff;
  padding: 4px 10px;
  color: var(--col--acc-01);
}
#top__status .cont-post .block-post .item-table tr td {
  padding-left: var(--margin-10);
}
#top__status .cont-post .block-post .item-table tr:first-of-type th::after,
#top__status .cont-post .block-post .item-table tr:first-of-type td::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted var(--col--txt-01);
  top: -5px;
  left: 0;
}
#top__status .cont-post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}
#top__status .cont-post:nth-of-type(even) .block-post {
  background: #fff9e3;
}
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: var(--pt--texture--01-y);
}
#top__contact .inner {
  width: 1280px;
}
#top__contact .list-bnr {
  justify-content: center;
  width: 1080px;
  margin: 0 auto;
  gap: 40px;
  margin-bottom: 120px;
}
#top__contact .list-bnr .item {
  position: relative;
  top: 0;
  transition: ease 0.2s;
}
#top__contact .list-bnr .item:hover {
  top: -3px;
  opacity: 0.8;
}
#top__contact .list-bnr .item:nth-of-type(1) {
  margin-left: -10px;
}
#top__contact .list-bnr .item:nth-of-type(2) {
  margin-top: -53px;
}
#top__contact .wrap-contact {
  z-index: 0;
  width: 100%;
  position: relative;
  padding: 80px 100px;
  border-radius: 60px;
  background: #fff;
}
#top__contact .wrap-contact::before{
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__cat_01.png)center center / contain no-repeat;
  right: 80px;
  bottom: 90px;
  width: 83px;
  height: 101px;
}

#top__contact .ttl04 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#top__contact .ttl04 .ja {
  font-size: var(--font-size-45);
}
#top__contact .ttl04 .ja .str-01 {
  position: relative;
  color: var(--col--main-01);
}
#top__contact .ttl04 .ja .str-01::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__dotted__01_p.png) repeat-x;
  width: 100%;
  height: 6px;
  left: 19px;
  top: 0;
}
#top__contact .block-contact {
  padding: 60px;
  background: var(--pt--stripe--01-p);
  border-radius: 30px;
  position: relative;
}
#top__contact .block-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_04_p.png) center center/contain no-repeat;
  width: 83px;
  height: 101px;
  right: -15px;
  bottom: 10px;
}
#top__contact .block-contact .com__tel {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__contact .block-contact .com__tel .tel-attention {
  height: 24px;
}
#top__contact .block-contact .wrap-btns {
  gap: 30px;
  margin-bottom: var(--margin-20);
}
#top__contact .block-contact .wrap-btns .btn_line {
  position: relative;
  transition: ease 0.2s;
}
#top__contact .block-contact .wrap-btns .btn_line::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_01_b.png) center center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .block-contact .wrap-btns .btn_line:hover {
  border: 1px solid #fff;
  opacity: 0.6;
}
#top__contact .block-contact .item-note {
  margin: 0 auto;
  width: fit-content;
}
#top__contact .block-contact .item-note small {
  font-weight: 500;
}
#top__contact .block-contact .item-note small .link {
  font-weight: 700;
  color: #0000ee;
  padding-bottom: 1px;
  border-bottom: 1px solid #0000ee;
  transition: ease 0.2s;
}
#top__contact .block-contact .item-note small .link:hover {
  border-bottom: 1px solid transparent;
  opacity: 0.4;
}

.com__contact {
  background: var(--pt--texture--01-y);
}
.com__contact .inner {
  width: 1280px;
}
.com__contact .wrap-contact {
  width: 100%;
  padding: 80px 100px;
  border-radius: 60px;
  background: #fff;
}
.com__contact .ttl04 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
.com__contact .ttl04 .ja {
  font-size: var(--font-size-45);
}
.com__contact .ttl04 .ja .str-01 {
  position: relative;
  color: var(--col--main-01);
}
.com__contact .ttl04 .ja .str-01::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__dotted__01_p.png) repeat-x;
  width: 100%;
  height: 6px;
  left: 19px;
  top: 0;
}
.com__contact .block-contact {
  padding: 60px;
  background: var(--pt--stripe--01-p);
  border-radius: 30px;
  position: relative;
}
.com__contact .block-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_04_p.png) center center/contain no-repeat;
  width: 83px;
  height: 101px;
  right: -15px;
  bottom: 10px;
}
.com__contact .block-contact .com__tel {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
.com__contact .block-contact .com__tel .tel-attention {
  height: 24px;
}
.com__contact .block-contact .wrap-btns {
  gap: 30px;
  margin-bottom: var(--margin-20);
}
.com__contact .block-contact .wrap-btns .btn_line {
  transition: ease 0.2s;
  position: relative;
}
.com__contact .block-contact .wrap-btns .btn_line::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_01_b.png) center center/contain no-repeat;
  width: 11px;
  height: 11px;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
}
.com__contact .block-contact .wrap-btns .btn_line:hover {
  border: 1px solid #fff;
  opacity: 0.6;
}
.com__contact .block-contact .item-note {
  margin: 0 auto;
  width: fit-content;
}
.com__contact .block-contact .item-note small {
  font-weight: 500;
}
.com__contact .block-contact .item-note small .link {
  font-weight: 700;
  color: #0000ee;
  padding-bottom: 1px;
  border-bottom: 1px solid #0000ee;
  transition: ease 0.2s;
}
.com__contact .block-contact .item-note small .link:hover {
  border-bottom: 1px solid transparent;
  opacity: 0.4;
}

/* top__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__access {
  background: var(--pt--texture--01-p);
}
#top__access .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
  position: relative;
}
#top__access .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_06_p.png) center center/contain no-repeat;
  width: 315px;
  height: 77px;
  right: -500px;
  top: 0;
}
#top__access .item-map {
  width: 100%;
  height: 400px;
  min-height: 200px;
}
#top__access .item-map iframe {
  width: 100%;
  height: 100%;
}

/* welcome
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* welcome
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome {
  background: var(--pt--texture--03-p);
}
#welcome .inner {
  width: 1280px;
}
#welcome .welcome__nav {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#welcome .welcome__nav .list-nav {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  justify-content: center;
}
#welcome .welcome__nav .list-nav .item {
  height: fit-content;
  width: fit-content;
}
#welcome .welcome__nav .list-nav .item a {
  width: 300px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #fff;
  background: #fbf2ee;
  position: relative;
}
#welcome .welcome__nav .list-nav .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__foot__01_01_p.png) center center/contain no-repeat;
  width: 29px;
  height: 29px;
  left: 30px;
  bottom: -5px;
}
#welcome .welcome__nav .list-nav .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01_b.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
#welcome .welcome__nav .list-nav .item a span {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: var(--font-size-18);
}
#welcome .cont-post {
  position: relative;
  width: 100%;
  padding: 80px 100px;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 100px;
}
#welcome .cont-post::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_03_p.png) center center/contain no-repeat;
  width: 167px;
  height: 272px;
  right: -75px;
  bottom: -10px;
}
#welcome .cont-post:last-child {
  margin-bottom: 0;
}
#welcome .cont-post .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-50);
}
#welcome .cont-post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__cat__01_b.png) center center/contain no-repeat;
width: 27px;
        height: 23px;
  left: -25px;
  top: 50%;
  translate: -100% -50%;
}
#welcome .cont-post .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__cat__01_b.png) center center/contain no-repeat;
  width: 27px;
  height: 23px;
  right: -25px;
  top: 50%;
  translate: 100% -50%;
}
#welcome .cont-post .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-45);
}
#welcome .cont-post .wrap-post {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 40px;
}
#welcome .cont-post .block-post {
  background: #fbf2ee;
  padding: 20px;
  border-radius: 20px;
}
#welcome .cont-post .block-post .item-movie {
  border-radius: 10px;
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
}
#welcome .cont-post .block-post .item-movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#welcome .cont-post .block-post .list-images {
  gap: 10px;
  margin-bottom: var(--margin-20);
}
#welcome .cont-post .block-post .list-images .item {
  width: calc((100% - 10px) / 2);
  height: 130px;
  border-radius: 10px;
}
#welcome .cont-post .block-post .list-images .item img {
  border-radius: 10px;
}
#welcome .cont-post .block-post .item-table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}
#welcome .cont-post .block-post .item-table tr {
  width: 100%;
  position: relative;
}
#welcome .cont-post .block-post .item-table tr::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted var(--col--txt-01);
  bottom: -5px;
  left: 0;
}
#welcome .cont-post .block-post .item-table tr th,
#welcome .cont-post .block-post .item-table tr td {
  font-weight: 500;
  font-size: var(--font-size-14);
  vertical-align: middle;
  position: relative;
}
#welcome .cont-post .block-post .item-table tr th {
  width: 100px;
  text-align: center;
  background: #fff;
  padding: 4px 10px;
  color: var(--col--acc-01);
}
#welcome .cont-post .block-post .item-table tr td {
  padding-left: var(--margin-10);
}
#welcome .cont-post .block-post .item-table tr:first-of-type th::after,
#welcome .cont-post .block-post .item-table tr:first-of-type td::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted var(--col--txt-01);
  top: -5px;
  left: 0;
}
#welcome .cont-post:nth-of-type(even) .block-post {
  background: #fff9e3;
}

/* munchkin
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* munchkin__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#munchkin__feature {
  position: relative;
  z-index: 0;
  background: var(--pt--texture--02-y);
}
#munchkin__feature .inner {
  width: 1280px;
}
#munchkin__feature .list-feature {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#munchkin__feature .list-feature .item {
  position: relative;
  background: #fff;
  border-radius: 60px;
  padding: 60px 100px;
  min-height: 400px;
}
#munchkin__feature .list-feature .item::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_02_b.png) center center/contain no-repeat;
  width: 145px;
  height: 138px;
  right: -5px;
  bottom: -20px;
}
#munchkin__feature .list-feature .item .ttl04 {
  background: var(--col--main-01);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: var(--margin-35);
  width: 760px;
}
#munchkin__feature .list-feature .item .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
#munchkin__feature .list-feature .item .item-img {
  position: absolute;
  right: 100px;
  top: 60px;
  width: max-content;
}
#munchkin__feature .list-feature .item .item-text {
  width: 760px;
}

/* munchkin__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#munchkin__gallery {
  background: url(/img/common/deco_bg__foot__01_01.png) right 100px top 95px no-repeat, url(/img/common/deco_bg__foot__01_02.png) left 100px center no-repeat, url(/img/common/deco_bg__foot__01_03.png) right 100px bottom 95px no-repeat, var(--pt--texture--01-p);
}
#munchkin__gallery .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#munchkin__gallery .list-post {
  width: 100%;
  --num: 3;
  --column-gap: 60px;
  --row-gap: 40px;
}
#munchkin__gallery .list-post .item .item-img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  border: 5px solid #fff;
}
/* minuet
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* minuet__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#minuet__feature {
  position: relative;
  z-index: 0;
  background: var(--pt--texture--02-y);
}
#minuet__feature .inner {
  width: 1280px;
}
#minuet__feature .list-feature {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#minuet__feature .list-feature .item {
  position: relative;
  background: #fff;
  border-radius: 60px;
  padding: 60px 100px;
  min-height: 400px;
}
#minuet__feature .list-feature .item::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_02_b.png) center center/contain no-repeat;
  width: 145px;
  height: 138px;
  right: -5px;
  bottom: -20px;
}
#minuet__feature .list-feature .item .ttl04 {
  background: var(--col--main-01);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: var(--margin-35);
  width: 760px;
}
#minuet__feature .list-feature .item .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
#minuet__feature .list-feature .item .item-img {
  position: absolute;
  right: 100px;
  top: 60px;
  width: max-content;
}
#minuet__feature .list-feature .item .item-text {
  width: 760px;
}

/* minuet__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#minuet__gallery {
  background: url(/img/common/deco_bg__foot__01_01.png) right 100px top 95px no-repeat, url(/img/common/deco_bg__foot__01_02.png) left 100px center no-repeat, url(/img/common/deco_bg__foot__01_03.png) right 100px bottom 95px no-repeat, var(--pt--texture--01-p);
}
#minuet__gallery .ttl03 .ja .str-01 {
  color: var(--col--main-01);
}
#minuet__gallery .list-post {
  width: 100%;
  --num: 3;
  --column-gap: 60px;
  --row-gap: 40px;
}
#minuet__gallery .list-post .item .item-img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  border: 5px solid #fff;
}
/* message
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* message__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#message {
  background: var(--pt--texture--03-p);
}
#message .inner {
  width: 1280px;
}
#message .block-post {
  width: 100%;
  background: #fff;
  margin-bottom: 60px;
  padding: 60px 100px;
  border-radius: 20px;
  gap: 40px;
}
#message .block-post:last-child {
  margin-bottom: 0;
}
#message .block-post .wrap-body {
  flex: 1;
}
#message .block-post .item-img {
  width: 280px;
  height: 280px;
  border-radius: 10px;
}
#message .block-post .item-img img {
  border-radius: 10px;
}
#message .block-post .ttl04 {
  width: 100%;
  background: var(--col--main-01);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: var(--margin-30);
}
#message .block-post .ttl04 .ja {
  font-size: var(--font-size-26);
  line-height: 1.4;
  color: #fff;
}
#message .block-post .item-text {
  width: 100%;
  line-height: 1.5;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: var(--pt--texture--01-p);
}
#company__info .ttl03 {
  position: relative;
}
#company__info .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__cat__01_06_p.png) center center/contain no-repeat;
  width: 315px;
  height: 77px;
  right: -380px;
  bottom: -50px;
}
#company__info .item-table {
  margin-bottom: var(--margin-40);
}
#company__info .item-map {
  height: 400px;
}

/* company__attention
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__attention {
  background: var(--pt--texture--02-y);
}
#company__attention .topic-note .block {
  margin-bottom: var(--margin-50);
}
#company__attention .topic-note .block:last-child {
  margin-bottom: 0;
}
#company__attention .topic-note .block .ttl04 {
  width: 100%;
  padding: 15px 0px;
  background: var(--col--acc-01);
  text-align: center;
  margin-bottom: var(--margin-30);
  border-radius: 10px;
}
#company__attention .topic-note .block .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-30);
  color: #fff;
}
#contact__about {
  background: var(--pt--texture--03-p);
}
#contact__about .wrap-about {
  padding: 60px;
  border-radius: 20px;
  background: #fff;
}
#contact__about .ttl03 {
  margin-bottom: var(--margin-40);
}
#contact__about .item-lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#contact__about .com__tel {
  margin: 0 auto;
}
#contact__about .com__tel .tel-num {
  font-size: var(--font-size-45);
  padding-left: var(--margin-45);
}
#contact__about .com__tel .tel-num::before {
  width: 35px;
  height: 35px;
}
#contact__about .com__tel .tel-attention {
  margin: 0 auto;
  width: fit-content;
}
#contact__about .com__btn_02 {
  margin: 0 auto;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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 .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;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  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 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#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: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #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);
    transition: ease 0.2s;
  }
  #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);
    border: 1px solid var(--col--main-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--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  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: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  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;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#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;
  }
}/*# sourceMappingURL=style.css.map */