/* 
ベースカラー
ピンク　＃F6BBC6
グリーン　#8CC32A
ブルー　#87C7E5
*/
:root {
	--blue-color:#87C7E5;
	--green-color:#8CC32A;
	--pink-color:#F6BBC6;
	}


body,html {
    background-color: #FFF;
    font-family:Meiryo,YuGothic, "Yu Gothic medium", "Hiragino Sans","sans-serif";
    margin: 0px;  
	scroll-behavior: smooth; 
}
a:hover{
    opacity: 80%;
}
.gotop a {
    position: fixed;
    bottom: 140px;
    right: 10px;
    background-image: url(./image/btn_gotop.png);
    font-size: -999px;
    text-indent: -9999pt;
    width: 60px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    justify-content: center;
    background-size: cover;
}


.aibot a{
      position: fixed;
  bottom: 5px;
    right: 0px;
  background-image: url("./image/bnr.png");
  font-size: -999px;
  text-indent: -9999pt;
  width: 80px;
  height: auto;
  display: block;
	background-repeat: no-repeat;
	  justify-content: center;
	background-size: cover;
   aspect-ratio: 24/40; 
}

.top1 {
	background-color: var(--green-color);
	margin: 0;
	font-size:1px;
	text-indent: -99999pt;
	width: 100%;
}

.topSl{
	width: 100%;
	background-color: #E2FFD3;
	position: relative;
}
	
	/* force image size */
