@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;
}
#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;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 5;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 1;
	padding-left: 100px;
	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;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
    border-top: 1px solid #A3CDDC;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;	
}
#secondaryArea .tit01 p {
	display: flex;
	background: #A3CDDC;
	font-family: "じゅん 34",Jun 34;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}
#secondaryArea .tit01 p span {
	font-size: 28px;
	font-size: 2.8rem;
	display: block;
	margin-top: 3px;
}
#secondaryArea > section .inn {
	width: 770px;
	max-width: 100%;
	margin: 0 auto;
}
#secondaryArea > section .inn h1 {
	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 a {
	color: #F37D81;
}
#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;
	padding-bottom: 10px;
	border-bottom: 3px dotted #A0CEDB;
}
#secondaryArea > section > .inn > h3 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 2px 0 2px 5px;
	border-left: 10px solid #F4ACBF;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 40px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
#secondaryArea > section .inn >  .link {
	text-align: center;
	padding: 50px 0;
}
#secondaryArea > section .inn >  .link a {
	background:#F4A4A6;
	text-align: center;
	display: inline-block;
	width: 470px;
	height: 80px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	color: #fff;
	line-height: 80px;
}
#secondaryArea > section .inn >  .link a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
}
@media screen and (max-width: 1199px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn .pic {
	width: 100%;
}
#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;
	padding-right: 0;
	width: 100%;
}
}
@media screen and (max-width: 767px){
#secondaryArea > section .inn {
	padding: 0 20px;
}
#secondaryArea > section .inn h1 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > p a {
	color: #F37D81;
}
#secondaryArea > section .inn > p.caution {
	font-size: 1.2rem;
}
}
