@charset "utf-8";
/*
Theme Name: ケアタウンかわしり
Theme URI: https://caretown-k.com/
Description: 
Version: 1.0
Author: デキタテ
Author URI: 
*/
/* import
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
img, iframe {
    vertical-align: bottom;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}
/* general
--------------------------------------------------*/
/* link */
a {
    color: #5c4f40;
    text-decoration: none;
    outline: none;
}
a:hover img, a:focus img {
    opacity: .5;
}
/* transition */
a, a img, input {
    transition: all .2s;
}
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix > li {
    float: left;
}
/* font */
strong {
    font-weight: bold;
}
/* img */
img {
    max-width: 100%;
    height: auto;
}
/* pc sp */
.sp {
    display: none;
}
@media screen and (max-width: 799px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/* layout
--------------------------------------------------*/
/* html */
html {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    word-break: break-all;
}
/* body */
body {
    position: relative;
    color: #5c4f40;
    background: #fff;
}
@media screen and (max-width: 799px) {
    body {
        padding-top: 60px;
    }
}
/* mask */
.mask {
    display: none;
}
@media screen and (max-width: 799px) {
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        background: rgba(0, 0, 0, .8);
    }
}
/* inner */
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .inner {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
/* header */
header .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header h1 {
    background: #fff;
}
@media screen and (max-width: 1199px) {
    header .inner {
        display: block;
        padding: 0 !important;
    }
}
@media screen and (max-width: 799px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    header h1 img {
        width: auto;
        height: 60px;
    }
}
/* nav */
nav ul {
    display: flex;
    flex-wrap: wrap;
}
nav a {
    display: block;
    position: relative;
    padding: 50px 30px;
    color: #73624f;
    line-height: 20px;
    font-size: 1.125em;
    font-weight: bold;
}
nav a span {
    display: block;
    position: relative;
    transition: all .2s ease-in;
}
nav a span:last-child {
    position: absolute;
    opacity: 0;
    color: #ec9180;
}
.nav-contact {
    background: url("img/common/nav-bg.png") no-repeat center center;
    background-size: 100% auto;
}
.nav-contact a {
    color: #fff;
}
.nav-contact a span:last-child {
    color: #ff9;
}
@media screen and (max-width: 1199px) {
    nav a {
        padding: 20px 30px;
    }
}
@media screen and (max-width: 799px) {
    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
    nav ul {
        padding: 5%;
    }
    nav li {
        width: 100%;
        margin-bottom: 10px;
    }
    nav a {
        color: #fff;
        font-size: 1rem;
        background: url("img/common/arrow-02.png") no-repeat right 30px center;
        border: solid 1px #fff;
    }
    .nav-contact {
        background: none;
    }
}
/* nav-btn-sp */
.nav-btn-sp {
    display: none;
}
@media screen and (max-width: 799px) {
    .nav-btn-sp {
        display: block;
        position: fixed;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        padding: 10px;
        z-index: 9999;
        cursor: pointer;
        transition: all .2s;
    }
    .nav-btn-sp span {
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        color: #ec9180;
        text-align: center;
        font-size: 10px;
    }
    .nav-btn-sp i, .nav-btn-sp i:before, .nav-btn-sp i:after {
        display: block;
        position: absolute;
        top: 50%;
        width: 30px;
        height: 2px;
        background: #ec9180;
    }
    .nav-btn-sp i {
        left: 50%;
        margin: -5px 0 0 -15px;
        transition: .1s;
    }
    .nav-btn-sp i:before, .nav-btn-sp i:after {
        content: "";
        transition: .2s;
    }
    .nav-btn-sp i:before {
        margin-top: -8px;
    }
    .nav-btn-sp i:after {
        margin-top: 6px;
    }
    .nav-btn-sp.close i {
        background: transparent;
    }
    .nav-btn-sp.close i:before, .nav-btn-sp.close i:after {
        margin-top: 0;
    }
    .nav-btn-sp.close i:before {
        transform: rotate(-45deg);
    }
    .nav-btn-sp.close i:after {
        transform: rotate(-135deg);
    }
}
/* heading */
h2 {
    margin-bottom: 2rem;
    text-align: center;
}
@media screen and (max-width: 799px) {
    h2 {
        margin-bottom: 20px;
    }
}
/* btn */
.btn-01, .btn-02, .btn-03 {
    width: 500px;
    margin: 0 auto;
    background: #fff;
}
.btn-03 {
    width: 400px;
    margin: 0;
}
.btn-01 a, .btn-02 a, .btn-03 a {
    display: block;
    color: #fff;
    font-size: 1.625em;
    line-height: 70px;
    text-align: center;
    background: url("img/common/btn-bg-01.png") no-repeat center top;
}
.btn-02 a {
    background-image: url("img/common/btn-bg-02.png");
}
.btn-03 a {
    background-image: url("img/common/btn-bg-03.jpg");
}
.btn-01 a:hover, .btn-02 a:hover, .btn-03 a:hover {
    opacity: .5;
}
@media screen and (max-width: 799px) {
    .btn-01, .btn-02, .btn-03 {
        width: 90vw;
    }
    .btn-03 {
        margin: 0 auto;
    }
    .btn-01 a, .btn-02 a, .btn-03 a {
        font-size: 1.125em;
        line-height: 12.6vw;
        background-size: cover;
    }
    .btn-03 a {
        background-image: url("img/common/btn-bg-01.png");
    }
}
/* breadcrumb */
.breadcrumb {
    display: flex;
    margin-bottom: 20px;
}
.breadcrumb li::after {
    content: "＞";
    padding: 0 .5em;
}
.breadcrumb li:last-child::after {
    content: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
/* bottom */
.bottom {
    padding: 80px 0;
}
.bottom h2 {
    font-size: 1.25em;
}
.bottom h2 span {
    padding: 0 .5em;
    font-size: 1.2em;
}
.bottom h2 span strong {
    font-size: 1.25em;
    font-weight: normal;
}
.bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}
.bottom-area {
    padding: 20px 60px;
}
.bottom-postal {
    margin-bottom: 2rem;
    font-size: 1.25em;
}
.bottom-address {
    margin-bottom: 2rem;
    padding-left: 3rem;
    font-size: 1.5em;
    background: url("img/common/ico-map.jpg") no-repeat left top;
}
.bottom-tel {
    font-size: 1.5em;
}
.bottom-tel a {
    padding: 0 .5em;
    color: #f79e8f;
    font-size: 1.5em;
    font-weight: bold;
}
.bottom-open {
    margin-bottom: 2rem;
    font-size: 1.125em;
}
@media screen and (max-width: 799px) {
    .bottom {
        padding: 30px 5%;
    }
    .bottom h2 {
        font-size: 1em;
    }
    .bottom h2 img {
        width: 160px;
    }
    .bottom h2 span {
        padding: 0;
        font-size: 1em;
    }
    .bottom h2 span strong {
        font-size: 1.2em;
    }
    .bottom-wrap {
        padding: 0;
    }
    .bottom-area {
        padding: 10px 0 0;
    }
    .bottom-postal {
        margin-bottom: 10px;
        font-size: 1em;
    }
    .bottom-address {
        margin-bottom: 10px;
        padding-left: 2rem;
        font-size: 1.2em;
        background-position: left center;
        background-size: 2rem 2rem;
    }
    .bottom-tel {
        font-size: 1em;
    }
    .bottom-tel a {
        font-size: 1.4em;
    }
    .bottom-open {
        font-size: 1em;
    }
}
/* footer */
footer {
    background: url("img/common/footer-bg.jpg") repeat-y center top;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    padding: 50px;
}
.footer-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 480px;
}
.footer-wrap li {
    width: 50%;
    margin-bottom: 1em;
}
.footer-wrap li a {
    display: block;
    padding-left: 2em;
    background: url("img/common/ico-fotter-link.png") no-repeat left center;
}
.footer-wrap li a:hover {
    text-decoration: underline;
}
.copy {
    padding-bottom: 1em;
    color: #f79e8f;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    footer {
        background-size: cover;
    }
}
@media screen and (max-width: 799px) {
    .footer-wrap {
        justify-content: center;
        margin-bottom: 0;
        padding: 30px 0 20px;
    }
    .footer-wrap ul {
        width: auto;
    }
    .footer-wrap li {
        width: 100%;
        margin-bottom: 5px;
    }
    .footer-wrap > p {
        max-width: 70%;
    }
    .copy {
        font-size: .8em;
    }
}
/* top
--------------------------------------------------*/
/* top-img */
.top-img {
    overflow: hidden;
}
.top-img-area {
    position: relative;
    height: 0;
    margin: 0 -30%;
    padding-top: 60%;
    background: url("img/top/top-bg.jpg") no-repeat center center;
}
.top-img-area img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 799px) {
    .top-img-area {
        margin: 0 -5vw;
        padding-top: calc(650% / 750 * 110);
    }
}
/* top-news */
.top-news .inner {
    position: relative;
    padding-bottom: 100px;
}
.top-news-list {
    padding: 0 8%;
}
.top-news-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
    padding-left: 2rem;
    background: url("img/top/news-ico.png") no-repeat left center;
}
.top-news-list li:last-child {
    margin-bottom: 0;
}
.top-news-date, .top-news-cat {
    margin-right: 20px;
    font-size: .875em;
}
.top-news-cat {
    padding: 0 1.5em;
    color: #fff;
    background: #ec9180;
    border-radius: .4em;
}
.cat-recruit {
    background: #ecbd80;
}
.top-news-title {
    font-size: 1.125em;
}
.top-news-title a:hover {
    text-decoration: underline;
}
.top-news-link {
    position: absolute;
    top: 20px;
    right: 100px;
}
.top-news-link a {
    display: block;
    padding: 1em 4.5em 1em 2em;
    line-height: 1em;
    background: url("img/common/arrow-01.png") no-repeat right 2em center;
    border: solid 1px #5c4f40;
    border-radius: 1.5em;
}
.top-news-link a:hover {
    background-color: #f4e3cf;
}
@media screen and (max-width: 799px) {
    .top-news .inner {
        padding-bottom: 30px;
    }
    .top-news h2 img {
        width: 180px;
    }
    .top-news-list {
        padding: 0;
    }
    .top-news-list li {
        margin-bottom: 15px;
        background-position: left top;
    }
    .top-news-title {
        width: 100%;
        padding-top: 5px;
        font-size: 1em;
    }
    .top-news-link {
        position: static;
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }
    .top-news-link a {
        padding: .8em 3em .8em 1.5em;
        line-height: 1em;
        background-position: right 1em center;
        border-radius: 1.3em;
    }
}
/* top-intro */
.top-intro {
    padding: 80px 0 100px;
    background: url("img/top/top-intro-bg.jpg") no-repeat center top;
}
.top-intro h2 p {
    display: inline-block;
    margin-bottom: .3em;
    padding: .2em .5em;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.2;
    background: #fff;
}
.top-intro h2 p:last-child {
    margin-bottom: 0;
}
.color-blue {
    color: #89b6cf;
}
.color-orange {
    color: #e79457;
}
.color-green {
    color: #8aac5a;
}
.color-pink {
    color: #f79e8f;
}
.top-intro h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.top-intro-area dl {
    display: flex;
    align-items: center;
}
.top-intro-area dl:nth-child(even) {
    flex-direction: row-reverse;
}
.top-intro-area dl:nth-child(n+2) {
    margin-top: -7%;
}
.top-intro-area dt {
    flex-shrink: 0;
    width: calc(740 / 1200 * 100%);
}
.top-intro-area dd {
    padding: 20px;
    font-size: 1.375em;
    line-height: 1.8;
}
.top-intro-area dl:nth-child(2) dd {
    padding-top: 60px;
}
@media screen and (max-width: 1199px) {
    .top-intro-area dd {
        font-size: calc(22vw / 12);
    }
}
@media screen and (max-width: 799px) {
    .top-intro {
        padding: 30px 0;
        background-size: cover;
    }
    .top-intro h2 p {
        font-size: 1.3em;
        line-height: 1.4;
    }
    .top-intro h3 {
        margin-bottom: 2rem;
    }
    .top-intro h3 img:first-child {
        max-width: 80%;
    }
    .top-intro h3 img:last-child {
        max-width: 46%;
    }
    .top-intro-area {
        margin-bottom: 20px;
    }
    .top-intro-area dl {
        display: block;
    }
    .top-intro-area dl:nth-child(n+2) {
        margin-top: 0;
    }
    .top-intro-area dt {
        width: auto;
    }
    .top-intro-area dd {
        padding: 10px 0;
        font-size: 1em;
        line-height: 1.6;
    }
    .top-intro-area dl:nth-child(2) dd {
        padding-top: 10px;
    }
    .top-intro-area dl:nth-child(3) dt {
        overflow: hidden;
    }
    .top-intro-area dl:nth-child(3) dt img {
        transform: scale(1.2);
    }
}
/* top-group */
.top-group {
    padding: 100px 0;
}
.top-group h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.top-group-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px 80px;
}
.top-group-area {
    width: calc(520% / 11.2);
}
.top-group-area ul {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 10px;
}
.top-group-area li {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.375em;
    text-align: center;
    border: solid 2px #5c4f40;
    border-radius: .8em;
}
.top-group-area ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 799px) {
    .top-group {
        padding: 30px 5%;
    }
    .top-group-wrap {
        padding: 0 5%;
    }
    .top-group-area {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-group-area li {
        width: 100%;
    }
    .top-group-area ul {
        padding: 10px 10% 0;
    }
    .top-group-area li {
        margin-bottom: 10px;
        font-size: 1em;
    }
}
/* top-contact */
.top-contact {
    min-height: 430px;
    background: url("img/top/top-contact-bg.jpg") no-repeat center top;
}
.top-contact h2 {
    position: relative;
    top: -12px;
    margin-bottom: -12px;
}
.top-contact h3 {
    margin: -40px 0 30px;
    text-align: center;
}
.top-contact h3 p {
    display: inline-block;
    margin-bottom: .3em;
    padding: .2em .5em;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1.2;
    background: #fff;
}
@media screen and (max-width: 799px) {
    .top-contact {
        min-height: 0;
        padding: 10px 0 30px;
        background-size: cover;
    }
    .top-contact .inner {
        overflow: hidden;
    }
    .top-contact h2 {
        top: 0;
        margin: 0 -25% 0;
    }
    .top-contact h3 {
        margin: 0 0 30px;
        text-align: center;
    }
    .top-contact h3 p {
        font-size: 1.3em;
        line-height: 1.4;
    }
}
/* news
--------------------------------------------------*/
/* news-01 */
.news-01 {
    padding: 50px 0;
}
.news-date {
    margin-bottom: 20px;
    padding-left: 30px;
    background: url("img/top/news-ico.png") no-repeat left center;
}
.news-content {
    font-size: 1.2em;
}
@media screen and (max-width: 799px) {
    .news-01 {
        padding: 50px 0;
    }
    .news-content {
        font-size: 1em;
    }
}
/* vision
--------------------------------------------------*/
/* page-title */
.page-title {
    display: flex;
    justify-content: center;
    padding: 70px 0;
    background: no-repeat center top;
    background-image: url("img/info/title-bg.jpg");
    background-size: auto 100%;
}
.page-vision {
    background-image: url("img/vision/title-bg.jpg");
}
.page-title p {
    padding: 0 1.5em;
    color: #f79e8f;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    white-space: nowrap;
    background: #fff;
    border-radius: 10px;
}
@media screen and (max-width: 799px) {
    .page-title {
        padding: 30px 0;
    }
    .page-title p {
        font-size: 20px;
    }
}
/* vision-01 */
.vision-01 {
    position: relative;
    padding: 50px 0;
}
.vision-01 h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
}
.vision-01 .bg-01, .vision-01 .bg-02 {
    position: absolute;
    bottom: -60px;
    width: calc(250% / 12);
    min-width: 100px;
}
.vision-01 .bg-01 {
    left: 0;
}
.vision-01 .bg-02 {
    right: 0;
}
@media screen and (max-width: 799px) {
    .vision-01 {
        padding: 30px 5%;
    }
    .vision-01 h2 img:first-child {
        max-width: calc(334% / 6.5);
    }
    .vision-01 h2 img:nth-child(2) {
        max-width: calc(332% / 6.5);
    }
    .vision-01 h2 img:nth-child(4) {
        max-width: calc(170% / 6.5);
    }
    .vision-01 h2 img:nth-child(5) {
        max-width: calc(294% / 6.5);
    }
    .vision-01 h2 img:nth-child(6) {
        max-width: calc(348% / 6.5);
    }
    .vision-05 h2 img:first-child {
        max-width: calc(410% / 5.7);
    }
    .vision-05 h2 img:nth-child(2) {
        max-width: 100%;
    }
    .vision-05 h2 img:nth-child(3) {
        max-width: calc(250% / 5.7);
    }
    .vision-05 h2 img:nth-child(4) {
        max-width: calc(380% / 5.7);
    }
    .vision-05 h2 img:nth-child(5) {
        max-width: calc(330% / 5.7);
    }
}
/* vision-02 */
.vision-02 {
    padding-top: 110px;
    min-height: 660px;
    font-size: 1.375em;
    background: url("img/vision/bg-01.jpg") no-repeat center top;
}
.vision-02 .inner {
    max-width: 880px;
}
.vision-02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}
.vision-02 li {
    width: calc(260% / 8.8);
}
@media screen and (max-width: 799px) {
    .vision-02 {
        min-height: 0;
        padding: 70px 0 30px;
        font-size: 1em;
        background-size: cover;
    }
    .vision-02 ul {
        justify-content: center;
        padding-top: 30px;
    }
    .vision-02 li {
        width: 50%;
    }
}
/* vision-03 */
.vision-03 {
    padding-top: 100px;
    min-height: 1230px;
    font-size: 1.375em;
    background: url("img/vision/bg-02.jpg") no-repeat center top;
}
.vision-03 .inner {
    max-width: 880px;
}
.vision-03 .inner > p:first-child {
    margin-bottom: 50px;
}
.vision-03-flex {
    display: flex;
    align-items: center;
}
.vision-03-flex > * {
    flex: 1;
    flex-shrink: 0;
    min-width: 0;
}
@media screen and (max-width: 799px) {
    .vision-03 {
        min-height: 0;
        padding: 70px 0 30px;
        font-size: 1em;
        background-size: cover;
    }
    .vision-03 .inner > p:first-child {
        margin-bottom: 30px;
    }
}
/* vision-04 */
.vision-04 {
    padding: 100px 0 30px;
    font-size: 1.375em;
}
.vision-04 .inner {
    max-width: 880px;
}
.vision-schedule {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 799px) {
    .vision-04 {
        padding: 30px 0;
        font-size: 1em;
    }
}
/* facility
--------------------------------------------------*/
.page-facility {
    background-image: url("img/facility/title-bg.jpg");
}
/* facility-01 */
.facility-01 {
    position: relative;
    padding: 50px 0;
    font-size: 1.5em;
    text-align: center;
}
.facility-01 h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 880px;
    margin: 0 auto 20px;
}
@media screen and (max-width: 799px) {
    .facility-01 {
        padding: 30px 5%;
        font-size: 1em;
        text-align: left;
    }
    .facility-01 h2 img:first-child {
        max-width: calc(364% / 6.8);
    }
    .facility-01 h2 img:nth-child(2) {
        max-width: calc(462% / 6.8);
    }
}
/* facility-02 */
.facility-02, .facility-03 {
    padding: 60px 0;
    overflow: hidden;
    background-size: auto 100%;
}
.facility-02 {
    min-height: 682px;
    background: url("img/facility/bg-01.jpg") no-repeat top center;
}
.facility-03 {
    min-height: 625px;
    background: url("img/facility/bg-02.jpg") no-repeat top center;
}
.facility-02 .inner, .facility-03 .inner {
    position: relative;
    max-width: 880px;
}
.facility-02 h2, .facility-03 h2 {
    position: relative;
    z-index: 5;
}
.facility-02-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.facility-02-wrap dl {
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.facility-02-wrap dl:last-child {
    margin-right: 0;
}
.facility-02-wrap dt {
    margin-bottom: 10px;
    padding: .1em 0;
    color: #fff;
    font-size: 1.375em;
    background: #f99ca5;
    border-radius: .9em;
}
.facility-02-wrap dd {
    font-size: 1.125em;
}
.facility-02-txt {
    margin-bottom: 50px;
    font-size: 1.375em;
}
.facility-img {
    position: absolute;
    top: -35px;
    z-index: 1;
}
.facility-img.left {
    left: -80px;
}
.facility-img.right {
    right: -80px;
}
@media screen and (max-width: 799px) {
    .facility-02, .facility-03 {
        min-height: 0;
        padding: 30px 0;
    }
    .facility-02 h2 img, .facility-03 h2 img {
        max-width: 240px;
    }
    .facility-02-wrap {
        margin-bottom: 10px;
    }
    .facility-02-wrap dl {
        width: 70%;
        margin: 0 0 10px;
    }
    .facility-02-wrap dt {
        margin-bottom: 5px;
        font-size: 1em;
    }
    .facility-02-wrap dd {
        font-size: 1em;
    }
    .facility-02-txt {
        margin-bottom: 30px;
        font-size: 1em;
    }
    .facility-img {
        width: 140px;
        top: -25px;
    }
    .facility-img.left {
        top: 0;
        left: -20px;
    }
    .facility-img.right {
        right: -20px;
    }
}
/* facility-04 */
.facility-04-txt {
    font-size: 1.5em;
    text-align: center;
}
.facility-04-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 60px 24px 20px;
}
.facility-04-wrap dl {
    display: grid;
    grid-template-rows: auto 1fr;
    width: 31.25%;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 20px;
}
.facility-04-wrap dt {
    grid-row: 2;
    display: grid;
    align-items: center;
    padding: .1em;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.4em;
    text-align: center;
    background: #98bc98;
}
@media screen and (max-width: 799px) {
    .facility-04 {
        overflow: hidden;
    }
    .facility-04 h2 {
        margin: 0 -40% 20px;
    }
    .facility-04-txt {
        font-size: 1em;
        text-align: left;
    }
    .facility-04-wrap {
        padding: 30px 0 10px;
    }
    .facility-04-wrap dl {
        width: 48%;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .facility-04-wrap dt {
        padding: .5em;
        font-size: .8em;
    }
}
/* talk
--------------------------------------------------*/
.page-talk {
    background-image: url("img/talk/title-bg.jpg");
}
.talk-01 {
    padding: 50px 0;
}
.talk-01 h2, .talk-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 880px;
    margin: 0 auto 20px;
}
.talk-list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.talk-list li {
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 1.5em;
    font-weight: bold;
    background: url("img/talk/ico-check.png") no-repeat left center;
}
.form-caution {
    max-width: 880px;
    margin: 0 auto;
}
.form-caution ul {
    padding-left: 1.5em;
}
.form-caution li {
    margin-bottom: 10px;
    font-size: 1.125em;
    list-style: disc;
}
.form-area {
    max-width: 880px;
    margin: 0 auto 60px;
}
.form-area table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}
.form-area th, .form-area td {
    padding: 1em;
    font-size: 1.125em;
}
.form-area th {
    color: #fff;
    background: #dda59b;
    border-radius: 5px 0 0 5px;
}
.form-area td {
    background: #f6f6f6;
    border-radius: 0 5px 5px 0;
}
.form-area input[type="text"], .form-area input[type="tel"], .form-area input[type="email"], .form-area textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
}
.form-area select {
    padding: .5em;
    background: #fff;
}
.form-area input:focus, .form-area textarea:focus {
    outline: none;
}
.form-area textarea {
    height: 24em;
}
.form-area .required {
    color: #da0f0f;
    font-size: .8em;
}
.submit-area {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.submit-area input[type="submit"] {
    padding: .7em 5em;
    color: #fff;
    font-size: 1.5em;
    background: #dda59b;
    border-radius: 5px;
    cursor: pointer;
}
.submit-area input[type="submit"]:hover {
    opacity: .5;
}
.wpcf7 .ajax-loader {
    position: absolute !important;
    right: 0;
    top: 50%;
    margin-top: -12px !important;
}
@media screen and (max-width: 799px) {
    .talk-01 {
        padding: 30px 5%;
    }
    .talk-01 h2 img:first-child {
        max-width: 170px;
    }
    .talk-01 h2 img:nth-child(2) {
        max-width: 155px;
    }
    .talk-txt img:first-child {
        max-width: 100px;
    }
    .talk-txt img:nth-child(2) {
        max-width: 230px;
    }
    .talk-list {
        margin-bottom: 10px;
    }
    .talk-list li {
        padding-left: 30px;
        font-size: 1em;
        background-size: 20px 20px;
    }
    .form-area {
        margin-bottom: 40px;
    }
    .form-area th, .form-area td {
        display: block;
        padding: .5em;
        font-size: 1em;
    }
    .form-area th {
        border-radius: 5px 5px 0 0;
    }
    .form-area td {
        border-radius: 0 0 5px 5px;
    }
    .form-area textarea {
        height: 12em;
    }
    .submit-area input[type="submit"] {
        font-size: 1em;
    }
    .form-caution li {
        font-size: 1em;
    }
}
/* contact
--------------------------------------------------*/
.page-contact {
    background-image: url("img/contact/title-bg.jpg");
}
.contact-01 {
    position: relative;
    max-width: 900px;
    padding: 50px 0;
}
.contact-01 .bg-01, .contact-01 .bg-02 {
    position: absolute;
    top: 50px;
}
.contact-01 .bg-01 {
    left: 0;
}
.contact-01 .bg-02 {
    right: 0;
}
.contact-01 h3 {
    text-align: center;
}
.contact-tel {
    font-size: 1.5em;
    text-align: center;
}
.contact-tel a {
    padding: 0 .5em;
    color: #f79e8f;
    font-size: 1.5em;
    font-weight: bold;
}
.contact-open {
    margin-bottom: 40px;
    font-size: 1.125em;
    text-align: center;
}
@media screen and (max-width: 799px) {
    .contact-01 {
        padding: 30px 5%;
    }
    .contact-01 .bg-01, .contact-01 .bg-02 {
        display: none;
    }
    .contact-tel {
        font-size: 1em;
    }
    .contact-tel a {
        font-size: 1.4em;
    }
    .contact-open {
        margin-bottom: 20px;
        font-size: 1em;
    }
}
/* recruit
--------------------------------------------------*/
.page-recruit {
    background-image: url("img/recruit/title-bg.jpg");
}
.recruit-txt {
    max-width: 880px;
    margin-bottom: 20px;
    font-size: 1.125em;
}
@media screen and (max-width: 799px) {
    .recruit-txt {
        margin-bottom: 0;
        font-size: 1em;
    }
}
/* info
--------------------------------------------------*/
.page-info {
    background-image: url("img/info/title-bg.jpg");
}
.info-01 {
    max-width: 880px;
    padding: 50px 0;
}
.info-01 h2 {
    display: flex;
    justify-content: center;
}
.info-01 h2 span {
    display: block;
    padding: .5em 1em;
    font-size: 1.5em;
    background: url("img/info/line.gif") repeat-x left bottom;
}
.info-01 h3 {
    padding: 20px 0 10px;
    font-size: 1.2em;
    font-weight: bold;
}
.info-01 th, .info-01 td {
    padding-right: 1em;
}
.info-01 th {
    white-space: nowrap;
}
@media screen and (max-width: 799px) {
    .info-01 {
        padding: 30px 0;
    }
    .info-01 h2 span {
        font-size: 1.2em;
    }
    .info-01 h3 {
        font-size: 1.1em;
    }
}
/* access
--------------------------------------------------*/
.page-access {
    background-image: url("img/info/title-bg.jpg");
}
.access-01 {
    max-width: 880px;
    padding: 50px 0;
}
.access-map {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-top: 70%;
}
.access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access-txt {
    font-size: 1.125em;
}
@media screen and (max-width: 799px) {
    .access-01 {
        padding: 30px 0;
    }
    .access-map {
        padding-top: 100%;
    }
    .access-txt {
        font-size: 1em;
    }
}
/* policy
--------------------------------------------------*/
.policy-list {
    padding-left: 1.5em;
    list-style: disc;
}
.policy-list > li {
    margin-top: 20px;
}
.policy-list ol {
    padding: 20px 0 0 1.5em;
    list-style: decimal;
}
/* price
--------------------------------------------------*/
.price-01 {
    max-width: 880px;
    padding: 50px 0;
}
.price-01 h2 {
    display: flex;
    justify-content: center;
}
.price-01 h2 span {
    display: block;
    padding: .5em 1em;
    font-size: 1.5em;
    background: url("img/info/line.gif") repeat-x left bottom;
}
@media screen and (max-width: 799px) {
    .price-01 {
        padding: 30px 0;
    }
    .price-01 h2 span {
        font-size: 1.2em;
    }
}
/* kokai
--------------------------------------------------*/
.page-kokai {
    background-image: url("img/kokai/title-bg.jpg");
}
.kokai-inner {
    max-width: 800px;
}
.kokai-inner h2 {
    display: flex;
    justify-content: center;
    padding-top: 10%;
}
.kokai-inner h2 span {
    display: block;
    width: 460px;
    padding: .5em 1em;
    font-size: 1.5em;
    background: url("img/info/line.gif") repeat-x left bottom;
}
.kokai-btn {
    display: flex;
    justify-content: center;
}
.kokai-btn:not(:has(+ h2)) {
    margin-bottom: 1em;
}
.kokai-btn a {
    position: relative;
    align-content: center;
    width: 460px;
    padding: 1em 2em;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-size: 1.125em;
    text-align: center;
    text-decoration: none;
    background-color: #6088b9;
    border-radius: 9999px;
}
.kokai-btn a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scaleY(1.5);
}
.kokai-btn a:hover {
    background-color: #7ea5d4;
}
.kokai-txt {
    margin-bottom: 2em;
    text-align: center;
}
@media screen and (max-width: 799px) {
    .kokai-inner h2 span {
        width: 100%;
        font-size: 1.2em;
    }
    .kokai-btn a {
        width: 90%;
        font-size: 1em;
    }
}