
/****************************************************/

/*-------------------------------
shop
-------------------------------*/
#shop {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 3rem;
    overflow: hidden;
}

#shop .section_head {
    margin: 2em auto 2.5em;
}

.section_head::after {
    content: none;
  }

.shop_text_top {
    margin: 0 20px 2rem 20px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.shop_contents {
    width: 100%;
    max-width: 1000px;
    padding: 0.5em 10px;
    margin: 0 auto;
}

.shop_contents h2 {
    text-align: center;
    margin: 10rem auto 4rem;
}

.shop_wrap {
    width: 100%;
    border: 1px solid #5a5a5a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_inner:nth-child(1) {
    width: 40%;
}

.shop_inner:nth-child(2) {
    width: 60%;
}

.shop_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.shop_image_aoyama {
    background-image: url(/poltrona-frau-tokyo-aoyama/shop/images/shop_aoyama_main.jpg);
}

.shop_image_osaka {
    background-image: url(/poltrona-frau-tokyo-aoyama/shop/images/shop_osaka_main.jpg);
}

.shop_info {
    height: 100%;
    padding: 1.5rem 2.5rem;
    font-size: .9rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.shop_info_item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_info_item dt {
    width: 30%;
    color: #999;
    padding: 1rem 0 1rem 1rem;
}

.shop_info_item dd {
    width: 70%;
    color: #5a5a5a;
    border-left: 1px solid #dadada;
    padding: 1rem 0 1rem 1rem;
}

.shop_btn {
    margin-top: 1.5rem;
    padding-left: 1rem;
}

.shop_btn a {
    width: 45%;
    text-align: center;
    padding: .7rem;
    display: inline-block;
    font-size: .85rem;
    transition: all .7s;
}

.shop_btn a:first-child {
    background: #f0801d;
    color: #fff;
    border: 1px solid #f0801d;
    margin-right: 1rem;
}

.shop_btn a:nth-child(2) {
    background: #fff;
    color: #333;
    border: 1px solid #333;
}

.shop_btn a:first-child:hover {
    background: #fff;
    color: #f0801d;
    border: 1px solid #f0801d;
    opacity: 1 !important;
}

.shop_btn a:nth-child(2):hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}


/********** ここからスマホ **********/
@media only screen and (max-width: 768px) {
#shop {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 3rem;
    overflow: hidden;
}

#shop .section_head {
    margin: 2em auto 2.5em;
}

.section_head::after {
    content: none;
  }

.shop_text_top {
    margin: 0 0 2rem;
    font-size: .95rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.shop_contents {
    width: 100%;
    max-width: 1000px;
    padding: 0.5em 0;
    margin: 0 auto;
}

.shop_contents h2 {
    width: 100%;
    font-size: 1.3rem;
    margin: 3rem 0 3rem
}

.shop_contents h2:nth-of-type(2) {
    margin-top: 7rem;
}

.shop_wrap {
    border: none;
}

.shop_inner:nth-child(1) {
    width: 100%;
}

.shop_inner:nth-child(2) {
    width: 100%;
}

.shop_image {
    width: 100%;
    height: 17rem;
    /*background-image: url(/poltrona-frau-tokyo-aoyama/shop/images/shop_aoyama_main.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.shop_info {
    height: auto;
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}


.shop_info_item dt {
    padding: .5rem 0 .5rem 0;
}

.shop_info_item dd {
    padding: .5rem 0 .5rem 1rem;
}

.shop_btn {
    margin-top: 2rem;
    padding-left: 0;
    text-align: center;
}

.shop_btn a {
    width: 100%;
    display: inline-block;
    font-size: .85rem;
}

.shop_btn a:first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
}
    
    
}



/*-------------------------------
shop_child(aoyama osaka)
-------------------------------*/
.shop_child {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 3rem;
    overflow: hidden;
}

.shop_child h2 {
    font-size: 1.6rem;
    text-align: center;
    margin: 2em auto 2.5em;
}

.gallery_thumb li {
  float: left;
  margin:0 10px 10px 0;
  width: 9.88%!important;
  max-width: 80px;
  position: relative;
}

.gallery_thumb li:last-child{
  margin-right: 0;
}
.slick-current {
  position: relative;
}

.gallery_thumb .thumbnail-current::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240,128,29,.6);
}

.slick-prev, .slick-next {
  z-index: 500;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

.gallery_thumb .slick-list .slick-track{
  width: 100% !important;
}

.shop_child .gallery_thumb li:last-child {
    margin-bottom: 4rem;
}

.shop_child_wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_child_inner:nth-child(1) {
    width: 55%;
}

.shop_child_inner:nth-child(2) {
    width: 45%;
}

.shop_child_info {
    height: 100%;
    font-size: .9rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.shop_child_info_item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_child_info_item dt {
    width: 20%;
    color: #999;
    padding: 1rem 0;
}

.shop_child_info_item dd {
    width: 80%;
    color: #5a5a5a;
    border-left: 1px solid #dadada;
    padding: 1rem 1rem 1rem 2rem;
}

.shop_child_btn {
    margin-top: 1.5rem;
}

.shop_child_btn a {
    width: 45%;
    text-align: center;
    padding: .7rem;
    display: inline-block;
    font-size: .85rem;
    transition: all .7s;
    background: #f0801d;
    color: #fff;
    border: 1px solid #f0801d;
}

.shop_child_btn a:hover {
    background: #fff;
    color: #f0801d;
    border: 1px solid #f0801d;
    opacity: 1 !important;
}

.shop_child_map {
    text-align: center;
}


/********** ここからスマホ **********/
@media only screen and (max-width: 768px) {
.shop_child {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 3rem;
    overflow: hidden;
}

.shop_child_contents {
    width: 100%;
    max-width: 1000px;
    padding: 0.5em 0;
    margin: 0 auto;
}

.shop_child h2 {
    font-size: 1.3rem;
    margin: 3rem 0 3rem;
}
    
.shop_child .gallery_thumb li:last-child {
    margin-bottom: 2rem;
}

.shop_child_inner:nth-child(1) {
    width: 100%;
}

.shop_child_inner:nth-child(2) {
    width: 100%;
    margin-top: 3rem;
}

.shop_child_info {
    height: auto;
    padding: .5rem 0;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.shop_child_info_item dt {
    padding: .5rem 0 .5rem 0;
}

.shop_child_info_item dd {
    padding: .5rem 0 .5rem 1rem;
}

.shop_child_btn {
    margin-top: 2rem;
    padding-left: 0;
    text-align: center;
}

.shop_child_btn a {
    width: 100%;
    display: inline-block;
    font-size: .85rem;
}


}





