@charset "UTF-8";
font {
  white-space: nowrap;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #555; /* 好みで色を変えてください */
  border-right: solid 1px #555; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
}

figure.test img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
===============================================================================
slider
===============================================================================
*/
#home #main_slide_wrap {
  margin: 100px auto;
  width: 88%;
  position: relative;
}
#home .main_slide {
  display: block;
  width: 100%;
}
#home .main_slide img {
  width: 100%;
  height: auto;
}
#home .slick-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 266/160;
}
#home .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#home .slick-slide figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home .slick-slide figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#home .slick-prev, #home .slick-next {
  width: 30px;
  height: 30px;
  background: url(../image/arrow01.webp) no-repeat center center/100% auto;
  z-index: 8;
}
#home .slick-prev::before, #home .slick-next::before {
  display: none;
}
#home .slick-prev {
  left: -4vw;
}
#home .slick-next {
  transform: rotate(180deg);
  margin-top: -15px;
  right: -4vw;
}
#home .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -40px;
}
#home .slick-dots li {
  width: 10px;
  height: 10px;
}
#home .slick-dots li:last-child {
  margin-right: 30px;
}
#home #slide_toggle {
  width: 20px;
  height: auto;
  background: none;
  border: none;
  margin-right: -75px;
  margin-top: -3px;
  position: absolute;
  right: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#home .slick-dots li button:before {
  display: none;
}
#home .slick-dots li button {
  width: 10px;
  height: 10px;
  border: #c5de57 solid 1px;
  border-radius: 50px;
}
#home .slick-dots li.slick-active button {
  background-color: #c5de57;
}

/*
===============================================================================
container
===============================================================================
*/
#container {
  display: block;
  width: 90%;
  margin: 0 auto 0;
}
#container #main-contents {
  display: block;
}
#container #sub-contents {
  display: block;
}

/*
===============================================================================
parts
===============================================================================
*/
.btn-type01 {
  display: table;
  margin: 0 auto;
  width: 90%;
  padding: 1.3em 3em;
  border: #c5de57 solid 2px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 1.0714285714rem;
}
.btn-type01 p {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.btn-type01[target=_blank] p {
  display: flex;
  align-items: center;
}
.btn-type01[target=_blank] p::after {
  content: "";
  display: block;
  background: url(../image/icon-blank.webp) no-repeat center center/100% auto;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
}
.btn-type01:hover {
  background-color: #c5de57;
  text-decoration: underline;
}

.post-list-type01 {
  display: block;
}
.post-list-type01 li {
  border-bottom: #cccccc solid 1px;
  padding: 1rem 0;
}
.post-list-type01 li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.post-list-type01 li a figure {
  display: block;
  width: 38.961038961%;
  aspect-ratio: 266/160;
  overflow: hidden;
}
.post-list-type01 li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list-type01 li a .caption {
  display: block;
  width: 54.7272727273%;
  padding-bottom: 1.2em;
  position: relative;
}
.post-list-type01 li a .caption time {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.7857142857rem;
  line-height: 100%;
  letter-spacing: -0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.post-list-type01 li a .caption time::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../image/icon-schedule.webp) no-repeat center/100% auto;
  margin-right: 0.5em;
}
.post-list-type01 li a .caption p {
  font-size: 1.0714285714rem;
}

