@charset "UTF-8";
/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  text-shadow: 3px 3px 0px var(--color-white), -3px -3px 0px var(--color-white), -3px 3px 0px var(--color-white), 3px -3px 0px var(--color-white), 3px 0px 0px var(--color-white), -3px 0px 0px var(--color-white), 0px 3px 0px var(--color-white), 0px -3px 0px var(--color-white);
  font-family: var(--sub-font-family);
  font-size: var(--font-size-23);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 12%;
}
.section-title span {
  color: var(--primary-color);
  font-size: var(--font-size-26);
}

.headline-title {
  border-bottom: 1px solid var(--form-border-color);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  padding: 2% 2% 2% 8%;
  margin-bottom: 4%;
  background: url(../img/common/headline-ttl_ic.png) left top 5vw/4vw no-repeat;
}

.sub-title {
  font-size: var(--font-size-20);
  font-family: var(--sub-font-family);
  text-align: center;
  color: var(--primary-color);
  text-shadow: 2px 2px 0px var(--color-white), -2px -2px 0px var(--color-white), -2px 2px 0px var(--color-white), 2px -2px 0px var(--color-white), 2px 0px 0px var(--color-white), -2px 0px 0px var(--color-white), 0px 2px 0px var(--color-white), 0px -2px 0px var(--color-white);
}
.sub-title--ribbon {
  margin-bottom: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  position: relative;
}
.sub-title--ribbon::before, .sub-title--ribbon::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 0px 6vw 10vw 0px;
  border-color: transparent var(--primary-color) transparent transparent;
}
.sub-title--ribbon::before {
  left: -5.85vw;
}
.sub-title--ribbon::after {
  transform: scale(-1, 1);
  right: -5.85vw;
}
.sub-title--ribbon span {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20vw;
}
.sub-title--ribbon span::before, .sub-title--ribbon span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 0;
  border-width: 0px 0px 10vw 6vw;
  border-color: transparent transparent var(--primary-color) transparent;
}
.sub-title--ribbon span::before {
  left: -5.85vw;
}
.sub-title--ribbon span::after {
  right: -5.85vw;
  transform: scale(-1, 1);
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  height: 16vw;
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-family: var(--sub-font-family);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7vw;
  background: var(--primary-color);
  padding: 0 4vw;
}
.com-button:hover {
  transform: scale(0.98);
}

.has-arrow {
  width: 100%;
  display: block;
}
.has-arrow::before {
  font-size: var(--font-size-25);
  content: "\f133";
  right: 0;
}

.com-address .address__locate {
  color: var(--color-white);
  font-size: var(--font-size-14);
  margin-bottom: 8%;
  text-align: center;
}
.com-address .address__worktime {
  display: flex;
  justify-content: center;
  gap: 3vw 8vw;
}
.com-address .address__worktime .worktime__title {
  background: var(--color-white);
  border-radius: 1vw;
  font-size: var(--font-size-14);
  width: 18vw;
  text-align: center;
  line-height: 1.5;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-address .address__worktime .worktime__content {
  color: var(--color-white);
  font-size: var(--font-size-14);
}
.com-address .address__worktime .worktime__text {
  padding-left: 7vw;
}
.com-address .address__worktime .worktime__text--lunch {
  background: url(../img/common/ft-lunch_ic.png) left center/5vw no-repeat;
}
.com-address .address__worktime .worktime__text--dinner {
  background: url(../img/common/ft-dinner_ic.png) left center/4.5vw no-repeat;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
  background: var(--color-white);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
  background: var(--color-white);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 15% 6%;
  background: var(--primary-color);
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-item {
  background-image: linear-gradient(to right, var(--color-white) 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#drawer-nav nav .drawer-link {
  color: var(--color-white);
  padding: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: var(--color-white);
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  background: url(../img/common/headline-title_ic.png) left center no-repeat;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .c-contact__list {
  margin-bottom: 8%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10%;
  font-size: var(--font-size-12);
  gap: 4vw;
}
#drawer-nav .drawer__subpage-item a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
コンポーネントファイル
===========================================*/
.c-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 5vw;
}
.c-contact__list .com-tel {
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-24);
  font-family: var(--sub-font-family);
  color: var(--color-white);
  padding-left: 7vw;
  background: url(../img/common/tel_ic.png) left center/5vw no-repeat;
}
.c-contact__list .com-tel .tel__text {
  width: 63%;
  margin: 0 auto;
  display: block;
}
.c-contact__list .contact__item--round {
  width: 14vw;
  height: 14vw;
}
.c-contact__list .contact__item--round a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
  padding: 1.5% 4%;
}
#header .header__logo {
  width: 16%;
  line-height: 1;
}
#header .header__right {
  display: none;
}
#header .c-contact__list {
  justify-content: flex-end;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 85vw;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  position: relative;
}
#top-mv .mv__catch {
  width: 60%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 20%;
}

