@charset "UTF-8";
html, body, header, footer, article, div, main, p, figure, figcaption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 1400px;
}

header {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 560px) {
  header {
    height: 130px;
  }
}
header #header-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  width: 1200px;
  max-width: 1200px;
  margin: auto;
}
header #header-top a {
  height: 165px;
}
@media screen and (max-width: 560px) {
  header #header-top a {
    width: 120px;
    height: 124px;
  }
}
header #header-top a #logo {
  width: 2000px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  header #header-top a #logo {
    width: 120px;
  }
}
@media screen and (max-width: 560px) {
  header #header-top {
    padding: 0;
  }
}
header #header-top p#name {
  font-size: 2.4rem;
  letter-spacing: 60px;
  text-align: center;
  color: #808080;
  margin-left: 20px;
  padding: 124px 0 0 12px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 560px) {
  header #header-top p#name {
    letter-spacing: 10px;
    padding-top: 73px;
  }
}
@media screen and (max-width: 380px) {
  header #header-top p#name {
    font-size: 8vw;
    letter-spacing: 8px;
  }
}
header #header-top p#name::before {
  content: "忍足袋";
  width: 190%;
  top: -1rem;
  left: -115px;
  opacity: 1;
  transform: scale(0.7, 1);
  position: absolute;
  font-size: 10rem;
  font-weight: 900;
  color: #e0efff;
  z-index: -10;
  animation-name: before;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 560px) {
  header #header-top p#name::before {
    width: 170%;
    font-size: 6rem;
    top: 0.7rem;
    left: -65px;
    letter-spacing: 16px;
  }
}
@media screen and (max-width: 380px) {
  header #header-top p#name::before {
    font-size: 18vw;
    top: 1.8rem;
    left: -50px;
  }
}
header #header-top nav#pc ul {
  margin: 0;
  display: flex;
  justify-content: left;
  margin-left: 50px;
  margin-top: 50px;
}
header #header-top nav#pc ul li {
  margin-right: 30px;
  list-style-type: none;
}
header #header-top nav#pc ul li a {
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  header #header-top nav#pc {
    display: none;
  }
}
header #header-top nav#sp {
  display: none;
  position: fixed;
}
header #header-top nav#sp ul li {
  list-style-type: none;
}
@media screen and (max-width: 560px) {
  header #header-top nav#sp {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 20px;
    z-index: 20;
  }
}
header #header-top nav#sp input[type=checkbox] {
  display: none;
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ label#checkon span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ label#checkon span:nth-child(2) {
  opacity: 0;
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ label#checkon span:nth-child(3) {
  transform: rotate(-45deg) translate(11px, -13px);
}
header #header-top nav#sp input[type=checkbox]#drawer:checked ~ #sp_menu {
  transform: translateX(-167px);
}
header #header-top nav#sp label#checkon {
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
header #header-top nav#sp label#checkon span {
  width: 40px;
  box-sizing: border-box;
  height: 4px;
  background-color: #808080;
  border: 1px solid #808080;
  position: relative;
  border: 1px solid #808080;
  position: absolute;
  transition: all 0.6s ease;
}
header #header-top nav#sp label#checkon span:nth-child(2) {
  margin: 13px 0;
}
header #header-top nav#sp label#checkon span:nth-child(3) {
  margin: 26px 0;
}
header #header-top nav#sp #sp_menu {
  width: 200px;
  margin-top: 50px;
  transform: translateX(200px);
  transition: all 0.6s ease;
}
header #header-top nav#sp #sp_menu ul {
  width: 200px;
  background: #808080;
  opacity: 0.7;
  border-radius: 20px 0 0 0;
  padding: 30px;
}
header #header-top nav#sp #sp_menu ul li {
  color: #fff;
  margin-bottom: 20px;
}

