@charset "UTF-8";


body{
	margin: 0;
	font-family: 'Montserrat', sans-serif,'M PLUS Rounded 1c', sans-serif,'Hiragino Kaku Gothic Pro', sans-serif;
}



	
.head{
    display:flex;	
}

.headbox{
	width: 33%;
  	display: flex;
    align-items: center;
}




/* ヘッダーロゴ */

.headlogo	{ 
	margin:  0 auto;  
}


/* ヘッダーアイコン */
.icon{
	margin: 0 0 0 auto;
}
.icon img{
	padding-left: 20px;
}






/* ヘッダーロゴ下の小文字 */
.from{ 
	text-align: center;
	padding-top: 105px;
	margin-bottom: 10px;
	background-color: #ece1d0;
	max-width: 100%;
}
	
.from img{
	width: 400px;
}


.Wrap{
	padding: auto;
	margin: auto;
	overflow: hidden;
}

a:hover{
	cursor: pointer;
}






.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin-left: 50px;
}

.cp_breadcrumb a {
	text-decoration: none;
	color: #aaa;
}

.cp_breadcrumb a:hover{
	opacity: 0.5;
}

.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #aaa;
	font-size: 12px;
}


.cp_breadcrumb li span{
	font-size: 10px;
	margin-left: 5px;
}


.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #ffffff;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}









/*ハンバーガー*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #000000;
  display: block;
  content: '';
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}




/*閉じる用の薄黒箇所*/
#nav-close {

  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}



/*メニューの中身*/

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 450px;
  height: 100%;
  background: #fff;
  background-color:rgba(255,255,255,0.9);
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}


/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}






/* ナビゲーションメニュー（縦並び） */
.nav-content{
	display: none;
}

#nav-content ul	{
	margin-left: 20px;
	padding: 0;
	list-style: none;
}

#nav-content li{
	margin-bottom: 10px;	
}

#nav-content li strong{
	font-weight: bold;
}


#nav-content li a{
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#nav-content li a:hover	{
	background-color: #f2f2f2;
	width: 100%;
}

.category2{
	padding-left: 10px;
	color: #6A6A6A;
}


#nav-content li span{
	font-size: 8px;
	padding-left: 10px;
	letter-spacing: normal;
}







.topimg	{
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}





/* キャッチコピー 
.catch	{margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	font-size: 28px}

/* ヘッダー画像にキャッチコピーを重ねる 
.top	{position: relative}

.catch	{position: absolute;
	bottom: 7%;
	left: 3%}

*/



.box3{
	margin-bottom: 50px;
}




/*スライダー */
.swiper-container {
	margin-bottom: 50px;
    width: 100%;
}

.swiper-container{
    text-align: center;
}

.swiper-container .swiper-slide img{
    max-width: 100%;
    height: auto;
}

.swiper-slide a:hover{
	opacity: 0.3;
	cursor: pointer;
}


.swiper-slide{
	overflow: hidden;
	width: 100%;
}


p.slider_txt{
	background-color: #ece1d0;
	padding: 30px;
	height: 200px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	font-size: 14px;
}


p.slider_txt a:hover{
	opacity: 0.3;	
}


p.slider_txt strong{
	font-size: 120%;
	margin-bottom: 20px;
}



.designer_box{
	display: flex;
	flex-wrap: wrap;
	padding: 50px;
	background-color: #ece1d0;
	margin-bottom: 50px;
}

.desiner_content img{
	width: 100%;
}

.desiner_content{
  width: calc(50.0% - 40px);
  margin: 20px;
  position: relative;
  overflow: hidden;
  line-height: 1.5em;
  letter-spacing: 0.1em;
	font-size: 14px;
}

.shopnow{
	color: #fff;
	background-color: #000;
	padding: 10px 15px;
	margin-top: 30px;
	width: 70px;
}


.shopnow a{
	color: #fff;
	list-style-type: none;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
} 


.shopnow a:hover{
	opacity: 0.3;
}



