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


/*フォント*/
body {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.eng {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}

a {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
	color: #0B8FFF;
}
a.underline:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}


/* Layout */
body { position: relative; overflow-x: hidden;}
body.is-lock { overflow: hidden;}




/*wrap関連*/
.wrap {
	max-width: 900px;
	padding: 0 22px;
	margin: 0 auto;
}
/*PC→スマホ 表示・非表示*/
.pcBlock { display: block !important;}
.spBlock { display: none !important;}
.pcInline { display: inline !important;}
.spInline { display: none !important;}
@media only screen and (max-width: 600px) {
	/*PC→スマホ 表示・非表示*/
	.pcBlock { display: none !important;}
	.spBlock { display: block !important;}
	.pcInline { display: none !important;}
	.spInline { display: inline !important;}
}




/*コンテンツスクロール表示*/
.fadein {
	opacity : 0;
	transform : translateY(45px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : none;
}








/*mainVisual*/
.mainVisual {
	position: relative;
}
.mainVisual .slideMain div.image {
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	margin: 0;
    height: 800px;
}
.mainVisual .slideMain div.slide01 {
	background-image: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/img_slide-01.jpg");
}
.mainVisual .slideMain div.slide02 {
	background-image: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/img_slide-02.jpg");
}
.mainVisual .slideMain div.slide03 {
	background-image: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/img_slide-03.jpg");
}
@media only screen and (max-width: 600px) {
	.mainVisual .slideMain div.image {
		height: 550px;
	}
	.mainVisual .slideMain div.slide01 {
		background-image: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/img_slide-01_sp.jpg");
	}
	.mainVisual .slideMain div.slide02 {
		background-image: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/img_slide-02_sp.jpg");
	}
	.mainVisual .slideMain div.slide03 {
		background-image: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/img_slide-03_sp.jpg");
	}
}
.mainVisual .logo {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 290px;
}
.mainVisual h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	max-width: 300px;
}
.mainVisual .catch {
	z-index: 10;
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
}
.mainVisual .catch::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20%;
	left: 50%;
	transform: translateY(120%);
	height: 140px;
	width: 1px;
	background: #fff;
}
@media only screen and (max-width: 1200px) {
	.mainVisual .catch {
		bottom: 10%;
	}
	.mainVisual .catch::after {
		bottom: -20%;
		transform: translateY(120%);
		height: 80px;
	}
}
@media only screen and (max-width: 600px) {
	.mainVisual .logo {
		top: 25px;
		left: 25px;
		width: 120px;
	}
	.mainVisual h1 {
		top: 50%;
	}
	.mainVisual .catch {
		width: 140px;
	}
	.mainVisual .catch::after {
		height: 60px;
	}
}







/*eyecatch*/
.eyecatch {
	position: relative;
	background: #7a7a79;
}
.eyecatch::before {
	border-color: transparent transparent transparent #7a7a79;
	border-width: 100px 0 0 100vw;
	border-style: solid;
	top: 0;
	transform: translateY(-100%);
	content: "";
	height: 0;
	position: absolute;
}
.eyecatch .flex {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}
.eyecatch .flex figure {
	width: 60%;
	margin-right: -10%;
}
.eyecatch .flex .text {
	flex: 1;
	color: #fff;
}
.eyecatch .flex .text h2 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 15px;
}
.eyecatch .flex .text h2 strong {
	color: #bca790;
	font-weight: 500;
}
.eyecatch .flex .text p {
	font-size: 16px;
	line-height: 2.0;
}
@media only screen and (max-width: 1200px) {
	.eyecatch::before {
		content: none;
	}
	.eyecatch .flex {
		flex-direction: column;
		padding-top: 50px;
	}
	.eyecatch .flex figure {
		text-align: right;
		width: 70%;
		margin: 0;
		margin-left: auto;
	}
	.eyecatch .flex .text {
		display: table;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 600px) {
	.eyecatch .flex figure {
		width: 100%;
	}
}







/*nav.floating*/
nav.floating {
	position: fixed;
	right: 0;
	top: 40%;
	width: 70px;
	z-index: 10000;
}
nav.floating a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 600px) {
	nav.floating {
		position: fixed;
		right: 0;
		left: 0;
		top: auto;
		bottom: 70px;
		width: 80%;
		margin: 0 auto;
		z-index: 1000;
	}
	nav.floating a:hover {
		opacity: 1.0;
	}
}







