/********** 追加css **********/
/********** メディアクリ用メモ **********/
@media (max-width:1024px) {}

@media (max-width:600px) {}

/********** 共通事項 **********/
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #4F4233;
  border-radius: 10px;
}

.pc {
  display: block
}

.sp {
  display: none
}

@media (max-width:600px) {
  .pc {
    display: none;
  }

  .sp {
    display: block
  }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "mizolet", sans-serif;
}

.text-center {
  text-align: center;
  margin: auto
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.primary_btn {
  background: #4F4233;
  color: #fff;
  margin: 2rem auto 1rem;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  width: 480px;
  max-width: 90%;
  border-radius: 99px
}

.secondary_btn {
  background: #fff;
  color: #4F4233;
  margin: 2rem auto 1rem;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  width: 480px;
  max-width: 90%;
  border-radius: 99px;
  border: 2px solid #4F4233;
}

/********** 共通パーツ **********/
.full {
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 60px);
}

.flex-container {
  width: 100%;
}

.flex-item {
  width: 50%;
}

@media (max-width: 600px) {
  .flex-item {
    width: 100%;
  }
}

.flex-item-full {
  width: 100%;
}

.margin {
  margin-bottom: 4rem;
}

.l-content__body,
.l-container {
  max-width: 100% !important;
  width: 100% !important;
}

/**** ページ上パーツ *****/
.p-topArea.-noimg {
  background: #4F4233;
  width: 100%;
  background-image: url(img/head.png);
  background-size: cover;
  object-fit: cover;
  padding: 2rem 0;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 32vh;
  color: #fff;
}

@media (max-width: 600px) {
  .p-topArea.-noimg {
    width: 100%;
  }
}

