@charset "UTF-8";

/*page_cate-------------------------------*/
.page_cate {
	background: url("../img/bg_cate_about.jpg") no-repeat 50% 30%;
}

.page_cate>div span:before {
	background: url("../img/icon_cate_about.png") no-repeat 50% 50%;
}

/*mv-------------------------------*/
.under_mv {
	background: url("../img/bg_h1_index.jpg") no-repeat;
}

.policy .under_mv {
	background: url("../img/bg_h1_policy.jpg") no-repeat;
}

.soudan .under_mv {
	background: url("../img/bg_h1_soudan.jpg") no-repeat;
}

.outline .under_mv {
	background: url("../img/bg_h1_outline.jpg") no-repeat;
}

.about_index .incho img {
	width: 100%;
	margin: 0 auto 20px;
}

.policy .flex_box>div {
	width: 48%;
}

.policy .policy_box .flex_box {
	align-items: center;
}

.policy .policy_box .flex_box>div {
	width: 48%;
	height: max-content;
}

.policy .policy_box .flex_box>div>p {
	font-size: 26px;
	line-height: 1.8;
	box-sizing: border-box;
	margin-left: 80px;
}

.policy .policy_box .flex_box>div>img {
	width: 100%;
}

.depertment .flex_box {
	flex-wrap: wrap;
	align-items: flex-start;
}

.depertment .flex_box>div {
	width: 48%;
	margin: 10px auto;
}

@media screen and (max-width: 780px) {
	.depertment .flex_box>div {
		width: 100%;
	}
}

.depertment .message>div:first-child {
	width: 100px;
}

.depertment .message>div:nth-child(2) {
	width: calc(100% - 180px);
}

.depertment .message>div p {
	position: relative;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	background: #e0edff;
	border-radius: 15px;
}

.depertment .message>div p:before {
	content: "";
	position: absolute;
	top: 30px;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}

.depertment .message>div p.hukidassji_blue {
	background: #d7ebf7;
}

.depertment .message>div p.hukidassji_blue:before {
	border-right: 15px solid #d7ebf7;
}

.depertment .message>div p.hukidassji_green {
	background: #def7d7;
}

.depertment .message>div p.hukidassji_green:before {
	border-right: 15px solid #def7d7;
}

.under_inner table.work_sche tr:nth-child(odd) {
	background: #fff5e2;
}

.under_inner table.work_sche tr:first-child {
	border-top: none;
}

.under_inner .panf {
	text-align: center;
	width: 300px;
	background: #356f48;
}

.under_inner .panf img {
	width: 100%;
	border: 1px solid #ccc;
}

.under_inner .panf p {
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
}

.under_inner .panf a {
	color: #fff;
}

/*院内のご案内*/
.img_info_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 15px 30px;
}

.img_info_list>div {
	width: calc(100% / 3 - 20px);
	margin-bottom: 20px;
}

.img_info_list>div img {
	width: 100%;
}