@keyframes before {
  from {
    opacity: 0;
    transform: translateX(-180px) scale(0.7, 1);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(0.7, 1);
  }
}
main.contents {
  width: 1200px;
  margin: 36px auto 60px;
}
main.contents p.sp_only {
  display: none;
}
@media screen and (max-width: 560px) {
  main.contents p.sp_only {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  main.contents {
    width: 100%;
  }
}
main.contents ul#breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 10px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  main.contents ul#breadcrumb {
    width: 99%;
    padding-left: 5px;
  }
}
main.contents ul#breadcrumb li {
  width: fit-content;
  text-align: center;
  margin-right: 50px;
  position: relative;
  list-style-type: none;
  padding: 10px;
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  main.contents ul#breadcrumb li {
    display: inline-block;
  }
}
main.contents ul#breadcrumb li:after {
  content: "|";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 560px) {
  main.contents ul#breadcrumb li:after {
    right: -20px;
  }
}
main.contents h1.shisekiTitle {
  font-size: 2.2rem;
  box-sizing: border-box;
  background-color: navy;
  color: #fff;
  font-family: "メイリオ";
  padding-left: 30px;
  letter-spacing: 6px;
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  main.contents h1.shisekiTitle {
    width: 100%;
    font-size: 1.8rem;
  }
}
main.contents p#Explanatory_text {
  width: 900px;
  font-size: 1rem;
  margin: 30px auto 60px;
  background-color: beige;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
}
main.contents p#Explanatory_text:after {
  content: "建立：行田ライオンズクラブ";
  position: absolute;
  right: -70px;
  bottom: -20px;
  padding: 5px 7px;
  transform: rotate(-10deg);
  background: navy;
  color: #fff;
}
main.contents p#Explanatory_text_grave {
  position: relative;
  width: 900px;
  font-size: 1rem;
  margin: 30px auto 60px;
  background-color: beige;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  main.contents p#Explanatory_text_grave {
    width: 99.6%;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
}
main.contents p#Explanatory_text_grave:after {
  content: "行田市教育委員会";
  position: absolute;
  right: -70px;
  bottom: -20px;
  padding: 5px 7px;
  transform: rotate(-10deg);
  background: rgb(25, 25, 85);
  color: #fff;
}
@media screen and (max-width: 560px) {
  main.contents p#Explanatory_text_grave:after {
    right: 17px;
    bottom: -33px;
  }
}
main.contents span {
  justify-content: center;
  align-items: center;
}
main.contents p#Explanatory_text_etc {
  position: relative;
  width: 900px;
  font-size: 1rem;
  margin: 30px auto 60px;
  background-color: beige;
  border: rgb(25, 25, 85);
  border-radius: 10px;
  padding: 20px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  main.contents p#Explanatory_text_etc {
    width: 99.6%;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
}
main.contents p#Explanatory_text_etc:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -20px;
  padding: 5px 7px;
  transform: rotate(-10deg);
  background: rgb(25, 25, 85);
  color: #fff;
}
@media screen and (max-width: 560px) {
  main.contents p#Explanatory_text_etc:after {
    right: 10px;
  }
}
main.contents p#Explanatory_text_etc a.reference {
  width: fit-content;
  display: block;
  box-sizing: border-box;
  margin: 20px 10px;
  padding: 2px 15px;
  font-weight: 500;
  background: navy;
  color: #fff;
  letter-spacing: 3px;
  border: 1px solid navy;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.5s all ease;
}
main.contents p#Explanatory_text_etc a.reference:hover {
  background: #fff;
  border: 1px solid navy;
  color: navy;
}
main.contents #address {
  width: 900px;
  margin: 30px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  main.contents #address {
    width: 100%;
    padding-left: 16px;
  }
}
main.contents #address p#post_code_address {
  font-size: 1.1rem;
  letter-spacing: 3px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  main.contents #address p#post_code_address {
    width: 100%;
    font-size: 1rem;
  }
}
main.contents #main_block {
  width: 900px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  main.contents #main_block {
    width: 100%;
    display: block;
  }
}
main.contents #main_block #thumbnail {
  width: 480px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #thumbnail {
    width: 98%;
    display: block;
    margin: auto;
    margin-bottom: 50px;
  }
}
main.contents #main_block #thumbnail #mainImg {
  width: 98%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #thumbnail #mainImg {
    width: 100%;
  }
}
main.contents #main_block #thumbnail_grave {
  width: 32%;
  height: auto;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #thumbnail_grave {
    width: 100%;
  }
}
main.contents #main_block #thumbnail_grave #mainImg {
  width: 98%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #thumbnail_grave #mainImg {
    display: block;
    width: 50%;
    margin: 50px auto;
  }
}
main.contents #main_block #map_grave {
  width: 580px;
  height: 370px;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #map_grave {
    width: 100%;
  }
}
main.contents #main_block #map_grave iframe {
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #map_grave iframe {
    width: 98%;
    margin: 20px auto;
  }
}
main.contents #main_block #mapIframe {
  width: 400px;
  height: 331px;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #mapIframe {
    width: 98%;
    aspect-ratio: 400/331;
    margin: auto;
  }
}
main.contents #main_block #mapIframe iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 560px) {
  main.contents #main_block #mapIframe iframe {
    aspect-ratio: 400/331;
  }
}
main.contents #comment {
  background-color: honeydew;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  width: 900px;
  margin: 80px auto 50px;
  position: relative;
}
@media screen and (max-width: 560px) {
  main.contents #comment {
    margin-top: 120px;
    width: 98%;
    padding-top: 36px;
  }
}
main.contents #comment:before {
  position: absolute;
  top: -30px;
  left: -20px;
  content: "ひとことコメント";
  background: red;
  padding: 5px;
  font-size: 1.2rem;
  border-radius: 99px;
  font-weight: 500;
  color: #fff;
  transform: rotate(-10deg);
}
@media screen and (max-width: 560px) {
  main.contents #comment:before {
    left: 10px;
    transform: rotate(-5deg);
  }
}
main.contents #comment p.comment {
  font-size: 1rem;
  line-height: 1.5rem;
}
main.contents #comment p.comment a.reference {
  width: fit-content;
  display: block;
  box-sizing: border-box;
  margin: 20px 10px;
  padding: 10px 15px;
  font-weight: 500;
  background: navy;
  color: #fff;
  letter-spacing: 3px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.5s all ease;
}
main.contents #comment p.comment a.reference:hover {
  background: #fff;
  border: 1px solid navy;
  color: navy;
}
main.contents h4 {
  box-sizing: border-box;
  width: 900px;
  border-bottom: 5px;
  padding: 10px;
  color: navy;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 6px;
  padding-left: 20px;
  border-left: 10px solid navy;
  border-bottom: 2px solid navy;
  border-right: 2px solid navy;
  border-top: 2px solid navy;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  main.contents h4 {
    width: 99%;
    margin: 80px auto 30px;
  }
}
main.contents .other {
  width: 900px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  main.contents .other {
    display: block;
    width: 100%;
  }
}
main.contents .other figure {
  width: 32%;
  display: block;
  margin: 0;
  padding: 10px;
  background-color: azure;
  border: 1px solid navy;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  main.contents .other figure {
    width: 98%;
    margin: 30px auto;
  }
}
main.contents .other figure img {
  width: 100%;
  height: auto;
}
main.contents .other figure figcaption {
  font-size: 1rem;
  padding: 20px 0 0 0;
  margin: 0;
  text-align: center;
}
main.contents section #recommend {
  width: 900px;
  margin: 20px auto;
}
@media screen and (max-width: 560px) {
  main.contents section #recommend {
    width: 100%;
  }
}
main.contents section #recommend .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  main.contents section #recommend .inner {
    display: block;
    width: 100%;
  }
}
main.contents section #recommend .inner figure {
  width: 30%;
  display: block;
  padding: 10px;
  overflow: hidden;
  border: 1px solid navy;
  position: relative;
}
@media screen and (max-width: 560px) {
  main.contents section #recommend .inner figure {
    width: 98%;
    margin: 20px auto;
  }
}
main.contents section #recommend .inner figure h5 {
  font-size: 1.2rem;
  color: #808080;
}
main.contents section #recommend .inner figure img {
  width: 98%;
  display: block;
  height: auto;
  margin: auto;
  transition: all 0.5s ease;
}
main.contents section #recommend .inner figure img:hover {
  transform: scale(1.1);
}
main.contents section #recommend .inner figure figcaption {
  padding: 0 10px;
  margin: 0;
}
main.contents section #recommend .inner figure figcaption p {
  width: 100%;
  padding: 10px 0;
  font-size: 0.8rem;
}
main.contents section #recommend .inner figure figcaption div {
  background: navy;
  margin: 20px;
  width: fit-content;
  border: 1px solid navy;
  padding: 1px 3px;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
