/* floating */
html {
	height:100%;
}
body {
	box-sizing:border-box;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	cursor:auto;
	padding:0;
	margin:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height: 100%;
}
img{
	max-height: 100%;
	height: auto;
	width /***/:auto;
	display:block;
}
a { 
	text-decoration:underline; 
	color: #655a69;
}
#link01, #link02 {
	margin-top: -130px;
	background-color: #ccc;
	position: absolute;	
}



#wrapper{
     width:100%;
	padding: 0;
     margin:0;
    position: relative;/*フッターの位置設定の基準*/
    min-height: 100%;/*最低値を100％にしておけばコンテンツ量が増えた分だけ伸びる*/
    height: auto !important;/*ie6用（今いるかな？）*/
    height: 100%;    
    background-color: #FFF;/*コンテンツの背景色は全体囲みのココに指定*/
	float: left;
}
#menu {
	box-sizing:border-box;
	width:100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
#menu a {
	text-decoration:none;
	color: rgba(0, 114, 188, 1);
}
#menu a:hover {
	color: rgba(0, 114, 188, 0.5);
}

.menuBox1 {
	width: 100%;
	height:auto;
	text-align:center;
	margin-top: 10px
}
.menuBox1 img{
	width:100%;
	max-width: 400px;
	height:auto;
	display:block;
}
.navimain {
	box-sizing:border-box;
	width:100%;
	max-width: 1000px;
	height:100px;
	font-size:16px;
	line-height:100px;
	text-align:center;
	margin:0 auto;
}
.navimain li {
	width:50%;
	list-style-type:none;
	float:left;
	letter-spacing:0px;
}
.navimain li a{
	color: rgba(123,87,161,1.00)
}
.navimain li a:hover{
	color: rgba(123,87,161,0.5)
}
.headadd {
	width: 100%;
	height: auto;
	text-align: right;
	color: rgba(0,94,46,1.00);
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	float: right;
}
.headtel{
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
	color: rgba(0,94,46,1.00);
	font-size: 32px;
	line-height: 42px;
	display: block;
}

.headtelA{
	float: right;
	display:inline-block;
	vertical-align:middle
}
.headtel2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: rgba(0,94,46,1.00);
	font-size: 28px;
	line-height: 42px;
	display: none;
}
.headtelA2{
	float: left;
	display:inline-block;
	vertical-align:middle
}
.headtel a{
	text-decoration: none;
}
@media screen and (max-width: 650px) { 
.headtel {
	width: 260px;
	font-size: 28px;
}
}
@media screen and (max-width: 499px) { 
.navimain li {
	width:100%;
	list-style-type:none;
	float:left;
	letter-spacing:0px;
}
.headadd {
	text-align: left;
	float: left;
	padding-left: 10px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	border-top: 1px solid #dae8a1;
}
.headtel {
	width: 100%;
	text-align: left;
	padding-left: 55px;
	float: left;
	padding-bottom: 10px;
	font-size: 28px;
}
.headtel {
	display: none;
}
.headtel2 {
	display: block;
}
}





.fixed {
	position: fixed;
	top: 0px;
	z-index: 999;
}
#content0{
	box-sizing:border-box;
	width:100%;
	height:50px;
	text-align:center;
	float:left;
	overflow:hidden;
	background-color: #dae8a1;
}
.contentNavi {
	box-sizing:border-box;
	width:100%;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	margin:0 auto;
}
.navimain2 {
	box-sizing:border-box;
	width:100%;
	max-width: 1000px;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	margin:0 auto;
	background-color: #dae8a1;
}
.navimain2 li {
	width:20%;
	list-style-type:none;
	float:left;
	letter-spacing:0px;
	text-align: center;
	height:50px;
}
.navimain2 li.big {
	width:40%;
	height:50px;
}
@media screen and (max-width: 499px) { 
	#content0{
		height:100px;
	}
	.navimain2 {
		height:100px;
	}
	.navimain2 li {
		width:33.33333%;
	}
	.navimain2 li.big {
		width:100%;
		border-top: 1px solid #FFFFFF;
		border-left: 0px solid #FFFFFF;
	}
}

.navimain2 li:hover {
	background-color: #ebf1d2;
}
.navicolor {
	color: rgba(0,94,46,1.00);
	border-left: 1px solid #FFF;
}
.navicolor a {
	color: rgba(0,94,46,1.00);
	text-decoration: none;
}
.navicolor a:hover{
	color: rgba(0,94,4,0.5)
}
.noborder {
	border-left: 0px solid #FFF;
}








	
#content1{
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	height:auto;
	text-align:center;
	position: relative;
	float:left;
}





