@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 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../../images/bg_btit_pc.png) repeat-y top;
	border-radius: 68px;
	background-size: contain;
	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%;
	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;
	padding-right: 50px;
}
/*----------------------------------
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: "じゅん 34",Jun 34;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 15px 0;
	margin: 0 auto;
}
#secondaryArea .tit01 p span {
	font-size: 28px;
	font-size: 2.8rem;
	display: block;
	margin-top: 3px;
}

#secondaryArea > section .bgOuter01 {
	background: #D6EBF0;
	padding: 40px 0;
}
#secondaryArea > section .bgOuter02 {
	background: #FAF4F2;
	padding: 30px 0;
}

#secondaryArea > section .inn {
	width: 770px;
	max-width: 100%;
	margin: 0 auto;
}
#secondaryArea > section .inn h2 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	color: #99001F;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}
#secondaryArea > section .inn > p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p.caution {
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea > section .inn > h2 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 40px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
#secondaryArea > section .inn h3 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 40px;
	text-align: center;
}
#secondaryArea > section#sec03 .inn {
	width: 770px;
}
#secondaryArea > section#sec03 .contBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
#secondaryArea > section#sec03 .contBox .picLeft {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 15px;
}
#secondaryArea > section#sec03 .contBox .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	text-align: center;
}
#secondaryArea > section#sec03 .contBox .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section#sec03 .contBox .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	max-width: 100%;
	text-align: center;
}
#secondaryArea > section#sec03 .contBox .picLeft .pic img {
	max-width: 100%;
}

#secondaryArea > section#sec03 .contBox .picLeft .txt {
	position: relative;
	width: 66.6%;
	width: calc( 200% / 3);
	min-width: 12em;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 30px;
}
#secondaryArea > section#sec03 .contBox .picLeft:only-child .pic {
	width: 15%;
}
#secondaryArea > section#sec03 .contBox .picLeft:only-child .txt {
	width: 85%;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt h1 {
	color: #302A24;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt a {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt a::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 3px solid #302A24;
	border-right: 3px solid #302A24;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -22px;
	margin-top: -7px;
}
#secondaryArea > section#sec03 #step {
	text-align: center;
}
#secondaryArea > section#sec03 #step p {
	text-align: left;
}
#secondaryArea > section#sec03 #step ol {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#secondaryArea > section#sec03 #step ol li {
	width: 33.3%;
	width: calc( 100% / 3);
	padding: 0 5px;
}
#secondaryArea > section#sec03 #step ol li img {
	max-width: 100%;
}
#secondaryArea > section#sec03 .bgOuter02 {
	margin-top: 50px;
}

#secondaryArea > section#sec04 #herb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#secondaryArea > section#sec04 #herb li {
	width: 250px;
	max-width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#secondaryArea > section#sec04 #herb li figure .pic {
	text-align: center;
}
#secondaryArea > section#sec04 #herb li figure .pic img {
	max-width: 100%;
}
#secondaryArea > section#sec04 #herb li figure figcaption {
	text-align: center;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-top: 10px;
}
#secondaryArea > section#sec04 #herb li figure p.sub {
	text-align: center;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 10px;
	width: 100%;
	min-height: 2.4em;
}
#secondaryArea > section#sec04 #herb li figure p.txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	width: 100%;
}


@media screen and (max-width: 989px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn {
	border-radius: 0;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 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;
	padding-right: 0;
	width: 100%;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 0px;
}
#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;
}
}

@media screen and (max-width: 767px){
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	padding: 30px 0 0;
}
#mainArea .inn {
	justify-content: flex-start;
	flex-direction: column;
}
#mainArea .inn .pic {
	text-align: right;
}
#mainArea .inn .secondary {
	width: 100%;
	padding: 30px 30px 0;
}
#mainArea .inn .secondary h1 {
	font-size: 2.6rem;
}
#mainArea .inn .secondary h1 span {
	font-size: 2.2rem;
	margin-bottom: 0;
}
#mainArea .inn .secondary h2 {
	font-size: 1.8rem;
}
#mainArea .inn .secondary h2 sup {
	font-size: 1.2rem;
}
#mainArea .inn .secondary .subscript {
	font-size: 1.4rem;
	margin-top: 10px;
}
#mainArea .inn .secondary .description {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
}
#mainArea .inn .secondary .caution {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 20px;
}
#secondaryArea .tit01 {
	margin: 20px 0;
}
#secondaryArea .tit02 {
	margin: 20px 0;
}
#secondaryArea > section .bgOuter01 {
	padding: 20px 0;
}
#secondaryArea > section .bgOuter02 {
	padding: 20px 0;
}
#secondaryArea > section .bgOuter03 {
	padding: 30px 0;
}
#secondaryArea > section .inn {
	padding: 0 20px;
}
#secondaryArea > section .inn h1 {
	font-size: 2.2rem;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > p.caution {
	font-size: 1.2rem;
}
#secondaryArea > section .inn > h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}

#secondaryArea > section .bgOuter01 .inn h3 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .bgOuter01 .inn .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
#secondaryArea > section .bgOuter01 .inn .pic {
	margin-bottom: 20px;
	text-align: center;
}
#secondaryArea > section .bgOuter01 .inn .txt {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section .bgOuter01 .inn > .txt {
	width: 100%;
}
#secondaryArea > section .bgOuter02 .picLeft,
#secondaryArea > section .bgOuter02 .picRight {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 20px;
}
#secondaryArea > section .bgOuter02 .picLeft .pic,
#secondaryArea > section .bgOuter02 .picRight .pic {
	width: 100%;
}
#secondaryArea > section .bgOuter02 .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter02 .txt {
	max-width: 100%;
	padding: 20px;
}
#secondaryArea > section .bgOuter02 .txt h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;	
}
#secondaryArea > section .bgOuter02 .txt .right {
	float: right;
	margin: -10px 15px 0 30px;
}
#secondaryArea > section .bgOuter02 .txt .left {
	overflow: visible;
}
#secondaryArea > section .bgOuter02 .txt p {
	max-width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#secondaryArea > section .bgOuter02 .picRight .txt p {
	margin-right: 0px;
}
#secondaryArea > section#sec03 .contBox .picLeft .pic {
	width: 100%;
	max-width: 100%;
	text-align: center;
}

#secondaryArea > section.commentContents .caution {
	padding: 0;
	font-size: 1.2rem;
	margin-top: 20px;
}
#secondaryArea > section .commentBox {
	flex-direction: column;
}
#secondaryArea > section .commentBox .comment01 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
#secondaryArea > section .commentBox .comment01 p {
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section .commentBox .comment01 figure {
	margin: 80px 0 0;
}
#secondaryArea > section .commentBox .comment01 figure img {
	max-width: 100%;
}
#secondaryArea > section .commentBox .comment01 figure::before {
	content: "";
	display: block;
	position: absolute;
	top: -150px;
	background: url(../images/bg_comment01.png) no-repeat center center;
	background-size: contain;
	left: 0;
	right: 0;
	height: 100%;
}
#secondaryArea > section .commentBox .comment01 figure figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	color: #F3A4A5;
}
#secondaryArea > section#sec03 .inn {
	width: 1200px;
	max-width: 100%;
}
#secondaryArea > section#sec03 .contBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0px;
}

#secondaryArea > section#sec03 .contBox .picLeft {
	width:100%;
	padding: 0px;
	margin-bottom: 0px
}

#secondaryArea > section#sec03 .contBox .picLeft .pic {
	width: 100%;
}
#secondaryArea > section#sec03 .contBox .picLeft:only-child {
	width: 100%;
}

#secondaryArea > section#sec03 .contBox .picLeft .pic {
	width: 100%;
	margin-bottom: 20px
}
#secondaryArea > section#sec03 .contBox .picLeft .pic img {
	max-width: 100%;
}

#secondaryArea > section#sec03 .contBox .picLeft .txt {
	width: 100%;
	height: auto;
	padding:0 10px 30px;
}
#secondaryArea > section#sec03 .contBox .picLeft:only-child .pic {
	width: 100%;
}
#secondaryArea > section#sec03 .contBox .picLeft:only-child .txt {
	width: 100%;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt h1 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt p {
	font-size: 1.4rem;
}
#secondaryArea > section#sec03 .contBox .picLeft .txt a {
	bottom: -5px;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 484px){
}
