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

STYLE.css (SP)

トップページ、および各ページのスタイリング

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 4vw;
}
#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 img {
  width: 42vw;
  padding-left: 5vw;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  align-items: center;
  padding-right: 0;
}
#header .group__button {
  gap: 3vw;
  width: fit-content;
}
#header .group__button a {
  width: 210px;
  height: 47px;
  background: var(--col--txt-01);
}
#header .group__button a::before {
  content: "";
  position: absolute;
  right: 15px;
}
#header .group__button a span {
  color: #fff;
}
#header .group__button a span small {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
  width: fit-content;
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
  color: var(--col--txt-01);
}
#header .group__button a span small::before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  left: -5px;
  bottom: 5px;
  translate: -100% 0;
  rotate: 50deg;
}
#header .group__button a span small::after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  right: -5px;
  bottom: 5px;
  translate: 100% 0;
  rotate: -50deg;
}
#header .group__button a.btn__line {
  background: #4e4e4e;
}
@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;
  }
}

html {
  scroll-padding-top: 110px;
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  min-width: 680px;
  gap: 5vw;
  margin-right: clamp(30px, 50vw - 780px, 100px);
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 150vw;
  background: url(/img/mv/mv__img.jpg) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 5vw;
  bottom: 10vw;
  width: 85vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 70vw;
}
#sv .sv-catch {
  position: absolute;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 5vw;
  color: #fff;
  left: 6vw;
  bottom: 6vw;
}
#sv .sv-catch .ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-55);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 7vw;
}
#sv .sv-catch .en {
  font-weight: 400;
  font-size: var(--font-size-32);
  font-family: var(--fot--Libertinus-Math);
  letter-spacing: 0.1em;
  padding-left: 2vw;
  font-size: 3.5vw;
}

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--txt-01);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-70);
}
#footer .item__logo img {
  width: 40vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 15vw 0 5vw;
  width: 90%;
  margin: 0 auto;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  display: none;
  display: flex;
  flex-direction: column;
  align-content: end;
  gap: 30px 70px;
  height: 180px;
  margin-bottom: 70px;
  margin-top: 150px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  font-weight: 500;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  margin: 0 auto;
  padding-bottom: var(--margin-50);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 5vw;
}
#footer #copyright small {
  width: fit-content;
  color: #fff;
  text-align: left;
  display: block;
  font-size: 2.5vw;
  letter-spacing: 0;
}
#footer #copyright small a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright small a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer #copyright .list__subpages {
  gap: 5vw;
  width: fit-content;
}
#footer #copyright .list__subpages .item {
  color: #fff;
  font-size: var(--font-size-15);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
