@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
}



body {
    text-align: center;
    font-family: "Sawarabi Mincho";
    color: #5a544b;
}

img:hover {
    opacity: 0.5;
}

header {
    background-color: rgba(255, 255, 255, 0.8);
    position: sticky;
    /*固定する*/
    position: -webkit-sticky;
    /*Safari用ベンダープレフィックス*/
    top: 0;
    /*ブラウザの上からの距離はゼロ*/
    z-index: 9999;
    border-bottom: solid #5a544b 2px;
}

.kensaku {
    width: 300px;
    height: 30px;
}

.kensaku2 {
    width: 80px;
    height: 33px;
}

.kensaku-form {

    margin-left: 100px;
    vertical-align: middle;
}

.icon {
    display: inline-block;
}

.icon img {
    width: 40px;
    margin: 20px;
}

.icon:hover {
    background-color: #dcdcdc;
    transition: 1.0s;
}

.top {
    display: inline-block;
    vertical-align: middle;
}

.kart-human {
    margin-left: 280px;
}

.meteor {
    width: 180px;
    position: absolute;
    top: 20%;
    right: 73%;
}

/*カルーセル*/
.container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.container img {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    margin-left: auto;
    margin-right: auto;
}

/*カルーセル記述終了*/



.hako {
    display: inline-block;
}

.new {
    margin: 20px 20px 0 20px;
    width: 200px;
    height: 200px;
    border: 1px #5a544b solid;
}

.new2 {
    margin: 20px 20px 0 20px;
    width: 200px;
    height: 200px;
    border: 1px #5a544b solid;
}

.name {
    padding-left: 22px;
    text-align: left;
}

.new-arrivals {
    display: inline-block;
}

.arrivals {
    margin-top: 20px;
}

.box1 {
    width: 900px;
    padding-top: 50px;
}

.topphoto {
    margin-top: 30px;
    width: 1200px;
    height: 600px;
}

.sinsaku {
    font-size: 20px;
    font-weight: bold;
}

.sinsaku2 {
    font-size: 12px;
}

.syosai {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px;
    width: 300px;
    height: 50px;
    color: #5a544b;
}

.syosai p {
    font-size: 18px;
    padding-top: 10px;
}

.syosai:hover {
    width: 300px;
    height: 50px;
    background-color: #dcdcdc;
    transition: 1.0s;
}

a {
    text-decoration: none;
}

hr {
    width: 1200px;
    border: none;
    border-top: 1px #5a544b solid;
}


footer {
    color: #5a544b;
    background-color: #fff;
    height: ;
    border-top: 2px solid #5a544b;
}

.sns {
    display: inline-block;
    margin: 20px;
}

/*ランキング数字*/

.sample:hover {
    opacity: 0.5;
}

.sample2:hover {
    opacity: 0.5;
}

.sample3:hover {
    opacity: 0.5;
}

.sample4:hover {
    opacity: 0.5;
}

.sample5:hover {
    opacity: 0.5;
}

.sample {
    position: relative;
    display: inline-block;
    width: 250px;
    margin: 0 auto;
}

.sample::before {
    position: absolute;
    border-radius: 50%;
    content: "1";
    font-size: 1.3em;
    padding: 5px 15px;
    color: #fff;
    background: #f0e68c;
}

.sample2 {
    position: relative;
    display: inline-block;
    width: 250px;
    margin: 0 auto;
}

.sample2::before {
    position: absolute;
    border-radius: 50%;
    content: "2";
    font-size: 1.3em;
    padding: 5px 15px;
    color: #fff;
    background: #d2b48c;
}


.sample3 {
    position: relative;
    display: inline-block;
    width: 250px;
    margin: 0 auto;
}

.sample3::before {
    position: absolute;
    border-radius: 50%;
    content: "3";
    font-size: 1.3em;
    padding: 5px 15px;
    color: #fff;
    background: #5a544b;
}

