@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 67.5%;
  background-color: #edf5ff;
}

body {
  font-size: 1.6em;
  background: url("../images/bg_body.png") repeat;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  word-break: break-all;
}

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

p {
  margin: 0 0 20px;
  padding: 0 20px;
}

a {
  color: #333;
  transition: 0.1s ease-in;
}
a:hover {
  color: #397cce;
  font-weight: bold;
  text-decoration: underline !important;
}
a img {
  transition: 0.3s ea-seout;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h2.emblem {
  margin-top: 0;
  background: url(../images/bg_logo.png) no-repeat center left #2b76d3;
  color: white;
  font-size: 1.8rem;
  padding: 10px 0 10px 25px;
}
h2.emblem.emergency {
  background-color: #d63333;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.pagetop {
  position: fixed;
  right: 40px;
  bottom: 65px;
  padding: 10px;
  background: #4486d6;
  border-radius: 5px;
  font-size: 1.2rem;
  z-index: 9999;
  text-decoration: none;
  color: white;
}

.txt {
  padding: 0 20px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.facility_img {
  max-width: 250px;
}

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

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: transparent !important;
  border: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  box-sizing: content-box;
  width: 13px !important;
  height: 13px !important;
  padding: 6px 27px !important;
}

td.gsc-search-button {
  padding-top: 10px;
}

.gsc-input-box {
  height: 28px;
  margin-top: 5px;
}

div.wrap {
  max-width: 980px;
  margin: 0 auto;
}

div#container {
  display: -js-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 80px;
}

.flexible {
  display: -js-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.around {
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex_start {
  -ms-justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.f_1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.align-end {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.w_200 {
  width: 200px;
}

.w_300 {
  width: 300px;
}

i.fa {
  display: inline-block;
  margin-right: 0.5rem;
}

i.fa-home {
  font-weight: bold;
}

iframe {
  width: 100%;
  vertical-align: bottom;
}

.attention {
  color: crimson;
}

.mb40 {
  margin-bottom: 40px !important;
}

.f_left {
  float: left;
  margin: 0 10px 10px;
}

header {
  padding-top: 15px;
}
header #common_head {
  margin-bottom: 10px;
}
header h1 {
  max-width: 320px;
  margin: 0;
}
header div.head {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
header div.head .upper {
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 30px;
  margin-bottom: 10px;
}
header div.head .upper > div {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
header div.head .upper img {
  height: 20px;
}
header div.head .upper input,
header div.head .upper button {
  height: 28px;
  padding: 2px;
  font-size: 1.2rem;
}
header div.head .upper * {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  margin-left: 10px;
}
header div.head .lower {
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header div.head .lower * {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
header div.head .lower ul {
  font-size: 1.3rem;
}
header div.head .lower ul li:not(:last-child) {
  margin-left: 0;
}
header div.head .lower ul li:not(:last-child):after {
  content: "｜";
}
header div.head .lower div.bg-color {
  background: white;
  margin-left: 10px;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 1.2rem;
}
header div.head .lower div.bg-color button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  background-color: white;
  padding: 0 3px;
  border: 1px solid black;
  border-radius: 3px;
  text-decoration: none;
}
header div.head .lower div.bg-color button:not(:last-child) {
  margin-right: 5px;
}
header div.head .lower div.bg-color button.black {
  background: #242424;
  color: white;
}
header div.head .lower div.bg-color button.blue {
  background: #006cff;
  color: white;
}
header div.head .lower div.bg-color button.yellow {
  background: #fff600;
}
header div.head .lower div.font-size {
  background: white;
  margin-left: 10px;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 1.2rem;
}
header div.head .lower div.font-size button {
  height: 21px;
  font-size: 1.2rem;
}
header #fontSize .switchBtn {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #9f9f9f;
  padding: 3px 8px;
  line-height: 1;
  background: white;
  border-radius: 3px;
}
header #fontSize .active {
  background: #4486d6;
  border-color: #397cce;
  color: white;
}
header div.kv {
  margin: 0 0 20px;
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  -webkit-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
}
header div.kv img {
  vertical-align: bottom;
}
header div.kv video {
  width: 100%;
  vertical-align: bottom;
}
header nav {
  margin-bottom: 20px;
  background-color: #93bff5;
  -moz-box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  -webkit-box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  border-radius: 5px;
}
header nav ul {
  padding: 5px 0;
}
header nav ul li {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
  padding: 5px 0;
}
header nav ul li:not(:last-child) {
  border-right: 1px dotted white;
}
header nav ul li:nth-of-type(3) a, header nav ul li:nth-of-type(4) a {
  font-size: 1.3rem;
}
header nav ul li:nth-of-type(3) a:hover:before, header nav ul li:nth-of-type(4) a:hover:before {
  top: -8px;
}
header nav ul li:nth-of-type(3) a.active:before, header nav ul li:nth-of-type(4) a.active:before {
  top: -8px;
}
header nav ul li a {
  display: block;
  font-size: 1.8rem;
  color: #154989;
  text-shadow: 1px 0 1px white;
  text-decoration: none;
  font-weight: 900;
  height: 100%;
  position: relative;
}
header nav ul li a:hover {
  text-decoration: none !important;
  color: #154989;
}
header nav ul li a:hover:before {
  position: absolute;
  top: -3px;
  left: 2px;
  content: " ";
  border: 1px solid white;
  background-color: rgba(184, 215, 249, 0.3);
  border-radius: 4px;
  width: 158px;
  height: 42px;
  margin: 0 auto;
  box-sizing: border-box;
}
header nav ul li a.active:before {
  position: absolute;
  top: -3px;
  left: 2px;
  content: " ";
  border: 1px solid white;
  background-color: rgba(184, 215, 249, 0.3);
  border-radius: 4px;
  width: 158px;
  height: 42px;
  margin: 0 auto;
  box-sizing: border-box;
}

#bread-crumb {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
  margin-bottom: 20px;
  padding: 5px 5px 5px 10px;
  font-weight: bold; 
  font-size: 1.3rem;
}
#bread-crumb a {
  display: inline-block;
  margin: 0 1rem;
  color: #154989;
  font-weight: 600;
  text-decoration: none;
}
#bread-crumb a:first-child {
  margin-left: 0;
}
#bread-crumb a i.fa-home {
  font-size: 1.6rem;
}

