html,body{
				background-color: #EEE;
				margin:0;
				padding:0;
			}		
			/*メニュー　配置のみ確定*/
			@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');
			/*メニューのフォント*/

			header{box-sizing: border-box;
				display:block;
				background-color:rgba(255,255,255,1);
				position:fixed;
				width:100%;
				margin-top: 0PX;
				z-index: 9999;
				padding-right: 20px;
				padding-left: 20px;
				font-family: 'Libre Baskerville', serif;}

			.logo{width:120px;
				height:120px;
				float:left;}
			.menu-box{box-sizing: border-box;
					/* width: 80%; */
					margin-top: 60px;
					margin-left:0%;
					text-align: center;
					/*display:flex;*/
					float:left;
					width:70%;}
			header div ul{
				width:auto;
				margin-left:0%;
				list-style-type : none;		
				text-align:center;
				/*display:flex;
				justify-content:flex-start;*/}
				
			header div ul li{
				position:relative;
				z-index:1;
				min-width:130px;
				display:inline-block;
				padding : 5px 0px;} 
			
		.menu-ft{box-sizing:border-box;
					color: #0D1530;
				text-decoration: none;}
		.menu-ft:hover{opacity: 30%;
							text-decoration: underline;
							transition-duration: 0.8;}
		/*	.dropdown {/* 子メニュー 
			
						background-color:rgb(255,255,255,0.8);
    				position: absolute;/* ボックスの配置基準 
    				top: 100%;/* 親メニュー上部からの表示位置 
    				left: 0;/* 親メニュー左端からの表示位置 
    				width: 100%;/* 親メニュー幅に合わせる 
    				}
			.dropdown li {
    visibility: hidden;/* 子メニューの非表示 
     スライド表示させる場合は以下も 
    
    overflow: hidden; ボックスからはみ出た部分を非表示 
    height: 0;
    transition-duration: 0.2s; 変化にかかる時間 
}
	nav > ul > li:hover > ul > li {
    visibility: visible; 子メニューの表示 
     スライド表示させる場合は以下も 
    overflow: visible; ボックスからはみ出た部分を表示 
	  height: 44px; 項目名が途切れて隠れないように注意 */
		

    

*:not(articles), *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

| Navigation |

nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
}
  nav ul{
    list-style: none;
    position: relative;
    float: right;
    margin-right: 100px;
    display: inline-table;
  }
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

    nav ul li:hover ul li{background: rgba(0,0,0,0);
    				color:#C0C0C0;
    				font-weight:bold;}
    nav ul li:hover > ul{display: block;}
    nav ul li{
      float: left;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
      nav ul li a{
        display: block; 
        padding: 30px 30px;
        color: #222; 
        font-size: .9em;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
      }
      nav ul ul{
        display: none;
        background: #fff;
        position: absolute; 
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,.1);
      }
        nav ul ul li{float: none; position: relative;}
          nav ul ul li a {
            padding: 15px 30px; 
/*            border-bottom: 1px solid rgba(0,0,0,.05);*/
          }
          nav ul ul ul {
            position: absolute; 
            left: 100%; 
            top:0;
          }	
    /**/   


			
			

		/*　検　索　ボ　ッ　ク　ス　*/			
		.cp_iptxtreche {
			position: relative;
			width: 60%;
			margin: 0px 0px 5px;
			display:block;}

			#research{
			font: 15px/24px;
			font-family: 'Libre Baskerville', serif;
			box-sizing: border-box;
			width: 100%;
			padding: 0.3em;
			padding-left: 40px; /*文字が入ってる部分*/
			letter-spacing: 1px;
			border: 0;
			text-align:justify;}
			#research:focus {
			outline: none;
			}
			#research:focus::after {
			outline: none;
			}
			i {
			position: absolute;
			top: 0;
			left: 0;
			padding: 9px 5px;
			transition: 0.3s;
			color: #aaaaaa;
			}
			.cp_iptxtreche::after {
			display: block;
			width: 100%;
			height: 4px;
			margin-top: -1px;
			content: '';
			border-width: 0 1px 1px 1px;
			border-style: solid;
			border-color: #AAA;
			}
			input.mail {
   			background-image: url("../images/imail.png");
   			background-repeat: no-repeat;
   			background-position:10px center;
			}
			/*　検　索　ボ　ッ　ク　ス　*/
			#content{
				background-color:#fff;
				width:80%;
				max-width:1200px;
				margin:0 auto 80px;
				padding:100px 80px 30px;
				text-align:center;
			}
			div.ul.li.a.p{
				text-align:justify;
			}
			#montitre{display:none;}
				
			/*右上アイコン*/
			.cpl{box-sizing: border-box;
    		display: flex;
    		width: auto;
    		height: 50px;
    		padding: 0 30px 0;
   			float: right;
    		position: absolute;
    		top: 10px;
    		right: 0;
			}

			.icpl{padding-right:2px;
					padding-left:2px;
				padding-top:7px;}
			.icplr{display:none;}
			input.rechercher {
   			background-image: url("../images/chercher.png");
   			background-repeat: no-repeat;
   			background-position:10px center;
			}
			
			.chercher{padding: 0px;}
			.menu-c{color: #0D1530;			/*フォントいじり*/
					text-decoration: none;
					line-height:0px;
					margin:15px 2px;}
			.menu-c:hover{opacity: 30%;
							text-decoration: underline;
							transition-duration: 0.8;}
			.menu-b{display:none;}/*　位　置　調　整　中　*/
			/*右上アイコン終了*/

			/*HOME独自コンテンツ*/
			/*スライドショー*/
			#im{margin:5px 145px;}
			.photo{padding: 5px;}
			.photo:hover{opacity: 80%;
						transition-duration: 0.8;}
			/*スライドショー終了*/
			h1{font-family: 'Libre Baskerville', serif;}
			.recruitlogo{width:100%;
				height:auto;}
