@charset "UTF-8";

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #333;
	font-size: 1.2rem;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	min-width: 320px;
}


a:link,a:visited, a:hover, a:active{
	color: #0da12d;
	text-decoration: none;
}

.topheader {
	width: 100%;
	height: 700px;
	padding: 28px 0 10px;
	margin-bottom: 15px;	
	background-image: url("../img/topheader.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;	
}


.header {
	width: 100%;
	height: 445px;
	padding: 28px 0 10px;
	margin-bottom: 15px;
	
	background-image: url("../img/topheader.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;	
}


.logo {
	text-align: center;
	padding-bottom: 28px;
	margin-top: 0px;
}


.logo a img{
	height: 230px;
}


.catchcopy {
	margin-top: -20px;
	text-align: left;
	padding-left: 30%;
	font-size: 4.8rem;
	color: #ffffff;
	text-shadow: 4px 4px 10px black;
	line-height: 180%;
}

.global-nav {
	background-color: rgba(230,230,230,0.9);
	margin-top: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 1000px;
	border-bottom: 4px solid #3dd15d;

}

.global-nav ul li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}

.global-nav ul > li:not(:first-child) > a{
	border-left: solid 2px #3dda5d;
}


.global-nav ul li a {
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #666;
	font-size: 1.4rem;
	letter-spacing: 1px;
	transition: 0.2s;
	text-align: center;
	margin-left: 10px;
	margin-right: -15px;
}

.global-nav ul li.active a{
	background-color: #0da12d;
	color: #fff;
}

.global-nav ul li.activeparent a{
	background-color: #0da12d;
	color: #fff;
}

.global-nav ul li a:hover{
	background-color: #3dda5d;
	color: #fff;
}

.global-nav ul li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.global-nav ul li ul li a{
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-left: -40px;
}

.global-nav ul li:hover ul li a{
	overflow: visible;
	width: 170px;
	height: 40px;
	border-top: 1px solid #5dfa7d;
	background-color: #0da12d;
	color: white;
}

.global-nav ul li ul li a:hover{
	background-color: #3dda5d;
}


.wrapper {
	width: 100%;
	margin: 0px auto;
}

.main {
	display: block;
	width: 960px;
	margin: 0px auto;
}


.main p,
.main dt,
.main dd{
	font-size: 2.0rem;
}

.hidden {
	display: none;
}


.alert{
	display: block;
}

.alert p{
	color: red;
	text-align: center;
	font-size: 2.5rem;
}

.forChildren {
	display: block;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.forChildren .img {
	float: left;
	width: 50%;
	height: 100%;

}

.forChildren h2 {
	float: left;
	width: 50%;
	padding: 45px 25px 0;
	font-size: 4.0rem;
	color: #3dd15d;
}

.forChildren p {
	float: left;
	width: 50%;
	padding: 15px 25px 0;
	font-size: 1.9rem;
	line-height: 1.6;
	margin-bottom: 0px;
	text-align: left;
}

.contact {
	display: block;
	height: 250px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 0px;
	border: 3px solid #3dd15d;
	border-radius: 3px;
	background-image: url("../img/phone.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;

}

.contact h2 {
	padding-top: 10px;
	text-align: center;
	font-size: 3.0rem;
	color: #3dd15d;
	margin-bottom: 5px;
}


.contact p {
	margin-top: 0px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
}

.contact p a {
	font-size: 5.0rem;
}

.leaflet {
	display: block;
	height: 200px;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
}

.leaflet p a i{
	font-size: 6rem;
	color: white;
	background-color: #3dd15d;
	padding: 15px 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.greeting h4 {
	padding-left: 20px;
	font-size: 4rem;
	color: #3dd15d;
}

.greeting .photo {
	float: right;
	width: 30%;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}

.greeting .img {
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
	width: auto;
}

.greeting .photo::before,
.greeting .photo::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}

.greeting .photo::before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
}

.greeting .photo::after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}	
	

.greeting p{
	float: left;
	width: 60%;
}

.signature {
	display: block;
	text-align: right;
	font-size: 2.5rem;
}

.about {
	width: 45%;
	float: left;
	font-size: 2.0rem;
}

.slideshow {
	width: 50%;
	float: right;
}


.slickslider {
	margin-top: 150px;
}

.slides li img{
	width: 400px;
	margin: 0px auto;
	border-radius: 10px;
}

.about h2,
.address h2,
.philosophy h2,
.greeting h2,
.procedure h2,
.aboutsupport h2,
.question h2{
	font-size: 2.8rem;
	letter-spacing: 1px;
	
	text-align: center;
	
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #3dd15d;
	text-shadow: 1px 1px 1px #4b4b4b;
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.45) inset;
}



