/*
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;
}
.moreBtn {
  display: block;
  width: 290px;
  margin: 10px auto;
  text-align: center;
  position: relative;
  background-color: #81D6D2;
  padding: 10px 5px;
  border-radius: 30px;
  color: #fff;
}
.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: #fff;
}
.moreBtn:hover, .topBtn:hover, .topBtn2:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all .5s;
  color: #fff;
}
.topBtn {
    display: block;
    width: 98%;
    /* [disabled]margin-top: 10px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    background-color: #02A39C;
    padding-top: 12px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #fff;
}

.topBtn2 {
    display: block;
    width: 98%;
    /* [disabled]margin-top: 10px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    background-color: #FFBF00;
    padding-top: 12px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 12px;
    border-radius: 10px;
    color: #fff;
}

.topb {
}
h1 {
  font-size: 25px; /*投稿したページのタイトル*/
}
#main h2 {
    font-size: 25px;
    text-align: center;
    position: relative;
    background-color: #39BBB5;
    box-shadow: 0px 0px 0px 5px #39BBB5;
    border: dashed 2px #EAF9F8;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.3em;
    color: #fff;
	margin-top:45px;
	margin-bottom:20px;
}

#main h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 25px 25px;
  border-style: solid;
  border-color: #fff #fff #02A39C;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#main h3 {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 21px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}
#main h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f138';
  color: #86D2A8;
  margin-right: 5px;
  margin-left: 1px;
}
#main h4 {
    font-size: 18px;
    margin-top: 20px;
    border-left: 4px solid #00ADA6;
    padding-left: 10px;
}

#main h5 {
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    font-size: 20px;
    border-bottom: 1px solid #DDDDDD;
	width:80%;
    padding-bottom: 10px;
}

.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: 450px;
}
.right_photo2 {
  width: 350px;
}
.float_left {
  float: left;
  margin-right: 20px;
}
.left_photo {
  width: 300px;
}
.author, .categories {
  display: none;
}


.bg_1 {
	padding:20px 45px 10px 45px;
	/*background: #fff8d7;*/
	/*background: #F1E0B2;*/
	background: #00A39C;
	margin-bottom:30px;
}

.topBtn3 {
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	width:100%;
	padding: 0;
}
.topBtn3 li {
	width:16.5%;
	padding:5px;
}
.topBtn3 li >a {
	display:block;
	text-align:center;
	background:#999;
	border-radius:50px;
	padding:10px;
}


.top_btn li >a {
	display: block;
	text-align: center;
	/*background: #00A39C;*/
	background: #FFFFFF;
	border-radius: 10px;
	padding: 5px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight:700;
	/*color:#ff8c9f;*/
	/*color:#ffffff;*/
	color:#996633;
	width:170px;
	margin:0 auto;
}
.top_btn li >a img {
	display:block;
	margin:10px auto 5px;
}
.top_btn li >a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	margin-left: 10px;
}
.top_btn li >a:hover {
	opacity:0.8;
	transition:all 0.3s ease-in-out;
}

/*--------------------header--------------------*/
.header--center .global-nav .menu {
  width: 100%;
}
.site-branding__heading img {
max-width: 460px;
  margin-top: 0px;
  /*max-width: 350px;
  margin-top: 20px;*/
}
#responsive-btn {
  right: 5px;
}
.menu > li {
  width: 14.2%;
}
.side {}
.menu > li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha( opacity=80 )";
}
.h-info {
  list-style: none;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
  padding: 8px 0;
  float: right;
}
.h-tel {
    font-size: 40px;
    font-weight: bold;
    /*color: #F77216;*/
	color: #FF4000;
    padding-top: 0px;
    padding-bottom: 5px;
}
.h-info table {
    border: none;
    line-height: 1.0em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.h-time-1 {
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  background-color: #FFDB8C;
}
.h-time-2 {
  font-size: 14px;
  /* [disabled]padding-left: 5px; */
  padding-top: 3px;
  padding-bottom: 3px;
}
/*--------------------main--------------------*/
/*.page-header {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/01/title.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #00ADA6;
    letter-spacing: 0.2em;
	 padding: 90px 0;
	 margin:0;
}*/


.page-header {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_03.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	 padding: 90px 0;
}

.page-header__title {
    font-size: 32px;
}

.page-id-9 .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_01.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

.page-id-409 .page-header  {
    /*background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title3.jpg);*/
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/08/pc_chinchilla.jpg);
	background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

.page-id-11 .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_00.jpg);
	background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

