#fixed{
	position:fixed;
	width:100%;
	z-index:10;
	box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
-moz-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
z-index:1000;
	}
@media screen and (max-width: 640px) {
	#fixed{
	position:static;
	width:100%;
	z-index:10;
	box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
-moz-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 0px 12px 1px rgba(0,0,0,0.3);
z-index:1000;
	}
}
.hoiku h2 {
	font-size: 2.4rem;
	line-height: 1.5em;
	margin-top: -0.6em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #f39705;
	margin-bottom: 0.5em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 680px) {
.hoiku h2 {
	font-size: 4.0vw;
}
	}
.hoiku .align_center {
	text-align: center;
}
.hoiku .main_img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.hoiku .main_img img {
	width: 100%;
	height: auto;
		border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;
}
.hoiku .catch {
	font-size: 2.2rem;
	line-height: 1.6em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #db7c91;
	margin-bottom: 0.8em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 680px) {
.hoiku .catch {
	font-size: 4.8vw;
}	
}

.hoiku .catch:before {
	content: "";
	width: 300px;
	height: 208px;
background-image: url("../img/illust01.png");
	background-size: cover;
	display: block;
	margin: -150px auto 15px;
	position: relative;
	z-index: 20;
}
@media screen and (max-width: 580px) {
.hoiku .catch:before {
	content: "";
	width: 200px;
	height: 138px;
background-image: url("../img/illust01.png");
	background-size: cover;
	display: block;
	margin: -55px auto 15px;
	position: relative;
	z-index: 20;
}
}
#container .hoiku_c {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
@media screen and (max-width: 680px) {
#container .hoiku_c {
	 flex-direction: column-reverse;
}
	}
#container .hoiku_c>dt {
	width: 30%;
	height: auto;
	margin-left: 35px;
}
@media screen and (max-width: 680px) {
#container .hoiku_c>dt {
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
	}
#container .hoiku_c>dt>img {
	width: 100%;
	height: auto;
	border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;
}
#container .hoiku_c>dd {
	width: 70%;
}
@media screen and (max-width: 680px) {
#container .hoiku_c>dd {
	width: 100%;
}
	}
#container .hoiku_c>dd>p {
	font-size: 1.6em;
	line-height: 2.0em;
}
@media screen and (max-width: 680px) {
#container .hoiku_c>dd>p {
	font-size: 1.4em;
	line-height: 2.0em;
}
	}
@media screen and (max-width: 480px) {
#container .hoiku_c>dd>p {
	font-size: 1.3em;
	line-height: 1.7em;
}
	}
#container .step01 {
	background-color: rgba(255,190,72,0.3);
	margin-top: 50px;
	border-radius: 25px;-webkit-border-radius: 25px;-moz-border-radius: 25px;
	padding: 25px 45px 30px;;
}
@media screen and (max-width: 680px) {
#container .step01 {
	margin-top: 30px;
	border-radius: 15px;-webkit-border-radius: 25px;-moz-border-radius: 15px;
	padding: 25px 35px 20px;;
}
	}
@media screen and (max-width: 480px) {
#container .step01 {
	padding: 25px 20px 20px;;
}
	}
#container .step01 h3 {
	font-size: 1.5rem;
	line-height: 1.6em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 680px) {
#container .step01 h3 {
	font-size: 1.3rem;
}
	}
#container .step01>ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
#container .step01>ul>li {
	width: 20%;
}
@media screen and (max-width: 680px) {
#container .step01>ul>li {
	width: 46%;
}
	}
@media screen and (max-width: 680px) {
#container .step01>ul>li:nth-child(3),#container .step01>ul>li:nth-child(4) {
	margin-top: 40px;
}
	}
#container .step01>ul>li>dl>dt {
	margin-bottom: 10px;
}
#container .step01>ul>li>dl>dt>img {
	width:100%;
	height: auto;
	}
#container .step01>ul>li>dl>dd{
	font-size: 1.4em;
}
@media screen and (max-width: 680px) {
#container .step01>ul>li>dl>dd{
	font-size: 1.3em;
}
	}
#container .step01>ul>li>dl>dd h4{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
#container .step01>ul>li>dl>dd h4{
	font-size: 1.1em;
}
	}
#container .step01>ul>li>dl>dd h4>span{
	display: inline-block;
}
#container .step01>ul>li>dl>dd p.link {
	text-align: center;
	margin-top: 0.5em;
}
#container .step01>ul>li>dl>dd a{
	background-color: #e95264;
		text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #FFF;
	padding: 0.4em 1.0em;
	text-align: center;
	display: inline-block;
	margin: auto;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
@media screen and (max-width: 680px) {
#container .step01>ul>li>dl>dd a{
	font-size: 12px;
}
	}
#container .step01>ul>li>dl>dd a:hover{
	background-color: #f39607;
}

#container .step02 {
	background-color: rgba(238,129,139,0.15);
	margin-top: 50px;
	border-radius: 25px;-webkit-border-radius: 25px;-moz-border-radius: 25px;
	padding: 25px 45px 30px;;
}
@media screen and (max-width: 680px) {
#container .step02 {
	margin-top: 30px;
	border-radius: 15px;-webkit-border-radius: 25px;-moz-border-radius: 15px;
	padding: 25px 35px 20px;;
}
	}