/*==========================================
top
===========================================*/
/* top-about
------------------------*/
#top-about {
  padding: 18% 0;
  background: url(../img/top/about-lc_ill.png) left 6.5104% top 27vw/13% no-repeat, url(../img/top/about-lb_ill.png) left 1.5625% bottom/24% no-repeat, url(../img/top/about-en_txt.png) right -4vw bottom 13vw/96% no-repeat, url(../img/top/about-l_footprint.png) left top/55% no-repeat, var(--third-color);
}
#top-about .about__inbox {
  padding-bottom: 8%;
  position: relative;
}
#top-about .about__content .about__title {
  position: relative;
}
#top-about .about__content .about__title::before {
  position: absolute;
  content: "";
  width: 14%;
  height: 7vw;
  background: url(../img/top/about-ttl_deco.png) center/100% no-repeat;
  inset: -4vw auto auto 2%;
}
#top-about .about__content .about__text {
  margin-bottom: 10%;
}
#top-about .about__content .about__button {
  width: 100%;
}
#top-about .about__img-list {
  margin-top: 10%;
}
#top-about .about__img-list .about__img-item,
#top-about .about__img-list img {
  border-radius: 3vw;
}
#top-about .about__img-list .about__img-item--bk {
  margin-bottom: 7%;
}

/* top-gallery
------------------------*/
#top-gallery {
  padding: 25% 0 18%;
}
#top-gallery .gallery__inbox {
  border-radius: 5vw;
  background: var(--third-color);
  border: 2px dotted var(--accent-color);
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding: 0 5%;
}
#top-gallery .gallery__inbox::before {
  position: absolute;
  content: "";
  inset: auto -4% -15vw auto;
  margin: auto 0;
  width: 47%;
  height: 44vw;
  background: url(../img/top/gallery-rb_ill.png) center/100% no-repeat;
}
#top-gallery .gallery__inner {
  padding: 24% 0 10%;
  position: relative;
}
#top-gallery .gallery__inner .gallery__title {
  position: absolute;
  inset: -11vw 0 auto;
  font-size: var(--font-size-21);
  color: var(--color-white);
  width: 88%;
  margin: 0 auto;
  background: var(--accent-color);
}
#top-gallery .gallery__inner .gallery__title::before, #top-gallery .gallery__inner .gallery__title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  border-width: 0px 6vw 10vw 0px;
  border-color: transparent var(--accent-color) transparent transparent;
}
#top-gallery .gallery__inner .gallery__title::before {
  left: -6vw;
}
#top-gallery .gallery__inner .gallery__title::after {
  transform: scale(-1, 1);
  right: -6vw;
}
#top-gallery .gallery__inner .gallery__title span {
  width: 100%;
  position: relative;
  height: 22vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-gallery .gallery__inner .gallery__title span::before, #top-gallery .gallery__inner .gallery__title span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 0;
  border-width: 0px 0px 10vw 6vw;
  border-color: transparent transparent var(--accent-color) transparent;
}
#top-gallery .gallery__inner .gallery__title span::before {
  left: -6vw;
}
#top-gallery .gallery__inner .gallery__title span::after {
  right: -6vw;
  transform: scale(-1, 1);
}
#top-gallery .gallery__inner .gallery__text {
  margin-bottom: 10%;
}
#top-gallery .gallery__inner .gallery__button {
  width: 100%;
  margin: 0 auto;
}
#top-gallery .gallery__inner .c-gallery__list {
  margin-top: 15%;
}
#top-gallery .gallery__inner .c-gallery__list .c-contact__list .gallery__item-img {
  height: 35vw;
}

