/* @override 
	https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/owner.css */

@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300&display=swap');

/* font-family: 'Barlow', sans-serif; */

/*font-family: fot-rodin-pron,sans-serif;
font-weight: 600;
font-style: normal;*/

/*  */

.es-container,
body:not(#home) #content {
	max-width: 1114px;
	width: 1114px;
	padding-left: 0;
	padding-right: 0;
}

a:hover {
	transition: all 0.15s ease-in;
	opacity: 0.8;
}


/*  */

#cnav {
	text-align: center;
	margin-bottom: 3em;
}

#cnav li {
	display: inline-block;
}

#cnav li a {
	font-size: 1.125rem;
	font-weight: bold;
	display: block;
	margin: 0 1em;
}

#ttl_faq {
	text-align: left;
	position: relative;
}

#ttl_faq h2 {
	font-size: 1.5rem;
	text-align: left;
	background-color: #e91b77;
	color: #fff;
	position: relative;
/*	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;*/
	padding: 1.02em 1.0em;
	margin-bottom: 0;
	line-height: 1.48;
}

#ttl_faq h2:after {
	content: '';
	display: block;
	width: 123px;
	height: 152px;
	background-image: url(https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/fig_owner_01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	right: 400px;
	z-index: 9;
	background-color: transparent;
}

#ttl_faq h2 strong {
	position: relative;
	display: inline-block;
	z-index: 9;
}

#ttl_faq h2 strong:after {
	content: '';
	display: block;
	width: 13em;
	height: 0.4em;
	background-color: #8c54d1;
	position: absolute;
	left: -0.2em;
	bottom: 0;
	z-index: -1;
}


#ttl_faq h3 {
	background-color: #222;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-style: italic!important;
	font-size: 3.375rem;
	/*display: inline-block;*/
	margin-left: auto;
	float: right;
	padding: 0.2em 6.0em 0.2em 0.6em;
}

#ttl_faq h3 span {
	color: #e91b77;
	font-style: italic!important;
	
}

#ttl_faq figure {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

#ttl_faq figure img[src$="fig_owner_02.png"] {
	position: absolute;
	top: 30px;
	left: -84px;
}

#ttl_faq figure figcaption {
	font-size: 1.25rem;
	font-family: 'Barlow', sans-serif;
	font-style: italic!important;
	line-height: 1.2;
	position: absolute;
	left: -290px;
	bottom: 40px;
}

#ttl_faq figure figcaption span {
	display: block;
	margin-left: 2.6em;
	font-style: italic!important;
}

#ttl_faq h3 + p {
	font-size: 1.125rem;
	margin-top: 1em;
	margin-left: 0.2em;
	line-height: 1.8;
	margin-bottom: 0;
}

#ttl_faq small {
	display: block;
	margin-top: 1em;
}

/*  */

section#nav {
	text-align: center;
	margin-top: 5em;
	margin-bottom: 3em;
}

section#nav h3 {
	color: #e91b77;
	font-size: 1.75rem;
	position: relative;
	display: inline-block;
}

section#nav h3:before {
	content: '';
	display: block;
	background-image: url(https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/fig_owner_04.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 52px;
	height: 51px;
	position: absolute;
	left: -76px;
	top: -6px;
	
}

section#nav h3:after {
	content: '';
	display: block;
	background-image: url(https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/fig_owner_05.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 49px;
	height: 50px;
	position: absolute;
	right: -76px;
	top: -6px;
}

section#nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-top: 1em;
}

section#nav ul li {
	margin: 0 2em;
	overflow: visible;
}

section#nav ul li figure {
	width: 172px;
	height: 172px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

section#nav ul li img {
	/*border-radius: 50%;*/
	transform: scale(1);
	transition: .3s ease-in-out;
	
}

section#nav ul li a:hover img {
	transform: scale(1.2);
}

section#nav ul li h4 {
	font-size: 1.375rem;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

section#nav ul li p {
	font-size: 0.8125rem;
}

section#nav li a {
	display: block;
}

/*  */

div.box_inq {
	width: 88%;
	background-color: #f7f7f6;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	/*padding: 0 2em;*/
	margin: 0 auto;
}

div.box_inq p {
	margin-bottom: 0;
	/*flex-grow: 1;*/
}

div.box_inq p:nth-child(1) {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-left: 1em;
}

div.box_inq p:nth-child(1) strong {
	display: block;
	font-size: 1.4em;
}

div.box_inq p:nth-child(2) {
	text-align: center;
/*	font-family: 'Barlow', sans-serif;
	font-weight: 300;*/
	
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;

	font-size: 2.8rem;
	color: #888888;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	
	padding-left: 0.8em;
	padding-right: 1.0em;
	/*font-feature-settings: "palt" 1;*/
}