h2.title {
  letter-spacing: 2px;
  width: 13rem;
  margin-bottom: 1rem;
  padding: 4rem 0 0;
  color: #4F4233;
  background: linear-gradient(transparent 84%, #FFEFAF 84%);
}

h2.title span {
  font-size: 12px;
  display: block;
  letter-spacing: 2px;
  background: none;
}

/** ボタン **/
a.btn {
  padding: 1.2rem 1rem 1.2rem 3.4rem;
  text-align: center;
  background: transparent linear-gradient(79deg, #2B9F65 0%, #0086AF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  border: none;
  letter-spacing: 6px;
  text-decoration: none;
}

a.btn span:after {
  content: url("image/arrow-r.png");
  vertical-align: middle;
  transform: scale(0.01);
  padding-left: 2.6rem
}



/********** Header **********/
header {
  width: 60px !important;
  height: 100vh;
  position: fixed !important;
  right: 0;
}

@media (max-width:600px) {
  header {
    height: 50px !important;
  }
}

header .p-drawer {
  padding: 0 1rem;
}

header .logo {
  background: #fff;
  padding: 1rem 3rem 0.6rem 2rem;
  position: fixed !important;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0 0 15px 0;
}

@media (max-width: 600px) {
  header .logo {
    padding: 0.8rem 1.8rem 0.1rem 1.2rem;
  }

  header .logo img {
    width: 100px;
  }
}

.l-header__body .c-gnavWrap ul {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.l-header__body {
  display: flex;
  justify-content: center;
}

.c-gnav {
  padding-top: 3rem;
  padding-right: 36px
}

.l-header__drawerBtn {
  height: 10px;
  top: 20px;
  right: 10px;
  position: fixed !important;
}

.c-gnav__li,
.c-gnav__li>.c-gnav__a {
  height: auto
}

@media not all and (min-width: 1120px) {

  .l-headerUnder,
  .l-header__bar,
  .l-header__left,
  .l-header__right {
    display: none;
  }
}

/********** コンテナ **********/
.l-content {
  width: calc(100% - 60px);
}

@media (max-width: 600px) {
  .l-content {
    width: 100%;
  }
}

/********** TOPページ **********/
.home .l-content__body {
  margin: 0 auto;
  padding: 0;
}

/* ファーストビュー */
.firstview {
  padding-top: calc(1080 / 1980 * 100%);
  background-image: url("img/top_pc6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: 100vh;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  /* 調整 */
  min-height: 100vh;
  height: auto;
	padding-right:80px;
  padding-bottom: 2rem;
}

@media (max-width: 1024px) {
  .firstview {
    background-image: url("img/top_pc6.png");
    background-size: contain;
    background-position-x: left;
    padding-top: calc(1080 / 1980 * 100% + 10rem);
    height: auto;
    /* ← 高さを固定せず伸縮 */
    min-height: 90vh;
    /* ← 最低限の高さを確保 */
  }
}

@media (max-width: 700px) {
  .firstview {
	background-image: url("img/top_sp8.png");
    background-size: contain;
    padding-top: calc(1080 / 1980 * 100% + 20rem);
    height: auto;
    /* ← 高さを固定せず伸縮 */
    min-height: 90vh;
    /* ← 最低限の高さを確保 */
  }
}
@media (max-width: 600px) {
  .firstview {
	  padding-top: calc(1080 / 1980 * 100% + 14rem);
	  padding-right:0
	}
}

.firstview .firstview_text {
  position: absolute;
  top: 24%;
  left: 2%;
}

.firstview_text .margin {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .firstview .firstview_text {
    top: 48%;
    padding: 1rem;
    position: relative;
    /* ← absoluteをやめる */
    top: auto;
    left: auto;
    padding: 1rem;
    /* 適宜マージンで調整 */
  }
}

.firstview h1 {
  margin-bottom: 12px;
  font-size: 1rem;
  background: #fff;
  border-radius: 16px;
  width: 80px;
}

.firstview h2 {
  font-family: "mizolet", sans-serif;
  font-weight: 900;
  font-style: bold;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .firstview h2 {
    max-width: 90%;
    font-size: 1.6rem;
  }
}

@media (max-width: 600px) {
  .firstview h2 {
    font-size: 1.6rem;
  }
}

.firstview h2 span {
  margin-top: 4px;
  padding: 2px 6px 1px;
  text-align: left;
  display: block;
  background-color: rgba(255, 255, 255, 0.55);
  color: #573A18;
}

@media (max-width: 420px) {
  .firstview h2 span {
    font-size: 1.2rem;
    width: 18rem
  }
}

.firstview h2 span.span01 {
  width: 17.2rem;
}

@media (max-width: 420px) {
  .firstview h2 span.span01 {
    font-size: 1.2rem;
    width: 14rem
  }
}

.firstview p {
  color: #fff;
  text-align: left;
  padding: 2rem 0 0 1rem;
  line-height: 2rem;
}

@media (max-width: 420px) {
  .firstview p {
    padding: 1rem 0 0 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

/* TOP　営業情報 */
.wrap_text_opening {
  position: absolute;
  right: 84px;
  top: 50px;
  z-index: 12;
  width: 30%;
}

@media (min-width: 601px) and (max-width: 1024px) {
  .wrap_text_opening {
    position: static;
    width: 96%;
    margin-right: 80px;
    background: rgba(255, 255, 255, 1);
    /* 読みやすさ確保 */
    border-radius: 8px;
    padding: 1rem;
    box-sizing: border-box;
  }
}

/* タブレット以下 */
@media (max-width: 1024px) {
  .wrap_text_opening {
    position: static !important;
    width: 90%;
    margin: 0 auto ;
  }
}

/* スマホ以下 */
@media (max-width: 600px) {
  .wrap_text_opening {
    width: 96%;
    margin: 0 auto 4rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 0 1rem 2rem;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .firstview {
    height: auto;
    /* 固定高さを解除 */
    min-height: 90vh;
    /* 最低限の高さを確保 */
    padding-bottom: 2rem;
    /* 背景切れ防止 */
  }
}

@media (max-width: 1024px) {
  .wrap_text_opening {
    position: static;
    /* フローに従わせる */
    right: auto;
    top: auto;
    width: 90%;
    margin: 1rem auto 0;
  }
}

@media (max-width: 600px) {
  .wrap_text_opening {
    position: static;
    /* スマホもフローに従う */
    width: 100%;
    margin: 0 auto ;
    background: rgba(255, 255, 255, 1);
    /* 読みやすい背景 */
    border-radius: 0px;
    padding: 0 1rem 5rem;
    box-sizing: border-box;
  }
}

.text_opening {
  border-radius: 0;
  padding: 0;
  color: #4F4233;
}

.text_open {
  border-radius: 6px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  /* 修正 */
  color: #4F4233;
}

.text_open table,
.text_open table th,
.text_open table td {
  padding: 2px;
  border: none;
}

.text_open table {
  max-width: 100%
}

.text_open table th,
.text_open table td {
  padding: 2px !important
}

.text_open table td {
  background: #fff;
}

.text_open h3{
	font-size:1rem
}
.text_open p {
  padding: 8px 0;
  color: #4F4233;
  font-size: 14px;
  line-height: 1.4;
}

.text_open span {
  font-size: 10px;
  font-weight: normal;

}

.text_inspection_add {
  margin-top: 8px;
  padding: 1rem;
  font-weight: normal;
  text-align: start;
  font-size: 0.8rem;
  border-radius: 6px;
  color: #4F4233;
  background: rgba(255, 239, 175, 0.7);
}

/* お知らせ */
a.sns {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 11 !important;
  width: 96%;
}

.news_wrap {
  position: relative;
  z-index: 10 !important;
  margin-top: -10rem;
}

@media (min-width: 601px) and (max-width: 1024px) {
  .news_wrap {
    margin-top: 2rem;
	  background-color:#fff;
    /* 被らないように下げる */
  }
}

.news_wrap h3 {
  font-family: "mizolet", sans-serif;
  font-weight: 900;
  font-style: bold;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.news_wrap h3 span {
  font-size: 12px;
  letter-spacing: 2px;
  padding-left: 1rem;
}

@media (max-width: 600px) {
  .news_wrap {
    margin-top: -1rem;
  }
}

.news_list {
  border-radius: 0 999px 999px 0;
  width: 94%;
  background: #FFFBD4;
  color: #4F4233;
  padding: 4rem 2rem 2rem;
}

.news_list h3 {
  color: #4F4233;
}

.news_list ul {
  margin-bottom: 2rem;
  padding-left: 0;
}

@media (max-width: 600px) {
  .news_list {
    border-radius: 0;
    width: 100%;
  }
}

.post-item {
  padding: 0.6rem 1rem 0.2rem 0;
}

.post-item span.cat {
  background: #573A18;
  color: #fff;
  padding: 4px 8px;
  text-decoration: none
}

.post-item p a {
  margin-left: 1rem;
  text-decoration: none
}

@media (max-width: 600px) {
  .post-item p a {
    display: block;
    margin-left: 0;
  }
}

.post-item ul,
.post-item li,
.post-item span,
.post-item p {
  display: inline
}

a.archive {
  font-size: 0.8rem;
  padding: 0;
}

.first_bottom {
  background-image: url("img/first_bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20rem;
  z-index: 1;
  margin-top: -11rem;
}

@media (max-width: 600px) {
  .first_bottom {
    display: none
  }
}

/* TOPのインスタAPI部分 */
.sns .api {
  max-width: 1280px;
  padding: 10px;
}

/* アバウト　ブリーダーとして */
.about {
  padding: 2rem;
  text-align: center;
}

.about h2,
.about h3,
.about p {
  text-align: left
}

.about h2 {
  padding-bottom: 2rem;
}

.about h2 span {
  font-size: 1rem;
  display: block
}

@media (max-width: 600px) {
  .about {
    padding: 0rem;
  }
}

.flex-item h3 {
  font-size: 2rem;
  font-weight: normal;
  vertical-align: top;
  margin-top: 3rem;
}

@media (max-width: 600px) {
  .flex-item h3 {
    padding: 1rem
  }
}

.flex-item h3 span.number {
  font-size: 0.8rem;
  vertical-align: top;
  margin-right: 0.4rem;
  background: none;
}

.flex-item h3 span.marker {
  background: linear-gradient(transparent 50%, #fffde9 50%);
}

.flex-item p {
  padding: 2rem 2rem 0 2rem;
  line-height: 2rem;
}

@media (max-width: 600px) {
  .flex-item p {
    padding: 0 2rem 0 2rem;
  }
}

.about .first {
  padding: 0 0 4rem 4rem;
}

@media (max-width: 600px) {
  .about .first {
    padding: 1rem
  }
}

.about .set01,
.about .set02,
.about .set03,
.about .set04 {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

@media (max-width: 1024px) {

  .about .set01,
  .about .set02,
  .about .set03,
  .about .set04 {
    padding: 1rem;
  }
}

.about .set02,
.about .set04 {
  padding-left: 10rem;
}

@media (max-width: 1025px) {

  .about .set02,
  .about .set04 {
    padding: 1rem;
  }
}

.set05 {
  padding-top: 4rem;
  background-image: url("img/about_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  line-height: 2rem;
}

.set05 p {
  padding-top: 2rem;
  text-align: center;
}

.set05 p span {
  background: #FFEFAF
}

.set05 img {
  padding-top: 2rem
}

.about .about0 {
  order: 0;
}

.about .about01 {
  order: 1;
}

.about .about02 {
  order: 2;
}

.about .about03 {
  order: 3;
}

.about .about04 {
  order: 4;
}

.about .about05 {
  order: 5;
}

.about .about06 {
  order: 6;
}

.about .about07 {
  order: 7;
}

.about .about08 {
  order: 8;
}

.about .about09 {
  order: 9;
}

@media (max-width:600px) {
  .about .about0 {
    padding-top: 4rem;
    order: 0;
  }

  .about .about01 {
    order: 2;
  }

  .about .about02 {
    order: 1;
  }

  .about .about03 {
    order: 3;
  }

  .about .about04 {
    order: 4;
  }

  .about .about05 {
    order: 6;
  }

  .about .about06 {
    order: 5;
  }

  .about .about07 {
    order: 7;
  }

  .about .about08 {
    order: 8;
    padding-bottom: 4rem
  }

  .about .about09 {
    order: 9;
  }
}

/* 円のギャラリー */
.circle_gallery {
  width: 100%;
  padding-top: 10rem;
  background-color: linear-gradient(180deg, #fff 0%, #fff 80%, #fffde9 80%, #fffde9 100%);
  background-image: url("img/circle_gallery_bg.png");
  background-size: cover;
}

@media (max-width: 600px) {
  .circle_gallery {
    width: 100%;
  }
}

/* お迎え募集中 */
.recruiting {
  background: #fffde9;
  padding-bottom: 3rem;
}

ul.welcoming-ul {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-evenly
}

ul.welcoming-ul li.welcoming-item {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 0.4rem 0.4rem 1rem 0.4rem;
  text-align: center;
  list-style: none;
  width: calc(100% / 3 - 20px) !important;
  height: auto;
  display: flex;
  flex-direction: column;
}

ul.welcoming-ul li.welcoming-item img {
  border-radius: 18px;
  max-width: 100%;
	height: 420px !important;      
    object-fit: cover !important;   
    object-position: center;
}

ul.welcoming-ul li.welcoming-item div.welcoming_day {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -20px;
  right: -10px;
  background: #4F4233;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 99px;
}

@media (max-width:1024px) {
  ul.welcoming-ul li.welcoming-item div.welcoming_day {
    width: 100px;
    height: 100px;
  }
}

ul.welcoming-ul li.welcoming-item div.welcoming_day span {
  font-size: 12px;
}

ul.welcoming-ul li.welcoming-item p {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem auto;
}

ul.welcoming-ul li.welcoming-item p a {
  text-decoration: none
}

ul.welcoming-ul li.welcoming-item span.icon {
  background: #573A18;
  color: #fff;
  padding: 6px;
  width: 10rem;
  border-radius: 99px;
  margin: -1rem auto 0
}

ul.welcoming-ul li.welcoming-item span.glass {
  font-size: 12px;
}

ul.welcoming-ul li.welcoming-item a span.glass {
  text-decoration: none
}

ul.welcoming-ul li.welcoming-item span.glass::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url('img/glass.png');
  background-position: center;
  background-size: contain;
}

@media (max-width:600px) {
  ul.welcoming-ul li.welcoming-item {
    margin: 20px;
    width: calc(100% / 1 - 20px) !important;
  }
}

/* インスタ */
.bottom_menu-ul {
  padding: 2rem 1rem;
  margin: auto;
  width: 100%;
  background: #fffde9;
  text-align: center;
  list-style: none;
  height: auto;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-evenly;
}

@media (max-width: 600px) {
  .bottom_menu-ul {
    width: 100%;
  }
}

.bottom_menu-ul li {
  width: calc(100% / 6) !important;
  text-align: center;
  padding: 0.4rem;
}

@media (max-width: 600px) {
  .bottom_menu-ul li {
    width: calc(100% / 2) !important;
  }
}

/********** .bottom_menu-ul li.bottom_menu01{ background-image: url("img/bottom_menu01.png");} .bottom_menu-ul li.bottom_menu02{ background-image: url("img/bottom_menu02.png");} .bottom_menu-ul li.bottom_menu03{ background-image: url("img/bottom_menu03.png");} .bottom_menu-ul li.bottom_menu04{ background-image: url("img/bottom_menu04.png");} .bottom_menu-ul li.bottom_menu05{ background-image: url("img/bottom_menu05.png");} .bottom_menu-ul li.bottom_menu06{ background-image: url("img/bottom_menu06.png");}**********/
/********** お知らせページ single **********/
.news_title {
  padding: 3rem 1rem 2rem;
}

.news_image {
  max-width: 620px;
}

.news_content {
  padding-top: 2rem;
  line-height: 1.8rem;
}

/********** お迎え募集中の仔ページ single **********/
.p-entry__head .c-pageTitle {
  display: none
}

.welcoming h1 {
  padding: 2rem 0
}

.welcoming .flex-item {
  padding: 1rem
}

@media (max-width:600px) {
  .welcoming .slider {
    padding: 0 !important
  }
}

.splide__slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 30px !important;
  padding: 0.5rem 0.25rem;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none
}

.welcoming .welcoming-table,
.welcoming-table th,
.welcoming-table td {
  background: #fff;
  border: none;
  vertical-align: middle;
}

.welcoming-table th {
  width: 5rem;
}

.welcoming-table td span {
  font-weight: bold;
  font-size: 1.8rem;
}

.welcoming p {
  background: #FFFDE9;
  margin-top: 1rem;
  padding: 2rem;
}

/* カテゴリーのクラス名に応じたスタイル設定 */
.single-cat .category-welcoming_now {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  text-align: center;
  border-radius: 4px;
  background-color: #FFEFAF;
}

.single-cat .category-decision {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  text-align: center;
  border-radius: 4px;
  background-color: #ddd;
}

.single-cat .category-decision {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  text-align: center;
  border-radius: 4px;
  background-color: #ddd;
}

/********** お迎え募集中の仔ページ archive **********/
.archive_head {
  width: 100%;
  background: #eee;
  background-image: url("img/head.png");
  background-size: cover;
  object-fit: cover;
  padding: 2rem 0;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 32vh;
  color: #fff;
}

@media (max-width: 600px) {
  .archive_head {
    width: 100%;
  }
}

#archive-welcoming li.welcoming-item a {
  text-decoration: none;
}

#archive-welcoming li.welcoming-item {
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 14px;
  padding: 1.4rem 1.4rem 1rem 1.4rem;
  text-align: center;
  list-style: none;
  width: calc(100% / 3 - 20px) !important;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

#archive-welcoming li.welcoming-item div.welcoming_day {
  width: 100px;
  height: 100px;
}

#archive-welcoming li.welcoming-item img {
  border-radius: 18px;
  max-width: 100%;
}

#archive-welcoming li.welcoming-item p {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem auto;
}

#archive-welcoming li.welcoming-item p a {
  text-decoration: none
}

#archive-welcoming li.welcoming-item span.category-welcoming_now {
  position: absolute;
  display: inline-block;
  background: #4F4233;
  color: #fff;
  padding: 10px 2px 6px;
  border-radius: 99px;
  font-size: 12px;
  width: 8rem;
  z-index: 10;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}

#archive-welcoming li.welcoming-item span.category-pending {
  position: absolute;
  display: inline-block;
  background: #ddd;
  color: #fff;
  padding: 10px 2px 6px;
  border-radius: 99px;
  font-size: 12px;
  width: 12rem;
  z-index: 10;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}

#archive-welcoming li.welcoming-item span.category-decision {
  position: absolute;
  display: inline-block;
  background: #ddd;
  color: #fff;
  padding: 10px 2px 6px;
  border-radius: 99px;
  font-size: 12px;
  width: 12rem;
  z-index: 10;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}

#archive-welcoming li.welcoming-item a span.glass {
  text-decoration: underline
}

@media (max-width: 600px) {
  #archive-welcoming li.welcoming-item {
    width: 100% !important;
  }
}

/********** エムラビについてページ **********/
#shop .section01 {
  background: #FFF;
  padding-bottom: 4rem
}

