@charset "UTF-8";
/*!
Theme Name: 脳梗塞 歩行リハビリ アニモ
Text Domain: pxlm
Version: 1.6.1
Requires at least: 5.4
Requires PHP: 7.4
Tags: editor-style,block-styles
Description: ピクセリウム株式会社によるテーマ
Author: ピクセリウム株式会社
Author URI: https://pixelium.jp
Theme URI: https://ashiya-reha.com/
*/

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/*==================================
       ▼移管後修正210325(topページ)
==================================*/

/* base */

.pc {
    display: block;
}

.sp {
    display: none;
}

/*----- float解除 -----*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* フッター */
.footer-logo {
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
    color: #f39800;
}

/*----- 推薦者のコメント -----*/

.recommend-list {}

.recommend-list .recommend-box {}

.recommend-list .recommend-box .box {
    margin-bottom: 25px;
}

.recommend-list .recommend-box .box .hx {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recommend-list .recommend-box .box .text-box {}

/*----- ご利用者様の声 -----*/

.voice-list {}

.voice-list .voice-box {}

.voice-list .voice-box .box {
    width: 28%;
    float: left;
    margin-left: 4%;
}

.voice-list .voice-box .box .img {
    margin-bottom: 10px;
}

.voice-list .voice-box .box .img img {
    width: 100%;
    height: auto;
}

.voice-list .voice-box .text {
    font-size: 15px;
}

/*----- ブログ -----*/

.blog-list {}

.blog-list .blog-box {}

.blog-list .blog-box .box {
    width: 28%;
    float: left;
    margin-left: 4%;
}

.blog-list .blog-box .box .img {
    margin-bottom: 10px;
}

.blog-list .blog-box .box .img img {
    width: 100%;
    height: auto;
}

.blog-list .blog-box .box .news-day {
    font-size: 13px;
    margin-bottom: 3px;
}

.blog-list .blog-box .box .news-tag {
    font-size: 13px;
    color: #fff;
    padding: 0 2%;
}

.blog-list .blog-box .box .news-tag.rehabilitation {
    background: #c30d23;
}

.blog-list .blog-box .box .news-tag.motion {
    background: #f39800;
}

.blog-list .blog-box .text {
    font-size: 15px;
}

.blog-img {
    width: 100%;
    text-align: center;
}

.blog-img img {
    width: 80%;
}

/*----- お知らせ -----*/

.information-list {}

.information-list ul {
    list-style: none;
    text-align: left;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.8;
}

.information-list ul li {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.information-list ul li .news-tag {
    font-size: 13px;
    color: #fff;
    padding: 0 2%;
}

.information-list ul li .news-tag.rehabilitation {
    background: #c30d23;
}

.information-list ul li .news-tag.motion {
    background: #f39800;
}

/*=====================================*/

@media screen and (max-width: 480px) {
    .voice-list .voice-box .box {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .blog-list .blog-box .box {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .news-bigbox {
        padding: 0 !important;
        width: auto !important;
    }
    .information-list ul {
        max-width: none;
    }
    .blog-img img {
        width: 100%;
    }
}

/*==================================
       ▼移管後修正
==================================*/

/*----- MV -----*/

.visual img {
    width: 100%;
}

/*----- .nayami -----*/

.nayami-ttl_container {
    position: relative;
}

.nayami_pht img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*----- .worry -----*/

.is-style-worry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.is-style-worry .worry-box {
    width: 49%;
    border-radius: 10px;
    border: 5px solid #448f22;
    margin-bottom: 20px;
}

.is-style-worry .worry-box .worry-content {
    padding: 0 45px 45px 45px;
}

.is-style-worry .worry-box .worry-content ul.is-style-check {
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    margin-bottom: 35px;
}

.is-style-worry .worry-box .worry-btn-box {
    width: 100%;
    border: 1px solid #448f22;
    text-align: center;
}

.is-style-worry .worry-box .worry-btn-box .worry-btn {
    color: #448f22;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 0;
    position: relative;
}

.is-style-worry .worry-box .worry-btn-box .worry-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #448f22;
    border-right: 2px solid #448f22;
    transform: rotate(45deg);
    margin-top: -5px;
}

.is-style-worry .worry-box .worry-btn-box .worry-btn:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.is-style-worry .worry-box .worry-btn-box .worry-btn:hover {
    color: #fff;
    background-color: #448f22;
}

/*----- .about -----*/

.about-txt {
    font-size: 1.8rem;
}

.reason-txt {
    font-size: 1.5rem !important;
    margin-bottom: 50px;
}

.reason-pht-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.reason-pht-container .reason-pht {
    width: 40%;
}

.reason-pht-container .reason-pht img {
    width: 100%;
}

.reason-pht-container .reason-cross {
    width: 20%;
}

.reason-pht-container .reason-cross img {
    padding: 85px 60px;
}

/*----- .process -----*/

.process-container {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.process-container .process-block {
    width: 188px;
    height: 186px;
    border-radius: 10px;
    border: 5px solid #a9ce15;
    color: #4d4d4d;
    position: relative;
    display: table;
}

.process-container .process-block:last-child {
    color: #fff;
    background-color: #a9ce15;
}

.process-container .process-block:not(:last-child)::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40%;
    right: -50px;
    margin: auto;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-left: 16px solid #448f22;
}

.process-container .process-block .process-txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*----- .training -----*/

#training .training-box {
    display: flex;
    justify-content: space-between;
}

#training .training-box .training-img {
    width: 31%;
}

#training .training-box .training-txt {
    width: 66%;
}

