/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 380px;
  width: 50%;
}

.contentswrap {
  padding-bottom: 50px;
}

.main_image {
  margin-bottom: 20px;
}
.main_image .slide {
  position: relative;
  overflow: hidden;
}
.main_image .slide .wrap {
  width: 200%;
}
.main_image .slide .wrap p {
  width: 50%;
  float: left;
}
.main_image .slide .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;
  width: 26px;
  height: 26px;
  -webkit-background-size: 26px;
  -o-background-size: 26px;
  background-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 20px;
}
.main_image .slide .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;
  width: 26px;
  height: 26px;
  -webkit-background-size: 26px;
  -o-background-size: 26px;
  background-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 20px;
}
.main_image .pager {
  text-align: center;
  letter-spacing: -0.4em;
  margin-top: 10px;
  height: 16px;
}
.main_image .pager li {
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url("/sp/assets/img/common/nav_dots.png");
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: inline-block;
}
.main_image .pager li.current {
  background-position: bottom;
}
.main_image .pager li:not(:last-child) {
  margin-right: 5px;
}

.shop_detail {
  margin: 0 20px 40px;
}
.shop_detail h3 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.shop_detail .lead {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop_detail .disc {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 15px;
}
.shop_detail .copy {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.shop_detail .notes {
  font-size: 10px;
  line-height: 1.2;
  text-indent: -1em;
  margin-left: 1em;
}
.shop_detail .red {
  color: #F00;
}

.shop_item {
  margin: 0 20px 40px;
}
.shop_item .reccomend h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.shop_item .reccomend li {
  padding: 15px 0;
  border-top: 1px solid #d4d4d4;
}
.shop_item .reccomend li .img {
  width: 42%;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.shop_item .reccomend li .item_name {
  line-height: 1.4;
  font-size: 14px;
  margin: 0 0 5px 45%;
}
.shop_item .reccomend li .item_price {
  font-size: 14px;
  margin-left: 45%;
}
.shop_item .reccomend:nth-of-type(2) {
  margin-top: -10px;
}
.shop_item .reccomend ul {
  padding-bottom: 25px;
}
.shop_item .information {
  margin-top: -15px;
}
.shop_item .information li {
  border: 1px solid #d4d4d4;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

.another_contents {
  background: #ededed;
  margin-bottom: 20px;
  padding: 20px 0;
}
.another_contents h4 {
  text-align: center;
  margin-bottom: 17px;
  line-height: 1.2;
}
.another_contents .slider {
  letter-spacing: -0.4em;
  overflow: hidden;
  position: relative;
}
.another_contents .slider .wrap {
  width: 2000px;
}
.another_contents .slider a {
  color: #000;
  text-decoration: none;
}
.another_contents .slider dl {
  width: 140px;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0em;
  background: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.another_contents .slider dl dd {
  font-size: 12px;
  height: 64px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1.2;
}
.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;
  width: 26px;
  height: 26px;
  -webkit-background-size: 26px;
  -o-background-size: 26px;
  background-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 20px;
}
.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;
  width: 26px;
  height: 26px;
  -webkit-background-size: 26px;
  -o-background-size: 26px;
  background-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 20px;
}

.special_menu {
  margin: 0 25px 40px;
  line-height: 1.2;
}
.special_menu h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.special_menu .special_menu_list li {
  width: 47%;
  float: left;
  padding-bottom: 5%;
}
.special_menu .special_menu_list li:nth-of-type(3) {
  clear: both;
}
.special_menu .special_menu_list li:nth-of-type(even) {
  margin-left: 5.5%;
}
.special_menu .special_menu_list .lotteria_menu {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.special_menu .special_menu_list p {
  font-size: 14px;
}