#content2{
	box-sizing:border-box;
	width:100%;
	height:20px;
	position:relative;
	text-align:center;
	float:left;
	overflow:hidden;
	background-color: #dae8a1;
}
.timeImg {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
.timeImg img{
	width: 100%;
	height: auto;
	display: block;
}










#content3{
	box-sizing:border-box;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	position:relative;
	padding:30px 30px 0 30px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.mainBox {
	box-sizing:border-box;
	width:100%;
	max-width:1000px;
	height:auto;
	position:relative;
	margin:0 auto;
}
.Boxtitle {
	width:100%;
	font-size:32px;
	color:#005e2e;
	text-align:left;
	letter-spacing:2px;
	padding-top: 30px;
	margin-bottom:20px;
	float:left;
}
.naiyou {
	width:100%;
	max-width:1000px;
}

.naiyouli {
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	white-space:nowrap;
	list-style: none;
	color: #333;
	font-size: 16px;
}

@media screen and (max-width: 479px) { 
.Boxtitle {
	font-size:26px;
}
.naiyou {
	padding-left: 10px;
}
.naiyouli {
	margin-right:20px;
	font-size: 14px;
}
}












#content4{
	box-sizing:border-box;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	position:relative;
	padding:30px 30px 0 30px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.timeBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	height: auto;
	font-size: 14px;
}
.timeBox1 {
	box-sizing: border-box;
	width: 28%;
	height: auto;
	background-color: #dae8a1;
	float: left;
	border: 1px solid #333;
	padding: 5px;
	color: #005e2e;
	text-align: left;
	
}
.timeBox2 {
	box-sizing: border-box;
	width: 12%;
	height: auto;
	background-color: #dae8a1;
	float: left;
	border: 1px solid #333;
	border-left: 0px solid #333;
	padding: 5px;
	color: #005e2e;
	text-align: center;
	letter-spacing: -3px;
}
.timeBox3 {
	color: #333;
	background-color: #FFF;
	border-top: 0px solid #333;
	font-size: 28px;
	line-height: 50px;
	height: 60px;
}
.timefont {
	font-size: 21px;
	line-height: 21px;
	text-align: center;
	padding-top: 5px;
}
.timefont2 {
	font-size: 14px;
}
.BoxDescription {
	box-sizing:border-box;
	width:100%;
	height:auto;
	font-size:14px;
	line-height:24px;
	color:#333;
	float:left;
	margin:10px 0;
	text-align: left;
}

@media screen and (max-width: 799px) { 
.timefont {
	font-size: 2.8vw;
}
.timefont2 {
	font-size: 1.8vw;
}
.timeBox3 {
	font-size: 24px;
}
}
@media screen and (max-width: 499px) { 
.timeBox1 {
	width: 34%;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.timeBox2 {
	width: 11%;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.timeBox3 {
	padding-left: 0px;
	padding-right: 0px;
}
.timefont {
	font-size: 3.5vw;
}
.timefont2 {
	font-size: 2vw;
}
.timeBox3 {
	font-size: 18px;
}
}













#content5{
	box-sizing:border-box;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	position:relative;
	padding:30px 30px 0 30px;
	text-align:center;
	float:left;
	overflow:hidden;
}
.timeImg2 {
	box-sizing:border-box;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
.timeImg2 img{
	width: 100%;
	height: auto;
	display: block;
	border: 20px solid #dae8a1;
}
.textright{
	text-align: right;
}
.googlebtm {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	background-color: #dae8a1;
	font-size: 18px;
	color: #005e2e;
	text-align: center;
	float: left;
	padding: 10px 0;
	margin-bottom: 20px;
	border: 2px solid #dae8a1;
}
.googlebtm:hover {
	background-color: #FFF;
}

@media screen and (max-width: 479px) { 
.timeImg2 img{
	border: 5px solid #dae8a1;
}
}








#footter {
	box-sizing:border-box;
	background-color:#dae8a1;
	width:100%;
	height:60px;
	line-height: 60px;
	float: left;
	margin-top: 20px;
}
.footTitle {
	width:100%;
	font-size:12px;
	color: #005e2e;
	text-align:center;
	letter-spacing:0px;
	position: relative;
}
@media screen and (max-width: 499px) { 
.footTitle {
	font-size:10px;
}
}

@media screen and (max-width: 799px) { 
#content3, #content4, #content5 {
	padding:20px 10px 0 10px;
}
}





.brtab {
	display: none;
}
.brsp {
	display: none;
}
@media screen and (max-width: 650px) { 
.brtab {
	display: block;
}
}
@media screen and (max-width: 479px) { 
.brsp {
	display: block;
}
}


.red {
	color: #FF0000;
}


#toTop {
	width:100%;
	height:30px;
	text-align:center;
	float:left;
	position: relative;
}
.policyBox {
	box-sizing: border-box;
	width:150px;
	height: auto;
	position: relative;
	float: right;
	font-size:14px;
	color:#005e2e;
	text-align:center;
	letter-spacing:1px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #005e2e;
}
.policyBox:hover {
	background-color: #005e2e;
	color: #FFF;
}
@media screen and (max-width: 799px) { 
.policyBox {
	font-size:12px;
	right: 10px;
	margin-top: 5px;
	}
}
@media screen and (max-width: 479px) { 
.policyBox {
	font-size:12px;
	right: 5px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	}
}

.osirase {
	width:100%;
	max-width:1000px;
	float:left;
	padding-left: 40px;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.osirase {
	padding-left: 10px;
	margin-right:20px;
	font-size: 16px;
}
