@charset 'utf-8';

#continer{
	padding-bottom: 0;
}
h2.ttl_def{
	margin-bottom: 28px;
}
h2.ttl_def .jp{
	letter-spacing: 0;
}
h2 + p{
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 13px;
	margin-bottom: 56px;
	text-align: center;
	letter-spacing: 0;
}
.text_bloc h3{
	position: relative;
	margin-top: 12px;
	margin-bottom: 13px;
	padding-bottom: 16px;
	text-align: left;
}
.text_bloc h3::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: '';
	border-bottom: 1px solid #b3b3b3;
}
.text_bloc h3 strong{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3em;
	display: block;
	letter-spacing: 0;
}
.text_bloc p{
	line-height: 1.7em;
	letter-spacing: 0;
}

#pet_main{
}
.pet_main__bloc{
	position: relative;
	min-height: 520px;
	margin-bottom: 60px;
}
.pet_main__bloc__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 40px);
	height: 520px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pet_main__bloc .inbox{
	position: relative;
}
.pet_main__bloc .inbox .text_bloc{
	box-sizing: border-box;
	width: calc(50% - 40px);
	margin-left: auto;
	padding-left: 60px;
}


.pet_main__bloc__bg{
	background-image: url('../../../img/LC_Page_User/pet_friendly_spaces/pet_friendly_spaces__bg.jpg');
}

#pet_sub{

}

.pet_sub__bloc{
	position: relative;
	width: 100%;
}
.pet_sub__bloc .inbox{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}
.pet_sub__bloc.left_image{
	margin-bottom: 90px;
}
.pet_sub__bloc.left_image .inbox{
	justify-content: flex-end;
	gap: 60px;
}
.pet_sub__bloc .item{
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-items: flex-start;
	width: 553px;
	gap: 30px;
}
.pet_sub__bloc .item li{
	width: 260px;
}
.pet_sub__bloc .text_bloc{
	width: 470px;
}
