@charset "UTF-8";
.sec_map_network .map_wrap {
  position: relative;
}
.sec_map_network .map_wrap a{
  position: absolute;
  display: block;
  line-height: 0;
  margin: auto;
}
.sec_map_network .map_wrap a.offical {
  top: 15%!important;
  right: 6%!important;
  max-width: 32.9%;
}
.sec_map_network .map_wrap a.ikemoto{
  top: 57%!important;
  right: 5%;
  max-width: 34%;
}
.sec_map_network .map_wrap a.miyata {
  top: 25%!important;
  left: 5%!important;
  max-width: 33.6%;
}
.sec_map_network .map_wrap a.matsubara{
  top: 53%;
  left: 5%;
  max-width: 34%;
}
.sec_map_network ul.map_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}
.sec_map_network ul.map_area li {
  flex: 0 1 auto;
  border: 1px solid #0f2a4b;
  box-sizing: border-box;
  font-size: 18px;
  padding: 8px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  .sec_map_network li {
	  padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec_map_network .map_wrap a{
    max-width: 40% !important;
  }
  .sec_map_network .map_wrap a.ikemoto{
    top: 55%;
  }
  .sec_map_network ul.map_area {
    gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .sec_map_network ul.map_area li {
    flex: 0 0 calc(50% - 5px);
    font-size: 16px;
    padding: 4px 20px;
  }
}
.footer_info{
  padding: 2em 0;
  background: #f7f6ef;
}
.footer_info .column {
  background: #fff;
  border: 2px solid #bfb37c;
  margin: 1% 0;
  box-sizing: border-box;
}
.footer_info figure.ofi{
  display: block;
  position: relative;
  overflow: hidden;
}
.footer_info .txt_wrap{
  padding: 15px 0;
  box-sizing: border-box;
}
.footer_info .logo{
  margin-bottom: 0.8em;
}
.footer_info .access{
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 40px;
  margin-bottom: 0.3em;
  position: relative;
}
.footer_info .access:before{
  content: '';
  position: absolute;
  top: 0;
  left: 2%;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 42px;
}
.footer_info .official .access:before{
  background: url(img/f_access_official.svg) no-repeat center / contain;
}
.footer_info .ikemoto .access:before{
  background: url(img/f_access_ikemoto.svg) no-repeat center / contain;
}
.footer_info .miyatacho .access:before{
  background: url(img/f_access_miyatacho.svg) no-repeat center / contain;
}
.footer_info .matsubara .access:before{
  background: url(img/f_access_matsubara.svg) no-repeat center / contain;
}
.footer_info .tel{
  margin-bottom: 0.8em;
}
.footer_info .btn-style{
  margin-bottom: 0;
}
.footer_info .btn-style a{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 0.5em 1em;
  background: #153b68;
  color: #fff;
  width: 254px;
  max-width: 100%;
  border-radius: 12px;
}
@media screen and (min-width: 768px){
  .footer_info .columns {
    justify-content: space-between !important;
  }
  .footer_info .column {
    max-width: 32%;
  }
  .footer_info figure{
    width: 100%;
  }
  .footer_info .txt_wrap{
    width: 100%;
    padding: clamp(10px, 7.573px + 0.647vw, 20px);
  }
}
@media screen and (max-width: 1242px){
  .footer_info .access:before{
    left: 1%;
    width: 20px;
    height: 30px;
  }
  .footer_info .access{
    font-size: 14px;
    padding-left: 27px;
  }
  .footer_info .btn-style a{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .footer_info .column{
    margin: 4% auto;
    display: table;
  }
  .footer_info figure{
    height: auto;
  }
  .footer_info .access{
    display: table;
    margin: 0 auto 0.3em;
    font-size: 12px;
  }
}