@charset "utf-8";

/*****************************************************
	clearfix
*****************************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}


/*****************************************************
	header
*****************************************************/

#header .header-top {
  background: #294362;
  font-size: 13px;
  color: #fff;
}
#header .header-wrap.fixed {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000 !important;
}

#header .header-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
#header .header-inner .header-left {
  position: absolute;
  left: 50%;
  margin-left: -68px;
}
#header h1 a {
  text-decoration: none;
  color: #333333;
}
#header h1 img {
  width: 140px;
}
#header .about-area .tel {
  margin-right: 25px;
}
#header .about-area ul {
  margin-left: auto;
  align-items: center;
}
#header .about-area li span {
  padding-right: 10px;
}
#header .about-area li:last-child {
  margin-right: 0;
}
#header .about-area li a {
  color: #000;
  text-decoration: none;
}
#header .about-area li img {
  height: 50px;
  max-height: 50px;
}
#sp-menu {
  display: none;
}

#header-nav .nav-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.search-inner {
  background: none;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #222222;
  position: relative;
  box-sizing: border-box;
}
.search-inner button, 
.search-inner input, 
.search-inner textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
.search-inner [type=text] {
  background: #fff;
  padding: 10px;
  width: 80%;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}
.search-inner [type=submit] {
  background-color: #222222;
  width: 20%;
  height: 100%;
  padding: 0;
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}


/*****************************************************
	menu
*****************************************************/
.sp-menu {
  display: block;
  height: 50px;
}
.sp-menu #sp-btn {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  overflow: hidden;
}
.sp-menu #sp-btn > span {
  display: block;
  height: 50px;
  position: relative;
  box-sizing: border-box;
}
.sp-menu #sp-btn > span > span, 
.sp-menu #sp-btn > span:before, 
.sp-menu #sp-btn > span:after {
  background: #000;
  display: block;
  position: absolute;
  left: 10px;
  height: 2px;
  width: 30px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.sp-menu #sp-btn > span:before, 
.sp-menu #sp-btn > span:after {
  content: "";
}
.sp-menu #sp-btn > span:before {
  top: 16px;
}
.sp-menu #sp-btn > span > span {
  top: 24px;
  overflow: hidden;
  text-indent: -9999px;
}
.sp-menu #sp-btn > span:after {
  bottom: 16px;
}
.sp-menu #sp-btn.open > span {
  top: 19px;
}
.sp-menu #sp-btn.open > span > span{
  -webkit-transform:rotate(135deg);
  transform:rotate(135deg);
  opacity:0;
}
.sp-menu #sp-btn.open > span:before{
  -webkit-transform:rotate(135deg);
  transform:rotate(135deg);
  margin:0;
  position:absolute;
  top:5px;
}
.sp-menu #sp-btn.open > span:after{
  -webkit-transform:rotate(-135deg);
  transform:rotate(-135deg);
  margin:0;
  position:absolute;
  top:5px;
}
#sp-menu {
  display: block;
  width: 100%;
  padding: 0;
  background: rgba(255,255,255,1);
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1000;
  visibility: visible;
  overflow: visible;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
}
#sp-menu .sp-menu-inner {
  overflow: auto;
}
#sp-menu.hidden {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
#menu-acd .acd-cont {
  display: none;
}
#menu-acd ul > li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
#menu-acd ul > li:last-child {
  border-bottom: none;
}
#menu-acd ul .menu-link ,
#menu-acd ul .acd-menu {
  background: #222222;
  display: block;
  height: 50px;
  font-size: .9rem;
  color: #fff;
  padding: 14px 0.5em;
  position: relative;
  box-sizing: border-box;
}
#menu-acd ul .acd-menu a{color: #fff;}

