@charset "utf-8";

@media screen and (min-width: 768px) {
	
.sptag{
		display: none !important;
		
	}
content{
	width:1000px;
	margin:0 auto;
}
	
	h2{
		font-size:34px;
		padding-bottom:2px;
		border-bottom:solid 3px #FBB03B;
		margin-bottom: 40px;
	}
	
	.gaiyou{
		width:100%;
		margin-bottom: 50px;
	}
	
	.gaiyou table{
		width:60%;
		/*border:solid 1px */
		font-size:14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.gaiyou table th{
		width:25%;
		text-align: left;
		padding:10px 20px 12px 25px;
		border-right:solid 1px #ccc;
		vertical-align: top;
	}
	.gaiyou table td{
		text-align: left;
		padding:10px 10px 12px 20px;
	}
	
	.gaiyou_image{
		width:40%;
	}
	
	.gaiyou_image img{
		width:350px;
		/*display: block;*/
		margin-bottom: 10px;
	}
	
	.gaiyou_image p{
		width:350px;
		font-size:12px;
		margin-bottom: 10px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	/*googlemap*/
.ggmap {
width:350px;
margin-bottom: 10px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	.enkaku{
		margin-bottom:20px;
	}

	.lead{
		width:100%;
		padding:20px 50px;
		background-color: #EEEEEF;
		margin-bottom: 30px;
	}
	
	.lead h3{
		margin-bottom: 15px;
		font-size:18px;
	}
	
	.lead p{
		font-size:14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	.enkaku table{
		width:70%;
		/*border:solid 1px ;*/
		font-size:14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.enkaku  table th{
		width:20%;
		text-align: center;
		vertical-align: top;
		padding:10px 20px 12px 10px;
		/*border-right:solid 1px #ccc;*/
	}
	.enkaku  table td{
		text-align: left;
		padding:10px 10px 12px 20px;
	}
	
	.enkaku_imagebox{
		width:30%;
	}
	
	.enkaku_imagebox img,
	.enkaku_imagebox p{
		margin-bottom: 5px;
		width:250px;
		font-size:12px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}







/*spここから*/
@media screen and (max-width: 767px) {

.pctag{
	display: none !important;
	}
	
content{
	width:100%;
	margin:0 auto;
}
	
h2{
	font-size:1.6rem;
	padding:2%;
	/*border-bottom:solid 3px #FBB03B;*/
	margin: 12% 0 5%;
	text-align: center;
	background-color:#FBB03B;
	color:#fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}	
	
	.gaiyou{
		width:100%;
		margin-bottom: 5%;
	}
	
	.gaiyou table{
		width:100%;
		/*border:solid 1px */
		font-size:14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.gaiyou table th{
		width:24%;
		text-align: left;
		padding:3%;
		padding-right: 0;
		border-right:solid 1px #ccc;
		vertical-align: top;
	}
	.gaiyou table td{
		text-align: left;
		padding:3%;
		padding-right: 0;
	}
	
	.gaiyou_image{
		width:100%;
		padding:2%;
		position:relative;
	}
	
	.gaiyou_image img{
		width:50%;
		float:left;
		/*display: block;*/
		margin-bottom: 10%;
	}
	
	.gaiyou_image p{
		width:45%;
		position:absolute;
		top:2%;
		right:2%;
		font-size:0.65rem;
		margin-bottom:5%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	/*googlemap*/
.ggmap {
width:100%;
margin-bottom: 3%;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	.enkaku{
		margin-bottom:20px;
	}
	
	.enkaku h2{
		font-size:1.6rem;
	padding:2%;
	/*border-bottom:solid 3px #FBB03B;*/
	margin: 0 0 5%;
	text-align: center;
	background-color:#FBB03B;
	color:#fff;
	}

	.lead{
		width:100%;
		padding:3%;
		background-color: #EEEEEF;
		margin-bottom: 5%;
	}
	
	.lead h3{
		margin-bottom: 3%;
		font-size:1.3rem;
		text-align: center;
	}
	
	.lead p{
		font-size:1rem;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	.enkaku table{
		width:100%;
		/*border:solid 1px ;*/
		font-size:14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-bottom: 3%;
	}
	
	.enkaku  table th{
		width:25%;
		text-align: center;
		vertical-align: top;
		padding:2%;
		/*border-right:solid 1px #ccc;*/
	}
	.enkaku  table td{
		text-align: left;
		padding:2%;
	}

	.enkaku_image:nth-of-type(4){
		background: #eeeeef;
		overflow: hidden;
	}
	
	.enkaku_imagebox{
		margin-bottom: 3%;
		width:49%;
		float:left;
		background-color: #EEEEEF;
		
	}
	
	.enkaku_imagebox:nth-child(2){
		float:right;
	}
	
	.enkaku_imagebox img{
		width:100%;
	}
	.enkaku_imagebox p{
		width:100%;
		padding:3%;
		margin-bottom: 1%;
		height:75px;
		font-size:0.7rem;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}

}