@charset 'utf-8';


body {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.etext {
	font-family: 'Helvetica Neue', Helvetica, Avenir, san-serif;
}

::selection {
    background: #9a9994;
    color: #fff;
}

::-moz-selection {
    background: #9a9994;
    color: #fff;
}

a {
	color: #777468;
}

a:hover,
a.hover {
	color: #9a9994;
}



.caution {
	text-align: left;
}

.caution p {
	padding-left: 1em;
	color: #747474;
	line-height: 1.5;
	position: relative;
}

.caution p:before {
	display: inline-block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

sup {
	color: #747474;
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.sup:after {
	color: #747474;
	content: '※';
	font-size: .5em;
	vertical-align: top;
}

.caution ol {
	counter-reset: number;
	list-style: none;
}

.caution ol li {
	padding-left: 2em;
	color: #747474;
	font-size: 1.2em;
	position: relative;
}

.caution ol li:before {
	counter-increment: number;
	content: '※'counter(number)' ';
	position: absolute;
	top: 0;
	left: 0;
}

.caution p:not(:last-child),
.caution ol li:not(:last-child) {
	margin-bottom: .3em;
}



.btnarea a {
}

.btnarea a:hover,
.btnarea a.hover {
}

#call_head,
#call_head a {
	color: #111;
}

.btn_contact {
	display: inline-block;
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

#call_head .btn_contact {
	height: auto !important;
	margin: 0;
	font-size: 16px !important;
}

.btn_contact a {
	display: block;
	width: 100%;
	background: #ccc;
	color: #111;
	text-align: center;
	text-decoration: none;
}

.contactbtn .btn_contact a {
	height: 50px;
	padding: 5px;
}

.contactbtn a:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#call_head .btn_contact a {
	padding: 10px 15px !important;
}

.btn_contact a:hover,
.btn_contact a.hover {
	background: #9a9994;
	color: #fff !important;
}

.btn_contact i {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#call_head .btn_contact i {
	width: 20px !important;
	height: 20px !important;
}

.btn_contact span.icon {
	width: 100%;
	height: 100%;
}

.btn_contact span.icon span {
	width: 100%;
	height: 100%;
}

.btn_contact span.label {
	display: inline-block !important;
	padding-left: .4em;
	vertical-align: middle;
}

.btn_contact svg {
	fill: currentColor;
}

#headerelemcontactbtn .btn_contact a {
	height: auto;
	padding: 10px;
	text-align: left;
}

#navitab li a {
	color: #111;
}

#navitab li a .icon {
	color: #5e5e66;
}

#navitab li a.current,
#navitab li a:hover,
#navitab li a.hover {
	color: #6c6962;
}

#navitab li a.current .icon,
#navitab li a:hover .icon,
#navitab li a.hover .icon {
	color: #9a9994;
}

#navimenu {
	color: #111;
}

#navimenu.hover,
#navimenu.open {
	background: #9a9994;
	color: #fff;
}

#navi_header_thin .btn_header a,
#hours_head_icon .hoursnavi {
	background: #ccc;
	color: #111;
}

#navi_header_thin #nh_branch.btn_header a {
	background: #e3e2e1;
}

#navi_header_thin .btn_header a.hover,
#hours_head_icon .hoursnavi.hover {
	background: #9a9994 !important;
	color: #fff;
}

.navilowercontents li:first-child .label {
	font-weight: 700;
}

#headerelemgroupnavi {
	z-index: 99;
}

#headerelemgroupnavi,
#headerelemhoursnavi,
#headerelemmainsitebtn,
#headerelemcontactbtn {
	width: 100%;
	max-width: 260px;
}

#headerelemgroupnavi.elem,
#headerelemhoursnavi.elem,
#headerelemcontactbtn.elem {
	padding-top: 0;
}

#headerelemmainsitebtn.elem {
	padding-bottom: 0;
}

#headerelemcontactbtn {
}

#groupnavi_head,
#hoursnavi_head,
#mainsitebtn_head,
#contactbtn_head {
	width: 100%;
	position: relative;
}

.btn_groupnavi {
	line-height: 1;
}

.btn_groupnavi .btn {
	display: inline-block;
	width: 100%;
	padding: 10px;
	padding-right: 30px;
	background: #ddd;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.btn_groupnavi .btn.hover,
#groupnavi_head.open .btn_groupnavi .btn {
	background: #808080;
	color: #fff;
}

.btn_groupnavi .btn:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.btn_groupnavi .btn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	/*color: #9a9994;*/
	font-style: normal;
	vertical-align: middle;
	position: relative;
}
/*
.btn_groupnavi .btn.hover i,
#groupnavi_head.open .btn_groupnavi .btn i {
	color: #fff;
}
*/
.btn_groupnavi .btn i span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.btn_groupnavi .btn i span svg {
	fill: currentColor;
}

.btn_groupnavi .btn .label {
	display: inline-block;
	padding-left: .4em;
	vertical-align: middle;
}

.btn_groupnavi .btn .arrow {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.btn_groupnavi .btn .arrow span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.btn_groupnavi .btn .arrow span:before {
	display: inline-block;
	content: '\f104';
	font-size: 16px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 16px;
	transition: .2s;
	transform: rotate(90deg);
}

#groupnavi_head.open .btn_groupnavi .btn .arrow span:before {
	transform: rotate(-90deg);
}

.groupnavi {
	width: 100%;
	height: 0;
	opacity: 0;
	text-align: left;
	overflow: hidden;
	transition: .2s;
}

#groupnavi_head.open .groupnavi {
	height: auto;
	opacity: 1;
}

.groupnavi ul {
	list-style: none;
}

.groupnavi li {
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
}

.groupnavi li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	padding-right: 35px;
	background: #f5f5f5;
	color: #111;
	text-decoration: none;
	position: relative;
}

.groupnavi li:not(:last-child) a {
	border-bottom: 1px solid #9a9994;
}

.groupnavi li a:hover,
.groupnavi li a.hover {
	background: #9a9994;
	color: #fff;
}

.groupnavi li .arrow {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.groupnavi li .arrow span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.groupnavi li .arrow span:before {
	display: inline-block;
	content: '\f109';
	font-size: 16px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 16px;
}



.btn_hoursnavi {
	line-height: 1;
}

.btn_hoursnavi .btn {
	display: inline-block;
	width: 100%;
	padding: 10px;
	padding-right: 30px;
	background: #ccc;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.btn_hoursnavi .btn.hover,
#groupnavi_head.open .btn_hoursnavi .btn {
	background: #9a9994;
	color: #fff;
}

.btn_hoursnavi .btn:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.btn_hoursnavi .btn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.btn_hoursnavi .btn.hover i {
	color: #fff;
}

.btn_hoursnavi .btn i span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.btn_hoursnavi .btn i span svg {
	fill: currentColor;
}

.btn_hoursnavi .btn .label {
	display: inline-block;
	padding-left: .4em;
	vertical-align: middle;
}

.btn_hoursnavi .btn .arrow {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.btn_hoursnavi .btn .arrow span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.btn_hoursnavi .btn .arrow span:before {
	display: inline-block;
	content: '\f110';
	font-size: 16px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 16px;
}

#hoursnavi_foot .btn_hoursnavi .btn {
	margin-bottom: 5px;
	padding-right: 10px;
}

#hoursnavi_foot .btn_hoursnavi .btn {
	height: 50px;
	padding: 5px;
	padding-right: 10px;
	text-align: center;
}

