@charset "utf-8";
img{
	width: 100%;
	height: auto;
}
.txt-tate{
	writing-mode: tb;
}
.ff-mincho{
	font-family: 'Noto Serif JP', serif;
}
.flex{
	display: flex;
	justify-content: center;
}
.fd-rr{
	flex-direction: row-reverse;
}

#pet a:hover{
	text-decoration: none;
    opacity: 0.8;
}
.sp{
	display: none;
}
#wrapper #container{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

/*title*/
#title{
	position: relative;
	background: #042d59 url("../../pet/img/title_bg.png") center right no-repeat;
	padding: 30px;
}
.title-cont01 img{
	width: 225px;
}
.title-txt{
	color: #fff;
	margin-top: 24px;
}
.title-txt h3{
	font-size: 30px;
    line-height: 1.5;
}
.title-cont02{
	position: absolute;
	bottom: 20px;
    right: 20px;
    background: #ef7373;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.title-cont02 img{
	width: 40px;
	height: auto;
	margin-bottom: 5px;
}
.title-cont02 h4{
	font-size: 18px;
	font-weight: bold;
}
.title-cont02 p{
	font-size: 16px;
	font-weight: bold;
}

/*intro*/
#intro{
	margin-top: 88px;
}
#intro ul{
	gap: 10px;
	flex-wrap: wrap;
}
#intro ul li{
	width: calc((100% - 30px) / 4);
	text-align: center;
}
#intro ul li:nth-child(odd) {
  background-color: #efe295;
}

#intro ul li:nth-child(even) {
  background-color: #f2bbbb;
}
#intro ul li div{
	position: relative;
    background: #8c4a50;
    border-radius: 10px;
    width: 70%;
	height: 80px;
    margin: -40px auto 0;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#intro ul li div img {
    position: absolute;
    width: 40px;
    top: -40px;
    left: -20px;
    transform: rotate(-30deg);
}
#intro ul li div h4{
	font-size: 18px;
}
#intro ul li img{
	margin-top: 15px;
}
#intro ul li:nth-of-type(1) img.intro-icon{
	width: 58px;
}
#intro ul li:nth-of-type(2) img.intro-icon{
	width: 62px;
}
#intro ul li:nth-of-type(3) img.intro-icon{
	width: 70px;
}
#intro ul li:nth-of-type(4) img.intro-icon{
	width: 49px;
}
#intro ul li p{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*petCont*/
#petCont{
	margin-top: 48px;
    background: #faf1f2;
    border: 2px solid #f7e7e9;
    border-radius: 10px;
	padding: 30px;
}
#petCont .petCont-room{
	column-gap: 50px;
}
.pet-cont-title{
	background: linear-gradient(180deg, #f0cfd3 70%, transparent);
	justify-content: flex-start;
    align-items: center;
	position: relative;
}
.pet-cont-title::before{
	content: '';
    display: inline-block;
    background: url(../../pet/img/icon01_brown.png) center top no-repeat;
    width: 35px;
    height: 33px;
    background-size: 100%;
    margin: 20px 0 15px;
}
#petCont .petCont-room .pet-cont-title::after{
	content: '';
    display: inline-block;
    background: url(../../pet/img/ashirai01.png) center bottom no-repeat;
    width: 227px;
    height: 242px;
    background-size: 100%;
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.pet-cont-title h3{
	font-size: 34px;
	padding: 0 60px;
}
.pet-cont-title h4{
	font-size: 18px;
    color: #fff;
    background: #8c4a50;
    margin-top: 10px;
    padding: 10px;
}
.pet-cont-title p{
	margin-top: 10px;
}
#petCont .petCont-room .petCont-item .petCont-item-roomNname{
	display: flex;
	align-items: center;
}
#petCont .petCont-room .petCont-item .petCont-item-roomNname h3.num{
    width: 70px;
    height: 70px;
	background: #8c4a50 url(../../pet/img/icon01_pink.png) center center no-repeat;
    background-size: 85%;
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 9;
}
#petCont .petCont-room .petCont-item .petCont-item-roomNname h4{
	font-size: 22px;
    font-weight: bold;
	background-image: repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px), repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 1px, 100% 1px;
	padding: 20px 0 20px 40px;
    margin-left: -20px;
    width: calc(100% - 70px);
	display: flex;
	align-items: center;
	line-height: 1.2;
}
#petCont .petCont-room .petCont-item .petCont-item-roomNname h4 span{
    font-size: 16px;
	background: #f0cfd3;
    margin-right: 20px;
    padding: 5px 10px;
	display: block;
	width: fit-content;
}
#petCont .petCont-room .petCont-item-inner{
	margin-top: 24px;
	flex-wrap: wrap;
	justify-content: flex-end;
	column-gap: 15px;
	grid-row-gap: 10px;
}
#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt{
	width: calc(35% - (15px / 2));
	display: flex;
    flex-direction: column;
}
#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt p:first-child{
	margin: auto 0;
}
#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt div{
	position: relative;
}
#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt div p{
    font-size: 16px;
    font-weight: bold;
	position: absolute;
	top: 10px;
    left: 10px;
    background: #fff;
    padding: 3px 10px;
}
#petCont .petCont-room .petCont-item-inner .petCont-item-inner-img{
	width: calc(65% - (15px / 2));
	display: flex;
	flex-direction: column;
}
#petCont .petCont-room .petCont-item + .petCont-item{
	margin-top: 48px;
}

