﻿@charset "utf-8";

/* =================================施設案内共通=========================================== */
/*under_mv
-------------------------------------------------------------------------*/
.facility_mv {
	background: url(../img/mv.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.corona_mv {
	background: url("../img/bg_corona.png") no-repeat;
	background-position: center;
}
.daycare_mv {
	background: url("../img/bg_movie.jpeg") no-repeat;
	background-size: cover;
	background-position: center;
}

/*インデックス
-------------------------------------------------------------------------*/
section.under_index ul li:nth-child(1) a {
	background: url(../img/index_01.png) no-repeat;
	background-size: cover;
}
section.under_index ul li:nth-child(2) a {
	background: url(../img/index_02.png) no-repeat;
	background-size: cover;
}
section.under_index ul li:nth-child(3) a {
	background: url(../img/index_03.png) no-repeat;
	background-size: cover;
}
section.under_index ul li:nth-child(4) a {
	background: url(../img/index_07.png) no-repeat;
	background-size: cover;
}
section.under_index ul li:last-child a {
	background: url(../img/index_05.png) no-repeat;
	background-size: cover;
}

/*タブメニュー
-------------------------------------------------------------------------*/
.under_menu {
	width: 100%;
	background: #fff4ee;
	padding-top: 40px;
	border-bottom: 1px solid #fd9b9c;
}
.under_menu ul {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
}
.under_menu ul li {
	margin-right: 10px;
}
.under_menu ul li a {
	display: block;
	text-align: center;
	padding: 15px 40px 15px 50px;
	background: #fd9b9c;
	color: #fff;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #fd9b9c;
	border-left: 1px solid #fd9b9c;
	border-right: 1px solid #fd9b9c;
	position: relative;
}
.under_menu ul li a::before {
	content: url(../img/icon_submenu.png);
	position: absolute;
	left: 20px;
}
.under_menu ul li a:hover {
	transition: all 0.2s ease-in;
	background: #fff;
	color: #fd9b9c;
}
.under_menu ul li a:hover::before {
	content: url(../img/icon_submenu_on.png);
	position: absolute;
	left: 20px;
}

.under_menu ul li.on a {
	background: #fff;
	color: #fd9b9c;
}

.under_menu ul li.on a::before {
	content: url(../img/icon_submenu_on.png);
	position: absolute;
	left: 20px;
}
.reha_tab{
	display: flex;
    flex-wrap: wrap;
    gap:50px;
	justify-content: center;
}
.reha_tab li a{
	color: #fff;
	padding: 10px 30px;
	background-color: #ea9c73;
	margin: 20px 50px;
	border-radius: 10px;
}
/* =================================施設概要=========================================== */
/*運営方針
-------------------------------------------------------------------------*/

.houshin {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
}
.houshin .txt {
    margin: 0 auto;
}
.houshin .img {
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
}
.note_img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.note_img a img{
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

/*3つのポイント
-------------------------------------------------------------------------*/
.point_box {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
}
.point_inner {
	display: flex;
	justify-content: space-between;
}
.point_inner .img {
	width: 25%;
}
.point_inner .img img {
	width: 100%;
}
.point_inner .txt {
	width: 70%;
}

/*施設概要
-------------------------------------------------------------------------*/
.gaiyou {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.gaiyou table {
	width: 100%;
	border-collapse: collapse;
}
.gaiyou table th,
.gaiyou table td {
	padding: 15px;
	line-height: 30px;
}
.gaiyou table th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 2px solid #f5d4c1;
}
.gaiyou table td {
	background-color: #fff;
	border-bottom: 2px solid #e6e5e0;
}

.tbl01 tr th {
	background-color: #fd9b9c;
	color: #fff;
}
.tbl01 tr th,
.tbl01 tr td {
	border: 2px solid #e6e5e0;
}
.about .tbl01 tr td {
	font-size: 16px;
}

/* =================================施設長からのご挨拶=========================================== */
/*施設長からのご挨拶
-------------------------------------------------------------------------*/
.greeting {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
}
.greeting .text{
	width: 70%;
}
.greeting .image{
	width: 30%;
}
.greeting .image img{
	width: 100%;
}
.greeting .image p {
    margin-top: 10px;
    font-size: 2.0rem;
}
.greeting .image p span {
    font-size: 0.8rem;
}
.greeting p {
	background: #fefdf8;
	padding: 40px;
}

/* =================================館内のご案内=========================================== */
/*館内のご案内
-------------------------------------------------------------------------*/
.floor {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 20px;
	padding: 0 40px;
}
.map_wrapp {
	width: 100%;
	background: #fff6f2;
	border: 1px solid #fd9b9c;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
}

/* =================================よくあるご質問=========================================== */
/*よくあるご質問
-------------------------------------------------------------------------*/
.faq {
	width: 100%;
	margin: 0 auto 30px;
	overflow: hidden;
	border-left: 2px solid #ec8385;
	border-bottom: 2px solid #ec8385;
	border-right: 2px solid #ec8385;
	border-radius: 5px;
}
.faq dt {
	padding: 20px 35px;
	background: #ec8385;
	position: relative;
	color: #fff;
	font-weight: bold;
}
.faq dt::before {
	content: "●";
	position: absolute;
	top: 20px;
	left: 10px;
}
.faq dd {
	padding: 25px 35px;
	line-height: 25px;
}

/* =================================施設からのお知らせ=========================================== */
/*過去のお知らせ一覧
-------------------------------------------------------------------------*/
dl.news {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
}
dl.news dt {
	font-weight: bold;
	padding: 10px 0;
}
dl.news dd {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.youtube_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.youtube_box > div {
	width: calc(100% / 3 - 20px);
	margin: 10px;
}
.youtube_box > div h4 {
	border-left: 5px solid #d90d46;
	padding-left: 5px;
	margin-bottom: 10px;
}
.youtube_box > div h4 span {
	display: block;
	font-size: 70%;
	font-weight: bold;
	color: #d90d46;
}
.youtube_box > div .movie_win {
	position: relative;
}
.youtube_box > div .movie_win a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	font-weight: 100;
	color: #d20a0d;
	font-size: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 45px;
	display: block;
}

.youtube_box > div .movie_win img {
	width: 100%;
	filter: brightness(30%);
	border-radius: 10px;
}
.youtube_box > div .movie_win {
	transition: all 0.4s ease-out;
}

.youtube_box > div .movie_win a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 999;
}

.youtube_box > div .movie_win:hover {
	opacity: 0.8;
}

section.sub_title .movie_h2 span {
	border-left: 5px solid #e24144 !important;
	background: #fd9b9c;
	color: #fff;
}

/*コロナ
-------------------------------------------------------------------------*/
.menkai ul {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.tbl_ninzu {
	width: 100%;
}
.tbl_ninzu th,
.tbl_ninzu td {
	border: 1px solid gray;
	padding: 15px 5px;
	width: 33%;
	text-align: center;
}

.sal {
	background: hsla(356, 100%, 97%, 1);
}

.tbl_taisei {
	width: 100%;
}
.tbl_taisei th,
.tbl_taisei td {
	border: 1px solid gray;
	padding: 15px 5px;
	width: 33%;
	text-align: center;
}

.sal {
	background: hsla(356, 100%, 97%, 1);
}

.gre {
	background: hsla(112, 48%, 87%, 1);
}

.bien {
	background: #d8edff;
}

.gray {
	background: hsla(0, 0%, 95%, 1);
}

.w500px {
	width: 100%;
}
.pc_none {
	display: none;
}

.no {
	font-size: 27px;
	color: hsla(225, 67%, 40%, 1);
	font-weight: bold;
}
.yes {
	font-size: 27px;
	color: #ae2629;
	font-weight: bold;
}
.flow_box {
	width: 100%;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	background: rgb(255, 255, 255);
	padding: 40px;
}
.flow_box .multi h4 {
	color: rgb(232, 112, 114);
	font-weight: bold;
}
.flow_box .reha h4 {
	color: rgb(236, 177, 61);
	font-weight: bold;
}
.flow_box .times {
	background-color: rgb(255, 239, 206);
	width: fit-content;
	padding: 10px;
}
.flow_box .img_list {
	display: flex;
	flex-wrap: wrap;
}
.flow_box .img_list .image {
	margin: 10px;
}
.flow_box .img_list .image img {
	max-width: 300px;
}
.flow_box .flowbox_list li {
	margin-left: 40px;
	list-style: disc;
}
.arrow {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 20px auto;
}
.arrow .triangle {
	width: 0px;
	height: 0px;
	border-top: 60px solid rgb(253, 155, 156);
	border-right: 70px solid transparent;
	border-left: 70px solid transparent;
}
.arrow p span {
	color: rgb(232, 112, 114);
}
.tri {
	color: seagreen;
	font-weight: bold;
}
.activity {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
}
.activity .activity_box .img_list{
	display: flex;
	gap: 20px;
}
.activity .activity_box .img_list li{
	height: 200px;
}
.activity .activity_box .img_list li img{
	height: 100%;
}
.activity .activity_box .text{
	margin-bottom: 10px;
}
.activity .activity_box{
	margin-bottom: 40px;
}
.underline {
	border-bottom: 3px solid rgb(253, 155, 156);
}
h4{
	color: #fd9b9c;
	font-weight: bold;
}
.activity .flexbox{
	display: flex;
	align-items: center;
}
.activity .flexbox img{
	width: 300px;
}
.activity .stamp img{
	width: 200px;
}
/* =================================スマホ関連=========================================== */

@media screen and (max-width: 767px) {
	/* =================================施設案内共通=========================================== */
	/*under_mv
-------------------------------------------------------------------------*/
	.facility_mv {
		background-position: center;
	}

	/*タブメニュー
-------------------------------------------------------------------------*/
	.under_menu {
		width: 100%;
		background: #fff4ee;
		padding-top: 40px;
		border-bottom: 1px solid #ffa878;
	}
	.under_menu ul {
		flex-direction: column;
	}
	.under_menu ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.under_menu ul li a {
		border-radius: 0;
		text-align: left;
		border-bottom: 1px solid #ffa87b;
	}

	/* =================================施設概要=========================================== */
	/*運営方針
-------------------------------------------------------------------------*/

	.houshin {
		margin: 0 auto 20px;
		flex-direction: column;
		padding: 40px;
	}
	.houshin .txt {
		width: 100%;
		margin-bottom: 20px;
	}
	.houshin .img img {
		width: 100%;
	}

	/*施設概要
-------------------------------------------------------------------------*/
	.gaiyou table th,
	.gaiyou table td {
		display: block;
		width: 100%;
	}
	.about .tbl01 {
		overflow: scroll;
	}
	.about .tbl01 tr th,
	.about .tbl01 tr td {
		display: table-cell;
	}

	/* =================================館内のご案内=========================================== */
	/*館内のご案内
-------------------------------------------------------------------------*/
	.map_wrapp {
		overflow-x: scroll;
	}
	.map_wrapp img {
		width: 480px;
		height: auto;
	}
	.youtube_box > div {
		width: 100%;
		margin: 10px auto;
	}

	/*コロナ
-------------------------------------------------------------------------*/
	.menkai ul {
		flex-direction: column;
	}

	.menkai ul,
	.menkai ul li img {
		width: 100%;
		height: auto;
	}
	.tbl_taisei th,
	.tbl_taisei td {
		display: block;
		width: 100%;
	}

	.scroll_box {
		overflow-x: scroll;
	}
	.tbl_ninzu {
		width: 500px !important;
	}
	.red {
		color: red;
	}
	.pc_none {
		display: block;
	}
	.flow_box {
		flex-direction: column;
}

	.activity .activity_box .img_list{
		flex-direction: column;
	}
	.activity .activity_box .img_list li{
		height: 100%;
	}
	.activity .activity_box .img_list li img {
		height: auto;
		width: 100%;
	}
	.activity .stamp img{
		width: 150px;
	}
	.activity .flexbox{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.activity .flexbox img{
		width: 100%;
	}
	.arrow .triangle {
		width: 0px;
		height: 0px;
		border-top: 40px solid rgb(253, 155, 156);
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
}
.greeting{
	flex-direction: column;
}
.greeting .text{
	width: 100%;
}
.greeting .image{
	width: 60%;
	margin: auto;
}
    .img_list{
        flex-direction: column;
    }
    .img_list_piami{
        flex-direction: column;
    }
    .aams_video iframe{
        width: 90%;
    }
    .aams_box p{
        font-size: 16px;
    }
}
/*lobot*/
.piami_list{
    border: 1px solid #FF0004;
    border-radius: 20px;
    max-width: 700px;
    padding: 30px;
    margin: 0 auto;
    margin-top: 50px;
}
.piami_list li{
    font-size: 20px;
    font-weight: bold;
}
.img_list{
    display: flex;
    gap:20px;
    margin: 50px 0;
}
.img_list li img{
    display: block;
    max-width: 400px;
}
.img_list_piami{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.img_list_piami img{
    display: block;
    margin-top: 50px;
    width: 100%;
}
.triangle{
    width: 0px;
    height: 0px;
    border-top: 60px solid rgb(253, 155, 156);
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    margin: 0 auto;
}
.aams_box{
    display: flex;
   justify-content: center;
    gap:20px;
    padding: 50px;
    text-align: center;
}
.aams{
    font-size: 46px;
    font-weight: bold;
    color: #FF0004;
}
.aams_txt{
    font-size: 46px;
    font-weight: bold;
    color: #FF0004;
    display: block;
    text-align: center;
    padding: 50px;
}
.aams_video iframe{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
/*看取り*/
.shisetu_coming{
    font-size: 36px;
    color: #fff;
    border: 2px solid #0611A3;
    background-color: #2EA1DA;
    padding: 30px 150px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.youtube_box {
	margin-top: 15px;
}
.youtube_box iframe{
    margin: 20px auto;
}
.zaitaku_btn{
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: 0 auto;
}
.zaitaku_sc{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    
}
/*利用様の声*/
.user{
    background-color: rgb(255, 239, 206);
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}
.user_active{
    border: 1px solid #b9b9b9;
    text-align: center;
}
.user_active td{
     border: 1px solid #b9b9b9;
    width: 200px;
}
.user_active td{
    padding: 10px 0;
}
.active{
    background-color: rgb(236, 177, 61);
}
.cl_red{
    color: red;
}
.stay_ac{
    padding: 30px;
}
.reha_red{
    color: red;
}
.riha_blue{
    color: blue;
}
.interview_box h3{
    display: inline-block;
    background: #FFAA79;
    padding: 15px 40px 15px 30px;
    border-radius: 0 30px 30px 0;
    margin: 40px 0 55px 0;
    color: #fff;
    position: relative;
}
.interview_box h3::after {
    content: url("../../../recruit/parts/img/icon_h3.png");
    margin-left: 10px;
    position: absolute;
    top: 10px;
    right: 8px;
}
 
.voice_img{
    max-width: 1000px;
    margin: 0 auto;
}
.video_box{
    width: 100%;
    max-width: 1300px;
    /*display: flex;
    justify-content: space-between;*/
    margin: auto;
    background: rgb(255, 255, 255);
    padding: 40px;
    margin: 0 auto;
}
.zaitaku_btn{
    background: #fff;
    padding: 40px 0;
    margin: 0 auto;
}


@media screen and (max-width: 767px) {
	.youtube_box {
  		width: 100%;
  		aspect-ratio: 16 / 9;
	}
	.youtube_box iframe {
  		width: 100%;
  		height: 100%;
	}
}
p.click {
	max-width: 1300px;
  	margin: 0 auto 20px;
}
p.click::before {
	content: url('../img/click.png');
	position: relative;
	top: 7px;
}
@media screen and (max-width: 767px) {
	p.click {
		margin: 15px 10px;
	}
}