#hoursnavi_foot .btn_hoursnavi .btn .label {
	margin-right: 0;
}

.btn_mainsite {
	font-size: 14px;
	line-height: 1.4;
}

.btn_mainsite a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #ddd;
	color: #111;
	text-align: left;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

.btn_mainsite a:hover,
.btn_mainsite a.hover {
}

.btn_mainsite a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.btn_mainsite a i span {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.btn_mainsite a .label {
	display: inline-block;
	width: calc(100% - 20px - 16px);
	padding-left: .4em;
	padding-right: .4em;
	vertical-align: middle;
}

.btn_mainsite a .arrow {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 1;
}

.btn_mainsite a .arrow span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.btn_mainsite a .arrow span:before {
	display: inline-block;
	content: '\f109';
	font-size: 16px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 16px;
	transition: .2s;
}

.btn_mainsite a:hover .arrow span:before,
.btn_mainsite a.hover .arrow span:before {
	transform: translate(3px,-3px);
}


@media only screen and (min-width: 1001px) {

	body.fixed #call_head {
		display: block;
	}

	body:not(.fixed) #call_head {
		display: none;
	}

	#call_head .btn_contact {
		width: auto !important;
	}

	body:not(.fixed) #call_head .btn_contact a {
		background: #ccc;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a {
		background: #ccc;
	}

	body.fixed #call_head .btn_contact a:hover,
	body.fixed #call_head .btn_contact a.hover {
		background: #9a9994;
		color: #fff;
	}

	body:not(.fixed) #call_head .btn_contact a:hover,
	body:not(.fixed) #call_head .btn_contact a.hover {
		background: #9a9994;
		color: #fff;
	}

	body.fixed #headerelemgroupnavi {
		display: none;
	}

	body:not(.fixed) #headerelemgroupnavi,
	body:not(.fixed) #headerelemcontactbtn {
		display: block;
	}

	#headerelemgroupnavi,
	#headerelemhoursnavi,
	#headerelemcontactbtn {
		padding: 0 5px;
	}

	#headerelemhoursnavi {
		width: 160px;
	}

	body.fixed #headerelemhoursnavi {
		width: auto;
	}

	.btn_groupnavi .btn {
		height: 50px;
		padding: 5px;
		text-align: center;
	}

	.btn_groupnavi .btn .arrow {
		right: 1em;
	}

	.groupnavi {
		position: absolute;
		top: 50px;
		left: 0;
	}

	#groupnavi_head.open .groupnavi {
		box-shadow: 2px 2px 0 0 rgba(0,0,0,.2);
	}

	.btn_hoursnavi .btn {
		height: 50px;
		padding: 5px;
		text-align: center;
	}

	body:not(.fixed) .btn_hoursnavi .btn .label {
		margin-right: 1em;
	}

	.btn_hoursnavi .btn .arrow {
		right: 1em;
	}

	body.fixed #hoursnavi_head {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 0 20px;
	}

	body.fixed .btn_hoursnavi .btn {
		height: auto;
		padding: 10px 15px;
		padding-right: calc(15px + 1.5em);
	}

	#hoursnavi_foot .btn_hoursnavi .btn {
		margin-bottom: 0;
	}

	#headerelemmainsitebtn {
		width: auto;
		max-width: none;
		position: absolute;
		top: 75px;
		left: 83px;
	}

	body.safearea #headerelemmainsitebtn {
		left: calc(env(safe-area-inset-left) + 83px);
	}

	body.fixed #headerelemmainsitebtn {
		display: none;
	}

	.btn_mainsite {
		font-size: 12px;
		line-height: 1.2;
	}

	.btn_mainsite a {
		display: block;
		width: auto;
		padding: 3px 0;
		border: none;
		border-top: 1px solid #aaa;
		color: #5e5e66;
	}

	.btn_mainsite a i {
		display: none;
	}

	.btn_mainsite a .label {
		width: auto;
		padding-left: 0;
		padding-right: .4em;
	}

	.btn_mainsite a .arrow {
		display: inline-block;
		width: auto;
		height: auto;
		line-height: 1;
	}

	.btn_mainsite a .arrow span:before {
		font-size: 12px;
	}


	#headerelemcontactbtn {
		width: 160px;
	}

	body.fixed #headerelemcontactbtn {
		display: none;
	}

	#headerelemcontactbtn .btn_contact a {
		height: 50px;
		padding: 5px;
		text-align: center;
	}
}


@media only screen and (min-width: 1001px) {

	body.detach:not(.fixed) #navielem,
	body.detach.nosticky #navielem {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	body.detach:not(.fixed) #headerelemnavi.elem,
	body.detach.nosticky #headerelemnavi.elem {
		order: 4;
	}

	body.detach:not(.fixed) #headerelemcontactbtn.elem,
	body.detach.nosticky #headerelemcontactbtn.elem {
		order: 2;
		margin-top: auto;
		margin-right: 10px;
		margin-bottom: 0;
	}

	body.detach:not(.fixed) #headerelemhoursnavi.elem,
	body.detach.nosticky #headerelemhoursnavi.elem {
		order: 2;
		margin-top: auto;
		margin-right: 10px;
		margin-bottom: 0;
	}

	body.detach:not(.fixed) #headerelemgroupnavi.elem,
	body.detach.nosticky #headerelemgroupnavi.elem {
		order: 3;
		margin-top: auto;
		margin-right: 20px;
		margin-bottom: 0;
	}

	body.detach:not(.fixed) #headerelemsns.elem,
	body.detach.nosticky #headerelemsns.elem {
		order: 5;
	}
}



.blockheader {
	color: #4d4c4a;
}

.blockheader .icon {
	color: #979492;
}


body {
	margin: 0 auto;
	background: #fff;
	color: #111;
	-webkit-font-smoothing: antialiased;
}

#headerbar > .inner,
#upper > .inner,
#navi_menu > .inner,
#contentheader > .inner,
.breadcrumb > ul,
#container > .inner,
#bottom > .inner > .columns,
#copyright > span,
#bureau > .inner,
.bnrblock > .inner,
.contactinfo {
	max-width: 1200px;
}

#upper {
	min-width: 320px;
	height: 60px;
}

#headerbar {
	height: 20px;
}