#menu-acd ul .acd-menu::before {
  content: url("../images/acd_off.png");
  position: absolute;
  top: 14px;
  right: 0.4rem;
}
#menu-acd ul .acd-menu.act::before {
  content: url("../images/acd_on.png");
  top: 9px;
}
#menu-acd ul .menu-link::before {
  content: "\03e";
  position: absolute;
  top: 25%;
  right: 0.5rem;
}
#menu-acd ul .acd-cont .sub-menu > li {
  border-bottom: 1px solid #e4e4e4;
}
#menu-acd ul .acd-cont .sub-menu > li:last-child {
  border-bottom: none;
}
#menu-acd ul .acd-cont .sub-menu > li a {
  display: block;
  height: 45px;
  padding: 12px 0.5em;
  font-size: .8rem;
  position: relative;
  box-sizing: border-box;
}
#menu-acd ul .acd-cont .sub-menu > li a::before {
  content: "\03e";
  position: absolute;
  top: 25%;
  right: 0.5rem;
}
/***************************************************** 
フッター
*****************************************************/
#footer {
  background: transparent;
}
#footer section {
  background: transparent;
  padding: 0;
  border: none;
}

#footer section > p.ch {
  background: #000000;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
#footer section > p.ch a {
  color: white;
}
#footer section > p.copy {
  background: #000000;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
#footer .footer aside ul.listmenu {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  padding-top: 5px;
  margin: 5px 0 15px;
}
#footer .footer aside ul.listmenu li {
  background: transparent;
  border: none;
  line-height: 1;
}
#footer .footer aside ul.listmenu li a {
  color: #666666;
  border: none;
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  margin: 0;
  font-size: 11px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#footer .footer aside ul.listmenu li:first-child a {
  border-top: 1px solid #dddddd;
}
#footer .footer-top {
  background: #222222;
  color: #fff;
}

#footer .footer-bottom {
  background: #222222;
  padding: 0 0 6%;
  color: #fff;
}
#footer .footer-inner {
  max-width: 910px;
  margin: 0 auto;
}

#footer .footer-about {
  display: block;
  margin-bottom: 2.5%;
}
#footer .footer-about li {
  border-bottom: 1px solid #fff;
}
#footer .footer-about a {
  display: block;
  border-right: solid 1px #fff;
  padding: 14px 0.5em;
  font-size: .9rem;
  color: #fff;
}
#footer .footer-company {
  max-width: 350px;
  margin: 0 auto;
  padding: 30px 10px;
}
#footer .footer-company dl {
  align-items: center;
}
#footer .footer-company dt {
  width: 165px;
}
#footer .footer-company dd {
  width: calc(100% - 165px);
  margin-left: 5%;
  padding-left: 5%;
  border-left: 1px solid #262626;
  font-size: .7rem;
}
#footer .sns-link {
  width: 162px;
  margin: 40px auto 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#footer .sns-link img {
  width: 40px;
  height: 40px;
}
#footer .footer-link {
  display: block;
  margin-bottom: 2.5%;
}
#footer .footer-link li {
  border-bottom: 1px solid #fff;
}
#footer .footer-link a {
  display: block;
  border-right: solid 1px #fff;
  padding: 14px 0.5em;
  font-size: .9rem;
  color: #fff;
}
#footer .footer-link li:last-child a {
  border-right: none;
}
#copy {
  text-align: center;
  font-size: 0.7rem;
}
/***************************************************** 
メインスライド
*****************************************************/
#main-slide .slick-prev::before {
  content: url(../images/slide-prev_sp.png);
 }
#main-slide .slick-next::before {
  content: url(../images/slide-next_sp.png);
}
#main-slide .slick-image .slick-next {
    width: 25px;
    height: 25px;
    right: 2.5%;
  z-index: 99;
}
#main-slide .slick-image .slick-prev {
  width: 25px;
  height: 25px;
  left: 2.5%;
  z-index: 100;
}
#main-slide .single-item .slick-prev::before,
#main-slide .single-item .slick-next::before {
  color: #666;
}
#main-slide .slick-slide img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#main-slide .slick-dots li {
  width: 10px;
  height: 10px;
}
#main-slide .slick-dots li button {
  width: 10px;
  height: 10px;
}
#main-slide .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
#main-slide .slick-dots li button:before {
  content: url(../images/slick-dots.png);
}
#main-slide .slick-dots li.slick-active button:before {
  content: url(../images/slick-dots-act.png);
}
/***************************************************** 
ボタン
*****************************************************/
.btn {
  margin: 0 auto;
  text-align: center;
}