.item {
	display: block;
	position: relative;
	background-color: #ece1d0;
	color: #00000;
	text-align: center;
	padding: 20px;
}

.item p{
	font-weight: bold;
	letter-spacing: 0.1em;
}

.item p span{
	font-weight: normal;
	font-size: 14px;
}

.item a:hover{
	opacity: 0.6;
}


/* 概要 
.gaiyou {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	color: #00000;
	text-align: center;
	text-decoration: none}


.gaiyou i	{display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 38px}

.gaiyou h1	{margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	font-size: 15px;
	font-weight: bold}

.gaiyou img	{margin-top: 0;
	margin-bottom: 10px;
	}



.gaiyou p {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0; 
  color: white;
  background: pink;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  }

*/




/*

.box3 p	{margin: 20px;
	line-height: 30px;
	font-size: 15px;
}



.box3 h3{
	margin: 20px;
	font-size: 18px;
	font-weight: bold;
}

.box3 a	{margin: 20px;
	color: black;
	font-size: 15px;
	text-decoration: none;
}
/*








/* 商品ページのアイテムごとの余白 

.kara {
	padding-bottom: 63px; 
}
*/





/* contact */


.inquiry_copy_new p	{margin-top: 0;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;}

.contactform input	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0px;
	margin-left: 5px;
	border-left: solid 20px #ece1d0;
	font-size: 20px;
	font-weight: bold;}

.contactform sendbotan	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 5px;
	caret-color: antiquewhite;
	font-size: 20px;
	font-weight: bold;}

table.inquiry_form,table.reservation_form {
	margin-top: 25px;
}
table.inquiry_form th,table.reservation_form th {
	background: #eee;
	padding: 0em;
	font-weight: normal;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
	text-align: left;
}
table.inquiry_form td,table.reservation_form td {
	font-weight: normal;
}

#inquiry_copy_new{
	margin: 0px;
}

p.click input {
	margin: 00px 0 0 0 ;
	background: #ccc; 
	font-size:14px; 
	padding: 0px 0px; 
	color: #fff; 
	border:none;
}


.inquiry_form table{
	width: 100%;
} 

textarea {
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCCCCC;  
	padding: 0em;
	margin-left:10px;
}









/* NEWS */


.box4{
	margin-bottom: 50px;
}

.news	{
	padding: 20px;
	border: solid 3px #dddddd;
}

.news h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #666666;
	letter-spacing: 0.1em;
}

.news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li {
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}


.news a{
	text-decoration: none;
	color: #000000;
}

.news li a:hover{
	opacity: 0.5;
}


.day{
	float: left;
	width: 100px;
	color: #CCCCCC;
	font-weight: bold;
}

.comment{
	float: none;
	width: auto;
	margin-left: 110px;
}


p.headline{
	letter-spacing: 0.1em;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 50px;
	padding: 0 30px 10px 30px;
	text-align: center;
}


.headline span{
	text-align: left;
}




/*
.itemimg{
	text-align: center;
}


.news a:after	{
	content: "";
	display: block;
	clear: both;
	color: #888888;
	font-weight: bold;
}

.news time{
	float: left;
	width: 60px;
	color: #888888;
	font-weight: bold;
}

.news .text	{
	float: none;
	width: auto;
	margin-left: 60px;
}


*/





/* SNSメニュー */


.follow ul	{
    margin: auto;
	padding: auto;
	list-style: none;
}

.follow li a{
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	vertical-align: middle;
	text-decoration: none;
	list-style-type: none;
}



.follow li a:hover{
	opacity: 0.3;
}

.follow-insta {
	background-color: #f2f2f2;
	border: 1px solid #000;
}

.follow-arco{
	border: 1px solid #000;
}

.follow-raku{
	border: 1px solid #000;
}

.follow i{
	margin-right: 15px;
	font-size: 24px;
	vertical-align: middle;
}

.shop_rakuten{
	margin-right: 15px;
	vertical-align: middle;
	width: 25px;
}





