img {
    max-width: 100%;
    height: auto;
}
a:hover {
       opacity: .7;
    text-decoration: none;
    transition: all .4s ease-out;
    outline: none;
}
.red{
	color:#ef5353;
}
.grecaptcha-badge { visibility: hidden; }



/* フッターメニュー */

/******************************************************************
 * TOP
******************************************************************/
/* .top-mv
-----------------------------------------------------------------*/
.top-mv {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1000px) {
	.top-mv {
    height: 70vh;
}
}
@media screen and (max-width: 500px) {
  .top-mv {
    height: 500px;
  }
}
.top-mv-menu {
  position: absolute;
  top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
padding: 0 20px 0 30px;
}
.top-mv-menu .top-logo {
  width: 408px;
	position: relative;

}
@media (max-width: 1635px) {
  .top-mv-menu .top-logo {
    width: 300px;
  }
}
@media (max-width: 1400px) {
	  .top-mv-menu .top-logo {
    width: 180px;
  }
	  
}
@media (max-width: 500px) {
.top-mv-menu .top-logo {
    width: 150px;
}

}
.top-mv-menu .top-btn {
  display: flex;
}
@media (max-width: 1029px) {
  .top-mv-menu .top-btn {
    display: none;
  }
}
/* @media screen and (max-width: 750px) {
  .top-mv-menu .top-btn {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
} */
.top-mv-menu .top-btn li {
  width: 260px;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-btn li {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li {
    width: 50%;
  }
}
.top-mv-menu .top-btn li a {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
		    display: flex;
    justify-content: center;
    align-items: center;
	font-weight:600;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-btn li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li a {
    font-size: 16px;
    padding: 8px 0;
  }
}
.top-mv-menu .top-btn li a img {
    width: 35px;
    height: 27px;
  margin-right: 20px;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-btn li a img {
    width: 25px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li a img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
  }
}
.top-mv-menu .top-btn li.contact {
/*   margin-right: 20px; */
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li.contact {
    margin: 0;
  }
}

.top-mv-menu .top-btn li.contact a {
  background:center no-repeat #f7b20e;
/*background: url("../img/common/c_btn_frame.png") center no-repeat #FD8D25;*/
  background-size: 90%;
	    border-radius: 40px;
}
/* @media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li.contact a {

    background-size: 0%;
	      height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	  
  }
} */

.top-mv-menu .top-btn li.shop a {
	/* background: url("../img/common/c_btn_frame.png") center no-repeat #66A17B; */
  background: center no-repeat #66A17B;
  background-size: 96%;
    border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li.shop a {
/*     background: url("../img/common/c_btn_frame_sp.png") center no-repeat #66A17B; */
	     background: center no-repeat #66A17B;
    background-size: 0%;
	     height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; 
  }
}


.sp_footerbtn{
position: fixed;
    bottom: 0px;
display: none;
	    width: 90%;
	    opacity: 0;
    visibility: hidden;
	    transition: all 1s;
	    z-index: 50;
}
.sp_footerbtn.active {
    opacity: 1;
    visibility: visible;
}
.sp_footerbtn li{
    background-color: #333;
    width: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    padding: 5px;
}
.sp_footerbtn li:last-of-type{
 background-color: #0000ff !important;
}
.sp_footerbtn img{
	width: 27%;
	    margin-left: 20px;
}
.sp_footerbtn a{
    display: flex;
    align-items: center;	
	justify-content: center;
}
.shop img{
	    width: 25%;
}
@media screen and (max-width: 1029px) {
	.sp_footerbtn{
    display: flex;
	}	
}
@media screen and (max-width: 800px) {
.sp_footerbtn{
	width: 80%;
	}	
}
@media screen and (max-width: 500px) {
.sp_footerbtn img {
	width: 23%;
	}
	.shop img {
    width: 22%;
}

}
@media screen and (max-width: 400px) {
.sp_footerbtn li {
    padding: 10px 3px;
    font-size: 0.9rem;
}	
}
/******************************************************************
 * ヘッダー
******************************************************************/
/* PC
-----------------------------------------------------------------*/
.header-nav-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
    height: 95px;
  background: #FFF;
  transition: 0.3s;
  z-index: 9999;
}
.header_company_h1{
min-width: 150px;
    margin-left: 20px;
    width: 20vw;	
}
.head_tel{
    color: #f5a200;
    font-size: 1.3rem;
    font-family: "franklin-gothic-atf", sans-serif;
    display: flex;
    align-items: center;
    margin-right: 20px;
	
}

