@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 768px) {
img {
    max-width: 100%;
}
/*-----------------------------------------------------
■ header
-------------------------------------------------------*/
#header {
    height: 60px;
}
#header .inner {
    padding: 0 10px;
    display: flex;
}
#header .h_logo {
    max-width: 80%;
}
#header .h_logo img {
    max-width: 100%;
    max-height: 60px;
    height: auto;
}
#header .h_line {
    display: none;
}
.menu-btn {
    padding: 8px 14px;
}
.menu-text {
    font-size: 11px;
}
.drawer-overlay {
    background-size: cover;
}
.drawer-menu {
    top: 30px;
    right: -100%;
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    overflow-y: scroll;
    height: 90vh;
}
.drawer-columns {
    flex-direction: column;
    gap: 0;
}
.drawer-list li {
    height: 50px;
}
.drawer-list li a {
    height: 50px;
}
.drawer-list li.drawer-sub::before {
    margin-left: 35px;
}
.drawer-list:first-child li:last-of-type {
    border-bottom: none;
}
.drawer-sns {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    position: unset;
}

/*-----------------------------------------------------
■ footer
-------------------------------------------------------*/
#footer{
	background-image: url(../img/footer/f_bgimg_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
    margin-top: 75px;
    height: auto;
}
#footer .inner {
    width: auto;
}
#footer .f_content {
    flex-direction: column;
}
#footer .f_content .f_bnr {
    justify-content: space-between;
    gap: 15px;
    padding: 0 4%;
    margin-bottom: 30px;
}
#footer .f_content .f_bnr p {
    margin: 0;
}
#footer .f_content .f_logo {
    text-align: center;
}
#footer .f_content address {
    text-align: center;
}
#footer .f_content .f_tel {
    font-size: 30px;
    text-align: center;
}
#footer .f_content .f_btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
#footer .f_content .f_btn .f_mail {
    margin: 0;
}
#footer .f_navi {
    justify-content: center;
    width: 100%;
    padding: 0 8%;
}
#footer .f_navi ul {
    width: 48%;
    margin-left: 0;
}
#footer .copyright {
    font-size: 11px;
    padding: 10px 4%;
}
#pagetop {
    bottom: 15px;
    right: 15px;
}

