@charset "utf-8";
/* =====================================================
   lower.css 整理版
   - 重複セレクタを整理
   - 後勝ち指定を反映
===================================================== */

/* =====================================================
   PC
===================================================== */
@media screen and (min-width: 768px) {

.top_kv,
.top_kv_text {
  display: none;
}

.top_kv_img {
  display: none;
}

.lower_wrap {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.lower_page_title {
  width: 100%;
  padding: 200px 20px 40px;
  text-align: center;
  position: relative;
}

.lower_page_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #999;
  margin: 35px auto 0;
}

.lower_page_title h1 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #222;
}

.lower_page_title p {
  margin: 18px 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  color: #777;
}

.lower_section {
  width: 100%;
  padding: 90px 20px;
  position: relative;
}

.lower_section_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.lower_title {
  margin: 0 0 60px;
  text-align: center;
}

.lower_title h2 {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #222;
}

.lower_title p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  color: #888;
}

.lower_text {
  color: #000;
  line-height: 2.4;
  letter-spacing: 0.08em;
}

.lower_text p {
  margin: 0 0 2em;
  font-size: 1.2rem;
}

#lower_contact {
  background: #fff;
}

.lower_contact_box {
  text-align: center;
  color: #000;
}

.lower_contact_lead {
  margin: 0 0 45px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.lower_contact_name {
  margin: 0 0 50px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.lower_contact_name span {
  font-size: 0.9rem;
  color: #666;
}

.lower_contact_info {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.lower_contact_info div {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #ddd;
}

.lower_contact_info dt,
.lower_contact_info dd {
  margin: 0;
  padding: 22px 24px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.lower_contact_info dt {
  background: #f6f3ee;
  text-align: left;
  font-weight: 400;
}

.lower_contact_info dd {
  text-align: left;
}

.lower_contact_info a {
  color: #333;
  text-decoration: none;
}

.lower_contact_info a:hover {
  text-decoration: underline;
}

#lower_faq {
  position: relative;
  background: #fff;
}

.lower_faq_wrap {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.lower_faq_q {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.lower_faq_q span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #4f3d79;
  color: #fff;
  font-size: 1rem;
  line-height: 34px;
  text-align: center;
  flex-shrink: 0;
}

.lower_faq_q h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #222;
}

.lower_faq_a {
  position: relative;
  display: flex;
  gap: 34px;
  padding: 34px;
  background: #faf7f1;
  border-radius: 8px;
}

.lower_faq_a::after {
  content: "";
  position: absolute;
  left: 38px;
  top: -10px;
  width: 20px;
  height: 20px;
  background: #faf7f1;
  transform: rotate(45deg);
}

.lower_faq_icon {
  width: 110px;
  flex-shrink: 0;
}

.lower_faq_icon img {
  width: 100%;
  display: block;
}

.lower_faq_text {
  flex: 1;
  padding-top: 6px;
}

.lower_faq_text p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 2.4;
  letter-spacing: 0.06em;
}

#lower_sohsha_about {
  background: #fff;
}

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

.lower_title.left h2 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 35px;
}

.lower_title.left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d8d2c7;
}

.lower_history_intro {
  margin-bottom: 70px;
}

.lower_history_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 90px;
}

.lower_history_gallery figure {
  margin: 0;
}

.lower_history_gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.lower_history_block {
  margin-bottom: 100px;
}

#lower_history_table {
  background: #faf7f1;
}

.history_table_wrap {
  margin-top: 10px;
}

.history_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d8d2c7;
}

.history_table tr {
  border-bottom: 1px solid #d8d2c7;
}

.history_table th,
.history_table td {
  padding: 28px 30px;
  vertical-align: top;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.history_table th {
  width: 280px;
  background: #f3ede3;
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.history_table td {
  background: #fff;
  color: #333;
  font-size: 0.98rem;
}

.history_table tr:hover th {
  background: #ece3d3;
}

.history_table tr:hover td {
  background: #fcfbf8;
}

#lower_gosaijin {
  background: #fff;
}

.gosaijin_block {
  margin-bottom: 90px;
}

.gosaijin_heading {
  margin-bottom: 35px;
}

.gosaijin_heading h3 {
  margin: 0 0 8px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #222;
}

.gosaijin_heading p {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: #777;
}

.gosaijin_link {
  margin-top: 40px !important;
}

.gosaijin_link a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.gosaijin_link a:hover {
  opacity: 0.6;
}

.top_space {
  margin-top: 120px;
}

.kanbe_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}

.kanbe_text {
  flex: 1;
}

.kanbe_image {
  width: 240px;
  flex-shrink: 0;
  text-align: center;
}

.kanbe_image img {
  width: 100%;
  height: auto;
  display: block;
}

.kanbe_image p {
  margin-top: 18px;
  font-size: 0.8rem;
  line-height: 1.8;
  color: #666;
}

#lower_precinct_map {
  background: #fff;
}

.precinct_map_text {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
}

.precinct_map_text.second {
  margin-top: 50px;
}

.precinct_map_image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.precinct_list_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.precinct_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.precinct_table tr {
  border-bottom: 1px solid #ccc;
}

.precinct_table tr:first-child {
  border-top: 1px solid #ccc;
}

.precinct_table th {
  width: 58px;
  padding: 16px 10px;
  background: #f2df7b;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ccc;
}

.precinct_table td {
  padding: 16px 10px;
  font-size: 0.98rem;
  line-height: 1.8;
  vertical-align: top;
}

.precinct_table td a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.precinct_table td a:hover {
  opacity: 0.6;
}

#lower_precinct_walk {
  background: #fff;
}

.precinct_intro_list {
  display: flex;
  gap: 30px;
  margin-bottom: 90px;
}

.precinct_intro_item {
  width: 320px;
  text-align: center;
}

.precinct_intro_item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
  border: 1px solid #ddd;
}

