@charset "utf-8";
/*googleFonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@500;700&display=swap');
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0A0A0A;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 888;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 50px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}
/*共通/end*/
header {
  width: 100%;
  margin: 0 auto 0;
  padding: .75em 0;
  background-color: rgba(245, 240, 230, 0.90);
  position: fixed;
  z-index: 8888;
}
h1 {
  max-width: 97%;
  margin: 0 auto 0;
  font-size: .87em;
  font-weight: 500;
}
h1 span {
  font-size: .9em;
  margin-right: .75em;
}
footer {
  min-width: 100%;
  margin: 0 auto;
  padding: 2em 1em 1em;
  background-color: #644C41;
  background-image: url(../img/footer-bk.png);
  color: #F9F5EF;
}
footer h2 {
  font-size: 1.3em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
footer h2 span {
  margin-top: 1.5em;
  font-size: .6em;
  display: block;
}
footer > div {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
footer > div > div {
  width: 90%;
  margin: auto;
}
footer .f-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
footer .f-tel {
  margin: 0 auto 0 auto;
  padding: 10px 10px 10px 10px;
  font-size: 1.32em;
  letter-spacing: .2em;
  text-align: left;
  display: flex;
  justify-content: center;
}
footer .f-tel img {
  width: auto;
  height: 26px;
  margin-right: 12px;
}
footer .f-formBt {
	width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px 0 12px 0;
  font-size: 1.1em;
	text-align: center;
  color: #644C41;
  line-height: 1.2;
  background-color: #F9F5EF;
  background-image: url(../img/icon-next.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  border-radius: 26px;
}
footer .f-formBt2 {
	width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px 0 12px 0;
  font-size: 1.1em;
	text-align: center;
  color: #644C41;
  line-height: 1.2;
  background-color: #F9F5EF;
  background-image: url(../img/icon-next.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  border-radius: 26px;
}
footer .f-tel:hover, footer .f-formBt:hover, footer .f-formBt2:hover {
  cursor: pointer;
  opacity: .8;
}
footer .sns {
	margin-top: 25px;
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:50px;
}
footer .insta{	
}
footer .insta img{
	width: 30px;
	height: auto;
}
footer .sns .blog{
	width: auto;
	height: 30px;
	padding:3px 10px 6px 10px;
	border: 2px solid #f9f5ef;
	border-radius: 10px;
	font-weight: 700;
}
footer .sns .insta:hover{
  cursor: pointer;
  opacity: .8;	
}
footer .sns .blog:hover{
  cursor: pointer;
  opacity: .8;
	color:#644c41;
	background-color: #f9f5ef;
}
footer .f-map {
  width: 100%;
  margin: 20px auto 0;
}
footer .f-map p {
  margin: 0 auto 10px;
  font-size: .9em;
  line-height: 1.4;
  text-align: center;
}
footer iframe {
  width: 100%;
  height: 250px;
}
footer > p {
  margin: 40px auto 0;
  font-size: .8em;
  text-align: center;
}
/*index*/
/*top slider*/
.sliderBox {
  width: 100%;
  padding: 40px 0 25px 0;
  background-color: #F9F5EF;
}
.slider {
  max-width: 95%;
  height: 38vh;
  margin: 10px auto 0;
  position: relative;
}
.sliderImg li {
  width: 100%;
  height: 38vh;
}
.sliderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider .deco {
  width: 60%;
  position: absolute;
  right: 5px;
  bottom: -15px;
  z-index: 100;
}
.slider .deco img {
  width: 100%;
  height: auto;
}
.sliderBox p {
  font-size: .8em;
  color: #C19A5B;
  text-align: center;
  line-height: 4;
}
.intro h2 {
  margin-bottom: 1.5em;
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  color: #B09761;
  line-height: 1.65;
}
/*flow slider*/
.flow-slider {
  width: 100%;
  margin: 0 auto 30px;
  padding: 2px 0;
  background-color: #533F16;
}
.slider2 {
  width: 100%;
  margin: 0 auto 0;
}
.slider2 li {
  margin: 0 0;
}
.slider2 img {
  width: 100%;
  height: auto;
}
/*section h3 {
  font-size: 1.25em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}*/
.intro {
  padding: 50px 1em 30px;
}
.intro p {
  max-width: 800px;
  margin: 0 auto;
  font-size: .9em;
  line-height: 1.6;
  letter-spacing: .05em;
}
.bt01 {
  width: max-content;
  margin: 50px auto 0 auto;
  padding: 10px 60px 12px 60px;
  font-size: 1em;
  font-weight: 500;
  color: #F9F5EF;
  line-height: 1.2;
  letter-spacing: .4em;
  background-color: #B09761;
  background-image: url(../img/icon-next2.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  border-radius: 26px;
  display: block;
}
.bt01:hover {
  cursor: pointer;
  opacity: .8;
}
/*section h2*/
.secTlt {
  padding-bottom: .15em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.8;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #EDD5A3, #B09761) 1;
}
.flow {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 1em;
  background-color: #F9F5EF;
}
.flow .flowTxt1 {
  max-width: 550px;
  width: 95%;
  margin: 30px auto 5px;
  padding: .5em;
  font-size: .95em;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  background-color: #F6E7DA;
}
.flow .flowTxt2 {
  max-width: 550px;
  width: 100%;
  margin: 10px auto 0;
  padding: .5em;
  font-size: .9em;
  text-align: left;
  line-height: 1.5;
  background-color: #FFFCF4;
  border: 2px dashed;
  border-image: linear-gradient(to bottom, #EDD5A3, #B09761) 1;
}
.flow-item {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.5em .25em;
  border-bottom: 1px solid #C19A5B;
}
.flow-item:last-child {
  border-bottom: none;
}
.flow-item .step {
  font-size: 1.25em;
  font-weight: 700;
  color: #B09761;
}
.flow-item .step span {
  margin-left: 1em;
  font-size: .8em;
  font-weight: 700;
  color: #000000;
}
.flow-item .txt {
  margin: 1.6em 0 0 0;
  font-size: .9em;
  line-height: 1.6;
}
.flow-item .txt span {
  margin-top: .25em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.35;
  display: block;
}
.flow-bt {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.flow-bt .bt02 {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 6px 20px 7px 20px;
  font-size: 1em;
  color: #F9F5EF;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .1em;
  background-color: #B09761;
  background-image: url(../img/icon-next2.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 9px auto;
  border-radius: 15px;
}
.flow-bt .bt03 {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 9px 20px 9px 20px;
  font-size: 1.05em;
  color: #F9F5EF;
  line-height: 1.9;
  text-align: left;
  letter-spacing: .2em;
  background-color: #B09761;
  background-image: url(../img/icon-next2.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 9px auto;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
.flow .bt03 img {
  width: auto;
  height: 20px;
  margin-right: 15px;
}
.flow-bt .bt02:hover, .flow-bt .bt03:hover {
  cursor: pointer;
  opacity: .8;
}
.facility {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 1em;
}
.facility p {
  max-width: 600px;
  margin: 30px auto 0;
  font-size: .9em;
  line-height: 1.6;
  letter-spacing: .05em;
}
.facilityImg {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.facilityImg img {
  width: 100%;
  height: auto;
}
/*Other*/
.pageImg {
  width: 100%;
  padding-top: 55px;
  padding: 45px 5px 5px;
  background-color: #F9F5EF;
}
.pageImg > div {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pageImg > div img {
  width: 100%;
  height: auto;
}
.pageImg > div > div {
  padding: .5em .5em 0.5em .75em;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  letter-spacing: .15em;
  color: #0A0A0A;
  background-color: rgba(246, 249, 233, 0.7);
  border-radius: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pageImg .pageTltTxt1 {
  padding: .5em .5em .5em .7em;
  ;
  white-space: nowrap;
  letter-spacing: .06em;
}
/*問い合わせ*/
.inquiry {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.inquiry p {
  width: 88%;
  margin: 0 auto;
  padding: 15px 1em 15px;
  font-size: .9em;
  line-height: 1.5;
  border: 1px solid #B09761;
}
.inquiry p a{
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
	display: block;
}
.inquiry p a:hover{
	opacity: .6
}
.inquiry iframe {
  max-width: 98%;
  height: 1300px;
  margin: 30px auto 0;
  padding-rignt: 5px;
}
/*店舗情報*/
.tempo1 {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 1em 50px;
  position: relative;
}
.tempo1::after, .tempo2::after {
  content: "";
  width: 92%;
  height: 1px;
  background-color: #E7E5E1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.tempo2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 1em 50px;
  position: relative;
}
.tempo3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 1em 50px;
}
.tempo3 > div {
  max-width: 600px;
  width: 100%;
  padding: .75em;
  margin: 30px auto 0;
  font-size: .9em;
  line-height: 1.6;
  border: 2px solid #B09761;
}
.tempo_TBL {
  max-width: 650px;
  width: 100%;
  margin: 30px auto 0;
  font-size: .9em;
  line-height: 1.6;
}
.tempo_TBL tr {
  display: flex;
  flex-direction: column;
}
.tempo_TBL th {
  padding: .5em .5em;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .05em;
  background-color: #F9F5EF;
}
.tempo_TBL td {
  padding: .5em .5em;
  line-height: 1.4;
}
.tempo_TBL td span {
  margin-top: .25em;
  text-indent: -1em;
  line-height: 1.4;
  padding-left: 1em;
  display: block;
}
/*子犬情報*/
.koinu {
  max-width: 950px;
  width: 100%;
  padding: 30px 1em 50px;
}
.koinu-itemBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.koinu-itemBox li {
  width: 48.5%;
  margin: 0 0 20px;
  padding: 5px 5px 10px 5px;
  border: thin solid #A89222;
}
.koinu-itemBox li img {
  width: 100%;
  height: auto;
  margin-bottom: .5em;
}
.koinu-itemBox p {
  font-size: .9em;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.koinu-itemBox a {
  width: 9em;
  margin: 15px auto 0;
  padding: .35em .5em .45em .5em;
  background: rgb(204, 170, 0);
  background: linear-gradient(180deg, rgba(204, 170, 0, 1) 0%, rgba(246, 227, 130, 1) 67%, rgba(228, 194, 22, 1) 100%);
  border-radius: .9em;
  color: white;
  font-size: .85em;
  text-align: center;
  display: block;
}
.koinu-itemBox a:hover {
  background: rgb(204, 170, 0);
  background: rgb(246, 227, 130);
  background: linear-gradient(180deg, rgba(246, 227, 130, 1) 0%, rgba(229, 204, 77, 1) 62%, rgba(246, 227, 130, 1) 100%);
  cursor: pointer;
}
/*子犬詳細情報*/
.koinu-list {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 1em 30px;
}
.koinuTBL {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.koinuTBL th, .koinuTBL td {
  padding: .75em .25em .75em .6em;
  line-height: 1.4;
}
.koinuTBL th {
  width: 6.5em;
  background-color: #fef2b8;
  text-align: left;
  font-size: .85em;
  font-weight: normal;
  border-bottom: 1px solid white;
}
.koinuTBL th::after {
  content: "："
}
.koinuTBL td {
  width: calc(100% - 7em);
  font-size: .95em;
  letter-spacing: .05em;
  border-bottom: 1px solid #e5cc4d;
}
.koinuTBL td .price {
  font-weight: 500;
}
.koinuTBL td .tax {
  padding: .3em 0 0;
  font-size: .9em;
  letter-spacing: 0;
}
.line-top {
  width: 100%;
  margin: 30px auto 15px;
  text-align: center;
}
.line-bottom {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
.line-top img, .line-bottom img {
  width: 100%;
  height: 12px;
  object-fit: cover;
  object-position: center;
}
.koinu-txt {
  width: 100%;
  padding: 10px 1em 15px;
  background-color: #fffcf5;
}
.koinu-joho {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.koinu-joho > div {
  margin: 0 0 30px 0;
}
.koinu-joho > div > p {
  padding: 0 .25em 12px;
  font-size: .95em;
  line-height: 1.4;
}
/*説明文をulで入れる場合
.koinu-joho ul {
  padding: 0 .25em;
}
.koinu-joho li {
  margin-bottom: .5em;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: .95em;
  line-height: 1.4;
}
.koinu-joho li::before {
  content: "☆";
  margin-right: .2em;
}*/
/*説明文をpで入れた場合*/
.koinu-joho > p {
  padding: 0 .25em 0 .25em;
  font-size: .95em;
  line-height: 1.4;
}
.koinu-photo {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 30px 1em 30px;
}
.koinu-photo > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.koinu-photo img {
  width: 95%;
  height: auto;
  margin: auto;
}
.koinu-photo .bt04 {
  width: max-content;
  margin: 30px auto 0 auto;
  padding: 8px 30px 9px 30px;
  font-size: .9em;
  font-weight: 500;
  color: #F9F5EF;
  line-height: 1.2;
  letter-spacing: .1em;
  background-color: #B09761;
  background-image: url(../img/icon-next2.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px auto;
  border-radius: 26px;
  display: block;
}
.koinu-photo .bt04:hover {
  cursor: pointer;
  opacity: .8;
}
/*Add*/
.red {
  color: red;
}
.pink {
  color: #fc8786;
}
.txtM {
  font-family: "Zen Old Mincho", serif;
}
.txtB {
  font-weight: 700;
}
/*タブレット*/
@media screen and (min-width:520px) {
  /*共通*/
  #topBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 888;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    width: 60px; /*imgの大きさ*/
    height: auto;
  }
  header {
    width: 100%;
    margin: 0 auto 0;
    padding: .75em 0 .85em;
    background-color: rgba(245, 240, 230, 0.90);
    position: fixed;
    z-index: 8888;
  }
  h1 {
    max-width: 95%;
    margin: 0 auto 0;
    font-size: 1em;
    font-weight: 500;
  }
  footer {
    min-width: 100%;
    margin: 0 auto;
    padding: 2em 1em 1em;
    background-color: #644C41;
    background-image: url(../img/footer-bk.png);
    color: #F9F5EF;
  }
  footer h2 {
    font-size: 1.6em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
  footer h2 span {
    margin-top: 1.5em;
    font-size: .5em;
    display: block;
  }
  footer > div {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  footer > div > div {
    width: 80%;
    margin: auto;
  }
  footer .f-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }
  footer .f-tel {
    margin: 0 auto 0 auto;
    padding: 10px 10px 10px 10px;
    font-size: 1.6em;
    letter-spacing: .2em;
    text-align: left;
    display: flex;
    justify-content: center;
  }
  footer .f-tel img {
    width: auto;
    height: 32px;
    margin-right: 20px;
  }
  footer .f-formBt {
		width: 320px;
    margin: 0 auto 0 auto;
    padding: 10px 0 12px 0;
    font-size: 1.2em;
		text-align: center;
    color: #644C41;
    line-height: 1.2;
    background-color: #F9F5EF;
    background-image: url(../img/icon-next.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px auto;
    border-radius: 26px;
  }
  footer .f-formBt2 {
		width: 320px;
    margin: 0 auto 0 auto;
    padding: 10px 25px 12px 20px;
    font-size: 1.2em;
		text-align: center;
    color: #644C41;
    line-height: 1.2;
    background-color: #F9F5EF;
    background-image: url(../img/icon-next.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px auto;
    border-radius: 26px;
  }
  footer .f-tel:hover, footer .f-formBt:hover, footer .f-formBt2:hover {
    cursor: pointer;
    opacity: .8;
  }
  footer .f-map {
    width: 80%;
    margin: 20px auto 0;
  }
  footer .f-map p {
    margin: 0 auto 10px;
    line-height: 1.4;
    text-align: center;
  }
  footer iframe {
    width: 100%;
    height: 250px;
  }
  /*index*/
  .sliderBox {
    width: 100%;
    padding: 40px 0 30px 0;
    background-color: #F9F5EF;
  }
  .slider {
    max-width: 95%;
    height: 70vh;
    margin: 10px auto 0;
    position: relative;
  }
  .slider li {
    width: 100%;
    height: 70vh;
    position: relative;
  }
  .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .slider .deco {
    width: 55%;
    position: absolute;
    right: 10px;
    bottom: -20px;
    z-index: 100;
  }
  .slider .deco img {
    width: 100%;
    height: auto;
  }
  .sliderBox p {
    font-size: 1em;
    color: #C19A5B;
    text-align: center;
    line-height: 4;
  }
  .intro h2 {
    margin-bottom: 2em;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    color: #B09761;
    line-height: 1.7;
  }
  .intro {
    padding: 60px 2em 30px;
  }
  .intro p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: .05em;
  }
  .bt01 {
    width: max-content;
    margin: 60px auto 0 auto;
    padding: 10px 60px 12px 60px;
    font-size: 1.2em;
    font-weight: 500;
    color: #F9F5EF;
    line-height: 1.2;
    letter-spacing: .4em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px auto;
    border-radius: 26px;
    display: block;
  }
  /*section h2*/
  .secTlt {
    margin-bottom: 1.5em;
    padding-bottom: .15em;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    border-bottom: none;
    border-image: none;
    position: relative;
  }
  .secTlt::after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 3em;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(237, 213, 163);
    background-image: linear-gradient(96deg, rgba(237, 213, 163, 1) 12%, rgba(176, 151, 97, 1) 100%);
    border-radius: 2px;
  }
  .flow .flowTxt1 {
    max-width: 550px;
    width: 95%;
    margin: 50px auto 10px;
    padding: .5em;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    background-color: #F6E7DA;
  }
  .flow .flowTxt2 {
    max-width: 550px;
    width: 98%;
    margin: 20px auto 0;
    padding: .5em;
    font-size: 1em;
    text-align: left;
    line-height: 1.6;
    background-color: #FFFCF4;
    border: 2px dashed;
    border-image: linear-gradient(to bottom, #EDD5A3, #B09761) 1;
  }
  .flow-item .step {
    font-size: 1.3em;
    font-weight: 700;
    color: #B09761;
    text-align: center;
  }
  .flow-item .txt {
    width: 90%;
    margin: 2em auto 0 auto;
    font-size: 1em;
    line-height: 1.6;
  }
  .flow-bt {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 25px;
  }
  .flow-bt .bt02 {
    width: 45%;
    margin: 0 auto 0 auto;
    padding: 6px 20px 7px 20px;
    font-size: 1em;
    color: #F9F5EF;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .1em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 9px auto;
    border-radius: 20px;
  }
  .flow-bt .bt03 {
    width: 45%;
    margin: 0 auto 0 auto;
    padding: 9px 20px 8px 20px;
    font-size: 1.05em;
    color: #F9F5EF;
    line-height: 1.8;
    text-align: left;
    letter-spacing: .2em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 9px auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
  }
  .facility {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 1em;
  }
  .facility p {
    max-width: 600px;
    margin: 30px auto 0;
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: .05em;
  }
  .facilityImg {
    max-width: 900px;
    width: 95%;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .facilityImg img {
    width: 46%;
    height: auto;
  }
  /*Other*/
  .pageImg {
    width: 100%;
    padding: 60px 0 0;
    background-color: #F9F5EF;
  }
  .pageImg > div {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
  }
  .pageImg > div > div {
    padding: .5em 1em;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: .2em;
    color: #0A0A0A;
    background-color: rgba(246, 249, 233, 0.6);
    border-radius: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  /*問い合わせ*/
  .inquiry {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 1em 50px 1em;
  }
  .inquiry p {
    width: 75%;
    margin: 0 auto 30px;
    padding: 15px 1em 15px;
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: .05em;
    border: 1px solid #B09761;
  }
  .inquiry iframe {
    max-width: 100%;
    height: 1200px;
    margin: 30px auto 0 auto;
    padding-rignt: 0;
  }
  /*店舗情報*/
  .tempo1 {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 1em 50px;
    position: relative;
  }
  .tempo2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 1em 50px;
    position: relative;
  }
  .tempo1::after, .tempo2::after {
    content: "";
    width: 600px;
    height: 1px;
    background-color: #E7E5E1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .tempo_TBL {
    max-width: 650px;
    width: 100%;
    margin: 50px auto 0;
    font-size: 1em;
    line-height: 1.6;
  }
  .tempo_TBL tr {
    display: flex;
    flex-direction: row;
  }
  .tempo_TBL th {
    width: 200px;
    padding: .75em .75em;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .05em;
    background-color: #F9F5EF;
    border-right: none;
    border-bottom: thin solid #0A0A0A;
    border-left: thin solid #0A0A0A;
    border-top: none;
  }
  .tempo_TBL td {
    width: calc(100% - 200px);
    padding: .75em .75em;
    line-height: 1.4;
    border-right: thin solid #0A0A0A;
    border-bottom: thin solid #0A0A0A;
    border-left: thin solid #0A0A0A;
    border-top: none;
  }
  .tempo_TBL tr:first-child th, .tempo_TBL tr:first-child td {
    border-top: thin solid #0A0A0A;
  }
  .tempo3 > div {
    max-width: 600px;
    width: 100%;
    padding: .75em;
    margin: 50px auto 0;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    border: 2px solid #B09761;
  }
  /*子犬情報*/
  .koinu-itemBox li {
    width: 48.5%;
    margin: 0 0 20px;
    padding: 5px 5px 20px 5px;
    border: thin solid #A89222;
  }
  .koinu-itemBox p {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
  }
  .koinu-itemBox a {
    width: 9em;
    margin: 20px auto 0;
    padding: .35em .5em .45em .5em;
    background: rgb(204, 170, 0);
    background: linear-gradient(180deg, rgba(204, 170, 0, 1) 0%, rgba(246, 227, 130, 1) 67%, rgba(228, 194, 22, 1) 100%);
    border: 1px solid #e5cc4d;
    border-radius: .9em;
    font-size: .95em;
    font-weight: 500;
    text-align: center;
    display: block;
  }
  /*子犬詳細情報*/
  .koinuTBL th {
    width: 7em;
    background-color: #fef2b8;
    text-align: left;
    font-size: .95em;
    font-weight: normal;
    border-bottom: 1px solid white;
  }
  .koinuTBL td {
    width: calc(100% - 7em);
    font-size: 1em;
    letter-spacing: .1em;
    border-bottom: 1px solid #e5cc4d;
  }
  .koinu-txt {
    width: 100%;
    padding: 10px 1em 15px;
    background-color: #fffcf5;
  }
  .koinu-joho {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .koinu-joho > div {
    margin: 0 0 40px 0;
  }
  .koinu-joho > div > p {
    padding: 0 .25em 12px;
    font-size: 1em;
    line-height: 1.5;
  }
  .koinu-joho li {
    margin-bottom: .5em;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 1em;
    line-height: 1.5;
  }
  /*説明文をpで入れた場合*/
  .koinu-joho > p {
    padding: 0 .5em 0 .5em;
    ;
    font-size: 1em;
    line-height: 1.5;
  }
  .koinu-photo {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 0 30px;
  }
  .koinu-photo > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .koinu-photo img {
    width: 47%;
    height: auto;
    margin: auto;
  }
  .koinu-photo .bt04 {
    width: max-content;
    margin: 70px auto 0 auto;
    padding: 8px 30px 9px 30px;
    font-size: .9em;
    font-weight: 500;
    color: #F9F5EF;
    line-height: 1.2;
    letter-spacing: .1em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px auto;
    border-radius: 26px;
    display: block;
  }
}
/*PC*/
@media screen and (min-width:960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    width: 100%;
    margin: 0 auto 0;
    padding: .75em 3% .85em;
    background-color: rgba(245, 240, 230, 0.90);
    position: fixed;
    z-index: 8888;
  }
  h1 {
    max-width: 950px;
    font-size: 1.4em;
    font-weight: 500;
  }
  footer {
    min-width: 100%;
    margin: 0 auto;
    padding: 2em 1em 1em;
    background-color: #644C41;
    color: #F9F5EF;
    background-image: url(../img/footer-bk.png);
  }
  footer h2 {
    font-size: 1.6em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
  }
  footer h2 span {
    margin-top: 1.5em;
    font-size: .5em;
    display: block;
  }
  footer > div {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  footer > div > div {
    width: 100%;
    margin: auto;
  }
  footer .f-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
  }
  footer .f-tel {
    margin: 0 auto 0 auto;
    padding: 10px 10px 10px 10px;
    font-size: 1.6em;
    letter-spacing: .2em;
    text-align: left;
    display: flex;
    justify-content: center;
  }
  footer .f-tel img {
    width: auto;
    height: 32px;
    margin-right: 20px;
  }
  footer .f-formBt {
		width: 330px;
    margin: 0 auto 0 auto;
    padding: 10px 0 12px 0;
    font-size: 1.2em;
    text-align: center;
    color: #644C41;
    line-height: 1.2;
    background-color: #F9F5EF;
    background-image: url(../img/icon-next.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px auto;
    border-radius: 26px;
  }
	  footer .f-formBt2 {
		width: 330px;
    margin: 0 auto 0 auto;
    padding: 10px 0 12px 0;
    font-size: 1.2em;
    text-align: center;
    color: #644C41;
    line-height: 1.2;
    background-color: #F9F5EF;
    background-image: url(../img/icon-next.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px auto;
    border-radius: 26px;
  }
  footer .f-tel:hover, footer .f-formBt:hover, footer .f-formBt2:hover {
    cursor: pointer;
    opacity: .8;
  }
footer .sns {
	margin-top: 20px;
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:50px;
}
  footer .f-map {
    width: 100%;
    margin: 0 auto 0;
  }
  footer .f-map p {
    margin: 0 auto 10px;
    line-height: 1.4;
    text-align: center;
  }
  footer iframe {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-color: white;
  }
  /*index*/
  /*top slider*/
  .sliderBox {
    width: 100%;
    padding: 45px 0 40px 0;
    background-color: #F9F5EF;
  }
  .slider {
    max-width: 950px;
    height: 80vh;
    margin: 10px auto 0;
    position: relative;
  }
  .slider li {
    width: 100%;
    height: 80vh;
  }
  .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .slider .deco {
    width: 45%;
    position: absolute;
    right: 10px;
    bottom: -20px;
    z-index: 100;
  }
  .slider .deco img {
    width: 100%;
    height: auto;
  }
  .sliderBox p {
    font-size: 1em;
    color: #C19A5B;
    text-align: center;
    line-height: 5;
  }
  .intro h2 {
    margin-bottom: 2em;
    font-size: 1.2em;
    text-align: center;
    font-weight: 700;
    color: #B09761;
    line-height: 1.6;
  }
  .intro {
    padding: 60px .75em 50px;
  }
  /*flow slider*/
  .flow-slider {
    width: 100%;
    margin: 0 auto 70px;
    padding: 10px 0;
    background-color: #533F16;
  }
  .slider2 li {
    margin: 0 4px;
  }
  /*section h2*/
  .secTlt {
    margin-bottom: 75px;
    padding-bottom: .15em;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    border-bottom: none;
    border-image: none;
    position: relative;
  }
  .secTlt::after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 3em;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(237, 213, 163);
    background-image: linear-gradient(96deg, rgba(237, 213, 163, 1) 12%, rgba(176, 151, 97, 1) 100%);
    border-radius: 2px;
  }
  .flow {
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 1em;
    background-color: #F9F5EF;
  }
  .flow-itemBox {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .flow .flowTxt1 {
    max-width: max-content;
    width: 95%;
    margin: 50px auto 50px;
    padding: 1em;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    background-color: #F6E7DA;
  }
  .flow .flowTxt2 {
    max-width: max-content;
    width: 98%;
    margin: 70px auto 0;
    padding: 1em;
    font-size: 1em;
    text-align: left;
    line-height: 1.7;
    background-color: #FFFCF4;
    border: 2px dashed;
    border-image: linear-gradient(to bottom, #EDD5A3, #B09761) 1;
  }
  .flow-item {
    max-width: 32%;
    margin: 0 auto;
    padding: .5em 1em .5em 0;
    border-bottom: none;
    border-right: 1px solid #C19A5B;
  }
  .flow-item:last-child {
    border-right: none;
  }
  .flow-bt {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
  }
  .flow-bt .bt02 {
    width: 75%;
    margin: 0 auto 0 auto;
    padding: 6px 20px 7px 20px;
    font-size: 1em;
    color: #F9F5EF;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .1em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 9px auto;
    border-radius: 20px;
  }
  .flow-bt .bt03 {
    width: 75%;
    margin: 0 auto 0 auto;
    padding: 9px 20px 8px 20px;
    font-size: 1.05em;
    color: #F9F5EF;
    line-height: 2;
    text-align: left;
    letter-spacing: .2em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 9px auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
  }
  .flow .bt03 img {
    width: auto;
    height: 22px;
    margin-right: 15px;
  }
  .facility {
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 1em 100px;
  }
  .facility p {
    max-width: 675px;
    margin: 30px auto 0;
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: .05em;
  }
  .facilityImg {
    max-width: 900px;
    width: 85%;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
  }
  /*Other*/
  .pageImg {
    width: 100%;
    padding-top: 70px;
    background-color: #F9F5EF;
  }
  .pageImg > div {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
  }
  /*問い合わせ*/
  .inquiry {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 1em 50px 1em;
  }
  .inquiry p {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 1em 20px;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    border: 1px solid #B09761;
  }
  .inquiry iframe {
    max-width: 100%;
    height: 1250px;
    margin: 30px auto 0 auto;
  }
  /*店舗情報*/
  .tempo1 {
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 1em 90px;
    position: relative;
  }
  .tempo2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 1em 90px;
    position: relative;
  }
  .tempo3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 1em 120px;
  }
  /*子犬情報*/
  .koinu {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 1em 90px;
  }
  .koinu-itemBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .koinu-itemBox li {
    width: 31.5%;
    margin: 0 0 20px;
    padding: 5px 5px 20px 5px;
    border: thin solid #A89222;
  }
  .koinu-itemBox p {
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
  }
  .koinu-itemBox a {
    width: 9em;
    margin: 20px auto 0;
    padding: .35em .5em .45em .5em;
    background: rgb(204, 170, 0);
    background: linear-gradient(180deg, rgba(204, 170, 0, 1) 0%, rgba(246, 227, 130, 1) 67%, rgba(228, 194, 22, 1) 100%);
    border: 1px solid #e5cc4d;
    border-radius: .9em;
    font-size: .95em;
    font-weight: 500;
    text-align: center;
    display: block;
  }
  /*子犬詳細情報*/
  .koinu-joho {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .koinu-joho > div > p {
    padding: 0 1em 12px;
    font-size: 1em;
    line-height: 1.7;
    text-align: center;
  }
  .koinu-photo {
    max-width: 950px;
    width: 95%;
    margin: 0 auto 30px;
    padding: 30px 0 30px;
  }
  .koinu-photo > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .koinu-photo img {
    width: 48%;
    height: auto;
    margin: auto;
  }
  /*説明文をpで入れた場合*/
  .koinu-joho > p {
    padding: 0 2em 0 2em;
    ;
    font-size: 1em;
    line-height: 1.5;
  }
  .koinu-photo .bt04 {
    width: max-content;
    margin: 70px auto 0 auto;
    padding: 8px 30px 9px 30px;
    font-size: 1em;
    font-weight: 500;
    color: #F9F5EF;
    line-height: 1.4;
    letter-spacing: .1em;
    background-color: #B09761;
    background-image: url(../img/icon-next2.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px auto;
    border-radius: 26px;
    display: block;
  }
}