@charset "utf-8";
/*
Theme Name: Ph-Styles
Theme URI: https://sugahara.steer-ph.co.jp/
Template: lightning
Description:
Author: Toyoiku Takashi
Tags:
Version: 1.0.1
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "pkna";
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    color: rgb(64, 66, 75);
    letter-spacing: 0.05em;
}
h2 {
    margin-top: 3em;
}
img {
    border-style: none;
}
.container aside {
    opacity: 0;
    transform: translate(0,60px);
    transition: 1s;
}
.container aside.on {
    opacity: 1.0;
    transform: translate(0,0);
}

#ph-info {
    display: none;
}
.sp-logo {
    display: none;
}
.sp-layout{
    display: none;
}
.prBlock{margin-bottom: 0;}
.prBlock .prBlock_title {
    font-size: 24px;
}
.prBlock_icon_outer {
    font-size: 50px;
}
.prBlock_lighnt:hover {
    opacity: .5;
}
.widget {
    margin: 0 5rem 10rem 5rem;
}
.mainSection .widget {
    margin: 0 0 35px 0;
}
#pudge-4 {
    width: 60%;
    position: absolute;
}
#biz_calendar {
    margin-left: auto;
    margin-top: 20rem;
}
footer {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    background: #6ac9cb;
    transform:translate3d(0,200px,0);
    transition: ease-out .8s;
}
footer.on {
    transform:translate3d(0,0,0);
}
.footer_wave {
    position: relative;
    bottom: 100px;
}
#footerIcons {
    position: absolute;
    bottom: 0;
    width: 50vw;
}
#footerIcons .prBlock a {
    color: #FFF;
}
#footerIcons .prBlock_icon_outer {
    border: 4px solid #FFF;
    width: 40px;
    height: 40px;
}
#footerIcons .prBlock_icon {
    color: #FFF;
    font-size: 16px;
}
#footerIcons .prBlock_title {
    font-size: 14px;
}
.scrollTop {
    position: absolute;
    right: 5vw;
    color: #FFF;
}
.scrollTop:hover {
    color: #FFF;
    opacity: .5;
}
.scrollTop>i {
    right: 0;
    position: absolute;
    font-size: 50px;
}
.veu_flowBox dl {
    padding-left: 15%;
}
.veu_flowBox li {
    margin: 0;
}

.veu_flowBox .box_deliver {
    background: url(//sugahara.steer-ph.co.jp/wp-content/uploads/sites/2/2018/02/oral-medicine-envelope-drug-press-through-package.png) 3% 50% no-repeat;
    background-size: contain;
}

.veu_flowBox .box_visit {
    background: url(//sugahara.steer-ph.co.jp/wp-content/uploads/sites/2/2018/02/interview-doctor-nurse-patient-old-man.png) 3% 50% no-repeat;
    background-size: 10%;
}

.veu_flowBox .box_report {
    background: url(//sugahara.steer-ph.co.jp/wp-content/uploads/sites/2/2018/02/conference-nurse-doctor-physical-therapist.png) 3% 50% no-repeat;
    background-size: 10%;
}

@media (max-width: 767px) {
    .siteHeader {
        box-shadow: 0 0 0 transparent;
    }
    .carousel {
        border: none;
    }
    .navbar-brand {
        padding :0;
    }
    .navbar .menuBtn {
        position: relative;
    }
    .container>.navbar-header {
        margin: 0 auto;
    }
    #ph-info {
        width: 100%;
        height: auto;
        margin: 25px 0;
        display: block;
    }
    .siteHeader .container {
        padding-top: 55px;
    }
    .navbar-brand img {
        max-height: 80px;
    }
    .siteHeader_logo span {
        display: none;
    }
    .siteHeader_logo .sp-logo {
        display: block;
        margin-bottom: 15px;
    }
    .sp-layout {
        display: block;
        width: 0;
        height: 0;
        border-top: 30px solid #FFF;
        border-right: 50vw solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 50vw solid transparent;
    }
    .sp-layout:nth-of-type(3) {
        margin-top: -25px;
    }
    .sp-layout.sec {
        background: #FFF;
        border-top: 30px solid #6ac9cb;
    }
    #top__fullcarousel + .section.siteContent {
        display: none;
    }
    .row {
        .margin-top: -1px;
    }
    .widget {
        margin: 0 0 5rem 0;
    }
    .prBlocks-default article:nth-child(4) {
        background: #FFF
    }
    .mainSection {
        background: #6ac9cb;
    }
    .single-post .mainSection {
        background: #FFF;
    }
    .prBlock.prBlock a,
    .prBlock .prBlock_icon {
        color: #FFF;
    }
    .prBlock .prBlock_icon_outer {
        border: 3px solid #FFF;
    }
    .prBlock.prBlock:nth-of-type(2) a,
    .prBlocks .prBlock:nth-of-type(2) i {
        color: #6ac9cb;
    }
    .prBlock:nth-of-type(2) .prBlock_icon_outer {
        border: 3px solid #6ac9cb;
    }
    #pudge-4 {
        width: 100%;
        position: static;
    }
    #biz_calendar {
        margin: auto;
    }
    footer {
        height: 40px;
    }
    .footer_wave {
        bottom: 70px;
    }
    .scrollTop {
        top: -15px;
        z-index: 1;
    }
    #footerIcons {
        display: flex;
        width: 90vh;
        max-width: 80vw;
    }
    #footerIcons .prBlock_title {
        font-size: 10px;
        margin: 0;
    }
    #footerIcons .prBlock_lighnt {
        width: 33.333%;
        margin: 0;
        padding: 0;
    }
    #footerIcons .prBlock_icon_outer {
        width: 30px;
        height: 30px;
        border: 2px solid #FFF;
    }
    #footerIcons .prBlock_icon {
        font-size: 14px;
    }
    .veu_flowBox dl {
        padding-left: 20px;
    }
    .veu_flowBox .box_deliver,
    .veu_flowBox .box_visit,
    .veu_flowBox .box_report {
        background: none;
    }
}
