* {
    color: #6c4b27;
    font-size: 17px;
}
@media (max-width: 768px) {
    * {
        font-size: 16px;
    }
}
body {
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
    visibility: visible;
    box-sizing: border-box;
	overflow-x: hidden;
}
li {
    list-style: none;
}
a {
    color:#41addc;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-bottom: 1em;
}

h2 {
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 5px solid #f5e7eb;
    font-size: 24px;
    font-weight: 100;
}
h3 {
    width: 100%;
    padding-left: 4px;
    margin-bottom: 1em;
    border-left: 5px solid #f5e7eb;
    font-size: 21px;
    font-weight: 100;
}
.text-center {
    text-align: center;
}

/* コンテンツ */
main {
    position: relative;
    top: 120px;
    min-height: calc(100vh - 120px);
}
section {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.conteiner-l
, .conteiner-m
, .conteiner-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 40px 8px;
}
.conteiner-l {
    max-width: 1100px;
}
.conteiner-m {
    max-width: 1025px;
}
.conteiner-s {
    max-width: 950px;
}
.conteiner-s p {
    width: 100%;
}
.heading-wrapper {
    margin-bottom: 40px !important;
}
.section-heading-wrapper {
    width: fit-content;
    margin-bottom: 1em;
}
.section-heading{
    margin-bottom: unset;
    border: unset;
    font-size: 34px;
    font-weight: 100;
}
.section-heading-wrapper span {
    display: inline-block;
    width: 100%;
    color: #41addc;
    text-align: center;
}
.section-overview-wrapper {
    padding: 32px;
}
.bg-yellow {
    background-color: #fcfbf4;
}
.two-column {
    display: grid;
    grid-template-columns: 50% 50%;
}
@media (max-width: 768px) {
    main {
        position: relative;
        top: 56px;
    }
    .section-heading-wrapper h1,
    .section-heading-wrapper h2{
        font-size: 24px;
    }
    .section-overview-wrapper {
        padding: 32px 8px;
    }
    .conteiner-s {
        padding: 24px 16px;
    }
    .two-column {
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: auto;
    }
}

/* カバー画像 */
.cover-image-conteiner {
    width: 100vw;
    height: 104px;
    background-color: #f5e7eb;
}
.cover-image-wrapper {
    position: relative;
    max-width: 1100px;
    height: 102px;
    margin: 0 auto;
    overflow: hidden;
}
.cover-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1100px;
}

/* パンくずリスト */
.breadcrumbs-conteiner {
    width: 100%;
}
.breadcrumbs-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 16px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs li 
, .breadcrumbs li a{
    color: #6c4b27;
    font-size: 14px;
    white-space: nowrap
}
.breadcrumbs li a {
    color: #6c4b27;
    text-decoration: underline;
}
.breadcrumbs li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: ">";
}

/* 投稿用タイトル */
.title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 31px;
}
.release-date ul{
    display: flex;
}
.release-date ul li 
, .release-date ul li span{
    font-size: 14px;
}
.release-date ul li {
    margin-right: 16px;
}
.title-wrapper h1 {
    margin-bottom: 8px;
    font-size: 31px;
    font-weight: 100;
}
@media (max-width: 768px) {
    .release-date ul{
        flex-direction: column;
    }
}

/* リスト */
.list-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.list-01 {
    width: 100%;
    max-width: 720px;
}
.list-01 li {
    padding: 0 56px;
    border-bottom: 2px solid #f5e7eb;
}
.list-01 li:first-child {
    border-bottom: 2px solid #f5e7eb !important;
}
.list-01 li:last-child {
    border-bottom: unset;
}
.list-01 li a {
    display: grid;
    grid-template-columns: 150px 1fr;
    place-items: center;
    padding: 31.25px 0 14.25px 0;
}
.list-01 li a:hover {
    text-decoration: none;
}
.list-01 li a span {
    margin-bottom: 1em;
}
.list-02 {
    width: 100%;
    max-width: 843px;
}
.list-02 li {
    width: 100%;
}
.list-02 li a {
    display: grid;
    grid-template-columns: 240px 1fr;
    padding: 8px 16px;
}
.list-02 li a:hover {
    text-decoration: none;
}
.list-02 li a:hover .list-02-item-title {
    text-decoration: underline;
}
.list-02-item-img {
    width: 178px;
    height: 127px;
}
.list-02-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.list-02-item-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.list-02-item-detail p {
    margin-bottom: 0.5em;
}
.list-02-item-title{
    font-size: 21px;
    white-space: nowrap;
}
.list-02-item-date {
    font-size: 14px;
}
.list-02-item-date span{
    display: inline-block;
    margin-right: 8px;
    padding: 0 8px;
    background-color: #f6df60;
    border-radius: 25px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .list-01 li {
        padding: 0 8px;
    }
    .list-01 li a{
        grid-template-rows: auto auto;
        grid-template-columns: auto;
        place-items: unset;
        padding: 15px 0 7px 0;
    }
    .list-02 li a{
        grid-template-rows: auto auto;
        grid-template-columns: auto;
        place-items: center;
        padding: 8px 16px;
    }
    .list-02-item-img {
        width: 278px;
        height: 187px;
        margin-bottom: 16px;
    }
    .list-02-item-detail p {
        font-size: 16px;
    }
    .list-02-item-title{
        font-size: 17px !important;
        white-space: nowrap;
    }
}

/* ボタン */
.button-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.btn {
    position: relative;
    background-color: #f5e7eb;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    color: #6c4b27;
}
.btn:hover {
    top: 2px;
    box-shadow: none;
    text-decoration: none;
}
.btn-type01 {
    display: inline-block;
    padding: 8px 40px 8px 24px;
}
.btn-type01::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-top:-3px;
    position: absolute;
    top: 50%;
    right: 24px;
    border: 0;
    border-top: solid 2px #6c4b27;
    border-right: solid 2px #6c4b27;
    transform: rotate(45deg);
}
.btn-type02 {
    display: inline-block;
    padding: 8px 32px 8px 32px;
}
.btn-contact {
    display: flex;
    align-items: center;
    width: 159px;
    padding: 2.5px 12.5px;
}
.btn-contact::before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin-right: 4px;
    background-image: url('/wp-content/themes/kamashi-kodomokai/assets/images/icon_mail.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* SNS */
.sns-wrapper {
    display: flex;
    align-items: center;
}
.sns-wrapper span {
    margin-right: 16px;
}
.sns-wrapper img {
    width: 20px;
    height: 20px;
}

/* フォーム */
form {
    padding: 24px 0;
}
.form_item {
    margin-bottom: 2rem;
}
.form_item p{
    display: flex;
    flex-direction: column;
}
.form_item_label {
    margin-bottom: 8px;
}
.form_item_field {
    display: inline-block;
    margin-right: 8px;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 14px;
}
.form_item_field_require {
    background-color: #DC143C;
}
.form_item_field_any {
    background-color: #1E90FF;
}
.form-btn-wrapper p {
    width: fit-content;
}
.wpcf7-spinner {
    display: none;
}

/* テーブル */
th {
    text-align: center;
    background-color: #f5e7eb;
}


.sp-br {
    display: none;
}
@media (max-width: 768px) {
    .sp-br {
        display: block;
    }
}