@charset "UTF-8";
.sub.branchTop h1 {
  background-image: url(/kodate2/imgs/branch_list/img/bg_mv.jpg);
}
.sub .mainContent {
  padding: 0 0 100px;
}

@media print, screen and (min-width: 751px) {
.mainContent {
  padding-bottom: 0 !important;
  background: #fff;
}
/* read
  --------------------------------------------------------- */
.read {
  text-align: center;
  background: #fff;
}
.read .inner {
  width: 945px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.read p {
  font-size: 18px;
}
.read p.image01, .read p.image02 {
  position: absolute;
  bottom: -70px;
}
.read p.image01 {
  width: 351px;
  height: 359px;
  left: -210px;
}
.read p.image02 {
  right: -210px;
}
/* eventMap
  --------------------------------------------------------- */ 
.eventMap {
  background: #f9f8f3;
  overflow: hidden;
  padding-bottom: 80px;
}
.eventMap .inner {
  width: 945px;
  margin: 0 auto;
  padding: 85px 0 0;
}
.eventMap .map {
  position: relative;
  width: 100%;
  height: 580px;
  font-size: 17px;
  background: url(/kodate2/imgs/branch/img/img_map.png) no-repeat;
}
.eventMap .map p {
  margin-bottom: 8px;
}
.eventMap .map p img {
  height: 17px;
  width: auto;
}
.eventMap .map ul {
  position: absolute;
  display: block!important;
}
.eventMap .map ul li {
  border: 1px solid #666;
  float: left;
  margin: 0 8px 8px 0;
  overflow: hidden;
}
.eventMap .map ul li a {
  display: block;
  width: 73px;
  height: 34px;
  line-height: 34px;
  padding-right: 10px;
  text-align: center;
  background: #fff url(/kodate2/imgs/branch/img/arrow_map.png) no-repeat 62px center;
}
.eventMap .map ul li a:hover {
  background: #f6f3e1 url(/kodate2/imgs/branch/img/arrow_map.png) no-repeat 62px center;
  text-decoration: none;
}
.eventMap .map div {
  position: absolute;
}
.eventMap .map .hokkaido {
  left: 705px;
  top: 0;
}
.eventMap .map .tohoku {
  left: 705px;
  top: 98px;
  width: 250px;
}
.eventMap .map .kanto {
  left: 622px;
  top: 218px;
  width: 340px;
}
.eventMap .map .tokai {
  left: 622px;
  top: 349px;
  width: 340px;
}
.eventMap .map .shikoku {
  left: 455px;
  top: 434px;
  width: 340px;
}
.eventMap .map .hokuriku {
  left: 209px;
  top: 0;
  width: 250px;
}
.eventMap .map .kinki {
  left: 0;
  top: 98px;
  width: 250px;
}
.eventMap .map .chugoku {
  left: 0;
  top: 217px;
  width: 250px;
}
.eventMap .map .kyusyu {
  left: 0;
  top: 387px;
  width: 340px;
}
.eventMap .map .kyusyu li:nth-child(3) {
  float: none;
  width: 75px;
}
.eventMap .btn {
  overflow: hidden;
}
.eventMap .btn li {
  width: 460px;
  float: left;
}
.eventMap .btn li:last-child {
  float: right;
}
.eventMap .btn a {
  font-size: 22px;
  line-height: 1.3;
  border-radius: 3px;
  background-color: #ffe100;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
}
.eventMap .btn li a:hover {
  background-color: #ead003;
}
.eventMap .btn li 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;
}
.eventMap .btn li a span {
  display: inline-block;
  vertical-align: middle;
}
.eventMap .btn li a:before {
  content: "";
  width: 43px;
  height: 41px;
  background: url(/kodate2/imgs/branch/img/icon_btn01.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.eventMap .btn li:last-child a:before {
  width: 43px;
  height: 40px;
  background: url(/kodate2/imgs/branch/img/icon_btn02.png) no-repeat;
  background-size: cover;
}
/* example
  --------------------------------------------------------- */ 
.example {
  background: #f9f8f3;
}
.example .inner {
  width: 945px;
  margin: 0 auto;
  padding: 70px 0 80px;
}
.example h2 {
  width: 230px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #ffe100;
  border-radius: 40px;
  font-size: 24px;
  padding: 10px 0;
}
.example h2 + p {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
.example .inner:before {
  content: "";
  height: 44px;
  width: 945px;
  display: block;
  background: url(/kodate2/imgs/branch/img/bg_example.png);
  background-size: 100% 100%;
}
.example .box {
  overflow: hidden;
  border: 2px solid #ebe7d2;
  border-top: none;
  padding: 5px 39px 0 39px;
  background: #fff;
}
.example .box ul li {
  float: left;
  width: 280px;
  margin-right: 13px;
  margin-bottom: 50px;
}
.example .box ul li:nth-child(2),  .example .box ul li:nth-child(5) {
  margin-right: 0;
}
.example .box ul li:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.example .box ul li img {
  width: 100%;
}
.example .box ul li dl dt {
  border-bottom: 2px solid #ebe7d2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding: 15px 0;
}
.example .box ul li dl dd {
  font-size: 15px;
  line-height: 1.8;
}
/* other
  --------------------------------------------------------- */
.other {
  background: #fff;
}
.other .inner {
  width: 945px;
  margin: 0 auto;
  padding: 70px 0 130px;
}
.other h2 {
  margin-bottom: 40px;
  font-size: 18px;
}
.other h2:before {
  content: "●";
  color: #ffe100;
  font-size: 18px;
  vertical-align: middle;
}
.other table {
  border: 2px solid #b2b2b2;
  width: 100%;
}
.other table th, .other table td {
  border-bottom: 1px solid #cacaca;
}
.other table tr:last-child th, .other table tr:last-child td {
  border-bottom: none;
}
.other table th {
  background: #fdf4c5;
  text-align: center;
  width: 150px;
  padding: 10px 0;
  font-size: 20px;
  vertical-align: middle;
}
.other table td {
  padding: 10px 25px;
  font-size: 18px;
  vertical-align: middle;
}
.other table td a:hover {
  text-decoration: underline;
}
}