/*----- .shinkyu -----*/

#shinkyu .shinkyu-ttl {
    text-align: center;
}

#shinkyu .shinkyu-box {
    display: flex;
    justify-content: space-between;
}

#shinkyu .shinkyu-box .shinkyu-img {
    width: 31%;
}

#shinkyu .shinkyu-box .shinkyu-txt {
    width: 66%;
}

/*----- .kids-access -----*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@font-face {
    /*フォントの名前*/
    font-family: "hirakaku";
    /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
    src: url("./fonts/hirakaku.woff") format("woff");
}

.kids-access-price {
    font-family: 'hirakaku';
    width: 90%;
}

.kids-access-price .pc {
    display: block;
}

.kids-access-price .sp {
    display: none;
}

.kids-access-price-container {
    margin-bottom: 100px;
}

.futura {
    font-family: futura-pt, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 36px;
}

.bg-orange {
    background-color: #f69c6a;
}

.bg-gray {
    background-color: #d5d5d5;
}

.kids-access-price .title {
    font-family: 'Noto Serif JP', serif;
    color: #000;
    font-size: 30px;
}

.kids-access-price .price-wrap {
    font-weight: bold;
}

.kids-access-price .price-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 100px;
    padding: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    color: #000;
}

.kids-access-price .price-box .price-name {
    font-size: 30px!important;
}

.kids-access-price .price-txt {
    margin-bottom: 100px;
}

.kids-access-price .price-menu ul {
    list-style: none;
    font-size: 18px;
}

.kids-access-price .price-close {
    border-top: 1px solid #000;
}

.kids-access-price .access-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 50px;
}

.kids-access-price .access-wrap.reverse {
    flex-flow: row-reverse;
}

.kids-access-price .access-txt {
    width: 48%;
}

.kids-access-price .access-img {
    width: 48%;
}

/* map */
.map-box {
    width: var(--container-lv0);
    margin-right: auto;
    margin-left: auto;
}

.map-box:first-child {
    margin-bottom: 80px;
}

.map-box .map-title {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    font-size: 1.5em;
    color: #ffae00;
}

.map-box .time {
    width: 50%;
    margin-bottom: 40px!important;
}

.footer-site-title_img {
    width: 100%;
}

