hr {
  display: block;
  margin: var(--sz40) 0;
}

.single-post-title {
  position: relative;
  line-height: 1.6;
}
.single-post-title::before {
  background: rgb(var(--black));
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .single-post-title {
    font-size: var(--sz30);
    margin-bottom: var(--sz60);
    padding-left: var(--sz60);
  }
  .single-post-title::before {
    width: var(--sz40);
    top: var(--sz28);
  }
}
@media screen and (max-width: 767px) {
  .single-post-title {
    font-size: var(--sz24);
    margin-bottom: var(--sz40);
    padding-bottom: var(--sz10);
  }
  .single-post-title::before {
    width: 100%;
    bottom: 0;
  }
}

.single-post__info,
.single-post-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.single-post-categories a {
  border: 1px solid rgb(var(--blue2));
  border-radius: var(--sz20);
  color: rgb(var(--blue2));
  display: block;
}
.single-post-categories a:hover {
  background: rgb(var(--blue2),.4);
}
@media screen and (min-width: 768px) {
  .single-post__info {
    gap: var(--sz20);
  }
  .single-post-categories {
    gap: var(--sz5);
  }
  .single-post-categories a {
    font-size: var(--sz12);
    line-height: var(--sz29);
    padding: 0 var(--sz12);
  }
}
@media screen and (max-width: 767px) {
  .single-post__info {
    gap: var(--sz20);
  }
  .single-post-categories {
    gap: var(--sz5);
  }
  .single-post-categories a {
    font-size: var(--sz12);
    line-height: var(--sz29);
    padding: 0 var(--sz12);
  }
}


@media screen and (min-width: 768px) {
  .single-post__content {
    margin: var(--sz100) 0 var(--sz120);
  }
}
@media screen and (max-width: 767px) {
  .single-post__content {
    margin: var(--sz40) 0 var(--sz100);
  }
}

.single-post__content > h2:not([class]),
.menu-title,
.cost-title {
  position: relative;
  line-height: 1.6;
}
.single-post__content > h2:not([class])::before,
.menu-title::before,
.cost-title::before {
  background: rgb(var(--black));
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
}
.single-post__content > h3:not([class]),
.menu-title-2,
.menu-sec h3:not([class]) {
  border-left: 6px solid rgb(var(--blue2));
  background: rgba(var(--blue2),.025);
  line-height: 1.6;
  position: relative;
}
.single-post__content > h4:not([class]),
.menu-sec h4:not([class]) {
  border-bottom: 2px solid rgb(var(--blue2));
  line-height: 1.6;
  position: relative;
}
.single-post__content > h5:not([class]),
.menu-sec h5:not([class]),
.single-post__content > h6:not([class]),
.menu-sec h6:not([class]) {
  font-weight: 700;
  line-height: 1.6;
}
.single-post__content .wp-block-image {
  display: block;
  margin: var(--sz40) 0;
}
.single-post__content > .cta-area {
  margin-top: var(--sz60);
  margin-bottom: var(--sz60);
}
.single-post__content a {
  text-decoration: underline;
}
.single-post__content a:hover {
  text-decoration: none;
}
.single-post__content > .menu-writer {
  margin-top: var(--sz60);
  margin-bottom: var(--sz60);
}
.single-post__content > .menu-writer > p {
  display: none !important;
}
.single-post__content > .cta-area a,
.single-post__content > .menu-writer a,
div[style="width: 71%; float: left;"] a {
  text-decoration: none !important;
}
div[style="width: 71%; float: left;"] a:hover {
  text-decoration: underline !important;
}

.single-post__content > .cta-area br:not([class]),
.single-post__content > .menu-writer br:not([class]) {
  display: none;
}

.single-post__content p {
  margin-bottom: 2em;
}