footer {
  border-top: 1px solid #93bff5;
  background: white;
  padding-top: 10px;
}
footer div#foot {
  padding-bottom: 10px;
}
footer div#foot p {
  margin: 0;
  font-size: 1.3rem;
}
footer div#foot ul.site_nav {
  font-size: 1.3rem;
}
footer div#foot ul.site_nav li:not(:first-child):before {
  content: "｜";
}

div#copyright {
  background-color: #2b76d3;
  padding: 10px;
  color: white;
  text-align: center;
}
div#copyright small {
  display: block;
  font-size: 1.2rem;
}

div.ad_area {
  background: white;
  border: 1px solid silver;
  margin-bottom: 20px;
  padding: 10px;
}
div.ad_area img {
  vertical-align: bottom;
}

.waku {
  background: #fffff5;
  border: 1px dotted #666;
  padding: 1.6rem;
}

aside#left {
  -ms-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  flex: 0 0 180px;
}
aside#left section {
  background: white;
  margin-bottom: 10px;
}
aside#left #introduction {
  border: 5px solid #93bff5;
}
aside#left #introduction h2 {
  background: #2b76d3;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: white;
  font-size: 1.6rem;
  text-align: center;
}
aside#left #introduction ul {
  font-size: 1.3rem;
  padding: 5px 0 0;
}
aside#left #introduction ul li {
  background: url("../images/li_introduction.png") center left 10px no-repeat;
  padding: 5px 0 5px 35px;
}
aside#left #introduction ul li:not(:last-child) {
  border-bottom: 1px solid #93bff5;
}
aside#left #introduction ul li a {
  text-decoration: none;
}
aside#left #emergency {
  border: 5px solid #e57f7f;
}
aside#left #emergency h2 {
  background: #d63333;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}
