@charset "UTF-8";

/*リンク*/


a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #c81d20; }
a:active { color: #c81d20; }
a{
text-decoration: none;
}


/*body,wrapper*/

html{
margin:0;
}

body{
/*width:1200px;
margin:0 auto;*/
width: 100%;
margin: 0px;
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

#wrapper{
width:980px;
margin: 0 auto;
}

#hidden{
width:100%;
overflow:hidden;
overflow-x:scroll;
margin:0;
padding:0;
border-top: solid 5px #CC0000;
}

/*#border{
width:100%;
height:10px;
background:#CC0000;
margin: 0 0 5px 0;
}*/



/*Header*/

#header{
margin:20px 0;
}

#logo{
float:left;
margin:0 50px 0 80px;
position:relative;
z-index: 101
}


.menu-global-container{
position:relative;
z-index: 100;
margin:10px 0;
}

.menu-global-container ul{
  list-style-type: none;
  width: 800px;
  height: 50px;
  margin: 0px auto 0px;
  padding: 0;
  /*background: #8a9b0f;*/
  /*border-bottom: 5px solid #535d09;*/
  border-radius: 3px 3px 0 0;
}
.menu-global-container ul li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu-global-container ul li a{
  display: block;
  margin: 0;
  padding:0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.menu-global-container ul li:hover > a{
  /*background: #ddd;*/
  color: #cc0000;
}
.menu-global-container ul > li:hover > a{
  border-radius: 3px 3px 0 0;
}
.sub-menu{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  width:100% !important;
  filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.menu-global-container ul li:last-child ul{
  left: -100%;
  width: 100%
}
.menu-global-container ul li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  position:static !important;
}
.menu-global-container ul li ul li a{
  padding: 13px 15px;
  background: #e0e6e9;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
.menu-global-container ul li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
.menu-global-container ul li:hover ul li:first-child{
  border-top: 0;
}
.menu-global-container ul li:hover ul li:last-child{
  border-bottom: 0;
}
.menu-global-container ul li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}







/*Footer*/

#footer_wrapper{
background:#e0e6e9;
width:100%;
margin:50px 0 0 0;
}

#footer{
background:#fff;
width:980px;
margin: 0 auto;
}

#footer_logo{
margin:0 0 20px 70px;
}

.footer_navi{
float:left;
width:240px;
margin: 20px 0 0 65px;
}

.row2{
float:left;
width:60px;
height:70px;
margin-left: 5px;
list-style: none;
color:#b9b9b9;
font-size: 10px;
}

.row2 li{
width:100px;
background: url(./images/footer/arrow.png) no-repeat left center;
padding-left: 8px;
}

.row1{
float:left;
width:180px;
height:70px;
margin-left: 5px;
list-style: none;
color:#b9b9b9;
font-size: 10px;
}

.row1 li{
width:180px;
background: url(./images/footer/arrow.png) no-repeat left center;
padding-left: 8px;
}

#footer_event{
height:100px;
}


#copy{
font-size: 10px;
color:#e0e6e9;
}

#footer a:link { color: #777; }
#footer a:visited { color: #777; }


/*

子ページ共通css

*/

/*コンテンツ部*/

#contents{
float:left;
margin-left:39px;
width:716px;
}

#contents p{
font-size: 16px;
line-height: 1.7;
letter-spacing: 1px;
color:#2d2f2e;
}


#contents_wrapper h1{
margin-left: 20px;
font-family: "Century Gothic";
font-weight: 100;
font-size: 24px;
color:#c81d20;

}

h2{
margin-left:18px;
}

.frame{
margin:20px 0;
}

.frame h2{
margin-bottom: 20px;
}

.frame table{
width:94%;
font-size: 16px;
line-height: 1.7;
letter-spacing: 1px;
color:#2d2f2e;
}

.frame table tr{
line-height: 30px;
border-top: solid 2px #777;
border-bottom: solid 2px #777;
}

.frame table th{
padding:10px;
width:40%;
background:#c81d20;
color:#fff;
font-weight: normal;
}

.frame table td{
padding:10px;
width:60%;
}


.frame #rinen{
font-size: 16px;
line-height: 1.7;
letter-spacing: 1px;
color:#2d2f2e;
}

.frame #rinen tr{
border:none;
}

.frame #rinen th{
width:20%;
color:#c81d20;
background:none;
}

.frame #rinen td{
width:80%;
}


