/* Reset ---------------------------------- */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

[hidden], command, datalist, menu[type=context], rp, source {
  display: none;
}

body {
  background: #fff;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #313131;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin: 0;
}

p {
  line-height: 2;
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;

   > caption {
    text-align: left;
  }

  th {
    text-align: left;
    margin: 0;
    padding: 0;
  }

  td {
    margin: 0;
    padding: 0;
  }
}

form {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

img, picture {
  border: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;

  backface-visibility: hidden;
}

pre {
  border: 1px solid #bfbfbf;
  padding: 5px;
}

.gist {
  width: 100%;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

/*  ---------------------------------- */

.entry-content dl {
	font-size: 17px;
	margin-bottom: 32px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2em;
}


















#site-header {
	background-color: #f3fafa
}

.header-inner {
	max-width: 1024px;
	margin: 0 auto;
}

.site-description {
	min-width: 300px;
}

.site-logo .custom-logo-link img {
	height: 50px;
}

.site-description {
	display: block;
	padding-left: 5px;
	font-size: 12px;
	color: rgb(51, 122, 183);
}

@media (max-width: 782px) {
	.site-logo .custom-logo-link img
	{
		height: 30px;
		margin: 0 auto;
	}
	
	.site-description {
		width: auto;
		text-align: center;
	}

	.header-titles-wrapper {
		width: 0 !important;
	}
}

#search-form-1 {
	width: 150px;
}

.search-submit {
	color: white;
	background-color: rgb(51, 122, 183) !important;
	width: 50px;
}

.site-content {
	width: 100%;
}

.home .footer-nav-widgets-wrapper,
.page .footer-nav-widgets-wrapper,
.archive .footer-nav-widgets-wrapper,
.search .footer-nav-widgets-wrapper {
	width: 0%;
	display: none;
}

#page-fixed-area {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	box-shadow: 0 2px 8px 4px grey;
}

.profile {
	margin: 0 auto;
	max-width: 1024px;
	position: relative;
}

#notice-gairai {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	z-index: 1;
}

@media (max-width: 782px) {
	#notice-gairai {
		position: static;
		display: block;
		max-width: 330px;
		margin: 0 auto;
	}
}

.banner-area {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	max-width: 800px;
	column-gap: 5px;
	row-gap: 10px;
	margin: 10px auto 0;
}

.banner-area li {
	border: 1px solid black;
	width: 45%;
}

@media (max-width: 500px) {
	.banner-area li {
		width: 47%;
	}
}

.profile-cover {
	height: 300px;
}

.profile-cover img {
	height: 300px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.profile-cover {
		height: 27.5vw;
	}
	.profile-cover img {
		height: 27.5vw;
	}
}

.profile-cover ul {
	position: relative;
}

.profile-cover ul li {
	position: absolute;
	width: 100%;
	z-index: 0;
	opacity: 0;
}

#slide1 {
	z-index: 1;
	opacity: 1;
}

.header-bottom {
	position: relative;
	background-color: #f3fafa;
}

@media (max-width: 782px) {
	.header-bottom {
		padding: 0;
	}
}

.breadcrumbs-wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 0 25px 20px;
	background-color: white;
}

.breadcrumbs {
}

.content-wrapper {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
}

.side-left {
	padding: 35px 50px 0 30px;
	border-right: lightgrey 1px solid;
	width: 200px;
	max-width: 200px;
	order: 1;
}

.side-menu li {
	margin-bottom: 25px;
}

@media (max-width: 782px) {
	.side-menu {
		margin-left: 20px;
	}
}

.side-menu li:last-child() {
	margin-bottom: 0;
}

#site-content {
	width: 100%;
	order: 2;
}

@media (max-width: 782px) {
	.content-wrapper {
		display: block;
	}
	.side-left {
		display: block;
		padding: 0 0;
		width: 100%;
		max-width: 782px;
	}
}

.nav-for-mobile {
	display: none;
}

@media (max-width: 782px) {
	.nav-for-mobile {
		display: flex;
	}
}

