/*
@media (max-width: $xs-maxwidth){
	smartphone
}
@media (min-width: $xs-maxwidth+1) and (max-width: $sm-maxwidth){
	tablet only
}
*/
/* ////////////////////////// */
/* usual //////////////////// */
/* ////////////////////////// */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

ul:before, ul:after {
  content: "";
  display: table;
}

ul:after {
  clear: both;
}

ul {
  zoom: 1;
}

input, input[type="button"], input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}

table {
  width: 100%;
}

.tbl {
  display: table;
}
.tbl .tblcell {
  display: table-cell;
}
.tbl .tblcell.mdl {
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.alpha {
  text-decoration: none;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
a.alpha:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

img {
  max-width: 100%;
}

.frame {
  position: relative;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.framecontent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ////////////////////////// */
/* common /////////////////// */
/* ////////////////////////// */
* {
  color: #333;
}

.container {
  max-width: 1064px;
}

.brs5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.brs10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.brs15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

/* inner eyecatch */
.content .eyecatch.inner {
  padding-bottom: 21.95%;
}
@media (max-width: 767px) {
  .content .eyecatch.inner {
    padding-bottom: 43.9%;
  }
}
.content .eyecatch.inner .mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .content .eyecatch.inner .mv {
    min-height: 164px;
  }
}
.content .eyecatch.inner .eyecatch_hl {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
.content .eyecatch.inner .eyecatch_hl span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .content .eyecatch.inner .eyecatch_hl {
    font-size: 32px;
  }
  .content .eyecatch.inner .eyecatch_hl span {
    font-size: 16px;
  }
}

/* bread */
.bread {
  padding: 25px 0 50px;
}
.bread ul {
  margin: 0 -4px;
}
.bread ul li {
  padding: 0 4px;
  float: left;
  font-size: 13px;
  line-height: 100%;
}
.bread ul li span {
  margin-left: 8px;
  color: #9dbc47;
}
.bread ul li a {
  color: #9dbc47;
}
.bread ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .bread {
    padding: 15px 0 30px;
  }
}

.sidebar {
  width: 286px;
}
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar_box {
  background-color: #d6f484;
  padding: 11px;
}
.sidebar .sidebar_box ul li {
  clear: both;
  margin-top: 11px;
}
.sidebar .sidebar_box ul li:first-child {
  margin-top: 0;
}
.sidebar .sidebar_box ul li a {
  display: block;
  background-color: #fff;
  padding: 20px 20px 20px 40px;
  color: #333;
  font-size: 16px;
  line-height: 100%;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-image: url(../images/sidebar_arrow.png);
}
.sidebar .sidebar_box ul li a:hover {
  color: #b9da5d;
}

.maincnt {
  width: 684px;
  float: right;
}
@media (max-width: 991px) {
  .maincnt {
    width: 100%;
  }
}
.maincnt .maincnt_box {
  margin-bottom: 50px;
}
.maincnt p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}
.maincnt p span {
  display: block;
}
@media (max-width: 767px) {
  .maincnt p span {
    display: inline;
  }
}

/* ////////////////////////// */
/* header /////////////////// */
/* ////////////////////////// */
#header {
  padding: 20px 0 12px;
}
#header .header_title {
  float: left;
}
#header .header_title .header_logo {
  float: left;
  text-align: center;
}
#header .header_title .header_logo a {
  display: block;
}
#header .header_title .header_logo a span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 100%;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header_title .header_logo img {
    max-height: 46px;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  #header .header_title .header_logo img {
    max-height: 35px;
    width: auto;
    max-width: inherit;
  }
  #header .header_title .header_logo a span {
    display: none;
  }
}
#header .header_nav_info table {
  float: right;
  width: auto;
  margin: 0 -20px;
}
#header .header_nav_info table td {
  padding: 0 20px;
  vertical-align: middle;
  color: #b9da5d;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
}
#header .header_nav_info table td a {
  color: #b9da5d;
  line-height: 100%;
}
#header .header_nav_info table td.icontel {
  color: #b9da5d;
}
#header .header_nav_info table td.icontel span {
  color: #9dbc47;
}
#header .header_nav_info table td.icontel span b {
  color: #9dbc47;
  font-size: 15px;
  font-weight: normal;
}
#header .header_nav_info table td.icontel span:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: -2px;
}
#header .header_nav_info table td.mail a {
  display: block;
  border: 1px solid #b9da5d;
  background-color: #fff;
  padding: 6px 10px;
  letter-spacing: 0.5px;
  -moz-box-shadow: 1px 1px 0px #b9da5d;
  -webkit-box-shadow: 1px 1px 0px #b9da5d;
  box-shadow: 1px 1px 0px #b9da5d;
}
#header .header_nav_info table td.mail a:before {
  content: ' ';
  display: inline-block;
  width: 22px;
  height: 14px;
  background-image: url(../images/icon_mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: -1px;
}
#header .header_nav_info table td.mail a:hover {
  color: #fff;
  background-color: #b9da5d;
}
#header .header_nav_info table td.mail a:hover:before {
  background-image: url(../images/icon_mail_fff.png);
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header_nav_info table {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .header_nav_info table td {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#header .header_nav_info ul {
  margin: 0 -20px;
}
#header .header_nav_info ul li {
  padding: 0 20px;
  float: right;
  color: #b9da5d;
  font-size: 14px;
  line-height: 100%;
}
#header .header_nav_info ul li a {
  color: #b9da5d;
  line-height: 100%;
}
#header .header_nav_info ul li.icontel span b {
  font-weight: normal;
  font-size: 15px;
}
#header .header_nav_info ul li.icontel span:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
#header .header_nav_info ul li.mail a {
  display: block;
  border: 1px solid #b9da5d;
  padding: 5px 10px;
}
#header .header_nav_info ul li.mail a:before {
  content: ' ';
  display: inline-block;
  width: 22px;
  height: 14px;
  background-image: url(../images/icon_mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#header .header_nav_main {
  padding-top: 20px;
}
#header .header_nav_main ul {
  margin: 0 -8px;
  padding: 5px 0;
  text-align: right;
}
#header .header_nav_main ul li {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #ccc;
}
#header .header_nav_main ul li:first-child {
  border-left: 0;
}
#header .header_nav_main ul li a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px 18px;
  margin: -5px 0;
}
#header .header_nav_main ul li a:hover {
  color: #fff;
  background-color: #b9da5d;
}
#header .header_nav_main ul li.current a {
  color: #fff;
  background-color: #b9da5d;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .header_nav_main ul {
    text-align: center;
  }
}
#header .header_nav {
  float: right;
}

