@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
BREAD
------------------------------------*/
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../../images/bg_mainarea01.png) repeat center center;
	border-radius: 15px;
	overflow: hidden;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 1;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 2;
	padding-left: 50px;
	padding-top: 60px;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 38px;
	font-size: 3.8rem;
	color: #99001F;
	
}
#mainArea .inn .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 30px;
	width: 350px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
    border-top: 1px solid #F4ACBF;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;	
}
#secondaryArea .tit01 p {
	background: #F4ACBF;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 25px 0;
	margin: 0 auto;
	line-height: 1.5;
}

#productList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#productList li {
	width: 210px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 70px;
}
#productList li a {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	color: #F3989E;
	display: block;
	height: 2.6em;
	text-align: center;
	position: relative;
	margin-top: 140px;
	font-size: 16px;
	font-size: 1.6rem;
}
#productList li a img {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 989px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn {
	border-radius: 0;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
#mainArea .inn .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	width: 100%;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 20px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
    border-top: 1px solid #83BC89;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;	
}
#secondaryArea .tit01 p {
	background: #83BC89;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 25px 0;
	margin: 0 auto;
	line-height: 1.5;
}



#contactForm {
	margin-top:30px
}
#contactForm form {
	margin-bottom:0
}
#sent.success {
	color:#46a546
}
#textArea {
	width:100%;
	margin-bottom:20px
}
#textArea textarea {
	width:98.5%;
	border:1px solid #e5e5e5;
	background:#fff;
	height:200px;
	margin-bottom:10px
}
.textarea, .input[type="text"], .input[type="password"], .input[type="datetime"], .input[type="datetime-local"], .input[type="date"], .input[type="month"], .input[type="time"], .input[type="week"], .input[type="number"], .input[type="email"], .input[type="url"], .input[type="search"], .input[type="tel"], .input[type="color"], .uneditable-input {
	width:94%;
	border:1px solid #e5e5e5;
	background:#fff
}
.textarea:focus, .input[type="text"]:focus, .input[type="password"]:focus, .input[type="datetime"]:focus, .input[type="datetime-local"]:focus, .input[type="date"]:focus, .input[type="month"]:focus, .input[type="time"]:focus, .input[type="week"]:focus, .input[type="number"]:focus, .input[type="email"]:focus, .input[type="url"]:focus, .input[type="search"]:focus, .input[type="tel"]:focus, .input[type="color"]:focus, .uneditable-input:focus {
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:0 0 5px rgba(237,95,48,0.5);
	-moz-box-shadow:0 0 5px rgba(237,95,48,0.5);
	box-shadow:0 0 5px rgba(237,95,48,0.5)
}









#productList li {
	width: 180px;
}
}
@media screen and (max-width: 767px){
#productList li {
	width: 160px;
}
}

