@charset "UTF-8";


body {
    color: #333;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform:rotateZ(0.03deg);
}

ul,
li,
dt,
dt,
dd,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner {
    width: 1080px;
    margin: 0 auto;
}

.inner a:hover {
    text-decoration: none;
}

.inner p:last-child {
    margin-bottom: 0;
}

/* -----------------------------------------------
    content
----------------------------------------------- */

/* header
----------------------------------------- */

header {
    margin-bottom: 60px;
    position: relative;
}

header .inner::after {
    content: "";
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #c3c3c3;
    display: block;
}

header h1 {
    width: 1080px;
    margin-bottom: 30px;
}

header h1 img {
    width: 100%;
}

header .img_01 {
    display: block;
}

header .img_02 {
    display: none;
}

/* リスト__アンカーリンク */
.h_nav_btn-sp {
    display: none;
}

.h_nav {
    width: 985px;
    margin: 0 auto 30px;
}

.h_nav a {
    display: inline-block;
    padding: 12px 21px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    border: 1px solid #37836c;
    background-color: #37836c;
    border-radius: 25px;
    transition: 0.5s;
}

.h_nav a:hover {
    color: #37836c;
    background-color: #fff;
}

/* 汎用パーツ
----------------------------------------- */

#page_top {
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.5s;
    border-radius: 10px;
    z-index: 1;
}

#page_top .active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}

#page_top:hover .active {
    opacity: 1;
}

section {
    margin-bottom: 100px;
}

/* 見出しあしらい */
.h2style {
    margin: 0 0 42px 0;
    padding-left: 22px;
    font-size: 3.2rem;
    font-weight: 500;
    position: relative;

}

.h2style::before {
    content: "";
    width: 12px;
    height: 48px;
    position: absolute;
    left: 0;
    background-color: #75ab9B;
    border-radius: 10px;
    display: inline-block;
}

.h2style::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #75ab9B;
}

.h3style {
    font-size: 2.8rem;
    font-weight: 500;
    color: #37836c;
    position: relative;
}

.h4style {
    font-size: 2.2rem;
    font-weight: 800;
}

/* 本文テキスト */
p {
    font-size: 1.6rem;
}

#about p {
    font-size: 1.4rem;
}

/* main
----------------------------------------- */

/* 主なサービス */
#service .flex {
    justify-content: start;
    -webkit-justify-content: start;
}

#service .list_service {
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/img_index_service.png);
    background-size: auto;
    background-position: right 10px bottom;
}

#service .list_service ul:nth-of-type(1) {
    width: 35%;
    margin-right: 80px;
}

#service .list_service ul:nth-of-type(2) {
    width: 57%;
}

#service li {
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 1.6rem;
    position: relative;
}

#service li:last-child {
    margin: 0;
}

#service li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.5em;
    left: 0;
    background-color: #37836c;
    border-radius: 50%;
}

#service .img_service {
    position: absolute;
    bottom: 0;
    right: 25px;
}

/* 精神科訪問看護ご利用の流れ */
.list_flow li {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.list_flow li:last-child {
    margin-bottom: 0;
}

#flow h3 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #37836c;
    margin-bottom: 10px;
}

#flow h3 span:first-child {
    margin-right: 10px;
}

.list_flow span {
    display: inline-block;
}

.list_flow p {
    color: #333;
    font-weight: 400;
}

/* ご利用料金について */
#charge {
    position: relative;
}


#charge .tit {
    text-align: center;
    transform: translateY(50%);
    z-index: 1;
    left: 0;
    right: 0;
}

#charge h2 {
    border-radius: 100px;
    padding: 15px 53px;
    border: 3px solid #f7ac57;
    background-color: #fff;
    display: inline-block;
    line-height: 1.0;
    z-index: 1;
}

#charge p {
    font-size: 1.4rem;
}

#charge ul {
    margin-bottom: 33px;
}

#charge .flex {
    flex-wrap: nowrap;
}

.charge_container {
    position: relative;
    border: 3px solid #F7AC57;
    border-radius: 10px;
    z-index: -1;
    background-image: url(../img/bg_index_charge.png);
    background-size: auto;
    background-position: right 10px bottom -2px;
}

.list_charge {
    margin: 50px 20px;
}

#charge li {
    margin-bottom: 20px;
    padding-left: 18px;
    font-size: 1.6rem;
    position: relative;
}

#charge li:last-child {
    margin: 0;
}