main.contents section #recommend .inner figure a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main.contents section #recommend h4 {
  margin: 30px auto;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 5px;
  padding: 10px;
  color: navy;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 6px;
  padding-left: 20px;
  border-left: 10px solid navy;
  border-bottom: 2px solid navy;
  border-right: 2px solid navy;
  border-top: 2px solid navy;
  margin: 30px auto;
}
main.contents section #links {
  width: 900px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  main.contents section #links {
    width: 100%;
    padding: 2px;
  }
}
main.contents section #links h5 {
  margin: 30px auto;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: navy;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 6px;
  padding-left: 20px;
  border-left: 10px solid navy;
  border-bottom: 2px solid navy;
  border-right: 2px solid navy;
  border-top: 2px solid navy;
}
main.contents section #links .border {
  border: 1px solid navy;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 560px) {
  main.contents section #links .border {
    padding: 20px 5px;
  }
}
main.contents section #links .border a {
  text-decoration: none;
  display: inline-block;
  color: navy;
  padding-bottom: 6px;
  transition: all 0.4s ease;
}
main.contents section #links .border a:hover {
  color: red;
  font-weight: bold;
}
main.contents section #links .border a:nth-of-type(2) {
  margin-left: 20px;
}
main.contents section #links .border span {
  margin-left: 10px;
  background: #808080;
  font-size: 0.8rem;
  padding: 5px 2px;
  color: #fff;
  vertical-align: middle;
}
main.contents section #bodyContents {
  width: 900px;
  margin: 20px auto;
}
@media screen and (max-width: 560px) {
  main.contents section #bodyContents {
    width: 100%;
  }
}
main.contents section #bodyContents h3 {
  font-size: 2rem;
  letter-spacing: 5px;
  color: #808880;
}
main.contents section #bodyContents p.question {
  padding: 10px 7px;
  background-color: lavender;
  border: 1px solid navy;
  border-radius: 2px;
  margin-top: 20px;
}
main.contents section #bodyContents p.question:before {
  content: "Q";
  font-size: 2rem;
  transform: scaleY(1.3rem);
  color: navy;
  font-weight: bold;
  margin-right: 10px;
}
main.contents section #bodyContents p.ancer {
  padding: 10px 7px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid red;
  border-radius: 2px;
}
main.contents section #bodyContents p.ancer:before {
  content: "A";
  font-size: 2rem;
  transform: scaleY(1.3rem);
  color: red;
  font-weight: bold;
  margin-right: 10px;
}
main.contents section #bodyContents figure.comment {
  display: flex;
  margin: 40px 0;
  padding: 20px;
  box-sizing: border-box;
}
main.contents section #bodyContents figure.comment img {
  object-fit: cover;
  width: 25%;
  height: auto;
  margin-left: 20px;
}
main.contents section #bodyContents figure.comment figcaption {
  padding: 20px;
  box-sizing: border-box;
}
main.contents section #bodyContents figure.comment figcaption h5 {
  font-size: 1.2rem;
  color: navy;
  text-align: center;
}
main.contents section #bus {
  width: 900px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  main.contents section #bus {
    width: 100%;
    overflow: scroll;
  }
}
main.contents section #bus h5 {
  font-size: 1.2rem;
}
@media screen and (max-width: 560px) {
  main.contents section #bus h5 {
    width: 100%;
    text-align: center;
  }
}
main.contents section #bus p.note {
  font-size: 1rem;
  color: deeppink;
}
main.contents section #bus p.note span {
  font-size: 0.8rem;
  color: #808080;
  margin-left: 20px;
}
@media screen and (max-width: 560px) {
  main.contents section #bus p.note {
    font-size: 0.85rem;
    width: 99%;
    padding: 1px;
  }
}
main.contents section #bus table {
  width: 900px;
  margin: 30px auto;
  border: 1px solid #808080;
  border-collapse: collapse;
}
main.contents section #bus table tbody tr {
  border: 1px solid #808080;
}
main.contents section #bus table tbody tr td {
  padding: 5px 2px;
  text-align: center;
  border: 1px solid #808080;
}
main.contents figure {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
main.contents figure img {
  width: 30%;
  height: auto;
}
main.contents figure figcaption {
  padding: 20px;
  margin-left: 25px;
}
main.contents figure.wp-block-image {
  justify-content: left;
  margin: 50px 0;
  padding: 0;
}
main.contents figcaption {
  margin-left: 50px;
}

footer {
  background-color: rgba(0, 19, 255, 0.5);
  display: flex;
  box-sizing: border-box;
  padding: 20px 50px;
  justify-content: space-around;
}
@media screen and (max-width: 560px) {
  footer {
    width: 100%;
    display: block;
    padding: 20px 20px;
  }
}
footer h4 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
footer ul {
  width: 300px;
}
@media screen and (max-width: 560px) {
  footer ul {
    width: 100%;
    box-sizing: border-box;
  }
}
footer ul li {
  font-size: 1.2rem;
  margin: 20px 0;
  color: #fff;
  list-style-type: none;
}/*# sourceMappingURL=single.css.map */