/*-----------------------------------------------------
■ top
-------------------------------------------------------*/
#mainimg {
    margin: 20px 0 0;
}
.top #mainimg .main_img img {
    border-radius: 35px;
    bottom: 10px;
    right: 0;
}
.top #mainimg .main_txt {
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
    margin: 0 auto;
    text-align: center;
    padding: 20px 4%; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.top .section01 .inner {
    width: auto;
}
.top .section01 .srv_ttl {
    flex-direction: column;
}
.top .section01 .srv_ttl h2 {
    font-size: 24px;
    margin-bottom: 1em;
}
.top .section01 .srv_ttl h2::before {
    background-size: contain;
    width: 28px;
    height: 37px;
    margin-right: 15px;
    position: relative;
    top: 15px;
}
.top .section01 .srv_ttl p {
    font-size: 1em;
    line-height: 2;
}
.top .section01 .srv_ttl .srv_img {
    width: 100%;
    text-align: center;
}
.top .section01 .hoikuroom {
    border-width: 3px;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    margin-bottom: 30px;
}
.top .section01 .hoikuroom .hoikuroom_img {
    margin-right: 0;
}
.top .section01 .hoikuroom .hoikuroom_img .about_bg {
    width: 66%;
    margin: auto;
    text-align: center;
}
.top .section01 .hoikuroom .hoikuroom_img .about_img {
    width: 61%;
    margin: auto;
    top: 4%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.top .section01 .hoikuroom .hoikuroom_txt .hoikuroom_txt_ttl {
    flex-wrap: nowrap;
}
.top .section01 .hoikuroom .hoikuroom_txt h3 {
    font-size: 22px;
    margin-bottom: 1em;
}
.top .section01 .hoikuroom .hoikuroom_txt h3 span {
    font-size: 19px;
}
.top .section01 .hoikuroom .hoikuroom_txt .img {
    width: 80px;
    height: 60px;
    margin: 0 0 0 auto;
}
.top .section01 .hoikuroom .hoikuroom_txt .txt {
    font-size: 1em;
    margin-bottom: 20px;
}
.top .section01 .hoikuroom .hoikuroom_txt .link {
    flex-direction: column;
}
.top .section01 .hoikuroom .hoikuroom_txt .more {
    max-width: 280px;
    width: 100%;
    margin: 10px auto;
    border-radius: 99px;
}
.top .section01 .hoikuroom .hoikuroom_txt .more a {
    width: auto;
    height: 60px;
}
.top .section01 .dayroom {
    border-width: 3px;
    border-radius: 20px;
    padding: 20px;
    flex-direction: column;
    margin-bottom: 30px;
}

.top .section01 .dayroom .dayroom_img {
    margin-right: 0;
}
.top .section01 .dayroom .dayroom_img .about_bg {
    width: 66%;
    margin: auto;
    text-align: center;
}
.top .section01 .dayroom .dayroom_img .about_img {
    width: 61%;
    margin: auto;
    top: 4%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.top .section01 .dayroom .dayroom_txt .dayroom_txt_ttl {
    flex-wrap: nowrap;
}
.top .section01 .dayroom .dayroom_txt h3 {
    font-size: 22px;
    margin-bottom: 1em;
}
.top .section01 .dayroom .dayroom_txt h3 span {
    font-size: 19px;
}
.top .section01 .dayroom .dayroom_txt .img {
    width: 80px;
    height: 60px;
    margin: 0 0 0 auto;
}
.top .section01 .dayroom .dayroom_txt .txt {
    font-size: 1em;
    margin-bottom: 20px;
}
.top .section01 .dayroom .dayroom_txt .link {
    flex-direction: column;
}
.top .section01 .dayroom .dayroom_txt .more {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    border-radius: 99px;
}
.top .section01 .dayroom .dayroom_txt .more a {
    width: auto;
    height: 60px;
}
.top .section02 .inner {
    width: auto;
    margin-bottom: 60px;
}
.top .section02 .inst_ttl {
    flex-direction: column;
    margin-bottom: 40px;
}
.top .section02 .inst_ttl .inst_txt h2 {
    font-size: 35px;
    margin-bottom: 1em;
}
.top .section02 .inst_ttl .inst_txt {
    margin-right: 0;
}
.top .section02 .inst_ttl .inst_img {
    order: 2;
}
.top .section02 .inst_ttl .inst_img .img {
    text-align: center;
}
.top .section02 .inst_list ul {
    gap: 15px;
    margin-bottom: 20px;
}
.top .section02 .inst_list ul > li {
    width: 47%;
}
.top .section02 .inst_ttl .inst_btn .btn {
    margin: 20px auto;
}
.top .section03 .inner {
    width: auto;
}
.top .section03 .news {
    border-width: 3px;
    border-radius: 20px;
    padding: 20px;
}
.top .section03 .news h2 {
    font-size: 24px;
    margin-bottom: 1em;
}
.top .section03 .news h2::before {
    background-size: contain;
    width: 37px;
    height: 30px;
    margin-right: 15px;
    top: 5px;
}
.top .section03 .news .article-list {
    padding-right: 20px;
}
.top .section03 .news .article-list .article {
    padding: 25px 0;
}
.top .section03 .news .article-list .article {
    flex-direction: column;
    align-items: flex-start;
}
.top .section03 .news .article-list .article .article-head .cat_day {
    font-size: 13px;
}
.top .section03 .more {
    max-width: 280px;
    width: auto;
    border-radius: 99px;
    margin: 30px auto 0;
}
.top .section03 .more a {
    width: auto;
}

/*-----------------------------------------------------
■ main
-------------------------------------------------------*/
main {
    padding: 0 4%;
}
.low #low_content {
    border-radius: 20px;
    border-width: 3px;
    width: auto;
    padding: 20px 4%;
}
.low #low_mainimg {
    margin: 20px 0 15px;
    position: relative;
}
.low #low_mainimg .main_img img {
    width: 100%;
    height: 95px;
    border-radius: 20px;
    object-fit: cover;
}
.low #low_mainimg h2 {
    transform: none;
    font-size: 21px;
    text-align: center;
    margin: auto;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.low #low_mainimg h2 span {
    font-size: 12px;
}
.low .breadcrumb {
    width: auto;
}
.low .breadcrumb ol {
    font-size: 13px;
    margin-right: 0;
    flex-wrap: wrap;
}
.low h3 {
    font-size: 21px;
    margin-bottom: 1em;
}
.low h3::before {
    background-size: contain;
    width: 24px;
    height: 33px;
    margin-right: 15px;
    top: 10px;
}
.low .section01 .inner {
    width: auto;
}
.low .section01 .srv_con .srv_text_area {
    flex-direction: column;
    gap: 20px;
}
.low .section01 .srv_con .srv_text_area .srv_txt {
    width: auto;
}
.low .section01 .srv_con .srv_text_area .srv_img {
    width: 100%;
    text-align: center;
}
.low .section01 .sec_child01 {
    margin: 20px 0 40px;
}
.low .section01 .sec_child .use_list {
    width: 100%;
}
.low .section01 .sec_child .use_list table {
    width: 100%;
}
.low .section01 .sec_child .use_list tr th {
    width: 110px;
    padding: 10px;
}
.low .section01 .sec_child .use_list tr td {
    width: auto;
    padding: 10px;
}
.low .sec_btn {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.low .section01 .sec_child .use_flow {
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
}
.low .section01 .sec_child .use_flow dl {
    order: 2;
}
.low .section01 .sec_child .use_flow dt {
    font-size: 16px;
    margin-bottom: 1em;
}
.low .section01 .sec_child .use_flow dd {
    width: auto;
}
.low .section01 .sec_child .use_flow .img {
    text-align: center;
    margin: 0 auto;
}
.low .section01 .sec_child .use_suppl {
    flex-direction: column;
}
.low .section01 .sec_child02, .low .section01 .sec_child03, .low .section01 .sec_child04 {
    margin-top: 50px;
}
.low .section01 .sec_child .use_flow .step {
    font-size: 13px;
}
.low .sec_btn {
    gap: 20px;
}
.low .sec_btn .flow_btn {
    max-width: 280px;
    width: 100%;
    margin: 0;
    border-radius: 99px;
}
.low .sec_btn .flow_btn a {
    width: 100%;
}
.low .sec_btn .contact_btn {
    max-width: 280px;
    width: 100%;
    margin: 0;
    border-radius: 99px;
}
.low .sec_btn .contact_btn a {
    width: 100%;
}
.low .section01 .sec_child .use_flow .flow_line {
    max-width: 280px;
    width: auto;
    margin: 0 auto;
    border-radius: 99px;
}
.low .section01 .sec_child .use_flow .flow_line a {
    width: auto;
}
.low .section01 .sec_child .use_suppl .use_suppl_img {
    margin-right: 0;
    text-align: center;
}
.monthly h4, .temporary h4, .sick h4, .support h4, .flow h4 {
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 20px;
    text-box-trim: trim-both;
}
.monthly h4::before, .temporary h4::before, .sick h4::before, .support h4::before, .flow h4::before {
    width: 21px;
    height: 23px;
    margin-right: 15px;
    top: 8px;
}
.low .section01 .flow_con .flow_txt, .low .section02 .flow_con .flow_txt {
    margin-bottom: 20px;
}
.low .section01 .flow_con .flow_tl_ttl {
    flex-wrap: nowrap;
    gap: 70px;
    margin-bottom: 15px;
}
.low .section01 .flow_con .flow_tl_ttl .flow_tl_ttl_hoiku {
    width: 38.5%;
    height: auto;
    font-size: 13px;
    padding: 10px;
    border-radius: 20px;
    flex: 1;
    background-size: cover;
}
.low .section01 .flow_con .flow_tl_ttl .flow_tl_ttl_day {
    width: 38.5%;
    height: auto;
    font-size: 13px;
    padding: 10px;
    border-radius: 20px;
    flex: 1;
    background-size: cover;
}
.low .section01 .flow_con .flow_tl_con {
    gap: 20px 0;
}

/*-----------------------------------------------------
■ flow
-------------------------------------------------------*/
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_hoiku {
    width: 48%;
}
.flow .section01 .flow_con .flow_tl_list {
    width: 100%;
    order: -1;
}
.flow .section01 .flow_con .schedule-table {
    border-spacing: 0 30px;
}
.flow .section01 .flow_con .schedule-table .item {
    width: 50px;
    border-radius: 10px;
}
.flow .section01 .flow_con .schedule-table .left, .flow .section01 .flow_con .schedule-table .right {
    width: 38.5%;
    font-size: 13px;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_day {
    width: 48%;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_day dl {
    margin-bottom: 15px;
    width: 100%;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_day dt {
    text-align: center;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_day dd {
    width: auto;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_hoiku dl {
    margin-bottom: 15px;
    width: 100%;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_hoiku dt {
    text-align: center;
}
.flow .section01 .flow_con .flow_tl_con .flow_tl_img_hoiku dd {
    width: auto;
}
.flow .section01 .flow_con .sec_child .hian_hoiku h5 {
    font-size: 15px;
}
.flow .section01 .flow_con .sec_child .hian_day h5 {
    font-size: 15px;
}
.flow .section01 .flow_con .sec_child .hian_day ul {
    margin-bottom: 60px;
}
.flow .section02 .flow_con .event {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 20px 0;
}
.flow .section02 .flow_con .event .ev_txt {
    margin: 0 auto 30px;
    height: 43px;
    text-align: center;
}
.flow .section02 .flow_con .event .ev_txt img {
    height: 43px;
    margin: 0 auto 20px;
}
.flow .section02 .flow_con .event .ev_list01 {
    width: auto;
    font-size: 1em;
}
.flow .section02 .flow_con .event .ev_icn img {
    height: 70px;
}
.flow .section02 .flow_con .ev_img {
    gap: 15px 0;
}
.flow .section02 .flow_con .ev_img dl {
    margin-bottom: 0;
    width: 45%;
}
.flow .section02 .flow_con .ev_img dt {
    text-align: center;
}
.flow .section02 .flow_con .ev_img dd {
    width: auto;
    margin-bottom: 0;
}

/*-----------------------------------------------------
■ facility
-------------------------------------------------------*/
.facility .section01 .policy_con {
    border-radius: 20px;
    padding: 20px;
}
.facility .section01 .policy_con .policy_ttl {
    gap: 20px;
}
.facility .section01 .policy_img {
    order: -1;
    margin: 0 auto;
}
.facility .section01 .policy_con .policy_ttl .policy_ttl_txt {
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.facility .section01 .policy_con .policy_ttl .policy_ttl_txt span {
    font-size: 15px;
}
.facility .section02, .facility .section03, .facility .section04 {
    margin-top: 60px;
}
.facility .section02 .greet_con {
    flex-direction: column;
}
.facility .section02 .greet_con .greet_img {
    width: 100%;
    text-align: center;
}
.facility .section02 .greet_con .greet_txt {
    width: auto;
    line-height: 2;
}
.facility .section03 .overview_list {
    width: 100%;
    margin-bottom: 20px;
}
.facility .section03 .overview_list table {
    width: 100%;
}
.facility .section04 .about_img dd {
    width: auto;
    margin-bottom: 20px;
}
.facility .section05 {
    margin-top: 60px;
}
.facility .section05 .access_map iframe {
    border-radius: 20px;
    margin-bottom: 15px;
    width: 100%;
    height: 225px;
}
.facility .section05 .access_con {
    gap: 30px;
}
.facility .section03 .overview_list tr th {
    width: 90px;
    padding: 10px;
}
.facility .section03 .overview_list tr td {
    width: auto;
    padding: 10px;
}
.facility .section03 .overview_company {
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
}
.facility .section03 .overview_company .ov_company_txt {
    width: auto;
}
.facility .section03 .overview_company .ov_company_txt h4 {
    font-size: 15px;
    margin-bottom: 1em;
}
.facility .section03 .overview_company .ov_company_img {
    width: 100%;
    text-align: center;
}
.facility .section04 .about_img dl {
    width: 45%;
}
.facility .section05 .access_con .access_img {
    width: 100%;
    text-align: center;
}

/*-----------------------------------------------------
■ news
-------------------------------------------------------*/
.news .contents-wrap {
    font-size: 1em;
}
.news .contents-wrap .sidebar {
    display: none;
}
.news .contents-wrap .section-area {
    padding-left: 0;
    text-align: left;
    width: calc(100% - 250px);
}
.news .contents-wrap h3 {
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 20px;
    text-box-trim: trim-both;
}
.news .contents-wrap h3::before {
    width: 21px;
    height: 23px;
    margin-right: 15px;
    top: 8px;
}
.news .contents-wrap .section-area .articles li {
    padding: 15px 0;
    border-bottom: 1px dashed #c6af86;
}
.news .contents-wrap .section-area .articles li .date {
    font-size: 13px;
}
.news .contents-wrap .section-area .articles li .date_cate .cat_day {
    font-size: 13px;
}
.news .contents-wrap .section-area .articles li .ttl a {
    font-size: 13px;
}
.pagination a {
    min-width: 35px;
    min-height: 35px;
}
.news .article .content {
    padding: 15px 4%;
}

/*-----------------------------------------------------
■ contact
-------------------------------------------------------*/
.contact .section01 .contact_tool {
    flex-direction: column;
    gap: 30px;
}
.contact .section01 .contact_tool .tool_tel {
    flex-direction: column;
    width: auto;
    padding: 20px;
}
.contact .section01 .contact_tool .tool_tel .tool_tel_txt h4 {
    font-size: 15px;
}
.contact .section01 .contact_tool .tool_tel_img {
    order: -1;
    margin: 0 auto;
}
.contact .section01 .contact_tool .tool_tel .tool_tel_txt .tel {
    font-size: 16px;
}
.contact .section01 .contact_tool .tool_tel .tool_tel_txt .tel a {
    font-size: 27px;
}
.contact .section01 .contact_tool .tool_line {
    flex-direction: column;
    width: auto;
    padding: 20px;
}
.contact .section01 .contact_tool .tool_line_txt {
    width: 100%;
}
.contact .section01 .contact_tool .tool_line .tool_line_txt .line {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    background-color: #06c755;
    border-radius: 99px;
}
.contact .section01 .contact_tool .tool_line .tool_line_txt .line a {
    width: auto;
}
.contact .section01 .contact_tool .tool_line .tool_line_txt h4 {
    font-size: 15px;
}
.contact .section02 {
    margin-top: 60px;
}
.contact .section02 .form-area .table {
    width: 100%;
}
.contact .section02 .form-area .table tr th {
    display: block;
    width: auto;
    padding: 20px;
}
.contact .section02 .form-area .table tr td {
    display: block;
}
input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
}
.contact .section02 .form-area .table tr td textarea {
    width: 100%;
}
.contact .section02 .form-area .privacy .mttl {
    font-size: 1em;
    padding: 20px;
}
.contact .section02 .form-area .agreement {
    padding: 20px 0;
}
.contact .section02 .form-area .submit-btn button {
    max-width: 280px;
    width: 100%;
    border-radius: 99px;
}


}