@charset "UTF-8";
html {
  font-size: 15px;
  /* height: 100%; */
}
html.l-font-size {
  font-size: 18px !important;
}

body {
  background-color: #f5f5f5;
  background-image: url("../image/bg000.png");
  color: #212529;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: #2566b0;
}

h1 {
  margin-bottom: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

#wrap {
  width: 100%;
}

.d-none {
  display: none;
}

.w100 {
  width: 100% !important;
}

/* header */
#header {
  background-color: #f9fafb;
}
#header #head01 {
  align-items: center;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
#header #head01 > h1 {
  margin-bottom: 0;
  margin-left: 10px;
  width: 250px;
}
#header #head01 i {
  border: 2px solid #212529;
  border-radius: 5px;
  color: #212529;
  padding: 3px;
}
#header #head01 #head-right {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-right: 7px;
  position: relative;
}
#header #head01 #head-right #jma-hfs {
  display: none;
}
#header #head01 #head-right #office-hfs {
  display: none;
}
#header #head01 #head-right .head-free-space p {
  margin-left: 15px;
  display: inline;
}
#header #head01 #head-right .icons {
  white-space: nowrap;
}
#header #head01 #head-right .icons img {
  height: 28px;
  width: auto;
  margin-right: 5px;
}
#header #head01 #head-right .icons a:last-child img {
  margin-right: 0;
}
#header #head01 #head-right ul li {
  margin-left: 5px;
  text-align: right;
}
#header #head01 #head-right ul li #search {
  width: 215px !important;
}
#header #head01 #head-right ul li #default-font-size {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9rem;
}
#header #head01 #head-right ul li #default-font-size p, #header #head01 #head-right ul li #default-font-size form {
  display: inline-block;
}
#header #head01 #head-right ul li #default-font-size p {
  margin-right: 5px;
}
#header #head01 #head-right ul li #default-font-size input[type="radio"] {
  display: none;
}
#header #head01 #head-right ul li #default-font-size input[type="radio"] + label {
  background: linear-gradient(180deg, #6e87a5, #40566a);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #40566a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  transition: none;
  white-space: nowrap;
}
#header #head01 #head-right ul li #default-font-size input[type="radio"]:checked + label {
  background: linear-gradient(180deg, #dedede, #f4f4f4);
  border: 1px solid #1f3b55;
  cursor: default;
  color: #0f2b44;
}
#header #head01 #head-right ul li #default-font-size input[type="radio"] + label {
  padding: 2px 10px;
}
#header #head01 #head-right ul li div {
  padding-top: 5px;
}
#header #head01 #head-right ul li #gsearch {
  display: none;
  font-size: 0.9rem;
  padding-top: 7px;
}
#header #head01 #head-right ul li #gsearch input[type="text"] {
  padding: 2px 5px !important;
  width: 200px !important;
}
#header #head01 #head-right ul li #gsearch button {
  background: linear-gradient(180deg, #6e87a5, #40566a);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #40566a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 2px 10px;
  transition: none;
  white-space: nowrap;
}
#header #head01 #head-right-sp {
  display: none;
}
#header #head-navi {
  border-top: 3px solid #2566b0;
  box-shadow: 0 1px 3px #d3d6dd;
  background-color: #0099ce !important;
}
#header #head-navi ul {
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
  display: flex;
}
#header #head-navi ul li {
  border-right: 1px dotted #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  transition: background-color 0.2s;
    width: 16.6%;
}
#header #head-navi ul li:last-child {
  border-right: none;
  width: 17.1%;
}
#header #head-navi ul li a {
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}
#header #head-navi ul li.hover {
  background-color: #fff;
  color: #2566b0;
  font-weight: bold;
}
#header #head-navi ul li.hover a {
  background-color: #fff;
  color: #2566b0;
  text-decoration: none;
}

