/*----------トップ画像-----------------*/
.top-img{
    max-width: 1360px;
    margin: 0 auto;
    margin-bottom: 5%;
}
.top-img img{
    border-radius: 0px 0px 20px 20px;
}

/*----pcとスマホで画像を切り替えるため-----*/
.pc-img{
    display: block;
}
.sp-img { 
    display: none; 
}
/*----pcとスマホで画像を切り替えるため-----*/
/*----------トップ画像-----------------*/

.common_wrap{
    padding: 2% 5%;
	margin:5% 0;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
}

.wrap{
	margin:2% auto;
}

h2/*小見出し1*/{
	color: #453012;
	font-size: 2rem;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 2%;
	padding-right: auto;
	padding-left: auto;
}

/*.wrap p{
    margin: 2% 0% 2% 0%;
    font-size: 1.2rem;
    text-align: center;
}*/

/*生活介護*/
.text_list_wrap1{
    height: auto;
    text-align: left;
    padding: 2% 15% ;
}
.text_list_wrap1 p{
    font-size: 1.2rem;
}

.head-border-green/*副題両脇の線*/ { 
    position: relative;
	width: 100%;
    display: inline-block;
    padding: 0 25%;
    margin-top: 3%;/*11/11追加部分*/
}

.head-border-green:before,
.head-border-green:after {/*h2の左右にある四角*/
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 3%;
    height: 10px;
    background-color:#00B050;
}

.head-border-green:before {
   	left: 35%;
}

.head-border-green:after {
    right:  35%;
}

/*日々の活動*/

.section_wrap{
	display: flex;
	width: 100%;
}

.section_wrap img{
	min-width: 80%;
}

.text_list_wrap2 p{
	 font-size: 1.2rem;
}

.activity1/*activityセクション左側*/{
	margin: 5% 2% 2% 4%;
	height: 100%;
}

.activity2/*activityセクション右側*/{
	margin: 5% 4% 2% 2% ;
	height: 100%;
}

.text_list_wrap3/*文章折り返し位置調整*/{
	width: 100%;
	height: auto;
	text-align: left;
	
}

.text_list_wrap3 p{
	font-size:1.0rem;	
}

/*一日の流れ*/
table{
	border-collapse: collapse;/*隣接するセルの罫線を1つに結合して表示させる*/
    border-spacing: 0;
	/*color: #453012;/*フォントカラー設定*/
}

.flow1_table/*table表示サイズ・文字サイズ*/{
	max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    font-size: 1.2rem;
}


.flow1_table tr{

	height: 65px;
}

.flow1_table tr th {
	border-bottom: solid 1px #BF9000;
    border-top: solid 1px #BF9000;
	vertical-align: middle;
    padding-right: 70px;
    padding-left: 70px;
	font-size:1.2rem;
}

.flow1_table td{
	border-bottom: solid 1px #BF9000;
    border-top: solid 1px #BF9000;
	font-size:1.2rem;
}
.event{
	width:100%;
}

.event_wrap{
	margin:3% auto 5%;
	
}
/*スライドテスト*/
.slideshow-container {
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.slideshow {
    width: 100%;
    height: 63%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
}

.slide h2{
	color:#FFFFFF;
}

.slide.active {
    opacity: 1;
    display: block;
}

.slide img {
    width:85%;
	
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));*/
    color: white;
    text-align: center;
}

/* ナビゲーションボタンのスタイル */
.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    z-index: 1;
}

.slide-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* インジケーターのスタイル */
.slide-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 1;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: white;
}
/*スライドテスト*/

#service-slider{
    padding-bottom: 2%;
}


@media screen and (max-width: 1024px) {
	

.wrap h2{
        font-size: 2.2rem;
}
	
.flow1_table tr th {
    padding-right: 30px;
    padding-left: 30px;
	font-size:1.0rem;
}	

.flow1_table td{
	font-size:1.0rem;
}
	
/*季節行事スライド*/
	.slideshow-container {
    height: 45vh;
}

	
/*季節行事スライド*/
	
}



/*スマホ用レスポンシブ*/
@media screen and (max-width: 599px) {
	/*----一番上の画像をpcとスマホで切り替えるため-----*/
    .pc-img{
        display: none;
    }
    .sp-img { 
        display: block; 
    }
    /*----一番上の画像をpcとスマホで切り替えるため-----*/
    
    
h2/*小見出し1*/{
	font-size: 1.4rem;
}	
	
	
.common_wrap{
	
    padding: 2% 5%;
}	
	
/*生活介護*/
.text_list_wrap1 p{
    font-size: 1.0rem;
}	
.head-border-green:before,.head-border-green:after{
        width: 5%;
    }
    .head-border-green:before{
        left: 25%;
    }
    .head-border-green:after{
        right: 25%;
    }
    
/*日々の活動*/
.section_wrap{
	display: block;
}

.section_wrap img{
	
}
	
.activity1/*activityセクション左側*/{
	margin: 5% auto;
	height: 100%;
}

.activity2/*activityセクション右側*/{
	margin: 5% auto;
	height: 100%;
}	
	
.text_list_wrap2 p{
	 font-size: 1.0rem;
}
	
.text_list_wrap3 p{
	 font-size: 1.0rem;
}

.flow1_table tr th {
    padding-right: 5px;
    padding-left: 5px;
	font-size:1.0rem;
}		
	
/*季節行事スライド*/
	.slideshow-container {
    height: 25vh;
}

	
/*季節行事スライド*/
	
}