.precinct_intro_item p {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.precinct_intro_item span {
  display: block;
  font-size: 0.95rem;
}

.precinct_detail_title {
  margin-bottom: 45px;
}

.precinct_detail_title h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.precinct_detail_wrap {
  display: flex;
  gap: 50px;
}

.precinct_detail_left {
  width: 320px;
  flex-shrink: 0;
}

.precinct_detail_right {
  flex: 1;
}

.precinct_detail_image img {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
}

.precinct_architecture {
  margin-top: 35px;
  padding: 28px;
  background: #faf7f1;
}

.precinct_architecture h4 {
  margin: 0 0 20px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
}

.precinct_architecture p {
  margin: 0;
  line-height: 2.2;
  color: #000;
}

.precinct_god_block {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid #ddd;
}

.precinct_god_block h4 {
  margin: 0 0 28px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222;
}

.precinct_god_block dl {
  margin: 0 0 35px;
}

.precinct_god_block dt {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 20px;
  border-radius: 30px;
  background: #f08ea0;
  color: #fff;
  font-size: 0.9rem;
}

.precinct_god_block dd {
  margin: 0 0 30px;
  line-height: 2.2;
  color: #333;
}

.precinct_god_block dt:nth-of-type(2) {
  background: #4d8cff;
}

.precinct_god_block dt:nth-of-type(3) {
  background: #b8b19a;
}

.precinct_detail_lead {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 45px;
  align-items: start;
  margin-bottom: 70px;
}

.precinct_detail_lead_image {
  margin: 0;
}

.precinct_detail_lead_image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.precinct_architecture.small {
  margin-top: 35px;
  padding: 22px 26px;
}

.precinct_sub_block {
  padding: 42px 0;
  border-top: 1px solid #d8d2c7;
}

.precinct_sub_block:last-child {
  border-bottom: 1px solid #d8d2c7;
}

.precinct_sub_block h4 {
  margin: 0 0 28px;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222;
}

.precinct_sub_block h4 span {
  font-size: 0.9rem;
  color: #666;
}

.precinct_info_dl {
  margin: 0 0 30px;
}

.precinct_info_dl dt {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 20px;
  border-radius: 30px;
  background: #f08ea0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.precinct_info_dl dt.blue {
  background: #4d8cff;
}

.precinct_info_dl dt.gray {
  background: #b8b19a;
}

.precinct_info_dl dd {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #333;
}

.precinct_large_image {
  max-width: 720px;
  margin: 0 auto 28px;
}

.precinct_large_image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.precinct_note {
  font-size: 0.95rem !important;
  line-height: 2.2 !important;
}

.precinct_area_list {
  padding-left: 1.4em;
  list-style: disc;
}

.precinct_area_list li {
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #333;
}

.precinct_history_list {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.precinct_history_list li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #333;
}

.precinct_history_list li span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #8b0000;
}

.last_spot_list {
  margin-top: 80px;
}

#lower_prayer {
  background: #fff;
}

.prayer_lead {
  margin-bottom: 55px;
}

.prayer_lead h3 {
  margin: 0 0 22px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #555;
}

.prayer_lead p {
  margin: 0;
  font-size: 1.35rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
}

.prayer_wrap {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 55px;
  align-items: start;
}

.prayer_list ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.prayer_list li {
  padding: 13px 18px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #222;
}

.prayer_list li:nth-child(even) {
  background: #f1f1f1;
}

.prayer_image {
  margin: 0;
  width: 430px;
  height: 657px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.prayer_image img {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

#lower_annual_ritual {
  background: #fff;
}

.annual_ritual_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.annual_ritual_item {
  position: relative;
  padding: 30px 34px;
  background: #f7f5f0;
  border-left: 4px solid #8b2b24;
}

.annual_ritual_item h3 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 18px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #4a2a24;
}

.annual_ritual_item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: #8b2b24;
  transform: rotate(45deg);
}

.annual_ritual_item h3 span {
  font-size: 0.95rem;
  color: #6d514a;
}

.annual_ritual_item .lower_text p {
  margin-bottom: 0.8em;
  font-size: 1rem;
  line-height: 2.2;
}

.annual_ritual_item .lower_text p:last-child {
  margin-bottom: 0;
}

#lower_season_festival {
  background: #fff;
}

.season_festival_block {
  border: 1px solid #cfc8bc;
  background: #fff;
  margin-bottom: 70px;
}

.season_festival_head {
  padding: 34px 40px;
  text-align: center;
  border-bottom: 1px solid #cfc8bc;
  position: relative;
  overflow: hidden;
}

.season_festival_head h3 {
  margin: 0 0 18px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #222;
}

.season_festival_head p {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.season_festival_table {
  width: 100%;
  border-collapse: collapse;
}

.season_festival_table th,
.season_festival_table td {
  border-bottom: 1px solid #cfc8bc;
  border-right: 1px solid #cfc8bc;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #222;
}

.season_festival_table tr:last-child th,
.season_festival_table tr:last-child td {
  border-bottom: none;
}

.season_festival_table th {
  width: 120px;
  padding: 18px 12px;
  background: #fff9bd;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.25rem;
}

.season_festival_table td {
  padding: 14px 18px;
}

.season_festival_table td.day {
  width: 120px;
  text-align: center;
}

.season_festival_table td:last-child {
  border-right: none;
}

.season_festival_block.spring .season_festival_head {
  background: linear-gradient(
    135deg,
    #ffdfe1 0%,
    #f4b8bb 100%
  );
}

.season_festival_block.summer .season_festival_head {
  background: linear-gradient(
    135deg,
    #67cdf5 0%,
    #2ca5d8 100%
  );
}

.season_festival_block.autumn .season_festival_head {
  background: linear-gradient(
    135deg,
    #ff8b66 0%,
    #ef5428 100%
  );
}

.season_festival_block.winter .season_festival_head {
  background: linear-gradient(
    135deg,
    #ececec 0%,
    #cfcfcf 100%
  );
}

.season_festival_head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
135deg,
rgba(255,255,255,0.18) 0%,
rgba(255,255,255,0) 40%
);
  pointer-events: none;
}

#lower_access {
  background: #fff;
}

.access_info_block {
  margin-bottom: 90px;
}

.access_info_block h3 {
  margin: 0 0 36px;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #222;
}

.access_info_block h3 span {
  display: block;
  margin-top: 6px;
  font-size: 0.95rem;
  color: #666;
}

.access_info_list {
  width: 100%;
  border-top: 1px solid #d8d2c7;
}

.access_info_list div {
  display: grid;
  grid-template-columns: 210px 1fr;
  border-bottom: 1px solid #d8d2c7;
}

.access_info_list dt,
.access_info_list dd {
  margin: 0;
  padding: 20px 24px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.access_info_list dt {
  background: #faf7f1;
  color: #222;
}

.access_info_list dd {
  color: #333;
}

.access_info_list a {
  color: #333;
  text-decoration: none;
}

.access_section_block {
  margin-top: 90px;
}

.access_route_list {
  border-top: 1px solid #d8d2c7;
}

.access_route_list div {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #d8d2c7;
}

.access_route_list dt,
.access_route_list dd {
  margin: 0;
  padding: 20px 24px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.access_route_list dt {
  background: #faf7f1;
  color: #222;
}

.access_route_list dd {
  color: #333;
}

.access_precinct_map {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.access_precinct_map img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d8d2c7;
}

.access_precinct_map figcaption {
  margin-top: 18px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #333;
}

.access_google_map {
  width: 100%;
  height: 520px;
  border: 1px solid #d8d2c7;
  overflow: hidden;
}

.access_google_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.google_map_link {
  margin-top: 18px;
  text-align: right;
}

.google_map_link a {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: #7b2f23;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.google_map_link a:hover {
  opacity: 0.7;
}

#lower_four_season_intro {
  background: #fff;
}

.season_intro_title {
  margin-bottom: 55px;
  text-align: center;
}

.season_intro_title h2 {
  margin: 0;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #666;
}

.season_intro_wrap {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 60px;
  align-items: start;
}

.season_intro_image {
  margin: 0;
}

.season_intro_image img {
  width: 100%;
  height: auto;
  display: block;
}

.season_intro_text p {
  margin-bottom: 1.2em;
  font-size: 1rem;
  line-height: 2.35;
  letter-spacing: 0.07em;
  color: #222;
}

.season_intro_text p:last-child {
  margin-bottom: 0;
}

.four_season_section {
  background: #fff;
}

.four_season_heading {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 55px;
}

.four_season_heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 1px solid currentColor;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  flex-shrink: 0;
}

