  @charset "utf-8";
  
  :root {
	--c_rd: #DF434C;
	--c_bl: #61B2F4;
	--c_bl2:rgba(97, 178, 244, 0.10);
	--c_ye: #FFF93C;
	--c_or: #FFAE52;
	--c_gr: #30BA93;
    --c_gr2:rgba(48, 186, 147, 0.10);
	--c_gy: #F2F2F2;
	--c_be: #F6F4EE;
    --c_pk: #FFA6BF;
    --c_br: #856A42;
    --c_pl: #82488B;
	--c_wh: #fff;
	--c_bk: #000;
}
.clr-rd {color: var(--c_rd)!important;}
.clr-bl {color: var(--c_bl)!important;}
.clr-bl2 {color: var(--c_bl2)!important;}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gr2 {color: var(--c_gr2)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-pk {color: var(--c_pk)!important;}
.clr-br {color: var(--c_br)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-pl {color: var(--c_pl)!important;}
.bg-rd {background-color: var(--c_rd)!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-bl2 {background-color: var(--c_bl2)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gr2 {background-color: var(--c_gr2)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-pk {background-color: var(--c_pk)!important;}
.bg-br {background-color: var(--c_br)!important;}
.bg-pl {background-color: var(--c_pl)!important;}
  
  
  
* {
min-height:0;
min-width : 0;
}

html{
   /*visibility: hidden;*/
   	font-size: 10px;
	transition: .2s;
   
}


html.wf-active{
visibility:visible;
}

.fo-grotesk{
visibility: hidden;
}
html.wf-active .fo-grotesk{
visibility:visible;
}

html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



 body {
    font-family: 'Noto Sans JP', sans-serif;
	
    font-weight: 500;
    font-style: normal;

    
   font-size: 1.8rem;
	line-height: 1.8;
    text-align: center;
	color: #464646;

}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}



h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 700;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#000;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{
	
}
 .wrap{
   overflow: hidden;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{
margin-top: 12rem;
overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:120rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:90rem;
	margin: 0 auto;
}

.mainbody._w1400{
	max-width: 140rem;
}
.width1400{
max-width: 140rem;
margin: 0 auto;
}
.width1050{
max-width: 105rem;
margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 10rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }


Source Han Sans JP{
font-family: "source-han-sans-japanese", sans-serif;
font-weight: 400;
font-style: normal;
/*400,500,700**/
}

Neuzeit Grotesk,
.fo-grotesk{
font-family: "neuzeit-grotesk", sans-serif;
/*font-weight: 400;*/
font-style: normal;
/*400,700**/
}
.fo-tenmin {
  font-family: 'Ten Mincho', serif;
}



Kinuta MaruMaruGothic BLr StdN R,
.fo-kinuta-l{
    font-family: "maru-maru-gothic-blr-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fo-kinuta-s{
    font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}

Kinuta iroha  StdN R,
.fo-kinuta-iroha{
    font-family: "iroha-27keyaki-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
}







.wow {
    visibility: hidden;
}


/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .5s;
   
  background: #fff;


}
.home .headerwrap{
  

}
.headerwrap.change-color {
  
}


 .headerwrap a,
 .headerwrap span{

}
 .header{
     height: 12rem;
     display: flex;
    justify-content: space-between;
    align-items: center;

 }
  .header .logo{
      padding: 2rem 0 0;
  }
 
   .header h1{
       font-size: 1px;
   }



.headtop h3{
	font-size: 4.8rem;
	margin-right: 1rem;
	line-height: 1;
}
.headtop h3 a{
	color:  var(--c_gr);
}


.headtop p{
	text-align: left;
	font-size: 1.3rem;
}

 
 .gnavi{
  
 }
.gnavi li{
    padding: 0 2rem 0 0;
	white-space: nowrap;
}
.gnavi a{
    display: block;
 
}

.headnavi a{
   
}
.gnavi .hb a{
 display: block;
    width: 14rem;
    border-radius: 99px;
    color: #fff;

    background: var(--c_gr);
	padding-bottom: .2rem
}






.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 34rem;
    height: 100%;
    transition: all .6s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: #fff;
	background: var(--c_gy);
backdrop-filter: blur(20px);
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
    
    
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
.smenu a{
   
}
.spnavilogo {
    margin: 0 0 2rem;
}
.spnavilogo h2{
    margin: 0 1rem 0 0;
}
.spnavilogo h2 img{
    max-height: 4rem;
}
.spnavilogo p{

  line-height: 1;
  white-space: nowrap;
 
  flex-shrink: 0;

   font-size: 1rem;
    padding: .3rem 1rem .6rem 1rem;
    margin: 0 0 0 1rem;
    
    
}

.spmenu{
    margin: 0 0 4rem;
}
.spmenu li > a,
.spmenu li > span{
  margin: 0 0 0rem 0rem;
  padding: 1rem 0;
  border-bottom: 1px solid #424447;
    text-align: left;
    display: block;
    position: relative;
    font-size: 1.2rem;
   
}
.spmenu li a::after,
.spmenu li span::after{
  content: '';
  border-top: solid 1px #424447;
  border-right: solid 1px #424447;
  width: .5rem;
  height: .5rem;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.spmenu li span::after{
    transform: rotate(135deg);
}
.spmenu li span.active::after{
    transform: rotate(-45deg);
}


.spmenu li ul{
    padding: 0 0 0 2rem;
}

.spnavi .headcontactbox a{
    width: 100%;
}
.spnavi .headcontactbox .hb01{
}



.spclose {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 200%;

}


.spnavi .footcontactbox img{
    max-height: 4rem;
}

.spnavi .footcontactbox a {
height: 7rem;
  padding: 0 0 0 4rem;
}

.spnavi .headnavi a{
    width: auto;
    margin: 0 0 1rem 1rem;
	padding: 1rem;
}




/*フッター
-------------------------------------------------*/
/**contact**/
.topcontactwrap{
    background: url("../img/bg_contact.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
	overflow: hidden;

}

.topcontact ._cont{
    text-align: left;
    flex-basis: 32%;
    color: #fff;
}
.topcontact ._cont h3{
	font-size: 3.2rem;
	padding-bottom: 1rem;
		margin-bottom: 2rem;
	/*border-bottom: 4px dotted var(--c_gr);*/
	background-image: radial-gradient(circle, var(--c_gr) 2px, transparent 2px);
  background-size: 12px 6px;
  background-repeat: repeat-x;
	 background-position: left bottom; /* ←これで下に配置 */
}




.topcontact ._btn{
    flex-basis: 55%;
}
.topcontact ._btn dl{
    padding: 3rem 3rem;
    border-radius: 99px;
    background:#fff;
    margin: 2rem 0; 
}
.topcontact ._btn dt{
	line-height: 1;
}


.topcontact ._btn ._time{
	background: none;
	border: 2px solid #fff;
	color: #fff;
}
.topcontact ._btn dt{
    font-size: 2.2rem;
    margin: .5rem;
}
.topcontact ._btn dt big{
	margin-right: 1rem;
}
.topcontact ._btn ._tel a{
    font-size: 6rem;
    font-weight: 700;
    color: var(--c_gr);
    line-height: 1;
    padding: 0 0 0 5rem;
    background: url("../img/icon_tel_gr.svg") no-repeat left center;
   background: contain;
    letter-spacing: .05em;
}
.topcontact ._btn ._time ._ampm{
	background: var(--c_gr);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	height: 4rem;
	width: 4rem;
	font-size: 1.4rem;
	margin: 0 1rem 0 2rem;
}
.topcontact ._btn ._time big{
	font-size: 4.2rem;
	font-weight: 700;
}


.topbnr {
    padding: 0 9rem;
}
.topbnr._bdr{

}

.topbnr h2{
    font-size:2.4rem;
    margin: 0 0 3rem;
}

.topbnrlist {
    gap:2rem; 
}
.topbnrlist li{
    flex-basis: 31%;
    
}




.footerwrap:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: var(--c_gr2);
  content: "";
  display: block;
}

.footerwrap{
    position: relative;
border-radius: 40px 40px 0 0;
background: #fff;
}
.footer{
    padding: 0 0 6rem;
}
.footlogo{
    margin: 0 0 5rem;
}
.footleft{
    flex-basis: 30%;
}
.footcenter{
    flex-basis: 27%;
}
.footright{
    flex-basis: 30%;
}

.footleft h3{
    text-align: left;
    font-size: 1.8rem;
    margin: 0 0 1rem;
}
.footleft p{
    padding: 0 0 1rem;
	font-size: 1.6rem;
}
.footnavi{
    text-align: left;
}
.footnavi dt{
    padding: 0 0 1.5rem;
    font-weight: 600;
}
.footnavi li{
    padding: 0 0 1rem;
}
.footright{
    text-align: left;
}
.foottel p{
	margin-bottom: 2rem;
}
.foottel a{
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--c_gr);
    padding: 0 0 0 3rem;
    background: url("../img/icon_tel_gr.svg") no-repeat left center;
	background-size: 2.5rem;
    letter-spacing:.05em;
	line-height: 1;
}



.footprivacy {
    font-size: 1.6rem;
}
.footprivacy li{
    padding: 0 5rem;
	border-right: 1px solid #ccc;
}
.footprivacy li:last-child{
	border: none;
}
.footprivacy a{
	color: #464646;
}



/*トップページ
------------------------------------------------*/
.title01{
    text-align: left;
}
.title01 h2{
    font-size: 4rem;
    line-height: 1.2;
}
.title01 p{
	font-size: 1.8rem;
	margin-bottom: .5rem;
}


.mvwrap{
	position: relative;
	margin-bottom: 6rem;
}
.mvcontwrap{
	position: absolute;
	max-width: 120rem;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.mvcont{
	position: absolute;
	left: 0rem;
	bottom: 0;
	background: #fff;
	display: flex;

	flex-direction: column;
	justify-content: center;
	width:40rem;
	height: 100%;
	border-radius:0 999px 999px 0;
	text-align: left;
}
.mvcont:before{
	background: #fff;
	height: 100%;
	width: 100rem;
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	
}

.mvcont h3{
	font-size: 2.2rem;
	margin:0 0 1rem;
}

.mvcont h2{
	font-size: 6rem;
	line-height: 1.1;
	margin-bottom: 3rem;
	-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--, #464646);
}
.mvcont p{
	font-size: 2.6rem;
}
/**mv**/
.topflowphoto li{
    padding:0 2rem;
}

.topflowphoto {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.topflowphoto img{
	border-radius: 30px;
}


.topflowphoto ul {
    display: flex;
    width: max-content;
    animation: scrollLogos 20s linear infinite;
}
@keyframes scrollLogos {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}






/**about**/
.topabout ._cont{
	flex-basis: 45%;
	text-align: left;
}
.topabout ._img{
	flex-basis:50%;
}

/*news***/
.topnewstitle {
    margin:0 0 3rem;
}
.topnewstitle h2{
    font-size: 3rem;
}
.newstag{
    display: block;
    width: 17rem;
    padding: .5rem 1rem;
    border-radius: 99px;
    margin: .5rem;
}
.newstag._all{
    background: var(--c_gr);
    color: #fff;
}
.newstag._closed{
    background: var(--c_pk);
    color: #fff;
}
.newstag._medical{
    background: #d5e7fc;
    color: var(--c_bl);
}
.newstag._others{
    background: var(--c_bl);
    color: #fff;
}
.newstag._session {
	background: var(--c_pk);
    color: #fff;
}



.topnewslist{
    border-top: 1px solid #e6e6e6;
}
.topnewslist a{
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 6rem 2rem 0;
    position: relative;
}
.topnewslist a::after {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background: url("../img/arrow01_w.svg") no-repeat center center #BFBFBF;
  background-size: 1.2rem;
  border-radius: 99px;
  z-index: 2;
  right: 0rem;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: transform 0.3s ease;
}
.topnewslist a:hover::after {
background: url("../img/arrow01_w.svg") no-repeat center center  var(--c_gr);
  background-size: 1.2rem;
  transform: translateX(5px); /* 右に動かす */
}


.topnewslist ._date{
    flex-basis: 10%;
    text-align: left
}
.topnewslist ._title{
    margin: 0 0 0 1rem;;
    text-align: left;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.topnewslist ul{
    flex-basis: 90%;
}
.topnewslist li{
    flex-shrink: 0;
}


.btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 5rem;
  border-radius: 99px;
  border: 1px solid var(--c_gr);
  background: #fff;
}
.btn01::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1em;
  background: url("../img/arrow01_gr.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 1rem;
}


/***/
.radwrap01{
	border-radius: 40px;
}
.topmedicalitle{
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 0 4rem;
}
.topmedicalitle ._title{
	position: absolute;
	left: 0;
	bottom: 0;
	background:#eaf8f4;
	padding: 2rem 10rem 2rem 0;
	z-index: 1;

	border-radius: 0 30px 0 0;
}


.topmedicalitle ._title::before{
	content: "";
	position: absolute;
	height: 4rem;
	width: 4rem;
  background: #eaf8f4;
  background:url("../img/top/bg_rad01.svg") no-repeat left bottom;
  background-size: contain;
  left: 0;
  bottom:99%; 
}
.topmedicalitle ._title::after{
	content: "";
	position: absolute;
	height: 4rem;
	width: 4rem;
  background: #eaf8f4;
  background:url("../img/top/bg_rad01.svg") no-repeat left bottom;
  background-size: contain;
  bottom: -.8%;
  left:99%; 
}
.topaboutcont{
	text-align-last: left;
}

.stitle01{
	font-size: 2.8rem;
	margin: 0 0 2rem;
}
.medicalnavi ul{
	gap:1.4rem;
}

.medicalnavi li{
		flex-basis: 24%;
		
}
.medicalnavi li a{
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
	height: 15rem;
	text-align: left;
	padding: 2rem;
	color: #fff;
	
}
.medicalnavi li a:after{
	background: url("../img/arrow01_w.svg") no-repeat;
	background-size: contain;
	width: 1.8rem;
	height: 1.8rem;
	content: "";
	display: block;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	transition: transform 0.3s ease;
}
.medicalnavi li a:hover:after{
	transform: translateX(5px); /* 右に動かす */
}

.medicalnavi li p{
	font-size: 2.8rem;
	line-height: 1.2;
}
.medicalnavi li img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;;
	right: 2rem;
}


.topdaycare ._img{
	flex-basis: 60%;
}
.topdaycare ._img img{
	border-radius: 30px;
}

.topdaycare ._cont{
	flex-basis: 35%;
	text-align: left;
}



/**column*/
.topcolumntitle{
	margin: 0 0 3rem;
}


.columnlistwrap{
gap: 5rem;
}
.columnlist{
	flex-basis: 30%;
	
}
.columnlist ._img{
	margin-bottom: 2rem;
}
.columnlist ._img img {
  max-height: 23rem;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}


.columnlist ._cont h3{
	text-align: left;
	font-size: 1.8rem;
	padding: 1rem 0;
	color: var(--c_gr);
}

.columnlist ._cont ._txt{
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
}
.ctag li{
  padding: .5rem 2rem;
  font-size: 1.6rem;
  background: var(--c_pk);
  color: #fff;
  border-radius: 99px;
  margin: 0 2px 2px;
 
}
.ctag li._session{
	background: var(--c_bl);
}





/**access**/
.topaccess{
	margin:0 0 4rem; 
}
.topaccess ._cont{
	text-align: left;
}
.topaccessmap{
	border-radius: 30px;
	overflow: hidden;
}


/*contents
------------------------------------------------*/
.pagetitlewrap{
	position: relative;
	height: 28rem;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
	max-width: 140rem;
	margin: 0 auto;

}
.pagetitlewrap .mainbody2{
	height: 100%;
}
.pagetitle{
height: 100%;
}

.pagetitle ._title{
	position: relative;
	z-index: 1;
	

	height: 100%;
	display: flex;
	align-items: center;
	width: 25%;
}
.pagetitle ._title:after{
	background: #fff;
	content: "";
	width: 60rem;
	height: 60rem;
	display: block;
	position: absolute;
	margin: auto;
	left: -30rem;
	border-radius: 999px;
	z-index: 1;
}
.pagetitle ._title .title01{
	z-index: 2;
}


.pagetitle ._img{
	position: absolute;
	right: 0;
	top:0;
	width: 80%;
}
.pagetitle ._img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 0;
	
}

/**privacy**/
.privacybox{
	text-align: left;
}

.stitle02{
font-size:2.8rem;
	padding-bottom: 1rem;
		margin-bottom: 2rem;
	/*border-bottom: 4px dotted var(--c_gr);*/
	background-image: radial-gradient(circle, var(--c_gr) 2px, transparent 2px);
  background-size: 12px 6px;
  background-repeat: repeat-x;
	 background-position: left bottom; /* ←これで下に配置 */
}
.list01 li{
	margin-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 1rem;
}
.list01 li:before{
	content: "●";
	color: var(--c_gr);
	margin-right: .5em;
}

.ptable01{
	width: 100%;
	padding: 1rem;
	border-collapse: collapse;
	margin: 0 0 2rem;
}
.ptable01 th,
.ptable01 td{
	padding: 1.5rem;
	border: 1px solid var(--c_gr);
}
.ptable01 th{
	background: rgba(48, 186, 147, 0.10);
	text-align: center;
}



/*access*/
.atitle01{
border-radius: 30px;
background: rgba(48, 186, 147, 0.10);
text-align: left;
font-size: 2.2rem;
padding: 1rem 3rem;
margin: 0 0 3rem;
}

.accessmap{
	height: 30rem;
	border-radius: 30px;
	overflow: hidden;
}

.accessinfo ._cont{
	text-align: left;
	flex-basis: 70%;
	padding-left: 2rem;
}

.accessinfo ._img img{
	border-radius: 30px;
}


/**news***/
.newscatemenubox{
    padding: 0 0 3rem;
}
.newscatemenu ._active{
	text-decoration: underline;
}

.newscatemenubox h2{
    text-align: left;
    font-size: 3rem;
}

.pager {
	text-align: center;
	padding: 1rem 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding:.2rem 1rem;
    color: #B4B4B4;
    margin: 0 2px;
    font-weight: 600;

}
.pager .current{
    color: var(--c_gr);
}



/*newsdtl**/
.newsdtltitle{
    margin: 0 0 1rem;
}
.newsdtltitle ._date{
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
	margin-left: 2rem;
}
.newsdtltitle li{
    flex-shrink: 0;
}
.newsmmaintitle{
   margin: 0 0 4rem;
  text-align: left;
  font-size: 3.5rem;
}


.newsimg{
    max-width: 60rem;
    margin: 0 auto 3rem;
}
.newsimg img{
    border-radius: 10px;
}
.newscomment{
max-width: 90rem;
    margin: 0 auto 3rem;
    text-align: left;
}
.newscomment h2,
.newscomment h3,
.newscomment h4{
border-radius: 30px;
  background: rgba(48, 186, 147, 0.10);
  text-align: left;
  font-size: 2.2rem;
  padding: 1rem 3rem;
  margin: 0 0 1rem;
}


.newscomment p{
	padding-bottom: 2rem;
}



#ez-toc-container {
  padding: 4rem;
  border-radius: 30px;
  margin: 0 0 5rem;
}

.ez-toc-title{
font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
}
#ez-toc-container ul li{
	padding: 1rem;
	border-bottom: 2px dashed #ccc;
}


.pagingbox{
    border-top: 1px solid #ccc;
    padding: 3rem 0 0 ;
}

.backbtn a {
  display: block;
  color: #fff;
  background: var(--c_gr);
  border-radius: 99px;
  padding: 1rem 5rem;
  margin: 0 2rem;
}
.pagebefore, .pagenext{
  min-width: 4rem;
}

.pagebefore a, .pagenext a{
  position: relative;
  display: flex;
  align-items: center;
  color:  var(--c_gr);
}
.pagebefore a:before{
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background: url("../img/arrow01_gr.svg") no-repeat center center;
  background-size: 50%;
  border: 1px solid var(--c_gr);
  border-radius: 99px;
  z-index: 2;
  margin: 0 .5rem 0 0;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.pagenext a:after{
  content: "";
  display: block;
 height: 3rem;
  width: 3rem;
  background: url("../img/arrow01_gr.svg") no-repeat center center;
  background-size: 50%;
  border: 1px solid var(--c_gr);
   border-radius: 99px;
  transform: rotate();
  z-index: 2;
   margin: 0 0 0 .5rem;
  flex-shrink: 0;
}



/**consultation**/
.medicallistbnr a{
	background: url("../img/consultation/btn_list.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	padding: 5rem 1rem;
	border-radius: 10px;
	margin: 0 0 2rem;
	color: #fff;
	font-size: 2.8rem;
	position: relative;
}

.medicallistbnr a::after {
  background: url("../img/arrow01_w.svg") no-repeat;
    background-size: auto;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.title01._02{
	text-align: center;
}


.conditionnavi{
	background:  var(--c_gr2);
	border-radius: 20px;
	padding: 2rem 4rem;
	margin: 0 0 3rem;
}
.conditionnavi li{
	flex-basis: 31%;
	margin: 0 1% 1rem;
}
.conditionnavi li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 99px;
	border:1px solid var(--c_gr);
	background: #fff;	
}
.conditionnavi li a:after {
  background: url("../img/arrow01_gr.svg") no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  display: block;
  margin-left: 2rem;
}

.contitle{
	margin: 0 0 2rem;
}
.contitle h3{
	color: var(--c_gr);
	font-size: 2.8rem;
	font-weight: 500;
}
.contitle figure{
	margin-right: 2rem;
}
.conditionbox{
	border-bottom: 1px dotted #ccc;
	margin:0 0 3rem;
	padding: 0 0 3rem;
}
.conditionbox:last-child{
	border: none;
	margin-bottom: 0;
}

.condition ._img{
	flex-basis: 35%;
}
.condition ._img img{
	border-radius: 30px;
}

.condition ._cont{
	flex-basis: 60%;
	text-align: left;
}
.conlist li{
	background:  var(--c_gr2);
	padding: 1rem 2rem;
	margin: 0 .3rem 1rem;
	border-radius: 99px;;
}
.condition ._cont h4{
	font-size: 2.2rem;
	color: var(--c_gr);
	margin: 0 0 1rem;
}

.medtitle01{
	border-radius: 99px;
	padding: 1.5rem 4rem;
	margin: 0 0 4rem;
}
.medtitle01 h2{
	font-size: 2.8rem;
	color: #fff;
}
.medtitle01 figure{
	margin-right: 2rem;
}


.ttable01{
	width: 100%;
	border-collapse: collapse;
	
}
.ttable01 th,
.ttable01 td{
	padding: 1rem;
	border: 1px solid #ccc;
	text-align: center;
}
.td01{
	background: #A1A1A1;
	color: #fff;
}


.fvisit ._img{
	flex-basis: 45%;
}
.fvisit ._img img{
	border-radius: 30px;
}
.fvisit ._cont{
	flex-basis: 50%;
	text-align: left;
}
.doctorname {
	margin: 0 0 2rem;
}
.doctorname ._pos{
	border:1px solid var(--c_bl);
	border-radius: 99px;
	flex-basis:20%;
	flex-shrink: 0;
	margin-right: 2rem;
	font-weight: 600;
	font-size: 2rem;
}
.doctorname ._name{
	font-size: 2.4rem;
	font-weight: 600;
}

.dtable01{
 width: calc(100% + 20px); /* 左右10pxずつ分を補正 */
  margin-left: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}

.dtable01 th,
.dtable01 td{
	padding:1rem 2rem;
	line-height: 1.8;
}
.dtable01 th{
	background: rgba(97, 178, 244, 0.20);
	width: 20%;
	font-weight: 600;
}
.dtable01 td{
	text-align: left;
}



.historybox dt{
	flex-basis:6em;
	flex-shrink: 0;
}
.dotbdr01{
	height: 1px;
	border-bottom: 1px dotted #ccc;
}
.ptabale01{
	width: 100%;
}

.ptabale01 th,
.ptabale01 td{
	padding:1rem 2rem;
	line-height: 1.8;
	text-align: center;
}
.ptabale01 th{
	background:var(--c_or);
	color: #fff;
	font-weight: 600;
}



/**daycare***/
.daycaretop ._img{
	flex-basis: 45%;
	position: relative;
}
.daycaretop ._cont{
	flex-basis: 48%;
	text-align: left;
	position: relative;
}

.medicalnavi._02 li{
	flex-basis: 32%;
}

.daycareill01{
	position: absolute;
	right: -2rem;
	bottom: 0;
}

.radius30{
	border-radius: 30px;	
}

.bunabox ._img{
	flex-basis: 40%;
	position: relative;
}
.bunabox ._cont{
	flex-basis: 57%;
	text-align: left;
}

.daycareill02{
	position: absolute;
	left: -14rem;
	bottom: 0;
}
.bunafoood{
	background: #fff;
	padding: 3rem;
}
.bunafoood ._img{
	flex-basis: 30%;
}
.bunafoood ._cont{
	flex-basis: 42%;
	text-align: left;
}
.bunafoood ._ill{
	flex-basis: 20%;
}

.gallerytbnr a{
  background: url("../img/daycare/bg_gallery.jpg") no-repeat center center;
    background-size: auto;
  background-size: cover;
  display: block;
  padding: 5rem 1rem;
  border-radius: 30px;
  margin: 0 0 3rem;
  color: #fff;
  font-size: 2.8rem;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
  }

.daycareill04{
	position: absolute;
	right: -5rem;
	bottom: 0;
}
.daycareill05{
	position: absolute;
	right: -5rem;
	bottom: -2rem;
}
.daycareill06{
	position: absolute;
right: -5rem;
  bottom: -1.5rem;
}
.daycareill07{
	position: absolute;
	right: -5rem;
	bottom: -.5rem;
}


.daycareill08{
	position: absolute;
	right: 0rem;
	bottom: 0;
}


.opentime{
	flex-basis: 48%;
}
.opentime h4{
	font-size: 2.8rem;
}
.opentime h4 figure{
	margin-right: 1rem;
}

.otable01{
	 width: calc(100% + 20px); /* 左右10pxずつ分を補正 */
  margin-left: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
.otable01 th,
.otable01 td{
	padding:1rem 2rem;
	line-height: 1.8;
}
.otable01 th{
	background: var(--c_gr2);
	font-weight: 600;
}
.otable01 td{
	text-align: left;
}

.topcontact._daycare{
	padding: 3rem 5rem;
}
.topcontact._daycare ._cont{
	flex-basis: 45%;
}


/**sitemap***/
.sitemapbox{
	text-align: left;
}
.sitemapbox dl{
	margin: 0 0 4rem;
}

.sitemapbox dt a{
	font-size: 2.8rem;
	display: block;
	border-bottom: 2px dashed #ccc;
	color: var(--c_gr);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.sitemapbox dd a{
	display: block;
	border-bottom: 2px dashed #ccc;
	padding: 2rem;
	padding-left: 4rem;
	padding-right: 4rem;
  text-indent: -1.5em;
  position: relative;
}
.sitemapbox dd a:before{
  content: "●";
  color: var(--c_gr);
  margin-right: .5em;
}

.sitemapbox dd a:after {
  content: "";
  display: block;
  height: 3rem;
  width: 3rem;
  background: url("../img/arrow01_w.svg") no-repeat center center #BFBFBF;
    background-size: auto;
  background-size: 1.2rem;
  border-radius: 99px;
  z-index: 2;
  right: 0rem;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: transform 0.3s ease;

}

.sitemapbox dd a:hover:after {

transform: translateX(5px); /* 右に動かす */

}




/**gallery**/
.gallerybox {
  margin-bottom: 4rem;
}

.gallerybox ul {
  display: grid;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;

  /* スマホを基本形にする */
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallerybox li {
  overflow: hidden;
  border-radius: 3rem;
  min-width: 0;
  aspect-ratio: 1 / 1;
  
}

.gallerybox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* スマホ基本形
   1枚目だけ大きく、下は2列 */
.gallerybox li:nth-child(1) {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}


.gallerywrap .gallerybox:nth-child(odd) {
  animation-name: fadeInLeft;
}

.gallerywrap .gallerybox:nth-child(even) {
  animation-name: fadeInRight;
}

/* =========================
   PC
========================= */
@media screen and (min-width: 621px) {
  .gallerybox ul {
    gap: 2rem;
  }

  .gallerybox li {
    aspect-ratio: auto;
  }

  .gallerybox li:nth-child(1) {
    grid-column: auto;
    aspect-ratio: auto;
  }

  /* 1件目, 4件目, 7件目... */
  .gallerybox:nth-child(3n+1) ul {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 18rem);
  }

  .gallerybox:nth-child(3n+1) li:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .gallerybox:nth-child(3n+1) li:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .gallerybox:nth-child(3n+1) li:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .gallerybox:nth-child(3n+1) li:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .gallerybox:nth-child(3n+1) li:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  /* 2件目, 5件目, 8件目... */
  .gallerybox:nth-child(3n+2) ul {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: repeat(2, 18rem);
  }

  .gallerybox:nth-child(3n+2) li:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .gallerybox:nth-child(3n+2) li:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .gallerybox:nth-child(3n+2) li:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .gallerybox:nth-child(3n+2) li:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .gallerybox:nth-child(3n+2) li:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }

  /* 3件目, 6件目, 9件目... */
  .gallerybox:nth-child(3n) ul {
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: repeat(2, 18rem);
  }

  .gallerybox:nth-child(3n) li:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .gallerybox:nth-child(3n) li:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .gallerybox:nth-child(3n) li:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .gallerybox:nth-child(3n) li:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .gallerybox:nth-child(3n) li:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
}






/*popup
---------------------------------------------------------*/
.swindow-wrapper {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6rem 1rem;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in, visibility .2s ease-in;
}

.swindow-wrapper.is-show {
  opacity: 1;
  visibility: visible;
}

.swindow-wrapper::after {
  display: inline-block;
  width: 0;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.swindow-overlay {
  z-index: 10;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.70);
  backdrop-filter: blur(10px);
}
.swindow-overlay:hover {
	opacity:1;
	filter: alpha(opacity=100);
}

.swindow-window {
  position: relative;
  z-index: 20;
  display: inline-block;
  width: 100%;
   max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 0;
  vertical-align: middle;
  text-align: left;
}

.swindow-content {
  background: #fff;
 
  margin: 0 auto;
  border-radius: 30px;
  padding: 5rem 10rem;
  position: relative;
}

.swindow-wrapper .swindow-close {
  z-index: 20;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: var(--c_gr);
  padding: 1rem 2rem;
  border-radius: 99px;
  text-decoration: none;
  margin-top: 3rem;
}

.popphoto {
  display: none;
}

.popphoto.is-show {
  display: block;
}

.popphoto figure {
  margin: 0 0 3rem;
}

.popphoto img {
  display: block;
  width: 100%;
  max-height: 50rem;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 3rem;
}

.popphoto p {
  text-align: left;
}

/* スマホ */
@media screen and (max-width: 620px) {
  .swindow-wrapper {
    padding: 2rem 1rem;
  }

  .swindow-window {
    padding: 2rem 0;
  }

  .swindow-content {
    padding: 3rem 2rem;
    border-radius: 20px;
  }

  .popphoto img {
    max-height: 70vw;
    border-radius: 20px;
    margin-bottom: 2rem;
  }
}







.morebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid var(--c_gr);
  color: var(--c_gr);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}
.morebtn:after {
content: "";
  display: block;
  height: 1rem;
  width: 1em;
  background: url("../img/arrow01_gr.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 0 0 1rem;
}

/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: flex!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}













}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
    .mainbody{
        max-width: 95%;
    }
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		
		line-height: 1.5;
		line-height: 1.7;
		
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {

}


.wrap,
.home .wrap{
    margin-top: 7rem;
}
.wrap{
	
}





.mainbody,
.mainbody2,
.mainbody3,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}
  .scroll-wrap{
    width: 100%;
    padding: 0%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .scroll-wrap::-webkit-scrollbar {
    height: 10px;

  }
  .scroll-wrap::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scroll-wrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }  

/*ヘッダー
------------------------------------------------*/

 .header{
     height: 6rem;

     padding: 0 0rem; 
    
 }
.header .logo{
    padding: 0;
}
.header .logo img{
    max-height: 3rem;

}

 .headright {

display: none;
 }




.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 252%;
      font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
      width: 5rem;
    margin-right: -2rem;
    
      background:var(--c_gr)

}








