@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
.shop_detail h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.shop_detail .main_image {
  margin-bottom: 35px;
}
.shop_detail .main_image .slide {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.shop_detail .main_image .slide .wrap p {
  float: left;
  width: 700px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.shop_detail .main_image .pager {
  text-align: center;
}
.shop_detail .main_image .pager li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url("/assets/img/common/nav_dots.png");
  display: inline-block;
}
.shop_detail .main_image .pager li.current {
  background-position: bottom;
}
.shop_detail .main_image .next {
  background: url("/assets/img/common/arrow_next.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -20px 0 0 0;
  cursor: pointer;
}
.shop_detail .main_image .prev {
  background: url("/assets/img/common/arrow_prev.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -20px 0 0 0;
  cursor: pointer;
}
.shop_detail .text {
  margin-bottom: 25px;
}
.shop_detail .text .lead {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.shop_detail .text .desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.shop_detail .text .copy {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.shop_detail .text .notes {
  font-size: 12px;
  line-height: 1.4;
}
.shop_detail .text .red {
  color: #F00;
}
.shop_detail .links li {
  float: left;
  width: 120px;
  height: 40px;
  margin-right: 10px;
}
.shop_detail .links li a {
  background: url("/assets/img/common/arrow_white.png") no-repeat 105px center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.shop_detail .links li a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .shop_detail .links li a {
    font-family: Verdana, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
  }
}

.shop_item .reccomend {
  margin-bottom: 30px;
}
.shop_item .reccomend h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.shop_item .reccomend ul li {
  border-top: 1px solid #d4d4d4;
  padding-top: 22px;
}
.shop_item .reccomend ul li .img {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.shop_item .reccomend ul li .item_name, .shop_item .reccomend ul li .item_price {
  line-height: 1.4;
  font-size: 14px;
}
.shop_item .reccomend ul li .item_name {
  margin-bottom: 5px;
}
.shop_item .reccomend ul li:not(:last-child) {
  margin-bottom: 18px;
}
.shop_item .information li {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.another_contents {
  background: #ededed;
  padding: 40px 0 50px;
  text-align: center;
}
.another_contents h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
.another_contents .slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.another_contents .slider .wrap {
  position: relative;
}
.another_contents .slider dl {
  width: 225px;
  float: left;
  margin-right: 20px;
  background: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.another_contents .slider dl dt img {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.another_contents .slider dl dd {
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1.4;
  vertical-align: middle;
  display: table-cell;
  height: 60px;
}
.another_contents .slider dl a {
  color: #000;
}
.another_contents .slider dl a:hover {
  text-decoration: none;
}
.another_contents .slider .next {
  background: url("/assets/img/common/arrow_next.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 450px;
  cursor: pointer;
}
.another_contents .slider .prev {
  background: url("/assets/img/common/arrow_prev.png") no-repeat center;
  -webkit-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -490px;
  cursor: pointer;
}