.four_season_heading h2 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #222;
}

.four_season_heading p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #222;
}

.four_season_photo_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 55px;
}

.four_season_photo_grid figure {
  margin: 0;
  text-align: center;
}

.four_season_photo_grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border: 1px solid #d8d2c7;
}

.four_season_photo_grid figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222;
}

.four_season_schedule_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.four_season_schedule_box {
  min-height: 190px;
  padding: 24px 26px;
  background: #f7f5f0;
}

.four_season_schedule_box h3 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
}

.four_season_schedule_box p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

.four_season_schedule_box p:last-child {
  margin-bottom: 0;
}

.four_season_section.spring .four_season_heading > span {
  color: #f58b8f;
}

.four_season_section.summer .four_season_heading > span {
  color: #1598d5;
}

.four_season_section.autumn .four_season_heading > span {
  color: #e34f1c;
}

.four_season_section.winter .four_season_heading > span {
  color: #9c9c9c;
}

.winter_grid {
  row-gap: 38px;
}

.season_bottom_link {
  margin-top: 110px;
  text-align: center;
}

.season_bottom_btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 92px;
  background: #9e4136;
  border: 1px solid #d8d2c7;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.35s ease;
}

.season_bottom_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18) 0%,
    rgba(255,255,255,0) 45%
  );
  pointer-events: none;
}

.season_bottom_btn:hover {
  opacity: 0.82;
}

.season_bottom_btn .jp {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

.season_bottom_btn .en {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.9);
}

.news_category_nav a.current {
  border: 2px solid #000;
  box-sizing: border-box;
}

.news_category_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 40px 0 60px;
  justify-content: center;
}

.news_category_nav a {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}

.news_btn_all {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.news_btn_info {
  background: #a83434;
  color: #fff;
}

.news_btn_event {
  background: #FF8000;
  color: #fff;
}

.news_category_nav a:hover {
  opacity: .8;
  transform: translateY(-2px);
}

#lower_news_archive {
  background: #fff;
}

.news_archive_list {
  border-top: 1px solid #d8d2c7;
}

.news_archive_item {
  border-bottom: 1px solid #d8d2c7;
}

.news_archive_item a {
  display: grid;
  grid-template-columns: 170px 1fr 140px;
  gap: 30px;
  align-items: center;
  padding: 32px 10px;
  text-decoration: none;
  color: #222;
  transition: opacity 0.3s ease;
}

.news_archive_item a:hover {
  opacity: 0.72;
}

.news_archive_item time {
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #777;
}

.news_archive_item h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #222;
}

.news_archive_more {
  position: relative;
  padding-right: 26px;
  font-size: 0.88rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #8d3328;
  text-align: right;
}

.news_archive_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background: #8d3328;
  transform: translateY(-50%);
}

.map_debug_area {
  display: none;
}

.single_news_section {
  padding: 70px 0 90px;
}

.single_news_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 0px 20px;
}

.single_news_head {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d0c3;
}

.single_news_title {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222;
}

.single_news_meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.single_news_date {
  font-size: 15px;
  color: #777;
}

.single_news_cat {
  display: inline-block;
  padding: 5px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 999px;
}

.single_news_cat_info {
  background: #a83434;
}

.single_news_cat_event {
  background: #FF8000;
}

.single_news_body {
  font-size: 16px;
  line-height: 2.1;
  color: #333;
}

.single_news_body p {
  margin-bottom: 1.8em;
}

.single_news_body img {
  max-width: 100%;
  height: auto;
}

.single_news_pager {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  padding-top: 30px;
  border-top: 1px solid #d8d0c3;
}

.single_news_pager a {
  color: #333;
  text-decoration: none;
}

.single_news_pager a:hover {
  color: #a83434;
}

.single_news_back {
  margin-top: 50px;
  text-align: center;
}

.single_news_back a {
  display: inline-block;
  padding: 14px 44px;
  background: #a83434;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
}

.single_news_back a:hover {
  opacity: .8;
}

#lower_shichigosan_contest .recruit_detail_mainimg {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}

#lower_shichigosan_contest .recruit_detail_mainimg img {
  width: 100%;
  height: auto;
}

.recruit_lead {
  margin-bottom: 55px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}

.recruit_block {
  margin-bottom: 55px;
}

.recruit_block h2 {
  margin-bottom: 22px;
  padding-left: 18px;
  border-left: 5px solid #a83434;
  font-size: 24px;
  line-height: 1.5;
}

.recruit_block h3 {
  margin-bottom: 16px;
  font-size: 19px;
  color: #222;
}

.recruit_block p,
.recruit_block li {
  font-size: 16px;
  line-height: 2;
}

.recruit_block ul {
  margin: 0;
  padding-left: 1.3em;
}

.recruit_note_red {
  color: #d60000;
  font-weight: bold;
}

.recruit_method {
  margin-top: 35px;
  padding: 30px;
  background: rgba(255,255,255,.55);
  border: 1px solid #e1d8c8;
}

.recruit_btn_wrap {
  margin-top: 28px;
  text-align: center;
}

.recruit_btn {
  display: inline-block;
  min-width: 280px;
  padding: 16px 34px;
  background: #fff8bf;
  border: 2px solid #ff9a9a;
  color: #ff5a00;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: .25s;
}

.recruit_btn:hover {
  background: #ff5a00;
  color: #fff;
  border-color: #ff5a00;
}

#lower_miko_recruit .recruit_schedule_list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

#lower_miko_recruit .recruit_schedule_list li {
  margin-bottom: 4px;
  line-height: 2;
}

#lower_miko_recruit .recruit_detail_mainimg {
  max-width: 1000px;
  margin: 0 auto 55px;
  text-align: center;
}

#lower_miko_recruit .recruit_detail_mainimg img {
  width: 100%;
  height: auto;
}

#lower_fukumusume_recruit .recruit_detail_mainimg {
  max-width: 1000px;
  margin: 0 auto 55px;
  text-align: center;
}

#lower_fukumusume_recruit .recruit_detail_mainimg img {
  width: 100%;
  height: auto;
}

#lower_fukumusume_recruit .recruit_block strong {
  font-weight: bold;
}

#lower_enmusubi .lower_section_inner {
  max-width: 1000px;
}

.enmusubi_lead {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

.enmusubi_lead h2,
.enmusubi_image_block h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  color: #a83434;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","serif";
}

