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

/* ==============================================

	flora nav

================================================= */
.page_flora .h_fixed {
	background: #fff;
}

@media screen and (max-width: 1194px) {
	.page_flora #gnav ul {
		gap: 0 12px;
	}
}
@media screen and (max-width: 1366px) {
	.page_flora #gnav ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 125%;
	}
}


/* ==============================================

	mv_flora

================================================= */
#mv_flora {
	position: relative;
	height: 100vh;
}

#mv_flora picture {
	height: calc(100vh - 80px);
	height: calc((var(--vh,1vh)*100) - 80px);
	position: absolute;
	z-index: -1;
	top: 80px;
	left: 0;
	width: 100%;
}
#mv_flora picture img {
	width: 100%;
	height: calc(100vh - 80px);
	height: calc((var(--vh,1vh)*100) - 80px);
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	#mv_flora picture {
		height: calc(100vh - 60px);
		height: calc((var(--vh,1vh)*100) - 60px);
		top: 60px;
	}
	#mv_flora picture img {
		height: calc(100vh - 60px);
		height: calc((var(--vh,1vh)*100) - 60px);
	}
}


/* ==============================================

	flora main_instagram

================================================= */
#flora #main_instagram {
	padding: 60px 0 70px;
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	#flora #main_instagram {
		padding: 40px 0 50px;
	}
}


/* ==============================================

	flora_contents

================================================= */
.flora_contents {
	padding: 100px 5%;
}
.flora_contents > section:not(:last-child) {
	margin-bottom: 100px;
}
.flora_contents .font_en {
	font-size: 10rem;
	letter-spacing: 0.025em;
	text-align: center;
	position: relative;
	z-index: 1;
}
.flora_contents_mv {
	max-width: 1200px;
	margin: -30px auto 40px;
}
.flora_txtArea > *:not(:first-child) {
	margin-top: 55px;
}
.flora_txtArea h2 {
	font-size: 2.6rem;
	text-align: center;
	color: #9a853d;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 0.1em;
}
.flora_txt {
	line-height: 185%;
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 1194px) {
	.flora_contents .font_en {
		font-size: 8rem;
	}
	.flora_contents_mv {
		margin-top: -20px;
	}
}
@media screen and (max-width: 1024px) {
	.flora_contents .font_en {
		font-size: 7.5rem;
	}
	.flora_contents_mv {
		margin-top: 0;
	}
}
@media screen and (max-width: 896px) {
	.flora_contents .font_en {
		font-size: 7rem;
	}
}
@media screen and (max-width: 768px) {
	.flora_contents {
		padding: 80px 5%;
	}
	.flora_contents .font_en {
		font-size: 6rem;
	}
	.flora_txtArea h2 {
		font-size: 2.4rem;
		line-height: 150%;
	}
}
@media screen and (max-width: 640px) {
	.flora_contents .font_en {
		font-size: 5rem;
	}
	.flora_txtArea h2 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.flora_contents {
		padding: 60px 5%;
	}
	.flora_contents > section:not(:last-child) {
		margin-bottom: 60px;
	}
	.flora_txtArea > *:not(:first-child) {
		margin-top: 30px;
	}
	.flora_contents .font_en {
		font-size: 4rem;
	}
	.flora_txtArea h2 {
		font-size: 1.8rem;
		line-height: 130%;
		text-align: left;
	}
	.flora_contents_mv {
		margin-bottom: 30px;
	}
	.flora_contents_mv .slick-dots {
		margin-top: 5px!important;
	}
}