#charge li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.5em;
    left: 0;
    background-color: #37836c;
    border-radius: 50%;
}

.bg_charge {
    width: 50%;
    line-height: 0;
    position: relative;
    bottom: -40px;
}

.bg_charge img {
    width: 100%;
}

.bg_charge p {
    width: 152px;
    position: absolute;
    top: 40px;
    left: 42px;
}

/* アクセス */
#access {
    width: 100%;
    margin: 0;
    padding: 60px 0 100px;
    background-color: #fff9f2;
    position: relative;
}


#access h2 {
    margin-bottom: 70px;
    text-align: center;
    position: relative;
}

#access h2::after {
    content: "";
    width: 48px;
    height: 3px;
    border-bottom: 3px solid #f7ac57;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#access p {
    margin-bottom: 10px;
}

.info_map {
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.info_map .info {
    width: 340px;
    padding: 40px 20px;
    color: #fff;
    background-color: #E8853D;
}

.info_map .info .address {
    margin-bottom: 38px;
}

.info_map .info .time h4 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500;
}

.info_map .info .name {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 800;
    display: block;
}

.info_map .info .h4style {
    margin-bottom: 40px;
}

.gmap {
    width: 68.5%;
    padding-top: 37%;
    border: 0;
}

.add_access_box {
    width: 100%;
    margin-top: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.add_access .h4style {
    color: #37836C;
    margin-bottom: 20px;
}

#access .suport {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    flex-grow: 1;
    min-height: 80px;
}

#access .suport li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 1.6rem;
    position: relative;
}

#access .suport li:last-child {
    margin: 0;
}

#access .suport li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.5em;
    left: 0;
    background-color: #37836c;
    border-radius: 50%;
}

#access .suport li span {
    font-size: 1.4rem;
}

.add_access .add_access_box li {
    font-size: 1.6rem;
}

.add_access_box .address {
    margin-bottom: 25px;
}

.add_access_box li:last-child {
    margin: 0;
}

.address .tit_access {
    font-weight: 500;
}

.add_access_box .tit_access {
    font-weight: 800;
}


/* footer
----------------------------------------- */

footer {
    margin: 0;
    padding: 0;
}

footer .copyright {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background-color: #37836c;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    position: relative;
}

/* -----------------------------------------------
    調整用
----------------------------------------------- */

@media screen and (max-width: 1080px) {
    .inner {
        width: 95%;
        margin: 0 auto;
    }

    header h1 {
        width: 100%;
    }

    .h_nav {
        width: 95%;
        justify-content: start;
    }

    .h_nav a {
        width: 31%;
        padding: 12px;
        margin: 0 1% 20px;
    }

    #service .list_service ul:nth-of-type(1) {
        width: 35%;
        margin-right: 40px;
    }

    #service .list_service ul:nth-of-type(2) {
        width: 40%;
    }

    .bg_charge p {
        width: 155px;
        position: absolute;
        top: 40px;
        left: 40px;
    }

    #charge p {
        letter-spacing: -0.05em;
    }

    .list_charge {
        width: 43%;
    }

    .info_map .info {
        width: 34%;
        padding: 4% 2%;
    }

    .gmap {
        width: 66%;
        padding-top: 37%;
        border: 0;
    }

    #access .suport {
        padding: 2%;
    }

}

/* -----------------------------------------------
    タブレット用
----------------------------------------------- */