#petCont .petCont-dish{
	max-width: 880px;
	width: 100%;
	margin: 48px auto 0;
}
#petCont .petCont-dish .petCont-dish-title{
	background: #f0cfd3;
    padding: 20px 0;
    position: relative;
}
#petCont .petCont-dish .petCont-dish-title h3{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
#petCont .petCont-dish .petCont-dish-title h3::before{
	content: '';
    display: inline-block;
    background: url(../../pet/img/icon01_brown.png) center top no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    transform: rotate(-25deg);
    margin-right: 10px;
	margin-bottom: -5px;
}
#petCont .petCont-dish .petCont-dish-title span{
	position: absolute;
	right: 10px;
    font-size: 12px;
    font-family: initial;
	font-weight: initial;
}
#petCont .petCont-dish .petCont-item-inner{
	background: #fff;
    padding: 20px;
    margin-top: 24px;
    column-gap: 15px;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt{
	width: calc(40% - (15px / 2));
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt h3{
	background: #f7e7e9;
	background-image: repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px), repeating-linear-gradient(180deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px), repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px), repeating-linear-gradient(180deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px);
	background-position: left top, right top, left bottom, left top;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt div{
	text-align: center;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt div h4{
	font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt div h4::before{
	content: '';
    display: inline-block;
    background: url(../../pet/img/icon01_brown.png) center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    transform: rotate(-25deg);
    margin-right: 10px;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt div p{
	margin-top: 5px;
}
#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-img{
	width: calc(60% - (15px / 2));
	display: flex;
	flex-direction: column;
}
#petCont .petCont-dish .petCont-item-inner:nth-of-type(2) .petCont-item-inner-img img{
	height: 100%;
    object-fit: cover;
}

#petCont .petCont-others{
	max-width: 880px;
	width: 100%;
    margin: 48px auto 0;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 32px;
}
#petCont .petCont-others .petCont-others-cont{
	width: calc(50% - 25px);
}
#petCont .petCont-others .petCont-others-title{	
	background: #f0cfd3;
	font-size: 20px;
    padding: 10px;
    margin-bottom: 24px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
}
#petCont .petCont-others .petCont-others-title::before{
	content: '';
    display: inline-block;
    background: url(../../pet/img/icon01_brown.png) center top no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    transform: rotate(-25deg);
    margin-right: 10px;
}
#petCont .petCont-others .petCont-others-cont > img{
	margin-bottom: 24px;
}
#petCont .petCont-others .petCont-facility h4{
	font-size: 20px;
	margin-bottom: 24px;
}
#petCont .petCont-others .petCont-facility p{
	margin-bottom: 32px;
}
#petCont .petCont-others .petCont-amenity > p{
	margin-bottom: 32px;
}
#petCont .petCont-others .petCont-amenity ul{
	flex-wrap: wrap;
	align-items: flex-end;
	column-gap: 10px;
	grid-row-gap: 24px;
}
#petCont .petCont-others .petCont-amenity ul li{
	width: calc(50% - 5px);
}
#petCont .petCont-others .petCont-amenity ul li p{
	margin-top: 10px;
}
#petCont .petCont-others .petCont-amenity ul li:last-of-type p{
	margin-bottom: 21.59px;
}
#petCont .petCont-others .petCont-onegai ul li{
	display: flex;
	margin-bottom: 10px;
}
#petCont .petCont-others .petCont-onegai ul li::before{
	content: '';
    display: block;
    background: url(../../pet/img/icon_check_brown.svg) center top no-repeat;
    width: 18px;
    height: 17px;
    background-size: 100%;
    margin-right: 5px;
	flex-shrink: 0;
}
#petCont .petCont-others .petCont-onegai ul li.red{
	color: #b9272d;
}
#petCont .petCont-others .petCont-onegai ul li.red::before{
	content: '';
    display: block;
    background: url(../../pet/img/icon_check_red.svg) center top no-repeat;
    width: 18px;
    height: 17px;
    background-size: 100%;
    margin-right: 5px;
	flex-shrink: 0;
}
#petCont .petCont-others .petCont-kiyaku .petCont-kiyaku-txt01{
	font-size: 16px;
	margin-bottom: 5px;
}
#petCont .petCont-others .petCont-kiyaku .petCont-kiyaku-txt02{
	font-size: 16px;
	line-height: normal;
	background-image: repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px), repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 100% 1px, 100% 1px;
	margin: 10px 0 3px;
	padding: 10px 0;
}
#petCont .petCont-others .petCont-kiyaku-pdf{
    width: 100%;
	border-top: 1px solid #a57d3b;
    border-bottom: 1px solid #a57d3b;
    padding: 24px 0;
    display: flex;
    justify-content: center;
	align-items: center;
    column-gap: 30px;
}
#petCont .petCont-others .petCont-kiyaku-pdf a{
    max-width: 375px;
	width: 100%;
    font-size: 16px;
	font-weight: bold;
    color: #fff;
	background: #a57d3b;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#petCont .petCont-others .petCont-kiyaku-pdf a::after{
	content: '';
    display: inline-block;
    background: url(../../pet/img/icon_pdf.svg) center top no-repeat;
    width: 19px;
    height: 21px;
    background-size: 100%;
	margin-left: 15px;
}

