@charset "utf-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color: #330;
}
* {
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration: none;
	color: #6d80bf;/*基本リンクカラー*/
}
a:hover {
	text-decoration:underline;
}
a img:hover {
	opacity:0.8;
}
img {
	border:none;
}
.wrapper {
	width:980px;
	margin:0 auto;
}
/**********************************[共通装飾]***/

br.clear, p.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
.middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clear {
	overflow:hidden;
	zoom:1;
}
.r6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.r10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.r20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
/**********************************[Header]***/
#header {
	background-color:#f0f8ff;/*ヘッダーBGカラー*/
	box-shadow:0px -1px 5px rgba(0,0,0,0.4) inset;
	padding:20px 0;
	width:100%;
/*	height:100px;*/
}
#header .logo div {
	float:left;
	height:67px;
	overflow:hidden;
}
#header .logo div img {
	position: relative;
/*	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
#header .site-info {
	float:right;
	text-align:right;
	color:rgba(0,0,0,0.7);
	border-bottom:1px solid #999;
	padding-bottom:6px;
}
#header .site-info .phone {
/*	font-family: 'Russo One', 'sans-serif';*/
	color:#333;
	padding-bottom:4px;
	font-size:24px;
	line-height:30px;
	border-bottom:1px solid #999;
	margin-bottom:6px;
	letter-spacing: 1px;
}
#header .site-info .phone span {
	color:rgba(0,0,0,0.7);
	padding-right:6px;
	float:left;
}
#header .site-info .phone div{
	white-space:nowrap;
}
#header .site-info .text {    text-align: center;}
/**********************************[Global]***/
#global {
	list-style:none;
	float:left;
	padding-top:10px;
}
#global li {
	display:inline;
	font-size:1.1em;
	color:#fff;
	padding-left:10px;
}
#global li a {
	color:#666;
}
#global li a.current {
	color:#333;
	font-weight:bold;
}
#global li div{
	display:inline;
}
/**********************************[Main image]***/
#main-image {
	width:980px;
	height:480px;
	overflow:hidden;
	position:relative;
}
#main-image img {
	width:980px;
	height:auto;
}
#main-image .catch {
	position:absolute;
	bottom:20px;
	margin:0 20px;
	padding:20px;
	border:20px;
	width:940px;
	background-color:rgba(255,255,255,0.9);
	box-shadow:2px 2px 4px rgba(0,0,0,0.5);
	font-size:1.8em;
	line-height:1.4em;
	box-sizing:border-box;
	-moz-box-sizing: border-box;/* Firefox用 */
	z-index:999;
}
#main-image .main-copy2 {
	box-sizing:border-box;
	color:#fff;
	text-align: left;
	padding:5px 5px 5px 40px;
	font-size:2em;
	position: absolute;
	bottom:50px;
	width:400px;
	height:auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.52+75,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 75%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.52)), color-stop(75%,rgba(0,0,0,0.52)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 75%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 75%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 75%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.52) 75%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
/**********************************[Contents]***/
#contents {
	padding:0 20px 20px;
}
#contents .title {
	margin:0 -20px 10px;
	background-color:rgba(39, 92, 137, 0.8);/*見出しBGカラー*/
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	padding:10px;
	clear:both;
/*	box-shadow:0px 1px 5px rgba(0,0,0,0.4) inset;*/
}
#contents .subtitle{
	font-size:1.4em;
	font-weight:normal;
	color:#000;
	border-bottom:2px solid #275C89;
	margin:10px -20px;
	padding:0 20px;
	clear:both;
}
#contents p {
	padding-bottom:20px;
	line-height:1.4em;
}
#contents .news{
	margin:30px 0;
}
#contents .news2{
	margin-bottom: 0;
}
#contents .news p span.name{
	font-weight: bold;
    font-size: 120%;
    padding-right: 20px;
}
#contents .news p span.tel{
	padding-left: 15px;
    font-size: 120%;
    color: #275C89;
    font-weight: bold;
}
#contents dl.news dt {
	color:#CC6666;/*日付・見出しカラー*/
	float:left;
	text-align:left;
}
#contents dl.news dd {
	padding-left:100px;
}
#contents dl {
	margin:30px 100px 0;
}
#contents dl dt {
	color:#CC6666;/*日付・見出しカラー*/
	float:left;
	text-align:right;
	padding-right:10px;
}
#contents dl dd {

}
#contents .list-box {
	padding-bottom:30px;
}
#contents .list-box .list-photo{
	float:left;
	width:255px;