/* ==============================================

	flora_benefits

================================================= */
.flora_benefits {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
	max-width: 860px;
	margin: 0 auto;
	min-height: 100px;
}
.flora_benefits p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	width: 150px;
	letter-spacing: 0.1em;
	background: #baa55f;
}
.flora_benefits div {
	display: flex;
	align-items: center;
	width: calc(100% - 155px);
	padding: 20px 25px;
	background: #faf9f5;
}
.flora_benefits ul {
}
.flora_benefits ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	line-height: 135%;
}
.flora_benefits ul li:not(:last-child) {
	margin-bottom: 10px;
}
.flora_benefits ul li:before {
	position: relative;
	top: -4px;
	left: 0;
	margin-right: 6px;
	display: inline-block;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
	background: #baa55f;
}
.flora_benefits ul li span {
	width: calc(100% - 11px);
}
@media screen and (max-width: 640px) {
	.flora_benefits {
		flex-flow: column;
		gap: 0;
	}
	.flora_benefits > * {
		width: 100%!important;
	}
	.flora_benefits p {
		height: 40px;
	}
}
@media screen and (max-width: 480px) {
	.flora_benefits p {
		height: 35px;
		font-size: 1.4rem;
	}
	.flora_benefits ul li {
		line-height: 150%;
	}
}


