@charset "UTF-8";
/* CSS Document */
.transion{ 
	-webkit-transition: 0.6s ease-in-out;  
       -moz-transition: 0.6s ease-in-out;  
         -o-transition: 0.6s ease-in-out;  
            transition: 0.6s ease-in-out;
}

a {
		-webkit-transition: 0.6s ease-in-out;  
       -moz-transition: 0.6s ease-in-out;  
         -o-transition: 0.6s ease-in-out;  
            transition: 0.6s ease-in-out;
}

a:hover {
	opacity: .5;
}

a:visited {
	color: #007440;
	opacity: .5;
}

.mgb30{margin-bottom: 30px !important;}
.mgb50{margin-bottom: 50px !important;}
.mgb60{margin-bottom: 60px !important;}
.mgb100{margin-bottom: 100px !important;}
.mgb150{margin-bottom: 150px !important;}

.red{
	color: red;
}

.word_break,.word_break02,.word_break03,.word_break04,.word_break05{
	display: none;
}

.page_break{
	page-break-after:always;
}

@media(max-width:750px){
	.word_break{
		display: inherit;
	}
}

@media(max-width:600px){
	.word_break02{
		display: inherit;
	}
}

@media(max-width:480px){
	.word_break03{
		display: inherit;
	}
}

@media(max-width:414px){
	.word_break04{
		display: inherit;
	}
}

@media(max-width:375px){
	.word_break05{
		display: inherit;
	}
}

@media(max-width:320px){
}


#pagewrap{
	width: 100%;
	margin: 0 auto;
}

header{
	background: #007440;
	border-bottom: #ff1815 solid 2px;
}

