@charset "utf-8";

@media only screen and (min-width:769px){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		background-color: #0059b3;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sub_slide h2{
		margin: 0 auto;
		text-align: center;
		color: #333333;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 35px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 100px 0 100px;
		background-image: url(../images/sub_slide.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#sub_slide h2 span{
		display: inline-block;
		width: 420px;
		padding: 10px 0;
		margin: 0 auto;
		text-shadow: 1px 1px 6px #ffffff;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	#sub_nav{
		background-color: #fafafa;
	}
	.breadcrumb {
		width: 100%;
		padding: 12px 20px;
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.breadcrumb li{
		display:inline;
		list-style: none;
	}
	.breadcrumb li a{
		font-size: 1.3rem;
		color: #3E3A39;
	}
	.breadcrumb li a:hover{
		text-decoration: underline;
	}
	.breadcrumb li:after{
		font-family: FontAwesome;
		content: '\f101';
		padding: 0 10px;
		color: #3E3A39;
	}
	.breadcrumb li:last-child:after{
		content: '';
	}
	#main_div figure{
		text-align: center;
	}

	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 660px;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 30px 15px;
		margin: 30px auto 80px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main_sec h3{
		position: relative;
		color: #333333;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 8px 10px 8px 25px;
		text-align: left;
	}
	#main_sec h3::before{
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #0059b3;
		border-radius: 4px;
	}
	#main_sec p{
		color: #333333;
		padding: 0 10px 10px 20px;
		line-height: 200%;
		font-size: 1.4rem;
	}
	#map {
		width: 96%;
		height: 400px;
		margin: 40px auto;
	}
}

@media only screen and (max-width : 768px ){
	/*---	共通 ---
	---------------------------------------------*/
	#main_div{
		width: 100%;
		margin: 0 auto;
	}
	#sub_slide{
		padding: 50px 0;
		background-image: url(../images/sub_slide.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#sub_slide h2{
		width: 68%;
		text-align: center;
		color: #333333;
		text-shadow: 1px 1px 6px #ffffff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
		text-indent: 3px;
		letter-spacing: 3px;
		padding: 10px 0;
		margin: 0 auto;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	#sub_nav{
		background-color: #fafafa;
	}
	.breadcrumb {
		width: 100%;
		padding: 12px 20px;
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.breadcrumb li{
		display:inline;
		list-style: none;
	}
	.breadcrumb li a{
		font-size: 1.3rem;
		color: #3E3A39;
	}
	.breadcrumb li a:hover{
		text-decoration: underline;
	}
	.breadcrumb li:after{
		font-family: FontAwesome;
		content: '\f101';
		padding: 0 10px;
		color: #3E3A39;
	}
	.breadcrumb li:last-child:after{
		content: '';
	}
	#main_div figure{
		text-align: center;
	}
	#main_wrap #main{
		margin-top: 0;
	}
	
	/*---	固有 ---
	---------------------------------------------*/
	#main_sec{
		width: 94%;
		background-color: #ffffff;
		border-radius: 6px;
		padding: 20px 10px;
		margin: 40px auto 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main_sec h3{
		position: relative;
		color: #333333;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 2px;
		padding: 8px 10px 8px 25px;
		text-align: left;
	}
	#main_sec h3::before{
		position: absolute;
		top: .5em;
		left: .5em;
		content: '';
		width: 6px;
		height: -webkit-calc(100% - 1em);
		height: calc(100% - 1em);
		background-color: #0059b3;
		border-radius: 4px;
	}
	#main_sec p{
		color: #333333;
		padding: 10px 10px 10px 20px;
		line-height: 150%;
	}
	#map {
		width: 100%;
		height: 300px;
		margin: 20px 0;
	}
}

@media only screen and (max-width : 420px ){
	
}