#shop .section01 p,
#shop .section01 ol {
  padding-top: 2rem
}

#shop .section01 ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem;
}

@media (max-width: 600px) {
  #shop .section01 ol {
    width: 100%;
    padding: 1rem 0 0;
  }
}

#shop .section01 ol li {
  background: #fffde9;
  padding: 2rem;
  border: 4px solid #fff;
  list-style: none;
  border-radius: 20px;
  width: calc(100%/4);
}

@media (max-width: 1199px) {
  #shop .section01 ol li {
    width: calc(100%/2);
  }
}

@media (max-width:600px) {
  #shop .section01 ol li {
    padding: 8px 4px;
  }
}

#shop .section01 ol li img {
  display: block;
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
  width: 180px;
}

#shop .section02 {
  padding: 4rem 2rem;
  background: #fffde9;
}


@media (max-width: 600px) {
  #shop .section02 {
    padding: 4rem 1rem;
  }
}

#shop .section01 h2 span,
#shop .section02 h3 span {
  display: block;
  font-size: 12px;
}

#shop .section02 table {
  margin-top: 2rem;
  width: 80%;
}

@media (max-width: 600px) {
  #shop .section02 table {
    width: 100%;
  }
}

#shop .section02 th {
  padding: 4px 8px;
  background: #4F4233;
  color: #fffde9;
  border: solid #fffde9 2px;
  vertical-align: middle
}

