@charset "utf-8";

/* 文書全体 */
* {
	margin: 0px;
}

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body {
	 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,'Sacramento', 'Reenie Beanie','Swanky and Moo Moo',  cursive;
	text-align: center;
	color: #666;
}
img {
	border-style: none;
	max-width: 95%;
	height: auto;
	vertical-align: bottom;
}
.max_width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* header */
header {
}
#site_title {
	font-family: "Reenie Beanie", Courier, monospace;
	font-size: 35px;
	padding-top: 80px;
	padding-bottom: 30px;
}
#menu_button {
	position:fixed;
	top:0px;
	left:0px;
	z-index:3;
}

/* nav */
#nav {
	position:fixed;
	top:0px;
	margin-left:-200px;
	width:200px;
	z-index:2;
	font-family: 'Reenie Beanie', cursive;
	font-size: 140%;
}
#nav ul {
	padding: 0px;
	background-color:rgba(0,0,0,0.90);
}
#nav ul li {
	list-style-type: none;
}
#nav ul li a:link {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 11px;
	padding-bottom: 15px;
	border-bottom: 1px solid #474747;
	display:block;
	text-align:left;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #B9B9B9; /* hover のカラー（600px 未満のメニュー）（1/4 箇所） */
	text-decoration: none;
}

#mainphoto {
	position:relative;
	
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
}
	
#mainphoto img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	box-shadow:rgba(110, 110, 110, 0.64) 0px 0px 11px 0px;
-webkit-box-shadow:rgba(110, 110, 110, 0.64) 0px 0px 11px 0px;
-moz-box-shadow:rgba(110, 110, 110, 0.64) 0px 0px 11px 0px;
}	
/* slideshow */
#stage {
	position:relative;
	cursor:pointer;
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
	
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	max-width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	box-shadow:rgba(110, 110, 110, 0.64) 0px 0px 11px 0px;
-webkit-box-shadow:rgba(110, 110, 110, 0.64) 0px 0px 11px 0px;
-moz-box-shadow:rgba(110, 110, 110, 0.64) 0px 0px 11px 0px;
}
#slide_control {
	display: none;
	margin-top: 20px;
}
#prev_button {
	background-color:#FFFFFF;
	color: #666;
}
#next_button {
	background-color:#FFFFFF;
	color: #666;
}
.ie8_under #stage {
	display:none;
}

/* article */
.content_wrap_slide {
	padding-top:25px;
	padding-bottom:25px;
}
.content_wrap {
	padding-top:25px;
	padding-bottom:25px;
}
.content {
	margin-right: 5px;
	margin-left: 5px;
}
.content a:link {
	color: #515151;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content a:visited {
	color: #464646;
}
.content a:hover {
	color: #B9B9B9; /* hover のカラー（コンテンツ部分のリンク）（2/4 箇所） */
}
.content h1 {
	font-size: 130%;
	font-weight:normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
.content h1 span {
	position:relative;
	top:-15px;
	background-color:#FFFFFF;
	padding-left:30px;
	padding-right:30px;
	z-index:1;
}
.content h2 {
	clear: both;
	font-weight:normal;
	font-size:120%;
}
.content p {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 90%;
}
.img_frame {
	/* 画像の外枠なしが良い場合は、ここから */
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #D7D7D7;
	background-color:#FFFFFF;
	padding: 4px;
	/* ここまでを削除してください。 */
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 95%;
	height: auto;
	vertical-align:bottom;
}



.column_block {
}
.column2_1 {
}
.column2_2 {
}
.column2_1_box {
	padding-bottom:20px;
}
.column2_2_box {
	padding-bottom:20px;
}

.column3_1 {
}
.column3_2 {
}
.column3_3 {
}
.column3_1_box {
	padding-bottom:20px;
}
.column3_2_box {
	padding-bottom:20px;
}
.column3_3_box {
	padding-bottom:20px;
}

.color1 {
	color:#FF0000; /* 赤色 */
}
.color2 {
	color:#FF6600; /* 橙色 */
}
.color3 {
	color:#64C19E; /* 青緑色 */
}
.supplement {
	font-size:90%;
	color:#6C6C6C; /* 補足 */
}

.fade {  
        -webkit-transition: 0.3s ease-in-out;  
           -moz-transition: 0.3s ease-in-out;  
             -o-transition: 0.3s ease-in-out;  
                transition: 0.3s ease-in-out;  
    }  
.fade:hover {  
        opacity: 0.4;  
        filter: alpha(opacity=60);  
    }  
	
.imageAll {
	clear: both;
	padding: 8px 8px 50px 8px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}


/* news */
#news {
	font-size: 85%;
}
#news ul {
	padding: 0px;
}
#news ul li {
	list-style-type: none;
	border-bottom: #666 1px dashed;
	padding-top: 0px;
	padding-bottom: 0px;
}
#news ul li:first-child {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
}

