@charset "utf-8";

#u_cover {
    position: relative;
    z-index: -1;
}
#u_cover .main_img {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 280px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}
#u_cover .main_img::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 20px 15px #fff;
}
#careplan #u_cover .main_img,
#homecare #u_cover .main_img,
#caretaxi #u_cover .main_img,
#news #u_cover .main_img {
    background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url(../images/cover02.jpg);
    background-position: 50% 20%;
}
#contact #u_cover .main_img,
#thanks #u_cover .main_img {
    background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url(../images/cover02.jpg);
    background-position: 50% 20%;
}

#u_cover .h_line {
    position: absolute;
    top: 42%;
    left: 120px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #4e3512;
    letter-spacing: .25em;
}
/* responsive */
@media screen and (max-width: 991.9px) {
    #u_cover .main_img {
        max-width: calc(1280 / 991.9 * 100vw);
        height: calc(280 / 991.9 * 100vw);
    }
    #u_cover .h_line {
        left: calc(120 / 991.9 * 100vw);
    }
}
@media screen and (max-width: 767.9px) {
    #u_cover .h_line {
        top: 40%;
        left: calc(100 / 767.9 * 100vw);
        font-size: calc(19 / 767.9 * 100vw);
    }
}

/*-------------- care plan --------------*/
.service {
    padding-left: 1rem;
}
.service dt {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffd498;
}
.service dd {
    margin-bottom: 1.5rem;
}
.cp_flow h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4e3512;
    margin-bottom: .5rem;
}
.cp_flow {
    counter-reset: number 0;
}
.cp_flow h3::before {
    counter-increment: number 1;
    content: counter(number) "．";
}
.cp_flow p {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.9px) {
}
@media screen and (max-width: 575.9px) {
    .service dt {
        font-size: calc(20 / 575.9 * 100vw);
    }
    .cp_flow h3 {
        font-size: calc(24 / 575.9 * 100vw);
    }
}
@media screen and (max-width: 479.9px) {
    .service dt {
        font-size: calc(20 / 479.9 * 100vw);
    }
    .service dd {
        font-size: 14px;
    }
}

/*-------------- home care --------------*/
.intro {
    text-align: justify;
    font-family: irohamaru-mikami;
    font-size: 1.25rem;
    line-height: 2;
}
.intro p {
    padding-top: 2em;
    padding-right: 1em;
    padding-left: 1em;
}
.wrap {
    position: relative;
}
.org_box {
    width: 100%;
    height: 100%;
}
.org_box::after {
    content: "";
    width: 90%;
    height: 90%;
    background:repeating-linear-gradient(135deg,#ffe955,#ffe955 2px,#fff 0,#fff 8px);
    /*background-color: #ffe955;*/
    position: absolute;
    z-index: -2;
    right: 0px;
    bottom: -15px;
}
.guide dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #4e3512;
}
.guide dt {
    width: 60%;
    padding: 1rem 0 1rem 1rem;
    border-bottom: 1px solid #4e3512;
}
.guide dd {
    width: 40%;
    padding: 1rem 0;
    border-bottom: 1px solid #4e3512;
}
.scroll_table {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}
.price1 {
    font-size: 1.25rem;
    border-collapse: separate;
    border-spacing: 0px;
    empty-cells: show;
}
.price1 th,
.price1 td {
    padding: .5em 1.5em;
}
.price1 th {
    vertical-align: top;
    border-bottom: 1px solid #4e3512;
    background-color: #ffd498;
}
.price1 td {
    vertical-align: middle;
    border-bottom: 1px solid #4e3512;
    background-color: #fff;
}
.price1 tr td:nth-last-of-type(1) {
    text-align: right;
}
.bor_sol_tp {
    border-top: 1px solid #4e3512;
}
.price2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    border: 1px solid #ffb043;
}
.price2 dt {
    width: 30%;
    background-color: #ffd498;
    padding: 1rem;
}
.price2 dd {
    width: 70%;
    background-color: #fff;
    padding: 1rem;
}
@media screen and (max-width:1199.9px) {
    .price1 {
        width: 100%;
    }
    .price1 th {
        border-bottom: none;
        display: block;
        width: 100%;
    }
    .price1 td {
        display: block;
        float: left;
        width: 60%;
    }
    .price1 td + td {
        width: 40%;
    }
    .price1 td[col2] {
        width: 100%;
    }
    /*.price1 td:nth-child(2) {
        width: 40%;
    }*/
}
@media screen and (max-width:991.9px) {
    .intro {
        text-align: center;
    }
    .intro p {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width:767.9px) {
    .intro {
        text-align: justify;
        font-size: calc(20 / 767.9 * 100vw);
    }
}
@media screen and (max-width:575.9px) {
    .intro {
        font-size: calc(20 / 575.9 * 100vw);
    }
    .price1 th,
    .price1 td {
        padding-right: 1em;
        padding-left: 1em;
    }
}
@media screen and (max-width: 479.9px) {
    .price1,
    .price2 {
        font-size: calc(20 / 479.9 * 100vw);
    }
    .price2 dt,
    .price2 dd {
        width: 100%;
        text-align: center !important;
        padding: .5rem;
    }
}

/*-------------- care taxi --------------*/
#caretaxi .intro {
    text-align: center;
    font-family: irohamaru-mikami;
    font-size: 2rem;
    line-height: 2;
}
.taxi_ex {
    margin-left: 1rem;
}
.taxi_ex li {
    color: #ffb043;
    list-style-type: disc;
}
.taxi_ex li span {
    color: #333;
}
.price3 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    border: 1px solid #ffb043;
}
.price3 dt {
    width: 60%;
    background-color: #ffd498;
    padding: 1rem;
}
.price3 dd {
    width: 40%;
    background-color: #fff;
    padding: 1rem;
}
.t_call_txt {
    font-size: 3rem;
    font-weight: 600;
}
.t_call_txt span {
    font-size: 1.25rem;
    margin-right: .5em;
}
.sp_tel {
    display: inline-block;
}
@media screen and (max-width: 575.9px) {
    #caretaxi .intro {
        font-size: calc(32 / 575.9 * 100vw);
        line-height: normal;
    }
    .price3 dt,
    .price3 dd {
        width: 100%;
    }
    .t_call_txt {
        font-size: calc(48 / 575.9 * 100vw);
    }
}
@media screen and (max-width: 479.9px) {
    .row p.t_call_txt {
        font-size: calc(32 / 479.9 * 100vw);
    }
}