/*フッター
------------------------------------------------*/
/**contact**/
.topcontactwrap{

}
.topcontact {
    display: block;
}

.topcontact ._cont{
	margin: 0 0 2rem;
}
.topcontact ._cont h3{
	font-size: 2.5rem;
	text-align: center;
	padding-left: .5em;
}

.topcontact ._btn{

}
.topcontact ._btn dl{
    padding: 2rem 2rem;
    margin: 1rem 0;
}
.topcontact ._btn dt{
    font-size: 1.6rem;
}

.topcontact ._btn ._tel a{
    font-size: 3rem;
    padding: 0 0 0 2.5rem;
    background-size:2rem;
}

.topcontact ._btn ._time dt{
	font-size: 1.4rem;
}


.topcontact ._btn dt{
    font-size: 2.2rem;
    margin: .5rem;
}
.topcontact ._btn dt big{
	margin-right: 1rem;
}
.topcontact ._btn ._time ._ampm{
	height: 3rem;
	width: 3rem;
	font-size: 1rem;
	margin: 0 .5rem 0 1rem;
}
.topcontact ._btn ._time big{
	font-size: 2rem;
}



.topbnr {
    padding: 0 0rem;
}


.topbnr h2{

    font-size: 1.6rem;
    margin: 0 0 1rem;
}