.page-id-413 .page-header  {
    /*background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title5.jpg);*/
    /*background: url(https://koizumi-nest.com/wp-content/uploads/2025/08/pc_flog.jpg);*/
	background: url(https://koizumi-nest.com/wp-content/uploads/2025/09/pc_flog3.jpg);
	background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

.page-id-13 .page-header  {
    /*background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title6.jpg);*/
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/08/pc_monkey.jpg);
	background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}


/*　お知らせ　*/
.blog .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_02.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}
.single .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_02.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

.category .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_02.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}

/*　ブログ　*/
.single-blog .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/pc_03.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
}



.gree {
    /*margin: 50px auto;*/
    margin: 40px auto;
	font-size: 1.1em;
}
.side p {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.side p img {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5px;
}
.subject {
    background-color: #F5F2E5;
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px dotted #DDAA80;
}
.subject2 {
    background-color: #EAF9F8;
    border-radius: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    /* [disabled]border: 1px dotted #DDAA80; */
}
.subject3 {
    /*background-color: #FFE9F4;*/
    background-color: #EAF9F8;
    border-radius: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px dotted #DDAA80;
}
.subject4 {
    background-color: #FFFEE7;
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px dotted #FFBB55;
}
.subject .title {
    text-align: center;
    font-weight: bold;
    background-color: #8D5223;
    color: #FFFFFF;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    position: relative;
    font-size: 1.1em;
}
.subject2 .title2 {
    text-align: center;
    font-weight: bold;
    background-color: #02A39C;
    color: #FFFFFF;
    border-radius: 100vh;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.1em;
}

.subject3 .title3 {
    text-align: center;
    font-weight: bold;
    /*background-color: #FE8DCA;*/
    background-color: #02A39C;
    color: #FFFFFF;
    /*border-radius: 100vh;*/
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.2em;
}

.subject .title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #8D5223;
    width: 0;
    height: 0;
}
.subject ul li {
  margin-left: -1.5em;
  margin-bottom: 5px;
  line-height: 1.5;
}

.subject3 .title3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    /*border-top: 10px solid #FE8DCA;*/
	border-top: 10px solid #02A39C;
    width: 0;
    height: 0;
}
.subject4 .title4 {
    text-align: center;
    font-weight: bold;
    background-color: #FF9900;
    color: #FFFFFF;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    position: relative;
    font-size: 1.1em;
}
.subject4 .title4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
	border-top: 10px solid #FF9900;;
    width: 0;
    height: 0;
}
.oshirase {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	color:#996633;
}
#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;
  font-size:90%;
}
.news-title {
  margin: 0 25px 0 10px;
  
  font-weight: bold;
	color: #FF6600;
}

.m {
	color: #FC6;
	font-size:24px;
	line-height:1em;
	margin-right:2px;
	padding:0;
	
}

.m2 {
	color: #F00;
	font-size:22px;
	line-height:1em;
	margin-right:0px;
}

.entry-title {
  font-weight: bold;
	color: #FF6600;
}

.info-table {
  width: 100%;
}
.info-table th {
    text-align: center;
    border: solid 1px #ccc;
    padding: 5px;
    background-color: #896F60;
    color: #fff;
}
.info-table td {
  text-align: center;
  border: solid 1px #ccc;
  padding: 5px;
}
.dr_photo {
  width: 400px;
}
.dr_name {
  text-align: center !important;
  border-left: none !important;
  padding-left: 0 !important;
}
.dr_hist {
  width: 100%;
}
.hist_y {
  width: 10%;
}
.dr_hist td {
  padding: 10px;
  vertical-align: top;
}
.staff_area {
  margin-bottom: 50px;
  align-items: center;
}
.staff_photo {
  width: 30%;
  margin-right: 20px;
  margin-bottom: 0;
}
.staff_text {
  width: 70%;
  background: #ccc;
  border-radius: 10px;
  padding: 20px;
}
.staff_name {
  font-size: 25px;
  border-bottom: dotted 1px #666;
  margin-bottom: 20px;
}
.factable {
  width: 100%;
}
.factable td {
    width: 50%;
    vertical-align: top;
}
.factable2 {
  width: 100%;
}
.factable2 td {
  width: 33%;
  vertical-align: top;
}

