@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.8;
  color: #4A3F35;
}

a {
  text-decoration: none;
  color: #cc803b;
}

/*img {
  width: 100%;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 30px;
}

h2 {
  position: relative;
  /*相対位置*/
  line-height: 1.4;
  /*行高*/
  color: #7b6459;
  /*文字色*/
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 15px;
}

/*h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  /*アイコンのユニコード*/
font-weight: 900;
position: absolute;
/*絶対位置*/
font-size: 1em;
/*サイズ*/
left: 0;
/*アイコンの位置*/
top: 0;
/*アイコンの位置*/
color: #ff938b;
/*アイコン色*/
}

h3 {
  color: #4A3F35;
  text-align: center;
}

i {
  margin-left: 5px;
  margin-right: 5px;
}

table {
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #000;
}

/* headerエリア */

header {
  /*background: #fff;*/
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  /*box-shadow: 0 6px 3px -3px rgba(0,0,0,0.1);*/
}

header .inner {
  /*background: #F3E0DC;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  ;
}

header h1 img {
  width: 150px;
}

header nav ul {
  display: flex;
}

header nav ul li {
  margin-left: 20px;
}

header nav ul li a {
  color: #4A3F35;
  font-size: 1.5rem;
}

/* footerエリア */
footer {
  /*
  background-color: #F3E0DC;
  background-image: url("../images/visual.jpg");
  background-repeat: no-repeat;
  
  background: #F3E0DC url("../images/visual.jpg") no-repeat;
  */

  background: #F3E0DC;
  text-align: center;
  color: #4A3F35;
  padding: 50px;
  position: relative;
}

/*footer .a{
  background: #fff;
}*/

footer .sns {
  width: 136px;
  /*background: green;*/
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

footer #page-top {
  font-size: 4rem;
  color: #4A3F35;
  transition: all 1s;
  /* アニメーション設定 */
  position: absolute;
  right: 50px;
  bottom: 50px;
}

footer #page-top:hover {
  color: #cc803b;
  opacity: 0.5;
}

footer #page-top .top-text {
  font-size: 1.2rem;
  display: block;
}

footer #footer-top {
  margin-top: 0;
}

/* visualエリア */
#visual {
  /*background: green;
  background: url(../images/visual.jpg no-repeat center bottom / cover);*/
  height: 100vh;
  width: 100%;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}


#visual .onepiece01 img {
  position: absolute;
  bottom: 150px;
  left: 200px;
  width: 100px;
}

#visual .onepiece02 img {
  position: absolute;
  bottom: 150px;
  left: 200px;
  width: 100px;
  display: none;
}

#visual .onepiece03 img {
  position: absolute;
  bottom: 150px;
  right: 200px;
  width: 100px;
}

#visual .onepiece04 img {
  position: absolute;
  bottom: 150px;
  right: 200px;
  width: 100px;
  display: none;
}

#visual .visual-copy {
  line-height: 1.2;
  color: #fff;
  font-size: 50px;
  text-shadow: 4px 0px 5px #4A3F35(74, 63, 53, 0.8);
  font-weight: bold;
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

#visual .pet_01 img {
  width: 100px;
  position: absolute;
  top: 400px;
  left: 150px;
  transform: translateX(-500px);
  animation: fuwafuwa01 3s infinite;
}

@keyframes fuwafuwa01 {
	0%, 100% {
      transform: translate(0, 0);
	}
	50% {
      transform: translate(0, 20px);
	}
}


#visual .pet_02 img {
  width: 100px;
  position: absolute;
  top: 150px;
  right: 150px;
  transform: translateX(-500px);
  animation: step01 2s ease-in-out infinite;
}

@keyframes step01 {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-6px, -12px) rotate(-2deg);
	}
	50% {
		transform: translate(0, 0);
	}
	75% {
		transform: translate(6px, -12px) rotate(2deg);
	}
	100% {
		transform: translate(0, 0);
	}
}

#visual .pet_03 img {
  width: 100px;
  position: absolute;
  bottom: -50px;
  right: 380px;
  animation: yurayura01 4s linear infinite;
	transform-origin: bottom center;
}

@keyframes yurayura01 {
	0%,100% {
		transform: rotate(-15deg);
	}
	50% {
		transform: rotate(15deg);
	}
}