#logo_header {
	height: 60px;
	padding-top: 5px;
	left: 10px;
}

#navi_header_thin {
	height: 60px;
}

#navi_global {
	top: 0;
}

body:not(.slidenavi) #navi_global.open {
	padding-top: 60px;
}

#navi_menu {
	top: 90px;
}

#navi_menu.fixed {
	height: calc(100% - 90px);
}

#container {
	padding-top: 90px;
}

#container.contentpageheader {
	padding-top: 60px;
}

#contentheader {
	top: 60px;
}

body:not(.fixed) .contentpageheader #contentheader {
	top: -60px;
}

#contentheader > .inner {
	height: 30px;
}

#columns #main,
#columns #side {
	width: 100%;
}

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

	body.slidenavi #navi_global {
		width: 240px;
		height: calc(100% - 60px);
		margin-top: 60px;
		left: auto;
		right: -240px;
	}

	body.safearea.slidenavi #navi_global {
		width: calc(240px + env(safe-area-inset-right));
		right: calc(calc(240px + env(safe-area-inset-right)) * -1);
	}

	body.slidenavi #navi_global.open {
		right: 0;
	}

	#slidenavicover {
		width: calc(100% - 240px);
		height: calc(100% - 60px);
	}

	body.safearea #slidenavicover {
		width: calc(100% - calc(240px + env(safe-area-inset-right)));
	}
}

@media only screen and (min-width: 769px) {

	#contentheader > .inner {
		height: 40px;
	}

	#columns #main {
		width: calc(100% - 280px);
	}

	#columns #side {
		width: 280px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	#navi_menu {
		top: 100px;
	}

	#navi_menu.fixed {
		height: calc(100% - 100px);
	}

	#container {
		padding-top: 100px;
	}

	#container.contentpageheader {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 1001px) {

	#upper {
		height: 120px;
	}

	body:not(.detach) #upper {
		height: 120px;
	}

	body.fixed:not(.nosticky) #upper {
		height: 60px;
		border-top: 5px solid #7fc13f;
	}

	body:not(.fixed) #upper > .inner,
	body.nosticky #upper > .inner {
		height: calc(100% - 20px);
	}


	#logo_header {
		height: 100%;
		left: 20px;
	}

	body:not(.fixed) #logo_header,
	body.nosticky #logo_header {
		height: auto;
		padding: 0;
		top: 20px;
	}


	body:not(.nosticky) #navi_global {
		top: 0;
	}

	body:not(.nosticky) #navi_menu {
		top: 160px;
	}

	body.fixed:not(.nosticky) #navi_menu {
		top: 100px;
	}

	body:not(.fixed):not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 210px);
	}

	body.fixed:not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 90px);
	}

	body:not(.nosticky) #container {
		padding-top: 150px;
	}

	body:not(.nosticky) #container.contentpageheader {
		padding-top: 110px;
	}

	body:not(.nosticky) #contentheader {
		top: 120px;
	}

	body:not(.nosticky) .contentpageheader #contentheader {
		top: -60px;
	}

	body.fixed:not(.nosticky) #contentheader {
		top: 60px;
	}


	body.detach:not(.fixed) #upper {
		height: 180px;
	}

	body.detach:not(.fixed) #headerelemnavi.elem,
	body.detach.nosticky #headerelemnavi.elem {
		height: 60px;
	}

	body.detach:not(.fixed):not(.nosticky) #navi_menu {
		top: 220px;
	}
/*
	body.detach:not(.fixed):not(.nosticky) #container {
		padding-top: 220px;
	}
*/
	body.detach #container {
		padding-top: 220px;
	}

	body.detach #container.contentpageheader {
		padding-top: 180px;
	}

	body.detach:not(.fixed):not(.nosticky) #contentheader {
		top: 180px;
	}

	body.detach:not(.fixed):not(.nosticky) .contentpageheader #contentheader {
		top: -60px;
	}


	body.nosticky #upper {
		height: 120px;
	}

	body.nosticky.detach #upper {
		height: 180px;
	}

	body.nosticky #container {
		padding-top: 0;
	}

	body.nosticky #contentheader {
		top: 0;
	}

	body.nosticky #navi_menu {
		top: 40px;
	}
}


#navimenu {
	right: 0;
}

#naviicon {
	right: 50px;
}

#navi_header_thin .btn_header {
	/*width: 60px;*/
}

#upper {
	background: #fff;
}

body.fixed #upper,
body.menuopen #upper {
}

#upper .headerdesc {
	color: #fff;
}

#headerbar {
	display: none;
	background: #7fc13f;
}

#headerbar > .inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

body.safearea #headerbar > .inner {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#headerbar > .inner:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#headerbar .headerdesc {
	vertical-align: middle;
	position: relative;
	top: auto;
	left: auto;
}

@media only screen and (min-width: 1001px) {

	#upper {
		border-bottom: 1px solid #e9e7e2;
	}

	body:not(.fixed).detach #headerbar,
	body:not(.fixed).detach.nosticky #headerbar {
		display: block;
	}
}


body.safearea #logo_header {
	left: calc(env(safe-area-inset-left) + 10px);
}

@media only screen and (min-width: 1001px) {

	body.safearea #logo_header {
		left: calc(env(safe-area-inset-left) + 20px);
	}
}


#navi_global {
	background: #fff;
}

body.safearea #navi_global > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}

body.safearea.slidenavi #navi_global > .inner {
	padding-left: 0;
}
/*
body.slidenavi #navi_global.open {
	box-shadow: 1px 0 3px 1px rgba(0,0,0,.3);
}
*/
body.slidenavi #navi_global.open > .inner {
	border-left: 1px solid #e9e7e2;
}

@media only screen and (min-width: 1001px) {

	#navi_global,
	#navi_global .inner {
		overflow: visible;
	}

	body.safearea #navi_global > .inner {
		padding-bottom: 0;
	}
}

#navi_header_thin {
	border-top: 5px solid #7fc13f;
	border-bottom: 1px solid #e9e7e2;
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#navitab .exlink .arrow span:before,
#navitab a[target="_blank"] .arrow span:before {
	content: '\f109' !important;
}

#navitab li.exlink:not(.navilower) a:hover .arrow span,
#navitab li.exlink:not(.navilower) a.hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"]:hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"].hover .arrow span {
	transform: translate(3px,-3px);
}