.enmusubi_lead h2::before,
.enmusubi_lead h2::after,
.enmusubi_image_block h2::before,
.enmusubi_image_block h2::after {
  content: "～";
  margin: 0 .2em;
}

.enmusubi_lead p {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 2.2;
}

.enmusubi_lead strong {
  font-weight: bold;
  color: #000;
}

.enmusubi_image_block {
  margin-top: 80px;
  text-align: center;
}

.enmusubi_image_block img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

#lower_shiawasesan .lower_section_inner {
  max-width: 900px;
}

.shiawasesan_lead {
  text-align: center;
}

.shiawasesan_lead h2 {
  font-size: 34px;
  margin-bottom: 12px;
  font-family: "Yu Mincho","YuMincho",serif;
}

.shiawasesan_sub {
  font-size: 22px;
  color: #a83434;
  margin-bottom: 50px;
  font-family: "Yu Mincho","YuMincho",serif;
}

.shiawasesan_img {
  margin: 0 auto 55px;
  max-width: 700px;
}

.shiawasesan_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.shiawasesan_text {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 50px;
}

.shiawasesan_price {
  background: #faf7ef;
  border: 1px solid #e8dcc3;
  padding: 35px;
  border-radius: 10px;
}

.shiawasesan_price .price {
  font-size: 28px;
  margin-bottom: 15px;
  font-family: "Yu Mincho","YuMincho",serif;
}

.shiawasesan_price strong {
  font-size: 20px;
  color: #a83434;
  font-weight: bold;
}

.shiawasesan_price p:last-child {
  font-size: 18px;
}

#lower_shamon .lower_section_inner {
  max-width: 900px;
}

.shamon_wrap {
  text-align: center;
}

.shamon_img {
  max-width: 360px;
  margin: 0 auto 55px;
}

.shamon_img img {
  display: block;
  width: 100%;
  height: auto;
}

.shamon_text {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.shamon_text h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
}

.shamon_text p {
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 1.6em;
}

#lower_privacy .lower_section_inner {
  max-width: 900px;
}

.privacy_lead {
  margin-bottom: 55px;
  padding: 34px 38px;
  background: #faf7ef;
  border: 1px solid #e4d8c5;
}

.privacy_lead p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.privacy_block {
  margin-bottom: 48px;
}

.privacy_block h2,
.privacy_contact h2 {
  margin-bottom: 18px;
  padding-left: 18px;
  border-left: 5px solid #a83434;
  font-size: 22px;
  line-height: 1.6;
  color: #2f2a24;
}

.privacy_block p,
.privacy_block li,
.privacy_contact p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.privacy_block ul {
  margin: 18px 0 0;
  padding-left: 1.4em;
}

.privacy_contact {
  margin-top: 65px;
  padding: 36px 40px;
  background: #fff;
  border: 1px solid #d8d0c3;
}

.cf7_form {
  max-width: 900px;
  margin: 0 auto;
}

.cf7_form_lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}

.cf7_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-top: 1px solid #d8d0c3;
}

.cf7_table th,
.cf7_table td {
  border-bottom: 1px solid #d8d0c3;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: middle;
}

.cf7_table th {
  width: 260px;
  background: #f5efe4;
  text-align: left;
  font-weight: 600;
  color: #2f2a24;
}

.cf7_table td {
  background: #fff;
}

.required {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  background: #a83434;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 999px;
}

.cf7_text,
.cf7_zip,
.cf7_age,
.cf7_table input[type="text"],
.cf7_table input[type="email"],
.cf7_table input[type="tel"],
.cf7_table input[type="number"] {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  border: 1px solid #c9c0b4;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
}

.cf7_zip {
  max-width: 180px;
}

.cf7_age {
  max-width: 90px;
}

.cf7_table input[type="file"] {
  font-size: 14px;
}

.cf7_privacy_box {
  margin: 45px 0 35px;
  padding: 28px 32px;
  background: #faf7ef;
  border-left: 5px solid #a83434;
}

.cf7_privacy_box h3 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #2f2a24;
}

.cf7_privacy_box ol {
  margin: 0;
  padding-left: 1.4em;
}

.cf7_privacy_box li {
  font-size: 15px;
  line-height: 2;
}

.cf7_submit_wrap {
  text-align: center;
}

.cf7_submit,
.wpcf7-submit {
  display: inline-block;
  min-width: 220px;
  padding: 15px 40px;
  background: #a83434;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: .25s;
}

.cf7_submit:hover,
.wpcf7-submit:hover {
  opacity: .8;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #d60000;
}

.wpcf7-response-output {
  margin: 35px 0 0 !important;
  padding: 18px 22px !important;
  border-color: #a83434 !important;
  font-size: 15px;
  line-height: 1.8;
}

.cf7_note {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.cf7_table .wpcf7-list-item {
  display: block;
  margin: 0 0 8px;
}

.cf7_table .wpcf7-list-item label {
  cursor: pointer;
}

.cf7_textarea,
.cf7_table textarea {
  width: 100%;
  max-width: 520px;
  min-height: 180px;
  padding: 10px 12px;
  border: 1px solid #c9c0b4;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8;
}

.cf7_subtitle {
  margin: 18px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2f2a24;
}

#lower_mimiduku .lower_section_inner {
  max-width: 1100px;
}

.mimiduku_lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.mimiduku_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 28px;
}

.mimiduku_item {
  width: 170px;
  text-align: center;
}

.mimiduku_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.mimiduku_item img {
  width: 100px;
  height: 138px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  border: 1px solid #ddd;
  background: #fff;
  transition: .3s;
}

.mimiduku_item h2 {
  margin: 14px 0 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.mimiduku_item p {
  margin: 0;
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

.mimiduku_item:hover img {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,.2);
}

.lower_contact_info {
	display: grid;
	grid-template-columns: 180px 1fr;
}

.lower_contact_info dt,
.lower_contact_info dd {
	margin: 0;
}


/**********巫女バイトテーブル************/
.service_fee_table_wrap {
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
}

.service_fee_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.service_fee_table th,
.service_fee_table td {
    padding: 10px 15px;
    border: 1px solid #999;
    vertical-align: middle;
    text-align: left;
}

.service_fee_table th {
    font-weight: 600;
    background: #f5f5f5;
}

.service_fee_table th:nth-child(1),
.service_fee_table td:nth-child(1) {
    width: 38%;
}

.service_fee_table th:nth-child(2),
.service_fee_table td:nth-child(2) {
    width: 37%;
}

.service_fee_table th:nth-child(3),
.service_fee_table td:nth-child(3) {
    width: 25%;
}

.service_fee_table_wrap {
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
}

.service_fee_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.service_fee_table th,
.service_fee_table td {
    padding: 10px 12px;
    border: 1px solid #999;
    vertical-align: middle;
    text-align: left;
}

.service_fee_table th {
    font-weight: 600;
    background: #f5f5f5;
}

.service_fee_table th:nth-child(1),
.service_fee_table td:nth-child(1) {
    width: 8%;
    text-align: left;
}

.service_fee_table th:nth-child(2),
.service_fee_table td:nth-child(2) {
    width: 32%;
}

.service_fee_table th:nth-child(3),
.service_fee_table td:nth-child(3) {
    width: 35%;
}

.service_fee_table th:nth-child(4),
.service_fee_table td:nth-child(4) {
    width: 25%;
}

/* 必要に応じて番号ごとに色分け
.fee_row_01 { background: #xxxxxx; }
.fee_row_02 { background: #xxxxxx; }
*/



}

