﻿@charset "utf-8";
/* CSS Document */


/*******************loader*******************/
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3000;
}

#loader {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px; /* heightの半分のマイナス値 */
    margin-left: -40px; /* widthの半分のマイナス値 */
    z-index: 1000;
}

.sk-cube-grid {
  width: 80px;
  height: 80px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #777e41;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/*******************loader*******************/

/*******************base*******************/
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.cd-main-content {

}

body {
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #3c3c3c;
	background-color: #fffcfc;
}

img {
	max-width: 100%;
	display: block;
}

.header {
	width:100%;
}

.header-img {
    width: 100%;
    display: block;
    padding-top: 69px;
}

.header-smt-img {
	display:none;

}

.menu{
	font-size:13px;
}

figcaption{
	margin-top:10px;
	font-size:14px;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

footer img {
	display: inline;
}

articre{
	width: 100%;
	height: auto;
}

section {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	
}

section:nth-child(even) {
	background:url(../img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffffff;
}

.content {
	width : 1200px;
	height: auto;
	padding: 80px 40px;
}

.content2 {
    width: 1200px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 30px;
    padding-left: 30px;
}

p {
	margin-bottom: 10px;
}

.block {
	display: block;
	height: auto;
	width: 100%;
}

.center {
	text-align: center;
}

aside {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #111;
}

.Clear{
	clear:both;
}

/*******************base*******************/

/*******************maintenance*******************/

.maintenance-box{
	width:80%;
	margin-bottom:80px;
	padding:15px;
	background-color:#f7fff7;
	border:#cbcbcb 1px solid;
	font-size:14px;
	text-align:center;
}

/*******************maintenance*******************/

/*******************base*******************/

/*******************intro-cap*******************/
.intro-cap {
	width: 100%;
	font-size:18px;
	font-weight:400;
	line-height:1.5;
}

/*******************intro-cap*******************/

/*******************block*************************/
.slide1{
	width:100%;
	margin-bottom:20px;
}

.slide1 img {
    padding: 15px 10px 15px 10px;
}

.flex-block{
	display:flex;
	flex-wrap:wrap;
	justify-content:stretch;
	align-items:stretch;
}

.new-arrival-in {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.new-arrival {
    width: 100%;
    font-size: 18px;
    color: #333;
    height: 270px;
    border: 1px solid #CCC;
    background-color: #FFFFF4;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sns-in {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.sns-in2 {
    width: 100%;
    padding: 10px;
	background-color:#E6E6E6;
	border-radius:5px;
}

.product-box-in {
    width: 24%;
    height: auto;
    margin: 0px 0.5% 25px 0.5%;
}

.product-box {
    width: 100%;
    border: #E6E6E6 1px solid;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    background-color: #f5f5f5;
}

.product-txt{
	margin-top:5px;
}

.state-in{
	width:50%;
	padding:0px 5px;
	margin-left:0;
	text-align:center;
}

.state-in p {
    margin-bottom:0;
}

.img-block{
	width:100%;
	margin-bottom:20px;
}

.img-block50{
	width:50%;
	padding:10px;
	margin-left:0;
}

.img-block33{
	width:33.33%;
	padding:10px;
	margin-left:0;
}

.recommend-wrap {
    width: 100%;
    background-color: #FFF;
    padding-bottom: 60px;
	padding-top:60px;
}

.recommend-box-wrap{
	width:850px;
	height:auto;
}

.recommend-box{
	width:20%;
	margin:0;
}

/*******************block*************************/

/*******************テキスト用********************/
.news-wrap{
	width:90%;
	padding:10px;
	margin-bottom:10px;
	border-bottom:#999 dotted 1px;
}

.day{
	font-weight:700;
	color:#C00;
	margin-bottom:10px;
}

.news-wrap p {
    margin-bottom: 5px;
    font-size: 14px;
}

.news-wrap2 {
	width:100%;
	height:auto;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 60px;
}

.news-wrap2 a{
	color:#C00;
	transition:0.3s;
}

.news-wrap2 a:link {
	color: #C00;
	text-decoration: none;
}

.news-wrap2 a:hover {
	color: #0099e5;
	text-decoration: none;
}

.product-name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	margin-bottom: 5px;
}

.new{
	background-color:#C00;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	font-weight:700;
	border-radius:5px;
}

.brand-new{
	background-color:#233E8D;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	font-weight:700;
	border-radius:5px;
}

.used{
	background-color:#F63;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	font-weight:700;
	border-radius:5px;
}

.outlet{
	background-color:#C90;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	font-weight:700;
	border-radius:5px;
}

.vintage{
	background-color:#900;
	color:#FFF;
	padding:5px;
	margin-bottom:5px;
	font-weight:700;
	border-radius:5px;
}

.price {
	color: #C00;
	font-size: 15px;
	font-weight:700;
}

.price span{
	font-size: 24px;
}

/*******************テキスト用********************/

/*******************link*******************/
a {
	color: #7b7b7b;
	text-decoration: none;
	transition:0.3s;
}

a:link {
	color: #7b7b7b;
	text-decoration: none;
}

a:hover {
	color: #0099e5;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a.pt:hover img{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
    opacity:0.80;
	transition:0.3s;
}
/*******************link*******************/

/****************button*****************/

.shopping-link {
	margin-bottom: 5px;
}

.button {
    width: 100%;
    height: auto;
    background-color:#7CB1FF;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    display: block;
	margin-top:15px;
	margin-bottom:10px;
}

.font-button2 {
    font-size: 18px;
    line-height: 45px;
}

.shopping-link a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition:0.3s;
}

.button:hover {
	background-color: #6CF;
}
/****************button*****************/

/*******************txt*******************/

h2 {
	font-size:40px;
	margin-bottom:20px;
	text-align:center;
}

h3 {
	font-size:24px;
	margin-bottom:20px;
	padding-left:15px;
	border-left:#CC0000 10px solid;
	border-bottom:#666 1px dotted;
}

h3 span{
	font-size:14px;
	color:#666;
}

h4 {
	font-size: 20px;
	font-weight:700;
	margin-bottom:5px;
}

.text-small {
	font-size: 16px;
}

.text-small2 {
	font-size: 9px;
}

.text-middle {
	font-size: 34px;
}

.text-bold{
	font-size:26px;
	font-weight:700;
}

.text-bold2{
	font-size:20px;
	font-weight:700;
}

/*******************txt*******************/

/*******************sns*******************/
.sns {
	width: 400px;
	padding:0 40px;
}

.fb {
	float:left;
	width:25%;
	padding:2%;
}

.tw {
	float:left;
	width:25%;
	padding:2%;
}

.line {
	float:left;
	width:25%;
	padding:2%;
}

.gp {
	float:left;
	width:25%;
	padding:2%;
}
/*******************sns*******************/

/*******************page-top*******************/
.pagetop {
    position: fixed;
    bottom: 27px;
    right: 20px;
}
/*******************page-top*******************/

/*******************color*******************/
.orange {
	color: #FF9900;
}

.blue {
	color: #05496b;
}

.red {
	color: #C00;
}

/*******************color*******************/

/*******************link-banner*******************/

.link-banner{
	width:100%;
	height:auto;
	margin-bottom:80px;
	margin-top:60px;
}
/*******************link-banner*******************/

/*******************inquiry*******************/

#inquiry{
		background-color:#777e41;
}

.inquiry {
	width: 100%;
	height: auto;
	color:#FFF;
}

.inquiry a{
	color:#9FC;
}

.inquiry a:hover{
	color:#CF0;
}

.inquiry-title {
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 3px solid #adcfac;
    border-bottom: 3px solid #adcfac;
}

.store {

}

.store-logo {
    width: 45%;
    height: auto;
    float: right;
    padding: 10px;
}


.store-info {
    width: 50%;
    height: auto;
    float: left;
    font-size: 14px;
    padding: 10px;
}

.store-name {
    font-size: 22px;
    font-weight: bold;
	margin-bottom: 10px;
}

.fa-envelope-o:before {
  content: "\f003";
}

.ggmap {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #89181c;
    display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ggmap-wrap{
	width:100%;
	height:auto;
}

.ggmap a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.ggmap a:link {
	color: #fff;
}

.ggmap:hover {
	background-color: #c30007;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #fff;
}

/*******************inquiry*******************/
