@charset "UTF-8";
a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
a i {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
a span {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.slick-slide {
  outline: none;
}

.surveyForm button,
.surveyForm option,
.surveyForm select,
.surveyForm textarea,
.surveyForm input[type=button],
.surveyForm input[type=submit],
.surveyForm input[type=number],
.surveyForm input[type=email],
.surveyForm input[type=tel],
.surveyForm input[type=text],
.surveyForm input[type=select],
.surveyForm input[type=option],
.surveyForm input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}
.surveyForm input[type=radio],
.surveyForm input[type=checkbox] {
  display: none;
}
.surveyForm select {
  text-indent: 0.01px;
  text-overflow: "";
}
.surveyForm select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 576px) {
  html {
    font-size: 12px;
  }
}
html nav {
  font-size: 1.3rem;
}
html #kurashi-nav {
  font-size: 1.3rem;
}
html table {
  font-size: 1.4rem;
}
html dl, html ol, html ul {
  font-size: 1.6rem;
}
html address {
  font-size: 1.6rem;
  margin-left: 30px;
}
html .adobeReader {
  font-size: 1.4rem;
}
html .adobeReader p {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

header {
  padding-bottom: 10px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9) url(../images/bg-headerbottom.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

#main {
  display: none;
}

nav.container {
  margin-top: 10px;
}
@media print {
  nav {
    display: none;
  }
}

#blockskip {
  display: none;
}

#panList {
  margin-bottom: 20px;
}
#panList ol {
  padding-left: 0;
}
@media (max-width: 576px) {
  #panList {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  #contets {
    margin-top: 70px;
  }
}

.post div {
  font-size: 1.4rem;
}
.post div.emg {
  background-color: #cc0000;
  color: #fff;
  padding: 15px;
}
.post div.emg a {
  color: yellow;
}
.post div.emg h3 {
  color: #fff;
}
.post div.emg p {
  color: #fff;
}
.post div.emg p.no-b-margin {
  margin-bottom: 0;
}
.post div.emg ul {
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 20px;
}
.post div.emg ul li {
  padding-left: 15px;
}
.post .date {
  display: flex;
  justify-content: flex-end;
}
.post .date:has(.updatedAt) .publishedAt {
  display: none;
}
.post .date p {
  margin-left: 0;
}
.post table {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .post table {
    width: 100% !important;
    max-width: 690px;
  }
}
@media (max-width: 992px) {
  .post table {
    border: none !important;
    width: 690px !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .post table {
    border: none !important;
    width: 510px !important;
    display: block;
    margin: 0 !important;
    margin: 0 auto !important;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 576px) {
  .post table {
    border: none !important;
    width: 360px !important;
    display: block;
    margin: 0 !important;
    margin: 0 auto !important;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.post .calendarEvents table th, .post .calendarEvents table td {
  min-width: 100px;
}
@media (max-width: 576px) {
  .post tbody, .post thead {
    width: 100%;
  }
}
.post caption {
  caption-side: top;
  width: 100%;
  text-align: center;
}
.post .temp2 caption {
  width: auto;
}
.post ul, .post ol {
  margin-left: 0;
}
.post #snsbtn {
  display: flex;
  justify-content: flex-end;
}
.post #snsbtn .pieceBody {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.post #snsbtn .fb_iframe_widget {
  display: block;
  vertical-align: top;
}
.post #snsbtn .fb_iframe_widget span {
  vertical-align: baseline !important;
}
.post #snsbtn div {
  text-align: right;
}
.post article .date p {
  font-size: 1.4rem;
  padding-right: 15px;
  margin-bottom: 20px;
}
.post .maps .map {
  width: 95% !important;
  margin: 0 auto;
}
.post .bana {
  display: none;
}
@media (max-width: 576px) {
  .post .bana {
    display: block;
  }
  .post .bana img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .post .bana {
    display: block;
  }
}
@media (max-width: 576px) {
  .post {
    margin-bottom: 60px;
  }
}
.post .pagination {
  text-align: center;
  display: block;
}
.post .pagination span {
  margin: 0 5px;
}
.post .pagination em.current {
  font-style: normal;
  padding: 0px 6px;
}

aside img {
  width: 100%;
  height: auto;
}
aside img.external {
  display: none;
}
aside #sceneTop h2 {
  background-image: url(../images/bg-h3.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
aside #sceneTop h2:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b7713;
  margin-right: 5px;
}
aside #sceneTop .level1 {
  padding-left: 15px;
}
aside #sceneTop .level1 h3 {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
aside #sceneTop .level1 h3:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
aside #sceneTop .level1 .level2 {
  border-top: solid 1px #eee;
  padding-left: 25px;
  display: none;
}
aside #sceneTop .level1 .level2 li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
aside #sceneTop .level1 .level2 li:last-child {
  border-bottom: none;
}
aside #sceneTop .level1 .level2 li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 4px;
}
aside #sceneTop .level1 .level2 .level3 {
  padding-left: 15px;
  display: none;
}
aside #sceneTop .level1 .level2 .level3 li {
  font-size: 1.4rem;
  padding: 5px;
}
aside #sceneTop .level1 .level2 .level3 li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
aside .gsearch {
  margin-bottom: 30px;
}
aside .gsearch h2 {
  font-size: 1.8rem;
  color: #3b7713;
  margin-bottom: 5px;
}
aside .gsearch h2:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b7713;
  margin-right: 5px;
}
aside .gsearch #cse-search-box {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
}
aside .gsearch #gform {
  border: 1px solid #d2d0d0;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  outline: 0;
}
aside .gsearch input::-webkit-input-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch input::-moz-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch input:-ms-input-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch input::-ms-input-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch input::placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch ::-webkit-input-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch ::-moz-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch :-ms-input-placeholder {
  color: #383838;
  opacity: 1;
}
aside .gsearch #gbtn {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #d7e392;
  color: #4b7d0b;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 0 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
aside .gsearch #gbtn:hover {
  color: #888;
}
aside .example {
  font-size: 1.4rem;
}
aside .example i {
  color: #113F77;
  padding-right: 5px;
}
aside .kanren h2 {
  font-size: 1.8rem;
  color: #3b7713;
  margin-bottom: 15px;
}
aside .kanren h2:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b7713;
  margin-right: 10px;
}
aside .kanren ul li {
  list-style: none;
  border-bottom: 1px solid #e0e9a6;
  padding-bottom: 10px;
}
aside .kanren ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b7713;
  margin-right: 10px;
  position: absolute;
}
aside .kanren ul li a {
  display: block;
  margin-left: 30px;
}

#topics {
  margin-top: 30px;
}

.inquiry {
  margin-bottom: 30px;
}
.inquiry h2 {
  background-image: url(../images/bg-h2g.gif) !important;
  border-left: 10px solid #d6efcc !important;
}
.inquiry div {
  font-size: 1.6rem;
  margin-bottom: 0;
}