.post-list-type02 {
  display: block;
}
.post-list-type02 li {
  border-bottom: #cccccc solid 1px;
  padding: 1rem 0;
}
.post-list-type02 li a {
  display: flex;
  justify-content: space-between;
}
.post-list-type02 li a figure {
  display: block;
  width: 40%;
  max-width: 178px;
  aspect-ratio: 178/135;
  overflow: hidden;
}
.post-list-type02 li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list-type02 li a .caption {
  width: 55%;
  padding-bottom: 1.4285714286rem;
  position: relative;
}
.post-list-type02 li a .caption .title {
  font-size: 1.0714285714rem;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 表示したい行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-list-type02 li a .caption p {
  font-size: 0.8571428571rem;
  line-height: 1.5;
  padding-top: 0.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示したい行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-list-type02 li a .caption .tab {
  font-size: 0.7142857143rem;
  background-color: #c5de57;
  border-radius: 25px;
  padding: 0.4em 0.5em;
}
.post-list-type02 li a .caption time {
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 100%;
  font-size: 0.7857142857rem;
  letter-spacing: -0.05em;
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-list-type02 li a .caption time::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../image/icon-schedule.webp) no-repeat center/100% auto;
  margin-right: 0.5em;
}

.link-box-type01 {
  margin: 40px auto 70px;
}
.link-box-type01 a {
  display: block;
  font-size: 1.1428571429rem;
  width: 90%;
  text-align: center;
  font-weight: bold;
  background: #c5de57;
  border: 2px solid #c5de57;
  padding: 25px 10px;
  transition: 0.2s;
}
.link-box-type01 a:not(:last-of-type) {
  margin: 0 auto 15px;
}
.link-box-type01 a:hover {
  background: #fff;
}

/*
===============================================================================
#main-contents
===============================================================================
*/
#main-contents .main-section {
  margin-bottom: 60px;
}
#main-contents .main-section:last-child {
  margin-bottom: 0;
}
#main-contents .section-title {
  margin-bottom: 1rem;
}
#main-contents .section-title img {
  height: 70px;
}

#main-contents .event-nav-wrap {
  margin-bottom: 1rem;
  overflow-x: scroll;
}

#main-contents .event-nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 1.0714285714rem;
  font-weight: bold;
  width: 100%;
  min-width: 500px;
}
#main-contents .event-nav li {
  width: calc((100% - 8px) / 5);
}
#main-contents .event-nav li a {
  display: block;
}
#main-contents .event-nav li a img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 50px;
}
#main-contents .event-nav li a p {
  padding: 0.5em 0;
}
#main-contents .event-nav li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #b3b3b3;
}

#main-contents .event-nav li.is-active a::after,
#main-contents .event-nav li a:hover::after {
  background-color: #c5de57;
}

#main-contents #event .event-box {
  display: none;
}
#main-contents #event .event-box.is-active {
  display: block;
}

#main-contents #event .post-list-type01 {
  margin-bottom: 30px;
}

#main-contents #staff-blog .title-box {
  margin-bottom: 1.5rem;
  position: relative;
}
#main-contents #staff-blog .title-box p {
  text-align: center;
  font-size: 1.0714285714rem;
}
#main-contents #staff-blog .title-box > .illust {
  width: 22vw;
  max-width: 130px;
  height: auto;
  position: absolute;
  bottom: 4rem;
  right: 0;
}
#main-contents #staff-blog .post-list-type02 {
  margin-bottom: 30px;
}

#main-contents #instagram-box {
  background-color: #f7f7f7;
  padding: 40px 0;
}
#main-contents #instagram-box > .title, #main-contents #instagram-box > .text {
  display: block;
  text-align: center;
  font-size: 1.0714285714rem;
}
#main-contents #instagram-box .title {
  margin-bottom: 1rem;
}
#main-contents #instagram-box .text::after {
  content: "";
  display: block;
  width: 20vw;
  max-width: 85px;
  margin-top: 0.5rem;
  aspect-ratio: 1/1;
  background: url(../image/illustration-03.webp) no-repeat center bottom/100% auto;
  margin-left: 7%;
}
#main-contents #instagram-box .insta-wrap {
  display: block;
  width: 88%;
  margin: 0 auto 30px;
  position: relative;
}

.footer_banner {
  width: 100%;
  margin: 30px auto 0;
}
.footer_banner .inner {
  width: 90%;
  margin: 0 auto;
}
.footer_banner .inner a {
  display: table;
  margin: 0 auto;
}

/*
===============================================================================
#sub-contents
===============================================================================
*/
#sub-contents {
  margin-top: 120px;
  position: relative;
}
#sub-contents::before {
  content: "";
  display: block;
  background: url(../image/illustration-01.webp) no-repeat top left/100% auto;
  width: 60px;
  aspect-ratio: 7/15;
  position: absolute;
  right: 5vw;
  top: -100px;
}