/* online 

.onlineside {
	text-align: center;
	padding: 20px;
	width: 90%;
	overflow: hidden;
}

.onlineside  a{
	width: 50%;
	padding: 8px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 9px;
	text-decoration: none}


.online_arco{
	background-color: #D8C19F;
}

.online_rakuten	{
	background-color: #DC8888;
}

.toiawase{
	background-color: #9F9F9F;
	width:100px;
	float:left;
}

*/






/* 補足説明 
.follow-info	{margin-top: 0;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center}

.follow-info {
	position: relative;
	background: #dddddd;
}
.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}
*/




/* カテゴリーメニュー */

.menu_box{	
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	margin-bottom: 50px;
}

.menu{
  width: calc(20.0% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.menu span{
	font-size: 8px;
	font-weight: normal;
	text-align: center;
}

.menu a{
  text-align:center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-weight: bold;
	text-decoration: none;
	color: #000;
}


.menu a:hover{
	opacity: 0.3;
}


.title{
	font-size: 200%;
	border-bottom: 2px solid #000000;
	vertical-align: middle;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	margin-bottom: 50px;
}








/*youtube*/

.youtube{
	margin: 0 15px;
}

.youtubeiframe {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;	
}


.youtubeiframe iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}


.lovi_qr{
	margin: 0 0 30px 10px;
}



.newscloseup{
	margin-bottom: 50px;

}



.youtube_link{
	margin: auto;
	padding: auto;
    background-color: #000;
	padding: 20px;
	margin-bottom: 30px;
	width: 20%;
}

.youtube_link a{
	color: #fff;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}


.youtube_link a:hover{
	opacity: 0.3;
}









/*ここからサムネイルで画像大きくするタイプ*/

.cf:before,
.cf:after{
	content:"";
	display:table;
}
 
.cf:after{
	clear:both;
}
 
.cf{
	zoom:1;
}

#ProductImageCaption {
    text-align: center;
}

#content {
  max-width: 800px;
  margin: auto;
  text-align: center;
}




#featured_img img,#thumb_img img {
    max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}


#thumb_img {
  margin-top:2%;
  img {
    float:left;
    cursor: pointer;
    margin-right:2%;
    border:2px solid #eee;
    box-sizing:border-box;
    
    &.active{
      border:2px solid #cac6b8;
    }
    
    }
  }



p.text{ 
	max-width: 100%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #666666;
	line-height: 1.5em;
}






/*問い合わせ*/
.otoiawase h1	{margin-top: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 20px #ece1d0;
	font-size: 25px;
	font-weight: bold;}

.otoiawase p	{max-width: 640px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 11px;
}


















/* コピーライト */

.copyright p{
	margin: 0 50px;
	float: right;
	color: #666666;
	font-size: 10px;
}



/* フッターリスト */


.footer	{
	max-width: 100%;
	padding: 50px;
	background-color: #ece1d0;
	clear: both;
	overflow: hidden;
}


.footer-inner{
}



.footer_box{
		display: flex;
		padding: 50px;
}



.footer_box_inner{
	    display: flex;
		-webkit-flex-direction: column;         
       -ms-flex-direction : column;        
        flex-direction : column;	
		margin-right: 40px;
}


.footer_list{
		font-size: 12px;
		padding-bottom: 5px;
		text-align: left;
		flex-basis:25.0%;
}


.footer_list a{
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-decoration: none;
}


.footer i{
	margin-right: 24px;
	font-size: 24px;
	-webkit-box-align: center; /* safari, Chrome */
    -moz-box-align: center;    /* Firefox */
    -o-box-align: center;      /* Opera */
    -ms-box-align: center;     /* IE */
     box-align: center;         /* ベンダープレフィックスなし */
}






/* headerの背景色つけ */
.header	{
	margin-bottom: 0px;
	background-color: #ece1d0;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	
}
	


.header, .box6, .box7{
	padding: 0 15px;
}




.box6-1, .box6-2, .box6-3, .box6-4, .box6-5, .box6-6{
	padding-bottom: 10px;
	margin-bottom: 50px;
}










	
	
	
	