article .post h1, article .post h2, article .post h3, article .post h4, article .post h5, article .post h6 {
  color: #383838;
}
article .post h1 {
  background-image: url(../images/bg-h1.gif);
  border-bottom: 10px solid #e0e9a6;
  font-size: 2.6rem;
  padding: 20px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 700;
  text-shadow: 2px 2px 3px #fff;
}
article .post h2 {
  background-image: url(../images/bg-h2.gif);
  border-left: 10px solid #f9d1e1;
  border-bottom-left-radius: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 18px;
  width: 100%;
}
article .post h2.g {
  background-image: url(../images/bg-h2g.gif);
  border-left: 10px solid #d6efcc;
}
article .post h2.g.solid {
  border-radius: unset;
}
article .post h2.b {
  background-image: url(../images/bg-h2b.gif);
  border-left: 10px solid #b9e1f1;
}
article .post h2.b.solid {
  border-radius: unset;
}
article .post h2.r {
  background-image: url(../images/bg-h2r.gif);
  border-left: 10px solid #f9aaaa;
}
article .post h2.r.solid {
  border-radius: unset;
}
article .post h3 {
  background-image: url(../images/bg-h3.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 15px;
  margin-left: 12px;
}
article .post h4 {
  background-image: url(../images/bg-h4.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  border-bottom: 1px solid #d3dd94;
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 15px;
  margin-left: 12px;
}
article .post h5 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 0;
  margin-left: 10px;
}
article .post h5:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #b6c364;
  margin-right: 5px;
}
article .post h6 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px 15px;
  margin-left: 12px;
  margin-bottom: 5px;
}
article .post p {
  font-size: 1.6rem;
  color: #252525;
  margin-left: 30px;
  margin-bottom: 30px;
}
body {
  border-top: 3px solid #d7e392;
}

@media (max-width: 576px) {
  header {
    position: fixed !important;
    top: 0;
    left: 0;
  }
}

nav {
  margin-bottom: 20px;
}
nav a span {
  display: block;
  color: #231815;
}

.pieceBody .level2 {
  display: flex;
  flex-wrap: wrap;
}
.pieceBody .level2 section {
  width: 50%;
}
@media (max-width: 992px) {
  .pieceBody .level2 section {
    width: 100%;
  }
}
.pieceBody .level2 section.category {
  margin-bottom: 15px;
  border-radius: 5px;
}
.pieceBody .level2 section h3 {
  padding: 15px 0;
}
.pieceBody .level2 section h3:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
.pieceBody .level2 section .level3 {
  padding-top: 10px;
}
.pieceBody .level2 section .level3 li {
  margin-bottom: 10px;
}
.pieceBody .level2 section .level3 li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
.pieceBody .level2 section .level3 .level4 {
  padding-top: 10px;
  padding-left: 20px;
}
.pieceBody .level2 section .level3 .level4 li {
  margin-bottom: 5px;
}
.pieceBody .level2 section .level3 .level4 li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
.pieceBody .level2 section.download .level3 {
  display: none;
}

#benriNyusatsu .pieceBody .level3 {
  display: flex;
  flex-wrap: wrap;
}
#benriNyusatsu .pieceBody .level3 section {
  width: 50%;
}
#benriNyusatsu .pieceBody .level3 section.category {
  margin-bottom: 15px;
  border-radius: 5px;
}
#benriNyusatsu .pieceBody .level3 section h3 {
  padding: 15px 0;
}
#benriNyusatsu .pieceBody .level3 section h3:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
#benriNyusatsu .pieceBody .level3 section .level4 {
  padding-top: 10px;
}
#benriNyusatsu .pieceBody .level3 section .level4 li {
  margin-bottom: 10px;
}
#benriNyusatsu .pieceBody .level3 section .level4 li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}
#benriNyusatsu .pieceBody .level3 section .level4 .level5 {
  padding-top: 10px;
  padding-left: 20px;
}
#benriNyusatsu .pieceBody .level3 section .level4 .level5 li {
  margin-bottom: 5px;
}
#benriNyusatsu .pieceBody .level3 section .level4 .level5 li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}

footer {
  padding-top: 30px;
  margin-top: 30px;
  font-size: 1.5rem;
  background-image: url(../images/bg-footer.gif);
}
@media (max-width: 576px) {
  footer {
    font-size: 1.2rem;
  }
}
footer .cityinfo {
  background-image: url(../images/bg-foot.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 992px) {
  footer .cityinfo .btns {
    width: 100%;
    display: block;
    margin: 0 20px;
  }
}
footer .cityinfo .abtn {
  display: block;
  width: 100%;
  padding: 4px 0;
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  footer .cityinfo .abtn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .cityinfo .data {
  padding-bottom: 40px;
  text-align: right;
}
footer .cityinfo .data dl {
  font-size: 1.6rem;
}
footer .cityinfo .data dl caption {
  display: none;
}
footer .cityinfo .data dl dt {
  font-weight: normal;
}
footer .cityinfo .data dl dd {
  text-align: left;
}
footer .cityinfo .data span {
  font-size: 1.4rem;
}
footer .cityinfo img {
  max-width: initial;
}
footer span.hojinnumber {
  font-size: 1.4rem;
  padding-left: 15px;
  margin-bottom: 5px;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 576px) {
  footer span.hojinnumber {
    font-size: 1rem;
    padding-top: 10px;
    padding-left: 0;
  }
}
footer h2 {
  font-size: 1.6rem;
  border-left: 5px solid #569e35;
  padding: 3px 5px;
  margin-left: 65px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 992px) {
  footer h2 {
    margin-left: 0;
  }
}
footer p {
  padding-top: 10px;
  margin-left: 65px;
}
@media (max-width: 576px) {
  footer p {
    margin-left: 0;
  }
}
footer p.open {
  margin-top: 0;
  margin-left: 73px;
}
@media (max-width: 992px) {
  footer p.open {
    margin-left: 0;
  }
}

#copyright {
  background-image: none;
  background-color: #d7e392;
  color: #fff;
  margin-top: 0;
  padding: 15px;
}
#copyright .footnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 30px;
}
@media (max-width: 576px) {
  #copyright .footnav {
    text-align: center;
  }
}
#copyright .footnav a {
  color: #0066ff;
  text-decoration: underline;
  white-space: nowrap;
  margin-right: 20px;
}
#copyright .footnav a i {
  margin-right: 5px;
  color: #a1d169;
}
#copyright .footnav a:hover {
  color: #fff;
  background-color: #0066ff;
}
#copyright .footnav a:last-child {
  margin-right: 0;
}
#copyright .copy {
  padding-top: 5px;
}
#copyright .copy p {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  #copyright .copy p {
    font-size: 1.4rem;
    text-align: center;
  }
}

#cmsPreviewMark {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 3px;
  margin: auto;
  font-size: 1.4rem;
}

a img[src$=".gif"]:hover, a img[src$=".gif"]:focus,
a img[src$=".png"]:hover, a img[src$=".png"]:focus,
a img[src$=".jpg"]:hover, a img[src$=".jpg"]:focus {
  opacity: 0.8;
  filter: alpha(style=0, opacity=80);
}

a.hbtn {
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  color: #231815;
  text-decoration: none;
}
a.hbtn:hover {
  background-color: #d7e392;
}
a.dd:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0b688b;
  margin-right: 5px;
}
a.dd:hover:before {
  color: #569e35;
}
a.abtn {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #569e35;
  color: #231815;
}

h1 a.hbtn {
  font-size: 1.2rem;
  margin-left: 2rem !important;
  margin-top: 10px;
}