.aboutsupport h4{
	color: #3dd15d;
	font-size: 2.5rem;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: dotted 5px #3dd15d;
	
}

.aboutsupport h5 {
	color: white;
	font-size: 2.4rem;
	text-align: center;
}

.aboutsupport p{
	padding-left: 15px;
}

.aboutsupportbox {
	float: left;
	width: 350px;
	height: 350px;
	background-color: #3dd15d;
	margin-left: 100px;
	padding-bottom: 20px;
	border-radius: 500px;
	border:5px solid #fff;
	box-shadow: 0px 0px 10px #ccc,
	inset 0px 0px 10px rgba(0, 0, 0, 0.8);
}


.supportfee {
	font-size: 2.0rem;
	margin: 0 auto;
	margin-bottom: 50px;
}

.supportfee td{
	color: white;
	background-color: #3dd15d;
	text-align: center;
	padding: 20px 50px 20px 20px;
	border:5px solid #fff;
	box-shadow: 0px 0px 10px #ccc,
	inset 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.about dt,
.address dt,
.procedure dt,
.aboutsupport dt{
	color: #3dd15d;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 2.0rem;
	margin-left: 20px;
}

.about dd,
.address dd,
.procedure dd,
.aboutsupport dd{
	font-size: 1.8rem;
	padding-left: 20px;
}

.philosophy p,
.greeting p,
.aboutsupport p{
	font-size: 2.0rem;
	line-height: 1.8;
	margin-left: 20px;
	margin-right: 20px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 50px;
margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
height: 0;
overflow: hidden;
border-radius: 15px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.question h3 {
	font-size: 2.2rem;
	color: #E65E6F;
	margin-top: 30px;
	margin-left: 30px;
	padding-left: 20px;
	border-left: #E65E6F double 4px;
}

.question dt {
	margin: 6px 10px;
	padding: 6px 20px;
	background-color: #00AC73;
	color: white;
	border-radius: 10px;
}

.question dt:hover{
	background-color: #40ECB3;
	color: #961E2F;
}

.question dd {
	margin: 6px 15px;
	padding: 6px 25px;
	background-color: #CEDD88;
	border-radius: 10px;
}

.footer {
	width: 100%;
	padding: 20px 0 30px;
	margin-top: 10px;
	color: #fff;
	background: -moz-linear-gradient(45deg,  rgba(61,209,93,1) 0%, rgba(29,177,61,1) 50%, rgba(61,209,93,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(61,209,93,1) 0%,rgba(29,177,61,1) 50%,rgba(61,209,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(61,209,93,1) 0%,rgba(29,177,61,1) 50%,rgba(61,209,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dd15d', endColorstr='#3dd15d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.footer p {
	text-align: center;
}

.footer p img {
	height: 30px;
}

.copyright {
	margin-top: 5px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.5rem;
}

.fa {
	letter-spacing: 10px;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


@media screen and (min-width: 2000px) {
  	.header {
		background-size: 100% auto;
	
	}
  }

@media screen and (max-width: 768px){
	.philosophy p,
	.greeting p,
	.aboutsupport p,
	.main p,
	.main dt,
	.main dd{
		font-size: 1.8rem;	
	}
	
	.topheader{
		height: 560px;
	}
	
	.header{
		height: 450px;
	}
	
	
	.logo {
		padding-bottom: 15px;
	}


	.logo a img{
		height: 100px;
	}
	
	.catchcopy{
		font-size: 2.0rem;
		padding-left: 20%;
	}
	
	.global-nav {
		margin-top: 0px;
		padding-top: 7px;
		padding-bottom: 7px;
		text-align: center;
		min-width: 320px;
		width: 100%;
	}
	.global-nav ul li{
		display: block;
		position: static;
		width: 100%;
		border-left: none;
		margin-left: 0px;
	}

	.global-nav ul > li:not(:first-child) > a{
		border-left: none;
	}

	
	.global-nav ul li a {
		display: block;
		width: 100%;
		height: 35px;
		line-height: 35px;
		border-radius: 3px;
		color: #666;
		font-size: 1.3rem;
		letter-spacing: 1px;
		transition: 0.3s;
		text-align: center;
		margin-left: -20px;
	}
	
	.global-nav ul li ul{
		position: static;
		top: 100%;
		left: 0;
	}

	.global-nav ul li ul li a{
		overflow: visible;
		width: 100%;
		height: 35px;
		margin-left: -40px;
		text-align: center;
	}
		
	.global-nav ul li.activeparent a{
		background-color: rgba(230,230,230,0);
		color: #666;
	}

	.global-nav ul li.active ul li a{
		background-color: rgba(230,230,230,0);
		color: #666;
	}
	
	.global-nav ul li a:hover{
		background-color: #3dda5d;
		color: #fff;
	}

	.global-nav ul li:hover ul li a{
		width: 100%;
		height: 35px;
		border-top: none;
		background-color: rgba(230,230,230,0);
		color: #666;
	}
		
	.global-nav ul li ul li a:hover{
		background-color: #3dda5d;
		color: #fff;
	}
	
	.global-nav ul li:hover ul li.active a{
		background-color: #0da12d;
		color: #fff;
	}
	
	.global-nav ul li.active a{
		background-color: #0da12d;
		color: #fff;
	}
	
	.main {
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	
	.forChildren {
		display: block;
		height: 700px;
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: center;
		background-color: white;
	}

	.forChildren .img {
		clear: both;
		width: 80%;
		height: 300px;
		margin-left: 30px;
	}

	.forChildren h2 {
		clear: both;
		width: 100%;
		padding: 5px 15px;
		font-size: 2.4rem;
		color: #3dd15d;
	}

	.forChildren p {
		clear: both;
		width: 100%;
		padding: 5px 15px;
		font-size: 1.9rem;
		line-height: 1.6;
		margin-bottom: 0px;
		text-align: left;
	}

	.contact {
		display: block;
		height: 200px;
		margin-top: 15px;
		margin-bottom: 10px;
		padding-top: 0px;
		background-color: white;

	}

	.contact h2 {
		text-shadow: 1px 1px 1px #ddd;
		padding-top: 5px;
		font-size: 2.0rem;
		margin-bottom: 35px;
	}
		
	.contact p {
		text-shadow: 1px 1px 1px #ddd;
		font-size: 1.5rem;
	}
	
	.contact p a {
		font-size: 3.5rem;
	}

	.leaflet{
		background-color: white;
	}
	
	.about{
		clear: both;
		width: 100%;
	}
	
	.slideshow{
		clear: both;
		width: 100%;
		
	}

	.slickslider {
		margin-top: 30px;
		margin-left: -30px;
		margin-right: 10px;
	}

	.slides li img{
		width: 100%;
		border-radius: 10px;
	}

	.greeting h4 {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 2.4rem;
		color: #3dd15d;
	}

	.greeting .photo {
		clear: both;
		margin: 0 auto;
		width: 300px;

	}
	
	.greeting p{
		clear: both;
		width: 90%;
	}
	
	.container{
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.aboutsupportbox {
		clear: both;
		width: 300px;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;

	}
	
	.aboutsupport h5 {
		font-size: 2.0rem;
		text-align: center;
	}

	.aboutsupportbox p{
		font-size: 1.4rem;
		padding-left: 15px;
	}
	
	.signature {
		display: block;
		text-align: right;
		font-size: 2.0rem;
		margin-top: 15px;
	}
}
  
