@charset "UTF-8";
/* アクセス */
.access_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.access_box dt {
  position: relative;
  width: 208px;
  padding: 10px 10px;
  background: rgba(205, 174, 103, 0.5);
  font-size: 1.188em;
  line-height: 1.4;
  text-align: center;
}
.access_box dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid;
  border-left-color: rgba(205, 174, 103, 0.5);
}
.access_box dd {
  width: 80%;
  width: calc(100% - 208px);
  padding-left: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
}

.pic01 {
  margin: 60px auto;
}

.btn_wrap {
  margin-top: 40px;
}
.btn_wrap a.btn_default + a.btn_default {
  margin-left: 15px;
}

hr {
  display: none;
}

#lead {
  padding-bottom: 0;
}
#lead .bg {
  padding-bottom: 40px;
  background: linear-gradient(to bottom, transparent 0%, transparent 1%, black 30%, black 100%);
  text-align: left;
}
#lead .bg .map {
  position: absolute;
  bottom: -40px;
  left: -20%;
  width: 70%;
  z-index: 1;
}
#lead .bg .content {
  width: 46%;
  margin-left: 54%;
}
#lead .bg .box .tit {
  margin: 20px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C0BBB9;
  font-size: 1.125em;
  line-height: 1.6;
}
#lead .bg .access_list {
  line-height: 1.8;
}
#lead .bg .access_list li {
  position: relative;
  padding: 5px 0 5px 40px;
  border-bottom: 1px dotted #C0BBB9;
}
#lead .bg .access_list li:last-child {
  border-bottom: 1px solid #C0BBB9;
}
#lead .bg .access_list li .icn {
  position: absolute;
  left: 0;
  top: 3px;
  width: 36px;
  text-align: center;
}
#lead .bg .access_list li .icn img {
  vertical-align: middle;
}

#sec1 {
  padding-bottom: 60px;
}
#sec1 .gmap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#sec1 .gmap iframe {
  max-height: 100%;
}
#sec1 .address_box {
  display: table;
  width: 100%;
  max-width: 680px;
  margin: 40px auto 60px;
}
#sec1 .address_box dt {
  display: table-cell;
  width: 38%;
  vertical-align: middle;
}
#sec1 .address_box dd {
  display: table-cell;
  width: 62%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  vertical-align: middle;
}
#sec1 .btn_wrap {
  margin-top: 40px;
}
#sec1 .access_link li {
  width: 30.5%;
  border: 1px solid #574B45;
  text-align: center;
}
#sec1 .access_link li a {
  display: block;
  padding: 35px 15px;
}
#sec1 .access_link li a:hover {
  opacity: 1;
  background: rgba(87, 75, 69, 0.5);
}
#sec1 .access_link li a:after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../../common/img/arrow_white_btm.svg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
#sec1 .access_link li .icn {
  display: inline-block;
  margin-bottom: 10px;
  height: 42px;
  line-height: 42px;
}
#sec1 .access_link li .icn img {
  vertical-align: middle;
}
#sec1 .access_link li .tit {
  margin: 0 -2px 5px 0;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 2px;
}
#sec1 .access_link li .tit:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  margin: 30px auto 20px;
}
#sec1 .access_link li .tit .en {
  display: inline-block;
  line-height: 1;
}

#sec2 {
  padding-bottom: 80px;
}

#sec3 {
  padding-bottom: 80px;
}
#sec3 .sec3_tit {
  margin: 60px 0 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #574B45;
  font-size: 1.25em;
  line-height: 1.6;
}
#sec3 .pic02 {
  margin-bottom: 60px;
}

#sec4 .access_box {
  margin: 30px 0 20px;
}
#sec4 .btn_wrap {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .pic01 {
    margin: 15px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #817874;
  }

  .pic02 {
    margin: 15px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #817874;
  }

  hr {
    display: block;
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #817874;
  }

  .access_box {
    margin-bottom: 15px;
  }
  .access_box dt {
    width: 100%;
  }
  .access_box dt:after {
    content: "";
    position: absolute;
    top: 128%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: rgba(205, 174, 103, 0.5);
  }
  .access_box dt br {
    display: none;
  }
  .access_box dd {
    width: 100%;
    padding: 20px 0 0;
    line-height: 1.6;
  }

  .btn_wrap {
    margin-top: 10px;
  }
  .btn_wrap a.btn_default + a.btn_default {
    margin: 0;
    margin-top: 10px;
  }

  #lead .bg {
    padding-top: 20px;
  }
  #lead .bg .map {
    position: static;
    width: 103%;
    wodth: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  #lead .bg .content {
    width: 100%;
    margin: -40px 0 0;
  }
  #lead .bg .access_list {
    line-height: 1.6;
  }
  #lead .bg .access_list li .icn {
    top: 48%;
    margin-top: -12px;
  }
  #lead .bg .access_list li .icn img {
    zoom: .8;
  }

  #sec1 {
    padding-bottom: 30px;
  }
  #sec1 .gmap {
    height: 220px;
  }
  #sec1 .btn_wrap {
    margin-top: 15px;
  }
  #sec1 .address_box {
    display: block;
    margin: 20px 0;
  }
  #sec1 .address_box dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #sec1 .address_box dt img {
    width: 190px;
  }
  #sec1 .address_box dd {
    display: block;
    width: 100%;
    text-align: center;
  }
  #sec1 .access_link {
    display: block;
  }
  #sec1 .access_link li {
    width: 100%;
    margin-top: 10px;
  }
  #sec1 .access_link li a {
    padding: 10px 10px 15px;
  }
  #sec1 .access_link li .tit {
    line-height: 1.2;
  }
  #sec1 .access_link li .tit:after {
    width: 75px;
    margin: 5px auto 10px;
  }
  #sec1 .access_link li .icn {
    height: auto;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #sec1 .access_link li .icn img {
    zoom: .8;
  }
  #sec1 .access_link li .en {
    position: relative;
    top: -10px;
  }
  #sec1 .access_link li .en img {
    zoom: .9;
  }

  #sec2 {
    padding-bottom: 30px;
  }

  #sec3 {
    padding-bottom: 30px;
  }
  #sec3 .sec3_tit {
    margin: 30px 0 15px;
  }
  #sec3 .pic02 {
    margin-bottom: 15px;
  }

  #sec4 {
    padding-bottom: 30px;
  }
}