.topbnrlist {
    gap:1rem; 
}
.topbnrlist li{
    flex-basis:48%;
    
}





.footer{
    padding: 0 0 2rem;
    display: block;
}
.footlogo{
    margin: 0 0 2rem;
}
.footlogo img{
    max-height: 4rem;
}


.footleft{
  display: inline-block;
  margin: 0 auto;
}
.footcenter{
   display: none;
}
.footright{
  display: inline-block;
  margin: 0 auto;
}

.footleft h3{
    font-size: 1.6rem;
}
.footright p{
	display: none;
}
.foottel a{
	font-size: 4rem;
}


.footprivacy {
    font-size: 1rem;
}
.footprivacy ul{
   
}
.footprivacy li{
   
    padding: 0 .5rem;
    text-align: left;
}







/*トップページ
------------------------------------------------*/
.title01{
    text-align: center;
}
.title01 h2{
    font-size: 2rem;
    
}
.title01 p{
	font-size: 1.4rem;
}



.mvwrap{
	position: relative;
	margin-bottom: 4rem;
}
.mvcont{
    left: 2rem;
    top: auto;
    bottom: -2rem;
    width: 21rem;
    height: 18rem;
    text-align: left;
}
.mvcont h3{
	font-size:1.6rem;
	margin:-2rem 0 .5rem;
}