aside#left #emergency ul {
  font-size: 1.3rem;
  padding: 5px 0 0;
}
aside#left #emergency ul li {
  background: url("../images/li_emergency.png") center left 10px no-repeat;
  padding: 5px 0 5px 35px;
}
aside#left #emergency ul li:not(:last-child) {
  border-bottom: 1px solid #d63333;
}
aside#left #emergency ul li a {
  text-decoration: none;
}
aside#left #population {
  outline: 1px solid #aeaeae;
  outline-offset: -1px;
  border: 4px solid #ecedea;
  text-align: center;
  font-size: 1.3rem;
}
aside#left #population h2 {
  background: #ecedea;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.6rem;
}
aside#left #population strong {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
}
aside#left #population p {
  margin: 0;
  font-size: 1.3rem;
}
aside#left #population .male {
  color: #0048ff;
}
aside#left #population .female {
  color: #d63333;
}

#beside {
  margin-bottom: 20px;
  border: 2px solid #93bff5;
  background-color: white;
}
#beside ul li {
  position: relative;
  border-left: 12px solid #397cce;
  padding: 5px 0 5px 10px;
  font-size: 1.3rem;
}
#beside ul li:before {
  position: absolute;
  left: -8px;
  top: 2px;
  content: url(../images/li_beside.png);
}
#beside ul li:not(:last-child) {
  border-bottom: 2px solid #397cce;
}
#beside ul li a {
  text-decoration: none;
}

article#main {
  -ms-flex: 0 0 580px;
  -webkit-flex: 0 0 580px;
  flex: 0 0 580px;
}
article#main section.sec_top {
  background: white;
  border: 1px solid #397cce;
  margin-bottom: 20px;
  padding: 0 0 20px;
}
article#main .title {
  background: url("../images/bg_title.jpg") repeat-x;
}
article#main .title h2 {
  margin: 0;
  padding: 3px 0 0 5px;
  height: 38px;
  color: white;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 2rem;
  text-shadow: 0 2px 5px #397cce;
}
article#main .title h2 img {
  margin-right: 5px;
}
article#main .title a,
.print {
  display: block;
  margin-right: 10px;
  -ms-flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  flex: 0 0 80px;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
  margin-left: auto;
  border: 1px solid #9f9f9f;
  border-radius: 2px;
  text-decoration: none;
  font-size: 1.2rem;
  background: white;
  border-radius: 3px;
}
article#main .title a:hover,
.print {
  background: #93bff5;
  color: white;
}
article#main .title a:after {
  content: " >";
}
article#main #emergency {
  border-color: #d63333;
}
article#main #emergency .title {
  background: #d63333;
}
article#main #emergency h2 {
  text-shadow: none;
}
article#main ul {
  margin: 5px 15px 0;
}
article#main ul li {
  padding: 5px 0;
  border-bottom: 1px dotted silver;
  font-size: 1.4rem;
}
article#main ul li span {
  display: inline-block;
  margin-right: 0.7rem;
}
article#main ul li span.category {
  width: 50px;
  height: 20px;
  text-align: center;
  color: white;
  font-size: 1rem;
}
article#main ul li span.news {
  background: #019e7b;
}
article#main ul li span.recruit {
  background: #a64001;
}
article#main ul li a {
  font-weight: bold;
}
article#main ul dl,
article#main ul dt,
article#main ul dd {
  margin: 0;
  padding: 0;
}
article#main ul dl {
  display: -js-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
article#main ul dl dt {
  display: -js-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 210px;
  -webkit-flex: 0 0 210px;
  flex: 0 0 210px;
}
article#main ul dl dd {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
article#main section#quick ul {
  margin: 0;
}
article#main section#quick ul.tab {
  margin: 0 -5px;
  padding: 5px 5px 0;
  overflow: hidden;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