#sub-contents .sub-section {
  background-color: #f7f7f7;
  border-radius: 30px;
  margin-bottom: 30px;
}
#sub-contents .sub-section:last-child {
  margin-bottom: 0;
}
#sub-contents .sub-section .inner-box {
  padding: 1.5rem 1rem 2rem;
}

#sub-contents .sub-section > .title {
  background-color: #c5de57;
  border-radius: 30px 30px 0 0;
  padding: 1rem;
}
#sub-contents .sub-section > .title span {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2857142857rem;
}
#sub-contents .sub-section > .title span::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2em;
  background-image: url(../image/icon-special-white.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#sub-contents .sub-section#event .title span:before {
  background-image: url(../image/icon-special-white.webp);
}
#sub-contents .sub-section#ranking .title span:before {
  background-image: url(../image/icon-ranking-white.webp);
}
#sub-contents .sub-section#category .title span:before {
  background-image: url(../image/icon-category-white.webp);
}
#sub-contents .sub-section#calendar .title span:before {
  background-image: url(../image/icon-event-calendar-white.webp);
}
#sub-contents .sub-section#region .title span:before {
  background-image: url(../image/icon-region-white.webp);
}

ul.post-list-type03 li:not(:first-child) {
  margin-top: 1em;
}
ul.post-list-type03 li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul.post-list-type03 li a figure {
  display: block;
  width: 42.3728813559%;
  max-width: 160px;
  aspect-ratio: 160/115;
  overflow: hidden;
}
ul.post-list-type03 li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.post-list-type03 li a .caption {
  width: 53.1073446328%;
  padding: 0.3rem 0;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
ul.post-list-type03 li a .caption > b {
  font-size: 0.9285714286rem;
  font-weight: normal;
}
ul.post-list-type03 li a .caption time {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.7857142857rem;
  letter-spacing: -0.05em;
  line-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.post-list-type03 li a .caption time::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../image/icon-schedule.webp) no-repeat center/100% auto;
  margin-right: 0.5em;
}

.button-list-type02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.button-list-type02 li {
  width: 49%;
  margin-top: 2%;
}
.button-list-type02 li:nth-child(-n+2) {
  margin-top: 0;
}
.button-list-type02 li a {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 1em;
}

.button-list-type03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.button-list-type03 li {
  width: 32%;
  margin-top: 2%;
}
.button-list-type03 li:nth-child(-n+3) {
  margin-top: 0;
}
.button-list-type03 li a {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 1em;
}

#sub-contents #ranking ul.post-list-type03 {
  counter-reset: number 0;
}
#sub-contents #ranking ul.post-list-type03 li a {
  position: relative;
}
#sub-contents #ranking ul.post-list-type03 li a:before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.4rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: #141414;
  position: absolute;
  left: -1.2rem;
  top: -0.51rem;
}
#sub-contents #ranking ul.post-list-type03 li:nth-child(1) a:before {
  background: #926e00;
}
#sub-contents #ranking ul.post-list-type03 li:nth-child(2) a:before {
  background: #757575;
}
#sub-contents #ranking ul.post-list-type03 li:nth-child(3) a:before {
  background: #874c00;
}

#sub-contents #banner {
  background: none;
}
#sub-contents #banner > a {
  display: block;
}
#sub-contents #banner > a img {
  display: block;
  width: 100%;
  height: auto;
}
#sub-contents #banner > a:not(:first-child) {
  margin-top: 15px;
}

