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

/*------------------------------------------
 *	sec-pethotel
------------------------------------------*/
.tit-page {
	background: url(/images/pethotel/bg_page.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
}

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

.sec-pethotel .tit {
	font-size: 3.4rem;
	text-align: center;
	max-width: 1024px;
	margin: -15px auto 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

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

.color-red {
	color: #ff1616;
}

.bold {
	font-weight: bold;
}

/*------------------------------------------
 *	sec-summary
------------------------------------------*/
.sec-summary {
	max-width: 1024px;
	margin: 0 auto;
	padding: 56px 0 108px;
	text-align: center;
}


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

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

.sec-summary .summary {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
	line-height: 1.5;
}

/*------------------------------------------
 *	sec-flow
------------------------------------------*/
.sec-flow {
	background: url(/images/top/bg_medical.png) #c1f8e9 left 33px no-repeat;
	padding: 0 0 88px;
	position: relative;
}

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

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

.sec-flow .tit-flow {
	font-size: 2.8rem;
	font-weight: bold;
	padding: 79px 0 0;
	background: url(/images/pethotel/ico_flow.svg) center 0 no-repeat;
	background-size: 54px 47px;
	text-align: center;
	position: relative;
	letter-spacing: 0.05em;
	margin: 0 0 92px;
}

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

.sec-flow .contents-flow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec-flow .contents-flow .flow01 {
	padding: 0 44px 0 0;
	background: url(/images/pethotel/arrow_flow.png) right 12px center no-repeat;
}

.sec-flow .contents-flow .flow03 {
	padding: 0 0 0 44px;
	background: url(/images/pethotel/arrow_flow.png) left 12px center no-repeat;
}

.contents-flow .flow01 .flow-in,
.contents-flow .flow03 .flow-in {
	width: 252px;
	box-sizing: border-box;
	height: 235px;
	padding: 51px 17px 0;
	border: 4px solid #7fceb9;
	border-radius: 8px;
	background: #fff;
	position: relative;
}

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

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

.sec-flow .contents-flow .flow02 {
	width: 432px;
	box-sizing: border-box;
	padding: 51px 27px 35px;
	border: 4px solid #7fceb9;
	border-radius: 8px;
	background: #fff;
	position: relative;
}


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

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

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

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

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

.sec-price .sec-in .illust01 {
	top: -210px;
	position: absolute;
	right: -102px;
}

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

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

.sec-price .contents-price {
	padding: 40px 56px;
	border: 4px solid #a0ebd7;
	border-radius: 10px;
	background: #fff;
}

.sec-price .tbl-price {
	width: 100%;
	border-left: 1px solid #ff955c;
	border-top: 1px solid #ff955c;
	margin: 0 0 13px;
}

.sec-price .tbl-price .col01 {
	width: 28%;
}

.sec-price .tbl-price .col02 {
	width: 40%;
}

.sec-price .tbl-price .col03 {
	width: 32%;
}

.sec-price .tbl-price th {
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	color: #ff7830;
	background: #ffe6d9;
	padding: 18px 0;
	border-right: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
}

.sec-price .tbl-price td {
	font-weight: normal;
	text-align: center;
	font-size: 1.6rem;
	padding: 22px 0;
	border-right: 1px solid #ff955c;
	border-bottom: 1px solid #ff955c;
	vertical-align: middle;
}

.sec-price .list-attention li {
	font-size: 1.2rem;
	margin: 11px 0 0;
}

/*------------------------------------------
 *	sec-note
------------------------------------------*/
.sec-note {
	max-width: 1024px;
	margin: 0 auto;
	padding: 80px 0 0;
	display: flex;
	align-items: flex-end;
}

.sec-note .contents-note {
	width: 100%;
	box-sizing: border-box;
	padding: 0 331px 52px 0;
	background: url(/images/pethotel/illust_note.png) right bottom no-repeat;
}

.sec-note .note-in {
	width: 885px;
	box-sizing: border-box;
	padding: 57px 104px 40px;
	background: url(/images/pethotel/bg_note.png) 0 0 no-repeat;
	margin: 0 0 0 -66px;
}

.sec-note .note-in .note-summary {
	font-size: 2.2rem;
	margin: 0 0 26px;
	color: #ff7830;
	font-weight: bold;
	text-align: center;
}

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

.sec-note .img {
	margin: 0 -96px -52px -40px;
	width: 341px;
}

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

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

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