.menu-writer-p br,
.cta-area-time br {
  display: initial!important;
}
@media screen and (min-width: 768px) {
  .single-post__content > h2:not([class]),
  .menu-title,
  .cost-title  {
    font-size: var(--sz30);
    margin-bottom: var(--sz40);
    padding-left: var(--sz60);
  }
  .menu-title,
  .cost-title {
    margin-top: var(--sz80);
  }
  .single-post__content > h2:not([class])::before,
  .menu-title::before,
  .cost-title::before {
    width: var(--sz40);
    top: var(--sz28);
  }
  .single-post__content > h3:not([class]),
  .menu-title-2,
  .menu-sec h3:not([class]) {
    font-size: var(--sz24);
    margin-top: var(--sz50);
    margin-bottom: var(--sz30);
    padding: var(--sz8) var(--sz25);
  }
  .single-post__content > h4:not([class]),
  .menu-sec h4:not([class]) {
    font-size: var(--sz20);
    margin-top: var(--sz60);
    margin-bottom: var(--sz30);
    padding-bottom: var(--sz10);
  }
  .single-post__content > h5:not([class]),
  .menu-sec h5:not([class]) {
    font-size: var(--sz18);
    margin-top: var(--sz60);
    margin-bottom: var(--sz20);
  }
  .single-post__content > h6:not([class]),
  .menu-sec h6 {
    font-size: var(--sz17);
    margin-top: var(--sz50);
    margin-bottom: var(--sz20);
  }
  .single-post__content > .menu-iframe-content {
    margin-top: var(--sz40);
    margin-bottom: var(--sz40);
  }
}
@media screen and (max-width: 767px) {
  .single-post__content > h2:not([class]),
  .menu-title,
  .cost-title {
    font-size: var(--sz22);
    margin-bottom: var(--sz20);
    padding-bottom: var(--sz10);
  }
  .single-post__content > h2:not([class])::before,
  .menu-title::before,
  .cost-title::before {
    width: 100%;
    bottom: 0;
  }
  .single-post__content > h3:not([class]),
  .menu-title-2,
  .menu-sec h3:not([class]) {
    font-size: var(--sz20);
    margin-top: var(--sz50);
    margin-bottom: var(--sz20);
    padding: var(--sz8) var(--sz15);
  }
  .single-post__content > h4:not([class]),
  .menu-sec h4:not([class]) {
    font-size: var(--sz18);
    margin-top: var(--sz40);
    margin-bottom: var(--sz20);
    padding-bottom: var(--sz15);
  }
  .single-post__content > h5:not([class]),
  .menu-sec h5:not([class]) {
    font-size: var(--sz17);
    margin-top: var(--sz40);
    margin-bottom: var(--sz15);
  }
  .single-post__content > h6:not([class]),
  .menu-sec h6:not([class]) {
    font-size: var(--sz16);
    margin-top: var(--sz30);
    margin-bottom: var(--sz15);
  }
  .single-post__content > .menu-iframe-content {
    margin-top: var(--sz20);
    margin-bottom: var(--sz20);
  }
}

.single-post__content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.single-post__content h4 a {
  color: rgb(var(--blue2));
  text-decoration: none !important;
}
.single-post__content h4 a:hover {
  color: rgb(var(--gold));
}

.single-post__content .menu-sec {
  margin-top: 0;
  /*記事内のセクションがある時に無駄な余白が入らないように*/
}

.single-post__content > h2:first-child,
.single-post__content > h3:first-child,
.single-post__content > h4:first-child,
.single-post__content > h5:first-child,
.single-post__content > h6:first-child {
  margin-top: 0;
}

.single-post-nav {
  position: relative;
}
.single-post-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post-nav-list a:hover {
  color: rgb(var(--blue2));
}
.single-post-nav-prev,
.single-post-nav-next {
  position: relative;
}
.single-post-nav-prev {
  padding-left: var(--sz21);
}
.single-post-nav-next {
  padding-right: var(--sz21);
}
.single-post-nav-prev::before,
.single-post-nav-next::after {
  background: url('../images/icon_arrow_bold_black.svg') no-repeat 0 0 / 100%;
  content: '';
  display: block;
  width: var(--sz8);
  height: var(--sz12);
  margin: auto;
  position: absolute;
  top: var(--sz2);
  bottom: 0;
}
.single-post-nav-prev::before {
  transform: rotate(180deg);
  left: 0;
}
.single-post-nav-next::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .single-post-nav-archive {
    margin-top: var(--sz-45);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .single-post-nav-archive {
    margin-top: var(--sz25);
    text-align: center;
  }
}






