@charset "utf-8";
/* CSS Document */
.header_fix {
    justify-content: center;
}
.headertop {
    display: none;
}
.hmbgmenu {
    display: block;
}.wrap_sp_menu {
	position: fixed;
    bottom: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    background-color: var(--color-05);
    border-radius: 5px;
	color:#fff;
	text-align: center;
	box-shadow: 3px 3px 6px #fff;
}
.wrap_sp_menu i{
    font-size: 30px;
    line-height: 60px;
}
.sp_menu {
	display: none;
}
.wrap_menu {
	bottom: 0;
    z-index: 1000;
	display:none;
}
.menu_list {
    width: 100%;
    background-color: var(--color-05);
    border-radius: 0;	
}
.menu_list_li {
	
}
.menu_list_li a {
	position:relative;
	width: 95%;
    color: #fff;
    text-align: left;
    padding: 10px 10px 10px 40px;
    border-top: none;
    border-bottom: 1px solid var(--color-06);
}
.menu_list_li a::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: calc( 50% - 18px + 10px );
    right: 20px;
    color: #FFF;
    font-size: 18px;
}

.menu_list_li:nth-of-type(1) a ,
.menu_list_li:last-of-type a {
	border-radius: 0;
	border-left:none;
	border-right: none;
}
.menu_link strong {
    display: inline-block;
    margin-left: 4px;
    letter-spacing: 0.05em;
}
.sp_menu_bg {
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
	z-index:1000;
}
.sp_menu_bg {
}
.sp_menu_bg i{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: var(--color-08);
}
.wrap_topcontent_subpage_coments {
	width:60%;
}
/*.wrap_topcontent_subpage_image {
    width: 100%;
    height: 130vw;
    background-size: cover;
    background-position: center;
	border-bottom: 20px solid var(--color-08);
}*/
.wrap_topcontent_subpage_image {
    overflow: hidden;
    width: 100%;
    height: 480px;
    background-image: url( "../img/resident_top_image.jpg");
    background-repeat-x: repeat;
    background-size: 1200px;
    background-position-y: center;
    background-repeat-y: no-repeat;
    background-position-x: 55%;
    position: relative;
    border-bottom: 50px solid var(--color-08);
    }



.bg_decoration_01,
.bg_decoration_02,
.bg_decoration_03 {
	display:none;
}
.list_style_column_ul,
.list_style_column_ul:nth-of-type(2){
	width: calc( 100% - 40px );
    margin: 20px 10px 20px 30px;
}
.inqyiry_parson {
	font-size: 6vw;
    text-align: center;
}

.resident2bnr img{
    width: 100%;
}
.iseikai_hospital {
    width: 90%;
    margin: 0 auto 30px auto!important;
}
.grp_hospital {
    width: calc(50% - 30px / 2);
    margin: 0 30px 30px 0;
}



.grp_hospital:nth-child(2n) {
		margin-right: 0;
	}

.separatorsub {
	background-color: #7d7d7d;
    height: 4px;
    width: 80%;
    max-width: 900px;
    margin: 200px auto 100px!important;
    border-radius: 2px;
}