/*loop-wrapper*/
.loop-wrapper {
	display: flex;
	overflow: hidden;
}
.loop-wrapper .loop {
	animation: scroll-left 40s infinite linear .5s both;
	display: flex;
}
.loop-wrapper .loop .loop-item {
	height: 370px;
}
.loop-wrapper .loop .loop-item img {
	max-height: 100%;
	max-width: none;
	width: auto;
}
.loop-wrapper .loop .loop-item2 {
	height: 370px;
}
.loop-wrapper .loop .loop-item2 img {
	max-height: 100%;
	max-width: none;
	width: auto;
}
@media only screen and (max-width: 600px) {
	.loop-wrapper .loop .loop-item {
		height: 260px;
	}
	.loop-wrapper .loop .loop-item2 {
		height: 450px;
	}
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}





#containar {
	background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/bg_paper.png") repeat center top;
}





/*sec1*/
.sec1 {
	padding: 70px 0;
	padding-bottom: 0;
}
.sec1 h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}
.sec1 h2 span {
	display: inline-block;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 20px;
}
.sec1 .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	border-bottom: 1px solid #aaa;
}
.sec1 .inner .flex {
	display: flex;
}
.sec1 .inner .flex .left {
	max-width: 350px;
	margin-right: 50px;
}
.sec1 .inner .flex .right {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.sec1 .inner .flex1 {
	display: flex;
	align-items: flex-end;
}
.sec1 .inner .flex1 .image {
	max-width: 285px;
	margin-right: 40px;
}
.sec1 .inner .flex1 .text {
	flex: 1;
}
.sec1 .inner .flex1 .text .sign {
	max-width: 200px;
	margin-bottom: 30px;
}
.sec1 .inner .flex2 {
	margin-top: auto;
	display: flex;
}
.sec1 .inner .flex2 figure {
	max-width: 240px;
}
.sec1 .inner .flex2 figure:first-child {
	margin-right: 30px;
}
.sec1 .inner .flex2 figure figcaption {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.7;
}
.sec1 .inner details {
	display: none;
	margin-top: auto;
}
@media only screen and (max-width: 950px) {
	.sec1 .inner .flex {
		flex-direction: column;
	}
	.sec1 .inner .flex .left {
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.sec1 .inner .flex .right {
		max-width: 600px;
		margin: 0 auto;
	}
	.sec1 .inner .flex1 {
		display: flex;
		align-items: flex-end;
	}
	.sec1 .inner .flex1 .image {
		width: 50%;
		margin-right: 30px;
	}
	.sec1 .inner .flex1 .text {
		flex: 1;
	}
	.sec1 .inner .flex2 {
		margin-top: 30px;
	}
	.sec1 .inner .flex2 figure {
		max-width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.sec1 {
		padding: 35px 0;
		padding-top: 50px;
	}
	.sec1 h2 {
		margin-bottom: 30px;
	}
	.sec1 .inner {
		padding-bottom: 0;
		border-bottom: none;
	}
	.sec1 .inner .flex .left {
		margin-bottom: 0;
	}
	.sec1 .inner .flex .right {
		padding: 0 25px;
		margin-top: -140px;
	}
	.sec1 .inner .flex1 {
		flex-direction: column;
		align-items: center;
	}
	.sec1 .inner .flex1 .image {
		width: 100%;
		max-width: none;
		box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 0.2);
		margin: 0;
		margin-bottom: 10px;
	}
	.sec1 .inner .flex1 .text .sign {
		display: none;
	}
	.sec1 .inner .flex1 .text p {
		text-align: center;
	}
	.sec1 .inner .flex2 {
		display: none;
	}
	.sec1 .inner details {
		display: block;
	}
	.sec1 .inner details figure {
		max-width: 100%;
		margin: 0;
		margin-top: 30px;
	}
	.sec1 .inner details figure figcaption {
		margin-top: 5px;
		line-height: 1.7;
	}
	.sec1 .inner details summary {
		list-style: none;
		cursor: pointer;
		text-align: center;
		padding: 14px 0 16px;
		font-size: 12.5px;
		color: #f3a346;
		letter-spacing: 1px;
	}
	.sec1 .inner details summary::-webkit-details-marker {
		display: none;
	}
	.sec1 .inner details summary::before {
		content: '';
		display: block;
		margin: 0 auto;
		width: 90%;
		height: 60px;
		background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/ico_open.png") no-repeat center center;
		background-size: contain;
	}
	.sec1 .inner details[open] summary::before {
		background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/ico_close.png") no-repeat center center;
		background-size: contain;
	}
	.sec1 .inner details[open] summary {
		order: 2;
	}
	.sec1 .inner details {
		display: flex;
		flex-direction: column;
	}
}






/*sec2*/
.sec2 {
	padding-top: 100px;
	padding-bottom: 0;
}
.sec2 h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}
.sec2 h2 span {
	display: inline-block;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 20px;
}
.sec2 .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	border-bottom: 1px solid #aaa;
}
.sec2 .inner .flex {
	display: flex;
	flex-direction: row-reverse;
}
.sec2 .inner .flex .left {
	max-width: 350px;
	margin-left: 50px;
}
.sec2 .inner .flex .right {
	display: flex;
	flex-direction: column;
}
.sec2 .inner .flex1 {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.sec2 .inner .flex1 .image {
	max-width: 285px;
	margin-left: 40px;
}
.sec2 .inner .flex1 .text {
	flex: 1;
}
.sec2 .inner .flex1 .text .sign {
	max-width: 200px;
	margin-bottom: 30px;
}
.sec2 .inner .flex2 {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
}
.sec2 .inner .flex2 figure {
	max-width: 240px;
}
.sec2 .inner .flex2 figure:first-child {
	margin-right: 30px;
}
.sec2 .inner .flex2 figure figcaption {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.7;
}
.sec2 .inner details {
	display: none;
	margin-top: auto;
}
@media only screen and (max-width: 950px) {
	.sec2 .inner .flex {
		flex-direction: column;
	}
	.sec2 .inner .flex .left {
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.sec2 .inner .flex .right {
		max-width: 600px;
		margin: 0 auto;
	}
	.sec2 .inner .flex1 {
		display: flex;
		align-items: flex-end;
	}
	.sec2 .inner .flex1 .image {
		width: 50%;
		margin-left: 30px;
	}
	.sec2 .inner .flex1 .text {
		flex: 1;
	}
	.sec2 .inner .flex2 {
		margin-top: 30px;
	}
	.sec2 .inner .flex2 figure {
		max-width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.sec2 {
		padding: 35px 0;
		padding-top: 0;
	}
	.sec2 h2 {
		margin-bottom: 30px;
	}
	.sec2 .inner {
		padding-bottom: 0;
		border-bottom: none;
	}
	.sec2 .inner .flex .left {
		margin-bottom: 0;
	}
	.sec2 .inner .flex .right {
		padding: 0 25px;
		margin-top: -140px;
	}
	.sec2 .inner .flex1 {
		flex-direction: column;
		align-items: center;
	}
	.sec2 .inner .flex1 .image {
		width: 100%;
		max-width: none;
		box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 0.2);
		margin: 0;
		margin-bottom: 10px;
	}
	.sec2 .inner .flex1 .text .sign {
		display: none;
	}
	.sec2 .inner .flex1 .text p {
		text-align: center;
	}
	.sec2 .inner .flex2 {
		display: none;
	}
	.sec2 .inner details {
		display: block;
	}
	.sec2 .inner details figure {
		max-width: 100%;
		margin: 0;
		margin-top: 30px;
	}
	.sec2 .inner details figure figcaption {
		margin-top: 5px;
		line-height: 1.7;
	}
	.sec2 .inner details summary {
		list-style: none;
		cursor: pointer;
		text-align: center;
		padding: 14px 0 16px;
		font-size: 12.5px;
		color: #f3a346;
		letter-spacing: 1px;
	}
	.sec2 .inner details summary::-webkit-details-marker {
		display: none;
	}
	.sec2 .inner details summary::before {
		content: '';
		display: block;
		margin: 0 auto;
		width: 90%;
		height: 60px;
		background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/ico_open.png") no-repeat center center;
		background-size: contain;
	}
	.sec2 .inner details[open] summary::before {
		background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/ico_close.png") no-repeat center center;
		background-size: contain;
	}
	.sec2 .inner details[open] summary {
		order: 2;
	}
	.sec2 .inner details {
		display: flex;
		flex-direction: column;
	}
}





/*sec3*/
.sec3 {
	padding: 70px 0;
}
.sec3 .inner {
	max-width: 600px;
	margin: 0 auto;
}
.sec3 .inner .catch {
	text-align: center;
	font-size: 20px;
	color: #333;
}
.sec3 .inner .text {
	text-align: center;
	font-size: 16px;
	color: #8a7a79;
}
.sec3 .inner .image01 {
	margin-bottom: 60px;
}
.sec3 .inner .image02 {
	width: 75%;
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.sec3 .inner .image03 {
	width: 60%;
	max-width: 260px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
.sec3 .inner .image04 {
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}
.sec3 h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.sec3 h2 span {
	display: inline-block;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 20px;
}
@media only screen and (max-width: 600px) {
	.sec3 {
		padding: 50px 0;
		padding-top: 0;
	}
	.sec3 .inner .catch {
		font-size: 19px;
	}
	.sec3 .inner .image01 {
		margin-bottom: 0;
	}
	.sec3 .inner .image02 {
		margin-bottom: 10px;
		margin-top: -80px;
	}
	.sec3 .inner .image03 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.sec3 h2 {
		margin-top: 40px;
		margin-bottom: 10px;
	}
}




/*sec4*/
.sec4 {
	padding: 70px 0;
	background: #fff;
}
.sec4 h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}
.sec4 h2 span {
	display: inline-block;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 20px;
}
.sec4 .catch {
	text-align: center;
	font-size: 20px;
	color: #333;
}
.sec4 .slider {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.sec4 .slider .main {
	width: 47%;
	box-sizing: border-box;
	padding: 5px;
}
.sec4 .slider .main .bx-wrapper {
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}
.sec4 .slider .main .bx-wrapper ul {
	padding: 0;
}
.sec4 .slider .main .bx-wrapper ul li {
	padding: 0;
	position: relative;
}
.sec4 .slider .main .bx-wrapper ul li p.caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}
.sec4 .slider .main .bx-wrapper .bx-controls-direction a.bx-prev {
	background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/ico_prev.png") no-repeat center center;
}
.sec4 .slider .main .bx-wrapper .bx-controls-direction a.bx-next {
	background: url("https://www.elteo.co.jp/wp/wp-content/themes/elteo/assets/img/lp/hiraya-nibunnoichi/ico_next.png") no-repeat center center;
}
.sec4 .slider .main .bx-wrapper .bx-pager.bx-default-pager a {
	width: 5px;
	height: 5px;
}
.sec4 .slider .thumbnail {
	width: 47%;
}
.sec4 .slider .thumbnail ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sec4 .slider .thumbnail ul li {
	width: 33.33%;
	padding: 5px;
	box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
	.sec4 .slider .main {
		width: 48.5%;
	}
	.sec4 .slider .thumbnail {
		width: 48.5%;
	}
}
@media only screen and (max-width: 600px) {
	.sec4 {
		padding: 50px 0;
		padding-bottom: 80px;
	}
	.sec4 h2 {
		margin-bottom: 10px;
	}
	.sec4 .catch {
		font-size: 19px;
	}
	.sec4 .slider {
		margin-top: 30px;
		flex-direction: column;
	}
	.sec4 .slider .main {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
	.sec4 .slider .thumbnail {
		display: none;
	}
}



/*sec5*/
.sec5 {
	padding: 70px 0;
}
.sec5 .inner {
	max-width: 800px;
	margin: 0 auto;
}
.sec5 .inner .catch {
	text-align: center;
	font-size: 50px;
	line-height: 1.2;
}
.sec5 .inner .text {
	text-align: center;
	font-size: 25px;
}
.sec5 h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}
.sec5 h2 span {
	display: inline-block;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 15px 20px;
}
.sec5 .inner .image01 {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.sec5 .inner .map {
	margin-bottom: 40px;
}
.sec5 .inner .map iframe {
	width: 100%;
	height: 450px;
}
@media only screen and (max-width: 600px) {
	.sec5 {
		padding: 50px 0;
	}
	.sec5 .inner .catch {
		font-size: 35px;
	}
	.sec5 .inner .text {
		font-size: 20px;
	}
	.sec5 h2 {
		margin-top: 20px;
	}
	.sec5 .inner .image01 {
		margin-bottom: 30px;
	}
	.sec5 .inner .map {
		margin-bottom: 20px;
	}
	.sec5 .inner .map iframe {
		height: 400px;
	}
}



/*secForm*/
.secForm {
	padding: 70px 0;
	background: #8a7a79;
}
.secForm .inner {
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.secForm .inner .catch {
	text-align: center;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 40px;
}
.secForm .inner .text {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
.secForm .inner .tel {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.secForm .inner .note {
	text-align: center;
	margin-top: 10px;
}
@media only screen and (max-width: 600px) {
	.secForm {
		padding: 50px 0;
	}
	.secForm .inner {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.secForm .inner .catch {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.secForm .inner .text {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.secForm .inner .tel {
		margin-bottom: 15px;
	}
	.secForm .inner .note {
		text-align: left;
		margin-top: 10px;
	}
}





