@charset "utf-8";
/*
Theme Name: 柳川山門医師会
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a {
	transition: all 0.3s ease-in-out 0s;
}
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #2ebcf1; }
a:active { text-decoration: none; color: #2ebcf1; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-weight: 500;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.maru {
	 font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}


.wf-loading {
    opacity: 0;
}


.inner {
	width: 1000px;
	margin: 0 auto;
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* ヘッダー */
/* ----------------------------------- */
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#logo {
	padding: 20px 0;
}

#menu nav {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	flex-direction: column;
	gap: 10px;
}

#nav1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	order: 2;
	font-size: 1.5rem;
	gap: 20px;
}

#nav2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	order: 1;
	font-size: 1.2rem;
	gap: 20px;
}

#menuBtnWrap {
	display: none;
}

.lock a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.lock a::before {
	content: "";
	width: 12px;
	height: 15px;
	background: url(img/common/icon_key.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* カレンダー */
/* ----------------------------------- */
.calender {
	width: 1000px;
	margin: 0 auto 100px;
}

.calender h2 {
	font-size: 2rem;
	padding-bottom: 10px;
	font-weight: bold;
}

.xo-month {
	height: 580px;
}

/* Search */
/* ----------------------------------- */
#searchBox {
	margin-bottom: 80px;
}

#searchBox ul {
	padding: 40px;
	background: #eef8fb;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

#searchBox li {
	width: calc(50% - 15px);
}

.searchTit {
	padding-bottom: 5px;
	font-size: 1.8rem;
}

.pd {
	position: relative;
	z-index: 1;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 1.5rem;
	border-radius: 5px;
}


select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	cursor: pointer;
}

.pd select {
	height: auto;
	width: 100%;
	height: 50px;
	padding: 0 15px;
}

.pd::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	z-index: -1;
}

.fw {
	width: 100%;
	height: 50px;
}

.fw form {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.fw input {
	height: 100%;
	flex: 1;
	padding: 15px;
	z-index: 1;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 0;
	font-size: 1.5rem;
	border-radius: 5px 0 0 5px;
	font-family: inherit;
}

.searchBtn {
	height: 100%;
	padding: 0 10px;
	background: #2ebcf1;
	color: #FFF;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 1.6rem;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.searchBtn::before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(img/common/icon_serch.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* title */
/* ----------------------------------- */
.tit1 {
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 2.4rem;
	position: relative;
}

.tit1::before {
	content: "";
	width: 12px;
	height: 100%;
	background: url(img/common/icon_tit.svg) 0 0 repeat-y;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tit2 {
	margin-bottom: 10px;
	font-size: 2rem;
	position: relative;
}


/* btn */
/* ----------------------------------- */
a.btn1 {
	padding: 20px 40px;
	background: url(img/common/icon_arrow_b.svg) right 10px center no-repeat #FFF;
	border: 1px solid #2ebcf1;
	border-radius: 10px;
	font-size: 1.6rem;
	display: inline-block;
}

a.btn1:hover {
	color: #FFF;
	background: url(img/common/icon_arrow_w.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.xlsx {
	background: url(img/common/icon_xlsx_b.svg) right 10px center no-repeat;
}

a.btn1.xlsx:hover  {
	background: url(img/common/icon_xlsx_w.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.docx {
	background: url(img/common/icon_docx_b.svg) right 10px center no-repeat;
}

a.btn1.docx:hover  {
	background: url(img/common/icon_docx_w.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.out {
	background: url(img/common/icon_link.svg) right 10px center no-repeat;
}

a.btn1.out:hover  {
	background: url(img/common/icon_link_w.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.pdf {
	background: url(img/common/icon_pdf_b.svg) right 10px center no-repeat;
}

a.btn1.pdf:hover  {
	background: url(img/common/icon_pdf_w.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.file {
	background: url(img/common/icon_dl_b.svg) right 10px center no-repeat #FFF;
}

a.btn1.file:hover  {
	background: url(img/common/icon_dl_w.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.search {
	color: #FFF;
	background: url(img/common/icon_serch.svg) right 10px center no-repeat #2ebcf1;
}

a.btn1.search:hover  {
	opacity: 0.7;
}

/* 病院リンク */
/* ----------------------------------- */
#hospitalListIn {
	padding-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.hospital {
	width: calc(50% - 15px);
}

.hospital a {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: url(img/common/icon_arrow_b.svg) right 10px center no-repeat;
	border: 1px solid #CCC;
	border-radius: 10px;
}

.hospital a:hover {
	color: #FFF;
	background: url(img/common/icon_arrow_w.svg) right 10px center no-repeat #2ebcf1;
	border: 1px solid #2ebcf1;
}

.hospital .name {
	font-size: 2rem;
	line-height: 1.2;
}

.hospital .address {
	padding-top: 10px;
	font-size: 1.5rem;
}

.hospital .tel {
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}

.hospital .tel::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(img/common/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.hospital a:hover .tel::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(img/common/icon_tel_w.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.hospital .categorize {
	width: auto;
	padding: 2px 10px;
	margin-bottom: 5px;
	background: #2ebcf1;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
}



/* footer */
/* ----------------------------------- */
footer {
	padding-top: 23%;
	background: url(img/common/footer_img.png) center 0 no-repeat;
	background-size: contain;
}

#infoWrap {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#info {
	padding: 30px;
	width: calc(60% - 15px);
	border: 1px solid #CCC;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

#infoAddressWrap {
}

#infoName {
	font-size: 1.8rem;
}

#infoAddress {
}

.address {
	padding-bottom: 10px;
	font-size: 1.4rem;
}

.tel {
	display: block;
	font-size: 1.2rem;
}

.telLink {
	font-size: 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.telLink::before {
	content: "";
	width: 23px;
	height: 23px;
	background: url(img/common/icon_tel.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#infoMap {
	flex: 1;
}

#infoMap iframe {
	width: 100%;
	height: 230px;
}

#schoolBnr {
	width: calc(40% - 15px);
}

#schoolBnr a:hover {
	opacity: 0.7;
}

#schoolBnr img {
	width: 100%;
}

#footerNav {

}

#footerNav1 {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#footerNav2 {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#fukuokaHoliday {
	padding-bottom: 30px;
	text-align: center;
}

#fukuokaMedical {
	padding-top: 10px;
}

#fukuokaMedical a {
	width: 300px;
	height: 100%;
	margin: 0 auto;
	padding: 15px;
	display: block;
	border: 1px solid #2ebcf1;
	color: #333;
	background: url(img/common/icon_link.svg) right 10px center no-repeat;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 5px;
	font-size: 1.6rem;
}

#fukuokaMedical a:hover {
	color: #fff;
	background: url(img/common/icon_link_w.svg) right 10px center no-repeat #2ebcf1;
	transition: all 0.3s ease-in-out 0s;
}

#copy {
	padding-bottom: 30px;
	text-align: center;
}

#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#pageTop:hover {
	opacity: 0.7;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pagerWrap {
	padding-bottom: 80px;
    text-align: center;
}

#pager {
    display: inline-block;
}

#pagerWrap a, #pagerWrap span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background-color: #dedede;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	border-radius: 100vw;
}

#pagerWrap span.current,
#pagerWrap a.next,
#pagerWrap a.prev,
#pagerWrap a:hover {
    color: #fff;
    background-color: #2ebcf1;
    transition: all 0.3s ease-in-out 0s;
}

#pagerWrap span.dots {
    width: 1em;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
}

/* 下層MV */
/* ----------------------------------- */
#underMv {
	height: 200px;
	margin-bottom: 20px;
	border-bottom: 1px solid #2ebcf1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

#underMvData {
	padding-top: 10px;
	font-size: 1.6rem;
}

#underMvTit {
	font-size: 3.6rem;
	line-height: 1.2;
	color: #000;
	text-align: center;
}