.sample4 {
    position: relative;
    display: inline-block;
    width: 250px;
    margin: 0 auto;
}

.sample4::before {
    position: absolute;
    border-radius: 50%;
    content: "4";
    font-size: 1.3em;
    padding: 5px 15px;
    color: #fff;
    background: #dcdcdc;
}

.sample5 {
    position: relative;
    display: inline-block;
    width: 250px;
    margin: 0 auto;
}

.sample5::before {
    position: absolute;
    border-radius: 50%;
    content: "5";
    font-size: 1.3em;
    padding: 5px 15px;
    color: #fff;
    background: #dcdcdc;
}




/*ランキング数字終了*/

.box2 {
    margin-top: 100px;
    margin-bottom: 50px;
}

.co {
    margin: 20px 20px 0 20px;
    width: 400px;
    height: 300px;
    border: 1px #5a544b solid;
}

.box {
    vertical-align: middle;
}

li {
    list-style: none;
}


/*---------------------------------------------------------------
 contents
---------------------------------------------------------------*/
.contents {
    width: 1140px;
    margin: 0 auto;

}

/* leftColumn
-----------------------------------------*/
#leftColumn {
    float: left;
    width: 200px;
    
    padding: 45px 0 73px;
}

/* search */
#leftColumn.search ul.gender {

    width: 200px;
    padding-bottom: 30px;
}

#leftColumn.search dl.keyword + .type {
    margin-top: 40px;
}

#leftColumn.search ul.gender li {
    margin-bottom: 10px;
}

#leftColumn.search ul.gender li a {
    position: relative;
    display: block;
    background: #eee;
    text-align: center;
    line-height: 46px;
    font-size: 10px;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#leftColumn.search ul.gender li a:hover {
    opacity: .7;
}

#leftColumn.search dl {
    width: 200px;
}

#leftColumn.search dl.type:last-child {
    margin-top: 24px;
}

#leftColumn.search dl.category,
#leftColumn.search dl.label,
#leftColumn.search dl.color {
    margin-top: 19px;
}

#leftColumn.search ul.gender + .category {
    margin-top: 0;
}

#leftColumn.search dl dt {
    font-weight: bold;
    text-indent: 4px;
    line-height: 41px;
}

#leftColumn.search dl.type dt,
#leftColumn.search dl.keyword dt {
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
}

#leftColumn.search dl.startdt dt {
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}

#leftColumn.search dl.category dt,
#leftColumn.search dl.label dt,
#leftColumn.search dl.color dt,
#leftColumn.search dl.features dt,
#leftColumn.search dl.shop dt {
    border-bottom: 2px solid #ddd;
}

#leftColumn.search dl dd a {
    color: #000;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 10px 0 8px;
    text-indent: 4px;
    border-bottom: 1px solid #dcdcdc;
}

#leftColumn.search dl dd a.fs {
    font-size: 11px;
}

#leftColumn.search dl dd a:hover {
    background: #eee;
    text-decoration: none;
}


#leftColumn.search.result dl.category dd:last-child a,
#leftColumn.search.result dl.label dd:last-child a {
    border-bottom: 1px solid #ddd;
}

/* category SubMenu */
#leftColumn.search dl.category dd {
    position: relative;
}

#leftColumn.search dl.category ul {
    display: none;
    position: absolute;
    right: -163px;
    top: -5px;
    width: 187px;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 11;
}

#leftColumn.search dl.category ul li a {
    border: none;
    padding: 10px 10px 8px;
}

#leftColumn.search dl.label dd a {
    font-weight: bold;
}

#leftColumn.search dl.category dd {
    position: relative;
}

#leftColumn.search dl.category dd:hover > ul {
    display: block;
}

/* clear */
#leftColumn.search ul li a .clear,
#leftColumn.search dl dd a .clear {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 10px;
    height: 10px;
    margin: auto;
}

