@charset "utf-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1.2px;
    color: #4d5156;
    background: #FEFDF4;
}

/*font*/
.NotoSansJP {
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

/* -----------共通-----------*/
main {
    border-top: solid 2px #4d5156;
    border-bottom: solid 2px #4d5156;
}

#tophe a {
    display: block;
    position: fixed;
    text-decoration: none;
    color: #4d5156;
    font-weight: bold;
    font-size: 11px;
    top: 67px;
    right: 10px;
    text-align: center;
    line-height: 1.2;
    transition: .5s;
    z-index: 999;
}

#tophe a:hover {
    opacity: .5;
}

.post_list_all {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 5px;
}

.post_list {
    width: 47%;
    margin-left: calc(1.5%);
    margin-right: calc(1.5%);
    margin-bottom: 15px;
    transition: .5s;
}

.post_list a {
    display: block;
    text-decoration: none;
    color: #4d5156;
    font-weight: bold;
    transition: .5s;
}

.post_list a:hover {
    opacity: .5;
}

.post_list img {
    display: block;
}

.blog_post_list img {
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.post_list_tag li {
    background: #8CFFB6;
    width: fit-content;
    padding: 3px 7px;
    font-size: 11px;
    display: inline-block;
    margin: 10px 10px 0 0;
}

.post_list_title {
    line-height: 1.2;
    margin: 5px 0 0;
}

/* -----------パンくずリスト-----------*/
.breadcrumb_all {
    margin: auto;
}

.breadcrumb_box li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px
}

.breadcrumb_box li span {
    display: block;
}

.breadcrumb_box li a {
    text-decoration: none;
    color: #4d5156;
    font-size: 12px
}

/* -----------page-----------*/
.page_bg {
    background: #E9E9E9;
}

.page_all {
    background: #FEFDF4;
    padding: 20px 10px;
    margin: auto;
    transition: .5s;
    position: relative;
}

.page_all h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
    color: #FF8CC3;
}

.page_content {
    margin: 0 0 50px;
}

.page_content h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #4d5156;
    margin: 30px 0 15px;
}

.page_content h3 {
    font-size: 16px;
    font-weight: 600;
    border-left: solid 10px #4d5156;
    padding-left: 5px;
    line-height: 1;
    margin: 30px 0 15px;
}

.page_content a {
    font-weight: bold;
    color: #0009FF;
}

.page_content strong {
    font-weight: bold;
}

.page_content .wp-block-image {
    margin: 20px auto;
    width: fit-content;
}

.page_content .wp-block-video video {
    vertical-align: middle;
    width: 100%;
    margin: 20px auto;
    display: block;
}

/* -----------single-----------*/
.back_post_list {
    position: sticky;
    top: 60px;
    transition: .5s;
    z-index: 999;
}

.back_post_list a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #FF8CC3;
    color: #FEFDF4;
    width: 50px;
    padding: 17px 10px;
    line-height: 50px;
    line-height: 1.5;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 55px;
    transition: .5s;
}

.back_post_list a:hover {
    box-shadow: 0px 0px 5px 5px rgba(140, 144, 255, 1);
}

@media screen and (min-width:800px) {
    .back_post_list {
        position: sticky;
        top: 150px;
    }

    .back_post_list a {
        width: 100px;
        line-height: 100px;
        padding: 0;
        border-radius: 50%;
        position: absolute;
        right: -35px;
        top: -30px;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    }
}

.single_day {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 10px;
}

.single_thumnail,
.single_thumnail_blog {
    margin: auto;
}

.single_thumnail img{
    width: fit-content;
    max-width: 100%;
    margin: auto;
    display: block;
}

.single_thumnail_blog img{
    object-fit: cover;
    aspect-ratio: 16/9;
}

/* -----------header-----------*/
.header_logo_box {
    font-weight: bold;
    display: inline-block;
    margin: 10px 0 0 10px;
    line-height: 50px;
}

.header_logo_box img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.header_logo_box a {
    display: inline-block;
    color: #4d5156;
    text-decoration: none;
    transition: .5s;
}

.header_logo_box a:hover {
    opacity: .5;
}

.header_content_box {
    margin: 20px 10px;
    font-weight: bold;
}

.header_h1_title {
    font-size: 20px;
    line-height: 1.2;
    color: #FF8CC3;
    margin: 20px 0px;
}

