/*
Theme Name: 社会福祉法人　光陽会
Theme URI: http://www.miyazaki-oozora.jp/
Author: ekokai
Author URI: http://www.fukushi-net.com/
Description: 社会福祉法人　光陽会のテーマファイルです。
Version: 1.0
License: ekokai
License URI: ekokai
Text Domain: 社会福祉法人　光陽会

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
/****************************** 全体共通 ******************************/
html {
    font-size: 16px;
}
html * {
    box-sizing: border-box;
}
body{
    font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}
h1 {
    text-indent: -9999px;
}
@media screen and (max-width: 767px) {
    table,
    tbody,
    table tr,
    table th,
    table td {
        display: block;
        width: 100%;
    }
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.container {
    max-width: 1280px;
}
main {
    /*width: 980px;*/
    margin: 0 auto;
}
@media screen and (max-width: 320px) {
    main {
        margin: 25% auto 0;
    }
}
 /*.top_main {
    margin: 40% auto 0;
}*/
section {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media screen and (max-width: 414px) {
    section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.space {
    width: 255px;
    height: 255px;
    border-top: 1px solid #ffc929;
    border-right:  1px solid #8cd35b;
}
@media screen and (max-width: 1024px) {
    .space {
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width: 768px) {
    .space {
        width: 150px;
        height: 150px;
    }
}
@media screen and (max-width: 767px) {
    .space {
        display: none;
    }
}
.squera_yellow {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #ffc929;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .squera_yellow {
        margin-left: -50px;
    }
}
@media screen and (max-width: 414px) {
    .squera_yellow {
        font-size: 1rem;
    }
}
@media screen and (max-width: 375px) {
    .squera_yellow {
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 320px) {
    .squera_yellow {
        font-size: 0.6rem;
    }
}
.short_stay {
    margin-top: 20px !important;
}
@media screen and (max-width: 414px) {
    .short_stay .squera_yellow {
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 375px) {
    .short_stay .squera_yellow {
        font-size: 0.7rem !important;
    }
}
@media screen and (max-width: 320px) {
    .short_stay .squera_yellow {
        font-size: 0.6rem !important;
    }
}
.koyokai_green {
    color: #8cd35b;
}
@media screen and (max-width: 767px) {
    .sp_border {
        margin-top: 30px !important;
        padding: 10px;
        border-top: 1px solid #ffc929;
        border-right:  1px solid #8cd35b;
    }
}
.capacity {
    margin-top: 20px;
}
/***** ヘッダー *****/
header {
    height: 150px;
    position: fixed;
    z-index: 3;
    width: 100%;
    margin-top: -69px;
}
.navi {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navi li {
  list-style: none;
}
.navi li a {
    display: block;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 2.8;
    text-decoration: none;
}
.navi li:hover a {
    color: #000;
    background: #fbf8b5;
}
.navi li ul {
    display: none;
    /*margin-left: -40px;*/
    position: absolute;
}
.navi li:hover,
.navi li li:hover a {
    background: rgba(251,248,181,1);
}
.navi li ul li a {
  border-top: 1px solid #eee;
  width: 100%;
}
/*.menu_tsusho ul {
    width: 8.9%;
}*/
.logo {
    height: 100% !important;
}
.logo span {
    font-weight: bold;
    font-size: 1.2rem;
}
.restaurant {
    width: 5.9%;
}
.mail_link_top {
    position: relative;
    z-index: 9001;
    margin-bottom: -40px;
}
.mail_link_top a {
    position: relative;
    z-index: 9001;
}
@media screen and (max-width: 767px) {
    .mail_link_top {
        display: none;
    }
}
.mail_link {
    margin-top: 2px;
}
.img_shadow {
    margin-top: -241px;
    width: 101%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
@media screen and (max-width: 1024px) {
    .img_shadow {
        margin-top: -197px;
        width: 103%;
        flex-flow: row wrap;
    }
}
@media screen and (max-width: 768px) {
    .img_shadow {
        margin-top: -147px;
    }
}
@media screen and (max-width: 414px) {
    .img_shadow {
        margin-top: -115px;
    }
}
@media screen and (max-width: 375px) {
    .img_shadow {
        margin-top: -105px;
    }
}

@media screen and (max-width: 320px) {
    .img_shadow {
        margin-top: -90px;
    }
}
.img_shadow li {
    position: relative;
    z-index: -1;
    margin-left: 10px;
    width: 242px;
    height: 242px;
    border: 1px solid #8cd35b;
    flex: 0 0 30%;
}
@media screen and (max-width: 1024px) {
    .img_shadow li {
        width: 202.5px;
        height: 202.5px;
    }
}
@media screen and (max-width: 768px) {
    .img_shadow li {
        width: 153px;
        height: 153px;
    }
}
@media screen and (max-width: 414px) {
    .img_shadow li {
        width: 110px;
        height: 110px;
        flex: 0 0 30%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 375px) {
    .img_shadow li {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 320px) {
    .img_shadow li {
        width: 85px;
        height: 85px;
    }
}
/* グローバルメニュー */
.hidden {
    display: none;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 9001;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
nav.globalMenuSp ul {
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 12px 0;
}
@media screen and (max-height: 736px) {
    nav.globalMenuSp ul li a {
        padding: 11.5px 0;
    }
}
@media screen and (max-height: 667px) {
    nav.globalMenuSp ul li a {
        padding: 8.5px 0;
    }
}
@media screen and (max-height: 568px) {
    nav.globalMenuSp ul li a {
        padding: 3.7px 0;
    }
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;
    left: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9002;
    background: #fff;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #ffc929;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #ffc929;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.logo {
    padding-top: 0 !important;
}
.koyokai_logo {
    margin-top: 0;
}



.learn_more {
    margin-top: 32%;
}




/***** トップページ *****/
.key_visual {
    margin-top: 0;
    position: absolute;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .learn_more {
        margin-top: 40%;
    }
    }




@media screen and (max-width: 1024px) {
    .key_visual {
        height: 60vh;
    }
}
@media screen and (max-width: 414px) {
    .key_visual {
        height: 50vh;
    }
    .learn_more {
        margin-top: 31%;
    }

}
@media screen and (max-width: 414px) {
    .key_visual {
        margin-bottom: 0;
    }
}
.key_visual img {
    width: 100%;
    height: 100vh !important;
}
@media screen and (max-width: 1024px) {
    .key_visual {
        height: 60vh;
    }
}
@media screen and (max-width: 414px) {
    .key_visual {
        height: 50vh;
        margin-bottom: 0;
    }
    .key_visual img {
        height: 50vh !important;
    }
}
@media screen and (max-width: 375px) {
    .key_visual {
        height: 50vh;
        margin-bottom: 0;
    }
    .key_visual img {
        height: 50vh !important;
    }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
    .key_visual {
        height: 60vh;
        margin-bottom: 0;
    }
    .key_visual img {
        height: 60vh !important;
    }
}
@media screen and (max-width: 320px) {
    .key_visual {
        height: 49.5vh;
    }
    .key_visual img {
        height: 49.4vh !important;
    }
}
.img_fillter {
    width: 3200px;
    height: 105vh;
    margin-top: -105vh;
    position: absolute;
    overflow: hidden;
    /*background-color: rgba(0,0,0,0.5);*/
}

.shadow{
	text-shadow: 2px 2px 1px #000,2px 2px 1px #000,2px 2px 10px #000,3px 3px 10px #000,3px 3px 3px #000;

}
@media screen and (max-width: 1024px) {
    .img_fillter {
        height: 62.1vh;
    }
}
@media screen and (max-width: 414px) {
    .img_fillter {
        margin-top: -50vh;
        height: 50.5vh;
    }
}
@media screen and (max-width: 375px) {
    .img_fillter {
        margin-top: -50.5vh;
    }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
    .img_fillter {
        margin-top: -60vh;
        height: 60vh;
    }
}
@media screen and (max-width: 320px) {
    .img_fillter {
        margin-top: -58.5vh;
    }
}
.main_img {
    position: relative;
    z-index: 2;
    margin-top: 30%;
}
@media screen and (max-width: 414px) {
    .main_img {
        margin-top: 19%;
    }
}
@media screen and (max-width: 320px) {
    .main_img {
        margin-top: 15%;
    }
}
.main_img ul {
    margin-top: 77px;
    display: flex;
    justify-content: space-around;
}
.main_img h2,
.main_img p,
.main_img li a {
    color: #fff;
    border-radius: 10px;
    font-size: 1.1rem;
    font-family: 'Noto Serif SC', serif;
    line-height: 2rem;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
    .main_img ul {
        flex-direction: column;
        display: none;
    }
    .main_img p {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 375px) {
    .main_img p {
        font-size: 0.8rem;
    }
}
.main_img h2 span {
    font-size: 2rem;
}
/*.greeting {
     margin-top: 35%;
}*/
@media screen and (max-width: 767px) {
    .greeting {
        margin-top: 25%;
    }
}
.greeting p {
    font-size: 1.1rem;
}
.notice {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .notice {
        margin-top: 30px;
    }
}
.notice_lists {
    width: 60%;
    margin: 0 auto;
    color: #333;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
.about_us_content {
    margin-top: 63px;
}
.about_us_content table tr {
    border-bottom: 1px solid #ffc929 !important;
}
.about_us_content table tr:last-child {
    border-bottom: none !important;
}
.about_us_content table th {
    border-right: 1px solid #ffc929 !important;
    border-bottom: 1px solid #ffc929 !important;
}
.about_us_content table th:first-child {
    border-top: none !important;
}
.about_us_content table th:last-child {
    border-bottom: none !important;
}
.about_us_content table td {
    border-bottom: 1px solid #ffc929 !important;
}
.about_us_content table tr:first-child td {
    border-top: none !important;
}
.about_us_content table tr:last-child th,
.about_us_content table tr:last-child td {
    border-bottom: none !important;
}
@media screen and (max-width: 767px) {
    .about_us_content {
        margin-top: 30px;
    }
    .about_us_content table tr,
    .about_us_content table td {
        border: none !important;
    }
    .about_us_content table tr:last-child th {
        border-bottom: 1px solid #ffc929 !important;
    }
}
.contact_content {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .contact_content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .contact_title_area h2 {
        font-size: 1.55rem;
    }
}
.submit_btn {
    border-radius: 0;
    border-color: #ffc929;
    background-color: #ffc929;
    color: #fff;
}
/* お問い合わせ：CF7が送信ボタン直後に入れるスピナーを別行に落とし、
   text-center でボタンを確実に中央寄せする */
.contact_content .form-group.button {
    text-align: center;
}
.contact_content .form-group.button .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
/* SP：NEWSの日付とタイトルを縦積みにして窮屈さを解消 */
@media screen and (max-width: 767px) {
    .notice_lists {
        width: 90%;
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }
}
/*****清水台通所センター*****/
.kiyomizu {
    margin-top: 170px;
    margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
    .kiyomizu {
        margin-top: 0px;
    }
}
.kiyomizu h2 {
    font-size: 1.3rem;
}
.kiyomizu_content {
    margin-top: 74px;
}
@media screen and (max-width: 768px) {
    .kiyomizu_content {
        margin-top: 0px;
    }
}
.kiyomizu_content_details {
    margin-top: 70px;
}
.links {
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 767px) {
    .links {
        display: block;
    }
}
.links_text {
    width: 275px;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .links_text {
        width: 224px;
        height: 224px;
    }
}
@media screen and (max-width: 768px) {
    .links_text {
        width: 170px;
        height: 170px;
    }
}
@media screen and (max-width: 767px) {
    .links_text {
        width: 295px;
        height: 295px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 320px) {
    .links_text {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
}

.links_text a:hover {
    color: #fff;
    text-decoration: underline;
}
.links_text p {
    color: #fff;
    font-size: 1rem;
}
.white_inline {
    width: 246px;
    height: 246px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
    .white_inline {
        width: 175px;
        height: 175px;
    }
}
@media screen and (max-width: 768px) {
    .white_inline {
        width: 140px;
        height: 140px;
    }
}
@media screen and (max-width: 767px) {
    .white_inline {
        width: 230px;
        height: 230px;
    }
}
@media screen and (max-width: 320px) {
    .white_inline {
        width: 200px;
        height: 200px;
    }
}
.work_b_link {
    background-image: url(images/kiyomizudai/img01.jpg);
}
.work_b_wrap {
    background-color: rgba(255,72,72,0.5);
}
.job_link {
    background-image: url(images/kiyomizudai/img02.jpg);
}
.job_wrap {
    background-color: rgba(255,231,72,0.5);
}
.independence_link {
    background-image: url(images/kiyomizudai/img03.jpg);
}
.independence_wrap {
    background-color: rgba(72,255,111,0.5);
}
.work_b_wrap,
.job_wrap,
.independence_wrap {
    margin-top: -275px;
}
@media screen and (max-width: 1024px) {
    .work_b_wrap,
    .job_wrap,
    .independence_wrap {
        margin-top: -224px;
    }
}
@media screen and (max-width: 768px) {
    .work_b_wrap,
    .job_wrap,
    .independence_wrap {
        margin-top: -170px;
    }
}
@media screen and (max-width: 767px) {
    .work_b_wrap,
    .job_wrap,
    .independence_wrap {
        margin-top: -295px;
    }
}
@media screen and (max-width: 320px) {
    .work_b_wrap,
    .job_wrap,
    .independence_wrap {
        margin-top: -250px;
    }
}
/*****清水台スマイル館*****/
.smile_kan h2 {
    font-size: 1.3rem;
}
.smile_kan h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.smile_title_area h2 span {
    line-height: 2;
}
.smile_title_area .space,
.support_title_area .space,
.armony_title_area .space {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ヒーローと連絡先テーブルは一続きの塊なので、間のセクション余白を詰める */
.smile {
    margin-bottom: 0;
}
.smile_contact {
    margin-top: 0;
}
.smile_contact_table {
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}
.smile_contact_table tr {
    border: none !important;
}
.smile_contact_table tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.smile_contact_table tr:nth-child(even) {
    background-color: #ffffff;
}
.smile_contact_table th {
    border: none !important;
    white-space: nowrap;
    width: 120px;
    padding: 10px 15px;
    text-align: left;
    font-weight: bold;
}
.smile_contact_table td {
    border: none !important;
    padding: 10px 15px;
}
@media screen and (max-width: 767px) {
    .smile_contact_table {
        margin: 10px auto 20px;
        display: table !important;
        width: 100% !important;
    }
    .smile_contact_table tbody {
        display: table-row-group !important;
        width: 100% !important;
    }
    .smile_contact_table tr {
        display: table-row !important;
        width: auto !important;
    }
    .smile_contact_table th,
    .smile_contact_table td {
        display: table-cell !important;
        width: auto !important;
    }
}
.smile_content {
    margin-top: 60px;
}
@media screen and (max-width: 414px) {
    .smile_content {
        margin-top: 40px;
    }
}
/* ヒーローの装飾枠は写真ブロックに合わせて低くし、写真下の余白を詰める */
.smile .space {
    height: 170px;
}
@media screen and (max-width: 1024px) {
    .smile .space {
        height: 140px;
    }
}
@media screen and (max-width: 768px) {
    .smile .space {
        height: 110px;
    }
}
.care_content {
    margin-top: 64px;
}
@media screen and (max-width: 414px) {
    .care_content {
        margin-top: 30px;
    }
    .care_content .sp_border p:nth-child(2) {
        margin-top: 12px;
    }
}
.support_content {
    margin-top: 64px;
}
@media screen and (max-width: 1024px) {
    .support_content .squera_yellow {
        margin-left: -50px;
    }
}
@media screen and (max-width: 768px) {
    .support_content .squera_yellow {
        margin-left: -69px;
    }
}
@media screen and (max-width: 414px) {
    .support_content .squera_yellow {
        padding: 10px;
        font-size: 1rem;
        margin-left: -74px;
    }
}
@media screen and (max-width: 375px) {
    .support_content .squera_yellow {
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 320px) {
    .support_content .squera_yellow {
        margin-left: -64px;
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 414px) {
    .support_content div p:nth-child(2) {
        margin-top: 12px;
    }
}
.activity {
    margin-top: 50px;
}

.activity th,
.activity td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border: none !important;
	}



.traning {
    margin-top: 50px;
}
.traning_img {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .traning_img {
        flex-flow: row wrap;
    }
}
.traning_img li {
    flex: 0 0 30%;
}
@media screen and (max-width: 414px) {
    .traning_img li {
        flex: 0 0 45%;
        margin-bottom: 10px;
    }
}
/* 本館・別館 写真（2枚） */
.smile_hero_imgs {
    display: flex;
    gap: 24px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 100%;
}
.smile_hero_imgs li {
    flex: 1 1 50%;
    text-align: center;
    margin: 0;
}
.smile_hero_imgs figure {
    margin: 0;
}
.smile_hero_imgs img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.smile_hero_imgs figcaption {
    margin-top: 8px;
    font-size: 0.9rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .smile_hero_imgs {
        flex-flow: row wrap;
        gap: 12px;
    }
}
/* 活動内容 写真（4枚・1枚目は縦型） */
.smile_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 20px 0 30px;
    padding: 0;
    list-style: none;
}
.smile_gallery li {
    margin: 0;
}
.smile_gallery img {
    width: auto;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
    .smile_gallery img {
        height: 120px;
    }
}
/* 活動内容 箇条書き */
.smile_activity_list {
    margin: 0 0 20px;
    padding-left: 1.2em;
    line-height: 2;
}
.smile_note {
    margin: -10px 0 20px;
    font-size: 0.85rem;
    color: #777;
}
/* スマイル館が大切にしていること（1列・見出し＋本文） */
.smile_value {
    margin: 0;
}
.smile_value dt {
    margin-top: 20px;
    padding-left: 12px;
    border-left: 4px solid #95d66a;
    font-weight: bold;
    line-height: 1.6;
}
.smile_value dd {
    margin: 8px 0 0;
    padding-left: 16px;
    line-height: 1.8;
}
.smile_closing {
    margin-top: 40px;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .smile_closing {
        font-size: 1.05rem;
    }
}
/*****放課後デイサービスメロディ*****/
.melody_collar{
	color:#95d66a;
	}
.melody_schedule_wrap {
    position: relative;
    background-image: url('images/melody/melody_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 8px;
}
.melody_schedule_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
}
.melody_schedule_item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.melody_schedule_item:last-child {
    margin-bottom: 0;
}
.melody_schedule_heading {
    color: #fff;
    font-weight: bold;
    padding: 12px 15px;
    margin: 0;
    font-size: 1rem;
    text-align: center;
}
.melody_schedule_item:first-child .melody_schedule_heading {
    background: #8cd35b;
}
.melody_schedule_item:last-child .melody_schedule_heading {
    background: #f5a623;
}
.melody_schedule_item .table {
    border: none;
    margin-bottom: 0;
}
.melody_schedule_item .table tr {
    border: none;
}
.melody_schedule_item .table th,
.melody_schedule_item .table td {
    border: none !important;
    padding: 12px 15px;
    vertical-align: middle;
}
.melody_schedule_item .table th {
    background: #8cd35b;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 120px;
    border-bottom: 3px solid #fff !important;
    border-radius: 0;
}
.melody_schedule_item .table td {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 3px solid rgba(255, 255, 255, 0.3) !important;
}
.melody_schedule_item:last-child .table th {
    background: #f5a623;
}
.melody_schedule_item .table tr:last-child th,
.melody_schedule_item .table tr:last-child td {
    border-bottom: none !important;
}
@media screen and (max-width: 767px) {
    .melody_schedule_wrap {
        padding: 10px;
        background-size: cover;
    }
    .melody_schedule_wrap::before {
        z-index: 0;
    }
    .melody_schedule_item {
        overflow: visible;
        margin-bottom: 20px;
    }
    .melody_schedule_item .table,
    .melody_schedule_item .table tbody,
    .melody_schedule_item .table tr,
    .melody_schedule_item .table th,
    .melody_schedule_item .table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .melody_schedule_item .table th {
        padding: 8px 12px;
        font-size: 0.85rem;
        white-space: normal;
        border-bottom: none !important;
    }
    .melody_schedule_item .table td {
        padding: 10px 12px;
        font-size: 0.85rem;
        margin-bottom: 6px;
    }
}
.melody_yohaku{
	}

.txt_middle{
	vertical-align :middle!important;
}
table th.border_bottom,table td.border_bottom{
	border-bottom: 2px solid #ffd454!important;
	border-collapse: separate;
}
.b_line{
	border-width:1px;
  border-style:dotted;
  border-color: #000;

}
.margin_b{
	margin-bottom:3rem;
}

.col-sm-12{
	padding-right:0;
	padding-left:0;
}
.col-xs-12{
	padding-right:0;
	padding-left:0;
}
@media screen and (min-width: 766px) {
    .activity th {
        width:15%;
    }
}

.melody_evaluat,.info_link a {
	color:#2c5496!important;
}

.info_link article p {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #333;
}



.info_link article p {

}

/*****グループホーム*****/
@media screen and (max-width: 320px) {
    .group_home {
        margin-top: 150px;
        margin-bottom: 50px;
    }
}
.group_home_title_area h2 {
    font-size: 1.2rem;
}
.work {
    color: #8cd35b;
    padding: 10px 0;
    font-size: 1rem;
    border: 1px solid #ffc929;
    border-right: none;
}
.work_space {
    margin-top: -1px;
    border-top: none;
    border-right: 1px solid #ffc929;
    min-height: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
}
.group_home_title_area .space {
    height: 100px;
}
.group_home_content {
    margin-top: 70px;
}
@media screen and (max-width: 320px) {
    .group_home_content {
        margin-top: 35px;
    }
}
.kanoda_1_content {
    margin-top: 18px;
}
.kanoda_1_shadow div:last-child {
    border: none;
}
.kanoda_2_content {
    margin-top: 18px;
}
.nonohana_content {
    margin-top: 18px;
}
.kiyomaaru_content {
    margin-top: 18px;
}
.kiyomaaru_content .img_shadow div:last-child {
    border: none;
}
.kanoda_1_img,
.kanoda_2_img,
.nonohana_img {
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 1024px) {
    .kanoda_1_img,
    .kanoda_2_img,
    .nonohana_img {
        flex-flow: row wrap;
    }
}
.sp_label_row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.sp_label_row p {
    margin: 0;
}
.sp_label_row .squera_yellow,
.sp_label .squera_yellow {
    margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
    .kanoda_1_content > p,
    .kanoda_2_content > p,
    .nonohana_content > p {
        margin-bottom: 20px;
    }
}
.kanoda_1_img {
    margin-top: 5px;
}

.kanoda_1_img li,
.kanoda_2_img li,
.nonohana_img li {
    flex: 0 0 calc(50% - 5px);
}
@media screen and (max-width: 414px) {
    .kanoda_1_img li,
    .kanoda_2_img li,
    .nonohana_img li {
        flex: 0 0 calc(50% - 5px);
        margin-bottom: 10px;
    }
}
/*****ワークB班*****/
.work_b {
    margin-top: 170px;
    margin-bottom: 170px;
}
@media screen and (max-width: 1024px) {
    .work_b {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 414px) {
    .work_b {
        margin-top: 0;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 320px) {
    .work_b {
        margin-bottom: 0px;
    }
}
.work_b_title_area h2 {
    font-size: 1.2rem;
}
.work {
    color: #8cd35b;
    padding: 10px 0;
    font-size: 1rem;
    border: 1px solid #ffc929;
    border-right: none;
}
@media screen and (max-width: 767px) {
    .work {
        border-right: 1px solid #ffc929;
    }
}
.work_space {
    margin-top: -1px;
    border-top: none;
    border-right: 1px solid #ffc929;
    min-height: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
}
.work_b_title_area .space {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_b_content {
    margin-top: 70px;
}
@media screen and (max-width: 414px) {
    .work_b_title_area,
    .work_b_content {
        width: 100%;
    }
    .work_b_content .col-xs-7{
        margin-top: -15px;
    }
}
@media screen and (max-width: 414px) {
    .work_b_content_text {
        margin-top: 40px;
    }
}
.handicraft_content {
    margin-top: 18px;
}
.agriculture_content {
    margin-top: 18px;
}
.out_facility_content {
    margin-top: 18px;
}
.kiyomaaru_content {
    margin-top: 18px;
}
.kiyomaaru_content .img_shadow li:last-child {
    border: none;
}
@media screen and (max-width: 414px) {
    .kiyomaaru_content .img_shadow li:last-child {
        border: 1px solid #8cd35b;
    }
}

.handicraft_img,
.agriculture_img,
.out_facility_img,
.kiyomaaru_img {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .handicraft_img,
    .agriculture_img,
    .out_facility_img,
    .kiyomaaru_img {
        flex-flow: row wrap;
    }
}
.handicraft_img li,
.agriculture_img li,
.out_facility_img li,
.kiyomaaru_img li {
    flex: 0 0 30%;
}
@media screen and (max-width: 414px) {
    .handicraft_img li,
    .agriculture_img li,
    .out_facility_img li,
    .kiyomaaru_img li {
        flex: 0 0 45%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 414px) {
    .kiyomaaru_link {
        margin-top: 15px;
    }
    .kiyomaaru_link img {
        width: 50%;
    }
}
@media screen and (max-width: 414px) {
    .kiyomaaru_content .img_shadow {
        margin-top: -180px;
    }
}
@media screen and (max-width: 375px) {
    .kiyomaaru_content .img_shadow {
        margin-top: -167px;
    }
}
@media screen and (max-width: 320px) {
    .kiyomaaru_content .img_shadow {
        margin-top: -142px;
    }
}
/*****チャレンジ班*****/
@media screen and (max-width: 1024px) {
    .charenge_title_area h2 {
        font-size: 20px;
    }
}
.charenge_content {
    margin-top: 94px;
}
@media screen and (max-width: 414px) {
    .charenge_content .squera_yellow {
        margin-left: 0px;
    }
}
.inside_work_content,
.restaurant_content {
    margin-top: 100px;
}
.inside_work_content {
    padding: 0;
}
.inside_work_img,
.restaurant_img {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .inside_work_img,
    .restaurant_img {
        flex-flow: row wrap;
    }
}
.inside_work_img li,
.restaurant_img li {
    flex: 0 0 30%;
}
@media screen and (max-width: 414px) {
    .inside_work_img li,
    .restaurant_img li {
        flex: 0 0 45%;
        margin-bottom: 10px;
    }
}
/*.inside_work_img img {
    margin-left: 10px;
}*/
.restaurant_content .img_shadow li:last-child {
    border: none;
}
@media screen and (max-width: 414px) {
    .restaurant_content .img_shadow {
        margin-top: -339px;
    }
    .restaurant_content .img_shadow li {
        width: 159.3px;
        height: 159.3px;
        flex: 0 0 45%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 375px) {
    .restaurant_content .img_shadow {
        margin-top: -305px;
    }
    .restaurant_content .img_shadow li {
        width: 140px;
        height: 140px;
        flex: 0 0 43%;
   }
}
@media screen and (max-width: 320px) {
    .restaurant_content .img_shadow {
        margin-top: -255px;
    }
    .restaurant_content .img_shadow li {
        width: 115px;
        height: 115px;
        flex: 0 0 43%;
    }
}
@media screen and (max-width: 1024px) {
    .step {
        height: 64.5vh;
    }
}
@media screen and (max-width: 1023px) {
    .step {
        height: 100%;
    }
}
.step_title_area h2 {
    font-size: 1.3rem;
}
.step_content {
    margin-top: 71px;
}
.step_content .sp_border p:nth-child(2) {
    margin-top: 17px;
}
.step_img {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .step_img {
        flex-flow: row wrap;
    }
}
.step_img li {
    flex: 0 0 30%;
}
@media screen and (max-width: 414px) {
    .step_img li {
        flex: 0 0 45%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 414px) {
    .step_content .img_shadow {
        margin-top: -342px;
    }
}
@media screen and (max-width: 375px) {
    .step_content .img_shadow {
        margin-top: -308px;
    }
}
@media screen and (max-width: 320px) {
    .step_content .img_shadow {
        margin-top: -259px;
    }
}
@media screen and (max-width: 414px) {
    .step_content .img_shadow li {
        width: 159.3px;
        height: 159.3px;
    }
}
@media screen and (max-width: 375px) {
    .step_content .img_shadow li {
        width: 141.75px;
        height: 141.75px;
    }
}
@media screen and (max-width: 320px) {
    .step_content .img_shadow li {
        width: 117px;
        height: 117px;
    }
}
/*****アルモニー*****/
.armony {
    margin-top: 170px;
    margin-bottom: 170px;
}
@media screen and (max-width: 1024px) {
    .armony {
        height: 64.5vh;
    }
}
@media screen and (max-width: 1023px) {
    .armony {
        margin-bottom: 62px;
        height: 100%;
    }
}
.armony_title_area h2 {
    font-size: 1.3rem;
}
.armony_content {
    margin-top: 71px;
}
@media screen and (max-width: 414px) {
    .armony_content {
        margin-top: 30px;
    }
    .armony_content .sp_border p:nth-child(2) {
        margin-top: 12px;
    }
}
.armony_img {
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .armony_img {
        flex-flow: row wrap;
    }
}
.armony_img li {
    flex: 0 0 30%;
}
@media screen and (max-width: 414px) {
    .armony_img li {
        flex: 0 0 45%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 414px) {
    .armony_content .img_shadow {
        margin-top: -342px;
    }
}
@media screen and (max-width: 375px) {
    .armony_content .img_shadow {
        margin-top: -308px;
    }
}
@media screen and (max-width: 320px) {
    .armony_content .img_shadow {
        margin-top: -259px;
    }
}
@media screen and (max-width: 414px) {
    .armony_content .img_shadow li {
        width: 159.3px;
        height: 159.3px;
    }
}
@media screen and (max-width: 375px) {
    .armony_content .img_shadow li {
        width: 141.75px;
        height: 141.75px;
    }
}
@media screen and (max-width: 320px) {
    .armony_content .img_shadow li {
        width: 117px;
        height: 117px;
    }
}
.armony_content_text {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
}
.armony_content_text ol {
    margin-left: 20px;
}
/***** 障がい者就業・生活支援センター *****/
.nakapotsu_title_area h2 {
    font-size: 1.3rem;
}
.nakapotsu_title_area h2 span {
    line-height: 2;
}
.nakapotsu_title_area .space {
    padding-top: 20px;
}
.nakapotsu_service_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.nakapotsu_service_list li {
    line-height: 1.8;
    font-size: 1.1rem;
}
.nakapotsu_text {
    margin-top: 30px;
}
.nakapotsu_content {
    margin-top: 75px;
}
.nakapotsu_content2 {
    margin-top: 93px;
}
.nakapotsu_content table tr {
    border-bottom: 1px solid #ffc929 !important;
}
.nakapotsu_content table tr:last-child {
    border-bottom: none !important;
}
.nakapotsu_content table th {
    border-right: 1px solid #ffc929 !important;
    border-bottom: 1px solid #ffc929 !important;
}
.nakapotsu_content table th:first-child {
    border-top: none !important;
}
.nakapotsu_content table th:last-child {
    border-bottom: none !important;
}
.nakapotsu_content table td {
    border-bottom: 1px solid #ffc929 !important;
}
.nakapotsu_content table tr:first-child td {
    border-top: none !important;
}
.nakapotsu_content table tr:last-child th,
.nakapotsu_content table tr:last-child td {
    border-bottom: none !important;
}
.nakapotsu_content table tr {
    border-bottom: 1px solid #ffc929 !important;
}
.nakapotsu_content table tr:last-child {
    border-bottom: none !important;
}
.nakapotsu_content table th {
    border-right: 1px solid #ffc929 !important;
    border-bottom: 1px solid #ffc929 !important;
}
.nakapotsu_content table th:first-child {
    border-top: none !important;
}
.nakapotsu_content table th:last-child {
    border-bottom: none !important;
}
.nakapotsu_content table td {
    border-bottom: 1px solid #ffc929 !important;
}
.nakapotsu_content table tr:first-child td {
    border-top: none !important;
}
.nakapotsu_content table tr:last-child th,
.nakapotsu_content table tr:last-child td {
    border-bottom: none !important;
}
@media screen and (max-width: 767px) {
    .nakapotsu_content {
        margin-top: 30px;
    }
    .nakapotsu_content table tr,
    .nakapotsu_content table td {
        border: none !important;
    }
    .nakapotsu_content table tr:last-child th {
        border-bottom: 1px solid #ffc929 !important;
    }
}
@media screen and (max-width: 414px) {
    .nakapotsu_text p:nth-child(2) {
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 50px;
    }
}

/***** 情報公開 *****/
.information {
    height: 73.1vh;
}
.information_title_area h2 {
    font-size: 1.3rem;
}
.information_content {
    margin-top: 52px;
}
.information_link a {
    color: #ffc929;
    line-height: 2;
    font-size: 1.1rem;
}
.information_link a:hover {
    color: #ffc929;
    text-decoration: underline;
}
/***** 個人情報保護方針 *****/
.privacy_policy {
    min-height: 73.1vh;
}
.privacy_policy_title_area h2 {
    font-size: 1.2rem;
}
.privacy_policy_content {
    margin-top: 52px;
}
.privacy_policy_title {
    color: #ffc929;
    line-height: 2;
    font-size: 1.1rem;
}
.privacy_policy_title:hover {
    color: #ffc929;
    text-decoration: underline;
}
.lead_title {
    color: #8ecf3c;
    margin-top: 0;
    margin-bottom: 12px;
}
.privacy_policy_intro p {
    margin-bottom: 8px;
}
.privacy_policy_section {
    margin-top: 36px;
}
.privacy_policy_section ul {
    margin-bottom: 0;
}
.privacy_policy_section:last-of-type {
    margin-bottom: 30px;
}
.privacy_policy_contact {
    margin-top: 12px;
    padding: 20px 24px;
    border: 1px solid #ddd;
    background-color: #fafafa;
}
.privacy_policy_contact p {
    margin: 0;
    line-height: 1.9;
}
.privacy_policy_date {
    margin-top: 40px;
    text-align: right;
}
.needs_customer_info,
.using_customer_info,
.opening_customer_info,
.improving_privacy_policy {
    margin-top: 30px;
}
.improving_privacy_policy {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .privacy_policy_title_area,
    .privacy_policy_content {
        float: none;
        width: 100%;
    }
    .privacy_policy_content {
        margin-top: 24px;
    }
}
/*****404*****/
.error_contents {
    margin-top: 221px;
    height: 60vh;
}
@media screen and (max-width: 1024px) {
    .error_contents {
        margin-top: 400px;
        height: 60vh;
    }
}
@media screen and (max-width: 768px) {
    .error_contents {
        margin-top: 262px;
        height: 60vh;
    }
}
@media screen and (max-width: 767px) {
    .error_contents {
        margin-top: 145px;
        height: 19vh;
    }
}
/*****ブログ各ページ*****/
.blog_area {
    margin-top: 181px;
    height: 60vh;
}
@media screen and (max-width: 1024px) {
    .blog_area {
        margin-top: 359px;
        height: 60vh;
    }
}
@media screen and (max-width: 768px) {
    .blog_area {
        margin-top: 222px;
        height: 60vh;
    }
}
@media screen and (max-width: 767px) {
    .blog_area {
        margin-top: 145px;
        height: 29vh;
    }
}
/*****フッター*****/
footer {
    /* position: fixed; */
    /* bottom: 0; */
    width: 100%;
    background-color: #f7ee6b;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    footer {
        display: block;
    }
}
.footer_address h3 {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer_address h3 img{
    width: 20%;
}
.footer_address h3 a{
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .footer_address h3{
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .footer_address h3 a{
        width: 70%;
    }
}
@media screen and (max-width: 320px) {
    .footer_address h3 a{
        width: 80%;
    }
}
.footer_address span {
    font-size: 1rem;
}
.footer_koyokai {
    font-size: 1.5rem !important;
}
.footer_links p,
.footer_info p {
    color: #8ecf3c;
}
.footer_links li a,
.footer_info li a {
    color: #000;
}
.footer_links_content {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .footer_address,
    .footer_links_content {
        display: block;
    }
}
.footer_links_content ul:nth-child(2) {
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .footer_links_content ul:nth-child(2) {
        margin-left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .footer_links {
        margin-left: -250px;
    }
}
@media screen and (max-width: 767px) {
    .footer_links {
        margin-left: 0px;
    }
}

h2.mtop{
    margin-top: 5rem;
}

/* 2022.10.19 */
.pad10{
	margin-right:1rem;
}
/*hr{
	height:1.5px;
	background-color:#808080;
}*/

.smbr{
	display:none;
	}
.under{
	color:#2c5496;
}
a.under:hover{
	border-bottom: 1px solid #2c5496;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.smbr{
		display:block;
	}
	.sm01{

}
}

/* 2022.10.19 メロディ*/
.pad10{
	margin-right:1rem;
	width: 1.5rem;
	height: auto;
}
/*hr{
	height:1.5px;
	background-color:#808080;
}*/

.smbr{
	display:none;
	}
.under{
	color:#2c5496;
}
a.under:hover{
	border-bottom: 1px solid #2c5496;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.smbr{
		display:block;
	}
	.sm01{

}
}


/* 2024-08-23 */
.el_facility_capacity {
    text-align: right;
    font-weight: bold;
    margin-top: 0.5rem;
}

.el_facilityCap {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 7.5px 15px;
    border: 1px solid #ffc929;
    white-space: nowrap;
    width: fit-content;
    margin-inline: auto;
    margin-block-start: 1rem;
}

.grecaptcha-badge { visibility: hidden; }

.information_title a:link,
.information_title a:visited,
.information_title a:hover,
.information_title a:active {
    color: #333;
}

/* 情報公開ページのリンク色を統一（上5件がwpautopで金色化するのを防ぐ） */
.information .information_link a:link,
.information .information_link a:visited,
.information .information_link a:hover,
.information .information_link a:active {
    color: #333;
}

/* お問い合わせフォームのreCAPTCHA注記 */
.recaptcha-note {
    margin: 1rem 0 0.5rem;
    font-size: 0.8rem;
    color: #888;
    line-height: 1.6;
}
.recaptcha-note a {
    color: #888;
    text-decoration: underline;
}