#underMvTit::after {
	padding-top: 10px;
	font-size: 1.2rem;
	color: #2ebcf1;
	content: attr(data-en);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	display: block;
	text-align: center;
}

#bc {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

#bc li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

#bc li a.home {
	display: inline-block;
	line-height: 1;
}

#bc li:not(:last-child)::after {
	content: "";
	width: 5px;
	height: 8px;
	background: url(img/common/icon_arrow_g.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#clinicCat {
	padding: 2px 20px;
	background: #2ebcf1;
	color: #FFF;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.6rem;
}

/* 検索 */
/* ----------------------------------- */
#noResult {
	width: 100%;
	padding: 100px 0;
	font-size: 1.6rem;
	text-align: center;
}

/* 連携表組み */
/* ----------------------------------- */
.commonTable {
	width: 1000px!important;
	margin-bottom: 40px;
}

.commonTable th {
	padding: 10px;
	background: #eef8fb;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
}

.commonTable td {
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4rem;
}

.renkeiClinicName {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

.mapDtailList {
	width: 1000px;
}

.mapDtailList dt {
	font-weight: bold;
	font-size: 1.8rem;
}

.mapDtailList dd {
	width: 100%;
	padding: 20px;
	border: 1px solid #CCC;
}

.renkeiBackBtn {
	padding-bottom: 80px;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#renkeiDetail .scroll-hint-icon {
	top: 40px;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* 共通 */
	/* ----------------------------------- */
	.inner {
		width: 100%;
		padding: 0 5%;
		margin: 0 auto;
	}

	/* ヘッダー */
	/* ----------------------------------- */
	header {
		padding: 0 5%;
	}



	/* ハンバーガーメニュー */
	/* ----------------------------------- */
	#menuBtnWrap {
		position: fixed;
		right: 5%;
		top: 10px;
		z-index: 1000;
		display: block;
	}

	#menuBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #2ebcf1;
		cursor: pointer;
		width: 60px;
		height: 60px;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}

	#menuBtn::after {
		content: "メニュー";
		margin-top: 3px;
		font-size: 1.2rem;
		display: inline-block;
		text-align: center;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		color: #FFF;
		line-height: 1;
	}

	#menuBtn.active::after {
		content: "閉じる";
	}

	.bar {
		width: 30px;
		height: 25px;
		position: relative;
	}

	/*ボタン内側*/
	#menuBtn span {
		width: 100%;
		height: 3px;
		display: inline-block;
		transition: all 0.4s; /*アニメーションの設定*/
		position: absolute;
		left: 0;
		border-radius: 2px;
		background: #FFF;
	}

	#menuBtn span:nth-of-type(1) {
		top: 0;
	}

	#menuBtn span:nth-of-type(2) {
		top: 10px;
	}

	#menuBtn span:nth-of-type(3) {
		top: 20px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	#menuBtn.active span:nth-of-type(1) {
		top: 2px;
		left: 0;
		transform: translateY(6px) rotate(-45deg);
	}

	#menuBtn.active span:nth-of-type(2) {
		opacity: 0; /*真ん中の線は透過*/
	}

	#menuBtn.active span:nth-of-type(3) {
		top: 14px;
		left: 0;
		transform: translateY(-6px) rotate(45deg);
	}

	#menuBtn:hover,
	#menuBtn.active {
		background: #2ebcf1;
	}

	#menuBtn:hover span, 
	#menuBtn.active span {
		background: #FFF;
	}

	#menuBtn:hover .menuTxt,
	#menuBtn.active .menuTxt {
		color: #FFF;
	}

	#menu {
		width: 100%;
		height: 0;
		background: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		overflow: auto;
		transition: all 0.5s ease-in-out 0s;
		opacity: 0;
	}

	#menuIn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 90px;
	}

	#menu ul {
		padding: 40px 0;
	}

	#menu.active {
		height: 100%;
		opacity: 1;
	}

	#menu nav {
		align-items: center;
		gap: 20px;
	}

	#menu ul {
		padding: 0;
	}

	#nav1 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		order: 1;
		font-size: 1.6rem;
		gap: 20px;
	}

	#nav2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		order: 2;
		font-size: 1.6rem;
		gap: 20px;
	}

	/* Search */
	/* ----------------------------------- */
	#searchBox {
		margin-bottom: 40px;
	}

	#searchBox li {
		width: 100%;
	}

	/* pager */
	/* ----------------------------------- */
	#pagerWrap {
		padding-bottom: 40px;
		text-align: center;
	}

	/* hospital */
	/* ----------------------------------- */
	#hospitalListIn {
		padding-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.hospital {
		width: 100%;
	}


	/* フッター */
	/* ----------------------------------- */
	#info {
		padding: 30px;
		width: 100%;
		border: 1px solid #CCC;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}

	#infoMap {
		width: 100%;
	}

	#schoolBnr {
		width: 100%;;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* header */
	/* ----------------------------------- */
	#logo {
		width: 150px;
	}

	#logo img {
		width: 100%;
		height: auto;
	}

	/* menu */
	/* ----------------------------------- */
	#menuBtn {
		width: 50px;
		height: 50px;
	}
	
	.bar {
		width: 25px;
		height: 20px;
		position: relative;
	}

	#menuBtn span:nth-of-type(2) {
		top: 8px;
	}

	#menuBtn span:nth-of-type(3) {
		top: 16px;
	}

	#menuBtn::after {
		content: "メニュー";
		margin-top: 3px;
		font-size: 1rem;
		display: inline-block;
		text-align: center;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		color: #FFF;
		line-height: 1;
	}
	
	/* search */
	/* ----------------------------------- */
	#searchBox ul {
		padding: 20px;
		background: #eef8fb;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}

	.fw input {
		width: calc(100% - 80px);
		font-size: 1.4rem;
	}

	.searchBtn {
		width: 80px;
		font-size: 1.4rem;
	}

	.searchTit {
		padding-bottom: 5px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	/* tit */
	/* ----------------------------------- */
	.tit1 {
		font-size: 1.8rem;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.tit1::before {
		content: "";
		width: 12px;
		height: 100%;
		background: url(img/common/icon_tit.svg) 0 0 repeat-y;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	/* btn */
	/* ----------------------------------- */
	a.btn1 {
		padding: 20px 30px;
	}

	/* 下層MV */
	/* ----------------------------------- */
	#underMv {
		height: 150px;
	}

	#underMvTit {
		font-size: 2rem;
		line-height: 1.2;
		color: #000;
		text-align: center;
	}

	#bc li {
		font-size: 1rem;
	}

	/* 一覧 */
	/* ----------------------------------- */
	.hospital .name {
		font-size: 1.6rem;
	}

	.hospital .address {
		font-size: 1.3rem;
	}

	.hospital .tel {
		font-size: 1.8rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 5px;
	}


	/* フッター */
	/* ----------------------------------- */
	#footerNav {
		padding: 0 5%;
	}

	#copy {
		font-size: 1rem;
	}

	.renkeiClinicName {
		font-size: 2rem;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}