header #vsupport {
  font-size: 1.4rem;
  padding: 5px;
  padding-top: 10px;
}
header #vsupport .txtsize, header #vsupport .bgcolor, header #vsupport .voice {
  margin-left: 10px;
  display: inline-block;
}
header #vsupport .txtsize .btn-toolbar, header #vsupport .bgcolor .btn-toolbar, header #vsupport .voice .btn-toolbar {
  display: inline-flex;
}
header #vsupport .txtsize .btn-group, header #vsupport .bgcolor .btn-group, header #vsupport .voice .btn-group {
  vertical-align: inherit;
  padding-left: 5px;
  margin-right: 5px;
}
header #vsupport .txtsize .btn-group a, header #vsupport .bgcolor .btn-group a, header #vsupport .voice .btn-group a {
  font-size: 1.4rem;
  border-color: #bcbcbc;
  color: #231815;
  background-color: #fff;
}
header #vsupport .txtsize .btn-group a.black, header #vsupport .bgcolor .btn-group a.black, header #vsupport .voice .btn-group a.black {
  background-color: #2b2b2b;
  color: #fff;
}
header #vsupport .txtsize .btn-group a.blue, header #vsupport .bgcolor .btn-group a.blue, header #vsupport .voice .btn-group a.blue {
  background-color: #0b688b;
  color: #fff;
}
header #vsupport .txtsize .btn-group a.white, header #vsupport .bgcolor .btn-group a.white, header #vsupport .voice .btn-group a.white {
  background-color: #fff;
}
header #vsupport .txtsize .btn-group a.txtl, header #vsupport .bgcolor .btn-group a.txtl, header #vsupport .voice .btn-group a.txtl {
  font-size: 1.5rem;
  background-color: #0b688b;
  color: #fff;
}
header #vsupport .txtsize .btn-group a:hover, header #vsupport .bgcolor .btn-group a:hover, header #vsupport .voice .btn-group a:hover {
  background-color: #d7e392;
  color: #231815;
}
header #vsupport i {
  padding-right: 6px;
  color: #0b688b;
}
header #flang {
  font-size: 1.4rem;
  padding: 5px;
}
header #flang i {
  padding-right: 6px;
  color: #0b688b;
}
header #flang .bg {
  background-color: #f1f6f6;
  display: inline-block;
  margin-left: 5px;
  padding: 5px 15px;
  border-radius: 3px;
}
header #flang .bg a {
  text-decoration: none;
}
header #flang .bg a:hover {
  background-color: #f5f3dc;
}
header #flang .bg a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0b688b;
  margin-right: 5px;
}

#topics {
  margin-bottom: 30px;
}
#topics .gsearch #cse-search-box {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
}
#topics .gsearch #gform {
  border: 1px solid #d2d0d0;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  outline: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#topics .gsearch input::-webkit-input-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch input::-moz-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch input:-ms-input-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch input::-ms-input-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch input::placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch ::-webkit-input-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch ::-moz-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch :-ms-input-placeholder {
  color: #383838;
  opacity: 1;
}
#topics .gsearch #gbtn {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #d7e392;
  color: #345407;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 0 25px;
}
#topics .gsearch #gbtn:hover {
  color: #888;
}
#topics .chword dl {
  display: flex;
  margin-top: 15px;
}
#topics .chword dl dt {
  padding-right: 10px;
  white-space: nowrap;
}
#topics .chword dl dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
}
#topics .chword dl dd a {
  display: inline-block;
  white-space: nowrap;
}
#topics .btn-corona {
  background-image: url(../images/btn-corona.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2rem;
  padding: 10px 45px;
}

/* accessibility-tool
----------------------------------------------- */
#accessibilityTool {
  background-color: #eee;
  font-size: 90%;
}

#accessibilityTool .pieceBody {
  max-width: 1200px;
  min-height: 38px;
  margin: 0 auto;
  padding: 5px 10px 4px;
}

#accessibilityTool .tools {
  float: right;
}

#accessibilityTool ul {
  display: inline-block;
}

#accessibilityTool li {
  display: inline-block;
  position: relative;
  margin: 0 16px 0 0;
  vertical-align: middle;
}

#accessibilityTool .tools > ul > li::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -10px;
  width: 1px;
  height: 1rem;
  border-right: 1px solid #b3b3b3;
}

#accessibilityTool li li {
  margin: 0;
  padding: 0;
}

#accessibilityTool a {
  color: #333;
}

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

#accessibilityTool a#nocssread {
  display: inline-block;
  padding: 2px 0 0 14px;
  background: url("../images/ic-honbun.png") no-repeat 0 center;
}

#accessibilityTool li li a {
  background-color: #fdfdfd;
  border: 1px solid #c4c5c5;
  display: inline-block;
  line-height: 1;
  padding: 4px 2px 2px;
  text-decoration: none;
}

#accessibilityTool .fontSize a:focus,
#accessibilityTool .fontSize a:hover {
  background-color: #edf6fb;
}

#accessibilityTool .themeColor #themeBlack {
  background-color: #000;
  color: #fff;
}

#accessibilityTool .themeColor #themeBlue {
  background-color: #1745cc;
  color: #fff;
}

#furiganaAttention {
  background-color: #ececec;
  font-size: 120%;
  padding-left: 15px;
  padding-top: 5px;
  text-align: center;
}

.rubyOn #furiganaAttention {
  display: block;
}

#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
  position: relative;
  width: 100%;
}

#navigationTalkCreatingFileNotice {
  font-size: 1.4rem;
}

#navigationNotice {
  padding: 6px 10px;
  background-color: #ddd;
  font-weight: bold;
}

#google_translate_element {
  display: inline-block;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 900px) {
  #accessibilityTool {
    display: none;
  }
}
blockquote {
  margin: 10px 20px 10px 20px;
}

img {
  max-width: 100%;
  height: auto !important;
  border-style: none;
  vertical-align: bottom;
}

img.external {
  margin-left: 0.25em;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}

ul {
  list-style-type: none;
  list-style-position: outside;
}

li {
  list-style-position: outside;
}

rp, rt {
  font-size: 80%;
  text-decoration: none;
}

/*--------------------
pankuzu-list
--------------------*/
#breadCrumbs {
  width: 760px;
  font-size: 90%;
  text-align: left;
  margin-bottom: 10px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

#breadCrumbs p {
  margin: 0;
}

#panList ol,
#panList li {
  margin: 0;
  list-style: none;
  font-size: 1.4rem;
}

#panList li {
  display: inline-block;
}

#panList li:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
}

/*----------------------------------------
STYLE
----------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  float: none;
}

/* -----------------------------------
list-point
----------------------------------- */
#simple_tab_panels div ul {
  margin-top: 10px;
  margin-left: 15px;
}

#simple_tab_panels div ul li {
  list-style: none;
  background-image: url(/_themes/share/image/point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
  padding-left: 15px;
  margin-bottom: 10px;
}

.docs {
  padding-top: 20px;
  margin-left: 25px;
}

