@charset "utf-8";
/* CSS Document */
#main{
	margin-top: 100px;
}
.top_btn{
	max-width: 306px;
    margin: auto;
	width: fit-content;
}
.top_btn a{
	display: block;
	border: solid 1px #2D5748;
	color: #2D5748;
    width: fit-content;
    height: 100%;
    overflow: hidden;
    position: relative;
    letter-spacing: 1.4px;
    border-radius: 44px;
	text-decoration: none;
	padding: 15px 55px;
	background-color: #FFF;
	font-weight: 500;
	text-align: center;
}
.takadobashi .top_btn a{
	border: solid 1px #BF6766;
	color: #BF6766;	
}
.dainirinkai .top_btn a{
	border: solid 1px #2B5F75;
	color: #2B5F75;	
}
.sinzyuku .top_btn a{
	border: solid 1px #754E39;
	color: #754E39;	
}
.takadobashi #top_news .news_list ul li a::before,
.takadobashi .top_btn a::before{
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12.902"><g><g><path fill="%23bf6766" d="M0 5.951h14v1H0z"/><g><path fill="%23bf6766" d="M13.998 6.452h6L10.311 12.9Zm0 0L10.311 0 20 6.45Z"/></g></g></g></svg>');	
}
.dainirinkai #top_news .news_list ul li a::before,
.dainirinkai .top_btn a::before{
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12.902"><g><g><path fill="%232b5f75" d="M0 5.951h14v1H0z"/><g><path fill="%232b5f75" d="M13.998 6.452h6L10.311 12.9Zm0 0L10.311 0 20 6.45Z"/></g></g></g></svg>');	
}
.sinzyuku #top_news .news_list ul li a::before,
.sinzyuku .top_btn a::before{
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12.902"><g><g><path fill="%23754e39" d="M0 5.951h14v1H0z"/><g><path fill="%23754e39" d="M13.998 6.452h6L10.311 12.9Zm0 0L10.311 0 20 6.45Z"/></g></g></g></svg>');	
}
.top_btn a::before{
    position: absolute;
    right: 19px;
	z-index: 1;
	top: -1px;
    bottom: 0;
    margin: auto;
	height: 23px;
}
.top_btn a::after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #D1B68A;
    transition: width .5s ease-in-out,left .5s ease-in-out;
    z-index: 0;
    border-radius: 50px;
}
.top_btn a:hover::after {
    width: 100%;
    left: 0;
}
.top_btn a span{
	position: relative;
	z-index: 1;
}
#top_cnt{
	overflow: hidden;
	background: #F7F7F7;
}
.flex_hor{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: auto;
    align-items: flex-start;
}
.flex_hor div > h2:first-child,
.flex_hor div > h3:first-child,
.flex_hor div > h4:first-child{
	margin-top: 0;	
}
.flex_hor img{
	width: 100%;
	max-width: fit-content;
}
.takadobashi p.tel_txt a,
.takadobashi p.tel_txt,
.takadobashi #contact_cnt .call p:first-child,
.takadobashi #top_feature h3,
.takadobashi .ttl_en{
	color: #BF6766;		
}