#visual .dogcat img {
  width: 150px;
  height: 100px;
  position: absolute;
  bottom: -10px;
  left: 200px;
  animation: 8s infinite dogcat;
}

@keyframes dogcat {
  from {
    opacity: 0;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(1270px);
  }
}

/* conceptエリア */
#concept {
  background-color: #FAF8F4;
  padding: 100px;
}

.textbox_1 {
  font-weight: bold;
  text-align: center;
}

.textbox_2 {
  text-align: center;
  padding-top: 20px;
}

/* serviceエリア */
#service .service-section .service-items h3 {
  margin-bottom: 0;
}

.inner {
  width: 1240px;
  /*background: orange;*/
  margin: 0 auto;
}

.block {
  /*background: gray;*/
  display: flex;
  justify-content: space-between;
}

#menu .block .item {
  /* background: skyblue; */
  margin-bottom: 20px;
  /* width: 400px; */
  padding: 0 10px;
}

#menu .block .item img {
  width: 100% !important;
}

/* galleryエリア */
#gallery {
  background: #D8CBB6;
  padding: 100px;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper {
  margin: 0 auto;
}

/* contactエリア */
#contact-top {
  background-color: #FAF8F4;
  text-align: center;
  padding: 100px 0;
}

#contact-top .btn a {
  width: 220px;
  background: #4A3F35;
  color: #fff;
  height: 50px;
  display: block;
  margin: 10px auto 0;
  line-height: 51px;
  border-radius: 10px;
}

#contact-top .btn a:hover {
  background: #D8CBB6;
}

/* accessエリア */
#access {
  background-color: #D8CBB6;
}

#access .googlemap {
  width: 50%;
  /*background: gold;*/
}

#access .access-text {
  width: 50%;
  background: #D8CBB6;
  padding: 100px 30px 100px 30px;
  box-sizing: border-box;
}

dt {
  text-align: center;
}

.textbox {
  text-align: center;
}

#menu-btn-check {
  display: none;
}

/****************************************
              下層ページ共通
*****************************************/

#title {
  width: 100%;
  height: 100vh;
  position: relative;
}

#title h2 {
  font-size: 8rem;
  color: #fff;
  text-shadow: 2px 2px 4px #8b4513;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

/****************************************
              ABOUTページ
*****************************************/

#about #title {
  background: url(../about/images/bg_about.png) no-repeat top center / cover;
  margin-bottom: 100px;
}

#about table {
  width: 100%;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
}

#about table,
#about th,
#about td {
  border: 1px solid #000;
}

#about th,
#about td {
  font-size: 1.8rem;
  padding: 20px 0 20px 20px;
}

#about th {
  font-weight: bold;
  background: #f5deb3;
  width: 20rem;
}

.shop-photo {
  display: flex;
  gap: 16px;
  /* 画像の間隔 */
  justify-content: center;
  align-items: flex-start;
}

.shop-photo img {
  width: calc(50% - 8px);
  /* 2枚で横幅を等分 */
  height: auto;
  max-width: 100%;
  object-fit: cover;
}


/****************************************
              SERVICEページ
*****************************************/

#service #title {
  background: url(../service/images/service.png) no-repeat top center / cover;
}

#service .visual {}

/* --- コンセプトエリア --- */
#service .concept {
  background: #FAF8F4;
  padding: 80px 20px;
  text-align: center;
}

#service .concept h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  color: #7b6459;
}

#service .concept p {
  font-size: 1.7rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  color: #4A3F35;
}

/* --- サービス紹介エリア --- */
#service .service-section {
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}

#service .service-section h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #7b6459;
}

#service .service-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

#service .service-item {
  background: #FAF8F4;
  width: calc(33% - 20px);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

#service .service-item:hover {
  transform: translateY(-8px);
}

#service .service-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

#service .service-item h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #4A3F35;
}

#service .service-item p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4A3F35;
}

/* 詳細欄（最初は非表示） */
.service-detail {
  display: none;
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4A3F35;
}

/* --- サービスアイテム全体 --- */ #service .service-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- 個別サービスアイテム --- */
#service .service-item {
  background: #FAF8F4;
  width: calc(33% - 20px);
  border-radius: 10px;
  padding: 25px 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background 0.3s ease;
  position: relative;
  cursor: pointer;
}

#service .service-item:hover {
  transform: translateY(-5px);
  background: #fff7f0;
}