#leftColumn.search ul li a .clear:before,
#leftColumn.search ul li a .clear:after,
#leftColumn.search dl dd a .clear:before,
#leftColumn.search dl dd a .clear:after {
    position: absolute;
    top: 5px;
    left: -1px;
    content: "";
    width: 12px;
    height: 2px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#leftColumn.search dl dd a .clear:before,
#leftColumn.search dl dd a .clear:after {
    height: 1px;
}

#leftColumn.search ul li a .clear:after,
#leftColumn.search dl dd a .clear:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#leftColumn.search ul li.select a .clear:before,
#leftColumn.search ul li.select a .clear:after {
    background: #fff;
}

/* mypage */
#leftColumn.mypage > ul > li:first-child > a {
    border-top: 1px solid #000;
}

#leftColumn.mypage > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 8px;
    text-indent: 4px;
    border-bottom: 1px solid #000;
}

#leftColumn.mypage > ul > li > a:hover {
    background: #eee;
    text-decoration: none;
}

#leftColumn + #main {
    float: right;
    width: 908px;
    padding: 45px 0 73px;
}

.box3 {
    padding-top: 50px;
    margin: 0;
    width: 1300px;

}

.fab {
    color: #5a544b;
}

.ap {
    margin-left: auto;
    margin-right: auto;
}

.rogu {
    width: 200px;
    height: 30px;
    background-color: #c8c2be;
    color: #fff;
}

/*新規登録*/

.shinki {
    margin: 40px 0 40px 0;
    background-color: #c0c0c0;
    color: #5a544b;
}