.mvcont h2{
	font-size: 2.3rem;
	margin-bottom: 1rem;
}
.mvcont p{
	font-size: 1.4rem;
}
/**mv**/
.topflowphoto li{
    padding:0 1rem;
}
.topflowphoto li img{
	max-height: 40rem;
}


/**about**/
.topabout{
	display: block;
}
.topabout ._cont{
	margin-bottom: 2rem;
}


/*news***/

.topnewstitle {
    margin:0 0 3rem;
    display: block;
}
.topnewstitle h2{
    font-size: 2rem;
    margin: 0 0 2rem;
    
}
.newscatemenu {
	margin-bottom: 1rem;
}


.newscatemenu li{
    flex-basis: 48%;
    margin: 0 1% .5rem;
}


.newstag{
    width: 100%;
    padding: .5rem;

    margin: 0rem;
	font-size: 1.2rem;
}

.topnewslist{
    
}
.topnewslist a{
  
    padding: 2rem 3rem 2rem 0;
    position: relative;
    flex-wrap:wrap;
    
}

.topnewslist ._date{
    flex-basis: 100%;
    text-align: left;
    margin: 0 0 .5rem;
}
.topnewslist ._title{
    margin: 0 0 .5rem 0rem;
    text-align: left;
    overflow: visible;
text-overflow: clip;
white-space: normal;
    width: 100%;
    order: -1;
}
.topnewslist ul{
    flex-basis: 100%;
    flex-wrap: wrap;
}
.topnewslist li{
    flex-shrink: 0;
}