/* =====================================================
   SP スマホ
===================================================== */
@media screen and (max-width: 767px) {

.top_kv,
.top_kv_text {
  display: none;
}

.top_kv_img {
  display: none;
}

.lower_wrap {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.lower_page_title {
  width: 100%;
  padding: 120px 20px 34px;
  text-align: center;
  position: relative;
}

.lower_page_title::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background: #999;
  margin: 24px auto 0;
}

.lower_page_title h1 {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #222;
}

.lower_page_title p {
  margin: 10px 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #777;
}

.lower_section {
  width: 100%;
  padding: 58px 20px;
  position: relative;
}

.lower_section_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.lower_title {
  margin: 0 0 36px;
  text-align: center;
}

.lower_title h2 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.55;
  color: #222;
}

.lower_title p {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #888;
}

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

.lower_title.left h2 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.lower_title.left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d8d2c7;
}

.lower_text {
  color: #000;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.lower_text p {
  margin: 0 0 1.7em;
  font-size: 0.98rem;
}

.top_space {
  margin-top: 65px;
}

#lower_contact {
  background: #fff;
}

.lower_contact_box {
  text-align: center;
  color: #000;
}

.lower_contact_lead {
  margin: 0 0 28px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

.lower_contact_name {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.lower_contact_name span {
  font-size: 0.8rem;
  color: #666;
}

.lower_contact_info {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

.lower_contact_info div {
  display: block;
  border-bottom: 1px solid #ddd;
}

.lower_contact_info dt,
.lower_contact_info dd {
  margin: 0;
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}

.lower_contact_info dt {
  background: #f6f3ee;
  font-weight: 400;
}

.lower_contact_info a {
  color: #333;
  text-decoration: none;
}

#lower_faq {
  position: relative;
  background: #fff;
}

.lower_faq_wrap {
  display: block;
}

.lower_faq_item {
  margin-bottom: 40px;
}

.lower_faq_item:last-child {
  margin-bottom: 0;
}

.lower_faq_q {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}

.lower_faq_q span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4f3d79;
  color: #fff;
  font-size: 0.9rem;
  line-height: 30px;
  text-align: center;
}

.lower_faq_q h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: #222;
}

.lower_faq_a {
  position: relative;
  display: block;
  padding: 24px 20px;
  background: #faf7f1;
  border-radius: 8px;
}

.lower_faq_a::after {
  content: "";
  position: absolute;
  left: 28px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #faf7f1;
  transform: rotate(45deg);
}

.lower_faq_icon {
  width: 82px;
  margin: 0 auto 18px;
}

.lower_faq_icon img {
  width: 100%;
  display: block;
}

.lower_faq_text {
  padding-top: 0;
}

.lower_faq_text p {
  margin: 0;
  color: #333;
  font-size: 0.94rem;
  line-height: 2.05;
  letter-spacing: 0.05em;
}

#lower_sohsha_about {
  background: #fff;
}

.lower_history_intro {
  margin-bottom: 45px;
}

.lower_history_gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 55px;
}

.lower_history_gallery figure {
  margin: 0;
}

.lower_history_gallery img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  display: block;
}

.lower_history_block {
  margin-bottom: 60px;
}

#lower_history_table {
  background: #faf7f1;
}

.history_table_wrap {
  margin-top: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.history_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d8d2c7;
}

.history_table tr {
  display: block;
  border-bottom: 1px solid #d8d2c7;
}

.history_table th,
.history_table td {
  display: block;
  width: 100%;
  padding: 16px 18px;
  vertical-align: top;
  line-height: 2;
  letter-spacing: 0.05em;
}

.history_table th {
  background: #f3ede3;
  color: #222;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
}

.history_table td {
  background: #fff;
  color: #333;
  font-size: 0.92rem;
}

#lower_gosaijin {
  background: #fff;
}

.gosaijin_block {
  margin-bottom: 58px;
}

.gosaijin_heading {
  margin-bottom: 24px;
}

.gosaijin_heading h3 {
  margin: 0 0 6px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #222;
}

.gosaijin_heading p {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: #777;
}

.gosaijin_link {
  margin-top: 28px !important;
}

.gosaijin_link a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #bbb;
  color: #333;
  text-decoration: none;
}

.kanbe_wrap {
  display: block;
}

.kanbe_text {
  width: 100%;
}

.kanbe_image {
  width: 180px;
  margin: 28px auto 0;
  text-align: center;
}

.kanbe_image img {
  width: 100%;
  height: auto;
  display: block;
}

.kanbe_image p {
  margin-top: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #666;
}

#lower_precinct_map,
#lower_precinct_walk {
  background: #fff;
}

.precinct_map_text {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
}

.precinct_map_text.second {
  margin-top: 34px;
}

.precinct_map_image {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.precinct_map_image img {
  width: 100%;
  min-width: 640px;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.precinct_list_grid {
  display: block;
}

.precinct_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 24px;
}

.precinct_table tr {
  border-bottom: 1px solid #ccc;
}

.precinct_table tr:first-child {
  border-top: 1px solid #ccc;
}

.precinct_table th {
  width: 46px;
  padding: 12px 8px;
  background: #f2df7b;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ccc;
}

.precinct_table td {
  padding: 12px 10px;
  font-size: 0.92rem;
  line-height: 1.8;
  vertical-align: top;
}

.precinct_intro_list {
  display: block;
  margin-bottom: 55px;
}

.precinct_intro_item {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.precinct_intro_item img {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
  border: 1px solid #ddd;
}

.precinct_intro_item p {
  margin: 0 0 6px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.precinct_intro_item span {
  display: block;
  font-size: 0.86rem;
}

.precinct_detail_title {
  margin-bottom: 28px;
}

.precinct_detail_title h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.precinct_detail_wrap {
  display: block;
}

.precinct_detail_left,
.precinct_detail_right {
  width: 100%;
}

.precinct_detail_left {
  margin-bottom: 28px;
}

.precinct_detail_image img {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
}

.precinct_architecture {
  margin-top: 24px;
  padding: 22px 20px;
  background: #faf7f1;
}

.precinct_architecture h4 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.precinct_architecture p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 2;
  color: #000;
}

.precinct_god_block {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid #ddd;
}

.precinct_god_block h4 {
  margin: 0 0 20px;
  font-size: 1.18rem;
  font-weight: 500;
  color: #222;
}

.precinct_god_block dl,
.precinct_info_dl {
  margin: 0 0 28px;
}

.precinct_god_block dt,
.precinct_info_dl dt {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 16px;
  border-radius: 30px;
  background: #f08ea0;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.5;
}

.precinct_god_block dd,
.precinct_info_dl dd {
  margin: 0 0 24px;
  font-size: 0.92rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
}

.precinct_god_block dt:nth-of-type(2),
.precinct_info_dl dt.blue {
  background: #4d8cff;
}

.precinct_god_block dt:nth-of-type(3),
.precinct_info_dl dt.gray {
  background: #b8b19a;
}

.precinct_detail_lead {
  display: block;
  margin-bottom: 45px;
}

.precinct_detail_lead_image {
  margin: 24px 0 0;
}

.precinct_detail_lead_image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.precinct_architecture.small {
  margin-top: 24px;
  padding: 20px;
}

.precinct_sub_block {
  padding: 32px 0;
  border-top: 1px solid #d8d2c7;
}

.precinct_sub_block:last-child {
  border-bottom: 1px solid #d8d2c7;
}

.precinct_sub_block h4 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222;
}

.precinct_sub_block h4 span {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: #666;
}

.precinct_large_image {
  max-width: 100%;
  margin: 0 auto 22px;
}

.precinct_large_image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}

