@charset "UTF-8";

/*contents
-----------------------------------------------------------------------------------------*/
.contents {
  margin: 0 auto;
  width: 72rem;
  text-align: left;
  position: relative;
}
.contents section {
  padding: 5rem 0;
}
.contents article a {
  text-decoration: underline;
}
.contents .accessbtn a {
  text-decoration: none;
}
@media screen and (max-width: 739px) {
  .contents {
    width: auto;
  }
  .contents section {
    padding: 1.875rem 1.25rem;
  }
}
/*-------------------------アコーディオン要素*/
.contents .accordionopen {
  cursor: pointer;
}
.contents .accordion {
  display: none;
}
.contents .accordion.open {
  display: block;
}
/*-------------------------subtitle*/
.subtitle {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
}
.subtitle::after {
  content: '';
  width: 6.25rem;
  height: 0.125rem;
  display: block;
  background: var(--wp--preset--color--main-color-100);
  margin: 0.625rem auto;
}
@media screen and (max-width: 739px) {
  .subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .subtitle::after {
    width: 5rem;
  }
}
/*-------------------------center*/
.center {
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
}
/*-------------------------item*/
.item .item-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.item .item-image.Limg {
}
.item .item-image.Mimg {
  max-width: 22.5rem;
}
.item .item-image.Simg {
  max-width: 15rem;
}
.item .item-image {
  margin-left: 3rem;
  order: 1;
  flex: 1;
}
.item .item-image.center {
  float: none;
  margin: 1.25rem auto;
}
.item .item-image img {
  display: block;
  margin: 0 auto 0.625rem auto;
}
.item h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.75rem 0 0.75rem 1rem;
  border-left: 0.5rem solid var(--wp--preset--color--main-color-100);
  margin-bottom: 0.625rem;
}
.item table {
  margin: 1rem 0;
  width: auto;
}
.item p {
  flex: 1;
}
@media screen and (max-width: 739px) {
  .item .item-content {
    flex-direction: column;
  }
  .item .item-image {
    order: 0;
    margin: 1rem auto;
  }
  .item .item-image.center {
    float: none;
    margin: -0.625rem auto 0 auto;
    padding-bottom: 1.25rem;
  }
  .item .item-image img {
    margin: 0.25rem auto;
  }
  .item h2 {
    font-size: 1.125rem;
    font-weight: bold;
    padding: 0.25rem 0 0.25rem 0.625rem;
    border-left: 0.25rem solid var(--wp--preset--color--main-color-100);
    margin-bottom: 0.25rem;
  }
}
/*-------------------------bg*/
.bg,
.item {
  position: relative;
}
.bg::before,
.item:nth-child(odd)::before {
  position: absolute;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 100%;
  display: block;
  content: '';
  z-index: -1;
  background: var(--wp--preset--color--brown-color-lightest);
}
@media screen and (max-width: 739px) {
  .bg::before,
  .item:nth-child(even)::before {
    width: 100%;
    left: 0;
  }
}

/*pagetitle
-----------------------------------------------------------------------------------------*/
.pagetitle {
  padding: 2.5rem 0;
  text-align: center;
}
.pagetitle::before {
  background: var(--wp--preset--color--main-color-100);
}
.pagetitle h1 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--wp--preset--color--white-color-100);
  letter-spacing: 0.25rem;
}
.pagetitle img {
  display: block;
  margin: 0 auto 0.625rem auto;
}
@media screen and (max-width: 739px) {
  .pagetitle {
    padding: 0.625rem 1.25rem;
  }
  .pagetitle h1 {
    font-size: 1.125rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    text-align: left;
  }
  .pagetitle img {
    max-width: 2.5rem;
    float: left;
    margin: 0 1rem 0 0;
  }
}

/*localnav
-----------------------------------------------------------------------------------------*/
.localnav.wp-block-post-template {
  margin: 1.875rem 0 -1.25rem;
  font-size: 0;
}
.localnav li {
  display: inline-block;
  margin: 0.625rem;
  background: var(--wp--preset--color--white-color-100);
  position: relative;
  width: 17.5rem;
  font-size: 1rem;
}
.localnav li::after {
  content: '';
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background: var(--wp--preset--color--main-color-40);
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  transform: rotate(-45deg);
}
.localnav li a {
  display: block;
  padding: 0.625rem;
  color: var(--wp--preset--color--main-color-100);
}
.localnav li.current a,
.localnav li a.current,
.localnav li a:hover {
  background: var(--wp--preset--color--main-color-60);
  color: var(--wp--preset--color--white-color-100);
}
@media screen and (max-width: 739px) {
  .localnav.wp-block-post-template {
    margin: 0.625rem 0 0;
  }
  .localnav li {
    display: block;
    margin: 0.125rem 0 0 0;
    width: auto;
    overflow: hidden;
  }
  .localnav li a {
    padding: 0.25rem;
    font-weight: bold;
  }
}

