@charset "utf-8";

/*IE11 card bug fix*/
.card-img-top {
    max-width: 100%;
    flex-shrink:0;
 }

/*リンク設定*/
a {
	text-decoration: underline;
	color: #FF5969;
}
a:hover {　color: #4C1400;　}
a[ class="nav-link" ], a[ class="nav-link active" ] { text-decoration: none; }
a.logo-link, a.logo-link:hover, a.logo-link:visited, a.logo-link:active {
	text-decoration: none;
	color: #FF5969;
}


/*レイアウト*/
.container-fluid.hero-image-area {
	padding-left: 0;
	padding-right: 0;
}
.pos-rel { position: relative; }

/*文字色*/
body {
	color: #4C1400;
	background-color: #fff0f0;
	background: no-repeat top 0 left -150px url(../img/footer-char30.png);
	background-attachment: fixed;
}
.p-holiday { color: #FFCCCC; }
.p-holiday-scheduled { color: #CEEFA7; }
.blue-text { color: #3166fa; }

/*背景色*/
.bgc-p { background-color: pink; }
.bgc-p2 { background-color: #fff0f0;}
.bgc-y { background-color: #fffff0; }

/*ページのトップに戻る*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 0.5rem;
    opacity: 0.9;
}
/*ページのトップに戻るボタンを表示*/
#page-top.show { display: block; }
/*ページのトップに戻るボタンを非表示*/
#page-top.hide { display: none; }










/*SP*/

/*レイアウト*/
.contents-area { padding-bottom: 1rem; }

/*nav-bar*/
.container-fluid.navbar-area {
	padding-left: 0;
	padding-right: 0;
}
.navbar  {
	padding: 1rem;
}
.navbar-nav {
	padding-left: 1rem;
}
.navbar-collapse {
	/*background: url(../img/title-char.png) no-repeat right bottom;*/
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.9);
}

/*nav-bar 見出し*/
h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #FF5969;
	font-size: 0.875rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 0;
	z-index: 2;
}
h1 span {
	font-size: 2rem;
	font-weight: 700;
}
h1 span.tel-info {
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #4C1400;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.25rem;
	margin-bottom: 0;
}
p.tel-info {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #FF5969;
	font-size: 0.875rem;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0;
}
.title-char {
	position: absolute;
	height: 71px;
	top: 1rem;
	right: 78px;
}
h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #a08c39;
	font-size: 1.5rem;
	margin-top: 2rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #a08c39;
    padding-left: 33px;
    background: url(../img/h2-mark.png) no-repeat left top;
}
h3 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #a08c39;
	font-size: 1.25rem;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #a08c39;
}
h3 span {
	padding-left: 0.5rem;
	border-left: 6px solid #a08c39;
}
h3.calendar {
	color: #4C1400;
	border-bottom: none;
}
h4 {
	color: #4C1400;
	font-family: sans-serif;
	font-size: 1rem;
	margin-top: 1rem;
}

/*お知らせ*/
.container-fluid.information {
	padding-left: 0;
	padding-right: 0;
}
dl.information {
	display: flex;
	flex-wrap: wrap;
	border-top: none;
	margin-bottom: 0;
}
dl.information dt {
	width: 100%;
	padding: 0.25rem 0;
	box-sizing: border-box;
}
dl.information dd{
	width: 100%;
	padding: 0.25rem 0;
	box-sizing: border-box;
	margin-bottom: 0;
}
dl.information.scroll{
	overflow:auto;
	height: 380px;
}

/*カレンダー*/
p.calendar-img {
	text-align: center;
}
p.closed-day {
	font-size: 0.875rem;
	margin-bottom: 0;
}

/*受付のご案内*/
.container-fluid.reception {
	padding-left: 0;
	padding-right: 0;
}

/*テーブル*/
table.date {
	width: 100%;
}
table.date td, table.date th {
	color: #4C1400;
	text-align: center;
	padding: 0.5rem;
	border: 1px solid #a08c39;
	border-collapse: collapse;
}
table.date th {
	background-color: #FFCCCC;
	font-weight: 700;
}
table.date td {
	background-color: #fff;
}


/*リスト*/
ul.notice {
	margin: 1.5rem 0 0;
	padding-left: 1.5rem;
	line-height: 1.8;
} 
section.attention ul.notice {
	margin: 0.5rem 0 0;
} 


/*追記注意文の囲み*/
section.attention {
	margin-top: 1.5rem;
	padding: 0 1rem 1rem;
	border-radius: 4px;
	border: 1px solid #a08c39;
}

/*アクセス*/
p.map-img { text-align: center; }

/*フッター*/
.footer-area { margin-top: 0; }
footer { padding: 2rem; }
small { color: #fff; }
p.footer-title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 0.875rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
p.footer-title span {
	font-size: 2rem;
	font-weight: 700;
}
.char-img { margin-bottom: 0; }
.footer-char {
	position: absolute;
	height: 75px;
	bottom: 0;
	right: 0;
}
.bg-stripe-pattern {
	background-color: #ffb3b3;
	background-image:
	 linear-gradient(-90deg, #FFBFBF 50%, transparent 50%, transparent);
	background-size: 10px 10px;
}
section.qr-code { 
	padding: 1rem;
}
.qr-img { text-align: center; }
.qr-text {
	font-size: 0.75rem;
	text-align: center;
}

/*採用情報*/
h1.page-title {
	margin: 1rem 0 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.875rem;
	text-align: center;
	border-bottom: 2px solid #FF5969;
}
h1.page-title:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('../img/hiranonaika-favicon@0,25x.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.25rem;
	margin-top: -6px;
}
h3.recruit {
	margin-top: 2rem;
}
table.recruit-table {
	width: 100%;
}
table.recruit-table td, table.recruit-table th {
	color: #4C1400;
	padding: 0.5rem;
	border: 1px solid #a08c39;
	border-collapse: collapse;
}
table.recruit-table th {
	background-color: #FFCCCC;
	font-weight: 700;
	text-align: center;
}
table.recruit-table td {
	background-color: #fff;
}
section.recruit-contact {
	margin-top: 3rem;
	padding: 1rem;
	border: 1px solid #a08c39;
}
section.recruit-contact h4 {
	font-weight: bold;
	margin: 0;
}
section.recruit-contact p {
	padding: 0 1rem;
	margin-bottom: 0;
}

/*診療案内*/
span.required { color: red; font-weight: bold; }
section.details {
	border: 1px solid #FFCCCC;
	border-radius: 4px;
	padding: 0 1rem;
	background-color: white;
	margin-bottom: 1rem;
}
section.details h3 {
	color: #FF7F7F;
	font-size: 1rem;
	padding: 0 0 1rem;
	line-height: 1.5;
	border-bottom: 2px solid #FFCCCC; 
}
section.details p {
	font-size: 0.875rem;
}
h3.mt-details {
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 0 0 0.5rem;
	border-left: 4px solid #a08c39;
	border-bottom: none;
}
section.mt-details {
	border: 1px solid #a08c39;
	border-radius: 4px;
	padding: 0 1rem;
	background-color: white;
	margin: 1rem 0 1rem;
}
section.mt-details h3 {
	font-size: 1rem;
}
section.mt-details p {
	font-size: 0.875rem;
}
ul.mt-details {
	font-size: 0.875rem;
	padding-left: 0.875rem;
	list-style: none;
}
ul.mt-details li {
	text-indent: -0.875rem;
	margin-bottom: 0.5rem;
}
ul.mt-details li:before {
	content: "※";
}
ul.cautions {
	font-size: 0.875rem;
	list-style: none;
	padding-left: 0.875rem;
}
ul.cautions li {
	text-indent: -0.875rem;
}
ul.cautions li:before {
	content: "※";
}
table.vaccine-data {
	width: 100%;
}
table.vaccine-data td, table.vaccine-data th {
	color: #4C1400;
	text-align: left;
	padding: 0.5rem;
	border: 1px solid #a08c39;
	border-collapse: collapse;
}
table.vaccine-data th {
	font-weight: 700;
	text-align: center;
	background-color: #FFCCCC;
	white-space: nowrap;
}
table.vaccine-data td {
	background-color: #fff;
	font-size: 0.875rem;
}
table.vaccine-data td ul {
	margin-bottom: 0;
}

/*医療Ｑ＆Ａ*/
section.question {
	border: 1px solid #FF5969;
	border-radius: 4px;
	padding: 0 1rem;
	background-color: white;
	margin-bottom: 1rem;
}
section.question h3 {
	color: #FF5969;
	font-size: 0.875rem;
	margin-bottom: 0.875rem;
	padding: 0 0 0.875rem;
	line-height: 1.5;
	border-bottom: 2px solid #FF5969; 
}
section.question h3 span {
	font-size: 1.25rem;
	font-weight: bold;
    padding-left: 0;
    border-left: none;
}
section.question p {
	font-size: 0.875rem;
}
section.question p span{
	font-size: 1.25rem;
	font-weight: bold;
}

/*医師紹介*/
p.profile-image {
	text-align: center;
}
p.profile-image img {
	width: 30vh;
}

/*施設案内*/
.card {
	border: 1px solid #FFCCCC; 
}
.card-deck.facility h5.card-title {
    color: #FF5969;
}












/*tablet*/
@media (min-width: 768px) {

/*見出し*/
h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #FF5969;
	font-size: 1.25rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 1rem 0;
}
h1 span {
	font-size: 3rem;
	font-weight: 700;
}
p.tel-info {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #4C1400;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.title-char {
	position: absolute;
	height: 67px;
	top: auto;
	right: auto;
	bottom: 0;
	left: 270px;
}

/*tablet用ナビゲーション*/
ul.pc-navi li a {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #fff;
	font-size: 1.125rem;
	padding: 0.5rem;
}
ul.pc-navi li a:hover {
	transition: color 0s, background 1s;
	color: pink;
	background-color: #fff;
}

/*フッター*/
.footer-char {
    height: 184px;
}	


/*施設案内*/
.card-deck.facility {
    margin-bottom: 1rem;
}


}










/*PC*/

@media (min-width: 992px) {

body {
	color: #4C1400;
	background-color: #fff0f0;
	background: no-repeat top 0 left -150px url(../img/footer-char30.png);
	background-attachment: fixed;
}

/*レイアウト*/
.contents-area { padding-bottom: 3rem; }


/*見出し*/
h1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #FF5969;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 0;
	padding: 2rem 0;
}
h1 span {
	font-size: 4rem;
	font-weight: 700;
}
p.tel-info {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #4C1400;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.title-char {
	position: absolute;
	height: auto;
	top: auto;
	right: auto;
	bottom: 0;
	left: 350px;
}
h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #a08c39;
	font-size: 1.5rem;
	margin-top: 3rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #a08c39;
    padding-left: 33px;
    background: url(../img/h2-mark.png) no-repeat left top;
}
h3 {
	font-family: sans-serif;
	color: #a08c39;
	font-size: 1.25rem;
	margin-top: 3rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #a08c39;
}
h3 span {
	padding-left: 0.5rem;
	border-left: 6px solid #a08c39;
}
h3.calendar {
	color: #4C1400;
	border-bottom: none;
}
h4 {
	color: #4C1400;
	font-family: sans-serif;
	font-size: 1rem;
	margin-top: 1rem;
}

/*お知らせ*/
dl.information {
	display: flex;
	flex-wrap: wrap;
	border-top: none;
}
dl.information dt {
	width: 25%;
	padding: 0.5rem;
	box-sizing: border-box;
}
dl.information dd{
	width: 75%;
	padding: 0.5rem;
	box-sizing: border-box;
	margin-bottom: 0;
}

/*PC用ナビゲーション*/
ul.pc-navi li a {
	font-family: sans-serif;
	color: #fff;
	font-size: 1.125rem;
	padding: 1rem 0.5rem;
}
ul.pc-navi li a:hover {
	transition: color 0s, background 1s;
	color: pink;
	background-color: #fff;
}

/*テーブル*/
table.date td, table.date th {
	color: #4C1400;
	text-align: center;
	padding: 1rem;
	border: 1px solid #a08c39;
	border-collapse: collapse;
}
table.date th {
	background-color: #FFCCCC;
	font-weight: 700;
}

/*リスト*/
ul.notice {
	margin: 1.5rem 0 0;
	line-height: 1.8;
} 
section.attention ul.notice {
	margin: 0.5rem 0 0;
} 

/*追記注意文の囲み*/
section.attention {
	margin-top: 1.5rem;
	padding: 0 1rem 1rem;
	border-radius: 4px;
	border: 1px solid #a08c39;
}

/*フッター*/
.footer-area { margin-top: 5rem; }
footer { 
	padding: 2rem;
}
small { color: #fff; }
p.footer-title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 0.875rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
p.footer-title span {
	font-size: 2rem;
	font-weight: 700;
}
.footer-char {
	position: absolute;
	height: auto;
	bottom: 0;
	right: 0;
}
.bg-stripe-pattern {
	background-color: #ffb3b3;
	background-image:
	 linear-gradient(-90deg, #FFBFBF 50%, transparent 50%, transparent);
	background-size: 10px 10px;
}
section.qr-code { 
	padding: 2rem;
}
.qr-img { text-align: center; }
.qr-text {
	font-size: 0.75rem;
	text-align: center;
}

/*採用情報*/
h1.page-title {
	margin: 1rem 0;
	padding-bottom: 0.75rem;
	font-size: 2rem;
	text-align: center;
	border-bottom: 2px solid #FF5969;
}
h1.page-title:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('../img/hiranonaika-favicon@0,25x.png');
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.25rem;
	margin-top: -6px;
}

/*診療案内*/
section.details {
	border: 1px solid #FFCCCC;
	border-radius: 4px;
	margin: 0 3rem; 
	padding: 0 1rem;
	background-color: white;
	margin-bottom: 1rem;
}
section.details h3 {
	color: #FF7F7F;
	font-size: 1rem;
	margin-top: 1rem;
	padding: 0 0 1rem;
	line-height: 1.5;
	border-bottom: 2px solid #FFCCCC; 
}
section.details p {
	font-size: 0.875rem;
}
h3.mt-details {
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 0 0 0.5rem;
	border-left: 4px solid #a08c39;
	border-bottom: none;
}
section.mt-details {
	border: 1px solid #a08c39;
	border-radius: 4px;
	padding: 0 1rem;
	background-color: white;
	margin: 1rem 0 1rem;
}
section.mt-details h3 {
	font-size: 1rem;
	margin-top: 1rem;
}
section.mt-details p {
	font-size: 0.875rem;
}
ul.mt-details {
	font-size: 0.875rem;
	padding-left: 0.875rem;
}
ul.cautions {
	font-size: 0.875rem;
	list-style: none;
	padding-left: 0.875rem;
}
ul.cautions li {
	text-indent: -0.875rem;
}
ul.cautions li:before {
	content: "※";
}
table.vaccine-data {
	width: 100%;
}
table.vaccine-data td, table.vaccine-data th {
	color: #4C1400;
	text-align: left;
	padding: 0.5rem;
	border: 1px solid #a08c39;
	border-collapse: collapse;
}
table.vaccine-data th {
	font-weight: 700;
	text-align: center;
	background-color: #FFCCCC;
	white-space: nowrap;
}
table.vaccine-data td {
	background-color: #fff;
	font-size: 0.875rem;
}
table.vaccine-data td ul {
	margin-bottom: 0;
}

/*医療Ｑ＆Ａ*/
section.question {
	border: 1px solid #FF5969;
	border-radius: 4px;
	margin: 0 2rem;
	padding: 1rem;
	background-color: white;
	margin-bottom: 1rem;
}
section.question h3 {
	color: #FF5969;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
	padding: 0 0 1rem;
	line-height: 1.5;
	border-bottom: 2px solid #FF5969; 
}
section.question h3 span {
	font-size: 1.25rem;
	font-weight: bold;
    padding-left: 0;
    border-left: none;
}
section.question p {
	font-size: 1rem;
}
section.question p:last-child {
	margin-bottom: 0;
}
section.question p span{
	font-size: 1.25rem;
	font-weight: bold;
}


/*医師紹介*/
section.doctor-profile h3:first-child {
	margin-top: 0;
}
p.profile-image {
	text-align: center;
}
p.profile-image img {
	width: auto;
}

/*施設案内*/
.card-deck.facility {
    margin-bottom: 2rem;
}

}