@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が980px以上
===============================================*/

@media screen and (min-width: 880px){

h2{
	height:30px;
	background-color:#FFFE00;
	margin-left:auto;
	margin-right:auto;
	width:65%;
}

h2 img{
	margin-top:-20px;
}



#wrapper_all{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}


#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -130px;
}


.line01{
	background-image: url(../images/line01.gif);
	height: 10px;
	width: 100%;
}
.line02{
	background-image: url(../images/line02.gif);
	height: 10px;
	width: 100%;
}

.sp_menu{
	display: none;
}



/*ヘッダー
------------------------------------------*/
#header_wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


#header{
	width: 960px;
	z-index: 10;
	height: 70px;
	float: left;
	margin-bottom: 20px;
	clear: both;
}
#header .title{
	float: left;
}
#header .tel{
	margin-left: 165px;
	margin-top: 40px;
}


#top{
	height: 396px;
	width: 960px;
	z-index: 1;
	position: relative;
	clear: both;
}

#top .top_img{
	float: left;
	z-index: 1;
}

#top .map{
	float: right;
	z-index: 1;
	width:530px;
	height:396px;
}

.logo{
	float: left;
	position:absolute;
	top:47px;
	left:20px;	
}




/*content menu
------------------------------------------*/
#content_menu{
	width: 730px;
	text-align: center;
	position: absolute;
	margin-top: -60px;
	margin-left: 120px;
	height: 230px;
	z-index: 10;
	display: flex;
	justify-content: center;
}
#content_menu #menu_img01{
	width: 180px;
	margin-right: 5px;
	margin-left: 5px;
}
#content_menu .menu_img02{
	width: 170px;
	margin-right: 5px;
	margin-left: 5px;
}

/*content 
------------------------------------------*/


#content{
	width: 960px;
	padding-top:250px;
	text-align: center;
	overflow:hidden;
	
}

.content_group{
	border: 1px solid #FFFFFF;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
　/* IE */
width: 960px;
height:auto;
	background-color: #FFF;
	margin-top: 30px;
	box-shadow: 0 4px 2px -2px  #B2B0A1;
	-moz-box-shadow: 0 4px 2px -2px  #B2B0A1;
	-webkit-box-shadow: 0 4px 2px -2px #B2B0A1;
	margin-bottom: 100px;
	padding-bottom:20px;
}
	

 .content_box1{
	float: left;
	margin-left: 15px;
	width: 590px;
	margin-right: 0px;
	text-align: center;
	margin-top:30px;
}

 .content_box2{
	float: left;
	margin-left: 15px;
	width: 590px;
	margin-right: 0px;
	text-align: center;
	margin-top:20px;
}
 .content_box3{
	float: left;
	margin-left: 15px;
	width: 590px;
	margin-right: 0px;
	text-align: center;
	margin-top:40px;
}
 .content_box4{
	float: left;
	margin-left: 15px;
	width: 590px;
	margin-right: 0px;
	text-align: center;
	margin-top:40px;
}


 .img_position{
	float: right;
	margin-top: 15px;
	margin-right:30px;
	width:310px;
}

.content_group .under_text{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #48A1D2;
	margin-top:10px;
}



.text_l{
	text-align: left !important;	
}

.text_c{
	text-align: center !important;	
}


.txt1{
	 text-align:center;
	 font-size:200%;
	 color:#48A1D2;
	 letter-spacing:0.08em;
	 display:block;
	 margin:0px;
	 font-weight:bold;
}

.txt2{
	 text-align:center;
	 font-size:110%;
	 color:#48A1D2;
	 letter-spacing:0.08em;
}

.txt3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 25px;
}