@media screen and (max-width: 480px) {
#container .step02 {
	padding: 25px 20px 20px;;
}
	}
#container .step02 h3 {
	font-size: 1.5rem;
	line-height: 1.6em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin-bottom: 0.4em;
}
@media screen and (max-width: 680px) {
#container .step02 h3 {
	font-size: 1.3rem;
}
	}
#container .step02>p {
	font-size: 1.0rem;
	line-height: 1.6em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.5em;
}
#container .step02>ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	justify-content: center;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
#container .step02>ul>li {
	width: 20%;
	margin-right: 5%;
	margin-left: 5%;
}
@media screen and (max-width: 680px) {
#container .step02>ul>li {
	width: 46%;
}
	}
@media screen and (max-width: 680px) {
#container .step02>ul>li:nth-child(2),#container .step01>ul>li:nth-child(3) {
	margin-top: 40px;
}
	}
#container .step02>ul>li>dl>dt {
	margin-bottom: 10px;
}
#container .step02>ul>li>dl>dt>img {
	width:100%;
	height: auto;
	}
#container .step02>ul>li>dl>dd{
	font-size: 1.4em;
}
@media screen and (max-width: 680px) {
#container .step02>ul>li>dl>dd{
	font-size: 1.3em;
}
	}
#container .step02>ul>li>dl>dd h4{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
#container .step02>ul>li>dl>dd h4{
	font-size: 1.1em;
}
	}
#container .step02>ul>li>dl>dd h4>span{
	display: inline-block;
}
#container .step02>ul>li>dl>dd p.link {
	text-align: center;
	margin-top: 0.5em;
}
#container .step02>ul>li>dl>dd a{
	background-color: #e95264;
		text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #FFF;
	padding: 0.4em 1.0em;
	text-align: center;
	display: inline-block;
	margin: auto;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
@media screen and (max-width: 680px) {
#container .step02>ul>li>dl>dd a{
	font-size: 12px;
}
	}
#container .step02>ul>li>dl>dd a:hover{
	background-color: #f39607;
}
#container .info {
	border: solid 5px rgba(0,0,0,0.1);
	margin-top: 90px;
	border-radius: 25px;-webkit-border-radius: 25px;-moz-border-radius: 25px;
	padding: 25px 45px 30px;;
}
#container .info h3 {
	font-size: 1.6rem;
	line-height: 1.6em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin-bottom: 0.4em;
	color: #EE818B;
}
@media screen and (max-width: 680px) {
#container .info h3 {
	font-size: 1.3rem;
}
	}
#container .info h3:before {
	content: "";
	width: 200px;
	height: 138px;
background-image: url("../img/illust01.png");
	background-size: cover;
	display: block;
	margin: -90px auto 15px;
	position: relative;
	z-index: 20;
}
@media screen and (max-width: 580px) {
#container .info h3:before {
	content: "";
	width: 200px;
	height: 138px;
background-image: url("../img/illust01.png");
	background-size: cover;
	display: block;
	margin: -75px auto 15px;
	position: relative;
	z-index: 20;
}
}
#container .info>p {
	font-size: 1.6em;
	line-height: 2.0em;
	text-align: center;
}
@media screen and (max-width: 680px) {
#container .info>p {
	font-size: 1.4em;
	line-height: 2.0em;
	text-align: justify;
}
	}
@media screen and (max-width: 480px) {
#container .info>p {
	font-size: 1.3em;
	line-height: 1.7em;
}
	}
#container .info>p>span {
	display: inline-block;
}
#container .info>ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	justify-content: center;
	margin-top: 35px;
}
#container .info>ul>li {
	width: 160px;
	margin: 0 2%;
}
@media screen and (max-width: 600px) {
#container .info>ul>li {
	width: 21%;
	margin: 0 2%;
}
	}
#container .info>ul>li img {
	width: 100%;
	height: auto;
}
#container .info>ul>li:nth-child(2) img,#container .info>ul>li:nth-child(3) img {
	border-radius: 100px;-webkit-border-radius: 100px;-moz-border-radius: 100px;
}
#container .contact {
	margin-top: 50px;
}
#container .contact h3 {
	font-size: 1.6rem;
	line-height: 1.6em;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin-bottom: 0.4em;
	color: #ba7a8a;
}
@media screen and (max-width: 680px) {
#container .contact h3 {
	font-size: 1.3rem;
}
	}
#container .contact>p {
	font-size: 1.6em;
	line-height: 2.0em;
	text-align: center;
}
@media screen and (max-width: 680px) {
#container .contact>p {
	font-size: 1.4em;
	line-height: 2.0em;
}
	}
@media screen and (max-width: 480px) {
#container .contact>p {
	font-size: 1.3em;
	line-height: 1.7em;
}
	}
#container .contact>p+p {
	margin-top: 10px;
}
#container .contact>p.tel {
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.3em;
	color: #ec7590;
}
@media screen and (max-width: 680px) {
#container .contact>p.tel {
	font-size: 1.8rem;
}
	}
#container .contact>p>span {
	display: inline-block;
}