@charset "UTF-8";

/*================================================
 *  一般・共通設定
================================================*/
:root {
  --color-theme: #212c3a;
  --color-white: #fff;
  --color-ligth-gray: #eaeaea;
  --color-light-pink: #fcf2f2;
  --color-light-yellow: #faf4e0;
  --font-figtree:"Figtree", sans-serif;
  --font-homemade:"Homemade Apple", cursive;
  --font-hina:"Hina Mincho", serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 60px;
}

.snap-item {
  scroll-snap-align: start;
}

body {
  font-size: 1.5rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .07em;
  color: #333;
  background-color: var(--color-white);
  margin: 0;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

a {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: .7;
}

a.underline {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0;
}

ol li {
  list-style: decimal;
}

@media screen and (max-width:768px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .wrap,
  .widewrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* ==================================================
  splash
====================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: var(--color-light-pink);
  display: grid;
  place-content: center;
}

#splashLogo img {
  margin: auto;
  width: 200px;
}





/*================================================
 *  subMain
================================================*/
#subMain {
  height: 340px;
  background: url(../images/dogs_slider-img_05.jpeg) no-repeat;
  background-size: cover;
  display: grid;
  place-content: center;
  background-position-y: center;
}

#subMain .subImg {
  height: 100%;
}

#subMain .subTtl {
  text-align: center;
  font-size: 2rem;
  color: var(--color-white);
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#subMain .subTtl span {
  display: block;
  font-weight: 600;
  font-family: var(--font-homemade);
  font-size: clamp(2rem, 1rem + 3vw, 3.2rem);
  letter-spacing: .2em;
}

@media screen and (max-width:768px) {
  #subMain {
    height: 280px;
  }
}

/*================================================
 *  header
================================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding: 20px 30px;
  background-color: transparent;
}

header h1 a {
  font-family: var(--font-figtree);
  font-size: 2rem;
  color: var(--color-white);
  line-height: 1;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

header.changeNav {
  background-color: var(--color-theme);
}

header .nav {
  display: flex;
  flex-flow: column;
  position: relative;
  overflow-y: auto;
  padding: 80px 0;
  width: 80%;
  margin: 0 auto;
}

.nav li {
  display: block;
  border-bottom: 1px dotted var(--color-white);
  position: relative;
}

.nav a {
  color: var(--color-white);
  font-size: 1.5rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;

}

.nav a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 6px;
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.nav a .fa-instagram {
  margin-right: 8px;
  font-size: 2.4rem;
}

.nav a span {
  font-size: 1.2rem;
  margin-left: 30px;
  display: inline-block;
  font-family: var(--font-homemade);
  text-transform: lowercase;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.nav-button {
  display: block;
  cursor: pointer;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background: #4d5764;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/*メニューボタンのエフェクト*/