.c-gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
.c-gallery__list .gallery__item {
  width: 48%;
}
.c-gallery__list .gallery__item .gallery__item-img {
  width: 100%;
  height: 42vw;
  transition: all 0.3s;
}
.c-gallery__list .gallery__item .gallery__item-img,
.c-gallery__list .gallery__item .img-eff,
.c-gallery__list .gallery__item img {
  border-radius: 4vw;
}
.c-gallery__list .gallery__item:hover .gallery__item-img {
  border-width: 0.75vw;
}
.c-gallery__list .gallery__item:hover .gallery__item-caption {
  color: var(--primary-color);
}
.c-gallery__list .gallery__item .gallery__item-caption {
  font-size: var(--font-size-15);
  padding-left: 13%;
  margin-top: 2%;
  background: url(../img/top/gallery-ttl_ic.png) left top 2vw/4vw no-repeat;
  transition: all 0.3s;
}

/* top-intro
------------------------*/
#top-intro {
  padding: 18% 0;
  background: url(../img/top/intro_bg.jpg) center/cover no-repeat;
}
#top-intro .intro__title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 auto 12%;
  padding: 7vw 7% 0 0;
  background: url(../img/top/intro-ttl_deco.png) right top/15% no-repeat;
}
#top-intro .intro__list {
  gap: 4%;
}
#top-intro .intro__item {
  width: 100%;
  border-radius: 4vw;
  padding: 10% 5%;
  margin-bottom: 15%;
}
#top-intro .intro__item:last-child {
  margin-bottom: 0;
}
#top-intro .intro__item-title {
  width: 80%;
  background: var(--color-white);
  font-size: var(--font-size-25);
  text-align: center;
  border-radius: 7vw;
  line-height: 1.5;
  margin: 0 auto 8%;
  padding: 2%;
  position: relative;
}
#top-intro .intro__item-title::before {
  position: absolute;
  content: "";
}
#top-intro .intro__item--staff .intro__item-title::before {
  width: 21.6606%;
  height: 19vw;
  background: url(../img/top/intro-staff-ttl_ic.png) center/100% no-repeat;
  inset: -5vw -0.5% auto auto;
}
#top-intro .intro__item--dog .intro__item-title::before {
  width: 20.2166%;
  height: 11vw;
  background: url(../img/top/intro-dog-ttl_ic.png) center/100% no-repeat;
  inset: auto auto -3vw 4.85%;
}
#top-intro .intro__item-text {
  margin-bottom: 8%;
}
#top-intro .intro__item-button {
  width: 100%;
}

/* top-sns
------------------------*/
#top-sns {
  padding: 12% 0 23%;
  background: url(../img/top/sns-rb_ill.png) right 2.34375% bottom/25% no-repeat, url(../img/top/sns-lt_footprint.png) left top/50% no-repeat, url(../img/top/sns_bg.jpg) top center/100% no-repeat, var(--third-color);
}
#top-sns .sns__inbox {
  background: var(--third-color);
  border-radius: 7vw 7vw 0 0;
  padding: 12% 0 0;
  width: 84%;
  margin: 0 auto;
}
#top-sns .sns__title {
  text-align: center;
  padding-bottom: 10%;
  margin-bottom: 8%;
  background: url(../img/top/sns-ttl_deco.png) bottom center/100% no-repeat;
}
#top-sns .sns__text {
  margin-bottom: 12%;
}
#top-sns .sns__list {
  margin: 15% auto 0;
  gap: 40px;
}
#top-sns .sns__list .sns__item {
  width: 100%;
  margin-bottom: 10%;
}
#top-sns .sns__list .sns__item:last-child {
  margin-bottom: 0;
}
#top-sns .sns__list .sns__item iframe {
  width: 100%;
  height: 148vw;
  border-radius: 4vw;
}
#top-sns .sns__button {
  width: 100%;
  background-image: url(../img/common/sns/Instagram_Glyph_White.svg);
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  padding: 0 4vw 0 7vw;
}

/* top-takeout
------------------------*/
#top-takeout {
  padding: 18% 5%;
}
#top-takeout .takeout__inbox {
  position: relative;
  border-radius: 7vw;
  border: 2px dotted var(--accent-color);
  padding: 12% 5%;
  text-align: center;
}
#top-takeout .takeout__inbox::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 20vw;
  background: url(../img/top/takeout-lb_ill.png) center bottom/100% no-repeat;
  inset: auto auto -12vw 2.0625%;
}
#top-takeout .takeout__title {
  margin-bottom: 7%;
  font-size: var(--font-size-21);
}
#top-takeout .takeout__title span {
  display: block;
  font-size: var(--font-size-24);
}
#top-takeout .takeout__text {
  text-align: left;
}
#top-takeout .takeout__text span {
  color: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
}
#top-takeout .takeout__img {
  position: absolute;
}
#top-takeout .takeout__img--lt {
  width: 36%;
  inset: -24vw auto auto -4%;
}
#top-takeout .takeout__img--rb {
  width: 36%;
  inset: auto -5% -23vw auto;
}

