@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  padding: 0;
  margin: 0;
  background: #fff;
  text-size-adjust: 100%;
  line-height: 1.42857143; }

body {
  min-width: 320px;
  margin: 0;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 10px;
  color: #333; }

input, select, textarea, button {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  outline: none; }

.windows body {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
.windows input, .windows select, .windows textarea, .windows button {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }

input, select, button {
  cursor: pointer; }

input[type="text"], input[type="password"], textarea {
  cursor: text; }

button {
  line-height: 1.42857143; }

p {
  margin: 10px; }

img {
  border: 0; }

a:hover, a:focus, a:active {
  text-decoration: none; }

@font-face {
  font-family: "Sanshin";
  src: url("../../font/sanshin/Sanshin.eot?a0503c8db5ab36698fb7c53e536fb80a?#iefix") format("embedded-opentype"), url("../../font/sanshin/Sanshin.woff?a0503c8db5ab36698fb7c53e536fb80a") format("woff"), url("../../font/sanshin/Sanshin.ttf?a0503c8db5ab36698fb7c53e536fb80a") format("truetype"), url("../../font/sanshin/Sanshin.svg?a0503c8db5ab36698fb7c53e536fb80a#Sanshin") format("svg"); }
footer {
  height: 500px;
  padding: 20px 0;
  background: #f7f2f2; }
  footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
    footer a:hover, footer a:focus, footer a:active {
      color: #0b5b84; }
  footer .container {
    width: 1200px;
    margin: 0 auto; }
  footer .row {
    display: -webkit-flex;
    display: flex; }
  footer .text-nav {
    font-size: 16px; }
    footer .text-nav ul {
      padding: 20px; }
    footer .text-nav li {
      padding: 4px 10px;
      margin: 0 0 10px 0; }
  footer h5 + .text-nav ul {
    min-width: 172px; }
  footer h5 + .text-nav + .text-nav ul {
    min-width: 256px; }
  footer .logo {
    padding: 0 80px 0 0; }
    footer .logo img {
      width: 200px; }
  footer .profile {
    padding: 20px 0 20px 120px;
    font-size: 14px; }
    footer .profile h6 {
      margin: 4px 0 10px 0;
      font-size: 16px;
      color: #3991bd; }
    footer .profile address {
      font-size: 24px;
      font-style: normal; }
    footer .profile .address {
      margin: 0 0 40px 0; }
    footer .profile .zip-code {
      display: block; }
    footer .profile .zip-code:before {
      content: "〒"; }
    footer .profile .tel a {
      font-size: 24px;
      color: #6c5f41;
      text-decoration: underline;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    footer .profile .tel a:hover, footer .profile .tel a:focus, footer .profile .tel a:active {
      color: #0b5b84;
      text-decoration: none; }
  footer .copyright {
    margin: 120px 0 0 0;
    font-size: 14px;
    text-align: right; }

@media screen and (max-width: 1280px) {
  footer .container {
    width: auto;
    padding: 0 40px; } }
@media screen and (max-width: 1000px) {
  footer {
    height: auto; }
    footer .row {
      -webkit-flex-flow: column;
      flex-flow: column; }
    footer .text-nav ul {
      padding: 20px 0; }
    footer .text-nav li {
      padding: 4px 0; }
    footer .profile {
      padding: 20px 0; }
      footer .profile address {
        font-size: 20px; }
      footer .profile .tel a {
        font-size: 20px; } }
@media screen and (max-width: 768px) {
  footer a, footer .profile, footer .profile h6 {
    font-size: 13px; } }
@media screen and (max-width: 700px) {
  footer {
    height: auto; }
    footer .logo img {
      width: 150px; }
    footer .text-nav:first-child ul {
      padding: 20px 20px 0 20px; }
    footer a, footer .profile, footer .profile h6 {
      font-size: 14px; }
    footer .profile p {
      margin: 4px 10px 14px 10px; }
    footer .copyright {
      padding: 0 0 20px 0; } }
@media screen and (max-width: 425px) {
  footer .container {
    padding: 0 20px; } }
@media screen and (max-width: 350px) {
  footer .text-nav .support-center a {
    font-size: 13px; } }
#news h2, #news h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 !important;
  border: none !important;
  margin: 0 0 15px 0 !important;
  position: relative;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 30px !important; }
  #news h2 a, #news h3 a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    border: 2px solid #333;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-decoration: none;
    text-align: center;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
  #news h2 a:before, #news h3 a:before {
    content: "\f022";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    margin: 0 8px 0 0; }
  #news h2 a:hover, #news h2 a:focus, #news h2 a:active, #news h3 a:hover, #news h3 a:focus, #news h3 a:active {
    color: #66830c; }
#news ul {
  height: 200px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  list-style: none; }
#news li {
  border-bottom: 1px solid #aaa;
  position: relative;
  overflow: hidden; }
#news li:first-child {
  border-top: 1px solid #aaa; }
#news li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 13px 10px 13px 0;
  position: relative;
  color: #333;
  text-decoration: none;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease 0s; }
#news li a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  color: #888;
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s ease 0s; }
#news li a:hover, #news li a:focus, #news li a:active {
  color: #0f7cb3; }
  #news li a:hover:after, #news li a:focus:after, #news li a:active:after {
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
#news .date {
  width: 110px;
  min-width: 110px;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #888; }