#shop .section02 td {
  border: solid #fffde9 2px
}

#shop .section03 {
  padding: 4rem 2rem;
}

@media (max-width: 600px) {
  #shop .section03 {
    padding: 4rem 4px;
  }
}

#shop .section03 h3 span {
  display: block;
  font-size: 12px;
}

#shop .section03 table {
  margin: 2rem auto;
  width: 80%;
  border: none;
  color: #452800;
}

@media (max-width: 600px) {
  #shop .section03 table {
    width: 100%;
  }
}

#shop .section03 table tr {
  border: none;
  border-bottom: 2px solid #4F4233
}

#shop .section03 table tr th {
  padding: 2rem 10px !important;
  border: none;
  background: #fff
}

#shop .section03 table tr td {
  padding: 2rem 0 !important;
  border: none;
}

#shop .section02 .accordion {
  background: #F7F0E6;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.4rem;
	width:80%;
	margin-left:10%;
}
@media (max-width: 600px) {
	#shop .section02 .accordion {
		width:98%;margin-left:1%;}
	#shop .section03 table tr td {
  padding: 2rem 0 2rem 10px!important;
  
}
}
#shop .section02 .accordion summary {
  cursor: pointer;
  font-weight: bold;
  padding: 8px;
  width:100%;
  background: #F7F0E6;
  transition: background 1s;
}

