@charset "utf-8";

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
.max_width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* header */
header {
	background-image: url(images/bg1.png), url(images/photo1.jpg); /* メイン画像（幅 2000px 高さ 800px）の指定箇所 1/2 */
	background-repeat: repeat-x, no-repeat;
	background-position: center, center;
	height: 280px;
	text-align: center;
	background-size: 120px 100px, 800px 320px;
	background-color:#000;
	position:relative;

}

#site_title {
	display: inline
	font-weight: 500;
	margi:0 auto;
	color: #FFF;
	font-size: 80%;
	font-family: arial, sans-serif;
	'Noto Sans Japanese', sans-serif;
	width:100%;
	position:absolute;
	top:8%;
	}
#site_title h2 {
	padding-top:4px;
	font-size:50%;
	}

#menu_button {
	position:fixed;
	right:0px;
}

/* nav */
#nav {
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
}
#nav ul {
	padding: 0px;
	background-color:rgba(0,0,0,0.80);
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a:link {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
	display:block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;

}
#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #B9B9B9;
	text-decoration: none;
}

/* article */
.content_wrap1 {
	background-color:#000;
	padding-top:40px;
	padding-bottom:40px;
	color:#FFF;
}
.content_wrap2 {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #011A27;
	background-image:url(images/bg5.png);
  background-repeat: repeat;
		color:#000;
}
.content_wrap3 {
	background-color:#000;
	padding-top:40px;
	padding-bottom:40px;
	background-color: #000000;
	color:#FFF;
}
.content_wrap4 {
	padding:40px 12px;
	background-color:#063852;
	background-image:url(images/bg6.jpg);
	color:#FFF;
}
.content_wrap5 {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #f0e68c;
	background-image:url(images/bg-spt-01.jpg);
  background-repeat: repeat;
		color:#000;
}
.content_wrap6 {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #ffefd5;
	background-image:url(images/bg-t-01.jpg);
  background-repeat: repeat;
		color:#000;
}
.content_wrap7 {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #ffefd5;
	background-image:url(images/bg-t-02.jpg);
  background-repeat: repeat;
		color:#000;
}
.content_wrap8 {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #e6e6fa;
	background-image:url(images/bg-v-01.jpg);
  background-repeat: repeat;
		color:#000;
}
.content_wrap9 {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #e6e6fa;
	background-image:url(images/bg-v-02.jpg);
  background-repeat: repeat;
		color:#000;
}

.content {
	width: 100%;
}
.content a:link {
	color: #ffda1f;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.content a:visited {
	color: #ff691f;
}
.content a:hover {
	color: #ff691f;
}
.content h1 {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	color:#FFF;
	font-size:150%;
	text-align: center;
	font-family: arial, sans-serif;
	'Noto Sans Japanese', sans-serif;
 	 font-weight: 700;
}
.content h2 {
	margin-left: 10px;
	margin-right: 5px;
	clear: both;
	color:#FFF;
	font-size:120%;
}
.content p {
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left:4px;
}
.img_frame {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
	padding-top: 0;
	padding-bottom: 0;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.column_block {
	padding-left:0px;
}
.column2_1 {
}
.column2_2 {
}
.column2_1_box {
	padding-bottom:15px;
	padding-top: 5px;
}
.column2_2_box {
	padding-bottom:15px;
		padding-top: 5px;
}

.column3_1 {
}
.column3_2 {
}
.column3_3 {
}
.column3_1_box {
	padding-bottom:15px;
}
.column3_2_box {
	padding-bottom:15px;
}
.column3_3_box {
	padding-bottom:15px;
}

.color1 {
	color:#ff0000; /* 赤色 */
}
.color2 {
	color:#ffec1f; /* 黄色 */
}
.color3 {
	color:#00bfff; /* 水色 */
}
.color4 {
	color:#bbb; /* 灰色 */
}
.ttsmall {
	font-size:0.8em;
	font-weight:200;
}
.ttsmall-m {
	font-size:0.6em;
	font-weight:200;
}
.supplement {
	font-size:80%;
	color:#6C6C6C; /* 補足 */
}


hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.smalltext hr{
	border-top: 1px dashed #555;
	padding-top:4px;
}

/* footer */
.footer_wrap {
	background-image:url(images/bg4.png);
	padding-top:60px;
	padding-bottom:60px;
}
footer {
	color: #FFFFFF;
	text-align:center;
}
footer p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #B9B9B9;
	text-decoration: none;
}

