@charset "utf-8";
body {
}
.colors {
	color: rgba(20, 117, 135, 1);
	color: rgba(98, 0, 98, 1);
	color: rgba(246, 241, 235, 1);
	color: rgba(254, 203, 95, 1);
	color: rgba(0, 81, 162, 1);
}

.cautionUl li {
	text-indent: -1em;
	margin-left: 1em;
}
h4 { font-size: 110%; }
h5 { font-size: 1.6rem; }



/* home */
/*==============================================================================================*/

#homeImgBox {
	height: 50vw !important;
	max-height: 90vh !important;
	transition: 0.3s;
	background-color: #FFF;
	/*
	background: url(../img/home/bg_slide.jpg) no-repeat 50% 50%;
	background-size: cover;
	*/
	position: relative;
	padding-bottom: 50px;
}

	#homeImgBox p#msg {
		position: absolute;
		top: 35%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 32%;
	}

	#homeImgBox div#honden {
		position: absolute;
		/*top: 0;*/
		right: 0;
		bottom: 2px;
		left: 0;
		margin: auto;
		width: 46%;
		/*height: 3.2rem;*/
	}

	#homeImgBox p#msg img,
	#homeImgBox div#honden img {
		width: 100%;
	}

#homeNewsBox {
	padding:0;
	background-color: #222222;
}
	#homeNewsBox > .initBox > h3 {
		width: 23%;
		padding: 1.7em 0 0 0;
		margin: 0;
		text-align: center;
		border-left: none;
		background-color: #000000;
		color: #FFF;
		font-weight: 700;
	}
	#homeNewsBox > .initBox > div {
		width: 70%;
		padding: 2em 0;
	}
	.newslistUl { /*padding-top: 4rem;*/}
	.newslistUl li { flex-wrap: nowrap; }
	#newslistBox .newslistUl > li:not(:last-child), 
	#homeNewsBox .newslistUl > li:not(:last-child) {
		padding-bottom: 1.5rem;
		border-bottom: 1px dotted #CCC;
		margin-bottom: 1.5rem;
	}
		#newslistBox li .newsDateBox, 
		#newslistBox li .newsCategoryUl, 
		#homeNewsBox li .newsDateBox, 
		#homeNewsBox li .newsCategoryUl {
			width: 8em;
		}
		#homeNewsBox li .newsDateBox {
			color: #FFF;
		}
			.newsCategoryUl li {
				/*background: #9CC842;*/
				background: #B19B14;
				color: #FFF;
				border-radius: 2px;
				text-align: center;
				font-weight: bold;
   				font-size: 1.4rem;
			}
			.newsCategoryUl li.categorycloseLi {
				border-color: #00804c;
				color: #00804c;
				background-color: rgba(255, 255, 255, 0.5);
			}

			.newsCategoryUl {
				white-space: nowrap;
				height: calc(2.8rem + 2px);
				overflow: hidden;
			}
			.newsCategory2 li:first-child {
				animation-name: slideNewsCategory2;
				animation-duration: 5s;
				animation-delay: 0;
				animation-iteration-count: infinite;
			}
			@keyframes slideNewsCategory2 {
				0% { margin-top: 0; }
				35% { margin-top: 0; }
				45% { margin-top: calc((2.8rem + 2px) * -1); }
				90% { margin-top: calc((2.8rem + 2px) * -1); }
				100% { margin-top: calc((2.8rem + 2px) * -2); }
			}

		#newslistBox li .newstitle, 
		#homeNewsBox li .newstitle {
			flex: 1;
			padding-left: 2rem;
		}
			#homeNewsBox li .newstitle a { color: #FFF; }
			#newslistBox li .newstitle a { color: #000; }
			
			#homeNewsBox li .newstitle a:hover { text-decoration: none; opacity: 0.7; }
		#homeNewsBox .more-link {
			text-decoration: none;
			margin-top: 0.5em;
			text-align: right;
			font-weight: bold;
		}
			#homeNewsBox .more-link a {
				background: #000000;
				border-radius: 0.5em;
				display: inline-block;
				color: #FFF;
				padding: 0.25rem 2rem;
				border: 1px solid #666666;
			}
				#homeNewsBox .more-link a:hover { background: #333333; }

		#homeNewsBox .newslistUl li.covid19 {
			margin-bottom: 2rem;
			border-bottom: none;
		}
			#homeNewsBox .newslistUl li.covid19 a {
				background: #00804c;
				color: rgba(255, 255, 255, 1);
				text-decoration: none;
				text-align: center;
				padding: 1em;
				display: block;
			}
			#homeNewsBox .newslistUl li.covid19 a:hover { background: rgba(254, 203, 95, 1); color: rgba(0, 0, 0, 1); }