/*--------------------------
 * トップページ関連
 * -----------------------*/

#important-container {
	position: inline-block;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	/*--webkit-flex-wrap: wrap;
	flex-wrap: wrap;	*/
	width: 100%;
	margin-bottom: 5px;
}

.important-attention {
	position: inline-block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 48%;
	vertical-align: middle;
	padding: 10px 0 8px 0;
	/*font-size: 20px;	*/
	font-size: 17px;
	font-weight: bold;
	color: rgb(255, 0, 0);
}

#important-attention-covid-19 {
	text-align: right;
	padding: 10px 10px 8px 10px;
	/*background-color: rgb(251, 229, 214);	*/
}

@media (max-width: 500px) {
	#important-attention-covid-19 {
		font-size: 18px;
	}
}

#important-vaccine-covid-19 {
	text-align: left;
	padding: 10px 0 8px 10px;
	/*background-color: rgb(251, 229, 214);	*/
}

#emergency-outpatient {
	text-align: left;
	padding: 10px 10px 8px 10px;
	/*background-color: rgb(200, 231, 250);	*/
	
	margin-bottom: 2px;
}

/*#outpatient-information {
	text-align: right;
	padding: 10px 10px 8px 0;
	background-color: rgb(200, 231, 250);
	
	margin-bottom: 2px;
}	*/

#important-container div {
	background-color: rgb(251, 229, 214);
}

#important-container div:nth-child(1) {
	text-align: right;
	border-right: 2px white solid;
}

#important-container div:nth-child(2) {
	/*text-align: center;*/
	text-align: left;
	border-right: 2px white solid;
}

/*#important-container div:nth-child(3) {
	text-align: left;
}*/

@media (max-width: 782px) {
	.important-attention {
		width: 100%;
	}
	
	#important-attention-covid-19 {
		text-align: center;
		margin-bottom: 2px;
	}
	
	#important-vaccine-covid-19 {
		text-align: center;
	}
	
	#emergency-outpatient {
		text-align: center;
	}
	
	#outpatient-information {
		text-align: center;
	}

	#important-container div:nth-child(1),
	#important-container div:nth-child(3) {
		border-right: none;
	}
}

#important-container a {
	color: red;
}

#attention-nyuukan {
	display: block;
	margin: 10px auto;
	padding: 5px 10px 5px 10px;
	font-size: small;
	border: rgb(51, 122, 183) 1px solid;
	border-radius: 10px;
	max-width: 1024px;
}

@media (max-width: 1024px) {
	#attention-nyuukan {
		margin: 10px 10px;
	}
}

.nav-button-container {
	display: block;
	max-width: 1024px;
	width: 96%;
	margin: 0 auto;
}

.nav-button-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1px;
	grid-row-gap: 1px;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
}

.nav-button-list li {
	-webkit-flex-grow: 1;
	flex-basis: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.nav-button-item {
	font-size: 12pt;
	box-sizing: border-box;
	border: 6px #3aabd2 solid;
	border-radius: 20px;
	padding: 10px 0;
}

.nav-button-item img {
	width: 100px;
	display: block;
	margin: 0 auto 10px;
}
			
.nav-button-item a {
	display: block;
}

@media (max-width: 782px) {
	.nav-button-container {
		width: 500px;
		margin: 0 auto;
	}
	.nav-button-list li {
		flex-basis: 150px;
	}
	.nav-button-item {
		font-size: 12pt;
	}
	.nav-button-item img {
		width: 70px;
	}
}

@media (max-width: 500px) {
	.nav-button-container {
		width: 96%;
		margin: 0 auto;
	}
}

.notice-gairai {
	display: block;
	padding: 5px 10px 5px 10px;
	border: rgb(51, 122, 183) 1px solid;
	border-radius: 10px;
	width: 50%;
	font-size: 12pt;
	margin: 10px auto 10px;
}

.notice-gairai th {
	width: 130px;
}

@media (max-width: 782px) {
	.notice-gairai {
		width: 90%;
	}
}

.news-container {
	margin: 0 auto;
	//border: rgb(51, 122, 183) 1px solid;
	border-radius: 10px;
	padding: 30px 20px 10px;
	max-width: 1024px;
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.news-container {
		margin: 0 20px;
	}
}

.news-item {
	margin: 10px 0 20px
}

.entry-categories a {
	width: 40px;
	display: inline-block;
	text-align: center;
}

.news-title {
	font-size: 15pt;
	font-weight: bold;
}

@media (max-width: 782px) {
	.news-item {
		margin: 10px 15px 20px;
	}
}

.whats-new {
	color: red;
	display: inline-block;
}

.time {
	display: inline-block;
}

.category {
	display: inline-block;
	margin-right: 20px;
}

.category-view {
	display: block !important;
	margin-right: 0;
}

.title {
	display: inline;
}

@media (max-width: 782px) {
	.title {
		display: block;
		margin-top: 5px;
	}
}

#past-news-area {
	text-align: right;
}