.btn01 {
  padding: 1rem 5rem;
}


/***/
.radwrap01{
	border-radius: 40px;
}
.topmedicalitle{
	border-radius: 20px;
	margin: 0 0 2rem;
}
.topmedicalitle ._title{
	padding: 1rem 2rem 1rem 0;
	border-radius: 0 20px 0 0;
}

.topmedicalitle img{
	height: 15rem;
    object-fit: cover;
}


topmedicalitle ::before{
	height: 2rem;
	width: 2rem;

}
.topmedicalitle ._title::after{
	height: 2rem;
	width: 2rem;
}


.stitle01{
	font-size: 1.6rem;
	margin: 0 0 1rem;
}

.medicalnavi ul{
	gap:1rem;
}
.medicalnavi li{
		flex-basis: 48%;
		margin: 0 0% 1rem;
}
.medicalnavi li a{
	height: 10rem;
	padding: 1rem;
}
.medicalnavi li a:after{
	width: 1.2rem;
	height: 1.2rem;
	bottom: 1rem;
	right: 1rem
}

.medicalnavi li p{
	font-size: 1.6rem;
	line-height: 1.2;
}
.medicalnavi li img{
	max-height: 60%;
	right: 1rem;
}
.topdaycare{
	display: block;
}

.topdaycare ._img{
		margin-bottom: 2rem;
}