/*pet-sightseeing*/
#pet-sightseeing{
	margin-top: 48px;
	border: 2px solid #f7e7e9;
    border-radius: 10px;
    padding: 30px;
}
#pet-sightseeing .pet-cont-title{
	background: linear-gradient(#f0cfd3 35%, transparent 65%);
}
#pet-sightseeing .petSightseeing-cont{
	column-gap: 80px;
}
#pet-sightseeing .pet-cont-title::after{
	content: '';
    display: inline-block;
    background: url(../../pet/img/ashirai02.png) center bottom no-repeat;
    width: 250px;
    height: 292px;
    background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}
#pet-sightseeing .petSightseeing-box{
	margin: 30px 0;
}
#pet-sightseeing .petSightseeing-box .petSightseeing-item{
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap:20px;
}
#pet-sightseeing .petSightseeing-box .petSightseeing-item li{
	width: calc(50% - 15px);
	text-align: center;
}
#pet-sightseeing .petSightseeing-box .petSightseeing-item li img{
	margin-bottom: 15px;
}
#pet-sightseeing .petSightseeing-box .petSightseeing-item li h4{
	font-size: 20px;]mb5px	
}
#pet-sightseeing .petSightseeing-box .petSightseeing-item li p span{
    display: inline-block;
	margin-top: 5px;
    text-align: left;
}

/*pet-instagram*/
#pet-instagram{
	margin-top: 48px;
    background: #f9eced;
    border-radius: 10px;
    padding: 30px;	
    align-items: center;
    column-gap: 40px;
}
#pet-instagram .petInstagram-txt .petInstagram-txt-item{
	display: flex;
    align-items: center;
    line-height: normal;
    column-gap: 20px;
}
#pet-instagram .petInstagram-txt .petInstagram-txt-item img{
	width: 35px;
}
#pet-instagram .petInstagram-txt .petInstagram-txt-item h3{
	font-size: 24px;
}
#pet-instagram .petInstagram-txt a.petInstagram-btn{
    font-size: 16px;
    color: #fff;
	background: #162141;
    width: 215px;
	margin-top: 32px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#pet-instagram .petInstagram-txt a.petInstagram-btn .yajirushi{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
}
#pet-instagram ul.petInstagram-img{
	gap: 10px;
}
#pet-instagram ul.petInstagram-img li{
	width: calc((100% - 30px) / 4)
}
#pet-instagram ul.petInstagram-img li img{
	height: 100%;
	object-fit: cover;
}

