@charset "utf-8";
/* CSS Document */
#top_img{
	width:900px;
	height:361px;
	background-image:url(../img/top/top_img.png);
	background-repeat: repeat;
	position:relative;
	margin-bottom: 10px;
}

#top_img_txt1{
	width:390px;
	height:auto;
	position:absolute;
	top:1.7em;
	left:1em;
	font-size:1.7em;
	font-weight:400;
	line-height:1.3;
}

#top_img_txt3{
	width:390px;
	height:auto;
	position:absolute;
	top:8.2em;
	left:1em;
	font-size:1.3em;
	font-weight:normal;
	letter-spacing:-1.5px;
	line-height:1.5;
}

#top_img_sp{
	display:none;
	}

#main{
	width:880px;
	margin:0 auto;
	padding:10px;
}

#cont1{
	width:880px;
	margin:0 auto;
	padding-bottom:0;
}

.cont_sub{
	width:430px;
	height:150px;
	background-color:#D1FFD1;
	position:relative;
	float:left;
	margin-bottom:15px;}

div.cont_sub a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-9999px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */}

div.cont_sub a:hover{
    background-color:#FFF;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.cont_tel{
	width:430px;
	height:150px;
	float:right;
	margin-bottom:15px;}

.cont_tel_sp{
	display:none;
	}

.subr{
	float:right;
}

.cont_sub_txt1_wrap{
	position:absolute;
	top:10px;
	left:10px;
	width:250px;
	height:30px;
	background-color:#fff;
	font-size:1.25em;
	padding-top:5px;
	padding-left:5px;
	
    display: inline-block;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

.cont_sub_txt1{
	padding-left:10px;
	border-left:2px #3C8B3C solid;
	width:230px;
	height:25px;
	font-weight:500;
}

.cont_sub_txt2{
	position:absolute;
	top:60px;
	left:25px;
	width:240px;
	height:70px;
	font-size:1.15em;
	line-height: 1.2em;	
}

.cont_sub_img{
	position:absolute;
	top:10px;
	right:20px;
	width:120px;
	height:120px;
	padding:5px;
    background:#fff;
    display: inline-block;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

#info_main{
    width: 880px;
    height: 840px;
    background-image: url(../img/top/info_back.png);
    margin-top: 10px;
    position: relative;
	}

#info_main_txt{
	position:absolute;
	top:30px;
	left:30px;
	width:820px;
	height:804px;
	line-height:1.3;
}


dl#info_main_txt dl,dt,dd {
	margin: 0;
	padding: 0;
}

.dl{
	width:100%;
	font-size:1.4em;
	margin:0;
	position: relative;
}

.dt {
	width:300px;
	float: left;
}

.dd {
	width:520px;
	float: right;
}

#info_main_txt img {
	margin-top: 5px;
}

.infotxt_s{
	font-size:0.8em;
	line-height:1.1;
	display:block;
	margin-bottom: 7px;
}

.infotxt_m{
	line-height:1.2;
	display:block;
	margin-bottom: 5px;
}

#atten{background-color:white;
margin:0 0 1em;
padding:0.3em;
border:1px #3C8B3C solid}
#atten_body{padding:1em 2em 0;line-height: 1.1;}
#atten a:link{COLOR:#000;border-bottom:1px black;}

.open{display:block;}
.close{display:none;}

@media screen and (max-width:960px) {
#top_img{
	display:none;
	}

#top_img_sp{
	display:block;
	width:100%;
	}

#top_img_sp img{
	width:100%;
	}

#main{
	width:100%;
	margin:0 auto;
	padding:0;
}

#cont1{
	width:100%;
	margin:0 auto;
}

.cont_sub{
	width:95%;
	height:150px;
	background-color:#D1FFD1;
	position:relative;
	margin:0 auto;
	margin-bottom:15px;
	float:none;
	}

div.cont_sub a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	margin:0 auto;
	
	text-indent:-9999px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */}

