@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
color:#000000;	
}
a:visited {
	
}
a:hover, a:focus {
	color: #c30;
}
.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 0;
	padding: 3px 0px 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */



a:hover img,
a:focus img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	color: #584841;
	padding:0px;
	font-size: 100%;
	line-height: 150%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	}



ol, ul {

}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	display: none;
	position: fixed;
	right: 0;
	z-index: 20;
	padding:0;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 70px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}



.sp-header {
	display: none;
}

#header {
	background-color: #fff;
}





#header-inner {
	width: 100%;

	margin: 0 auto;
	padding: 10px 0 0 0;
}

#header-inner:after {
	content: "";
	display: block;
	clear: both;
}

#header-inner table {
	width: 100%;
}
#header-inner table tr td{
	vertical-align: bottom;
}


.logo {
	vertical-align: middle !important;
	padding: 0 0 0 10px;
}
.logo img{
	width: 80%;
	max-width: 320px;
}

.globalMenu {
	width: 6.5%;
}

.globalMenu img {
	width: 100%;
	display: block;
}

#home .globalMenu {
	display: none;
}



.globalMenu ul.child {
	display: none;
	position: absolute;
	z-index: 800;
	background-image: url("../images/bg-top2.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 20px 20px 20px;

}
.globalMenu ul.child li {

	margin-bottom: 5px;

}

.globalMenu ul.child a{
        color: #fff;
	text-decoration:none;
	display:block;
	padding:5px 20px;
	background-color: #40b790;
	text-align: left;

}
.globalMenu ul.child a:hover{
	background: #65c9a8;
}

.globalMenu ul li .p-new-link-img{
	display: inline;
}











.fontSize {
	width: 110px;
	text-align: center;
	padding: 0 10px 7px 0;
}



.fontSize .label {


}

.fontSize .large {
	padding: 0 0px;
}



.fontSize .default a {
	padding: 1px 4px;
	background-color: #40b790;
	text-decoration: none;
	color: #fff;
	border: 1px solid #40b790;
}
.fontSize .large a {
	padding: 1px 4px;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #40b790;
	color: #474882;
}

.fontSize .default a:hover {
	background-color: #65c9a8;
}
.fontSize .large a:hover {
	background-color: #eeeeee;
}

.search {
	width: 22%;
	padding: 0 0 5px 0;
}
.search .tel {
	display: inline-block;
	color: #40b790;
	background-image: url("../images/tel.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
	padding: 0px 0 0px 25px;
	font-size: 140%;


}
.search .tel a {
	color: #40b790;
	text-decoration: none;
}

#keyword {
	width: 95%;
	padding: 0 30px 0 0;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
#searchsubmit {
	margin-left: -35px;
	width: 25px;
}



.login {
	width: 6.5%;

}
.login img{
	width: 100%;
	display: block;
}



#content {
	width:100%;

	/* padding-bottom:140px; */
	/* calc([実際にあけたい余白] + [footerの高さ]) */
	padding-bottom: calc(80px + 238px);
}








.top1 {
	width:100%;
	border-top: 5px solid #40b790;
	border-bottom: 5px solid #40b790;
}

.top1-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}
.top1-inner img {
	width: 100%;
	display: block;
}


.top2 {
	width:100%;
	margin-top: 40px;

}


.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}

.top2-inner:after {
	content: "";
	display: block;
	clear: both;
}



.top2-inner div {
	float: left;
	width: 20%;
	text-align: center;
}
.top2-inner div img {
	width: 95%;
	max-width: 196px;
}




.top2-inner > div > ul.child {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 800;
	background-image: url("../images/bg-top2.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 20px 20px 20px;

}
.top2-inner > div > ul.child li {

	margin-bottom: 5px;

}

.top2-inner > div > ul.child a{
        color: #fff;
	text-decoration:none;
	display:block;
	padding:5px 20px;
	background-color: #40b790;
	text-align: left;

}
.top2-inner > div > ul.child a:hover{
	background: #65c9a8;
}


#home h2 {
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-radius: 0 8px 8px 0;		/* CSS3草案 */
	-webkit-border-radius: 0 8px 8px 0;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0 8px 8px 0;	/* Firefox用 */
	font-size: 120%;
	padding: 4px 0 4px 35px;
}
#home h2 span {
	font-size: 90%;
}
#home h2 span a{
	text-decoration: none;
}
#home h2 span a:hover{
	text-decoration: underline;
}