.dainirinkai p.tel_txt a,
.dainirinkai p.tel_txt,
.dainirinkai #contact_cnt .call p:first-child,
.dainirinkai #top_feature h3,
.dainirinkai .ttl_en{
	color: #2B5F75;		
}
.sinzyuku p.tel_txt a,
.sinzyuku p.tel_txt,
.sinzyuku #contact_cnt .call p:first-child,
.sinzyuku #top_feature h3,
.sinzyuku .ttl_en{
	color: #754E39;		
}
.takadobashi #top_news .news_list ul li a::after,
.takadobashi #top_access,
.takadobashi .ttl_en::before,
.takadobashi .ttl_en::after {
    background-color: #BF6766;
}
.dainirinkai #top_news .news_list ul li a::after,
.dainirinkai #top_access,
.dainirinkai .ttl_en::before,
.dainirinkai .ttl_en::after {
    background-color: #2B5F75;
}
.sinzyuku #top_news .news_list ul li a::after,
.sinzyuku #top_access,
.sinzyuku .ttl_en::before,
.sinzyuku .ttl_en::after {
    background-color: #754E39;
}
.takadobashi #top_link{
	background-color: #F9F2F2;
}
.dainirinkai #top_link{
	background-color: #F0F3F5;
}
.sinzyuku #top_link{
	background-color: #EFE8E3;
}
.txt_red{
	color: #B23A1B;
}
/* link */
#main .file_list a{
	color: #50402E;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.5px;
}
#main ul.file_list{
	margin: 29px 0 17px;
}
#main ul.file_list li {
	position: relative;
    padding: 0 35px 20px 35px;
    letter-spacing: 0;
	font-weight: 500;
}
#main ul.file_list li a{
	transition: opacity .3s ease-in-out;
}
#main ul.file_list li a:hover{
	opacity: 0.7;
}
#main ul.file_list li:after{
    content: "";
	position: absolute;
	top: 0;
	left: 14px;
	width: 1px;
    height: 24px;
    background-color: #B48B3E;
}
#main a[href$=".pdf"],
#main a[href$=".doc"],
#main a[href$=".docx"],
#main a[href$=".xls"],
#main a[href$=".xlsx"]{
	padding-right: 0 !important;
	position: relative;
}
#main a[href$=".pdf"]:before,
#main a[href$=".doc"]:before,
#main a[href$=".docx"]:before,
#main a[href$=".xls"]:before,
#main a[href$=".xlsx"]:before{
	content: none !important;
}
#main a[href$=".pdf"]:after,
#main a[href$=".doc"]:after,
#main a[href$=".docx"]:after,
#main a[href$=".xls"]:after,
#main a[href$=".xlsx"]:after{
	position: absolute;
	bottom: -5px;
    right: -40px;	
}
#main figure a[href$=".pdf"]:after,
#main figure a[href$=".doc"]:after,
#main figure a[href$=".docx"]:after,
#main figure a[href$=".xls"]:after,
#main figure a[href$=".xlsx"]:after{
	bottom: 5px;
    right: 5px;	
}
#main a[href$=".pdf"]:after{
	content: url("../images/icon/icon_pdf.svg");
}
#main a[href$=".doc"]:after,
#main a[href$=".docx"]:after{
	content: url("../images/icon/icon_word.svg");
}
#main a[href$=".xls"]:after,
#main a[href$=".xlsx"]:after{
	content: url("../images/icon/icon_xlsx.svg");
}
/* main */
#sinzyuku_main_visual img{
	width: 100%;
    height: 282px;
	object-fit: cover;
}
#main_visual{
	display: flex;
}
#main_visual figure{
	width: 100%;
}
#main_visual figure img{
	width: 100%;
    height: 100%;
	max-height: 382px;
	object-fit: cover;
}
#main_visual .txt_cnt{
	background: url("../images/clinic/main_bg.png")center/cover no-repeat;
	min-width: 586px;
	width: 100%;
	padding: 66px 10px 40px;
	min-height: 382px;
}
#main_visual .clinic_h2{
	text-align: center;
	margin-left: 5px;
}
#main_visual h2{
	display: inline;
	font-size: 1.875rem;
	text-align: center;
	color: #5C5855;
    padding: 0;
	margin: auto;
    letter-spacing: 6px;
	background: linear-gradient(transparent 57%, #F2F0EA 0%);
}
#main_visual .top_catch{
    margin: auto;
	font-family: "maru-maru-gothic-clr-stdn", sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
    line-height: 1.95;
    text-align: center;
    margin-top: 25px;
	
}
.takadobashi #main_visual .top_catch{
    margin-top: 17px;	
}