/* --- サービスタイトルと説明 --- */
#service .service-item h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #4A3F35;
}

#service .service-item p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4A3F35;
}

/* --- 詳細欄（最初は非表示） --- */
.service-detail {
  display: none;
  padding: 15px;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4A3F35;
}

/* --- 詳細表示時の強調 --- */
.service-item.active {
  border: 2px solid #cc803b;
  background: #fff7f0;
}

/* --- 「＋」「−」アイコン --- */
.toggle-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.8rem;
  color: #7b6459;
  transition: transform 0.3s ease;
}

.service-item.active .toggle-icon {
  transform: rotate(45deg);
  /* ＋ → × */
}

/* --- 詳細ボタンテキスト --- */
.toggle-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.4rem;
  color: #7b6459;
}

/* --- サービス詳細ボタン --- */
.service-item .toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb74d;
  position: relative;
  /* ボタン色 */
  color: #fff;
  border-radius: 50px;
  /* 丸み */
  padding: 12px 20px;
  /* タップしやすいサイズ */
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

.service-item .toggle-btn:hover,
.service-item .toggle-btn:active {
  background: #ffa726;
  /* ホバー・タップで色変化 */
  transform: translateY(-2px) scale(1.05);
}

/* --- ＋アイコン --- */
.service-item .toggle-btn .toggle-icon {
  font-size: 1.8rem;
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.service-item.active .toggle-btn .toggle-icon {
  transform: rotate(45deg);
  /* ＋ → × */
}

/* --- 詳細欄 --- */
.service-detail {
  display: none;
  padding: 15px;
  margin-top: 10px;
  background: #fff7f0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4A3F35;
}



/* --- 料金表エリア --- */
#service .price {
  background: #D8CBB6;
  padding: 100px 20px;
  text-align: center;
}

#service .price h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #4A3F35;
}

#service table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#service th,
#service td {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1.6rem;
}

#service th {
  background: #F3E0DC;
  font-weight: bold;
  color: #4A3F35;
}

/* サービスアイテムをクリック可能に見せる */
#service .service-item {
  cursor: pointer;
  position: relative;
}

/* 詳細が開いているときのスタイル（強調用） */
#service .service-item.active {
  border: 2px solid #cc803b;
  background: #fff7f0;
}

/* 「＋」「−」アイコン */
#service .toggle-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.8rem;
  color: #7b6459;
  transition: transform 0.3s ease;
}

#service .service-item.active .toggle-icon {
  transform: rotate(45deg);
  /* ＋ → × に変化 */
}

/* --- お客様の声エリア --- */
#service .voice {
  background: #FAF8F4;
  padding: 100px 20px;
  text-align: center;
}

#service .voice h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #7b6459;
}

#service .voice-items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

#service .voice-item {
  background: #fff;
  width: calc(50% - 20px);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#service .voice-item p {
  font-size: 1.5rem;
  color: #4A3F35;
  margin-bottom: 10px;
}

#service .voice-item span {
  display: block;
  font-size: 1.3rem;
  color: #7b6459;
  text-align: right;
}

/* --- CTAエリア --- */
#service .cta {
  background: #4A3F35;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

#service .cta h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

#service .cta p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#service .cta a {
  display: inline-block;
  background: #cc803b;
  color: #fff;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1.6rem;
  transition: background 0.3s ease;
}

#service .cta a:hover {
  background: #a85f28;
}


/****************************************
            CONTACTページ
*****************************************/

#contact #title {
  background: url(../contact/images/contact.png) no-repeat center center/cover;
}

#contact table {
  font-size: 1.8rem;
  width: 100%;
  margin: 50px 0;
}

#contact th {
  width: 26rem;
  text-align: right;
  vertical-align: top;
}

#contact th,
#contact td {
  padding: 10px;
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"] {
  font-size: 1.8rem;
  height: 40px;
  width: 100%;
  border: 1px solid #c2c2c2;
  padding: 10px;
  box-sizing: border-box;
}

#contact input[type="radio"],
#contact input[type="checkbox"] {
  height: 20px;
  width: 20px;
  vertical-align: -4px;
  box-sizing: border-box;
}

#contact select {
  width: 100%;
  padding: 0 0 0 1em;
  height: 40px;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  box-shadow: none;
  background: none;
  color: #666;
  font-size: 1.6rem;
  box-sizing: border-box;
}

