body {
	background-image: none!important;
}

header {
	border-top: 4px solid #13813c;
}

main {
	background: url(images/base_main.png) repeat-x 0 bottom;
	padding-bottom: 120px!important;
	clear: both;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 70%;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px; 
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}s

div.ccm-page header nav.giken-menu {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div.ccm-page header nav.giken-menu ul {
	width: 100%;
}

div.ccm-page header nav.giken-menu ul li {
	width: 16%;
}

div.ccm-page header nav.giken-menu ul li:first-child {
	background: url(images/nav_line.png) no-repeat left top;
}

div.ccm-page header nav.giken-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font: normal 1.1em "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"!important;
	text-decoration: none;
	color: #4d4e4d;
	margin: 0;
	padding: 10px 0;
	background: url(images/nav_line.png) no-repeat right top;
}

div.ccm-page header nav.giken-menu ul li a:hover {
	background-color: #0c8540;
	color: #ffffff;
}

div.info-box {
	background: linear-gradient(#FFFFFF, #DDDDDD);
	border-radius: 20px;
	width: 80%;
	border: 2px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding: 25px;
}

/* footer */

.google-maps {
position: relative;
padding-bottom: 60%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

footer#footer-cont {
	padding-top: 25px;
	padding-bottom: 25px;
}

footer#footer-copy {
	background-color: #0c8540;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-top: 10px;
}

div.ccm-page header {
	padding-bottom: 0!important;
	padding-top: 15px!important;
}

a.head-info {
	margin-bottom: 5px;
	margin-right: 10px;
}

@media (max-width:767px){

.ccm-responsive-overlay {
    top: 140px!important;
}

header {
	min-width-height: 140px!important;
}}


div.ccm-page h1.main-page-title {
	color: #0c8540;
	padding: .65em .75em .5em;
	background-color: #f6f6f6;
	border-left: 6px solid #0c8540;
}

div.ccm-page h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
}

div.ccm-page h2::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #0c8540;
}
div.ccm-page h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

div.ccm-page h3 {
	
}

div.ccm-page h4 {
	
}

div.ccm-page h5 {
	
}

div.ccm-page header nav ul li {
    padding-bottom: 0px!important;
}



div.ccm-page hr {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    border-top: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal, div.ccm-page div.ccm-block-page-list-page-entry {
    padding-bottom: 15px!important;
    margin-bottom: 15px!important;
    border-bottom: 1px solid #ececec;
}

div.button-mini{
background-color:#0c8540;
	color: #ffffff!important;
	padding: 5px;
	text-align: center;
	width:10rem;
	float: right;
	display: block;
}

div.button-mini a{
	display: block;
	color: #ffffff!important;
}

/*フッターサイトマップ*/
#footer_in ul a:hover {
    text-decoration: underline;
}

#footer_in ul a {
    text-decoration: none;
    color: #ffffff;
}
#footer_in ul {
    letter-spacing: 3px;
padding-top: 5px;
margin-bottom: -10px;}
ul {
    list-style: none;
}
#footer_in li {
    float: left;
    margin: 0 10px 15px 0;
	font-size: 1.2rem;
}

.cf{
	clear:both;
}


/*トップページスライダー*/
div.ccm-page .ccm-image-slider-container {
    border-bottom: 2px solid #f0eee1;
    padding-top: 20px;
    margin-bottom: 0px !important;
    background-color: transparent;
    background-repeat: repeat;
}

@media (min-width: 1200px){
div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    float: left;
    width: 95% !important;
}

div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
    margin-left: 2% !important;
}
}