#shop .section02 .accordion[open] summary {
  background: #F7F0E6;
}
#shop .section02 .accordion summary img{
 width:96% 
}

/* 開閉アニメーション：max-height をトランジション */
#shop .section01 .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

#shop .section01 .accordion-content > .inner {
  padding: 0;
}

#shop .section01 .accordion[open] .accordion-content {
  max-height: 1000px;
}

@media (prefers-reduced-motion: reduce) {
#shop .section01 .accordion-content {
    transition: none;
  }
}

}
/********** お迎えについてページ **********/
#about-welcoming .section01 {
  padding-bottom: 4rem;
}
#about-welcoming .section01 p.first {
 background:#FAF0E6;
	
	padding:1.4rem 1rem;
}
#about-welcoming .section02 {
  width: 100%;
}

@media (max-width: 600px) {
  #about-welcoming .section02 {
    width: 100%;
  }
}

#about-welcoming .section02 div {
  background: #fffde9;
  padding: 4rem 2rem;
  border-radius: 10px;
}

#about-welcoming .section02 div img {
  padding-top: 2rem;
  width: 480px;
  max-width: 90%
}

@media (max-width: 600px) {
  #about-welcoming .section02 div {
    padding: 2rem 1rem;
  }
}

#about-welcoming .section01 h3,
#about-welcoming .section02 h3 {
  margin-bottom: 2rem;
}