.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.nav-button {
  z-index: 20;
  position: relative;
  width: 40px;
  height: 26px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.nav-button span:nth-of-type(1) {
  top: 0;
}

.nav-button span:nth-of-type(2) {
  top: 10px;
}

.nav-button span:nth-of-type(3) {
  top: 20px;
}

.nav-button:hover {
  opacity: 1;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

@media screen and (max-width:768px) {
  header {
    padding: 20px 16px;
  }
  header .nav {
    width: 100%;
    padding: 80px 20px 120px 20px;
  }
  .nav a::after {
    right: 0;
  }
  
}

/*================================================
 *  section・共通
================================================*/

section {
  padding-bottom: 10rem;
  position: relative;
}

.section {
  padding-top: 8rem;
}

/* タイトル */
h2 {
  text-align: center;
  margin-bottom: 50px;
  color: var(--color-theme);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 英語（飾り） */
h2 span {
  display: block;
  font-family: var(--font-homemade);
  font-size: clamp(2rem, 1rem + 3vw, 3.2rem);
  color: var(--color-muted, #aaa);
  letter-spacing: .2em;
  margin-bottom: 20px;
}

h3 {
  font-weight: 700;
}

.textBox p {
  line-height: 2.2;
}
.textBox p:not(:last-child) {
  margin-bottom: 20px;
}


@media screen and (max-width:768px) {
  section {
    padding-bottom: 7rem;
  }

  .section {
    padding-top: 7rem;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }

  h2 span {
    margin-bottom: 12px;
  }

  .textBox p {
    line-height: 1.8;
  }

}


/*================================================
 *  buttons
 ================================================*/
/* baseボタン */
.baseBtn a{
  display: inline-block;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  color: var(--color-white);
  padding: 15px 30px;
  border-radius: 50px;
  font-family: var(--font-figtree);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  letter-spacing: .1em;
  margin-top: 36px;
  max-width: 320px;
  width: 100%;
}

.baseBtn a:hover {
  background-color: var(--color-white);
  color: var(--color-theme);
}

/* 小さいボタン */
.btnSmall {
  text-align: right;
}
.btnSmall a {
  display: inline-block;
  color: var(--color-theme);
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1.2em;
  text-indent: -1.2em;
  text-decoration: none;
  border-bottom: 1px solid var(--color-theme);
  font-weight: 600;
}
.btnSmall a span:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-theme);
  border-right: 2px solid var(--color-theme);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/* 矢印付きボタン */
.btnArrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.btnArrow .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--color-theme);
  border-radius: 24px;
}

.btnArrow .arrow::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btnArrow .arrow::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.btnArrow span {
  margin-left: 2rem;
}

/* formボタン */
.submitBtn {
  display: block;
  background: var(--color-white);
  border: 1px solid var(--color-theme);
  color: var(--color-theme);
  margin: 60px auto 0;
  text-align: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: var(--font-figtree);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: .1em;
  font-size: 1.5rem;
  max-width: 320px;
  width: 100%;
}

.submitBtn::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
  content: "\f1d8";
  margin-right: 5px;
}

.submitBtn:hover {
  background-color: var(--color-theme);
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  .submitBtn {
    margin-top: 40px;
  }

  .btnArrow {
    justify-content: flex-end;
  }
}


/*================================================
 *  background sections
================================================*/

.bg-light {
  background-color: var(--color-light-pink);
}


/*================================================
 *  main hero
================================================*/
#mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: var(--color-white);
}

#mv .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 画像を包む枠 */
#mv .imgWrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* 実際の画像 */
#mv .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 8s ease-out;
}

/* アクティブスライド：ズームアウト */
#mv .swiper-slide-active .imgWrap img {
  transform: scale(1);
}

/* コピー */
#mv .copy {
  writing-mode: vertical-rl;
  position: absolute;
  left: 8%;
  bottom: 23.9%;
  top: 50%;
  color: var(--color-white);
  z-index: 2;
}

#mv .copy .ja {
  font-size: 3.4rem;
  letter-spacing: .3em;
  display: block;
  white-space: pre;
  font-family: var(--font-hina);
  font-weight: 700;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  #mv {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }

  #mv .copy .ja {
    font-size: 2.6rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

}


/*================================================
 *  news
 ================================================*/

#news .newsContent {
  display: flex;
  flex-wrap: wrap;
}

#news .newsContent h2 {
  margin-right: 100px;
  margin-bottom: 3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {

  .btn-internal {
    margin-top: 30px;
  }
}


/* 埋め込み */
.newsListWrap {
	flex: 1;
}
ul#newsList{
	padding:0;
}
ul#newsList li{
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted var(--color-theme);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
ul#newsList li .up_ymd {
	margin-bottom: 5px;
	font-size: 1.2rem;
	color: var(--color-theme);
	font-weight: 600;
}
ul#newsList li .title {
  margin: 0;
  max-width: 430px;
  width: 100%;
  font-size: 1.5rem;
}
a:hover{opacity: .7;}

.catName{
	display:inline-block;
	padding: 0 5px;
	font-size:1.2rem;
	text-align: center;
	position: relative;
	background: #d1b758;
	color: var(--color-white);
  border-radius: 3px;
	max-width: 80px;
  width: 100%;
  margin: 0 20px;
}



/*================================================
 *  about
 ================================================*/

#about .about-contents {
  width: 50%;
}

#about  {
  position: relative;
  width: 100%;
  padding-bottom: 310px;
  margin-bottom: 20px;
}