.footer-button-container {
	display: block;
	width: 95%;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.footer-button-container {
		width: 1024px;
		margin: 0 auto;
	}
}

.footer-button-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 10px;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	margin-bottom: 70px;
}

.footer-button-list li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

@media (max-width: 782px) {
	.footer-button-list li {
		width: 46%;
	}
}

.footer-button-item {
	font-size: 12pt;
	padding: 20px 0 20px 0;
	background-color: #f3fafa;;
	border: rgb(78, 211, 250) solid 5px;
	border-radius: 3%;
	position: relative;
}

.footer-button-item::after {
	content: ' ';
	display: block;
	position: absolute;
	width: 65px;
	height: 60px;
	top: 2px;
	left: 0px;
	z-index: 0;
}

.footer-button-item a {
	position: relative;
	z-index: 1;
}

#footer-button-item-1::after {
	background-image: url("../../../wp-content/assets/images/top/footer-button/専攻医.png");
	background-repeat: no-repeat;
	left: 6px;
}

#footer-button-item-2::after {
	background-image: url("../../../wp-content/assets/images/top/footer-button/看護局のご案内.png");
	background-repeat: no-repeat;
	left: 11px;
}

#footer-button-item-3::after {
	background-image: url("../../../wp-content/assets/images/top/footer-button/予防接種センター.png");
	background-repeat: no-repeat;
}

#footer-button-item-4::after {
	background-image: url("../../../wp-content/assets/images/top/footer-button/渡航ワクチン.png");
	background-repeat: no-repeat;
	top: 1px;
	left: -1px;
}

#footer-button-item-5::after {
	background-image: url("../../../wp-content/assets/images/top/footer-button/寄付のお願い.png");
	background-repeat: no-repeat;
	top: 10px;
}

#footer-button-item-6::after {
	background-image: url("../../../wp-content/assets/images/top/footer-button/お問い合わせ.png");
	background-repeat: no-repeat;
	left: 2px;
}

@media (max-width: 782px) {
	.footer-button-item {
    width: 46%;
		font-size: 12pt;
	}
}

@media (max-width: 500px) {
	.footer-button-item {
    width: 96%;
		font-size: 12pt;
	}
}

@media (max-width: 782px) {
	.footer-button-list {
		width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 500px) {
	.footer-button-list {
		width: 96%;
		margin: 0 auto;
	}
	.footer-button-list li {
		width: 96%;
		margin: 0 auto;
	}
}

/*--------------------------
 * トップページ関連ここまで
 * -----------------------*/

.main-75per {
	width: 75%;
	float: right;
	overflow: hidden;
}

.main-75per-sidearea {
	width: 23%;
}

#site-footer {
	padding: 0;
}

#footer-area-wrapper {
	width: 100%;
	background-color: #f3fafa;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-between;
	margin-top: 50px;
}

#footer-menu ul li {
	flex-basis: 46%;
	margin-bottom: 10px;
}

#footer-menu ul li:last-child {
	margin-bottom: 0;
}