article#main section#quick ul.tab li {
  -moz-box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  -webkit-box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  margin-right: 10px;
  background-color: #5fa4e4;
  border-radius: 5px 5px 0 0;
  padding: 5px 20px;
  font-size: 1.8rem;
  text-shadow: 1px 0 1px white;
  text-decoration: none;
  font-weight: 900;
}
article#main section#quick ul.tab li.select {
  background-color: #93bff5;
}
article#main section#quick ul.content {
  background-color: #93bff5;
  margin-bottom: 40px;
  padding: 15px 20px;
  -moz-box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  -webkit-box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
  box-shadow: 0 0 0 2px #d4e5fb, 0 0 0 3px #4486d6;
}
article#main section#quick ul.content .hide {
  display: none;
}
article#main section#quick .quick_item {
  width: 160px;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid white;
  background: white;
}
article#main section#quick .quick_item:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
article#main section#quick .quick_item a {
  display: block;
  text-decoration: none;
}

#whatsnew dt,
#event dt {
  -ms-flex: 0 0 160px !important; 
  -webkit-flex: 0 0 160px !important;
  flex: 0 0 160px !important;
}

aside#right {
  -ms-flex: 0 0 180px;
  -webkit-flex: 0 0 180px;
  flex: 0 0 180px;
}

#menu {
  -ms-flex: 0 0 220px;
  -webkit-flex: 0 0 220px;
  flex: 0 0 220px;
  margin-right: 20px;
}
#menu #main_menu {
  background-color: white;
  border: 2px solid #397cce;
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  padding: 2px;
}
#menu #main_menu h2 {
  background: #93bff5;
  border-radius: 3px 3px 0 0;
  color: black;
  text-align: center;
  padding: 8px;
  margin: 0;
}
#menu #main_menu ul li {
  padding: 8px 0 8px 25px;
  position: relative;
}
#menu #main_menu ul li:not(:last-child) {
  border-bottom: 1px solid #4486d6;
}
#menu #main_menu ul li:before {
  content: url(../images/li_introduction.png);
  position: absolute;
  left: 10px;
  top: 5px;
}
#menu #main_menu ul li a {
  color: #154989;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
}
#menu #main_menu ul.grandson li {
  border: 0;
  margin-left: -25px;
  padding: 2px 0 2px 25px;
}
#menu #main_menu ul.grandson li:before {
  content: "-";
  font-weight: bold;
  color: #2b76d3;
}
#menu #main_menu ul.grandson li a {
  color: #2b76d3;
  font-size: 1.4rem;
  font-weight: normal;
}

#contents {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#contents .billboard {
  -moz-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  -webkit-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  margin-bottom: 20px;
}
#contents .billboard img,
#contents .billboard video {
  vertical-align: bottom;
}
#contents section.doors {
  background: white;
  margin-bottom: 20px;
  -ms-flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  flex: 0 0 360px;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