@media only screen and (min-width: 1001px) {

	#navitab .exlink a .anctitle,
	#navitab a[target="_blank"] .anctitle {
	}

	#navitab .exlink .arrow,
	#navitab a[target="_blank"] .arrow {
	}

	#navitab .exlink .tab .label:after,
	#navitab a[target="_blank"] .label:after {
		display: inline-block;
		content: '\f109';
		margin-left: .3em;
		font-family: 'uiicon';
		font-weight: normal !important;
		text-align: center;
		transition: .2s;
	}

	#navitab a.exlink:hover .tab .label:after,
	#navitab a.exlink.hover .tab .label:after,
	#navitab a[target="_blank"]:hover .label:after,
	#navitab a[target="_blank"].hover .label:after {
		transform: translate(3px,-3px);
	}

	body:not(.fixed) #navitab .exlink .tab .label:after,
	body:not(.fixed) #navitab a[target="_blank"] .label:after {
		margin-right: -1.3em;
	}

	body:not(.fixed).detach #navitab li,
	body:not(.fixed).detach.nosticky #navitab li {
		flex-grow: 1;
		width: 100%;
	}

	body:not(.fixed).detach #navitab,
	body:not(.fixed).detach.nosticky #navitab {
		padding: 0 20px;
	}

	body:not(.fixed).detach #navitab li a,
	body:not(.fixed).detach.nosticky #navitab li a {
		width: 100%;
	}

	body.detach #navitab > li > a,
	body.detach.nosticky #navitab > li > a {
		border-right: 1px solid #aaa;
	}

	body.detach #navitab > li:first-child > a,
	body.detach.nosticky #navitab > li:first-child > a {
		border-left: 1px solid #aaa;
	}

	body.fixed.detach #navitab > li:first-child > a,
	body.fixed.detach.nosticky #navitab > li:first-child > a {
		border-left: none;
	}

	body.fixed.detach #navitab > li:last-child > a,
	body.fixed.detach.nosticky #navitab > li:last-child > a {
		border-right: none;
	}

	#navitab {
		overflow: visible;
	}

	#navitab li.navilower {
		overflow: visible;
		position: relative;
	}

	#navitab .navilower .tab .label:after {
		display: inline-block;
		content: '\f104';
		margin-left: .5em;
		font-family: 'uiicon';
		font-weight: normal !important;
		text-align: center;
		transform: rotate(90deg);
		transition: .2s;
	}

	#navitab .navilower.open .tab .label:after {
		transform: rotate(-90deg);
	}

	body:not(.fixed) #navitab .navilower .tab .label:after {
		margin-left: 1em;
		margin-right: -2em;
	}

	#navitab .navilowercontents {
		display: block !important;
		width: 260px;
		height: 0;
		background: #f2f2f2;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: 0;
		transition: .2s;
	}

	#navitab li.open .navilowercontents {
		height: auto;
		opacity: 1;
		box-shadow: 2px 2px 0 0 rgba(0,0,0,.2);
	}

	body.fixed #navitab .navilowercontents {
		top: 54px;
	}

	#navitab .navilowercontents li {
		display: block !important;
		width: 100% !important;
		font-size: 16px;
	}

	#navitab .navilowercontents li a {
		margin: 0;
		padding: 10px 15px;
		background: #f5f5f5;
	}

	#navitab .navilowercontents li a:not(:last-child),
	#navitab .navilowercontents ul li:not(:last-child) a {
		border-bottom: 1px solid #9a9994;
	}

	#navitab .navilowercontents li a.current {
		background: #bcbbb9;
		color: #fff;
	}

	#navitab .navilowercontents li a:hover,
	#navitab .navilowercontents li a.hover {
		background: #9a9994;
		color: #fff;
	}
}

#navitab .tab .icon {
	width: 18px;
	height: 18px;
}

@media only screen and (min-width: 1001px) {

	body.detach #navitab .tab,
	body.detach.nosticky #navitab .tab {
		flex-direction: column;
	}

	#navitab .tab .icon {
		width: 24px;
		height: 24px;
		margin: 0 !important;
		margin-bottom: .5em !important;
	}
}

@media only screen and (min-width: 1201px) {

	#navitab .tab .icon {
		width: 26px;
		height: 26px;
	}
}


#contentheader {
	border-bottom: 1px solid #e9e7e2;
	background: #fff;
}

body.safearea #contentheader {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.fixed #contentheader {
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#submenu > div {
	background: #9a9994;
	color: #fff;
}

#navi_menu {
	background: #fff;
}

body.safearea #navi_menu {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_menu.fixed {
	padding-bottom: env(safe-area-inset-bottom);
}

#navi_menu.open {
	border-top: 1px solid #e9e7e2;
}

#navi_menu.button .archivenavi a {
	border: none;
	background: #9a9994;
	color: #fff;
	font-weight: 700;
}

#navi_menu.button .archivenavi a:hover,
#navi_menu.button .archivenavi a.hover {
	background: #bcbbb9;
}

#navi_menu.open:not(.fixed) {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#container {
	background: #fff;
}

#columns #side {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	border-top: 1px solid #b2b2c1;
	background: #f5f5f5;
}

#container > .inner > #side {
	border-top: 1px solid #b2b2c1;
}

#side .archivenavi li a {
	border-bottom-color: #b2b2c1;
}

.sidebarheader {
	border-bottom-color: #5e5e66;
	color: #4d4c4a;
}

@media only screen and (min-width: 769px) {

	body.nosticky #contentheader {
		border-bottom: 1px solid #e9e7e2;
		box-shadow: none;
	}

	#columns #side {
		border: none;
	}
}


body.safearea .breadcrumb {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea .articleblock {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

@media only screen and (min-width: 769px) {

	body.safearea #main .breadcrumb {
		padding-right: 0;
	}

	body.safearea #columns #side {
		padding-left: 0;
	}
}



#jump a > span {
	background: rgba(0,0,0,.3);
	border-radius: 0;
}

#jump a:hover > span,
#jump a.hover > span {
	background: rgba(0,0,0,.6);
}

#jump a > span > span {
	width: 100%;
	height: 50px;
	transform: rotate(0deg);
}

#jump a > span > span > span {
	transform: rotate(0deg);
}

#jump a > span > span .icon,
#jump a > span > span .icon span {
	width: 36px;
	height: 36px;
}

#jump a .label {
	width: 100%;
	margin-top: 3px;
	font-size: 10px;
}

body.safearea #bottom {
	padding-bottom: env(safe-area-inset-bottom);
}

#bottom > .inner {
	border-top: 1px solid #5e5e66;
}

#bottom > .inner > .columns {
	margin: 0 auto;
	padding-top: 30px;
}

body.safearea #bottom > .inner > .columns {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#copyright {
	padding: 30px 20px;
}

#copyright > span {
	margin: 0 auto;
}

#footer_orginfo .orginfo {
	text-align: center;
}

#footer_orginfo .orgname .name span {
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}

#footer_orginfo .orgname a[target="_blank"] .name:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

#footer_orginfo #call_footer_number {
	font-size: 24px;
	line-height: 1;
}

#call_footer_number i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .2em;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#call_footer_number span.icon {
	width: 100%;
	height: 100%;
}

#call_footer_number span.icon span {
	width: 100%;
	height: 100%;
}

#call_footer_number span.etext {
	vertical-align: middle;
}

