@charset "UTF-8";

/* RESET */
@import url("css/reset.css");

/* Utility */
@import url("css/utility.css");


/* TOP */
@import url("css/top.css");

/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

/* Content */
@import url("css/content.css");

/* lightbox */
@import url("css/lightbox.css");

/* nivo-SLIDER */
@import url("css/nivo-slider.css");


/* ==================================================
  setting
================================================== */
html{
  font-size: 62.5%;
}
body{
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 1100px;
  position: relative;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
.pc_none {
  display: none;
}
.btn_hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

main{
min-height:500px;
padding: 0px 0 50px;
}



.container { 
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
        font-size: 15px;
        font-size: 1.5rem;
}

.cont_short { 
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
        font-size: 15px;
        font-size: 1.5rem;
}

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

.container,.cont_short { 
	max-width: 96%;
}

}



/* page_top
----------------------------- */
#page_top{
  width: 50px;
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index: 20;
}
#page_top a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

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

#page_top{
  right: 5px;
  bottom:5px;
}

}

/* floater
----------------------------- */
.floater{
width:100px;
right:2%;
top:55px;
position: absolute;
z-index:10000;
}

.floater img{
width:100%;
margin:0 0 10px;
}

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

.floater{
top:10px;
width:50px;
}

}

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


}

/* ==================================================
  header
================================================== */
#header {
    top: -90px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0 0px;
    height: 90px;
    z-index: 2000;
    animation-name: SlideUp;
    animation-duration: 1.5s;
    background:#f8f8ec;
    border-bottom:solid 4px #50b848;
}

#pagetop_kasou #header {
    margin: 0px auto 0;
}

#header .header_frame {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 0;
  position: relative;
}

/* Fixed */
#header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 90px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#pagetop_kasou #header.fixed  {
    margin: 0px auto 0;
}

#h_logo {
  float: left;
  padding:10px 0 0px 10px;
}



/* ==================================================
  gnav
================================================== */
#gnav {
  padding-top: 0px;
  float: right;
}
#gnav .main_navi > li {
  text-align: center;
  float: left;
  margin:30px 15px 0;
  font-weight:bold;
  position: relative;
}

#gnav .main_navi > li.h_office, .h_contact, .h_est, .h_tel{
  margin:0 0px 0px 0px !important;
}
#gnav .main_navi > li span,
#gnav .main_navi > li > a {
  color: #009d37;
  text-decoration: none;
  padding-bottom: 19px;
  display: block;
  border-bottom: solid 3px transparent;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}

#gnav .main_navi > li > a:hover {
  color:#680079;
}

#gnav .main_navi > li.h_contact a:hover {
  background:none;
}

#gnav .main_navi > li.h_office a:hover {
  background:none;
}


#gnav .sub_navi {
  display: none;
  font-size: 0;
  text-align: center;
  width: 200%;
  padding: 10px 15px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top:38px;
  z-index: 10;
}
#gnav .sub_navi li {
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
  text-align:left;
  padding: 0px 0px;
  border-bottom:dotted 1px #ccc;
}



#gnav .sub_navi .txt {
  margin-top: 5px;
  line-height: 1.1;
}
#gnav .sub_navi a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7px 12px 7px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#gnav .sub_navi a:hover {
  color:#447665;
}
/* menu button
----------------------------- */
#menuButton {
  display: none;
}

#btn-requst-fix {
    position: fixed;
    top: 120px;
    right: 0px;
    z-index: 999;
    animation-name: LeftToRight;
    animation-duration: 1.5s;
}
/* ==================================================
  footer
================================================== */

footer {
	padding:0px 0px 0px;
	background:#f8f8ec;
	border-top:solid 4px #50b848;
	width:100%;
}

footer nav{
width:80%;
margin:30px auto 20px;
font-size:100%;
}

footer nav ul{
width:100%;
display:table;
}

footer nav ul li{
display:table-cell;
color:#fff;
text-align:center;
font-weight:bold;
}

footer nav ul li a{
display:block;
color:#009d37;
text-decoration:none !important;
}

footer nav ul li a:hover{
color:red;
}

#site_copy{
margin:0px 0 0 0;
padding:30px 0 30px;
color:#fff;
background:#009d37;
width:100%;
text-align:center;
}


#site_copy .link_box img{
margin:10px;
}

#site_copy p{
text-align:center;
padding:20px 0 0px;
}

.sp_f_nav{
display:none;
}

footer dl{
padding:15px 0px;
}

footer dl dt{
text-align:center;
margin-bottom:15px;
}

footer dl dt span{
display:block;
color:#333;
margin:15px 0 0;
font-weight:bold;
}

footer dl dd{
text-align:center;
}

footer dl dd img{
margin:15px;
}

.f_link{
text-align:center;
margin:0 0 20px;
}

.f_link img{
margin:5px;
}

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

footer {
	padding:0px 0px 0px;
}


footer dl dt span{
font-size:80%;
}

}


/* ▽ SP layout ============================================================ */

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

/* ==================================================
  setting
================================================== */
  body{
    min-width: auto;
  }
  .pc_none {
    display: inherit;
  }
  .sp_none {
    display: none;
  }
  .btn_hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

  /* page_top
  ----------------------------- */
  #page_top{
    right: 5px;
    bottom: 5px;
  }
  #page_top a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
  }