.docs li {
  list-style: none;
  background-image: url(/_themes/share/image/point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
  padding-left: 15px;
  margin-bottom: 10px;
}

.point-gr {
  margin-top: 10px;
  margin-left: 10px;
}

.point-gr li {
  list-style: none;
  background-image: url(/_themes/share/image/point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
  padding-left: 15px;
  margin-bottom: 10px;
}

.point-br {
  margin-top: 10px;
  margin-left: 25px;
}

.point-br li {
  list-style: none;
  background-image: url(/_themes/share/image/point-br.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
  padding-left: 15px;
  margin-bottom: 10px;
}

.point-list a {
  background-image: url(/_themes/share/image/point-list01.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
  padding-left: 15px;
}

.docs {
  padding-top: 20px;
  margin-left: 25px;
}

.docs li {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
}

.contentGpCategory .docs {
  padding-top: 0;
  margin-left: 0;
}

#news .docs li {
  background-image: url(/_themes/share/image/point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
}

#chumoku .docs li {
  background-image: url(/_themes/share/image/point-org.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
}

.contentGpCategory .docs li {
  background-image: url(/_themes/share/image//point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.8ex;
}

.point-news {
  padding-top: 20px;
  margin-left: 25px;
}

.point-news li {
  list-style: none;
  background-image: url(/_themes/share/image/point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% center;
  padding-left: 15px;
  margin-bottom: 10px;
}

.point-gr {
  margin-top: 10px;
  margin-left: 10px;
}

#content .point-gr {
  margin-left: 25px;
}

.point-gr li {
  list-style: none;
  background-image: url(/_themes/share/image/point-gr.gif);
  background-repeat: no-repeat;
  background-position: 0% 0.7ex;
  padding-left: 15px;
  margin-bottom: 10px;
}

.point-br {
  margin-top: 10px;
  margin-left: 10px;
}

#content .point-br {
  margin-left: 25px;
}

.point-br li {
  list-style: none;
  background-image: url(/_themes/share/image/point-br.gif);
  background-repeat: no-repeat;
  background-position: 0% center;
  padding-left: 15px;
  margin-bottom: 10px;
}

.point-list a {
  background-image: url(/_themes/share/image/point-list01.gif);
  background-repeat: no-repeat;
  background-position: 0% center;
  padding-left: 15px;
}

#chumoku .point-list a {
  background-image: url(/_themes/share/image/point-list02.gif);
}

.point-index {
  margin-top: 10px;
  margin-left: 10px !important;
}

.point-index li {
  list-style: none;
  background-image: url(/_themes/share/image/point-li.gif);
  background-repeat: no-repeat;
  background-position: 0% 3px;
  padding-left: 25px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 140%;
}

.point-index li ul {
  margin-top: 10px !important;
  margin-left: 10px !important;
}

.point-index li ul li {
  font-size: 80%;
  padding-left: 15px;
  margin-bottom: 5px;
  background-image: url(/_themes/share/image/point-gr.gif);
  background-position: 0% 6px;
}

.adobeReader {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}

.adobeReader p {
  margin: 0 0 10px 0;
}

/*--------------------
table
--------------------*/
table.table-a {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  margin: 0 15px 1em;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

table.table-a th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 5px;
  color: #333;
  background-color: #e6e6e6;
  line-height: 120%;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

table.table-a td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 5px;
  line-height: 120%;
  background-color: #FFFFFF;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

table p {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 1.4rem;
}

/* -----------------------------------
align
----------------------------------- */
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

/* -----------------------------------
date
----------------------------------- */
.date {
  text-align: right;
}

#gyoCalKameyama .date, #gyoCalSeki .date {
  text-align: center;
}

#snsbtn .pieceBody {
  display: flex;
}

/*--------------------
old contents
--------------------*/
caption.old {
  display: none;
}

th p {
  margin: 0;
}

td p {
  margin: 0;
}

/*--------------------
cate
--------------------*/
.categoryType {
  margin-left: 30px;
}

.categoryType h2 {
  border: none !important;
  font-weight: normal;
  padding-left: 0 !important;
}

.categoryType h2 a {
  padding-left: 15px;
}
.categoryType h2 a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #edb6cc;
  margin-right: 10px;
}

/*--------------------
books
--------------------*/
ul.gallery {
  width: 760px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.gallery li {
  width: 178px;
  display: block;
  margin-left: 8px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}

ul.gallery li span {
  margin-top: 8px;
  display: block;
}

/* -----------------------------------
ul-btn
----------------------------------- */
.ul-btn {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

.ul-btn li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.ul-btn li a {
  padding: 5px 10px;
  margin-right: 10px;
  display: block;
  background-color: #E1F5CE;
  margin-bottom: 10px;
  text-decoration: none;
  color: #0D4A06;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
  behavior: url(../js/PIE.htc);
}

.ul-btn li a:hover {
  color: #FFFFFF;
  background-image: none;
  background-color: #2D5108;
}

.ul-btn:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* -----------------------------------
old style
----------------------------------- */
div.center {
  text-align: center !important;
}

.table_div_center {
  text-align: center;
}

.table_div_center table {
  margin-left: auto !important;
  margin-right: auto !important;
  border: none;
}

.table_div_center table th, .table_div_center table td {
  border: none;
}

table.plain {
  border: none !important;
}

table.plain td, table.plain th {
  border: none;
}

/* -----------------------------------
table
----------------------------------- */
table.table-a {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  margin: 0 15px 1em;
}

table.table-a th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 5px;
  line-height: 120%;
  font-weight: normal;
  text-align: center;
}

table.table-a td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 5px;
  line-height: 120%;
}

table.table-a tr td table.none-border {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  margin-top: 1em;
  margin-right: 15px;
  margin-bottom: 1em;
  margin-left: 15px;
}

table.table-a tr td table.none-border tr td {
  padding: 0px;
  line-height: 120%;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

table.table-b {
  margin: 0 15px 1em;
  line-height: 1.4;
}

table.table-b th {
  border-bottom: 3px solid;
  padding: 4px 0.5em;
}

table.table-b td {
  border-bottom: 1px solid;
  padding: 4px 0.5em;
}

table.table-c {
  margin: 0 15px 1em;
  line-height: 1.4;
}

table.table-c th {
  padding: 4px 1em 4px 0px;
}

table.table-c td {
  padding: 4px 1em 4px 0px;
}

table.table-date {
  padding: 0px;
  line-height: 1.2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 5px;
}

table.table-date th {
  text-align: left;
  vertical-align: top;
  padding-left: 0px;
  font-weight: normal;
  white-space: nowrap;
}

table.table-date td {
  padding-bottom: 5px;
}

table.table-qa {
  margin-bottom: 1em;
  margin-left: 15px;
  width: 95%;
}

table.table-qa th {
  padding-bottom: 2px;
  border-bottom: 1px dashed;
  text-align: left;
  line-height: 1.3;
}

table.table-qa th span.q {
  padding-right: 7px;
}

table.table-qa td span.a {
  font-weight: bold;
  padding-right: 7px;
}

table.table-qa td {
  padding: 4px 0px;
  line-height: 1.4;
}

table.table-grid {
  font-size: 80%;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  margin: 0;
  margin-left: 15px;
  margin-bottom: 1em;
}

table.table-grid th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 1px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

table.table-grid td {
  text-align: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 1px;
  line-height: 1;
  height: 60px;
}

table.table-grid tr td table.none-border {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  margin-top: 1em;
  margin-right: 15px;
  margin-bottom: 1em;
  margin-left: 15px;
}

table.table-grid tr td table.none-border tr td {
  padding: 0px;
  line-height: 120%;
  margin: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

/* -----------------------------------
box
----------------------------------- */
div.box-point {
  border: 1px solid;
  padding: 10px 5px;
  margin: 0 15px 1em;
}

div.box-point p {
  margin-bottom: 0px;
}

div.box-point ul {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

div.box-point ol {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

div.box-important {
  padding: 10px 5px;
  margin: 0 15px 1em;
}

div.box-important p {
  margin-bottom: 0px;
}

div.box-important ul {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

div.box-important ol {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

div.box-two-rows {
  padding: 0px;
  margin: 5px 15px 1em;
}

div.box-two-rows div.box-l {
  float: left;
  margin: 0em;
  padding: 0px;
  text-align: left;
  width: 49%;
}

div.box-two-rows div.box-l ul.ul-a {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

div.box-two-rows div.box-l p {
  padding: 0px;
  margin: 0px;
}

div.box-two-rows div.box-r {
  float: right;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 49%;
}

div.box-two-rows div.box-r p {
  padding: 0px;
  margin: 0px;
}

div.box-two-rows div.box-r ul.ul-a {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

div.box-image-r {
  padding: 0px;
  margin: 5px 15px 1em;
}

div.box-image-r p {
  padding: 0px;
  margin: 0px;
}

div.box-image-r div.box-r {
  float: right;
  margin: 0px;
  padding: 0px 0px 0.5em 1em;
  vertical-align: bottom;
}

div.box-image-r div.box-r p {
  padding: 0px;
  margin: 2px 0px 0px 0px;
  text-align: left;
}

div.box-image-l {
  padding: 0px;
  margin: 5px 15px 1em;
}

div.box-image-l p {
  padding: 0px;
  margin: 0px;
}

div.box-image-l div.box-l {
  float: left;
  margin: 0px;
  padding: 0px 1em 0.5em 0px;
  text-align: left;
  vertical-align: bottom;
}

div.box-image-r div.box-r p {
  padding: 0px;
  margin: 2px 0px 0px 0px;
  text-align: left;
}

div.box-pdf {
  padding: 10px;
  margin: 0 10px 1em;
  border: 1px solid;
  line-height: 130%;
}

div.box-pdf .none {
  line-height: 130%;
}

div.box-pdf img {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  border: none;
}

div.box-indent {
  padding: 0px;
  margin-left: 2em;
}

div.align-left {
  text-align: left;
}

div.align-center {
  text-align: center;
}

div.align-right {
  text-align: right;
}

div.box-mail {
  border: 1px solid;
  padding: 10px 5px;
  margin: 0 15px 1em;
}

div.box-point p {
  margin-bottom: 0px;
}

div.box-point ul {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

/* -----------------------------------
kanko
----------------------------------- */
#kanko h2 {
  margin: 0 !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
  border: none;
  background-color: none !important;
}

#kanko h3 {
  margin: 0 !important;
  padding: 0 !important;
  background-color: none !important;
  border: none;
}

#kanko h3 img {
  vertical-align: bottom !important;
}

#kanko p {
  color: #000000;
}

#kanko ul {
  width: 230px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

#kanko ul li {
  float: left;
  margin: 0;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
  padding-left: 15px;
  background-image: url(../image/point-list01.gif);
  background-repeat: no-repeat;
  background-position: 0% 45%;
  list-style: none;
  white-space: nowrap;
}

#kanko .tokai {
  width: 503px;
  height: 248px;
  margin-right: 4px !important;
  background-image: url(../../image/bg-kanko01.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#kanko .tokai h3 .sp {
  display: none;
}

#kanko .tokai p {
  margin-left: 10px;
  width: 230px;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 10px;
}

#kanko .shiseki {
  width: 248px;
  height: 248px;
  background-image: url(../../image/bg-kanko02.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#kanko .shiseki p {
  width: 230px;
  line-height: 1.3;
  padding-top: 70px;
  padding-bottom: 10px;
}

#kanko .shizen {
  width: 248px;
  height: 218px;
  margin-right: 4px !important;
  background-image: url(../../image/bg-kanko03.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#kanko .shizen p {
  margin-bottom: 8px;
  width: 230px;
  line-height: 1.3;
  padding-top: 70px;
}

#kanko .kareki {
  width: 248px;
  height: 218px;
  margin-right: 4px !important;
  background-image: url(../../image/bg-kanko04.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#kanko .kareki p {
  width: 230px;
  line-height: 1.3;
  padding-top: 70px;
  margin-bottom: 8px;
}

#kanko .matsuri {
  width: 248px;
  height: 218px;
  background-image: url(../../image/bg-kanko05.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  margin-bottom: 5px;
}

#kanko .matsuri p {
  width: 230px;
  line-height: 1.3;
  padding-top: 70px;
  margin-bottom: 8px;
}

#kanko .ajiwau {
  width: 248px;
  height: 196px;
  margin-right: 4px !important;
  background-image: url(../../image/bg-kanko06.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#kanko .ajiwau p {
  margin-bottom: 0;
  width: 230px;
  line-height: 1.3;
  padding-top: 70px;
}

#kanko .shiraberu {
  width: 248px;
  height: 196px;
  margin-right: 4px !important;
  background-image: url(../../image/bg-kanko07.jpg);
  margin-bottom: 5px;
  float: left;
  border: 1px solid #d4d4d4;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

#kanko .shiraberu p {
  width: 230px;
  line-height: 1.3;
  padding-top: 70px;
  margin-bottom: 0;
}

#kanko .link {
  float: left;
  width: 250px;
}

#kanko .link a {
  display: block;
  margin-bottom: 5px;
}