#footer_orginfo .orginfo.contact .cover {
	padding-bottom: 0;
}

#footer_orginfo .orginfo.address .cover {
	padding-top: 0;
}

#footer_orginfo .orginfo.address .infocell {
	padding: 0;
}


#footer_orginfo {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#footer_navi {
	width: 100%;
}

#footer_orginfo .bizname {
	order: 1;
}

#footer_orginfo .addressinfo {
	order: 2;
}

#footer_orginfo .contactform {
	order: 3;
}

#contactbtn_foot {
	/*
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	*/
	width: auto;
}

#hoursnavi_foot {
	width: auto;
}

.footer_navi ul {
	padding: 0;
}

.footer_navi li {
	width: 100%;
	padding: 0;
}

.footer_navi li a {
	justify-content: flex-start;
	margin: 0;
	padding: 10px 20px;
	border: none;
	border-bottom: 1px solid;
	color: #4d4d4d;
	font-size: 14px;
	text-align: left;
}

.footer_navi > ul.navi:nth-child(2) > li > a {
	font-size: 16px !important;
}

.footer_navi li li a {
	color: #4d4d4d;
}

.footer_navi ul ul {
	width: 100%;
	padding: 0;
}

.footer_navi li a:before {
	content: '\f104';
	margin-right: .5em;
	font-size: .65em;
	font-family: 'uiicon';
	font-weight: normal !important;
	line-height: 2.4;
}

.footer_navi li a.exlink:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
	line-height: 1.8;
}

.footer_navi .navi > li > a span {
	font-weight: 400;
}

.footer_navi > ul.navi:nth-child(2) > li > a span {
	font-weight: 700;
}

#relationsites {
	text-align: center;
}

#relationsites > .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

body.safearea #relationsites > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#relationsites .site {
	max-width: 280px;
	padding: .8em 2em;
}

#relationsites .site img {
	width: 100%;
	height: auto;
}

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

	.footer_navi ul.navi > li:first-child > a {
		border-top: 1px solid #707070;
	}

	.footer_navi ul.navi:nth-child(2) > li:first-child > a {
		border-top-color: #fff;
	}

	.footer_navi li li a {
		font-size: 16px !important;
		font-weight: 700;
	}

	.footer_navi > ul.navi:nth-child(1) > li a {
		background: #f5f5f5;
		border-bottom-color: #707070;
	}

	.footer_navi > ul.navi:nth-child(2) > li a {
		padding: 15px 20px;
		background: #9a9994;
		border-bottom-color: #fff;
		color: #fff;
	}

	.footer_navi ul.navi:nth-child(1) a:hover,
	.footer_navi ul.navi:nth-child(1) a.hover {
		background: #e3e2e1;
	}

	.footer_navi ul.navi:nth-child(2) a:hover,
	.footer_navi ul.navi:nth-child(2) a.hover {
		background: #bcbbb9;
	}

	.footer_navi li a.exlink:before {
		display: none;
	}

	.footer_navi li a.exlink:after {
		flex-basis: 20px;
		flex-grow: 1;
		margin: 0;
		text-align: right;
	}

	.footer_navi li a.exlink span {
		flex-basis: auto;
		flex-grow: 10;
	}
}

@media only screen and (min-width: 769px) {

	#copyright {
		border-top: 1px solid #e9e7e2;
	}

	#footer_orginfo {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.footer_navi > ul:nth-child(2) {
		width: calc(100% - (100% / 4));
	}

	.footer_navi > ul:nth-child(2) > li {
		width: calc((100% - 1px) / 3);
		padding-right: 20px;
	}

	.footer_navi ul {
		padding: 20px;
	}

	.footer_navi ul li {
		padding: 4px 0;
	}

	.footer_navi li a {
		padding: 0;
		border: none;
	}

	.footer_navi li li a {
		font-size: 14px !important;
	}

	.footer_navi ul ul {
		width: 100%;
		padding-top: 5px;
	}

	.footer_navi li li {
		width: 100% !important;
		padding: 2px 0 !important;
	}
}

@media only screen and (min-width: 1001px) {

	#footer_orginfo .orginfo.contactform > .cover > .brick {
		flex-direction: row;
	}

	#footer_orginfo .orginfo.contactform > .cover > .brick > div {
		width: 50%;
		padding: 0 2px;
	}

	#hoursnavi_foot .btn_hoursnavi .btn .label {
		margin-right: 1em;
	}
}



#bureau > .inner {
	background: #fff;
}
/*
body.safearea #bureau > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}
*/

body.safearea .contactinfo {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.contactinfo > .inner {
	width: 100%;
	padding: 30px;
	vertical-align: top;
	position: relative;
}

@media only screen and (min-width: 769px) {

	.contactinfo > .inner {
		padding: 50px;
	}
}


.logotypeset .logo_mark {
	width: 11.6%;
}

.logotypeset .logo_type {
	width: 86.4%;
	margin-left: 2%;
	text-align: left;
}

.logotypeset .mark {
	width: 100%;
	padding-top: 82.758%;
}

.logotypeset .type {
	width: 50%;
	margin: 0;
	padding-top: 8.333%;
}

.logotypeset.vertical .logo_mark {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 5%;
}

.logotypeset.vertical .logo_type {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.logo_mark_left {
	fill: #de0012 !important;
}

.logo_mark_right {
	fill: #eb8f00 !important;
}

.logo_type svg {
	fill: #000;
}

#logo_footer .logotypeset {
	width: 240px;
	max-width: none;
	margin: 0;
}

.facilitylogo .logo_mark {
	width: 18.892%;
}

.facilitylogo .logo_type {
	width: 77.850%;
	margin-left: 3.257%;
	margin-bottom: 3.649%;
}

.facilitylogo .type {
	width: 100%;
	padding-top: 12.133%;
}

.facilitylogo .text_shoulder {
	margin-bottom: .5em;
	color: #000;
	font-size: 9px;
	line-height: 1;
	white-space: nowrap;
}

.facilitylogo .text_shoulder span {
	display: none;
}

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

	#logo_header .logotypeset {
		width: 164px;
	}

	#logo_header .logotypeset .logo_mark {
		width: 33.526%;
	}

	#logo_header .logotypeset .logo_type {
		width: 62.427%;
		margin-left: 4.046%;
	}

	#logo_header .logotypeset .type {
		width: 100%;
		margin: 1.851% 0;
		padding-top: 16.666%;
	}


	#logo_header .facilitylogo .logo_mark {
		width: 25.139%;
	}

	#logo_header .facilitylogo .logo_type {
		width: 71.609%;
		margin-left: 3.250%;
	}

	#logo_header .facilitylogo .type {
		width: 100%;
		margin: 0;
		padding-top: 12.133%;
	}
}

@media only screen and (min-width: 769px) {

	#logo_header .logotypeset {
		width: 192px;
	}
}