/*message
-----------------------------------------------------------------------------------------*/
.message section + section {
  border-top: 0.125rem dotted var(--wp--preset--color--gray-color-lighter);
}
.message h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  padding-bottom: 0.625rem;
  color: var(--wp--preset--color--main-color-100);
  font-weight: bold;
}
/*-------------------------text*/
.message .text {
  width: 42.5rem;
  float: left;
}
.message .text p {
  font-size: 1.125rem;
  line-height: 2;
}
/*-------------------------profile*/
.message .profile {
  width: 25rem;
  float: right;
  margin-top: 0.625rem;
}
.message .profile figure img {
  display: block;
  margin: 0 auto;
}
.message .profile figcaption {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0.625rem 0;
}
.message .profile dl {
  background: var(--wp--preset--color--brown-color-lightest);
  padding: 1.25rem;
}
.message .profile dt:first-child {
  margin: 0;
}
.message .profile dt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--wp--preset--color--main-color-100);
  font-weight: bold;
  margin-top: 1.25rem;
}
.message .profile dd {
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 739px) {
  .message h2 {
    font-size: 1.125rem;
    padding-bottom: 0.25rem;
  }
  .message .text {
    width: auto;
    float: none;
  }
  .message .text p {
    font-size: 1rem;
    line-height: 1.75;
    text-align: justify;
    text-justify: distribute;
  }
  .message .profile {
    width: auto;
    float: none;
    margin-top: 1.25rem;
  }
}

/*info
-----------------------------------------------------------------------------------------*/
/*-------------------------data*/
.info .data .data-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info .data .data-text {
  width: 37.5rem;
}
.info .data .data-image {
  margin-left: 3rem;
  order: 1;
  flex: 1;
}
.info .data .data-image img {
  display: block;
  margin: 0 auto;
}
.info .data table {
  margin-top: 1.25rem;
}
.info .data table thead,
.info .data table th,
.info .data table td {
  border: 1px solid var(--wp--preset--color--gray-color-lighter);
}
.info .data table th {
  background: var(--wp--preset--color--main-color-100);
  padding: 0.25rem 0.125rem;
  font-size: 0.875rem;
  color: var(--wp--preset--color--white-color-100);
}
.info .data table td {
  padding: 0.625rem;
  text-align: center;
}
.info .data table td span {
  display: block;
}
.info .data table + p {
  text-align: left;
  margin-top: 0.25rem;
  color: var(--wp--preset--color--black-color-100);
  font-size: 1rem;
  line-height: 1.75;
}
.info .data ul {
  background: var(--wp--preset--color--white-color-100);
  margin-top: 1.25rem;
  padding: 0.25rem;
  border-radius: 0.625rem;
}
.info .data .tel {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.info .data .tel a {
  color: var(--wp--preset--color--black-color-100);
}
.info .data .info-block {
  background: var(--wp--preset--color--white-color-80);
  margin-top: 1.25rem;
  padding: 1rem 0.25rem;
  border-radius: 0.625rem;
}
.info .data .address {
  font-size: 0.875rem;
  line-height: 1.75;
}
.info .data .address p {
  font-size: 0.875rem;
}
.info .data .address span {
  padding: 0 0.5rem;
  white-space: nowrap;
}
.info .data .tel {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: -0.25rem;
  text-decoration: none;
}
.info .data .tel a {
  color: var(--wp--preset--color--black-color-100);
}
.info .data p {
  text-align: left;
}
@media screen and (max-width: 739px) {
  .info .data .data-content {
    flex-direction: column;
  }
  .info .data .data-image {
    order: 0;
    margin: 1rem auto;
  }
  .info .data .data-image img {
    margin: 0.25rem auto;
  }
  .info .data table th {
    font-size: 0.75rem;
    font-weight: bold;
  }
  .info .data table td {
    padding: 0.25rem;
    font-size: 0.875rem;
  }
  .info .data .tel {
    font-size: 1.25rem;
    line-height: 2.5rem;
    margin: 0.25rem 0;
  }
  .info .data .tel a {
    display: block;
    background: var(--wp--preset--color--white-color-100) url(images/ya_g.svg)
      right 0.5rem center no-repeat;
    background-size: 1rem;
    border: 1px solid var(--wp--preset--color--gray-color);
    border-radius: 0.25rem;
    width: 18.75rem;
    margin: 0 auto;
  }
}
/*-------------------------access*/
.info .access figure {
  float: left;
  padding-right: 3rem;
  padding-bottom: 1.25rem;
  background: var(--wp--preset--color--white-color-100);
}
.info .access h3 {
  margin-top: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 739px) {
  .info .access div.clearfix {
    padding: 0.625rem 1.25rem;
  }
  .info .access figure {
    float: none;
    padding: 0 0 0.25rem 0;
  }
}
/*-------------------------map*/
.info .map {
  width: 100%;
  height: 37.5rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
}
.info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 739px) {
  .info .access {
    padding: 1.875rem 0 0 0;
  }
  .info .map {
    height: 25rem;
    margin-top: 1.25rem;
  }
}