.top3 {
	width:100%;
	margin-top: 40px;

}


.top3-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}

.top3-inner:after {
	content: "";
	display: block;
	clear: both;
}

.top3-l {
	float: left;
	width: 46%;
}
.top3-r {
	float: right;
	width: 46%;
}


.top3-l h2 {

	background-image: url("../images/news.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}

.top3-r .top3-r1 {

	background-image: url("../images/event.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;

}
.top3-r .top3-r2 {
	background-image: url("../images/meisei.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	margin-top: 30px;
}



.top3 ul {
	margin-top: 10px;
}
.top3 ul li{
	padding: 7px 0 7px 0;
	border-bottom: 1px dotted #ccc;

}
.top3 .date{
	display: table-cell;
	padding-right: 0px;
	width: 120px;
	color: #40b790;
}
.top3 .title{
	display: table-cell;
}
.top3 ul li a {
	text-decoration: none;
}
.top3 ul li a:hover {
	text-decoration: underline;
}







.top4 {
	width:100%;
	margin-top: 40px;

}


.top4-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}

.top4 h2{
	background-image: url("../images/youtube.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	margin-bottom: 20px;
}

.top4 iframe,
.top6 iframe {
	height: 500px;
}

.top5 {
	width:100%;
	margin-top: 40px;

}


.top5-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}

.top5 h2 {

	background-image: url("../images/pickup.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	margin-bottom: 20px;
}




.top5 .slick-box {
	width: 100%;
	padding: 0 18px 0 18px;
}



.top5 .slick-box li {
	width: 20%;
	text-align: center;

}
.top5 .slick-box li img{
	width: 86%;
	margin: 0 7% 0 7%;
}




.top6 {
	width:100%;
	margin-top: 40px;

}


.top6-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top6 h2 {

	background-image: url("../images/map.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	margin-bottom: 20px;
}

.top6-add {
	margin-bottom: 10px;
}





#company-gmap {
	width: 100%;
	height: 450px;
}

.top7 {
	width:100%;
	margin-top: 60px;
	margin-bottom: 20px;
}


.top7-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}

.top7-inner ul {
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;

}
.top7-inner ul li {
	width: 20%;
	text-align: center;
	margin-bottom: 10px;
}
.top7-inner ul li img{
	width: 95%;
}
.top7-inner ul li .p-new-link-img{
	display: none;
}


footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	border-top: 5px solid #60b790;
}


.footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 5px 20px 5px;
}
.footer-navi {
	text-align: right;
	margin-bottom: 15px;
}

.footer-inner:after {
	content: "";
	display: block;
	clear: both;
}
.footer-l {
	float: left;
	width: 25%;
}
.footer-l img {
	width: 100%;
}
.footer-r {
	float: left;
	width: 75%;
	padding-left: 20px;
}



.copy {
	text-align: center;
}



/* コンテンツページ関係始まり
================================================== */

.page-image {
	width: 100%;
	border-top: 5px solid #60b790;
}
.page-image-inner {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top -2px;
	background-size: cover;
}
.page-image-inner img{
	width: 100%;
}






#home .page-image {
	display: none;
}





#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
	background-color: #fff;
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}



#breadCrumb {
	/* padding: 20px 0; */
	padding: 1.0em 0;

}

#breadCrumb p {
	margin-left: 0px;
	
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}


#main {
	clear:both;
	min-height:1em;
	width:100%;
	max-width: 1000px;
	margin:0px auto;

}

#main2 {
	clear:both;
	min-height:1em;
	width:100%;
	max-width: 1000px;
	margin:0px auto;
}