/*pet-reservation*/
#pet-reservation{
	margin-top: 48px;
}
#pet-reservation .petReservation{
	background: #162141 url("../../pet/img/ashirai03.png") no-repeat left center;
	background-size: contain;
	padding: 32px 0;
    color: #fff;
    display: flex;
	justify-content: flex-end;
    align-items: center;
}
#pet-reservation .petReservation p{
    font-size: 20px;
    line-height: 1.5;
	letter-spacing: 1.5px;
	display: flex;
    align-items: center;
}
#pet-reservation .petReservation img{
	width: 25%;
}
/*#pet-reservation .petReservation p::before{
	content: '';
    display: block;
    background: url(../../pet/img/ashirai03.png) center bottom no-repeat;
    width: 222px;
    height: 126px;
    background-size: 100%;
    margin-right: 30px;
}*/
#pet-reservation .petReservation a{
	font-size: 16px;
    font-weight: bold;
	color: #402512;
	background: #fff;
    margin-right: 30px;
    padding: 15px 30px;
	display: flex;
    align-items: center;
    column-gap: 15px;
}
#pet-reservation .petReservation a .yajirushi{
    display: inline-block;
	background: #162141;
    width: 17px;
    height: 17px;
    border-radius: 50%;
	position: relative;
}
#pet-reservation .petReservation a .yajirushi::before{
	content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #ffffff;
    border-right: 0;
	position: absolute;
	top: calc(50% - 4.5px);
    right: calc(50% - 4px);
}




/* ==========================================================
   js-slider：レスポンシブ画像スライダー
   PC(768px以上)：サムネイルhoverで切替
   SP(768px未満)：矢印・ページャー・スワイプで切替
   ========================================================== */

.js-slider{
  max-width:720px; /* サイズはページに合わせて調整してください */
  margin:0 auto;
  position:relative;
}

/* --- メイン画像表示エリア --- */
.js-slider__viewport{
  overflow:hidden;
}
.js-slider__track{
  display:flex;
  margin:0;
  padding:0;
  list-style:none;
  transition:transform .4s ease;
}
.js-slider__slide{
  flex:0 0 100%;
  max-width:100%;
}
.js-slider__slide img{
  display:block;
  width:100%;
  object-fit:cover; /* 縦横比が違う画像でも高さを揃えて切り抜き表示 */
}

/* --- 矢印ボタン（SPのみ表示） --- */
.js-slider__arrow{
  display:none;
  position:absolute;
  top:calc(50% - 35px);
  width:16px;
  height:50px;
  border:none;
  background:#9a5159;
  color:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  z-index:9;
}
.js-slider__arrow:hover{
	opacity: 0.8;
}
.js-slider__arrow--prev{
	left:-8px;
}
.js-slider__arrow--next{
	right:-8px;
}

/* --- ページャー（ドット／SPのみ表示） --- */
.js-slider__pager{
  display:none;
  justify-content:center;
  gap:8px;
  margin:12px 0 0;
  padding:0;
  list-style:none;
}
.js-slider__pager li{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ccc;
  cursor:pointer;
}
.js-slider__pager li.is-active{
  background:#9a5159; /* キーカラーに合わせて変更してください */
}

/* --- サムネイル一覧（PCのみ表示・4枚均等グリッド） --- */
.js-slider__thumbs{
  display:grid;
  grid-template-columns:repeat(4, 1fr); /* 画像が5枚なら repeat(5, 1fr) に変更 */
  gap:6px;
  margin:6px 0 0;
  padding:0;
  list-style:none;
}
.js-slider__thumbs a{ display:block; }
.js-slider__thumbs img{
  display:block;
  width:100%;
  height:90px;       /* サムネイルの高さを固定。ページに合わせて調整してください */
  object-fit:cover;  /* 縦横比が違う画像でも高さを揃えて切り抜き表示 */
  border:2px solid transparent;
  border-radius:3px;
  opacity:.85;
  transition:opacity .2s ease, border-color .2s ease;
}
.js-slider__thumbs a.is-active img,
.js-slider__thumbs a:hover img{
  opacity:1;
}
@media (min-width: 769px){
  .js-slider__track{ transition: none; }
}
/* ==========================================================
   ブレークポイント：769px未満をSP扱い
   ========================================================== */
@media (max-width: 768px){
  .js-slider__thumbs{ display:none; }
  .js-slider__arrow{ display:block; }
  .js-slider__pager{ display:flex; }
}

#footer #footer_bottom div.right a img{
	width: 40px;
}

