@charset "UTF-8";
/*
Theme Name: thankyou39
Description: 合同会社三九様のテンプレートです
Version: 1.0
Author: T.Yamada
*/

/* 全体 */
html {
    scroll-behavior: smooth;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

:root {
    --orange: #FAC01A;
    --blue: #58C3E5;
}

body {
    font-family: "Noto Sans JP";
}

.sec_title {
    color: var(--orange);
    font-family: Damion;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sec_title2 {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.btn a {
    display: inline-block;
    background-color: var(--orange);
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem 1rem;
    color: #FFF;
    transition: background 500ms;
}


.btn :hover {
    background-color: #F98900;
}




/* ＝＝ヘッダー＝＝ */

header {
    height: 128px;
}

.h_left_area h1 {
    color: #222;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.logo {
    width: 325px;
}

.phone_icon {
    width: 36px;
}


.mail_icon {
    width: 36px;
}

.h_main_frame {
    display: flex;
    /* gap: 0 10px; */
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}

.h_right_area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.h_left_area a {
    transition: 500ms;
}

.h_left_area a:hover {
    opacity: 0.5;
}

.h_contact_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.phone_rec {
    color: #222;
    text-align: right;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phone_area {
    display: flex;
    justify-content: center;
}

.phone_area span {
    color: #222;
    text-align: right;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.h_contact_area_in {
    background-color: var(--orange);
    border-radius: 25px;
    padding: 0.25rem 1rem;
}

.h_contact_area_in a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    transition: 500ms;
}

.h_contact_area_in a:hover {
    opacity: 0.5;
}

.h_contact_area_in span {
    color: #fff;
}

.g-nav {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    padding-right: 1rem;
}

nav strong {
    display: block;
    color: #222;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

nav span {
    display: block;
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.g-nav li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav ul li:last-child {
    display: none;
}

.g-nav a {
    transition: background 1000ms;
    position: relative;
    display: inline-block
}

.g-nav a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: var(--orange);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 500ms;
}

.g-nav a:hover::after {
    transform: scale(1, 1);
}

/* ＝＝メインビジュアル＝＝ */

.slider {
    position: relative;
    top: -128px;
    z-index: -1;
    margin-bottom: -128px;
}

.slider-item01 {
    background: url(img/mainvisual_01.jpg);
}

.slider-item02 {
    background: url(img/mainvisual_02.jpg);
}


.slider-item {
    width: 100%;
    /* height: 100vh; */
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: center;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
}

.mainvisual_sp {
    display: none;
}


/* ＝＝挨拶エリア＝＝ */


.about_area_in {
    margin-top: 1.5rem;
    background-image: url(img/about_bg.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3rem;
}

.about_left_area h2 {
    padding-top: 3rem;
}

.about_left_area p {
    color: #444;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 3rem;
}

.about_right_area {
    width: 40%;
}

/* ＝＝実績エリア＝＝ */
.works_area {
    background-image: url(img/works_bg_02.jpg);
    background-size: cover;
}

.works_area_title {
    text-align: center;
    padding: 4rem 0;
}

.works_area_list {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1.5rem;
    
}

.works_area_list li {
    width: 22%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.works_area_list img {
    aspect-ratio: 4 / 3;
}

.works_text_box {
    padding-left: 1rem;
}

.works_text_box time {
    color: var(--blue);
    font-size: 0.75rem;
}

.works_text_box h4 {
    color: #222;
    font-weight: 400;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.works_area_list a {
    transition: 1000ms;
}

.works_area_list a:hover {
    opacity: 0.7;

}

.works_btn_area {
    padding: 3rem 0;
    text-align: center;
}

.news_btn_area {
    text-align: center;
    padding: 3rem 0;
}

/* ＝＝会社案内エリア＝＝ */
.company_area {
    background-image: url(img/company_bg.jpg);
    background-size: cover;
}

.company_title {
    text-align: center;
    padding: 3rem;
}

.company_box {
    display: flex;
    gap: 3rem;
    width: 80%;
    margin: 0 auto;
    color: #444;
    padding-bottom: 3rem;
}

.company_left_area {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.company_left_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.company_right_box {
    width: 80%;
}

.company_right_box dl {
    display: flex;
    flex-wrap: wrap;
}

.company_right_box dt {
    width: 25%;
    text-align: center;
    border-bottom: 3px solid var(--blue);
    padding: 1.5rem 0 0.75rem 0;
}

.company_right_box dd {
    width: 70%;
    border-bottom: 1px solid #999;
    padding: 1.5rem 0 0.75rem 0;
}

/* ＝＝お知らせ＆ブログエリア＝＝ */

.news_box {
    width: 70%;
    margin: 0 auto;
}

.news_title_area {
    text-align: center;
    padding: 3rem;
}




.news_box_in ul {
    border-top: 1px dotted #333;
}

.news_box_in a {
    display: flex;
    /* justify-content: flex-end; */
    /* align-items: center; */
    gap: 4rem;
    border-bottom: 1px dotted #333;
    padding: 1rem;
    color: #222;
    transition: background 1000ms;
}

.news_box_in p {
    color: var(--blue);
}

.news_box_in dt {
    width: 12%;
}

.news_box_in dd {
    width: 76%;
}

.news_box_in a:hover {
    background-color: var(--orange);
    color: #FFF;
}



.news_box_in a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(img/right_icon.svg) no-repeat;
    background-size: contain;
    margin-left: auto;
}


/* ＝＝お問い合わせエリア＝＝ */
.contact_area02 {
    background-image: url(img/contact_bg.jpg);
    background-size: cover;
}

.contact_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3rem;
}

.contact_title:before,
.contact_title:after {
    border-top: 1px solid var(--blue);
    content: "";
    width: 100px;
}

.contact_title::before {
    margin-right: 15px;
}

.contact_title::after {
    margin-left: 15px;
}

.br_sp {
    display: none;
}

.phone_icon2 {
    width: 48px;
}

.line_icon {
    width: 54px;
}

.mail_icon02 {
    width: 48px;
}

.contact_area02_in {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 0 6rem;
}

.contact_area02_left {
    text-align: right;
}

.phone_area02 {
    display: flex;
    align-items: center;
}

.phone_area02 span {
    color: #444;
    font-family: "Noto Sans JP";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.line_btn a {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    border-radius: 0.625rem;
    border: 1px solid #00DE31;
    background: #FFF;
    padding: 0.25rem 1rem;
    transition: 1000ms;
}

.line_btn a:hover {
    background-color: #00DE31;
}

.line_btn span {
    color: #555;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact_button a {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    border-radius: 0.625rem;
    border: 2px solid #F98900;
    background: #FAC01A;
    padding: 0.25rem 2.75rem;
    transition: 1000ms;


}

.contact_button a:hover {
    background-color: #F98900;
}

.contact_button span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* ＝＝フッター＝＝ */
.map_icon {
    width: 32px;
}

.footer_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin: 32px auto;
}

.addres {
    display: flex;
    align-items: center;
}

.addres_in span {
    color: #222;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}

.addres_in p {
    color: #222;
    font-size: 1rem;
}

.f_nav {
    display: flex;
}

.f_nav li {
    padding: 16px;
}

.f_nav strong {
    color: #555;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.f_nav a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(img/footer_icon.svg) no-repeat;
    background-size: contain;
    margin-right: 2px;
}

.f_right_area a:hover {
    opacity: 0.7;
}

small {
    color: #fff;
    background-color: var(--orange);
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
}

/* TOPページのメディアクエリ */
@media screen and (max-width: 796px) {

    /* 全体 */
    .sec_title {
        font-size: 1.75rem;
    }

    .sec_title2 {
        font-size: 1.5rem;
    }

    /* ヘッダー */
    header {
        height: 64px;
    }

    header h1 {
        font-size: 0.5rem;
    }

    .h_contact_area {
        display: none;
    }

    nav ul li:last-child {
        display: block;
    }

    .logo {
        width: 11rem;

    }

    .nav_area li {
        padding: 0;
    }

    /* ハンバーガーメニュー */
    header nav {
        box-sizing: border-box;
        position: fixed;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
        background: #fff;
        opacity: 0.9;
        /* 3. スライドメニューの場合 */
        /* display: block; */
        right: -100%;
        transition: right .7s;
        z-index: 1;
        /* ここまで */
    }

    header nav.sp_open {
        right: 0;
    }

    header nav ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header nav ul li a {
        display: block;
        /* padding: 25px; */
        border-radius: 5px;
        color: #666;
        font-size: 1.8rem;
        text-align: center;
        /* text-decoration: none; */
    }

    #openbtn {
        z-index: 200;
        cursor: pointer;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 60px;
        height: 60px
    }

    #openbtn span {
        position: absolute;
        top: 24px;
        left: 16px;
        display: inline-block;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: #999;
        vertical-align: top;
    }

    #openbtn span:nth-child(2) {
        margin-top: 10px;
    }

    #openbtn span:last-child {
        margin-top: 20px;
    }

    #openbtn.open span {
        top: 36px;
        left: 14px;
        width: 35px;
        margin: 0;
    }

    #openbtn.open span:first-child {
        transform: rotate(45deg);
    }

    #openbtn.open span:nth-child(2) {
        display: none;
    }

    #openbtn.open span:last-child {
        transform: rotate(-45deg);
    }

    /* メインビジュアル */
    .slider {
        position: relative;
        top: -64px;
        margin-bottom: -64px;
    }

    .mainvisual_pc {
        display: none;
    }
    .mainvisual_sp {
        display: block;
    }

    .slider-item03 {
        background: url(img/sp_01.jpg);
    }

    .slider-item04 {
        background: url(img/sp_02.jpg);
    }
    .slider-item {
        width: 100%;
        /* height: 100vh; */
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: center;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }
    
    /* 挨拶エリア */
    .about_area_in {
        width: 100%;
        margin-top: 1.5rem;
        display: flex;
        flex-direction: column-reverse;
    }

    .about_left_area {
        width: 95%;
    }

    .about_right_area {
        width: 70%;
        /* background-color: pink; */
        margin: 3rem auto 0;
    }

    /* 施工実績エリア */

    .works_area_list {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .works_area_list li {
        width: 90%;
    }

    /* お知らせエリア */

    .news_box {
        width: 95%;
    }

    .news_box_in a {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .news_box_in dt {
        width: 20%;
    }

    /* 会社概要エリア */
    .company_box {
        display: flex;
        flex-direction: column-reverse;
        width: 97%;
        margin: 0 auto;
    }

    .company_right_box {
        width: 100%;
    }

    /* お問い合わせエリア */
    .br_sp {
        display: block;
    }

    .contact_title {
        text-align: center;
        font-size: 1.5rem;

    }

    .contact_title::before {
        content: none;
    }

    .contact_title::after {
        content: none;
    }

    .contact_area02_in {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    /* フッター */
    .f_right_area {
        display: none;
    }

}

/* 以下固定ページ */
/* 共通エリア */

.header-img {
    background-image: url(img/kotei_header.jpg);
    background-size: cover;
    text-align: center;
}

.page-title {
    color: #666;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 5rem;
}

.page-title02 {
    color: #666;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5rem;
}

/* ぱんくず */
.c-breadcrumbs {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #555;
    line-height: 3.2;
}

.c-breadcrumbs>li {
    display: inline-block;
    position: relative;
}

.c-breadcrumbs>li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.c-breadcrumbs a {
    color: #222;
}

/* 見出し */
.ttl_line {
    color: #555;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    border-left: 5px solid var(--orange);
    border-bottom: 1px solid #aaa;
    padding-left: 1.5rem;
}

.page-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 28px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
    list-style: none;
}

.page-nav a {
    text-decoration: none;
    color: #777;
    padding: 5px 8px;
    transition: background 1000ms;
}


.page-nav a:hover {
    background: var(--orange);
    color: #fff;
}

.page-nav a.to-archive {
    padding: 5px 0;
}


/* 共通ページのエリアのメディアクエリ */
@media screen and (max-width: 796px) {
    .page-title {
        font-size: 2rem;
        padding-top: 2rem;
    }

    .page-title02 {
        font-size: 1rem;
        padding-bottom: 2rem;
    }

    .c-breadcrumbs {
        width: 98%;
        box-sizing: border-box;
    }

    .page-nav {
        width: 100%;
    }
}


/* ＝＝施工実績ページ＝＝ */

.w_single_p_box {
    width: 85%;
    margin: 0 auto;
    padding: 3rem 0;
}

.before_after {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
}

.before_img {
    width: 45%;
}

.before_after span {
    float: right;
    color: var(--blue);
    font-weight: 500;
    font-size: 1.5rem;
}

.ba_icon {
    width: 48px;
}

.w_single_main_img {
    width: 45%;
}

.w_single_main_img img {
    aspect-ratio: 4 / 3;
}

.before_img img {
    aspect-ratio: 4 / 3;
}

.w_single_list {
    padding: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-around;
}

.w_single_list img {
    aspect-ratio: 4 / 3;
}

.w_single_list li {
    width: 22%;

}

.w_single_p_textbox {
    /* width: 60%; */
    margin: 3rem auto;
}

.w_single_p_textbox p {
    line-height: 2rem;
    color: #444;
}

.w_single_list img {
    cursor: pointer;
    transition: 500ms;
}

.w_single_list img:hover {
    opacity: 0.7;
}

/* 実績紹介ページのメディアクエリ */
@media screen and (max-width: 796px) {
    .w_single_p_box {
        width: 95%;
    }

    .before_after {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0;
    }

    .before_img {
        width: 100%;
    }

    .w_single_main_img {
        width: 100%;
    }

    .ba_icon {
        transform: rotate(90deg);
    }
}

/* 実績一覧ページ */

.works_p_area {
    padding: 3rem 0;
    width: 95%;
    margin: 0 auto;
}

/* ＝＝お知らせの詳細ページ＝＝ */

.blog-title {
    text-align: center;
    font-weight: 500;
    color: #666;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5rem;
}

.blog-container {
    display: flex;
    gap: 2rem;
    width: 85%;
    margin: 0 auto;
    padding: 3rem 0;
}

.blog-wrapper {
    width: 70%;
}

.day-cat {
    display: flex;
    gap: 1.5rem;
}

.day-cat time {
    color: #777;
}

.day-cat p {
    color: var(--blue);
}


.post-title {
    padding-bottom: 3rem;
}

.post-text {
    line-height: 2rem;
    color: #444;
}

aside {
    width: 30%;
}

.news-title {
    border-bottom: double 5px #777;
    color: #555;
}

.sidebar-list li {
    padding: 0.25rem;

}

.sidebar-list a {
    color: #555;
    transition: 500ms;
}

.sidebar-list a:hover {
    background-color: var(--orange);
    color: #fff;
}

/* お知らせページのメディアクエリ */
@media screen and (max-width: 796px) {
    .blog-container {
        display: flex;
        flex-direction: column;
        width: 95%;
        align-items: center;
    }

    .blog-wrapper {
        width: 100%;
    }

    aside {
        width: 100%;
    }

    .blog-title {
        font-size: 1.5rem;
    }

}

/* お問い合わせページ */
.box-white {
    background-color: #eee;
    padding: 48px;
}

.form-wrapper {
    max-width: 70%;
    margin: 0 auto;
    background-color: #fff;
    padding: 128px;
    border-radius: 2px;
}

.form-wrapper p {
    line-height: 32px;
    font-size: 1.2rem;
    color: #555;
}

.text-red {
    color: #DA1725;
}

form {
    margin: 32px 0;
}

.form-box {
    width: 100%;
}

.form-box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.form-box dt,
.form-box dd {
    padding-bottom: 30px;
}

.form-box dt {
    font-weight: 400;
    text-align: left;
}

.form-box dt.message {
    padding-top: 10px;
    vertical-align: top;
}

.form-box dd {
    width: 63.993%;
}

.required {
    display: inline-block;
}

.required::after {
    content: "※";
    display: inline-block;
    padding-left: 1em;
    color: #DA1725;
}

.form-style {
    width: 400px;
    padding: 8px;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 4px;
}

.form-style:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

.btn-submit {
    display: inline-block;
    min-width: 220px;
    padding: 10px;
    background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
    background-size: 200%;
    background-position-x: 0;
    border: 1px solid #333;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.3s ease-in;
}

.btn-submit:hover {
    background-position-x: 100%;
    color: #333;
}

/* お問い合わせページメディアクエリ */
@media (max-width: 796px) {
    .box-white {
        padding: 16px;
    }

    .form-wrapper {
        max-width: 97%;
        margin: 0 auto;
        padding: 16px;
    }

    .form-wrapper p {
        font-size: 0.9rem;
    }

    .form-box dl {
        display: flex;
        flex-direction: column;
    }

    .form-box dd {
        width: 100%;
    }

    .form-style {
        width: 100%;
    }

}


/* ４０４ページ */
.page-404 {
    background: #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    color: #777;

}

.page-404 h2 {
    font-size: 2rem;
    padding: 64px;
}

/* ＝＝ワードプレスのページネーション＝＝ */
/* 前へ次へ */

.wp-pagenavi {
    display: flex;
    justify-content: flex-end;
    margin-top: 42px;
    padding: 16px;
}

.wp-pagenavi a {
    text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--blue);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.3s ease-in;
}

.wp-pagenavi span:not(:last-child),
.wp-pagenavi a:not(:last-child) {
    margin-right: 2.622%;
}

@media screen and (max-width: 768px) {

    .wp-pagenavi span,
    .wp-pagenavi a {
        font-size: 0.875rem;
    }
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
    background-color: var(--orange);
    color: #FFFFFF;
}

.wp-pagenavi span.current {
    background-color: var(--orange);
    color: #FFFFFF;
}

.wp-pagenavi a {
    color: #666666;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    width: auto;
    padding: 5px 1.2em;
}


/* ＝＝J-Query＝＝ */

.fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン */
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* ページトップ */
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--orange);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover {
    background: #F98900;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 101;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/

#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}


/*ドットナビゲーションの設定*/

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -30px 0 0 0;
    /*ドットの位置*/
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #fff;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}