.jyoho {
    background-color: #e8ecef;
    width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.toro {
    text-align: left;
    color: #5a544b;
}

.ju {
    padding: 50px;
}

.ap {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.hoge {
    width: 350px;
    height: 30px;
    margin: 10px;

}

.dodo {
    margin-top: 500px;
}

.ho {
    width: 350px;
    height: 50px;
}

.hog {
    width: 100px;
    height: 20px;
}

.hop {
    width: 238px;
    height: 20px;
}

.kiho {
    margin-right: 400px;
    font-size: 20px;
    padding-top: 30px;
    color: #393e4f;
}

.square_btn {
    color: #fff;
    width: 150px;
    height: 30px;
    background-color: #2a83a2;
}

.square_btn2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    width: 50px;
    height: 30px;
    background-color: #b3ada0;
}

.check {
    margin: 50px;
}

.jyoho3 {
    background-color: #e8ecef;
    width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/*検索フォーム虫眼鏡*/
button.sbtn4 {

    width: 50px;
    height: 34px;
    background-color: #afafb0;
    color: #383c3c;
    border-style: none;
}

button.sbtn4:hover {
    background-color: #dcdddd;
}

.staco {
    font-size: 25px;
}

.stalog2 {
    width: 300px;
    height: 30px;
}

.loginbutton {
    margin: 15px 30px 30px 30px;
    width: 300px;
    height: 50px;
    font-size: 20px;
    border-style: none;
}

.loginbutton:hover {
    background-color: #a9a9a9;
}

/*ショップ管理トップメニュー*/
.shop-top {
    padding: 100px;
}


.staff_name_check {
    margin: 200px 0 300px 0;
}

.input {
    margin: 200px;
}

/*スタッフ追加*/
.stalog3 {
    width: 350px;
    height: 40px;
}

.tsuika {
    font-size: 18px;
    padding-top: 20px;
}

.pass {
    margin: 30px;
}

.button3 {
    border-style: none;
    color: #000;
    background-color: #dcdcdc;
    width: 60px;
    height: 50px;
    font-size: 15px;
    margin: 30px;
    vertical-align: middle;

}

.button3:hover {
    background-color: #a9a9a9;

}

.button4 {
    border-style: none;
    color: #000;
    background-color: #dcdcdc;
    width: 90px;
    height: 50px;
    font-size: 15px;
    margin: 30px;
    vertical-align: middle;
}

.button4:hover {
    background-color: #a9a9a9;
}

.stalog {
    font-size: 30px;
    margin: 40px 0 10px 0;
    color: #c099a0;
}

.new_staff {
    margin: 110px 0 110px 0;
}

.namestaff {
    font-size: 25px;
    color: #c099a0;
}

.namestaff2 {
    font-size: 30px;
}

/*staff_add_done*/
.staffdone {
    margin: 200px 0 40px 0;
}

.tsuika-ok {
    font-size: 35px;
    color: #c099a0;
}

.tsuika-ok2 {
    font-size: 25px;
}


.modoru1 {
    margin-bottom: 250px;
}

a.modoru {
    font-size: 20px;
    text-decoration: none;
    color: #5a544b;
}

a.modoru:hover {
    color: #000;

}

/*スタッフ一覧*/
.roster {
    margin:50px 0 200px 0;
}

/*スタッフが選択されていません*/
.staff_none {
    margin:200px;
}

/*スタッフ情報参照*/
.staff_jyoho {
    margin:170px;
}

/*スタッフ削除の確認*/
.tsuika2 {
    font-size: 18px;
    padding-top: 20px;
    color: #e2041b;
}

/*スタッフ情報修正後の確認ページ*/
.edit_check {
    margin:180px;
}

/*修正完了画面*/
.syuusei {
    margin:200px;   
}

/*新規商品追加*/
.syohin {
    font-size: 17px;
    margin:10px;
    color:#b3ada0;
}

.syohin2 {
    width:250px;
    height:24px;
    margin:10px;
}

.pro_add_touroku {
    margin-left:auto;
    margin-right: auto;
    width:300px;
}



/*商品登録確認画面*/
.touroku_check {
    margin:50px 400px 30px 400px;
}

/*staff login check*/
.login{
    margin:100px;
}

.button5 {
    border-style: none;
    color: #000;
    background-color: #dcdcdc;
    width: 110px;
    height: 50px;
    font-size: 15px;
    margin: 30px;
    vertical-align: middle;
}

.button5:hover {
    background-color: #a9a9a9;
}

/*shop product*/
.kakaku{
    font-size:30px;
    font-weight: bold;
}

.pro_block {
    display: inline-block;
    vertical-align: middle;
    margin-top:30px;
}

.item{
    width:350px;
}

.setsumei{
    font-size:20px;
    font-weight: bold;
}

.button5{
    vertical-align: middle;
    display:inline-block;
    font-weight: bold;
    text-decoration: none;
    color:#5a544b;
    line-height: 50px;
    background-color: #f5b199;
}

.button5:hover{
    background-color:#ee827c;
}
/*cart gazou*/
.cartgazou{
    width:200px;
    border: 1px #5a544b solid;
}


.cart1{
    color:#000;
    padding:50px 650px 20px 0px;
    font-size:25px;
}
.hyo{
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    border-collapse: collapse;
    border:solid 2px #ebf6f7;
    background-color:#f7fcfe;
}


td.td_cart{
    font-size:20px;
    font-weight: bold;
    padding
}

.td_cart2 {
    padding:20px;
}

.btn {
    margin-bottom: 50px;
    color:#5a544b;
    font-size:20px;
    padding: 0.5em 1em;
    font-weight: bold;
    border: solid 3px #5a544b;
}
.btn:hover{
    color:#dddcd6;
    border: solid 3px #dddcd6;
}

.btn2 {
    margin:50px;
}


/*shop-list*/

.ichiran2{
    display:inline-block;
    margin:50px;
}

/*はんばーがめにゅ*/
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

/*shoplist-allproduct*/
.stalog4 {
    font-size: 30px;
    margin: 40px 0 0px 0;
    color: #c099a0;
}

.ko {
 margin-left: auto;
    margin-right: auto;
 width:1400px; 
}

.pantsbanar {
    margin-top:50px;
    width:800px;
 
}