/* top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../img/top/news-rb_footprint.png) right 4.1666% bottom -5vw/55% no-repeat, var(--third-color);
}
#top-news .news__post-list .news__post {
  background-image: linear-gradient(to right, var(--accent-color) 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#top-news .news__post-list .news__post a {
  padding: 6% 3%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-list .news__post a:hover {
  transform: translateX(10px);
}
#top-news .news__post-list .news__post:first-child a {
  padding-top: 0;
}
#top-news .news__post-list .news__post:last-child {
  background: none;
}
#top-news .news__post-list .news__post:last-child a {
  padding-bottom: 0;
}
#top-news .news__post-list .news__post time,
#top-news .news__post-list .news__post .category-label {
  color: var(--primary-color);
}
#top-news .news__post-list .news__post time {
  width: 28%;
}
#top-news .news__post-list .news__post .category-label {
  width: 72%;
}
#top-news .news__post-list .news__post .category-label li {
  padding: 0 2vw;
  position: relative;
}
#top-news .news__post-list .news__post .category-label li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--primary-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 2%;
}
#top-news .news__button {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 10% 0 0 auto;
  color: var(--primary-color);
}
#top-news .news__button .has-arrow {
  padding-right: 10vw;
  transition: all 0.3s;
}
#top-news .news__button .has-arrow::before {
  right: 0;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  padding: 15% 0 10%;
}
#footer .footer__left {
  margin-bottom: 10%;
}
#footer .footer__left .footer__logo {
  width: 27%;
  display: block;
  margin: 0 auto 6%;
}
#footer .footer__left .footer__address {
  margin-bottom: 10%;
}
#footer .footer__right .footer__ofc-button {
  background: var(--color-white);
  color: var(--primary-color);
  margin-bottom: 15%;
}
#footer .footer__right .footer__nav {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__right .footer__nav .nav__item {
  font-size: var(--font-size-11);
  margin-bottom: 11%;
}
#footer .footer__right .footer__nav .nav__item a {
  color: var(--color-white);
}
#footer .footer__right .footer__nav .nav__item a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 10%;
  font-size: var(--font-size-11);
  color: var(--color-white);
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 52vw;
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto 0 23.4848%;
  margin: 0 auto;
  width: 88%;
  padding: 4% 0;
  border-radius: 12vw;
  border: 1px dotted var(--primary-color);
  background: var(--color-white);
  text-align: center;
  font-size: var(--font-size-24);
  font-family: var(--sub-font-family);
  z-index: 1;
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
}
.lower-sv .sv__title::before {
  width: 90%;
  height: 3vw;
  margin: 0 auto;
  background: var(--fourth-color);
  border-radius: 7vw;
  z-index: -1;
  inset: auto 0 4vw;
}
.lower-sv .sv__title::after {
  width: 100%;
  height: 23vw;
  background: url(../img/sv/sv-ttl-deco_pc.png) center/100% no-repeat;
  inset: -4vw 0 auto 0;
}
.lower-sv .sv__title span {
  display: block;
  position: relative;
  z-index: 1;
}
.lower-sv .sv__title span::before {
  position: absolute;
  content: attr(data-text) "";
  inset: 0;
  font-size: var(--font-size-24);
  color: var(--color-white);
  z-index: -1;
  -webkit-text-stroke: 2vw var(--color-white);
  filter: drop-shadow(-1px -1px 0 var(--primary-color)) drop-shadow(-1px 1px 0 var(--primary-color)) drop-shadow(1px 0px 0 var(--primary-color));
}

#about-sv {
  background: url(../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#gallery-sv {
  background: url(../img/sv/gallery-sv_bg.jpg) center/cover no-repeat;
}

#intro-sv {
  background: url(../img/sv/intro-sv_bg.jpg) center/cover no-repeat;
}

#info-sv {
  background: url(../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

#e404-sv {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}
#e404-sv .sv__title {
  font-size: var(--font-size-21);
}
#e404-sv .sv__title span::before {
  font-size: var(--font-size-21);
}

/*==========================================
about
===========================================*/
/* about-greeting
------------------------*/
#about-greeting {
  background: url(../img/about/greeting-rb_ill.png) right 4% bottom/30% no-repeat, url(../img/about/greeting-l_footprint.png) left top/45% no-repeat, var(--third-color);
  padding-bottom: 22%;
}
#about-greeting .greeting__inbox {
  width: 84%;
  margin: 0 auto;
  position: relative;
}
#about-greeting .greeting__title {
  margin-bottom: 5%;
}
#about-greeting .greeting__text-name {
  text-align: right;
  color: var(--primary-color);
}
#about-greeting .greeting__img-list {
  margin-top: 10%;
}
#about-greeting .greeting__img-list .greeting__img-item {
  margin-bottom: 10%;
}
#about-greeting .greeting__img-list .greeting__img-item:last-child {
  margin-bottom: 0;
}