/* footer */
#footer {
  background-color: #0099ce !important;
  color: #f0f0f0;
}
#footer h2 {
  color: #f0f0f0;
  margin: 0;
  padding: 0 5px 2px 0;
}
#footer p {
  color: #f0f0f0;
  padding: 15px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #foot-navi .border-dotted {
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
}
#footer #foot-link {
  display: flex;
  padding: 15px 15px 0 15px;
}
#footer #foot-link div {
  width: 25%;
}
#footer #foot-link ul {
  padding: 0 20px 25px 15px;
}
#footer #foot-link li {
  line-height: 1.7;
}

/* ad */
#main #head-ad {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}
#main #foot-ad {
  display: none;
  width: 100%;
}

/* main */
#main {
  background-color: #f9fafb;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  /* main scroll-list */
  /* bosai */
  /* press */
  /* pickup */
  /* areas_table */
}
#main section {
  padding-bottom: 35px;
}
#main section:nth-child(odd) div.acc div:first-child {
  border: 1px solid #94e394;
  background: linear-gradient(to bottom, #ebffeb 0%, #c1ffc1 100%);
}
#main section:nth-child(even) div.acc div:first-child {
  border: 1px solid #777;
  background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
}
#main section h1 {
  padding: 2px 20px 0 5px;
  line-height: 100%;
}
#main section div.acc {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
#main section div.acc div:first-child {
  border-radius: 7px;
  padding: 10px;
  position: relative;
}
#main section div.acc div:first-child.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#main section div.acc div:first-child .main-acc {
  color: #40566a;
  cursor: pointer;
  font-size: 1.7rem;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 4px;
  width: 100%;
}
#main section div.acc div:nth-child(2) {
  display: none;
  border: 1px solid #777;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
