@charset "utf-8";

@-ms-viewport  {width: device-width;}

body {
   margin:0;
   padding:0;
   background-color:#fff;
   font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding: 0;
   font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#topic1 {
   margin-top: -120px;
   padding-top: 120px;
   display:block;
}
#topic2,
#topic3,
#yokohama,
#sagamihara,
#kamakura,
#fujisawa,
#odawara,
#machida,
#chigasaki,
#hachioji,
#funabashi,
#inagishi,
#yokosuka {
   margin-top: -95px;
   padding-top: 95px;
   display:block;
}
.container {
   max-width: 1024px;
   margin:0 auto;
   padding: 0 ;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 3px solid  #A67A16;
}
.line_1 {
   width: 100%;
   border-top: 1px solid #c0c0c0;
   margin: 20px 0;
}
.line_2 {
   width: 100%;
   border-top: 10px solid #F9F2E0;
   margin:20px 0;
}
.laptop {
   display: block;
}
.mobile {
   display: none;
}
#pageTop span,
#pageTop_m span{
  display: block;
  overflow: hidden;
}
#pageTop{
  font-size: 1.1em;
  text-decoration: none;
  font-weight: bold;
  border: 0px solid #000;
  background: #999;
  text-shadow: 0 1px 0 #333;
  color:#fff;
  padding: 10px 20px;
  position:fixed;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -icab-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#pageTop:hover,
#pageTop_m:hover {
  transition: all .3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#pageTop_m{
  font-size: 1.7em;
  text-decoration: none;
  font-weight: bold;
  border: 0px solid #000;
  background: #999;
  text-shadow: 0 1px 0 #333;
  color:#fff;
  padding: 3px 8px;
  position:fixed;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -icab-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.8;
}
.font_weight {
   font-weight: bold;
}
.px_17 {
   font-size: 1.063em;
}
.px_18 {
   font-size: 1.125em;
}
.px_19 {
   font-size: 1.188em;
}
.px_20 {
   font-size: 1.250em;
}
.px_21 {
   font-size: 1.313em;
}

/*======= header =======*/
.header_area {
   width:100%;
   border-bottom: 3px solid #A67A16;
}
.title p{
   font-size: 0.8em;
   margin-bottom: 7px;
   color: #888;
   font-weight: bold;
}
.title h1{
   margin: 0;
   font-size: 1.4em;
}
.title h1 br{
   display: none;
}
.title h1 span{
   font-size: 1.3em;
   margin-left: 15px;
}
.title h1 a{
   color:#002F4C;
   text-decoration: none;
}
.title h1 a img{
   width: 6%;
   margin-right: 10px;
   text-decoration: none;
   vertical-align: middle; 
}
.title {
   float: left;
}
.contact {
   margin: 7px 0 7px 7px;
   float: right;
   background-color: #fcfcfc;
   border-radius: 10px;
   border: 1px solid #A67A16;
}
.contact p {
   font-weight: bold;
   color: #000;
   font-size: 0.8em;
   margin: 5px 20px;
}
.contact span#tel {
   font-size: 1.6em;
   color: #E8AB5C;
}
.header_area:after{
   content: "";
   display: block;
   clear: both;
}
.header_area{
   *zoom:1;
}

/*======= menu =======*/
.menu{
   width:100%;
   background: #F7EEBB; /* Old browsers */
/*   background: -moz-linear-gradient(top, #f4f4f4 0%, #efefef 45%, #d8d8d8 100%);
   background: -webkit-linear-gradient(top, #f4f4f4 0%,#efefef 45%,#d8d8d8 100%); 
   background: linear-gradient(to bottom, #f4f4f4 0%,#efefef 45%,#d8d8d8 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8d8d8',GradientType=0 ); */
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.dropmenu:before,
.dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: calc((100% * 1/3) );
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  /*border-right: 1px solid #c0c0c0;*/
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #000;
  font-size: 1.063em;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
background: #F7EEBB; /* Old browsers */
/*   background: -moz-linear-gradient(top, #f4f4f4 0%, #efefef 45%, #d8d8d8 100%);
   background: -webkit-linear-gradient(top, #f4f4f4 0%,#efefef 45%,#d8d8d8 100%); 
   background: linear-gradient(to bottom, #f4f4f4 0%,#efefef 45%,#d8d8d8 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8d8d8',GradientType=0 ); */
}
#dropmenu_leftline{
  /*border-left: 1px solid #c0c0c0;*/
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #fff;
/*  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;*/
  background: #F7EEBB;
  text-align: left;
  font-size: 0.938em;
}
.dropmenu li:hover > a{
   background: #F7EEBB;
}
.dropmenu li a:hover{
   background-color: #1B435D;
   color: #F7EEBB;
}
.dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}