#footer #copyright .list__subpages .item::before {
  content: "|";
  position: absolute;
  color: currentColor;
  right: -0.7em;
  top: 50%;
  translate: 0 -50%;
}
#footer #copyright .list__subpages .item:last-of-type::before {
  display: none;
}
#footer .com__times {
  margin-bottom: var(--margin-25);
  gap: 3vw;
  align-items: center;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: 3.7vw;
}
#footer .com__tel {
  position: relative;
  margin-bottom: var(--margin-50);
  margin-bottom: 15vw;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#footer .com__tel .item__num {
  line-height: 1.6;
  font-size: 8vw;
}
#footer .com__tel .item__attention {
  height: 12px;
}
#footer .group__button {
  gap: 3vw;
  gap: 5vw;
  margin-bottom: 8vw;
}
#footer .group__button a {
  width: 100%;
}
#footer .group__button a span small {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
  width: fit-content;
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
#footer .group__button a span small::before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  left: -5px;
  bottom: 5px;
  translate: -100% 0;
  rotate: 50deg;
}
#footer .group__button a span small::after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  right: -5px;
  bottom: 5px;
  translate: 100% 0;
  rotate: -50deg;
}
#footer .com__instagram {
  --size: 6vw;
  margin: 0 auto;
  filter: var(--col--white-f);
}
@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 a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: var(--col--base-02);
}
#top__about .ttl03 {
  margin-bottom: 5vw;
}
#top__about .ttl03 .ttl__ja {
  font-size: 4vw;
  line-height: 3.2;
}
#top__about .ttl03 .ttl__ja ruby {
  font-size: 6.7vw;
}
#top__about .ttl03 .ttl__ja ruby rt {
  font-size: 3.8vw;
}
#top__about .block__intro {
  position: relative;
}
#top__about .block__intro .list__images {
  position: relative;
  width: 100%;
  height: 106vw;
  margin-bottom: 8vw;
}
#top__about .block__intro .list__images .item {
  position: absolute;
  width: 40vw;
}
#top__about .block__intro .list__images .item:nth-of-type(1) {
  top: 0vw;
  left: 0vw;
  width: 60vw;
}
#top__about .block__intro .list__images .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__flour__01_01.png) center center/contain no-repeat;
  width: 18vw;
  height: 16vw;
  right: -22vw;
  top: 21vw;
}
#top__about .block__intro .list__images .item:nth-of-type(2) {
  right: 0vw;
  top: 41vw;
  width: 38vw;
}
#top__about .block__intro .list__images .item:nth-of-type(3) {
  left: 0vw;
  bottom: 0vw;
  width: 41vw;
}
#top__about .block__intro .list__images .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__flour__01_02.png) center center/contain no-repeat;
  width: 14vw;
  height: 10vw;
  right: -14vw;
  top: 13vw;
}
#top__about .block__intro .list__images[data-season=spring] .item:nth-of-type(1)::before {
  background: url(/img/season/season_spring__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=spring] .item:nth-of-type(3)::before {
  background: url(/img/season/season_spring__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=summer] .item:nth-of-type(1)::before {
  background: url(/img/season/season_summer__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=summer] .item:nth-of-type(3)::before {
  background: url(/img/season/season_summer__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=autumn] .item:nth-of-type(1)::before {
  background: url(/img/season/season_autumn__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=autumn] .item:nth-of-type(3)::before {
  background: url(/img/season/season_autumn__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=winter] .item:nth-of-type(1)::before {
  background: url(/img/season/season_winter__deco_01.png) center center/contain no-repeat;
}
#top__about .block__intro .list__images[data-season=winter] .item:nth-of-type(3)::before {
  background: url(/img/season/season_winter__deco_02.png) center center/contain no-repeat;
}
#top__about .block__intro .item__text {
  width: 100%;
  margin-left: auto;
}
#top__about .block__intro .item__text p {
  font-size: var(--font-size-22);
  font-weight: 600;
  letter-spacing: 0.1em;
}
#top__about .block__intro .item__text br {
  display: none;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  z-index: 0;
  position: relative;
  background: var(--col--base-01);
}
#top__feature .cont__feature .list__feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 9vw;
}
#top__feature .cont__feature .list__feature .item {
  position: relative;
  z-index: 0;
  background: #fff;
  padding: 7vw 5vw;
  position: relative;
}
#top__feature .cont__feature .list__feature .item .ttl04 {
  margin-bottom: 5vw;
  order: 2;
  text-align: center;
}
#top__feature .cont__feature .list__feature .item .ttl04 .ttl__num {
  z-index: 1;
  position: absolute;
  font-size: var(--font-size-30);
  font-size: 6vw;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: var(--fot--Libertinus-Math);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19vw;
  height: 19vw;
  background: #fff;
  border-radius: 50%;
  left: 0vw;
  top: 0vw;
}
#top__feature .cont__feature .list__feature .item .ttl04 .ttl__ja {
  font-size: var(--font-size-22);
  font-size: 5vw;
  line-height: 1.7;
  font-weight: 500;
  font-family: var(--fot--Zen-Old-Mincho);
  letter-spacing: 0.1em;
}
#top__feature .cont__feature .list__feature .item .item__img {
  order: 1;
  margin-bottom: 5vw;
  width: 100%;
}
#top__feature .cont__feature .list__feature .item .item__img img {
  width: 100%;
}
#top__feature .cont__feature .list__feature .item .item__text {
  order: 3;
}
#top__feature .cont__feature .list__feature .item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 2.1;
}