@media screen and (max-width: 768px) {
    .inner {
        width: 90%;
        margin: 0 auto;
    }

    .h_nav a:hover {
        color: #fff;
        background-color: #37836c;
    }

    #page_top:hover img {
        opacity: 1.0;
    }

    #page_top .active {
        display: none;
    }



    /* header
----------------------------------------- */
    header {
        margin-bottom: 50px;
    }

    header h1 {
        width: 100%;
        margin-bottom: 30px;
    }

    header .flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .h_nav {
        width: 100%;
        margin: 0 auto 10px;
    }

    .h_nav a {
        margin-bottom: 20px;
    }

    .h2style {
        margin: 0 0 30px 0;
        padding-left: 20px;
        font-size: rem;
        font-weight: 500;
        position: relative;
    }

    .h2style::before {
        content: "";
        width: 9px;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #75ab9B;
        border-radius: 10px;
        display: inline-block;
    }

    .h3style {
        font-size: 2.2rem;
    }

    header .img_01 {
        display: none;
    }

    header .img_02 {
        display: block;
    }

    /* main
----------------------------------------- */
    section {
        margin-bottom: 60px;
    }

    /* 主なサービス */


    #service .flex {
        display: block;
    }

    #service .list_service {
        padding: 30px;
    }

    #service .list_service ul:nth-of-type(1) {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #service .list_service ul:nth-of-type(1) li:nth-of-type(3) {
        margin-bottom: 45px;
    }

    #service .list_service ul:nth-of-type(2) {
        width: 100%;
        margin: 0;
    }

    /* 精神科訪問看護ご利用の流れ */
    /* ご利用料金について */
    #charge .flex {
        flex-wrap: wrap;
    }

    .charge_container {
        padding: 0 0 30% 0;
    }

    .list_charge {
        margin: 8% 4% 15%;
        width: 90%;
    }


    /* アクセス */
    .info_map {
        margin-bottom: 25px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .info_map .info {
        width: 100%;
        padding: 5% 3%;
        color: #fff;
        background-color: #E8853D;
    }

    .info_wrap {
        display: flex;
    }

    .info_map .info .address,
    .info_map .info .time {
        width: 50%;
        margin: 0;
    }

    .gmap {
        width: 100%;
    }

    .add_access .h4style {
        color: #37836C;
        margin-bottom: 20px;
        width: 100%;
    }

    .add_access_box {
        width: 100%;
        margin: auto 0 0;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .add_access_box .address,
    .add_access_box .support {
        margin: 0;
    }

    .add_access_box .flex {
        display: block;
    }

    #access .suport {
        padding: 2%;
    }

    #access .suport ul {
        width: 100%;
        margin-bottom: 10px;
    }

    #access .suport ul:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    .h_nav a {
        width: 48%;
    }
}

@media screen and (max-width: 660px) {
    #service .list_service {
        padding: 20px 20px 30% 20px;
    }
}

@media screen and (max-width: 550px) {
    .h_nav a {
        font-size: 1.3rem;
        padding: 10px;
        letter-spacing: -0.06em;
    }

    #service .list_service {
        padding: 20px 20px 50% 20px;
    }

    .charge_container {
        background-size: 80%;
    }

    .list_charge {
        margin: 8% 4% 20%;
        width: 90%;
    }
}


