@charset "utf-8";
/* CSS Document */


#NJimusyo a {
	background-position: -732px -64px;
}
#MainContents {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 40px;
}
#Contents {
	width: 980px;
	margin: 0 auto
}
#MainContents p {
	margin-bottom: 20px;
}
/*-------------------------------------------
navi
---------------------------------------------*/

#JimusyoNavi {
	clear: both;
	height: 62px;
	margin-top: 50px;
	width: 980px;
}
#JimusyoNavi ul li {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#JimusyoNavi ul li a {
	display: block;
	overflow: hidden;
	width: 324px;
	height: 62px;
}
#MinohBtn a {
	background: url(../img/minoh_btn_on.gif) no-repeat bottom center;
	margin-right: 4px;
}
#MinohBtn a:hover {
	background: url(../img/minoh_btn_on.gif) no-repeat bottom center;
}
#OsakaBtn a {
	background: url(../img/osaka_btn.gif) no-repeat bottom center;
	margin-right: 4px;
}
#OsakaBtn a:hover {
	background: url(../img/osaka_btn_on.gif) no-repeat bottom center;
}

#SyokubaBtn a {
	background: url(../img/syokuba_btn.gif) no-repeat bottom center;
	margin-right: 0px;
}
#SyokubaBtn a:hover {
	background: url(../img/syokuba_btn_on.gif) no-repeat bottom center;
}


.jimusyo {
	margin-bottom: 40px;
	border: 1px solid #cecece;
	border-top: none;
	width: 980px;
	padding: 40px 30px 20px;
	box-sizing: border-box;
}
#MinohWrap {
	background: url(../img/minoh_bg.gif) top center no-repeat;
	padding-bottom: 10px;
}
.aisatsu {
	margin-bottom: 60px;
}
.aisatsu img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.aisatsu h3 {
	font-size: 24px;
	color: #047f0b;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight: normal;
}

#Taisaku{
	overflow: hidden;
	margin-bottom: 60px;
	}
#Taisaku div{
	padding: 10px;
}
#Taisaku div li{
	list-style: disc inside;
	margin: 10px 0px 10px 20px;
	font-size: 15px
}
#Taisaku p {
	font-size: 24px;
	color: #047f0b;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight: normal;
	padding: 10px;

}
#Taisaku img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#Gaiyou {
	margin-bottom: 60px;
}

h2 {
	width: 960px;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 20px;
	font-size: 16px;
	background-image: url(../img/title_bar.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#Gaiyou table {
	border: none;
	width: 100%;
}
#Gaiyou th {
	padding: 20px;
	background: #e9e9e9;
	border-bottom: dotted 1px #ccc;
	text-align: left;
}
#Gaiyou td {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}
#Gaiyou table tr:last-child th {
	border-bottom: none;
}
#Gaiyou table tr:last-child td {
	border-bottom: none;
}
#Gaiyou div {
	width: 860px;
	border: 3px solid #e9e9e9;
	margin: 0 auto;
	padding: 3px;
	box-sizing: border-box
}
#map {
	width: 680px;
	height: 380px;
	margin: 0 auto;
}

#map .gm-style img.pin{
	max-width:100%;
}


#Access {
margin-bottom: 60px;
}

#Access .route{
width: 100%;
max-width: 680px;
margin:0 auto;
}

#Access .route dt{
padding-left: 12px;
position: relative;
font-weight: bold;
margin-top:35px;
margin-bottom: 10px;
}

#Access .route dt:before{
position: absolute;
background:#49ab4e;
width: 4px;
height: 18px;
content:"";
left: 0 ;
top:0;
}

#Access .route dd{
padding-left: 14px;
}

#Access .route ul{
margin-top: 15px;
}

#Access .route li{
padding-left: 14px;
list-style: disc inside;
margin: 0px 0px 7px 0;
}

#Access .route li a{
padding-right: 10px;
}

#Access .route li a:after{
position: absolute;
content: "";
width: 20px;
height: 20px;
background: url("../img/link.svg") no-repeat left center;
background-size:15px;
}









@media screen and (max-width: 767px) {
#MainContents{
	background-image:none;
	margin: 0px auto;
}

#Mv {
width: 100%;
font-size: 17px;
background: #49ab4e;
color: #fff;
padding: 20px 20px 15px 10px;
margin: 0px auto;	
}

