@charset "utf-8";
html{
	font-size: 62.5%;/*10px*/
}
body{
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Noto Sans Japanese", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.8;
	word-break: break-all;
	font-size: 1.6em;
	color: #2a2a2a;
	-webkit-text-size-adjust: 100%; /*スマホを横向きにした時用*/
	background:url(../img/bg.gif) repeat;
	background-size: 16px;
}

.fade{
	opacity: 0;
}
.att{
	color: #e60012;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translateY(50px);
		transform:translateY(50px);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		-webkit-transform:translateY(50px);
		transform:translateY(50px);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
.fadeInUp{
	opacity: 1;
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
}
.fadeIn{
	opacity: 1;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
}


/* -------------------------------------------------------------------------------------------------------------------
TOP
------------------------------------------------------------------------------------------------------------------- */
h1 {
	margin: 0 auto;
}
h1 img {
	width: 90%;
	max-width: 660px;
}
h2 img {
	width: 80%;
	max-width: 450px;
}
#top{
	background: rgba(107, 250, 133, 0.7);
	position: relative;
}


@media screen and (max-width: 959px){
#top{
	padding: 1.5em;
	margin-bottom: 1em;
}
h1 img{
	padding-bottom: 0.1em;
}

/*
#top:after {
	content: " ";
	display: block;
	background: url(../img/wave.png) repeat-x left center;
	background-size: 100px 17px;
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0px;
	bottom: -43px;
	z-index: 0;
}
*/
p.chu{
	width: 100%;
	margin: 0 auto;
	position: relative;

}
.chu img{
	display: block;
	width: 12%;
	max-width: 120px;
	position: absolute;
	right: 0%;
	bottom: -3.4em;
	z-index: 1;
}


}
@media screen and (max-width: 840px){
	#top{
		padding: 2em 0;
	}

	.chu img{
		display: block;
		width: 12%;
		max-width: 120px;
		position: absolute;
		right: 1%;
		bottom: -4em;
		z-index: 1;
	}
}

@media screen and (max-width: 640px){
	.chu img{
		display: block;
		width: 12%;
		max-width: 120px;
		position: absolute;
		right: 1%;
		bottom: -3.2em;
		z-index: 1;
	}
}

@media screen and (max-width: 540px){
	.chu img{
		display: block;
		width: 14%;
		max-width: 160px;
		position: absolute;
		right: 1%;
		bottom: -3.6em;
		z-index: 1;
	}
}

@media screen and (max-width: 440px){
	.chu img{
		display: block;
		width: 15%;
		max-width: 220px;
		position: absolute;
		right: 1%;
		bottom: -3.1em;
		z-index: 1;
	}
}



@media screen and (min-width: 960px){
	#top{
		padding: 80px 0;
	}
	h1{
		width: 960px;
	}
	h1 img{
		/* padding-bottom: 1em; */
	}

	p.chu{
		width: 960px;
		margin: 0 auto;
		position: relative;

	}
	.chu img{
		display: block;
		width: 140px;
		position: absolute;
		right: 0;
		bottom: -60px;
		z-index: 1;
	}
}


/* -------------------------------------------------------------------------------------------------------------------
wrap
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px){
	#wrap-t{
		width: 90%;
		margin: 3.5em 5% 4em;
		font-size: 1.4rem;
		box-sizing: border-box;
	}

	#wrap{
		width: 90%;
		margin: 2em 5% 4em;
		font-size: 1.4rem;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 960px) {
	#wrap-t{
		/*width: 960px;*/
		margin: 3.2em auto 100px;
	}
	#wrap{
		/*width: 960px;*/
		margin: 3.2em auto 100px;
	}
}
/* -------------------------------------------------------------------------------------------------------------------
txt
------------------------------------------------------------------------------------------------------------------- */
#txt,
#txt-t{
	font-weight: 700;
	color: #3b3b3b;
}
#txt p.shadow,
#txt-t p.shadow{
	text-shadow: 2px 2px 3px #FFF, 2px 2px 3px #FFF, 2px 2px 3px #FFF, 2px 2px 3px #FFF;
}

@media screen and (max-width: 959px){
	#txt,
	#txt-t{
		margin: 1em auto 2.5em;
		/* text-align: left; */
		text-align: center;
	}
	.txt_top{
		margin-top: -2em !important;
	}

	img.w65{
		width: 65%;
	}
}

@media screen and (min-width: 960px){
	#txt,
	#txt-t{
		width: 760px;
		margin: 16px auto 100px;
		/* text-align: left; */
		line-height: 2;
		font-size: 18px;
	}

	#txt-t{
		margin: 32px auto 100px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------
photo
------------------------------------------------------------------------------------------------------------------- */
img.photo{
	display: block;
	width: 100%;
	max-width: 500px;
	border: 6px solid #a1d6f3;
	border-radius: 10px;
	margin: 1em auto 4em;
	box-sizing: border-box;
}
/*
@media screen and (min-width: 960px) {
img.photo:last-of-type {
	margin: 1em auto 4em;
}
}
*/
/* footer
=================================== */
footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
	background: #bbb;
}
footer .footer-inner {
	width: 100%;
	margin: 0 auto;
}
footer .copyright {
	clear: both;
	padding: 35px 0;
}
footer .copyright a, footer .copyright .attention {
	display: block;
	color: #333333;
	text-decoration: none;
}
footer .copyright a:hover {
	opacity: 0.5;
	transition: 0.4s;
}
@media screen and (min-width: 960px) {
footer .copyright a, footer .copyright .attention {
	color: #FFF;
}
}
/* Page Top
=================================== */
#page-top {
	position: fixed;
	bottom: 12px;
	right: 15px;
	display: block;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 80%;
	/* border: 4px solid #333; */
	border: 2px solid #ff66b9;

	width: 20px;
	padding: 13px 10px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	behavior: url(PIE.htc);
}
#page-top a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* color: #333; */
	color: #ff66b9;

	text-decoration: none;
}
#page-top a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
div#haro_root_element {
	/*
	position: absolute;
	top: 0;
	*/
	overflow: hidden;
}
/* Twitter Facebook LINE ver */
div#SocialBtn2 {
	max-width: 94%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
div#SocialBtn2 ul {
	text-align: center;
	overflow: hidden;
}
div#SocialBtn2 li {
	width: 31.3%;
	margin: 4px 1% 0px;
	padding: 0px;
	float: left !important;
	line-height: 1;
}
div#SocialBtn2 li img {
	border-radius: 50%;
	max-width: 56%;
}
/* ----- PC ----- */
@media screen and (min-width: 960px) {
div#SocialBtn2 {
	max-width: 600px;
	margin: 0 auto;
	padding: 0px;
}
div#SocialBtn2 ul {
}
div#SocialBtn2 li {
}
div#SocialBtn2 li img {
}
}
/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP																										   SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/* -------------------------------------------------------------------------------------------------------------------
961px-																											 PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
}


/* -------------------------------------------------------------------------------------------------------------------
POPUP
------------------------------------------------------------------------------------------------------------------- */
.inline-wrap{
	background: #FFF;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 16px;
}