/* ==================================================
  header
================================================== */

#header{
height: 65px;
top: 0;
position: fixed;
margin-top: 0;
}

    /* Fixed reset */

#header.fixed {
padding-top: 0;
height: 65px;
}

  #header .header_frame {
    width: 100%;
    height: 65px;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 30;
  }

  #h_logo {
    width: 240px;
    float: left;
    padding:8px 0 0px;
  }



/* ==================================================
  gnav
================================================== */

/* ==================================================
  footer
================================================== */

footer .container { 
	max-width: 100% !important;
}



footer nav ul{
display:block;
margin:0 0px 0px 0;
width:100%;
}

footer nav ul li{
color:#fff;
margin-bottom:0px;
font-size:100%;
display:block;
font-weight:bold;
}

footer nav ul li a{
display:block;
padding:15px 20px;
border-top:dotted 1px #fff;
background:url(common_img/ic_arrow08_on.png) no-repeat 95% center;
}

}

@media screen and (max-width: 1400px) {
  .pc_none {
    display: inherit;
  }
  .sp_none {
    display: none;
  }

/* ==================================================
  gnav
================================================== */

#gnav {
  padding-top: 0px;
  float: none;
  width:100%;
}

  #sp_nav {
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px;
    background: rgba(0,87,8,0.8);
    box-sizing: border-box;
    position: fixed;
    top: 65px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0)";
    visibility: hidden;
    overflow: hidden;
  }
  #sp_nav.active{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100)";
    visibility: visible;
    overflow: visible;
    overflow-y: scroll;
  }

#gnav {
  padding-top: 0px;
}

  #gnav .main_navi {

  }
  #gnav .main_navi > li {
    text-align: center;
    width: 100%;
    float: none;
    margin:0 0px;
  }
  #gnav .main_navi > li span,
  #gnav .main_navi > li > a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    border: none;
    padding: 10px 15px;
    color:#fff;
    border-top:dotted 1px #fff;
  }
  #gnav .main_navi > li span {
    background:url(common_img/ic_arrow02.png) no-repeat 98% 40%;
  }
  #gnav .main_navi > li span.open {
    background:url(common_img/ic_arrow02_on.png) no-repeat 98% 40% !important;
  }
  #gnav .main_navi > li span.open,
  #gnav .main_navi > li > a:hover {
    border-bottom: none;
    color:#fff;
    background:none;
  }
#gnav .main_navi > li i{
  display:inline-block;
  font-size:140%;
  margin-right:10px;
}



  #gnav .sub_navi {
    padding: 10px 0;
    background: rgba(0,0,0,0.3);
    position: inherit;
    width: 100%;
    top:0px;
    border-top:dotted 1px #fff;
  }
  #gnav .sub_navi li {
    text-align: left;
    margin: 0 20px;
    display: block;
    border-bottom:none;
    border-bottom:dotted 1px #fff;
  }
  #gnav .sub_navi a {
    color: #fff;
    padding: 5px 0px;
    display: block;
    border-top:none;
  }

#gnav .main_navi > li.h_office,
#gnav .main_navi > li.h_est,
#gnav .main_navi > li.h_contact,
#gnav .main_navi > li.h_tel{
  text-align: center;
  width:90px;
  margin: 0px auto 0px!important;
}

#gnav .main_navi > li.h_contact a,
#gnav .main_navi > li.h_est a,
#gnav .main_navi > li.h_tel a,
#gnav .main_navi > li.h_office a{
  border-top:none;
}


  /* menu button
  ----------------------------- */
  #menuButton{
    display: block;
    position: fixed;
    top: 18px;
    right: 8px;
    height: 32px;
    width: 30px;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  #menuButton.active .top{
    background: #009d37;
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
  }
  #menuButton.active .middle{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0)";
  }
  #menuButton.active .bottom{
    background: #009d37;
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  #menuButton span{
    background: #009d37;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
  }
  #menuButton span:nth-of-type(2){
    top: 10px;
  }
  #menuButton span:nth-of-type(3){
    top: 20px;
  }
  #menuButton p {
    color: #2f58b6;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    width: 40px;
    position: absolute;
    bottom: 0;
  }
  #menuButton .op,
  #menuButton.active .cl {
    display: none;
  }
  #menuButton.active .op {
    color: #fff;
    display: block;
  }

}

/* ==================================================
  banner
================================================== */

.banner{
margin:35px auto 0;
width:94%;
}

.banner .b_left{
float:none;
width:100%;
max-width:560px;
margin:0 auto 0;
}

.banner .b_right{
float:none;
width:100%;
background:none;
padding:10px 0px 0 0px;
text-align:center;
}
.banner .b_right img{
padding:5px;
}

@media print, screen and (min-width: 1200px) {

.banner{
width:1200px;
margin:15px auto;
}

.banner .b_left{
float:left;
width:564px;
margin:0px 0 0;
}

.banner .b_right{
float:right;
width:600px;
min-height:237px;
background:url(common_img/banner.png) no-repeat center 0;
padding:54px 162px 0 31px;
text-align:center;
}

}