/*
===============================================================================
下層ページ
===============================================================================
*/
#page {
  padding-top: 80px;
}
#page #container {
  margin-top: 30px;
}
#page #container .page-title-box {
  background: #f7f7f7;
  padding: 1.5em 1em;
  margin-bottom: 40px;
}
#page #container .page-title-box.illust {
  position: relative;
}
#page #container .page-title-box.illust::after {
  content: "";
  display: block;
  background: url(../image/illustration-04.webp) no-repeat top left/100% auto;
  width: 35px;
  aspect-ratio: 1/2;
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
}
#page #container .page-title-box.illust h1.title {
  padding-right: 10vw;
}
#page #container .page-title-box h1.title {
  font-size: 1.2857142857rem;
  font-weight: bold;
}
#page #container .main-section h2:not(:first-of-type) {
  margin-top: 60px;
}
#page #container .main-section h3:not(:first-of-type):not(h2 + h3) {
  margin-top: 30px;
}
#page #container .main-section .text p {
  margin: 1em 0 0 0;
  line-height: 1.8;
}
#page #container .main-section .text a {
  color: #016e11;
  text-decoration: underline;
}
#page #container .main-section .text a > p {
  margin-top: 0;
}
#page #container .main-section .text ul {
  margin-top: 1em;
}
#page #container .main-section .text.first {
  margin-bottom: 2em;
}
#page #container .main-section .text.first p {
  margin: 0 0 1em 0;
}
#page #container .main-section .dot::before {
  content: "●";
  padding-right: 5px;
}
#page #container .main-section .marker {
  background: linear-gradient(transparent 60%, #fff546 60%);
}
#page #container .main-section .form {
  padding: 30px 0;
}
#page #container .main-section .form form table {
  width: 100%;
  max-width: 350px;
}
#page #container .main-section .form form table tbody tr th {
  display: block;
  font-size: 1.0714285714rem;
  text-align: left;
  padding: 10px 0 2px;
}
#page #container .main-section .form form table tbody tr td {
  display: block;
}
#page #container .main-section .form form table tbody tr td input, #page #container .main-section .form form table tbody tr td textarea, #page #container .main-section .form form table tbody tr td select {
  width: 100%;
  font-size: 1.0714285714rem;
  border: 1px solid #0090cd;
  resize: vertical;
  padding: 8px;
}
#page #container .main-section .form form table tbody tr td textarea {
  height: 13em;
  line-height: 1.3;
}
#page #container .main-section .form form .consent {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 5px 20px;
}
#page #container .main-section .form form .consent label span {
  display: none;
}
#page #container .main-section .form form .consent a {
  color: #016e11;
  text-decoration: underline;
}
#page #container .main-section .form form .submit-button {
  display: flex;
  gap: 15px;
}
#page #container .main-section .form form .submit-button input[type=submit], #page #container .main-section .form form .submit-button input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25%;
  max-width: 90px;
  color: #fff;
  font-size: 1.2142857143rem;
  background: #298a00;
  border: 1px solid #298a00;
  border-radius: 4px;
  padding: 15px;
  transition: 0.4s;
}
#page #container .main-section .form form .submit-button input[type=submit]:hover, #page #container .main-section .form form .submit-button input[type=button]:hover {
  color: #298a00;
  background: #fff;
}

.breadcrumb_box {
  width: 90%;
  margin: 0 auto;
  padding: 0.7em 0;
  font-size: 0.8571428571rem;
}

.breadcrumb_box a {
  color: #c5de57;
}

.page-navi {
  display: flex;
  justify-content: center;
  margin: 40px 0 80px;
}
.page-navi .wp-pagenavi {
  display: flex;
  gap: 3px;
}
.page-navi .wp-pagenavi > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 0.8571428571rem;
  background: #f7f7f7;
  border: 1px solid #999999;
}
.page-navi .wp-pagenavi .pages {
  width: 55px;
}
.page-navi .wp-pagenavi .current {
  background: #c5de57;
  border: 1px solid #c5de57;
}
.page-navi .wp-pagenavi a {
  transition: 0.3s;
}
.page-navi .wp-pagenavi a:hover {
  opacity: 1;
  background: #c5de57;
}

