@charset "UTF-8";

/*
Theme Name: tempo
Theme URI:
Description: Xeoryベースの子テーマ
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_base
Version: 0.2.0
*/


/*記事本文 googlemap*/

@media screen and (max-width: 768px) {
    .single .post-content iframe {
        width: 100%;
    }
}


/** ----------------------------------------
* 共通(2023~)
---------------------------------------- */

.inline-block {
    display: inline-block;
}

.pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}


/** ----------------------------------------
* ページネーション(2023~)
---------------------------------------- */

.pagetop {
    z-index: 100;
}

.pagination {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a,
.pagination>span {
    color: #ed721a;
    font-weight: 600;
    padding: 0px 15px 0;
}

.pagination .current {
    padding: 6px 14px;
    background: #ed721a;
    color: #fff;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .pagination {
        margin: 0 0 10%;
    }
}

@media screen and (max-width: 480px) {
    .pagination {
        margin: 0 0 20%;
    }
}


/** ----------------------------------------
* header.php(2023~)
---------------------------------------- */

html {
    scroll-behavior: smooth;
}

body {
    padding: 123px 0 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 123px;
    width: 100%;
    background: #fff;
}

header nav {
    padding: 20px;
    position: relative;
}

.header-menu a {
    color: #000;
}

.header-logo {
    text-align: center;
    margin: 0 0 15px;
}

.header-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.header-menu li {
    margin-right: 30px;
}

.header-menu li:last-child {
    margin-right: 0px;
}

#searchform {
    border-radius: 50px;
}


/** ハンバーガーメニュー */

.menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    height: 40px;
    width: 53px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    background-color: #ed721a;
    position: absolute;
    transition: all 0.2s;
}

.menu-btn span:before {
    bottom: 15px;
}

.menu-btn span:after {
    top: 15px;
}

#menu-btn-check:checked~.menu-btn {
    height: 30px;
    width: 40px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 40%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 80;
    padding: 6% 8% 0;
    background-color: #ed721af0;
    transition: all 0.5s;
}

.menu-content-search {
    max-width: 700px;
    margin: 0 auto 30px;
}

.menu-content-search p {
    color: #fff;
    text-align: center;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

#menu-btn-check:checked~.menu-content {
    top: 0;
}

.menu-content-menu {
    max-width: 700px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.menu-content-menu li {
    width: 230px;
}

@media screen and (max-width: 565px) {
    body {
        padding: 80px 0 0;
    }
    header {
        height: 80px;
    }
    .menu-content-menu li {
        width: 50%;
    }
    .header-menu {
        justify-content: flex-start;
    }
    .header-menu {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .header-logo {
        text-align: left;
        width: 80%;
        padding-right: 20px;
    }
    .menu-content {
        height: 55%;
        padding: 23% 8% 0;
    }
    .menu-btn {
        height: 30px;
        width: 45px;
    }
}


/** ----------------------------------------
* index.php(2023~)
---------------------------------------- */

body {
    background-color: #fff;
}

.breadcrumb {
    font-size: 0.9rem;
}

.section_search,
.section_404,
.section_single,
.section_archive,
.section-cat,
.section-new-tenpo {
    margin: 0 auto 100px;
    padding: 0 25px;
    max-width: 1050px;
}

.section_pankuzu {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1050px;
}

.section_key_img-main,
.section_key_img {
    margin-bottom: 3%;
}

.section_key_img-main img,
.section_key_img-top img,
.section_key_img img {
    width: 100%;
    object-fit: contain;
}

.search-page-title,
.archive-page-title,
.top-page-new-title,
.top-page-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1%;
}

.search-page-title span,
.archive-page-title span,
.top-page-new-title span,
.top-page-title span {
    font-size: 1rem;
    font-weight: normal;
    color: #ed721a;
    display: block;
}

.top-page-new-title span.top-page-new-title-big {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1%;
    color: #ed721a;
    display: inline;
}

.card_list_item {
    box-shadow: 2px 4px 8px #00000059;
    padding: 8px;
    border-radius: 20px;
    margin: 20px 10px;
    position: relative;
    font-weight: 600;
}

.card_list_item_img {
    background-color: #e7e6e6;
    height: 8.2vw;
    min-height: 110px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0.3vw;
}

.card_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

#js-slider-all,
#js-slider-restaurant,
#js-slider-fitness,
#js-slider-medical_care,
#js-slider-beauty,
#js-slider-others {
    height: 300px;
}