/* =========================================================
   calender
========================================================= */
/* event-calender
----------------------------------------------- */
.calendarEvents .pagination {
  margin: 20px 0;
}

/* common
------------------------ */
.calendarEvents table {
  width: 95%;
}

.calendarEvents table th {
  background-color: #e5e5e5;
  text-align: center;
  font-size: 1.4rem;
}

.calendarEvents table th.sun,
.calendarEvents table td.sun {
  color: #EE0000;
}

.calendarEvents table th.sat,
.calendarEvents table td.sat {
  color: #3366FF;
}

.categoryEvent {
  /*background-color: #ff00ff;*/
}

.calendarEvents .category {
  color: #000000;
}

.calendarEvents .category .categoryEvent {
  background-color: #DBF0B3;
  color: #246609;
  border-radius: 5px;
}

.calendarEvents .category .categoryKoza {
  background-color: #ccdddd;
  color: #246609;
  border-radius: 5px;
}

.calendarEvents .category .categoryBunka {
  background-color: #ffffcc;
  color: #246609;
  border-radius: 5px;
}

.calendarEvents .category .categorySports {
  background-color: #ffcc00;
  color: #246609;
  border-radius: 5px;
}

/* ichiran
------------------------ */
.calendarMonthlyEvents th,
.calendarMonthlyEvents td,
.calendarTodayEvents th,
.calendarTodayEvents td {
  padding: 3px;
  border: 1px solid #aaaaaa;
}

.calendarMonthlyEvents th.image,
.calendarTodayEvents th.image {
  width: 140px;
}

.calendarMonthlyEvents th.date,
.calendarTodayEvents th.date {
  width: 50%;
}

.calendarMonthlyEvents table,
.calendarTodayEvents table {
  width: 95%;
}

.calendarMonthlyEvents table th.date,
.calendarTodayEvents table th.date {
  width: 25%;
}

.calendarMonthlyEvents table td,
.calendarTodayEvents table td {
  border-bottom: 1px dotted #aaaaaa;
  vertical-align: middle;
}

.calendarMonthlyEvents table p,
.calendarTodayEvents p {
  margin-bottom: 0;
}

