@charset "utf-8";

body {
    cursor: url('images/cursor-pick.png') 16 28, auto;
}

/*トップページ------------------------------------------------------------------------*/

body {
    color: #fff;
    font-size: 20px;
    font-family: sans-serif;
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.inner {
    width: 88%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.photo {
    margin-left: auto;
    margin-right: auto;
}

/*header----------------------------------------------------------------------------*/

header {
    text-align: left;
    background-color: #353434;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .inner {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
}

.title {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.title:hover {
    box-shadow: 0 8px 16px rgb(83, 83, 83);
    /* 少し持ち上がる */
}

.global:hover a {
    color: #ff6969;
}

.global ul {
    display: grid;
    grid-auto-flow: column;
    column-gap: 30px;
}

.global a {
    color: #fff;
    margin-right: 0.5 px;
}

.global:hover {
    color: #E40065;
}

/*main------------------------------------------------------------------------------*/

h2 {
    color: #1d1d1d;
    font-weight: bold;
    font-size: 24px;
    margin-top: 35px;
    margin-left: 35px;
}

a:hover,
.toadd {
    color: #E40065;
}

h3 a {
    transition: color 0.5s ease, text-shadow 0.5s ease;
}

.mainvisal {
    max-width: 1080px;
    display: grid;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.archive-title {
    background-image: url(/blog/wp-content/themes/myblog/images/hero-image.jpg);
    background-size: cover;
    background-position: center;
}

/*記事------------------------------------------------------------------------------*/

.posts {
    width: 274px;
    display: grid;
    background-color: #353434;
    border-radius: 10px;
    margin-top: 42px;
    margin-bottom: 42px;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 20px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
}

.posts {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.posts:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
    /* 少し持ち上がる */
}

.post-card:active {
    transform: translateY(2px);
    /* 沈む */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.title:empty {
    display: none;
    /* 空のタイトルは表示しない */
}

.posts>a>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.posts .hover img {
    width: auto;
    height: auto;
    object-fit: none;
}

.categorytop {
    display: inline-block;
    max-width: 120px;
    /* 幅制限 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* はみ出したら「…」 */
    background-color: #fff;
    color: #353434;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px;
}

.mainbtn {
    text-align: center;
    padding-top: 10px;
}

.page-numbers {
    color: #353434;
}

h3 {
    font-weight: bold;
    border-bottom: solid;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left;
    transition: 1s;

}

.categorytop {
    width: 137px;
    background-color: #fff;
    color: #353434;
    text-align: center;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;

}

.btnpage {
    display: grid;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    row-gap: 30px;
    place-items: center;
}

.hover.letter-space:hover {
    letter-spacing: 0.15em;
}

.global ul {

    display: grid;
    grid-auto-flow: column;
    justify-content: right;
}

.global a {
    color: #fff;
}

.top {
    text-align: center;
    margin-top: 5px;
    text-align: right;
    margin-right: 50px;
    margin-bottom: 80px;
}

/*footer---------------------------------------------------------------------------*/

footer {
    background-color: #353434;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (700px<=width) {


    .mainvisal {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 7%;
        row-gap: 70px;
    }

    .btn {
        text-align: center;
    }
}

@media (1000px<=width) {
    .mainvisal {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 7%;
        row-gap: 50px;
    }

    .btn {
        text-align: center;
    }
}

/*-singlecss-*/
/*-.page-*/

/*singleページ---------------------------------------------------------------------*/

.single {
    font-size: 16px;
    font-family: sans-serif;
    color: #353434;
    background-color: #353434;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
}

.single img {
    max-width: 80%;
    height: auto;
    vertical-align: middle;
}

.single .ima {
    width: 90%;
    /* 横幅をカードいっぱいに広げる */
    aspect-ratio: 307.26 / 225.998;
    /* 画像の比率を固定 */
    object-fit: cover;
    /* 枠いっぱいに収めつつ切り抜き */
    display: block;
}

.single .inner {
    width: 86.48%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

/*herader----------------------------------------------------------------------------*/

.single h2 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.2s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single header {
    text-align: left;
    margin-left: 30px;
    background-color: #353434;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: column;

    /*
    justify-content: space-between;
    */
    align-items: center;
    margin-right: 30px;
}

.single header .inner {
    display: grid;

    grid-auto-flow: column;
    /*
    justify-content: space-between;
    */
    align-items: center;
}

.single ul {
    font-weight: bold;
}

.breadcrumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
    text-align: left;
}

/*main------------------------------------------------------------------------------*/


.single .shoto {
    text-align: center;
    padding-top: 50px;
}

.single .maintext {
    text-align: left;
    background-color: #fff;
    border-radius: 15px;
    padding-right: 15px;
}

.single .maintext h2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 40px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.single .maintext .text {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

p {
    padding-left: 15px;
}

.single h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.single .overiew {
    background-color: #fff;
    text-align: left;
    padding-left: 0px;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

/*hover----------------------------------------------------------------------------*/

.maintext {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.maintext:hover {
    box-shadow: 0 8px 16px rgb(0, 0, 0);
    transform: translateY(-5px);
    /* 少し持ち上がる */
}

.catego {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catego:hover {
    box-shadow: 0 8px 16px rgb(0, 0, 0);
    transform: translateY(-5px);
    /* 少し持ち上がる */
}

.overiew {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overiew:hover {
    box-shadow: 0 8px 16px rgb(0, 0, 0);
    transform: translateY(-5px);
    /* 少し持ち上がる */
}

.profile {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile:hover {
    box-shadow: 0 8px 16px rgb(0, 0, 0);
    transform: translateY(-5px);
    /* 少し持ち上がる */
}

.comments {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comments:hover {
    box-shadow: 0 8px 16px rgb(0, 0, 0);
    transform: translateY(-5px);
    /* 少し持ち上がる */
}

/*sidebar----------------------------------------------------------------------------*/

.single .catego {
    color: #353434;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 40px;
}

.single .cate {
    padding-bottom: 10px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    /* はみ出したら次の行へ */
    gap: 10px;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

.single .breadcrumbs {
    text-align: left;
    background-color: #fff;
    margin: 50px;
    margin-top: 0;
    margin-bottom: 40px;
    border-radius: 15px;
    padding: 5px;
}

.single .profile {
    background-color: #fff;
    padding-left: 15px;
    border-radius: 15px;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
}

.single .profileshoto {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single .pro {
    padding: 0 70px 0 70px;
}

.profileshoto:hover {
    transform: rotate(360deg);
    transition: transform 0.6s ease;
}

.single .comment {
    background-color: #fff;
    border-radius: 15px;
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: left;
    border: #353434;
}

.submit {
    background-color: #1c1b1b;
    border: 2px solid #353434;
    border-radius: 3px;
    padding: 3px 5px;
}

textarea {
    border: 1.5px solid #353434;
    margin-left: 50px;
    margin-top: 10px;
    color: #bababa;
}

.single .texttype {
    border: #353434;
}

.single footer {
    background-color: #353434;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.single input {
    color: #bababa;
}

address {
    color: #353434;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
}

strong {
    color: #353434;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #353434;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
}

.anchor {
    color: #353434;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
}

.emphasize {
    color: #353434;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
}

code {
    word-wrap: break-word;
    line-height: 2;
    letter-spacing: 0;
    text-align: left;
}

@media(300px<=width) {
    .single h2 {
        font-size: 13px;
    }

    .single .category {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 5px;
    }

    .cat-item {
        text-align: left;
        padding-left: 30px;
        padding-right: 20px;
    }

    .single .profile {
        background-color: #fff;
        padding: 5px;
        border-radius: 10px;
        margin-top: 40px;
        padding-bottom: 10px;
    }

    .single .pro {
        padding: 10px;
    }

    .single .profileshoto {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (1000px<=width) {

    .single {
        text-align: center;
        margin-left: 300px;
        margin-right: 300px;
        width: 60%;
    }


    .single .btn {
        text-align: center;
    }

    .single .category {
        display: grid;
        grid-template-columns: 200px 200px 200px 200px;
        padding: 5px;
        text-align: left;
    }

    .cat-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*categoryのcss------------------------------------------------------------------------------------------------*/
.category p {
    width: 137px;
    border-radius: 10px;
    background-color: #fff;
    color: #353434;
    text-align: center;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.category {
    /*
    white-space: nowrap;
    折り返し禁止で横並び
    */
    /* はみ出し部分を隠す */
    text-overflow: ellipsis;
    /* ... を表示 */
}

.category .body {
    color: #fff;
    font-size: 20px;
    font-family: sans-serif;
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
}

.category .posts {
    width: 270px;
}

.category body {
    color: #fff;
    font-size: 20px;
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
}

.category img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.category .inner {
    width: 88%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.category .photo {
    margin-left: auto;
    margin-right: auto;
}

.category .global ul {
    display: grid;
    grid-auto-flow: column;
    column-gap: 30px;
}

.category .category.global a {
    color: #fff;
    margin-right: 0.5 px;
}

.category .global:hover {
    color: #E40065;
}

.category header {
    text-align: left;
    background-color: #353434;
    padding-top: 20px;
    padding-bottom: 20px;
}

.category header .inner {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
}

.category h2 {
    color: #353434;
    font-weight: bold;
    font-size: 24px;
    margin-top: 35px;
    margin-left: 35px;
}

.category .mainvisal {
    max-width: 1080px;
    display: grid;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.category .archive-title {
    background-image: url(/blog/wp-content/themes/myblog/images/hero-image.jpg);
    background-size: cover;
    background-position: center;
}

.category .posts {
    width: 274px;
    display: grid;
    background-color: #353434;
    border-radius: 10px;
    margin-top: 42px;
    margin-bottom: 42px;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 20px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
}

.category .title:empty {
    display: none;
    /* 空のタイトルは表示しない */
}

.category .posts>a>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.category .posts .hover img {
    width: auto;
    height: auto;
    object-fit: none;
}

.category .categorytop {
    display: inline-block;
    max-width: 120px;
    /* 幅制限 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* はみ出したら「…」 */
    background-color: #fff;
    color: #353434;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px;
}

.category .mainbtn {
    text-align: center;
    padding-top: 10px;
}

.category .page-numbers {
    color: #353434;
}

.category h3 {
    font-weight: bold;
    border-bottom: solid;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left;
    transition: 1s;
}

.category .categorytop {
    width: 137px;
    background-color: #fff;
    color: #353434;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;

}

.category .btnpage {
    display: grid;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    row-gap: 30px;
    place-items: center;
}

.category .hover.letter-space:hover {
    letter-spacing: 0.15em;
}

.category .global ul {

    display: grid;
    grid-auto-flow: column;
    justify-content: right;
}

.category .global a {
    color: #fff;
}

.category .top {
    text-align: center;
    margin-top: 5px;
    text-align: right;
    margin-right: 50px;
    margin-bottom: 80px;
}

/*footer----------------------------------------------------------------------------*/

.category footer {
    background-color: #353434;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (700px<=width) {
    .category .mainvisal {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 7%;
        row-gap: 70px;
    }

    .category .btn {
        text-align: center;
    }
}

@media (1000px<=width) {
    .category .mainvisal {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 7%;
        row-gap: 50px;
    }

    .category .btn {
        text-align: center;
    }
}

/*theme check----------------------------------------------------------------*/
.wp-caption {}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.alignright {}

.alignleft {}

.aligncenter {}