.factable3 {
  width: 100%;
}
.factable3 td {

  vertical-align: top;
}

.factable4 {
  width: 100%;
}
.factable4 td {
  width: 25%;
  vertical-align: top;
}



.factable4 ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   list-style:none;
   padding-left:0;
}
.factable4 ul li {
  width: 25%;
  vertical-align: top;
  float:center;
}



.factable4a {
  width: 100%;
}
.factable4a td {
  width: 25%;
  vertical-align: top;
}



.factable4a ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   list-style:none;
   padding-left:0;
}
.factable4a ul li {
  width: 25%;
  vertical-align: top;
  float:center;
}


.factable4b {
  width: 100%;
  margin-left:-5px;
}
.factable4b td {
  width: 25%;
  vertical-align: top;
  
}

.factable4b ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   list-style:none;
   padding-left:0;
   margin-left:0;
   margin-top:-5px;
   
}
.factable4b ul li {
  width: 25%;
  vertical-align: top;
  float:center;
  padding-left:10px;
  padding-right:0px;
  margin-left:0;
}

.fac-img {
  margin: 0 10px 10px;
}
.fac-img2 {
width:84%;
  margin: 0 40px 0px;
  text-align:center;
}

.fac-img3 {
  margin: 0 0 0 0;
}

.fac-cap {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 1em;
    padding-right: 1em;
	font-size:90%;
}
.fac-cap2 {
  text-align: left;
  font-size:80%;
}

.fac-cap3 {
  text-align: center;
  font-size:90%;
}

.fac-cap4 {
    text-align: center;
    padding-bottom: 0px;
    padding-left: 1em;
    padding-right: 1em;
	font-size:90%;
}

.fac-cap5 {
    text-align: center;
    padding-bottom: 0px;
    padding-left: 1em;
    padding-right: 1em;
	font-size:85%;
	margin-top:-5px;
}

.fac-cap6 {
  text-align: left;
  font-size:80%;
  font-weight:500;
}

.tate {
  width: 66.666%;
  text-align: center;
  margin: 0 auto;
}
.tate2 {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.tate3 {
  width: 92%;
  text-align: center;
  margin: 0 auto;
}

.tate4 {
  width: 62.4%;
  text-align: center;
  margin: 0 auto;
}

.tate5 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.tate6 {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.price {
  width: 100%;
}
.price th {
  padding: 10px;
  border: solid 1px #999;
  text-align: center;
  background: #ccc;
}
.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: #ccc;
  border: solid 1px #999;
}
.col2 td {
  width: 50%;
  padding: 10px;
  border: solid 1px #999;
  text-align: center;
}
.col3 {
  width: 100%;
}
.col3 th {
  width: 33.33333%;
  padding: 10px;
  background: #ccc;
  border: solid 1px #999;
  text-align: center;
}
.col3 td {
  width: 33.33333%;
  padding: 10px;
  border: solid 1px #999;
}
.accessTable {
  width: 100%;
}
.accessTable th {
    background-color: #896F60;
    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;
}
.accessTable tr:first-child {
  border-top: solid 1px #ccc;
}
.map_img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.map_img2 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height:500px;
}

.map_img3 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height:auto;
}
.map_img4 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height:450px;
}

.map_img5 {
  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: 46%;
  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: 54%;
  padding: 0 20px;
}
.googlemaps {
  height: 0;
  overflow: hidden;
  padding-bottom: 63%;
  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: #896F60;
    color: #fff;
    text-align: center;
    padding: 5px;
}
#f-infoArea-A table td {
  text-align: center;
  padding: 5px;
  border-bottom: solid 1px #ccc;
}
.f-btn {
    display: block;
    width: 250px;
    margin: 10px auto 0;
    background-color: #FA871A;
    text-align: center;
    color: #fff;
    /* [disabled]border: solid 1px #999; */
    padding: 3px 0;
    border-radius: 50px;
}
.f-btn:hover {
    background-color: #DF6C00;
    color: #FFFFFF;
    text-decoration: none;
}
.f-btn i {
  padding-right: 5px;
}