#news .title {
  width: 90%;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@media screen and (max-width: 1000px) {
  #news .container {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  #news .container {
    padding: 0 20px; }
  #news .title {
    width: 60%; } }
@media screen and (max-width: 600px) {
  #news .title {
    width: 44%; } }
@media screen and (max-width: 425px) {
  #news h2, #news h3 {
    font-size: 22px !important; }
    #news h2 a, #news h3 a {
      height: 32px;
      padding: 0 16px;
      font-size: 12px;
      line-height: 28px; }
  #news ul {
    height: 160px; }
  #news li.new:after {
    width: 36px;
    height: 20px; }
  #news li a:after {
    top: 16px; }
  #news .date {
    font-size: 13px; }
  #news .title {
    display: block;
    width: 70%;
    position: static;
    font-size: 16px; } }
#blog-posts .container {
  width: 1200px;
  padding: 40px 20px 50px 20px;
  margin: 0 auto; }
#blog-posts h2, #blog-posts h3 {
  padding: 10px 20px 8px 20px !important;
  border: none !important;
  margin: 0 0 40px 0;
  position: relative;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 30px !important; }
  #blog-posts h2 .caption, #blog-posts h3 .caption {
    margin: 0 0 0 10px;
    font-size: 13px;
    color: #666; }
  #blog-posts h2 a, #blog-posts h3 a {
    display: inline-block;
    padding: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #69c4f2;
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 12px;
    color: #fff;
    text-decoration: none; }
#blog-posts ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  padding: 0;
  margin: 0;
  list-style: none; }
#blog-posts li {
  width: 33.3%;
  padding: 0 26px 80px 26px; }
#blog-posts li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  position: relative; }
#blog-posts .facilities {
  display: block;
  margin: 0 0 10px 0; }
#blog-posts .facility {
  display: inline-block;
  padding: 4px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 4px 0;
  background: #69c4f2;
  font-size: 12px;
  color: #fff; }
#blog-posts .facility.yamada {
  background: #ffd400; }
#blog-posts .facility.toyomane {
  background: #14c900; }
#blog-posts .facility.orikasa {
  background: #42d4be; }
#blog-posts .facility.support-center {
  background: #ff6a00; }
#blog-posts .image {
  display: -webkit-flex;
  display: flex;
  height: 216px;
  border: 4px solid #f7f2f2;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
  overflow: hidden; }
#blog-posts .image img {
  width: 100%;
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s ease 0s;
  object-fit: cover; }
#blog-posts .title {
  display: block;
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease 0s; }
#blog-posts .content {
  display: block;
  height: 120px;
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease 0s; }
#blog-posts .date {
  display: block;
  font-size: 14px;
  color: #aaa;
  text-align: right;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  -webkit-transition: color 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease 0s; }