#main section div.line {
  border-bottom: 3px solid #acacac;
  margin-bottom: 15px;
  padding-bottom: 3px;
  position: relative;
}
#main section div.line::before {
  content: "";
  bottom: -3px;
  width: 15%;
  border-bottom: 3px solid #0099ce !important;
  position: absolute;
}
#main section#breaking {
  display: none;
}
#main section#breaking div.line::before {
  border-bottom: 3px solid #ff4a4a !important;
}
#main #about .scroll,
#main #disaster .scroll,
#main #press .scroll,
#main #event .scroll,
#main .option .scroll,
#main #pickup .scroll {
  height: 400px;
  overflow-y: scroll;
  padding: 10px;
}
#main #press .scroll {
  background-color: #f5f5f5;
}
#main .scroll-no {
  padding: 10px;
}
#main #press .scroll {
  padding: 0 !important;
}
#main nav#breadcrumbs {
  background-color: #dedede;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: 100%;
}
#main nav#breadcrumbs ul li {
  display: inline-block;
}
#main nav#breadcrumbs ul li::after {
  content: ">";
  font-size: 0.9rem;
  margin-left: 5px;
}
#main nav#breadcrumbs ul li:last-child::after {
  content: none;
}
#main #alert {
  background-color: #ff4a4a;
  border-radius: 7px;
  color: white;
  font-size: 1.15rem;
  margin: 0 15px;
  padding: 10px;
}
#main #alert a {
  color: #fff;
  text-decoration: underline;
}
#main #main_title {
  padding-left: 10px;
  width: 100%;
}
#main #main_title h1 {
  font-size: 1.7rem;
}
#main #main_title h1::before {
  background-image: url("../image/harerun.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 38px;
  margin: -7px 5px 4px -16px;
  padding-right: 5px;
  vertical-align: middle;
  width: 37px;
}
#main #bosai nav ul.newinformation {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  padding: 5px 10px 10px 10px;
}
#main #bosai nav ul.newinformation li {
  width: 32%;
}
#main #bosai nav ul.newinformation li + li {
  margin-left: 10px;
}
#main #bosai nav ul.newinformation li a {
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  color: #212529;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding: 50px 20px 50px 60px;
  text-shadow: 1px 1px 0.5px white, -1px -1px 0.5px white, -1px 1px 0.5px white, 1px -1px 0.5px white, 0px 1px 0.5px white, 0 -1px 0.5px white, -1px 0 0.5px white, 1px 0 0.5px white;
  z-index: 1;
}
#main #bosai nav ul.newinformation li a:hover, #main #bosai nav ul.newinformation li a.hover {
  text-decoration: none;
}
#main #bosai nav ul.newinformation li a::after {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  transition: all, 100ms, 0.2s ease-in 0s;
  z-index: -1;
  width: 100%;
}
#main #bosai nav ul.newinformation li a::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-30%) translateX(-115%);
  width: 40px;
  height: 40px;
  background-image: url("../image/harerun.svg");
  background-size: cover;
}
#main #bosai nav li.caution a {
  background: #ff3019;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #dc5959;
}
#main #bosai nav li.caution a::after {
  background: url(../image/bg-caution.png);
  background-position: 0 71%;
  opacity: 0.1;
}
#main #bosai nav li.caution.hover a::after {
  opacity: 0.95;
}
#main #bosai nav li.weather a {
  background: #66b6fc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b2e1ff 0%, #66b6fc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #7bc1ff;
}
#main #bosai nav li.weather a::after {
  background: url(../image/bg-weather.png);
  background-position: 0 87%;
}
#main #bosai nav li.weather.hover a::after {
  opacity: 0.8;
}
#main #bosai nav li.earthquake a {
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eab92d 0%, #c79810 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eab92d 0%, #c79810 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #e0b129;
}
#main #bosai nav li.earthquake a::after {
  background: url(../image/bg-earthquake.png);
  background-position: 0 91%;
}
#main #bosai nav li.earthquake.hover a::after {
  opacity: 0.9;
}
#-20201015広報室追記--ここから-----------------------
#main #bosai nav li.seaice a {
  background: #008b8b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008000 0%, #006400 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008000 0%, #006400 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008000 0%, #006400 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #e0b129;
}
#main #bosai nav li.seaice a::after {
  background: url(../image/bg-seaice.jpg);
  background-position: 0 91%;
}
#main #bosai nav li.seaice.hover a::after {
  opacity: 0.9;
}
#-20201015広報室追記--ここまで-----------------------
#main #press div:last-child {
  margin: 3px 10px 0 0;
  text-align: right;
}
#main #press .press-list ul {
  align-items: flex-start;
  border-bottom: 1px dotted #777;
  display: flex;
  padding: 10px;
}
#main #press .press-list ul li:first-child {
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  padding: 2px 10px;
  white-space: nowrap;
}
#main #press .icon01 {
  background-color: #fe8c00;
}
#main #press .icon02 {
  background-color: #64819c;
}
#main #press .icon03 {
  background-color: #52ce52;
}
#main #pickup ul {
  display: flex;
  border-bottom: 1px dotted #40566a;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#main #pickup ul:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#main #pickup ul li.p-img {
  padding-top: 5px;
  width: calc(20% - 10px);
}
#main #pickup ul li.p-txt {
  margin-left: 15px;
  width: 80%;
}
#main #pickup ul li.p-txt p:first-child {
  font-size: 1.15rem;
  font-weight: bold;
}
#main #areas_table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: -50px;
}
#main #areas_table ul {
  font-size: 1.15rem;
  margin: 0 15px 50px 10px;
  width: calc(25% - 25px);
}
#main #areas_table ul li {
  padding: 5px 0 0 15px;
}
#main #areas_table ul li:first-child {
  content: "";
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 0 0 0;
}
#main #areas_table ul li:first-child::before {
  display: none;
}
#main #areas_table ul li:first-child h2 {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 2px 7px 3px 7px;
  line-height: 100%;
}
#main #areas_table ul li div {
  border-bottom: 3px solid #acacac;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