.f-btn2 {
    display: block;
    width: 300px;
    margin: 10px auto 0;
    background-color: #FA871A;
    text-align: center;
    color: #fff;
    /* [disabled]border: solid 1px #999; */
    padding: 3px 0;
    border-radius: 50px;
	font-size:130%;
}
.f-btn2:hover {
    background-color: #DF6C00;
    color: #FFFFFF;
    text-decoration: none;
}
.f-btn2 i {
  padding-right: 5px;
}

/*パターンAここまで*/
.f-menuArea {
  background-color: #F3F3F3;
}
.f-menu {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  display: flex;
  justify-content: space-around;
  color: #86D2A8;
}
.f-menu li i {
  padding-right: 5px;
}
.f-menu a {}
.f-menu a:hover {}
.copyright {
  text-align: center;
  color: #fff;
  background-color: #00ADA6;
}
.copyright a {
  color: #FFFFFF;
}
.copyright a:hover {
  background-color: #FFFFFF;
}
#footerFloatingMenu {
  display: none;
}
/*sidebar用css*/
.widget-sidebar-title {
	font-size: 16px;
	/*background-color: #FD9229;*/
	background-color: #00A39C;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
}
.page_prev-nexr {
	text-align:center;
	margin-bottom:30px;
}
.page_prev-nexr a {
	display:inline-block;
	margin:0 20px;
	color:#00938e;
	text-decoration:none;
}
.page_prev-nexr a:hover,.page_prev-nexr a:active,.page_prev-nexr a:focus {
	color:#00938e;
	opacity: 0.7;
    text-decoration: none;
    transition: all .5s;
}
.map_img {
    width: 65%;
  }
  
 .map_img2 {
    width: 60%;
  }
 
  .map_img3 {
    width: 60%;
	margin-bottom:10px;
  }
   .map_img4 {
    width: 100%;
	margin-bottom:0px;
  }
  
  .map_img5 {
    width: 65%;
  }
  
.mb {
    margin-bottom: 20px;
  }
  
.text ul li {
  margin-left: -0.3em;
  margin-bottom: 5px;
  line-height: 1.5;
}

/*--------------------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: #FD9229;
  }
  .ft-web {
    background-color: #C6612F;
  }
  .ft-access {
    background-color: #BC8A61;
  }
  
  
  .topBtn3 li {
    width: 33.3333%;
}
  
  /*フッター*/
}

@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%;
  }
  
  
  .topBtn3 li {
    width: 50%;
}
  
}