.topdaycare ._cont{

}



/**column*/
.topcolumntitle{
	margin: 0 0 2rem;
	display: block;
}


.columnlistwrap{
display: block;
}
.columnlist{
	margin-bottom: 4rem;
	
}


.columnlist ._img img {
  max-height: 20rem;
}


.columnlist ._cont h3{
	font-size: 1.6rem;
	padding: 1rem 0;
}

.columnlist ._cont ._txt{
	margin-bottom: 2rem;
	
}
.ctag li{
  font-size: 1.2rem;
 
}



/**access**/
.topaccess{
	margin:0 0 4rem;
	display: block;
}
.topaccess ._cont{
	
}
.topaccessmap{
	height: 30rem;
}
.topaccessmap iframe{
	height: 100%;
}






/*contents
------------------------------------------------*/
.pagetitlewrap{

	height: 14rem;
	border-radius: 0 0 20px 20px;
}
.pagetitle ._title{
	width: 45%;

}
.pagetitle ._title:after{
	width: 30rem;
	height: 30rem;
	left: -15rem;
}
.pagetitle ._title .title01{
	z-index: 2;
}


.pagetitle ._img{
	position: absolute;
	right: 0;
	top:0;
	width: 100%;
	height: 100%;
}
.pagetitle ._img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-left: 10rem;
	
}