.header_box{
	max-width: 1000px;
	padding: 30px 50px 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

.header_box  h1{
	margin-right: auto;
}

.header_box  p{
	margin-right: auto;
}

@media(max-width:750px){
	.header_box{
		max-width: none;
		width: 94%;
		margin: 0 3%;
		padding: 30px 0 0;
	}
}

@media(max-width:414px){
	.header_box  h1,.header_box  p{
		width: 80%;
	}
	
	.header_box  h1 img,.header_box  p img{
		width: 100%;
		height: auto;
	}
}

@media(max-width:320px){
	.header_box h2 img{
		width: 40px;
		height: auto;
	}
}



nav{
	width: 100%;
	margin:  0 auto;
	border-top:  #333 solid 1px;
	border-bottom:  #333 solid 1px;
}

nav ul{
	max-width: 1000px;
	padding: 10px 50px;
	margin:  0 auto;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

nav ul li{
	width: 33%;
	list-style: none;
	padding: 0;
	margin:0 auto;
	line-height: 1.0;
	text-align: center;
}

nav ul li a{
	color: #666;
	display: block;
}

nav ul li a:hover{
	font-weight: bold;
	color: #007440;
}

nav ul li a:visited{
	font-weight: bold;
	color: #007440;
}

@media(max-width:750px){
	nav ul{
		max-width: none;
		width: 94%;
		margin:  0 3%;
	padding: 10px 0;
	}
}

@media(max-width:320px){
	nav ul li a{
		font-size: 15px;
	}
}

.sld{
	width: 100%;
	text-align: center;
}

.grd01 img,.grd02 img{
	max-width: 950px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.grd01{
	background: #b5dfc0; /* Old browsers */
	background: -moz-linear-gradient(top, #b5dfc0 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b5dfc0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b5dfc0 0%,#ffffff 100%); /* W3*/
}
	
.grd02{
	background: #f68d91; /* Old browsers */
	background: -moz-linear-gradient(top, #f68d91 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f68d91 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f68d91 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

main{}

.banner{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px;
}

.banner ul{
	padding: 0;
	margin: 0 auto;
	max-width: 904px;
	display: -webkit-flex;
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	border-right: #666 solid 1px;
	border-left: #666 solid 1px;
}

.banner li{
	width: 25%;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: #666 solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner li:last-child{
	border-right: none;
}

.banner li a{
	display: block;
	text-align: center;
}

.banner li a img{
	width: 100%;
	height: auto;
}

.top_title{
	width: 100%;
	background: #fff;
	color: #111;
	font-size:40px;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto 50px;
}

.top_title img{
	margin-bottom: 10px;
}

@media(max-width:750px){
	.banner ul{
		padding: 0;
		margin: 0 3%;
		max-width: none;
		width: 94%;
	}
}

@media(max-width:600px){
	.top_title{
		font-size: 30px;
		margin: 0 auto 30px;
	}
}

@media(max-width:480px){
	.banner ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.banner li{
			width: 50%;
	}
	
	.banner li:nth-child(2n){
		border-right: none;
	}
	.banner li:nth-child(1){
		border-bottom: #666 solid 1px;
	}
	.banner li:nth-child(2){
		border-bottom: #666 solid 1px;
	}
}

@media(max-width:414px){
	
}

@media(max-width:375px){
	.top_title{
		font-size: 24px;
	}
}

@media(max-width:320px){
	.top_title{
		font-size: 21px;
	}
}

.top_sv{
	max-width: 1000px;
	margin: 0 auto 0;
	padding: 0 50px;
}

.sv_title{
	width: 70%;
	margin: 0 auto 30px;
	padding: 10px 0;
	text-align: center;
	background: #007440;
	color: yellow;
	font-size: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sv_box{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sv_contents{
	width: 48%;
	text-align: center;
	border: #999 solid 2px;
	padding: 28px;
	margin-bottom: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 43%, #eaffea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 43%,#eaffea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 43%,#eaffea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sv_contents h3{
	font-size: 30px;
	margin-bottom: 10px;
}

.sv_h3_span{
	font-size: 24px;
}

.sv_contents p{
	text-align: center;
	margin: 0;
	padding: 0;
}

.sv_contents p img{
	max-width: 300px;
	width: 100%;
	height: auto;
}

.sv_btn{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1.0;
}

.sv_btn a{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 20px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.sv_btn a:hover{
	opacity: .5;
}

.sv_btn a:visited{
	color: #fff !important;
}

.sv_btn a::after{
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 4px yellow;
	border-right: solid 4px yellow;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -10px;
}

.sv_btn_color01{
	color: #fff !important;
	background: #0071bc;
}

.sv_btn_color02{
	color: #fff;
	background: #00215b;
}

.sv_btn_color03{
	color: #fff;
	background: #ff0000;
}

@media(max-width:750px){
	.top_sv{
		max-width: none;
		width: 94%;
		margin: 0 3%;
		padding: 0 0;
	}
	
	.sv_title{
		width: 100%;
	}
}

@media(max-width:600px){
	.sv_contents{
		padding: 18px;
	}

	.sv_contents h3{
		font-size: 24px;
	}
}

@media(max-width:480px){
	.sv_box{
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	
	.sv_contents{
		width: 100%;
		padding: 28px;
		margin-bottom: 30px;
	}
}

.news{
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0 50px;
}

.news_title{
	width: 30%;
	background: #007440;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	margin: -20px 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news_box{
	border: #007440 solid 2px;
	padding: 0 28px 28px 28px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffe0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffe0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news_box iframe{
	width: 100%;
}

.mv{
	max-width: 1000px;
	margin: 50px auto 100px;
	padding: 48px 50px;
	border-bottom: #ff0000 solid 2px;
	border-top: #ff0000 solid 2px;
}

.mv_h2{
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
}

.mv_h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #ff0000 dotted 2px;
}

.movie{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}

.movie div{
	position: relative;
	width: 47%;
	padding-bottom: 25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}

.movie div iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mv_btn{
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 0;
	line-height: 1.0;
}

.mv_btn a{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 30px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.mv_btn a:hover{
	opacity: .5;
}

.mv_btn a::after{
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 5px yellow;
	border-right: solid 5px yellow;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -15px;
}

.mv_btn a:visited{
	color: #fff !important;
}

@media(max-width:750px){
	.news{
		max-width: none;
		width: 94%;
		margin: 0 3% 50px;
		padding: 0 0;
	}
	
	.mv{
		max-width: none;
		width: 94%;
		margin: 0 3% 50px;
		padding: 48px 0;
	}
	
	.movie{
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	
	.movie div{
		width: 100%;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		margin: 0 auto 30px;
	}
	
	.mv_btn{
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 1.0;
	}
}

@media(max-width:600px){
}

@media(max-width:414px){
	.news_title{
		width: 50%;
	margin: -20px auto 20px;
	}
	
	.news_box{
		border: #007440 solid 2px;
		padding: 0 13px 13px 13px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	
	.mv_btn a{
		font-size: 20px;
	}
	
	.mv_btn a::after{
		content: '';
		width: 20px;
		height: 20px;
		border: 0px;
		border-top: solid 5px yellow;
		border-right: solid 5px yellow;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
		margin-top: -10px;
	}

}

footer{
	background: #007440;
	padding: 20px 0 0 0;
}

.ft_h2{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	border-bottom: #ff1815 solid 2px;
}

.footer_box{
	max-width: 1000px;
	margin: 0 auto;
	padding:  0 50px 30px;
}


.ft_nav{
	padding: 0 20px;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.ft_nav li{
	padding: 0;
	list-style: none;
}

.ft_nav li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.ft_call{
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	padding: 20px 0;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
}

.ft_call h3{
	font-size: 30px;
	margin-bottom: 20px;
}

.ft_call h4{
	margin-bottom: 20px;
}

.ft_tel{
	width: 80%;
	margin: 0 auto 20px;
	background: yellow;
	color: red;
	font-size: 30px;
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ft_tel a{
	color: red;
	text-decoration: underline;
}

.footer_box h5{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
}

.footer_box h5 a{
	text-decoration:underline;
	color: #fff;
	padding: 0 5px;
}

.footer_box h6{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	text-align: center;
	font-weight: normal;
}

@media(max-width:750px){
	.footer_box{
		max-width: none;
		width: 94%;
		margin: 0 3%;
		padding:  0 0 30px;
	}
	
	.ft_tel{
		width: 100%;
	}
}

@media(max-width:600px){
	.ft_nav{
		padding: 0 0;
		margin-bottom: 0;
	}
	
	.ft_nav li{
		padding: 0 10px;
		margin-bottom: 10px;
	}
}

@media(max-width:480px){
	
	.ft_h2 img{
		width: 94%;
		margin: 0 3%;
		height: auto;
	}
}

@media(max-width:414px){

}

@media(max-width:375px){
	.ft_nav li a{
		font-size: 12px;
	}
}

@media(max-width:320px){
	.ft_nav li{
		padding: 0 5px;
		margin-bottom: 15px;
	}
	
	.ft_nav li a{
		font-size: 12px;
	}
	
	.ft_call h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.ft_tel{
		color: red;
		font-size: 24px;
		line-height: 1.5;
	}
	
	.footer_box h5{
		font-size: 15px;
	}
}

.yt_mv{
	width: 80%;
	height: auto;
	margin: 0 auto 50px;
}

.yt_mv div{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.yt_mv div iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:600px){
	.yt_mv{
		width: 100%;
	}
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.9em;
}

.pagetop a {
	background: #f29600; /* Old browsers */
    border: #fff solid 2px;
    text-decoration: none;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
	font-weight: bold;
    display: block;
    border-radius: 6px;
}

.pagetop a:hover {
opacity: .5;
}