#Contents{
	width: 100%;	
}

#MainContents p {
	margin-bottom: 10px;
}
/*-------------------------------------------
navi
---------------------------------------------*/

#JimusyoNavi {
	position: static;
	width: 100%;
	height: auto;
	margin-top:0;
	overflow: hidden;
		background: #49ab4e;
	
}
#JimusyoNavi ul {
	width: 80%;
	background: #49ab4e;
	margin-left:1%;
	  display: flex;          /* 2 */
/*    justify-content: center; 3 */
/*    align-items: center;     4 */
}



#JimusyoNavi ul li {
	display: table;
	border-right: 1px solid #49ab4e;
	border-bottom: 1px solid #d8d8d8;
	height: 50px;
	background:#b6ddb8;
}
/*#JimusyoNavi ul li:first-child {
	width: 50%;
	border-radius: 3px 0 0 0 ;
}
#JimusyoNavi ul li:last-child {
	width: 50%;
	border-right:none;
	border-radius:0 3px 0 0 ;
}*/


#JimusyoNavi ul li a {
	font-size: 13px;
	text-indent: 0;
	white-space: normal;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	height: 100%;
/*	width: 100%;*/
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	background: url(../img/sp_navi_arrow.png) center 40px no-repeat;
	line-height: 1.2;
}
#JimusyoNavi ul li a:hover {
	background-position: center 40px;
}


#JimusyoNavi ul li#MinohBtn a,#JimusyoNavi ul li#MinohBtn a,,#JimusyoNavi ul li#SyokubaBtn a {
	background: url(../img/sp_navi_arrow.png) center 40px no-repeat;
	width: 100%;
}/**/
#JimusyoNavi ul li#MinohBtn a:hover,#JimusyoNavi ul li#OsakaBtn a:hover,#JimusyoNavi ul li#SyokubaBtn a:hover{
	background: url(../img/sp_navi_arrow.png) center 40px no-repeat;
}
#JimusyoNavi ul li#MinohBtn {
	font-weight: bold;
	background-image: -moz-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(247,247,247) 37%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(247,247,247) 37%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(239,239,239) 0%, rgb(247,247,247) 37%, rgb(255,255,255) 100%);
}
	
.jimusyo {
	margin-bottom: 40px;
	border: none;
	border-top: none;
	width: 100%;
	padding: 0px;

}
#MinohWrap {
	background:#fff;
	padding-bottom: 10px;
}
.aisatsu {
	width: 90%;
	margin:0 auto 20px;
}
.aisatsu img {
	display: block;
	float: none;
	width: 100%;
	max-width: 390px;
	height: auto;
	margin: 0px auto 10px;
}
h2 {
	width:100%;
	padding-top:10px 0;
	font-size: 15px;
	background-image:none;
	margin-bottom: 20px;
	border-top:#df9b33 solid 5px;
	border-bottom:#333 dotted 1px;
}
.aisatsu h2{

    margin-top: 20px !important;
    font-size: 25px;
    font-weight: bold;
    border-left: none;
    border-bottom: none;
	    border-top: none;
    padding: 0;
    color: #047f0b;
    margin: 30px auto;

}
.aisatsu h3 {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
	

#Taisaku{
	width: 90%;
	margin: 0 auto 30px
	}
#Taisaku div{
	padding: 0;
}
#Taisaku div li{
	list-style: disc inside;
	margin: 10px 0px 10px 20px;
	font-size: 15px
}
#Taisaku p {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;

}
#Taisaku img {
	display: block;
	float: none;
	width: 100%;
	max-width: 390px;
	height: auto;
	margin: 0px auto 10px;
}
	
	
	
	
#Gaiyou {
		width: 90%;
	margin: 0 auto 30px
}

#Gaiyou table {
	width: 100%;
	border: none;

}
#Gaiyou th {
	white-space: nowrap;
	padding: 10px;
	vertical-align: top;
	background:none;
	border-bottom: dotted 1px #ccc;
	text-align: left;
}
#Gaiyou td {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}
#Gaiyou table tr:last-child th {
	border-bottom: none;
}
#Gaiyou table tr:last-child td {
	border-bottom: none;
}
#Gaiyou div {
	width: 100%;
	border:none;
	padding: 0px
}
#map {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
#Access {
		width: 90%;
	margin: 0 auto
}
	
	
}