#about-welcoming .section01 h3 span,
#about-welcoming .section02 h3 span {
  display: block;
  font-size: 12px;
}

#about-welcoming .section01 h4 {
  margin: 3rem auto 1rem;
}

#about-welcoming .section01 img {
  padding: 10px;
  width: 120px;
}

/********** ペットホテルページ **********/
#pet-hotels .section01 {
  padding-bottom: 4rem;
}

/****** フォームページ用にidはなくす ******/
a.terms-link{
	margin-right:0.8rem
}
a.terms-link::after{
  padding: 0 0 0 0.2rem;
  display: inline-block;
  width: 0.7rem;
  content:url('img/links_icon.jpg');
}

#pet-hotels .section02 {
  width: 100%;
}

@media (max-width: 600px) {
  #pet-hotels .section02 {
    width: 100%;
  }
}

#pet-hotels .section02 div {
  background: #faf0e6;
  padding: 4rem 2rem;
  border-radius: 10px;
}

#pet-hotels .section02 div img {
  padding: 10px;
  width: 120px;
}

@media (max-width: 600px) {
  #pet-hotels .section02 div {
    padding: 2rem 1rem;
  }
}

#pet-hotels .section01 h3,
#pet-hotels .section02 h3 {
  margin-bottom: 2rem;
}

