@charset "UTF-8";
/* アクセス */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../access/img/pagetit_bg.jpg) no-repeat center;
  background-size: cover;
}

.access_pagelink {
  max-width: 1070px;
  margin: 0 auto;
  padding: 80px 15px 70px;
}
.access_pagelink li {
  width: 24%;
  margin-bottom: 10px;
}
.access_pagelink li a {
  display: block;
  background: #89795c;
  padding: 10px 16px;
  font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}
.access_pagelink li a .icon {
  margin-right: 10px;
}

#access_lead {
  height: 440px;
  padding-top: 30px;
  background: url(../../access/img/lead_bg.png) no-repeat center top, #24190b;
}
#access_lead .list {
  position: absolute;
  right: 0;
  bottom: -5px;
}
#access_lead .list > li {
  padding: 5px 0;
  line-height: 1.6;
}
#access_lead .list > li .icon {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .access_pagelink {
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 15px 30px;
  }
  .access_pagelink li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .access_pagelink li:nth-of-type(2n) {
    margin-right: 0;
  }
  .access_pagelink li a {
    padding: 10px 5px;
    text-align: center;
  }
  .access_pagelink li a .icon {
    display: block;
    margin: 0 auto 5px;
  }

  #access_lead {
    height: auto;
    padding: 66% 0 20px;
    background: url(../../access/img/lead_bg_sp.png) no-repeat center top, #24190b;
    background-size: 100%;
  }
  #access_lead .list {
    position: static;
    float: right;
    margin-bottom: 20px;
  }
  #access_lead .list > li {
    padding: 3px 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 400px) {
  .access_pagelink li {
    margin-bottom: 8px;
  }
  .access_pagelink li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .access_pagelink {
    padding: 40px 10px 30px;
  }
  .access_pagelink li a {
    font-size: 13px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 50px 0 60px;
}
#sec1 .gmap {
  width: 100%;
  max-width: 1280px;
  height: 512px;
  margin: 0 auto 0;
}
#sec1 .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
#sec1 .btn_wrap {
  margin: 45px 0 50px;
  text-align: center;
}
#sec1 .address_box dd {
  margin-left: 30px;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 30px 0;
  }
  #sec1 .gmap {
    height: 240px;
    margin: 30px auto 0;
  }
  #sec1 .btn_wrap {
    margin: 30px 0;
  }
  #sec1 .address_box {
    display: block;
    text-align: center;
  }
  #sec1 .address_box dt img {
    width: 160px;
  }
  #sec1 .address_box dd {
    margin-top: 15px;
    margin-left: 0;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2,
#sec3,
#sec4,
#sec5 {
  padding-bottom: 80px;
}
#sec2 h4,
#sec3 h4,
#sec4 h4,
#sec5 h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
}
#sec2 .access_list,
#sec3 .access_list,
#sec4 .access_list,
#sec5 .access_list {
  padding: 15px 5px 10px;
  margin-top: 30px;
  border-top: 1px dashed #888993;
  border-bottom: 1px dashed #888993;
}
#sec2 .access_list + .access_list,
#sec3 .access_list + .access_list,
#sec4 .access_list + .access_list,
#sec5 .access_list + .access_list {
  margin-top: -1px;
}
#sec2 .access_list dt,
#sec2 .access_list dd,
#sec3 .access_list dt,
#sec3 .access_list dd,
#sec4 .access_list dt,
#sec4 .access_list dd,
#sec5 .access_list dt,
#sec5 .access_list dd {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #sec2,
  #sec3,
  #sec4,
  #sec5 {
    padding-bottom: 40px;
  }
  #sec2 h4,
  #sec3 h4,
  #sec4 h4,
  #sec5 h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4;
  }
  #sec2 .access_list,
  #sec3 .access_list,
  #sec4 .access_list,
  #sec5 .access_list {
    padding: 10px 0 10px;
    margin-top: 20px;
  }
  #sec2 .access_list + .access_list,
  #sec3 .access_list + .access_list,
  #sec4 .access_list + .access_list,
  #sec5 .access_list + .access_list {
    margin-top: -1px;
  }
  #sec2 .access_list dt,
  #sec2 .access_list dd,
  #sec3 .access_list dt,
  #sec3 .access_list dd,
  #sec4 .access_list dt,
  #sec4 .access_list dd,
  #sec5 .access_list dt,
  #sec5 .access_list dd {
    line-height: 1.8;
  }
}
/* ---------------------------------------------------
	sec6
------------------------------------------------------ */
#sec6 .info_table th,
#sec7 .info_table th {
  width: 32%;
  border-right: none;
}
#sec6 .info_table td,
#sec7 .info_table td {
  word-break: break-all;
}

#sec6 {
  padding-bottom: 80px;
}

#sec7 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #sec6,
  #sec7 {
    padding-bottom: 40px;
  }
  #sec6 .info_table th,
  #sec7 .info_table th {
    width: 100%;
  }
}
