@charset "UTF-8";

@font-face {
  font-family: "Adobe Garamond Pro";
  src:
    url("/wp-content/themes/urawa-amc/assets/font/adobe-garamond-pro.otf") format("otf"),
    url("/wp-content/themes/urawa-amc/assets/font/adobe-garamond-pro.woff2") format("woff2"),
    url("/wp-content/themes/urawa-amc/assets/font/adobe-garamond-pro.woff") format("woff");
}

:root {
	--accent-color: #46B3E7;
	--sub-color: #D3E9F9;
	--bk-gray-color: #efefef;
	--txt-color: #727171;
}
html, body, p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: 'Maru Folk Regular', Avenir, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #727171;
	line-height: 1.4;
	font-size: 16px;
	letter-spacing: .5px;
}
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
}
.en-font {
	font-family: Avenir, serif;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.en-ttl {
	font-family: "Adobe Garamond Pro", serif;
	font-weight: normal;
	letter-spacing: 2px;
}

/* 折りたたむ */
.sp-logo {
	display: none;
}
@media(max-width: 1000px) {
	.sp-logo {
		display: block;
	}
	.pc-logo {
		display: none;
	}
}
.sp-none {
	display: block;
}
.pc-none {
	display: none !important;
}
@media(max-width: 781px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}

.wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color) {
	color: var(--txt-color) ;
}

a { transition: .2s; }
a:hover{ opacity: .8; }
@media(max-width: 460px) {
	html, body {
		font-size: 14px;
	}
}
.cm__inner {
	max-width: 1064px !important;
	width: 93%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cm__flex {
	display: flex;
}
.cm__page-subhead {
	color: var(--accent-color) !important;
	letter-spacing: 4px;
}
.cm__page-subhead small {
	display: block;
	color: var(--txt-color);
	letter-spacing: 1px;
}
strong {
	font-family: 'Maru Folk Medium', sans-serif;
}
img {
	vertical-align: middle;
}
.cm__white-bg {
	background: #fff;
	padding: 1em 1.5em;
	border-radius: 15px;
}
.sec__page-ttl {
	margin-top: 3em;
	margin-bottom: 2em;
	text-align: center;
	letter-spacing: 2px;
}
.sec__page-ttl span {
	font-family: "Adobe Garamond Pro", 'Maru Folk Regular',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}
@media(max-width: 600px) {
	.sec__page-ttl {
		margin-bottom: 1.5em;
	}
}
.sec__page-ttl small {
	display: block;
	font-size: .6em;
}
.gray__underline {
	border-bottom: 2px solid #776a76;
	padding-bottom: .25em;
	min-width: 375px;
}
.kerning { display: inline-block; }

ul#breadcrumb {
	list-style: none;
	max-width: 1100px;
	width: 95%;
	margin:2em auto 0;
  }
ul#breadcrumb li{
	display: inline;
}
ul#breadcrumb li a{
	color: inherit;
	text-decoration: none;
}
ul#breadcrumb li + li:before{
	content: ">";
	margin:.5em;
}
ul#breadcrumb li span {
	display: none;
}
ul#breadcrumb li small {
	font-size: 1em;
}

/* page eyecatch */
h1.cm__page-ttl {
	position: relative;
	text-align: center;
	z-index: -1;
	margin-top: 95px;
	letter-spacing: 2px;
}
@media(max-width: 1000px) {
	h1.cm__page-ttl {
		margin-top: 55px;
	}
}
h1.cm__page-ttl img {
	width: 100% !important;
	height: auto;
}
@media(max-width: 1000px) {
	h1.cm__page-ttl img {
		height: auto;
		object-fit: cover;
	}
		
}
h1.cm__page-ttl span.bg {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--accent-color); 
	color: #fff;
	padding: 3% 5% ;
	border-radius: 0 0 75px 0;
	width: 19vw;
	min-width: 245px;
}
h1.cm__page-ttl span.bg span {
	font-family: "Adobe Garamond Pro", 'Maru Folk Regular',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 2px;
}
/*
@media(min-width: 768px) {
	h1.cm__page-ttl span.bg {
		display: none;
	}
}
*/

@media(min-width: 768px) {
	h1.cm__page-ttl span.bg {
		min-width: 340px;
	}
	h1.cm__page-ttl span.bg span {
		font-size: 2.4rem;
	}
}
h1.cm__page-ttl small {
	display: block;
	font-size: .6em;
}
@media(max-width: 767px) {
	h1.cm__page-ttl {
		font-size: 1.6rem;
	}
	h1.cm__page-ttl span.bg {
		display: none;
		border-radius: 0 0 40px 0;
		padding: 5%;
	}
}

