@charset "utf-8";
.front_page .ec-layoutRole__header {
	height: 0;
	padding: 0;
}
.front_page .ec-layoutRole__contents {
	margin-top: 0;
}
/* ================================================================ */
/* FV */
/* ================================================================ */
.indexFv {
	width: 100%;
	margin: 0 auto;
	background: center/cover no-repeat;
	height: calc(80vh - 113px);
	position: relative;
}
.indexFv > ._text {
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.indexFv > ._text > span {
	display: block;
}
.indexFv > ._text > span:nth-child(1) {
	color: #56b6b0;
	font-size: 5rem;
	font-family: "sheila", serif;
	letter-spacing: 4px;
}
.indexFv > ._text > span:nth-child(2) {
	color: #000000;
	font-family: "Josefin Sans", sans-serif;
	font-size: .9rem;
	letter-spacing: 2px;
}
@media screen and (max-width:640px) {
	.indexFv {
		height: calc(90vh - 50px);
	}
	.indexFv > ._text {
		width: 95%;
	}
	.indexFv > ._text > span:nth-child(1) {
		font-size: 3.5rem;
		letter-spacing: 2px;
	}
	.indexFv > ._text > span:nth-child(2) {
		margin-top: 1rem;
		font-size: .8rem;
		letter-spacing: 1px;
	}
}
/* ================================================================ */
/* ABOUT */
/* ================================================================ */
.indexAbout {
	margin: 6rem 0 4rem;
	position: relative;
	z-index: 1;
}
.indexAbout > .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 20;
}
.indexAbout > .inner > ._text {
	padding: 4rem 0 2rem;
	width: 50%;
}
.indexAbout > .inner > ._headline {
	font-family: 'Libre Baskerville', serif;
	position: absolute;
	top: -2rem;
	right: 0;
	z-index: 10;
	opacity: 0.2;
	color: #a16f78;
	font-size: 140px;
}
.indexAbout > .inner > ._text h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 1.75rem;
	font-weight: 600;
	color: #56b6b0;
	margin-bottom: 2rem;
}
.indexAbout > .inner > ._text > p {
	padding-left: 1rem;
	line-height: 2;
}
.indexAbout > .inner > ._text > p > span {
	letter-spacing: 2px;
	display: inline-block;
}
.indexAbout > .inner > ._text > p:last-child a {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    padding: .15em .5em;
    position: relative;
    margin-top: 3rem;
    z-index: 1;
}
.indexAbout > .inner > ._text > p:last-child a > span {
	position: relative;
}
.indexAbout > .inner > ._text > p:last-child a > span::before {
    background: #000;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all .3s ease;
    z-index: -1;
}
.indexAbout > .inner > ._text > p:last-child a:hover > span::before {
	width: 0;
}
.indexAbout > .inner > ._slide {
	position: relative;
	width: 49%;
}
.indexAbout > .inner > ._slide > ._imgWrap {
	position: relative;
	padding-top: 60%;
	width: 100%;
}
.indexAbout > .inner > ._slide > ._imgWrap > div {
	background: center/cover no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:740px) {
	.indexAbout > .inner > ._slide > ._imgWrap {
		height: 100%;
	}
	.indexAbout > .inner > ._text
	, .indexAbout > .inner > ._slide {
		width: 100%;
		margin: 0 auto;
	}
	.indexAbout > .inner > ._text {
		background: rgba(255, 255, 255, 0.75);
		position: relative;
		z-index: 20;
	}
	.indexAbout > .inner > ._slide {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
	}
}
/* ================================================================ */
/* PRODUCTS */
/* ================================================================ */
.indexProduct {
	margin: 6rem 0;
}
.indexProduct h2 {
	font-family: 'Libre Baskerville', serif;
	z-index: 10;
	color: #7f7e7e;
	font-size: 4rem;
}
.indexProduct ._productList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.indexProduct ._productList > li {
	margin: .75rem;
	width: calc(25.0% - 1.5rem);
}
.indexProduct ._productList > li ._img {
	width: 100%;
	padding-top: 120%;
	position: relative;
}
.indexProduct ._productList > li ._img > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: center/cover no-repeat;
}
.indexProduct ._productList > li ._name {
	display: block;
	margin: .25em 0 .3em;
}
.indexProduct ._productList > li ._price {
	display: block;
	font-size: 1.1rem;
}
.indexProduct ._listLink {
	display: block;
	padding-top: 2rem;
}
.indexProduct ._listLink > a {
	display: block;
	text-align: center;
	background: #333537;
	color: #ffffff;
	font-family: "Josefin Sans", sans-serif;
	padding: 1em;
	width: 300px;
	margin: 0 auto;
	transition: all .4s ease;
	border: 1px solid transparent;
}
.indexProduct ._listLink > a:hover {
	color: #9b8679;
	border-color: #9b8679;
	background: #fff;
}
@media screen and (max-width:640px) {
	.indexProduct h2 {
		font-size: 2.75rem;
	}
	.indexProduct ._productList > li {
		width: calc(98% - 2rem);
		margin: 1rem;
	}
	.indexProduct ._productList > li > a {
		position: relative;
		padding: .5rem .5rem .5rem 35%;
		min-height: 120px;
	}
	.indexProduct ._productList > li > a > ._img {
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		padding-top: 120px;
	}
	.indexProduct ._productList > li > a > ._name
	, .indexProduct ._productList > li > a > ._price {
		padding-left: calc(120px + 1rem);
	}
}
/* ================================================================ */
/* NEWS */
/* ================================================================ */
.indexNews {
	text-align: center;
	margin: 6rem 0;
}
.indexNews .headline001 {
	text-align: center;
	color: #626262;
	display: block;
	position: relative;
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.indexNews .headline001 > span {
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	position: relative;
	padding: .25em 1em;
}
.indexNews .headline001 > span::before, .headline001 > span::after {
	background: #6f6f6f;
	content: '';
	display: block;
	height: 1.2rem;
	width: 1px;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(0, -50%) rotate(40deg);
	transform: translate(0, -50%) rotate(40deg);
}
.indexNews .headline001 > span::before {
	left: 0;
}
.indexNews .headline001 > span::after {
	right: 0;
}
.indexNews .linkBtn002 {
	background: #97c1b9;
	border: 1px solid #97c1b9;
	border-radius: 3rem;
	padding: .5rem 1rem;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.indexNews .linkBtn002 i {
	position: relative;
	top: 0.05em;
	margin-right: .5em;
}
.indexNews .linkBtn002:hover {
	background: #fffefe;
	color: #97c1b9;
}
.indexNews_articles {
	text-align: left;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.indexNews_articles > li {
	width: calc(25% - 2rem);
	margin: 1rem;
	background: none;
}
.indexNews_articles > li ._img {
	width: 100%;
	padding-top: 60%;
	background: center/cover no-repeat;
}
.indexNews_articles > li ._date {
	display: block;
	font-size: 0.85rem;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
}
.indexNews_articles > li ._title {
	display: block;
	font-size: 1rem;
	font-size: 0.95rem;
}
@media screen and (max-width:640px) {
	.indexNews_articles > li {
		margin: 1rem;
		width: calc(98% - 2rem);
	}
}
/* ================================================================ */
/* CONTACT */
/* ================================================================ */
.indexContact {
	margin: 8rem auto 4rem;
	text-align: center;
}
.indexContact .headline001 {
	text-align: center;
	color: #626262;
	display: block;
	position: relative;
	font-size: 1.2rem;
	margin-bottom: 1em;
}
.indexContact .headline001 > span {
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	position: relative;
	padding: .25em 1em;
}
.indexContact .headline001 > span::before, .headline001 > span::after {
	background: #6f6f6f;
	content: '';
	display: block;
	height: 1.2rem;
	width: 1px;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(0, -50%) rotate(40deg);
	transform: translate(0, -50%) rotate(40deg);
}
.indexContact .headline001 > span::before {
	left: 0;
}
.indexContact .headline001 > span::after {
	right: 0;
}
.indexContact_methods {
	width: 1000px;
	max-width: 100%;
	margin: 3rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.indexContact_methods_item {
	background: #97c1b9;
	color: #fff;
	padding: 2rem 1rem;
	margin: 1rem;
	width: 35%;
}
.indexContact_methods_item__tel > a {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 200;
	font-size: 2.5rem;
}
.indexContact_methods_item__tel > span {
	display: block;
	margin-bottom: 1rem;
}
.indexContact_methods_item__tel > p {
	margin-top: 1rem;
	font-size: 0.85rem;
}
.indexContact_methods_item__web > span {
	display: block;
	font-size: 1.3rem;
}
.indexContact_methods_item__web > a {
	margin: 2rem auto 0;
	display: block;
	background: #fff;
	color: #242424;
	padding: 1.5rem .5rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 85%;
}
.indexContact_methods_item__web > a:hover {
	color: #97c1b9;
	border-color: #61968c;
}
@media screen and (max-width:640px) {
	.indexContact_methods_item {
		width: 95%;
	}
}