/*news&topics
------------------------------------------*/
.y-line {
	background: linear-gradient(transparent 10%, #FFFE00 0%);
	display: inline;
	padding: 0 20px;
}

.news-topics {
	padding-top: 40px;
	padding-left: 40px;
}
.man-ku {
	float: left;
	width: 30%;
	text-align: right;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.man-ku .note {
	font-size: 14px;
	text-align: left;
    max-width: 210px;
    margin: 0 0 0 auto;
}
.news {
	float: left;
	width: 70%;
	padding-left: 20px;
	padding-right: 5px;
}
.news ul {
	padding: 0;
	margin: 0 0 10px;
}
.news ul li {
	list-style: none;
	border-bottom: 1px dashed #69C4F0;
	text-align: left;
	/*margin-right: 5px;*/
	margin-right: 30px;
}
.news ul li .post-txt time {
	font-size: 14px;
	width: 6rem;
	display: inline-block;
}
.news ul li .post-txt a {
	text-decoration: none;
	color: #5187C5;
}
.post-txt {
	/*margin-right: 30px;*/
	padding-top: 10px;
	padding-bottom: 10px;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
}
.post-txt:hover {
	background: rgba(105,196,240,0.2)
}
.list-link {
	background: url(../images/list_link.png) center no-repeat;
	width: 150px;
	height: 31px;
	color: #fff;
	display: block;
    margin: 0 auto;
    line-height: 31px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}

.footer-bnr {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #48A1D2;
}

.rental{
	padding:5px;
	display:block;
	width:295px;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
	color:#48A1D2;
	background-color: #FDFFD8;
}

.rental a{
	color:#48A1D2;
	border:none;
	text-decoration:none;
}

.up:hover{
	position:relative;top:-5px;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";

}

.down:hover{
	position:relative;top:5px;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*question
------------------------------------------*/
.q{padding:10px;
	font-size:120%;
	color:#4f80b8;
	background-color:#d4e7f1;
	margin-top:30px;
	text-align:left;
}
.a{	padding:10px;
	font-size:120%;
	color:#ffffff;
	background-color:#4898c4;	
	text-align:left;
	}





/*kankou
------------------------------------------*/

.tit1{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	 text-align:center;
	 font-size:250%;
	 color:#48A1D2;
	 letter-spacing:0.08em;
	 display:block;
	 clear:both;
	 padding-top:120px;
	 font-weight:normal;
}

.list1{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin:30px 0px 70px 0px;
	padding:0px;
	list-style:none;
	width:960px;
	border-top:solid 1px #48a1d2;
}
.list1 li{
	border-bottom:solid 1px #48a1d2;
	width:100%;
	margin:0px;
	padding:40px 0px 40px 0px;
	clear:both;
	overflow:hidden;
}
.list1 dl{
	margin:0px;
	padding:0px;
}
.list1 dt{
	margin:0px;
	width:330px;
	height:260px;
	float:left;
}
.list1 dd{
	text-align:left;
	width:590px;
	float:right;
	position:relative;
	height:260px;
}
.list1 dd .txt4{
	padding:5px;
	font-size:120%;
	color:#4f80b8;
	background-color:#d4e7f1;
}
.list1 dd .txt5{
	padding:5px;
	font-size:140%;
	color:#ffffff;
	background-color:#4898c4;
}
.list1 dd p{
	margin-top:20px;
	font-size:12px;
	line-height:1.8em;
}
.list1 dd img{
	position:absolute;
	bottom:15px;
	left:0px;
}

/*map
------------------------------------------*/

.tit2{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	 text-align:center;
	 font-size:250%;
	 color:#48A1D2;
	 letter-spacing:0.08em;
	 display:block;
	 clear:both;
	 font-weight:normal;
}

.map1{
	width:960px;
	height:400px;
	margin:40px auto 70px auto;
	text-align:center;
}

.map2{
	width:960px;
	height:400px;
	margin:40px auto 200px auto;
	text-align:center;
}


/*footer
------------------------------------------*/
#footer{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 50px;
	margin-top:50px;
}
#footer p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #969696;
}

/*menu
------------------------------------------*/
#menu {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	z-index: 100;
	overflow: hidden;
	margin-top: -10px;
}
.nav {
	height: 190px;
	width: 1110px;
	float: right;
	z-index: 100;
	margin-right: 150px;
	text-align: right;
	overflow: hidden;

}
.fixed {
	position: fixed !important;
	top: 0;
	width: 1110px;
	float: right;
	z-index: 150;
	overflow: hidden;	
}

.acMenu .menu_title{
	display: none;
	width: 100%; 
	height: 40px;
	line-height: 50px;
	text-align: left;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 15px;
	font-weight: lighter;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5678AD;
	margin-bottom: 3px;
	vertical-align: middle;
	float: left;
    }