#pet-hotels .section01 h3 span,
#pet-hotels .section02 h3 span {
  display: block;
  font-size: 12px;
}

#pet-hotels .section01 h4 {
  margin: 3rem auto 1rem;
}

#pet-hotels .section01 img {
  padding: 10px;
  width: 120px;
}

#pet-hotels .pet-hotels_in {
  background: #fffde9;
  width: 60%;
  margin: 1rem auto;
  padding: 3rem 1rem 2rem;
}

.pet-hotels_in span {
  display: inline-block;
  padding: 2px 8px 1px;
  border-bottom: 2px solid #4F4233;
  margin-top: 1rem;
}

#pet-hotels .pet-hotels_attention {
  background: #f5f5f5;
  width: 60%;
  margin: 3rem auto;
  padding: 1rem 0 2rem;
}
@media (max-width:600px) {
	#pet-hotels .pet-hotels_attention {
  background: #f5f5f5;
		width: 96%;}
}

#pet-hotels .pet-hotels_attention b {
  border-bottom: 2px solid #4F4233;
  margin-bottom: 8px;
  line-height: 1.8rem;
}

#pet-hotels .pet-hotels_attention span {
  display: block;
  width: 60%;
  border: 1px solid #4F4233;
  margin: 0 auto 2rem;
  padding: 2rem 1rem;
}
@media (max-width:600px) {
	#pet-hotels .pet-hotels_attention span {
		width: 90%;}
}

/********** 問い合わせ **********/
.smf-form {
  max-width: 960px;
  margin: 2rem auto
}

.required .smf-item__label:after {
  background-color: #f4a460;
  border-radius: 4px;
  content: "必須";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 16px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 4px;
}

.required .smf-item__label {
  display: inline-block;
  padding: 2px 72px 0 0;
  position: relative;
}
.required .smf-item__label::after {
    background-color: rgb(244, 164, 96);
    content: "必須";
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 4px;
    padding: 4px 16px;
}
.smf-item+.smf-item {
  margin: 2em 0 0;
}

@supports ((-webkit-appearance:none) or (appearance:none)) or (-moz-appearance:none) {
  .smf-form .smf-item .smf-radio-button-control__control:checked {
    background-color: #4F4233;
    border-color: #4F4233;
  }
}