/*	max-height:150px;*/
	overflow:hidden;
	margin-right:10px;
/*	border:1px solid #eee;*/
	box-sizing:border-box;
	-moz-box-sizing: border-box;/* Firefox用 */
	
}
#contents .list-box .list-photo2{
    width: 100%;
    margin-right: 0;
}

#contents .list-box .list-photo2 .p_img{
        width: 24%;
    float: left;
    margin-right: 1%;
}
#contents .list-box .list-photo2 .p_img2{
        width: 49%;
    float: left;
    margin-right: 1%;
}

#contents .list-box .list-photo img{
	width:250px;
	height:169px;
	border-radius: 10px;
/*    margin-bottom: 15px;*/
    border: 1px solid #eee;
}
#contents .list-box .list-photo img.img3{
	width:250px;
	height:auto;
	border-radius: 10px;
/*    margin-bottom: 15px;*/
    border: 1px solid #eee;
}
#contents .list-box .list-photo img.img4{
	width:250px;
	height:auto;
	border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
#contents .list-box .list-photo p{
	text-align: center;
}
#contents .list-box .list-photo2 .p_img img{
	width:100%;
	height:152px;
	border-radius: 10px;
/*    margin-bottom: 15px;*/
    border: 1px solid #eee;
}
#contents .list-box .list-photo2 .p_img2 img{
	width:100%;
	height:300px;
	border-radius: 10px;
/*    margin-bottom: 15px;*/
    border: 1px solid #eee;
}
/***** Banners *****/
#banners {
	margin:15px -20px 0 -33px;
}
#banners .banner {
	margin-left:13px;
	width:235px;
	height:auto;
	overflow:hidden;
	float:left;
	text-align:center;
	border:1px solid #999;
	background-color:#999;
	background-color:rgba(39, 92, 137, 0.8);
	box-sizing:border-box;
	-moz-box-sizing: border-box;/* Firefox用 */
}
#banners .banner p {
	padding:6px 0 !important;
}
#banners .banner a, #banners .banner a:visited {
	color:#fff;
}
#banners .banner-img {
	width:233px;
	height:100px;
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.4);
}
#banners .banner-img img {
	width:233px;
	height:auto;
}
/**********************************[Contact]***/
#contents em, #mailform em{
	color:#FF6666;
}
#mailform {
	margin: 0 20px;
}
#mailform input {
	min-width:60%;
}
#mailform input, #mailform textarea {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:6px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#mailform .wide {
	width:98% !important;
}
#mailform .submit-btn {
	color:#fff;
	text-shadow:-1px -1px 2px rgba(0,0,0,0.5);
	font-size:1.2em;
	background-color: #C00;
	padding:6px;
	min-width:120px;
}
#mailform .submit-btn:hover {
	background-color: #F30;
	color:#fff;
	text-shadow:-1px -1px 2px rgba(0,0,0,0.5);
}
#mailform table {
	width:98%;
	border-collapse:separate;
	border-spacing:20px 40px;
	border:none;
}
#mailform table th {
	border-bottom:2px solid #C66;
	font-weight:normal;

}
/**********************************[to pagetop]***/
#footer {
	background-color:#f0f8ff;/*フッターBGカラー*/
	box-shadow:0px 1px 5px rgba(0,0,0,0.4) inset;
	padding:20px 0;
	width:100%;
	color:#666;
}
#footer .copyright {
	font-size:0.9em;
	text-align:center;
}
#footer .copyright div{
	display:inline;
}
/**********************************[to pagetop]***/
#pageTop {
	background:#fff;
	color:#666;
	padding:5px 10px 0;
	position:fixed;
	bottom:0;
	right:60px;
	font-weight:bold;
	font-size:2em;
	text-align:center;
	box-shadow:1px 1px 2px #333;
	opacity:0.7;
}
#pageTop:hover {
	background:#fff;
	color: rgba(39, 92, 137, 0.8);
	opacity:1;
}
#pageTop small {
	font-weight:normal;
	font-size:12px;
}


.list-p{
  float:left;
  margin-left:20px;
  width: 650px;
}
.list-p2{
  width: 940px;
  margin-left:0px;
}

#contents .list-p2 p{
      padding-bottom: 7px;
}
#contents .list-p2 p.kaisiki{
     margin-bottom: 15px;
}

.list-p2 ul{
    padding-left: 20px;
        padding-bottom: 20px;
}
.list-p2 ul li{
    padding-bottom: 15px;
}
.list-p2 ul li span{
    font-weight: bold;
	font-size:110%;
}
.map{margin-bottom: 60px;}