/*======= top_image =======*/
#stage {
   position: relative;
   max-width: 1200px;
   margin: 0 auto;
   overflow: hidden;
}
#stage img{
   width: 100%;
   margin-bottom: 20px;
}
#photos {
   position:absolute;
   top:0;
   width:100%;
   animation: imgPassToLeft0 30s infinite;
   -webkit-animation: imgPassToLeft0 30s infinite;
}
#photo0 { left:  0%; }
#photo1 { left:100%; } 
#photo2 { left:200%; }
#photo3 { left:300%; }
#photo4 { left:400%; }
#photo5 { left:500%; }
#photo6 { left:600%; }
.pic { position:absolute;top:0;width:100%; }
.pic img { width:100%; }

#back1,#back2,#back3,#back4,#back5,#next1,#next2,#next3,#next4,#next5{
   display: none;
}
.b_left span,
.b_right span {
   position: absolute;
   font-size: 40px;
   font-weight: bold;
   opacity:0;
   top: 0;
   width: 90px;
   height: 59%;
   text-align: center;
   padding-top: 140px;
text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.b_left span {
   left: 0;
}
.b_right span {
   right: 0;
}
.pic:hover > label div span {
   opacity:0.6;
   color:#000;
}
.pic label div span:hover {
   color:#E88911;
   cursor:pointer;
}

#next1:checked ~ #photos {
   animation: imgPassToLeft1 30s infinite;   
   animation-delay: -4.8s;
   -webkit-animation: imgPassToLeft1 30s infinite; 
   -webkit-animation-delay: -4.8s;
}
#next2:checked ~ #photos {
   animation: imgPassToLeft2 30s infinite;
   animation-delay: -10.8s;
   -webkit-animation: imgPassToLeft2 30s infinite;
   -webkit-animation-delay: -10.8s;
}
#next3:checked ~ #photos {
   animation: imgPassToLeft3 30s infinite;
   animation-delay: -16.8s;
   -webkit-animation: imgPassToLeft3 30s infinite;
   -webkit-animation-delay: -16.8s;
}
#next4:checked ~ #photos {
   animation: imgPassToLeft4 30s infinite;
   animation-delay: -22.8s;
   -webkit-animation: imgPassToLeft4 30s infinite;
   -webkit-animation-delay: -22.8s;
}
#next5:checked ~ #photos {
   animation: imgPassToLeft5 30s infinite;
   animation-delay: -28.8s;
   -webkit-animation: imgPassToLeft5 30s infinite;
   -webkit-animation-delay: -28.8s;
}
#back1:checked ~ #photos {
   animation: imgPassToRight1 30s infinite;
   animation-delay: -28.8s;
   -webkit-animation: imgPassToRight1 30s infinite;
   -webkit-animation-delay: -28.8s;
}
#back2:checked ~ #photos {
   animation: imgPassToRight2 30s infinite;
   animation-delay: -22.8s;
   -webkit-animation: imgPassToRight2 30s infinite;
   -webkit-animation-delay: -22.8s;
}
#back3:checked ~ #photos {
   animation: imgPassToRight3 30s infinite;
   animation-delay: -16.8s;
   -webkit-animation: imgPassToRight3 30s infinite;
   -webkit-animation-delay: -16.8s;
}
#back4:checked ~ #photos {
   animation: imgPassToRight4 30s infinite;
   animation-delay: -10.8s;
   -webkit-animation: imgPassToRight4 30s infinite;
   -webkit-animation-delay: -10.8s;
}
#back5:checked ~ #photos {
   animation: imgPassToRight5 30s infinite;
   animation-delay: -4.8s;
   -webkit-animation: imgPassToRight5 30s infinite;
   -webkit-animation-delay: -4.8s;
}

