/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 314px;
  width: 41%;
}

.contentswrap {
  padding-bottom: 50px;
}

.contentswrap .mainImage {
  margin-bottom: 20px;
}
.contentswrap .lead {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 20px 20px;
  letter-spacing: -0.02em;
}
.contentswrap .page_navi {
  margin-bottom: 20px;
}

.onsen_contents {
  margin-bottom: 40px;
}

.point_wrap .point {
  margin: 0 10px 20px;
}
.point_wrap .point .img {
  position: relative;
  width: 27%;
  float: left;
}
.point_wrap .point .img img {
  width: 100%;
}
.point_wrap .point .text {
  margin-left: 32%;
  width: 65%;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: text-top;
}
.point_wrap .point .text h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.onsen_contents table {
  width: 100%;
}
.onsen_contents table th {
  background: #ffec01;
  border-right: 1px solid #d4d4d4;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.4;
}
.onsen_contents table th.special {
  background: #e60012;
  color: #FFF;
}
.onsen_contents table td {
  background: #FFF;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.4;
  text-align: center;
}
.onsen_contents table td:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.onsen_contents table tr:not(:last-child) th, .onsen_contents table tr:not(:last-child) td {
  border-bottom: 1px solid #d4d4d4;
}
.onsen_contents .category {
  width: 28%;
}
.onsen_contents .about {
  width: 72%;
  text-align: left;
  padding: 10px;
}
.onsen_contents .about span {
  color: #e60012;
  font-weight: bold;
}
.onsen_contents .pay {
  width: 36%;
}

.reccomend {
  margin: 0 20px 20px;
}
.reccomend h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.reccomend li {
  padding: 15px 0;
  border-top: 1px solid #d4d4d4;
}
.reccomend li .img {
  width: 42%;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.reccomend li .info {
  margin-left: 47%;
}
.reccomend li .info .item_name, .reccomend li .info .item_price {
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reccomend li .info .item_cap {
  font-size: 13px;
  line-height: 1.6;
}
.reccomend:nth-of-type(2) {
  margin-top: -10px;
}

.page_backBtn {
  margin-bottom: 50px;
}
