@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Allura|Open+Sans:400,700');
body {
	color: #333;
	font-family: 'Open Sans', 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
  background: url(../images/bg.png);
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
em {
	color: #f4a9b6;
	font-weight: bold;
	border-bottom: 4px double #f4a9b6;
}

/*--------hover--------*/
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}

/*--------header--------*/
header {
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	z-index: 999;
}
header a {
	max-width: 118px;
	margin: 0 auto;
	display: block;
}

/*--------article--------*/
article {
	overflow: hidden;
}
#main,
#box01 {
	width: 90%;
	margin: 0 auto;
}
#main {
	height: 550px;
	position: relative;
	background: url(../images/main01.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 7.5% 15% 50% 40%/50% 40% 50% 50%;
	animation: horizontal 2.5s ease-in-out infinite alternate;
}
#main h1 {
	width: 100%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	letter-spacing: 2pt;
	text-shadow:
    #f4a9b6 2px 0px,  #f4a9b6 -2px 0px,
    #f4a9b6 0px -2px, #f4a9b6 0px 2px,
    #f4a9b6 2px 2px , #f4a9b6 -2px 2px,
    #f4a9b6 2px -2px, #f4a9b6 -2px -2px,
    #f4a9b6 1px 2px,  #f4a9b6 -1px 2px,
    #f4a9b6 1px -2px, #f4a9b6 -1px -2px,
    #f4a9b6 2px 1px,  #f4a9b6 -2px 1px,
    #f4a9b6 2px -1px, #f4a9b6 -2px -1px;
	position: absolute;
	top: 45%;
	left: 30%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	background: url(../images/tit01.png) center 30% no-repeat;
	background-size: 300px;
}
#main h1 span {
	display: none;
	padding: 10px 0;
}
h2 {
	color: #f4a9b6;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
#box01 {
	position: relative;
}
#box01 .intro {
	font-size: 18px;
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
}
#box01 .intro p {
	margin-bottom: 10px;
}
#box01 .flexBox {
	width: 85%;
	margin: 0 auto;
}
#box01 .flexBox > div {
	width: 45%;
}
#box01 .flexBox > div ul {
	margin: 20px 0;
}
#box01 .flexBox > div ul li {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #f4a9b6;
}
#box01 .flexBox > div ul li span {
	color: #fff;
	padding: 5px;
	margin-right: 5px;
	background: #f4a9b6;
	border-radius: 50%;
}
#box01 .flexBox > p {
	width: 50%;
	animation: vertical 2.5s ease-in-out infinite alternate;
}
#box01 .flexBox > p img {
	border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}
#box01 .pos01 {
	top: 15%;
	left: -15%;
}
#box02,
#box04 {
	margin: 50px 0;
	padding: 60px 5%;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#fff7f8), to(#f4d5da));
	background:-webkit-radial-gradient(center, circle cover, #fff7f8 0%, #f4d5da 100%);
	background:-moz-radial-gradient(center, circle cover, #fff7f8, #f4d5da 100%);
	background:-o-radial-gradient(center, circle cover, #fff7f8 0, #f4d5da 100%);
	background:radial-gradient(#fff7f8 0, #f4d5da 100%);
}
#box02 h2,
#box04 h2 {
	color: #333;
}
#box02 ul li {
	width: 31%;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
}
#box02 ul li:nth-child(n+4) {
	margin-bottom: 0;
}
#box02 ul li h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 10px 20px;
}
#box02 ul li p {
	margin: 20px;
}
#box03 {
	position: relative;
	padding-bottom: 50px;
}
#box03 .flexBox {
	width: 85%;
	margin: 0 auto;
}
#box03 .flexBox > div {
	width: 50%;
}
#box03 .flexBox > div h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 2px dashed #f4a9b6;
}
#box03 ul {
	width: 40%;
	margin: 0 auto;
	animation: vertical 2.5s ease-in-out infinite alternate;
}
#box03 .papa ul {
	animation: horizontal 2.5s ease-in-out infinite alternate;
}
#box03 ul li img {
	width: 95%;
	margin: 0 auto;
	border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
#box03 .pos02 {
	top: -7.5%;
	right: -7.5%;
	animation: horizontal 2.5s ease-in-out infinite alternate;
}
#box03 .pos03 {
	bottom: -10%;
	left: -5%;
}
#box04 {
	margin: 0;
}
#box04 dl {
	width: 75%;
	font-size: 18px;
	margin: 0 auto 10px;
}
#box04 dl dt {
	width: 15%;
	border-bottom: 2px dashed #f4a9b6;
	margin-bottom: 10px;
}
#box04 dl dd {
	width: 85%;
	border-bottom: 2px dashed #f4a9b6;
	margin-bottom: 10px;
}

/*--------animation--------*/
.radius {
	width: 200px;
	height: 200px;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#fbfcfe), to(#e9ecf3));
	background:-webkit-radial-gradient(center, circle cover, #fbfcfe 0%, #e9ecf3 100%);
	background:-moz-radial-gradient(center, circle cover, #fbfcfe, #e9ecf3 100%);
	background:-o-radial-gradient(center, circle cover, #fbfcfe 0, #e9ecf3 100%);
	background:radial-gradient(#fbfcfe 0, #e9ecf3 100%);
	border-radius: 80% 30% 50% 50%/50%;
	position: absolute;
	animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
@keyframes horizontal {
    0% { transform:translateX( -10px); }
  100% { transform:translateX(  0px); }
}

/*--------btn--------*/
.btn {
	color: #fff;
	text-align: center;
	background: #333;
	max-width: 200px;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 5px;
	display: block;
}

/*--------footer--------*/
footer {
	background: #fff;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}
/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 7px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #333;
	font-weight: bold;
	text-align: center;
}
#pageTop i.fa {
	padding-right: 7px;
}

@media screen and (max-width: 768px) {
/*--------header--------*/
header {
	padding: 12.5px 0;
}
header a {
	width: 25%;
}
/*--------article--------*/
#main {
	width: 100%;
	height: 400px;
	background-position: 97.5%;
	border-radius: 0% 0% 40% 30%/0% 0% 15% 10%;
	animation: none;
}
#main h1 {
	font-size: 42px;
	left: 50%;
	background-size: 210px;
}
#main h1 span {
	font-size: 20px;
}
h2 {
	font-size: 38px;
}
#box01 .intro {
	padding: 40px 5%;
	text-align: left;
}
#box01 .intro br {
	display: none;
}
#box01 .flexBox {
	width: 100%;
	margin: 0 auto;
	flex-direction: column-reverse;
}
#box01 .flexBox > div,
#box03 .flexBox > div,
#box04 dl,
#box04 dl dt,
#box04 dl dd {
	width: 100%;
}
#box01 .flexBox > p,
#box03 ul {
	width: 75%;
	margin: 0 auto 10px;
}
#box02 ul li {
    width: 100%;
		margin-bottom: 20px !important;
}
#box02 ul li:last-child {
	margin-bottom: 0;
}
#box03 .flexBox {
	margin-top: 30px;
	flex-direction: column-reverse;
}
#box03 .flexBox > div h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 2px dashed #f4a9b6;
}
#box04 dl dt {
	font-weight: bold;
	border: none;
	margin-bottom: 0;
}
#box04 dl dd {
	margin-bottom: 20px;
}
.pos01, .pos02, .pos03 {
	display: none;
}

/*--------btn--------*/

/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 32px;
	height: 35px;
	padding: 4px 0 0 8px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}
}