div.box_inq p:nth-child(2) a {
	color: #e91b77;
	font-size: 1.1em;
	
}

div.box_inq p:nth-child(2) span {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif!important;
	display: block;
	
	font-size: 0.875rem;
	color: #000000;
}

div.box_inq p:nth-child(3) {
	/*width: 3em;*/
	font-size: 0.904375rem;
	margin-right: 1.2em;
	/*margin-left: 2em;*/
}

/*  */

section[id^="owner_"] {
/*	border-top: 0.5em solid #e91b77;
	margin-top: 4em;*/
	margin-top: 0.5em;
	padding-top: 6em;
	text-align: center;
	position: relative;
}

section[id^="owner_"] h3 {
	font-size: 2rem;
	position: relative;
	display: inline-block;
	padding-left: 40px;
	margin-bottom: 1em;
}

section[id^="owner_"] h3:before {
	content: '';
	display: block;
	background-image: url(https://www.heya-collection.com/wp-content/uploads/sites/518/2021/11/fig_owner_09.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:100% auto;
	width: 27px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
}

section[id^="owner_"] h3 + p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.8;
}

#owner_admission figure {
	width: 810px;
	height: 260px;
	margin: 4em auto 0;
	position: relative;
	text-align: center;
}

#owner_admission figure img {
	position: absolute;
}

#owner_admission figure img:nth-child(1) {
	left: 0;
}
#owner_admission figure img:nth-child(2) {
	left: 0;
	top: 90px;
}
#owner_admission figure img:nth-child(3) {
	left: 0;
	top: 180px;
}
#owner_admission figure img:nth-child(4) {
	right: 0;
}
#owner_admission figure img:nth-child(5) {
	right: 0;
	top: 90px;
}
#owner_admission figure img:nth-child(6) {
	right: 0;
	top: 180px;
}
#owner_admission figure img:nth-child(7) {
	position: static;
	margin: 0 auto;
}

/*  */

#owner_empty img {
	margin-top: 3em;
}

#owner_management {
	margin-bottom: 5em;
}

#li_management {
	width: 850px;
	height: 360px;
	margin: 0 auto 3em;
	position: relative;
}

#li_management ul {
	position: relative;
	/*margin-top: 4em;*/
	margin: 4em auto 0;
}

#li_management li {
	position: absolute;
}

#li_management li:nth-child(1) {
	left: calc(50% - 141px);
}
#li_management li:nth-child(2) {
	top: 150px;
}
#li_management li:nth-child(3) {
	top: 150px;
	right: 0;
}

#li_management ul + img {
	position: absolute;
	bottom: 0;
	left: calc(50% - 136px);
}

#li_management + p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.8;
}

/*  */

div.box_inq + h4 {
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 3em;
	position: relative;
	padding-bottom: 3em;
	margin-bottom: 0;
}

div.box_inq + h4:after {
	content: '';
	display: block;
	width: 4em;
	height: 0.2em;
	background-color: #e91b77;
	position: absolute;
	left: calc(50% - 2em);
	bottom: 0;
}

/*  */

@media screen and (max-width: 599px) {
	
	.entry-content > * {
        padding-left: 5vw;
        padding-right:5vw
    }
	
	.es-container, body:not(#home) #content {
		width: 100%;
	}
	
	/*  */
	
	#cnav {
		margin-bottom: 1.4em;
		width: 100vw;
		margin-left: -5vw;
	}
	
	#cnav li a {
		font-size: 4.0625vw;
		/* 13px */
	}
	
	/*  */
	
	#ttl_faq {
		width: 100vw;
		margin-left: -5vw;
	}
	
	#ttl_faq h2 {
		/*font-size: 4.375vw;*/
		font-size: 4.0625vw;