#homeMapBox {
	padding: 3em 0 2em;
	background: url(../img/common/bk.jpg) repeat;
}

#homeMapBox .imgBox { width: 40%;}
	#homeMapBox .imgBox img {
		width: 100%;
	}
#homeMapBox .textBox {
	width: 55%;
	padding-top: 8.0rem; 
}

@media only screen and (max-width: 780px) {
	#homeImgBox {
		height: 80vw !important;
	}
	
	#homeImgBox p#msg {
		width: 60%;
	}
	#homeImgBox div#honden {
		width: 60%;
	}
	#homeNewsBox { padding-top: 1.5rem; }
	#homeNewsBox li { margin-left: 25px; }
	#homeNewsBox > .initBox > h3, 
	#homeNewsBox > .initBox > div, 
	#homeNewsBox li .newsdate,  
	#homeNewsBox li .newstitle, 
	#homeNewsBox h3, 
	#homeNewsBox ul { width: 100%; }
	#homeNewsBox > .initBox > h3 {
		font-size: 140%;
	}

	#homeNewsBox h3{ margin: 1em 0; padding: 0.5em 0 0.5em 1.5em;} 
	#homeNewsBox ul { margin-bottom: 1em; }

	#homeNewsBox > .initBox > h3 { padding: 0.5rem 1rem; }
	#homeNewsBox > .initBox > div { padding: 0; margin-top: 1rem; }
	#homeNewsBox li { margin-left: 0; }
	#homeNewsBox li, 
	#newslistUl li { flex-wrap: wrap; }
		#doctorProfileBox > .flexBox .text, 
		#homeNewsBox li .newstitle, 
		#newslistBox li .newstitle { flex: auto; width: 100%; padding-left: 0; }
		
	#homeMapBox .imgBox { width: 100%;}
	#homeMapBox .textBox { width: 100%; padding-top: 1.5rem; }
	
	
	.newslistUl { padding-top: 2rem;}
}

/* news */
/*==============================================================================================*/
	#newsBody .newsContentBox strong { color: rgba(20, 117, 135, 1); }
	#newsBody .newsContentBox ol, 
	#newsBody .newsContentBox ul {
		margin: 1rem 0;
	}
		#newsBody .newsContentBox ol li, 
		#newsBody .newsContentBox ul li {
			list-style: disc;
			margin-left: 2em;
		}
		#newsBody .newsContentBox ol li { list-style: decimal; }
		#newsBody .newsContentBox ol li:not(:last-child), 
		#newsBody .newsContentBox ul li:not(:last-child) { margin-bottom: 0.5rem; }
	.newslistDl:not(:last-child) {
		padding-bottom: 1em;
		border-bottom: 1px dotted #a52f3a;
		margin-bottom: 1em;
	}
		.newslistDl dt { font-weight: bold; }
		.newslistDl dd { }
			.newslistDl dd .newsDateBox {
				width: 8em;
				display: inline-block;
				color: #a52f3a;
				margin-right: 1em;
			}
			.newslistDl dd .newsCategoryUl {
				display: inline-block;
				width: 5em;
			}
				.newslistDl dd .newsCategoryUl li {
					font-size: 1.2rem;
					text-align: center;
					border-radius: 3px;
					line-height: 2em;
				}
				.newslistDl dd .newstitle { flex: 1; }
			.newslistDl dd p {
				padding-left: 2em;
				color: rgba(102, 102, 102, 0.75);
			}