.calendarMonthlyEvents table p.title,
.calendarMonthlyEvents table p.category,
.calendarTodayEvents table p.title,
.calendarTodayEvents table p.category {
  display: inline;
}

.calendarMonthlyEvents table td.image .thumb,
.calendarTodayEvents table td.image .thumb {
  margin-top: 5px;
}

.calendarMonthlyEvents table td.image .thumb:first-child,
.calendarTodayEvents table td.image .thumb:first-child {
  margin-top: 0;
}

.calendarMonthlyEvents table td.image img,
.calendarTodayEvents table td.image img {
  width: 120px;
}

.calendarMonthlyEvents table td.image .noPhoto,
.calendarTodayEvents table td.image .noPhoto {
  width: 120px;
  height: 90px;
  background-color: #cccccc;
}

/* calendar
------------------------ */
.calendarCalendarEvents table th,
.calendarCalendarEvents table td {
  padding: 3px;
  border: 1px solid #aaaaaa;
}

.calendarCalendarEvents table td {
  width: 14%;
  vertical-align: top;
}

.calendarCalendarEvents table td:first-child:before {
  display: block;
  float: left;
  height: 100px;
  content: "";
}

.calendarCalendarEvents table p {
  margin-bottom: 0;
}

.calendarCalendarEvents table td.prevMonth,
.calendarCalendarEvents table td.nextMonth {
  color: #cccccc;
}

.calendarCalendarEvents table ul {
  list-style: none;
  margin: 0;
}

/* event-type-piece
----------------------------------------------- */
#page-calendar-index #eventType .pieceBody li.type01 a,
#page-eventList-index #eventType .pieceBody li.type02 a,
#page-todaysEvent-index #eventType .pieceBody li.type03 a {
  background-color: #cccccc;
}

/* -----------------------------------
link icon
----------------------------------- */
.point-a {
  background-image: url(../image/point-a.gif);
  padding-left: 15px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 0.3ex;
  vertical-align: bottom;
}

.point-next {
  background-image: url(../image/point-a.gif);
  padding-left: 15px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 0.3ex;
  height: 14px;
  vertical-align: bottom;
}

.point-back {
  background-image: url(../image/point-back.gif);
  padding-left: 15px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 0.3ex;
  height: 14px;
  vertical-align: bottom;
}

.point-top {
  background-image: url(../image/point-top.gif);
  padding-left: 15px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: 0 1ex;
  vertical-align: bottom;
}

.feed {
  display: none;
}

#soshikiGaiyo p, #soshikiRenraku p, #soshikiGyomu p {
  margin-left: 15px;
}

.contentOrganization ul, #soshikiGaiyo ul, #soshikiRenraku ul, #soshikiGyomu ul {
  list-style: inherit;
  margin-left: 40px;
}

/* =========================================================
   Common Classes.
========================================================= */
/* blank to clear
----------------------------------------------- */
div.clearBlank {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px;
  border: 1px solid #bbddff;
  background-color: #ddeeff;
}

ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0px;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}

.elementError {
  margin: 3px 0px 0px 0px;
  color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}

div.submitters input, div.submitters a {
  margin: 0px 10px;
}

div.submitters input {
  width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}

table.list th {
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}

table.list td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}

table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0px 0px 0px;
}

table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}

table.form td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}

div.submitters input, div.submitters a {
  margin: 0px 10px;
}

div.submitters input {
  width: 100px;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/default.png);
}

.iconBmp {
  background-image: url(/_common/images/icons/bmp.png);
}

.iconCsv,
.iconTxt {
  background-image: url(/_common/images/icons/default.png);
}

.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.png);
}

.iconGif {
  background-image: url(/_common/images/icons/gif.png);
}

.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.png);
}

.iconJtd {
  background-image: url(/_common/images/icons/jtd.png);
}

.iconLzh {
  background-image: url(/_common/images/icons/lzh.png);
}

.iconPdf {
  background-image: url(/_common/images/icons/pdf.png);
}

.iconPng {
  background-image: url(/_common/images/icons/png.png);
}

.iconPpt,
.iconPptx {
  background-image: url(/_common/images/icons/ppt.png);
}

.iconXls,
.iconXlsx {
  background-image: url(/_common/images/icons/xls.png);
}

.iconZip {
  background-image: url(/_common/images/icons/zip.png);
}

/* Common
----------------------------------------------- */
/* pagination
---------------------- */
.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a {
  padding: 0px 6px;
}

.pagination span.current {
  padding: 0px 3px;
  font-size: 150%;
  font-weight: bold;
}

/* back
---------------------- */
.back {
  margin: 20px 0 30px 0;
  text-align: center;
}

.back a {
  display: block;
  width: 70px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #aaaaaa;
}

/* pagetop
---------------------- */
.pageTop {
  margin: 5px 0px 30px 0px;
  text-align: right;
}

.pageTop a {
  padding: 0px 0px 0px 15px;
  background-image: url(../../images/ic-top.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

/* required
---------------------- */
.required {
  color: #ee0000;
}

/* address
----------------------------------------------- */
.top, .middle {
  margin-bottom: 0px;
}

.department, .section, .tel, .fax {
  margin-right: 5px;
}

/* contentGpArticleDocs
----------------------------------------------- */
/* docs-ichiran
---------------------- */
.contentGpArticleDocs {
  margin-top: 10px;
  position: relative;
}

.contentGpArticleDocs .docs ul {
  margin-bottom: 15px;
}

.contentGpArticleDocs .docs li {
  margin-bottom: 5px;
  /*padding-left: 12px;
  background-image: url(./images/ic-list01.gif);*/
  background-repeat: no-repeat;
  background-position: 0 5px;
}

/* doc
---------------------- */
.contentGpArticleDoc p.publishedAt,
.updatedAt {
  text-align: right;
}

/* midashi
----------------------------------------------- */
.body {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.body h2, .body h3, .body h4, .body h5 {
  margin: 0 0 1em 0;
}

.body h3 {
  border-left-color: #C4E8BB;
  color: #377719;
}

.body h4 {
  color: #8C8225;
  margin-left: 15px;
}

.body h5 {
  padding: 0 0 0 15px;
}

.body ul {
  list-style-type: disc;
}

.body table {
  border: 1px solid #aaaaaa;
  margin: 10px 0px 20px 20px;
}

.body th, .body td {
  padding: 10px 5px;
  border: 1px solid #aaaaaa;
  vertical-align: middle;
}

.body th {
  background-color: #f3f3f3;
  text-align: center;
}

.body table caption {
  font-weight: bold;
}

.body table p {
  margin: 0;
  padding: 0;
}

.body table ul,
.body table ol {
  margin: 0px 0px 0px 20px;
}

.body .warning {
  color: #ee0000;
  font-weight: bold;
}

.body .border {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #cccccc;
}

.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: none;
}

/* img-float
----------------------------------------------- */
.img-right,
.img-left {
  clear: both;
  margin-bottom: 10px;
}

.img-left img {
  float: left;
  margin-right: 40px;
}

.img-right img {
  float: right;
  margin-left: 40px;
}

.img-left .text {
  float: left;
}

.img-right:after,
.img-left:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* CKEditor templates
----------------------------------------------- */
.temp1, temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 30px;
}

.temp1 .thumb {
  float: left;
  margin-right: 30px;
}

.temp2 .thumb {
  float: right;
  margin-left: 30px;
}

.temp3 dl, .temp4 dl {
  float: left;
  margin: 20px 5px 0 0;
}

.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 5px;
  text-align: center;
}