/*機能評価*/
.kinou .kinou_img {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.kinou .kinou_img img {
	padding-right: 15px;
}

/*交通アクセス*/
.access_box {
	margin: 50px auto;
}

.access .detail {
	margin-bottom: 40px;
}

.access .parking_img {
	margin-top: 40px;
}

.access ul li,
.access table {
	font-size: 18px;
}

.access .border {
	margin-bottom: 30px;
}

.access h4 {
	margin-bottom: 30px;
}

.parking_table {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.parking_table th,
.parking_table td {
	padding: 15px;
	border: 1px solid #6f6f6f;
}

.parking_table th {
	background: #ffdb9c;
}

.access .under_inner ul li:before {
	content: "●";
	color: #367048;
	margin-right: 0.5em;
	margin-left: 2em;
	font-size: 18px;
}

.access ul li {
	margin-bottom: 20px;
}

.access .attention h5 {
	color: #ff0000;
	border: #ff0000 2px solid;
	width: 80px;
	padding: 5px 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
}

.access .attention {
	background: #f5f5f5;
	border-radius: 15px;
	padding: 20px;
}

.google_map h3 {
	margin-top: 30px;
}

.google_map iframe {
	width: 100%;
}

.google_map p {
	text-align: center;
}

/*当院の取り組み*/
.activity .activity_img {
	text-align: center;
	margin: 20px auto;
}

.activity .activity_img_box {
	display: flex;
	gap: 25px;
	justify-content: center;
	margin: 20px 0;
	align-items: flex-start;
}

@media screen and (max-width: 780px) {
	.activity .activity_img_box {
		display: block;
	}
}

.activity .activity_img_box img {
	width: 350px;
}

@media screen and (max-width: 780px) {
	.activity .activity_img_box img {
		width: 100%;
		margin-bottom: 15px;
	}

	.activity_img_box img {
		width: 100%;
		margin-bottom: 15px;
	}
}

.map_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.map_box>div {
	width: 45%;
}

.map_box>div>img {
	width: 100%;
}

.map_box>div:first-child {
	width: 100%;
}

.map_box>div:first-child img {
	width: 45%;
}

.activity_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px 0;
}

@media screen and (max-width: 780px) {
	.activity_flex {
		display: block;
	}
}

.activity_flex img {
	width: 450px;
}

@media screen and (max-width: 780px) {
	.activity_flex img {
		width: 100%;
	}
}

.activity_flex>p {
	width: 65%;
}

.activity_flex>div.careplaza_img {
	width: 30%;
	text-align: center;
}

.activity_flex>div.careplaza_img img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.activity_flex.wide>p {
	width: 100%;
	margin-bottom: 20px;
}

.activity_flex.wide>div.careplaza_img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0;
	gap: 25px;
}

.activity_flex.wide>div.careplaza_img img {
	display: block;
	width: 350px;
}

.btn_link_area {
	width: 100%;
}

.btn_link_area>ul {
	display: flex;
	justify-content: space-between;
}

.btn_link_area>ul>li {
	width: calc(100% / 2 - 2%);
}

.btn_link_area>ul>li>a {
	display: block;
	font-weight: bold;
	color: #ffb322;
	border: 2px solid #ffb322;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.margin10 {
	margin: 0 10px;
}

.bg_from_station {
	background: #f5f5f5;
	padding: 15px 10px;
}

.f_y {
	height: auto;
	display: flex;
	align-items: flex-start !important;
}

.f_y>.yajirushi {
	align-self: flex-start !important;
	margin: auto;
	width: 300px;
}

.edamameph {
	width: 250%;
}

.yajirushi_tate {
	display: none;
}

.h6_annai {
	font-size: 18px;
	color: #353535;
	text-align: center;
	position: relative;
	margin-top: 10px !important;
	margin-bottom: 50px !important;
}

.h6_annai::before {
	position: absolute;
	top: 55px;
	left: calc(50% - 60px);
	width: 120px;
	height: 2px;
	content: "";
	border-radius: 3px;
	background: #009944;
}

.list_green>li::before {
	content: "●";
	color: #367048;
	margin-right: 0.5em;
	margin-left: 2em;
	font-size: 18px;
	text-indent: 1em;
	padding-left: -1em;
}

.list_green>li {
	margin-bottom: 20px;
}

.dl_1 {
	width: 98% !important;
	margin: 10px;
	font-size: 17px;
	text-align: center;
}

.dl_1>dt {
	width: 100% !important;
	background: #c5e89b !important;
}

.dl_1>dd {
	width: 100% !important;
	background: #eef9e2;
}

.dl_2 {
	width: 98% !important;
	margin: 10px;
	font-size: 17px;
}

.dl_2>dt {
	width: 100% !important;
	background: #88b0f2 !important;
}

.dl_2>dd {
	width: 100% !important;
	background: #cfe1fd !important;
	text-align: center;
}

.btn_u {
	color: #fff !important;
	padding: 1em;
	border-radius: 12px;
	text-align: center;
	background: #366f48;
	width: 40%;
	background: #366f48;
	margin: 40px auto;
}

.btn_u>a {
	color: white;
}

.flex_box_left {
	display: flex;
	justify-content: flex-start;
	margin: 20px 10px;
}