@keyframes imgPassToLeft0 {
   0%  { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@keyframes imgPassToLeft1 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@keyframes imgPassToLeft2 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@keyframes imgPassToLeft3 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@keyframes imgPassToLeft4 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@keyframes imgPassToLeft5 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@keyframes imgPassToRight1 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@keyframes imgPassToRight2 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@keyframes imgPassToRight3 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@keyframes imgPassToRight4 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@keyframes imgPassToRight5 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@-webkit-keyframes imgPassToLeft0 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft1 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft2 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft3 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft4 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft5 {
   0% { left:-100%; }
   16% { left:-100%; }
   20% { left:-200%; }
   36% { left:-200%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-400%; }
   76% { left:-400%; }
   80% { left:-500%; }
   96% { left:-500%; }
   100% { left:-600%; }
}
@-webkit-keyframes imgPassToRight1 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@-webkit-keyframes imgPassToRight2 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@-webkit-keyframes imgPassToRight3 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@-webkit-keyframes imgPassToRight4 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}
@-webkit-keyframes imgPassToRight5 {
   0% { left:-500%; }
   16% { left:-500%; }
   20% { left:-400%; }
   36% { left:-400%; }
   40% { left:-300%; }
   56% { left:-300%; }
   60% { left:-200%; }
   76% { left:-200%; }
   80% { left:-100%; }
   96% { left:-100%; }
   100% { left:0%; }
}


/*======= top_3_image =======*/
.main_contentsbox_top {
   width:100%;
   margin-bottom: 50px;
}
.main_contentsbox_top ul {
   display: table;
   width:100%;
   table-layout: fixed;
   margin: 0;
   padding: 0;
}
.main_contentsbox_top li {
   display: table-cell;
   *float: left;
}
#contents_1,
#contents_2,
#contents_3 {
   padding: 10px;
}
.box3_imagesize {
   border-radius: 5px;
   width:100%;
   box-shadow:rgba(173, 173, 173, 0.290196) 0px 9px 7px -2px;
   -webkit-box-shadow:rgba(173, 173, 173, 0.290196) 0px 9px 7px -2px;
   -moz-box-shadow:rgba(173, 173, 173, 0.290196) 0px 9px 7px -2px;
}
#contents_1 span#contents_1_title,
#contents_2 span#contents_2_title,
#contents_3 span#contents_3_title {
   display: block;
   font-size: 1.25em;
   margin: 0;
   text-align: center;
   font-weight: bold;
}
#contents_1 span#contents_1_title_text,
#contents_2 span#contents_2_title_text,
#contents_3 span#contents_3_title_text {
   font-size: 0.813em;
   color: #000;
   text-align: left;
   text-align: justify;
}


/*======= top_message =======*/
.main_col{
   width: 85%;
   margin: 0 auto;
   *clear: right;
}
.main_post_1{
   background-color: #fff;
   padding: 0;
   margin-bottom: 70px;
}
.main_post_1 img {
   float: right;
   max-width: 30%;
   height:auto;
   margin:0 0 10px 0;
   vertical-align: bottom;
   border-radius: 5px;
   -webkid-border-radius:5px;
   -moz-border-radius:5px;
   -o-border-radius:5px;
   -ms-border-radius:5px;
}
.main_post_1 p{
   font-size: 0.94em;
   margin:0 42% 20px 0;
   line-height: 1.6;
}
.main_post_1:after{
   content: "";
   display: block;
   clear: both;
}
.main_post_1{
   *zoom:1;
}
#main_post_font_color {
   font-size: 2.188em;
   color: #002F4C;
}


/*======= top_2_box =======*/
.background_color {
   background-color: #F9F2E0;
   padding: 20px 0;
   margin-bottom: 50px;
}
.main_contentsbox_middle ul {
   display: table;
   width: 100%;
   table-layout: fixed;
   margin: 0 auto;
   padding: 0;
}
.main_contentsbox_middle li {
   display: table-cell;
   text-align: center;
   padding: 20px;
   *float: left;
   background-color: #fff;
}
.main_contentsbox_middle li img {
   max-width:35%;
   float: left;
   margin: 15px;
   border-radius: 4px;
}
.main_contentsbox_middle li p {
   font-size: 0.94em;
   text-align: left;
   margin: 15px;
}
.box_title {
   background-color: #A67A16;
   color: #fff;
   display: block;
   font-weight: bold;
   border-radius: 10px 10px 0 0 ;
   font-size: 1.05em;
}
.history {
   list-style-type: none;
   padding-left: 30px;
}
.history li{
   font-size: 0.94em;
   text-align: left;
   display: block;
   margin: 5px 0;
   padding: 10px 15px 0 20px;
}
.history li span{
   margin-left: 5%;
}

