/*.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.sawarabi-gothic-regular {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/
/* メイン背景
----------------------------------*/
.background{
	background-image: url(../img/bg.svg);    /*background-color:#000;*/
	background-repeat: repeat;
}
/* co01
----------------------------------*/
.co01_area {
    /*position: relative;*/
    background-color: #fff;
    padding-bottom: 0%;
    padding-top: 0%;
}
/* main
----------------------------------*/
.main_ttl{
    margin-top:15%;
}
.main_read{
    font-size:16px;
    text-align:center;
    margin-top:10px;
    margin-bottom:7%;
    font-weight: 600;
}
/* dog_cat
----------------------------------*/
/* 外枠＋影（Bootstrap shadow-lg + 独自で調整） */
.doc_cat_wrap {
    background: #fff;
    /*border-radius: 12px;*/
    margin-left:3%;
    margin-right:3%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 柄＋写真エリア ---------------------------------- */
.dog_cat_back {
    background-image: url("../img/dog_cat/beige_back.jpg"); /* ←柄の画像を指定 */
    padding: 5%;       /* 高さは自由に調整 */
    background-repeat: repeat;
}
.dog_cat_back2 {
    background-image: url("../img/dog_cat/green_back.jpg"); /* ←柄の画像を指定 */
    padding: 5%;       /* 高さは自由に調整 */
    background-repeat: repeat;
}
/* 下部の白背景文章 -------------------------------- */
.dog_cat_white {
    background: #fff;
    padding: 5%;
}

.dog_cat_read {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 5px;
    font-size: clamp(14px, 4.1vw, 22px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight:500;
}
.dog_cat_read span{
    font-size: clamp(12px, 1.8vw, 15px);
}
.dog_cat_read2 {
  margin-bottom: 10%;
    font-size: clamp(13px, 2vw, 18px);
    font-weight: bold;
    color:#666
}
.dog_cat_name{
    font-size:17px;
    margin-top:5px;
    margin-bottom:10%;
    font-weight:600;
    padding-left:3%;
    padding-right:3%;
    line-height: 1.3;
    font-family: "Sawarabi Gothic", sans-serif;
}
.dog_cat_name span{
    font-size:26px;
}
.dog_cat_ttl{
    margin-top:6%;
    margin-bottom:5%;
}
.dog_cat_back{
    background-image: url(../img/dog_cat/beige_back.jpg);
    background-repeat: repeat;
}
.baby_bn{
    background-image: url(../img/dog_cat/beige_back.jpg);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:500;
    text-align: center;
    border-radius: 28px;
    margin-bottom:5%;   
}
.baby_bn:hover{opacity: 0.7;}
/* great_area
----------------------------------*/
.great_read {
  margin-top: 2%;
    margin-bottom: 2%;
    font-size: clamp(13px, 3.0vw, 18px);
    font-weight: bold;
    color:#666
}
/* shop_area
----------------------------------*/
.shop_area{
}
.shop_back{
    background-image: url("../img/shop/shop_back.jpg");
    padding:5%;
}
.shop_space{
    margin-top:15%;
    margin-bottom:6%;
}
.shop_space2{
    margin-bottom:8%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ---- 区切り線あり ---- */
.p_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    table-layout: fixed;
}

.p_table td {
    border: 1px solid #D1D1D1;
    font-size: clamp(13px, 1.7vw, 16px);
    line-height: 160%;
    padding: 10px;
    vertical-align: middle !important;
}

/* ---- 1〜5行目の交互背景 ---- */
.p_table tr:nth-child(1) td { background-color: #f2f2f2; } /* グレー */
.p_table tr:nth-child(2) td { background-color: #ffffff; } /* 白 */
.p_table tr:nth-child(3) td { background-color: #f2f2f2; } /* グレー */
.p_table tr:nth-child(4) td { background-color: #ffffff; } /* 白 */
.p_table tr:nth-child(5) td { background-color: #f2f2f2; } /* グレー */

/* ---- 6・7行目（動物取扱業）を “完全に白” に統一 ---- */
.p_table tr:nth-child(6) td,
.p_table tr:nth-child(7) td {
    background-color: #ffffff !important;
}
.p_table td:first-child {
  width: 105px;               /* 目的の幅に合わせる（例: 90px） */
  white-space: normal;       /* 折り返しを許可 */
  overflow-wrap: break-word; /* 英数字の長い語も折り返す */
  word-break: break-all;     /* 日本語の語中でも確実に折り返す */
  vertical-align: top;       /* 見出しが複数行になっても上寄せ */
  padding: 10px;             /* 必要なら余白を調整 */
}

/* 小さな画面では列幅を広くしないと読みにくいので応答的に調整 */
@media (max-width: 576px) {
  .p_table td:first-child {
   width: 83px; 
      padding: 6px;
  }
}

/* footer
----------------------------------*/
.footer_area {
    
}
.footer_corp {
    font-size: 16px;
    color: #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 5%;
}
@media screen and (max-width: 575px) {
.footer_corp {
        margin-bottom: 12%;
    }
}
.footer-btn-s {
  background: none;
  padding: 0;
  margin: 0;        /* 上下の余白を消す */
}
.footer-btn-link {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ff6f61;
  padding: 0.75rem 1.5rem; /* ← 左右に余白を追加（1rem → 1.5rem） */
  /*border-radius: 0.25rem;*/
  box-sizing: border-box; /* ← 必須（ズレ防止） */
font-size: 20px;        /* 文字サイズを大きく */
  padding: 8px 0;        /* 上下の余白を広げる（押しやすくする） */
  font-weight: 500; 
}
.footer-btn-s .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.lp-footer {
  text-align: center;
  font-size: 13px;
  color: #666;
  padding-bottom:10px;
}