@charset "UTF-8";



.lazy {
    opacity: 0;
}

.tel_no,
.no-link {
    cursor: default !important;
    opacity: 1 !important;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

/*=================================== */
body {
    color: #333;
    background-color: white;
    letter-spacing: 0.05em
}

a {
    color: #333;
    text-decoration: none;
    display: block;
}

section {
    clear: both;
    position: relative;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    max-height: none;
}

.wrapper {
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 500
}

.contact_sec {
    text-align: center;
    background: url(../../img/common/contact_sec_bg.jpg)no-repeat center top;
    height: 504px;
    padding-top: 108px;
    padding-bottom: 100px;
}

.contact_sec .txt_1 {
    line-height: 1;
    width: 316px;
    margin: 0 auto 26px;
    position: relative;
    z-index: 1
}

.contact_sec .head {
    line-height: 1;
    width: 154px;
    margin: 0 auto 24px;
}

.contact_sec .txt_2 {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    letter-spacing: .2em;
    margin-bottom: 42px;
}

#footer {
    clear: both;
    position: relative;
    background-color: white;
    width: 100%
}

#footer .logo a {
    display: block
}

#footer .copy {
    text-align: center;
    font-size: 12px;
    line-height: 1
}

.pagetop {
    display: none;
    position: fixed;
    z-index: 100
}

.pagetop a {
    display: block
}

.pagetop img {
    width: 100%
}

/* =============================
common content
============================= */
/* general */
.center {
    text-align: center
}

.ta_right {
    text-align: right
}

.ta_left {
    text-align: left
}

.bold {
    font-weight: bold
}

.normal {
    font-weight: normal
}

.underline {
    text-decoration: underline
}

ul.list_normal {}

ul.list_normal li {
    position: relative;
    padding-left: 1em;
}

ul.list_normal li:before {
    content: '・';
    position: absolute;
    left: 0;
}

ul.list_normal ul {
    padding-left: 1em;
}

ul.list_note {}

ul.list_note li {
    padding-left: 1.1em;
    position: relative;
}

ul.list_note li:before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

/* swiper default */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: white
}

a.txt_link {
    color: #2369a8;
    text-decoration: underline
}

.page_kanaregawa a.txt_link {
    color: #ca5080
}

/* #about */
.table_type {}

.table_type table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    table-layout: auto
}

/* form */
input[type="text"],
input[type="search"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

input[type="text"],
textarea,
select {
    background-color: #fcf6f9
}

input:focus,
textarea:focus {
    border-color: #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

form button {
    display: block;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #333;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

button:hover {
    opacity: .6;
}

button.form_button {
    position: relative;
    font-size: 14px;
    width: 300px;
    height: 55px;
    margin: 60px auto 0;
    padding: 0 20px;
    text-align: left
}

button.form_button:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
}

select {
    background-image: url(../../img/common/form_select.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.radio_input {
    display: none;
}

.radio_input+label {
    position: relative;
    display: inline-block;
    padding: 5px 3px 3px 34px;
    cursor: pointer;
    margin-right: 40px;
}

.radio_input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.radio_input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #00b9bf;
    border-radius: 50%;
}

form .required:after {
    content: " (必須)";
    color: #ca5080;
}

form .form_table {
    border-top: solid 1px #ccc
}

form .form_table dl {
    width: 100%;
    margin: auto;
}

#news .post a {
    color: #ca5080;
    text-decoration: underline
}

#news .post_title strong {
    color: #ca5080
}

#news .post_header {
    background-color: #f7e6ec;
}

#news .post .post_header p {
    margin-bottom: 0
}

#news ul.pagination {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #ccc;
    padding-top: 1em
}

#news ul.pagination li a {
    text-decoration: underline
}

#privacy .inner_list {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em
}

#privacy .inner_list:before {
    content: '・';
    position: absolute;
    left: 0;
}

/*gokurakuen_top*/
#gokurakuen_top .sec_1 {
    text-align: center;
    background-color: #eaeff3
}

#gokurakuen_top .sec_1 .wrapper::before {
    content: "";
    position: absolute;
    background: url(../../img/gokurakuen_top/gokurakuen_top_sec_1_deco.png)no-repeat left top/100% auto;
    width: 181px;
    height: 173px;
    top: 68px;
    right: -5px
}

#gokurakuen_top .sec_1 .wrapper::after {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #1a8ac2;
    width: 1px;
    height: 150px;
    top: -60px;
}

#gokurakuen_top .sec_3 .content_1 .box_txt::before {
    content: "";
    position: absolute;
    background: url(../../img/gokurakuen_top/gokurakuen_top_sec_3_box1_deco.png)no-repeat left top/100% auto;
    width: 79px;
    height: 76px;
    top: -20px;
    right: 30px
}

#gokurakuen_top .sec_3 .content_2 .box_txt::before {
    content: "";
    position: absolute;
    background: url(../../img/gokurakuen_top/gokurakuen_top_sec_3_box2_deco.png)no-repeat left top/100% auto;
    width: 72px;
    height: 70px;
    top: -30px;
    left: -26px
}

#gokurakuen_top .sec_3 .content_5::before {
    content: "";
    position: absolute;
    background: url(../../img/gokurakuen_top/gokurakuen_top_sec_3_box5_deco.png)no-repeat left top/100% auto;
    width: 102px;
    height: 102px;
    bottom: -32px;
    right: -57px
}

/*サービス/ 入所・通所介護*/
#gokurakuen_service_1 .sec_2,
#gokurakuen_service_1 .sec_4 {
    background-color: #eaeff3
}

#gokurakuen_service_1 .sec_2 .wrapper::before {
    content: "";
    position: absolute;
    background: url(../../img/gokurakuen_service_1/gokurakuen_service_1_sec_2_deco_1.png)no-repeat left top/100% auto;
}