.bigvide{width:100%;
		height:70px;}
/**************************れすでざ　タブレット***********************************/
@media(max-width:768px){
#im{width:100%;
	height:auto;}
.box{width:100% !important;}
.boxright{width:100%!important;}
	
nav ul{margin-right:0;}
nav ul li a{padding:3px 8px;
			font-size:12px;}
.mainimage{width:100%;
			height:auto;}
.product{width:100%;
		height:auto;}
.articles{width:100%;
		height:auto;
		text-align:center;}
.article{padding-left:0%;}

.recruitlogo{width:100%;
			margin-top:25%;}
footer{width:100%;
height:600px;}
.one {
    font-size: 15px;
   position: absolute;
    top: 13%;
    left: 25%;
}
			/*
				position: absolute;
				top:40%;
				left:180px;}*/
			.two{font-size: 13px;
		/*		position: absolute;
				top:100px;
				left:40px;*/}
			.three{font-size: 11px;
		/*		position: absolute;
				top: 140px;
				left: 170px;*/}
			.four{font-size: 11px;
		/*		position: absolute;
				top: 155px;
				left: 41px;*/}

}

@media(max-width:1024px){
.mainimage{width:100%;
			height:auto;}
.articles{width:100%;
		height:auto;}
.article{margin:0 2%;}

.recruitlogo{width:100%;
			margin-top:25%;}
.moregrandvide{width:100%;
				height:150px;}
				
.one {
    font-size: 15px;
/*    position: absolute;
    top: 19%;
    left: 43%;*/
}
			/*
				position: absolute;
				top:40%;
				left:180px;}*/
			.two{font-size: 13px;
		/*		position: absolute;
				top:100px;
				left:40px;*/}
			.three{font-size: 11px;
		/*		position: absolute;
				top: 140px;
				left: 170px;*/}
			.four{font-size: 11px;
		/*		position: absolute;
				top: 155px;
				left: 41px;*/}
}
@media (max-width:480px){
.moregrandvide{width:100%;
				height:150px;}
.tresgrandvide{width:100%;
				height:100px;}
	.ft-ul{padding-left:12%;}
	.menu-box{box-sizing: border-box;
					/* width: 80%; */
					margin-top: 10px;
					width:100%;}
	nav ul{
    width:100%;
    margin-right:0px;
    display: inline-table;
  	}
  	nav ul li a{
        display: block; 
        padding: 2px 2px;
        color: #222; 
        font-size: 8px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
      }
	nav ul li:active{background:#fff;}
    nav ul li:active > ul{display: block;}
    .cplnone{display:none;}

.smh{width:100%;}
.logo{width:60px;
		height:auto;}
.icons{display:block;
		box-sizing:border-box;
		text-align:right;}	
.migihe{margin-left:82%;}
.icplr{display:block;
		width:16px;
		height:auto;
		padding:1px;
		float:left;
		text-align:right;}   		

		#en{font-size:12px;
			position:relative;
				bottom:5px;}
#pd, .PCGV, .PML, .PMLB, .midashi, #titlea, #nanika, #leprix, #nanika2{padding:10px;}	
			

}
.fadein {
	opacity : 0.0;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fadein:nth-child(2){
	opacity : 0.0;
	transform : translate(0, 50px);
	transition : all 1500ms;
	}
.fadein:nth-child(2).scrollin{
	opacity : 1;
	transform : translate(0, 0);
	}
.fadein:nth-child(3){
	opacity : 0.0;
	transform : translate(0, 50px);
	transition : all 2000ms;
	}
.fadein:nth-child(3).scrollin{
	opacity : 1;
	transform : translate(0, 0);
	}

.fadein:nth-child(4){
	opacity : 0.0;
	transform : translate(0, 50px);
	transition : all 2500ms;
	}
.fadein:nth-child(4).scrollin{
	opacity : 1;
	transform : translate(0, 0);
	}
.fadein:nth-child(5){
	opacity : 0.0;
	transform : translate(0, 50px);
	transition : all 2000ms;
	}
.fadein:nth-child(5).scrollin{
	opacity : 1;
	transform : translate(0, 0);
	}

@keyframes fadeIn { /* ←追加 */
  from { opacity: 0; }
  to { opacity: 0.5; }
}

			/*HAUTE　COUTURE*/
			.sur_hc{box-sizing: border-box;
					margin-top: 150px; }
			.box{box-sizing: border-box;
					width: 50%;
					float: right;}
			.boxright{box-sizing: border-box;
					width: 50%;
					float: left;}
			.photo{width:560px;
					height:auto;}
					/*background:url(images/imghc.jpg);
					background-size: 50%;
					padding:10px;*/
			.text{font-family: 'Libre Baskerville', serif;
					text-align: justify;
					padding: 10px;
					text-decoration: none;
					color:black;}
			.clear{clear: both;}
			.imghc{box-sizing: border-box;
					max-width: 100%;
					padding: 10px;}
			.text:visited{color:#BBB;}
			.btn{width:200px;
			    font-size:18px;
			    text-decoration:none;
			    display:block;
			    text-align:center;
			    padding:8px 0 10px;
			    color:#333;
			    border:1px solid #AAA;}/*Decouvrir*/
			/*HAUTE　COUTURE終了*/
			.vide{box-sizing: border-box;
				margin-top:50px;}
			/*     FOOTER     */
			footer{box-sizing: border-box;
				width:100%;
				height: 300px;
				display:block;
				background-color:#DDD;
				margin-top: 0PX;
				margin-bottom: 0px;
				padding-right: 65px;
				padding-left: 65px;
				bottom: 0;}
			footer div ul li a{list-style-type : none;		
							/*text-align:center; あってもなくても変わらない*/
							text-decoration:none;
							font-family: 'Libre Baskerville', serif;}
			footer div ul li{display:block;
							padding : 3px 3px;
							}

			/*form*/
			h2{margin-bottom: 5px; 
				font-family: 'Libre Baskerville', serif;
				list-style-type : none;}
			.cp_iptxt {
			display:inline-block;
			text-align:center;
			position: relative;
			width: 60%;
			margin: 0px 0px 5px;}
			.cp_iptxt input[type='text'] {
			font: 15px/24px;
			font-family: 'Libre Baskerville', serif;
			box-sizing: border-box;
			width: 100%;
			padding: 0.3em;
			padding-left: 40px; /*文字が入ってる部分*/
			letter-spacing: 1px;
			border: 0;
			/*text-align:justify;*/}
			.cp_iptxt input[type='text']:focus {
			outline: none;
			}
			.cp_iptxt input[type='text']:focus::after {
			outline: none;
			}
			.cp_iptxt i {
			position: absolute;
			top: 0;
			left: 0;
			padding: 9px 5px;
			transition: 0.3s;
			color: #aaaaaa;
			}
			.cp_iptxt::after {
			display: block;
			width: 100%;
			height: 4px;
			margin-top: -1px;
			content: '';
			border-width: 0 1px 1px 1px;
			border-style: solid;
			border-color: #AAA;
			}
			input.mail {
   			background-image: url("../images/imail.png");
   			background-repeat: no-repeat;
   			background-position:10px center;
			}
/*form*/
	.bloc{box-sizing: border-box;
		width: 50%;
		float: left;
		margin: 0px;
		text-align: justify;
		margin-top: 50px;}
	.list{display:inline-block;}
	
	/****************Boutique*****************/
	.map2{display:none;}
	
	/****************HC*****************/
	.btn{width:200px;
	   font-size:18px;
		   text-decoration:none;
		    display:block;
		    text-align:center;
		    padding:8px 0 10px;
		    color:#333;
			border:1px solid #AAA;}
	.hcbtn{text-align:center;
			margin: 1% 40%;}
	.text:visited{color:#BBB;}
	.text{font-family: 'Libre Baskerville', serif;
			text-align: justify;
			padding: 10px;
			text-decoration: none;
		color:black;}
/*↓ABOUTUSと重複↓*/

.vide{box-sizing: border-box;
		margin-top:50px;}
/*ABOUTUSとの重複部分終了*/
.radiohc{text-align: justify;
	font-family: 'Libre Baskerville', serif;
		color: #808081;
		margin:1% 20%;}
input.nom {
   			background-image: url("../images/hito.png");
   			background-repeat: no-repeat;
   			background-position:10px center;
			}
input.numero {
   			background-image: url("../images/smaho.png");
   			background-repeat: no-repeat;
   			background-position:10px center;
			}
.dater{
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0px solid transparent;
	background-image: url("../images/calender.png");
   	background-repeat: no-repeat;
   	background-position:10px center;}
input[type="date"] {
  border: 0px;
  width: 85%;
  background: transparent;
  font-family: 'Libre Baskerville', serif;
	box-sizing: border-box;
	padding: 0.3em; /*文字が入ってる部分*/
 font: 15px/24px;
  color: #999;
	cursor: pointer;}
input[type="date"]:hover{
	border:0px;
}
.formulaire{box-sizing: border-box;
			display:block;
			margin:0 20% 0;
			width:60%;
			/*margin-left:400px;*/}
.postime{box-sizing: border-box;
			margin-top:25px;}

.logo_hc{max-width: 100%;
		margin-right: 65px;}
/*************************AVIS独自コンテンツ*****************************/
			.avis{box-sizing: border-box; 
					background-image: url('../images/lip.jpg');
					background-position: center;
					background-size: cover;
				  	width: 100%;
				  	height: 1242px;
				  	background-color: #ffffff;
				  	color: black;}
			
			@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
			.pavis{font-family: 'Abril Fatface',cursive;}
			.small{opacity: 75%;
					text-align: right;
					line-height: 25px;}
			.one{font-size: 45px;
				position: absolute;
				    top: 29%;
    				left: 59%;}
			.two{font-size: 45px;
				position: absolute;
				top: 38%;
			    left: 18%;}
			.three{font-size: 35px;
				position: absolute;
				    top: 49%;
    				left: 58%;}
				.four{font-size: 35px;
				position: absolute;
				top: 63%;
    			left: 23%;}
			.big{position: absolute;
				top: 136%;
    			left: 16%;
				font-size: 48px;
				line-height: 45px;}
			.grand:not(span){opacity: 85%;}
			.sp{font-size: 60px;
				opacity: 100%;}/*効いてない気がする。。*/
			.prix{font-family: 'Six Caps', sans-serif;
				position: absolute;;
				    top: 170%;
   					 left: 18%;
				font-size: 32px;
				line-height: 45px;
				line-height:30px;
				opacity: 75%;
				text-align: center;}
	.verysmall{font-size: 15px;}
	.ptimgprix{display:none;}
			/*-------------------チラシ部分終了--------------------------*/
	.ptease{font-family: 'Libre Baskerville', serif;
					/*font-family: 'Abril Fatface',cursive;*/
					font-size: 35px;
					opacity: 85%;
					line-height: 45px;
					text-align: center;}
					
	.teasing{box-sizing: border-box;
					text-align: center;}
/***************↓重複するので削除おKかも*****************/

.avisbtn{margin-left:60%;
		width:200px;
	   font-size:18px;
		text-decoration:none;
		display:block;
		text-align:center;
		padding:8px 0 10px;
		color:#333;
		border:1px solid #AAA;
		position:relative;
		right:200px;	
			}
/*************************CONTACT*****************************/
.divtarea{text-align: center;
			margin-top:20px;}
.divtareares{display:none;}
/********************      ML.html ONLY      *************************/
.PMLB{font-size: 40px;
	color:#180057 ;
	font-family: 'Libre Baskerville', serif;}
.PML{font-size: 20px;
	color:black;
	font-family: 'Libre Baskerville', serif;}
.midashi{font-size:30px;
	color:black;
	font-family: 'Libre Baskerville', serif;}
	/********************     CGV.html ONLY      *************************/
.PCGV{font-size: 15px;
	color:black;
	font-family: 'Libre Baskerville', serif;
	text-align: left;}
.logos{height:auto;
		position:relative;
		right:20px;}
/********************Posutulerここだけ↓ *****************/
.fichers{font-family: 'Libre Baskerville', serif;
		color:#464646;
		margin:0 20%;}
#justify{text-align: left;}
		
/* PRODUCUTPAGE*/
.articles{box-sizing:border-box;
		display:inline-block;
		text-align:center;
		width:83%;}
.article{box-sizing:border-box !important;
		width:300px;
		float:left;
		margin:0 50px 0;}
.product{width:300px;
		height:auto;
		float:left;}
.expli{text-align:center;
		font-family: 'Libre Baskerville', serif;
	}
	/* PRODUCUTPAGE  detail 写真２枚ver.*/
.unarticle{
		margin:0 40px;
		box-sizing:border-box;
		display:inline-block;
		text-align:center;
		width:100%;}
.shashin{box-sizing:border-box;
		width:50%;
		float:left;}
.shashin img{width:100%;
			height:auto;}
			
/*◆CSS*/
#viewer {
    margin: 0 auto;
    width: 100%;
    height:auto;
    text-align: center;
}
#viewer div {
    width: 450px;
    height: 638px;
    overflow: hidden;
    position: relative;
}
#viewer div img {
    top: 0;
    left: 0;
    position: absolute;
}
 
#viewer ul {
	margin-top:0;
    width: 100%;
}
 
#viewer ul li {
	margin:0 10% 0;
    width: 100px;
    float: left;
    display: inline;
}
#viewer ul li img{
border: 5px #D4D4D4 solid;}
#viewer .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
#viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#viewer ul {
    display: inline-block;
    overflow: hidden;
}			
		
		
.detail{box-sizing:border-box;
		width:50%;
		float:left;}