#news p {
	padding-top:0px;
	padding-bottom:0px;
	
}

/* divの折りたたみ */
.open{
	background: #ffffff;
	color: #666;
	cursor: pointer;
	width: 150px;	
	
     }
#slideBox{
	display:none;
	font-size: 80%;
	text-align: left;
     }
	 
	 /* divの折りたたみ2 */
.open2{
	background: #ffffff;
	color: #666;
	cursor: pointer;
	width: 150px;
	
     }
#slideBox2{
	display:none;
	font-size: 80%;
	text-align: left;
     }
	 
/* footer */
.footer_wrap {
	padding-top:25px;
	padding-bottom:25px;
}
footer {
}
footer p {
	
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}
footer a:link {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
footer a:visited {
	color: #000000;
	text-decoration: none;
}
footer a:hover {
	color: #B9B9B9; /* hover のカラー（フッターのリンク）（3/4 箇所） */
	text-decoration: none;
}

.contact-form-box{width:80%;margin:auto;text-align:center;}
 
/*プレースホルダーの色*/
input:::-webkit-input-placeholder { color: #666; }
input::-moz-placeholder { color: #666; }
textarea:::-webkit-input-placeholder { color: #666; }
textarea::-moz-placeholder { color: #666; }
 
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
	background-color: #F6F6F6;
}
 
/*入力フォームの設定*/
.form-text{
	width:100%;
	font-size:1.4em;
	font-weight:normal;
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	color: #000;
	margin-bottom:20px;
	background-color: #FFF;
}
 
/*submitボタンの設定*/
.form-submit{
margin-top:1em;
width:100%;
padding:0.2em;
font-size:1.6em;
font-weight:bold;
border:1px solid #f90;
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
color:#fff;
background: #F90; /* for non-css3 browsers */
box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.form-submit:hover{
background: #F60; /* for non-css3 browsers */
}

/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */


@media only screen and (min-width: 600px) {

/* header */
header {
}
#site_title {
	font-size: 48px;
	padding-top: 65px;
	padding-bottom: 60px;
}
.ie8_under #site_title {
	padding-bottom: 15px;	
}
#menu_button {
	display:none;
}

/* nav */
#nav {
	position: fixed;
	top: 130px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
	
}
#nav ul {
	background-color:rgba(0,0,0,0);
}
#nav ul li {
	display:inline-block;
}
#nav ul li a:link {
	border-bottom: 0px solid #424242;
	color: #000000;
	padding: 5px;
}
#nav ul li a:visited {
	color: #000000;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #B9B9B9;
	 /* hover のカラー（600px 以上のメニュー）（4/4 箇所） */
}

#nav li+ li {
  border-left: 1px solid #FFF;
  padding: 5px;
  
}

.ie6 #nav ul li {
	display: inline;
	zoom: 1;
	padding-top: 10px;
	padding-right: 10px;
}
.ie7 #nav ul li {
	display: inline;
	zoom: 1;
}

/* article */
.content_wrap_slide {
	padding-top:25px;
	padding-bottom:30px;
}
.content_wrap {
	padding-top:30px;
	padding-bottom:30px;
}

.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;
}

.ie7_under .column_block {
	margin-bottom: 0px;
}

.ie7_under .column2_1 {
	width: 100%;
}
.ie7_under .column2_2 {
	width: 100%;
}
.ie7_under .column2_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column2_2_box {
	padding-left: 0px;
	padding-bottom: 20px;
}

.ie7_under .column3_1 {
	width: 100%;
}
.ie7_under .column3_2 {
	width: 100%;
}
.ie7_under .column3_3 {
	width: 100%;
}
.ie7_under .column3_1_box {
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_2_box {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.ie7_under .column3_3_box {
	padding-left: 0px;
	padding-bottom: 20px;
}



/* footer */
.footer_wrap {
	padding-top:30px;
	padding-bottom:30px;
}


}

@media screen and (min-width: 600px){
.imageAll {
	clear: both;
	padding: 8px 8px 50px 10px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}


}

@media screen and (max-width:599px){

.imageAll {
	clear: both;
	padding: 8px 8px 50px 8px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.box_left {
	width:49%;
	margin-right: 2%;
}
.box_right {
	width:49%;
	margin-right: 0%;
}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
}