.flex_box.menkai {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.flex_box.menkai li {
	width: 30%;
	position: relative;
}

.flex_box.menkai li img {
	width: 100%;
}

.flex_box.menkai li a {
	display: block;
	text-align: center;
	color: #fff;
	background: #366f48;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	bottom: 0;
}

.newsarea {
	width: 100%;
	max-width: 800px;
	height: 250px;
	background-color: #fff;
	/* 背景色 */
	border: 2px solid #ccc;
	/* 枠線 */
	margin: 15px 0;
	padding: 0 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.under_inner .newsarea dl {
	display: flex;
	border-bottom: 2px dotted #444;
	padding: 8px;
	line-height: 1.8;
	font-size: 15px;
	border-top: 0;
	border-bottom: 0;
	flex-wrap: nowrap;
	margin-bottom: 0;
}

@media screen and (max-width: 780px) {
	.under_inner .newsarea dl {
		display: block;
		margin-bottom: 20px;
	}
}

.under_inner .newsarea dt {
	width: 120px;
	background: transparent;
}

@media screen and (max-width: 780px) {
	.under_inner .newsarea dt {
		width: 100%;
		text-align: left;
		padding: 10px 20px;
	}
}

.under_inner .newsarea dd {
	width: calc(100% - 100px);
}

@media screen and (max-width: 780px) {
	.under_inner .newsarea dd {
		width: 100%;
		padding: 10px 20px;
	}
}

p.more {
	text-align: right;
}

.magazine_flex {
	display: flex;
}

.magazine_img {
	padding: 15px 0;
}

.magazine_img img {
	width: 300px;
}

.magazine_txt {
	padding-left: 30px;
	padding-top: 15px;
}

.magazine_txt ul.magazine li {
	font-size: 15px;
}

.magazine li::before {
	content: "●";
	color: #367048;
	margin-left: 2em;
	padding-right: 5px;
}

.pamphlet_btn {
	width: 350px;
	background: #366f48;
	text-align: center;
	border-radius: 15px;
	padding: 15px;
	margin: 30px 0;
}

.pamphlet_btn a {
	color: #fff;
	font-size: 18px;
}

.backnumber {
	width: 250px;
	border: 1px solid #1177ef;
	text-align: center;
	padding: 10px;
	margin: 15px 0;
	font-size: 18px;
	margin: 0 auto;
}

/* 7/15追加分　-------------------- */
.cafe_flex {
	display: flex;
	justify-content: space-between;
}

.cafe_img {
	padding: 0 50px;
}

@media screen and (max-width: 780px) {
	.cafe_img {
		padding: 0;
	}
}

/* 8/4追加分　-------------------- */

.jisseki {
	display: flex;
	justify-content: space-around;
}

.jisseki div {
	margin: 30px auto;
	width: 22%;
}

.w50p {
	width: 48%;
}

.jisseki_right {
	width: 35%;
}

/* 9/28追加分　------------------ */
.table_jisseki {
	width: 100%;
	margin: 25px 0;
}

.table_jisseki th,
.table_jisseki td {
	border: 1px solid #000;
	padding: 5px;
	font-size: 18px;
	text-align: center;
}

.table_jisseki th {
	background: #fceed3;
}

img.jisseki_nyuin.div img {
	width: 300px;
}

/* 10/24追加分　------------------------ */
.pranasu_txt {
	width: 70%;
}

.pranasu_img {
	width: 300px;
}

.backnumber_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.backnumber_flex img {
	width: 200px;
}

.puranasu {
	text-align: center;
	border: 2px solid red;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 15px;
}

.sp_newsarea {
	display: none;
}

/* 10/28追加分　--------------- */
.txt {
	width: 100%;
}

.careplaza_img img {
	width: 100%;
}

.info_title {
	width: 80%;
	background: #366f48;
	text-align: center;
	padding: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin: 0 auto;
}

.info_title p {
	color: #fff;
	font-weight: bold;
}

.info_txt {
	width: 80%;
	background: #fff8e6;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	font-weight: bold;
}

.activity_info {
	padding-top: 15px;
}

.info_txt img {
	width: 30px;
}

.info_txt span {
	font-size: 25px;
}

/* 地域医療連携室 ------------------*/
.title {
	width: 80%;
	padding: 10px;
	background: #366f48;
	color: #fff;
	text-align: center;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin: auto;
	font-weight: bold;
	margin-top: 35px;
}

.txt {
	width: 80%;
	padding: 10px;
	background: #fff8e6;
	text-align: center;
	margin: auto;
	font-weight: bold;
}

.txt img {
	width: 20px;
}

span.fl {
	font-size: 25px;
}

.dp_btn {
	width: 300px;
	background: #366f48;
	text-align: center;
	margin: 25px auto;
	padding: 15px;
	border-radius: 15px;
}

.dp_btn a {
	color: #fff;
	font-size: 18px;
}

/*スマホ*/
@media screen and (max-width: 780px) {

	/*mv-------------------------------*/
	.mv_box {
		width: 100%;
		min-width: auto;
	}

	/* main_area */
	.main_area {
		padding-top: 15px;
	}

	.policy .policy_box .flex_box {
		flex-wrap: wrap;
	}

	.under_inner .flex_box {
		display: block;
	}

	.policy .flex_box>div {
		width: 100%;
		margin-bottom: 20px;
	}

	.policy .policy_box .flex_box>div {
		width: 100%;
	}

	.policy .policy_box .flex_box>div>p {
		font-size: 18px;
		margin-left: 0px;
	}

	.img_info_list>div {
		width: 100%;
		margin-bottom: 20px;
	}

	.map_box>div {
		width: 100%;
	}

	.map_box>div:first-child img {
		width: 100%;
	}

	.activity_flex>p {
		width: 100%;
		margin-bottom: 20px;
	}

	.activity_flex>div.careplaza_img {
		width: 100%;
	}

	.activity_flex.wide>p {
		width: 100%;
		margin-bottom: 20px;
	}

	.activity_flex.wide>div.careplaza_img {
		flex-wrap: wrap;
	}

	.activity_flex.wide>div.careplaza_img img {
		width: 100%;
	}

	.btn_link_area>ul {
		flex-wrap: wrap;
	}

	.btn_link_area>ul>li {
		width: 100%;
		margin-bottom: 20px;
	}

	.btn_link_area>ul>li:last-of-type {
		margin-bottom: 0;
	}

	.f_y {
		height: auto;
		display: block;
		align-items: flex-start !important;
	}

	.f_y>.yajirushi {
		align-self: flex-start !important;
		margin: auto;
		width: 300px;
	}

	.edamameph {
		display: none;
	}

	.yajirushi {
		display: none;
	}

	.yajirushi_tate {
		display: block;
		text-align: center;
	}

	.dl_1 {
		width: 100% !important;
		margin: 0px;
	}

	.dl_1>dt {
		width: 100% !important;
		background: #c5e89b !important;
	}

	.dl_1>dd {
		width: 100% !important;
		background: #eef9e2;
	}

	.dl_2 {
		width: 100% !important;
		margin: 0px;
	}

	.dl_2>dt {
		width: 100% !important;
		background: #88b0f2 !important;
	}

	.dl_2>dd {
		width: 100% !important;
		background: #cfe1fd !important;
	}

	.flex_box_left {
		display: block;
		justify-content: flex-start;
	}

	.flex_box.menkai li {
		width: 100%;
	}

	.flex_box.menkai li:nth-of-type(1) {
		margin-bottom: 30px;
	}

	/* 7/15追加分　-------------------- */
	.cafe_flex {
		display: block;
	}

	/* 8/4追加分　-------------------- */
	.jisseki {
		display: block;
	}

	.jisseki div {
		margin: 30px auto;
		width: 98%;
	}

	.w50p {
		width: 98%;
	}

	.jisseki_right {
		width: 98%;
	}

	.scroll_table {
		width: 750px;
	}

	.scroll {
		overflow-x: scroll;
	}

	/* 10/24追加分　-------------------- */
	.newsarea {
		width: 100%;
		padding: 0;
	}

	.magazine_flex {
		display: block;
	}

	.magazine_txt {
		padding-left: 0;
	}

	.pamphlet_btn {
		width: 95%;
	}

	.backnumber {
		width: 95%;
	}

	.pranasu_txt {
		width: 100%;
	}

	.pranasu_img {
		width: 100%;
	}

	.backnumber_flex {
		display: block;
	}

	.scroll {
		overflow-x: scroll;
		width: 100%;
	}

	.sp_newsarea {
		display: block;
		color: red;
	}

	/* 10/28追加分　--------------- */
	.careplaza_img img {
		padding: 0;
	}

	.info_title {
		width: 90%;
	}

	.info_txt {
		width: 90%;
		background: #fff8e6;
	}

	.info_txt span {
		font-size: 18px;
	}

	/* 地域医療連携室 ------------------*/
	.title {
		width: 90%;
		padding: 10px;
		background: #366f48;
		color: #fff;
		text-align: center;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		margin: auto;
		font-weight: bold;
		margin-top: 35px;
	}

	.txt {
		width: 90%;
		padding: 10px;
		background: #fff8e6;
		text-align: center;
		margin: auto;
		font-weight: bold;
	}

	.txt img {
		width: 20px;
	}

	span.fl {
		font-size: 18px;
	}

	.dp_btn {
		width: 80%;
	}

	.kinou .kinou_img {
		display: block;
	}

	iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}

	a {
		word-break: break-all;
	}
}

.ol_btn_box {
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 780px) {
	.ol_btn_box {
		display: block;
	}
}

.ansupo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 15px auto;
}