.yellow{
	color: #FF0;}
.black{
	color: #000;}
.navy{
	color: #003366;}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.tower{
	background:#011A27;
	padding:20px;
	color:#FFF;
	}



.tower a:link{
	color:#800000;
	text-decoration: none;}
.tower a:visited{
	color:#800000;
	text-decoration: none;}
.tower a:hover{
	color:#ff4500;}

h3 {font-size:110%;}
h4 {padding-left:6px;
line-height:160%;}

.clear { clear:both; }
.clear hr { display:none; }
* アコーディン */
.menu_a {
  margin: 10px auto;
  padding:10px;
  font-size:0.8em;
  border: solid 1px #FFF
}

label {
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  cursor: pointer;
}

label:hover {
  background: #FCC;
}

input[type="checkbox"].on-off{
  display: none;
}

.menu_a  ul{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu_a  ul a:link{
	color:#FFF;
	}

.menu_a  ul a:visited {
	color:#FFF;
	}
input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}




/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 600px) {

/* header */
header {
	height: 600px;
	background-size: 300px 250px, 1600px 640px;
	margin:0 auto;
}
#site_title {
	margi:0 auto;
	width:100%;
	font-size: 100%;
 	font-weight: 500;
  	position:absolute;
	bottom:2%;
}
#site_title h2{
	padding-top:3px;
	font-size: 40%;
	color#FFF;
	}

#menu_button {
	display:none;
}

/* nav */
#nav {
	position: fixed;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav ul {

}
#nav ul li {
	display:inline-block;
}
#nav ul li a:link {
	color: #ffffff;
	text-align: center;
	padding: 10px;
	text-decoration: none;

}
#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.5);
}

.ie6 #nav ul li {
	display: inline;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
}
.ie7 #nav ul li {
	display: inline;
	zoom: 1;
}

/* article */

.content h1 {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	color:#FFF;
	font-size:150%;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
 	 font-weight: 700;

}
.content h2 {
	margin-left: 10px;
	margin-right: 5px;
	clear: both;
	color:#FFF;
	font-size:130%;
}

.content_wrap1 {
	padding-top:60px;
	padding-bottom:60px;
}
.content_wrap2 {
	background-image:none;
	padding-top:40px;
	padding-bottom:40px;
	background-color: #011A27;
		background-image:url(images/bg5.png);
    background-repeat: repeat;
}
.content_wrap3 {
	padding-top:60px;
	padding-bottom:60px;
}
.content_wrap4 {
	padding-top:60px;
	padding-bottom:60px;
}
.content_wrap5 {
	padding-top:60px;
	padding-bottom:60px;
}
.content_wra6 {
	padding-top:60px;
	padding-bottom:60px;
}
.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.column2_1 {
	width: 50%;
	float:left;
}
.column2_2 {
	width: 50%;
	display:inline-block;
}
.column2_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column2_2_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.column3_1 {
	width: 33.3%;
	float:left;
}
.column3_2 {
	width: 33.3%;
	float:left;
}
.column3_3 {
	width: 33.4%;
	display:inline-block;
}
.column3_1_box {
	padding-bottom: 0px;
	padding-right: 30px;
}
.column3_2_box {
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.column3_3_box {
	padding-bottom: 0px;
	padding-left: 30px;
}

.ie6 .column_block {
	margin-bottom: 0px;
}

.ie6 .column2_1 {
	width: 100%;
}
.ie6 .column2_2 {
	width: 100%;
}
.ie6 .column2_1_box {
	padding-right: 0px;
	padding-bottom: 15px;
}
.ie6 .column2_2_box {
	padding-left: 0px;
	padding-bottom: 15px;
}

.ie6 .column3_1 {
	width: 100%;
}
.ie6 .column3_2 {
	width: 100%;
}
.ie6 .column3_3 {
	width: 100%;
}
.ie6 .column3_1_box {
	padding-right: 0px;
	padding-bottom: 15px;
}
.ie6 .column3_2_box {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.ie6 .column3_3_box {
	padding-left: 0px;
	padding-bottom: 15px;
}

/* footer */
.footer_wrap {
	padding-top:70px;
	padding-bottom:70px;
}

}



/* スクリーンサイズ 幅 1200px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 1200px) {

header {
	height: 800px;
	background-size: 300px 250px, 2000px 800px;
}
#site_title {
	margin:0 auto;
	width:100%;
	padding-top: 20px;
	font-weight:500;
	font-size:120%;
	position:absolute;
	bottom:30%;
	left:1%;
		color#FFF;
}
#site_title h2{
	text-align: center;
	padding-top:6px;
	font-size: 40%;
	color#FFF;
	}
h2{
	padding-top:6px;
	font-size:120%;

}
.smalltext{
		font-size: : 75%;
}

/* nav */
#nav {
	top: 0px;
}