@media only screen and (min-width: 1001px) {

	body:not(.fixed) #logo_header .logotypeset,
	body.nosticky #logo_header .logotypeset {
		width: 274px;
	}

	body:not(.fixed) .facilitylogo .text_shoulder,
	body.nosticky .facilitylogo .text_shoulder {
		margin-bottom: .3em;
		font-size: 14px;
	}

	body:not(.fixed) .facilitylogo .text_shoulder span,
	body.nosticky .facilitylogo .text_shoulder span {
		display: inline;
	}
}


.btnarea {
	font-size: 16px;
	padding: 0 20px;
}

.btnarea a {
	width: 100%;
	max-width: 320px;
	padding: 14px 20px;
	border: 1px solid #7fc13f;
	background: #7fc13f;
	color: #fff;
	font-weight: 700;
}



.bnrblock {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.bnrblock:not(.widebrick):not(.bnrcolumn):before {
	content: '';
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.bnrblock:not(.bnrcolumn) > .inner {
	margin: 0 auto;
	padding-top: 200px;
	position: relative;
}

.bnrblock .columns {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bnrblock .columns .column {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px;
}

.bnrblock .columns .column:not(:last-child) {
	margin-bottom: 20px;
}

.bnrblock:not(.bnrcolumn) .bnritem {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(94,94,102,.7);
	color: #fff;
	padding: 30px;
}

body.safearea .bnrblock:not(.bnrcolumn) .bnritem {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.bnrblock:not(.bnrcolumn) .btnarea a {
	width: auto;
	max-width: none;
	padding: 14px 40px;
	border: 1px solid #fff;
	background: none;
}

.bnrblock .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.bnrblock h2 {
	margin-bottom: .7em;
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1.4;
}

.bnrblock p {
	margin-bottom: 2em;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5;
}

.bnrblock.widebrick {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bnrblock.widebrick > .inner {
	padding-top: 0;
}

body.safearea .bnrblock.widebrick .bnritem {
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(0,0,0,.3);
	text-align: center;
}

body.safearea .bnrblock.widebrick .bnritem h2 {
	margin-bottom: 1.5em;
}

body.safearea .bnrblock.widebrick .bnritem h2 span {
	display: inline-block;
}

#bnrblock_recruit:before {
	background-image: url(../image/bnr/back_bnr_recruit.jpg);
}

#bnrblock_free-low-cost-medical-care:before {
	background-image: url(../image/bnr/back_bnr_free-low-cost-medical-care.jpg);
}

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 1001px) {

	.bnrblock:not(.bnrcolumn) {
		height: 340px;
	}

	.bnrblock:not(.widebrick):not(.bnrcolumn):before {
		height: 100%;
	}

	.bnrblock:not(.bnrcolumn) > .inner {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
		height: 100%;
	}

	.bnrblock:not(.bnrcolumn) .bnritem {
		width: 380px;
		height: 100%;
		padding: 30px 50px;
	}

	body.safearea .bnrblock:not(.bnrcolumn) .bnritem {
		padding-left: 50px;
		padding-right: 50px;
	}

	.bnrblock .brick {
		font-size: 1.1em;
	}

	.bnrblock.widebrick {
		height: auto;
	}

	.bnrblock.widebrick > .inner {
		justify-content: flex-start;
	}

	body.safearea .bnrblock.widebrick .bnritem {
		width: 100%;
		padding-left: calc(env(safe-area-inset-left) + 30px);
		padding-right: calc(env(safe-area-inset-right) + 30px);
	}

	#bnrblock_free-low-cost-medical-care.bnrblock > .inner {
		justify-content: flex-start;
	}
}



#columnarticle > .inner,
body:not(#portal) #eventitems > .inner,
body:not(#portal) #reportarticle > .inner {
	width: 100%;
	padding: 30px 0;
	position: relative;
}


@media only screen and (min-width: 769px) {

	#columnarticle > .inner,
	body:not(#portal) #eventitems > .inner,
	body:not(#portal) #reportarticle > .inner {
		padding: 50px 30px;
	}

	#bureau #articlesection {
		width: 100%;
	}

	#bureau #blogcategories {
		width: 50%;
	}

	#bureau #blogarticle,
	#bureau #columnarticle,
	#bureau #eventitems,
	#bureau #reportarticle {
		width: 50%;
	}

	#bureau #blogarticle > .inner,
	#bureau #columnarticle > .inner,
	#bureau #eventitems > .inner,
	#bureau #reportarticle > .inner {
		max-width: 500px;
		margin: 0 auto;
	}
}

.articlelist .item {
	border-bottom-color: #b2b2c1;
}

.articlelist .item:first-child {
	border-top-color: #b2b2c1;
}

body:not(#portal) #columnarticle .articlelist .item article {
	transition: .2s;
}

body:not(#portal) #columnarticle .articlelist .item.hover article {
	background: #fff;
}

@media only screen and (min-width: 541px) {

	.articlelist.card .item article {
		box-shadow: none
	}
}


#navi_contentsmenu {
	padding: 20px;
	border-top: 1px solid #b2b2c1;
	border-bottom: 1px solid #b2b2c1;
	background: #f5f5f5;
	position: relative;
}

body.safearea #navi_contentsmenu {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#navi_contentsmenu > .inner {
	max-width: 800px;
	margin: 0 auto;
}

#navi_contentsmenu .sidebarheader {
	margin-bottom: .5em;
	padding: 0;
	padding-left: 40px;
	border: none;
}

#navi_contentsmenu .sidebarheader:before {
	content: '\f118';
}

#navi_contentsmenu .archivenavi > ul > li:first-child {
	width: 100%;
}

#navi_contentsmenu .archivenavi ul,
#navi_contentsmenu .archivenavi li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	text-align: center;
}

#navi_contentsmenu .archivenavi > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#navi_contentsmenu .archivenavi a {
	width: 100%;
	margin: 2px;
	padding: 10px 15px;
	border: 1px solid #707070;
	background: #fff;
	color: #4d4d4d;
	font-weight: 700;
}

#navi_contentsmenu .archivenavi > ul > li:first-child > a {
	border-top: 1px solid #707070;
}

#navi_contentsmenu .archivenavi a.current {
	background: #bcbbb9;
	color: #fff;
}

#navi_contentsmenu .archivenavi a:hover,
#navi_contentsmenu .archivenavi a.hover {
	background: #9a9994;
	color: #fff;
	transform: translateX(-10px);
}

#navi_contentsmenu .archivenavi li ul {
	margin-left: 2em;
}

@media only screen and (min-width: 769px) {

	#navi_contentsmenu {
		padding: 30px;
	}

	body.safearea #navi_contentsmenu {
		padding-left: calc(env(safe-area-inset-left) + 30px);
		padding-right: calc(env(safe-area-inset-right) + 30px);
	}
}

