/*
Theme Name: ラピス株式会社
Description: Habakiri の子テーマです
Template: habakiri
*/
body {
	font-size:16px;
    line-height: 1.7;
}
.sp {
	display:none;
}
.cl_rd {
	color:red;
}
.cl_bl {
	color:blue;
}
.cl_gr {
	color:green;
}
.cl_lbl {
	color:#2E74F5;
}
.moreBtn {
	display: block;
	width: 290px;
	margin: 10px auto;
	text-align: center;
	position: relative;
	background-color: #EBF9FF;
	padding: 10px 5px;
	border-radius: 30px;
	color: #5B5B5B;
	border: 1px solid #6FD7FF;
}
.moreBtn:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	display: block;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #777777;
}
.moreBtn:hover {
	opacity: 0.7;
	text-decoration: none;
	transition: all .5s;
	color: #74624C;
	font-weight: 600;
}
h1 {
    font-size: 25px;/*投稿したページのタイトル*/
}
#main h2 {
	font-size: 25px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
	border-left: 4px solid #02A2E9;
	background-color: #E0F5FF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-bottom: 1px solid #CCCCCC;
}
#main h3 {
	margin: 20px 0 10px;
	font-size: 22px;
	border-bottom: solid 4px #E0E0E1;
	position: relative;
	padding-bottom: 0.5em;
}
#main h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #02A2E9;
  bottom: -4px;
  width: 20%;
}
#main h4 {
	font-size: 18px;
	margin-top: 30px;
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
}

#main h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #8ED8FF;
  font-weight: 900;
}

.box-1 {
	margin-bottom:50px;
}
.box-2 {
	margin-bottom:50px;
	overflow:hidden
}
.box-oshirase {
	margin-top:0px;
	margin-bottom:50px;
	overflow:hidden
}
.flexArea {
	display:flex;
}
.float_right {
	float:right;
	margin-left:20px;
}
.right_photo{
	width:300px;
}
.float_left {
	float:left;
	margin-right:20px;
}
.left_photo{
	width:300px;
}
.author,.categories {
	display:none;
}
/*--------------------header--------------------*/

.header--center .global-nav .menu {
    width: 100%;
}
.site-branding__heading img {
    max-width: 400px;
	margin-top: 10px;
}
#responsive-btn{
	right: 5px;
}
.menu > li {
	width: 16.666%;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.menu > li + li {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
}
.menu > li a:hover img{
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=80 )";
}
.h-info {
    list-style: none;
    margin: 0 auto 0 0;
    padding: 8px 0;
}
.h-tel {
	font-size: 35px;
	color: #FF9200;
	font-weight: 600;
}
.h-info table {
    border: none;
    line-height: 1.0em;
}
.h-time-1 {
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	background-color: #FFF0CB;
}
.h-time-2 {
	font-size: 14px;
	padding-left: 10px;
}
/*--------------------main--------------------*/
.page-header {
	background: url(https://nerimacl.com/wp-content/uploads/2025/07/header.jpg);
	background-position: center bottom;
	background-attachment: scroll;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #555555;
	text-shadow: 2px  2px 10px #FFFFFF ,
               -2px  2px 10px #FFFFFF ,
                2px -2px 10px #FFFFFF ,
               -2px -2px 10px #FFFFFF;
}
.gree {
	background-color: #FFFBCE;
	padding: 30px;
	margin: 50px auto;
	border-radius: 10px;
	border: 2px dashed #02A2E9;
	color: #005ECA;
	font-size: 1.2em;
	text-align: center;
	font-weight: 600;
}
.side img {
	margin-bottom: 5px;
}
.side h5 {
	margin-top: 0px;
	font-weight: 600;
	font-size: 1.2em;
	color: #02a2e9;
}
.oshirase {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	font-size: 25px;
	font-weight: 600;
	background-color: #3bbdef;
	border-radius: 7px;
	color: #FFFFFF;
}
.oshirase2 {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	font-size: 25px;
	font-weight: 600;
	background-color: #3bbdef;
	border-radius: 7px;
	color: #FFFFFF;
	margin-top: 40px;
}
#news ul {
	list-style:none;
	padding:0;
	margin:30px auto;
}
#news ul li {
	border-bottom:1px  solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