#gokurakuen_service_1 .sec_2 .wrapper::after {
    content: "";
    position: absolute;
    background: url(../../img/gokurakuen_service_1/gokurakuen_service_1_sec_2_deco_2.png)no-repeat left top/100% auto;
}

#gokurakuen_service_1 .sec_2 .head,
#gokurakuen_service_1 .sec_3 .head,
#gokurakuen_service_1 .sec_4 .head {
    text-align: center;
    color: #2369a8;
    font-weight: bold;
}

#gokurakuen_service_1 .sec_2 .box_wrap,
#gokurakuen_service_1 .sec_2 .box_wrap_2,
#gokurakuen_service_1 .sec_3 .box_wrap,
#gokurakuen_service_1 .sec_4 .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#gokurakuen_service_1 .sec_2 .head_sub,
#gokurakuen_service_1 .sec_3 .head_sub,
#gokurakuen_service_1 .sec_4 .head_sub {
    color: white;
    background-color: #136295;
    font-weight: bold;
    text-align: center;
}

/*kanaregawa_top*/
#kanaregawa_top .sec_1 {
    text-align: center;
    background-color: #fbf3f6
}

#kanaregawa_top .sec_1 .wrapper::before {
    content: "";
    position: absolute;
    background: url(../../img/kanaregawa_top/kanaregawa_top_sec_1_deco.png)no-repeat left top/100% auto;
    width: 181px;
    height: 173px;
    top: 68px;
    right: -5px
}

#kanaregawa_top .sec_1 .wrapper::after {
    content: "";
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #ca5080;
    width: 1px;
    height: 150px;
    top: -60px;
}

#kanaregawa_top .sec_3 .content_1 .box_txt::before {
    content: "";
    position: absolute;
    background: url(../../img/kanaregawa_top/kanaregawa_top_sec_3_box1_deco.png)no-repeat left top/100% auto;
    width: 79px;
    height: 76px;
    top: -20px;
    right: 30px
}

#kanaregawa_top .sec_3 .content_2 .box_txt::before {
    content: "";
    position: absolute;
    background: url(../../img/kanaregawa_top/kanaregawa_top_sec_3_box2_deco.png)no-repeat left top/100% auto;
    width: 72px;
    height: 70px;
    top: -30px;
    left: -26px
}

#kanaregawa_top .sec_3 .content_5::before {
    content: "";
    position: absolute;
    background: url(../../img/kanaregawa_top/kanaregawa_top_sec_3_box5_deco.png)no-repeat left top/100% auto;
    width: 102px;
    height: 102px;
    bottom: -32px;
    right: -57px
}

/*サービス*/
#kanaregawa_service .sec_2,
#kanaregawa_service .sec_4 {
    background-color: #fbf3f6
}

#kanaregawa_service .sec_2 .wrapper::before {
    content: "";
    position: absolute;
    background: url(../../img/kanaregawa_service/kanaregawa_service_sec_2_deco_1.png)no-repeat left top/100% auto;
}

#kanaregawa_service .sec_2 .wrapper::after {
    content: "";
    position: absolute;
    background: url(../../img/kanaregawa_service/kanaregawa_service_sec_2_deco_2.png)no-repeat left top/100% auto;
}

#kanaregawa_service .sec_2 .head,
#kanaregawa_service .sec_3 .head,
#kanaregawa_service .sec_4 .head {
    text-align: center;
    color: #ca5080;
    font-weight: bold;
}

#kanaregawa_service .sec_2 .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#kanaregawa_service .sec_2 .head_sub,
#kanaregawa_service .sec_3 .head_sub,
#kanaregawa_service .sec_4 .head_sub {
    color: white;
    background-color: #ca5080;
    font-weight: bold;
    text-align: center;
}

/* #top
================================== */
.btn_arrow {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: white
}

.btn_arrow a {
    display: block;
    position: relative;
    text-align: left;
    color: #fff;
    background-color: #1b8ac2;
    font-size: 14px;
    line-height: 1.4;
    padding: 18px 30px 18px 20px;
}

.btn_arrow a:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.btn-color {
    background-color: #333;
}

#top .news_list {
    position: relative;
}

#top .news_list dl {
    display: table;
    width: 100%;
    border-bottom: dashed 1px #ccc
}

#top .news_list dl:last-of-type {
    border-bottom: none
}

#top .news_list a {
    display: block;
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px
}

#top .news_list a::after {
    content: "";
    border: 1px solid;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-color: #b3b3b3 #b3b3b3 transparent transparent;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    right: 10px;
}

#top .news_list dt,
#top .news_list dd {
    display: table-cell
}

#top .news_list a dt {
    color: #2369a8;
    position: relative;
    width: 137px;
    padding-right: 50px;
}

#top .news_list dt::after {
    content: "｜";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 96px
}

#top .news_list a dd {
    text-decoration: underline;
    color: #333
}

/* 2308 add */

.sec_3_box {
    background: #009D5B url(../../img/top/top_sec_9_img_4.jpg) no-repeat top left / 50%;
    position: relative;
    margin: 30px auto 0;
}

.sec_3_box a {
    font-weight: bold;
    color: #fff;
    padding-left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    display: flex;
    align-items: center;
}


.sec_3_box .box_in {
    width: 100%;
    padding-left: 17px
}

.sec_3_box .txt {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 8px 0 0;
}

.sec_3_box .txt span {
    font-size: 75%
}

@media screen and (min-width: 768px) {


    .sec_3_box {
        width: 313px
    }

    .sec_3_box a {
        height: 119px
    }

}

@media screen and (max-width: 767px) {

    .sec_3_box {
        margin-bottom: 10px
    }

    .sec_3_box a {
        height: 124px
    }


}