@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	font-size: 17px;
}

a{
	color:#7A2324;
}

.pc_none{
	display: none;
}

.sp_none{
	display: block;
}

.small{
	font-size: 80%;
}
.small2{
	font-size: 90%;
}
.small3{
	font-size: 70%;
}
.big110{
	font-size: 110%;
}

.big120{
	font-size: 120%;
}

.bold{
	font-weight: bold;
	padding-bottom: 10px;
}

.column_font{
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.select{color: #7f328a}
.clearfix {
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}



.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 32px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 17px;
	font-weight: bold;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #7f328a;
}
.arrow::after{
    left: 8px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}




/* body　　PC */
body{
	font-size:13px;
	color:#3E3A39;
	/* 「BIZ UDPゴシック」をWindowsで指定 */
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	font-weight: 500;
	width:100%;
	margin:0px auto 0;
	text-align:left;
	background-color:#fffaf0;
	border-top:#7f3189 solid 3px;
}

img{
	width:100%;
}


/* ナビゲーション */

header{
	height: 110px;
	background: #ffffff;
}
#logo{
	position: absolute;
	left:2%;
	top:23px;
	width: 380px;
	
}

#logo img{
	width: 100%;

}

.nav{
	position: absolute;
	text-align: right;
	right: 20px;
	top:50px;
}
.nav ul{
margin-right: 0 ;
padding: 0 ;
}

.nav ul li{
list-style: none;
text-align: left;
display: inline-block;
padding: 0 18px;
font-size: 	13px;
position: relative;
font-weight: 100;
letter-spacing:.1em;
}

.nav ul li a{
text-decoration: none;
color:#3E3A39;
font-weight: bold;
	vertical-align: middle;
}

.nav ul li a:hover{

	color: #7f328a;
}

.image_link{
  display:block;
}
.image_link img{
  width:100%;
  filter: saturate(0%);
  transition:0.3s;
}

.nav ul li:nth-of-type(6){

	color: #7f328a;
}



.nav ul li.online a{
	font-size: 100%;
	text-align:center;
	display: inline-block;
}

.nav ul li.online:hover img{
  filter: saturate(100%);
}

.nav ul li.online{
	display:inline-block;
}
.nav ul li.online:hover{
color: #7f328a;
}

.nav ul li.topmenu a{
}

.nav ul li img{
	width: 25px;
	padding-left: 5px;
}


/* ナビゲーション【ここまで】 */

@media screen and (max-width: 900px) {
	
	*{
	padding:0;
	margin:0;
	font-size: 100%;
}
	
.pc_none{
	display: block;
}

.sp_none{
	display: none;
}
	
	#logo{
	position: absolute;
	left:3%;
	top:20px;
	width: 280px;	
}
	
	header{
	height: 80px;
	background: #ffffff;
}
}


/* コンテンツエリア */
.slider{
	width: 100%;
	height: 100%;
}


.slider img {
	width: 100%;
	object-fit: cover;
}

.slider li,.slider2 li{
	position: relative;
}

.slider li .slick-content,.slider2 li .slick-content{
	position: absolute;
	top: 52%;left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 150;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
}

.slider li .slick-content p{
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 1.4rem;
	text-shadow:1px 1px 0 #ddd, -1px -1px 0 #ddd,
              -1px 1px 0 #ddd, 1px -1px 0 #ddd,
              0px 1px 0 #ddd,  0-1px 0 #ddd,
              -1px 0 0 #ddd, 1px 0 0 #ddd;
}

.slider li .slick-content h2{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 2rem;
	color: #000;
	text-shadow:1px 1px 0 #ddd, -1px -1px 0 #ddd,
              -1px 1px 0 #ddd, 1px -1px 0 #ddd,
              0px 1px 0 #ddd,  0-1px 0 #ddd,
              -1px 0 0 #ddd, 1px 0 0 #ddd;
}
@media screen and (max-width: 900px) {	
	.slider2 li .slick-content{
	position: absolute;
	top: 50%;left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 150;
	color: #000;
	text-align: center;
		

	}
	
.slider2 li .slick-content p{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1rem;
	text-shadow:1px 1px 0 #ddd, -1px -1px 0 #ddd,
              -1px 1px 0 #ddd, 1px -1px 0 #ddd,
              0px 1px 0 #ddd,  0-1px 0 #ddd,
              -1px 0 0 #ddd, 1px 0 0 #ddd;
}

.slider2 li .slick-content h2{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.3rem;
	color: #000;
	text-shadow:1px 1px 0 #ddd, -1px -1px 0 #ddd,
              -1px 1px 0 #ddd, 1px -1px 0 #ddd,
              0px 1px 0 #ddd,  0-1px 0 #ddd,
              -1px 0 0 #ddd, 1px 0 0 #ddd;
}
	
	.slider2 li .slick-content{
		width: 100%;
	}

}


