.post_single, #top_info.archive_page {
    max-width: 1000px;
    width: 92%;
    margin: 100px auto 0;
}
.post_cont {
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.7;
}
.post_cont * {
    max-width: 100%;
    margin-bottom: 15px;
}
.post_cont img {
    margin-bottom: 15px;
}
.post_cont .wp-block-group {
    margin-bottom: 40px;
}
.post_cont h1 {
    font-size: 1.5em;
    line-height: 1.4;
}
.post_cont h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4;
}
.post_cont h3 {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 1.6;
}
.post_cont h4, .post_cont h5, .post_cont h6 {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.8;
}
.post_cont a {
    opacity: 1;
    color: #990000;
    font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    text-decoration: underline;
    transition: all .3s ease;
}
.post_cont a:hover {
    opacity: .6;
}
.post_cont table th, .post_cont table td {
    border: solid 1px #999;
    padding: 10px 20px;
    line-height: 1.6;
}
.post_cont table th {
    background: #E6E6E6;
    text-align: center;
    white-space: nowrap;
}
.post_cont ol, .post_cont ul {
    padding-left: 20px;
}
.post_cont .table_wrap {
    width: 100%;
    overflow: auto;
}
.post_title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 3rem;
    border-bottom: 1px solid #808080;
}
.post_title .date {
    display: block;
    margin-bottom: 5px;
    color: #808080;
    font-size: 2rem;
    line-height: 1.5;
}
.post_cont .thumbnail_wrap {
    margin-bottom: 10px;
}
div.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 45px;
    font-size: 1.9rem;
}
div.wp-pagenavi a, div.wp-pagenavi span {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
}
div.wp-pagenavi a:hover {
    opacity: .6;
}
div.wp-pagenavi span.current {
    color: #fff;
    background-color: #8c8c8c;
    border-radius: 5px;
}
.h_btn_wrap a {
    width: 210px;
}
.h_btn_wrap a span::before {
    content: '/';
    margin: 0 5px;
}
.h_btn_wrap a {
    font-size: 1.4rem;
    letter-spacing: 0;
}
.h_btn_p::before {
    width: 17px;
    height: 18px;
}
.h_btn_g::before {
    width: 17px;
    height: 20px;
}
.h_btn {
    align-items: flex-end;
}
#header .tel_wrap {
    margin-right: 25px;
}
div#xo-event-calendar-1 {
    font-family: "游明朝体", YuMincho, "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
div.xo-event-calendar table.xo-month > thead th.sunday, div.xo-event-calendar table.xo-month > thead th.saturday {
    color: #333;
}
div.xo-event-calendar table.xo-month > thead th {
    padding: 5px 0;
    font-weight: 300;
}
div.xo-event-calendar table.xo-month, div.xo-event-calendar table.xo-month th, div.xo-event-calendar table.xo-month td {
    border: none;
}
div.xo-event-calendar table.xo-month .month-dayname td div {
    text-align: center;
}
div.xo-event-calendar table.xo-month .month-dayname-space {
    height: 2.5em;
}
div.month-dayname-space + table.month-event-space {
    display: none;
}
div.xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #333;
}
div.xo-event-calendar table.xo-month .month-dayname td div.holiday-all {
    color: #DB5656;
}
div.xo-event-calendar p.holiday-title {
    text-align: center;
}
@media only screen and (max-width: 1300px) {
    .logo {
        width: 330px;
    }
}
@media only screen and (max-width: 1240px) {
    .logo {
        width: 300px;
    }
}
@media only screen and (max-width: 900px) {
    div.wp-pagenavi {
        font-size: 1.8rem;
    }
    div.wp-pagenavi a, div.wp-pagenavi span {
        width: 35px;
    }
    .h_btn_wrap a {
        width: 110px;
        font-size: 1.3rem;
        line-height: 1.4;
        text-align: center;
    }
    .h_btn_wrap a span {
        display: block;
    }
    .h_btn_wrap a span::before {
        display: none;
    }
    .h_btn_wrap a::before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .post_single, #top_info.archive_page {
        margin-top: 50px;
    }
    .h_btn_wrap a {
        width: calc(100% / 2);
        line-height: 1.5;
    }
    .h_btn_wrap a::before {
        display: block;
    }
    .h_btn_wrap a span::before {
        display: inline-block;
    }
}
@media only screen and (max-width: 600px) {
    .h_btn_wrap a::before, .h_btn_wrap a span::before {
        display: none;
    }
    .h_btn_wrap a {
        flex-direction: column;
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 500px) {
    .post_single {
        margin-top: 30px;
    }
    .post_title .date {
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .post_title {
        padding-bottom: 5px;
        margin-bottom: 25px;
        font-size: 2.3rem;
        border-bottom: 1px solid #808080;
    }
    .post_cont .thumbnail_wrap {
        margin-bottom: 5px;
    }
    .post_cont * {
        margin-bottom: 10px;
    }
    .post_cont {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

/*230609*/
.pdf_wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.pdf_wrap .pdf_btn {
    margin-left: 0;
}
.pdf_wrap .insta {
	display: flex;
	justify-content: flex-end;
	align-items: center;
    margin-right: 20px;
	font-size: 1.8rem;
}
.pdf_wrap .insta a {
	opacity: 1;
	display: block;
	margin-left: 7px;
	font-size: 1.4em;
	transition: all .3s ease;
}
.pdf_wrap .insta a:hover {
	opacity: .6;
}
@media only screen and (max-width: 900px) {
	#header .tel_wrap + .h_btn {
		flex-direction: row-reverse;
		align-items: center;
	}
	.pdf_wrap .insta small {
		display: none;
	}
	#header .fat-nav .tel_wrap {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.pdf_wrap .insta {
		margin-right: 15px;
	}
}
/*//230609*/

/* ----------------------------------

2025.10

---------------------------------- */
.side_cat_li li dt::after {
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.side_cat_li li:nth-of-type(1) dt {
  /*background-color: #00008d;*/
  background: #ff4500!important;
}

.side_cat_li li:nth-of-type(2) dt {
  background-color: #2173b5!important;
}

.side_cat_li li:nth-of-type(3) dt {
  background-color: #801717!important;
}

.side_cat_li li:nth-of-type(4) dt {
  background-color: #ca3200!important;
}

.side_cat_li li:nth-of-type(5) dt {
  /*background-color: #8b5230;*/
  background-color: #a90000!important;
}

.side_cat_li li:nth-of-type(6) dt {
  background-color: #0000ff!important;
}

.side_cat_li li:nth-of-type(7) dt {
  background-color: #8b5230!important;
}

.side_cat_li li:nth-of-type(8) dt {
  background-color: #2f4f4f!important;
}

.top_itemcat_b.kinkai .cont {
 background: #a90000; 
}