/*
#navi_contentsmenu {
}

#navi_contentsmenu > .inner {
	max-width: 800px;
	margin: 0 auto;
}

#navi_contentsmenu .archivenavi > ul > li:first-child {
	width: 100%;
}

#navi_contentsmenu .archivenavi ul,
#navi_contentsmenu .archivenavi li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	text-align: center;
}

#navi_contentsmenu .archivenavi > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#navi_contentsmenu .archivenavi a {
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #707070;
	background: #f5f5f5;
	color: #4d4d4d;
	font-weight: 700;
}

#navi_contentsmenu .archivenavi > ul > li:first-child > a {
	border-top: 1px solid #707070;
}

#navi_contentsmenu .archivenavi a:hover,
#navi_contentsmenu .archivenavi a.hover,
#navi_contentsmenu .archivenavi a.current {
	background: #e3e2e1;
}

#navi_contentsmenu .archivenavi li ul a {
	padding-left: 2em;
}

@media only screen and (min-width: 769px) {

	#navi_contentsmenu {
		padding: 30px;
		border-top: 1px solid #b2b2c1;
		border-bottom: 1px solid #b2b2c1;
		background: #f5f5f5;
	}

	body.safearea #navi_contentsmenu {
		padding-left: calc(env(safe-area-inset-left) + 30px);
		padding-right: calc(env(safe-area-inset-right) + 30px);
	}

	#navi_contentsmenu .archivenavi li ul {
		margin-left: 2em;
	}

	#navi_contentsmenu .archivenavi li a {
		margin: 2px;
		border: 1px solid #707070;
	}

	#navi_contentsmenu .archivenavi li a {
		background: #fff;
	}

	#navi_contentsmenu .archivenavi li ul a {
		padding-left: 15px;
	}
}
*/

#columnarticle {
	background: #f3f1ec;
}



.blankmemo {
	padding: 5em 2em;
	border: 5px solid #f2f2f2;
	background: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	position: relative;
}

.blankmemo:after {
	content: 'メモ';
	padding: .5em;
	background: #ccc;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	position: absolute;
	top: -5px;
	left: -5px;
}

.blankmemo:not(:last-child) {
	margin-bottom: 20px;
}

.blankmemo h2 {
	margin-bottom: .5em !important;
	font-size: 2em;
	line-height: 1.6 !important;
}

.blankmemo p {
	font-size: 1.6em;
	line-height: 1.6 !important;
}

.blankmemo p:not(:last-child) {
	margin-bottom: .5em !important;
}

@media only screen and (min-width: 769px) {

	.blankmemo {
		padding: 5em;
	}
}


#clinichours {
	width: 100%;
}

.clinichourstblblock {
	width: 100%;
	margin-bottom: 30px;
}

.clinichourstblblock .note {
	width: 100%;
	margin-top: .5em;
}

.clinichourstblblock .note p {
	font-size: .85em;
}