/*======= post =======*/
.col{
   float: left;
   width: 48.5%;
   margin-left: 3%;
   *clear: right;
}
.col:first-child {
   margin-left: 0;
   width: 75%;
}
.col:first-child + .col {
   width: 22%;
}
.cols:after {
   content: "";
   display: block;
   clear: both;
}
.cols {
   *zoom:1;
}
.post_news{
   margin-bottom: 50px; 
}
.post_news:after{
   content: "";
   display: block;
   clear: both;
}
.post_news{
   *zoom:1;
}
.post_news p{
   margin:0 0 0 13%;
}
.post_news p br{
   display: none;
}
.post_news h2{
   border:none;
   margin: 0;
   padding: 0;
   font-size: 1.31em;
}
.post_news li a {
   text-decoration: none;
   color: #000;
   padding: 5px 0;
   display: block;
   padding-left: 5px;
   font-size: 0.875em;
}
.post_news li a:after{
   content: :"";
   display: block;
   clear: both;
}
.post_news ul{
   padding:1px 0;
}
.post_news li{
   list-style-type: none;
   border-bottom: 1px dotted #a0a0a0;
}
.post_news li a:hover{
   text-decoration: underline;
}
.post_news time {
   float:left;
   border:none;
}
.post_news .news{
   margin-left:24%;
}
.post_news p img{
   width:4em;
   margin:0.188em 0.438em -0.188em 0;
   float: left;
}
.post_news a img.index_image{
   width: 98%;
   margin: 0;
   padding: 0;
   border:3px solid #E8AB5C;
   border-radius: 10px;
}
.post_news a:hover img.index_image{
   border:3px solid #f0f0f0;
}

/*======= footer =======*/
.footer {
   background:#EDEBE3;
   width:100%;
   margin:0;
   padding:20px 0;
}
.footer ul {
   margin:0 auto; 
   list-style: none;
   padding: 0;
}
.footer li{
   float: left;
   text-align: left;
   margin: 6px 0;
   font-size: 0.813em;
   padding-right: 25px;
}
.footer li a {
   color: #000;
   text-decoration: none;
}
.footer li a:hover{
   text-decoration: underline;
}
.footer ul:after {
   content: "";
   display: block;
   clear: both;
}
.footer_col {
   float: left;
}
.footer_bottom {
   text-align: left;
   margin: 0;
   padding: 0;
   border-top:2px #A67A16 solid;
}
.footer_bottom p {
   float: left;
}
.footer_bottom p br{
   display: none;
}
.footer_bottom p a{
   font-size: 0.9em;
   font-weight: bold;
   text-decoration: none;
   color: #000;
}
.address_contact {
   font-size: 0.813em;
}
.footer_bottom span br{
   display: block;
}
.footer_bottom p:nth-child(2) {
   font-size: 0.813em;
   float: right;
   margin-top: 20px;
}
.footer_bottom p img {
   width: 30px;
   margin-right: 5px;
   vertical-align: middle;
}


/*======= pan =======*/
.pan ol {
   margin-left: -30px;
}
.pan li {
   float: left;
   list-style-type: none;
}
.pan li a {
   text-decoration: none;
   font-size: 0.81em;
   color: #000;
}
.pan li a[href]:hover {
   text-decoration: underline;
}
.pan li+li:before {
   content: '\A0 \f105 \A0\A0\A0';
   font-family: FontAwesome;
   color: #888;
}
.pan a:not([href]){
   font-weight: bold;
   color: #888;
}
.pan ul:after, .pan ol:after {
   content: "";
   display: block;
   clear: both;
}


/*======= contents_area ========*/
.contents_area{
   padding: 7px;
   margin-bottom: 30px; 
}
.contents_area:after{
   content: "";
   display: block;
   clear: both;
}
.contents_area{
   *zoom:1;
}
.contents_area h2 {
   display: block;
   margin-bottom: 20px;
   padding-left: 10px;
   background-color: #E0D09E;
   border-radius: 7px;
   -webkid-border-radius:7px;
   -moz-border-radius:7px;
   -o-border-radius:7px;
   -ms-border-radius:7px;
   border-left: 10px solid #A67A16;
/*background: rgb(228,239,192);
background: -moz-linear-gradient(top, rgba(228,239,192,1) 0%, rgba(175,188,133,1) 100%);
background: -webkit-linear-gradient(top, rgba(228,239,192,1) 0%,rgba(175,188,133,1) 100%);
background: linear-gradient(to bottom, rgba(228,239,192,1) 0%,rgba(175,188,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#afbc85',GradientType=0 );*/
}
.contents_area img {
  max-width: 90%;
  margin: 0 5%; 
}