.smf-form .smf-item .smf-text-control__control {
  -_border-radius: var(--_global--border-radius);
  --_transition-duration: var(--_global--transition-duration);
  --_transition-function-timing: var(--_global--transition-function-timing);
  --_transition-delay: var(--_global--transition-delay);
  background-color: var(--_color-white);
  border: 1px solid var(--_form-control-border-color);
  border-radius: var(--_border-radius);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
  max-width: 100%;
  outline: 0;
  padding: var(--_padding-2);
  transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
  margin: 0 auto;
}

.smf-form input[type=color],
.smf-form input[type=date],
.smf-form input[type=datetime-local],
.smf-form input[type=datetime],
.smf-form input[type=email],
.smf-form input[type=month],
.smf-form input[type=number],
.smf-form input[type=password],
.smf-form input[type=range],
.smf-form input[type=search],
.smf-form input[type=tel],
.smf-form input[type=text],
.smf-form input[type=time],
.smf-form input[type=url],
.smf-form input[type=week],
.smf-form textarea {
  background-color: #fff;
  border: 1px solid #f4f6fa;
  border-radius: 3px;
  color: #222;
  padding: 3px;
  width: 100%;
}

.smf-action {
  text-align: center !important
}

.smf-action .smf-button-control__control {
  background-color: #452800;
  background-image: none;
  border: none;
  border-radius: 9999px;
  color: #fff;
  padding: 16px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  max-width: 320px;
  width: 100%;
}

/********** Footer **********/
.l-footer {
  width: calc(100% - 60px);
  background: #4F4233;
}

@media (max-width: 600px) {
  .l-footer {
    width: 100%;
  }
}

.line_bn {
  padding-bottom: 2rem;
  background: #fffde9
}

.line_bn img {
  width: 480px;
  max-width: 90%;
padding:2px 8px;
}

.footer_set {
  width: 100%;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-evenly;
}

@media (max-width: 600px) {
  .footer_set {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.footer_set .footer_item01 {
  width: 24%;
}

@media (max-width:1024px) {
  .footer_set .footer_item01 {
    width: 28%;
  }
}

.footer_set .footer_item01 .button {
  display: flex;
  align-items: center;
  background: #FFEFAF;
  border-radius: 4px;
  margin: 2rem 10%;
  padding: 1rem;
  width: 80%;
  color: #4F4233;
  text-align: center;
}

.footer_set .footer_item01 .button .set01 {
  width: 20%;
  padding-top: 0.4rem;
}

.footer_set .footer_item01 .button .set02 {
  width: 80%;
  text-align: center;
}

.footer_set .footer_item01 .button span {
  display: block;
  font-size: 8px;
  padding-top: 4px;
}

@media (max-width: 600px) {
  .footer_set .footer_item01 .button {
    margin: 2rem auto
  }
}

@media (max-width: 600px) {
  .footer_set .footer_item01 {
    width: 320px;
  }
}

.footer_set .footer_item02 {
  width: 66%;
  margin-top: 2rem;
}

.footer_set .footer_item02 p {
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .footer_set .footer_item02 {
    width: 90%;
    margin-top: 0;
  }
}

.footer_set .footer_item03 {
  width: 10%;
  margin-top: 3rem;
}

@media (max-width:1024px) {
  .footer_set .footer_item03 {
    width: 6%;
  }
}

@media (max-width:600px) {
  .footer_set .footer_item03 {
    width: 100%;
    text-align: center
  }
}

.footer_menu {
  font-size: 0.8rem;
  padding: 1rem;
  list-style: none;
  display: flex;
  justify-content: center;
}

.footer_menu li {
  list-style: none;
  padding: 1rem 0.5rem;
}

.footer_menu li a {
  text-decoration: none
}

@media (max-width: 600px) {
  .footer_menu li {
    padding: 4px;
    text-align: center;
  }

  .footer_menu {
    flex-direction: column;
  }

  div.c-copyright {
    margin-top: 1.6rem;
    padding: 4px;
    background: #1a1a1a
  }

  .l-footer__foot {
    padding-bottom: 0;
  }

  .c-copyright {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 8px
  }
}