@charset "utf-8";

/* ------------------------------
   全体設定
------------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
iframe {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  background: url(../images/bg.gif) center/cover no-repeat;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.contents {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

/* ------------------------------
   メインビジュアル
------------------------------ */
.main-visual {
  position: relative;
}

.main-visual img {
  display: block;
}

.main-visual .main-instagram-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.main-visual .main-instagram-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* ------------------------------
   オープニングキャンペーン
------------------------------ */
.opening-campaign {
  margin: 20px;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
}

.opening-campaign .emoji-title {
  font-size: 28px;
  margin-bottom: 8px;
}

.opening-campaign h2 {
  font-size: 22px;
  margin: 6px 0 16px;
}

.opening-campaign h2 span {
  color: #e86b47;
  font-weight: 700;
}

.opening-campaign p {
  margin: 12px 0;
  line-height: 1.6;
}

.opening-campaign strong {
  color: #e86b47;
}

.button-area {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.opening-campaign a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
}

.follow-btn {
  background: linear-gradient(45deg, #405de6, #833ab4);
  color: #fff;
}

.follow-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.like-btn {
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
}

.like-btn:hover {
  background: #f9f9f9;
  transform: translateY(-2px);
}

.hashtags {
  font-size: 13px;
  color: #999;
  margin-top: 18px;
}

/* ------------------------------
   
------------------------------ */

/* ------------------------------
   こだわりセクション
------------------------------ */
/* ---------------------------
こだわり１
------------------------------ */
.petjohn-explanation {
  position: relative;
  max-width: 640px;
  margin: 10px auto;
  border-radius: 16px;
  overflow: hidden;
}




.petjohn-explanation .bg-image img {
  width: 100%;
  height: auto;
  /* 高さ自動調整 */
  display: block;
}

.petjohn-explanation .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 垂直中央寄せ */
  color: #333;
}





/* ---------------------------
こだわり２
------------------------------ */
.petjohn-explanation2 {
  position: relative;
  max-width: 640px;
  margin: 10px auto;
  border-radius: 16px;
  overflow: hidden;

  text-align: right;
  /* ← 左寄せに変更 */
  color: #333;
  line-height: 1.6;

  min-height: 300px;
  box-shadow: 0;
}

.petjohn-explanation2 .bg-image img {
  width: 100%;
  height: auto;
  /* 高さ自動調整 */
  display: block;
}

.petjohn-explanation2 .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 垂直中央寄せ */
  color: #333;
}

/* ---------------------------
こだわり３
------------------------------ */
.petjohn-explanation3 {
  position: relative;
  max-width: 640px;
  margin: 10px auto;
  border-radius: 16px;
  overflow: hidden;
}




.petjohn-explanation3 .bg-image img {
  width: 100%;
  height: auto;
  /* 高さ自動調整 */
  display: block;
}

.petjohn-explanation3 .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 垂直中央寄せ */
  color: #333;
}





/* ------------------------------
   アクセス
------------------------------ */
.media {
  margin: 30px 0;
  padding: 0 20px;
}

.media h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}





/* ------------------------------
   施設概要
------------------------------ */
.facility {
  padding: 30px 20px;
}

.facility h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}

.facility__row {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.facility__row dt {
  font-weight: 600;
}

.facility__cta {
  margin-top: 16px;
  text-align: center;
}

.facility__cta .btn {
  background: #09c;
  color: #fff;
  padding: 10px 20px;
  border-radius: 9999px;
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.facility__cta .btn:hover {
  background: #3cf;
}


.facility__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  /* 項目と内容を整列 */
  align-items: start;
  gap: 8px;
}

.facility__row dt {
  font-weight: 600;
  text-align: left;
}

.facility__row dd {
  text-align: left;
  margin: 0;
}

/* ------------------------------
   フッター
------------------------------ */
footer {
  background: #f8f8f8;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}

footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
  padding: 0;
}

footer a {
  text-decoration: none;
  color: #333;
}

.footer__logo img {
  width: 100px;
  /* ← ロゴの幅を小さくする（例：100px） */
  height: auto;
  margin: 0 auto 10px;
  /* 中央寄せ＋下に少し余白 */
  display: block;
}