@charset "UTF-8";
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -20px;
  margin-bottom: 2rem;
}
.row--std .row__item {
  padding: 20px;
}
.row--wide {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -40px;
  }
}
.row--wide .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 40px;
  }
}
.row--mtad {
  margin-top: -18rem;
}
.row--mt10 {
  margin-top: 10rem;
}
.row--mt15 {
  margin-top: 15rem;
}
.row--mt20 {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .row--spmtm20 {
    margin-top: -20rem;
  }
}
.row--max {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--max {
    margin: -40px;
  }
}
.row--max .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--max .row__item {
    padding: 40px;
  }
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row--items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.row--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .row--sp-max {
    padding: 0;
    margin: 0;
  }
  .row--sp-max .row__item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .pc-only-none {
    display: none;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  font-family: "object-fit: cover; object-position: center center;";
}

.aligncenter {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .aligncenter {
    margin: 0 auto;
  }
}

.alignright {
  margin-left: auto;
}
.alignleft {
  margin-right: auto;
}
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-plr {
    padding: 0 2rem;
  }
}
.itengo {
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.85rem;
  color: #08005c;
  background: #F9F5F0;
  line-height: 2;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .itengo {
    font-size: 2.1rem;
  }
}
.itengo * {
  text-align: justify;
}
.itengo .container {
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .itengo .container {
    padding: 0 4rem;
    max-width: 960px;
  }
}
.itengo .intro {
  padding: 2rem 2rem 0;
  background: url(https://taratta-tachikawa.jp/wp-content/uploads/2025/06/252c30818e897f67b32380fd9d6acc11.png) 50% 0/auto 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .itengo .intro {
    padding: 3rem 8rem 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1080px) {
  .itengo .intro {
    padding: 10rem 14rem 0;
  }
}
.itengo .intro__txtimg {
  width: 100%;
  height: auto;
}
.itengo .intro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .itengo .intro__link {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .itengo .intro__linkitem a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 1080px) {
  .itengo .intro__linkitem img {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.itengo .intro__linkitem:nth-child(1) {
  margin-top: -20rem;
}
@media screen and (max-width: 1079px) {
  .itengo .intro__linkitem:nth-child(1) {
    margin-top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .itengo .intro__linkitem:nth-child(1) {
    margin-top: 0rem;
  }
}
.itengo .intro__linkitem:nth-child(2) {
  margin-top: -10rem;
}
@media screen and (max-width: 1079px) {
  .itengo .intro__linkitem:nth-child(2) {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .itengo .intro__linkitem:nth-child(2) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1079px) {
  .itengo .intro__linkitem:nth-child(3) {
    margin-top: 5rem;
  }
}
.itengo .img-mt--10 {
  margin-top: 10rem;
}
.itengo .img-mt--15 {
  margin-top: 15rem;
}
.itengo .img-mt--20 {
  margin-top: 20rem;
}
@media screen and (min-width: 768px) {
  .itengo .img-mt--m10 {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 768px) {
  .itengo .img-mt--m15 {
    margin-top: -15rem;
  }
}
@media screen and (min-width: 768px) {
  .itengo .img-mt--m20 {
    margin-top: -20rem;
  }
}
@media screen and (max-width: 767px) {
  .itengo .img-mt--omad {
    margin-top: -20rem;
  }
}
.itengo .text-box {
  margin-top: 40rem;
}
@media screen and (max-width: 1079px) {
  .itengo .text-box {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .itengo .text-box {
    margin-top: 5rem;
  }
}
.itengo .desc-box {
  width: 100%;
  max-width: 666px;
  margin: 5rem auto 15rem;
}
@media screen and (max-width: 767px) {
  .itengo .desc-box {
    margin-bottom: 0;
  }
}
.itengo .box500 {
  max-width: 500px;
  margin: 0 auto;
}
.itengo .box500--right {
  margin: 0 0 0 auto;
}
.itengo .box500--mtad {
  margin-top: 25rem;
}
@media screen and (max-width: 767px) {
  .itengo .box500--mtad {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1080px) {
  .itengo .hamidashi {
    width: 140%;
    margin-left: -40%;
  }
}
@media screen and (min-width: 768px) {
  .itengo .hamidashi--min {
    width: 120%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 768px) {
  .itengo .hamidashi--min-right {
    width: 120%;
    margin-left: auto;
    margin-right: -20%;
  }
}
.itengo .fixed-img {
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media screen and (min-width: 1080px) {
  .itengo .fixed-img {
    width: 100vw;
    margin-left: calc((100vw - 890px) / -2);
  }
}
@media screen and (min-width: 1280px) {
  .itengo .fixed-img {
    margin-left: -200px;
  }
}
.itengo .img-center {
  display: block;
  text-align: center;
}
.itengo .img-center img {
  display: inline-block;
}
.itengo .img-right {
  display: block;
  text-align: right;
}
.itengo .img-right img {
  display: inline-block;
}
.itengo .wt-box {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  padding: 2rem 0.5rem;
  margin-left: 5rem;
  background: #fff;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 1079px) {
  .itengo .wt-box {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .itengo .wt-box {
    margin-left: 2rem;
  }
}
.itengo .wt-box + * {
  margin-top: -20rem;
}
.itengo .wt-box--right {
  margin-left: auto !important;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .itengo .wt-box--right {
    margin-right: 2rem;
  }
}
.itengo .wt-box--mtad {
  margin-top: -20rem;
  margin-left: 0;
}
.itengo .wt-box--mtad02 {
  margin-top: -30rem;
}
.itengo .wt-box--wide + * {
  margin-top: -30rem;
}
.itengo .en-title {
  display: block;
  text-align: center;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .itengo .en-title {
    margin-top: 10rem;
  }
}
.itengo .en-title div {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
  color: #000;
  border-bottom: 5px solid #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .itengo .en-title--omad {
    margin-top: 20rem;
  }
}
.itengo .info-box {
  position: relative;
  background: url(https://taratta-tachikawa.jp/wp-content/uploads/2025/06/b2582cf76d077508bac79a07ae897905-1.png) 0 0/contain no-repeat;
  padding: 4rem 0 4rem calc((100vw - 666px) / 2);
}
@media screen and (min-width: 1080px) {
  .itengo .info-box {
    padding: 8rem 0 8rem calc((100vw - 666px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .itengo .info-box {
    padding: 8rem 0 8rem 30rem;
  }
}
@media screen and (max-width: 767px) {
  .itengo .info-box {
    margin-top: 5rem;
    background-size: auto 100%;
    padding: 4rem 2rem;
    font-size: 1.6rem;
  }
}
.itengo .info-box--01::before, .itengo .info-box--02::before, .itengo .info-box--03::before {
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
@media screen and (min-width: 666px) {
  .itengo .info-box--01::before, .itengo .info-box--02::before, .itengo .info-box--03::before {
    right: calc(100vw - 645px);
  }
}
@media screen and (min-width: 768px) {
  .itengo .info-box--01::before, .itengo .info-box--02::before, .itengo .info-box--03::before {
    right: calc(100vw - 726px);
    bottom: -1rem;
  }
}
@media screen and (min-width: 1080px) {
  .itengo .info-box--01::before, .itengo .info-box--02::before, .itengo .info-box--03::before {
    right: calc(100vw - 960px);
  }
}
.itengo .info-box--01::before {
  content: "01";
}
.itengo .info-box--02::before {
  content: "02";
}
.itengo .info-box--03::before {
  content: "03";
}
.itengo .section {
  padding-bottom: 20rem;
}
@media screen and (min-width: 1080px) {
  .itengo .section {
    padding-bottom: 30rem;
  }
}
.itengo .shop-url {
  color: #08005c;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .itengo .shop-url {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1080px) {
  .itengo .shop-url {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .itengo .shop-url:hover {
    opacity: 0.7;
  }
}