.header_content_box a {
    font-size: 13px;
    text-decoration: none;
    color: #0009FF;
    transition: .5s;
    display: block;
    margin: 10px 0;
}

.header_content_box a:hover {
    opacity: .5;
}

.header_button {
    background: #8C90FF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}

.header_button span {
    display: block;
    width: 20px;
    height: 2px;
    background: #FEFDF4;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.header_button span:first-child {
    top: 18px;
}

.header_button span:nth-child(2n) {
    top: 25.5px;
}

.header_button span:last-child {
    top: 33px;
}

.header_button .active:first-child {
    transform: rotate(225deg);
    top: 25px;
}

.header_button .active:nth-child(2n) {
    opacity: 0;
}

.header_button .active:last-child {
    transform: rotate(-765deg);
    top: 25px;
}

#header_menu {
    transform: translateX(130%);
    position: fixed;
    background: #E9E9E9;
    height:100vh;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    overflow: scroll;
    padding: 60px 10px;
    transition: .5s;
    font-weight: bold;
}

#header_menu.active {
    transform: translateX(0%);
}

#header_menu p {
    font-size: 17px;
    margin: 30px 0 0;
}

.header_menu_other a {
    text-decoration: none;
    color: #4d5156;
    display: block;
    margin-top: 15px;
}

.header_menu_list_cat,
.header_menu_list_tag {
    display: flex;
    flex-wrap: wrap;
}

.header_menu_list_cat li,
.header_menu_list_tag li {
    display: block;
    padding: 3px 7px;
    color: #4d5156;
    text-decoration: none;
    margin: 10px 5px 0 0;
    transition: .5s;
}

.header_menu_list_cat li:hover,
.header_menu_list_tag li:hover {
    box-shadow: 0 0 5px #8C90FF;
}

.header_menu_list_cat input[type="checkbox"],
.header_menu_list_tag input[type="checkbox"] {
    display: none;
}

.tag_list li,
.tag_list label {
    cursor: pointer;
}

.header_menu_list_cat li:has(> label .tag_list_input) {
    background: #8CFFB6;
    border: solid 1px #8CFFB6;
}

.header_menu_list_tag li:has(> label .tag_list_input) {
    background: #FF8CC3;
    border: solid 1px #FF8CC3;
}

/* チェックボックスがチェックされたときに親要素のスタイルを変更 */
.header_menu_list_cat li:has(> label .tag_list_input:checked),
.header_menu_list_tag li:has(> label .tag_list_input:checked) {
    background: #FEFDF4;
    border: solid 1px #4d5156;
}

/* -----------footer-----------*/
footer {
    padding: 10px;
}

.footer_content {
    transition: .5s;
}

.footer_content strong {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    display: block;
}

.footer_menu {
    margin: 20px 0 0;
}

.footer_menu li {
    margin: 10px 20px 0 0;
}

.footer_menu a {
    text-decoration: none;
    color: #0009FF;
    font-weight: bold;
    transition: .5s;
}

.footer_menu a:hover {
    opacity: .5;
}

.footer_right img {
    display: block;
    width: 50%;
    max-width: 300px;
    margin: 50px auto;
}

.copyright {
    display: block;
    margin: 50px 0 0;
    font-size: 10px;
    text-align: center;
}

/* -----------Wordpress 共通-----------*/
.page_no_post {
    margin: 40px 10px 50px;
    font-weight: bold;
    font-size: 20px;
}

.archive_pagenation {
    margin: 50px auto 80px;
    text-align: center
}

.archive_pagenation a {
    text-decoration: none;
    transition: .5s;
}

.archive_pagenation a:hover {
    opacity: .5;
}

.archive_pagenation .page-numbers {
    border: solid 1px #8C90FF;
    border-radius: 10px;
    padding: 5px 10px;
    color: #4d5156
}

.archive_pagenation .current {
    background: #8C90FF;
    border: solid 1px #8C90FF;
    border-radius: 10px;
    padding: 5px 10px;
    color: #FEFDF4;
}

.archive_pagenation .prev,
.archive_pagenation .next {
    border: none;
}


/* -----------Wordpress cf7-----------*/
/* フォーム全体のスタイル */
.wpcf7 {
    max-width: 500px;
    margin: auto;
    margin: 50px auto;
}

/* フォーム内の段落のスタイル */
.wpcf7 p {
    margin-bottom: 20px;
}

