
.bukken {
  padding: 60px 0;
}

.header-area {
  background-color: #ccc!important;
}

h1.entry-title {
  font-size: 28px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.entry-sub {
  font-size: 24px;
  font-weight: bold;
  margin:20px 0 50px;
  line-height: 38px;
}

.list_picsam img {
  width: 550px;
  display: inline-block;
  padding: 10px;
}
@media screen and (max-width: 640px){
  .list_picsam img {
    width: 100%;
  }
}

.list_detail {
  margin-top: 50px;
}

.list_detail .list_price dt,.list_detail .list_price dd {
  display: inline-block;
  font-size: 24px;
}
.list_detail .list_price dt {
  font-size: 24px;
}
.dpoint4 {
  font-size: 38px;
  padding-left:20px;
}
@media screen and (max-width: 640px){
  .dpoint4 {
    font-size: 32px;
    padding-left:5px;
  }
}

.list_price {
    line-height: 2;
    margin-bottom: 1em;
    padding: 0 0 0 1em;
    background-color: #ebf6fc;
}
.list_detail .list_price table {
    margin: 0;
    padding: 0;
    border: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}
tr {
    border-bottom: 1px solid #eee;
}
.list_detail table {
    margin: 0 0 5px;
    padding: 0;
    border: none;
}
.list_detail table th {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.list_detail table#list_add {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.list_detail #list_add th {
    line-height: 1.4;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    width: 21%;
    font-weight: 400;
}
.list_detail #list_add td {
    line-height: 1.4;
    margin: 0;
    padding: .5em;
    white-space: normal;
}

.list_detail table#list_other {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.list_detail #list_other th {
    width: 21%;
    padding: 5px;
    text-align: left;
    font-weight: 400;
}
.list_detail #list_other td {
    width: 30%;
    padding: 5px;
    white-space: normal;
}

.entry-content {
  margin: 20px 0 10px;
}
.entry-content li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
}

.map {
  padding: 20px 0;
}