/*
===============================================================================
右京ファンクラブとは
===============================================================================
*/
/*
===============================================================================
記事　POST
===============================================================================
*/
.post-title-box {
  margin-bottom: 3rem;
}
.post-title-box time {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.9285714286rem;
}
.post-title-box time::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../image/icon-schedule.webp) no-repeat center center/100% auto;
  margin-right: 0.5rem;
}
.post-title-box > .title {
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0.2em 0 0.5em;
}
.post-title-box .tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-title-box .tab li {
  margin-right: 0.7rem;
  margin-bottom: 0.5em;
}
.post-title-box .tab li a {
  display: block;
  border: #c5de57 solid 1px;
  background-color: #c5de57;
  border-radius: 25px;
  padding: 0.7em 0.5em;
  text-align: center;
  font-size: 0.7857142857rem;
}
.post-title-box .tab li a:hover {
  background-color: #fff;
  text-decoration: underline;
}
.post-title-box .tab li a p {
  min-width: 7em;
  line-height: 100%;
}

.post-main-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.title_type01,
#page #post-box h2 {
  font-size: 1.2142857143rem;
  margin-bottom: 0.8em;
  padding-bottom: 0.3em;
  position: relative;
}
.title_type01::before,
#page #post-box h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b3b3b3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title_type01::after,
#page #post-box h2::after {
  content: "";
  width: 140px;
  height: 2px;
  background-color: #c5de57;
  position: absolute;
  left: 0;
  bottom: 0;
}

.title_type02,
#page #post-box h3 {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.2;
  border-left: 4px solid #c5de57;
  padding-left: 5px;
  margin-bottom: 0.5em;
}

ul.disc-list {
  margin: 0 0 1em 25px;
}

ul.disc-list li {
  list-style-type: disc;
  margin: 0 0 0.3em 0;
}

ul.num-list {
  padding-left: 1.5em;
}
ul.num-list li {
  counter-increment: num;
  position: relative;
}
ul.num-list li::before {
  position: absolute;
  content: counter(num) ".";
  left: -1.2em;
  text-align: right;
}
ul.num-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

#post-box a {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

#post-box div + h2,
#post-box ul + h2,
#post-box li + h2,
#post-box ol + h2,
#post-box p + h2 {
  margin-top: 60px;
}

#post-box div + h3,
#post-box ul + h3,
#post-box li + h3,
#post-box ol + h3,
#post-box p + h3 {
  margin-top: 30px;
}

#post-box div + table,
#post-box ul + table,
#post-box li + table,
#post-box ol + table,
#post-box p + table {
  margin-top: 1em;
}

#post-box p,
#post-box pre {
  margin: 1em 0 0 0;
  line-height: 1.8;
}

#post-box p + .wp-block-image,
#post-box pre + .wp-block-image {
  margin-top: 1em;
}

#post-box .wp-block-gallery {
  margin: 1em 0;
}

#post-box img {
  max-width: 100%;
  height: auto;
}

.post-contents #post-footer {
  border-top: #cccccc solid 1px;
  padding-top: 60px;
}

#post-footer table.detai-table,
#post-box table {
  width: 100%;
  margin-bottom: 30px;
}
#post-footer table.detai-table tr,
#post-box table tr {
  border-bottom: #fff solid 5px;
}
#post-footer table.detai-table tr th,
#post-footer table.detai-table tr td,
#post-box table tr th,
#post-box table tr td {
  display: block;
}
#post-footer table.detai-table tr th,
#post-box table tr th {
  width: 100%;
  padding: 0.3em 1em;
  text-align: left;
  background-color: #e9f2bf;
  border-bottom: #c5de57 solid 2px;
}
#post-footer table.detai-table tr td,
#post-box table tr td {
  padding: 0.5em 1em;
}
#post-footer table.detai-table tr td p,
#post-box table tr td p {
  margin-top: 0.5em;
}
#post-footer table.detai-table tr td p:first-child,
#post-box table tr td p:first-child {
  margin-top: 0;
}
#post-footer table.detai-table tr td a,
#post-box table tr td a {
  color: #016e11;
  text-decoration: underline;
}