.precinct_note {
  font-size: 0.9rem !important;
  line-height: 2 !important;
}

.precinct_area_list {
  padding-left: 1.2em;
  list-style: disc;
}

.precinct_area_list li {
  margin-bottom: 12px;
  font-size: 0.92rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
}

.precinct_history_list {
  margin-top: 24px;
  border-top: 1px solid #ddd;
}

.precinct_history_list li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.92rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
}

.precinct_history_list li span {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #8b0000;
}

.last_spot_list {
  margin-top: 48px;
}

#lower_prayer,
#lower_annual_ritual,
#lower_season_festival {
  background: #fff;
}

.prayer_lead {
  margin-bottom: 36px;
}

.prayer_lead h3 {
  margin: 0 0 16px;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #555;
}

.prayer_lead p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #000;
}

.prayer_wrap {
  display: block;
}

.prayer_list ul {
  display: block;
}

.prayer_list li {
  padding: 12px 14px;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

.prayer_list li:nth-child(even) {
  background: #f1f1f1;
}

.prayer_image {
  width: 100%;
  height: auto;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid #ddd;
}

.prayer_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.annual_ritual_list {
  display: block;
}

.annual_ritual_item {
  position: relative;
  margin-bottom: 18px;
  padding: 22px 20px;
  background: #f7f5f0;
  border-left: 4px solid #8b2b24;
}

.annual_ritual_item h3 {
  position: relative;
  margin: 0 0 14px;
  padding-left: 16px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #4a2a24;
}

.annual_ritual_item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: #8b2b24;
  transform: rotate(45deg);
}

.annual_ritual_item h3 span {
  display: block;
  font-size: 0.82rem;
  color: #6d514a;
}

.annual_ritual_item .lower_text p {
  margin-bottom: 0.8em;
  font-size: 0.92rem;
  line-height: 2;
}

.season_festival_block {
  margin-bottom: 44px;
  border: 1px solid #cfc8bc;
  background: #fff;
}

.season_festival_head {
  position: relative;
  overflow: hidden;
  padding: 24px 20px;
  text-align: center;
  border-bottom: 1px solid #cfc8bc;
}

.season_festival_head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 40%);
  pointer-events: none;
}

.season_festival_head h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #222;
}

.season_festival_head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #333;
}

.season_festival_block.spring .season_festival_head {
  background: linear-gradient(135deg, #ffdfe1 0%, #f4b8bb 100%);
}

.season_festival_block.summer .season_festival_head {
  background: linear-gradient(135deg, #67cdf5 0%, #2ca5d8 100%);
}

.season_festival_block.autumn .season_festival_head {
  background: linear-gradient(135deg, #ff8b66 0%, #ef5428 100%);
}

.season_festival_block.winter .season_festival_head {
  background: linear-gradient(135deg, #ececec 0%, #cfcfcf 100%);
}

.season_festival_table,
.season_festival_table tbody,
.season_festival_table tr,
.season_festival_table th,
.season_festival_table td {
  display: block;
  width: 100%;
}

.season_festival_table {
  border-collapse: collapse;
}

.season_festival_table tr {
  border-bottom: 1px solid #cfc8bc;
}

.season_festival_table tr:last-child {
  border-bottom: none;
}

.season_festival_table th {
  padding: 12px 14px;
  background: #fff9bd;
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid #cfc8bc;
}

.season_festival_table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

.season_festival_table td.day {
  width: 100%;
  text-align: left;
  color: #8b2b24;
  font-weight: 600;
}

#lower_access {
  background: #fff;
}

.access_info_block {
  margin-bottom: 55px;
}

.access_info_block h3 {
  margin: 0 0 24px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #222;
}

.access_info_block h3 span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: #666;
}

.access_info_list,
.access_route_list {
  width: 100%;
  border-top: 1px solid #d8d2c7;
}

.access_info_list div,
.access_route_list div {
  display: block;
  border-bottom: 1px solid #d8d2c7;
}

.access_info_list dt,
.access_info_list dd,
.access_route_list dt,
.access_route_list dd {
  margin: 0;
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.access_info_list dt,
.access_route_list dt {
  background: #faf7f1;
  color: #222;
}

.access_info_list dd,
.access_route_list dd {
  color: #333;
}

.access_section_block {
  margin-top: 55px;
}

.access_precinct_map {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.access_precinct_map img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d8d2c7;
}

.access_precinct_map figcaption {
  margin-top: 12px;
  font-size: 0.82rem;
  line-height: 1.7;
  color: #333;
}

.access_google_map {
  width: 100%;
  height: 320px;
  border: 1px solid #d8d2c7;
  overflow: hidden;
}

.access_google_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.google_map_link {
  margin-top: 14px;
  text-align: left;
}

.google_map_link a {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #7b2f23;
  text-decoration: none;
}

#lower_four_season_intro,
.four_season_section {
  background: #fff;
}

.season_intro_title {
  margin-bottom: 34px;
  text-align: center;
}

.season_intro_title h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #666;
}

.season_intro_wrap {
  display: block;
}

.season_intro_image {
  margin: 0 0 26px;
}

.season_intro_image img {
  width: 100%;
  height: auto;
  display: block;
}

.season_intro_text p {
  margin-bottom: 1.2em;
  font-size: 0.92rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #222;
}

.four_season_heading {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 34px;
}

.four_season_heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid currentColor;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}

.four_season_heading h2 {
  margin: 0 0 8px;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #222;
}

.four_season_heading p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #222;
}

.four_season_photo_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 12px;
  margin-bottom: 38px;
}

.four_season_photo_grid figure {
  margin: 0;
  text-align: center;
}