.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}

table.temp5 {
  width: 100%;
}

.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}

.temp7 p {
  margin: 0 0 10px 0;
}

/* clearfix
----------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* sitemap
----------------------------------------------- */
ul.sitemap, ul.sitemap ul {
  list-style: disc;
}

ul.level1 {
  border-bottom: 1px dotted #888;
  list-style: none;
}

ul.sitemap li.level1 {
  padding-top: 8px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  border-top: 1px solid #0E8C20;
}

ul.sitemap li.level1 a {
  padding-left: 5px;
  font-weight: bold;
}

ul.sitemap li.level2 {
  padding: 0;
  border-bottom: 1px dotted #888;
  list-style: square;
  margin: 0;
}

ul.sitemap li.level2 a {
  padding-left: 5px;
  background-image: url(/_themes/image/ic-sitemap.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
}

ul.sitemap li.inquiry {
  margin: 0;
  border-bottom: none;
}

ul.sitemap ul.level2 {
  margin-top: 5px;
  padding: 5px 0px 5px 5px;
  border-top: 1px dotted #888;
}

ul.sitemap ul.level2 ul {
  padding: 0;
  list-style: circle;
  margin: 0;
  margin-left: 20px;
}

ul.sitemap ul.level2 ul li {
  margin: 0;
  padding: 0;
}

.pageTop {
  margin: 0px 0px 20px 0px;
  text-align: right;
}

.pageTop a {
  padding: 0px 0px 0px 15px;
  background-image: url(../base/images/ic-top.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.pageTop {
  margin: 0px 0px 20px 0px;
  text-align: right;
}

.pageTop a {
  padding: 0px 0px 0px 15px;
  background-image: url(../base/images/ic-top.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.text-beginning {
  flex-basis: 100%;
}

/*--------------------
side
--------------------*/
#side {
  font-size: 90%;
  float: left;
  width: 200px;
}

#message, #message1, #message2 {
  margin-bottom: 15px;
}

ul#sidenavi {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#sidenavi li {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 0;
}

ul#sidesubnavi {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 15px !important;
  padding: 0;
}

ul#sidesubnavi li {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 0;
}

ul#bana {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#bana li {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 0;
}

ul#bana-2nd {
  display: block;
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}

ul#bana-2nd li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
}

ul#shozoku {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

ul#shozoku li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
}

ul#link {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}

ul#link li {
  display: block;
  margin: 0;
  padding: 0;
}

aside .box {
  padding: 8px 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

/* -----------------------------------
calendar
----------------------------------- */
#cal {
  text-align: center;
}

#cal .pieceBody h3 {
  margin: 0;
  margin-bottom: 6px;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  color: #1D1D1D;
}

#cal .pieceBody table {
  width: 100%;
  border: 1px solid #bbb;
}

#cal .pieceBody th, #cal .pieceBody td {
  padding: 2px;
  border: 1px solid #bbb;
  text-align: center;
}

#cal .pieceBody table a {
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: #FFDD00;
  text-decoration: none;
  display: block;
  border-radius: 10px;
}

#cal .pieceBody .sat {
  background-color: #dff6fe;
  color: #3366ff;
}

#cal .pieceBody .sun {
  background-color: #ffe6f1;
  color: #ee0000;
}

#cal .pieceBody table .prevMonth,
#cal .pieceBody table .nextMonth {
  color: #cccccc;
}

#cal .pieceBody .pagination {
  margin-top: 10px;
}

#cal .pieceBody .pagination a {
  padding: 0;
}

#eventType .pieceBody {
  border-bottom: 2px solid #cccccc;
}

#eventType .pieceBody li {
  float: left;
  width: 25%;
  margin-right: 10px;
}

#eventType .pieceBody li a {
  display: block;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  /*	IE-CSS3 */
  -moz-border-radius: 5px 5px 0 0;
  /* Firefox */
  -webkit-border-radius: 5px 5px 0 0;
  /* Safari and Chrome */
  background-color: #ebebeb;
  behavior: url(../js/PIE.htc);
}

#eventType .pieceBody li a:hover {
  background-color: #cccccc;
}

.calendarEvents table {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  margin: 0 15px 1em;
  font-size: 90%;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

.calendarEvents table th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 5px;
  color: #333;
  background-color: #e6e6e6;
  line-height: 120%;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

.calendarEvents table td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  padding: 5px;
  line-height: 120%;
  background-color: #FFFFFF;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

.calendarEvents .pagination,
#cal .pagination {
  text-align: center;
  display: block;
  font-size: 1.4rem;
}

.calendarEvents ul {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.calendarEvents ul li {
  margin-bottom: 8px;
}

#feedback, #feedbackSp {
  margin-top: 30px;
}
#feedback iframe, #feedbackSp iframe {
  border: none;
}
@media (min-width: 577px) {
  #feedbackSp {
    display: none;
  }
}
@media (max-width: 576px) {
  #feedback {
    display: none;
  }
}

.surveyForm {
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
}
.surveyForm p {
  margin-left: 0 !important;
}
.surveyForm form {
  font-size: 1.4rem;
}
.surveyForm form .question {
  margin: 15px 0;
}
.surveyForm form .question .question_content {
  font-weight: bold;
  font-size: 1.5rem;
}
.surveyForm form .question .question_content .note {
  color: red;
}
@media (max-width: 576px) {
  .surveyForm form .question .question_content .note {
    display: block;
  }
}
.surveyForm form textarea,
.surveyForm form input[type=number],
.surveyForm form input[type=text] {
  width: 100% !important;
  padding: 10px 15px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.surveyForm form textarea {
  height: 100px !important;
  /* お好みの高さに */
}
.surveyForm form textarea:focus,
.surveyForm form input[type=tel]:focus,
.surveyForm form input[type=email]:focus,
.surveyForm form input[type=text]:focus {
  border: 1px solid #333;
}
.surveyForm form label:has(input[type=radio]) {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 9px 5px 8px 28px;
  margin-right: 0px;
}
.surveyForm form label:has(input[type=radio])::before,
.surveyForm form label:has(input[type=radio])::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.surveyForm form label:has(input[type=radio])::before {
  width: 22px;
  height: 22px;
  margin-top: -12px;
  background: #FFF;
  border: 1px solid #ccc;
}
.surveyForm form label:has(input[type=radio])::after {
  left: 6px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background: #f4f4f4;
}
.surveyForm form label:has(input[type=radio]:checked)::after {
  background: #333;
}
.surveyForm form input[type=submit] {
  border-radius: 4px;
  width: 100%;
  height: 44px;
  display: block;
  position: relative;
  background: #d7e392;
  color: #4b7d0b;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 5px 0;
}
.surveyForm form input[type=submit]:before {
  position: absolute;
  display: #d7e392;
  content: "";
  width: 98%;
  height: 3px;
  background: #ccc;
  bottom: -4px;
  left: 1%;
}
@media print, screen and (min-width: 1024px) {
  .surveyForm form input[type=submit] {
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  .surveyForm form input[type=submit]:hover {
    color: #fff;
    background: #4b7d0b;
  }
}

#page-kamebun-index .left {
  float: left;
  margin-right: 10px;
}
#page-kamebun-index .right {
  float: right;
  margin-bottom: 20px;
}
#page-kamebun-index .text {
  height: 180px;
  width: 360px;
  background-image: url(/_themes/bunka/image/bg.gif);
  background-repeat: no-repeat;
}
#page-kamebun-index .bunkamenu {
  border-bottom: 3px solid #009A58;
  border-left: 3px solid #009A58;
  border-right: 3px solid #009A58;
  margin-bottom: 15px;
  background-image: url(/_themes/bunka/image/bg-box.gif);
  background-repeat: no-repeat;
  background-position: right 0%;
}
#page-kamebun-index .bunkamenu ul {
  padding-top: 10px;
  list-style: inherit;
}
#page-kamebun-index img {
  vertical-align: bottom;
}
#page-kamebun-index #bunnavi ul {
  margin: 0;
  padding: 0;
}
#page-kamebun-index #bunnavi ul li {
  float: left;
  margin-left: 8px;
}
#page-kamebun-index #bunnavi ul li.first {
  margin-left: 0;
}
#page-kamebun-index .home {
  text-align: center;
}