.content_area_top{
	margin: 0px auto;
	padding:40px 10%;
}

.content_area{
	margin: 0px auto;
	border-top:#7f3189 solid 1px;
	padding:70px 15% 10px;
}

.content_area_contact{
	margin: 0px auto;
	border-top:#7f3189 solid 1px;
	padding:70px 20% 10px;
}

.content_area_bottom{
	margin: 0px auto;
	padding:40px 15% 0px;
}

.content_box_top{
	margin:0px auto 100px;
}
.content_box_top_title{
	margin:10px auto 0px;
}

.content_top_img{
	width:38%;
	float: left
}

.content_top_txt{
	width:58%;
	margin-left:4%;
	float: right;
}

.content_top_txt p{
	padding-top: 30px;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding-left: 8px;
	border-top: solid 4px #7f328a;
}

.short_title{
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px auto 0px;
	font-size:22px;
	letter-spacing: 0.15em;
	font-weight: bold;	
}

.full_title{
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px auto 20px;
	border-bottom: solid 4px #7f328a;
	font-size:22px;
	font-weight: bold!important;
	letter-spacing: 0.15em;

}

.detail_more{
	text-align: right;
	margin-top:20px;
	padding-right: 5px;
}

.detail_more a:hover{
	opacity: 0.6;
}



.top_lead_about{
	padding: 20px 10% 0;
}


@media screen and (max-width: 900px) {	
/* コンテンツエリアSP */
	
.content_area{
	margin: 0px auto;
	padding:40px 7% 10px;
}
	
.content_area_top{
	margin: 0px auto;
	padding:40px 7%;
}
	
.content_area_contact{
	margin: 0px auto;
	padding:40px 7% 0;
}
	
.content_area_bottom{
	margin: 0px auto;
	padding:0px 7% 0px;
}

.content_box_top{
	margin:20px auto 60px;
}

.content_top_img{
	width:100%;
	float: none
}

.content_top_txt{
	width:100%;
	margin-left:0%;
	float: none;
}

.content_top_txt p{
	font-size: 120%;
	letter-spacing: 0.1em;
	padding-left: 0px;
	margin-top: 0px;
	border: none;
	padding-top: 20px;
}


.short_title{
	font-size:21px;
	border-bottom: solid 4px #7f328a;
	text-align: center;
}

.full_title{
	padding-bottom: 4px;
	padding-left: 8px;
	margin: 0px auto 10px;
	border-bottom: solid 4px #7f328a;
	font-size:21px;
	font-weight: bold!important;
	letter-spacing: 0.1em;

}

	.top_lead_about{
	padding: 15px 0% 0;
	font-size: 120%;
}
}

#button a:before {        /*白い丸 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50px;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */  
	background: #7f328a;

}

#button a:hover:before {        /*白い丸 */ 
	
	background: #fff;

}
#button a:after {        /*「after要素」で三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 59px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;

}
#button a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	border-left: 6px solid #7f328a;
}

/* 角丸 */
.Radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.button_contact {
	overflow: hidden;
	width: 280px;
	height: 65px;
	margin: 100px auto 0;
	padding: 0;
	border: solid 3px #7f328a;
	background: #fff;
	
}

.button_contact:hover {

	border: solid 3px #7f328a;
	background: #fff;
}
.button_contact a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	color: #7f328a;
	font-size: 18px;
	line-height: 65px;
	text-decoration:none;
	font-weight: bold;
	
}

.button_contact a:hover {
	background: #7f328a;
	color: #fff;
	
}

.content_title{
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 80px;
	font-weight: bold;
}