@media (max-width: 1399px) {
  .header-nav-pc {
    height: 70px;
/*     padding-left: 20px; */
  }
	.head_tel {
		font-size: 1.1rem;
	}

}
@media (max-width: 1029px) {
  .header-nav-pc {
    display: none;
  }
.header_company_h1{
	    max-width: 300px;
    margin-left: 20px;
    width: 62vw;	
}
}
.header-nav-pc .header-nav-btn {
  display: flex;
}
.header-nav-pc .header-nav-btn li {
  width: 140px;
    height: 95px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li {
    width: 70px;
    height: 70px;
   
  }
}
.header-nav-pc .header-nav-btn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding-top: 7px;
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li a {
    padding-top: 12px;
  }
}
.header-nav-pc .header-nav-btn li a span {
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li a span {
    margin-bottom: 5px;
	 font-size:0.9rem;
  }
}
.header-nav-pc .header-nav-btn li a img {
  width: 54px;
}

@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li a img {
    width: 24px;
  }
}
.header-nav-pc .header-nav-btn li.contact a {
  background: #333;
  padding-bottom: 10px;
}
.header-nav-pc .header-nav-btn li.contact a span {
  margin-bottom: 10px;
	font-size: 16px;
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li.contact a span {
    margin-bottom: 5px;
	 font-size:0.9rem;
  }
}
.header-nav-pc .header-nav-btn li.contact a img {
height: 30px;
    width: auto;
}

@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li.contact a img {
    height: 16px;
  }
}
.header-nav-pc .header-nav-btn li.shop a {
  background: #0000ff;
}
.header-nav-pc .header-nav-btn li.shop a img {
    height: 45px;
    width: auto;
}

@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li.shop a img {
    height: 20px;
  }
}
.header-nav-pc.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

