@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  color: #252B46;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* 共通クラス名 */
/* a,p,h2,h2,li,dd,dt,dl,span{

    color: #252B46;

    font-family: 'Noto Sans JP', sans-serif;

    font-weight: 500;

} */
li {
  list-style: none;
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrap {
  display: flex;
  position: relative;
}
.box {
  margin-top: 40px;
  margin-bottom: 140px;
}
.f_red {
  color: #EB7136;
}
.pc_none {
  display: none;
}
/* パンくずリスト */
.breadcrumbs_list {
  font-size: 10px;
  display: flex;
  margin-top: 10px;
}
.breadcrumbs_list li {
  line-height: 1;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
}
.breadcrumbs_list li:first-child {
  padding-left: 0px;
}
.breadcrumbs_list li:after {
  content: '';
  margin-right: 5px;
  left: 0px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #EB7136;
  border-right: 1px solid #EB7136;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
}
.breadcrumbs_list li:first-child::after {
  display: none;
}
.f_pup {
  color: #EB7136;
}
.arrow_red_1 {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
}
.breadcrumbs_list li a {
  display: inline-block;
}
.breadcrumbs_list li:last-child:after {
  content: '';
}
/* パンくずリスト終 */
.arrow_red_1::before, .arrow4::after {
  position: absolute;
  bottom: 10px;
  left: 13px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.boder_rg {
  font-size: 36px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #EB7136;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 13px;
}
.boder_rg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 700px;
  border-bottom: 1px solid #eeecec;
}
header {
  margin-top: 0;
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(/img/access/top.jpg);
  background-position: center;
  background-size: cover;
}
header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  padding: 0;
  background: #EB7136;
}
.mapbox {
  scroll-padding-top: 200px;
}
.mapbox + section {
  margin-top: 80px;
}
.mapbox h2 {
  margin-bottom: 30px;
  font-size: 30px;
  align-items: flex-end;
}
.mapbox h2 span {
  font-size: 18px;
  padding-right: 20px;
}
.maptable {
  margin-bottom: 30px;
}
.maptable dt {
  width: 100px;
  color: #EB7136;
  margin-right: 20px;
}
.maptable dl {
  display: flex;
  line-height: 2;
}
.maptable dl dd {
  line-height: 2;
}
.maptable dl dd a:hover {
  color: #EB7136;
}
#nishishina_body .side_navi .nishishina-title {
  color: #EB7136;
}
#myouta_body .side_navi .myouta-title {
  color: #EB7136;
}
#ootake_body .side_navi .ootake-title {
  color: #EB7136;
}
#hoku_body .side_navi .hoku-title {
  color: #EB7136;
}
@media screen and (max-width: 1040px) {
  .sp_none {
    display: none;
  }
  .w1080 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .w850 {
    width: 100%;
  }
  .wrap {
    justify-content: space-between;
  }
  .contentSide {
    position: static;
  }
  .boder_rg {
    font-size: 36px;
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #EB7136;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .boder_rg::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 70%;
    border-bottom: 1px solid #eeecec;
  }
  .maptable {
    margin-bottom: 20px;
  }
  iframe {
    height: 250px;
  }
  .box {
  margin-top:60px;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-top: 0;
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(/img/access/top_sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .boder_rg {
    font-size: 28px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .maptable dl {
    display: block;
    line-height: 2;
  }
  dl {
    line-height: 1;
  }
  dt {
    margin: 0;
    width: 100px;
    white-space: nowrap;
  }
  dd {
    line-height: 1.8;
  }
  .wrap {
    flex-direction: column-reverse;
  }
  .w850 {
    width: 100%;
    margin-bottom: 60px;
  }
  .pc_none {
    display: block;
  }
  .mapbox h2 {
    margin-top: 20px;
    font-size: 26px;
  }
  .mapbox h2 span {
    font-size: 16px;
    padding-right: 5px;
  }
}