@charset "utf-8";

/* ページカラー */
body {
	/* 文字色 */
	color:#515151;
	/* 背景画像 */
	background: url(../p-img/4222_1/haikei-1.jpg) no-repeat;
	/* 背景色 */
	background-color:#CC2B2E;
}

/* ページ全体枠のカラー */
#wrapper {
	background-color:#efefef;
}

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
/* 「ヘッダー」のカラー */
#header-area {
	background-color:#9BC37B;
	border-top:3px solid #CC2B2E;
}

#header-area h1 span {
	font-size:60%;
}

/* -----------------------------------------------------------------------------
 Slideshow
----------------------------------------------------------------------------- */
#slideshow {
   position: relative;
   width:  940px; /* 画像の横幅に合わせて記述 */
   height: 395px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
@media screen and (max-width:640px){
#slideshow {
   position: static;
   width: auto;
   height: auto;
}
#slideshow img {
   position: static;
}
#slideshow img.no-active {
	display: none;
}

}


/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */

.fx-blue{	
color:#2F7B3C;
}

.tel_top{
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size:1.3em;
	padding: 20px;
	margin: 20px;
}

.tel_no{
	text-align: center;
	font-size:3em;
	font-weight: bold;
}

.tel_no span{
	font-size:.6em;
}

.tel_sub{
	text-align: center;
	color:#555;
	margin: 20px;
}

a:link {
	text-decoration: none;
}
/* 「お知らせ」のカラー */
#today-area {
	background-color:#FFFFFF;
	border:1px solid #2F7B3C;
}

/* ノードの背景カラー */
#contents-area .box {
	background-color:#FFFFFF;
}

/* ノードの見出しカラー H2 */
#contents-area .box h2 {
	color:#2F7B3C;
	border-left:7px solid #2F7B3C;
}

/* ノードの見出しカラー H3 */
#contents-area .box h3 {
	border-bottom:1px dotted #3E6CBD;
}

/* リストのアイコン */
#contents-area .box ul li {
	background:url(../p-img/4222_1/ico1.png) left center no-repeat;
}

/* tableのカラー */
#contents-area .box table.table-style1 th {
	background-color:#CCCCCC;
	border: 1px solid #999999;
}

#contents-area .box table.table-style1 td {
	background-color:#FFFFFF;
	border: 1px solid #999999;
}


/* 「About Us」のカラー */
#contents-area .box dl dt {
	color:#3E6CBD;
	background:url(../p-img/4222_1/ico_dt.gif) left center no-repeat;
}

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: 1px solid #2F7B3C;
	text-align:left;
}

#contents-area #menu-bottom-area .box table th{
	color:#FFFFFF;
	background-color:#9BC37B;
}

/* ウィンドウが640px未満時の「About Us」のカラー */
@media screen and (max-width:640px){

#contents-area #menu-bottom-area .box table td,
#contents-area #menu-bottom-area .box table th{
	border: none;
}

#contents-area #menu-bottom-area .box table th{
	color:#3E6CBD;
	background:transparent url(../p-img/4222_1/ico_dt.gif) left center no-repeat;

}

}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color:#9BC37B;
}

#footer-area .link {
	border-bottom:1px solid #2F7B3C;
}

#footer-area .link a {
	color:#515151;
}

#footer-area .link a:hover {
	color:#E32828;
}

/* ページトップへ戻る */
#footer-area .pagetop img {
	border:1px solid #3E6CBD;
}

@media screen and (max-width:640px){
#footer-area .pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
}
}

/* -----------------------------------------------------------------------------
 Responsive
----------------------------------------------------------------------------- */
a[href^="tel:"] {
	color:inherit;
	text-decoration:none;
}

@media screen and (min-width: 641px){
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}






