/**
 *
 *	Apply Style： style
 *	Style Name： /css/pethotel/style_rwd.css
 *
 */

/**
 *
 *	レスポンシブスタイル
 *
 */

@media all and (max-width: 767px) {
/*------------------------------------------
 *	sec-pethotel
------------------------------------------*/
.tit-page {
	background: url(/images/pethotel/bg_page_mobile.jpg) center center no-repeat;
	background-size: cover;
	height: 175px;
}

.sec-pethotel {
	margin: 0 0 45px;
}

.sec-pethotel .tit {
	font-size: 2.4rem;
	text-align: center;
	max-width: inherit;
	margin: -15px auto 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.sec-pethotel .tit-en {
	font-size: 1.4rem;
	text-align: center;
	font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	max-width: inherit;
	color: #ff8f62;
	margin: 0 auto;
	letter-spacing: 0.05em;
	padding: 0 10px;
}

.color-red {
	color: #ff1616;
}

.bold {
	font-weight: bold;
}

/*------------------------------------------
 *	sec-summary
------------------------------------------*/
.sec-summary {
	max-width: inherit;
	margin: 0 auto;
	padding: 30px 10px 48px;
	text-align: center;
}

.sec-summary .copy-sp span {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 10px;
	display: inline-block;
	padding: 0 2px 0 2px;
	color: #ff7830;
	position: relative;
	z-index: 1;
	font-feature-settings : "palt";
}

.sec-summary .copy-sp span::before {
	background-color: #abf5e0;
	bottom: -1px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	position: absolute;
	z-index: -1;
	border-radius: 100px;
}

.sec-summary .summary {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin: 10px 0 10px;
	line-height: 1.5;
	text-align: left;
}

/*------------------------------------------
 *	sec-flow
------------------------------------------*/
.sec-flow {
	background-image: none;
	background-color: #c1f8e9;
	padding: 0 10px 85px;
	position: relative;
}

.sec-flow::before {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	background: #c1f8e9;
	display: block;
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 0 0 -45px;
}

.sec-flow .sec-in {
	max-width: inherit;
	margin: 0 auto;
	position: relative;
}

.sec-flow .tit-flow {
	font-size: 1.9rem;
	font-weight: bold;
	padding: 52px 0 0;
	background: url(/images/pethotel/ico_flow.svg) center 0 no-repeat;
	background-size: 42px 36px;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	margin: 0 0 35px;
	transform: translateY(-4px);
}

.sec-flow .tit-flow::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.sec-flow .contents-flow {
	display: block;
}

.sec-flow .contents-flow .flow01 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 32px 0;
	background: url(/images/pethotel/ico_triangle.svg) center bottom 8px no-repeat;
	background-size: 17px 15px;
}

.sec-flow .contents-flow .flow03 {
	width: 100%;
	padding: 32px 0 0 0;
	background: url(/images/pethotel/ico_triangle.svg) center top 8px no-repeat;
	background-size: 17px 15px;
	box-sizing: border-box;
}

.contents-flow .flow01 .flow-in,
.contents-flow .flow03 .flow-in {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 21px 13px 21px;
	border: 3px solid #7fceb9;
	border-radius: 3px;
	background: #fff;
	position: relative;
}

.contents-flow .flow01 .flow-in .step,
.contents-flow .flow03 .flow-in .step,
.contents-flow .flow02 .step {
	width: 49px;
	height: 49px;
	background: #7fceb9;
	border-radius: 49px;
	box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
	position: absolute;
	top: -18px;
	left: -8px;
	margin: 0;
	text-align: center;
}

.contents-flow .flow01 .flow-in .step img,
.contents-flow .flow03 .flow-in .step img,
.contents-flow .flow02 .step img {
	width: 25px;
	height: 24px;
	transform: translateY(50%);
	margin: 0 0 -12px;
}

.sec-flow .contents-flow .flow02 {
	width: 100%;
	box-sizing: border-box;
	padding: 21px 13px 21px;
	border: 3px solid #7fceb9;
	border-radius: 3px;
	background: #fff;
	position: relative;
}


.sec-flow .contents-flow .flow h4 {
	font-size: 1.4rem;
	margin: 0 0 18px;
	font-weight: bold;
	text-align: center;
}

.sec-flow .contents-flow .flow p {
	font-size: 1.2rem;
	line-height: 1.5;
}

.sec-flow .contents-flow .flow .img {
	margin: 12px 0;
}

/*------------------------------------------
 *	sec-price
------------------------------------------*/
.sec-price {
	background: #eafcf7;
	padding: 0 10px 60px;
}

.sec-price .sec-in {
	max-width: inherit;
	margin: 0 auto;
	position: relative;
}

.sec-price .sec-in .illust01 {
	width: 161px;
	height: 103px;
	top: -73px;
	position: absolute;
	right:0;
}

.sec-price .sec-in .illust01 img {
	width: 161px;
	height: 103px;
}

.sec-price .tit-price {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	margin: 0 0 26px;
	padding: 40px 0 0;
}

.sec-price .tit-price::before {
	background-color: #57d5b4;
	bottom: -12px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 25px;
}

.sec-price .contents-price {
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

.contents-price-sp .price {
	margin: 0 0 15px;
}

.contents-price-sp .price .pettype {
	width: 100%;
	box-sizing: border-box;
	padding: 16px 9px;
	border-left: 1px solid #ff955c;
	border-right: 1px solid #ff955c;
	border-top: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
	line-height: 1;
	font-size: 1.3rem;
	font-weight: bold;
	background: url(/images/pethotel/ico_triangle_open.svg) #fff right 15px center no-repeat;
	background-size: 7px 6px;
	cursor: pointer;
	transition: color 0.3s ease,background-color 0.3s ease;
}

.contents-price-sp .price .pettype.show {
	background: url(/images/pethotel/ico_triangle_close.svg) #ff955c right 15px center no-repeat;
	background-size: 7px 6px;
	color: #fff;
}

.contents-price-sp .tbl-price-wrap {
	display: none;
}

.contents-price-sp .tbl-price-sp {
	width: 100%;
}

.contents-price-sp .tbl-price-sp.show {
	display: table;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}

.contents-price-sp .tbl-price-sp .col01 {
	width: 15%;
}

.contents-price-sp .tbl-price-sp .col02 {
	width: 50%;
}

.contents-price-sp .tbl-price-sp .col03 {
	width: 35%;
}

.contents-price-sp .tbl-price-sp th {
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	color: #ff7830;
	background: #fff;
	padding: 0 7px;
	border-left: 1px solid #ff955c;
	border-right: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
	vertical-align: middle;
}

.contents-price-sp .tbl-price-sp td {
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
	padding: 13px 0;
	background: #fff;
	border-right: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
	vertical-align: middle;
}

.contents-price-sp .price:last-child .tbl-price-sp th {
	border-bottom: 1px solid #ff955c;
}

.sec-price .list-attention li {
	font-size: 1.2rem;
	margin: 11px 0 0;
	line-height: 1.2;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

/*------------------------------------------
 *	sec-note
------------------------------------------*/
.sec-note {
	max-width: inherit;
	margin: 0 auto;
	padding: 27px 10px 0;
	display: block;
	position: relative;
}

.sec-note .note-in {
	width: 307px;
	box-sizing: border-box;
	padding: 25px 30px 33px;
	background: url("/images/pethotel/bg_note_mobile.png") 0 0 no-repeat;
	background-size: 307px 134px;
	margin: 0 auto;
	letter-spacing: -0.05em;

}

.sec-note .note-in .note-summary {
	font-size: 1.4rem;
	margin: 0 0 11px;
	color: #ff7830;
	font-weight: bold;
	text-align: left;
}

.sec-note .note-in .txt {
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
}

.sec-note .img {
	margin: -27px auto 0;
	width: 307px;
	position: relative;
	text-align: right;
}

.sec-note .img img {
	width: 133px;
	height: 75px;
	margin: 0 -10px 0 0;
}

/*	sp用表示コンテンツ	*/
.sec-pethotel .copy-sp {
	display: block;
}

.sec-pethotel .img-sp {
	display: block;
	margin: 0 auto;
}

.sec-pethotel .contents-price-sp {
	display: block;
}

/*	非表示コンテンツ	*/
.sec-pethotel .copy {
	display: none;
}

.sec-pethotel .img-pc {
	display: none;
}

.sec-pethotel .tbl-price {
	display: none;
}

.sec-pethotel .br-pc {
	display: none;
}

}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}