ul.children li {
  margin-bottom: 10px;
}
ul.children li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #D1D0CE;
  margin-right: 8px;
}
ul.children li ul {
  margin-top: 10px;
  padding-left: 2rem;
}
/*--------------------
mayor
--------------------*/
nav#subnavi #main {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#subnavi h2 {
  background-image: url(../images/bg-h3.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 15px;
}
nav#subnavi h2.mb15 {
  margin-bottom: 15px !important;
}
nav#subnavi h2 a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b7713;
  margin-right: 10px;
  text-decoration: none;
}
nav#subnavi ul.sub {
  padding-left: 15px;
  margin-top: 15px;
}
nav#subnavi ul.sub li {
  margin-bottom: 15px;
}
nav#subnavi ul.sub li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b7713;
  position: absolute;
}
nav#subnavi ul.sub li a {
  margin-left: 25px;
  display: block;
}

#mayormail {
  background-color: #f4f1f2;
  border-radius: 5px;
  margin-bottom: 15px;
}
#mayormail h2 {
  background-color: #fff4f4 !important;
  padding-left: 15px !important;
  border-bottom-color: #F2B571 !important;
}
#mayormail p {
  font-size: 1.6rem;
  padding-right: 15px;
  margin-bottom: 15px;
}
#mayormail img {
  float: right;
  margin: 15px;
  margin-top: 0;
}

#page-mayor-mail-formayor-index .post form input[type=text] {
  width: 50%;
  padding: 10px;
}
#page-mayor-mail-formayor-index .post form textarea {
  width: 90%;
  padding: 10px;
}
#page-mayor-mail-formayor-index .post form textarea#question_answers_85 {
  height: 60px;
}
#page-mayor-mail-formayor-index .post form .body p {
  background-color: #f1f1f1;
  margin: 0;
  margin-bottom: 15px;
  padding: 8px;
}
#page-mayor-mail-formayor-index .post form .max_length {
  display: block;
}

/* -----------------------------------
seki kanko page
----------------------------------- */
#sekinavi ul {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

#sekinavi ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#sekinavi ul li a {
  padding: 5px 10px;
  margin-right: 10px;
  display: block;
  background-image: url(../image/bg-sekinavi.jpg);
  background-color: #D9D9D9;
  margin-bottom: 10px;
  background-position: 50% 50%;
  text-decoration: none;
  color: #4A0607;
  border-left: 5px solid #C37071;
  border-right: 5px solid #C37071;
  border-bottom: 1px solid #C37071;
  border-top: 1px solid #C37071;
  font-weight: bold;
}

#sekinavi ul li a:hover {
  color: #F3DADB;
  background-image: none;
  background-color: #510809;
}

.kankomain {
  margin-top: 15px;
}
.kankomain h1 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  margin-bottom: 0;
  background-image: url(../kanko/images/bg-kanko-title.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #8c0 !important;
  font-size: 5rem !important;
  font-weight: normal !important;
  text-align: center;
  border-bottom: 0 !important;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 2px 2px 10px #2F5C15 !important;
  padding: 0 !important;
}
.kankomain h1 a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.kankomain h1 a.kanko-btn {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.kankomain h1 a span {
  display: block;
  margin-top: 15px;
  font-size: 2.4rem;
}
.kankomain h1 a:hover {
  color: #FFF398FF;
}
.kankomain .photo {
  min-height: 300px;
  background-image: url(../kanko/images/kanko-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.kankomain .knav {
  margin-top: 30px;
}
.kankomain .knav .photo1 {
  background: url(../kanko/images/kanko-img2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 290px;
  position: relative;
  margin-left: -15px;
}
.kankomain .knav .photo1 a {
  text-decoration: none;
  background-color: rgba(159, 212, 95, 0.8);
}
.kankomain .knav .photo1 a:hover {
  background-color: #9fd45f;
}
.kankomain .knav .photo2 {
  background: url(../kanko/images/kanko-img3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 290px;
  position: relative;
  margin-right: -15px;
}
.kankomain .knav .photo2 a {
  text-decoration: none;
  background-color: rgba(159, 212, 95, 0.8);
}
.kankomain .knav .photo2 a:hover {
  background-color: #9fd45f;
}
.kankomain .knav h2 {
  color: #fff;
  background: none;
  border: none;
  text-align: center;
  text-shadow: 1px 1px 3px #262626 !important;
  font-size: 2.6rem;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
}
.kankomain .knav ul {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
}
.kankomain .knav ul li {
  margin-bottom: 10px;
}
.kankomain .knav ul li a {
  display: block;
  color: #fff;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 1.8rem;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

body {
  -webkit-overflow-scrolling: touch;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #569e35;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-content ul {
  padding: 10px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #569e35;
  list-style: none;
}

.menu-content ul li a {
  width: 100%;
  box-sizing: border-box;
  color: #569e35;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #345407;
  margin-right: 8px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 100%;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
}
.menu-content nav {
  height: 100%;
  overflow: auto;
  padding-bottom: 150px;
}
.menu-content nav ul li {
  font-size: 1.6rem;
  padding: 10px 0;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
#menu-btn-check:checked ~ .menu-content h2 {
  text-align: center;
  background-image: url(../images/bg-h3.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 15px;
  margin-left: 0;
}

.bg ul {
  padding-top: 0;
}

@media print {
  body {
    border-top: none;
    width: 172mm;
  }

  header {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
  }

  #panList {
    display: none !important;
  }

  .hbtn {
    display: none !important;
  }

  nav.container {
    display: none !important;
  }

  #snsbtn {
    display: none !important;
  }

  .post {
    width: 100%;
  }
  .post table {
    max-width: 172mm !important;
    display: table;
    overflow-x: inherit;
  }

  #content-frame {
    display: none !important;
  }

  #content-frame-sp {
    display: none !important;
  }

  aside {
    display: none;
  }

  .order-lg-1 aside {
    display: block;
  }

  .cityinfo .text-right {
    display: none !important;
    width: 100% !important;
  }
  .cityinfo .abtn {
    display: none !important;
  }
  .cityinfo .data {
    display: none !important;
  }

  .footnav {
    display: none !important;
  }

  #copyright .text-right {
    width: 100% !important;
    display: block;
  }
  #copyright .container {
    width: 100% !important;
  }
  #copyright .container .row {
    width: 100% !important;
    display: block;
  }
  #copyright .container .row .copy {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  #copyright .container .row .col-md-5 {
    max-width: 100% !important;
  }
}