/* 画面の横幅が641px以上　Portrait tablet to landscape and desktop */
@media screen and (min-width: 641px){



.PC{
	display:block;
}
.SP{
	display:none;
}


a {
	/**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover {
	color:#3aacad;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


body{
	min-width:1100px;
}


.anc-block{
	margin-top:-94px;
    padding-top:94px;
}

/* 共通 
------------------------------------------------------------ */

#header	{
	position:fixed;
	top:0;
	left:0;
	z-index:1020;
	width:100%;
	min-width:1100px;
	height:35px;
	padding:70px 0 35px 0;
	background-color:#fff;
	line-height:120%;
	/**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

#header-inner{
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header-inner h1{ 
	width:235px;
	float:left;
}
#header-inner img{ 
	vertical-align:bottom;
}

#header-inner #navi{ 
	float:right;
	margin-top:7px;
}


#footer{
	border-top:solid #d2d2d2 1px;
}
#footer-inner{
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:30px 0;
}

#footer-inner .footer-info{
	float:left;
	line-height:150%;
}
#footer-inner .footer-info strong{
	font-weight:400;
}
#footer-inner .footer-info h2{
	font-weight:400;
	font-size:19px;
	margin-bottom:15px;
	margin-top:5px;
}
#footer-inner .footer-info p span{
	display:block;
	margin-top:5px;
}

#footer-inner address{
	display:block;
	float:right;
	padding-top:140px;
	font-size:14px;
}



/* ナビ部分 
------------------------------------------------------------ */
#menuBtn,
#menuClose,
#shadows{
	display:none;
}

#navi{
	display:block;
	position:relative;
}

#navi ul li{
	list-style:none;
	display:inline-block;
}
#navi ul li a{
	display:inline-block;
	text-decoration:none;
	color:#252525;
	font-size:17.5px;
	padding:5px 12px;
}

#navi ul li a:hover{
	color:#3aacad;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#navi ul li#n07{
	width:25px;
	padding:0 0px 0 12px;
}
#navi ul li#n07 a{
	padding:5px 0;
}


/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:50px;
	right:5%;
	display:none;
	z-index:1000;
	width:40px;
}
		
/* コンテンツ
------------------------------------------------------------ */		
#contents-wrapper{
	clear:both;
	padding-top:140px;
}

/*コンテンツ幅*/
.content-inner{
	width:1000px;
	margin:0 auto;
	text-align:left;
	clear:both;
}
.content-innerS{
	width:920px;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}

/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}



/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 0px 0px 0px;
	width:366px;
}
.photo-left .txtbox{
	float:right;
	width:600px;
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 0px 0px;
	width:366px;
}
.photo-right .txtbox{
	float:left;
	width:600px;
}


.col2box .inner{
	margin:0 -10px;
}
.col2box .box{
	width:50%;
	float:left;
}
.col2box .box .box-inner{
	padding:0 10px;/*body min-widthより小さく*/
}


.col3box .inner{
	margin:0 -10px;
}
.col3box .box{
	width:33.33333%;
	float:left;
}
.col3box .box .box-inner{
	padding:0 10px;
}


.col4box .inner{
	margin:0 -10px;
}
.col4box .box{
	width:25%;
	float:left;
}
.col4box .box .box-inner{
	padding:0 10px;
}



/**/
.innerS{
	padding-left:15px;
	padding-right:15px;
}

.section-block{
	padding:70px 0 150px 0;
}
.section-block h2{
	font-size:40px;
	line-height:140%;
	font-weight:600;
	text-align:center;
	padding-bottom:80px;
}
.section-block h3{
	font-size:26px;
	line-height:140%;
	font-weight:600;
	padding:50px 0 46px 0
}


#block_news .content-inner{
	padding-top:40px;
}



.map-wrapp{
	margin-bottom:40px;
}
#map{
	width:100%;
	height:570px;
}


.accordion .btn-arrow span:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/*newslist*/
.news-list{
	width:550px;
	margin:0 auto;
}

.news-list a{
	color:#252525;
	text-decoration:none;
}
.news-list a:hover{
	color:#3aacad;
}

.news-list dl{ 
	font-size:13px;
	text-align:left;
	line-height:140%;
}
.news-list dl dt{
	clear:both;
	float:left;
	width:75px;
	padding:2px 0 2px 0;
	padding-right:15px;
	border-right:solid #acacac 1px;
	color:#656565;
}
.news-list dl dd{
	float:right;
	padding:2px 0 30px 15px;
	width:444px;
}



/*スライド基本設定*/

#mainimg-wrapp{
	position:relative;
}

#slideshow {
	/*スライド要素の幅・高さの指定する*/
	width:1000px;
	height: 466px;
	margin:0 auto;
	position:relative;
}
#slideshow div {
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-color: white;
	width:1000px;
	height:466px;
	text-align:center;
}

#slideshow div span{ 
	display:block;
	width:1000px;
	height:466px;
}
		
	
}