.p_tag_1 p{
   font-size: 0.94em;
   color: #000;
   margin-left: 3%;
}
.p_tag_1 p a {
   color: #4792AB;
   font-weight: bold;
}
.p_tag_1 p a:hover {
   text-decoration: none;
}

.text_list_1 ul{
   margin:0 0 20px 3%;
   line-height: 1.9;
}
.text_list_1 ul li {
   font-size: 0.94em;
   color: #000;
}
.text_list_1 ul li a {
   font-size: 0.94em;
   color: #4792AB;
   font-weight: bold;
   text-decoration: underline;
}
.text_list_1 ul li a:hover {
   text-decoration: none;
}


.table_contents1 {
   border-collapse: collapse;
   border: none;
   width: 98%;
   margin-left: 2%;
}
.table_contents1 tr {
   border: 1px solid #e0e0e0;
   font-size: 0.94em;
}
.table_contents1 th{
   background-color: #E6F3DC;
   border: 1px solid #e0e0e0;
   padding: 5px 20px;
   white-space: nowrap;
}
.table_contents1 th br:first-child{
   display: none;
}
.table_contents1 td{
   padding: 5px 20px;
   text-align: left;
   font-weight: normal;
   border: 1px solid #e0e0e0;
}
.table_contents1 td ul li{
   margin-left: -20px;
}
.table_contents1 td a{
   color: #4792AB;
   font-weight: bold;
}
.table_contents1 td a:hover{
   text-decoration: none;
}
.table_contents1 td ul{
   margin: 0;
}
.table_contents1 td ul li{
   font-size: 1em;
}


#fixed_side_navi {
   margin-bottom: 98px;
}
#fixed_side_navi img {
   width: 98%;
}
#fixed_side_navi a img {
   border:3px solid #E8AB5C;
}
#fixed_side_navi a:hover img {
   border:3px solid #e0e0e0;
}


.table_contents2 {
   border-collapse: collapse;
   border: none;
   width: 98%;
   margin-left: 2%;
}
.table_contents2 tr {
   border: 1px solid #e0e0e0;
}
.table_contents2 th{
   background-color: #E6F3DC;
   border: 1px solid #e0e0e0;
   padding: 10px 5px;
   white-space: nowrap;
   font-size: 0.89em;
   width: 160px;
}
.table_contents2 td:nth-child(2) {
   width: 80px;   
}
.table_contents2 td:nth-child(3) {
   width: 65px;   
}
.table_contents2 td:nth-child(4) {
   width: 225px;   
}


.table_contents2 td{
   font-size: 0.813em;
   padding: 10px 5px;
   text-align: left;
   font-weight: normal;
   border: 1px solid #e0e0e0;
}
.table_contents2 td a{
   color: #4792AB;
   font-weight: bold;
}
.table_contents2 td a:hover{
   text-decoration: none;
}
.table_menu {
   background-color: #BED9B4!important;
   font-weight: bold!important;
   text-align: center!important;
}
.break br{
   display: none;
}
.news_col {
   float: left;
}
.news_col:first-child {
   width: 68%;
   margin-right: 4%;
   *clear: right;
}
.news_col:first-child + .news_col {
   width: 28%;
   *clear: right;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 93% !important;
}

@media (max-width: 1200px){
.container {
   max-width: 1024px;
   margin:0 auto;
   padding: 0 20px;
}  
}

@media (max-width: 780px){
.container {
   max-width: 1024px;
   margin:0 auto;
   padding: 0 20px;
}
.table_contents2 th{
   white-space: normal;
}
.table_contents2 td:nth-child(6) {
   white-space: nowrap; 
}
.table_contents1 th br:first-child{
   display: block;
}
.title{
   float:none;
   margin-bottom: 10px;
}
.title p,
.title h1 {
   text-align: center;
}
.contact {
   float: none;
   text-align: center;
   margin:0 auto;
}
.header_area {
  padding-bottom: 15px;
}
}