.myPagenation {
	margin: 4rem 0;
}
	.myPagenation li {
		/*width: 4rem;
		height: 4rem;
		line-height: 4rem;*/
		display: inline-block;
		margin: 0.25rem;
		/*border-bottom: none !important;*/
	}
		.myPagenation li.nowpage {
			/*
			background: rgba(255, 119, 0, 0.5);
			color: rgba(255, 255, 255, 1);
			*/
			text-align: center;
			background: #FFFFFF;
			color: #333333;
			padding: 1rem 2rem;
			border: 1px solid #666666;
		}
		.myPagenation li a {
			/*background: rgba(51, 51, 51, 0.5);*/
			background: #666666;
			text-align: center;
			text-decoration: none;
			display: block;
			color: rgba(255, 255, 255, 1);
			padding: 1rem 2rem;
			border: 1px solid #666666;
		}
			.myPagenation li a:hover {
			/*
				background: rgba(98, 0, 98, 1);
				color: rgba(255, 255, 255, 1);
			*/
				background: #000000;
				border: 1px solid #00000;
			}



@media only screen and (max-width: 780px) {
	
#newslistBox .newslistUl li {
    display: block;
    width: 100%;
}
	#newslistBox .newslistUl li .newsDateBox {
		width: 8em;
		display: inline-block;
		line-height: 1.4em;
	}
	#newslistBox .newslistUl li .newsCategoryUl {
		display: inline-block;
		margin-bottom: 0;
		height: auto;
		padding-top: 3px;
	}
	#newslistBox .newslistUl li .newstitle {
		display: block;
		width: 100%;
	}
}


/* about */
/*==============================================================================================*/

#aboutBody .pageTitleBox {
    background-image: url(../img/about/header.jpg);
}

.pageTitleBox {
    /* background: rgba(80, 80, 80, 1); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    padding: 12em 3em;
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 3px rgb(100 100 100 / 50%);
    margin-bottom: 2em;
    position: relative;
    z-index: -2;
    background-image: url(../img/common/header.jpg);
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
	font-family: "リュウミン M-KL",Ryumin Medium KL,serif;
    background-image: url(../img/blog/header.jpg);
}

#aboutBody h3.catettl {
	font-size: 3.4rem;
	line-height: 140%;
	text-align: center;
	padding: 1.2em 0;
	color: #000000;
	display: block;
}
#aboutBody h4.catettl_in {
	font-size: 3.4rem;
	line-height: 140%;
	padding: 1.2em 0;
	color: #000000;
}

#aboutBody .NameBox {
    padding: 1em 0;
    /*font-size: small;*/
    text-align: right;
}


@media only screen and (max-width: 780px) {
	
#aboutBody h3.catettl,
#aboutBody h4.catettl_in {
	font-size: 2.2rem !important;
	padding: 1.0em 0 !important;
}

}


/* gallery */
/*==============================================================================================*/

#galleryBody .pageTitleBox {
    background-image: url(../img/gallery/header.jpg);
}

#galleryBody h3.catettl {
	font-size: 3.4rem;
	line-height: 140%;
	text-align: center;
	padding: 1.2em 0;
	color: #000000;
	display: block;
}

#galleryBody .centerBox {
	text-align: center;	
}
#galleryBody .column3 div {
	width: 35%;
	margin-bottom: 1em;
}
#galleryBody .column3 div:first-child {
	width: 23%
}
	#galleryBody .column3 div figure {
		margin-bottom: 1em;
	}
	#galleryBody .column3 div dt {
		color: #000000;
		font-weight: bold;
	}


@media only screen and (max-width: 780px) {
	
#galleryBody .centerBox p {
	text-align: left;	
}

#galleryBody .column3 div,
#galleryBody .column3 div:first-child,
#galleryBody .column3 div figure img {
	width: 100%;
}
#galleryBody h3.catettl,
#galleryBody h4.catettl_in {
	font-size: 2.8rem !important;
	padding: 1.0em 0 !important;
}

}



/* kigan */
/*==============================================================================================*/

#kiganBody .pageTitleBox {
    background-image: url(../img/kigan/header.jpg);
}