#blog-posts a:hover .image img, #blog-posts a:focus .image img, #blog-posts a:active .image img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
#blog-posts a:hover .title, #blog-posts a:focus .title, #blog-posts a:active .title {
  color: #000; }
#blog-posts a:hover .content, #blog-posts a:focus .content, #blog-posts a:active .content {
  color: #666; }
#blog-posts a:hover .datetime, #blog-posts a:focus .datetime, #blog-posts a:active .datetime {
  color: #bbb; }

@media screen and (max-width: 1000px) {
  #blog-posts .container {
    width: auto;
    padding: 60px 20px; }
  #blog-posts li {
    width: 50%;
    padding: 0 10px 80px 10px; } }
@media screen and (max-width: 700px) {
  #blog-posts li {
    width: 100%;
    padding: 0 10px 40px 10px; }
  #blog-posts .image {
    height: 300px; }
  #blog-posts .content {
    height: 70px; } }
@media screen and (max-width: 500px) {
  #blog-posts .container {
    padding: 40px 20px 30px 20px; }
  #blog-posts .image {
    height: 216px; }
  #blog-posts .content {
    height: 120px; } }
@media screen and (max-width: 425px) {
  #blog-posts h2, #blog-posts h3 {
    padding: 10px 0 8px 0 !important;
    font-size: 22px !important; }
  #blog-posts li {
    padding: 0 0 40px 0; }
  #blog-posts li a {
    padding: 10px 0 10px 0; }
  #blog-posts .title {
    font-size: 20px; } }
@media screen and (max-width: 375px) {
  #blog-posts .image {
    height: 180px; } }
@media screen and (max-width: 350px) {
  #blog-posts .image {
    height: 150px; } }
.dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4040;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

.dialog.open {
  display: block; }