@media (max-width: 480px){
.mobile {
   display: block;
}
.laptop {
   display: none;
}
.container {
   padding: 0 15px;
}
.header_area {
  padding-bottom: 15px;
}
.title{
   float:none;
   margin-bottom: 10px;
}
.title p,
.title h1 {
   text-align: center;
}
.title h1 {
   font-size: 110%;
}
.title h1 br{
   display: block;
}
.title h1 span{
   margin-left: 0;
}
.contact {
   float: none;
   text-align: center;
   margin:0 auto;
}
.menu .container {
   padding: 0;
}
.dropmenu li{
  width: calc((100% * 1/3) );
  text-align: center;
}
.dropmenu li a{
  font-size: 14.5px;
  padding:5px;
  line-height: 1.8em;
  /*background: #f0f0f0;*/
}
.dropmenu li:first-child a,
.dropmenu li:nth-child(2) a{
  border-right: 1px solid #c0c0c0;
}
.dropmenu li:nth-child(3) a{
  border-right: none;
}
.dropmenu li ul li,
.dropmenu li ul li a {
   display: none;
}
#contents_1 span#contents_1_title_text,
#contents_2 span#contents_2_title_text,
#contents_3 span#contents_3_title_text {
   font-size: 15px;
}
.main_contentsbox_top li {
   float: left;
}
.main_contentsbox_middle li a {
   font-size: 17px;
}
.main_contentsbox_middle span {
   font-size: 12px;
}

.main_col{
   width: 93%;
}
.main_post_1 img {
   max-width: 100%;
}
.main_post_1 p{
   margin:0 0 20px 0;
}

.col{
   width: 100%;
   margin-left: 0;
}
.col:first-child {
   margin-left: 0;
   width: 100%;
}
.col:first-child + .col {
   width: 100%;
}
.news_col:first-child {
   width: 100%;
   margin-right: 0;
}
.news_col:first-child + .news_col {
   width: 100%;
}
.post_news p br{
   display: block;
}
.post_news time {
   margin-right: 5%;
}
.post_news p img{
   width: 50px;
}
.post_news li a {
   font-size: 13.5px;
   padding: 0;
}
.post_news p{
   margin:0 0 0 20%;
}
.footer li{
   float: none;
   margin: 10px 0;
   font-size: 16px;
}
.footer_bottom p:nth-child(2) {
   float: none;
}
.footer_bottom p br{
   display: block;
}
.pan li a {
   font-size: 12px;
}
.container h2{
   font-size: 20px;
}
.text_list_1 ul {
   margin-left: 0;
}
.table_contents1 th,
.table_contents1 td {
   padding: 5px;
}
.table_contents1 {
   width: 100%;
   margin-left: 0;
}
.table_contents1 th br:first-child{
   display: block;
}
.table_contents1 tr {
   font-size: 14px;
}
.contents_area{
   padding: 7px 0;
   margin-bottom: 30px; 
}
#main_post_font_color {
   font-size: 23px;
}
.table_contents2 th{
   padding: 2px;
   white-space: normal;
   font-size: 13px;
   width: 25%;
}
.table_contents2 td:nth-child(2) {
   width: 10%;   
}
.table_contents2 td:nth-child(3) {
   width: 15%;   
}
.table_contents2 td:nth-child(4) {
   width: 25%;
   white-space: normal;
}
.table_contents2 td:nth-child(5) {
   white-space: nowrap;
   width: 10%;
}
.table_contents2 td:nth-child(6) {
   white-space: nowrap;
   width: 15%;
}
.table_contents2 td{
   font-size: 13px;
   padding: 2px;
}
.table_contents2 {
   width: 100%;
   margin-left: 0;
}
.break br{
   display: block;
}
.movie {
  margin-bottom: 40px;
}
.movie iframe {
  width: 100% !important;
  height: 100% !important;
}
.main_contentsbox_middle ul {
   display: block;
}
.main_contentsbox_middle li {
   display: block;
   padding: 8px;
}
}




.picture_box {
   width:100%;
   /*background-color: #F5F5F5;*/
   margin-bottom: 50px;
   color: #000;
   /*border-top: 1px solid #888;*/
   /*border-bottom: 1px solid #888;*/
}
.picture_box ul {
   display: table;
   width:100%;
   table-layout: fixed;
   margin: 0;
   padding: 0;
}
.picture_box li {
   display: table-cell;
   text-align: left;
   *float: left;
   width:100%;
   padding: 0 5px;
}
.picture_box li img {
   margin-top: 3px;
   width:100%;
   border-radius: 5px;
}
.picture_box p {
   font-size: 0.9em;
   text-align:justify;
   text-justify:inter-ideograph;
   margin: 0 10px 20px 10px;
}



@media (max-width: 480px){
.picture_box {
   width:100%;
   margin-bottom: 30px;
}
.picture_box li {
   float: left;
   padding: 0;
}
.picture_box li img {
   width:90%;
   margin-left: 5%;
}
.picture_box p {
   font-size: 15px;
}
}