@media screen and (min-width: 768px) {
  .menu-sec {
    margin-top: var(--sz80);
    margin-bottom: var(--sz80);
  }
}
@media screen and (max-width: 767px) {
  .menu-sec {
    margin-top: var(--sz100);
    margin-bottom: var(--sz20);
  }
}


/*menu-ul*/
.menu-ul-wrap {
  margin: var(--sz20) 0 var(--sz80);
}
.menu-ul li {
  position: relative;
}
.menu-ul {
  display: flex;
  flex-wrap: wrap;
}
.menu-ul.type-1 {
  background: rgba(var(--blue2),.05);
}
.menu-ul.type-2 {
  flex-direction: column;
}
.menu-ul li::before {
  background: rgb(var(--blue2));
  border-radius: 50%;
  content: '';
  display: block;
  width: var(--sz10);
  height: var(--sz10);
  position: absolute;
  left: 0;
}
.menu-ul li {
  padding-left: var(--sz20);
}
.menu-ul.type-2 {
  gap: var(--sz15);
}
.menu-ul li::before {
  top: var(--sz10);
}
@media screen and (min-width: 768px) {
  .menu-ul.type-1 {
    padding: var(--sz50) var(--sz70);
    gap: var(--sz15) 4%;
  }
  .menu-ul.type-1 li {
    width: 48%;
  }
  
}
@media screen and (max-width: 767px) {
  .menu-ul.type-1 {
    padding: var(--sz40) var(--sz20);
    gap: var(--sz30);
  }
  .menu-ul.type-1 li {
    width: 100%;
  }
  .menu-ul.type-2 {
    gap: var(--sz40);
  }
}

.gray-box {
  background: rgba(var(--blue2), .05);
}
@media screen and (min-width: 768px) {
  .gray-box {
    padding: var(--sz50) var(--sz70);
  }
}
@media screen and (max-width: 767px) {
  .gray-box {
    padding: var(--sz40) var(--sz20);
  }
}

ul.kome {
  margin-top: 3em;
}
ul.kome::before {
  content: none;
}
ul.kome li::before {
  content: '※';
}
ul.kome li {
  font-size: var(--sz14);
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}


/*menu-dl*/