/* SP
-----------------------------------------------------------------*/
.header-nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 70px;
  padding-left: 16px;
  z-index: 20;
	    align-items: center;
    background-color: #fff;	
}
@media (min-width: 1030px) {
  .header-nav-sp {
    display: none;
  }
}
.header-nav-sp .header-logo {
  width: 220px;
  padding-top: 18px;
}
.header-nav-sp .navToggle {
  position: absolute;
  top: 7px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
width: 60px;
    height: 60px;
  background: #f7b20e;
  border: 1px solid #FFF;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
}
.header-nav-sp .navToggle::after {
  position: absolute;
  bottom: 10px;
  content: "MENU";
  width: 100%;
  font: 0.9rem "din-2014-narrow",  sans-serif;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.8px;
}
.header-nav-sp .navToggle span {
  display: block;
  position: absolute;
  width: 21px;
  cursor: pointer;
  border-bottom: solid 2px #FFF;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-nav-sp .navToggle span:nth-child(1) {
  top: 8px;
}
.header-nav-sp .navToggle span:nth-child(2) {
  top: 14px;
}
.header-nav-sp .navToggle span:nth-child(3) {
  top: 20px;
}
.header-nav-sp .navToggle.active span {
  width: 21px;
  border-bottom: solid 2px #fff;
}
.header-nav-sp .navToggle.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav-sp .navToggle.active span:nth-child(2) {
  opacity: 0;
}
.header-nav-sp .navToggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-sp .globalMenu {
  position: fixed;
  top: 0;
  right: 0;
  background: #F6F6F6;
  color: #333;
  opacity: 0;
  width: 80%;
  height: 100%;
  line-height: 1.45;
  padding: 90px 20px;
  transition: all 0.6s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  z-index: 1001;
}
.header-nav-sp .globalMenu.active {
  opacity: 1;
  pointer-events: all;
}
.header-nav-sp .globalMenu.active .menu-wrap .menu-list {
  animation-name: fadeleft;
  animation-duration: 1s;
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-nav-sp .globalMenu .menu-wrap .menu-list {
  border-top: 1px dotted #727171;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li {
  font-size: 16px;
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #C5C5C5;
  padding: 10px 0;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child {
/*   display: none; */
  background: #FFF;
  padding: 10px;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li {
  margin-bottom: 10px;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li a {
  font-size: 16px;
  border-bottom: 0;
  padding: 0;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li a::after {
  content: none;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li:last-child {
  margin-bottom: 0;
}
/* .header-nav-sp .globalMenu .menu-wrap .menu-list li.accord a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.25px 0 6.25px;
  border-color: #959595 transparent transparent transparent;
  margin: auto;
} */

/******************************************************************
 * フッター
******************************************************************/
/* footer
-----------------------------------------------------------------*/

/*contact*/
.h2_black{
	color: #656565;
}
.contact_back{
	background-image: url("../img/contact.jpg");
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.h2_02 {
    font-family: din-2014, sans-serif;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 600;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #fff;
    padding-top: 80px;
}
.h2_black {
    color: #656565;
}
.h2_02 span {
    font-size: 1.5rem;
	 color: #656565;
}
.mail_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7b20e;
    width: fit-content;
    border-radius: 70px;
    padding: 10px 30px;
    color: #fff;
    margin: 50px auto 0px;
}
.mail_btn a{
display: flex;
    justify-content: center;
    align-items: center;	
}
.mail_btn img {
    width: 45px;
    margin: 0px 10px;
}
.contact_bottom{
	padding-bottom: 100px;
}

.footer {
  background: url("../img/common/footer_bg.jpg") no-repeat;
  background-size: cover;
  padding: 242px 0 54px;
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 180px;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 166px 0 100px;
  }
.h2_02 {
    font-size: 3rem;
}
.h2_02 span {
    font-size: 1.1rem;
}
}
@media screen and (max-width: 500px) {
	.h2_02 span {
    font-size: 1rem;
    font-family: Noto Sans JP;
}
.h2_02 {
    font-size: 2rem;
}
}
.footer .c-inner .footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
	    font-size: 18px;
	    border-top: solid 1px #000;
    padding-top: 40px;
}
@media (max-width: 1100px) {
  .footer .c-inner .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .footer .c-inner .footer-menu-wrap {
    margin-bottom: 60px;
	  font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 500px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item {
    width: 100%;
  }
} 
.footer .c-inner .footer-menu-wrap .footer-menu-item li {

  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item li {
    margin-bottom: 14px;
  }
}
.footer .c-inner .footer-menu-wrap .footer-menu-item__child {
  padding-left: 20px;
  margin-top: 20px;
}
.footer .c-inner .footer-menu-wrap .footer-menu-item__child li {
font-size: 17px;
    margin-bottom: 16px;
}
/* @media (max-width: 1635px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item__child li {
    font-size: 14px;
  } 
}*/
@media screen and (max-width: 750px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item__child li {
    font-size: 15px;
  }
}
.footer .c-inner .footer-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.footer .c-inner .footer-bnr li {
  margin-right: 40px;
}
.footer .c-inner .footer-bnr li:first-child {
  width: 456px;
}
.footer .c-inner .footer-bnr li:last-child {
  width: 350px;
  margin-right: 0;
}
.footer .c-inner .footer-copy {
  text-align: center;
	font-size: 14px;
}
.submenu_item{
	font-size:15px;
}
.footer_logo{
margin-right: 30px;
    max-width: 400px;
}
.footer_h1box{
    margin: 0px auto 0px;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 35px;
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
.footer_logo {
    max-width: 350px;
    margin: 20px auto 20px;
}
.footer_h1box {
margin: 0px auto 0px;
    font-size: 16px;
    flex-direction: column;
    max-width: 500px;
    padding-bottom: 30px;
    align-items: center;
    padding-top: 60px;
	}
}
@media screen and (max-width: 500px) {
	
}
/* pagetop
-----------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 0px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media screen and (max-width: 750px) {
  .pagetop {

    width: calc(100px/2);
  }
}
.pagetop.active {
  opacity: 1;
  visibility: visible;
}

/******************************************************************
 * 共通パーツ
******************************************************************/
/* .c-gnav
-----------------------------------------------------------------*/



.c-gnav {
    display: flex;
    justify-content: center;
    align-items: baseline;
 
 
}
.header_gnav{
top: 25px;
   position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    white-space: nowrap;	
	    z-index: 10;
}



@media screen and (max-width: 1000px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav-home {
  text-align: center;
  margin-right: 73px;
}
@media (max-width: 1399px) {
  .c-gnav-home {
    margin-right: 20px;
  }
}
.c-gnav-home img {
  width: 44px;
}
@media (max-width: 1399px) {
  .c-gnav-home img {
    width: 28px;
  }
}
.c-gnav-list {
  display: flex;
}
.c-gnav-list li {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.c-gnav-list a{
    display: flex;
    flex-direction: column-reverse;	
}
@media (max-width: 1500px) {
	.c-gnav-list li {
    margin-right: 15px;
}
}
@media (max-width: 1399px) {
  .c-gnav-list li {
    margin-right: 10px;
  }
}
.c-gnav-list li:last-child {
  margin-right: 0;
}
.c-gnav-list li:hover ul {
  opacity: 1;
  pointer-events: all;
}
.c-gnav .en {
  display: block;
  font: 16px "din-2014-narrow",  sans-serif;
  color: #22bcb5;
	    letter-spacing: 2px;
}
@media (max-width: 1399px) {
  .c-gnav .en {
    font-size: 13px;
  }
}
/* @media (max-width: 1899px) { */
  .c-gnav .jp {
    font-size: 16px;
	      font-weight: 500;
  }

/* @media (max-width: 1699px) {
  .c-gnav .jp {
    font-size: 16px;
  }
} */
@media (max-width: 1600px) {
  .c-gnav .jp {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
.c-gnav .jp {
    font-size: 1.1vw;
}	
}
.c-gnav-child {
    position: absolute;
    top: 0px;
    left: -20px;
    width: 300px;
    background: #333;
    opacity: 0;
    margin-top: 25px;
 padding: 10px 0px 20px 10px;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 999;
}
/* @media (max-width: 1699px) {
  .c-gnav-child {
    top: 40px;
  }
} */
.c-gnav-child li {
    font-size: 1rem;
  text-align: left;
  letter-spacing: 0;
  text-indent: -20px;
  margin-left: 20px;
  margin-bottom: 14px;
	color:#fff;
}

@media (max-width: 1399px) {
  .c-gnav-child li {
    font-size: 14px;
  }
}
/* .c-gnav-child li::before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #FDC325;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
} */
.c-gnav-child li:hover {
  color: #FD8D25;
}
.c-gnav-child li:last-child {
  margin-bottom: 0;
}


/* .c-linebnr
-----------------------------------------------------------------*/
.c-linebnr {
  position: fixed;
  bottom: 15%;
  right: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .c-linebnr {
    bottom: 15%;
    width: 180px;
  }
}
@media (max-width: 414px) {
  .c-linebnr {
    bottom: 110px;
  }
}
.c-linebnr .close {
  position: absolute;
  top: -35px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #6e6e6e;
  font-size: 30px;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-linebnr .close {
    top: -22px;
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
}
.c-linebnr.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
/* popup */
.poptitle{
    font: 45px "din-2014-narrow",  sans-serif;
    font-weight: 600;
	text-align:center;
}
.line_popup{
	font-size:20px;
	    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.popup_text{
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.line_popup li {
    background-color: whitesmoke;
    padding: 30px 0px;
}
.line_popup li:nth-child(odd){
    background-color: #333;
    padding: 5px;
    color: #fff;
    margin-top: 10px;
}
.line_popup a{
    background-color: #78AF8C;
    color: #fff;
    padding: 6px 70px;
    /* border-radius: 30px; */
    margin-bottom: 10px;
    margin-left: 8px;
    font-size: 1.1rem;
	
}
@media (max-width: 500px) {
	.popup_text {
		font-size: 18px;
	}
.line_popup {
	font-size: 17px;
	}
.line_popup li {
    padding: 15px 0px;
}
.line_popup a {
    font-size: 1rem;
}
}


/*footer*/
.footer_inner{
	    max-width: 1700px;
      margin: 0 auto;
	    width: 95%;
}
.footer_company{
    display: flex;
    margin: 20px;
    flex-direction: column;
	    width: 45%;
	    align-items: flex-start;
}
.footer_company_add{
font-size: 1rem;
    line-height: 1.5;	
	    margin-top: 20px;
	    color: #fff;
	    padding-left: 20px;
}
.footer_menu{
	    width: 50%;
}
.footer_menu ul{
	display: flex;
	    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer_menu li{
    margin: 10px;
    width: 30%;
	    font-size: 1rem;
	position: relative;
	    color: #fff;
}
.footer_menu li::before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    left: -15px;
	transition: all .4s ease-out;
}
.footer_menu li a:hover::before{
    content: '';
    width: 10px;
    height: 2px;
      opacity: .9;
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
    left: -15px;
}
.footer_submenu ul{
	display: flex;

}
.footer_box {
padding-top: 150px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
	    background-color: #333;
}
.footer-copy {
  text-align: center;
	font-size: 14px;
	padding-bottom:20px;
	color:#fff;
}
footer{
    background-color: #333;	
}
.fottersmall_list li a{
    font-size: 90%;	
}
.fotter_list{
	width:84% !important;
}
.fottersmall_list li{
	position:initial;
}

@media screen and (max-width: 1300px) {
.footer_menu li {
	width: 40%;
	}
}
@media screen and (max-width: 1000px) {
	.footer_menu {
    width: 70%;
}
}
@media screen and (max-width: 750px) {
.footer_inner {
    margin: 0px;
}
	.footer_company_h1{
		    text-align: center;
    margin-bottom: 10px;
	}
.footer_menu {
    width: 100%;
	    max-width: 600px;
}
.footer_menu ul {
    justify-content: flex-end;
}
.footer_box {
    flex-direction: column;
    align-items: center;
}
	.footer_company {
    width: 80%;
}
}	
@media screen and (max-width: 600px) {
.footer_menu li {
	margin: 5px;
 font-size: 0.9rem;
	}		
.footer_company_add {
    font-size: 0.9rem;
    line-height: 1.5;
	}
	.footer_menu li {
    width: 70%;
}
	.fotter_list {
    width: 70% !important;
}
}
/*contact*/
.back_img03{
	background-image:url("../img/contact_bsck.jpg");
background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;	

}
.contact_wrap {
    max-width: 1000px;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 100px;
	    width: 90%;
}
.contact_box{
	background-color: #fff;
}
.contact_text{
	width: 80%;
	    margin: 0px auto 40px;
	max-width: 500px;
	    text-align: center;
}
.contact_btn_box {
display: flex;	
    justify-content: center;
	    padding-bottom: 50px;
}

.contact_btn_box a{
    background-color: #333;
    height: 50px;
    width: 250px;
    margin: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_btn_box a:first-of-type{
	background-color:#f5a200;
}
.other_h3{
	padding-top: 50px;
	    padding-bottom: 30px;
}
.other_h3{
    font-size: 3.5rem;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    position: relative;
	display: block;
	    margin: 0px auto;
}
.h3_sub {
    font-size: 1.5rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 600;
    display: block;
}
.other_h3:after{
    content:none;	
}
@media screen and (max-width:770px) {
.contact_btn_box a {
	width: 210px;
	}
.contact_text {
	width: 90%;
	}

}
@media screen and (max-width:500px) {
.other_h3 {
		font-size: 2rem;	
	}
.h3_sub {
	font-size: 1.2rem;
	}
}
@media screen and (max-width:500px) {
.contact_text {
    text-align: left;
	    margin: 0px auto 30px;
}
.contact_btn_box {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
}
.other_h3 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
}

/*foogallary  */
.fg-simple_portfolio{
    max-width: 1050px !important;
    margin: 0 auto;
}
@media (max-width: 600px) {
.fg-simple_portfolio .fg-item {
    flex-basis: 160px !important;
    margin: 2px;
}	
}