#footer-menu ul li:nth-child(2n) {
	text-align: left;
	box-sizing: border-box;
	padding-left: 5px;
}

#footer-menu ul li:nth-child(2n+1) {
	text-align: right;
	box-sizing: border-box;
	padding-right: 5px;
}

#footer-menu ul li:last-child {
	text-align: center;
}

.ich-information {
	text-align: center;
	margin: 50px auto 20px;
}

.name {
	font-size: 20px
}

.address-1 {
	display: inline-block;
	margin-right: 15px;
}

.address-2 {
	display: inline-block;
}

.tel {
	display: inline-block;
	margin-right: 15px;
}

.fax {
	display: inline-block;
}

.footer-copyright {
	width: 100%;
	text-align: center;
	font-size: 8px;
}

.powered-by-wordpress {
	width: 0%;
}

.has-accent-color {
	color: #e02859 !important;
}

.attention-panel {
	background-color: grey;
}

.covid-19-panel {
	background-color: #ffffab;
	padding: 20px;
	border-radius: 20px;
}

.jump-a-tag {
	color: black;
}

.mobile-nav-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}

.error404-content {
	max-width: 1024px;
	margin: 0 auto 60px;
	padding: 0 40px 0 40px;
}

/*-------------------------
 * 部署
 * ----------------------*/

/* 渡航ワクチン */

#vaccine-caption {
	font-weight: bold;
	font-size: 15pt;
	text-align: left;
}

.syoumeisyo caption {
	font-weight: bold;
	text-align: left;
}

/*-------------------------
 * 医師の紹介
 * ----------------------*/

.th-border th {
	border-right: 1px white solid !important;
	border-bottom: 1px white solid !important;
}

.th-align-center th {
	text-align: center;
}

.introduce-doc th {
	width: 120px;
}

.introduce-doc tr:first-child td {
	font-size: 22px;
	font-weight: bold;
}

/*-------------------------
 * 固定ページ共通パーツ
 * -----------------------*/
.page-view {
	margin-bottom: 0;
}

/*-------------------------
 * 共通パーツ
 * -----------------------*/
figcaption {
	text-align: center
}

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

.nav-sub-menu {
	display: flex;
	flex-wrap: wrap;
}

.nav-sub-menu li {
	flex-basis: 220px;
}

#go-to-page-top {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	background-color: #66c3ef;
	border-radius: 20px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 999;
	transform: scale(1, 1);
	transition: .2s;
}

#go-to-page-top:hover {
	opacity: 1;
	transform: scale(1.5, 1.5);
}

#go-to-page-top::before {
	display: block;
	content: ' ';
	position: absolute;
	top: -10px;
	left: 5px;
	width: 50%;
	border: 15px transparent solid;
	border-bottom: 15px white solid;
	box-sizing: border-box;
}

#go-to-page-top::after {
	display: block;
	content: ' ';
	position: absolute;
	top: 13px;
	left: 13px;
	width: 14px;
	height: 20px;
	background-color: white;
	box-sizing: border-box;
}

h1 {
	border-left: 8px solid red;
	padding-left: 7px;
	padding-top: 8px;
}

h2 {
	border-left: 8px solid orange;
	padding-left: 7px;
	padding-top: 6px;
}

.nav-sub-menu li::before {
	display: none !important;
}

.image-auto img {
	width: auto;
	height: auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-clear {
	clear: both;
}

.padding-10px {
	padding: 10px;
}

@media (max-width: 782px) {
  .side-menu li {
	  margin-bottom: 15px;
  }
}

.primary-menu ul {
	color: blue;
	background-color:  rgb(235, 237, 254);
}

.primary-menu ul::after {
	border-bottom-color:  rgb(235, 237, 254);
}

.primary-menu ul li:hover {
	color: white;
	background-color: #6699ff;
}

.primary-menu ul li a {
	padding: 8px 32px 8px ;
}

/* 過去の投稿一覧 */
/*article[class*="category-"] .entry-content {
	display: none;
}
article[class*="post"] {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-header {
	padding: 0 24px;
}*/
