/*
Theme Name: Murakami Theme
Description: Murakamiテーマです
Author:
Author URI:
Template: lab23
Version: 1.0
*/

@charset "utf-8";

/*==== admin header ====*/

:root {
  --global--admin-bar--height: 0;
}

.admin-bar {
  --global--admin-bar--height: 32px;

  @media only screen and (max-width: 782px) {
    --global--admin-bar--height: 46px;
  }
}
header {
  top: var(--global--admin-bar--height);
}






body {
  /*line-height: 1;*/
  background-color: #fff;
}
.header-inner {
  line-height: 1;
}

.header-inner h1 {
  margin: 0;
}

#top .slogan {
  line-height: 1;
}


footer .subheading {
  line-height: 1;
}

footer #information .subheading p:last-of-type {
  letter-spacing: initial;
}




.single-post {
    background-color: #fff;
}

.p-entry-header {
    padding-bottom: 5px;
}
.p-entry-header+.l-entry-content {
    padding-top: 30px;
}
.p-entry-header:has(+ .l-entry-content section) + .l-entry-content {
    padding-top: 0;
}
.p-entry-footer {
    background-color: #fff;
}


.page .l-content-wrap__inner {
    max-width: initial;
    width: 100%;
}
.page .l-content-wrap--1column .l-content-wrap__inner {
    max-width: initial;
}
@media screen and (min-width: 992px) {
    .page .l-content-wrap__inner,
    .single .l-content-wrap__inner {
        padding: 0px !important;
    }
}
.single .l-content-wrap__inner {
    max-width: initial;
    /*max-width: 1000px;*/
    width: 100%;
}
.blog .l-content-wrap__inner,
.archive .l-content-wrap__inner {
    max-width: initial;
    /*max-width: 1060px;*/
    width: 100%;
}

.c-breadcrumbs {
    margin: 0 auto 18px auto;
    max-width: 1000px;
}
@media screen and (max-width: 480px) {
.single .c-breadcrumbs,
.blog .c-breadcrumbs,
.archive .c-breadcrumbs,
.page .c-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
}
}
main .c-breadcrumbs ol li::before {
  content: none;
}
.c-breadcrumbs .c-breadcrumbs__list li+li:before {
  content: ">";
  margin-right: 8px;
  opacity: .5;
  background: initial;
  color: initial;
}
.p-pager ul.page-numbers li::before {
  content: none;
}
.p-pager ul.page-numbers li {
  padding-top: 0;
  padding-left: 0;
  text-indent: 0;
}
.p-entry-cat ul.post-categories li::before {
  content: none;
}
.p-entry-cat ul li {
  padding-top: 0;
  padding-left: 0;
  text-indent: 0;
}



.page.p-design-normal .l-content-wrap__inner,
.page.p-design-normal-float .l-content-wrap__inner {
    padding: 0 !important;
}
.archive.p-design-normal .l-content-wrap__inner,
.archive.p-design-normal-float .l-content-wrap__inner,
.blog.p-design-normal .l-content-wrap__inner,
.blog.p-design-normal-float .l-content-wrap__inner {
    padding: 0 !important;
}
.single.p-design-normal .l-content-wrap__inner,
.single.p-design-normal-float .l-content-wrap__inner {
    padding: 0 !important;
}

.archive main section:first-of-type,
.blog main section:first-of-type {
    margin-top: 10px !important;
}

.page header .p-entry-header__inner {
    display: none;
}

.page .p-entry-footer {
    padding-top: 0;
}
.page .l-content-wrap {
    padding-bottom: 0
}
.page .l-entry-content {
    padding-bottom: 0
}

.archive .p-archive-ttl,
.category .p-archive-ttl,
.blog .p-archive-ttl {
    display: none;
    margin: 0 auto 20px;
    max-width: 1000px;
}


.single .p-entry-content .wp-block-table,
.single .p-entry-content blockquote,
.single .p-entry-content dl,
.single .p-entry-content iframe,
.single .p-entry-content ol,
.single .p-entry-content p,
.single .p-entry-content ul {
    margin-bottom: 1.5rem;
}