/* footer */
@media(max-width: 1000px) {
	footer {
		padding-bottom: 4em;
	}
}
.footer__blue-bg {
	background: var(--sub-color);
}
.footer__wrap {
	gap: 3em;
	max-width: 1200px;
	justify-content: center;
	padding: 4em 0;
}
.footer__wrap .workday__table {
	width: 100%;
}
.footer__wrap p {
	font-size: 1.1rem;
	margin: .5em 0;
}
.footer__info {
	width: 440px;
}
@media(min-width: 601px) {
	.footer__info {
		min-width: 440px;
	}
}
.footer__address {
	width: 55%;
}
.footer__address p {
	margin-top: .7em;
	margin-bottom: 0;
	line-height: 1.4;
}
@media(max-width: 600px) {
	.footer__address iframe {
		height: 400px;
	}
}
a.footer__logo{
	display: block;
	width: 300px;
	margin: 0 auto 2.5em;
}
.blue_label {
	background: var(--accent-color);
	color: #fff;
	padding: .5em 1em;
	margin-right: 1em;
	position: relative;
	bottom: -.1em;
}
.reserve__btns {
	color: var(--accent-color);
	letter-spacing: 2px;
	white-space: nowrap;
	gap: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.reserve__btns a {
	width: 48%;
	padding: 1em .5em .5em;
	text-align: center;
}
.reserve__btns a img {
	margin-left: 1em;
	position: relative;
	top: -.25em;
}
.footer__info-target small {
	float: right;
	padding-top: .25em;
}
@media(max-width: 460px){
	.footer__info-target small {
		font-size: 12px;
		position: relative;
		top: 1px
	}
	.gray__underline{
		min-width: 340px;
	}


}
.footer__payment {
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-top: .8em;
}
@media(min-width: 981px) {
	.footer__payment img {
		margin-left: 1em;
	}
}
@media(max-width: 980px) {
	.footer__wrap {
		display: block;
	}
	.footer__info {
		margin-left: auto;
		margin-right: auto;
		max-width: 440px;
		width: 100%;
	}
	.footer__address {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1em;
	}

	.footer__payment img {
		margin-top: .5em;
	}
}
.footer__bnr {
	justify-content: center;
	gap: .5em;
	margin: 2em auto;
}
@media(max-width: 460px) {
	.footer__bnr {
		flex-wrap: wrap;
	}
}
.footer__bnr img {
	width: 160px;
}
.copyright {
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}

.cm__sec-ttl {
	font-family: "Adobe Garamond Pro", 'Maru Folk Regular',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
	text-align: center;
	font-size: 2.4em;
	font-weight: normal;
	color: var(--txt-color) !Important;
	letter-spacing: 2px;
}
.cm__sec-ttl small {
	display: block;
	font-size:.5em;
	letter-spacing: 1px;
}


/* top */
.top__en-medical-txt-col {
	position: relative;
}
	
.top__en-medical-btn-wrap {
	position: absolute;
	bottom: 1em;
	right: 1.5em;
}
.top__en-medical-btn-wrap a {
	padding-top: .7em !important;
}
@media(max-width: 460px) {
	.top__en-medical-btn-wrap {
		bottom: .5em;
		right: .7em;
	}
		
}
.top__en-medical-btn a {
	font-size: .8em !important;
	background: #fff;
	border-radius: 30px;
	border: 1px solid var(--txt-color) !important;
	padding: .6em .25em;
	text-align: center;
	font-family: Arial, sans-serif;
	line-height: 1;
	margin-top: -2px;
}
.top__news-wrap {
	padding: 5em 0;
}
.top__news-ttl {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--accent-color);
	color: #fff !important;	
	padding: 1.5em 2em;
	width: 20vw;
	max-width: 340px;
	border-radius: 0 0 60px 0;
	z-index: 1;
}
.top__news-ttl small {
	letter-spacing: 0;
}
@media(max-width: 1000px) {
	.top__news-ttl {
		position: static;
		background: none;
		color: var(--accent-color) !important;
		text-align: center;
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-top: 0;
	}
}
.top__news-list-wrap {
	background: #fff;
	border-radius: 30px;
	max-width: 1064px;
	position: relative;
}
.top__news-list-btn {
	position: absolute;
	top: 1.5em;
	right: 2.5em;
	display: inline-block;
	color: var(--txt-color) !important;
}
ul.top__news-list {
	list-style:none;
	padding: 4em 5em 4em 2.5em;
	width: 57vw;
	display: block;
	max-width: 900px;
	min-width: 680px;
	margin-left: auto;
	margin-right: 0;
}
@media(min-width: 1032px) and (max-width: 1330px) {
	ul.top__news-list {
		width: 62vw;
		min-width: 680px;
	}

}
@media(max-width: 1000px) {
	ul.top__news-list {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		min-width: 100%;
		padding: 3em 2.5em;
	}
}
ul.top__news-list li {
	border-bottom: 1.5px solid var(--txt-color) ;
	padding-bottom: 1.5em;
}
ul.top__news-list li:not(:first-child) {
	padding-top: 1.5em;
}
ul.top__news-list li label {
	padding: 5px 10px;
	color: #fff;
	margin-right: 1em;
	width: 86px;
	display: inline-block;
	text-align: center;
}
ul.top__news-list li time {
	padding-right: 3em;
	color: var(--txt-color);
}
ul.top__news-list a.news-ttl {
	position: relative;
	color: var(--txt-color);
	top: 5px;
	max-width: 490px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	margin-top: .5em;
}
@media(max-width: 767px) {
	.top__news-wrap {
		padding: 2.5em 0 ;
	}
	.top__news-cover {
		min-height: auto !important;
	}
	.top__news-ttl {
		font-size: 1.8em;
		white-space: nowrap;
	}
	ul.top__news-list {
		width: 100%;
	}
	ul.top__news-list label {
		font-size: .9em;
	}
	ul.top__news-list a.news-ttl {
		display: block;
		margin-top: .5em;
		max-width: 320px;
	}
	ul.top__news-list li {
		padding-bottom: 1.5em;
	}
	ul.top__news-list li:not(:first-child) {
		padding-top: 1.5em !important;
	}
}
.top__greeting-txt-wrap {
	max-width: 880px !important;
	margin: 3em auto 8em;
	position: relative;
	right: 2em;
}
.top__greeting-txt-wrap p {
	color: var(--txt-color) !important;
	line-height: 2;
}
.top__greeting-txt-wrap img {
	border-radius: 20px;
	
}
.top__greeting-txt-wrap figcaption {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 0 !important;
	color: var(--txt-color) !important;
	margin-bottom: 0 !important;
}
.top__greeting-txt-wrap figcaption small {
	font-size: .9rem;
}
.top__greeting-txt-wrap figure {
	margin-left: 2em !important;
}
@media(max-width: 767px) {
	.top__greeting-subhead {
		font-size: 1.8rem !important;
	}
	.top__greeting-txt-wrap {
		right: 0;
	}
	.top__greeting-txt-wrap .wp-block-image .alignright {
		float: none;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 2em;
	}
	.top__greeting-txt-wrap p {
		font-size: 1.1rem !important;
	}
}
.bg__blue-box {
	background: var(--accent-color);
	color: #fff;
	border-radius: 30px;
	padding: 3.5em 4em;
}
@media(max-width: 781px) {
	.bg__blue-box {
		border-radius: 20px;
	}
}
.bg__blue-box p  {
	color: #fff !important;
}
.bg__blue-box p.top__info-memo {
	font-size: 1rem !important;
}
.bg__blue-box table.workday__table ~ p small {
	margin-top: .8em;
	display: block;
}
@media(min-width: 461px) {
	.bg__blue-box table.workday__table ~ p small {
		font-size: .95em;
	}
}
.bg__blue-box table.workday__table {
	width: 100%;
	max-width: 640px;
	margin-top: .4em;
}
.bg__blue-box table.workday__table span.circle,
.bg__blue-box table.workday__table span.line {
	background: #fff;
}
.bg__blue-box label.blue_label {
	background: #fff;
	color: var(--accent-color);
	bottom: 0;
}
.bg__blue-box table.workday__table tr {
	border-bottom: 2px solid #fff;
}

