@charset "UTF-8";
table {
  width: 100%;
  font-size: 16px;
  border-spacing: 0; }
  table th {
    width: 26%;
    padding: 20px 0;
    border-bottom: 2px solid #fca05f;
    background: #fcb582;
    color: #942200; }
  table td {
    padding: 20px;
    border-bottom: 2px solid #eee; }
  table tr:last-child th, table tr:last-child td {
    border: none; }

#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; } }
#contents .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 500px;
  background: #fcb582;
  position: relative; }
  #contents .head:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
    position: absolute;
    top: 0;
    left: 0; }
  #contents .head h1 {
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 0 #333; }
  #contents .head .content {
    padding: 0 0 5px 0;
    position: relative;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0) 82%, #ff6a00 18%); }

#page-nav {
  border-bottom: 1px solid #e2d4ca;
  background: #fbfaf8;
  text-align: center; }
  #page-nav ul {
    display: -webkit-flex;
    display: flex;
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none; }
  #page-nav li {
    width: 16.66%;
    border-right: 1px solid #ede4de; }
  #page-nav li:first-child {
    border-left: 1px solid #ede4de; }
  #page-nav li a {
    display: block;
    padding: 18px 0 10px 0;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #6b472e;
    text-decoration: none;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    -webkit-transition: background 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: background 0.2s ease 0s; }
    #page-nav li a:after {
      font-family: "Sanshin";
      content: "\f104";
      display: block;
      font-size: 18px;
      line-height: 16px;
      -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; }
    #page-nav li a:hover, #page-nav li a:focus, #page-nav li a:active {
      background: #f4f4f4; }
      #page-nav li a:hover:after, #page-nav li a:focus:after, #page-nav li a:active:after {
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px); }

#contents h3 {
  padding: 10px 10px 8px 10px;
  border-bottom: 4px solid #ff6a00;
  margin: 0;
  font-size: 24px; }

#news {
  background: #fafafa; }
  #news .container {
    width: 1200px;
    padding: 40px 40px;
    margin: 0 auto;
    background: #fff; }

#blog-posts {
  background: #fafafa; }
  #blog-posts .container {
    background: #fff; }
  #blog-posts h3 a {
    background: #ff6a00; }

#details {
  background: #fafafa;
  font-size: 16px; }
  #details .container {
    width: 1200px;
    padding: 0 40px 120px 40px;
    margin: 0 auto;
    background: #fff; }
  #details h3 {
    margin: 0 0 20px 0; }
  #details ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap; }
    #details ul li {
      margin: 0 30px 2px 0; }
  #details .building .area {
    margin: 0 0 14px 0; }
  #details .building ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #details .building li {
    padding: 6px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 10px 5px 0; }
    #details .building li a {
      display: block;
      height: 120px;
      overflow: hidden;
      cursor: zoom-in; }
    #details .building li img {
      width: 200px; }
  #details .history ol {
    padding: 0;
    margin: 0;
    list-style: none; }
  #details .history li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
    #details .history li h6 {
      width: 140px;
      min-width: 140px;
      margin: 0;
      font-size: 14px;
      text-indent: 28px; }
      #details .history li h6 .year {
        display: inline-block;
        width: 66px;
        text-indent: 0; }
    #details .history li.era h6 {
      text-indent: 0; }
    #details .history li ul {
      display: block;
      padding: 0;
      margin: 0 0 0 20px;
      list-style: disc; }
    #details .history li li {
      display: list-item;
      border: none;
      margin: 0; }
    #details .history li p {
      margin: 0;
      font-size: 16px; }
  #details .history li:last-child {
    border: none; }
  #details #main {
    margin: 0 0 80px 0; }
  #details #access {
    margin: 0 0 80px 0; }
    #details #access .map {
      width: 100%;
      height: 300px; }
    #details #access .address {
      display: -webkit-flex;
      display: flex;
      margin: 20px; }
      #details #access .address h6, #details #access .address address {
        font-size: 16px; }
      #details #access .address h6 {
        margin: 0 10px 0 0; }
      #details #access .address address {
        font-style: normal; }
  #details #contact {
    margin: 0 0 80px 0; }
    #details #contact .message {
      font-size: 14px; }
    #details #contact ul {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 0;
      margin: 20px;
      list-style: none; }
    #details #contact li {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: wrap;
      flex-flow: wrap;
      margin: 10px 10px 8px 10px; }
    #details #contact h6, #details #contact .content {
      font-size: 16px; }
    #details #contact h6 {
      width: 140px;
      margin: 0 0 2px 0; }
  #details #pamphlet .pdf {
    margin: 30px 0;
    font-size: 16px; }
  #details #pamphlet .message {
    margin: 10px 0;
    font-size: 14px; }
  #details #pamphlet .content {
    padding: 0 20px; }

@media screen and (max-width: 1200px) {
  #page-nav ul {
    width: auto; }

  #news .container {
    width: auto; }

  #blog-posts .container {
    width: auto; }

  #details .container {
    width: auto; } }
@media screen and (max-width: 900px) {
  #page-nav li a {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  #contents .head h1 {
    font-size: 40px; }

  #details .history li {
    padding: 6px; }
    #details .history li h6, #details .history li p {
      -webkit-flex-flow: column;
      flex-flow: column; } }
@media screen and (max-width: 600px) {
  #page-nav ul {
    -webkit-flex-flow: wrap;
    flex-flow: wrap; }
  #page-nav li {
    width: 33.3%; }
  #page-nav li:first-child, #page-nav li:nth-child(2), #page-nav li:nth-child(3) {
    border-bottom: 1px solid #ede4de; }
  #page-nav li:nth-child(4) {
    border-left: 1px solid #ede4de; } }
@media screen and (max-width: 500px) {
  #contents .head h1 {
    font-size: 30px; } }
@media screen and (max-width: 425px) {
  #news .container {
    padding: 40px 20px; }

  #contents h3 {
    font-size: 20px; }

  #details .container {
    padding: 40px 20px 34px 20px; }
  #details #main, #details #access, #details #contact {
    margin: 0 0 40px 0; }
  #details .history td {
    padding: 20px 10px; }
  #details .history li h6 {
    width: 130px;
    min-width: 130px;
    font-size: 13px;
    text-indent: 26px; } }
@media screen and (max-width: 375px) {
  #details .building li {
    margin: 5px 0; }
    #details .building li a {
      height: 90px; }
    #details .building li img {
      width: 150px; }
  #details #contact li {
    margin: 16px 10px; }
  #details #contact h6, #details #contact .content {
    -webkit-flex-flow: column;
    flex-flow: column; }
  #details #contact h6 {
    margin: 0 0 2px 0; } }
#contents .head {
  background: #fcb582 url(../../img/facility/support_center/head/support_1.jpg) no-repeat;
  background-position: 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  #contents .head .content {
    background: linear-gradient(rgba(0, 0, 0, 0) 82%, #ff6a00 18%); }

#page-nav li {
  width: 33.3%; }

#details #main {
  padding: 40px 0 0 0; }