/* top__category
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__category {
  background: var(--col--base-02);
}
#top__category .ttl03 {
  margin-bottom: 10vw;
}
#top__category .cont__category {
  gap: 12vw;
  z-index: 0;
  position: relative;
}
#top__category .cont__category .block {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
#top__category .cont__category .block .ttl04 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 4vw;
}
#top__category .cont__category .block .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Old-Mincho);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: var(--font-size-34);
  position: relative;
  margin-bottom: 5vw;
}
#top__category .cont__category .block .ttl04 .ttl__num {
  left: 0;
  top: 0vw;
  font-weight: 400;
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  font-size: 3.5vw;
  background: var(--col--base-01);
  padding: 2vw 4vw;
  width: fit-content;
}
#top__category .cont__category .block .item__img {
  z-index: -1;
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__category .cont__category .block .item__text {
  margin-bottom: 5vw;
}
#top__category .cont__category .block .item__text p {
  font-family: var(--fot--Zen-Old-Mincho);
  font-size: var(--font-size-22);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
#top__category .cont__category .block .item__text br {
  display: none;
}
#top__category .cont__category .block .com__btn_01 {
  margin: unset;
  width: fit-content;
  margin-left: auto;
  margin-right: 5vw;
}

/* top__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__access {
  background: var(--col--base-01);
}
#top__access .cont__info .item__table {
  margin-bottom: 12vw;
}
#top__access .cont__info .list__images {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  justify-content: center;
}
.top__map {
  width: 100%;
  height: 50vw;
}

/* top__instagram
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__instagram {
  background: #e7e7e7;
}
#top__instagram .swipe_mess {
  display: block;
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0;
  margin-bottom: 7vw;
  color: var(--col--main-01);
}
#top__instagram .cont__instagram {
  width: 100%;
  overflow-x: scroll;
}
#top__instagram .cont__instagram .list__images {
  --num: 3;
  --column-gap: 3vw;
  --row-gap: 0;
  width: 280%;
  min-width: 1000px;
}
#top__instagram .cont__instagram .list__images .item {
  width: calc((100% - 6vw) / 3);
}
#top__instagram .cont__instagram .list__images .item iframe {
  width: 100% !important;
}
/* common__news top__news
========================================================================= */
.com__tag .item {
  position: relative;
  width: fit-content;
  background: var(--col--base-02);
  padding-left: var(--margin-10);
  padding: 1vw 3vw;
  padding-left: 17px;
  font-size: var(--font-size-16);
  font-size: 3vw;
}
.com__tag .item::before {
  content: "#";
  position: absolute;
  left: 7px;
  top: 50%;
  translate: 0 -50%;
}

.com__latest {
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--border-01);
  margin-bottom: 5vw;
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 70%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-18);
  line-height: 1.6;
  font-size: 3.8vw;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-family: var(--fot--Libertinus-Math);
  font-size: var(--font-size-22);
  margin-bottom: 3vw;
}
.com__latest .list__tag {
  order: 2;
  width: 100%;
  margin-bottom: 3vw;
  gap: 5vw;
}
.com__latest .group__img {
  height: 170px;
  width: 250px;
  margin-right: 5vw;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -10px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 4vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

#top__news {
  border-top: 1px solid var(--col--border-01);
  background: #e7e7e7;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin-bottom: 8vw;
}
#top__news .cont__latest {
  margin-bottom: 10vw;
}
#top__news .com__btn_01 {
  display: block;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: 5vw;
}