/* 入力フィールドのスタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* 送信ボタンのスタイル */
.wpcf7 input[type="submit"] {
    background-color: #0009FF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}

/* 送信ボタンのスタイル：ホバー時 */
.wpcf7 input[type="submit"]:hover {
    opacity: .5;
}

/* スピナーのスタイル */
.has-spinner:before {
    content: "\f110";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    font-size: 20px;
    margin-top: -0.5em;
    margin-left: -0.5em;
    text-align: center;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* レスポンスメッセージのスタイル */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* -----------Wordpress ark-----------*/
.ark-block-notice {
    margin: 10px 0;
}

.ark-block-blogCard .arkb-boxLink__inner {
    margin: 20px 0;
}

/* -----------BLOG card-----------*/
.single_blog_card {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: .5s;
    margin: 10px 0 0 0;
}

.single_blog_card a {
    display: block;
    align-items: center;
    text-decoration: none;
    color: #4d5156;
    transition: .5s;
}

.single_blog_card:hover {
    transform: translateY(5px);
}

.single_blog_card-image img {
    object-fit: contain;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 10px;
    transition: .5s;
}

.single_blog_card_content {
    margin: 0 10px;
}

.single_blog_card_title {
    color: #FF8CC3;
    border-bottom: solid 1px #4d5156;
}

.single_blog_card_description {
    line-height: 1.5;
    font-size: 12px;
    padding: 0 10px 10px 0;
}

/* -----------ユーザー情報-----------*/
.authorBox {
    background-color: #fff;
    border: 1px solid #FF8CC3;
    border-radius: 8px;
    padding: 20px;
    margin: 50px auto 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    transition: .5s;
}


.authorBox_title {
    text-align: center;
    font-weight: bold;
}

.p-authorBox{
    transition: .5s;
}
.p-authorBox__l {
    margin: 20px;
    text-align: center;
}

.p-authorBox__l img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #FF8CC3;
}

.p-authorBox__name {
    font-weight: bold;
    line-height: initial;
}

.ad-container{
    margin: 10px 0;
}


/* -----------ipad-----------*/

@media screen and (min-width:640px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /* -----------共通-----------*/
    .post_list {
        width: 30.3%;
    }

    /* -----------page-----------*/
    .page_bg {
        background: #E9E9E9;
        padding: 20px 10px;
    }

    .page_all {
        background: #FEFDF4;
        padding: 10px 30px;
        max-width: 900px;
        box-sizing: border-box;
        margin: auto;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    }

    /* -----------footer-----------*/
    footer {
        padding: 10px;
    }

    .footer_content {
        display: flex;
        width: 100%;
    }

    .footer_left {
        width: 70%;
    }

    .footer_right {
        width: 30%;
    }

    .footer_right img {
        margin: 10px 0 0 auto;
        max-width: 100px;
    }

/* -----------ユーザー情報-----------*/
.authorBox {
    max-width: 100%;
}

.authorBox_title {
    text-align: left;
}
.p-authorBox {
    display: flex;
    align-items: center;
}

}

/* -----------ipad pro-----------*/
@media screen and (min-width:960px) {
    body {
        font-size: 15px;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------共通-----------*/
    .post_list {
        width: 22%;
    }

    #tophe a {
        font-size: 13px;
        top: 80px;
    }

    /* -----------header-----------*/
    .header_logo_box {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 999;
    }

    .header_logo_box img {
        width: 60px;
    }

    .header_h1_title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .header_button {
        display: none;
    }

    #header_menu {
        position: initial;
        background: initial;
        height: initial;
        width: fit-content;
        top: initial;
        right: initial;
        z-index: initial;
        overflow: initial;
        padding: initial;
        transform: initial;
        transition: .5s;
        font-weight: bold;
        margin: 20px 10px;
    }

    .header_menu_other_box {
        display: none;
    }

    .header_content_box a {
        display: inline-block;
        margin: 10px 30px 0 0;
    }
    

    /* -----------footer-----------*/
    .footer_menu li {
        display: inline-block;
    }

    /* -----------BLOG card-----------*/
    .single_blog_card {
        max-width: 600px;
    }

    .single_blog_card a {
        display: flex;
    }

    .single_blog_card-image img {
        width: 200px;
        margin-bottom: 0;
    }

}

/* -----------PC-----------*/
@media screen and (min-width:1200px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------共通-----------*/
    .post_list {
        width: 17%;
    }
}