/* about-concept
------------------------*/
#about-concept .concept__title {
  margin-bottom: 5%;
}
#about-concept .concept__list {
  border-radius: 5vw;
  padding: 12% 5%;
  background: var(--third-color);
  border: 1px solid var(--accent-color);
  position: relative;
}
#about-concept .concept__list::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 53vw;
  background: url(../img/about/concept-rb_footprint.png) center/100% no-repeat;
  inset: auto -13% -10vw auto;
}
#about-concept .concept__list .concept__item {
  margin-bottom: 14%;
}
#about-concept .concept__list .concept__item:last-child {
  margin-bottom: 0;
}
#about-concept .concept__list .concept__item-img img {
  border-radius: 4vw;
}
#about-concept .concept__list .concept__item-title {
  padding: 3% 0;
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-17);
}

/* about-menu
------------------------*/
#about-menu {
  background: var(--third-color);
}
#about-menu .menu__title {
  margin-bottom: 5%;
}
#about-menu .sub-title {
  margin-bottom: 10%;
}
#about-menu .menu__cat {
  margin-bottom: 15%;
}
#about-menu .menu__cat:last-child {
  margin-bottom: 0;
}
#about-menu .menu__cat-title {
  font-size: var(--font-size-18);
  color: var(--color-white);
  background: url(../img/common/headline-title_ic.png) left 5% top 4.5vw/5vw no-repeat, var(--primary-color);
  border-radius: 4vw;
  font-family: var(--sub-font-family);
  margin-bottom: 4%;
  padding: 3% 3% 3% 14%;
}
#about-menu .menu__cat-content {
  margin-bottom: 8%;
}
#about-menu .menu__cat-content:last-child {
  margin-bottom: 0;
}
#about-menu .menu__post-title {
  font-size: var(--font-size-17);
  color: var(--primary-color);
  padding-left: 7%;
  position: relative;
}
#about-menu .menu__post-title::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  background: var(--primary-color);
  border-radius: 50%;
  inset: 3.5vw auto auto 0;
}
#about-menu .menu__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid var(--form-border-color);
  padding: 6% 3%;
}
#about-menu .menu__item-name {
  width: 52%;
}
#about-menu .menu__item-price {
  width: 46%;
  text-align: right;
}

/*==========================================
gallery
===========================================*/
/* gallery-first
------------------------*/
#gallery-first {
  background: url(../img/gallery/gallery-lt_footprint.png) left 15.8854% top/50% no-repeat, url(../img/gallery/gallery-lb_footprint.png) left bottom 8vw/50% no-repeat, var(--third-color);
}
#gallery-first .first__title {
  font-size: var(--font-size-22);
}
#gallery-first .first__img {
  text-align: center;
  margin: 0 auto 10%;
  border-radius: 4vw;
}
#gallery-first .first__img img {
  border-radius: 3vw;
}

/* gallery-archive
------------------------*/
#gallery-archive .gallery__text {
  margin-bottom: 10%;
  text-align: center;
  font-size: var(--font-size-16);
}