/*sitemap
-----------------------------------------------------------------------------------------*/
.sitemap {
  padding: 5rem 0;
}
.sitemap > div {
  background: var(--wp--preset--color--white-color-100);
  padding: 3.75rem 7.5rem;
}
.sitemap h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
  color: var(--wp--preset--color--main-color-80);
}
.sitemap ul {
  border-bottom: 1px solid var(--wp--preset--color--gray-color-light);
}
.sitemap li {
  border-top: 1px solid var(--wp--preset--color--gray-color-light);
  padding: 0.625rem 1.25rem;
}
.sitemap li a {
  display: block;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  margin: -0.625rem -1.25rem;
  background: url(images/ya_g.svg) right 0.5rem center no-repeat;
  color: var(--wp--preset--color--black-color-100);
  text-decoration: none;
}
.sitemap li a:hover {
  background-color: var(--wp--preset--color--brown-color-lightest);
}
.sitemap li ul {
  margin: 0.625rem 0;
  border: 1px solid var(--wp--preset--color--gray-color-light);
  border-top: none;
}
@media screen and (max-width: 739px) {
  .sitemap {
    padding: 0.625rem 0;
  }
  .sitemap > div {
    padding: 1.25rem;
  }
  .sitemap h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .sitemap li {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.625rem;
  }
  .sitemap li a {
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
    margin: -0.625rem;
    background-size: 1.875rem;
    background-position: right -0.25rem center;
  }
  .sitemap li ul {
    margin: 0.625rem 0 0 0;
  }
}