.four_season_photo_grid img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  border: 1px solid #d8d2c7;
}

.four_season_photo_grid figcaption {
  margin-top: 8px;
  font-size: 0.78rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #222;
}

.four_season_schedule_grid {
  display: block;
}

.four_season_schedule_box {
  min-height: 0;
  margin-bottom: 16px;
  padding: 20px;
  background: #f7f5f0;
}

.four_season_schedule_box h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
}

.four_season_schedule_box p {
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

.four_season_section.spring .four_season_heading > span {
  color: #f58b8f;
}

.four_season_section.summer .four_season_heading > span {
  color: #1598d5;
}

.four_season_section.autumn .four_season_heading > span {
  color: #e34f1c;
}

.four_season_section.winter .four_season_heading > span {
  color: #9c9c9c;
}

.winter_grid {
  row-gap: 24px;
}

.season_bottom_link {
  margin-top: 60px;
  text-align: center;
}

.season_bottom_btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 78px;
  background: #9e4136;
  border: 1px solid #d8d2c7;
  text-decoration: none;
  overflow: hidden;
}

.season_bottom_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 45%);
  pointer-events: none;
}

.season_bottom_btn .jp {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

.season_bottom_btn .en {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.9);
}

.news_category_nav a.current {
  border: 2px solid #000;
  box-sizing: border-box;
}

.news_category_nav {
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  display: block;
  margin: 30px 0 50px;
}

.news_category_nav a {
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 12px;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
}

.news_btn_all {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.news_btn_info {
  background: #a83434;
  color: #fff;
}

.news_btn_event {
  background: #FF8000;
  color: #fff;
}

.news_category_nav a:hover {
  opacity: .8;
  transform: translateY(-2px);
}

.news_category_nav a:last-child {
  margin-bottom: 0;
}

#lower_news_archive {
  background: #fff;
}

.news_archive_list {
  border-top: 1px solid #d8d2c7;
}

.news_archive_item {
  border-bottom: 1px solid #d8d2c7;
}

.news_archive_item a {
  display: block;
  padding: 22px 4px;
  text-decoration: none;
  color: #222;
}

.news_archive_item time {
  display: block;
  margin-bottom: 8px;
  font-size: 0.86rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #777;
}

.news_archive_item h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #222;
}

.news_archive_more {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  font-size: 0.82rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #8d3328;
  text-align: left;
}

.news_archive_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background: #8d3328;
  transform: translateY(-50%);
}

.map_debug_area {
  display: none;
}

.single_news_section {
  padding: 50px 0 70px;
}

.single_news_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.single_news_head {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d0c3;
}

.single_news_title {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222;
  font-size: 24px;
}

.single_news_meta {
  align-items: center;
  gap: 14px;
  display: block;
}

.single_news_date {
  font-size: 15px;
  color: #777;
}

.single_news_cat {
  display: inline-block;
  padding: 5px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 999px;
  margin-top: 10px;
}

.single_news_cat_info {
  background: #a83434;
}

.single_news_cat_event {
  background: #FF8000;
}

.single_news_body {
  font-size: 16px;
  line-height: 2.1;
  color: #333;
}

.single_news_body p {
  margin-bottom: 1.8em;
}

.single_news_body img {
  max-width: 100%;
  height: auto;
}

.single_news_pager {
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #d8d0c3;
  display: block;
  margin-top: 50px;
  padding-top: 30px;
}

.single_news_pager a {
  color: #333;
  text-decoration: none;
}

.single_news_pager a:hover {
  color: #a83434;
}

.single_news_back {
  margin-top: 50px;
  text-align: center;
}

.single_news_back a {
  display: inline-block;
  padding: 14px 44px;
  background: #a83434;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: bold;
}

.single_news_back a:hover {
  opacity: .8;
}

.single_news_prev,
.single_news_next {
  margin-bottom: 15px;
  text-align: center;
}

.single_news_prev a,
.single_news_next a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 14px 20px;
  background: #fff;
  color: #333;
  border: 1px solid #d8d0c3;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  transition: .25s;
}

.single_news_prev a:hover,
.single_news_next a:hover {
  background: #a83434;
  color: #fff;
  border-color: #a83434;
}

#lower_shichigosan_contest .recruit_detail_mainimg {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}

#lower_shichigosan_contest .recruit_detail_mainimg img {
  width: 100%;
  height: auto;
}

.recruit_lead {
  margin-bottom: 55px;
  line-height: 2;
  text-align: left;
  font-size: 15px;
}

.recruit_block {
  margin-bottom: 55px;
}

.recruit_block h2 {
  margin-bottom: 22px;
  padding-left: 18px;
  border-left: 5px solid #a83434;
  line-height: 1.5;
  font-size: 21px;
}

.recruit_block h3 {
  margin-bottom: 16px;
  font-size: 19px;
  color: #222;
}

.recruit_block p,
.recruit_block li {
  font-size: 16px;
  line-height: 2;
}

.recruit_block ul {
  margin: 0;
  padding-left: 1.3em;
}

.recruit_note_red {
  color: #d60000;
  font-weight: bold;
}

.recruit_method {
  margin-top: 35px;
  background: rgba(255,255,255,.55);
  border: 1px solid #e1d8c8;
  padding: 22px 18px;
}

.recruit_btn_wrap {
  margin-top: 28px;
  text-align: center;
}

.recruit_btn {
  display: inline-block;
  background: #fff8bf;
  border: 2px solid #ff9a9a;
  color: #ff5a00;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: .25s;
  width: 100%;
  min-width: 0;
  padding: 14px 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.recruit_btn:hover {
  background: #ff5a00;
  color: #fff;
  border-color: #ff5a00;
}

#lower_enmusubi .lower_section_inner {
  max-width: 1000px;
}

.enmusubi_lead {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: left;
  margin-bottom: 50px;
}

.enmusubi_lead h2,
.enmusubi_image_block h2 {
  text-align: center;
  line-height: 1.6;
  color: #a83434;
  font-family: "Yu Mincho","YuMincho","Hiragino Mincho ProN","serif";
  font-size: 22px;
  margin-bottom: 25px;
}

.enmusubi_lead h2::before,
.enmusubi_lead h2::after,
.enmusubi_image_block h2::before,
.enmusubi_image_block h2::after {
  content: "～";
  margin: 0 .2em;
}

.enmusubi_lead p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 22px;
}

.enmusubi_lead strong {
  font-weight: bold;
  color: #000;
}

.enmusubi_image_block {
  text-align: center;
  margin-top: 55px;
}

.enmusubi_image_block img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

#lower_shiawasesan .lower_section_inner {
  max-width: 900px;
}

.shiawasesan_lead {
  text-align: center;
}

.shiawasesan_lead h2 {
  margin-bottom: 12px;
  font-family: "Yu Mincho","YuMincho",serif;
  font-size: 28px;
}