#contents section.doors h3 {
  background: url(../images/bg_h2.png) repeat;
  border-bottom: 2px solid #397cce;
  margin: 0;
  padding: 3px 0 0 35px;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  font-size: 2rem;
  position: relative;
}
#contents section.doors h3:before {
  content: url(../images/li_doors.jpg);
  position: absolute;
  top: 2px;
  left: 10px;
}
#contents section.doors h3 a {
  color: #333;
  text-decoration: none;
}
#contents section.doors ul {
  padding: 5px 10px;
}
#contents section.doors ul li {
  background: url(../images/li_introduction.png) no-repeat center left 10px;
  padding: 8px 0 8px 25px;
}
#contents section.doors ul li:not(:last-child) {
  border-bottom: 1px dotted silver;
}
#contents section.doors ul li a {
  font-weight: bold;
  font-size: 1.6rem;
}
#contents section#door_child {
  width: 100%;
  background: white;
  margin-bottom: 60px;
}
#contents section#door_child ul {
  padding: 0 20px;
}
#contents section#door_child ul li {
  background: url(../images/li_introduction.png) no-repeat center left 10px;
  padding: 8px 0 8px 25px;
}
#contents section#door_child ul li:not(:last-child) {
  border-bottom: 1px dotted silver;
}
#contents section#door_child ul li a {
  font-weight: bold;
  font-size: 1.6rem;
}
#contents article.piece {
  background-color: white;
  padding: 20px;
}
#contents article.piece img {
  max-width: 100%;
}
#contents article.piece h2,
#contents article.piece h3,
#contents article.piece h4 {
  margin: 0 0 10px;
}
#contents article.piece h2, #contents article.piece h3 {
  border-top: 3px solid #397cce;
  background: url(../images/bg_h2.png) repeat;
  padding: 10px 10px;
  font-size: 2rem;
}
#contents article.piece h4 {
  border-left: 8px solid #397cce;
  border-bottom: 2px solid #93bff5;
  padding: 5px 15px;
  font-size: 1.8rem;
}
#contents article.piece h5 {
  border-bottom: 2px dashed #93bff5;
}
#contents article.piece section.link {
  background-color: #edf5ff;
  padding: 10px;
  margin-bottom: 20px;
}
#contents article.piece section.link h2 {
  border: 0;
  background: none;
  background-color: white;
  padding: 3px;
  font-size: 1.6rem;
}
#contents article.piece section.link h2 i.fa-link {
  color: #2b76d3;
}
#contents article.piece section.link ul {
  padding-left: 5px;
}
#contents article.piece section.link ul li {
  margin-bottom: 5px;
  background: url(../images/li_introduction.png) no-repeat left center;
  padding-left: 25px;
}
#contents article.piece section.link ul li a {
  font-weight: bold;
}
#contents article.piece section.contact {
  margin-top: 40px;
  border: 2px solid #93bff5;
  padding-bottom: 20px;
}
#contents article.piece section.contact h2 {
  border-top: 0;
  background: none;
  background-color: #93bff5;
  padding: 2px 3px;
  color: white;
  font-size: 1.6rem;
}
#contents article.piece section.contact h2 i {
  color: #2b76d3;
}
#contents article.piece section.contact p {
  margin: 0;
  padding: 0 20px;
}
#contents article.piece section.contact .bn_mail {
  width: 300px;
  margin: 0 20px;
  height: 60px;
  padding: 20px 20px 20px 50px;
  position: relative;
  background: #4486d6;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-radius: 5px;
}
#contents article.piece section.contact .bn_mail a {
  color: white;
  text-decoration: none;
}
#contents article.piece section.contact .bn_mail i {
  position: absolute;
  top: -5px;
  left: 5px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.3);
}
#contents article.piece ul {
  margin-bottom: 40px;
}
#contents article.piece ul li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0 8px 20px;
}
#contents article.piece ul li:before {
  content: "■";
  color: #93bff5;
}
#contents article.piece ul .parent {
  padding-left: 0;
}
#contents article.piece ul .parent:before {
  color: black;
}
#contents article.piece #main li:before {
  display: none;
}

.life-event-logo img {
  width: 100%;
  height: auto;
}

#motosuko {
  margin: 10px 0 30px;
  text-align: center;
  -moz-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  -webkit-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  border-radius: 0 0 10px 10px;
}
#motosuko img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#motosuko p {
  background: white url(../images/bg_live.png) no-repeat;
  background-size: contain;
  text-align: left;
  margin: 0;
  padding: 80px 7px 7px;
  font-size: 1.3rem;
  border-radius: 0 0 10px 10px;
}

.akiya_thumb {
  -ms-flex: 0 0 180px !important;
  -webkit-flex: 0 0 180px !important;
  flex: 0 0 180px !important;
  width: 180px;
  margin-right: 20px !important;
}
.akiya_thumb img {
  width: 100%;
  height: 100%;
}

.akiya_protected {
  font-size: 1.8rem;
  margin: 0;
}
.akiya_protected:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  font-family: "fontAwesome";
  color: gold;
}

.ijyu_img p {
  margin-bottom: 40;
  padding: 0;
  font-size: 1.4rem;
}

.inverse-white {
  background-color: white;
  color: black;
}