/* common__subpages
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* common__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__worries {
  background: var(--col--base-02);
}
.common__worries .ttl03 {
  position: relative;
}
.common__worries .ttl03 .ttl__ja {
  font-size: 5vw;
}
.common__worries .cont__worris {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5vw;
  flex-direction: column;
}
.common__worries .cont__worris .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__worries .cont__worris .item__img img {
  width: 100%;
}
.common__worries .cont__worris .item__img br {
  display: none;
}
.common__worries .cont__worris .item__text {
  flex: 1;
}
.common__worries .cont__worris .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.07em;
  font-weight: 600;
  line-height: 2;
}
.common__worries .cont__worris .item__text br {
  display: none;
}

/* common__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__reason {
  background: var(--col--base-01);
}
.common__reason .ttl03 {
  margin-bottom: 10vw;
}
.common__reason .list__reason > .item {
  position: relative;
  width: 100%;
  background: var(--col--base-02);
  padding: 7vw 5vw;
  margin-bottom: 10vw;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.common__reason .list__reason > .item:last-child {
  margin-bottom: 0;
}
.common__reason .list__reason > .item .ttl04 {
  font-size: var(--font-size-30);
  font-size: 5vw;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 4vw;
  order: 2;
}
.common__reason .list__reason > .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
  order: 1;
}
.common__reason .list__reason > .item .item__text {
  order: 3;
}
.common__reason .list__reason > .item .item__text p {
  font-size: var(--font-size-18);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.common__reason .list__reason > .item .item__text br {
  display: none;
}

/* common__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__menu {
  background: var(--col--base-02);
}
.common__menu .ttl03 {
  margin-bottom: 5vw;
}
.common__menu .item__text_note {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12vw;
  gap: 4vw;
  text-align: left;
}
.common__menu .item__text_note small {
  font-size: 4vw;
  display: block;
}
.common__menu .cont__post .block__post {
  padding-bottom: 10vw;
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: 10vw;
}
.common__menu .cont__post .block__post .ttl04 {
  margin-bottom: 5vw;
}
.common__menu .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.common__menu .cont__post .block__post .item__price {
  width: fit-content;
  position: relative;
  padding-left: 1.5em;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
  font-size: 3.5vw;
}
.common__menu .cont__post .block__post .item__price::before {
  content: "■";
  position: absolute;
  font-size: var(--font-size-12);
  font-size: 3vw;
  left: 0;
  bottom: 0;
}
.common__menu .cont__post .block__post .item__text p {
  font-size: var(--font-size-18);
  font-size: 3.8vw;
}
.common__menu .cont__post .block__post .item__text br {
  display: none;
}

/* common__review
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__review {
  border-top: 1px solid var(--col--border-01);
  background: var(--col--base-02);
}
.common__review .ttl03 {
  margin-bottom: 4vw;
}
.common__review .item__text_lead {
  text-align: center;
  margin-bottom: 14vw;
}
.common__review .item__text_lead p {
  font-size: var(--font-size-18);
  font-size: 3.7vw;
}
.common__review .item__text_lead br {
  display: none;
}
.common__review .cont__post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 12vw;
}
.common__review .cont__post .block__post {
  background: var(--col--main-02);
  padding: 7vw 5vw;
  background: #d7d7d7;
}
.common__review .cont__post .block__post .ttl04 {
  order: 2;
  margin-bottom: 5vw;
}
.common__review .cont__post .block__post .ttl04 .ttl__ja {
  font-weight: 600;
  font-size: var(--font-size-18);
  letter-spacing: 0.1em;
}
.common__review .cont__post .block__post .item__img {
  order: 1;
  margin-bottom: 5vw;
  width: 100%;
  height: 230px;
}
.common__review .cont__post .block__post .item__text {
  order: 3;
}
.common__review .cont__post .block__post .item__text p {
  line-height: 1.8;
  font-size: var(--font-size-16);
}
.common__review .cont__post .block__post .item__text br {
  display: none;
}

/* common__nav_subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__nav_subpages {
  background: var(--col--base-01);
}
.common__nav_subpages .list__l_nav {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 7vw;
}
.common__nav_subpages .list__l_nav > .item {
  background: var(--col--txt-01);
  border: 1px solid var(--col--txt-01);
  height: 40vw;
}
.common__nav_subpages .list__l_nav > .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5vw;
  position: relative;
}
.common__nav_subpages .list__l_nav > .item a::before {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid #fff;
  bottom: 3vw;
  right: 0vw;
}
.common__nav_subpages .list__l_nav > .item .ttl03 {
  color: #fff;
  gap: 5vw;
  align-items: start;
}
.common__nav_subpages .list__l_nav > .item .ttl03 .ttl__ja {
  order: 2;
  position: relative;
  font-size: var(--font-size-32);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 6vw;
}
.common__nav_subpages .list__l_nav > .item .ttl03 .ttl__ja span small {
  display: block;
}
.common__nav_subpages .list__l_nav > .item .ttl03 .ttl__en {
  order: 1;
  font-size: var(--font-size-24);
  font-family: var(--fot--Libertinus-Math);
  font-size: 3.8vw;
}

#contact .ttl01 {
  margin-bottom: var(--margin-40);
}
#contact .item__text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#contact .item__text .btn__line {
  border-bottom: 1px solid var(--col--txt-01);
  padding-bottom: 5px;
  transition: ease 0.15s;
}
#contact .item__text .btn__line:hover {
  opacity: 0.5;
}

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

共通下層ページ　( 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 .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_sp.css.map */