@charset "utf-8";

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

/* 全てのスクリーンサイズで適用する設定 */
/* body */
body
{
	color: #fff;
	font-family: Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	line-height: 1.7;
	-webkit-text-size-adjust: none;
	text-align:center;
	background-color:#000000;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.max_width {
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
}
p.left{
	text-align:left;
}

/* header */
header {
	background-color:#ffffff;
	border-bottom:#000000 solid 3px;
	
}
h1.brand_name {
    text-align: left;
    z-index: 1;
	height:85px;
	margin-left:20px;
	

}

h1.brand_name img{
	width:165px;
	}
	

	
#menu_button {
	position:fixed;
	top:0px;
	right:0px;
	z-index:3;
}
	

.content p {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 90%;
	font-size:90%;


}
.content .parallax2 p{
text-align:left;
}
.content p.small{
	font-size:80%;
	}

/* nav */
#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:fixed;
	top:30px;
	right:0;
	margin-right:-160px;
	width:160px;
	z-index:3;
	clear:both;
}
#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;
	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;
}



/*breadcrumb*/

.breadcrumb{
	text-align:left;
	font-size:80%;
	margin-top:20px;
	margin-left:20px;
}

/*==================   news&topics   ======================*/


#newstopics{
width:80%;
margin:0 auto;

}
#newstopics ul{
padding-left: 0;
}

#newstopics ul li{
	list-style:none;
font-size:80%;
text-align:left;
padding-bottom:5px;
margin-bottom:10px;
border-bottom:#999999 1px dashed;
}

#newstopics ul li .day{
display:block;
float:left;
color:#742b2c;
margin-right:10px;
font-family:Georgia, "Times New Roman", Times, serif;

}

/*スクロールバー*/
.text_box{
     height: 180px;
     width: 80%;
     padding: 10px;
     overflow: auto;
}

.text_box::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}

.text_box::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #887252;
    border-radius: 10px;
}
.text_box::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #e2dcd1;
}
.text_box::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #e2dcd1;
}


/*==================   Parallax    ======================*/
.content .parallax1 {
  width: 100%;
  text-align: center;
  background-image: url(../images/wrapper_bg03.png);
  margin:0;
  padding: 0;
  background-position:center center;
  display:block;
}

/*.content .parallax3 h2{
    background-image: url("../images/cheztaka_ttl_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    padding: 40px 0 0;
}*/


/*googlemap*/
.google-maps {
position: relative;
padding-bottom: 60%; // これが縦横比
height: 0;
overflow: hidden;
margin:20px 40px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


 /*メニューリストボタン*/




.list_btn {
margin:20px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight:bold;
}

.list_btn a:link{
color:#742b2c;
display:block;
background: #fff;
border:#742b2c solid 3px;
width:280px;
height:50px;
font-size:110%;
line-height:50px;
margin:0 auto;
text-align:center;
text-decoration:none;
}

.list_btn a:hover{
color:#fff;
background:#742b2c;
border:#742b2c solid 3px;
	
}

 

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  max-width:1000px;
  padding: 0;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height: auto;
  max-width:1000px;
  width:100%;
  border: 0;
  margin:0 auto;

  }



/* article */
.content_wrap_slide {
	background-image:url(../images/wrapper_ts.jpg);
	background-repeat:y-repeat;
	background-position:left top;
	background-size: contain;	
	width:100%;
	height:100%;
	padding-bottom:0px;
}
.content_wrap {
	padding-top:0px;
	padding-bottom:25px;
	margin-bottom:80px;
}
.content {
}
a:link {
	color:#999999;
	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;
}
a:visited {
	color: #fff203;
}
a:hover {
	color: #fff;
}

.content h2 {
 padding: 20px 0 10px 0;
  margin-bottom:20px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:200%;
  border-bottom:#FFFFFF solid 5px;

}


.content h2 em {
	text-align:center;
	height: 100%;
	width: 100%;
	font-size:160%;
	color:#fff203;
	font-style:normal;
}

.more{
	margin:0 0 10px 0;
}
.more a:link{ 

	line-height: 1.7;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff203;
	text-align:center;
	}
	

.morebtn a:link{
	color: #000000!important;
	margin:0 auto;
	width: 30px;
	height: 30px;
	background: #fff203;
	border-radius: 40px;	
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	font-weight:bold;
	padding: 3px;
	text-decoration:none;
	display:block;
	}
	
.morebtn a:visited{
	color: #000000!important;
	}
.morebtn a:hover{
	background: #fff;
	}
.content ul{
	margin:0;
	padding:0;
}