/*-------------- contact --------------*/
/* contact form */
.mailform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  .mailform dt {
    width: 30%;
    padding: 1rem 2rem;
    border-top: 1px solid #ccc;
    line-height: 2.22rem;
  }
  .mailform dd {
    width: 70%;
    padding: 1rem 2rem;
    border-top: 1px solid #ccc;
  }
  .mailform dt:last-of-type,
  .mailform dd:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  input[type="text"], textarea {
    border: .5px solid #ccc;
    border-radius: 2px;
    width: 512px !important;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    -webkit-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
    -moz-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
    box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .submit {
    margin: 48px auto 0;
    width: 260px;
    height: 46px;
    background: #fff;
    border: 1px solid #ed8900;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 46px;
  }
  input[type="submit"] {
    border-style: none;
    width: 100%;
  }
  .submit:hover {
    background-color: #ed8900;
    color: #fff;
    transition: all .5s ease;
  }
  .mailform span {
    color: #C73C2E;
  }
  /* thanks */
  .thanks {
    font-size: 1.5rem;
  }
  @media screen and (max-width:991.9px) {
    .mailform dt {
        width: 100%;
        padding: .5rem 1rem;
    }
    .mailform dd {
        width: 100%;
    }
    .mailform dt:last-of-type {
        border-bottom: none;
    }
    input[type="text"], textarea {
        width: 100% !important;
    }
  }
  @media screen and (max-width:479.9px) {
    .submit {
        width: 80%;
    }
  }

/*-------------- privacy policy --------------*/
#privacy #wrapper {
    width: 90%;
    margin: 0 auto;
  }
.pp_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-align: center;
}
.pp_title::before,
.pp_title::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #ffb043;
}
.pp_title::before {
    margin-right: 20px;
}
.pp_title::after {
    margin-left: 20px;
}
#privacy h2 {
    padding: 0.5em 1em;
    border-top: solid 2px #ffb043;
    border-bottom: solid 2px #ffb043;
    background-color: #ffd498;
    margin-bottom: 24px;
}
.pp_txt {
    text-align: left;
}
.pp_txt p {
    margin-right: 2rem;
    margin-left: 2rem;
}
.pp_list {
    text-indent: 2rem;
}
.pp_list i {
    color: dimgray;
    margin-right: .5rem;
}
@media screen and (max-width: 575.9px) {
    .pp_title {
        font-size: calc(32 / 575.9 * 100vw);
    }
    .pp_title::before,
    .pp_title::after {
        width: calc(70 / 575.9 * 100vw);
    }
    .pp_title::before {
        margin-right: calc(20 / 575.9 * 100vw);
    }
    .pp_title::after {
        margin-left: calc(20 / 575.9 * 100vw);
    }
    #privacy h2 {
        font-size: calc(24 / 575.9 * 100vw);
        margin-bottom: calc(16 / 575.9 * 100vw);
    }
}
@media screen and (max-width: 479.9px) {
    #privacy .pd_tb56 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .pp_txt p,
    .pp_list {
        font-size: 14px;
    }
    .pp_txt p {
        margin-right: 1em;
        margin-left: 1em;
    }
    .pp_list {
        text-indent: 0;
        margin-left: 1em;
    }    
}

/*-------------- news page --------------*/
.news_ttl01 {
    text-align: left;
    color: #4e3512;
    margin-bottom: 40px;
}
.date {
    text-align: right;
    margin-bottom: 24px;
}
.attached_file {
    text-align: left;
    margin-bottom: 40px;
}
.btn_c {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn_c a {
    width: 50%;
    margin: 0 auto;
    padding: .5em 1em;
    background-color: #ccc;
    border-radius: 2px;
  }

  .article_list dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .article_list dt,
  .article_list dd {
    padding: 1.5em 2em;
    border-bottom: 1px solid #333;
  }
  .article_list dt {
    width: 20%;
  }
  .article_list dd {
    width: 80%;
  }
  .to_topp_btn a {
    border: 1px solid #4e3512;
    border-radius: 2px;
    color: #4e3512;
    padding: 16px;
    width: 50%;
    margin: 0 auto 80px;
  }
  .to_topp_btn a:hover {
    background-color: #4e3512;
    color: #fff;
    opacity: 1;
    transition: all .5s ease;
  }
/* responsive */
@media screen and (max-width: 767.9px) {
    .btn_area {
        margin-bottom: 80px;
    }
    .btn_c a {
        width: 100%;
    }
    .article_list dt {
        width: 100%;
        border-bottom: none;
        padding-bottom: .5em;
    }
    .article_list dd {
        width: 100%;
        padding-top: 0;
    }
}
@media screen and (max-width: 575.9px) {
    .btn_c {
        margin-bottom: 24px;
    }
    .btn_c:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 479.9px) {
    .to_topp_btn a {
        width: 80%;
    }
}