@charset "UTF-8";
.sub.caseDetail .mainContent {
  padding: 0 0 100px;
}

@media print, screen and (min-width: 751px) {
.mainContent {
  padding-bottom: 0 !important;
  font-size: 18px;
}
#breadCrumb {
  margin-top: 0 !important;
}
/* pickup
  --------------------------------------------------------- */
#read {
  overflow: hidden;
  padding: 60px 0 50px;
  width: 100%;
  overflow: hidden;
}
#read .inner {
  width: 945px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
#read .area {
  font-size: 24px;
  margin-bottom: 20px;
}
#read .area:before {
  content: "●";
  color: #ffe100;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
#read .title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
#read .title h1 {
  color: #333;
  font-size: 34px;
  color: #333;
}
#read .title p {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#read .title p a {
  font-size: 15px;
  background: #fafafa url(/kodate2/imgs/branch_detail/img/btn_print.png) 20px center no-repeat;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 20px 0 50px;
}
#read .title p a:hover {
  border: 1px solid #333;
}
#read .title +p {
  width: 100%;
}
/* casesummary
  ------------------------------------------- */
#casesummary {
  width: 100%;
  position: relative;
}
#casesummary .inner {
  width: 945px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
#casesummary table {
  border: 1px solid #dddddd;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
#casesummary table td, #casesummary table th {
  padding: 10px;
  border: 1px solid #dddddd;
  border-right: none;
}
#casesummary table th {
  background: #f2f2f2;
  text-align: center;
  width: 200px;
  border-right: none;
  vertical-align: middle;
}
#casesummary table td {
  border-left: none;
}

  #casesummary table td a{
    text-decoration: underline;
    background: url(/kodate2/imgs/branch_detail/img/icon_arrow.png) no-repeat left center;
    padding-left: 25px;
    display: inline-block;
  }
#casesummary table td span.note {
  font-size: 15px;
}
#printmap {
  display: none;
}
#event_point #map {
  width: 100%;
  height: 400px;
  border: 1px solid #dddddd;
}
#casesummary .btn {
  width: 260px;
  margin: 20px 0 0;
}
#casesummary .btn a {
  border-radius: 3px;
  background-color: #ffe100;
  padding: 10px 0;
  line-height: 1.4;
  display: block;
  text-align: center;
  position: relative;
}
#casesummary .btn a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.reservation {
}
.reservation .btn {
  width: 480px;
  margin: 0 auto 20px;
}
.reservation .btn a {
  font-size: 24px;
  border-radius: 3px;
  background-color: #ffe100;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
}
.reservation .btn a:hover{
  background-color: #ead003;
}
.reservation .btn a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.reservation .btn a span.icon {
  font-size: 14px;
  color: #ffe100;
  background: #333333;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.reservation .btn a span {
  vertical-align: middle;
}
.reservation .btn a:before {
  content: "";
  width: 38px;
  height: 35px;
  background: url(/kodate2/imgs/branch_detail/img/icon_btn.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.reservation p.note {
  font-size: 15px;
  text-align: center;
}

#casesummary > .inner > .btn a:hover{
  opacity: 0.6;
}


/* images
  ------------------------------------------- */
.images {
  background: #fff;
  padding: 60px 0 0;
  width: 100%;
  position: relative;
}
.images .inner {
  width: 945px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.images ul {
  overflow: hidden;
}
.images ul li {
  width: 450px;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
.images ul li:nth-child(2n) {
  float: right;
}
.images ul li img {
  width: 100%;
}
/* back
  ------------------------------------------- */
.back {
 padding-bottom: 60px;
}
.btnRe.btnGeneral {
  display: block;
  width: 300px;
  margin-top: 40px;
}
.btnRe.btnGeneral a {
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}
.btnRe.btnGeneral a:hover {
  color: #333 !important;
}
.btnRe.btnGeneral:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
}
.btnRe.btnGeneral:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/* search2
  ------------------------------------------- */
#search2 {
  background: #f9f8f3;
  padding: 55px 0 55px;
  width: 100%;
  position: relative;
}
#search2 .inner {
  width: 945px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.searchlist dt {
  background: url(../common_re/img/icon/icon_circle01.png) left 8px no-repeat;
  background-size: 12px;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}
.searchlist dd {
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: 11px;
}
.searchlist dd span.ttl {
  font-weight: bold;
  background: url(../common_re/img/icon/icon_circle02.png) left 5px no-repeat;
  padding-left: 8px;
}
.searchlist dd a:hover {
  text-decoration: underline;
}
.afterBox {
  position: relative;
  z-index: 100;
  width: 565px;
  float: right;
}
#event_point img{
	position: absolute;
}
#printmap img{
	width: 100%;
}
}