.dialog.open.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.dialog-content {
  display: block;
  width: 600px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 60px auto;
  background: #fff;
  position: relative;
  z-index: 4050;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  -webkit-transition: box-shadow 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: box-shadow 0.2s ease 0s; }
  .dialog-content > .body {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    font-size: 14px; }
  .dialog-content h3 {
    padding: 30px 20px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #333; }
  .dialog-content table {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    border-collapse: collapse; }
  .dialog-content th {
    width: 40%;
    padding: 10px; }
  .dialog-content td {
    padding: 0 20px; }
    .dialog-content td .container {
      width: 250px;
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .dialog-content tr:first-child th {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px; }
  .dialog-content tr:first-child td {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px; }
  .dialog-content tr:last-child th {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .dialog-content tr:last-child td {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .dialog-content > .footer {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    *zoom: 1; }
    .dialog-content > .footer:after {
      content: "";
      display: table;
      clear: both; }
  .dialog-content .close {
    float: left; }
  .dialog-content .execute {
    float: right; }

.dialog .outside {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4030; }

.dialog.open.visible .dialog-content {
  -moz-box-shadow: 0 0 100px 0 #aaa;
  -webkit-box-shadow: 0 0 100px 0 #aaa;
  box-shadow: 0 0 100px 0 #aaa; }

.overlay {
  display: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

.overlay.show {
  display: block; }

.overlay.show.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

body.overlaying {
  height: 100%;
  overflow: hidden; }

@media \0screen {
  .overlay.show.visible {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80C8C8C8', endColorstr='#80C8C8C8'); } }
#menu-opener {
  display: none;
  width: 60px;
  height: 60px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 4010;
  background: #fff;
  line-height: 60px;
  color: #69c4f2;
  text-align: center;
  text-decoration: none;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  -webkit-transition: box-shadow 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: box-shadow 0.2s ease 0s; }
  #menu-opener .icon:before {
    display: block;
    font-family: "Sanshin";
    content: "\f106";
    position: relative;
    top: 0;
    font-size: 50px; }
  #menu-opener.fixed {
    position: fixed;
    top: 80px;
    bottom: auto;
    -moz-box-shadow: 0 0 10px 0 #ccc;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc; }

#menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s ease 0s; }

#menu .dialog-content {
  width: 100%;
  min-width: 320px;
  height: 300px;
  padding: 10px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  overflow-y: auto; }
  #menu .dialog-content h3 {
    padding: 0;
    margin: 20px 0;
    background: #fff;
    text-align: center; }
    #menu .dialog-content h3 .logo img {
      height: 60px; }
  #menu .dialog-content nav {
    margin: 0 0 60px 0;
    position: relative;
    z-index: 4020; }
  #menu .dialog-content ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #menu .dialog-content ul li {
      border-top: 1px solid #ddd; }
    #menu .dialog-content ul li:last-child {
      border-bottom: 1px solid #ddd; }
    #menu .dialog-content ul a {
      display: block;
      height: 68px;
      padding: 20px 10px 20px 50px;
      position: relative;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 20px;
      font-weight: bold;
      color: #333;
      text-decoration: none; }
    #menu .dialog-content ul a:before {
      content: "";
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #69c4f2;
      position: absolute;
      top: 31px;
      left: 21px;
      -moz-transition: -moz-transform 0.2s ease 0s;
      -o-transition: -o-transform 0.2s ease 0s;
      -webkit-transition: -webkit-transform 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: transform 0.2s ease 0s; }
    #menu .dialog-content ul .yamada a:before {
      background: #ffd400; }
    #menu .dialog-content ul .toyomane a:before {
      background: #14c900; }
    #menu .dialog-content ul .orikasa a:before {
      background: #42d4be; }
    #menu .dialog-content ul .support-center a:before {
      background: #ff6a00; }
    #menu .dialog-content ul a:after {
      content: "\f061";
      position: absolute;
      top: 20px;
      right: 20px;
      font-family: "Font Awesome 6 Free";
      font-size: 20px;
      font-weight: bold;
      color: #3ab2ee;
      -moz-transition: color 0.2s ease 0s, -moz-transform 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s, -o-transform 0.2s ease 0s;
      -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transition-delay: 0s, 0s;
      transition: color 0.2s ease 0s, transform 0.2s ease 0s; }
    #menu .dialog-content ul a:hover, #menu .dialog-content ul a:focus, #menu .dialog-content ul a:active {
      color: #0b5b84;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
      #menu .dialog-content ul a:hover:before, #menu .dialog-content ul a:focus:before, #menu .dialog-content ul a:active:before {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
      #menu .dialog-content ul a:hover:after, #menu .dialog-content ul a:focus:after, #menu .dialog-content ul a:active:after {
        color: #0f7cb3;
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        transform: translateX(4px); }

#menu.open.visible .dialog-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#menu-closer {
  display: block;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 4060;
  color: #69c4f2;
  text-decoration: none;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #menu-closer .icon:before {
    display: block;
    font-family: "Sanshin";
    content: "\f107";
    position: relative;
    top: 0;
    font-size: 40px; }

#menu-overlay {
  display: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.5); }

body.overlaying {
  height: auto;
  overflow: visible; }

@media screen and (max-width: 768px) {
  body.overlaying {
    height: 100%;
    overflow: hidden; }

  #menu.open.visible {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    #menu.open.visible .dialog-content {
      -moz-box-shadow: 0 0 100px 0 #aaa;
      -webkit-box-shadow: 0 0 100px 0 #aaa;
      box-shadow: 0 0 100px 0 #aaa; }

  #menu-overlay.show {
    display: block; }

  #menu-overlay.show.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  #menu-opener {
    display: block; } }
@media screen and (max-width: 425px) {
  #menu .dialog-content ul .support-center a {
    font-size: 15px;
    line-height: 30px; }
  #menu .dialog-content ul .support-center a:after {
    line-height: 1.42857143; } }
body {
  position: relative; }

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