.clinichourstblblock .note .numframe > span {
	display: inline-block;
	width: 1em;
	margin-right: .2em;
	padding-top: 1em;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.clinichourstblblock .note .numframe > span > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ccc;
	font-size: .75em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.clinichours {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.clinichours > div {
	border-bottom: 2px solid #ccc;
	width: calc((100% - 2em) / 2);
	padding: .3em .5em;
}

.clinichours .day {
	width: 2em;
	text-align: center;
}

.clinichours .hours {
	border-left: 2px solid #ccc;
	text-align: center;
	line-height: 1.2;
}

.clinichours .hours .time {
	font-size: .85em;
}

.clinichours .cell {
	display: flex;
	flex-direction: column;
	border-left: 2px solid #ccc;
}

.clinichours .list:not(:last-child) {
	margin-bottom: .5em;
}

.clinichours .cell .doctor {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: .2em 0;
}

.clinichours .cell .doctor:not(:first-child) {
	border-top: 1px solid #ccc;
}

.clinichours .cell .doctor span {
	display: block;
}

.clinichours .cell .doctor > span:first-child,
.clinichours .cell .doctor > span + span {
	margin-right: .3em;
}

.clinichours .cell .room {
	width: 1em;
	padding-top: 1em;
	text-align: center;
	position: relative;
}

.clinichours .cell .room > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ccc;
	font-size: .75em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.clinichours .cell .badge {
	text-align: center;
}

.clinichours .cell .badge > span {
	margin: 1px 0;
	padding: .3em .5em;
	border-radius: 99px;
	background: #fcd6d6;
	font-size: .75em;
	line-height: 1;
}

.clinichours .cell.closed {
	background: #f2f2f2;
}

.clinichours .cell.closed > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.clinichours .cell .receiptnote {
	margin: 0 -.5em;
	transform: translateY(.3em);
	padding: .3em .5em;
	background: #f2f2f2;
}

.clinichours .cell .receiptnote:last-child {
	margin-top: auto;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}

.clinichours .cell .receiptnote > span {
	display: block;
	font-size: .85em;
}

.clinichours .cell .weekshift {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 !important;
}

.clinichours .cell .weekshift > span:first-child,
.clinichours .cell .weekshift > span + span {
	margin-right: .3em;
}

@media only screen and (min-width: 769px) {

	.clinichours > div {
		width: calc((100% - 4.5em - 1px) / 6);
	}

	.clinichours .day {
		width: calc((100% - 4.5em - 1px) / 6);
		border-right: 2px solid #ccc;
	}

	.clinichours .day.blank {
		width: 4.5em;
		border-right: 2px solid #ccc;
	}

	.clinichours .hours {
		width: 4.5em;
		border-left: none;
		border-right: 2px solid #ccc;
		text-align: left;
	}

	.clinichours .cell {
		border-left: none;
		border-right: 2px solid #ccc;
	}

	.clinichours > div.day.blank:nth-child(1) {
		order: 1;
	}


	.clinichours > div.hours.morning:nth-child(2) {
		order: 8;
	}

	.clinichours > div.hours.afternoon:nth-child(3) {
		order: 15;
	}


	.clinichours > div.day.mon:nth-child(4) {
		order: 2;
	}

	.clinichours > div.day.tues:nth-child(7) {
		order: 3;
	}

	.clinichours > div.day.wed:nth-child(10) {
		order: 4;
	}

	.clinichours > div.day.thur:nth-child(13) {
		order: 5;
	}

	.clinichours > div.day.fri:nth-child(16) {
		order: 6;
	}

	.clinichours > div.day.sat:nth-child(19) {
		order: 7;
	}


	.clinichours > div.cell:nth-child(5) {
		order: 9;
	}

	.clinichours > div.cell:nth-child(6) {
		order: 16;
	}


	.clinichours > div.cell:nth-child(8) {
		order: 10;
	}

	.clinichours > div.cell:nth-child(9) {
		order: 17;
	}


	.clinichours > div.cell:nth-child(11) {
		order: 11;
	}

	.clinichours > div.cell:nth-child(12) {
		order: 18;
	}


	.clinichours > div.cell:nth-child(14) {
		order: 12;
	}

	.clinichours > div.cell:nth-child(15) {
		order: 19;
	}


	.clinichours > div.cell:nth-child(17) {
		order: 13;
	}

	.clinichours > div.cell:nth-child(18) {
		order: 20;
	}


	.clinichours > div.cell:nth-child(20) {
		order: 14;
	}

	.clinichours > div.cell:nth-child(21) {
		order: 21;
	}
}



.clinichourssection {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.clinichourssection .clinichourstbl {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.clinichourssection .clinichourstbl.open {
	opacity: 1;
	position: relative;
	z-index: 10;
}


.clinichourstab {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.clinichourstab ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0;
}

.clinichourstab li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 16px;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.clinichourstab li:not(:last-child) {
	padding-right: 1px;
}

.clinichourstab .cover {
	width: 100%;
	height: 100%;
	border: 1px solid #5e5e66;
	background: #f6f6f6;
	color: #5e5e66;
	position: relative;
}

.clinichourstab li.open .cover {
	background: #5e5e66;
	color: #fff;
}

.clinichourstab li .label {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.clinichourstab li .label span  {
	display: none;
}

.clinichourstab li.open:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #5e5e66 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
}

.clinichourstab li .cover div {
	display: inline-block;
	vertical-align: middle;
}

.clinichourstab li .cover:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

@media only screen and (min-width: 769px) {

	.clinichourstab li {
		font-size: 18px;
	}

	.clinichourstab li .label span {
		display: inline;
	}
}



.clinichoursannounce {
	margin-bottom: 30px;
	font-size: 1rem;
	line-height: 1.5;
}

.clinichoursannounce > div:not(:last-child) {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.clinichourstblblock + .clinichoursannounce > div {
	width: 100%;
	border: none !important;
}

.clinichoursannounce > div.important {
	padding: 1em;
	background: #eddbdb;
}

.clinichoursannounce > div > p:not(:last-child) {
	margin-bottom: 1em;
}

.clinichoursannounce > div > h3 {
	margin-bottom: .7em;
	font-size: 1.1em;
	font-weight: 700;
}

.clinichoursannounce .contact {
	text-align: center;
}

.clinichoursannounce .contact:not(:last-child) {
	margin-bottom: 1em;
}

.clinichoursannounce .contact .brick {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 99px;
	background: #fcd6d6;
}

.clinichoursannounce .contact.nighttime .brick {
	background: #f2f2f2;
}

.clinichoursannounce .contact .call {
	font-size: 24px;
	line-height: 1;
}

.clinichoursannounce .contact.nighttime .call {
	font-size: 20px;
}

.clinichoursannounce .contact .call a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.clinichoursannounce .contact span.etext {
	vertical-align: middle;
}

.clinichoursannounce .contact .call i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: .2em;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

.clinichoursannounce .contact.nighttime .call i {
	width: 16px;
	height: 16px;
}

.clinichoursannounce .contact span.icon {
	width: 100%;
	height: 100%;
}

.clinichoursannounce .contact span.icon span {
	width: 100%;
	height: 100%;
}

.clinichoursannounce .contact .head {
	font-weight: 700;
}

.clinichoursannounce .contact.nighttime .head {
	font-size: .85em;
}

.clinichoursannounce .contact .desc {
	font-size: .85em;
}

.clinichoursannounce ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.clinichoursannounce ul:not(:last-child) {
	margin-bottom: 1.5em;
}

.clinichoursannounce li {
	list-style: none;
	display: inline-block;
	margin: 2px;
	padding: .4em .8em;
	background: #fcd6d6;
	color: #000;
	line-height: 1;
}

.clinichoursannounce .clinical-departments:not(:last-child) {
	margin-bottom: 1.5em;
}

.clinichoursannounce .clinical-departments > h3 {
	margin-bottom: .7em;
	font-size: 1.1em;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {

	.clinichoursannounce {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.clinichoursannounce > div {
		width: 50%;
		margin-bottom: 0 !important;
		padding: 1.5em !important;
		border-bottom: none !important;
	}

	.clinichoursannounce > div:not(.important):not(:nth-child(even)) {
		border-right: 1px solid #ccc;
	}

	.clinichoursannounce > div.important {
		width: 100%;
		padding: 2em;
	}
}



#clinichoursbox {
	display: none;
	padding-top: 60px;
	background: #fff;
	font-size: 1rem;
	line-height: 1.5;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	/*-ms-overflow-style: none;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#clinichoursbox::-webkit-scrollbar {
	display: none;
}

#clinichoursbox.show {
	z-index: 999;
}

#clinichoursbox > .inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px;
}

body.safearea.slidenavi #clinichoursbox > .inner {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
}

#clinichoursbox .blockheader .label {
	font-size: 1.6rem;
	font-weight: 700;
}

#clinichoursboxheader {
	width: 100%;
	height: 60px;
	border-top: 5px solid #7fc13f;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

#boxheaderlogo {
	width: auto;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 10px;
}

body.safearea #boxheaderlogo {
	left: calc(env(safe-area-inset-left) + 10px);
}

#boxheaderlogo:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#logo_header a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}

#boxheaderlogo .logotypeset {
	width: 164px;
}

#boxheaderlogo .logotypeset .logo_mark {
	width: 25.139%;
}

#boxheaderlogo .logotypeset .logo_type {
	width: 71.609%;
	margin-left: 3.250%;
}

#boxheaderlogo .logotypeset .type {
	width: 100%;
	margin: 0;
	padding-top: 12.133%;
}

#boxheaderlogo .logotypeset .text_shoulder {
	margin-bottom: .5em;
	font-size: 9px;
}

#boxheaderlogo .logotypeset .text_shoulder span {
	display: none;
}


#clinichoursbox .btn_close {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
	color: #111;
	line-height: 1.1;
	transition: .2s;
	cursor: pointer;
}

#clinichoursbox .btn_close.hover {
	background: #9a9994;
	color: #fff;
}

#clinichoursbox > .clinichoursboxclose {
	width: 55px;
	height: 55px;
	position: fixed;
	top: 5px;
	right: 0;
	z-index: 999;
}

body.safearea #clinichoursbox > .clinichoursboxclose {
	right: env(safe-area-inset-right);
}

#clinichoursbox > .clinichoursboxclose .btn_close {
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 12px;
}

#clinichoursbox > .clinichoursboxclose .btn_close:before {
	display: block;
	content: '\f107';
	font-size: 26px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

#clinichours > .clinichoursboxclose .btn_close {
	flex-direction: row;
	width: 100%;
	max-width: 320px;
	height: 50px;
	margin: 0 auto;
	font-size: 16px;
}

#clinichours > .clinichoursboxclose .btn_close:after {
	content: '\f107';
	margin-left: .5em;
	font-size: 26px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}