h2{
	font-size: 2rem;
	text-align: center;
	letter-spacing: 2.5px;
	padding: 0 0 30px;
	font-weight: 600;
	color: #5C5855;
}
.ttl_en {
    font-family: "trajan-pro-3", serif;
    font-weight: 700;
    font-size: 0.75rem;
    text-align: center;
    max-width: fit-content;
    margin: auto;
    padding: 0 40px;
    position: relative;
    letter-spacing: 2.5px;
}
.ttl_en::before,
.ttl_en::after {
    content: "";
	position: absolute;
    width: 25px;
    height: 1px;
    background-color: #8F7F6F;
	top: 10.5px;
}
.ttl_en::before{
	left: 0;
}
.ttl_en::after{
	right: 0;	
}
/* top_contact */
#top_contact{
	background-color: #F2EEEA;
	padding: 92px 20px 96px;
}
.sinzyuku #top_contact{
	padding: 92px 20px 70px;
}
#top_contact h2{
	padding: 0 10px;
	font-size: 1.5625rem;
}
#top_contact .unity,
#top_contact h2 + p{
	text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1.4px;
    line-height: 1.88;
    margin: 24px 0 20px;
    font-weight: 500;
}
#top_contact h2 + p + .top_btn{
	max-width: 234px;
	width: 100%;
}
#top_contact .top_btn a{
	width: 100%;
}
#top_contact .flex_hor{
	max-width: 684px;
}
/* top_cnt_dl */
#top_cnt_dl{
	background-color: #F2EEEA;
	padding: 92px 20px 85px;
}
#top_cnt_dl h2{
	padding: 0 10px;
	font-size: 1.5625rem;
}
#top_cnt_dl h2 + p{
	text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1.4px;
    line-height: 1.88;
    margin: 24px 0 23px;
    font-weight: 500;
}
#top_cnt_dl h2 + p span.txt_red{
    font-size: 0.875rem;
}
#top_cnt_dl .cnt_box{
	display: flex;
	margin: auto;
	gap:20px;
	max-width: 864px;
	justify-content: space-between;
}
#top_cnt_dl .cnt_box > div{
	background-color: #FFF;
	max-width: 410px;
	width: 100%;
	padding: 53px 20px;
}
#top_cnt_dl .cnt_box > div p:first-child{
	font-weight: 700;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
}
#top_cnt_dl .cnt_box p{
	max-width: 340px;
	margin: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
}
#top_cnt_dl p.top_btn{
	margin-top: 25px;
}
#top_cnt_dl p.top_btn + p{
	text-align: center;
	margin-top: 10px;	
}
#top_contact p.tel_txt,
#top_cnt_dl p.tel_txt{
	font-size: 1.875rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	font-family: "source-han-serif-japanese", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-top: 14px;
}
#top_contact p.tel_txt{
	line-height: 1;
	margin-top: 10px;
}
#top_contact p.tel_txt a{
	text-decoration: none;
}
#top_cnt_dl .tel_txt span a,
#top_cnt_dl .tel_txt span{
	font-size: 2.125rem;
	line-height: 1;
	text-decoration: none;
}
#top_contact .tel_txt span a,
#top_contact .tel_txt span{
	letter-spacing: 3.2px;
	line-height: 1;
	font-size: 2.125rem;
    text-decoration: none;
}
#top_cnt_dl h3{
	font-size: 1.375rem;
    color: #5C5855;
    border-bottom: 2px solid #8F7F6F;
    border-image: linear-gradient(to right, #50402E 0% 7%, #8F7F6F 7% 100%) 1;
    letter-spacing: 1.8px;
    margin: 71px auto 25px;
    padding-bottom: 5px;
    font-weight: 600;
    max-width: 864px;
}
#top_cnt_dl h4{
	font-size: 1.25rem;
    color: #50402E;
    letter-spacing: 1.5px;
    margin: 4px 0 22px;
	position: relative;
	padding-left: 31px;
	font-weight: 500;
}
#top_cnt_dl h4::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border: solid 5px #D1B68A;
	border-radius: 50px;
	margin-left: -25px;
	top: 9px;
}
#top_cnt_dl div.box_txt p{
	margin:auto !important;	
}
#top_cnt_dl .box_txt{
	background-color:#FFF;
	display: flex;
	padding: 30px 10px;
	margin: auto;
	max-width: 864px;
}
#top_cnt_dl .box_txt .box_right{
	padding: 13px 0 13px 22px;
}
#top_cnt_dl .box_midashi {
    min-width: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #8F7F6F;
}
#top_cnt_dl .box_midashi p{
	color: #2D5748;
	font-size: 1.125rem;
	letter-spacing: 1px;
}
#top_cnt_dl .box_txt .file_list {
    margin: 23px 0;
}
#top_cnt_dl .box_txt .file_list li:last-child{
	padding: 0 35px;
}
#top_cnt_dl .flex_hor{
	max-width: 864px;
	margin: auto;
}
#top_cnt_dl .flex_hor > div{
	flex:1;
}
/* top_link */
#top_link{
	padding: 83px 0 78px;
}
#top_link .flex_hor{
	max-width: 864px;
	gap: 45px;	
}
#top_link .flex_hor > div{
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgb(217 212 201 / 50%);
	padding: 65px 55px 40px;
	max-width: 410px;
	width: 100%;
}
#top_link h2{
	font-size: 1.875rem;
	letter-spacing: 2.8px;
	padding: 0 0 26px;
}
#top_link h2 + p{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300;
	line-height: 1.88;
	padding: 0 5px;
}
#top_link ul{
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
	margin: 22px auto 36px;
	max-width: 298px;
}
#top_link li{
	background-color: #88AE88;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
	max-width: 144px;
	width: 100%;
	position: relative;
	transition: opacity .3s ease-in-out;
}
#top_link li:hover{
	opacity: 0.7;
}
#top_link li a{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 36px 10px 52px;
}
#top_link li a:after{
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12.902"><g><g><path fill="%23ffffff" d="M0 5.951h14v1H0z"/><g><path fill="%23ffffff" d="M13.998 6.452h6L10.311 12.9Zm0 0L10.311 0 20 6.45Z"/></g></g></g></svg>');	position: absolute;
    bottom: 23px;
}
#top_link li div{
	margin-top: 11px;
	min-height: 48px;
    display: flex;
    align-items: center;
}
#top_link li p{
	color: #fff;
	line-height: 1.5;
    letter-spacing: 0.5px;
	text-shadow: #2D5748 1px 0 10px;
}
#top_link li p span{
	font-size: 0.75rem;
}
#top_link .top_btn{
	max-width: 233px;
    width: 100%;
}
#top_link .top_btn a{
    width: 100%;	
}
#top_link .one_box{
	max-width: 864px;
	margin: 0 auto 40px;
	background-color:#FFF;
	box-shadow: 0 0 10px 0 rgb(217 212 201 / 50%);
    padding: 65px 55px 40px;
	width: 100%;
}
#top_link .one_box h2 + p{
	max-width: fit-content;
	margin: auto;
}
#top_link .one_box ul{
	max-width: 611px;
}
#top_link .one_box li{
	max-width: 300px;
}
#top_link .one_box li a{
	padding: 36px 10px 46px;
}
#top_link .one_box li div{
	margin-top: 0;
}
#top_link .box_none h2 {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 22px;
    line-height: 1.2;
    padding: 0;
    height: 65px;
    letter-spacing: 2.8px;
}
#top_link .box_none h2 + p{
	padding: 0 5px;
}
#top_link .box_none .top_btn {
    margin-top: 18px;
}
/* top_news */
#top_news{
	padding: 90px 10px 90px;
}
#top_news > div{
	background-color: #FFF;
	max-width: 864px;
	margin: auto;
	box-shadow: 0 0 10px 0 rgb(217 212 201 / 50%);
	padding: 63px 30px 55px;
}
#top_news .news_list{
	max-width: 864px;
	margin: auto;
}
#top_news .news_list ul{
	padding-bottom: 36px;
	max-width: 725px;
	margin:auto;
	overflow: hidden;
	border-top: dotted 1px #a8a8a8;
}
#top_news .news_list ul li a{
	display: flex;
	align-items: center;
	gap: 11px 45px;
	text-decoration: none;
    width: 100%;
    border-bottom: dotted 1px #a8a8a8;
	padding:  26px 73px 26px 11px;
	position: relative;
}
#top_news .news_list ul li a::before {
    position: absolute;
    right: 50px;
    top: -7px;
    bottom: 0;
    margin: auto;
    height: 23px;
    transition: all .6s ease-in-out;
}
#top_news .news_list ul li a:hover::before{
	right: 13px;
	transition: all .6s ease-in-out;
}
#top_news .news_list ul li a::after{
	content: "";
    height: 1px;
    width: 100%;
    position: absolute;
	transition: all 0.3s ease;
    bottom: -1px;
	right: 100%;
}
#top_news .news_list ul li a:hover::after{
	right: 0;
	transition: all 0.8s ease;
}
#top_news .news_list ul li a p{
	font-family: "source-han-sans-japanese", sans-serif;	
}
#top_news .news_list ul li a p:first-child{
	font-size: 0.875rem;
	font-weight: 700;
}
#top_news .news_list ul li a p:nth-child(2){
	font-weight: 300;	
}
#top_news .top_btn {
	max-width: 200px;
	width: 100%;
}
#top_news .top_btn a{
	width: 100%;
	padding: 15px 40px;
	text-align: left;
}
/* top_about */
#top_about{
	background-color: #E9E6DB;
	padding: 90px 0;
}
#top_about .flex_hor{
	max-width: 864px;
	gap: 12px;
	margin: auto;	
}
#top_about .flex_hor p a {
	background-color: #FFF;
	color: #5C5855;
    text-decoration: none;
    position: relative;
    font-size: 1rem;
	font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
	gap: 22px;
    padding-bottom: 22px;
	transition: all .3s ease-in-out;
	letter-spacing: 1.4px;
	box-shadow: 0 0 10px 0 rgb(217 212 201 / 100%);
}
#top_about .flex_hor p a:hover{
	opacity: 0.7;
}
#top_about .flex_hor p a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 6.5px 6.5px 6.5px;
    border-color: transparent #88AE88 #2D5748 transparent;
    bottom: 6px;
    right: 6px;
}
/* top_feature */
#top_feature {
    padding: 94px 10px;
}
#top_feature .flex_hor{
	max-width: 1024px;
	margin-top: 20px;
	gap: 43px 25px;
	flex-wrap: wrap;
	align-items: normal;
}
#top_feature .flex_hor > div{
	background-color: #FFF;
	display: flex;
    flex-direction: column;
    align-items: center;	
}
#top_feature .box3 > div{
	max-width: 312px;
	padding: 44px 47px;
}
#top_feature .box4 > div{
	max-width: 490px;
	padding: 44px 47px 36px;
}
#top_feature .box3 h3,
#top_feature .box4 h3{
	font-size: 1.25rem;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-align: center;
}
#top_feature .box3 h3{
	margin-bottom: 12px;	
}
#top_feature .box4 h3{
	height: 77px;	
}
#top_feature .flex_hor > div p{
	font-family: "source-han-sans-japanese", sans-serif;	
	line-height: 1.88;
}
#top_feature .box3 > div p{
	max-width: 218px;
	margin-top: 7px;
}
#top_feature .box4 > div p{
	margin-top: 8px;	
}
#top_feature .box1{
	max-width: 1024px;
	margin: auto;
	background-color: #FFF;
    display: flex;
	align-items: center;
	padding: 39px 47px 36px;
	margin-top: 43px;
	gap: 20px 50px;
}
#top_feature .box1 p{
	font-family: "source-han-sans-japanese", sans-serif;
    line-height: 1.88;	
}
/* top_feature sinzyuku */
#top_feature .features_cnt{
	margin: 22px 0 26px;
	display: flex;
	flex-direction: column;
	gap: 84px 0;
}
#top_feature .features_box{
	display: flex;
	max-width: 1088px;
	margin: auto;
	align-items: flex-start;
	position: relative;
}
#top_feature .features_plus{
	padding-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    height: 92px;
    max-width: 476px;
	gap: 10px;
    position: absolute;
    top: 0;
}
#top_feature .right .features_plus{
    right: 112px;
	justify-content: flex-end;
}
#top_feature .features_plus p{
	font-weight: 500;
	background-color: #EFE6D8;
	max-width: fit-content;
	padding: 2px 11px;
	color: #A47E40;
}
#top_feature .line1 p{
	margin-top: 20px;
}
#top_feature .features_txt{
	background-color: #FFF;
	max-width: 567px;
	padding-bottom: 83px;
	box-shadow: 0 0 10px 0 rgb(217 212 201 / 100%);
	position: relative;
}
#top_feature .right{
	margin: 92px 112px 0 -56px;
	z-index: 1;
}
#top_feature .left{
	margin: 80px -56px 0 112px;
	z-index: 1;
}
#top_feature .features_box .point{
	color: #D1B68A;
	font-size: 1.375rem;
	overflow: hidden;
	text-align: right;
	padding-right: 16px;
	padding-bottom: 23px;
    margin-top: -16px;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	position: absolute;
	right: 0;
}
#top_feature .features_box .point span{
	font-size: 4.375rem;
	position: relative;
	line-height: 1;
	padding-left: 10px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#top_feature .features_box .point span::after{
	content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    border-left: solid 1px #D1B68A;
	background: #FFF;
	transform: rotate(45deg);
	bottom: -50px;
    right: -60px;
}
#top_feature .features_box:nth-child(7) .point span::after{
    right: -57px;	
}
#top_feature .features_box h3{
	font-size: 1.5rem;
	color: #B23A1B;
	padding: 82px 82px 0;
	letter-spacing: 2.3px;
    margin-bottom: 10px;
}
#top_feature .features_box h3 ~ p{
	padding: 0 82px;
    letter-spacing: 1.6px;
    line-height: 1.5;
}
#top_feature .features_box .lead{
	font-size:1.125rem;
	color:#A47E40;
	font-weight: 600;
	font-family: "source-han-sans-japanese", sans-serif;
	letter-spacing: 0;
	margin: 15px 0 10px;
}
/* access_map */
#access_map{
	padding-bottom: 150px;
	padding-top: 100px;
	margin-top: -100px;
}
#access_map .map {
    max-width: 864px;
    margin: 20px auto 0;
}
#access_map .map iframe {
    width: 100%;
    height: 513px;
}
#access_map .map_cnt {
    display: flex;
    justify-content: space-between;
    margin: 11px auto 0;
    max-width: 864px;
    color: #5C5855;
}
#access_map .map_cnt div {
    padding-right: 46px;
    max-width: 486px;
}
#access_map .map_cnt h3 {
    position: relative;
    font-size: 1.125rem;
    padding-left: 35px;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
}
#access_map .map_cnt h3:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #B23A1B;
    top: 13px;
    margin: auto auto auto -28px;
}
.dainirinkai #access_map .map_cnt h3:before {
   background-color: #2B5F75;	
}
#access_map .map_cnt p {
    font-size: 0.875rem;
    padding-left: 35px;
    letter-spacing: 1.4px;
    line-height: 1.74;
}
/*印刷設定*/
@media print {

}