#kiganBody h3.catettl {
	font-size: 3.4rem;
	line-height: 140%;
	text-align: center;
	padding: 1.2em 0 1.0em;
	color: #000000;
	display: block;
}
#kiganBody .textBox01 { width: 100%; padding-bottom: 1.0em;}
#kiganBody .textBox02 { width: 80%; padding-bottom: 1.0em;}
#kiganBody .textBox01,
#kiganBody .textBox02 {
	margin: 0 auto;
	text-align: center;
}
	#kiganBody .textBox01 table,
	#kiganBody .textBox02 table {
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		margin: 0 0 0.5em;
		padding: 0;
		border-collapse: collapse;
		width: 100%;
		text-align: left;
	}
	#kiganBody .textBox01 table th,
	#kiganBody .textBox01 table td,
	#kiganBody .textBox02 table th,
	#kiganBody .textBox02 table td {
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
		padding: 0.8em;
	}
	#kiganBody .textBox01 table th,
	#kiganBody .textBox02 table th {
		background: #EEEEEE;
		color: #1a1a1a;	
	}
	#kiganBody .textBox01 table th {
		width: 20%;
	}
	#kiganBody .textBox01 p {
		text-align: left;
	}




@media only screen and (max-width: 780px) {
	
#kiganBody h3.catettl {
	font-size: 2.4rem !important;
	padding: 1.0em 0 !important;
}

#kiganBody .textBox02 { width: 100% !important;}
	#kiganBody .textBox01 table th,
	#kiganBody .textBox01 table td,
	#kiganBody .textBox02 table th,
	#kiganBody .textBox02 table td {
		width: 100% !important;
		padding: 0.5em 0.8em;
	}

}


/* syariden */
/*==============================================================================================*/

#syaridenBody .pageTitleBox {
    background-image: url(../img/syariden/header.jpg);
}

#syaridenBody h3.catettl {
	font-size: 3.4rem;
	line-height: 140%;
	text-align: center;
	padding: 1.2em 0;
	color: #000000;
	display: block;
}

#syaridenBody h4.catettl_in {
	line-height: 140%;
	margin-bottom: 0.5em;
}

#syaridenBody .imgBox {
	width: 43%;
}
	#syaridenBody .imgBox img {
		width: 100%;
	}
#syaridenBody .textBox {
	width: 55%;
}
		#syaridenBody .textBox #t_box01,
		#syaridenBody .textBox #t_box02 {
			margin-bottom: 1em;
		}
		#syaridenBody .textBox #t_box01 li,
		#syaridenBody .textBox #t_box02 li {
			letter-spacing:-0.1em;
		}
		#syaridenBody .textBox #t_box01 li::before {
			content: '●';
			margin-right: 0.25em;
			color: #b81549;
		}
		#syaridenBody .textBox #t_box02 li::before {
			content: '◎';
			margin-right: 0.25em;
			color: #b81549;
		}

#syaridenBody .telBox {
	font-size: 3.4rem;
	padding: 0.2em 0;
	color: #b81549;
	display: block;
}


@media only screen and (max-width: 780px) {
	
#syaridenBody h3.catettl {
	font-size: 2.4rem !important;
	padding: 1.0em 0 !important;
}	

#syaridenBody h4.catettl_in {
	font-size: 2.2rem !important;
	margin-bottom: 0.5em;
	color: #666;
}
#syaridenBody .centerBox p {
	text-align: left;	
}
#syaridenBody .imgBox img {
	width: 100%;
}

#syaridenBody .imgBox,
#syaridenBody .textBox {
	width: 100%;
}
}



/* scene */
/*==============================================================================================*/

#sceneBody .pageTitleBox {
    background-image: url(../img/scene/header.jpg);
}

#sceneBody h3.catettl {
	font-size: 3.4rem;
	line-height: 140%;
	text-align: center;
	padding: 1.2em 0;
	color: #000000;
	display: block;
}

#sceneBody .textBox {
	text-align: center;	
}

#sceneBody .column3 div {
	width: 32%;
	margin-bottom: 1em;
}

@media only screen and (max-width: 780px) {
	
#sceneBody h3.catettl {
	font-size: 2.8rem !important;
	padding: 1.0em 0 !important;
}	

#sceneBody .centerBox p {
	text-align: left;	
}

