@charset "UTF-8";


body {
line-height:1.5;
font-size:14px;
}

 
.container {
margin-right: auto;
margin-left: auto;
max-width: 960px;
}


/* [top-PC_navi]
----------------------------------------------------------*/


.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clear { *zoom: 1; }

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

/*基本色----------------------------------------------------------*/
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 16px 0 16px;
  background: #664C00;
  color: #FDD800;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
/*ダウン基本色----------------------------------------------------------*/

.dropmenu li ul li a{
  /*background: #fff;*/
  padding: 13px 15px;
  border-top: 1px solid #CCA51A;
  background: #664C00;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #CCA51A;
}
.dropmenu li a:hover{
  background: #CCA51A;
}

/*ダウン動き----------------------------------------------------------*/
#fade-in { position: relative; z-index: 5; }
#fade-in li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}








/* [top-header]
----------------------------------------------------------*/
#pc-header1f  {
	height: 132px;
	position: relative;
	width: 960px;  
}

#pc-header1f li {
	margin:0px;
	float: left;
	overflow: hidden;
}

#pc-header  {
	height: 60px;
    width: 960px;
    margin: 0 auto; 
	position: relative;
}

#pc-header  li {
    font-size:1.3em;
    color: #FFF; 
	float: left;
    margin-top: 10px;
    margin-left: 5px;
    overflow: hidden;
}

/*------------------------------------------------------------*/

#pc-header { position: relative; z-index: 5; }
#pc-header li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#pc-header li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}




#pc-header li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#pc-header li ul li{
  width: 100%;
}
#pc-header li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #7c8c0e;
  background: #6e7c0c;
  text-align: left;
}
#pc-header li:hover > a{
  background: #6e7c0c;
}
#pc-header li a:hover{
  background: #616d0b;
}







.btn-brown700_rsd{color:#fff !important;background:#5d4037}
.btn-brown700_rsd:hover,.btn-brown700_rsd:focus{background:#3d2a24}
.btn-brown700_rsd:active{background:#1d1411}
.btn-brown700_rsd:disabled{color:rgba(0,0,0,0.3);background:rgba(0,0,0,0.2)}
.btn-brown700_flt{color:#5d4037 !important}
.btn-brown700_flt:hover,.btn-brown700_flt:focus{background:rgba(93,64,55,0.2)}
.btn-brown700_flt:active{background:rgba(93,64,55,0.4)}
.btn-brown700_flt:disabled{color:rgba(93,64,55,0.3)}














































#top-head #global-nav ul li a:link, #top-head #global-nav ul li a:visited {
    width: 100%;
    display: block;
    padding: 18px 0;
	color: #fff;
	text-decoration: none;}

#top-head #global-nav ul li a:hover, #top-head #global-nav ul li a:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* 
#pc-header .nav-global {
	position: absolute;
	width: 716px;
	top: 10px;
    margin-left:254px;
}
#pc-header .nav-global li {
	float: left;
	height: 22px;
	overflow: hidden;
}


#pc-header .nav-global2 {
	position: absolute;
	width: 716px;
    margin-left:254px;
    top: 53px;
}
#pc-header .nav-global2 li {
	float: left;
	height: 16px;
	overflow: hidden;
}










/* Toggle Button 
------------------------------------------------------------*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 200;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #767676;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* moblenavi 
-------------------------------------------------@media screen and (max-width: 480px) {-----------*/
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
   /* #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }*/
    
    
    
#mobile-head  h1 {
	text-indent: -9999px;
	width: 200px;
	height: 45px;
	zoom: 1;
	margin: 0;
	background-image: url(../img/logo01sm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
    top: 8px;
    left: 8px;
}
#mobile-head  h1 a {
	display: block;
	outline: none;
	width: 200px;
	height: 60px;
}    
    
    
    
#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -645px;
        background: #a41919;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        opacity:0.9;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }

#top-head #global-nav ul li a:link, #top-head #global-nav ul li a:visited {
    width: 100%;
    display: block;
    padding: 15px 0;
	color: #fff;
	text-decoration: none;}

