@charset "utf-8";
/* --------------------------------------------------
header
-------------------------------------------------- */
#gnav .gnav_list li.gnav_location a::before {
  background-color: rgba(255,255,255,1);
}
#gnav .gnav_list li.gnav_location a span::after {
  transform: scale(1, 1);
  height: 2px;
}
/* --------------------------------------------------
ttl
-------------------------------------------------- */
.sec_ttl_wide {
  background: url(../images/location/ttl_sp.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 768px){
  .sec_ttl_wide {
    background: url(../images/location/ttl_pc.jpg) no-repeat center center / cover;
  }
}

/* --------------------------------------------------
contents
-------------------------------------------------- */
@media screen and (max-width: 370px){
  .sec_location .midashi .h_txt br {
    display: none;
  }
}
/*
sec_location
---------------------------------------- */
.sec_location {
  padding: 60px 0;
}
.sec_location .con_box {
  margin-bottom: 60px;
}
.sec_location .con_box.last {
  margin-bottom: 0;
}
.sec_location .con_box .box_img {
  width: 82.5%;
  margin: 0 auto;
}
.sec_location .con_box .img_s_wrap {
  width: 82.5%;
  margin: 0 auto;
}
.sec_location .con_box .img {
  margin-bottom: 15px;
}
.sec_location .con_box figcaption {
  padding-top: 3px;
}
.sec_location .con_box .box_txt {
  margin-top: 15px;
}
.sec_location .con_box figcaption .txt_time {
  font-size: 200%;
  line-height: 1;
  color: #8c732c;
}

/* height */
.sec_location .con_box.con_box_height .box_img {
  width: 100%;
}
.sec_location .con_box_s {
  border: solid 1px rgba(0, 0, 0, .25);
  padding: 7.5%;
  max-width: 924px;
  margin: 25px auto 0;
}
.sec_location .con_box_s .box_s_txt {
  margin-bottom: 15px;
}
.sec_location .con_box_s .box_s_txt .mi {
  font-size: 130%;
  margin-bottom: 15px;
}
.sec_location .con_box_s .box_s_img {
  max-width: 316px;
  margin: 0 auto;
}

@media screen and (min-width: 768px){
  .sec_location {
    padding: 100px 0 120px;
  }
  .sec_location .con_box {
    margin-bottom: 100px;
  }
  .sec_location .con_box .box_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec_location .con_box .box_img .img {
    width: 49%;
  }

  /* green */
  .sec_location .con_box.con_box_green .box_img .img {
    width: 100%;
  }
  .sec_location .con_box .img_s_wrap {
    display: flex;
    justify-content: space-between;
  }
  .sec_location .con_box .img_s_wrap .img {
    width: 49%;
    margin-bottom: 20px;
  }

  /* height */
  .sec_location .con_box.con_box_height .box_img .img {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
  .sec_location .con_box_s .box_s_txt .mi {
    font-size: 137.5%;
  }
}

@media screen and (min-width: 1000px){
  /* height */
  .sec_location .con_box_s {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
  }
  .sec_location .con_box_s .box_s_txt {
    margin: 0;
    padding: 5%;
    flex: 1;
  }
  .sec_location .con_box_s .box_s_img {
    width: 316px;
  }
}

@media screen and (min-width: 1200px){
  .sec_location .con_box {
    display: flex;
    align-items: center;
  }
  .sec_location .con_box .box_img {
    width: 670px;
    margin-right: 35px;
  }
  .sec_location .con_box .box_txt {
    flex: 1;
    margin-top: 0;
  }

  /* green */
  .sec_location .con_box.con_box_green {
    align-items: flex-start;
  }
  .sec_location .con_box.con_box_green .box_img {
    width: 580px;
  }
  .sec_location .con_box .img_s_wrap {
    width: 100%;
  }

  /* education ,shopping */
  .sec_location .con_box.con_box_education,
  .sec_location .con_box.con_box_shopping {
    display: block;
  }
  .sec_location .con_box.con_box_education .box_img,
  .sec_location .con_box.con_box_shopping .box_img {
    width: auto;
    margin: 0;
  }
  .sec_location .con_box.con_box_education .box_img .img,
  .sec_location .con_box.con_box_shopping .box_img .img {
    width: 24.16666667%;
  }
  .sec_location .con_box.con_box_education .box_txt,
  .sec_location .con_box.con_box_shopping .box_txt {
    max-width: 780px;
    margin: 10px auto 0;
  }

  /* height */
  .sec_location .con_box.con_box_height .box_img {
    width: 670px;
  }
}

/*
sec_lifeinfo
---------------------------------------- */
.sec_lifeinfo {
  background-color: #e5e5e5;
  padding: 60px 0 0;
}
.sec_lifeinfo .midashi_m {
  margin: 0 auto 40px;
}
.sec_lifeinfo .list_wrap .list {
  margin-bottom: 30px;
}
.sec_lifeinfo .list_wrap .list .cate {
  font-size: 115%;
  color: rgba(0,0,0,.5);
  border-bottom: 1px solid rgba(0,0,0,.25);
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.sec_lifeinfo .list_wrap .list .txt {
  letter-spacing: 0;
  font-size: 90%;
}
.sec_lifeinfo .list_wrap .list .txt dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(0,0,0,.25);
  margin-bottom: 8px;
}
.sec_lifeinfo .list_wrap .list .txt dd {
  text-align: right;
  padding-left: 1em;
  white-space: nowrap;
}

@media screen and (min-width: 768px){
  .sec_lifeinfo {
    padding: 120px 0 0;
  }
  .sec_lifeinfo .midashi_m {
    margin: 0 auto 60px;
  }
  .sec_lifeinfo .list_wrap .list .cate {
    font-size: 125%;
  }
  .sec_lifeinfo .list_wrap .list .txt {
    font-size: 93.75%;
  }
}

@media screen and (min-width: 1000px){
  .sec_lifeinfo .list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec_lifeinfo .list_wrap .list_box {
    width: 48%;
  }
  .sec_lifeinfo .list_wrap .list_box .list {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px){
  .sec_lifeinfo .list_wrap .list_box {
    width: 47%;
  }
}


/*
sec_map
---------------------------------------- */
.sec_map {
  background-color: #e5e5e5;
  padding: 60px 0 0;
}

.sec_map img{
    width: 100%;
    margin: auto;
    display: block
}

.sec_map img.show_pc{
    display: none;
}

@media screen and (min-width: 768px){
  .sec_map {
    padding: 80px 0 0;
  }
    
    .sec_map img{
    width: 1000px
}
    .sec_map img.show_pc{
    display: block;
}
.sec_map img.show_sp{
    display: none;
}

    