.slide img {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.slide {
  white-space: nowrap;
  width: 100%;
max-width: 1300px;
/*  height: 614px;*/
  overflow: hidden;
	background-color: #FFF;
}

.slide > :first-child {
  animation-name: slide;
  animation-duration: 24s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes slide {
  0% {
    margin-left: 0;
  }
  33% {
    margin-left: -100%;
  }
  66% {
    margin-left: -200%;
  }
  100% {
    margin-left: -300%;
  }
}

.center {
  margin: auto;
}

	
	
.btnPc{
	width: 100%;
	margin: 50px 0;
	background-color:#46A8D8;
	font-size: 18px;
	align-items: center;
}
.btnPc1100{
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
	width: 1100px;
	margin: 20px auto;
		display:flex;
}
.btnPc1100 li{
	  display: block; /* <li>要素をブロック要素として表示 */
	width: 20%;

}
.btnPc1100 li a{
	padding:20px 0px;
	  display: block; /* <li>要素をブロック要素として表示 */
		text-decoration: none;
		  list-style: none; /* デフォルトのリストスタイルを削除する */
		color: #fff;
	text-align: center;

}
.btnPc1100 li a:hover{
		color: #00166B;
}

.top2{
	width: 1100px;
	background-color: var(--pink-color);
	margin: 20px auto;
}


.top2TextBox{
font-weight: normal;
    width: 1000px;
    padding: 50px 50px 20px 50px;
}


.top2Btn{
	display: block;
	width: 80%;
	text-align: center;
	margin: 20px auto;
	background-color: #B63F57;
	padding: 5px;
}


.top2Btn a{
	display: block;
	text-align: center;
text-decoration: none;
	color: #FFF;
}



.sliderZone{
	width: 1100px;
	height: 350px;
	margin: 20px auto;
}

  .slideshow {
    overflow: hidden;
    width: 1000px; /* スライドショーの幅を調整 */
    height: 350px; /* スライドショーの高さを調整 */
  }

  .slideshow img {
    width: 1100px;
    height: 350px;
	  margin: 20px auto;
  }


h2{
		  display: none !important;
}


h3{
	width: 100%;
background-color: #E1E1E1;
}

.pcwidth1100{
		width: 1100px;
	margin: 80px auto;
	padding: 40px 0px;
}

.iconAnna{
	  background-image: url("./image/news.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	display: inline-block;
	width: 26px;
}

.sTitle {
  margin: 0px auto 0px auto;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
	  vertical-align: middle; /* 中央揃え */

}

.newsExplain{
	width: 60%;
	margin: 20px auto;
	  font-size: 16px;
  line-height: 34px;
	font-weight: normal;
}

.top3NewsBtn {
background-color: #FFF;
    width: 60%;
    /* line-height: 40px; */
    text-align: left;
    font-weight: bold;
    color: #999;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #F6BBC6;
	display: flex;
}

.top3NewsBtn a {

  text-decoration: none;
  display: block;

}

.topOpenHour{
width: 100%;
background-color:#F1FFED;

}

.greenBackBox{
	background-color: var(--green-color);
	margin:30px auto;
	width: 80%;	padding: 30px 0px;
	max-width: 1100px;
}


.iconOpenhour{
		  background-image: url("./image/openhour.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 26px;
}




.weekBox {
  background-color: #FFF;
  width: 80%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0px auto;
  color: #000;
  font-size: 20px;
	
  @media (max-width: 410px) {
    font-size: 9px; /* 600px未満の場合の文字サイズ */
  }
}
.weekBoxR {
  background-color: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 10px auto;
  color: #000;
  font-size: 14px;
	
  @media (max-width: 410px) {
    font-size: 9px; /* 600px未満の場合の文字サイズ */
  }
}
.sWeekTime {
  width: 30%;
  line-height: 46px;
  border: solid 1px #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
	@media (max-width: 410px) {
      line-height: 32px;
  }
}
.sWeekDay {
  width: 10%;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  line-height: 46px;
	  @media (max-width: 410px) {
      line-height: 32px;
  }
}
.sWeekTop30 {
  background-color: #C5E879;
	overflow: hidden;
	
}
.sWeekTop30Text{
	  white-space: nowrap;
  text-overflow: ellipsis;
	  font-size: 12px; /* デフォルトの文字サイズ */
}
.weekTable80{
	width: 80%;
		margin:5px auto;
}

.weekTable1{
	  width: 100%;
  aspect-ratio: 768/127;
  background-image: url("./image/obj_opentime1.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
}

.sWeekTop10 {
  background-color: #E0EBB1;
  position: relative;
}
.sWeekBottom {
  color: #666;
		  @media (max-width: 410px) {
      line-height: 32px;
  }
}
.sWeekBottomG {
  font-size: 16px;
  color: #666;
}
.sWeekBottomB {
  font-size: 24px;
  color: #666;
}
.sWeekBottomM {
  font-size: 24px;
  color: #666;
}
.weekBoxDate {
  background-color: #FFF;
  width: 80%;
  text-align: left;
  margin: 25px auto 5px auto;
  line-height: 50px;
  color: #000;
  font-size: 20px;
}
.box80textLeft {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
.todayRed {
  color: red;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  display: block;
}
.top5 {
  width: 100%;
	
	margin: 80px auto;
  background-color: #D8F2FF;

}
.topGreetingBtn {
  background-color: #1C9FB1;
  width: 80%;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
	margin-top: 50px;
}
.top5Contents {
  width: 70%;
  margin: 50px auto;max-width: 1000px;
	background-color: #ACD3E2;
	padding: 50px;
}
.top5Contentsac {
  width: 70%;
  margin: 50px auto;max-width: 1000px;
	background-color: #CEFFDE;
	padding: 50px;
}
.topGreetingContents {
  width: 100%;
  margin: 20px auto 20px auto;
}

.nowTimeMargin{
	width: 80%;
	margin: 0 auto;

}


.iconArticle{
background-image: url("./image/article.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 24px;
}



.iconGreeting{
background-image: url("./image/greeting.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 24px;
}


.sepa{
	display: flex;
	margin-top: 30px;
}
.sepaLeft{
	width: 50%;
}
.sepaRight{
	width: 50%;
}

.gboxYoko{
	background-image: url("./image/picDoctor1.jpg");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 410/619; 
	text-indent: -999pt;
	width: 80%;
	border-radius: 10px;
	border: 5px solid #FFF;
	margin: 0 5% 0 5%;
}
.textS {
	font-size:16px;
	color: #000;
	font-weight: bold;
}
.textM{
	font-size:16px;
	color: #000;
	line-height: 30px;
	font-weight: normal;
}

.bgfall{
		background-image: url("./image/bg_fall.webp");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 1100/278; 
	text-indent: -999pt;
	width: 100%;
	margin-bottom: 30px;
	opacity: 0.6;
}.bggreenfall{
		background-image: url("./image/obj_fall.webp");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 640/419; 

	width: 100%;
	margin-bottom: 30px;

}
.bgsunset{
		background-image: url("./image/bg_003.jpg");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 1100/350; 
	width: 100%;
	margin-bottom: 30px;
	
}
.blackBoxTop{
			  display: none !important;
}




.imgZone1 {
  width: 80%;
	max-width: 1100px;
  margin: 30px auto;
}
.imgZone2 {
  width: 100%;
  aspect-ratio: 1800/569;
  background-image: url("./image/bg_talk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
}

.whiteZone {
  background-color: #FFF;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
}
.whiteZone80 {
  background-color: #FFF;
  width: 80%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}
.whiteZone90 {
  background-color: #FFF;
  width: 90%;
  margin: 20px auto;
  padding: 0px 0px;
  text-align: left;
}
.whiteZone90p10px {
  background-color: #FFF;
  width: 90%;
  margin: 20px auto;
  padding: 20px 10px;
  text-align: left;
	    padding-top: 10px;
}
.glayZone80 {
  background-color: #DBDBDB;
  width: 80%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}
.glayZone90 {
  background-color: #DBDBDB;
  width: 90%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}
.faqWhiteBox {
  background-color: #FFF;
  width: 80%;
  margin: 10px auto;
  display: flex;
  line-height: 36px;
  padding: 10px 4px 10px 20px;
  text-align: left;
	font-size:18px;
}
.faqmore a {
  color: #FFF;
  text-decoration: none;
}
.mapZone {
  background-color: #FFF;
	width: 80%;
  max-width: 1100px;
  margin: 80px auto;
  padding: 20px 0px;
}
.mapZone2 {
  width: 102%;
  aspect-ratio: 768/688;
  background-image: url("./image/obj_map_mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0px;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.imgZone3 {
  width: 100%;
  margin: 0px 0 0 0;
	background-color: #fff6f6;

}
.imgZone4 {
	width: 1100px;
  aspect-ratio: 1100/317;
  background-image: url("./image/bg_bluegirl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
				position: relative;

}


.telZone {
 display: none;
}
.telZone1 {

}
.telBtn {
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #CB415D;
  border-radius: 10px;
  line-height: 40px;
  margin: 10px auto;
}
.telZone3 {
  width: 100%;
  font-size: 16px;
}
.bottomBtnZone {
  background-color: #E68A96;
  width: 1100px;
  color: #FFF;
  display: grid;
  grid-template-columns: auto auto;
	margin: 0 auto;
}
.bottomBtnZoneKobetsu a {
  text-decoration: none;
  color: #FFF;
  height: 40px;
  text-align: center;
  border: 1px #EAADC0 solid;
  line-height: 40px;
  font-size: 18px;
  display: block;
}
.bottomCopy {
  background-color: #CB415D;
  width: 1100px;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
	color: #FFF;
		margin: 0 auto;
}
.bottomCopy a{
text-decoration: none; cursor: text;
	color: #FFF;
}
.address {
  text-align: center;
  font-size: 12px;
}
.iconFaq{
		  background-image: url("./image/faq.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 25px;
}

.iconMap{
		  background-image: url("./image/map.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 25px;
}

.mapBuilding{
			  background-image: url("./image/obj_outside13.jpg");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 334/444; 
	width: 60%;
	margin: 0px auto;
}


.webResPc{
	text-align: -99px;
	text-indent: -9999pt;
}
.webResPc a{
		width: 200px;
	top:134px;left: 30px;
		position: absolute;
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_reservation.png");
	  background-size: contain;
  background-repeat: no-repeat;
}
.webCheck{
	position: relative;
}

.webResPcCheck a{
		width: 200px;
	top:33px;left: 0px;
		position: absolute;
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_reservation.png");
	  background-size: contain;
  background-repeat: no-repeat;
}

.lineResPc{
	text-align: -99px;
	text-indent: -9999pt;
}
.lineResPc a{
		width: 200px;
	top:134px;left: 250px;
		position: absolute;
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_line.png");
	  background-size: contain;
  background-repeat: no-repeat;
}
.lineResPcCheck a{
		width: 200px;
	top:120px;left: 0px;
		position: absolute;
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_line.png");
	  background-size: contain;
  background-repeat: no-repeat;
}
h1{
	padding: 0px;
	margin: 0px;
}
.op1 {
	display: none ;
}

.pcHeader{
	width: 100%;
}

.pcHeaderScreen{
			display: block;
		   aspect-ratio: 1100/614; 
	  background-size: contain;
  background-repeat: no-repeat;
		z-index: 1;
	margin: 0 auto;
	text-indent: -9999pt;
}
.phs1{
		background-image: url("image/screen001.png");
}
.phs2{
		background-image: url("image/screen002.png");
}
.phs3{
		background-image: url("image/screen003.png");
}


.pcHeaderPic{
	z-index: 999;
		display: block;
		   aspect-ratio: 1100/614; 
	  background-size: contain;
  background-repeat: no-repeat;	margin: 0 auto;	text-indent: -9999pt;
}
.php1{
			background-image: url("image/bigpic001.webp");
}
.php2{
			background-image: url("image/bigpic002.webp");
}
.php3{
			background-image: url("image/bigpic003.webp");
}




.pcHeaderTextBig{
	line-height: 56px;
	font-size: 32px;		
	text-align: center;	margin: 0 auto;
	font-weight: bold;
}


.pcHeaderTextSmall{
	line-height: 22px;
	font-size: 22px;		
	text-align: center;	margin: 0 auto;
	padding-bottom: 30px;
}


.phtb1{
		background-color: #D4E59E;
}

.phtb2{
		background-color: #BBDFEC;/*	ウスブルー*/
}
.phtb3{
		background-color: #FCEBED;/*	薄ピンク*/
}









.blackBox{
  border: 1px #999 solid;
  width: 80%;
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 24px;
	margin: 10px auto;
	background-color: #FFF;
}
.blackBoxNew{
  border: 1px #999 solid;
  width: 80%;
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 24px;
	margin: 10px auto;
	background-color:#FFCDE6;
}

.blackBox1 {
  width: 30%;
  margin: 3%;
  display: block;
	opacity: 1;
}
.blackBox2 {
  width: 58%;
  margin: 3%;
  display: block;opacity: 1;
}
.left1 {
  font-size: 9px;
}
.leftBook1 {
  font-size: -999px;
  text-indent: -999pt;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/1015;
  background-image: url("./image/obj_book1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.leftBook2 {
  font-size: -999px;
  text-indent: -999pt;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/1015;
  background-image: url("./image/obj_book2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.leftBook3 {
	  font-size: -999px;
  text-indent: -999pt;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/1015;
  background-image: url("./image/obj_book3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.booklast {
  width: 80%;
  font-size: 18px;
  line-height: 26px;
  margin:20px auto;
	padding: 20px 0 40px 0 ;
}

.shikan {
	font-size: 24px;
	color: red;
	font-weight: bold;
}


.moreBtn a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 5px;
	font-size:20px;
}

.right1 {
  font-size: 14px;
  color: #434343;
  line-height: 18px;
  margin: 10px 0;
	
}
.right2 {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 10px 0;

}
/*パララックス用*/
.parallax_content{
  display: flex;
  height: 30%;

  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img_bg_01{
  background-image: url();
}
.img_bg_02{
  background-image: url();
}
.img_bg_03{
  background-image: url();
}
.img_bg_04{
  background-image: url();
}
.img_bg_05{
  background-image: url();
}









.pageTitle{
	font-weight: bold;
	color: #FF5D5F;
}





.glayZone100 {
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}









.bgwhite {
	width: 90%;
	margin: 20px auto;
	background-color: #FFF;
}

.newsPostDate {
  text-align: right;
  padding: 20px 10px;
  font-size: 12px;
}
.newsTitleBox {
  width: 90%;
  background-color: #FFF;
  line-height: 30px;
  text-size: 16px;
  margin: 0 auto;
  padding: 5px 10px;
}
.newsContentsBox {
  width: 90%;
  background-color: #FFF;
  line-height: 30px;
  text-size: 14px;
  margin: 20px auto 0 auto;
  padding: 0px 10px;
}
.newsPicBox {
  background-color: #FFF;
  background-size: 222px;
  height: 222px;
  width: 90%;
  margin: 0px auto 20px auto;
  justify-content: center;
  align-items: center;
  /* aspect-ratio: 222/222; */
	/* background-size: contain; */
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: -999px;
  text-indent: -9999pt;
  padding: 0px 10px;
}

.newsPic1{
  background-image: url(./image/obj_newsPic1.jpg);
}
.newsPic2 {
  background-image: url(./image/obj_newsPic2.jpg);
}
.newsPic3{
  background-image: url(./image/obj_newsPic3.jpg);
}
.newsPic4 {
  background-image: url(./image/obj_newsPic4.jpg);
}
.newsPic5 {
  background-image: url(./image/obj_newsPic5.jpg);
}


.top3{
	width: 1100px ;
	margin: 0 auto;
}


.hrmargnbtm {
  margin: 30px auto 30px auto;
  width: 80%;
  color: #3B3B3B;
}
.dateBox{
	background-color: #ed7c94;
	color: #FFF;
	border-radius: 2px;
	padding: 3px 5px;
	font-size:12px;
	margin-right: 20px;
}

.faqZone {
  background-color: #8CC32A;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: center;	opacity: 1;
	z-index: 999;
}
.whiteZone {
  background-color: #FFF;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
}
.whiteZone80 {
  background-color: #FFF;
  width: 80%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}
.whiteZone90 {
  background-color: #FFF;
  width: 90%;
  margin: 20px auto;
  padding: 0px 0px;
  text-align: left;
}
.whiteZone90p10px {
  background-color: #FFF;
  width: 90%;
  margin: 20px auto;
  padding: 0px 10px;
  text-align: left;
	    padding-top: 10px;
}
.glayZone80 {
  background-color: #DBDBDB;
  width: 80%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}
.glayZone100 {
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: left;
}
.faqWhiteBox {
  background-color: #FFF;
  width: 80%;
  margin: 10px auto;
  display: flex;
  line-height: 36px;
  padding: 4px 4px 4px 20px;
  text-align: left;
}
.faqmore a {
  color: #FFF;
  text-decoration: none;
}


/*アコーディオン*/
/*ベース*/
.toggle {
  display: none;
}
.Label { /*タイトル*/
  padding: 20px 5%;
  display: block;
  color: #0000FF;
  text-decoration: underline;
  background: #FFF;
  margin: 10px 7%;
  text-align: left;
}
.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content { /*本文*/
  height: 0;
  margin: 10px 8%;
  padding: 0px 20px;
  overflow: hidden;
  background-color: #E9F4D3;
  font-size: 18px;
  text-align: left;
  border-radius: 5px;
	line-height: 28px;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  /*padding:20px ;*/
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}



.iconLine {
	  background-image: url("./image/obj_line.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 15px;
}

.greenBack {
	background-color: #E8F7E7;
	border-radius: 15px;
	padding: 10px;
	width: 90%;
	margin: 10px auto;
}
.lineQr{
	background-image: url("image/obj_lineQr.png");
  background-size: contain;
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 1/1; 
	display: block;
	width: 30%;
	text-align: -99px;
	text-indent: -9999pt;
	margin: 20px auto;
}

.lineAdd{

	width: 40%;
	text-align: -99px;
	text-indent: -9999pt;
	margin: 10px auto;
}


.lineAdd a{
		background-image: url("image/btn_line2.png");
  background-size: contain;
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 300/73; 
	display: block;
border-radius: 10px;
	  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}


.lineText{
	font-size: 16px;
	text-align: left;
	margin: 40px auto;
	width: 60%;
}


.lineZone {
  background-color: #8CC32A;
  width: 80%;
max-width: 1100px;
	margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
	opacity: 0.9;
	z-index: 999;
}
.textareaCopy{
	width: 60%;
}


.whiteBack {
	background-color: #FFF;
	border-radius: 15px;
	padding: 10px;
	width: 90%;
	margin: 10px auto;
}

.mainZone{
	  background-color: #8CC32A;
  width: 80%;
max-width: 1100px;
	margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
	opacity: 0.9;
	z-index: 999;
}
.iconRes{
	  background-image: url("./image/obj_reservation.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	
	display: inline-block;
	width: 15px;
}.qforRes{
	width: 90%;
	text-align: left;
	margin: 20px;
}

.qforRes2{
	width: 90%;
	text-align: center;
	margin: 20px;
}

.formWidth90{
	width: 500px;
	line-height: 40px;
	font-size:32px;
}


.filled{
	width: 94%;
	background-color: #ECECEC;
	color: #000;
	padding: 10px;
	line-height: 38px;
	font-size: 28px;
	position:relative;
}

.fixbtn a{
	position: absolute;
	right:5px;
	bottom:10px;
	font-size: 20px;
}

.g-recaptcha {
	margin: 20px 30%;
}
.formNext{

	margin: 20px auto;
	font-size: 24px;
	line-height: 30px;
	background-color: #F2A02B;
	color: #FFF;
	border-radius: 5px;
	padding: 10px;
}.sendConfirm{
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color:#2224A3;
	font-weight: bold;
	margin: 30px auto;
}

.backTop {
	margin: 2px auto;
	text-align: center;
}

.sendConfirm2 {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color:#FF4447;
	margin: 30px auto;
}
.iconSite{
		  background-image: url("./image/sitepolicy.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	display: inline-block;
	width: 15px;
}
.contents20-90 {
  margin: 20px 5%;
  padding: 10px;
  background-color: #fff;
}
.sitepolicyTitle {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}
.sitepolicy {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 5px;
}

.glayBack {
  width: 100%;
  background-color: #F1F1F1;
	display: flex;
}

.builPic1 {
  width: 40%;
  aspect-ratio: 768/1024;
  background-image: url("./image/obj_outside13.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 20px auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
	border-radius: 10px;
}
.builPic2 {
	width: 50%;
  padding: 20px;
  font-size: 18px;
  text-align: left;
	line-height: 32px;
text-indent: 1em;
  text-overflow: ellipsis; /* 末尾を省略記号で表示 */
	 word-wrap: break-word;
}


.topOpenHour {
  width: 100%;
  background-color: #FFF;
  margin: 0px;
  padding: 30px 0;
}


.lightGreen{
	width: 100%;
	background-color: #E5FFDF;
}

.jiyuuExplain {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	margin: 20px auto;
}

.jiyu1 {
	display: block;
	background-color: #FFF;
	margin: 14px auto;
}

.jiyu1 a{
    display: block;
    width: 80%;

    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi001.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
}

.jiyuText {
	position: absolute;
	top:20px;left:100px;
	font-size:24px;
		
}
.jiyu2 {
	display: block;
	background-color: #FFF;	margin: 14px auto;
}
.jiyu2 a{
    display: block;
    width: 80%;

    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi002.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
}
.jiyu3 {
	display: block;
	background-color: #FFF;	margin: 14px auto;
}
.jiyu3 a{
    display: block;
    width: 80%;

    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi003.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
}
.jiyu4 {
	display: block;
	background-color: #FFF;	margin: 14px auto;
}
.jiyu4 a{
    display: block;
    width: 80%;

    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi004.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
}


.jiyuBox {
	display: block;
	background-color: #E1FBFF;
	margin: 24px auto;
	width: 90%;
}

.jiyuBoxTitle{
    display: block;
    width: 100%;
    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi001.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
	background-color: #E2F2F7;
}
.jiyuBoxTitle2{
    display: block;
    width: 100%;
    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi002.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
	background-color: #E2F2F7;
}

.jiyuBoxTitle3{
    display: block;
    width: 100%;
    aspect-ratio: 158/128;
    background-image: url(./image/bg_mi003.png);
    background-repeat: no-repeat;
    height: 64px;
	    background-size: 80px;
	text-decoration: none;
	position: relative;
	background-color: #E2F2F7;
}


.jiyuBoxContent{
text-align: left;
	padding: 3%;
	font-size:16px;line-height: 28px;

	}

.jiyuBoxText {
	position: absolute;
	top:24px; left:95px;
	font-size: 20px;font-weight: bold;
	color: #067E8E;
}

.jiyuBoxTextContent {
	margin: 5px;
}
.objLogo {
	position: absolute;
  aspect-ratio: 466/169;
  background-image: url("./image/obj_name.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
	top:520px;
	left: 30px;
	width: 466px;
	  @media (max-width: 1080px) {
    top: 340px; /* 600px未満の場合の文字サイズ */
  }
}
.objQr {
	position: absolute;
  aspect-ratio: 171/169;
  background-image: url("./image/obj_qr.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
	top:520px;
	right: 30px;
	width: 171px;
	  @media (max-width: 1080px) {
    top: 340px; /* 600px未満の場合の文字サイズ */
  }
}
.objMap a{
	position: absolute;
  aspect-ratio: 171/169;
  background-image: url("./image/btn_map.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
	top:600px;
	right: 210px;
	width: 84px;
	  @media (max-width: 1080px) {
    top: 400px; /* 600px未満の場合の文字サイズ */
  }
}
.pRe {
	width: 100%;
	max-width: 1300px;
	position: relative;
	background-color: #000;
	margin: 0 auto;
}

.bun {

}
.bun2 {
  text-indent: 1em;
  vertical-align: top;
  margin: 20px auto 30px auto;
  width: 96%;
  font-size: 14px;
}
.picHands {
  width: 80%;
  aspect-ratio: 768/512;
  background-image: url("./image/obj_hands.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.picHouse {
  width: 80%;
  aspect-ratio: 768/512;
  background-image: url("./image/obj_house.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.picArea {
  width: 80%;
  aspect-ratio: 768/512;
  background-image: url("./image/hcmap.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.picPrice {
  width: 80%;
  aspect-ratio: 768/512;
  background-image: url("./image/obj_pricepic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.facility1-1 {
  width: 50%;
  aspect-ratio: 768/576;
  background-image: url("./image/obj_inside1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.facility1-2 {
  width: 50%;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}
.facility2-1 {
  width: 50%;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}
.facility2-2 {
  width: 50%;
  aspect-ratio: 768/576;
  background-image: url("./image/obj_inside2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.drMinamu {
  border: 1px #999 solid;
  width: 100%;
}
.drMinamuBox1 {
  width: 40%;
  aspect-ratio: 768/768;
  background-image: url("./image/obj_cir_minamu.png");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 15px auto;
  font-size: -999px;
  text-indent: -9999pt;
}
.drMinamuBox2 {
  width: 60%;
  font-size: 12px;
  padding-top: 10%;
}
.drMinamuBox3 {
  width: 90%;
  margin: 10px auto;
  position: relative;
  font-size: 12px;
  line-height: 26px;
}
.moreBtn a {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 5px;
}
.moreBtnTop a {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.nav-wrapper{
			  display: none !important;
}

.iconSick{
		  background-image: url("./image/sick.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 48/48; 
	 background-size: contain; 
	display: inline-block;
	width: 23px;
}




.bgPh{
background-image: url("./image/bg_phTitle.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 80%;
	position: relative;
	margin-top: 20px;
}



.bgPh2{
background-image: url("./image/bg_phTitle2.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 80%;
	position: relative;
	margin-top: 20px;
}


.syText{
	font-family:  "HG行書体",Arial, Helvetica, "sans-serif";
	font-size:24px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5),
             -2px -2px 4px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}

.syTextInseide{
		font-family:  "HG行書体",Arial, Helvetica, "sans-serif";
	font-size:20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5),
             -2px -2px 4px rgba(255, 255, 255, 0.5);
	margin-top: 40px;
	margin-bottom: 20px;
}
.phMain{
	font-size:22px;
	line-height: 32px;
	width: 80%;
	text-align: left;
	margin: 20px auto;
}
.bgInText{
background-image: url("./image/inText.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0;
	text-indent: -9999pt;-webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.bgInText2{
background-image: url("./image/inText2.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0;
	text-indent: -9999pt;-webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.bgInText3{
background-image: url("./image/inText3.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0;
	text-indent: -9999pt;-webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.bgInText4{
background-image: url("./image/inText4.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0;
	text-indent: -9999pt;-webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}


.checkListBox{
	width: 80%;
	margin: 20px auto;
}

.checkListTitle{
	background-color: #8CC32A;
	line-height: 34px;
	font-size:28px;
	color: #FFF;
	padding: 20px;
	margin: 50px 0 30px 0;
}

.listone{
	font-size:18px;
	line-height: 34px;
}

.listyes{
	border-bottom: 1px dotted #909090;	
	line-height: 32px;
	font-size: 22px;
	text-align: left;
	padding-left: 30px;
	text-indent: -1.5em;
	margin: 30px 10px;
	padding-bottom: 14px;
}


.syCheck{
	  transform: scale(1.8); /* 1.5倍の拡大 */
	border: #8CC32A 1px double;
		margin-right: 15px;
}


.pySend{
	  display: inline-block;
  padding: 10px 20px;
  background-color: #8CC32A;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
	font-size: 22px;
	margin-top:30px;
}



/* ホバー時のスタイル */
.pySend:hover {
  background-color: #76a51e;
}

/* アクティブ時のスタイル */
.pySend:active {
  transform: scale(0.95);
}



.hitTitle{
	width: 100%;
	background-color: #FFE4E4;

	line-height: 46px;
	margin-top: 40px;
}

.bgCheck{
	background-image: url("./image/bg_check.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 610/210; 
	 background-size: contain; 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0;
	text-indent: -9999pt;
}


.snrBtnZone{
	width: 90%;
	margin-top: 120px;
	margin-bottom: 50px;
	margin-left:  auto;
	margin-right:  auto;
	background-color:rgb(28 255 246 / 10%);
	padding-bottom: 20px;
}

.snrBtns a{
	display: block;
  padding: 20px 20px;
  background-color: #74BE5A;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
	font-size: 18px;
	margin:0px auto;
	width:80%;
	position: relative;	text-align: left;

}
.snrBtns {
	 display: grid;
	  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
	text-align: center;
}



.yajiBtn{
	width: 15%;
	background:rgba(200,196,26,1.00);
  position: absolute;
	top:0;
	right: 0;
  height: 100%;
	text-indent: 0;
}

.yajiInside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.barCheck{
background-color: #73BAEC;
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 62px;
    color: #FFF;
	border-radius: 10px 10px 0 0;
}

.barCheckImg{
	background-image: url("./image/obj_check.png");

  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 72/66; 
	 background-size: contain; 
	display: inline-block;
	width: 7%;
text-indent: -9999pt;
	margin: 10px 0;
	margin-right: 10px
}






.priceTable{
	background:rgba(84,189,0,1.00);
	width: 96%;
	margin: 20px 2%;
}
.priceRow{
		width: 100%;
	display: flex;
	
}
.priceColumn{
		width: 33%;
	text-align: center;
	padding: 10px;
	color: #FFF;
	border: rgba(247,247,247,0.80) 1px solid;
}
.priceColumn2{
		background:rgba(249,255,230,1.00);
		width: 33%;
	text-align: center;
	padding: 10px;
	color:#474747;
	border: rgba(247,247,247,0.80) 1px solid;
	 vertical-align: middle;
}







.gwCal{
    width: 70%;
    	background-image: url("https://roppongi-psychiatry.com/image/obj_gw_calender.png");

  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 1047/600; 
	 background-size: contain; 

text-indent: -9999pt;
	margin: 10px auto;
}