#about .about-content {
  margin-left: 40%;
  padding-top: 30px;
}

#about h2 {
  text-align: left;
}

#about .about-img img {
  object-fit: cover;
  display: block;
}

#about .about-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.93%;
  z-index: 1;
  background: url(../images/about-img_01.jpeg) no-repeat center / cover;
  height: 360px;
}

#about .about-img2 {
  position: absolute;
  bottom: 6%;
  right: 8%;
  width: 22%;
  z-index: 1;
  background: url(../images/about-img_02.jpeg) no-repeat center / cover;
  height: 200px;
}

#about .about-img3 {
  position: absolute;
  bottom: 0%;
  left: 34%;
  width: 20%;
  z-index: 2;
  background: url(../images/about-img_03.jpeg) no-repeat center / cover;
  height: 200px;
}


@media screen and (max-width: 768px) {
  #about {
    padding-top: 0;
    height: auto;
  }

  #about h2 {
    text-align: center;
  }

  #about .about-content {
    margin: 0;
  }

  #about .about-img1 {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 3rem;
  }

  #about .about-img2 {
    width: 40%;
    height: 160px;
    right: 5%;
    bottom: 8%;
  }

  #about .about-img3 {
    width: 35%;
    height: 130px;
    left: 5%;
    bottom: 0;
  }
}

/*================================================
 *  service
================================================*/
.bgColorBox {
  background-color: #fcf4db;
  padding: 45px 60px;
  border-radius: 20px;
  position: relative;
}

.bgColorBox .enTtl {
  font-family: var(--font-homemade);
  font-size: 4rem;
  color: var(--color-muted, #aaa);
  letter-spacing: .2em;
  margin-bottom: 20px;
  font-weight: 600;
  position: absolute;
  left: -37px;
  top: -10px;
  transform: rotate(-20deg);
}

.bgColorBox .leadTxt {
  text-align: center;
  color: var(--color-theme);
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.bgColorBox h3 {
  font-size: 1.7rem;
  border-bottom: 1px dashed;
  line-height: 2.2;
  margin-bottom: 14px;
  color: var(--color-theme);
}

.bgColorBox h3::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1b0";
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}

.bgColorBox .serviceImg {
  margin-bottom: 10px;
}

.bgColorBox .gridBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 36px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalBg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.modalInner {
  position: relative;
  background: var(--color-white);
  width: 90%;
  max-width: 480px;
  padding: 24px 32px;
  border-radius: 8px;
  z-index: 1001;
  animation: fadeIn 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}
.closeBtn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-theme);
}

.priceList {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.priceList li {
  margin-bottom: 12px;
}
.note {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}


@media screen and (max-width: 768px) {
  .bgColorBox {
    padding: 40px 30px;
    border-radius: 20px;
  }

  .bgColorBox .enTtl {
    font-size: 3rem;
    left: -8px;
  }

}

/* service */
.service .bgColorBox {
  background-color: var(--color-light-yellow);
}

.service .bgColorBox .serviceItem .textBox p {
  line-height: 1.6;
  font-size: 1.4rem;
}

.caution .bgColorBox {
  background-color: var(--color-ligth-gray);
}


/*================================================
 *  fureai
================================================*/
#fureai {
  position: relative;
}

#fureai::before {
  content: "";
  background: url(../images/dog.png) no-repeat center / cover;
  width: 180px;
  height: 140px;
  position: absolute;
  bottom: 5%;
  right: 8%;
  transform: rotate(10deg);
  opacity: .8;
}

#fureai::after {
  content: "";
  background: url(../images/coffee.png) no-repeat center / cover;
  width: 300px;
  height: 440px;
  position: absolute;
  top: 5%;
  left: 5%;
  opacity: .06;
  transform: rotate(-10deg);
}

#fureai .textBox {
  text-align: center;
}

#fureai .fueaiBtn .fa-arrow-up-right-from-square {
  margin-left: 5px;
}

#fureai .noteTxt {
  margin-top: 30px;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #fureai {
    padding-bottom: 170px;
  }

  #fureai .textBox {
    text-align: justify;
  }

  #fureai::before {
    width: 140px;
    height: 120px;
    /* right: 0; */
    bottom: 2%;
  }

  #fureai::after {
    width: 240px;
    height: 325px;
    left: -10%;
  }
}