#news ul li a {
	display: flex;
	align-items: center;
	position: relative;
	transition: all .5s;
	color:#333;
}
#news ul li :after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	display: block;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #333;
}
.news-time {
	margin-bottom:0;
}
.news-title {
	margin:0 0 0 10px;
}
.info-table {
	width:100%;
}
.info-table th {
	text-align: center;
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #5FC8FF;
	color: #fff;
}
.info-table td {
	text-align: center;
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #FFFFFF;
}
.info-table .time  {
	background-color: #EEFDFF;
}
.dr_photo {
	width:150px;
}
.dr_name {
	text-align: center !important;
	border-left: none !important;
	padding-left: 0 !important;
	font-weight: 600;
	font-size: 1.1em;
}
.dr_hist {
	width:100%;
}
.hist_y {
	width:10%;
}
.dr_hist td {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}
.staff_area {
	margin-bottom:50px;
	align-items:center;
}
.staff_photo {
	width:30%;
	margin-right:20px;
	margin-bottom:0;
}
.staff_text {
	width: 100%;
	/* [disabled]background-color: #FFFCDC; */
	/* [disabled]border-radius: 10px; */
	/* [disabled]padding: 20px; */
}
.staff_name {
	font-size: 18px;
	border-bottom: dotted 1px #666;
	margin-bottom: 20px;
}
.factable {
	width:100%;
}
.factable td {
	width:50%;
	vertical-align: bottom;
}
.factable2 {
	width:100%;
}
.factable2 td {
	width:33%;
	vertical-align: bottom;
}
.fac-img {
	margin:0 10px 10px;
}
.fac-cap {
	text-align:center;
}
.tate {
	width:66.666%;
	text-align:center;
	margin:0 auto;
}
.tate2 {
	width:90%;
	text-align:center;
	margin:0 auto;
}
.price {
	width:100%;
}
.price th {
	padding: 10px;
	border: solid 1px #999;
	text-align: center;
	background-color: #F7F3E4;
}
.price .tabletitle {
	width:20%;
	background:transparent;
}
.price td {
	width:40%;
	padding:10px;
	border:solid 1px #999;
	text-align:center;
}
.col2 {
	width:100%;
}
.col2 th {
	width: 50%;
	padding: 10px;
	background-color: #F7F3E4;
	border: solid 1px #999;
	text-align: center;
}
.col2 td {
	width:50%;
	padding:10px;
	border:solid 1px #999;
	text-align:center;
}
.col3 {
	width:100%;
}
.col3 th {
	width: 33.33333%;
	padding: 10px;
	background-color: #F7F3E4;
	border: solid 1px #999;
	text-align: center;
}
.col3 td {
	width:33.33333%;
	padding:10px;
	border:solid 1px #999;
}
.accessTable {
    width: 100%;
}
#footer {
	background-color: #FFFFFF;
}
.accessTable th {
	background-color: #5FC8FF;
	border-bottom: solid 1px #fff;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.accessTable td {
	border-bottom: solid 1px #ccc;
	padding: 10px 10px;
	background-color: #FFFFFF;
}
.accessTable tr:first-child {
    border-top: solid 1px #ccc;
}
.map_img {
	width:80%;
	margin:0 auto;
	text-align:center;
}
/*--------------------footer--------------------*/
/*パターンA*/
#f-infoArea-A {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.f-info .info{
	width:40%;
	display:block;
	padding:0 20px;
}
#f-infoArea-A .f-logo {
    font-size: 18px;
    font-weight: bold;
	margin:0 auto 5px;
}
#f-infoArea-A .map {
	width:60%;
	padding:0 20px;
}
.googlemaps {
height: 0;
overflow: hidden;
padding-bottom: 55%;
position: relative;
}
.googlemaps iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
#f-infoArea-A .f-address {
	margin-bottom:20px;
}
#f-infoArea-A table {
	width:100%;
	margin-top:20px;
}
#f-infoArea-A table th {
	background-color: #5FC8FF;
	color: #fff; 
	text-align: center;
	padding: 5px;
}
#f-infoArea-A table td {
	text-align: center;
	padding: 5px;
	border-bottom: solid 1px #ccc;
	background-color: #FFFFFF;
}
.f-btn {
	display: block;
	width: 250px;
	margin: 10px auto 0;
	background-color: #FE72B5;
	text-align: center;
	color: #fff;
	/* [disabled]border: solid 1px #999; */
	padding: 3px 0;
	border-radius: 50px;
}
.f-btn:hover{
	background-color: #E14390;
	color: #FFFFFF;
	text-decoration: none;
}
.f-btn i, .f-btn2 i {
	padding-right:5px;
}
.f-btn2 {
	display: block;
	width: 250px;
	margin: 10px auto 0;
	background-color: #FF964D;
	text-align: center;
	color: #fff;
	/* [disabled]border: solid 1px #999; */
	padding: 3px 0;
	border-radius: 50px;
}
.f-btn2:hover{
	background-color: #FF7D22;
	color: #FFFFFF;
	text-decoration: none;
}
/*パターンAここまで*/

