﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    width:98%;
    font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
}
#top{
	width:98%;
	margin:0 auto;
}
.box-top1{
	float:left;
	margin:15px auto auto 0;
	}
.box-top1 img{
	height:45px;
}
	
.box-top2{
	float:right;
}
.cf{
	clear:both;
}
#top p{
	font-size:77%;
	line-height:1;
	margin-top:4px;
}
/* SNS */
.box-top2{
	display:none;
}
/*
.follow-me {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top:0;
}
.follow-me{
  text-align:right;
}
.follow-me li {
  display:inline;
  margin: 0 4px 0 0;
  padding: 0;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 30px; 
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="hatenablog.com"]::before     { content: "BLOG";
    font-family: Verdana;
    font-size:60%;
    font-weight: bold;
    border-color: #008fde; background-color: #008fde;  }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }
.follow-me li a[href*="vimeo.com"]::before          { border-color: #1ab7ea; background-color: #1ab7ea; content: "\f27d"; }
.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; background-color: #cd201f; content: "\f16a"; }
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
.follow-me li a[href*="hatenablog.com"]:hover::before     { color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { color: #125688; }
.follow-me li a[href*="twitter.com"]:hover::before        { color: #55acee; }
.follow-me li a[href*="vimeo.com"]:hover::before          { color: #1ab7ea; }
.follow-me li a[href*="youtube.com"]:hover::before        { color: #cd201f; }
*/
/* /SNS */
/* メニュー */
.drawer-toggle drawer-hamburger{
	border:solid 1px #000000;
}

.drawer-toggle drawer-hamburger::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
.drawer-toggle drawer-hamburger.active::after {
  content: 'CLOSE';
  bottom: -25px;
}
.drawer-toggle drawer-hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.drawer-toggle drawer-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.drawer-toggle drawer-hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.sp_top {
    margin:  0;                 
    border-bottom: solid 3px #074770;  
    padding-bottom:  5px;       
    margin-bottom: 15px;        
    position:  relative;      
}
.sp_top:before {
    content:  '';             
    width: 100%;                
    height: 1px;               
    background-color: #074770;   
    display:  block;          
    position:  absolute;     
    left:  0;                   
    bottom: -6px;              
}
.lady_color{
	color:#ff66b3;
}

/*  メニュー*/
/* フッター */
#footerbg{
	text-align:center;
	width:100%;
	padding-top:15px;
	color:#808080;
	line-height:1.2em;
	background: -moz-linear-gradient(-45deg, rgba(224,224,224,0) 0%, rgba(186,208,211,0.65) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#a6bad0d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #dcdcdc;
	margin-top:20px;
	}

#footer{
	width:100%;
	margin:10x 0;
	padding-top:10px;
	padding-bottom:10px;
    text-align:left;
}
*:first-child + html #footer{
	font-size:9px;
	}
#footer table{
  margin:0 auto;
  width:90%;
}
#footer td{
	vertical-align:top;
	}
.menu03{
    width:95%;
	border:none;
	border-spacing:0px;
	float:left;
	}
.menu03 td{
	padding-left:10px;
	border-spacing:0px;
	font-size:90%;
	line-height:2;

	}
.menu03 a{
	color:#5f5f5f;
	text-decoration:none;
    }

*:first-child + html .menu03 a{
	color:#5f5f5f;
	text-decoration:none;
	font-size:9px;
	}

.menu03 a:hover{
	color:#cccccc;
	text-decoration:none;
	}
.f_link{
	background-image:url(images/mainmenu2.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
		}
/* /フッター */
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 50px;
  color: #3f98ef;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}


/* メイン */
main{
    width: 98%;
    margin:0 auto;
    text-decoration:none;
}
main a:link,
main a:visited{ 
    color:#000; 
    text-decoration: none;
}
main a:hover,
main a:active{
   color:#a9a9a9 ;
   text-decoration:none;
}
/* タイマー　*/

#CDT  {
  width:155px;
  height:20px;
  font-size:90%
  background-color: rgb(235,85,21);
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin:-30px auto 0 0;
  position: absolute;
}
/* /タイマー */
/* ループスライダー */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;

}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 200px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
*{
margin: 0;
padding: 0;
}

#wrapper_a{
	text-align:center;
	width:30px;
	height:20px;
}
/* /ループスライダー */
/* ブランドから選ぶ */
#brand_choice{
	margin:10px 0;
}
.button_creme,.button_dewey,.button_harbour,.button_dano,.button_gh,.button_sab,.button_elmore,.button_bmt,.button_johnpeck,.button_madrugada,.button_sk,.button_used,.button_catalog{
  float:left;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin:6px 7px;
  color:#000000;
  width: 29%;
  height: 50px;
  border: 0.8px solid #c0c0c0;
}
.button_creme img,.button_dewey img,.button_harbour img,.button_dano img,.button_gh img,.button_sab img,.button_elmore img,.button_bmt img,.button_johnpeck img,.button_madrugada img,.button_sk img,.button_used img,.button_catalog img{
	width:96px;
	height:48px;
	margin-left:2px;
}

/* /ブランドから選ぶ */
 .wrapper1{
  margin: 0 auto 30px auto;
  text-align: center;
}
.row {
  margin: 20px auto;
}
.row_btn{
    float:left;
    margin:0 auto 50px auto;
}
.row a {
  position: relative;
  border: 2px solid #232323;
  z-index: 2;
  margin: 0 10px;
  padding:12px 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #232323;
}
.row a:hover:before{
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
}
.row a:hover{
	color:#ffffff;
}
.row a:active:before{
  top: -8px;
  left: 15px;
  width: 102%;
  height: 100%;
}
.row a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -12px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #ea5550;
  transition: all 0.3s ease;
}
.row .btn_red:before {
  background-color: #ea5550;
}
.row .btn-blue:before {
  background-color: #008db7;
}