#titlea{width:100%;
		padding:100px; 
		box-sizing:border-box;
		font-family: 'Libre Baskerville', serif;
		text-align: right;
		font-size:35px;}
#nanika{width:100%;
		padding:30px 100px 5px;
		margin-bottom:5px; 
		box-sizing:border-box;
		font-family: 'Libre Baskerville', serif;
		text-align: right;
		font-size:10px;}
#leprix{width:100%;
		padding:0px 100px 0px;
		margin-top:5px;
		margin-bottom:5px; 
		box-sizing:border-box;
		font-family: 'Libre Baskerville', serif;
		text-align: right;
		font-size:25px;}
#buttons{width:100%;
			box-sizing:border-box;text-align:right;
			padding:0 100px 0;
			margin:0px;}
#choice{display:inline-block;
			width:50%;
			box-sizing:border-box;
			margin:5px;
			position:relative;}
.exp p{width:100%;
		box-sizing:border-box;
		font-family: 'Libre Baskerville', serif;
		text-align: justify;}

select{
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  padding:1em 1em;
  box-sizing:border-box;
  font-size:1em;
  border:#ccc 1px solid;
  border-radius:0;
  background:#fff;
}
#sizebotan::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:10%;
  top:45%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}

#shoppingbotan{display:inline-block;
			width:50%;
			box-sizing:border-box;
			text-align:right;
			margin:2px 5px 0px;
			position:relative;
			/*padding:1px;*/}