/*== 画面の横幅が480pxまで  ======*/
@media screen and (max-width: 480px) {
    /* base */

.pc {
    display: none;
}

.sp {
    display: block;
}

    /*----- .nayami -----*/
    .nayami-ttl_container {
        margin-top: 150px;
    }
    .nayami_pht img {
        bottom: 100%;
    }
    /*----- .worry -----*/
    .is-style-worry {
        display: block;
    }
    .is-style-worry .worry-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .is-style-worry .worry-box h3.is-style-frontpage-title-03 {
        font-size: 20px;
        padding: 0.5rem 1rem;
    }
    .is-style-worry .worry-box .worry-content {
        padding: 0 17px 27px 17px;
        margin-top: 19px;
    }
    .is-style-worry .worry-box .worry-content ul.is-style-check {
        margin-bottom: 27px;
    }
    .is-style-worry .worry-box .worry-btn-box {}
    .is-style-worry .worry-box .worry-btn-box .worry-btn {}
    .is-style-worry .worry-box .worry-btn-box .worry-btn::before {}
    .is-style-worry .worry-box .worry-btn-box .worry-btn:hover::before {}
    .is-style-worry .worry-box .worry-btn-box .worry-btn:hover {}
    /*----- .about -----*/
    .about-txt {}
    .reason-txt {}
    .reason-pht-container {
        display: block;
        width: 100%;
    }
    .reason-pht-container .reason-pht {
        width: 100%;
    }
    .reason-pht-container .reason-pht img {}
    .reason-pht-container .reason-cross {
        width: 100%;
        text-align: center;
    }
    .reason-pht-container .reason-cross img {
        padding: 26px 0;
        width: 12%;
    }
    /*----- .process -----*/
    .process-container {
        margin-bottom: 40px;
        display: block;
    }
    .process-container .process-block {
        width: 100%;
        height: auto;
        padding: 23px 0;
        margin-bottom: 43px;
    }
    .process-container .process-block:last-child {}
    .process-container .process-block:not(:last-child)::after {
        top: 123%;
        right: 0;
        left: 0;
        border-left: 15px solid transparent;
        border-top: 16px solid #448f22;
    }
    .process-container .process-block .process-txt {}
    /*----- #training -----*/
    #training {
        margin-bottom: 70px;
    }
    #training .training-box {
        display: block;
    }
    #training .training-box .training-img {
        width: 100%;
    }
    #training .training-box .training-txt {
        width: 100%;
        margin-bottom: 19px;
    }
    /*----- #shinkyu -----*/
    #shinkyu {
        margin-bottom: 70px;
    }
    #shinkyu .shinkyu-ttl {}
    #shinkyu .shinkyu-box {
        display: block;
    }
    #shinkyu .shinkyu-box .shinkyu-img {
        width: 100%;
    }
    #shinkyu .shinkyu-box .shinkyu-txt {
        width: 100%;
        margin-bottom: 19px;
    }
    /*----- .kids-acess -----*/
    .kids-access-price .pc {
        display: none;
    }
    
    .kids-access-price .sp {
        display: block;
    }
    
    .kids-access .wp-block-group.is-style-default.has-background {
        width: 100%;
    }
    .kids-access .entry-content p:not([class^="is-style"]), .entry-content p.is-style-default {
        font-size: 0.8rem;
    }
    .kids-access .entry-content .wp-block-group:not([class^="is-style"]).has-background, .entry-content .wp-block-group.is-style-default.has-background {
        padding: 1rem 0;
    }
    .kids-access-price-container {
        margin-bottom: 70px;
    }
    .kids-access-price .title {
        text-align: center;
    }
    .kids-access-price .price-txt {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    .kids-access-price .price-box {
        padding: 25px;
        margin-bottom: 20px;
    }
    .kids-access-price .price-box .price-name {
        font-size: 16px!important;
    }
    .kids-access-price .price-menu ul {
        font-size: 10px;
    }
    .kids-access-price .price-cost {
        font-size: 12px;
    }
    .futura {
        font-size: 18px;
    }
    .kids-access-price .title {
        font-size: 24px;
    }
    .kids-access-price .access-wrap {
        display: block;
        padding: 0;
        margin-top: 30px;
    }

    .kids-access-price .access-img {
        width: 100%;
        margin-top: 10px;
    }

    .kids-access-price .access-txt {
        width: 100%;
        margin-top: 10px;
    }

    .kids-access-price .title.access-title {
        text-align: left;
    }

    .access-wrap.bg-gray {
        background-color: #fff;
    }

    /* map */
.map-box {
    max-width: 100%;
    padding: 1rem;
}

.map-box:first-child {
    margin-bottom: 80px;
}

.map-box .map-title {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
    font-size: 1.5em;
}

.map-box .time {
    width: 100%;
}
}