.post-contents #user {
  background-color: #f7f7f7;
  padding: 1em;
}
.post-contents #user .account {
  display: flex;
  align-items: center;
  font-size: 1.0714285714rem;
  margin-bottom: 0.5em;
}
.post-contents #user .account > figure {
  width: 15%;
  max-width: 70px;
  border-radius: 50px;
  margin-right: 0.5em;
  overflow: hidden;
}
.post-contents #user .account > figure img {
  display: block;
}
.post-contents #user .account b {
  width: 85%;
}
.post-contents #user .detail {
  display: block;
}
.post-contents #user .detail .time {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.7857142857rem;
}
.post-contents #user .detail .time:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../image/icon-time.webp) no-repeat center center/100% auto;
  margin-right: 0.5rem;
}
.post-contents #user .detail ul.tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.post-contents #user .detail ul.tab li {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.post-contents #user .detail ul.tab li a {
  display: block;
  border: #c5de57 solid 1px;
  background-color: #c5de57;
  border-radius: 25px;
  padding: 0.7em 0.5em;
  text-align: center;
  font-size: 0.7857142857rem;
}
.post-contents #user .detail ul.tab li a:hover {
  background-color: #fff;
  text-decoration: underline;
}
.post-contents #user .detail ul.tab li a p {
  min-width: 7em;
  line-height: 100%;
}

/*
===============================================================================
学区
===============================================================================
*/
.gakku-contents ul.gakku-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 30px;
}
.gakku-contents ul.gakku-list li {
  width: 32%;
  border: 1px solid #c5de57;
}
.gakku-contents ul.gakku-list li a {
  display: block;
  text-align: center;
  padding: 1em 0.5em;
}
.gakku-contents ul.gakku-list li a.h-site {
  position: relative;
}
.gakku-contents ul.gakku-list li a.h-site::after {
  position: absolute;
  bottom: 1px;
  right: 2px;
  content: "[サイトあり]";
  color: #666666;
  font-size: 0.5rem;
  font-weight: bold;
}
.gakku-contents .detai-table tr {
  border-bottom: #fff solid 5px;
}
.gakku-contents .detai-table tr th {
  display: block;
  width: 100%;
  padding: 0.3em 1em;
  text-align: left;
  background-color: #e9f2bf;
  border-bottom: #c5de57 solid 2px;
}
.gakku-contents .detai-table tr td {
  display: block;
  padding: 0.5em 1em;
}

/*
===============================================================================
団体
===============================================================================
*/
.group-contents ul.post-list-type02 li a figure {
  aspect-ratio: 1/1;
}
.group-contents ul.post-list-type02 li a .caption {
  padding-bottom: 0;
}
.group-contents ul.post-list-type02 li a .caption .title {
  -webkit-line-clamp: 2;
}
.group-contents ul.post-list-type02 li a .caption p {
  -webkit-line-clamp: 4;
  padding-top: 5px;
}
.group-contents .post-title-box h1.title {
  padding: 0;
}

/*
===============================================================================
情報掲載要項
===============================================================================
*/
.entry-yoko-contents ul.num-list {
  padding-left: 2em;
}
.entry-yoko-contents ul.num-list li {
  counter-increment: num;
  position: relative;
}
.entry-yoko-contents ul.num-list li::before {
  position: absolute;
  content: "（" counter(num) "）";
  left: -2em;
  text-align: right;
}
.entry-yoko-contents ul.num-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

/*
===============================================================================
右京ファンクラブ会員
===============================================================================
*/
.member-contents .text_box p {
  margin-bottom: 1em;
}
.member-contents .text_box p:last-child {
  margin-bottom: 0;
}

.member-contents .funbanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-contents .funbanner a {
  display: block;
  width: 49%;
  border: #ddd solid 1px;
  margin-top: 2%;
}
.member-contents .funbanner a img {
  display: block;
  width: 100%;
  height: auto;
}

.member-contents .disc-list.message {
  margin-bottom: 2.5rem;
}
.member-contents .disc-list.message li {
  margin-top: 1em;
}