.ajouter{padding:10px;
		width:87%;
	   font-size:18px;
		text-decoration:none;
		display:block;
		text-align:center;
		color:#333;
		border:1px solid #AAA;}
#nanika2{width:100%;
		padding:0px 100px 5px; 
		box-sizing:border-box;
		font-family: 'Libre Baskerville', serif;
		text-align: right;
		color:#D4D4D4;
		font-size:10px;}

	/* PRODUCUTPAGE  detail 写真1枚ver.*/
#img1{width:450px; 
		height:585px;}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
}
.titlebox{width:100%;
		box-sizing:border-box;}
#cate{font-family: 'Libre Baskerville', serif;
		text-align: left;
		font-size:35px;
		margin:40px 150px;}
	/*Panier*/
#panier{font-family: 'Libre Baskerville', serif;
		text-align: center;
		font-size:25px;
		margin:40px 200px;}
#cart{box-sizing:border-box;
	width:100%;}
#cadier{font-family: 'Libre Baskerville', serif;
		text-align: right;
		font-size:15px;
		margin:60px 20px;}
#somme{box-sizing:border-box;
		display:inline-block;
		width:100%;}
.total{box-sizing:border-box;
		display:inline-box;
		width:50%;
		float:left;
		font-family: 'Libre Baskerville', serif;
		font-size:25px;}