#main #areas_table ul li div::before {
  content: "";
  bottom: -3px;
  width: 15%;
  border-bottom: 3px solid #0099ce !important;
  position: absolute;
}
#main .detail {
  padding: 0 10px 25px 10px;
}
#main .detail div.line {
  margin-bottom: 10px;
}
#main .detail div.line h1 {
  line-height: 100%;
  padding: 2px 7px 0 7px;
}
#main .detail div.text {
  padding: 0 10px 20px 15px;
}
#main .detail div.image {
  padding: 0 10px 30px 15px;
}
#main .detail div.image p {
  padding-bottom: 10px;
}
#main .detail div.image-multi {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px 15px;
}
#main .detail div.image-multi div {
  padding: 0 20px 10px 0;
}
#main .detail div.image-multi p {
  padding-bottom: 5px;
}
#main .detail div.table {
  overflow: auto;
  padding: 0 10px 30px 15px;
}
#main .detail div.table table {
  border-collapse: collapse;
  margin: 10px 0;
  width: 100%;
}
#main .detail div.table table th {
  background-color: #f5f5f5;
}
#main .detail div.table table th, #main .detail div.table table td {
  border: 1px solid #343434;
  font-size: 1rem;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
}
#main .detail div.list {
  padding: 0 10px 30px 15px;
}
#main .detail div.list li {
  margin-left: 10px;
}
#main .detail div.tw-box-1 {
  display: flex;
  margin: 0 auto 30px auto;
  width: 100%;
}
#main .detail div.movie-wrap {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  /* アスペクト比 16:9の場合の縦幅 */
  padding-bottom: 56.25%;
  position: relative;
}
#main .detail div.movie-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* font awesome */
#about li,
#disaster li,
#footer p span,
#event li,
.detail div.list li,
.option li {
  padding-left: 13px;
  text-indent: -7px;
}

#about li::before,
#areas_table li::before,
#disaster li::before,
#footer #foot-link li::before,
#footer p span::before,
#event li::before,
#head-right .head-free-space p::before,
#press div:last-child::before,
.detail div.list li::before,
.option li::before {
  color: #2566b0;
  content: '\f105';
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  margin-left: -5px;
  padding-right: 5px;
}

#main #areas_table li:first-child h2::before,
#main #breaking h1::before,
#main #bosai h1::before,
#main .detail h1::before,
#main #pickup h1::before,
#main #press h1::before {
  color: #0099ce !important;
  content: '\f192';
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  margin-left: -5px;
  padding-right: 3px;
}
#main #breaking h1::before {
  color: #ff4a4a !important;
}
#main #head-right .head-free-space p::before,
#main #press div:last-child {
  color: #0099ce !important;
}

#footer #foot-link li {
  padding-left: 5px;
  text-indent: -7px;
}
#footer #foot-link li::before,
#footer p span::before {
  color: #fff;
}