/* ########### 359px以下 ########### */
@media (max-width: 359px) {



/* サイト名 */

	
.headlogo img{
	width: 65px;
	height: auto;
	}

	
.icon img{
	padding-left: 5px;
}


/*	
.kiji h2	{margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 12px;
	font-weight: normal}*/	
	

	
	
	

/* スライダー */
/* ボタンの幅 
.swiper-button-prev swiper-button-black	{
	width: 8px; 		
}*/	


	

	
/* BOX6-1、BOX6-2、BOX6-3、BOX6-4、BOX6-5、BOX6-6を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 47%;
	margin-right: 4%;
	}

.box6-2	{float: left;
	width: 47%;
	margin-right: 0%;
	}

.box6-3	{float: left;
	width: 47%;
	margin-right: 4%;
	}
	
.box6-4	{float: left;
	width: 47%;
	margin-right: 0%;
	}

.box6-5	{float: left;
	width: 47%;
	margin-right: 4%;
	}

.box6-6	{float: left;
	width: 47%;
	margin-right: 0%;
	}
	
.box6-7	{float: left;
	width: 47%;
	margin-right: 4%;
	}

.box6-8	{float: left;
	width: 47%;
	margin-right: 0%;
	}

.box6-9	{float: left;
	width: 47%;
	margin-right: 4%;
	}

	
}
	



/* ########### 599px以下 ########### */
@media (max-width: 599px) {

	.br_sp{
		display: none;
	}

	
/* スライダー */		
	
.swiper-slide{
		margin-right: 1px;
	}
	
	
.slider_txt{
	font-size:12px!important;
	padding: 30px 10px!important;
	overflow: hidden!important;

}
	
.slider_txt::after{
       content: "...More";
	   color: #555555;
}


.slider_txt strong{
	font-size:16px;
}	
	
	
	/* 矢印消す */	
.swiper-button-black{
	display:none!important;
	}
	
	
	
	
	
/* NEWS */	
	

.box4-1	{
	margin:0 15px 30px 15px;
}	
	

	
.follow li a{
	list-style-type: none;
	text-align: center;
}
	
	
.follow-insta {
	margin-right: 30px;
	width: 80%;
}

.follow-arco{
		width: 80%;
	}
	
.follow-raku{
		width: 80%;
	}
	
	
	
	
	
/* デザイナー紹介 */	
	
.designer_box{
		padding: 20px!important;
	}	
	
	
.desiner_content{
	font-size: 16px!important;
	line-height: 1.5em!important;
	letter-spacing: 0.1em!important;
	  width: calc(100% - 0px)!important;
	}	
	
/* タイトル */		
	
.title{
    margin: 30px;
	}	
	

/* メニュー */		
	
.menu{
    width: calc(100% - 0px)!important;
    border-bottom: 1px dotted #000!important;
	padding-bottom: 10px!important;
	}	
	
.menu a{
	padding-bottom: 10px!important;
	margin-left: 10px;
	}
	
.menu span{
	margin-left: 15px;
	padding-bottom: 10px!important;
	}

	
/* コメントテキスト */		
	
.text{
	margin: auto 30px!important;
	padding-bottom: 10px;
	}	
	

	
	
	
img.lovi_qr{
	margin:auto;
	padding: auto;
	}	
	
	


/* ヘッダー */	
	
.headlogo img{
	width: 80px;
	height: auto;
}
	

.from{ 
	text-align: center;
	padding-top: 60px;
	margin-bottom: 10px;
	background-color: #ece1d0;
}


.from img{
		width: 300px;
	}	

	
#nav-content li span{
	font-size: 12px;
	padding-left: 10px;
	letter-spacing: normal;
}	
	
#nav-content li a:hover	{
	background-color: #fff;
	width: 100%;
	opacity: 0.8;
}
	
	

	
/* footer */	
	
.footer{
		clear: both;
		overflow: hidden;
	}	
	
.footer_box{
	display: block!important;
	padding: 0 !important;
	}	
	