.inverse-black {
  background-color: black;
  color: white;
}

.inverse-blue {
  background-color: blue;
  color: white;
}

.inverse-yellow {
  background-color: yellow;
  color: black;
}

.kanko_bg {
  background-color: #eff9df;
}

#kanko video {
  position: relative;
  z-index: 9999;
}

#kanko header nav {
  background: #c2e87f;
  -moz-box-shadow: 0 0 0 2px #e7f6cc, 0 0 0 3px #83b924;
  -webkit-box-shadow: 0 0 0 2px #e7f6cc, 0 0 0 3px #83b924;
  box-shadow: 0 0 0 2px #e7f6cc, 0 0 0 3px #83b924;
}
#kanko header nav ul li a {
  color: #336e04;
}
#kanko header #bread-crumb li {
  color: black;
}
#kanko header #bread-crumb a {
  color: #336e04;
}

.copy_kanko {
  background-color: #336e04 !important;
}

.block {
  margin-bottom: 20px;
}

.virtual_ex {
  margin-bottom: 60px;
}
.virtual_ex h3 {
  margin-bottom: 5px;
}

h3.bg_none {
  background: none !important;
}

.virtual_ex__item {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 5px;
  overflow: hidden;
}
.virtual_ex__item h3 {
  background: none !important;
}
.virtual_ex__item a {
  position: relative;
}
.virtual_ex__item a:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  z-index: 1;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: url(../images/kanko/virtual_ex_bar.jpg) no-repeat bottom center;
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.virtual_ex__item a h3 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  color: white;
}

.links_banner {
  border: 1px solid #336e04;
  background: white;
}
.links_banner .flexible {
  padding: 10px 30px 30px;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.links_banner h3 {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 3px 10px;
  background: #336e04;
  color: white;
  font-size: 1.4rem;
}
.links_banner img {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.links_banner a:not(:nth-of-type(3n)) {
  margin-right: 39px;
}

.kv_kanko img {
  -moz-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  -webkit-box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  box-shadow: 0 0 10px 2px rgba(21, 73, 137, 0.3);
  vertical-align: bottom;
}

.pagetop_kanko {
  background: #336e04;
}

#kanko h2.emblem {
  background: url(../images/bg_logo.png) no-repeat center left #336e04;
}
#kanko section#door_child h2.emblem {
  background: url(../images/bg_logo.png) no-repeat center left #336e04;
}
#kanko section#door_child ul li {
  background: url(../images/kanko/li_introduction.png) no-repeat center left;
}
#kanko #contents .kanko_head h2 {
  margin: 0;
  -moz-box-shadow: 0 0 10px rgba(87, 137, 21, 0.65);
  -webkit-box-shadow: 0 0 10px rgba(87, 137, 21, 0.65);
  box-shadow: 0 0 10px rgba(87, 137, 21, 0.65);
}
#kanko #contents .kanko_head h2 img {
  vertical-align: bottom;
}
#kanko #contents .mv_list {
  margin-bottom: 60px;
}
#kanko #contents .mv_list figure {
  margin: 0 0 45px;
  -ms-flex: 0 0 310px;
  -webkit-flex: 0 0 310px;
  flex: 0 0 310px;
}
#kanko #contents .col-2 figure {
  -ms-flex: 0 0 450px;
  -webkit-flex: 0 0 450px;
  flex: 0 0 450px;
}
#kanko #contents .mv_list figure iframe {
  width: 100%;
  height: 180px;
}
#kanko #contents .mv_list figure figcaption {
  font-size: 1.6rem;
  font-weight: 600;
}
#kanko #contents .mv_list figure.divide_3 {
  -ms-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
}
#kanko #contents .mv_list figure.divide_3 iframe {
  height: 140px;
}
#kanko #contents article.piece {
  margin-bottom: 40px;
}
#kanko #contents article.piece ul li:before {
  color: #83b924;
}
#kanko #contents article.piece h2, #kanko #contents article.piece h3 {
  border-top: 3px solid #83b924;
  background: url(../images/kanko/bg_h2.jpg) repeat;
}
#kanko #contents article.piece h4 {
  border-left: 8px solid #83b924;
  border-bottom: 2px solid #83b924;
}
#kanko #contents article.piece h5 {
  background: #83b924;
}
#kanko #contents article.piece .contact {
  border: 2px solid #83b924;
}
#kanko #contents article.piece .contact h2 {
  background: #83b924;
}
#kanko #contents article.piece .contact .bn_mail {
  background: #83b924;
}
#kanko #contents .doors_wrap {
  margin-bottom: 40px;
}
#kanko #contents section.doors h3 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background: #83b924;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
  border-bottom: 0;
}
#kanko #contents section.doors h3:before {
  content: url(../images/kanko/li_doors.jpg);
}
#kanko #contents section.doors .visual {
  -ms-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
  padding-top: 1px;
}
#kanko #contents section.doors .title {
  background: url(../images/kanko/bg_doors.jpg) repeat-x;
}
#kanko #contents section.doors li {
  background: url(../images/kanko/li_introduction.png) no-repeat center left 10px;
}

