@charset "UTF-8";
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* pc  幅が961px以上のときに適用 */
@media screen and (min-width: 961px) {
/*ここにpc用スタイルを記述*/

body {
	background-color: #FFFFFF;
	color: #363636;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* CSS Document */

#wrapper {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
header h1  {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin-top: 0%;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
}
header .logo {
	width: 300px;
	margin: 0px;
	padding: 0px;

}
header #info {
	font-size: 1.0em;
	color: #666666;
	line-height: 24px;
	width: 30%;
	float: right;
	padding: 0px;
	margin-top: -5%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
}
header #info strong {
	color: #A7792E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}
header #info span {
	font-size: 18px;
	color: #505050;
}
header ul {
	list-style: none;
	padding: 0;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
nav ul li {
	width: 16.5%;
	float: left;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #282828;
}
nav ul li:last-child  {
	border-right: 1px solid #FFFFFF;
}
nav ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
nav ul li a:hover {
	background-color: #727272;
	display: block;
}
main #contents {
	width: 65%;
	float: right;
	padding-left: 15px;
}
main aside {
	width: 30%;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
aside section {
	background-color: #6A6A6A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.in-box ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.in-box ul li {
	width: 100%;
	float: left;
	text-align: center;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #373737;
	border-left: 1px solid #454545;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	background-color: #252525;
	border-right: 1px solid #000000;
}
/*
.in-box  ul li:last-child  {
	border-right: 1px solid #FFFFFF;
}*/
.in-box ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.in-box ul li a:hover {
	background-color: #727272;
	display: block;
}
#contents ul {
	list-style-type: none;
	padding: 0px;
}
#contents .sub-nav li {
	float: left;
	width: 31%;
	text-align: center;
	background-color: #385135;
	margin-right: 10px;

		border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20x;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}
#contents .sub-nav li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
		border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20x;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}
#contents .sub-nav li a:hover {
	background-color: #598055;
}
	
#contents article h2 {
	border-left: 8px double #385135;
	padding-left: 6px;
}
#contents article h3 {
	border-bottom: 1px solid #385135;
}

#contents article p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.80em;
	line-height: 1.2em;
}
section ul {
	list-style-type: none;
	padding-top: 3%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
section ul .pic p {
}
section ul li {
	float: left;
	margin-left: 4%;
}

article section .sec01 {
	text-align: right;
	float: right;
	padding-left: 10px;
}

/* map */
.ggmap {
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%;
}
#googlemap {
	background-color: #100EDB;
	width: 200px;
	text-align: center;
	margin: 10px;

	}
/*table*/
section table   {
	width: 98%;
}
section th, section td  { padding: 10px; border: 1px solid #ddd; 
	}
section th  {
	background: #f4f4f4;
	color: #333333;
	font-weight: normal;
}
.demo01 th  { width: 25%; text-align: left; 
	}
#googlemap a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #100EDB;
	width: 200px;
	text-align: center;
	margin: 10px;
	}
footer {
	text-align: center;
	margin: 10px;
	background-color: #E8E8E8;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #282828;
}






}
 
/* tablet 幅が421px以上のとき、960px以下のとき適用 */
@media only screen and (min-width: 421px) and (max-width: 960px) {
/*ここにtablet用スタイルを記述*/
}
 
/* smartPhone 幅が420px以下のとき適用 */
@media screen and (max-width: 420px) {
/*ここにスマホ用スタイルを記述*/
	
body {
	color: #424242;
	font-size: 85%;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#wrapper {
	width: 100%;
	padding-right: 5px;
	/*padding-left: 5px;*/
}
header .logo {
	width: 100%;
	text-align: center;

}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: auto;
}
header h1  {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
header ul {
	list-style: none;
	padding: 0;
}
.in-box {
	margin-bottom: 20px;
	}
.in-box ul {
	list-style-type: none;
	padding: 0px;
}
.in-box ul li {
	width: 49%;
	float: left;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	/*border-bottom: 1px solid #FFFFFF;*/
	border-left: 1px solid #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.05em;
	background-color: #252525;
}
.in-box ul li:last-child, nav ul li:nth-child(2), nav ul li:nth-child(4)  {
	border-right: 1px solid #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.in-box ul li:last-child, nav ul li:nth-child(5)  {
	border-bottom: 1px solid #FFFFFF;
}
.in-box ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#contents ul {
	list-style-type: none;
	padding: 0px;
}
#contents .sub-nav li {
	width: 100%;
	text-align: center;
	background-color: #385135;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20x;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	margin-bottom: 10px;
}
#contents ul li p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents .sub-nav li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
		border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20x;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}
#contents .sub-nav li a:hover {
	background-color: #598055;
}
	
/*table*/
section table   {
	padding-left: 10px;
	width: 97%;
}
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  {
	background: #f4f4f4;
	color: #333333;
	font-weight: normal;
}
.demo01 th  { width: 25%; text-align: left; }
.demo01 { margin: 0 -10px; }
.demo01 th,
.demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
.demo01 tr:first-child th   { border-top: 1px solid #ddd; }

	
footer {
	font-size: small;
	text-align: center;
	padding: 10px;
}
	#contents article section .pic {
 display: inline-block;
}
	
	
}