/* ==============================================

	flora_atten

================================================= */
.flora_atten {
	margin-top: 35px;
}
.flora_atten li {
	line-height: 142%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flora_atten li:not(:last-child) {
	margin-bottom: 5px;
}
.flora_atten li::before {
	content: "※";
}
@media screen and (max-width: 480px) {
	.flora_atten {
		margin-top: 25px;
	}
}


/* ==============================================

	flora_planArea

================================================= */
.flora_planArea {
	margin-top: 70px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.flora_planArea.flora_plan_five {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.flora_planArea.flora_plan_five > section {
	width: calc((100% - 60px) / 3);
}
.flora_planArea > section {
	border: 1px solid #a98f37;
	padding: 30px 20px;
	width: 340px;
}
.flora_planArea h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
	color: #9a853d;
	position: relative;
	padding-bottom: 15px;
}
.flora_planArea h3::after {
	content: "";
	display: block;
	border-top: 1px solid #a98f37;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.flora_planArea .flora_atten {
	font-size: 1.2rem;
	margin-top: 15px;
}

@media screen and (max-width: 1366px) {
	.flora_planArea.flora_plan_four {
		max-width: 830px;
		margin-left: auto;
		margin-right: auto;
		flex-flow: row wrap;
	}
	.flora_planArea.flora_plan_four > section {
		width: 400px;
	}
}
@media screen and (max-width: 1024px) {
	.flora_planArea.flora_plan_two,
	.flora_planArea.flora_plan_three {
		max-width: 830px;
		margin-left: auto;
		margin-right: auto;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	.flora_planArea > section,
	.flora_planArea.flora_plan_four > section,
	.flora_planArea.flora_plan_five > section {
		width: calc((100% - 30px) / 2);
	}
	.flora_planArea.flora_plan_one > section {
		width: 400px;
	}
}
@media screen and (max-width: 640px) {
	.flora_planArea {
		flex-flow: column!important;
	}
	.flora_planArea > section {
		width: 100%!important;
	}
}
@media screen and (max-width: 480px) {
	.flora_planArea {
		margin-top: 40px;
		gap: 20px;
	}
	.flora_planArea > section {
		padding: 20px;
	}
	.flora_planArea h3 {
		font-size: 1.7rem;
	}
}


/* ==============================================

	flora_priceArea

================================================= */
.flora_priceArea {
	display: flex;
	justify-content: center;
}
.flora_priceArea section:not(:last-child) {
	margin-bottom: 20px;
}
.flora_priceArea h4 {
	font-size: 1.5rem;
	color: #9a853d;
	margin-bottom: 5px;
}
.flora_price {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
}
.flora_price div span {
	font-size: 2.6rem;
	font-family: "EB Garamond", serif;
	letter-spacing: 0;
	margin-right: 5px;
}



/* ==============================================

	flora_setArea

================================================= */
.flora_setArea {
	padding: 20px;
	background: #faf9f5;
	margin-top: 20px;
}
.flora_setArea p {
	text-align: center;
	color: #9a853d;
	margin-bottom: 18px;
	font-weight: bold;
}
.flora_setArea ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	line-height: 135%;
	font-size: 1.3rem;
}
.flora_setArea ul li:not(:last-child) {
	margin-bottom: 8px;
}
.flora_setArea ul li:before {
	position: relative;
	top: -4px;
	left: 0;
	margin-right: 6px;
	display: inline-block;
	width: 3px;
	height: 3px;
	content: '';
	border-radius: 50%;
	background: #222;
}
.flora_setArea ul li span {
	width: calc(100% - 9px);
}
.flora_txtbox {
	font-size: 1.2rem;
	margin-top: 15px;
	line-height: 150%;
}


/* ==============================================

	flora_bnr

================================================= */
.flora_bnr {
	max-width: 950px;
	margin: 80px auto 0;
}
@media screen and (max-width: 480px) {
	.flora_bnr {
		margin-top: 40px;
	}
}


/* ==============================================

	flora_photoArea

================================================= */
.flora_photoArea {
	max-width: 950px;
	margin: 80px auto 0;
}
.flora_photoArea ul {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
.flora_photoArea ul li {
	width: calc((100% - 50px) / 6);
}
.flora_photoArea ul li figure {
	aspect-ratio: 15 / 19;
	overflow: hidden;
}
.flora_photoArea ul li figure img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.flora_photoArea ul li a:hover figure img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.flora_photoArea ul li {
		width: calc((100% - 30px) / 4);
	}
}
@media screen and (max-width: 480px) {
	.flora_photoArea {
		margin-top: 40px;
	}
}


/* ==============================================

	flora_contactArea

================================================= */
.flora_contactArea {
	max-width: 900px;
	margin: 80px auto 0;
}
.flora_contactArea h3 {
	color: #987c1b;
	border-bottom: 1px solid #9a853d;
	padding-bottom: 14px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 140%;
}
.flora_contact_txt {
	text-align: center;
	font-size: 1.5rem;
	line-height: 150%;
	margin: -5px 0 35px;
	font-weight: 500;
}
.flora_contact_box {
	max-width: 800px;
	margin: 0 auto;
	background: #f8f7f5;
	padding: 20px 0;
	display: flex;
}
.flora_contact_box section {
	flex: 1;
	text-align: center;
	padding: 10px 15px;
}
.flora_contact_box section:first-child {
	border-right: 1px solid #9c9179;
}
.flora_contact_box h4 {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}
.flora_contact_tel a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: flex-end;
	font-size: 3.2rem;
	margin-bottom: 8px;
	color: #9a853d;
	font-family: "EB Garamond", serif;
}
.flora_contact_tel a::before {
	content: "";
	background: url("../images/icon_tel.svg") center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 27px;
	margin-right: 4px;
	filter: brightness(0) saturate(100%) invert(52%) sepia(5%) saturate(4577%) hue-rotate(9deg) brightness(100%) contrast(77%);
}
.flora_contact_tel ul {
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	gap: 5px 15px;
	flex-flow: row wrap;
}
.flora_contact_mail .cmn_btn a {
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.flora_contact_txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 640px) {
	.flora_contact_box {
		flex-flow: column;
		padding: 0;
		background: none;
		gap: 20px;
	}
	.flora_contact_box section {
		border: none!important;
		padding: 25px;
		background: #FAF9F7;
	}
}
@media screen and (max-width: 480px) {
	.flora_contactArea {
		margin-top: 40px;
	}
	.flora_contactArea h3 {
			font-size: 1.5rem;
		margin-bottom: 30px;
		}
	.flora_contact_txt {
		font-size: 1.3rem;
		margin-bottom: 25px;
	}
	.flora_contact_box section {
		padding: 25px 20px;
	}
	.flora_contact_box h4 {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.flora_contact_mail .cmn_btn a {
		font-size: 1.4rem;
	}
}


/* ==============================================

	flora dress_brands

================================================= */
#flora .dress_brands {
	background: none;
	padding: 0;
	margin-top: 80px;
}
#flora .cmn_ttl_h2_under {
	margin-bottom: 30px;
}
#flora .dress_brands ul {
	gap: 10px;
}
#flora .dress_brands ul li {
	border: 1px solid #dbd6c5;
}
@media screen and (max-width: 480px) {
	#flora .dress_brands {
		margin-top: 40px;
	}
}

.shichigosan_img {
	max-width: 600px;
	margin: 0 auto;
}