.migi{text-align: right;
	padding:0px 70px;}
.naka{text-align: center;}
.risuto{width:100%;
		box-sizing:border-box;}
.sitemap{list-style-type:none;
		display:inline-block;
		box-sizing:border-box;
		text-align:center;
		}
.sitemap li{text-decoration:none;
			font-family: 'Libre Baskerville', serif;
			float:left;
			padding:20px 40px;
			font-weight:bold;}
.sitemap li a{display:block;
				box-sizing:border-box;
				color: #0D1530;			/*フォントいじり*/
				text-decoration: none;}
.sitemap li	a:hover{opacity: 30%;
					text-decoration: underline;
					transition-duration: 0.8;}
/*votrecompte*/
input.password{
   			background-image: url("../images/key.png");
   			background-repeat: no-repeat;
   			background-position:10px center;
			}
.kara{box-sizing:border-box;
		width:100%;
		height:100px;}
/***************************test****************************/

/*追加修正ABOUTUS*/
#forsp{display:none;}

/**************************れすでざ　スマホ***********************************/





@media (max-width:480px){


header {
  padding:5px;
  background: white;
}

/*#nav-drawer {
  position: relative;
}

header div div div ul li{display:flex;}
/*アイコンのスペース*/
/*#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  	position:absolute;
	left:5px;
	top:25px;
}
body {
-webkit-text-size-adjust: 100%;
}

/*ハンバーガーアイコンをCSSだけで表現
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
/*  width: 25px;/*長さ

  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー
#nav-close {
  display: none;/*はじめは隠しておく
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように
  left: 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: 330px;/*最大幅（調整してください）
  height: 100%;
  background: #fff;/*背景色
  transition: .3s ease-in-out;/*滑らかに表示
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく
}*/

			
/*チェックが入ったらもろもろ表示
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示
  opacity: 0.5;}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}*/


.cp_iptxtreche {
	position: relative;
	width: 100%;
	margin: 0px 0px 5px;}
#content{background-color:#fff;
		width:80%;
		padding:10px 0px 10px;
		text-align:center;}
