@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {
    margin: 0px;
    padding: 0px;
}
/*リセットここまで*/
/* CSS Document */
body{
	margin:0 auto;
	font-family: 'M PLUS 2', sans-serif;
	color:#333333;
	-webkit-text-size-adjust: 100%;
	min-width:950px;
	font-size:16px;
	-webkit-print-color-adjust: exact;

}


* html div#container{
	height: 100%;
	overflow: auto;
}

#container{
	width:100%;
}

#contents_wrap{
	width:950px;
	height:100%;
	margin:0 auto;
}

#contents{
	background-color:#fff;
	height:100%;
	margin:0 auto;
	padding:0 25px;
}


/* body 部*/
.title_bar{
	width:880px;
	height:50px;
	background-image:url(../img/base/title_bar.jpg);
	display: inline-block;
	
}

.title_bar2{
	width:430px;
	height:50px;
	background-image:url(../img/base/title_bar2.jpg);
	display: inline-block;
	
}

.title_txt{
	height:50px;
	padding-left:15px;
	font-size:1.6em;
	color: #fff;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666; 

}
.clear {
	width:100%;
	clear: both;
	height:1px;
}

.maru{
    color: #3C8B3C;
    height: auto;
}

#cont_title{
	width:880px;
	height:40px;
	line-height:0.4;
	margin:30px auto 0;
	font-size:1.9em;
	color: #333333;
	text-shadow: 2px 2px 4px #666; 

}

#cont_border{
	width:880px;
	height:5px;
	background-image:url(../img/base/cont_border.png);
	display: inline-block;
	
}

#foot_tel{
	width:880px;
	height:93px;
	margin:0 auto;
}

.popup{
	width:16px;
	height:16px;
	background-image:url(../img/base/popupicon.gif);
	display:inline-block;
	}
/* header部 */
#title{
	margin:0;
	bottom:1px;
	font-size:0.7em;
	font-weight:500;
	}

#header{
	width:100%;
	height:150px;
	margin:0 auto;
	position:relative;
	z-index: 11000;
	}

#head_body{
	width:100%;
	height:150px;
	background-color:#D1FFD1;
	border-bottom: 5px yellow solid;
	position:relative;
	z-index: 999;
}

#head_icon{
	display:none;
	}

#head_img{
	position:absolute;
	left:15px;
	top:15px;
	width:624px;
	height:128px;
	background-image:url("../img/base/top.png");
}

.Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#head_add{
	position:absolute;
	right:15px;
	top:10px;
	font-size:0.9em;
	font-weight:500;
	color:#333333;
	letter-spacing:2px;
	line-height:1.1;
}

#head_tel{
	position:absolute;
	right:10px;
	bottom:2px;
}

#head_img2{
	width:900px;
	height:230px;
	background-image: url("../img/base/head_img.jpg");
	margin-bottom: 0.5em;
}

#head_img_sp{
	display:none;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 26px;
    width: 34px;
    height: 36px;
    cursor: pointer;
	z-index: 1000;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #3C8B3C;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* global-nav(sp) */
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #95FF95;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1em;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}


ul.nav {
	width: 900px;
	height:50px;
	border:0;
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:1em;
	list-style:none;
}

ul.nav li {
	width:150px;
	height:50px;
	border:0;
	padding:0;
	margin:0;
	display: inline-block;
}

.nav1 a, .nav2 a, .nav3 a, .nav4 a, .nav5 a, .nav6 a{
	width: 150px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

.nav1 a{
	background: url("../img/base/nav1.jpg") no-repeat;
}

.nav2 a{
	background: url("../img/base/nav2.jpg") no-repeat;
}

.nav3 a{
	background: url("../img/base/nav3.jpg") no-repeat;
}
.nav4 a{
	background: url("../img/base/nav4.jpg") no-repeat;
}

.nav5 a{
	background: url("../img/base/nav5.jpg") no-repeat;
}

.nav6 a{
	background: url("../img/base/nav6.jpg") no-repeat;
}

.nav1 a:hover, .nav2 a:hover, .nav3 a:hover, .nav4 a:hover, .nav5 a:hover, .nav6 a:hover {
	background-position: 0 -50px;
}

/* footer部 */
#footer{
	background-color: #D1FFD1;
}
#footer hr{
	 border-top: 3px solid yellow;}

#footer_wrap{
	width:950px;
	margin:0 auto;
	font-size:0.75em;
}

#footer0a{
	width:500px;
	float:left;
	margin-bottom:10px;
}

#footer0a a{
	color:#000;
}

#footer0a a:hover{
	color:#333;
	}

#footer0b{
	width:500px;
	margin-bottom:5px;
	float:right;
	text-align: right;
	display:inline-block;
	}

#footer1{
	width:370px;
	float:left;
	margin-bottom:10px;
	}

#footer2{
	width:370px;
	float:right;
	text-align:right;
	margin-bottom:10px;
	}

.spbr{display:none;}

/*topへ戻る*/
.scrollTop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
 