/* 13px */
		padding-right: 36vw;
		line-height: 1.4;
	}
	
	#ttl_faq h2 br:nth-of-type(3) {
		display: none;
	}
	
	#ttl_faq h2:after {
		width: 16vw;
		height: calc(20vw * 1.235772357723577);
		background-size:100% auto;
		top: -4vw;
		right: 2vw;
		margin: 0;
		z-index: 99;
	}
	
	#ttl_faq h3 {
		font-size: 6.25vw;
		/* 20px */
		float: none;
		/*text-align: right;*/
		padding: 0.6em 4vw;
		line-height: 1;
	}
	
	#ttl_faq h3 + p {
		font-size: 4.0625vw;
		/* 13px */
		margin: 2vw 3vw;
	}
	
	#ttl_faq h3 + p br:nth-of-type(4),
	#ttl_faq h3 + p br:nth-of-type(3) {
		display: none;
	}
	
	#ttl_faq small {
		text-align: right;
		padding-right: 4vw;
	}
	
	#ttl_faq figure {
		width: 30vw;
		top: 4vw;
		right: 4vw;
		z-index: 9;
	}
	
	#ttl_faq figure img[src$="fig_owner_02.png"] {
		width: 40%;
		left: auto;
		right: 24vw;
		top: 0;
	}
	
	#ttl_faq figure figcaption {
		/*display: none;*/
		left: auto;
		right: 0;
		font-size: 2.8125vw;
		/* 9px */
		color: #fff;
		/*bottom: -9.4em;*/
		/*bottom: -27vw;*/
		bottom: 0;
		margin-bottom: -9.6em;
		text-align: right;
	}
	
	#ttl_faq figure figcaption span {
		display: inline;
		margin-left: 0;
	}
	
	/*  */
	
	section#nav h3 {
		font-size: 5.625vw;
		/* 18px */
		width: 100%;
	}
	
	section#nav h3:before,
	section#nav h3:after {
		background-size:100% auto;
		top: 0.6em;
	}
	
	section#nav h3:before {
		width: 10vw;
		height: calc(10vw * 0.9807692307692307);
		left: -2vw;
	}
	section#nav h3:after {
		width: 10vw;
		height: calc(10vw * 0.98);
		/*left: 0;*/
		
		right: -2vw;
	}
	
	/*  */
	
	section#nav ul {
		justify-content: space-around;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100vw;
		margin-left: -5vw;
	}
	
	section#nav ul li {
		width: 44vw;
		margin: 0;
	}
	
	section#nav ul li figure {
		width: 40vw;
		height: 40vw;
	}
	
	section#nav ul li img {
		width: 100%;
		height: 100%;
	}
	
	section#nav ul li h4 {
		font-size: 4.0625vw;
		/* 13px */
	}
	
	section#nav ul li p {
		font-size: 3.125vw;
		/* 10px */
	}
	
	section#nav ul li p br {
		display: none;
	}
	
	/*  */
	
	div.box_inq {
		width: 100%;
		flex-direction: column;
		padding: 0;
		text-align: center;
		padding: 1.0em 0 1.3em;
		
	}
	
	div.box_inq p:nth-child(1) {
		font-size: 3.75vw;
		/* 12px */
		margin-left: 0;
		line-height: 1.4;
	}
	
	div.box_inq p:nth-child(1) strong {
		font-size: 1.4em;
	}
	
	div.box_inq p:nth-child(2) {
		border-left: none;
		border-right: none;
		padding: 0.4em 0 0.6em;
		
		font-size: 9.375vw;
		/* 30px */
		font-size: 7.5vw;
		/* 24px */
		margin-top: 0.6em;
		margin-bottom: 0.6em;
		
		width: 100%;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		
	}
	
	div.box_inq p:nth-child(2) span {
		font-size: 0.3em;
	}
	
	div.box_inq p:nth-child(3) {
		margin: 0;
		font-size: 3.4375vw;
		/* 11px */
	}
	
	/*  */
	
	section[id^="owner_"] {
		/*padding-top: 2em;*/
		padding-top: calc(100vw * 0.19 );
	}
	
	section[id^="owner_"] h3 {
		width: 100%;
		font-size: 5.3125vw;
		/* 17px */
		text-align: left;
		padding-left: 10vw;
	}
	
	section[id^="owner_"] h3:before {
		width: 7vw;
		height: calc(7vw * 1.111111111111111);
		background-size:100% auto;
	}
	
	section[id^="owner_"] h3 + p +p,
	section[id^="owner_"] h3 + p {
		font-size: 3.75vw;
		/* 12px */
		text-align: left;
		line-height: 1.8;
	}
	
	#owner_admission figure {
		width: 100%;
		height: auto;
		margin-top: 2em;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#owner_admission figure img {
		position: static;
		margin: 0 1em 1em;
		max-width: 36%;
	}
	
	#owner_admission figure img:nth-child(7) {
		max-width: initial;
		max-width: auto;
		width: 70%;
	}
	
	#owner_empty img {
		margin-top: 2em;
		width: 80%;
	}
	
	#li_management {
		width: 100%;
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	#li_management ul {
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#li_management li {
		position: static;
	}
	
	#li_management li:nth-child(1) {
		width: 100%;
		margin-bottom: 1em;
	}
	
	#li_management img {
		/*max-width: 40vw;*/
		max-height: 22vw;
	}
	
	#li_management ul + img {
		position: static;
		margin: 0 auto;
		max-height: initial;
		width: 40vw;
		margin-top: 1em;
	}
	
	/*  */
	
	div.box_inq + h4 {
		font-size: 5vw;
		/* 16px */
		padding-bottom: 2.2em;
		margin-bottom: 3em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}











































/*  */