.footer_list{
	flex-basis:50.0%!important;
	font-size: 20px!important;
	line-height: 1.5em;
}		
	
	

	
	
/* youtube */	
	
.lovi_qr{
	margin: 0 0 30px 10px!important;
}


.youtube_link{
	margin: auto;
	padding: auto;
    background-color: #000;
	padding: 20px;
	margin-bottom: 30px;
	width: 60%;
	text-align: center;
}

.youtube_link a{
	color: #fff;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}


.youtube_link a:hover{
	opacity: 0.3;
}
	
	
	
	
		
	
	
/*	
.kiji h1{font-size: 20px}
.kiji h2{font-size: 18px}
.kiji .lead{font-size: 16px}





.kara {
	padding-bottom: 25px; 

}*/
	
	
}














/* ########### 599px以上 ########### */

@media (min-width: 599px) {
/* テスト３ */
    .flexbox {
      display: -webkit-flex;
      display: flex;
    }
  .main {
    margin: 0 0 0 0;
  }

}




/* ########### 767px以下 ########### */
@media (max-width: 767px) {
	
	

	

	
	
.kiji h2	{margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	font-size: 12px;
	font-weight: normal}	


/* BOX6-1、BOX6-2、BOX6-3、BOX6-4、BOX6-5、BOX6-6を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 47%;
	margin-right: 4%}

.box6-2	{float: left;
	width: 47%;
	margin-right: 0%}

.box6-3	{float: left;
	width: 47%;
	margin-right: 4%}
	
.box6-4	{float: left;
	width: 47%;
	margin-right: 0%}

.box6-5	{float: left;
	width: 47%;
	margin-right: 4%}

.box6-6	{float: left;
	width: 47%;
	margin-right: 0%}	
	
.box6-7	{float: left;
	width: 47%;
	margin-right: 0%}
	
.box6-8	{float: left;
	width: 47%;
	margin-right: 0%}
	
.box6-9	{float: left;
	width: 47%;
	margin-right: 0%}	
	
	
}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {


	
/* BOX4-1とBOX4-2を横に並べる設定 */
	
	
.box4:after{
	content: "";
	display: block;
	clear: both;
	}

.box4-1	{
	float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.box4-2	{
	float: left;
	width: 30%;
	}
	
	
	
	
	


/* BOX6-1、BOX6-2、BOX6-3、BOX6-4、BOX6-5、BOX6-6を横に並べる設定 */
.box6:after	{content: "";
	display: block;
	clear: both}

.box6-1	{float: left;
	width: 30%;
	margin-right: 4%}

.box6-2	{float: left;
	width: 30%;
	margin-right: 4%}

.box6-3	{float: left;
	width: 30%}
	
.box6-4	{float: left;
	width: 30%;
	margin-right: 4%}

.box6-5	{float: left;
	width: 30%;
	margin-right: 4%}

.box6-6	{float: left;
	width: 30%}
	
.box6-7	{
	float: left;
	width: 30%;
}	
	
.box6-8	{
	float: left;
	width: 30%;
}		
	
.box6-9	{
	float: left;
	width: 30%;
}		
	
	
	

	
	
	
/* footer-1とfooter-2,5-3を横に並べる設定 


.footer-inner:after	{content: "";
	display: block;
	clear: both}

.footer-1	{float: left;
	width: 30%;
	margin-right: 4%}

.footer-2	{float: left;
	width: 30%;
	margin-right: 4%}

.footer-3	{float: left;
	width: 30%}


}*/


/* ########### 1190px以上 ########### */

@media (min-width: 1100px) {

.flexbox {
      display: -webkit-flex;
      display: flex;
    }
	
.main {
    margin: 0 0 0 0;
  }


.from{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}


.header-inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}


.swiper-container
	{width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

.box3
	{width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
.box4
	{width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}


.footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

.box6
	{width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
.designer_box{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	
.menu_box{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	
	
.title{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}	

.newscloseup
	{width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

	
.Wrap_product{
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	}	
	
	
	
.News_content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
	}