#contact textarea {
  font-size: 1.8rem;
  width: 100%;
  height: 300px;
  border: 1px solid #c2c2c2;
}

#contact input[type="submit"],
#contact input[type="reset"] {
  font-size: 1.6rem;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 1px solid #c2c2c2;
  background: #eee;
  border-radius: 5px;
}

::placeholder {
  color: #999;
}

.red {
  color: red;
}






/****************************************
                スマホ
*****************************************/

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

  /* 共通 */
  body {
    line-height: 1.5;
  }


  .inner {
    /*background: yellow;*/
    width: 94%;
    margin: 0 auto;
  }

  #title {
    height: 260px;
  }

  #title h2 {
    font-size: 40px;
    top: 85%;
  }

  .sp_block{
    display: block;
  }

  /* header エリア */
  header .inner ul {
    display: block;
  }

  .header-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #F3E0DC;
    opacity: 0.8;
    transition: all 0.5s;
    /*アニメーション設定*/
  }


  #menu-btn-check:checked~.header-nav {
    left: 0;
    /*メニューを画面内へ*/
  }

  .header-nav ul {
    padding: 70px 10px 0;
    display: block;
  }

  .header-nav ul li {
    border-bottom: solid 1px #4A3F35;
    list-style: none;
  }

  .header-nav ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #4A3F35;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    margin: 0;
  }

  .header-nav ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #4A3F35;
    border-right: solid 2px #4A3F35;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  header h1 img {
    width: 80px;
  }

  /* メニューボタンエリア */
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #4A3F35;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #D8CBB6;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /*  footer エリア */
  footer {
    padding: 30px 0 10px;
  }

  footer ul {
    font-size: 1.6rem;
  }

  /* main エリア */
  section h2 {
    font-size: 2.7rem;
    line-height: 1.5;
    margin: 0 0 15px;
  }

  /* visual エリア */
  #visual {
    height: 260px;
  }

  #visual .visual-copy {
    font-size: 2rem;
    font-weight: bold;
    bottom: 0%;
    text-shadow: 2px 2px 4px #4A3F35;
  }

  #visual .pet_01 img,
  #visual .pet_02 img,
  #visual .pet_03 img{
    display: none;
  }

  /* #visual .pet_03 img{
    width: 50px;
    height: 140px;
    left: 50px;
  } */

  /* concept エリア */
  #concept {
    padding: 30px 0;
  }

  /* menu エリア */
  #menu {
    padding: 30px 0;
  }

  .block {
    display: block;
  }

  #menu .block .item {
    width: 100%;
    padding: 30px 0;
  }

  /* galleryエリア */
  #gallery {
    padding: 40px 20px;
  }

  /* accessエリア */
  #access .googlemap {
    width: 94%;
    margin: 0 auto;
    height: 300px;
  }

  #access .access-text {
    width: 94%;
    margin: 0 auto;
    background-color: #FAF8F4;
    padding: 40px 20px;
  }

  /****************************************
           ABOUTページ スマホ対応
*****************************************/
  #about #title {
    margin-bottom: 30px;
  }

  .inner table {
    padding: 10px;
    border: none;
  }

  #about table,
  #about th,
  #about td {
    border: none;
  }

  #about table {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #about th {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  #about td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  .shop-photo {
    flex-direction: column;
  }

  .shop-photo img {
    width: 90%;
    margin: 0 auto 0 auto;
  }

  /****************************************
         SERVICEページ スマホ対応
*****************************************/

  #service .service-items,
  #service .voice-items {
    display: block;
  }

  #service .service-item,
  #service .voice-item {
    width: 100%;
    margin-bottom: 20px;
  }

  #service table {
    width: 100%;
  }


  /* --- スマホ対応: タップしやすい大きさ --- */

  .service-item .toggle-btn {
    padding: 15px 20px;
    font-size: 1.6rem;
  }

  .service-item .toggle-btn .toggle-icon {
    font-size: 2rem;
  }
}



/****************************************
       contactページ  スマホ対応
*****************************************/

table,
th,
td {
  border: none;
}

#contact th {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px dotted #999;
}

#contact td {
  display: block;
  width: 100%;
  padding: 0 0 10px;
}

#contact input[type="submit"],
#contact input[type="reset"] {
  width: 49%;
}