/*サイドナビゲーション*/

#side_wrapper{
float:left;
margin-top: 30px;
width:223px;
/*height:500px;*/
/*border: solid 1px #000;*/
overflow: hidden;
/*padding-right:10px;*/
}


/*

子ページ個別css

*/


/*ABOUT*/

.menu-side_about-container ul{
width:220px;
margin:0 0 40px 0;
padding: 0;
list-style-type: none;
border: solid 1px #ddd;
border-radius: 5px;
}

.menu-side_about-container li{
margin:0;
width:100%;
height:60px;
border-top: dotted 1px #ddd;
font-size: 15px;
line-height: 60px;
text-align: center;
}

.menu-side_about-container li a{
display:block;
}

.menu-side_about-container p{
margin-left:30px;
color:#333;
}

.menu-side_about-container .current-menu-item{
position: relative;
background:#c81d20;
color:#fff;
border:none;
}

.menu-side_about-container .current-menu-item a{
color:#fff;
}

.menu-side_about-container .current-menu-item:before{
content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 18px;
    left: 40px;
}

/*about_system*/

#sys_left{
float:left;
}

#sys_left span{
font-size: 12px;
}

#sys_right{
float:left;
width:430px;
padding:0 30px;
}

#sys_right .mission{
color:#c81d20;
margin:20px 0;
font-weight: bold;
}

#subrep{
float:left;
margin-left: 100px;
}

#subrep span{
font-size: 12px;
}

#subrep_description{
padding:0px 40px 10px 40px;
}

/*about_history*/

#tab dt{
    display:block;
    width:100%;
    height:160px;
    /*text-align:center;*/
    cursor:pointer;
    }
#tab dd{
padding-right: 20px;
    width:100%;
   /* height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;*/
    display:none;
}

.history span{
font-weight: bold;
}

.history{
   border:#666 1px solid;
}

.middle{
margin-left: 165px;

}

.two-middle{
margin-left: 330px;
}

.edge{
margin-left: 495px;

}

.history{
}

.history{
}


/*EVENT*/

.menu-side_event-container ul{
width:220px;
margin:0 0 40px 0;
padding: 0;
list-style-type: none;
border: solid 1px #ddd;
border-radius: 5px;
}

.menu-side_event-container li{
margin:0;
padding: 0px 0 0 0px;
width:100%;
height:60px;
border-top: dotted 1px #ddd;
font-size: 15px;
line-height: 60px;
text-align: center;
}

.menu-side_event-container li a{
display:block;
}

.menu-side_event-container p{
margin-left:30px;
color:#333;
}

.menu-side_event-container .current-menu-item{
position: relative;
background:#c81d20;
color:#fff;
border:none;
}

.menu-side_event-container .current-menu-item a{
color:#fff;
}

.menu-side_event-container .current-menu-item:before{
content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 18px;
    left: 40px;
}

#tab_event dt{
    display:block;
    width:100%;
    padding: 0 0 20px 20px;
    /*text-align:center;*/
   /* border-bottom:#2d2f2e 1px solid;*/
    color:#2d2f2e;
    cursor:pointer;
}
#tab_event dd{
padding-right: 20px;
    width:100%;
   /* height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;*/
    display:none;
}

.event_table_dt th{
width:150px;
padding-top:10px
}

.event_table_dt td{
padding-left: 40px;
width:500px;
}

.event_table_dt td span{
line-height: 3;
font-weight: bold;
color:#c81d20;
padding-bottom: 20px;
}

.event_table_dd{
width:560px;
float:right;
}

.event_table_dd tr{
border:solid #777 1px;
}

.event_table_dd th{
width:150px;
background:#c81d20;
color:#fff;
font-weight: normal;
}

.event_table_dd td{
padding: 5px 20px 5px 20px;
color:#2d2f2e;
line-height: 1.7;
font-size: 14px;

}

/*FREEPAPER*/

.menu-side_fp-container ul{
width:220px;
margin:0 0 40px 0;
padding: 0;
list-style-type: none;
border: solid 1px #ddd;
border-radius: 5px;
}

.menu-side_fp-container li{
margin:0;
width:100%;
height:60px;
border-top: dotted 1px #ddd;
font-size: 15px;
line-height: 60px;
text-align: center;
}

.menu-side_fp-container li a{
display:block;
}

.menu-side_fp-container p{
margin-left:30px;
color:#333;
}