.f-menuArea {
	background-color: #F4FEFF;
}
.f-menu {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	display: flex;
	justify-content: space-around;
	color: #3bbdef;
}
.f-menu li i {
	padding-right:5px;
}
.f-menu a {
}
.f-menu a:hover {
}
.copyright {
	text-align: center;
	color: #fff;
	background-color: #02a2e9;
}
.copyright a {
    color: #FFFFFF;
}
.copyright a:hover {
    color: #FFFFFF;
}

#footerFloatingMenu {
	display:none;
}
/*--------------------RWD(ここから)--------------------*/
@media screen and (max-width:1200px) {
.f-schedule {
    width: 55%;
}
.clinicLogo {
    width: 35%;
}
}
@media screen and (max-width:991px){
#responsive-btn {
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    right: 0;
    height: 45px;
    width: 45px;
    font-size: 20px;
    line-height: 13px;
}
#responsive-btn:after {
    content: 'menu';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 10px;
}
/*header*/
.site-branding__heading img {
    max-width: 320px;
}
.topnav2,.topnav3 {
	display:none;
}
.menu > li {
    width: 100%;
}
.h-info {
    display: none;
}
/*トップ*/
/**/
.staff_photo {
    width: 40%;
}
.staff_text {
    width: 60%;
}
.hist_y {
    width: 15%;
}
/*footer*/
/*パターンA*/
#f-infoArea-A {
    display: block;
}
#f-infoArea-A .info {
    width: 100%;
    margin-bottom: 50px;
}
#f-infoArea-A .map {
    width: 80%;
    padding: 0 30px;
    margin: 0 auto;
}

/*パターンAここまで*/
/*フロート*/
#footerFloatingMenu {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 99999998;
	border-top: 1px solid #fff;
}
#footerFloatingMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerFloatingMenu ul li {
	float: left;
	width: 33.3333333%;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	font-weight: bold;
}
#footerFloatingMenu ul li:last-child {
	border-right: none;
}
#footerFloatingMenu ul li i {
	padding-right:5px;
}
#footerFloatingMenu a {
	color:#fff;
}
#footerFloatingMenu i {
	color:#fff;
}
.copyright {
	padding: 10px 0 60px;
}
.ft-tel {
	background-color: #FFA1CE;
}
.ft-web {
	background-color: #02A178;
}
.ft-access {
	background-color: #3bbdef;
}
/*フッター*/
}
}
@media screen and (max-width:768px) {
/*トップ*/
/*フッター*/
#f-infoArea-B {
    display: block;
    margin: 0;
}
#f-infoArea-B .clinicLogo {
    width: 54%;
    margin: 0 auto 30px;
}
#f-infoArea-B .f-schedule {
    width: 100%;
}
.googlemap-B {
    padding-bottom: 20%;
}
}
@media screen and (max-width:600px) {
.pc {
	display:none;
}	
.sp {
	display:block;
}
#main h2 {
    margin-top: 30px;
}
/*header*/
.site-branding__heading img {
    max-width: 300px;
}
/*トップ*/
#news ul li a {
    display: block;
}
.gree {
	padding:15px;
}
/**/
.staff_area {
    display: block;
}
.staff_photo {
    width: 300px;
    margin: 0 auto 20px;
}
.staff_text {
    width: 100%;
}
.factable td {
    width: 100%;
    display: block;
}
.factable2 td {
    width: 100%;
    display: block;
}
.fac-img {
	width: 300px;
    margin: 0 auto;
}
.tate {
    width: 200px;
}
.tate2 {
    width: 200px;
}
/*診療時間*/
/*フッター*/
/*パターンA*/
.f-info .info {
   padding: 0;
}
#f-infoArea-A .map {
    width: 100%;
    padding: 0px;
}
}
@media screen and (max-width:480px){
body {
    line-height: 1.5;
}
/*header*/
.site-branding__heading img {
    max-width: 230px;
}
/*トップ*/

/*クリニック紹介*/
.float_right {
    float: none;
    margin-left: 0;
}
.float_left {
    float: none;
    margin-right: 0;
}
.right_photo {
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
}
.left_photo {
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
}
.dr_photo {
    width: auto;
	text-align: center;
}
.dr_hist td {
    display: block;
}
.staff_photo {
    width: auto;
}
.fac-img {
    width: auto;
}
.tate {
    width: 66.666%;
}
.tate2 {
    width: 66.666%;
}
/*診療時間*/
.accessTable th {
    border-bottom: none;
    display: block;
    width: 100%;
}
.accessTable td {
    border-bottom: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    display: block;
    width: 100%;
}
.accessTable tr:last-child td {
    border-bottom: solid 1px #ccc;
}
.map_img {
	width:100%;
}
/*フッター*/
}
  .footer_s {
    width: 30%!important;
  }
  .footer_m {
    width: 40%!important;
  }
