@charset "utf-8";

#area-container {
  padding-bottom: 0;
}

.area-01 {
  padding-bottom: 40px;
}

@media screen and (max-width:640px) {
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.area-intro .inner {
  position: relative;
  width: 100%;
  border: 2px #ccc solid;
  background: #fff;
}

.area-intro .inner .title {
  padding: 33px 0 35px;
  text-align: center;
}

.area-intro .area-bt {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}

.area-intro .area-bt li {
  float: left;
  padding: 0 2%;
  width: 50%;
}

.area-intro .area-bt li a {
  display: block;
  width: 100%;
  border: 1px #fff solid;
  background-image: url(../common/imgs/icon-play-w.png);
  background-position: 10% 50%;
  background-color: rgba(124, 85, 18, 0.8);
}

.area-intro .area-bt li.gold a {
  background-color: rgba(176, 128, 21, 0.8);
}

#printmap {
  display: none;
}

#event_point #map {
  width: 100%;
  height: 400px;
}

@media screen and (max-width:640px) {
  .area-intro .area-bt {
    position: static;
    padding: 0 10px 10px;
  }

  .area-intro .area-bt li {
    float: none;
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }

}

.area-photo .photo {
  position: relative;
  margin-top: 40px;
}

.area-photo .photo .txt {
  position: absolute;
  top: 25px;
  left: 0;
  padding: 0 25px;
  width: 100%;
  color: #fff;
}

.area-photo .photo .parts-bt {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 25px;
  width: 100%;
}

.area-point .parts-btn {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.area-point .parts-btn.bg01 {
  background-image: url(../imgs/034.png);
}

.area-point .parts-btn.bg02 {
  background-image: url(../imgs/035.png);
}

.area-point .parts-btn.bg03 {
  background-image: url(../imgs/036.png);
}

.area-point .parts-btn.bg04 {
  background-image: url(../imgs/037.png);
}

.area-point .parts-btn.bg05 {
  background-image: url(../imgs/038.png);
}

.area-point .parts-btn a {
  padding-left: 40px;
  padding-right: 100px;
  text-align: left;
  background: url(../common/imgs/icon-arrow-right-40.png) no-repeat 98% 50%;
}

.area-point .parts-btn span {
  display: block;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px #000 solid;
}

@media screen and (max-width:640px) {
  .area-point .parts-btn a {
    padding-left: 20px;
    padding-right: 40px;
    background-image: url(../common/imgs/icon-arrow-right-20.png);
  }

}

.area-service .box .inner {
  padding: 20px;
  border: 1px #ccc solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.area-service .box .photo {
  margin: 20px 0 30px;
}

.area-service .box .parts-bt {
  margin-top: 20px;
}

.area-service .box .long .fl,
.area-service .box .long .fr {
  width: 48%;
}

@media screen and (max-width:640px) {
  .area-service .box .long .fl,
  .area-service .box .long .fr {
    float: none;
    width: 100%;
  }

  .area-service .box .long .fr {
    margin-top: 20px;
  }

}

.area-taikan .box {
  color: #fff;
  background: url(../imgs/045.png) no-repeat 50% 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.area-taikan .box:first-child {
  background-image: url(../imgs/044.png);
}

.area-taikan .box .inner {
  padding: 20px;
}

.area-taikan .box .parts-bt {
  margin-top: 20px;
}

.area-news {
  margin-bottom: 50px;
}

.area-news h2 {
  margin-bottom: 60px;
}

.area-news .col02 {
  margin-bottom: 50px;
}

.area-news .col02 .photo {
  margin-bottom: 40px;
}

.area-news .list {
  position: relative;
  font-size: 125%;
}

.area-news .list li {
  position: relative;
  padding-left: 170px;
  border-bottom: 1px #d9d9d9 solid;
}

.area-news .list span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #3d3d3d;
}

.area-news .list a {
  display: inline-block;
  padding: 10px;
  color: #b08015;
  text-decoration: underline;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.area-news .pdf a {
  padding-right: 40px;
  background-image: url(../common/imgs/icon-pdf.png);
}

.area-news .list a:hover {
  text-decoration: none;
}

@media screen and (max-width:640px) {
  .area-news h2 {
    margin-bottom: 40px;
  }

  .area-news .col02 .photo {
    margin-bottom: 20px;
  }

  .area-news .list li {
    position: relative;
    padding-left: 0;
  }

  .area-news .list span {
    position: static;
    display: block;
    padding-bottom: 0;
  }

}

/* branch_detail */
.srttl {
  color: #F39800;
  text-align: left;
}

.section table {
  width: 100%;
  border: 1px solid #CCC;
}

.section table th {
  vertical-align: middle;
  font-weight: bold;
  width: 130px;
  background: #FEF5E5;
  white-space: nowrap;
  border: 1px solid #CCC;
}

.section table td {
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
  border: 1px solid #CCC;
}

.print_btn {
  float: right;
  margin-left: 10px;
  white-space: nowrap;
  padding-right: 2%;
}

.print_btn a {
  color: #ffffff;
  text-decoration: none;
  background-color: #EA5414;
  box-shadow: 0px 4px 8px 0px #7f7f7f;
  border-radius: 10px;
  padding: 13px;
}

.s_sb {
  float: left;
  background: url(../imgs/event_detail/eventDetail_ttl.gif) center left no-repeat;
  padding: 5px 5px 8px 20px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 120%;
  vertical-align: middle;
}