/* ////////////////////////// */
/* drawer /////////////////// */
/* ////////////////////////// */
.drawer-default {
  background-color: #b9da5d;
}
.drawer-default #drawer_box ul {
  padding: 10px 0 0;
}
.drawer-default #drawer_box ul li {
  clear: both;
  border-bottom: 1px solid #ccdba1;
}
.drawer-default #drawer_box ul li a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
}

.drawer-hamburger-icon {
  margin-top: 0;
}

/* ////////////////////////// */
/* footer /////////////////// */
/* ////////////////////////// */
#footer .footer_bnr {
  padding: 30px 0;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../images/footer_bnr_bg.png);
}
#footer .footer_bnr ul {
  text-align: center;
  margin: 0 -14px;
  margin-top: 30px;
}
#footer .footer_bnr ul:first-child {
  margin-top: 0;
}
#footer .footer_bnr ul li {
  display: inline-block;
  /* padding: 0 14px; */
  padding: 0 7px;
  max-width: 33.333333%;
}
#footer .footer_bnr ul.two li {
  /* height: 110px; */
  height: auto;
}
#footer .footer_bnr ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}
#footer .footer_bnr ul li a {
  position: relative;
  display: block;
}
#footer .footer_bnr ul li a:hover:after {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#footer .footer_bnr ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#footer .footer_bnr ul li:nth-child(3) p:first-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #footer .footer_bnr ul {
    margin: 0 -7px;
    margin-top: 15px;
  }
  #footer .footer_bnr ul li {
    padding: 0 7px;
  }
  #footer .footer_bnr ul.two li {
    width: 50%;
    max-width: 50%;
  }
}
#footer .footer_cnt {
  padding: 20px 0 25px;
  background-color: #b9da5d;
  color: #fff;
  text-align: center;
  position: relative;
}
#footer .footer_cnt .pagetop {
  position: absolute;
  top: -45px;
  right: 35px;
}
@media (max-width: 767px) {
  #footer .footer_cnt .pagetop {
    top: -15px;
    right: 5px;
  }
  #footer .footer_cnt .footer_cnt_box {
    padding-top: 45px;
  }
}
#footer .footer_cnt .footer_cnt_box {
  display: inline-block;
  text-align: left;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_hl p {
  float: left;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-right: 30px;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_hl ul {
  float: left;
  margin: 0 -9px;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_hl ul li {
  float: left;
  padding: 0 9px;
  height: 31px;
  line-height: 31px;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_hl ul li img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  #footer .footer_cnt .footer_cnt_box .footer_cnt_hl ul {
    margin: 5px -2.5px 10px;
  }
  #footer .footer_cnt .footer_cnt_box .footer_cnt_hl ul li {
    float: left;
    padding: 0 2.5px;
  }
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_btm ul {
  float: left;
  margin: 0 -6px;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_btm ul li {
  float: left;
  padding: 0 6px;
  color: #fff;
  font-size: 13px;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_btm ul li a {
  color: #fff;
}
#footer .footer_cnt .footer_cnt_box .footer_cnt_btm p {
  color: #fff;
  font-size: 13px;
}

#company .eyecatch.inner .mv {
  background-image: url(../../images/company/mainvisual.jpg);
}
#company .maincnt .maincnt_box#profile h3 {
  color: #9dbc47;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#company .maincnt .maincnt_box#profile p span {
  display: block;
  color: #9dbc47;
}
#company .maincnt .maincnt_box#profile p span.address {
  color: #333;
  font-size: 13px;
}
#company .maincnt .maincnt_box#profile p span.address b {
  margin-left: 10px;
  font-size: 16px;
}
#company .maincnt .maincnt_box#profile p span.comment {
  padding: 20px 0;
  color: #333;
  font-size: 17px;
}

#company .maincnt .maincnt_box#profile p span a {
  color: #9dbc47;
}
#company .maincnt .maincnt_box#profile .mapimg {
  padding: 0 50px;
}
#company .maincnt .maincnt_box#enkaku h4 {
  color: #9dbc47;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
#company .maincnt .maincnt_box#enkaku ul li {
  clear: both;
  margin-bottom: 20px;
}
#company .maincnt .maincnt_box#enkaku ul li p {
  margin-bottom: 0;
}
#company .maincnt .maincnt_box#enkaku ul li .date {
  font-size: 16px;
  font-weight: bold;
}
#company .maincnt .maincnt_box#enkaku ul li .txt {
  font-size: 16px;
  margin-bottom: 5px;
}
#footer .copyright p{
  padding: 10px 0 0 0;
  font-size: 9px;
  color: #FFF;
}

.map{
  margin-bottom: 40px;
}
.map iframe{
  width: 100%;
}