@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/


html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@font-face {
    font-family: "bahagia";
    src: url("/wp-content/themes/child/fonts/bahagia.ttf") format("TrueType");
}


body {
    color: #333333;
    font-size: 1.1vw;
    line-height: 1.7;
    margin-top: 8.9vw;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #333333;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 79.1vw;
    margin: 0 auto;
}


.din {
    font-family: din-2014, sans-serif;
    font-style: normal;
}

.biz {
    font-family: 'BIZ UDGothic', sans-serif;
}

.baf {
    font-family: "bahagia", sans-serif;
}



/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #66cccc;
    border-color: #66cccc;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
.alignright {
    margin-left: auto;
}

.aligncenter {
    margin: auto;
}

.singleContent .post_image img {
    height: auto;
    display: block;
}


#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 10px 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #07ba9c;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 0.5em 2em;
    margin: 5px;
    letter-spacing: 0.03em;
}

.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgb(7 186 156);
    color: #FFF;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #333333;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
    color: #07ba9c;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid #07ba9c;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 62%;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #07ba9c;
    margin: 50px auto 0 auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: .3s;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 32%;
    background-color: #f7f7f7;
    padding: 20px;
}

#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

#single_page aside#info-side p#news-not_found {
    text-align: center;
}

#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (hover: hover) {}

div#loader {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: fixed;
    z-index: 999999;
    background-color: #Fff;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.loading_now {
    width: 30vw;
    display: block;
}

span.loading_now .odometer {
    display: block;
    font-size: 8vw;
    margin-bottom: 2vw;
    color: #04ba9c;
    font-family: 'Oswald', sans-serif;
}

span.loading_now img {
    width: 15vw;
    margin-bottom: 3vw;
}

div#loader p {
    font-size: 1.5vw;
    letter-spacing: 1px;
    color: #04ba9c;
    font-family: din-2014, sans-serif;
    font-style: normal;
}

div#loader span.move_line {
    display: block;
    height: 10px;
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-bottom: .5vw;
}

div#loader span.move_line span.line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(90deg, transparent, #04ba9c);
    border-radius: 0 5px 5px 0;
    animation-name: moveLine;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes moveLine {
    0% {
        left: -100%;
    }

    100% {
        left: 95%;
    }
}

div.load_label_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}

div.load_label_wrap .load_box {
    width: 10.1%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}

div.load_label_wrap #box01.load_box {
    left: 0;
}

div.load_label_wrap #box02.load_box {
    left: 10%;
}

div.load_label_wrap #box03.load_box {
    left: 20%;
}

div.load_label_wrap #box04.load_box {
    left: 30%;
}

div.load_label_wrap #box05.load_box {
    left: 40%;
}

div.load_label_wrap #box06.load_box {
    left: 50%;
}

div.load_label_wrap #box07.load_box {
    left: 60%;
}

div.load_label_wrap #box08.load_box {
    left: 70%;
}

div.load_label_wrap #box09.load_box {
    left: 80%;
}

div.load_label_wrap #box10.load_box {
    left: 90%;
}

div.load_label_wrap .load_box.is-active span {
    animation: fadeIn 0s 0.3s backwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
}

div.load_label_wrap .load_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

div.load_label_wrap .load_box.is-active:before {
    left: 100%;
}

div.load_label_wrap .load_box.is-active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #04ba9c;
    transform: scaleX(0);
    animation: labelIn 0.3s 0s ease, labelOut 0.3s 0.3s ease;
    animation-fill-mode: forwards;
}

@keyframes labelIn {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    100% {
        transform-origin: left;
        transform: scaleX(1);
    }
}

@keyframes labelOut {
    0% {
        transform-origin: right;
        transform: scaleX(1);
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

.fixed_lang_area {
    position: absolute;
    bottom: -1vw;
    right: 1vw;
    transform: translateY(100%);
}

.fixed_lang_area ul {
    display: flex;
    gap: .5em;
    font-size: 0.8vw;
}

.fixed_lang_area ul li a {
    display: block;
    background-color: #fff;
    color: #04ba9c;
    font-weight: 700;
    padding: .5em .7em;
    line-height: 1;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    transition: .3s;
}

.fixed_lang_area ul li a:hover {
    background-color: #04ba9c;
    color: #fff;
}

@media (max-width: 750px) {

    .wrap {
        width: 90%;
        margin: 0 auto;
    }

    body {
        font-size: 3.5vw;
        line-height: 1.5;
        padding-top: 55px;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    /* SP固定ページ 共通設定 */
    .common-page_wrap {
        padding: 20vw 0;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 20px;
        top: 15px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 35px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }


    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    span.loading_now {
        width: 60vw;
    }

    span.loading_now .odometer {
        font-size: 16vw;
    }

    span.loading_now img {
        width: 35vw;
    }

    div#loader p {
        font-size: 3vw;
    }

    /*********************************************
     * スマホヘッダー言語選択
    *********************************************/

    #sp_header .open {
        cursor: pointer;
    }

    #sp_header #popup {
        display: none;
    }

    #sp_header label.open {
        display: block;
        width: 42px;
        position: absolute;
        top: 7px;
        right: 67px;
    }

    #sp_header ul.language_ul li a {
        display: block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    #sp_header .overlay {
        display: none;
    }

    #popup:checked+.overlay {
        display: block;
        background-color: #00000070;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
    }

    #sp_header .overlay .window {
        width: 90vw;
        max-width: 380px;
        height: 260px;
        background-color: #04BA9C;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #sp_header .overlay .text {
        font-size: 25px;
        margin: 0;
        color: #fcfff9;
    }

    #sp_header .overlay .close {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 13px;
        font-size: 25px;
        color: #fff;
    }
}