header {
  padding: 0 40px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #333; }
  header .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1350px;
    margin: 0 auto; }
  header .logo {
    margin: 0; }
    header .logo a {
      display: block; }
    header .logo img {
      display: block;
      width: 180px; }
  header .top-nav ul {
    display: -webkit-flex;
    display: flex; }
  header .top-nav li a {
    display: block;
    height: 80px;
    padding: 0 20px;
    position: relative;
    line-height: 80px;
    color: #333;
    text-decoration: none;
    text-align: center;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
  header .top-nav li a:hover, header .top-nav li a:focus, header .top-nav li a:active {
    color: #149ce1; }
  header .top-nav li.contact {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 20px; }
  header .top-nav li.contact a {
    width: 180px;
    height: 40px;
    padding: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #48b7ef;
    font-weight: bold;
    line-height: 40px;
    color: #fff; }
  header .top-nav li.contact a:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    margin: 0 10px 0 0; }

#main-image {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 50px;
  background: #fff url(../../img/main_image.jpg) no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  overflow: hidden; }
  #main-image img {
    display: none; }

.top-container {
  width: 1350px;
  padding: 50px 0 100px 0;
  margin: 0 auto;
  position: relative; }

#facilities li {
  margin: 0 0 10px 0; }
#facilities a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 400px;
  height: 80px;
  padding: 0 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 2px #0000002e; }
#facilities a:before {
  content: "";
  display: block;
  width: 394px;
  height: 74px;
  border: 2px solid #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 3px; }
#facilities a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 24px; }
#facilities .yamada a {
  background: #ffd400; }
#facilities .toyomane a {
  background: #14c900; }
#facilities .orikasa a {
  background: #42d4be; }
#facilities .support-center a {
  background: #ff6a00;
  font-size: 22px; }

.top-contents {
  position: relative;
  background: #f7f2f2; }
  .top-contents:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: -8px;
    left: 0;
    background: #f7f2f2; }
  .top-contents .container {
    width: 1200px;
    padding: 40px 0;
    margin: 0 auto; }
  .top-contents .container .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .top-contents .container .row:first-child {
    padding: 0 0 60px 0; }

#news {
  width: 65%;
  padding: 0 100px 0 0; }

#news h2 {
  margin: 0 0 15px 0; }

#entry a {
  display: block;
  height: 226px;
  position: relative;
  overflow: hidden; }
#entry .title {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 26px;
  position: absolute;
  bottom: 36px;
  left: 0;
  z-index: 2;
  background: #78c8f0;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
  text-align: right; }
#entry .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 86%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 7%;
  left: 0; }
#entry img {
  display: block;
  width: 455px;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover; }

#disaster-prevention {
  display: -webkit-flex;
  display: flex; }
  #disaster-prevention h3 {
    min-width: 350px;
    margin: 0 60px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background: #fff;
    font-size: 20px; }
    #disaster-prevention h3 .title {
      display: block;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      text-align: center; }
    #disaster-prevention h3 .title .content {
      position: relative; }
    #disaster-prevention h3 .title .content:after {
      content: "";
      display: block;
      width: 110%;
      height: 6px;
      position: absolute;
      bottom: -1px;
      left: -5%;
      z-index: 1;
      background: #ffd400; }
    #disaster-prevention h3 .title .inner {
      position: relative;
      z-index: 2; }
    #disaster-prevention h3 img {
      display: block;
      width: 350px; }
  #disaster-prevention ul {
    display: -webkit-flex;
    display: flex;
    list-style: none; }
  #disaster-prevention li {
    height: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 30px 0 0;
    position: relative;
    overflow: hidden; }
    #disaster-prevention li:last-child {
      margin: 0; }
    #disaster-prevention li a {
      display: block; }
    #disaster-prevention li .facility {
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 16px;
      color: #fff;
      text-shadow: 1px 1px 0 #333; }
    #disaster-prevention li .facility .content:after {
      content: "";
      display: block;
      width: 102%;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: -1%;
      z-index: 1;
      background: #ffd400; }
    #disaster-prevention li .facility .inner {
      position: relative;
      z-index: 2; }
    #disaster-prevention li .pdf {
      height: 30px;
      padding: 0 14px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 1;
      background: #ffd400;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 14px;
      line-height: 30px;
      color: #333; }
    #disaster-prevention li .pdf:before {
      content: "\f1c1";
      font-family: "Font Awesome 6 Free";
      margin: 0 4px 0 0; }
    #disaster-prevention li .pdf:after {
      content: "";
      display: block;
      width: 100%;
      height: 26px;
      border: 1px solid #333;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      position: absolute;
      top: 2px;
      left: -2px; }
    #disaster-prevention li img {
      display: block;
      width: 100%; }

