@charset "UTF-8";
/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 500px;
  width: 66%;
}

.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;
}

.musium_contents {
  margin-bottom: 40px;
}

.point_wrap .point {
  margin: 0 20px 20px;
}
.point_wrap .point .img {
  width: 42%;
  float: left;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.point_wrap .point .img img {
  width: 100%;
}
.point_wrap .point .text {
  margin-left: 47%;
  font-size: 12px;
  line-height: 1.4;
}

.event_wrap .img {
  width: 45%;
  margin: 0 auto 12px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.event_wrap .img img {
  width: 100%;
}
.event_wrap .text {
  margin: 0 20px 20px;
}
.event_wrap .text dt {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
.event_wrap .text dd {
  font-size: 12px;
  line-height: 1.5;
}
.event_wrap .comment {
  margin: 0 20px 20px;
  font-size: 13px;
  line-height: 1.4em;
}

.museumPic {
  margin: 0 20px;
}
.museumPic li {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.museumPic li:before {
  content: "・";
  margin-right: 0.2em;
}

.musium_contents table {
  width: 100%;
}
.musium_contents table th {
  background: #ffec01;
  border-right: 1px solid #d4d4d4;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.4;
}
.musium_contents table th.special {
  background: #e60012;
  color: #FFF;
}
.musium_contents table td {
  background: #FFF;
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.4;
  text-align: center;
}
.musium_contents table td:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.musium_contents table tr:not(:last-child) th, .musium_contents table tr:not(:last-child) td {
  border-bottom: 1px solid #d4d4d4;
}
.musium_contents .category {
  width: 28%;
}
.musium_contents .about {
  width: 72%;
  text-align: left;
  padding: 10px;
}
.musium_contents .pay {
  width: 36%;
}

.area_wrap {
  margin-bottom: 60px;
}
.area_wrap .area_cupon {
  margin-bottom: 30px;
}
.area_wrap .area_cupon .lead {
  font-weight: bold;
}
.area_wrap .area_cupon .lead span {
  color: #e60012;
}
.area_wrap .area_cupon .lead p {
  font-weight: normal;
  font-size: 12px;
}
.area_wrap .area_cupon h4 {
  width: 422px;
  width: 56%;
  margin: 0 auto 20px;
}
.area_wrap .area_cupon h4 img {
  width: 100%;
}
.area_wrap .area_cupon .price h5 {
  margin: 0 0 20px 20px;
  line-height: 1.2;
  background: url("/assets/img/fujiyama_museum/icon_-money.png") no-repeat left center;
  -webkit-background-size: 23px;
  -o-background-size: 23px;
  background-size: 23px;
  padding-left: 30px;
  letter-spacing: -0.02em;
}
.area_wrap .area_cupon .price h5 span {
  color: #e60012;
}
.area_wrap .area_cupon .price td:last-child {
  color: #e60012;
  font-weight: bold;
}

.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: 14px;
  margin-bottom: 10px;
}
.reccomend li .info .item_cap {
  font-size: 12px;
  line-height: 1.6;
}
.reccomend:nth-of-type(2) {
  margin-top: -10px;
}