#kanko #menu #main_menu {
  border: 2px solid #c2e87f;
}
#kanko #menu #main_menu h2 {
  background: #c2e87f;
  text-shadow: 0px 2px 5px #83b924;
}
#kanko #menu #main_menu li:not(:last-child) {
  border-bottom: 1px solid #c2e87f;
}
#kanko #menu #main_menu li:before {
  content: url(../images/kanko/li_introduction.png);
}
#kanko #menu #main_menu li a {
  color: #336e04;
}
#kanko #beside {
  border: 2px solid #c2e87f;
}
#kanko #beside li {
  border-left: 12px solid #758301;
}
#kanko #beside li:before {
  content: url(../images/kanko/li_beside.png);
}
#kanko #beside li:not(:last-child) {
  border-bottom: 2px solid #c2e87f;
}

.trecking-data {
  width: 100%;
  margin: 10px 0 20px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: gray;
}
.trecking-data th, .trecking-data td {
  padding: 5px;
}
.trecking-data th {
  background-color: #e7f6cc;
  width: 15%;
}
.trecking-data td {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: gray;
}

.trecking-image {
  width: 180px;
  height: auto;
}

#quick_hundred {
  width: 100%;
}
#quick_hundred figure:not(:nth-of-type(3n)) {
  margin-right: 25px !important;
}
#quick_hundred .tab,
#quick_hundred .tab2 {
  margin-bottom: 20px;
}
#quick_hundred .tab li,
#quick_hundred .tab2 li {
  width: 146px;
  padding: 0 !important;
  background: #cfea8b;
  -moz-box-shadow: 0 0 0 2px white, 0 0 0 3px #336e04;
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #336e04;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #336e04;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  color: #336e04;
  text-align: center;
  text-shadow: 1px 0 1px white;
}
#quick_hundred .tab li:before,
#quick_hundred .tab2 li:before {
  display: none !important;
}
#quick_hundred .tab .select,
#quick_hundred .tab2 .select {
  background: #8fd400;
}
#quick_hundred .tab2 a {
  text-decoration: none;
}
#quick_hundred .content li:before {
  display: none !important;
}

#minobu_movie {
  margin-bottom: 40px;
  background-color: white;
  text-align: center;
}
#minobu_movie iframe {
  width: 100%;
  height: 100%;
}
#minobu_movie p {
  padding: 7px;
  font-size: 1.3rem;
  text-align: left;
}