.p-information-item__info {
    font-size: 14px
}
.p-information-item+.p-information-item {
    border-top: 1px solid #9e9e9f;
}

.blog main section .content div,
.archive main section .content div {
  margin-top: 0;
}

.wp-block-group.content div.wp-block-group__inner-container {
  margin-top: 0;
}


.blog .p-information,
.archive .p-information {
    padding: 15px 40px;
    background-color: #fff;
}

.page header.p-entry-header {
  display: none;
  border: none;
}

.single .p-entry-header {
	padding-bottom: 0;
	border-bottom: none;
}
.single .p-entry-header h1 {
    font-family: "fot-tsukuardgothic-std", sans-serif;
}
.single .p-entry-header__inner {
	position: relative;
	border-bottom: 2px solid #009fe8;
	padding-bottom: 10px;
}
.single .p-entry-header__inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 150px;
	height: 2px;
	background-color: #53c59e;
}
.single .p-entry-footer {
	border-top: 1px solid #9e9e9f;
}

.single article.l-article {
	background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
	padding: 15px 40px;
}






.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.news-area .date {
  width: 100px;
  display: flex;
}
.news-area ul li p span {
  margin-left: 10px;
  padding: 1px 7px;
  border-radius: 2px;
  background: #ff8000;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}
.news-area ul li p span.important {
    background-color: #f00;
}
@media screen and (max-width: 600px) {
  .news-area ul li .date {
    width: auto;
  }
}








main section#post {
  margin: 10px 40px 40px 0;
  padding: 40px;
  background: #effaf6;
  border-radius: 0 180px 0 0;
  overflow: hidden;
}

#post > h2:first-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 1030px) {
  main section#post {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  main section#post {
    margin: 40px 0;
    padding: 30px 15px;
    border-radius: 0 100px 0 0;
  }
}






/*==== payment ====*/
#payment .payment-method {
  padding: 20px 30px 30px;
  background: #fff;
}
#payment .payment-method h3 {
  margin-top: 20px;
}
#payment .payment-method h3 + p {
  padding-top: 0;
  text-align: center;
}
#payment .payment-method h3 + p img {
  width: 80%;
}
@media screen and (max-width: 480px) {
  #payment .payment-method {
    padding: 10px 20px 20px;
  }
  #payment .payment-method h3 + p img {
    width: 95%;
  }
}

#payment .flex {
  justify-content: space-between;
  padding: 30px;
  background: #fff;
}
#payment .flex img {
  width: 38%;
}
#payment .flex div {
  margin-top: 0;
  padding-left: 30px;
  width: 62%;
}
@media screen and (max-width: 480px) {
  #payment .flex {
    flex-direction: column-reverse;
    padding: 5px 20px 20px;
  }
  #payment .flex img {
    width: 100%;
  }
  #payment .flex div {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  footer #information div p:not(:last-child) {
    letter-spacing: normal;
  }
}


@media screen and (max-width: 600px) {
.home .c-page-top {
    bottom: 90px;
}
}

/*==== blog ====*/
main .content p.p-information-item__ttl {
  padding-top: 0;
}

/*==== sitemap ====*/
main #sitemap .content h2 + ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}

main #sitemap .content ul li::before {
  content: none;
}
main #sitemap .content ul li ul li::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  background: #009fe8;
  border-radius: 50%;
  margin: 0.1em 0.4em 0.1em 0.1em;
}

main #sitemap .content ul li .upper {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  padding: 2.5px 0 2.5px 8px;
  border-left: 5px solid #009fe8;
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  main #sitemap .content ul li .upper {
    font-size: 2rem;
  }
}

.single article.l-article {
  padding: 30px 40px;
}
.c-share-buttons,
.p-comment-area {
  display: none;
}
.p-paging {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .single article.l-article {
    padding: 30px 15px;
  }
}