@charset "UTF-8";
html {
  font-size: 55% !important;
}

body {
  font-size: 1.4em;
}

h4 {
  margin-top: 40px !important;
}

p {
  line-height: 2;
  padding: 0;
}

.txt {
  padding: 0;
}

.img {
  text-align: center;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.flexible {
  -webkit-flex-direction: column;
  flex-direction: column;
}

#bread-crumb {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.print {
  display: none;
}

iframe {
  width: 100%;
}

table {
  display: block !important;
  width: 100% !important;
  overflow-x: scroll;
  white-space: nowrap;
}

.wcv_sys_cal {
  overflow-x: scroll;
}

.sp_displayNone {
  display: none;
}

#container {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.bn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.bn_area a {
  width: 45%;
}
.bn_area ul li {
  text-align: center;
}
.bn_area ul li a {
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
}
.bn_area ul li a img {
  width: 100%;
  max-width: 180px;
  height: auto;
}

header h1 {
  max-width: 100%;
  text-align: center;
}
header div.upper {
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
}
header div.lower {
  -webkit-flex: 1;
  flex: 1;
}
header div.head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 10px;
}
header div.head .upper * {
  margin-left: 0;
}
header div.head .upper {
  height: auto;
}
header div.head .lower,
header div.head .upper {
  -webkit-justify-content: center;
  justify-content: center;
}
header div.lower ul.flexible,
header div.lower #fontSize,
header #___gcse_0,
header .icon_translate {
  display: none;
}
header #google_translate_element {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
header div.kv img {
  width: 100%;
  height: auto;
}
header nav {
  line-height: 2.2;
}
header nav ul {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header nav ul li {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  border-right: 0;
}
header nav ul li a:hover:before {
  width: 90%;
  left: 0;
  right: 0;
}
header nav ul li a.active:before {
  width: 90%;
  left: 0;
  right: 0;
}

footer {
  background: white;
}
footer .ad_area ul {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .ad_area ul li {
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
  margin-bottom: 10px;
  text-align: center;
}
footer .ad_area ul li img {
  max-width: 180px;
  height: auto;
}
footer #foot ul.site_nav li {
  width: 100%;
  border-bottom: 1px solid gray;
  padding: 12px 20px;
}
footer #foot ul.site_nav li:before {
  display: none;
}
footer #foot ul.site_nav li:first-child {
  border-top: 1px solid gray;
}
footer #foot ul.site_nav li a {
  text-decoration: none;
}
footer #foot p {
  padding: 0 20px;
  margin-bottom: 20px !important;
}

#copyright img[alt="ページの先頭へ"] {
  width: auto;
  height: auto;
}

aside#left {
  -webkit-flex: 1;
  flex: 1;
  -webkit-order: 2;
  order: 2;
  padding: 0 10px;
}
aside#left #beside {
  -webkit-order: 1;
  order: 1;
}
aside#left #introduction ul li,
aside#left #emergency ul li,
aside#left #beside ul li {
  padding: 10px 0 10px 35px;
}

article#main {
  padding: 0 10px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-order: 1;
  order: 1;
}
article#main .title a {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4486d6;
  padding: 10px;
  -webkit-flex: 0;
  flex: 0;
}
article#main .title a:after {
  content: ">";
}
article#main .title img {
  width: auto;
  height: auto;
}
article#main ul dl dt {
  -webkit-flex: 1;
  flex: 1;
}
article#main #event ul li span {
  display: block;
}
article#main section#quick ul li div.flexible {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
article#main section#quick ul.tab li {
  margin-right: 0;
}

.pagetop span {
  display: none;
}

#whatsnew dl,
#event dl,
#update dl {
  display: block !important;
}

aside#right {
  -webkit-flex: 1;
  flex: 1;
  -webkit-order: 3;
  order: 3;
  padding: 0 10px;
}
aside#right .bn_area_1,
aside#right .bn_area_2 {
  -webkit-flex-direction: row;
  flex-direction: row;
}
aside#right .bn_area_1 a,
aside#right .bn_area_2 a {
  display: block;
  width: 45%;
}

#motosuko {
  order: 9999;
  width: 95%;
}
#motosuko p {
  background-size: cover;
}

.ad_area ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.ad_area li {
  width: 47%;
  margin-bottom: 10px;
}

#menu {
  -webkit-flex: 1;
  flex: 1;
  -webkit-order: 2;
  order: 2;
  padding: 0 10px;
  margin-right: 0;
}
#menu #beside ul li {
  padding: 10px 0 10px 10px;
}
#menu #beside ul li:before {
  top: 10px;
}

#contents {
  -webkit-order: 1;
  order: 1;
  margin-bottom: 40px;
  padding: 0 10px;
}
#contents section.doors {
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
}
#contents article.piece section.contact .bn_mail {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
}

.contact_form dt {
  -webkit-flex: 1;
  flex: 1;
}
.contact_form dd {
  margin: 0;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="number"],
.contact_form textarea {
  width: 100%;
  padding: 8px;
}
.contact_form select {
  width: 100%;
  font-size: 1.8rem;
}
.contact_form input[type="radio"] {
  margin: 10px;
}

.gallery .flexible {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.gallery figure {
  width: 41%;
  margin: 10px;
}
.gallery figure:not(:nth-of-type(3n)) {
  margin-right: 10px;
}
.gallery figure img {
  width: 100%;
}

#kanko article#contents section.mv_list figure.divide_3 {
  -webkit-flex: 1;
  flex: 1;
}
#kanko .title {
  -webkit-flex-direction: row;
  flex-direction: row;
}
#kanko .links_banner div {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#kanko .links_banner a {
  display: block;
  width: 45%;
}
#kanko .links_banner a:not(:nth-of-type(3n)) {
  margin-right: 0;
}
#kanko .links_banner img {
  width: 100%;
}
#kanko #motosuko {
  margin: 0 auto;
  margin-bottom: 40px;
}
#kanko #aside_banner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#kanko #aside_banner a {
  display: block;
  width: 45%;
}
#kanko .block {
  display: none;
}
#kanko #contents .col-2 figure {
  -ms-flex: 1; 
  -webkit-flex: 1; 
  flex: 1; 
}

#quick_hundred ul {
  -webkit-flex-direction: row;
  flex-direction: row;
}
#quick_hundred li {
  margin-bottom: 15px;
}

#wcvmap,
#wcvmap_container {
  width: 100%;
}

.akiya_maps {
  pointer-events: none;
}
