.holiday_area{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 100px!important;
  font-size: 16px!important;
}
.holiday_area h1{
  color: #FFFFFF;
  font-size: 30px;
  border-left: 10px solid #62280D;
  background-color: #3B2D0B;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}
.holiday_area h2{
  color: #3A2C0F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.holiday_area ul{
  margin-top: 30px;
}
.holiday_area table th,
.holiday_area table td{
  font-size: 16px;
}
.holiday_area table th:nth-child(1){
  font-weight: 900;
}
.holiday_area table td:nth-child(1){
  font-weight: 900;
}
.holiday_area table{
  width: 100%;
  border-collapse: collapse;
}
.holiday_area table tr{
  border-bottom: solid 2px white;
}
.holiday_area table tr:last-child{
  border-bottom: none;
}
.holiday_area table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #c37b0d;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.holiday_area table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #c37b0d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.holiday_area table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.holiday_area iframe{
  margin: 20px 0;
  width: 100%;
  height: 400px;
}