.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	clear: both;
	min-height: 1em;

	padding: 0px 5px;
}

.contentBody img {
	max-width: 100%;
}


.pageList {
	width: 100%;
}

.contentBody .pageList{
	list-style: none;
}


.pageList li:nth-child(odd){
	background-color: #efefef;
	padding: 25px 10px;
}
.pageList li:nth-child(even){
	background-color: #fff;
	padding: 25px 10px;
}


.pageList li a{
	display: block;
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../images/icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 35px;

}
.pageList li a:hover{
	text-decoration: underline;
}

.pageList .title {

}

.pageList .description {
	font-weight: normal;
	margin-top:0px;
	font-size: 87.5%;
	padding-left: 35px;
}


.pageList .date {
	text-align: right;
	font-size: 87.5%;
	color: #ccc;
	margin-bottom: -20px;
	margin-top: 0px;
}




.pageList .thumb {
	display: none;
	float: left;
	padding-left: 0px;
	margin: 0px 0px 20px 0px;

}
.pageList .thumb img {
	width: 300px;

}

.search-area .thumb,
.search-area .date,
.search-area .description {
	display: none;
}


	
	

.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}

#sidemenu {
	display: none;
	width: 21%;
	float: right;
	margin-bottom: 80px;
}


.sideHeader {
	color: #60b790;
	border-bottom: 1px solid #ccc;
}




#sidemenu .sideBody ul li {
	border-bottom: 1px solid #ccc;
	font-size: 87.5%;
}

#sidemenu .sideBody ul li a {
	display: block;
	text-decoration: none;
	background-image: url("../images/mark.png");
	background-repeat: no-repeat;
	background-position: left 3px center;
	background-size: 15px;
	padding: 4px 2px 4px 30px;
}
#sidemenu .sideBody ul li a:hover {
	background-color: #f1fcf5;
}

#sidemenu .sideBody ul li .active{
	display: block;
	background-color: #f1fcf5;
	text-decoration: none;
	background-image: url("../images/mark.png");
	background-repeat: no-repeat;
	background-position: left 3px center;
	background-size: 15px;
	padding: 4px 2px 4px 30px;
}



.sidebanner {
	text-align: center;
	margin-top: 20px;
}

.sidebanner li{
	margin-bottom: 5px;
}

.sidebanner li img{
	width: 100%;
	max-width: 204px;

}

.sidebanner .p-new-link-img {
	display: none;
}
/*　カレンダー
*********************************************/

.calendar {

}
.sectionHeader {
	margin-bottom: 20px;
}
.cal_month_select {
	text-align: center;
}
.cal_category_select {
	display: none;
}








.calendar table {
	width: 100%;
}
.calendar table caption {
	font-size: 140%;
	color: #5f3919;
	font-weight: bold;
	padding-bottom: 5px;
}

.calendar thead {
	background-color: #ffffbb;
}

.calendar table th,
.calendar table td {
	border: 1px solid #ccc;
	height: 35px;

}
.calendar .day,
.calendar .week,
.calendar .event
 {
	vertical-align: middle;
}

.calendar .sunday {
	background-color: #ffefed;

}
.calendar .saturday {
	background-color: #e3f5f9;
}

.calendar table td a {

}

.calendar_item {
	padding: 2px 4px;
}
.calendar_item .title {
	padding-right: 3px;
}


/*　ログイン画面
*********************************************/

.login-area fieldset {
	margin-bottom: 8px;
}
.login-area label {
	display: inline-block;
	/* width: 100px; */
	width: 5.0em;
	text-align: right;
	padding-right: 0.5em;
}
.login-area input[type="submit"] {
	margin-left: 105px;
}
/*コンテンツページ関係終わり
================================================== */









/*サイトマップ初め
================================================== */

.sitemap {
	max-width: 1000px;
	margin:0px auto;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}





@media (min-width:768px) and (max-width:1135px) {

.search .tel {
	font-size: 100%;


}

}


/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */




