@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
#main { margin: 0 auto 50px; }

.shoping .list { text-align: left; }

.shoping h3 { margin: 30px 0; }

.box_shoping {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #AF8843;
  outline: 1px solid #8F7C59;
  padding: 30px 0;
  background: #ffffff;
}

.wraper_shop {
  width: 680px;
  margin: 0 auto; 
}

.slider_icon,
.wraper_shop .slider_shop {
  width: 681px;
  text-align: center;
}

.slider_icon { margin-top: 6px; }

.slider_icon p { float: left; cursor: pointer; opacity: .7; transition: all linear .2s;}

.slider_icon p:hover,
.slider_icon p.slick-current { opacity: 1; transition: all linear .2s;}

.slider_icon p:last-child {
  margin-right: 0px;
  float: right;
}

.content_shop {
  margin: 20px auto;
  font-size: 13px;
  line-height: 1.8em;
  color: #757575;
}

.contact_shop { width: 100%; }

.contact_shop .shop_left {
  width: 100%;
  max-width: 395px;
  margin-top: -15px
}


.contact_shop .shop_right {
  width: 100%;
  max-width: 241px; 
}

.contact_shop .shop_left .box_content {
  border-bottom: 1px solid #a9a9a9;
  padding: 15px 0; 
}

.contact_shop .shop_left .box_content p {
  font-size: 14px;
  color: #757575;
  line-height: 1.8em; 
}

.contact_shop .shop_left .box_content p:first-child { margin-bottom: 5px; }


.contact_shop .shop_right p {
  font-size: 13px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 22px;
}

.contact_shop .shop_right p.tel1 span {
  display: block;
  font-size: 28px;
  color: #997336;
  line-height: 22px;
  margin-top: 5px;
}
.contact_shop .shop_right p.tel2 span {
  display: block;
  font-size: 22px;
  color: #997336;
  line-height: 22px;
  margin-top: 5px;
}


.contact_shop .shop_right .social { margin-top: 25px; }

.contact_shop .shop_right .social p {
  display: inline-block;
  vertical-align: top; 
  margin-right: 9px;
}

.contact_shop .shop_right .social p:last-child { margin-right: 0; }


.shoping h4 {
  margin: 40px 0 10px; 
}


.map_shop img { width: 600px; }
.map_shop iframe {
  width: 600px;
  height: 330px;
}

.map_shop .map_conten {
  width: 350px;
  padding: 15px 20px;
  min-height: 330px;
  background-color: #e6e6e6;
}

.map_shop .map_conten p { 
  font-size: 14px;
  color: #757575;
  line-height: 26px;
}

.hasDatepicker {
  padding: 20px;
  border: 1px solid #000;
  background: #FFF;
  color: #666;
}
.ui-datepicker-header {
  position: relative;
  padding: 0 0 10px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  display: inline-block;
  padding: 0 .5em;
  vertical-align: top;
  background: #666;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker-prev {
  left: 0;
  top: 0;
}
.ui-datepicker-next {
  right: 0;
  top: 0;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  position: relative;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td span {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.ui-datepicker-unselectable .ui-state-default {
  display: block;
  background: #fcc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

 .calendar, .youtube{
    width: 50%;
    padding: 0 25px;
  }

@media only screen and (max-width: 768px) {
  
  .wraper_shop {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .wraper_shop .slider_shop,
  .slider_shop p img,
  .box_shoping .wraper_shop p { width: 100%; }
  
  .box_shoping {
    padding: 0;
    border: none;
    outline: none;
  }
   
  .contact_shop .shop_left { float: right; }

  .contact_shop .shop_right {
      float: none;
      text-align: center;
      margin: 0 auto;
  }

  .contact_shop .shop_right .social p {
    display: inline-block;
    width: 28px;
  }
  
  .contact_shop .shop_left {
    border-top: 1px solid #a9a9a9; 
    margin-top: 20px;
    text-align: center;
  }
  
   .calendar, .youtube{
    width: 100%;
    padding: 0;
  }

  .calendar,
  .calendar img,
  .youtube,
  .youtube img,
  .map_shop,
  .map_shop > img { width: 100%; }
  
  .map_shop .map_conten {
    width: 100%;
    padding: 10px;
    min-height: auto;
    background-color: #e6e6e6;
    margin-top: 20px;
  }
  
  .map_shop .map_conten p {
    font-size: 12px;
    line-height: 1.8em;
  }

.content_shop {
    font-size: 12px;
    line-height: 1.8em;
}
.contact_shop .shop_left .box_content p {
    font-size: 12px;
    line-height: 1.8em;
}
.contact_shop .shop_right p {
    font-size: 12px;
    line-height: 1.8em;
}
.map_shop .map_conten p { 
    font-size: 12px;
    line-height: 1.8em;
}
.map_shop iframe {
  width: 100%;
}
.hasDatepicker {
  margin: 0 auto;
  padding: 10px;
}
.ui-datepicker-header {
  font-size: 15px;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 3px 6px;
  font-size: 15px;
}
.slider-nav {
  display: none;
}

}