.bg__blue-box .gray__underline {
	border-bottom: 2px solid #fff;
	font-size: 1.1rem;
	padding-bottom: 4px;
}
.top__info-columns {
	justify-content: space-between;

}
.top__info-target-col .reserve__btns {
	margin-top: 1.4em;
	margin-bottom: .8em;
}
@media(max-width: 767px) {
	.top__info-target-col .reserve__btns a {
		height: 60px;
		line-height: 60px;
		letter-spacing: 4px;
		padding: 0;
	}
	.top__info-target-col .reserve__btns a:first-child img {
		top: 0;
	}
	.top__info-target-col .reserve__btns a img {
		width: 50px;
		margin-left: 0.5em;
	}
}
.top__info-target-col .gray__underline span {
	margin-top: .4em;
}
@media(max-width: 480px) {
	.top__info-target-col .gray__underline span {
		margin-top: 1em;
	}
}
@media(max-width: 960px) {
	.top__info-target-col .gray__underline small {
		font-size: .8em ;
	}
}
.top__info-memo {
	line-height: 1.8;
}
@media(min-width: 961px) {
	.wp-block-column.top__info-target-col {
		min-width: 390px;
	}
}
@media(max-width: 960px) {
	.wp-block-columns.top__info-columns {
		display: block;
	}
	.wp-block-columns.top__info-columns .wp-block-column {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-block-column.top__info-target-col {
		margin-top: 2em;
	}
}
@media(max-width: 767px) {
		.bg__blue-box {
			padding: 3em 1em;
		}
		.bg__blue-box .blue_label {
			margin-right: .5em;
		}
		.bg__blue-box .footer__info-target small {
			float: none;
		}
}
.top__en-bnr-columns {
	background: var(--sub-color);
	border-radius: 30px;
	gap: 1em;
}
@media(max-width: 781px) {
	.top__en-bnr-columns {
		border-radius: 20px;
		padding: 1em .5em;
	}
}
.top__en-bnr-columns h3,
.top__en-bnr-columns p {
	padding: .5em;
}
.top__en-bnr-columns h3 {
	color: var(--accent-color) !important;
	font-family: "Adobe Garamond Pro", serif;
	padding-left: 1.2em;
	font-size: 1.9rem;
	line-height: 1.2;
	font-weight: normal;
}
.top__en-bnr-columns p {
	color: var(--txt-color) !important;
	line-height: 1.6;
	padding-top: 3em;
	padding-bottom: 3em !important;
}
.top__en-bnr-columns figure {
	height: 100%;
	position: relative;
}
.top__en-bnr-columns figure:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #3186A9;
	opacity: .3;
	border-radius: 0 30px 30px 0;
}
.top__en-bnr-columns figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 30px 30px 0;
}
@media(max-width: 781px) {
	.top__en-bnr-columns h3, 
	.top__en-bnr-columns p {
		padding: 5%;
		box-sizing: border-box;
	}
	.top__en-bnr-columns h3 {
		padding-bottom:  0;
	}
	.top__en-bnr-columns p {
		padding-top: 0;
		padding-bottom: 1.5em !important;
	}
	.top__en-bnr-columns figure img {
		border-radius: 0 0 30px 30px;
	}
	.top__en-bnr-columns figure:after {
		border-radius: 0 0 30px 30px;
	}

}
.top__feature-columns .wp-block-column {
	background: rgba(49, 134, 169, .7);
	box-sizing: border-box;
}
.top__feature-columns h4,
.top__feature-columns p {
	color: #fff !important;
	box-sizing: border-box;
}
.top__medical-feature-col {
	position: relative;
}
.top__feature-txt {
	font-size: .88em;
}
.top__feature-txt code a {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
        z-index: 1;
	cursor: pointer;
	transition: .2s;
	background: #fff;
	opacity: 0;
}
.top__feature-txt code a:hover {
	opacity: .1;
}
p.top__feature-txt p {
	padding-top: 2em; 
}
p.top__feature-txt {
	padding: 2em; 
	line-height: 1.5;
	padding-bottom: 1.5em !important;
}
.top__feature-columns h4 strong {
	letter-spacing: 8px;
}
.top__feature-columns h4 strong.ls-s {
	letter-spacing: 2px;
}
.top__feature-columns h4 .en-ttl {
	font-size: .8em;
	letter-spacing: .5px;
	display: block;
}
.top__feature-columns .wp-block-column p.has-background {
	border-radius: 0 0 30px 30px ;
	padding: 1.5em 1.5em 2em;
}
.top__feature-columns .wp-block-column,
.top__feature-columns .wp-block-column .wp-block-cover,
.top__feature-columns .wp-block-column img {
	border-radius: 30px;
}
.wp-block-cover.top__info-cover {
	min-height: auto !important;
}
.wp-block-cover.top__info-cover > .wp-block-cover__image-background {
	object-position: 0% 100%;
	left: 0;
	right: 0;
	object-fit: contain;
	opacity: .4;
	width: 66%;
	min-width: 1100px;
	margin: auto;
	bottom: 0;
	top: auto;
}
@media(max-width: 1000px) {
	.wp-block-cover.top__info-cover > img.wp-block-cover__image-background {
		top: 64%;
		width: 90%;
		min-width: 300px;
	}
}
@media(max-width: 781px) {
	.top__feature-columns img.wp-block-cover__image-background  {
		width: 40%;
		right: 0;
		left: auto;
		border-radius: 0 20px 20px 0;
	}
	.top__feature-columns h4 {
		width: 60%;
		font-size: 1.4rem !important;
	}
	.top__feature-columns .wp-block-column {
		max-width: 400px;
		margin: auto;
		border-radius: 20px;
	}
	.top__feature-columns .wp-block-column .wp-block-cover {
		min-height: 105px !important;
		border-radius: 20px !important;
		margin-bottom: 1.5em;
	}
	
}
.top__concept-maincol {
	padding: 6em 0em 3em;
}
.top__concept-maincol h2 {
	font-family: "Adobe Garamond Pro", 'Maru Folk Regular',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
	color: var(--txt-color) !important;
	font-weight: normal;
	letter-spacing: 2px;
}
.top__concept-maincol h3 {
	color: var(--accent-color) !important;
}
@media(min-width: 768px) {
	.top__concept-maincol {
		position: relative;
	}
	.top__concept-contents {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}
@media(min-width: 1331px) {
	.top__concept-cover .wp-block-columns {
		max-height: 680px;
	}
}
@media(max-width: 1330px) and (min-width: 961px) {
	.top__concept-cover .wp-block-columns {
		min-height: 580px;
	}

}
@media(max-width: 960px) and (min-width: 768px) {
	.top__concept-cover .wp-block-columns {
		min-height: 780px;
	}
}
@media(max-width: 767px) {
	.top__concept-maincol h3 {
	}
	.top__concept-maincol {
		padding-top: 5em;
		padding-bottom: 3em;
	}
}
.wp-block-cover.top__concept-cover {
	padding: 0;
}
.top__concept-txt {
	max-width: 370px;
	margin: auto;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 2.4;
	padding-bottom: 2em;
}
@media(max-width: 767px) {
	.top__concept-txt {
		line-height: 2;
		max-width: 320px;
	}
}
.top__concept-bg figure {
	height: 100%;
	width: 100%;
}
.top__concept-bg figure img {
	height: 100%;
	object-fit: cover;
	object-position: 70%;
	width: 100%;
}
@media(max-width: 781px) {
	.top__concept-bg {
		max-height: 300px;
	}
}
@media(max-width: 767px) {
	.top__concept-bg {
		max-height: 180px;
	}
	.top__concept-txt {
		padding-bottom: 0;
	}
}
.top__concept-bg:last-child img {
	object-position: bottom;
}
@media(max-width: 780px) {
	.top__schedule {
		height: 400px;
	}
}
@media(max-width: 767px) {
	.top__hospital-tour-wrap iframe {
		height: 350px !important;
	}
}
.container p {
	color: #727171 ;
	padding-bottom: .5em;
}
/* introduction */
.intro__gallery-columns {
	gap: 0 !important;
}
@media(max-width: 781px) and (min-width: 600px) {
	.intro__gallery-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0 !important;

	}
}
@media(max-width: 599px) {
	.intro__gallery-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 50% !important;

	}
}
.intro__doctor-pic img {
	border-radius: 15px;
	border: 5px solid #fff;
}
.intro__equip-ttl {
}
.intro__topic-txt {
	max-width: 840px !important;
}
.intro__topic-txt p {
	line-height: 2;
}
.intro__doctor-box {
	background: var(--sub-color);
	position: relative;
	border-radius: 40px;
	padding: 4% 2.5% 2% 4%;
	overflow: hidden;
}
.intro__doctor-box:before {
	position: absolute;
	content: '';
	background-image: url('/wp-content/uploads/2023/12/top_logo-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30vw;
	opacity: .15;
	right: 5%;
	bottom: -6%;
	z-index: 1;
	width: 30vw;
	height: 100%;

}
.intro__doctor-box .wp-block-image figcaption {
	text-align: center;
	font-size: .9em;
}
.intro__doctor-box h3 {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px solid var(--txt-color);
}
.intro__doctor-box h3 span {
	font-size: 1.8rem;

}
.intro__doctor-career-col label {
	background: var(--accent-color);
	color: #fff;
	padding: 0 1em;
	border-radius: 14px;
	display: inline-block;
	margin-bottom: .5em;
}
.intro__doctor-career-col p {
	line-height: 1.8;
}
@media(max-width: 781px) {
	.intro__doctor-box {
		border-radius: 30px;
		padding-top: 10%;
	}
	.intro__doctor-box figure {
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}
	.intro__doctor-box:before {
		background-position: bottom right;
		bottom: 2%;
	}
}
.intro__gallery {
	gap: 0 !important;

}
.intro__facilities-columns.wp-block-columns {
	flex-wrap: wrap !important;
	gap: 2em;
}
.intro__facilities-columns .wp-block-column {
	flex-basis: calc(100%/2 - 2em) !important;
}
.intro__equipments-columns .wp-block-column {
	flex-basis: calc(100%/3 - 2em) !important;
}
.intro__facilities-columns h3 {
	color: var(--accent-color) !important ;
	font-size: 1.6rem;
	padding-bottom: .25em;
}
@media(max-width: 460px) {
	.intro__facilities-columns h3 {
		font-size: 1.4rem;
	}
	.intro__equipments-columns figcaption { font-size: 15px !important;}
}
.intro__equipments-columns h3 {
	color: var(--txt-color) !important;
	text-align: center;
	padding-bottom: .5em;
	font-size: 1.2rem;
}
.intro__equipments-columns h3 small {
	font-size: .65em;
}
.intro__facilities-columns img {
	border-radius: 30px;
}
.wp-block-cover__inner-container .cm__inner {
	width: 100%;
}
.intro__equipments-columns img {
	border-radius: 15px;
}
.intro__equipments-columns::after {
	content:"";
	display: block;
	width:30%;
}

.intro__facilities-columns p {
	text-align: center;
	margin-top: 1em;
	color: var(--txt-color) !important;
}

/* medical */
.medical__target-box {
	padding: 2.5% 5% ;
	border: 1px solid var(--accent-color);
	border-radius: 30px;
	background: #fff;
}
@media(max-width: 781px) {
	.medical__target-box {
		border-radius: 15px;
		padding: 2em 2em 1.5em;
	}
	.medical__target-box p {
		text-align: center !important;
	}
}
h3.sec__subhead-h3 {
	color: var(--accent-color) !important;
	font-family: 'Maru Folk Medium', sans-serif;
	font-size: 1.5rem;
}
.medical__category-columns.wp-block-columns {
	flex-wrap: wrap !important;
}
.medical__category-col {
	border-radius: 15px;
	background: var(--sub-color);
	min-width: calc(100%/5 - 1.5em) !important;
	position: relative;
	height: 150px;
}
.medical__category-col figure {
	height: 100px;
	position: relative;
	display: block;
	text-align: center;
	line-height: 104px;
}
.medical__category-img-align img {
	position: relative;
	top: -1em;
}
@media(max-width: 781px) {
	.medical__category-col {
		max-width: 31%;
	}
}
.medical__category-col figure img {
	margin: 1em auto.5em;
	vertical-align: bottom;
}
.medical__category-col p {
	background: #63b5d6;
	color: #fff !important;
	text-align: center;
	border-radius: 0 0 15px 15px;
	display: block;
	width: 100%;
	padding: .25em;
	font-size: 1.2rem;
	font-family: 'Maru Folk Medium', sans-serif;
	position: absolute;
	bottom:0;
}
@media(max-width: 781px) {
	.medical__category-col p {
		border-radius: 0 0 10px 10px;
	}
}
.medical__category-columns {
	justify-content: space-between !important;
	gap: 1.5em;
}
@media(max-width: 717px) {
	.medical__category-columns {
		gap: 1em;
	}
	.medical__category-col {
		height: 120px;
		border-radius: 10px;
	}
	.medical__category-col figure {
		height: 20px;
		line-height: 25px;
		margin-top: 0.4em;
	}
	.medical__category-col figure img {
		width: auto !important;
		height: 60px !important;
		position: relative;
	}
	.medical__category-img-sp figure img {
		width: auto !important;
		top: 0;
	}	
	.medical__category-img-align figure img {
		width: 70px !important;
		height: auto !important;
		top: 1.1em;
	}
	.medical__category-col p {
		padding: .4em .25em;
	}
}
@media(max-width: 429px) {
	.medical__category-columns {
		justify-content: center !important;
	}
	.medical__category-col {
		min-width: 120px !important;
	}
}
.medical__payment-box {
	border-radius: 30px;
	background: #fff;
	padding: 2.5em 4em 3.5em;
	border: 1px solid var(--accent-color);
}
.medical__payment-box .sec__page-ttl{
	margin-top: 0;
	margin-bottom: 1em;
}
.medical__payment-columns {
	justify-content: space-between;
}
@media(max-width: 781px) {
	.medical__payment-columns {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
}
.medical__payment-others-columns .wp-block-column:first-child {
	flex-a
}
.medical__features-ttl {
	margin-top: 2em;
}
.medical__feature-item .wp-block-group__inner-container {
	position: relative;
}
.medical__feature-mediabox {
	background: #fff;
	border-radius: 30px;
	margin-left: 0;
}
@media(max-width: 781px) {
	.medical__feature-mediabox {
		border-radius: 20px;
	}
}
.medical__feature-mediabox p {
	color: var(--txt-color) !important;
	letter-spacing: .5px;
	line-height: 1.6;
}
.medical__feature-mediabox .wp-block-media-text__content {
	padding: 13% 8% 10% 13% !important;
}
.medical__feature-subhead {
	color: var(--accent-color) !important;
	border-bottom: 2px solid var(--accent-color);
	font-size: 1.6rem;
	font-family: 'Maru Folk Medium', sans-serif;
	letter-spacing: 6px;
	padding-bottom: .4em;
	margin-bottom: .8em;
}
.medical__feature-subhead small {
	display: block;
	letter-spacing: 1px;
	font-size: .7em;
	font-family: "Adobe Garamond Pro", serif;
}
.medical__feature-subhead.en-ttl {
	font-family: "Adobe Garamond Pro", serif;
	font-weight: normal;
	letter-spacing: 2px;
}
@media(min-width: 951px) {
	.medical__feature-mediabox {
		width: 80%;
	}
	.medical__feature-mediabox figure {
		position: relative;
		top: 20%;
		right: -46%;
	}
	.medical__feature-mediabox .wp-block-media-text__content {
		width: 125%;
	}
}
@media(max-width: 781px) {
	.medical__feature-mediabox .wp-block-media-text__media {
		display: none;
	}
}
@media(max-width: 600px) {
	.medical__feature-spacer10 {
		height: 6em !important;
	}
	.medical__feature-spacer20 {
		height: 10em !important;
	}
}
.medical__feature-nightcover:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: rgba(0,0,0, .3);
	z-index: -1;
	width: 100vw;
	height: 27%;

}
.top__medical-cover {
	padding-bottom: 0 !important;
}
.top__medical-cover img.wp-block-cover__image-background {
    max-width: 1200px ;
    margin: auto auto 0;
    height: 97%;
    object-position: bottom;
    object-fit: contain;

}
@media(max-width: 767px) {
	.medical__feature-general-box {
		padding-top: 1em !important;
	}
	.medical__feature-general-box .wp-block-buttons {
		display: block;
	
	}
	.medical__feature-general-box .wp-block-buttons .wp-block-button {
		display: block;
	}
	.medical__feature-general-box .wp-block-buttons .wp-block-button:first-child {
		margin-bottom: .5em;
	}
	.top__medical-cover img.wp-block-cover__image-background {
		display: none;
	}
}
/* access */
@media(max-width: 781px) {
	.access__iframe {
		height: 400px !important;
	}
}
.access__info-columns {
	gap: 0;
}
.access__info-columns table tr td:first-child {
	background: var(--accent-color);
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
	width: 90px;
}
.access__info-columns table tr:not(:last-child) td:first-child {
	border-bottom: 1px solid #fff;
}
.access__info-columns table tr td {
	border: 1px solid var(--accent-color);
	padding: .8em;
}
@media(max-width: 781px) {
	.access__info-columns .wp-block-column:first-child table tr:last-child td:first-child {
		border-bottom: 1px solid #fff;
	}
	.access__info-columns .wp-block-column:first-child table tr:last-child td:last-child {
		border-bottom: none;
	}
}
.access__info-columns table tr td:last-child {
	font-size: .9em;
}
.access__info-columns figure,
.access__info-columns figure table {
	height: 100%;
}
.access__traffic-columns table tr td {
	border: none;
}
.access__traffic-columns table tr td:first-child{
	text-align: center;
	width: 140px;
	padding-left: 0;
}
.access__traffic-columns table tr td:first-child span {
	background:var(--accent-color);
	color: #fff;
	border-radius: 6px !important;
	padding: .6em ;
	display: block;
	white-space: nowrap;
}
.access__traffic-columns table tr td:first-child span img {
	width: 20px;
	vertical-align: middle;
	margin-right: .5em;

}
.access__traffic-columns table tr td div.spacer{
	height: .8em;
}
.access__traffic-columns table tr td:last-child {
	position: relative;
	top: -.5em !important;
}
.access__traffic-columns table tr td {
	box-sizing: border-box;
}
@media(max-width: 460px) {
	.access__traffic-columns table tr td {
		display: block;
		width: 100%;
	}
}
/* recruit */
.recruit__other-txt {
	letter-spacing: 1.3px;
}
@media(max-width: 781px) {
	.has-medium-font-size.recruit__contact-txt {
		font-size: 1.3rem !important;
	}
}
.recruit__nurse-box {
	border-radius: 15px;
}
.recruit__nurse-box h2 {
	background: #67A6A1;
	color: #fff;
	border-radius: 15px 15px 0 0;
	padding: .25em;
	padding-left: 1.5em;
	font-weight: bold;
	letter-spacing: 2px;
}
.recruit__nurse-box .wp-block-columns {
	background: #ECEDEE;
	padding: 3em 3em;
	border-radius: 0 0 15px 15px;
}
.recruit__vet-box h2 {
	background: var(--accent-color);
	font-family: 'Maru Folk Medium', sans-serif;
}
.recruit__vet-box h2 span {
	margin-left: -.4em;
}
.recruit__vet-box .wp-block-columns {
	background: var(--sub-color);
}
@media(max-width: 460px) {
	.recruit__nurse-box .wp-block-columns {
		padding: 2em;
	}
}

/* post */
.post__ul {
	display:flex;
	gap: 1em;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
.post__ul::after {
	content: '';
	display: block;
	width: calc(100%/3 - 1em);
}
@media(max-width: 1124px) {
	.post__ul {
		justify-content: center;
	}
	.post__ul::after {
		width: calc(100%/2 - 1em);
	}
}
.post__ul li {
	width: calc(100%/3 - 1em);
	min-width: 338px;
	background: var(--sub-color);
	border-radius: 30px ;
	margin-bottom: 1em;
}
.post__ul li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 30px 30px 0 0;

}
.post__list-content {
	padding: 1.5em;
	box-sizing:  border-box;
}
.post__ul time {
	font-size: .8em;
	vertical-align: middle;
}	
.post__ul label {
	display: inline-block;
	color: #fff;
	padding: .25em ;
	width: 90px;
	text-align: center;
	font-size: .8em;
	margin-right: .4em;
	vertical-align: middle;
}
.label__notice {
	background: #727171;
}
.label__blog {
	background: var(--accent-color);
}
.post__ul .clearfix {
	margin-top: .5em;
}
.post__ttl {
	letter-spacing: 0;
	font-size: .85em;
	float: left;
	vertical-align: middle;
	max-width: 192px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post__link {
	float: right;
	font-size: .6em;
	background: #fff;
	border-radius: 30px;
	border: 1px solid var(--txt-color);
	padding: .6em .25em;
	width: 90px;
	text-align: center;
	font-family: Arial, sans-serif;
	line-height: 1;
	margin-top: -2px;
}
@media(max-width: 460px) {
	.post__ul label {
		font-size: .9em;
	}
	.post__ul time {
		font-size: .95em;
	}
	.post__ttl {
		font-size: 1.05em;
	}
	.post__link {
		margin-top: 0;
	}
}
.pagenation {
	text-align: center;
	margin: 3em auto 6em;
}
.page-numbers {
	display: inline-block;
	width: 18px;
	font-size: 1.05em;
	text-align: center;
	margin: 0 .2em;
	line-height: 1;
}
a.page-numbers  {
	background: var(--accent-color);
	color: #fff;
	padding: .8em;

}
.page-numbers.next {
	margin-left: .5em;
}
.page-numbers.prev {
	margin-right: .5em;
}
.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
	background: #fff;
	color: var(--txt-color);
	padding: 0;
	width: auto;
}
.post__body {
	margin-bottom: 8em;
}
.post__body-ttl {
	color: #fff;
	border-radius: 60px;
	padding: .6em 1.5em ;
	margin-bottom: 1.2em;
}
.post__body-ttl__notice {
	background: var(--txt-color);
}
.post__body-ttl__blog {
	background: var(--accent-color);
}
.post__body-ttl time {
	font-size: .6em;
	margin-right: 2em;
	vertical-align: middle;
}
.post__body-ttl label {
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	padding: .25em .5em;
	font-size: .6em;
	text-align: center;
	margin-right: 1.5em;
	margin-bottom: .25em;
	width: 70px;
}
.post__body-ttl__notice label {
	color: var(--txt-color);
}
.post__body-ttl__blog label {
	color: var(--accent-color);
}
.post__body-thumbnail {
	margin-bottom: 2em;
}
.post__body-thumbnail img {
	width: 100%;
	height: auto;
}
.post__body-content h1,
.post__body-content h2,
.post__body-content h3,
.post__body-content h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-family: 'Maru Folk Medium', sans-serif;
}
.post__body-content ul,
.post__body-content ol {
	padding-left: 1em;
	margin-bottom: .5em;
}
@media(max-width: 767px) {
	.post__body-content p {
		font-size: 14px;
	}

}	
.post__body-pagenation ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.post__body-pagenation ul li {
	background: none;
	margin-bottom: 0;
}
.post__body-pagenation ul li {
	min-width: auto;
	width: 45%;
}
.post__body-pagenation ul li:first-child {
	text-align: left;
	padding-left: .5em;
}
.post__body-pagenation ul li:last-child {
	text-align: right;
	padding-right: .5em;
}
.post__body-pagenation .post__ul::after{
	display: none;
}
.post__body-pagenation hr {
	background-color: var(--txt-color) !important;
}
/* medical */
.medical__target-gallery figcaption {
	position: static !important;
	background: none !important;
	color: var(--accent-color) !important;
	font-size: 1.4em !important;
	font-family: 'Maru Folk Medium', sans-serif;
}
.medical__target-gallery {
	justify-content: center;
	gap: 3em !important;
	margin-top: 2em;
	margin-bottom: 1.5em;
	flex-wrap: nowrap !important;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 767px) {
	.medical__target-gallery {
		gap: 1.5em !important;
		margin-bottom: 1em;
		min-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}
.medical__target-gallery figure {
	max-width: 260px !important;
}
.medical__target-gallery figure img {
	width: 100% !important;
	height: auto !important;
}
.medical__feature-subhead-wrap {
	position: relative;
}
.medical__feature-subhead-wrap .wp-block-buttons {
	position: absolute;
	bottom: 1.2em;
	right: 0;
}
.medical__feature-subhead-wrap .wp-block-buttons .wp-block-button{
	max-width: 300px;
	letter-spacing: 2.5px;
}
.medical__feature-subhead-wrap .wp-block-buttons .wp-block-button img {
	width: 35px;
	margin-left: .5em;
}
@media(max-width: 420px) {
	.medical__feature-subhead-wrap .wp-block-button__link{
		font-size: .9em !important;
		padding: .6em 1em .5em !important;
		box-sizing: border-box;
		border-radius: 6px !important;
		width: 125px;
		height: 33px;
	}
	.medical__feature-subhead-wrap .wp-block-buttons .wp-block-button img {
		width: 30px;
	}
	.medical__feature-subhead-wrap .wp-block-buttons {
		bottom: 0.8em;
	}
}
.medical__feature-subhead span.blue-tag {
	background: var(--accent-color);
	color: #fff;
	border-radius: 6px;
	padding: .25em .5em;
	display: inline-block;
	font-size: .65em;
	letter-spacing: 1px;
	position: relative;
	top: -.5em;
	left: .5em;
}

@media(max-width: 950px) {
	.medical__feature-item .wp-block-media-text{
		display: block;

	}
	.medical__feature-item .wp-block-media-text .wp-block-media-text__content{
		width: 100%;
		box-sizing: border-box;
		padding: 7% !Important;
	}
}
.medical__feature-spacer-last {
	position: relative;
	z-index: -2;
}
@media(min-width: 782px) {
	.medical__feature-cover::before,
	.medical__feature-spacer-last::before {
		position: absolute;
		content: '';
		width: 100vw;
		height: 65vw;
		min-height: 1175px;
		background-image: url('/wp-content/themes/urawa-amc/assets/img/medical_bg-icon.png');
		background-size: contain;
		background-repeat: no-repeat;
		z-index: 2;
		display: block;
	}
}
.medical__feature-cover::before {
	top: 5%;
	right: -65%;
}
.medical__feature-spacer-last::before {
	bottom: -1em;
	left: -45%;
}

/* specialist */
.specialist__columns.wp-block-columns {
	flex-wrap: wrap !important;
	gap: 4em !important;
}
.specialist__box {
	padding: 2.5em 3em 1em;
	box-sizing: border-box;
	border-radius: 30px;
}
@media(max-width: 460px) {
	.specialist__box {
		padding: 2.5em 2em 1em;
	}
	.spacer__sp2 {
		height: 6em !important;
	}
	.spacer__sp2-bottom {
		display: none;
	}
}
.specialist__box h2 {
	margin-bottom: 1em;
}
.specialist__box .wp-block-image {
	margin-bottom: 1em;
}
@media(max-width: 500px) {
	.specialist__columns .specialist__box:first-child .wp-block-image img {
		height: auto !important;
	}
}
.specialist__h3 {
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-size: 1.4em;
}
.specialist__h3 .en-ttl{
	font-size: .7em;
	letter-spacing: 1px;
}
.specialist__h3 small {
	color: var(--txt-color) !important;
	font-size: .6em;
}
.specialist__box p {
	font-size: .95em;
	line-height: 1.7;
	padding-bottom: 1em;
	letter-spacing: 0;
}
.specialist__career-btn {
	margin-top: 2.2em;
	margin-bottom: 2em;
}
.parking_btn {
	border-radius: 6px;
   background-color: #41b1e6;
   color: #fff;
   padding: .5em 1em;
}
/* staff */
p.staff__topic-p {
    line-height: 2;
    font-size: 18px;
}
@media(max-width: 781px) {
	p.staff__topic-p {
		font-size: 16px;
	}	
}
@media(max-width: 500px) {
	.specialist__columns .specialist__box:first-child .wp-block-image.staff__img-sp-height img {
		height: 216px !important;
	}
}
.staff__page-ttl small {
	letter-spacing: 0.5px;
}
.sec__staff-page-ttl small {
	font-size: 0.53em;
	letter-spacing: 0;
}