.contact_form dl {
  border-bottom: 1px solid #ccf;
  padding: 10px 0 20px;
}
.contact_form dt {
  -ms-flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
  font-size: 1.4rem;
  color: #334;
}
.contact_form dd {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.contact_form textarea {
  width: 100%;
}
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="number"],
.contact_form input[type="Email"],
.contact_form textarea {
  border: 1px solid #ccf;
  border-radius: 5px;
  max-width: 100%;
}
.contact_form button {
  margin: 0 auto;
  padding: 5px 30px;
  border: #397cce 1px solid;
  background: #93bff5;
  border-radius: 3px;
  transition: 0.3s ease-out;
}
.contact_form button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.contact_confirm table {
  width: 100%;
}
.contact_confirm tr {
  border-bottom: 1px solid #93bff5;
}
.contact_confirm th {
  padding: 10px;
}
.contact_confirm td {
  padding: 10px;
}
.contact_confirm .heading {
  font-size: 1.4rem;
  color: #696969;
}
.contact_confirm caption {
  border-top: 3px solid #397cce;
  background: url(../images/bg_h2.png) repeat;
  padding: 10px 10px;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
.contact_confirm input {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 auto;
  padding: 5px 30px;
  border-radius: 3px;
  transition: 0.3s ease-out;
}
.contact_confirm input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.contact_confirm input[type="button"] {
  border: 1px solid rgba(57, 124, 206, 0.5);
  background: rgba(147, 191, 245, 0.5);
}
.contact_confirm input[type="submit"] {
  border: #397cce 1px solid;
  background: #93bff5;
}

.gallery figure {
  margin: 10px 10px 20px;
  width: 28%;
}
.gallery figure:not(:nth-of-type(3n)) {
  margin-right: 30px;
}
.gallery figure div {
  position: relative;
}
.gallery figure div:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  content: url(../images/zoom-in.png);
}
.gallery img {
  display: block;
  width: 200px;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

div.date {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wcv_sys_cal_centerwrap,
.wcv_sys_cal {
  overflow: hidden !important;
}

.text_blue {
  color: blue;
}
.text_green {
  color: green;
}
.text_red {
  color: red;
}
.gsib_a {
  padding: 0 !important;
}
.icon_translate {
  display: block;
  margin-left: auto !important;
  margin-right: -15px;
}
.print{
  width: 80px;
  float: right;
  background: white;
  color: black;
  margin-top: 5px;
}



.table_normal {
    max-width: 100%;
    border: 1px solid #444;
    margin: 10px 0 20px;
    vertical-align: middle;
}

.table_normal tr {
    border-bottom: 1px solid #444;
    padding: 2px;
}

.table_normal tr:last-child {
    border-bottom: 0;
}

.table_normal td {
    padding: 2px;
    vertical-align: middle;
    white-space: normal;
}

.table_normal td:not(:last-child) {
    border-right: 1px solid #444;
}

.table_normal th {
    background: #93bff5;
    font-weight: bold;
}

.table_normal th:not(:last-child) {
    border-right: 1px solid #444;
}



.table_green {
    max-width: 100%;
    border: 1px solid #444;
    margin: 10px 0 20px;
    vertical-align: middle;
}

.table_green tr {
    border-bottom: 1px solid #444;
    padding: 2px;
}

.table_green tr:last-child {
    border-bottom: 0;
}

.table_green td {
    padding: 2px;
    vertical-align: middle;
    white-space: normal;
}

.table_green td:not(:last-child) {
    border-right: 1px solid #444;
}

.table_green th {
    background: #e7f6cc;
    font-weight: bold;
}

.table_green th:not(:last-child) {
    border-right: 1px solid #444;
}


article table[cellpadding="1"] {
    border: 1px solid #444;
    max-width: 100%;
    margin: 10px 0 20px;
    vertical-align: middle;
}

article table[cellpadding="1"] tr {
    border-bottom: 1px solid #444;
}

article table[cellpadding="1"] tr:last-child {
    border-bottom: 0;
}

article table[cellpadding="1"] td:not(:last-child),
article table[cellpadding="1"] tr:not(:last-child) {
    border-right: 1px solid #444;
}

article table[cellpadding="1"] td,tr {
    padding: 2px;
    vertical-align: middle:
}

article table caption {
    text-align: left;
}

@media screen (max-width: 999px) {
  .akiya_maps {
    pointer-events: none;
  }
}

.banner_slider {
  margin-bottom: 1em !important;
}

.banner_slider li {
  text-align: center;
}
