@charset "UTF-8";

.mainimg .copy {
	width: 100%;
	height: 188px;
	position: absolute;
	top: 72;
	background-color: rgba(255,255,255,0.6);
	z-index: 10;
	text-align: center;
	padding-top: 5px;
}
.mainimg .copy img {
	width: 84%;
}

.mainimg .copybg {
	width: 100%;
	height: 188px;
	background-color: rgba(0,0,0,0.13);
	position: absolute;
	z-index: 20;
}
.mainimg .copybg .mmc_copy {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2em;
	white-space: nowrap;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: 0.12em;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
.mainimg .copybg .mmc_copy span {
	font-size: 70%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.open {
	width: 90%;
	margin-top: -10px;
	position: relative;
	z-index: 21;
	background-color: rgba(189,50,102,1.0);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-feature-settings: "palt";
	padding: 6px 0 8px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.0.8em;
	line-height: 1.2em;
	clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
	border-radius: 5px;

}
.open span {
	font-size: 86%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	display: block;
}

/* メッセージ 
-------------------------------------*/
/*
.message {
	display:none;
}
*/
.message {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border:#e8dbd9 solid 3px;
	margin-top:5px;
	padding:10px 10px 45px 10px;
	background-image: url(../images/dr_img.png), url(../images/dr_bgimg_sp.jpg);
	background-position: right 10px bottom -15px, right top;
	background-size: auto 40%, auto 100%;
	background-repeat: no-repeat, no-repeat;
}

.message h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4em;
	color: #bd3266;
	text-shadow: 0px 0px 5px rgba(176, 176, 176, 0.6);
	font-feature-settings: "palt";
}

.message .lead {
	width:100%;
	padding-top: 6px;
}
.message .name {
	padding-top:5px;
	font-size:12px;
	line-height: 1.3em;
}
/*
.message2 {
	height:158px;
	border:#b9caee solid 3px;
	margin-top:14px;
	padding:22px 0 0 25px;
	background:url(../images/drsuzuki3.jpg) no-repeat top right;
}
.message2 .lead {
	padding-top:6px;
	font-size:14px;
	padding-right:200px;
	line-height:160%;
}
.message2 .name {
	padding-top:10px;
	font-size:12px;
}*/

/* 内覧会告知
-------------------------------------*/
.nairankai {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 0;
}

/* 診察内容 
-------------------------------------*/
h3.topmd1 {
	margin-top:10px;
	padding-bottom:4px;
	margin-bottom:5px;
	font-size:17px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	border-bottom:#999 solid 1px;
	color:#542f1c;
}
.mdline {
	position: relative;
	border-bottom: 2px solid #afafaf;
}
.mdline:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 25%;
	height: 2px;
	content: '';
	background: #6b4b41;
}
.shinsatu {
}
.shinsatu div {
}
.shinsatu ul {
	width:50%;
	float:left;
	padding-top:10px;
}
/*
ul.kamoku li {
	padding-left:14px;
	background:url(../images/icn_s1.png) no-repeat left center;
}
ul.others li {
	padding-left:14px;
	background:url(../images/icn_s2.png) no-repeat left center;
}
*/
ul.kamoku li::before,
ul.others li::before {
	display: inline-block;
	content: "";
	margin-top: 4px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border-radius: 5px;
	background-color: #6b4b41;
}
.shinsatu .imgs {
	max-width:190px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	line-height:0px;
	box-shadow:rgba(210, 211, 212, 0.65098) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(210, 211, 212, 0.65098) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(210, 211, 212, 0.65098) 0px 0px 4px 2px;
	/*display:none;*/
}
.shinsatu .ntce {
	padding-top: 5px;
}