div.cont_sub a:hover{
    background-color:#FFF;
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.cont_tel{
	display:none;
	}

.cont_tel_sp{
	width:95%;
	float:none;
	margin:0 auto;
	display:block;
	margin-bottom:15px;
	}

.cont_tel_sp img{
	width:100%;
	}
	
.subr{
	float:none;
}

.cont_sub_txt1_wrap{
	position:absolute;
	top:0.6em;
	left:0.6em;
	width:calc(100% - 250px);
	height:1.5em;
	background-color:#fff;
	font-size:1.5em;
	padding-top:5px;
	padding-left:5px;
	
    display: inline-block;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

.cont_sub_txt1{
	padding-left:0.5em;
	border-left:2px #3C8B3C solid;
	width:calc(100%);
	height:1.2em;
	font-weight:500;
}

.cont_sub_txt2{
	position:absolute;
	top:70px;
	left:25px;
	width:calc(100% - 200px);
	height:70px;
	font-size:1.3em;
	line-height: 1.1em;	
}

.cont_sub_img{
	position:absolute;
	top:10px;
	right:20px;
	width:120px;
	height:120px;
	padding:5px;
    background:#fff;
    display: inline-block;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

#info_main{
    width: 95%;
    height: auto;
    background-image: none;
    margin: 0.5em auto;
  border: solid 1px #3C8B3C;
	padding-bottom: 0em;
	}

#info_main::before,
#info_main::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}

#info_main::before {
  top: -1px;
  bottom: -1px;
  left: 1em;
  right: 1em;
}

#info_main::after {
  top: 1em;
  bottom: 1em;
  left: -1px;
  right: -1px;
}

#info_main div {
  position: relative;
  z-index: 1;
}
#info_main_txt{
	top: 0.5em;
    left: 0.5em;
	position:static;
	margin:0 0.5em 1em;
	width:calc(95% - 1em);
	height:auto;
	line-height:1.3;
}


dl#info_main_txt dl,dt,dd {
	margin: 0;
	padding: 0;
}

.dl{
	width:100%;
	font-size:1.3em;
	line-height:1.5;
	margin:0;
	position: relative;
}

.dt {
	width:230px;
	float: left;
}

.dd {
	width:calc(100% - 230px);
	float: right;
}

#info_main_txt img {
	max-width:100%;
	margin-top: 5px;
}

.infotxt_s{
	font-size:0.8em;
	line-height:1.1;
	display:block;
	margin-bottom: 7px;
}

.infotxt_m{
	line-height:1.2;
	display:block;
	margin-bottom: 5px;
}

#atten{background-color:white;
	margin:0.5em 0 1em;
	padding:0.3em;
	border:1px #3C8B3C solid;
	}
#atten_body{
	font-size:0.9em;
	font-weight:400;
	padding:0.5em 0.5em;
	line-height: 1.1;
	}
#atten a:link{COLOR:#000;border-bottom:1px black;}

.open{display:block;}
.close{display:none;}
}

@media screen and (max-width:520px) {
.cont_sub{
	width:95%;
	height:120px;
	background-color:#D1FFD1;
	position:relative;
	margin:0 auto;
	margin-bottom:0.5em;
	float:none;
	}
	
.cont_sub_txt1_wrap{
	position:absolute;
	top:0.6em;
	left:0.6em;
	width:calc(100% - 150px);
	height:1.5em;
	background-color:#fff;
	font-size:1.15em;
	padding-top:0.5em;
	padding-left:0.5em;
	
    display: inline-block;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
}

.cont_sub_txt1{
	padding-left:0.5em;
	border-left:2px #3C8B3C solid;
	width:calc(100%);
	height:1.2em;
	font-weight:500;
}

.cont_sub_txt2{
	position:absolute;
	top:3.5em;
	left:1em;
	width:calc(100% - 140px);
	height:70px;
	font-size:1em;
	line-height: 1.1em;	
	}
	
.cont_sub_img{
	position:absolute;
	top:10px;
	right:20px;
	width:80px;
	height:80px;
	padding:5px;
    background:#fff;
    display: inline-block;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.8);
	}
.cont_sub_img img{
	width:80px;		
	}
#info_main{
		
	}
#info_main_txt{
	margin:0 0.5em 1em;
	width:calc(95% - 2em);
	height:auto;
	line-height:1.3;
	padding:0;
}
	
.dl{
	width:100%;
	font-size:1em;
	line-height:1.3;
	margin:0 auto;
	}

.dt {
	width:230px;
	float: left;
	}

.dd {
	width:90%;
	float: right;
	}

#info_main_txt img {
	width:95%;
	margin-top: 5px;
	}
}