#im{width:100%;
	height:auto;}
h1{font-size:20px;}
.box,.boxright{width:100%;}
.sl-im{margin-top:100px;}
.para{font-size:12px;}
.resflo{float:right;}
footer{width:100%;
		height:340px;
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 40px;
		bottom: 0;
		}

h2{font-size:15px;}
.snsicons{width:25px;
		height:auto;}
.bloc{width:100%;
		margin-top:5px;}
.cp_iptxt{width:60%;}
.icpl{display:none;}
.menu-c{display:none;}
.icons{box-sizing:border-box;}
			/*　スマホ用アイコン画像クラス　*/
.menu-b{display:inline-block;
		color: #0D1530;			/*フォントいじり*/
		text-decoration: none;}
.menu-b:hover{opacity: 30%;
				text-decoration: underline;
				transition-duration: 0.8;}/*　位　置　調　整　中　*/
	/*　ここの全てのa要素　*/
.list{position:relative;
	right:35px;}
/*****************boutique*****************/
.map{display:none;}
.map2{display:block;}
/*****************HC*****************/
.logo_hc{width:100%;
		height:auto;
		margin-top:70px;
		margin-right:0px;}
.formulaire{width:100%;
			margin:0%;}
.hcbtn{margin-left:25px;}
.radiohc{font-size:12px;}
input[type="date"]{padding-left: 12px;}
.postime{margin-left:-100px;}