.ansupo img.qr {
	width: 200px;
}

.ansupo img.poster {
	width: 300px;
}

@media screen and (max-width: 780px) {
	.ansupo {
		display: block;
		text-align: center;
	}

	.ansupo img.qr {
		margin-bottom: 15px;
	}

	.ansupo img.poster {
		width: 100%;
	}
}

.sp_br {
	display: none;
}

@media screen and (max-width: 780px) {
	.sp_br {
		display: block;
	}
}

.youtube_img {
	margin: 20px 0;
}

.youtube_img img {
	width: 500px;
}

@media screen and (max-width: 780px) {
	.youtube_img img {
		width: 100%;
	}
}

/*訪問看護ステーション　250417-------------------------------*/
.houmon_table th {
	min-width: 200px;
	background: #fceed3;
}

.houmon_table th, .houmon_table td {
	border: 1px solid #000;
	padding: 5px;
	font-size: 18px;
	text-align: center;
}

.houmon_mb30 {
	padding-bottom: 30px;
}

.houmon {
	padding-bottom: 30px;
}

.list_depart li {
	line-height: 2em;
	font-size: 18px;
}

.list_depart li:before {
	content: "●";
	color: #367048;
	margin-left: 2em;
	font-size: 18px;
}

.list_depart p {
	margin-left: 3.5em;
}