/*================================================
 *  dogs
================================================*/
#dogs .textBox {
  margin-bottom: 3rem;
}

#dogs .dogsSlider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100%;
  padding: 0;
}

#dogs .dogsSlider .swiper-wrapper {
  transition-timing-function: linear;
}

#dogs .dogsSlider .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

#dogs .instaBtn a::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  content: "\f16d";
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
}


/*================================================
 *  adoption
================================================*/
#adoption {
  background: url(../images/wide-img.jpeg) no-repeat center / cover;
  position: relative;
  padding-bottom: 8rem;
}

#adoption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

#adoption .wrap {
  position: relative;
  z-index: 2;
}

#adoption .wrap .textBox p {
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #adoption .wrap .textBox p {
    font-size: 1.5rem;
    text-align: justify;
  }
}

/*================================================
 *  faq
================================================*/
#faq {
  padding-bottom: 0;
}

#faq h2 {
  margin-bottom: 40px;
}

#faq .accordionWrap {
  max-width: 680px;
  margin: 0 auto;
}

#faq .accordionWrap details:not(:last-child) {
  margin-bottom: 18px;
}

#faq .accordionWrap summary {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: var(--color-theme);
  color: var(--color-white);
  font-size: 1.5rem;
  border-radius: 5px;
}

#faq .accordionWrap summary::-webkit-details-marker {
  display: none;
}

#faq .accordionWrap .summaryInner {
  cursor: pointer;
  display: block;
  padding: 1.2rem 4rem 1.2rem 4.2rem;
}

#faq .accordionWrap summary .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

#faq .accordionWrap summary .icon::before,
#faq .accordionWrap summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--color-white);
}

#faq .accordionWrap summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}

#faq .accordionWrap summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

#faq .accordionWrap details[open] summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#faq .accordionWrap details[open] .icon {
  transform: translateY(-50%) rotate(180deg);
}

#faq .accordionWrap .content {
  overflow: hidden;
  position: relative;
  /* z-index: -1; */
  background-color: var(--color-light-pink);
  border-radius: 0 0 5px 5px;
}

#faq .accordionWrap .content.js-content {
  overflow: hidden;
}

#faq .accordionWrap .content .contentInner {
  padding: 1.4rem 1.4rem 1.4rem 4.2rem;
}

#faq .accordionWrap .content .btnSmall {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#faq .faqBlock {
  position: relative;
}

#faq .faqBlock.question::before,
#faq .faqBlock.answer::before {
  content: "Q.";
  width: 26px;
  height: 26px;
  left: 10px;
  border-radius: 50%;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  position: absolute;
  color: var(--color-white);
  top: 10px;
  font-family: var(--font-figtree);
}

#faq .faqBlock.answer::before {
  content: "A.";
  color: var(--color-theme);
}

/*================================================
 *  caution 
 ================================================*/
#caution .bgColorBox .textBox p {
  text-align: center;
}

@media (max-width: 767px) {
  #caution .bgColorBox .textBox p {
    text-align: justify;
  }
}

/*================================================
 *  access
 ================================================*/

.access-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 30px;
}

.accessInfo {
  flex: 1;
}

.accessPhoto {
  max-width: 35%;
}

.accessInfo h3 {
  font-size: 2rem;
  border-bottom: 1px dashed;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: var(--color-theme);
}

.accessInfo .fa-paw {
  color: var(--color-theme);
  margin-right: 8px;
}

.accessInfo h4 {
  font-weight: 700;
  color: var(--color-theme);
}

.accessInfoBox:not(:last-child) {
  margin-bottom: 3rem;
}

.accessInfoItem .btnSmall {
  text-align: left;
  margin-bottom: 10px;
}

.tel {
  margin-top: 16px;
}

.tel a {
  font-size: 1.6rem;
  background: var(--color-theme);
  color: var(--color-white);
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: .1em;
}

.tel a .fa-mobile-screen {
  margin-right: 8px;
  font-size: 1.6rem;
}