/*
===============================================================================
プライバシーポリシー
===============================================================================
*/
.privacy-contents ul.roman-list {
  padding-left: 2.5em;
}
.privacy-contents ul.roman-list li {
  counter-increment: num;
  position: relative;
}
.privacy-contents ul.roman-list li::before {
  position: absolute;
  content: counter(num, upper-roman) ". ";
  left: -2.5em;
  width: 2em;
  text-align: right;
}
.privacy-contents ul.roman-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

/*
===============================================================================
イベント登録・団体登録お申し込み
===============================================================================
*/
.entry-contents .text .no_link {
  pointer-events: none;
}
.entry-contents .text .note {
  display: block;
  font-feature-settings: "palt";
  font-size: 0.9em;
  color: blue;
  margin-bottom: 0.5em;
}

/*
===============================================================================
事業報告
===============================================================================
*/
ul.list-type01 li {
  display: block;
  padding: 1rem 1rem;
  line-height: 1.5;
  border-top: #f7f7f7 solid 1px;
}
ul.list-type01 li:last-child {
  border-bottom: #f7f7f7 solid 1px;
}
ul.list-type01 li p:first-child:before {
  content: "▼";
  color: #016e11;
  margin-right: 0.2em;
}
ul.list-type01 li a {
  color: #016e11;
  text-decoration: underline;
  margin-left: 1.3em;
}

.jigyohoukoku ul.list-type01 {
  margin-top: 3em;
}

/*
===============================================================================
お問い合わせ
===============================================================================
*/
table.mail_form {
  margin: 2rem auto 0;
  width: 100%;
}
table.mail_form tr {
  border-bottom: #ddd solid 1px;
}
table.mail_form tr th,
table.mail_form tr td {
  display: block;
  padding: 0.2em 0.5em;
  text-align: left;
}
table.mail_form tr th {
  padding-top: 1.2em;
}
table.mail_form tr th p {
  display: flex;
  align-items: center;
  font-weight: bold;
}
table.mail_form tr th p .must {
  color: red;
  font-size: 0.7em;
  margin-left: 0.5em;
}
table.mail_form tr td {
  padding-bottom: 1.2em;
}

table.mail_form td input {
  padding: 0.2em;
  width: 100%;
  font-size: 1rem;
}
table.mail_form td textarea {
  width: 100%;
  padding: 0.2em;
}

table.mail_form .wpcf7-checkbox input,
table.mail_form .wpcf7-radio input {
  width: auto;
}
table.mail_form input.wpcf7-date {
  width: auto;
}
table.mail_form a {
  color: #016e11;
  text-decoration: underline;
}

table.mail_form .address-box dl {
  display: block;
}
table.mail_form .address-box dl:first-child {
  margin-bottom: 0.5em;
}
table.mail_form .address-box dl dt {
  display: block;
  padding-top: 0.1em;
}
table.mail_form .address-box dl dd {
  display: block;
}
table.mail_form .address-box dl dd input {
  width: 100%;
}

.mail_form_wrap .submit_box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}
.mail_form_wrap .submit_box input, .mail_form_wrap .submit_box button {
  font-size: 1.2em;
  padding: 0.5em 4em;
  border-radius: 5px;
  border: none;
  background: #016e11;
  color: #fff;
}
.mail_form_wrap .submit_box input:disabled, .mail_form_wrap .submit_box button:disabled {
  background: #c9c9c9;
  opacity: 0.3;
}
.mail_form_wrap .submit_box input.back-button, .mail_form_wrap .submit_box button.back-button {
  margin-right: 1em !important;
  background: #000;
}
.mail_form_wrap .submit_box .wpcf7-spinner {
  display: none;
}

.mail_form_wrap .privacy .wpcf7-list-item {
  margin: 0;
  font-weight: bold;
}

.mail_form_wrap .confirm_title {
  color: #016e11;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}
.post-list-type01 li .caption font{
          white-space: normal;
}
.post-list-type02 li .caption font{
          white-space: normal;
}
.post-list-type03 li .caption font{
          white-space: normal;
}
.text font{
          white-space: normal;
}