@charset "utf-8";

/* 電話発信の無効 */
@media(min-width: 768px){
a[href^="tel:"]{
	pointer-events: none;
}
	}

/*===========================================================================================================================================
=============================================================================================================================================

	タブレット

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 1023px) {

/*=================================================

	共通

=================================================*/
.pc{
	display: none;
}

.sp{
	display: block;
}

.br-pc{
	display: none;
}

.br-sp{
	display: block;
}

/*=================================================

	ヘッダー

=================================================*/

.header_bg {
	background-image: url(https://coccinelle.kyoto.jp/img/h_line.png), url(https://coccinelle.kyoto.jp/img/h_line.png);
	background-repeat: repeat-x;
	background-position: center top, center bottom;
}

.header__inner {
    max-width: 1280px;
    padding: 20px 15px;
    margin: 0 auto;
}

.header__top {
    margin-bottom: 0px;
}

.header__title{
	float: left;
}

a.header__title-link{
	display: flex;
    align-items: center;
}

a.header__title-link:hover{
	opacity: 1;
}

.header__title-logo {
    margin-right: 20px;
}

.header__title-logo img {
    width: 80px;
}

.header__title-txt {
    font-size: 3.5rem;
    font-weight: bold;
    color: #3F1A06;
    display: flex;
    align-items: flex-start;
}

.header__title-txt span {
    font-size: 2rem;
    margin-right: 20px;
}

.header__title-txt img{
	width: 220px;
}

.header__tel_outer {
    display: none;
}

/*
	グローバルナビゲーション
=====================================*/

.gnav{
	display: none;
}

/*=================================================

	コンテンツ

=================================================*/

.m-image_wrap {
    background-color: #d9ded4;
    margin-top: 15px;
}

.m-image_bg {
    max-width: 1280px;
    margin: 0 auto;
    background-image: url(../img/bg_main.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.m-image {
    position: relative;
}

.m-pic img{
	width: 100%;
}

.m-image im{
    position: relative;
}

.m-image__m-txt {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

.m-image__m-txt img{
	max-width: 167px;
    width: 14%;
}

.m-image__txt {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #29A59B;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.cont_bg {
    background-color: #FBF2E0;
    padding-bottom: 50px;
}

.cont-inner{
	max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.cont-row {
    display: block;
    justify-content: space-between;
    padding: 30px 0 0 0;
}

/*
	新着情報
=====================================*/

.home-heading {
    font-size: 3rem;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.home-heading--news {
    padding-left: 40px;
    margin-bottom: 20px;
    color: #E25664;
}

.home-heading span{
    position: relative;
}

.home-heading span:before {
    content: url(../img/mail.png);
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.news_bg {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 590px;
    background-image: url(../img/bg_new.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.news {
    max-width: 700px;
    width: 100%;
    padding: 80px 0 0 0;
    margin: 0 auto;
}

.news-list {
    overflow-y: auto;
    height: 330px;
}

.news__item {
    font-size: 1.9rem;
    font-weight: bold;
    color: #29A59B;
    display: flex;
    padding: 0px 30px 5px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #fff;
}

.news__item:last-child {
    margin-bottom: 0px;
}

.news__date {
    margin-right: 25px;
    position: relative;
}

.news__date:before {
	content: url(../img/new_list.png);
    position: absolute;
    top: -4px;
    left: -30px;
}

.news__title {

}

/*=== ここまで ======================*/

.cont-right {
    padding: 20px 0 0 0;
    flex: 0 0 auto;
}

.shien {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
}

.home-heading--shien {
    padding-left: 0;
    margin-bottom: 30px;
    color: #29A59B;
}

.home-heading--shien span{
    position: relative;
}

.home-heading--shien span:before,
.home-heading--shien span:after{
	content: url(../img/shien-line.png);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.home-heading--shien span:before{
	left: -105%;
}

.home-heading--shien span:after{
	right: -105%;
}

.shien__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shien__item {
    text-align: center;
    margin-bottom: 5px;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}

.shien__item--03 {
    flex-basis: auto;
}

.shien__pic {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.shien__txt {
	font-size: 1.5rem;
	margin-top: 15px;
	color: #29A59B;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.map-area {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.map {
    border: 2px solid #A8CCBE;
    margin-bottom: 15px;
}

.map iframe {
    width: 100%;
    height: 350px;
}

.address {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    color: #29A59B;
}

/*=================================================

	フッター

=================================================*/
.footer {

}

.f__deco {
	height: 50px;
	background-color: #FBF2E0;
	background-image: url(../img/foot_illust.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: cover;
}

.f__inner {
    padding-top: 20px;
}

.f__bg {
    background-color: #29A59B;
}

.sp-tel {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 0 0 0 35px;
    margin-bottom: 25px;
}

.sp-tel a{
    position: relative;
}

.sp-tel a:before {
    content: "";
    position: absolute;
    top: 45%;
    left: -40px;
    transform: translateY(-50%);
    width: 30px;
    height: 37px;
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.f__title {
    display: none;
}

.f-row {
    max-width: 1120px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.f-menu_outer {
    display: none;
}

.unei{
	margin-bottom: 20px;
}

.unei__txt {
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.unei__pic{
	text-align: center;
}

.unei__pic img{
	width: 250px;
}

.copyright {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

/* ページトップへボタン */
#page-top {
    position: fixed;
    right: 3rem;
    bottom: 10rem;
}

#page-top a{
	display: inline-block;
    color: #fff;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color:rgba(48,192,182,0.85);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(48,192,182,1);
}

#page-top a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

#page-top a:after {
    content: "PAGE TOP";
    font-size: 1.1rem;
    font-family: "Arial";
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

/*==============================================================================

	ここから中ページ
	
	事務所案内
	
==============================================================================*/

.m-image_outer{
    max-width: 1280px;
    margin: 20px auto 0 auto;
}

.mid-title_outer{
	position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mid-title {
    font-size: 5rem;
    font-weight: normal;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    width: 400px;
    background-color: rgba(105,179,158,0.7);
    padding: 27px 0;
    margin: 0 auto;
}

.mid-title span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: .04em;
}

.cont-inner-mid {
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

/*
	パンくずリスト
=====================================*/

.breadcrumbs {
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 30px;
    margin: 5px 0 50px;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs__list li {
    margin-left: 7px;
    padding-left: 17px;
    position: relative;
    color: #000000;
}

.breadcrumbs__list li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.breadcrumbs li:first-child:before {
    content: none;
}

.breadcrumbs__list li a {

}

.breadcrumbs__list li a:hover {
    text-decoration: underline;
    color: #FF6600;
}

/*=== ここまで ======================*/

.mid-inner {
	max-width: 1110px;
    padding: 0 10px;
    margin: 0 auto;
}

.mid-sec {
    margin-bottom: 80px;
}

.mid-heading {
    font-size: 2.7rem;
    letter-spacing: .05em;
    color: #397161;
    padding: 20px 15px 12px 100px;
    border-top: 1px solid #AAD5C9;
    border-bottom: 5px solid #69B39E;
    background-image: url(https://coccinelle.kyoto.jp/img/mid-h-icon.png);
    background-repeat: no-repeat;
    background-position: left 15px center;
    margin-bottom: 30px;
}

.mid-sec__inner {
    padding: 0 20px;
}

.mid-sec__txt{
	font-size: 1.7rem;
    letter-spacing: .05em;
    line-height: 1.7;
}

.txt-list {

}

.txt-list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 30px;
}

.mid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tomomo-img {
	width: 100%;
	text-align: center;
	margin: 0:
	/*margin-right: 20px;*/
}

.tomomo-img:last-child {
	margin-right: 0px;
}

.tomomo-origin {
    margin-bottom: 50px;
}

.mid-address__add {
    margin-bottom: 20px;
    font-weight: bold;
}

.mid-address__tel span {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.1;
}

.f__deco--mid{
	background-color: transparent;
}

/*==============================================================================
	
	スタッフ紹介
	
==============================================================================*/

.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.staff-list li {
	width: 260px;
    height: 150px;
    background-color: #DEF7F6;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 40px;
}

.staff-name {
	font-size: 2.8rem;
	font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.staff-intro {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: center;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tbl-staff {
    width: 100%;
    margin: 0 auto 20px auto;
}

.tbl-staff tbody{
    border-top: 1px solid #999999;
}

.tbl-staff th,
.tbl-staff td{
    padding: 20px;
    border-bottom: 1px solid #999999;
}

.tbl-staff th {
    background: #EBEBEB;
    width: 250px;
}

.tbl-staff td{

}

.tbl-staff dl {
    display: flex;
}

.tbl-staff dt {
    flex: 0 0 auto;
}

.tbl-staff dd {
    display: flex;
    flex-wrap: wrap;
}

/*==============================================================================

	アクセス

==============================================================================*/

.access-box {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.access-map {
    border: 2px solid #A8CCBE;
    margin-bottom: 25px;
}

.access-map iframe{
    width: 100%;
    height: 500px;
}

.tbl {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.tbl-title {
	font-size: 2rem;
	padding: 1.5rem 1.5rem;
	color: #fff;
	border-radius: 100vh;
	background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
	background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
	background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
	margin-bottom: 15px;
}

.tbl th,
.tbl td{
    padding: 10px;
}

.tbl th {
    background: #e1f1e0;
    width: 180px;
}

.tbl td{

}

.tbl dl {
    display: flex;
}

.tbl dt {
    flex: 0 0 auto;
}

.tbl dd {
    display: flex;
    flex-wrap: wrap;
}

/*==============================================================================

	事業内容

==============================================================================*/

.support-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.support-intro {
    padding: 0;
}

.support-staff {
    display: flex;
    margin-top: 20px;
}

.support-staff dt{
	flex: 0 0 auto;
}

.support-staff dd{

}

.support-type-box{
	padding: 10px;
}

.support-type {
    max-width: 100%;
    width: 100%;
}

.support-type--right {
	margin-left: 0;
}

.support-type--left {
	margin-right: 0;
}

.support-sec:first-child {
    margin-bottom: 25px;
}

.support-heading {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 4px 0 2px 0;
    margin-bottom: 20px;
}

.support-sec__inner {
    padding: 0 15px;
}

/*
	活動プラン(放課後等デイサービス)
=====================================*/

.tbl-calen_wrap{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.tbl-calen thead th{
	background: #c0f3bc;
}

.tbl-calen th, .tbl-calen td {
    padding: 5px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

.tbl-calen th {
    width: auto;
}

/*=== ここまで ======================*/

.guide-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guide-detail {
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 15px;
}

.guide-service{
	display: flex;
}

.guide-service dd {
    padding-left: 0;
}

.business-map {
    max-width: 100%;
    width: 100%;
}

.business-map iframe {
    width: 100%;
    height: 500px;
}

.step-label3 {
	left: -10px;
}

.support-type_row {
	flex-wrap: wrap;
}

.gp-therapy_pakarappa {
	margin-right: 0;
    margin-bottom: 20px;
}

.support-pic_box {
	width: 100%;
	text-align: center;
    margin-bottom: 20px;
}

.support-pic--03 {
	margin-bottom: 20px;
}

.support-row-pic {
	flex-wrap: wrap;
}

.gp-therapy_gp1{
    margin-bottom: 30px;
}

	}
	
/*===========================================================================================================================================
=============================================================================================================================================

	スマホ

=============================================================================================================================================
===========================================================================================================================================*/
@media screen and (max-width: 767px) {

/*=================================================

	ヘッダー

=================================================*/

.header__inner {
    max-width: 1280px;
    padding: 20px 5px;
    margin: 0 auto;
}

.header__title-logo {
    margin-right: 5px;
}

.header__title-logo img {
    width: 55px;
}

.header__title-txt {
    font-weight: bold;
    color: #3F1A06;
    display: flex;
    align-items: flex-start;
}

.header__title-txt span{
	font-size: min(4vw,1.8rem);
	margin-right: 5px;
}

.header__title-txt img {
    width: 160px;
}

.header__tel_outer {
    display: none;
}

/*=================================================

	コンテンツ

=================================================*/

.m-image_wrap {
    background-color: #d9ded4;
    margin-top: 10px;
}

.m-pic-pc{
	display: none;
}

.m-pic-sp{
	display: block;
}

.m-image__m-txt {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.m-image__txt {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #29A59B;
    padding: 0 15px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
-2px 2px 0 #FFF, 2px -2px 0 #FFF,
0px 2px 0 #FFF, 0 -2px 0 #FFF,
-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.cont-inner {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.cont-row {
    display: block;
    justify-content: space-between;
    padding: 60px 0 0 0;
}

/*
	新着情報
=====================================*/

.news_bg {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-image: url(../img/bg_new.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.news {
    max-width: 700px;
    width: 100%;
    padding: 60px 0 0 0;
    margin: 0 auto;
}

.home-heading span:before {
    content: url(../img/mail.png);
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

.news-list {
    overflow-y: auto;
    height: 420px;
}

.news__item {
    font-size: 1.7rem;
    font-weight: bold;
    color: #29A59B;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 30px 5px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #fff;
}

.news__date {
    margin-right: 0;
    margin-bottom: 3px;
    position: relative;
    width: 100%;
}

/*=== ここまで ======================*/

.cont-right {
    padding: 30px 0 0 0;
    flex: 0 0 auto;
}

.home-heading--shien span:before, .home-heading--shien span:after {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 80px;
    height: 30px;
    background-image: url(../img/shien-line.png);;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.home-heading--shien span:before {
    left: -70%;
}

.home-heading--shien span:after {
    right: -70%;
}

.shien__cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.shien__item {
    text-align: center;
    margin-bottom: 15px;
    width: auto;
}

.shien__item--03 {
    flex-basis: 100%;
}

.address {
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: left;
    color: #29A59B;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

.add-sp-br{
	display: block;
}

/* ページトップへボタン */
#page-top {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
}

#page-top a{
	display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    padding-top: 0;
    text-align: center;
    background-color:rgba(48,192,182,0.85);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(48,192,182,1);
}

#page-top a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 15px;
    height: 15px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

#page-top a:after {
    content: none;
}

/*==============================================================================

	ここから中ページ
	
	事務所案内
	
==============================================================================*/

.m-image_outer {
    max-width: 1280px;
    margin: 10px auto 0 auto;
}

.mid-title_outer{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mid-title {
    font-size: 2.7rem;
    font-weight: normal;
    letter-spacing: .05em;
    color: #fff;
    text-align: center;
    width: 280px;
    background-color: rgba(105,179,158,0.7);
    padding: 20px 0;
    margin: 0 auto;
}

.mid-title span {
    display: block;
    font-size: 1.9rem;
    letter-spacing: .04em;
}

.cont-inner-mid {
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
}

/*
	パンくずリスト
=====================================*/

.breadcrumbs {
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 10px;
    margin: 15px 0 25px;
}

/*=== ここまで ======================*/

.mid-sec {
    margin-bottom: 80px;
}

.mid-heading {
    font-size: 2.5rem;
    letter-spacing: .05em;
    color: #397161;
    padding: 20px 12px 12px 60px;
    border-top: 1px solid #AAD5C9;
    border-bottom: 5px solid #69B39E;
    background-image: url(https://coccinelle.kyoto.jp/img/mid-h-icon.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 40px;
    margin-bottom: 20px;
}

.mid-sec__inner {
    padding: 0 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.mid-sec__txt {
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.5;
}

.txt-list {

}

.txt-list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 30px;
}

.mid-address__tel span {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.1;
}

	/***ステップバーデザイン3***/
.step-wrap3 {
	margin-bottom: 0;
}

.step-content3 {
 padding: 1.3em 0 .3em 0em;
 margin: 0 0 1em 0.3em;
 position: relative;
 border-top: solid 2px #ddd;
	max-width: 100%;
}
	
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}

.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 16px);
 border-left: dashed 4px #ddd;
 position: absolute;
 top: 16px;
 left: 6px;
}
	
.step-title3 {
 font-weight: bold;
 font-size: 110%;
	margin-left: 20px;
}
.step-body3 {
 margin-top: .5em;
	margin-left: 20px;
 padding: 0 0 1em;
}

.step-label3 {
	left: -11px;
}

.tomomo-img-row {
	justify-content: center;
	flex-wrap: wrap;
}

.tomomo-img:last-child {
	margin-top: 20px;
}

.tomomo-img img{
	max-width: 455px;
    width: 100%;
}

/*==============================================================================
	
	スタッフ紹介
	
==============================================================================*/
.tbl-staff th,
.tbl-staff td{
	display: block;
}

.tbl-staff th {
    width: 100%;
}

.tbl-staff td{
	text-align: center;
}

.tbl-staff dl {
    display: flex;
    flex-wrap: wrap;
}

.tbl-staff dl:first-child {
	margin-bottom: 5px;
}

.tbl-staff dt {
    flex: 0 0 auto;
}

.tbl-staff dd {
    display: flex;
    flex-wrap: wrap;
}


/*==============================================================================

	アクセス

==============================================================================*/

.tbl th,
.tbl td{
	display: block;
}

.tbl th {
    width: 100%;
}

.tbl td{

}

.tbl dl {
    display: flex;
    flex-wrap: wrap;
}

.tbl dl:first-child {
	margin-bottom: 5px;
}

.tbl dt {
    flex: 0 0 auto;
}

.tbl dd {
    display: flex;
    flex-wrap: wrap;
}

/*==============================================================================

	事業内容

==============================================================================*/

.support-staff {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.support-type-box {
    padding: 0;
}

/*
	活動プラン(放課後等デイサービス)
=====================================*/

.tbl-calen thead{
	display: none;
}

.tbl-calen th, .tbl-calen td {
    display: block;
}

.tbl-calen th {
    width: 100%;
    padding: 10px;
    background: #c0f3bc;
}

.tbl-calen td {
    position: relative;
    text-align: left;
    padding-left: 65px;
}

.tbl-calen td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1f1e0;
    border-right: 1px solid #69B39E;
}

.tbl-calen .sp-no{
	display: none;
}

/*=== ここまで ======================*/

.guide-heading {
    font-size: 1.9rem;
    margin-bottom: 5px;
}

.guide-eigyou dt{
	flex-shrink: 0;
}

.guide-service {
    display: block;
}

.support-pic {
	margin-top: 0px;
}
	
.support-img-row {
	justify-content: center;
	flex-wrap: wrap;
}
	
.support-img {
	margin:  0;
}

.support-img:last-child {
	margin-top: 20px;
}

.support-img img{
	max-width: 455px;
    width: 100%;
	margin: 0;
}


.support-row--pakarappa {
	margin-bottom: 20px;
}
.support-intro {
	margin-bottom: 20px;
}


	}