/**privacy**/
.privacybox{
	text-align: left;
}

.stitle02{
font-size:1.6rem;

}




/*access*/
.atitle01{
font-size: 1.6rem;
padding: 1rem 1rem;
margin: 0 0 2rem;
}

.accessmap{
	height: 20rem;

}
.accessinfo {
	display: block;
}

.accessinfo ._cont{
	padding: 0 0 2rem;
}





/*newsdtl**/
.newsdtltitle{
    margin: 0 0 1rem;
    
}
.newsdtltitle ul{
  flex-wrap: wrap;
}


.newsdtltitle ._date{
    font-size: 1.6rem;
}

.newsmmaintitle {
  margin: 0 0 2rem;
  font-size: 2rem;
}
.newscomment h2,
.newscomment h3,
.newscomment h4{
  font-size: 1.6rem;
}


#ez-toc-container {
  padding: 2rem;
  margin: 0 0 3rem;
}




.pagingbox{
    padding: 2rem 0 0;
    font-size: 80%;
}

.backbtn a {
  padding: 1rem 1rem;
  margin: 0 1rem;
}







/**consultation**/
.medicallistbnr a{
	display: block;
	padding: 3rem 1rem;
	margin: 0 0 2rem;
	font-size: 1.6rem;
	position: relative;
}