@media screen and (max-width: 600px) {
  #footer #foot-link h2::after {
    content: '\f13a';
    font-family: "font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 17px;
  }
  #footer #foot-link .done::after {
    content: "" !important;
  }
}
/* flexible width */
@media screen and (min-width: 1200px) {
  #header #head-navi li {
    font-size: 1rem;
  }

  #main .double-c {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #main .double-c section {
    width: calc(50% - 10px);
  }
  #main .double-c section:nth-child(even) {
    margin-left: 20px;
  }
  #main section {
    width: 100%;
  }
  #main section#bosai nav li {
    font-size: 1.15rem;
  }
  #main section#press .press-list ul li:first-child {
    font-size: 0.9rem;
  }
  #main section h1 {
    font-size: 1.4rem;
  }
  #main section .slides img {
    height: 216px !important;
  }

  #footer h2 {
    font-size: 1.15rem;
  }

  .contents-w {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  #main .double-c {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #main .double-c section {
    width: calc(50% - 10px);
  }
  #main .double-c section:nth-child(even) {
    margin-left: 20px;
  }
  #main section {
    width: 100%;
  }
  #main section#bosai nav li {
    font-size: 1.15rem;
  }
  #main section#press .press-list ul li:first-child {
    font-size: 0.9rem;
  }
  #main section h1 {
    font-size: 1.4rem;
  }
  #main section .slides img {
    height: 216px !important;
  }

  #footer h2 {
    font-size: 1.15rem;
  }

  .contents-w {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: calc( 600px + 1px)) and (max-width: 992px) {
  #header #head01 #head-right ul li div .head-free-space p {
    display: block;
  }

  #footer #foot-link {
    flex-wrap: wrap;
  }
  #footer #foot-link div {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #header {
    padding-top: 70px;
  }
  #header .sp-slide {
    display: flex;
    flex-direction: column-reverse;
  }
  #header .sp-slide #head01 {
    background-color: #0099ce !important;
    border-top: 3px solid #2566b0;
    box-shadow: 0 1px 3px #d3d6dd;
    padding: 5px 0 !important;
  }
  #header .sp-slide #head01.open {
    background: none !important;
    border-top: none !important;
  }
  #header .sp-slide #head01 h1 {
    position: absolute;
    top: 10px;
    left: 0;
    width: 200px;
  }
  #header .sp-slide #head01 #head-right {
    background-color: #f9fafb;
    display: none;
    animation: show 0.2s linear 0s;
    padding: 10px;
    margin-right: 0;
    text-align: right;
    width: 100%;
  }
  #header .sp-slide #head01 #head-right ul li {
    margin-left: 0;
  }
  #header .sp-slide #head01 #head-right ul li div {
    padding-bottom: 15px !important;
  }
  #header .sp-slide #head01 #head-right-sp {
    cursor: pointer;
    display: block;
    right: 0;
    margin: 25px 10px 0 0;
    position: absolute;
    top: 0;
  }
  #header .sp-slide #head01 #head-right-sp i {
    padding: 0 8px !important;
  }
  #header .sp-slide #head-navi {
    display: none;
    animation: show 0.2s linear 0s;
  }
  #header .sp-slide #head-navi ul {
    border-left: none;
    border-right: none;
    display: block;
  }
  #header .sp-slide #head-navi ul li {
    border-bottom: 1px dotted #fff;
    font-size: 1rem;
    width: 50%;
  }
  #header .sp-slide #head-navi ul li:nth-child(even) {
    border-right: none;
  }
  #header .sp-slide #head-navi ul li:last-child {
    border-bottom: none;
    border-right: 1px dotted #fff;
    width: 50%;
  }

  #main .double-c {
    display: block;
    width: 100%;
  }
  #main .double-c section {
    width: 100%;
  }
  #main .double-c section:nth-child(even) {
    margin-left: 0;
  }
  #main section#about .scroll,
  #main section#disaster .scroll,
  #main section#press .scroll,
  #main section#event .scroll,
  #main section.option .scroll {
    height: 300px;
  }
  #main section#bosai nav ul.newinformation {
    display: block;
  }
  #main section#bosai nav ul.newinformation li {
    margin-left: 0;
    width: 100%;
  }
  #main section#bosai nav ul.newinformation li + li {
    margin: 15px 0 0 0;
  }
  #main section#bosai nav ul.newinformation li a {
    padding: 33px 20px 33px 60px;
    width: 100%;
  }
  #main section#pickup ul {
    display: block;
  }
  #main section#pickup ul li.p-img {
    margin-bottom: 15px;
    width: 100%;
  }
  #main section#pickup ul li.p-txt {
    margin-left: 0;
    width: 100%;
  }
  #main section#areas_table ul {
    width: calc(50% - 25px);
  }
  #main section .slides img {
    height: 160px !important;
  }
  #main section .main-acc {
    display: block;
  }
  #main .detail div.image-multi {
    display: block;
  }
  #main .detail div.image-multi div {
    padding-bottom: 30px;
    width: 100% !important;
  }

  #footer #foot-navi .border-dotted {
    border-left: none;
    border-right: none;
  }
  #footer #foot-link {
    display: block;
    padding: 5px 15px 0 15px;
  }
  #footer #foot-link div {
    width: 100%;
  }
  #footer #foot-link h2 {
    padding: 10px 0 0 2px;
    border-bottom: 1px dotted #fff;
  }
  #footer #foot-link ul {
    display: none;
    padding: 10px 20px 10px 15px;
  }
  #footer #foot-link ul.open {
    display: block;
  }
}

/*# sourceMappingURL=../scss/common.css.map */