@media screen and (max-width:600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #main h2 {
    margin-top: 40px;
  }
  /*header*/
  .site-branding__heading img {
    max-width: 300px;
  }
  /*トップ*/
  #news ul li a {
    display: block;
  }
  .gree {
    /*padding: 15px;*/
	padding: 10px;
  }
  /**/
  .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;
  }

  .factable3 td {
    width: 100%;
    display: block;
  }
  
 .factable4 td {
    width: 40%;
    display: block;
  }
  
   .factable4a td {
    width: 100%;
    display: block;
  }
  
  
  .fac-img {
    width: 300px;
    margin: 0 auto;
  }
  .fac-img2 {
    width: 300px;
    margin: 0 auto;
  }
  .fac-img3 {
    width: 300px;
    margin: 0 auto;
  }

  
  .tate {
    width: 200px;
  }
  .tate2 {
    width: 200px;
  }
  
  .tate3 {
    width: 200px;
	
  }
   .tate4 {
    width: 200px;
	
  }
    .tate5 {
    width: 200px;
  }
  
  .tate6 {
    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: 260px;
	/*max-width: 230px;*/
    margin-top: 0px;
  }
  /*トップ*/
  .side p img {
    width: 60%;
    height: auto;
    margin-bottom: 5px;
    margin-left: 20%;
    margin-right: 20%;
  }
  .oshirase {
    font-size: 22px;
	text-align:left;
  }
  /*クリニック紹介*/
  .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;
  }
  .right_photo2 {
    width: 260px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .left_photo {
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .dr_photo {
    width: auto;
  }
  .dr_hist td {
    display: block;
  }
  .staff_photo {
    width: auto;
  }
  .fac-img {
    width: auto;
  }
  
#fac-img a img{
    width: 80%; /* 幅をウィンドウの100%にする */
	height: auto; /* 高さを自動調整 */
  }
  
  .fac-img2 {
    width: auto;
  }
  .fac-img3 {
    width: auto;
  }
  
  .tate {
    width: 66.666%;
  }
  .tate2 {
    width: 66.666%;
  }
  .tate3 {
    width: 62%;
	margin-top:15px;
  }
  .tate4 {
    width: 55%;
	margin-top:15px;
  }
  .tate5 {
    width: 55%;
	margin-top:15px;
  }
  
  .tate6 {
    width: 55%;
	margin-top:15px;
  }

  /*診療時間*/
  .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%;
  }
    .map_img2 {
    width: 100%;
	height:350px;
  }
  
   .map_img3 {
    width: 100%;
	height:auto;
  }
   .map_img4 {
    width: 100%;
	height:350px;
  }
  
  .map_img5 {
    width: 75%;
  }
  
  .toptable {
    width: 100%;
  }
  .topable td {
    width: 33% !important;
  }
  /*フッター*/
  
  
   .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/sp_03.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}

.page-header__title {
    font-size: 25px;
    margin-left: 10px;
	
}
  
  .page-id-9 .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/sp_01.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}

  .page-id-409 .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title3_sp.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}

  .page-id-11 .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title4_sp.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}

  .page-id-413 .page-header  {
    /*background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title5_sp.jpg);*/
	background: url(https://koizumi-nest.com/wp-content/uploads/2025/08/sp_flog.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}

  .page-id-13 .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/title6_sp.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}



/*　お知らせ　*/
.blog .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/sp_02.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}
.single .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/sp_02.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}
.category .page-header  {
    background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/sp_02.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}

/*　ブログ　*/
.single-blog .page-header  {
     background: url(https://koizumi-nest.com/wp-content/uploads/2025/07/sp_03.jpg);
    background-position: center center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #46382F;
    letter-spacing: 0.2em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	 padding: 55px 0;
}




.text ul li {
  margin-left: -1.5em;
  margin-bottom: 5px;
  line-height: 1.5;
}


.topBtn3 li {
    width: calc(50% - 10px);
    margin: 0 5px;
}
.top_btn li >a {
    width: auto;
	font-size: 0.9em;
}


.factable4 ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   list-style:none;
   padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
}
.factable4 ul li {
  width: 50%;
  vertical-align: top;
  padding:0 2% 0 2%;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:0;
}
.fac-cap5 {
    text-align: left;
    padding: 0 0 0 0;
	font-size:80%;
	margin-top:0.2em;
	letter-spacing: -0.02em;
}


.factable4a ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   list-style:none;
   padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
}
.factable4a ul li {
  width: 25%;
  vertical-align: top;
  padding:0 1% 0 1%;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:0;
}

.factable4b  {
  margin-bottom:15px;
  margin-left:2px;
}
.factable4b ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   list-style:none;
   padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:0px;
}
.factable4b ul li {
  width: 50%;
  vertical-align: top;
  padding:0 3% 0 0%;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:10px;
}

.pswp__dynamic-caption--mobile {
    width: 100%;
    top: 70%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 10px 15px;
}

}


.sub-page-contents {
    padding-top: 30px;
}

.blog .entry--has_media__media {
	display:none;
}
.archive .entry--has_media__media {
	display:block;
}
.category .entry--has_media__media {
	display:none;
}


.entries .entry--has_media__text {
    width: 50px;
    height: 50px;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -2px;
	background: url(https://koizumi-nest.com/wp-content/uploads/2025/06/cropped-icon.png);
}