@charset "UTF-8";

/*メインイメージ*/
#mainVisual {
	margin-bottom: 17px;
	background: none;
	height: auto;
}

#mainVisual img {
	width: 100%;
}

/* css animation (prefixes are cut) */
.appear {
	transform-origin:center top;
	animation:show 1s both;
	position: relative;
}
.appear .d1 {
	display: block;
	margin: 0 auto;
}
.appear .d2 {
	position: absolute;
	top: 0;
	left: 0;
}
img.appear {display:inline-block;}
.d1 {animation-delay:0s;}
.d2 {animation-delay:5s;}
@keyframes show {
	0% {
		opacity: 0;
	}
}
@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
}

/*見出し*/
#conts .subjectBox {
	margin-bottom: 30px;
}

#conts h2 {
	margin-bottom: 15px;
	text-align: center;
}

#conts .linkList {
    padding: 0 2%;
    margin-bottom: 15px;
    text-align: left;
}

#conts .linkList li {
	display: inline-block;
	margin: 0 1% 8px;
	width: 30.5%;
}

#conts .linkList li a {
	display: block;
}

#conts .linkList li a img {
	width: 100%;
}


/*診療時間*/
#conts .timeBox {
	margin: 0 10px;
}

#conts .timeBox table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

#conts .timeBox table th {
	width: 30%;
}

#conts .timeBox table td {
	width: 10%;
}

#conts .timeBox table thead th,
#conts .timeBox table thead td {
	padding: 9px 0;
	background: #FFA100;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

#conts .timeBox table thead td {
	border-left: 1px solid #F3F1ED;
}

#conts .timeBox table thead td:last-child {
	border-right: 1px solid #FFA100;
}

#conts .timeBox table tbody th,
#conts .timeBox table tbody td {
	padding: 4px 0;
	border: 1px solid #D3D3D3;
	border-top: none;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}

#conts .timeBox table thead th,
#conts .timeBox table tbody th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

/*#conts .timeBox table tbody th {
	letter-spacing: -0.05em;
}
*/
#conts .timeBox table tbody th span {
	font-size: 0.889em;
}

#conts .timeBox table tbody td span {
	color: #FFA100;
}

#conts .timeBox p {
	margin-bottom: 6px;
	font-size: 1.1em;
}

#conts .timeBox p:last-child {
	margin-bottom: 0;
}

#conts .timeBox p.note {
	padding-left: 9px;
	background: url(/sp/img/common/icon/icon02.png) no-repeat 0 4px;
	background-size: 4px 4px;
	font-size: 0.9em;
}

#conts .timeBox p.text02 {
	padding-left: 1.3em;
	font-size: 0.9em;
	text-indent: -1.3em;
}

#conts .timeBox p.text02 span {
	color: #FFA100;
}


#conts .timeBox .subTitle {
	font-weight: bold;
	margin-bottom: 0;
}

/* linkButton */
.linkButton{
	padding: 0 10px;
	display: flex;
}

.linkButton li {
	margin-right: 2%;
	width: 32%;
	color: #666;
	/* font-size: 1.4em; */
	line-height: 1.6;
}

.linkButton li:last-child {
	margin-right: 0;
}

.linkButton .linkbtn {
	margin-bottom: 25px;
	padding: 5px 10px 5px;
	display: block;
	text-decoration: none;
	background-color: #F6F4ED;
}

.linkButton .linkbtn span {
	padding-left: 14px;
	color: #333;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	background: url(/img/common/icon04.png) no-repeat left center;
	background-size: 9px;
	vertical-align: middle;
    display: table-cell;
    height: 50px;
    line-height: 1.3;
}


/* receptionist */
#receptionist {
	padding: 0 20px;
	margin-bottom: 30px;
}

#receptionist p {
	font-size: 1.4em;
	padding-bottom: 20px;
}

/*#receptionist .textArea {
	color: #82806B;
}

#receptionist .textArea h3 {
	margin-bottom: 5px;
	font-size: 1.1em;
}

#receptionist .textArea .text {
	font-size: 1em;
}*/

#receptionist .btn {
	font-size: 1.6rem;
	font-weight: 600;
	color: #FFA000;
	text-decoration: none;
	width: 300px;
	height: 60px;
	box-shadow: 0 0 0 2px #FFA000 inset;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	margin: 0 auto 20px;
}

#receptionist .info {
	display: none;
}

#receptionist .buttonArea {
	background: #FFA000;
	width: 300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	margin: 0 auto;
}

#receptionist .buttonArea a {
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
/* end receptionist */

/*interviewSheet*/
#interviewSheet {
	margin-bottom: 55px;
}

#interviewSheet p {
	font-size: 1.4em;
	padding-bottom: 20px;
}

#interviewSheet {
    padding: 0 20px;
    z-index: 0;
    position: relative;
}

#interviewSheet .dlBtn {
	width: 300px;
	height: 60px;
	box-shadow: 0 0 0 2px #FFA000 inset;
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

#interviewSheet .dlBtn span {
	font-size: 1.6em;
	font-weight: 600;
	color: #FFA000;
	text-decoration: none;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
}

/*end interviewSheet*/



/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
.blog {
	margin-bottom: 30px;
}
.blog .link {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 15px;
}
.blog .link a {
	color: #39C;
	font-size: 12px;
	text-decoration: none;
	position: relative;
}
.blog .link a:before,
.blog .link a:after {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.blog .link a:before {
	width: 16px;
	height: 16px;
	background: #FFA300;
	border-radius: 100%;
	right: -20px;
}
.blog .link a:after {
	width: 0;
	height: 0;
	border-top: 2px solid transparent;
	border-left: 6px solid #FFF;
	border-bottom: 2px solid transparent;
	right: -16px;
}
.blog dl {
	padding: 10px;
	border-top: 1px solid #CCC;
}
.blog dl:last-child {
	border-bottom: 1px solid #CCC;
}
.blog dl dt span {
	display: inline-block;
	color: #FFF;
	line-height: 16px;
	padding: 0 5px;
	margin-right: 10px;
}
.blog dl:nth-child(odd) dt span {
	background: #A7A594;
}
.blog dl:nth-child(even) dt span {
	background: #7F7F7F;
}
.blog dl dd {
	font-size: 12px;
	margin-top: 5px;
}
.blog dl dd a {
	color: #39C;
	text-decoration: none;
}
.blog dl dd .new {
	display: inline-block;
	width: 35px;
	height: 16px;
	color: #FFF;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	background: #D75A57;
	margin-left: 6px;
}