/*siteinfo
-----------------------------------------------------------------------------------------*/
.siteinfo {
  padding: 5rem 0;
}
.siteinfo > div {
  background: var(--wp--preset--color--white-color-100);
  padding: 3.75rem 7.5rem;
}
.siteinfo h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.875rem;
  color: var(--wp--preset--color--main-color-80);
}
.siteinfo h2 {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 1.875rem 0 0 0;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  border-top: 1px dashed var(--wp--preset--color--gray-color-lighter);
}
.siteinfo p,
.siteinfo li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.25rem;
}
.siteinfo li {
  padding-left: 1rem;
}
.siteinfo li img {
  margin: 0.25rem 0;
}
.siteinfo li::before {
  content: '';
  float: left;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--wp--preset--color--main-color-100);
  margin: 0.375rem 0.375rem 0 -1rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 739px) {
  .siteinfo {
    padding: 0.625rem 0;
  }
  .siteinfo > div {
    padding: 1.25rem;
  }
  .siteinfo h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/*topics
-----------------------------------------------------------------------------------------*/
.topics {
  width: 52.5rem;
  padding: 5rem 0;
  margin: 0 auto;
}
.topics h2 {
  color: var(--wp--preset--color--main-color-100);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.topics ul {
  border-top: 1px solid var(--wp--preset--color--gray-color-light);
}
.topics li.wp-block-post:hover {
  background-color: var(--wp--preset--color--brown-color-lightest);
}
.topics li .wp-block-group {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--wp--preset--color--gray-color-light);
  position: relative;
  background: url(images/ya_g.svg) right 0.5rem center no-repeat;
}
.topics li .wp-block-post-date {
  width: 8.75rem;
}
.topics li .wp-block-post-date a {
  display: block;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  color: var(--wp--preset--color--main-color-100);
  letter-spacing: 0.125rem;
}
.topics li .wp-block-post-title a {
  display: block;
  padding: 1.25rem 0;
  font-size: 1rem;
  color: var(--wp--preset--color--black-color-100);
}
@media screen and (max-width: 739px) {
  .topics {
    width: auto;
    padding: 1.25rem;
    margin: 0 auto;
  }
  .topics h2 {
    font-size: 1.125rem;
    text-align: center;
  }
  .topics li .wp-block-group {
    padding: 0.625rem 0;
    flex-flow: column;
    align-items: start;
  }
  .topics li a {
    background-size: 1.875rem;
    background-position: right -0.25rem center;
  }
  .topics li .wp-block-post-date {
    width: 100%;
    text-align: left;
  }
  .topics li .wp-block-post-date a {
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    position: static;
  }
  .topics li .wp-block-post-title {
    width: 100%;
  }
  .topics li .wp-block-post-title a {
    padding: 0;
    font-size: 0.875rem;
  }
}
/*-------------------------article*/
.topics article > h1 {
  font-size: 1.875rem;
  line-height: 1.5;
}
.topics article time {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: var(--wp--preset--color--main-color-100);
  padding: 0.625rem 0 1.25rem 0;
  border-bottom: 1px solid var(--wp--preset--color--gray-color-darkest);
}
.topics article table caption {
  background: var(--wp--preset--color--gray-color-dark);
  font-weight: bold;
  color: var(--wp--preset--color--white-color-100);
  text-align: left;
  padding: 0.25rem 1rem;
}
.topics article table {
  margin: 1rem 0;
  width: auto;
}
/*section*/
.topics article section {
  padding: 3rem 0;
}
.topics article section + section {
  border-top: 1px solid var(--wp--preset--color--gray-color-lighter);
}
.topics article section h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  color: var(--wp--preset--color--main-color-100);
}
.topics article section h2 {
  background: var(--wp--preset--color--main-color-100);
  color: var(--wp--preset--color--white-color-100);
  font-weight: bold;
  padding: 0.125rem 0.75rem;
  margin-top: 2.5rem;
}
.topics article section figure {
  text-align: center;
  margin: 1.875rem auto 0 auto;
}
.topics article section figure img {
  display: block;
  margin: 0 auto 0.625rem auto;
}
@media screen and (max-width: 739px) {
  .topics article > h1 {
    font-size: 1.125rem;
    line-height: 1.75;
  }
  .topics article time {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .topics article section {
    padding: 1.875rem 0;
  }
  .topics article section h1 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  .topics article section h2 {
    margin-top: 1.5rem;
  }
  .topics article section figure {
    margin: 1rem auto 0 auto;
  }
  .topics article section figure img {
    margin: 0 auto 0.25rem auto;
  }
}
/*-------------------------pager*/
.wp-block-query-pagination {
  margin: 1rem 0;
  text-align: center;
}
.wp-block-query-pagination p {
  font-size: 0.75rem;
}
.wp-block-query-pagination .page-numbers {
  display: inline-block;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  color: var(--wp--preset--color--main-color-100);
  background: var(--wp--preset--color--gray-color-lightest);
  font-size: 1rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 0.125rem;
}
.wp-block-query-pagination .current,
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:hover,
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:hover {
  color: var(--wp--preset--color--white-color-100);
  background: var(--wp--preset--color--main-color-100);
}
@media screen and (max-width: 739px) {
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination .wp-block-query-pagination-previous-arrow,
  .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    font-size: 0.875rem;
    width: 2.25rem;
    line-height: 2.25rem;
  }
}

/*sidebar
-----------------------------------------------------------------------------------------*/
.sidebar {
  padding: 3.75rem 0;
  width: 13.75rem;
}
.sidebar .news,
.sidebar .archives {
  padding: 1.25rem 0;
}
.sidebar h2 {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-bottom: 0.625rem;
  color: var(--wp--preset--color--main-color-100);
  letter-spacing: 0.125rem;
  border-bottom: 1px solid var(--wp--preset--color--main-color-100);
}
.sidebar ul {
  padding: 0;
}
.sidebar li {
  border-bottom: 1px dotted var(--wp--preset--color--gray-color-dark);
}
.sidebar li a {
  display: block;
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--wp--preset--color--black-color-100);
}
.sidebar li a.current {
  background: var(--wp--preset--color--brown-color-lighter);
}
.sidebar li a:hover {
  background: var(--wp--preset--color--brown-color-lightest);
}
@media screen and (max-width: 739px) {
  .sidebar {
    padding: 1.25rem;
    float: none;
    width: auto;
    border: 1.25rem solid var(--wp--preset--color--main-color-100);
    margin-bottom: 0.125rem;
  }
  .sidebar .news,
  .sidebar .archives {
    padding: 0;
  }
  .sidebar .archives {
    margin-top: 1.25rem;
  }
}