.medicallistbnr a::after {
width: 1.2rem;
    height: 1.2rem;
    bottom: 1rem;
    right: 1rem;
}




.conditionnavi{
	padding: 2rem 2rem;
	margin: 0 0 3rem;
}
.conditionnavi li{
	flex-basis: 100%;
	margin: 0 0% 1rem;
}
.conditionnavi li a{

}

.contitle{
	margin: 0 0 2rem;
}
.contitle h3{
	font-size: 1.6rem;
}

.conditionbox{
	margin:0 0 2rem;
	padding: 0 0 2rem;
}
.condition {
	display: block;
}

.condition ._img{
	margin-bottom: 2rem;
}
.condition ._img img{
	
}

.condition ._cont{
	text-align: left;
}
.conlist li{
padding: .5rem 1rem;
}
.condition ._cont h4{
	font-size: 1.6rem;
	margin: 0 0 1rem;
}

.medtitle01{
	padding: 1.5rem 2rem;
	margin: 0 0 2rem;
}
.medtitle01 h2{
	font-size: 1.6rem;
}
.medtitle01 figure{
	
}

.ttable01{
	min-width: 100rem;
	
}
.ttable01 th,
.ttable01 td{
	padding: .5rem;
	border: 1px solid #ccc;
	text-align: center;
}
.fvisit {
	display: block;
}


.fvisit ._img{
	margin-bottom: 2rem;
}
.fvisit ._img img{
	
}
.fvisit ._cont{

}
.doctorname {
	margin: 0 0 1rem;
}
.doctorname ._pos{
	flex-basis:25%;
	margin-right: 1rem;
	font-size: 1.2rem;
}
.doctorname ._name{
	font-size: 1.4rem;
}

.dtable01 th,
.dtable01 td{
	padding:1rem;
	display: block;
	width: 100%;
}
.dtable01 th{

}

.historybox dt{

}

.ptabale01{
	width: 100%;
	
}

.ptabale01 th,
.ptabale01 td{
	padding:.5rem;
}
.ptabale01 th{

}





/**daycare***/

.daycaretop{
	display: block;
}


.daycaretop ._cont{
	margin-bottom: 2rem;
}
.daycaretop ._img{
margin-bottom: 2rem;
}

.medicalnavi._02 li{
	flex-basis: 48%;
}

.daycareill01{
	right: -1rem;
	max-height: 10rem;
}
.bunabox {
	display: block;
}
.bunabox ._img{
	margin: 0 0 2rem;
}
.bunabox ._cont{

}

.daycareill02{
	left: -1rem;
	bottom: 0;
	max-height: 10rem;
}
.bunafoood{
	padding: 2rem;
	display: block;
}
.bunafoood ._img{
	margin:0 0 2rem; 
 }
.bunafoood ._cont{
margin:0 0 2rem; 
}
.bunafoood ._ill{
	
}

.gallerytbnr a{
  display: block;
  padding: 2rem 1rem;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  }
.gallerytbnr img{
	max-height: 3rem;
}

.daycareill04,
.daycareill05,
.daycareill06,
.daycareill07{
	position: absolute;
	right: -1rem;
	bottom: 0;
	max-height:10rem;
}
.daycareill08{
	display: none;
}

.opentimewrap{
	display: block;
}
.opentime{
	
}
.opentime h4{
	font-size: 1.6rem;
	justify-content: center;
}


.otable01{
	width: 100%;
}
.otable01 th,
.otable01 td{
	padding:1rem 2rem;
	line-height: 1.8;
}
.otable01 th{
	background: var(--c_gr2);
	font-weight: 600;
}
.topcontact._daycare{
	padding: 2rem;
}
.topcontact._daycare ._cont{

}


/**sitemap***/
.sitemapbox dl{
	margin: 0 0 3rem;
}

.sitemapbox dt a{
	font-size: 1.8rem;
}
.sitemapbox dd a{
	padding: 1rem;
	padding-left: 2rem;
	padding-right: 4rem;
  text-indent: -1.5em;
}


.sitemapbox dd a:after {
  height: 2rem;
  width: 2rem;
  background-size: 1rem;
}




















.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}
.spleft{
	text-align: left;
}








}