#top-head #global-nav ul li a:hover, #top-head #global-nav ul li a:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}   
    
    
#nav-toggle {
        display: block;
        z-index: 999;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(700px);
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
}
    
    
    
    
    
#ansin .container .row .col-sm-3.col-lg-3 .thumbnail h5 a:link, #ansin .container .row .col-sm-3.col-lg-3 .thumbnail h5 a:visited {
	width: 100%;
    display: block;
    padding: 5px 0;
	color: #FFDC73;
	text-decoration: none;
}



#ansin .container .row .col-sm-3.col-lg-3 .thumbnail h5 a:hover, #ansin .container .row .col-sm-3.col-lg-3 .thumbnail h5 a:active {
	width: 100%;
    display: block;
    padding: 5px 0;
	color: #FFFD99;
	text-decoration: none;
}

/* ------------------------------------- /
/    slide
/* ------------------------------------- */

#slide {
width:1200px;
height:400px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}





/* ------------------------------------- /
/    Footer
/* ------------------------------------- */
#footer{
    height:130px;
	background-color: #341405;
}

#footer .fnav li a:link, #footer .fnav li a:visited {
    width: 100%;
    display: block;
    color: #FFF;
    text-decoration: none; 
}

#footer .fnav li a:hover, #footer .fnav li a:active {
    width: 100%;
    display: block;
    color: #FFDC73;
    text-decoration: none; 
}

#footer_c { 
   height:60px; 
   background-color:#000;
}

#footer_c .copyright {
    text-align: center;
	font-size: 13px;
	display: block;
	color: #999;
    padding-top : 15px;
    padding-bottom: 25px;
}

/* ------------------------------------- /
/    footerスマホ
/* ------------------------------------- */

#footer2 {
    margin-top: 600px;
    height:300px;
	width: 100%;
    display: block;
	background-color: #fff;
    overflow:hidden;
    position: relative; 
    z-index: 20;
}

#footer3 {
    height:110px;
	width: 100%;
    display: block;
	background-color: #341405;
    overflow:hidden;
    position: relative; 
    z-index: 20;
}

#footer2 #footer3 p .copyright {
    text-align: center;
	font-size: 12px;
	display: block;
	color: #fff;
    padding-top : 15px;
    padding-bottom: 25px;
}

/* ページ移動
--------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 100px;
	right: 10px;
    background-color: #fff;
    border-style:none;
    z-index: 50;
}
#page-top a {
	width: 35px;
    height:70px;
	text-align: center;
	display: block;
}


#page-top a img {
    border-style:none;
}

/*!---------------------------------------------------------------▼写真ボタン半調---------------------------------------------------------------*/
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

/*!---------------------------------------------------------------▼access---------------------------------------------------------------*/

/* ------------------------------------- /
/    map_hasegyu
/* ------------------------------------- */
#map_hasegyu_top{
width:100%;
height:350px;
display: block;
margin: 0px;
padding: 0px;
}
#map_hasegyu_top2{
width:100%;
height:350px;
display: block;
margin: 0px;
padding: 0px;
}

#map_hasegyu{
width:100%;
height:350px;
display: block;
margin: 0px;
padding: 0px;
}


.sns-box {
    margin: 0 auto 6rem;
}
a.btn-sns {
    display: block;
    border: solid 1px #999;
    padding: 1rem;
    text-decoration: none;
    text-align: center;
    margin: 1rem auto;
}
a.btn-sns:hover {
    background: #eee;
}
a.btn-sns img {
    width: auto;
    max-width: 100%;
    height: auto;
}



@media only screen and (max-width: 480px) {
.map_hasegyu {
	height: 200px; 
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}
/*!---------------------------------------------------------------▲access---------------------------------------------------------------*/

.smalltxt{
   font-size: 80%; 
}

.sns-box {
    margin: 0 auto;
} 

}

.pc_alive {
    display: block;
}
.sp_alive {
    display: none;
}

@media only screen and (max-width: 680px) {
    .pc_alive {
        display: none;
    }
    .sp_alive {
        display: block;
    }
}

table.tdright td.textright {
    text-align: right;
}