/*sp*/
@media (max-width: 768px){
	body#pet {
		background: #fff;
	}
	a{
		text-decoration: none;
	}
	li{
		line-height: 1.2;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_header{
		background: #F7EAE2;
		padding: 5px 5px 2px;
		margin: 0;
		width: 100%;
	}
	.sp_header h1{
		color: #50322F;
		font-size: 8px;
		text-align: center;
	}
	.sp_header #logo{
		float: left;
		padding-top: 12px;
		width: 185px;
	}
	.sp_header ul{
		width: 113px;
		display: inline-block;
		float: right;
		text-align: center;
		margin-top: 10px;
	}
	.sp_header ul li a{
		display: block;
	}
	.sp_header ul li img{
		float: none;
	}
	.sp_header ul li:nth-child(2) {
		margin: 3px 0;
		padding: 5px 0;
	}
	.clearfix:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		visibility: hidden;
	}
	section.contents{
		padding: 0 15px;
	}
	#wrapper{
		background: none;
		padding: 0;
	}
	/*title*/
	#title{
		background: #042d59 url(../../pet/img/title_bg_sp.png) bottom center no-repeat;
		background-size: contain;
		padding: 0;
	}
	.title-cont01{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
        align-items: flex-start;
		gap: 10px;
		padding: 15px 15px 340px;
	}
	.title-cont01 img{
		max-width: calc(35% - 5px);
        width: 100%;
        object-fit: contain;
        margin: 0;
        order: 1;
	}
	.title-txt{
		writing-mode: horizontal-tb;
        display: contents;
	}
	.title-txt h3{
        width: calc(65% - 5px);
		font-size: 22px;
        order: 2;
	}
	.title-txt p{
		order: 3;
	}
	.title-cont02{
		width: 120px;
		height: 120px;
	}
	.title-cont02 img{
		width: 20px;
	}
	.title-cont02 h4{
		font-size: 14px;
	}
	.title-cont02 p{
		font-size: inherit;
	}
	#intro ul li{
		width: calc(50% - 5px);
	}
	#intro ul li:nth-child(n+3){
		margin-top: 70px;
	}
	#intro ul li div h4{
		font-size: 16px;
	}
	/*petCont*/
	#petCont.contents{
		padding: 20px 15px;
		border: none;
	}
	#petCont .petCont-room{
		flex-direction: column;
	}
	.pet-cont-title{
		padding: 15px 15px 32px;
		writing-mode: lr;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.pet-cont-title::before{
		width: 30px;
		height: 28px;
	}
	.pet-cont-title h3{
		font-size: 24px;
		padding: 0 0 0 10px;
		z-index: 99;
		line-height: 1.2;
	}
	.pet-cont-title h4{
		font-size: 16px;
		margin-top: 5px;
		padding: 2px 5px 3px;
	}
	#petCont .petCont-room .pet-cont-title::after{
		background: url(../../pet/img/ashirai01_sp.png) center bottom no-repeat;
		background-size: 100%;
		width: 150px;
		height: 136px;
		bottom: 5px;
		right: -5px;
	}
	.pet-cont-title p{
		width: 100%;
		margin-top: 5px;
	}
	#petCont .petCont-room .petCont-item .petCont-item-roomNname{
		background-image: repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px), repeating-linear-gradient(90deg, #a57d3b, #a57d3b 5px, transparent 5px, transparent 8px);
		background-position: left top, left bottom;
		background-repeat: repeat-x, repeat-x;
		background-size: 100% 1px, 100% 1px;
	}
	#petCont .petCont-room .petCont-item .petCont-item-roomNname h3.num{
		width: 50px;
		height: 50px;
		font-size: 32px;
	}
	#petCont .petCont-room .petCont-item .petCont-item-roomNname h4{
		font-size: 18px;
		padding: 10px 0 10px 30px;
		background: none;
		flex-direction: column;
        align-items: flex-start;
	}
	#petCont .petCont-room .petCont-item .petCont-item-roomNname h4 span{
		font-size: 14px;
		padding: 2px 5px 3px;
        margin-bottom: 3px;
	}
	#petCont .petCont-room .petCont-item-inner{
		flex-direction: row-reverse;
	}
	#petCont .petCont-room .petCont-item-inner .petCont-item-inner-img{
		width: 100%;
		margin-bottom: 14px;
	}
	#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt{
		width: 100%;
	}
	#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt p:first-child{
		margin-bottom: 24px;
	}
	#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt div{
		width: 70%;
	}
	#petCont .petCont-room .petCont-item-inner .petCont-item-inner-txt div p{
		font-size: 14px;
		padding: 2px 5px 3px;
	}
	#petCont .petCont-dish .petCont-dish-title span{
		position: relative;
		display: block;
	}
	#petCont .petCont-dish .petCont-item-inner{
		flex-direction: column;
	}
	#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt,
	#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-img{
		display: contents;
	}
	#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt h3{
		order: 1;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	#petCont .petCont-dish .petCont-item-inner .petCont-item-inner-txt div{
		order: 3;
		width: 70%;
		margin: 0 auto;
	}
	.js-slider{
		order: 2;
		margin-bottom: 24px;
	}
	#petCont .petCont-dish .petCont-item-inner:nth-of-type(2) .petCont-item-inner-img img{
		order: 2;
		margin-bottom: 24px;
	}
	#petCont .petCont-others{
		flex-direction: column;
	}
	#petCont .petCont-others .petCont-others-cont{
		width: 100%;
	}
	#petCont .petCont-others .petCont-kiyaku-pdf{
		flex-direction: column;
		grid-row-gap: 10px;
	}
	#pet-sightseeing.contents{
		padding: 0 15px;
		border: none;
	}
	#pet-sightseeing .petSightseeing-cont{
		flex-direction: column;
	}
	#pet-sightseeing .pet-cont-title{
		background: linear-gradient(180deg, #f0cfd3 70%, transparent);
		align-items: flex-start;
	}
	#pet-sightseeing .pet-cont-title::before{
		margin: 8px 0 0px;
	}
	#pet-sightseeing .pet-cont-title::after{
		top: 0;
		width: 110px;
        height: 115px;
	}
	#pet-instagram{
		border-radius: unset;
		flex-direction: column;
	}
	#pet-instagram .petInstagram-txt .petInstagram-txt-item{
		justify-content: center;
	}
	#pet-instagram ul.petInstagram-img{
		margin-top: 32px;
		flex-wrap: wrap;
	}
	#pet-instagram ul.petInstagram-img li{
		width: calc(50% - 5px);
	}
	#pet-reservation .petReservation{
		background: #162141 url("../../pet/img/ashirai03_sp.png") no-repeat left center;
		background-size: contain;
		padding: 10px;
		flex-direction: column;
		align-items: flex-end;
	}
	#pet-reservation .petReservation p{
		width: 210px;
		font-size: 16px;
	}
	#pet-reservation .petReservation a{
		width: 210px;
		font-size: 14px;
		margin-right: 0;
		margin-top: 5px;
		padding: 5px 0;
        justify-content: center;
	}
	#s_nav{
		background: #F7EAE2;
	}
	.sp_footer{
		background: #F7EAE2;
	}
	#logo{
		display: flex;
		column-gap: 20px;
	}
	#logo a{
		width: 65%;
	}
	#logo > img{
		width: 35%;
	}
	#fix_nav > a img{
		width: 71px;
	}
	#fix_nav #btn_menu img{
		width: 37px;
	}
	#menu .menu_tit img{
		width: 44px;
	}
	#btn_close img{
		width: 17px;
	}
}