#sceneBody .column3 div,
#sceneBody .column3 div figure img {
	width: 100%;
}
}


/* contact */
/*==============================================================================================*/

#contactBody .pageTitleBox {
    background-image: url(../img/contact/header.jpg);
}
#contactBody #contactFormBox {
    width: 80vw;
    max-width: 800px;
    margin: 0 auto;
}
	#contactBody #contactFormBox table {
		margin-bottom: 2rem;
		width: 100%;
	}
	#contactBody #contactFormBox table tr:nth-of-type(odd) th, #contactFormBox table tr:nth-of-type(odd) td {
		background-color: #F0F0F0;
	}
	#contactBody #contactFormBox table th {
		width: 12em;
		padding: 0.5em 0px 0.5em 1.5em;
		text-align: left;
	}
	#contactBody #contactFormBox table th.required {
		position: relative;
	}
	#contactBody #contactFormBox table th.required::after {
		content: '必須';
		top: 1.2em;
		right: 10px;
		position: absolute;
		background: #C00;
		color: #FFF;
		font-size: 70%;
		font-weight: bold;
		padding: 0.5em 0.6em;
		border-radius: 5px;
		line-height: 1;
	}
	#contactBody #contactFormBox table td {
		padding: 0.5em 0px 0.5em 2em;
	}
	
	#contactBody #contactFormBox p.contact-btn {
		text-align: center;
		font-weight: 700;
	}
		#contactBody #contactFormBox p.contact-btn input {
			background-color: #333333;
			color: #FFF;
			line-height: 2.5;
			padding: 0 2.5em;
			color: #FFF;
			font-size: 114%;
			border: none;
			/*border-radius: 1.25em;*/
			cursor: pointer;
			transition: all 0.2s;
		}


/* blog */
/*==============================================================================================*/

#blogBody .pageTitleBox {
    background-image: url(../img/blog/header.jpg);
}


#blogBody #mainContentsBox .initBox {
    width: 80vw;
    max-width: 800px;
    margin: 0 auto;
}

	#blogBody #mainContentsBox .initBox h3 {
		font-size: 3.4rem;
		line-height: 130%;
		text-align: left;
		padding: 1.0em 0 0.2em;
		color: #000000;
		display: block;
	}
	#blogBody #mainContentsBox .initBox time {
		text-align: left;
		padding: 0 0 0.5em;
		margin-bottom: 2em;
		display: block;
		border-bottom: 1px dotted #CCC;
	}

#blogBody .newsContentBox {
	margin-bottom: 2em;
}

#blogBody .contentBtnBox {
	width: 250px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
	#blogBody .contentBtnBox a {	
		padding: 1.0em;
		color: #FFF;
		background: #000;
		text-decoration: none;
		display: block;
	}


@media only screen and (max-width: 780px) {
	
#blogBody .initBox h3 {
	font-size: 2.8rem !important;
}	

}



/* [sp] ============================================ */
@media only screen and (max-width: 780px) {

	h2 { font-size: 2.8rem; line-height: 130%; }
	h3 { font-size: 2.4rem; line-height: 130%; }

}
@media only screen and (max-width: 780px) {
#contactFormBox dd input.iwM, #homeNewsBox > .initBox > h3, #homeNewsBox > .initBox > div, #contactFormBox dl dt, #contactFormBox dl dd, #homeNewsBox li .newsdate, #homeNewsBox li .newstitle, #homeNewsBox h3, #homeNewsBox ul, .contentBtnBox a {
    width: 100%;
}
.flex2 > *, .flex3 > *, #footerContactBox .initBox .textBox, #footerContactBox .initBox .btnBox, .flexBox > div, .column2 > div, .column3 > div, .column4 > div, .column5 > div, .column6 > div, .wp-block-columns.has-2-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-4-columns .wp-block-column, .wp-block-columns.has-5-columns .wp-block-column, .wp-block-columns.has-6-columns .wp-block-column, .columnFlexBox .textBox, .columnFlexBox .imgBox, .columnFlexBox .textBoxy, .columnFlexBox .imgBoxy {
    width: 100%;
    margin-bottom: 1em;
}

.pageTitleBox {
    padding: 3em;
}
}