.menu-dl dt::after {
  background: rgb(var(--blue2));
  content: '';
  display: block;
  width: var(--sz60);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-dl dt {
  font-size: var(--sz20);
  font-weight: 700;
  padding-bottom: 0;
  padding-left: var(--sz15);
  position: relative;
}
.menu-dl dt::after {
  background: rgb(var(--blue2));
  width: var(--sz5);
  height: var(--sz5);
  position: absolute;
  top: var(--sz15);
}
.menu-dl dd + dt {
  margin-top: var(--sz60);
}
@media screen and (min-width: 768px) {
  .menu-dl dt {
    font-weight: 700;
    margin-bottom: var(--sz20);
  }
}
@media screen and (max-width: 767px) {
  .menu-dl dt {
    font-size: var(--sz16);
    margin-bottom: var(--sz30);
  }
  .menu-dl dt::after {
    top: var(--sz12);
  }
  .menu-dl + .menu-dl {
    margin-top: var(--sz80);
  }
}

/*postcontent*/
@media screen and (min-width: 768px) {
  .single-post__content .postcontent {
    margin-top: var(--sz20);
    margin-bottom: var(--sz40);
  }
}
@media screen and (max-width: 767px) {
  .single-post__content .postcontent {
    margin-top: var(--sz20);
    margin-bottom: var(--sz30);
  }
}
/*.single-post__content table*/
.single-post__content table {
  background: rgb(var(--white));
  width: 100%;
}
.single-post__content table th {
  line-height: 1.2;
  vertical-align: middle;
}
.single-post__content table th {
  background: rgb(var(--blue4));
  border: 1px solid rgb(var(--white));
  color: rgb(var(--white));
}
@media screen and (max-width: 767px) {
  .single-post__content table th {
    border-color: rgb(var(--blue4));
  }
}
.single-post__content table td {
  background: rgb(var(--gray));
  border: 1px solid rgb(var(--gray2));
  vertical-align: middle;
}
.single-post__content table td:last-child {
  background: rgb(var(--white));
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .single-post__content table {
    margin-bottom: var(--sz20);
  }
  .single-post__content table th,
  .single-post__content table td {
    font-size: var(--sz18);
    width: calc(100% / 3);
    padding: var(--sz20) var(--sz10) var(--sz24);
  }
  .single-post__content table th {
    text-align: center;
  }
  .single-post__content table td {
    text-align: center;
  }
  .single-post__content table td:last-child {
    padding-right: var(--sz30);
  }
  .single-post__content table th span,
  .single-post__content table td span {
    font-size: var(--sz12);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cost-table {
    margin-bottom: var(--sz20);
  }
  .single-post__content table th,
  .single-post__content table td {
    font-size: var(--sz18);
    width: calc(100% / 3);
    padding: var(--sz20) var(--sz10) var(--sz24);
  }
  .single-post__content table th {
    text-align: center;
  }
  .single-post__content table td {
    text-align: center;
  }
  .single-post__content table td:last-child {
    padding-right: var(--sz30);
  }
  .single-post__content table th span,
  .single-post__content table td span {
    font-size: var(--sz12);
  }
}
@media screen and (max-width: 767px) {
  .cost-table {
    margin-bottom: var(--sz20);
  }
  .cost-wrapper .title-02 {
    margin-bottom: var(--sz45);
  }
  .single-post__content table + .title-02 {
    margin-top: var(--sz60);
  }
  .single-post__content table th,
  .single-post__content table td {
    font-size: var(--sz16);
    padding: var(--sz10);
    display: block;
    width: 100%;
  }
  .single-post__content table th span,
  .single-post__content table td span {
    font-size: var(--sz10);
  }
}

@media screen and (min-width: 768px) {
  .postcontent .alignleft {
    float: left;
    margin: 0 2em 1em 0;
  }
  .postcontent .alignright {
    float: right;
    margin: 0 0 1em 2em;
  }
  .postcontent .aligncenter {
    display: block;
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 767px) {
  .postcontent .alignleft, .postcontent .alignright, .postcontent .aligncenter {
    display: block;
    margin: 0 auto 1em;
  }
}



.access-info {
  margin-top: var(--sz30);
  margin-bottom: var(--sz30);
}
.access-info dt {
  background: url('../images/icon_check_black.svg') no-repeat;
}
.access-info dd {
  border-bottom: 1px dashed rgb(var(--gray2));
  padding-bottom: 1em;
  font-size: var(--sz14);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .access-info {
    margin-top: var(--sz30);
    margin-bottom: var(--sz30);
  }
  .access-info dt {
    background-size: var(--sz16);
    background-position: left 0 top var(--sz7);
    padding-left: var(--sz20);
  }
  .access-info dd {
    border-bottom: 1px dashed rgb(var(--gray2));
    padding-bottom: 1em;
    font-size: var(--sz14);
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .access-info {
    margin-top: var(--sz30);
    margin-bottom: var(--sz30);
  }
  .access-info dt {
    background-size: var(--sz16);
    background-position: left 0 top var(--sz8);
    padding-left: var(--sz20);
  }
  .access-info dd {
    border-bottom: 1px dashed rgb(var(--gray2));
    padding-bottom: 1em;
    font-size: var(--sz14);
    margin-bottom: 1em;
  }
}


h4.menu-sec {
  margin-bottom: 0;
  font-weight: 700;
  /*謎のh4要素マージン削除用*/
}



/*cost-table*/
.cost-table,.normal-table {
  background: rgb(var(--white));
  width: 100%;
}
.cost-table th,
.cost-table td,
.normal-table th,
.normal-table td {
  line-height: 1.2;
  vertical-align: middle;
}
.cost-table th,
.normal-table th {
  background: rgb(var(--blue4));
  border: 1px solid rgb(var(--white));
  color: rgb(var(--white));
}
.normal-table td {
  background: rgb(var(--white))!important;
}
@media screen and (max-width: 767px) {
  .cost-table th,
  .normal-table th {
    border-color: rgb(var(--blue4));
  }
}
.cost-table td,
.normal-table td {
  border: 1px solid rgb(var(--gray2));
}
.cost-table td.cost-table-contents-description {
  background: rgb(var(--gray));
}
.cost-table-contents-price {
  line-height: 1.6 !important;
}
.cost-table td.cost-table-contents-price {
  text-align: right;
}
.normal-table th,.normal-table td {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .cost-table {
    margin-bottom: var(--sz20);
  }
  .cost-wrapper .title-02 {
    margin-bottom: var(--sz45);
  }
  .cost-table + .title-02 {
    margin-top: var(--sz60);
  }
  .cost-table th,
  .cost-table td {
    font-size: var(--sz18);
    width: calc(100% / 3);
    padding: var(--sz20) var(--sz10) var(--sz24);
  }
  .cost-table th {
    text-align: center;
  }
  .cost-table td.cost-table-contents-description {
    text-align: center;
  }
  .cost-table td.cost-table-contents-price {
    padding-right: var(--sz30);
  }
  .cost-table th span,
  .cost-table td span {
    font-size: var(--sz12);
  }
  .cost-annotation-contents:not(:last-of-type) {
    margin-bottom: var(--sz60);
  }
  .normal-table th,
  .normal-table td {
    font-size: var(--sz18);
    padding: var(--sz20) var(--sz10) var(--sz24);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cost-table,.normal-table {
    margin-bottom: var(--sz20);
  }
  .cost-wrapper .title-02 {
    margin-bottom: var(--sz45);
  }
  .cost-table + .title-02 {
    margin-top: var(--sz60);
  }
  .cost-table th,
  .cost-table td {
    font-size: var(--sz18);
    width: calc(100% / 3);
    padding: var(--sz20) var(--sz10) var(--sz24);
  }
  .cost-table th {
    text-align: center;
  }
  .cost-table td.cost-table-contents-description {
    text-align: center;
  }
  .cost-table td.cost-table-contents-price {
    padding-right: var(--sz30);
  }
  .cost-table th span,
  .cost-table td span {
    font-size: var(--sz12);
  }
  .cost-annotation-contents:not(:last-of-type) {
    margin-bottom: var(--sz40);
  }
  .normal-table th,
  .normal-table td {
    font-size: var(--sz18);
    padding: var(--sz20) var(--sz10) var(--sz24);
  }
}
@media screen and (max-width: 767px) {
  .cost-table,.normal-table {
    margin-bottom: var(--sz20);
  }
  .cost-wrapper .title-02 {
    margin-bottom: var(--sz45);
  }
  .cost-table + .title-02 {
    margin-top: var(--sz60);
  }
  .cost-table th,
  .cost-table td {
    font-size: var(--sz16);
    padding: var(--sz10);
    display: block;
    width: 100%;
  }
  .cost-table th span,
  .cost-table td span {
    font-size: var(--sz10);
  }
  .cost-annotation-contents:not(:last-of-type) {
    margin-bottom: var(--sz60);
  }
  .normal-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .normal-table {
    min-width: 100%;
  }
  .normal-table th,
  .normal-table td {
    font-size: var(--sz16)!important;
    padding: var(--sz15)!important;
    white-space: nowrap!important;
    display: table-cell!important;
  }
}