.houmon_box {
	max-width: 1100px;
	margin: 0 auto;
}

.houmon_imgbox p img {
	width: 100%;
	max-width: 400px;
	padding: 10px;
}

.houmon_map {
	max-width: 1000px;
	margin: 0 auto;
}

/*厚生労働大臣が定める事項　250527-------------------------------*/
.kousei {
	padding-bottom: 30px;
}

.kousei_mb30 {
	padding-bottom: 30px;
}

.kousei_wrap {
	width: max-content;
	margin-top: 20px;
}

@media screen and (max-width: 780px) {
	.kousei_wrap {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

.kousei_wrap .sp_only {
	display: none;
}

@media screen and (max-width: 780px) {
	.kousei_wrap .sp_only {
		display: inline;
	}
}

.kousei_wrap .kaitei {
	margin-top: 0;
	font-size: 100%;
	text-align: right;
}

.kousei_table th {
	min-width: 200px;
	background: #fceed3;
}

.kousei_table th, .kousei_table td {
	border: 1px solid #000;
	padding: 5px 30px;
	font-size: 18px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.kousei_tsuiki {
	margin-left: 60px;
}

@media screen and (max-width: 780px) {
	.kousei_tsuiki {
		margin-left: 0;
	}
}

.seminar a img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 50px auto;
}
.yakuzai_seminar{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.yakuzai_seminar a img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 50px auto;
}

.yakuzai_seminar a {
	display: block;
	width: 100%;
	max-width: 400px;
}

.yakuzai_seminar a span {
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	background: #366f48;
	padding: 10px;
	border-radius: 5px;
}