/*****************ABOUT US*****************/


.grandvide{box-sizing: border-box;
		margin-top:80px;}
/*************************AVIS独自コンテンツ*****************************/
			.avis{box-sizing: border-box;
					width:240px;/*変えた*/
					height:373px;/*変えた*/
					background-image: url('../images/lip.jpg');/*変えた*/
					background-position: center;
					background-size:contain;/*変えた*/
				  	background-color: #ffffff;
				  	color: black;
				  	margin-left:10px;/*変えた*/
				  	margin-top:50px;}/*変えた*/
			
			@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
			.pavis{font-family: 'Abril Fatface',cursive;}
			.small{line-height: 13px;}
			.one{font-size: 13px;}
			/*
				position: absolute;
				top:40%;
				left:180px;}*/
			.two{font-size: 13px;
		/*		position: absolute;
				top:100px;
				left:40px;*/}
			.three{font-size: 11px;
		/*		position: absolute;
				top: 140px;
				left: 170px;*/}
			.four{font-size: 11px;
		/*		position: absolute;
				top: 155px;
				left: 41px;*/}
			.big{position: absolute;
				top:65%;
				left:15%;
				font-size:15px;
				line-height: 15px;}
			.grand:not(span){opacity: 85%;}
			.sp{font-size:20px;
				opacity: 100%;}/*効いてない気がする。。*/
			.prix{position:relative;
				top:335px;
				left:0px;
				font-size:10px;
				line-height:10px;
				opacity: 75%;
				text-align: center;}
			.imgprix{display:none;}
	.verysmall{font-size: 3px;}
	.toolong{display:none;}
	.ptimgprix{display:inline-block;
				width:10px;
				height:auto;}
/*-------------------チラシ部分終了--------------------------*/
	.ptease{font-family: 'Libre Baskerville', serif;
					/*font-family: 'Abril Fatface',cursive;*/
					font-size: 15px;
					line-height: 18px;
					opacity: 85%;
					text-align: center;}
					
	.teasing{box-sizing: border-box;
					text-align: center;}

.avisbtn{margin-left:260px;
		width:150px;
	   font-size:13px;
		text-decoration:none;
		display:block;
		text-align:center;
		padding:8px 0 10px;
		color:#333;
		border:1px solid #AAA;
		position:relative;}
/*************************CONTACT****************************/
.divtarea{display:none;}
.divtareares{display:block;
	 		text-align: center;
			margin-top:20px;}
			
/*************************recruit*****************************/
.recruitlogo{width:260px;
		height:auto;
		margin-left:20px;}
/*************************  ML  *****************************/
.PMLB{font-size:25px;}

.midashi{font-size:20px;}
.PML{font-size:15px;}
.fichers{font-family: 'Libre Baskerville', serif;
		text-align: justify;
		color:#464646;
		font-size:10px;}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 10;
}
#nav-content{z-index:1000;
			width:100%;
}
/* PRODUCUTPAGE*/
.mainimage{width:100%;
height:auto;}
.articles{box-sizing:border-box;
		display:inline-block;
		text-align:center;
		width:100%;
		height:auto;}
.article{box-sizing:border-box;
		width:100%;
		height:auto;
		float:left;
		margin:0 auto;
		padding-left:0;}
.product{width:100%;
		height:auto;
		float:left;}
.expli{text-align:center;
		font-family: 'Libre Baskerville', serif;}
		
	/* PRODUCUTPAGE  detail*/