.menu-side_fp-container .current-menu-item{
position: relative;
background:#c81d20;
color:#fff;
border:none;
}

.menu-side_fp-container .current-menu-item a{
color:#fff;
}

.menu-side_fp-container .current-menu-item:before{
content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 18px;
    left: 40px;
}

.fp_table th{
width:215px;
padding-top:10px;
background:none;
}

.fp_table td{
padding-left: 40px;
/*width:500px;*/
}

.fp_table td span{
line-height: 1.7;
font-weight: bold;
color:#c81d20;
margin-bottom: 20px;
}

.fp_table td p{
margin-top: 20px;
}

/*CONTACT*/

/*.menu-side_freepaper-container ul{
width:220px;
margin:0 0 40px 0;
padding: 0;
list-style-type: none;
border: solid 1px #ddd;
border-radius: 5px;
}

.menu-side_freepaper-container li{
margin:0;
width:100%;
height:40px;
border-top: dotted 1px #ddd;
text-align: center;
}

.menu-side_freepaper-container p{
margin-left:30px;
color:#333;
}

.menu-side_freepaper-container .current-menu-item{
position: relative;
background:#c81d20;
color:#fff;
}

.menu-side_freepaper-container .current-menu-item a{
color:#fff;
}

.menu-side_freepaper-container .current-menu-item:before{
content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 18px;
    left: 40px;
}*/

input[type=text],input[type=date], input[type=tel], input[type=number], input[type=email], textarea {
width: 480px;
padding: 0 16px;
background: rgba(0, 0, 0, 0.03);
border: 0;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,.14);
-webkit-appearance: none;
font-size: 100%;
}

input[type=text], input[type=date], input[type=tel], input[type=number], input[type=email] {
height: 42px;
}

textarea {
height: 200px;
resize: none;
padding-top: 16px;
padding-bottom: 16px;
}

.other {
height: 23px;
}

input[type=text]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
    outline: none;
    background: rgba(0, 0, 0, 0.01);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,.4);
}

div.screen-reader-response {
display: none;
}

span.wpcf7-not-valid-tip {
position: absolute;
left: 10px;
font-size: 10px;
line-height: 28px;
font-weight: bold;
width: 400px;
color: #B62D7F;
}

.wpcf7-not-valid {
box-shadow: 0px 0px 0px 1px rgba(205, 44, 146, 0.74) !important;
}

.ajax-loader {
position: absolute;
margin-top: 22px;
margin-left: 14px;
}

div.wpcf7-response-output {
margin: 30px 40px 0px;
padding: 10px 20px;
font-size: 12px;
text-align: center;
font-weight: bold;
color: #444;
}

div.wpcf7-validation-errors {
border: 0px solid #f7e700;
background-color: rgba(247, 231, 0, 0.64);
border-radius: 3px;
}

div.wpcf7-mail-sent-ok {
border: 0px solid #f7e700;
background-color: rgba(113, 231, 57, 0.64);
border-radius: 3px;
}

span.wpcf7-list-item {
margin-left: 0;
white-space: pre-wrap;
display: inline-block;
}

section#contact span.wpcf7-list-item {
display: block;
}

#send_wrap {
text-align: center;
padding-top: 16px;
}

form input[type=submit] {
width: 294px;
height: 60px;
background-color: #c81d20;
background-size: 6px 10px;
background-position: 266px center;
border: 0;
border-radius: 3px;
color: #FFF;
font-size: 100%;
letter-spacing: 0.1em;
box-shadow: 0 -2px 0 0 rgba(0,0,0,.2) inset;
cursor: pointer;
}

form input[type=submit]:hover {
opacity: 0.8;
}

form input[type=submit] {
outline: none;
}

form input.age {
width: 160px;
}

#contact_form{
padding-left:100px;
}

#side_nav{
width:220px;
margin:0 0 40px 0;
padding: 0;
list-style-type: none;
border: solid 1px #ddd;
border-radius: 5px;
}

#side_nav li{
margin:0;
padding: 15px 0 0 78px;
width:100%;
height:40px;
border-top: dotted 1px #ddd;
/*border-bottom: dotted 1px #ddd;*/
}

/*#side_nav li a{
display:inline-block;
}*/

#side_nav p{
margin-left:30px;
color:#333;
}

.sankaku{
position: relative;
background:#c81d20;
color:#fff;
}

.sankaku:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 18px;
    left: 40px;
}