.content ul li{
	margin-left:20px;
	list-style:none;
	list-style-position:outside;
	text-align:left;
}

.content ul li .day{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFD00;
	margin-right:20px;
	margin-left:10px;
}

.content ul li img.ico{
	margin:0 10px 5px 0;
}

.content h3{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFD00;
	margin-left:20px;
}

.footer_wrap{
	margin-top:20px;
}


footer {
    background-color: #f6002e;
    bottom: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
	z-index: 2;

}
footer address {
    font-style: normal;
	font-size:90%;
	color: #fff;	
}


/*mail_form*/
#formWrap {
	max-width:400px;
	width:100%;
	margin:0 auto;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable{
	text-align:left;
}

table.formTable td,table.formTable th{
	width:80%;
	padding:10px;
}
table.formTable th{
	width:20%;
	font-weight:normal;
}


/* スクリーンサイズ 幅 600px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 710px) {

/* header */
header {
	background-color:#FFFFFF;
	border-bottom:#000000 solid 3px;	
}

#menu_button {
	display:none;
}



/* nav */
#nav {
    position: absolute;
    right: 200px;
    top: 0;
    width: 508px;
}
#nav ul {

}

#nav ul li a:link{
	width:127px;
	height:36px;
	margin:27px 0 0 0;
	float:left;
	border:none;
	padding:0;

}


#nav ul li.nav01 a:hover{
	background-image:url(../images/header_nav_01_hv.png);
	background-repeat:no-repeat;
	width:127px;
	height:36px;
}

#nav ul li.nav02 a:hover{
	background-image:url(../images/header_nav_02_hv.png);
	background-repeat:no-repeat;
	width:127px;
	height:36px;
}
#nav ul li.nav03 a:hover{
	background-image:url(../images/header_nav_03_hv.png);
	background-repeat:no-repeat;
	width:127px;
	height:36px;
}

#nav ul li.nav04 a:hover{
	background-image:url(../images/header_nav_04_hv.png);
	background-repeat:no-repeat;
	width:127px;
	height:36px;
}



#nav ul li a:visited {
	border:none;	
}


/* hover のカラー（600px 以上のメニュー）（4/4 箇所） */
.ie6 #nav ul li {
	display: inline;
	zoom: 1;
}
.ie7 #nav ul li {
	display: inline;
	zoom: 1;
}

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

}

.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding:20px 30px;
	margin: 0 auto;
    max-width: 1200px;
}
.column_block .column2_1 {
	font-size:90%;
	line-height:1.2;
	width: 40%;
	float:left;		

}

.column_block2 {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding:20px 30px;
	margin: 0 auto;
    max-width: 1200px;
}
.column_block2 .column2_2 {
	width: 40%;
	display:inline-block;
	float:left;	
}

.column_block2 .column2_1 {
	font-size:90%;
	line-height:1.2;
	width: 60%;
	float:left;		

}


.column_block .column2_2 {
	width: 60%;
	display:inline-block;
	float:left;	
}

.column2_1_box {
	padding-bottom: 0px;
}
.column2_2_box {
	padding-bottom: 0px;
}


.content .column_block .column2_2_box p,
.content .column_block2 .column2_1_box p{
	text-align:left;
}


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



/*スクロールバー*/
.text_box{
     height: 180px;
     width: 80%;
     padding: 10px 30px;
     overflow: auto;
}

.text_box::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}

.text_box::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #887252;
    border-radius: 10px;
}
.text_box::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #fff;
}
.text_box::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #fff;
}



/*==================   Parallax    ======================*/
.content .parallax1 {
  width: 100%;
  text-align: center;
  background-image: url(../images/wrapper_bg03.png);
  margin:0;
  padding: 30px 0 0 0;
  background-position:center center;
  display:block;
}


.content .parallax2 {
	width: 100%;
	text-align: center;
	background-image: url(../images/wrapper_bg2.jpg);
	margin: 0;
	padding:0 0 30px 0;
	background-position: center center;
	display: block;
}
.content .parallax2 p{
	text-align:left;
}

.content .parallax3 {
margin-bottom:0px;
}


.content p {
	font-size:90%;
	margin:20px auto;
	max-width: 90%;
	line-height:1.7;
	text-align:left;
}

.content p.left{
	text-align:left;
}


/* footer */

.footer_wrap {


}

footer {
    background-color: #f6002e;
    bottom: 0;
    font-family: Georgia,"Times New Roman",Times,serif;

    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
	z-index: 2;
}

footer address {
    font-style: normal;
	font-size:90%;
	color: #fff;	
}


/*googlemap*/

.google-maps {
    margin: 20px 0;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