/* 診察内容（専門外来）
-------------------------------------*/
.kenshinbox {
	/*margin-left:-2%;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*
.kenshinbox .spbox:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
*/
.kenshinbox .kenshin {
	width:49%;
	/*float:left;*/
	/*margin-left:2%;*/
	margin-top:12px;
	display: flex;
	flex-direction: column;
	border:#cccccc solid 1px;
	border-radius: 6px;
}
.kenshin:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.kenshin h3 {
	background: rgb(122,101,93);
	background: linear-gradient(180deg, rgba(122,101,93,1) 0%, rgba(87,67,53,1) 100%);
	/*
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	*/
	color:#FFF;
	font-size:13px;
	padding:5px 0 5px 0;
	text-align:center;
	font-weight:bolder;
	flex: 1;
	line-height: 1.3em;
}
.icn {
	padding-left:10px;
	background:url(../images/icn_t.png) no-repeat left center;
}
.kenshin div {
	/*
	border-bottom:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	*/
	padding:6px 0px 6px 3px;
}
.kenshin p {
	font-size:13px;
	line-height:130%;
}
.kenshin img {
	border:#cccccc solid 1px;
	max-width:60px;
	float:left;
	margin-right:5px;
}
.kenshin a:link,  .kenshin a:visited { color: #323232; text-decoration: none; }


/* お知らせ 
-------------------------------------*/
h3.topmd2 {
	margin-top:20px;
	padding-bottom:4px;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
	border-bottom:#999 solid 1px;
	color:#1850c7;
}
.impnews {
	padding:10px 10px;
	margin-top: 10px;
	background-color: #fff5eb;
	border-radius: 4px;
}

.newsbox{
  width: 100%;
  overflow: hidden;
	overflow: auto;
	height: 250px;
}

dl.newses:nth-of-type(1)  {
  padding-bottom: 0px;
}
dl.newses dt:nth-of-type(1) {
  padding-bottom: 5px;
}
dl.newses dt span{
  background-color: #40210f;
  color: #ffffff;
  padding: 6px 6px 4px 6px;
  border-radius: 3px;
  font-size: 12px;
}


dl.newses {
	padding:5px 0px 25px 0px;
	line-height:1.7em;
	/*overflow: auto;
	height: 250px;*/
}
dl.newses dt {
	padding-top:7px;
}
dl.newses dd {
	padding-top:2px;
	padding-bottom:5px;
}
dl.newses dd {
	border-bottom:#CCC dotted 1px;
}

/* 夏期休暇 
-------------------------------------*/
.bginfo {
	padding-top:10px;
	width:95%;
	margin:0 auto;
}
.tlbox {
	background-color:#4673d2;
	padding:8px 10px 5px 10px;
}
.tlbox h2 {
	color:#FFF;
	border-bottom:#FFF solid 1px;
	text-align:center;
	padding-bottom:2px;
	margin-bottom:4px;
	font-size:110%;
}
.tlbox p {
	color:#FFF;
	line-height:1.3em;
}
.bginfo table {
	width:100%;
	font-size:11px;
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
}
.bginfo table th, .bginfo table td {
	padding:3px 2px 2px 2px;
	border-bottom:#CCC solid 1px;
	border-right:#CCC solid 1px;
	text-align:center;
	line-height:120%;
}
.bginfo table th {
	background-color:#ddead9;
}
.ysm {
	background-color:#fcf4f4;
	color:#c1272d;
	font-size:12px;
}
.sat {color:#174fc6;}
.sun {color:#c1272d;}

/* インフルエンザ予防接種 
-------------------------------------*/
.influenza{
	padding-top:10px;
	width:95%;
	margin:0 auto;
}
.influenza h2 {
	color:#FFF;
	background-color:#f9ac51;
	padding:6px 4px 2px 10px;
}
.influenza .inflinfo{
	padding:3px 7px 7px 10px;
	border:#f79625 solid 1px;
	background:url(../images/inflimg.png) no-repeat bottom right;
	background-size:20%;
}
.influenza p{
	padding-top:4px;
}

/* お知らせ
-------------------------------------*/
.topinfobox{
	padding-top:10px;
	width:95%;
	margin:0 auto;
}
.topinfobox h2 {
	color:#FFF;
	background-color:#f9ac51;
	padding:6px 4px 2px 10px;
}
.topinfobox h2.blue {
	background-color:#3559c3;
}
.topinfobox .topinfo{
	padding:7px 7px 10px 10px;
	border:#f79625 solid 1px;
}
.topinfobox .blueline{
	border:#3559c3 solid 1px;
}
.topinfobox .topinfo h3 {
	font-weight: bold;
}
.topinfobox p{
	padding-top:4px;
}
.topinfobox .topinfo h3:nth-child(n+2) {
	padding-top:12px;
}
.topinfobox p:nth-child(n+2) {
	padding-top:8px;
	font-size:14px;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
	color:#ffffff;
	background-color: #bd3266;
	margin-left: 6px;
	padding: 3px 8px 3px 8px;
	border-radius: 4px;
	font-size: 12px;
	margin-top: -1px;
	display: inline-table;
	line-height: 100%;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* 詳細開閉
----------------------------------------------------------------- */
.details {
	
}
.opnebtn {
	cursor: pointer;
    text-decoration: none;
    display: block;
    width: 110px;
	/*background-color:#c1272d;*/
	background-color:#c0c0c0;
	color: #323232;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: 10px;
	
	margin-left: auto;
	margin-right: auto;
}
.opnebtn span {
	width: 92%;
    display: block;
    text-align: center;
	
	line-height: 100%;
}
.opnebtn span.opne {
	background-image: url("../images/icn_open.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 13px;
    padding-left: 10px;
}
.opnebtn span.close {
	background-image: url("../images/icn_close.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 13px;
    padding-left: 10px;
}
.opnebtn:hover {
	opacity: 0.8;
}