.section-main .slick-dots {
    bottom: -70px;
}

.section-main .slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.section-main .slick-dots li.slick-active button:before,
.section-main .slick-dots li button:before {
    color: #ed721a;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 90%;
}

.card_list_item_detail a {
    position: absolute;
    right: 15px;
    bottom: 13px;
    color: #ed721a;
}

.card_list_detail a {
    display: block;
    width: 100%;
    max-width: 250px;
    color: #ed721a;
    border: 4px solid #ed721a;
    border-radius: 50px;
    padding: 15px 20px 15px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-weight: 600;
}

.card_list_detail a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url(img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.cat-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cat-list li {
    width: 18%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    margin-bottom: 80px;
    color: #ed721a;
    position: relative;
}

.cat-list li:nth-child(5n) {
    margin-right: 0;
}

.cat-list p {
    font-size: 1.2rem;
    color: #000;
    margin: 10px 0;
    text-align: center;
    line-height: 1.2;
}

.cat-list a {
    display: block;
    color: #ed721a;
    position: relative;
    width: 100%;
    max-width: 160px;
    border-radius: 50px;
    padding: 8px 20px 8px 8px;
    text-align: center;
    box-shadow: 1px 3px 8px #ed721a4f;
    line-height: 1.2;
}

.card_list_detail a:hover span,
.cat-list a:hover span {
    text-decoration: underline;
}

.cat-list a::after {
    content: "";
    display: inline-block;
    width: 1.2vw;
    height: 1.2vw;
    background-image: url(img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.cat-hukidashi {
    background-color: #ed721a;
    color: #fff;
    border-radius: 20px;
    max-width: 235px;
    text-align: center;
    padding: 15px 10px;
    margin: 13px auto 28px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
}

.cat-hukidashi::after {
    content: "";
    border-style: solid;
    border-width: 16px 9.5px 0 9.5px;
    border-color: #ed721a transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

@media screen and (max-width: 480px) {
    .cat-list p {
        font-size: 1rem;
    }
    .cat-list li {
        width: 46%;
        margin-bottom: 50px;
    }
}


/** ----------------------------------------
* footer.php(2023~)
---------------------------------------- */

footer {
    background-color: #ed721a;
    padding: 60px 0 15px;
}

.footer-copy,
.footer-logo {
    text-align: center;
    padding: 0 25px;
}

.footer-menu a,
.footer-copy {
    color: #fff;
}

.footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 0 25px;
}

.footer-menu li {
    margin: 0 15px;
}


/** ----------------------------------------
* archive.php(2023~)
---------------------------------------- */

.search-page-title,
.archive-page-title {
    margin-bottom: 5%;
}

.section_search,
.section_404,
.section_archive {
    display: flex;
    justify-content: space-between;
}

.section_search-content,
.section_404-content,
.section_archive-content {
    width: 70%;
}

.section_search-content iframe,
.section_archive-content iframe {
    width: 100%;
}

.search-content-item,
.archive-content-item {
    position: relative;
    padding: 10% 3% 20%;
    box-shadow: 2px 4px 8px #00000059;
    border-radius: 20px;
    margin: 0 0 8%;
    word-break: break-all;
    font-weight: 600;
}

.search-content-item a,
.archive-content-item a {
    color: #ed721a;
}

.archiv_thumbnail_text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.archiv_text {
    padding-right: 10px;
    width: 100%;
}

.archiv_text iframe {
    width: 100%;
}

.archiv_text p {
    padding-bottom: 10px;
}

.archiv_thumbnail {
    border: 1px solid #e5e5e5;
    background-color: gray;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
}

.archiv_thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a.more-link {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background-color: #ed721a;
    color: #fff;
    border: none;
    padding: 5px 0;
    width: 43%;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}

.more-link:hover {
    background-color: #ed721a;
    opacity: 0.6;
}

.more-link::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background-image: url(img/arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.date.updated {
    margin-bottom: 10px;
}

.search-title a,
.archiv-title a {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .section_search,
    .section_404,
    .section_archive {
        flex-direction: column;
    }
    .section_search-content,
    .section_404-content,
    .section_archive-content {
        width: 100%;
    }
    .archiv_text {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .archiv_thumbnail_text {
        flex-direction: column;
    }
    .archiv_thumbnail {
        margin-bottom: 10px;
    }
    a.more-link {
        width: 90%;
    }
}


/** ----------------------------------------
* sidebar.php(2023~)
---------------------------------------- */


/* #side {
    width: 100%;
    float: none;
    margin-left: 0px;
    padding: 0;
} */

.section_side {
    width: 24%;
}

.side-new-area {
    margin-bottom: 40px;
}

.side_title {
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 8px;
    border-left: 5px solid #ed721a;
    color: #ed721a;
    line-height: 1;
    margin-bottom: 20px;
}

.side-new-list {
    box-shadow: 2px 4px 8px #00000059;
    padding: 8px 8px 50px;
    border-radius: 20px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
}

.side-new-list_img {
    background-color: #e7e6e6;
    height: 8.2vw;
    min-height: 110px;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0.3vw;
}

.side-new-list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.side-new-list_detail a {
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.side-new-list a {
    color: #ed721a;
}

.side-cat-list {
    box-shadow: 2px 4px 8px #00000059;
    padding: 3%;
    border-radius: 20px;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
    height: 210px;
}

.side-cat-list_img {
    height: 97%;
    background-color: #e7e6e6;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.side-cat-list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.side-cat-list_title {
    width: 94%;
    background-color: #ed721a;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    border-radius: 0 0 13px 13px;
    z-index: 10;
    box-sizing: border-box;
    left: 3%;
    bottom: 3%;
}

.side-cat-list_detail a {
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.side-cat-area a {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .section_side {
        width: 100%;
    }
    .side-new-list {
        display: flex;
        box-shadow: none;
        border-bottom: 1px solid #c5c5c5;
        border-radius: 0;
        padding: 0 0 10px;
    }
    .side-new-list_img {
        width: 60px;
        height: 60px;
        min-height: 0;
        border-radius: 0;
        margin-right: 10px;
    }
    .side-new-list_title {
        width: 80%;
    }
    .side-new-list_img img {
        border-radius: 0;
    }
    .side-new-pst-date {
        line-height: 1;
    }
    .side-cat-btn {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .side-cat-link {
        width: 45%;
    }
    .side-cat-list {
        height: 170px;
    }
    .side-cat-list_title {
        font-size: 0.8rem;
        line-height: 1.2;
    }
}


/** ----------------------------------------
* sisgle.php(2023~)
---------------------------------------- */

.section_single {
    display: flex;
    justify-content: space-between;
}

.section_single-content {
    width: 70%;
}

.post-title {
    color: #ed721a;
}

.post-content {
    padding: 0;
}

.post-footer {
    padding: 0;
}

.section_pankuzu.single {
    margin: 0 auto 120px;
}

.post-share .post-share-title {
    background-color: #fff;
    color: #282828;
    font-weight: 600;
}

.sns-list {
    display: flex;
    justify-content: center;
}

.sns-list li {
    width: 33%;
}

.sns-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.sns-twitter .sns-link {
    background-color: #30a6df;
    border-radius: 10px 0 0 10px;
}

.sns-fb .sns-link {
    background-color: #1877f2;
}

.sns-line .sns-link {
    background-color: #00b800;
    border-radius: 0 10px 10px 0;
}

.post-meta {
    border-top: 1px #ed721a solid;
}

.post-meta li {
    font-size: 1.1rem;
    font-weight: 600;
}

.tag .fa,
.cat .fa,
.single-icon {
    color: #ed721a;
}

.tag a,
.cat a {
    color: #282828;
}

@media screen and (max-width: 768px) {
    .section_pankuzu.single{
        margin: 0 auto 40px;
    }
    .section_single {
        flex-direction: column;
    }
    .section_single-content {
        width: 100%;
        margin-bottom: 40px;
    }
}


/** ----------------------------------------
* 404.php(2023~)
---------------------------------------- */

.content-none {
    padding: 20px;
}

.content-none-title {
    padding: 20px;
    margin: 0;
}