@charset "utf-8";

/*** area commons ***/
#tmp_area {
  margin-bottom: 80px;
  padding: 20px;
  background: #fff;
}
#tmp_area .tmp_sectionTitle_01,
#tmp_area .tmp_sectionTitle_02 {
  line-height: 1.6;
  padding: 14px 24px;
  background: #fff;
  border-bottom: solid 4px #0072bc;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 150%;
  margin-bottom: 20px;
}
#tmp_area .tmp_sectionTitle_02 {
  background: #f7f7f7;
  border-bottom: none;
  border-left: solid 8px #0072bc;
  color: #0072bc;
}
#tmp_area .tmp_section_inner {
  line-height: 1.8;
  font-size: 120%;
}
.tmp_section_inner {
  padding: 20px;
}
@media screen and (max-width: 480px) {
  #tmp_area {
    padding: 0px;
  }
  .tmp_section_inner {
    padding: 0;
  }
}

/*** .tmp_area_title ***/
.tmp_area_title {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px;
}
@media screen and (max-width: 480px) {
  .tmp_area_title {
    height: 200px;
  }
}
.tmp_area_name {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 100px;
  color: #fff;
  box-sizing: border-box;
  line-height: 300px;
  font-size: 300%;
  letter-spacing: 0.5em;
  background: linear-gradient(to right, rgba(0, 114, 188, 1) 0%, rgba(0, 114, 188, 1) 30%, rgba(0, 114, 188, 0) 50%);
}
@media screen and (max-width: 480px) {
  .tmp_area_name {
    display: block;
    position: initial;
    line-height: 60px;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    padding: 0;
    background: #0072bc;
  }
}
@media screen and (max-width: 480px) {
  .tmp_area_title img {
    position: initial;
    height: 150px;
    margin-left: -50%;
  }
}

.tmp_area_titleCaption {
  position: absolute;
  color: #fff;
  z-index: 2;
  bottom: 20px;
  right: 40px;
  font-size: 100%;
  text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 8px #000;
}
@media screen and (max-width: 480px) {
  .tmp_area_titleCaption {
    bottom: 10px;
    right: 20px;
  }
}
/*** tmp_area_banner ***/
.tmp_area_banner ul {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .tmp_area_banner ul {
    margin-bottom: 10px;
  }
}
.tmp_area_banner li {
  list-style: none;
  width: calc(25% - 10px);
}
@media screen and (max-width: 480px) {
  .tmp_area_banner li {
    margin-bottom: 5px;
    width: calc(50% - 5px);
  }
}
.tmp_area_banner li img {
  width: 100%;
  height: auto;
}

/*** 新着情報 ***/
.tmp_area_news {
  margin-bottom: 30px;
}
.tmp_newsList {
  margin-bottom: 20px;
  list-style: none;
}
.tmp_newsList li {
  margin: 10px 10px 10px 20px;
  line-height: 1.8;
  color: #0072bc;
  text-indent: -20px;
}
.tmp_newsList a {
  text-decoration: none;
}
.tmp_newsList a:hover {
  text-decoration: underline;
}
.tmp_newsList a:visited {
  opacity: 0.8;
}
.tmp_moreLink {
  text-align: right;
}
.tmp_moreLink a:hover {
  text-decoration: underline;
}

/*** 区について ***/
.tmp_area_infomation {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .tmp_area_infomation {
    margin-bottom: 20px;
  }
}
.tmp_area_address {
  display: flex;
}
@media screen and (max-width: 480px) {
  .tmp_area_address {
    flex-direction: column;
  }
}
.tmp_area_address_map {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tmp_area_address_map {
    width: 100%;
  }
}
.tmp_area_address_map img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.tmp_area_address dt,
.tmp_area_address dd {
  line-height: 1.8;
}
.tmp_area_address dt {
  font-weight: bold;
  color: #0072bc;
}
.tmp_area_address dd {
  margin-bottom: 10px;
}
.tmp_area_address_details {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .tmp_area_address_details {
    width: 100%;
  }
}
.tmp_areas_links {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tmp_areas_links li {
  list-style: none;
  width: calc(100% / 3 - 15px);
  margin: 5px;
  align-self: stretch;
  background: #f6f6f6;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .tmp_areas_links li {
    width: 100%;
  }
}
.tmp_areas_links a {
  display: block;
  padding: 20px;
  background: #f6f6f6;
  text-align: center;
}
.tmp_areas_links span {
  display: block;
}
.tmp_areas_links a,
.tmp_areas_links a:visited {
  text-decoration: none;
  transition: all 0.2s;
}
.tmp_areas_links li:hover,
.tmp_areas_links a:hover {
  background: #0072bc;
  color: #fff;
}
.tmp_linkTitle {
  font-weight: bold;
  color: #0072bc;
  margin-bottom: 10px;
}
.tmp_areas_links a:hover .tmp_linkTitle {
  color: #fff;
}

/*** tmp_textInlineLinks ***/
.tmp_textInlineLinks {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.tmp_textInlineLinks li {
  list-style: none;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #0072bc;
}
.tmp_textInlineLinks li:last-child {
  border: none;
}
@media screen and (max-width: 480px) {
  .tmp_textInlineLinks {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tmp_textInlineLinks li {
    margin: 0 0 20px;
    padding: 0;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .tmp_textInlineLinks li:nth-child(even) {
    border: none;
  }
}
.tmp_textInlineLinks a:hover {
  text-decoration: underline;
}