.unarticle{
		margin:0 0px;
		box-sizing:border-box;
		display:inline-block;
		text-align:center;
		width:100%;}
.shashin{box-sizing:border-box;
		width:100%;
		float:left;}
.shashin img{width:100%;
			height:auto;}
			
/*◆CSS*/
#viewer {padding-left:5px;
    margin: 0 auto;
    width: 100%;
    height:auto;
    text-align: center;
}
#viewer div {
    width: 250px;
    height: 354px;
    overflow: hidden;
    position: relative;
    text-align:center;
}

 
#viewer ul {
	margin:0;
	padding:0;
    width: 100%;
    text-align:center;
}
 
#viewer ul li {
	/*padding:0px 10px 0px;*/
    height:auto;
    float:left;
    display: inline;
    margin:0 0 0;
}
#viewer ul li img{
width:50px;
height:65px;
border: 5px #D4D4D4 solid;}
#viewer .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
#viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#viewer ul {
    display: inline-block;
    overflow: hidden;
}			
		
		
.detail{box-sizing:border-box;
		width:100%;
		float:left;}
#titlea{width:100%;
		padding:10px;
		margin:0px; 
		box-sizing:border-box;
		text-align: justify;
		font-size:35px;}
#nanika{width:100%;
		padding: 5px;
		margin-bottom:5px;
		text-align: justify;}
#leprix{width:100%;
		padding:5px;
		text-align:justify;
		font-size:25px;}
#buttons{width:100%;
			box-sizing:border-box;
			text-align:justify;
			padding:5px;
			margin:0px;}
#choice{display:inline-block;
			width:70%;
			box-sizing:border-box;
			margin:5px;
			position:relative;
			text-align:center;}
.exp p{width:100%;
		box-sizing:border-box;
		font-family: 'Libre Baskerville', serif;
		text-align: justify;}

#shoppingbotan{display:inline-block;
			width:70%;
			box-sizing:border-box;
			text-align:right;
			margin:2px 5px 0px;
			position:relative;
			/*padding:1px;*/}
.ajouter{padding:10px;
		width:87%;
	   font-size:18px;
		text-decoration:none;
		display:block;
		text-align:center;
		color:#333;
		border:1px solid #AAA;}
#nanika2{padding:5px;}
	/* PRODUCUTPAGE  detail 写真1枚ver.*/
#img1{width: 250px;
    height: 354px;}	
    /*FEMME HOMME*/
#cate{/*width:100%;
		padding:100px; 
		box-sizing:border-box;*/
		font-family: 'Libre Baskerville', serif;
		text-align: center;
		font-size:25px;
		margin:20px 40px;}
 	/*PANIER*/
 	#panier{text-align:justify;
		font-size:25px;
		margin:20px 10px;}
#cart{box-sizing:border-box;
	width:100%;}
#cadier{text-align: right;
		margin:15px 20px;}
#somme{box-sizing:border-box;
		display:inline-block;
		width:100%;}
.total{padding:0px 20px;
		width:100%;
		margin:0;
		font-size:25px;}
.migi{text-align: right;}
.naka{text-align: right;}

#forpc{display:none;}
#forsp{display:block;}

	}
/**************************れすでざ　タブレット***********************************/
@media(max-width:768px){

.one {
    font-size: 25px;
   position: absolute;
    top: 17%;
    left: 52%;
}
.two {
    font-size: 25px;
   position: absolute;
    top: 25%;
    left: 22%;
}
.three {
    font-size: 25px;
   position: absolute;
    top: 35%;
    left: 52%;
}
.four {
    font-size: 25px;
   position: absolute;
    top: 45%;
    left: 22%;
}
.shashin{box-sizing:border-box;
		width:100%;
		float:left;}
.shashin img{width:100%;
			height:auto;}

viewer ul li {
    padding: 0px 0px;
    width: 100px;
}
#titlea{padding:0 0 0 0;
		margin: 0 5% 0;
		text-align:left;}}
#nanika{margin:0 0 0;
		padding:0 4% 0;
		text-align:left;}
#leprix{padding:0 5% 0;
		text-align:left;}
#buttons{padding:0 5% 0;
		text-align:left;}
#nanika2{margin:0 0 0 0;
		padding:0 5% 0;
		text-align:left;}}