.map {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0;
  max-width: 100%;
}


.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .map {
    padding-top: 0;
    height: 380px;
  }
}


@media (max-width: 767px) {
  .map {
    padding-top: 56.25%;
    height: 0;
  }
  .accessWrap {
    margin-bottom: 25px;
  }
  .accessPhoto {
    max-width: 65%;
    margin: 0 auto;
  }
}

.accessInfo {
  line-height: 1.8;
}

.accessInfoItem {
  margin-top: 1.6em;
}

.accessInfo h4 {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.access-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.access-list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
}

.noteText {
  font-size: 1.3rem;
}


@media (max-width: 768px) {
  .access-wrap {
    flex-direction: column;
  }
  .access-photo {
    margin-top: 1.5rem;
  }
}

/*================================================
 *  contact
 ================================================*/

#contact .textBox {
  margin-bottom: 5rem;
}

.contactFormList {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3rem;
}

@media (min-width: 768px) {
  .contactFormList {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 5rem;
  }
}

.formItem label,
.formItem legend {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.formItem label span,
.formItem legend span {
  font-size: 1rem;
  margin-left: 1rem;
}

.formItem label .req,
.formItem legend .req {
  display: inline-block;
  margin-left: 12px;
  padding: 0.1rem 0.8rem;
  font-size: 1rem;
  color: var(--color-white);
  background-color: var(--color-theme);
  border-radius: 3px;
}

.formItem input,
.formItem textarea {
  width: 100%;
  padding: 16px;
  font-size: 1.5rem;
  line-height: 1.7;
  border-radius: 5px;
  background-color: var(--color-light-pink);
}

@media (min-width: 768px) {
  .formItem input,
  .formItem textarea {
    padding: 12px 16px;
  }
}

.formItem input::placeholder,
.formItem textarea::placeholder {
  color: #cfcfcf;
}

.formItem input:focus-visible,
.formItem textarea:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--color-theme) 70%, white);
  outline-offset: 1px;
}

.formItem textarea {
  height: 300px;
  resize: vertical;
}

.formItem .radioList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.formItem .radioItem {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: fit-content;
  line-height: 1.2;
}

.formItem .radioItem .radioButton {
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid var(--color-theme);
  border-radius: 9999px;
  cursor: pointer;
  background: var(--color-white);
}

.formItem .radioItem .radioButton:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-theme) 70%, white);
  outline-offset: 2px;
}

.formItem .radioItem .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 9999px;
  background-color: var(--color-theme);
}

.formItem .radioItem > label {
  cursor: pointer;
  font-size: 1.4rem;
  margin: 0;
  user-select: none;
  color: inherit;
  font-weight: 500;
}



/*================================================
 *  support
 ================================================*/
 #support {
  background: url(../images/support.jpg) no-repeat center / cover;
}

#support::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

#support .wrap {
    position: relative;
    z-index: 2;
}

#support .supportLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 36px;
}

#support .supportLinks {
  margin-top: 0;
}


/* 募金ボタン */
#support .supportLinks .donateBtn {
  background-color: var(--color-theme);
  color: var(--color-white);
}

#support .supportLinks .donateBtn:hover {
  background-color: var(--color-white);
  color: var(--color-theme);
  opacity: 1;
}

/* ほしいものリストボタン */
#support .supportLinks .wishlistBtn {
  background-color:#d1b758;
  border: 1px solid #d1b758;
}

#support .supportLinks .wishlistBtn:hover {
  color: #d69c00;
  background-color: var(--color-white);
  opacity: 1;
}

#support .supportLinks .fa-arrow-up-right-from-square {
  margin-left: 5px;
}

@media screen and (max-width:768px) {
  #support .supportLinks .wishlistBtn {
    margin-top: 0;
  }
}






/*================================================
 *  company
 ================================================*/
.company {
  font-family: var(--font-figtree);
}

.companyInfo {
  max-width: 680px;
  margin: 0 auto;
}

.companyInfoList {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #d2d2d2;
}

.companyInfoList dt,
.companyInfoList dd {
  padding: 16px 0;
  border-bottom: 1px dotted #d2d2d2;
}