/* -----------------------------------------------
    スマホ用
----------------------------------------------- */
@media screen and (max-width: 420px) {

    /* header
----------------------------------------- */
    header {
        margin-bottom: 50px;
    }

    header h1 {
        width: 100%;
        margin-bottom: 30px;
    }
    /* tellink */
    .info .tellink a {
        color: #fff;
    }
    /* アコーディオンメニュー */
    .h_nav_btn-sp {
        display: block;
        margin: 0 0 20px 0;
        padding: 9px;
        font-size: 1.6rem;
        color: #fff;
        text-align: center;
        border: 1px solid #37836c;
        background-color: #37836c;
        border-radius: 25px;
        transition: 0.5s;
        position: relative;
        cursor: pointer;
    }

    .h_nav_btn-sp::after {
        content: "";
        background-image: url(../img/icon_arrow.png);
        width: 12px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .h_nav_btn-sp.active::after {
        transform: rotate(180deg);
    }

    .h_nav_btn-sp:hover {
        color: #fff;
    }

    .h_nav {
        display: block;
        height: 0px;
        transition: 0.5s;
    }

    .h_nav.active {
        height: 310px;
        transition: 0.5s;
    }

    .h_nav a {
        display: none;
        width: 100%;
        padding: 9px;
        font-size: 1.6rem;
        color: #37836c;
        text-align: center;
        border: 2px solid #37836c;
        background-color: #fff;
        border-radius: 25px;
        transition: 0.5s;
    }

    .h_nav.active a {
        display: block;
        animation-name: fadeUpAnime;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .h_nav a:hover {
        color: #37836c;
        background-color: #fff;
    }


    .h2style {
        margin: 0 0 30px 0;
        padding-left: 20px;
        font-size: 2.2rem;
        font-weight: 500;
        position: relative;
    }

    .h2style::before {
        content: "";
        width: 9px;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #75ab9B;
        border-radius: 10px;
        display: inline-block;
    }

    .info_map .info .h4style {
        margin-bottom: 30px;
        letter-spacing: -0.05em;
    }



    section {
        margin-bottom: 50px;
    }

    /* main
----------------------------------------- */
    /* 精神科訪問看護とは？ */

    /* 主なサービス */
    #service p {
        font-size: 1.4rem;
    }

    #service .flex {
        display: block;
    }


    #service .list_service {
        padding: 20px 20px 50% 20px;
    }

    #service .list_service ul:nth-of-type(2) {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #service .img_service_box {
        display: block;
        width: 100%;
        text-align: right;
    }

    #service .img_service {
        display: inline-block;
        position: static;
    }

    /* 精神科訪問看護ご利用の流れ */
    #flow h3 {
        font-size: 2.0rem;
        display: flex;
    }

    .list_flow li {
        margin-bottom: 10px;
        padding: 5.5% 3%;
        font-size: 2.2rem;
        font-weight: 500;
        color: #37836c;
        background-color: #f5f5f5;
        border-radius: 10px;
    }

    .list_flow span {
        display: inline-block;
    }

    .list_flow p {
        margin-top: 15px;
    }

    /* ご利用料金について */
    #charge h2 {
        font-size: 2.2rem;
        padding: 15px 10%;
    }

    #charge ul {
        margin: 20px auto 35px;
    }

    #charge .tit_charge {
        display: block;
    }

    .charge_container {
        background-size: 95%;
        padding: 0 0 55% 0;
    }

    .charge_container {
        padding: 0 0 50% 0;
        background-position: right 50% bottom 0;
    }

    #charge .bg_charge {
        width: 100%;
        margin: 0;
    }



    #charge .bg_charge p {
        width: 52%;
        position: absolute;
        top: 20%;
        left: 5%;
        letter-spacing: -0.05em;
        text-justify: auto;
        font-size: 1.3rem;
    }


    .list_charge {
        margin: 15% 4%;
    }

    /* アクセス */
    #access {
        padding: 12% 0;
    }

    #access h2 {
        margin-bottom: 40px;
    }

    #access h2::after {
        content: "";
        width: 34px;
        height: 3px;
        border-bottom: 3px solid #f7ac57;
        position: absolute;
        bottom: -10px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    #access .info_wrap {
        display: block;
    }

    #access .info_map {
        margin-bottom: 20px;
    }

    #access .info_map .info {
        width: 100%;
        padding: 10% 6% 7%;
        color: #fff;
        background-color: #E8853D;
    }

    #access .info_map .info .address,
    .info_map .info .time {
        width: 100%;
    }

    #access .info_map .info .address {
        margin-bottom: 30px;
    }


    .gmap {
        padding-top: 118%;
    }


    .add_access_box {
        display: block;
        padding: 6% 3%;
        margin-bottom: 20px !important;
    }

    .add_access .h4style {
        margin-bottom: 10px;
    }

    .add_access_box .address,
    .add_access_box .support {
        width: 100%;
    }

    .add_access_box .address {
        margin-bottom: 20px;
    }

    .add_access div:last-child {
        margin-bottom: 0 !important;
    }

    #access .suport {
        padding: 2% 6%;
        min-height: 0;
    }

    /* footer
----------------------------------------- */
    footer .copyright {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 320px) {
    .h2style {
        font-size: 2.0rem;
    }

    /* main
----------------------------------------- */
    .h4style {
        font-size: 1.9rem;
        font-weight: 800;
    }

    /* 主なサービス */
    #service li {
        font-size: 1.4rem;
        letter-spacing: -0.04em;
    }

    #service .list_service {
        padding: 20px 20px 55% 20px;
    }

    /* 精神科訪問看護ご利用の流れ */
    #flow h3 {
        font-size: 1.8rem;
    }

    #flow p {
        font-size: 1.5rem;
    }

    /* ご利用料金について */
    #charge h2 {
        font-size: 1.8rem;
        padding: 5% 10%;
    }

    #charge li {
        font-size: 1.5rem;
    }

    #charge .bg_charge p {
        font-size: 1.2rem;
        width: 42%;
        position: absolute;
        top: 13%;
        left: 9%;
        letter-spacing: -0.09em;
        text-justify: auto;
    }

    /* アクセス */

    .info_map .info .h4style {
        font-size: 2.0rem;
    }

    #access p {
        font-size: 1.4rem;
        letter-spacing: -0.04em;
    }

    .add_access .add_access_box li,
    #access .suport li {
        font-size: 1.4rem;
    }


    .info_map .info .name {
        font-size: 1.6rem;
    }
}