.shiawasesan_sub {
  color: #a83434;
  font-family: "Yu Mincho","YuMincho",serif;
  font-size: 18px;
  margin-bottom: 35px;
}

.shiawasesan_img {
  margin: 0 auto 55px;
  max-width: 100%;
  margin-bottom: 35px;
}

.shiawasesan_img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.shiawasesan_text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.shiawasesan_price {
  background: #faf7ef;
  border: 1px solid #e8dcc3;
  border-radius: 10px;
  padding: 25px 18px;
}

.shiawasesan_price .price {
  margin-bottom: 15px;
  font-family: "Yu Mincho","YuMincho",serif;
  font-size: 22px;
}

.shiawasesan_price strong {
  color: #a83434;
  font-weight: bold;
  font-size: 20px;
}

.shiawasesan_price p:last-child {
  font-size: 16px;
}

#lower_shamon .lower_section_inner {
  max-width: 900px;
}

.shamon_wrap {
  text-align: center;
}

.shamon_img {
  margin: 0 auto 55px;
  max-width: 260px;
  margin-bottom: 40px;
}

.shamon_img img {
  display: block;
  width: 100%;
  height: auto;
}

.shamon_text {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.shamon_text h2 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
}

.shamon_text p {
  margin-bottom: 1.6em;
  font-size: 15px;
  line-height: 2;
}

#lower_privacy .lower_section_inner {
  max-width: 900px;
}

.privacy_lead {
  background: #faf7ef;
  border: 1px solid #e4d8c5;
  padding: 24px 20px;
  margin-bottom: 42px;
}

.privacy_lead p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.privacy_block {
  margin-bottom: 38px;
}

.privacy_block h2,
.privacy_contact h2 {
  margin-bottom: 18px;
  padding-left: 18px;
  border-left: 5px solid #a83434;
  line-height: 1.6;
  color: #2f2a24;
  font-size: 19px;
}

.privacy_block p,
.privacy_block li,
.privacy_contact p {
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.privacy_block ul {
  margin: 18px 0 0;
  padding-left: 1.4em;
}

.privacy_contact {
  background: #fff;
  border: 1px solid #d8d0c3;
  margin-top: 50px;
  padding: 26px 20px;
}

.cf7_form {
  max-width: 900px;
  margin: 0 auto;
}

.cf7_form_lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}

.cf7_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-top: 1px solid #d8d0c3;
}

.cf7_table th,
.cf7_table td {
  border-bottom: 1px solid #d8d0c3;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: middle;
  border: none;
  padding: 14px 16px;
}

.cf7_table th {
  text-align: left;
  font-weight: 600;
  color: #2f2a24;
  width: 100%;
  background: #f5efe4;
}

.cf7_table td {
  background: #fff;
}

.required {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  background: #a83434;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 999px;
}

.cf7_text,
.cf7_zip,
.cf7_age,
.cf7_table input[type="text"],
.cf7_table input[type="email"],
.cf7_table input[type="tel"],
.cf7_table input[type="number"] {
  padding: 10px 12px;
  border: 1px solid #c9c0b4;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  max-width: none;
  width: 100%;
}

.cf7_zip {
  max-width: 180px;
}

.cf7_age {
  max-width: 90px;
}

.cf7_table input[type="file"] {
  font-size: 14px;
}

.cf7_privacy_box {
  margin: 45px 0 35px;
  background: #faf7ef;
  border-left: 5px solid #a83434;
  padding: 22px 18px;
}

.cf7_privacy_box h3 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #2f2a24;
}

.cf7_privacy_box ol {
  margin: 0;
  padding-left: 1.4em;
}

.cf7_privacy_box li {
  font-size: 15px;
  line-height: 2;
}

.cf7_submit_wrap {
  text-align: center;
}

.cf7_submit,
.wpcf7-submit {
  display: inline-block;
  min-width: 220px;
  padding: 15px 40px;
  background: #a83434;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: .25s;
  width: 100%;
  max-width: 320px;
}

.cf7_submit:hover,
.wpcf7-submit:hover {
  opacity: .8;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #d60000;
}

.wpcf7-response-output {
  margin: 35px 0 0 !important;
  padding: 18px 22px !important;
  border-color: #a83434 !important;
  font-size: 15px;
  line-height: 1.8;
}

.cf7_table,
.cf7_table tbody,
.cf7_table tr,
.cf7_table th,
.cf7_table td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.cf7_table tr {
  margin-bottom: 18px;
  border: 1px solid #d8d0c3;
}

.cf7_textarea,
.cf7_table textarea {
  min-height: 180px;
  padding: 10px 12px;
  border: 1px solid #c9c0b4;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8;
  max-width: none;
  width: 100%;
}

.cf7_subtitle {
  margin: 18px 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2f2a24;
}

#lower_mimiduku .lower_section_inner {
  max-width: 1100px;
}

.mimiduku_lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.mimiduku_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 15px;
}

.mimiduku_item {
  text-align: center;
  width: 140px;
}

.mimiduku_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.mimiduku_item img {
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  border: 1px solid #ddd;
  background: #fff;
  transition: .3s;
  width: 90px;
  height: 124px;
}

.mimiduku_item h2 {
  margin: 14px 0 6px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
}

.mimiduku_item p {
  margin: 0;
  color: #777;
  line-height: 1.5;
  font-size: 12px;
}

.mimiduku_item:hover img {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,.2);
}


/**********巫女バイトテーブル************/
.service_fee_table_wrap {
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
}

.service_fee_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.service_fee_table th,
.service_fee_table td {
    padding: 10px 15px;
    border: 1px solid #999;
    vertical-align: middle;
    text-align: left;
}

.service_fee_table th {
    font-weight: 600;
    background: #f5f5f5;
}

.service_fee_table th:nth-child(1),
.service_fee_table td:nth-child(1) {
    width: 38%;
}

.service_fee_table th:nth-child(2),
.service_fee_table td:nth-child(2) {
    width: 37%;
}

.service_fee_table th:nth-child(3),
.service_fee_table td:nth-child(3) {
    width: 25%;
}
.service_fee_table_wrap {
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
}

.service_fee_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.service_fee_table th,
.service_fee_table td {
    padding: 10px 12px;
    border: 1px solid #999;
    vertical-align: middle;
    text-align: left;
}

.service_fee_table th {
    font-weight: 600;
    background: #f5f5f5;
}

.service_fee_table th:nth-child(1),
.service_fee_table td:nth-child(1) {
    width: 8%;
    text-align: center;
}

.service_fee_table th:nth-child(2),
.service_fee_table td:nth-child(2) {
    width: 32%;
}

.service_fee_table th:nth-child(3),
.service_fee_table td:nth-child(3) {
    width: 35%;
}

.service_fee_table th:nth-child(4),
.service_fee_table td:nth-child(4) {
    width: 25%;
}

/* 必要に応じて番号ごとに色分け
.fee_row_01 { background: #xxxxxx; }
.fee_row_02 { background: #xxxxxx; }
*/

}