#blog-posts .container {
  width: 1272px !important;
  padding: 80px 0; }
#blog-posts h2 {
  padding: 0 36px !important; }

@media screen and (max-width: 1430px) {
  header {
    padding: 0; }
    header .container {
      width: auto;
      padding: 0 40px; }

  .top-container {
    width: auto;
    padding: 50px 40px 100px 40px; } }
@media screen and (max-width: 1280px) {
  .top-contents .container {
    width: auto;
    padding: 40px; } }
@media screen and (max-width: 1272px) {
  #blog-posts .container {
    width: auto !important; }
  #blog-posts li {
    padding: 0 30px 80px 30px; } }
@media screen and (max-width: 1200px) {
  #disaster-prevention {
    -webkit-flex-flow: column;
    flex-flow: column; }
    #disaster-prevention h3 {
      height: 150px;
      margin: 0 0 20px 0; }
      #disaster-prevention h3 img {
        width: auto;
        height: 100%;
        margin: auto; } }
@media screen and (max-width: 1000px) {
  #facilities a {
    width: 300px;
    height: 60px;
    font-size: 20px; }
  #facilities a:before {
    width: 294px;
    height: 54px; }
  #facilities a:after {
    font-size: 20px; }
  #facilities .support-center a {
    font-size: 16px; }

  .top-contents .container {
    width: auto;
    padding: 40px; }

  #entry img {
    width: 350px; }

  #blog-posts .container {
    padding: 60px 20px; }
  #blog-posts li {
    padding: 0 10px 80px 10px; } }
@media screen and (max-width: 900px) {
  .row {
    -webkit-flex-flow: column;
    flex-flow: column; }

  #news {
    width: auto;
    padding: 0; }

  #entry img {
    width: 100%; } }
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-width: 320px;
    height: 60px;
    padding: 9px 20px 8px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    background: #fff;
    line-height: 1.42857143; }
    header .container {
      width: auto;
      padding: 0; }
    header h1 {
      padding: 0; }
    header h1 .logo img {
      width: 150px; }
    header .top-nav {
      display: none; }
      header .top-nav li a {
        height: 50px;
        line-height: 44px; }

  #contents {
    margin: 60px 0 0 0; }

  .top-container {
    padding: 310px 100px 0 100px;
    margin: 0 0 60px 0; }

  #main-image {
    height: 466px;
    top: -20px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

  #facilities ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap; }
  #facilities li {
    width: 100%;
    padding: 0 20px;
    margin: 0; }
  #facilities a {
    width: 100%;
    padding: 8px 16px;
    margin: 4px;
    font-size: 16px; }
  #facilities a:before {
    width: 98%;
    left: 1%; }
  #facilities .support-center a {
    font-size: 12px; } }
@media screen and (max-width: 700px) {
  #disaster-prevention h3 {
    min-width: 240px;
    height: 100px; }
  #disaster-prevention h3 .title {
    top: 7px; }
  #disaster-prevention ul {
    -webkit-flex-flow: column;
    flex-flow: column; }
  #disaster-prevention li {
    margin: 0 0 10px 0; }

  #blog-posts .container {
    padding: 60px 20px 34px 20px; } }
@media screen and (max-width: 500px) {
  .top-container {
    padding: 310px 20px 0 20px;
    margin: 0 0 60px 0; }

  .top-contents .container {
    padding: 40px 20px; }

  #blog-posts .container {
    padding: 60px 10px 34px 10px; } }
@media screen and (max-width: 425px) {
  .top-container:after {
    bottom: -118px;
    font-size: 30px; }

  #news {
    margin: 0 0 40px 0; } }
