@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
}
body {
  color: #000;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, strong, b {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
a:link, a:visited {
  color: #a76413;
  text-decoration: underline;
}
a:active, a:hover {
  color: #a76413;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
#sb-site {
  width: 100% !important;
  text-align: center;
  background: #fff;
}
.sp {
  display: none !important;
}
#toggle, .sb-slidebar {
  display: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* header */
#headerWrapper1 {
  background: #a76413;
  width: 100%;
  height: 46px;
}
#headerWrapper1 > div {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerWrapper1 p {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin: 15px 0 14px;
}
#lang a {
  padding: 15px 20px 14px;
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
}
#headerWrapper2 {
  background: #e8cc13;
  width: 100%;
  padding: 20px 0;
}
header {
  width: 960px;
  margin: 0 auto;
  padding: 6px 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 a {
  display: flex;
}
header h1 a img {
  height: 30px;
  width: auto;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#mainWrapper {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 15px auto 0;
  text-align: left;
}
aside {
  width: 180px;
}
/* nav */
nav {
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  border-top: 1px solid #000;
}
.menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
.menu li a {
  padding: 20px 14px 19px 45px;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  display: block;
  background: no-repeat 0 9px;
  background-size: 32px 32px;
  background-image: url("../image/navic0.png");
}
.menu li.menu1 a {
  background-image: url("../image/navic1.png");
}
.menu li.menu2 a {
  background-image: url("../image/navic2.png");
}
.menu li.menu3 a {
  background-image: url("../image/navic3.png");
}
.menu li.menu4 a {
  background-image: url("../image/navic4.png");
}
.menu li.menu5 a {
  background-image: url("../image/navic5.png");
}
.menu li.menu6 a {
  background-image: url("../image/navic6.png");
}
address {
  line-height: 1.4;
  font-size: 13px;
  margin: 80px 0 0;
}
address img {
  width: 65px;
}
footer {
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1;
  color: #fff;
  background: #a76413;
  border-top: 3px solid #eacb11;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/*top page*/
main.top {
  width: 760px;
  margin: 0;
  padding: 0;
}
#mainvisual {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul#slider {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 755px;
  height: 354px;
  z-index: 1;
  list-style: none;
  position: relative;
}
ul#slider li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  width: 100%;
  height: auto;
}
ul#slider li img {
  width: 100%;
  height: auto;
}
#about {
  width: 100%;
  margin: 30px auto;
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.4;
}
#about p {
  margin: 0 10px;
}
#about > img {
  width: 280px;
}
#topics {
  width: 100%;
  margin: 0 0 30px;
}
#topics h2 {
  margin: 10px 0 5px;
  padding: 0 0 8px;
  font-weight: 500;
  font-size: 25px;
  border-bottom: 1px solid #000;
}
#topics h2 span {
  color: #fff;
  background: #a76413;
  padding: 2px 10px 1px;
  font-size: 12px;
  margin: 0 0 0 10px;
}
#topics ul {
  margin: 10px auto;
  height: 360px;
  padding: 0 3px;
  list-style: none;
  overflow: auto;
  text-align: left;
}
#topics ul li {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
#topics ul li::first-line {
  font-weight: 600;
  background: linear-gradient(transparent 65%, #ffee8f 65%);
}
#topics ul li.year::first-line {
  background: none;
}
#topics ul li.nomark::first-line {
  background: none;
  font-weight: 500;
}
/* main */
main.contents {
  width: 760px;
  min-height: 500px;
  text-align: left;
  margin: 0;
  padding: 0 0 25px;
  background: #fff;
}
main.contents h1 {
  width: 100%;
  margin: 0 0 30px;
  padding: 17px 18px 15px;
  font-size: 22px;
  line-height: 1;
  background: #f1f1f1;
  border-top: 2px solid #a76413;
  border-bottom: 2px solid #a76413;
}
main.contents h2 {
  margin: 30px 5px 25px;
  padding: 9px 12px 6px;
  font-size: 19px;
  line-height: 1.2;
  background: #fff8cc;
}
main.contents h3 {
  margin: 27px 10px 15px;
  padding: 0 0 4px 22px;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid #9a9a9a;
}
main.contents h3::before {
  position: absolute;
  background: #e8cc13;
  top: 8px;
  left: 0;
  content: "";
  width: 14px;
  height: 4px;
}
main.contents h4 {
  margin: 18px 30px 10px;
  padding: 0;
  font-size: 17px;
  line-height: 1.2;
}
main.contents p {
  margin: 5px 35px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 30px 5px 40px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #a76413;
}
main.contents li p {
  margin: 13px 0;
  padding: 0;
}
main.contents ul ul, main.contents ol ul {
  margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 35px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ul ol {
  margin: 0 0 0 20px;
}
main.contents ul ol li {
  list-style-type: inherit;
}
main.contents ol {
  margin: 5px 30px 5px 60px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #a76413;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #a76413;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center th, table.center td {
  text-align: center;
}
/* figure */
figure {
  margin: 20px 45px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 40px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 40px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #a76413, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w05 {
  width: 10%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
blockquote {
  margin: 5px 0 5px 15px;
}
/*album*/
.album {
  width: 98%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.album > a {
  width: calc(94% / 3);
  margin: 10px 1%;
}
.album > a img {
  object-fit: contain;
  max-height: 140px;
}
/*map*/
.map {
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
.map iframe {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 3.5vw;
  }
  #sb-site {
    width: 100% !important;
    overflow: hidden;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  #headerWrapper1 {
    height: 10vw;
    overflow: hidden;
  }
  #headerWrapper1 > div {
    width: 100%;
  }
  #headerWrapper1 p {
    font-size: 3.2vw;
    margin: 2vw 1vw;
    text-align: left;
  }
  #lang a {
    padding: 3vw;
    font-size: 4vw;
  }
  #headerWrapper2 {
    padding: 3vw 0;
  }
  header {
    width: 100%;
    padding: 1vw 0;
  }
  header h1 a {
    flex-direction: column;
    align-items: flex-start;
  }
  header h1 a img {
    height: 5vw;
    margin: 0 0 0 1vw;
  }
  header h1 a img:first-child {
    height: 6vw;
  }
  #mainWrapper {
    flex-direction: column-reverse;
    width: 100%;
    margin: 2vw 0;
  }
  aside {
    width: 100%;
  }
  nav {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 13.5vw;
    right: 2%;
    background: #a76413;
    padding: .2vw 0 1vw;
    cursor: pointer;
    z-index: 99999;
    width: 10.7vw;
  }
  #toggle ul {
    margin: 0;
    padding: 0 0 3.5vw;
  }
  #toggle ul li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
  }
  .sb-slidebar {
    display: block;
    background: #fff !important;
    width: 40% !important;
    text-align: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sb-slidebar::-webkit-scrollbar {
    display: none;
  }
  .css-bar {
    display: inline-block;
    position: relative;
    margin: 0 1vw;
    padding: 0;
    background: #fff;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 9vw;
    height: .5vw;
  }
  .css-bar:before, .css-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
  }
  .css-bar:before {
    margin-top: -2vw;
  }
  .css-bar:after {
    margin-top: 1.5vw;
  }
  html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
  }
  .sb-toggle-left:after {
    display: block;
    content: "MENU";
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    font-size: 2.5vw;
    color: #fff;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
  }
  .menu {
    margin: 3vw 0;
    width: 100%;
    display: block;
  }
  .menu li {
    margin: 0;
    width: 100%;
  }
  .menu li a {
    padding: 5vw 0 5vw 11vw;
    font-size: 4vw;
    background: no-repeat 2vw 3vw;
    background-size: 7vw 7vw;
    background-image: url("../image/navic0.png");
  }
  address {
    font-size: 3vw;
    margin: 3vw;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  address img {
    width: 20vw;
  }
  footer {
    font-size: 3vw;
    padding: 2vw 1vw;
  }
  main.top {
    width: 100%;
  }
  #mainvisual {
    align-items: flex-start;
  }
  ul#slider {
    width: 100%;
    height: 46.9vw;
  }
  #about {
    margin: 2vw auto;
    display: block;
  }
  #about p {
    margin: 1vw;
  }
  #about > img {
    width: 45vw;
    margin: 1vw;
    float: right;
  }
  #topics {
    margin: 5vw auto;
  }
  #topics h2 {
    margin: 0 auto 2vw;
    padding: 0 1vw .5vw;
    font-size: 6vw;
    position: relative;
  }
  #topics h2 span {
    padding: 0 3vw;
    font-size: 2vw;
    margin: 0;
    position: absolute;
    top: 4vw;
    left: 22vw;
  }
  #topics ul {
    width: 98%;
    margin: 2vw auto;
    height: 60vw;
    padding: 0 1vw;
  }
  #topics ul li {
    padding: 2vw 0;
  }
  main.contents {
    width: 100%;
    min-height: 150vw;
    padding: 0 0 4vw;
  }
  main.contents h1 {
    margin: 0 0 5vw;
    padding: 5vw 3vw;
    font-size: 5vw;
    border-top: .5vw solid #a76413;
    border-bottom: .5vw solid #a76413;
  }
  main.contents h2 {
    width: 98%;
    font-size: 4.5vw;
    margin: 5vw auto 3vw;
    padding: 2vw 3vw;
  }
  main.contents h3 {
    width: 98%;
    margin: 5vw 1% 3vw;
    padding: 1vw 0 1vw 4vw;
    font-size: 4vw;
    border-bottom: .1vw solid #9a9a9a;
  }
  main.contents h3::before {
    top: 2.5vw;
    width: 3vw;
    height: 1vw;
  }
  main.contents h4 {
    width: 94%;
    margin: 4vw 3% 3vw;
    font-size: 3.8vw;
  }
  main.contents p {
    margin: 2vw 3%;
  }
  main.contents ul {
    margin: 3vw 2% 3vw 3%;
  }
  main.contents ul li {
    padding: 1vw 0 1vw 6vw;
    margin: 0;
  }
  main.contents ul li::before {
    top: 4vw;
    left: 1vw;
    width: 3vw;
    height: .8vw;
  }
  main.contents li p {
    margin: 3vw 0;
  }
  main.contents ul ul, main.contents ol ul {
    margin: 0 0 1vw;
  }
  main.contents ul ul li, main.contents ol ul li {
    margin: 0 0 0 6vw;
  }
  main.contents ul ol {
    margin: 0 0 0 2vw;
  }
  main.contents ol {
    margin: 3vw 2% 3vw 9.5%;
  }
  main.contents ol li {
    padding: .3vw 0;
  }
  main.contents ol ol {
    margin: 0 0 0 2vw;
  }
  table {
    width: 95%;
    margin: 3vw auto;
  }
  table th {
    padding: 1vw 2vw;
  }
  table td {
    padding: 1vw 2vw;
  }
  figure {
    width: 90%;
    margin: 6vw auto;
  }
  figure.fl, figure.fr, figure.center {
    float: none;
    width: 90%;
    margin: 2vw auto;
    text-align: center;
  }
  figure img, video {
    width: 100%;
    margin: 0 auto 1vw;
  }
  figcaption {
    padding: 0 2%;
  }
  hr {
    margin: 4vw;
  }
  a[target="_blank"] {
    padding-right: 4vw;
    background-size: 3.5vw 3.4vw;
  }
  a[href$=".pdf"] {
    padding-right: 4vw !important;
    background-size: 3.5vw 3.5vw !important;
  }
  a[href$=".doc"], a[href$=".docx"] {
    padding-right: 4vw !important;
    background-size: 3.5vw 3.3vw !important;
  }
  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb01sp {
    margin-bottom: 1vw !important;
  }
  .mb02sp {
    margin-bottom: 2vw !important;
  }
  .mb03sp {
    margin-bottom: 3vw !important;
  }
  .mb04sp {
    margin-bottom: 4vw !important;
  }
  .mb05sp {
    margin-bottom: 5vw !important;
  }
  .mb06sp {
    margin-bottom: 6vw !important;
  }
  .mb07sp {
    margin-bottom: 7vw !important;
  }
  .mb08sp {
    margin-bottom: 8vw !important;
  }
  .mb09sp {
    margin-bottom: 9vw !important;
  }
  .mb10sp {
    margin-bottom: 10vw !important;
  }
  .mt0sp {
    margin-top: 0 !important;
  }
  .mt01sp {
    margin-top: 1vw !important;
  }
  .mt02p {
    margin-top: 2vw !important;
  }
  .mt03sp {
    margin-top: 3vw !important;
  }
  .mt04sp {
    margin-top: 4vw !important;
  }
  .mt05sp {
    margin-top: 5vw !important;
  }
  .mt06sp {
    margin-top: 6vw !important;
  }
  .mt07sp {
    margin-top: 7vw !important;
  }
  .mt08sp {
    margin-top: 8vw !important;
  }
  .mt09sp {
    margin-top: 9vw !important;
  }
  .mt10sp {
    margin-top: 10vw !important;
  }
  .w05sp {
    width: 05% !important;
  }
  .w10sp {
    width: 10% !important;
  }
  .w15sp {
    width: 15% !important;
  }
  .w20sp {
    width: 20% !important;
  }
  .w25sp {
    width: 25% !important;
  }
  .w30sp {
    width: 30% !important;
  }
  .w35sp {
    width: 35% !important;
  }
  .w40sp {
    width: 40% !important;
  }
  .w45sp {
    width: 45% !important;
  }
  .w50sp {
    width: 50% !important;
  }
  .w55sp {
    width: 55% !important;
  }
  .w60sp {
    width: 60% !important;
  }
  .w65sp {
    width: 65% !important;
  }
  .w70sp {
    width: 70% !important;
  }
  .w75sp {
    width: 75% !important;
  }
  .w80sp {
    width: 80% !important;
  }
  .w85sp {
    width: 85% !important;
  }
  .w90sp {
    width: 90% !important;
  }
  .w95sp {
    width: 95% !important;
  }
  .w100sp {
    width: 100% !important;
  }
  #page-top {
    bottom: 5vw;
    right: 3vw;
  }
  .xscroll {
    width: 100%;
    overflow-x: auto;
  }
  .xscroll table {
    width: 900px;
    margin: 2vw 2%;
  }
  blockquote {
    margin: 2vw 0 2vw 3vw;
  }
  /*album*/
  .album {
    margin: 4vw auto;
  }
  .album > a {
    width: 48%;
    margin: 2vw 1%;
  }
  .album > a img {
    max-height: 32vw;
  }
  /*map*/
  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 4vw auto;
    width: 98%;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}