.scrollTop a {
    font-size: 1em;
    color: #fff;
    background: #3C8B3C;
    padding: 3px 10px 5px;
	text-decoration: none;
           
}

.scrollTop a:hover{
        background: #95FF95;
}

a[href^="tel:"]{
    pointer-events: none;
  }

@media screen and (max-width:960px) {
body{
	margin:0;
	font-family: 'M PLUS 2', sans-serif;
	color:#333333;
	-webkit-text-size-adjust: 100%;
	min-width:100%;
	font-size:16px;
	-webkit-print-color-adjust: exact;
	margin-top:83px;

}


* html div#container{
	height: 100%;
	overflow: auto;
}

#container{
	width:100%;
}

#contents_wrap{
	width:100%;
	height:100%;
	margin:0 auto;
}

#contents{
	background-color:#fff;
	height:100%;
	margin:0 auto;
	padding:0;
}


/* body 部*/
#info{
	width:100%;
	padding:0 auto;
	}
.title_bar{
	width:100%;
	height:3em;
	background-image:url(../img/base/title_bar.jpg);
	display: block;
	margin:0 auto;
	}

.title_bar2{
	width:95%;
	height:3em;
	background-image:url(../img/base/title_bar2.jpg);
	display: inline-block;
	
}

.title_txt{
	height:3em;
	padding-left:1em;
	font-size:1.4em;
	color: #fff;
	line-height: 2em;
	text-shadow: 1px 1px 2px #666; 

}
.clear {
	width:100%;
	clear: both;
	height:1px;
}


#cont_title{
	width:100%;
	height:40px;
	line-height:0.4;
	margin:30px auto 0;
	font-size:1.5em;
	color: #333333;
	text-shadow: 2px 2px 4px #666; 

}

#cont_border{
	width:100%;
	height:5px;
	background-image:url(../img/base/cont_border.png);
	display: inline-block;
	
}

#foot_tel{
	width:100%;
	height:auto;
	padding:0 auto;
	text-align:center;
}
#foot_tel img{
	width:95%;
	height:auto;
}
.popup{
	width:1em;
	height:1em;
	background-image:url(../img/base/popupicon.gif);
	display:inline-block;
	}

/* header部 */
#title{
	display:none;
	}

#header{
	width:100%;
	height:80px;
	margin:0 auto;
	position:fixed;
	z-index:10000;
    top: 0;
	border-bottom: 3px yellow solid;
}
	
#head_body{
	width:100%;
	height:80px;
	background-color:#D1FFD1;
	z-index: 999;
}
	
#head_icon{
	display:block;
	position: absolute;
	width:60px;
	height:61px;
	background-image: url("../img/base/head_icon.png");
	top:10px;
	left:20px;
	z-index: 1000;
}
	
#head_img{
	position:absolute;
	left:50%;
	top:50%;transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width:200px;
	height:47px;
	background-image:url("../img/base/top_sp.png");
}

#head_add{
	display:none;
	}

#head_tel{
	display:none;
	}

/* Toggle Button */
#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #95FF95;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 1em;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
		font-weight: 400;
        padding: 0.7em 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(583px);
        -webkit-transform: translateY(583px);
        transform: translateY(583px);
    }
	

ul.nav {
	display:none;
}

#head_img2{
	display:none;
}

#head_img_sp{
	display:block;
	width:100%;
}
#head_img_sp img{
	width:100%;
}

/* footer部 */
#footer{
	background-color: #D1FFD1;
}
#footer hr{
	 border-top: 3px solid yellow;}

#footer_wrap{
	width:100%;
	margin:0 auto;
	font-size:1em;
	line-height:1.3;
}

#footer0a{
	display:none;
}


#footer0b{
	width:100%;
	margin-bottom:5px;
	font-weight:300;
	text-align: center;
}

#footer1{
	display: none;
}

#footer2{
	width:100%;
	font-size:1.2em;
	font-weight:400;
	line-height:1.3;
	text-align:center;
	margin-bottom:10px;
}
	
.spbr{display:block;}

a[href^="tel:"]{
    pointer-events:auto;
  }
}
@media screen and (max-width:520px) {
	/* body 部*/
#info{
	width:100%;
	padding:0 auto;
	}
.title_bar{
	width:100%;
	height:2em;
	background-image:url(../img/base/title_bar.jpg);
	display: block;
	margin:0 auto;
	}
.title_bar2{
	width:100%;
	height:2em;
	background-image:url(../img/base/title_bar2.jpg);
	display: block;
	margin:0 auto;
	}
.title_txt{
	height:2em;
	padding-left:0.5em;
	font-size:1em;
	font-weight: 500;
	color: #fff;
	line-height: 2em;
	text-shadow: 1px 1px 2px #666; 
	}
	
#head_icon{
	top:10px;
	left:5px;
}
#footer0b{
	width:100%;
	margin-bottom:5px;
	font-size:0.75em;
	font-weight:300;
	text-align: center;
	}

#footer2{
	width:100%;
	font-size:1em;
	font-weight:400;
	line-height:1.3;
	text-align:center;
	margin-bottom:10px;
	}
}