.row .btn-yellow:before {
  background-color: #ffd700;
}


/*  各セクション*/
main h1{
    border-left: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0; 
    padding:7px 10px;
    margin-bottom:15px;
    margin-top:15px;
   font-size:1.1em;
   color:#484848;
}
main h2{
    font-size: 1em;
    text-align: left;
    position: relative;
    margin-top:15px;
}
.box1{
	width:47%;
	height:250px;
	display:block;
	margin:5px 7px 15px 3px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

}
.box1:last-child{
	margin-right:0;
}
.box1 .photo1 img{
   width:90%;
   margin:5px 5px 3px 3px;
}
.box1 h3{
    text-align:center;
    margin:5px auto 0 auto;
    font-size:100%;
    color:#484848;
}
.box1 .setsumei1{
    font-size:0.8em;
	line-height:1.5;
}
.box1:hover{
	opacity: 0.7;
}
.box2{
	width:47%;
	height:220px;
	display:block;
	margin:5px 7px 15px 3px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

}
.box2:last-child{
	margin-right:0;
}
.box2 .photo2 img{
   width:90%;
   margin:5px 5px 3px 3px;
}
.box2 h3{
    text-align:center;
    margin:5px auto 0 auto;
    font-size:100%;
    color:#484848;
}
.box2 .setsumei2{
    font-size:0.8em;
	line-height:1.5;
}
.box2:hover{
	opacity: 0.7;
}

.box3{
 	width:95%;
	height:120px;
	display:block;
	margin:5px auto 5px 5px;
	border:2px solid #fff;
	box-sizing:border-box;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
	float:left;
}
.box3:last-child{
	margin-right:0;
}
.box3 h3{
    text-align:left;
    margin:10px 0 0 10px;
    font-size:100%;
    color:#484848;
}
.box3 .photo3 img{
   width:40%;
   margin:-20px 0 0 auto;
   float:right;
}

.box3 .setsumei3{
    font-size:0.8em;
	line-height:1.5;
	margin-top:20px;
}
.box3:hover{
	opacity: 0.7;
}

.shosailink{
    text-align:right;
    font-size:0.8em;
}
/* /各セクション */

/* ショップインフォメーション  */
.box4{
	width:46%;
	height:205px;
	display:block;
	margin:5px 3px 10px 3px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
	
}
.box4:last-child{
	margin-right:0;
}
.box4 h2{
    text-align:center;
    margin:2px auto 0 auto;
    font-size:100%;
    color:#484848;
}

.box4 .photo4 img{
   width:90%;
   margin:5px 5px 5px 5px;
}
.box4 .setsumei4{
    text-align:center;
	font-size:0.8em;
	word-break:keep-all;
	margin:0 auto 0 2px;
}
.box4:hover{
	opacity: 0.7;
}

.box5{
    width:40%;
    height:150%;
    <!--padding-top:20%;
	height:160px;-->
	display:block;
	margin:5px 15px 5px 11px;
	float:left;	
}
.box5:last-child{
	margin-right:0;
}
.box5 .photo5 img{
   width:100%;
   margin:0;
}
.box5:hover{
	opacity: 0.7;
}
.box6{
	width:47%;
	height:300px;
	display:block;
	margin:5px 7px 15px 3px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

}

.box6:last-child{
	margin-right:0;
}
.box6 .photo6 img{
   width:90%;
   margin:5px 5px 3px 3px;
}
.box6 h3{
    text-align:center;
    margin:10px auto 0 auto;
    font-size:100%;
    color:#484848;
}
.box6 .setsumei6{
    font-size:0.8em;
	line-height:1.5;
	margin-top:0;
}
.box6 a:hover{
	opacity: 0.7;
}
.column{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.column1{
    display:inline-block;
    font-size:110%;
    margin-top:30px;
	border-bottom:6px double #808080;
	padding:4px auto;
}
.box7{
	width:47%;
	height:190px;
	display:block;
	margin:5px 7px 15px 3px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
}
.box7:last-child{
	margin-right:0;
}
.box7 .photo7 img{
   width:90%;
   margin:5px 5px 5px 3px;
}
.box7 h3{
    text-align:center;
    margin:13px auto 0 auto;
    font-size:90%;
    color:#484848;
}
.box7 .setsumei7{
    font-size:0.8em;
	line-height:1.5;
	margin-top:0;
}
.box7:hover{
	opacity: 0.7;
}

.box8{
	width:100%;
	height:auto;
	margin-top:5px;
	margin-bottom:10px;
	}
.box8 img{
   width:100%;
}
.box8:hover{
	opacity: 0.7;
}

/* /ショップインフォメーション */
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 60px;
  color: #3f98ef;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*  */
.cf{
	clear:both;
}  
.pc{
	display:none;
}

.right{
	float:right;
}
/**おすすめ横並び　2個**/
.recommend{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend > :not(:nth-child(2n-1)){
  margin-left: 10px;
}
.recommend > :nth-child(n+3){
  margin-top: 20px;
}
.recommendblock{
  width: calc((100% - 20px * 1) / 2);
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.recommendblock img{
  width: 100%;
  height: auto;
}
.recommendblock:hover{
	opacity: 0.7;
}
/**おすすめ横並び　2個**/
.block-group2{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-group2 > :not(:nth-child(2n)){
  margin-left: 3px;
}
.block-group2 > :nth-child(n+3){
  margin-top: 20px;
}
.block-groupblock2{
  width: calc((100% - 4px * 1) / 2);
  height: auto;
  overflow: hidden;
}

.block-groupblock2 img{
  width: 98%;
  height: auto;
}
.block-group2:hover{
	opacity: 0.7;
}
