@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: 10px;
}
.fade {
	opacity: 0;
}
/*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,202,250,0.7);
	position: relative;
}
@media screen and (max-width: 959px) {
#top {
	padding: 1.5em;
	margin-bottom: 4em;
}
h1 img {
	padding-bottom: 0.2em;
}

/*
#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.chukyo {
	width: 100%;
	margin: 0 auto;
    position: relative;

}

.chukyo img {
	display: block;
	width: 25%;
	max-width: 120px;
	position: absolute;
    right: 6%;
    bottom: -5em;
    z-index: 1;
}


}
@media screen and (max-width: 840px) {
#top {
	padding: 2em 0;
}


.chukyo img {
	display: block;
	width: 16%;
	max-width: 120px;
	position: absolute;
    right: 4%;
    bottom: -5.5em;
    z-index: 1;
}
}
@media screen and (max-width: 640px) {

.chukyo img {
	display: block;
	width: 18%;
	max-width: 120px;
	position: absolute;
    right: 4%;
    bottom: -5.5em;
    z-index: 1;
}
}
@media screen and (max-width: 540px) {
.chukyo img {
	display: block;
	width: 20%;
	max-width: 160px;
	position: absolute;
    right: 4%;
    bottom: -5.5em;
    z-index: 1;
}
}
@media screen and (max-width: 440px) {
.chukyo img {
	display: block;
	width: 20%;
	max-width: 220px;
	position: absolute;
    right: 4%;
    bottom: -5em;
    z-index: 1;
}

}
@media screen and (min-width: 960px) {
#top {
	padding: 80px 0;
}
h1  {
	width: 960px;
}
h1 img {
	padding-bottom: 1em;
}

/*
#top:after {
    content: " ";
    display: block;
    background: url(../img/wave2.png) repeat-x left center;
	background-size: 215px 37px;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    bottom: -53px;
    z-index: 0;
}
*/



p.chukyo {
	width: 960px;
	margin: 0 auto;
    position: relative;

}

.chukyo img {
	display: block;
	width: 220px;
	position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 1;
}
}
/* -------------------------------------------------------------------------------------------------------------------
wrap
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
#wrap {
	width: 90%;
	margin: 0 5% 4em;
	font-size: 1.4rem;
	box-sizing: border-box;
}
}
@media screen and (min-width: 960px) {
#wrap {
	/*width: 960px;*/
	margin: 0 auto 100px;
}
}
/* -------------------------------------------------------------------------------------------------------------------
txt
------------------------------------------------------------------------------------------------------------------- */
#txt {
	font-weight: 700;
	color: #0072bd;
}
#txt 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 {
	margin: 3.5em auto 2.5em;
	text-align: left;
}
.txt_top {
	margin-top: -2em !important;
}	
	
}
@media screen and (min-width: 960px) {
#txt {
	width: 760px;
	margin: 80px auto 100px;
	text-align: left;
	line-height: 2;
	font-size: 18px;
}
}
/* -------------------------------------------------------------------------------------------------------------------
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; /* -------★色★------- */
	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; /* -------★色★------- */
	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;
}
}