.content_title span {
	font-size: 32px!important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	display: inline-block;
}


.content_title_sub{
	background:#7f3189;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}


@media screen and (max-width: 900px) {
.content_title{
	margin-bottom: 40px;
}
	
.content_title span {
	font-size: 28px!important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	display: inline-block;
}
	
}

/* コンテンツエリア________________________________________事業内容 */

.content_subtitle {
  position: relative;
  padding: 0 65px;
  text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.content_subtitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
	background: #7f3189
}

.content_subtitle span {
  position: relative;
  padding: 0 1em;
  background:#fffaf0;
}

.business_other_imgbox{
	padding-top:40px;
	margin-top: 35px;
	border-top:#e4beea dashed 1px;
	margin-bottom: 100px;
}

.other_img{
	width: 32%;
	float: left;
	margin-right: 2%;
}

.other_img:last-child{
	margin-right: 0;
}

.ec_logo{
	float: left;
	width: 10%;
}

.ec_name{
	float: right;
	width: 85%;
	overflow-wrap: break-word;
}

@media screen and (max-width: 900px) {
	.content_subtitle_sp{
		text-align: left;
		padding-left: 10px;
		border-left: solid 10px #7f3189;
		font-size:21px;
		font-weight: bold;
		margin-top: 40px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	}
	
	.business_other_imgbox{
	margin-bottom: 60px;
}
	
.ec_logo{
	float: left;
	width: 20%;
}

.ec_name{
	float: right;
	width: 75%;
	overflow-wrap: break-word;
}
	
}

.business_content_box2{
	margin-bottom: 100px;

}


.business_content_img{
	width:34%;
	float: left	;
}

.business_content_txt{
	width:62%;
	margin-left:4%;
	float: right;
	margin-top: 10px;
}

.business_content_txt p{
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

/* コンテンツエリア________________________________________事業内容 コラムエリア */

.content_column_area{
	background: #ece9ee;
	margin: 0px auto 60px;
	padding:60px 15%;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.content_column_box{
	background: #fff;
	background-color: rgba(255,255,255,0.40);
	padding: 40px 50px 50px;
	border:#7f3189 dashed 1px;
	margin-top:40px;
	margin-bottom: 100px;
}

.business_column_img{
	float: right;
	widows: 50%;
}

.business_column_title{
	margin:20px auto 50px;
	width: 100%;
	text-align: center;
	}

.business_column_title span.line {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.business_column_title span:before {
	content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.business_column_title span:after {
	content: '';
  position: absolute;
  bottom: 75px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.business_column_img{
	width: 56%;
	float: right;
	margin-top:10px;
}


.business_column_txt{
	width: 40%;
	float: left;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6em
}


@media screen and (max-width: 900px) {
.business_content_box{
	margin-bottom: 20px;
}

.business_content_img{
	width:100%;
	float: none	;
	padding-top: 10px;
}

.business_content_txt{
	width:100%;
	margin-left:0%;
	float: none;
	padding-top: 20px;
	font-size: 120%;
}
	
/* コンテンツエリア________________________________________事業内容 コラムエリア */

.content_column_area{
	background: #ece9ee;
	margin: 0px auto 30px;
	padding:0;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.content_column_box{
	background: #fff;
	background-color: rgba(255,255,255,0.5);
	padding: 5px 7% 20px;
	margin-bottom: 60px;
}
	
.business_column_title{
	margin:0px auto 25px;
	width: 100%;
	text-align: center;
	}
	
.business_column_title span.line {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}	
	
.business_column_txt{
	font-size: 120%;
	letter-spacing: 0.1em;
	width: 100%;
	float: none;
}
	
.business_column_img{
	text-align: center;
	width: 100%;
	margin: 40px auto 30px;
}
	
}

/* コンテンツエリア________________________________________品質管理 */

.quality{
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin:0 auto 60px auto;
}

.quarity_box{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom:#7f3189 dashed 1px;
}

.quality_img{
	width:56%;
	float: left	
}

.quality_txt{
	font-size: 100%;
	letter-spacing: 0.1em;
	width:40%;
	margin-left:4%;
	float: right;
	line-height: 1.6em
}

.quality_txt_only{
	letter-spacing: 0.1em;
	
}
.quality_img1{
	width: 48%;
	float: left;
	margin-right: 4%;
}

.quality_img2{
	width: 48%;
	float: right;
}


.machine_list_title{
	background-color: #7f3189;
	color:#fff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 95%;
}

.machine_list_title2{
	background-color: #f3b042;
	color:#fff;
	font-weight: bold;
	padding: 5px 10px;
	margin-top:50px;
	font-size: 95%;
}


.machine_list_area{
	background-color: #fbf9fc;
	margin-top:10px;
	border-bottom:dashed 1px #7f3189;
	
}

.machine_list_area .machine_list1{
	float: left;
	width: 50%;
	
}

.machine_list_area .machine_list2{
	float: right;
	width: 50%;
	border-right:dashed 1px #7f3189;
	box-sizing:border-box;
}

.machine_list_area .machine_list_box{
	padding: 10px;
	position: relative;
	border-top:dashed 1px #7f3189;
	border-left:dashed 1px #7f3189;
	
}

.machine_list_area2{
	background-color: #fcfbf9;
	margin-top:10px;
	border-bottom:dashed 1px #f3b042;
	border-right:dashed 1px #f3b042;
	
}

.machine_list_area2 .machine_list1{
	float: left;
	width: 50%;
	box-sizing:border-box;
}

.machine_list_area2 .machine_list2{
	float: right;
	width: 50%;
	box-sizing:border-box;
}


.machine_list_area2 .machine_list_box{
	padding: 10px;
	position: relative;
	border-top:dashed 1px #f3b042;
	border-left:dashed 1px #f3b042;
	
}




.machine_img{
	float: left;
	width: 28%;
}

.machine_title{
	float: right;
	width: 68%;
	position: absolute;
    top: 40%;
    transform: translateY(-40%);
	transform: translateX(45%);
	
}



@media screen and (max-width: 900px) {
	.quality{
	padding-top: 20px;
	font-size: 120%;
}
	
	.quarity_box{
	padding: 30px 0;
	margin-bottom: 10px;
	border-bottom:#7f3189 dashed 1px;
}
	
	.quality_img{
	width:100%;
	float: none	
}

.quality_txt{
	font-size: 120%;
	width:100%;
	margin-left:0%;
	float: none;
	padding-top: 10px;
	font-weight: 300;
}

.quality_txt_only{
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 20px 0% 20px;
	
}
	
.machine_list_area .machine_list1{
	float: none;
	width: 100%;
	border-right:dashed 1px #7f3189;
}

.machine_list_area .machine_list2{
	float: none;
	width: 100%;
	border-right:dashed 1px #7f3189;
	box-sizing:border-box;
}
	

.machine_list_area2 .machine_list1{
	float: none;
	width: 100%;
	box-sizing:border-box;
}

.machine_list_area2 .machine_list2{
	float: none;
	width: 100%;
	box-sizing:border-box;
}	
}

/* コンテンツエリア________________________________________会社概要 */
.sign_area{
	position: relative;
	height: 100px;

}
.sign{
	width: 250px;
	text-align: center;
	position: absolute;
	right: 0;
	height: auto;
	
}
.sign img{
	width: 180px;
 }

.about_logo{
	width: 200px;
	margin: 40px auto 30px;
	
}

.about_table{
	margin: 50px auto 100px;
	font-weight: 400;
}

.about_table tr{	
	border-bottom:1px solid #333;
}

.about_table tr th{
	width: 25%;
}

.about_table tr th,.about_table tr td{
	padding: 15px;
	line-height: 1.6;
}


.map_area{
	
}

.adress{
	margin-bottom: 20px;
}

.adress p{
	line-height: 1.6;
}

.map1{
	width: 48%;
	float: left;
}

.map2{
	width: 48%;
	float: right;
}

	@media screen and (max-width: 900px) {	
.about_logo{
	width: 200px;
	margin: 40px auto 10px;
	
}
		
.about_table{
	margin: 30px auto 60px;
	font-weight: 400;
	font-size: 16px;
}
		
.about_table tr th{
	width: 32%;
}
		
.about_table tr td{
	padding: 15px 0;
}
		
.about_table tr th{
	padding: 15px 20px 15px 0		
		}
		
.sign_area{
	margin-top:30px;
	position: relative;
	height: 0px;
	padding-bottom: 70px;
}
.sign{
	width: 100%;
	text-align: right;
	position: relative;
	right:auto;
	height: auto;
	
}
.sign img{
	width: 180px;
	margin: 0 auto ;
 }
		
		.map1{
	width: 100%;
	float: none;
	margin-bottom: 50px;
	font-size: 16px;
}

.map2{
	width: 100%;
	float: none;
	font-size: 16px;
	margin-bottom: 30px;
}
}
/* コンテンツエリア【ここまで】 */

/* フッターエリア */
footer .footer_area{
	font-weight: 100;
	color: #000;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	margin-top: 80px;
	margin-bottom: -30px;
	padding-bottom: 30px;
	background-color: #ece9ee;
	border-top:#7f3189 solid 1px;
}

footer .footer_area .fotter_logo{
	float: left;
	width:28%;
	text-align: right;
	margin-top: 20px;
}

footer .footer_area .fotter_logo img{
	width: 140px;
}

.footer_nav{
	float: right;
	margin-bottom: 60px;
	margin-top: 50px;
	width: 67%;
	margin-left: 5%;
	font-weight: 500;
	text-align: left;

}
.footer_nav ul{
margin-right: 0 ;
padding: 0 ;
}

.footer_nav ul li{
list-style: none;
text-align: left;
display: inline-block;
width:auto;
padding: 0 25px;
font-size: 	14px;
position: relative;
letter-spacing:.1em;
}

.footer_nav ul li a{
text-decoration: none;
color: #000;
}

.footer_nav ul li a:hover{
color:#7f3189;
}


.footer_nav ul li.online a{
font-size: 80%;
	text-align:center;
	display: inline-block;
}



.copy{
	margin-top: 40px;
	font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em
}

/* フッターエリア【ここまで】 */






	@media screen and (max-width: 900px) {	
/* フッターエリアSP */
footer .footer_area{

	margin-top: 40px;
	padding: 0px;
	
}
	
	footer .footer_area .fotter_logo{
	float: none;
	width:100%;
	text-align: center;
	margin-top: 20px;
		padding-bottom: 20px;
		
}

footer .footer_area .fotter_logo img{
	width: 140px;
}

.footer_nav{
	float: none;
	margin-bottom: 50px;
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	font-weight: 500;
	text-align: left;
	text-align: center;

}

	.footer_nav ul li{
text-align: center;
padding: 5px 10px;
font-size: 	14px;
}
		
		.footer_nav ul li:last-child{
			margin-top:10px;
text-align: center;
display: block;
}
	
	.footer_nav ul li a img{
	width: 35px;
	position: relative;
	vertical-align:  middle; 
}

.copy{
	margin-top: 0px;
	font-size: 	12px;
	text-align: center;
}


}


/* スマホメニュー */

.menu {
	display: none;
	position: absolute;
	width: 34px;
	height: 40px;
	top: 25px;
	right: 22px;
	cursor: pointer;
	z-index: 101;
}
.menu .top,
.menu .middle,
.menu .bottom {
	background: #787878;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	transition: all .1s ease;
}
.menu .top {
	top: 7px;
}
.menu .bottom {
	top: 14px;
}
.menu .txt {
	color: #787878;
	position: absolute;
	left: 0;
	top: 18px;
	font-weight: normal;
}
.menu.active .top {
	transform: translateY(11px) translateX(0) rotate(-45deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	transform: translateY(4px) translateX(0) rotate(45deg);
}
.menu.active .txt {
	opacity: 0;
}
.menu-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
	transition: all 0.5s;
	box-sizing: border-box;
	transform: translateX(100%);
	transition: all 0.5s;
}
.menu-box.active {
	transform: translateX(0);
}
.menu-box a {
	padding: 21px 15px 22px 0;
	color: #333;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: solid 1px #333;
}
.menu-box ul {
	padding: 70px 10px 0;
	list-style: none;
}

.menu-box ul li.sp_online a::after {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/cart_black.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

.menu-box ul li.sp_online img{
	width: 22px;
	
}



@media screen and (min-width: 801px) {
	.menu-box {
		display: none !important;
	}
}
@media screen and (max-width: 900px) {
	.menu {
		display: block;
	}
}