.companyInfoList dt {
  font-weight: 600;
  color: var(--color-theme);
  min-width: 130px;
  padding-left: 20px;
  color: var(--color-theme);
}


.companyInfoList dd {
  padding-left: 20px;
}

.companyName {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.xpetLogo {
  max-width: 90px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .company h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .companyInfoList {
    grid-template-columns: 1fr;
  }

  .companyInfoList dt,
  .companyInfoList dd {
    padding-left: 0;
  }

  .companyInfoList dt {
    border-bottom: none;
    padding-bottom: 0;
  }

  .companyInfoList dd {
    padding-top: 4px;
  }

  .companyName {
    flex-direction: column;
    align-items: flex-start;
  }

}

/*================================================
 *  footer
================================================*/
.footer {
  background-color: var(--color-theme);
  color: var(--color-white);
  padding: 60px 5% 30px;
  font-family: var(--font-figtree);
}

.footer a {
  color: var(--color-white);
  text-decoration: none;
}

.footerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 50px;
}

.footerLeft {
  width: 240px;
}

.footerLeft a {
  display: block;
  text-align: center;
}

.footerLogo {
  height: auto;
}

.footerTitle {
  text-align: center;
  font-size: 2rem;
  margin-top: 10px;
}

.footerSns {
  text-align: center;
}

.footerSns a {
  color: var(--color-white);
  font-size: 3rem;
}

.footerSns span {
  display: block;
  font-size: 1.2rem;
}

.footerSns .fa-instagram {
  line-height: inherit
}

/* 右エリア */
.footerRight {
  flex: 1;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 60px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.footerNav a {
  color: var(--color-white);
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

.footerNav a:hover {
  opacity: 0.7;
}

/* 下層 */
.footerBottom {
  border-top: 1px solid var(--color-white);
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footerBottomLeft {
  display: flex;
  gap: 50px;
}

.footerInfo {
  font-size: 1.2rem;
  line-height: 1.8;
}

.footerTel {
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.footerDetail {
  font-size: 1.2rem;
  color: #ccc;
  line-height: 1.6;
}

.footerCopy {
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 820px) {
  .footer {
    padding-bottom: 80px;
  }
  .footerInner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 36px;
  }

  .footerRight {
    text-align: center;
  }

  .footerLogo {
    height: auto;
    max-width: 160px;
  }

  .footerNav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footerBottom {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .footerLeft {
    width: 100%;
  }

  .footerBottomLeft {
    flex-direction: column;
    gap: 20px;
  }

  .footerInfo {
    text-align: left;
  }

  .footerRight,
  .footerNav,
  .footerBottom,
  .footerInfo {
    width: 100%;
  }
}



/*================================================
 *  pagetop
 ================================================*/
 #pagetop {
  position: fixed;
  right: 50px;
  bottom: 30px;
  cursor: pointer;
  overflow: visible !important;
  z-index: 2;
}

#pagetop .arrowUp {
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: #858585 #858585 transparent transparent;
  transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
  #pagetop {
    right: 20px;
    bottom: 80px;
  }
}



/*================================================
 *  fixedBt
================================================*/
.fixedBtn {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 5;
}

.fixedBtn a {
  background-color: var(--color-theme);
  background-color: #d1b758;
  display: block;
  writing-mode: vertical-rl;
  color: var(--color-white);
  font-size: 1.6rem;
  padding: 20px 10px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--color-white);
  border-right: 0;
}

.fixedBtn a:hover {
  opacity: 1;
}

.fixedBtn .fa-bone,
.fixedBtn .fa-arrow-up-right-from-square {
  margin-top: 5px;
}

.fixedBtn .supportLink {
  margin-bottom: 30px;
  background-color: var(--color-theme);
}

@media screen and (max-width:768px) {

  .fixedBtn {
    background-color: var(--color-white);
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;

  }
  .fixedBtn a {
    writing-mode: inherit;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--color-white);
    border-bottom: 0;
    border-left: 0;
  }

  .fixedBtn .supportLink {
    margin-bottom: 0;
  }

  .fa-bone,
  .fa-arrow-up-right-from-square {
    margin-top: 0;
    margin-left: 5px;
  }
}