/* gallery-single
------------------------*/
#gallery-single {
  background: url(../img/gallery/gallery-lt_footprint.png) left 5.9895% top 8vw/50% no-repeat, var(--third-color);
}
#gallery-single .gallery__thumb {
  margin-bottom: 8%;
  border-radius: 4vw;
}
#gallery-single .gallery__thumb img {
  border-radius: 3vw;
}
#gallery-single .gallery__title {
  font-size: var(--font-size-20);
  padding-left: 9%;
  background: url(../img/top/gallery-ttl_ic.png) left top 3vw/5% no-repeat;
  margin-bottom: 5%;
}
#gallery-single .gallery__list {
  margin-top: 10%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#gallery-single .gallery__list .gallery__item {
  width: 48%;
}
#gallery-single .gallery__list .gallery__item-img {
  width: 100%;
  height: 42vw;
  overflow: inherit;
  margin-bottom: 3%;
  border-radius: 4vw;
}
#gallery-single .gallery__list .gallery__item-img img {
  border-radius: 4vw;
}
#gallery-single .gallery__list .gallery__item-text {
  font-size: var(--font-size-12);
}

/*==========================================
intro
===========================================*/
/* intro-staff
------------------------*/
#intro-staff {
  background: url(../img/about/greeting-lb_footprint.png) left bottom/50% no-repeat, url(../img/about/greeting-lt_footprint.png) left top/50% no-repeat, var(--third-color);
}
#intro-staff .staff__item-img {
  overflow: inherit;
}
#intro-staff .staff__item:not(:has(.staff__item-img)) .staff__item-caption {
  text-align: center;
  background: none;
  padding-left: 0;
}
#intro-staff .staff__item:not(:has(.staff__item-img)) .staff__item-caption span {
  position: relative;
}
#intro-staff .staff__item:not(:has(.staff__item-img)) .staff__item-caption span::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  background: url(../img/top/gallery-ttl_ic.png) center/100% no-repeat;
  inset: 0.85vw auto 0 -6vw;
}
#intro-staff .staff__item-comment {
  background: var(--fifth-color);
  border-radius: 3vw;
  padding: 7% 4%;
  margin-top: 15%;
  position: relative;
  font-size: var(--font-size-13);
}
#intro-staff .staff__item-comment::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 3vw 5vw 3vw;
  border-color: transparent transparent var(--fifth-color) transparent;
  inset: -4.5vw 0 auto;
  margin: 0 auto;
}

/* intro-pet
------------------------*/
#intro-pet .pet__post {
  margin-bottom: 15%;
  position: relative;
}
#intro-pet .pet__post:last-child {
  margin-bottom: 0;
}
#intro-pet .pet__post-title {
  border-bottom: 1px solid var(--form-border-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  padding-left: 8%;
  margin-bottom: 5%;
  background: url(../img/top/gallery-ttl_ic.png) left top 2.5vw/4.5vw no-repeat;
}
#intro-pet .pet__post-thumb {
  width: 100%;
  height: 52vw;
  margin-bottom: 5%;
  border-radius: 4vw;
  overflow: inherit;
}
#intro-pet .pet__post-thumb img {
  border-radius: 4vw;
}
#intro-pet .pet__post-profile .profile__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  margin-bottom: 3%;
}
#intro-pet .pet__post-profile .profile__item:last-child {
  margin-bottom: 0;
}
#intro-pet .pet__post-profile .profile__item dt {
  width: 30%;
  border-radius: 5vw;
  color: var(--color-white);
  font-size: var(--font-size-14);
  text-align: center;
  background: var(--primary-color);
}
#intro-pet .pet__post-profile .profile__item dd {
  width: 70%;
  padding-left: 4%;
}
#intro-pet .pet__post-button {
  width: 100%;
  margin-top: 12%;
}

/* pet-single
------------------------*/
#pet-single .pet__gallery-list {
  gap: 4vw 4%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#pet-single .pet__gallery-list .pet__gallery-item {
  width: 48%;
  height: 45vw;
  border-radius: 4vw;
}
#pet-single .pet__gallery-list .pet__gallery-item img {
  border-radius: 3vw;
}

/*==========================================
info
===========================================*/
#info-section {
  background: url(../img/gallery/gallery-lt_footprint.png) left 5.9895% top/50% no-repeat, var(--third-color);
}
#info-section .info__table {
  background: var(--color-white);
  border: 1px solid var(--accent-color);
  border-radius: 5vw;
  padding: 6% 4%;
  margin-bottom: 15%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
contact
===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
privacy
===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
site
===========================================*/
#site-map .nav__item a {
  padding: 4% 0 4% 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/