@charset "UTF-8";

/*===============================================

●mian.css 画面の横幅が770px以上

===============================================*/
@media screen and (min-width: 770px) {
  #page_title {
    background-image: url("../img/map/main_img.jpg");
    margin-bottom: 0;
  }
  #contents {
    margin-bottom: 150px;
  }
  h3 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #areamap_conts {
    width: 960px;
    clear: both;
    margin: 0 auto;
  }
  #areamap_conts .area_map_block {
    margin-bottom: 100px;
  }
  #areamap_conts .area_map_block:last-of-type {
    margin-bottom: 0;
  }
  #areamap_conts .map_wrapper {
    width: 900px;
    margin: 0 auto 18px;
    border: solid 1px #e7e7e7;
  }
  #areamap_conts .map_wrapper img {
    width: 100%;
    display: block;
  }
  #areamap_conts .text_wrapper {
    width: 820px;
    margin: 0px auto 54px;
  }
  #areamap_conts .text_wrapper.covid_19 {
    margin-bottom: 54px;
  }
  #areamap_conts .text_wrapper .caution_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  #areamap_conts .caution_text {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 1.5em;
    text-indent: -1.0em;
  }
  #areamap_conts .caution_text.tyushaku {
    font-weight: 600;
  }
  #areamap_conts .measures_link {
    width: 820px;
    margin: 0 auto;
    padding: 22px 10px 24px;
    background-color: #f6f6f6;
  }
  #areamap_conts .measures_link .text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
  }
  #areamap_conts .measures_link .btn {
    width: 223px;
    margin: 0 auto;
  }
  #areamap_conts .measures_link .btn a {
    width: 100%;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 12px;
    border: 2px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 7px;
    transition-duration: .3s;
    background-color: #ffffff;
  }
  #areamap_conts .measures_link .btn a:hover {
    background-color: #262626;
    color: #ffffff;
    background-image: url(../img/share/arrow_w.png);
    border: 2px solid #262626;
  }
}
/*===============================================

●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）

===============================================*/
@media screen and (max-width:769px) {
  #page_title {
    background-image: url("../img/map/main_img.jpg");
    background-position: left -300px top;
    margin-bottom: 0;
  }
  h3 {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #areamap_conts {
    width: 90%;
    clear: both;
    margin: 0 auto 120px;
  }
  #areamap_conts .map_wrapper {
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #e7e7e7;
  }
  #areamap_conts .map_wrapper img {
    width: 100%;
    display: block;
  }
  #areamap_conts .text_wrapper {
    margin: 0 auto 55px;
  }
  #areamap_conts .text_wrapper.covid_19 {
    margin-bottom: 47px;
  }
  #areamap_conts .text_wrapper .caution_title {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
  }
  #areamap_conts .caution_text {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 1.5em;
    text-indent: -1.0em;
    margin-bottom: 6px;
  }
  #areamap_conts .caution_text:last-of-type {
    margin-bottom: 0;
  }
  #areamap_conts .caution_text.tyushaku {
    font-weight: 600;
  }
  #areamap_conts .measures_link {
    margin: 0 auto;
    padding: 18px 5% 20px;
    background-color: #f6f6f6;
  }
  #areamap_conts .measures_link .text {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  #areamap_conts .measures_link .btn {
    margin: 0 auto;
  }
  #areamap_conts .measures_link .btn a {
    width: 100%;
    display: block;
    color: #262626;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 12px;
    border: 2px solid #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/share/arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 7px;
    transition-duration: .3s;
    background-color: #ffffff;
  }
}