/* 
ベースカラー
ピンク　＃F6BBC6
*/
html {
  scroll-behavior: smooth;
}
body {
  background-color: white;
  font-family: "メイリオ";
  margin: 0px;
  line-height: 24px;
  font-size: 16px;
}
a:hover {
  opacity: 80%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0px;
  font-size: 16px;
}
.mg20 {
  margin-top: 20px;
}
.top1 {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/686;
  background-image: url("./image/m_top1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999pt;
  font-size: -99px;
}
.top2 {
  background-color:#8CC32A;
  width: 100%;
  padding: 20px 0px 10px 0px;
  text-align: left;
}
.op1 {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/487;
  background-image: url("./image/obj_mobile_op1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999pt;
  font-size: -99px;
}
.op2 {
  background-color: #8CC32A;
  width: 100%;
  padding: 20px 0px 10px 0px;
  text-align: center;
  color: #FFF;
}
.mt20 {
  margin-top: 20px;
}
.contents20-90 {
  margin: 20px 5%;
  padding: 10px;
  background-color: #fff;
}
.sitepolicyTitle {
  text-align: left;
  font-size: 16px;
  line-height: 32px;
}
.sitepolicy {
  text-align: left;
  font-size: 9px;
  line-height: 20px;
  margin: 16px 5px;
}
.top2TextBox {
  margin: 0px 10%;
  line-height: 32px;
  font-size: 16px;
}
.top2Btn {
  background-color: #5F9303;
  width: 80%;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;

  font-size: 18px;
	display: block;
}
.top2Btn a{
	  color: #FFF;
  text-decoration: none;
 display: block;
}
.top3 {
  width: 100%;
  background-color: #F4F4F4;
  margin: 0px auto;
  padding: 30px 0;
	
}
.sTitle {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
	  vertical-align: middle; /* 中央揃え */

}
.sTitleB {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;  vertical-align: middle; /* 中央揃え */

}
.top3NewsBtn {
background-color: #FFF;
    width: 80%;
    /* line-height: 40px; */
    text-align: left;
    font-weight: bold;
    color: #999;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #F6BBC6;
	display: flex;
}
.dateBox{
	background-color: #ed7c94;
	color: #FFF;
	border-radius: 2px;
	padding: 1px 3px;
	font-size:12px;
	margin-right: 20px;
}
.top3NewsBtn a {

  text-decoration: none;
  display: block;

}
.left10px {
  margin: 0px 0px 0px 10px;
}
.topOpenHour {
  width: 100%;
  background-color: #FFF;
  margin: 0px;
  padding: 30px 0;
}
.weekBox {
  background-color: #FFF;
  width: 80%;
  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未満の場合の文字サイズ */
  }
}
.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: 23px;
  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: 23px;
	  @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: 20px;
  color: #000;
  font-size: 14px;
}
.box80textLeft {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.todayRed {
  color: red;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  display: block;
}
.top5 {
  width: 100%;
  background-color: #ACD3E2;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.top5ac {
  width: 100%;
  background-color: #FFE9E9;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.topGreetingBtn {
  background-color: #1C9FB1;
  width: 100%;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}
.top5Contents {
  width: 80%;
  margin: 0 auto;
}
.topGreetingContents {
  width: 100%;
  margin: 20px auto 20px auto;
}
.gbox40 {
  background-color: #FFF;
  width: 40%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/1015;
  background-image: url("./image/obj_doctor_minamu.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  border: #FFF 7px solid;
  font-size: -999px;
  text-indent: -9999pt;
}

.gboxYoko {

  width: 100%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/518;
  background-image: url("./image/obj_doctorMinamu.webp");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: -999px;
  text-indent: -9999pt;
}


.gboxIntro {
  margin: 10px auto;
  width: 90%;
}


.imgZone1 {
  width: 80%;
  margin: 30px auto;
}
.imgZone2 {
  width: 100%;
  aspect-ratio: 768/509;
  background-image: url("./image/obj_image_mobile1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
}
.faqZone {
  background-color: #8CC32A;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
	
}
.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: 80%;
  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;
}
.mapZone {
  background-color: #FFF;
  width: 80%;
  margin: 20px auto;
  padding: 20px 0px;
}
.mapZone2 {
  width: 100%;
  aspect-ratio: 768/688;
  background-image: url("./image/obj_map_mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.imgZone3 {
  width: 100%;
  margin: 0px 0 0 0;
}
.imgZone4 {
  width: 100%;
  aspect-ratio: 768/256;
  background-image: url("./image/obj_image_mobile2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
}
.telZone {
  background-color: #F6BBC6;
  text-align: center;
  padding-bottom: 10px;
}
.telZone1 {
  width: 100%;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
}
.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: 100%;
  color: #FFF;
  display: grid;
  grid-template-columns: auto auto;
}
.bottomBtnZoneKobetsu a {
  text-decoration: none;
  color: #FFF;
  height: 30px;
  text-align: center;
  border: 1px #EAADC0 solid;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.bottomCopy {
  background-color: #CB415D;
  width: 100%;
  font-size: 9px;
  text-align: center;
  line-height: 24px;
}
.bottomCopy a{
text-decoration: none; cursor: text;
	color: #000;
}
.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; 
}


.address {
  text-align: center;
  font-size: 12px;
}
/*アコーディオン*/
/*ベース*/
.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 15px;
  overflow: hidden;
  background-color: #E9F4D3;
  font-size: 14px;
  text-align: left;
  border-radius: 5px;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  /*padding:20px ;*/
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.glayBack {
  width: 100%;
  background-color: #F1F1F1;
}
.builPic1 {
  width: 100%;
  aspect-ratio: 768/1024;
  background-image: url("./image/obj_outside13.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin: 0 auto;
  font-size: -999px;
  text-indent: -9999pt;
  display: block;
}
.builPic2 {
  padding: 10px;
  font-size: 12px;
  text-align: left;
text-indent: 1em;
  text-overflow: ellipsis; /* 末尾を省略記号で表示 */
	 word-wrap: break-word;
}
.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;
}
.drMinamuLine1 {
  width: 100%;
  display: flex;
}
.textGray {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 24px;
}
.blackBoxTop {
  border: 1px #999 solid;
  width: 100%;
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 24px;
	margin: 10px auto;
	background-color:#FFCDE6;
}


.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
}
.blackBox2 {
  width: 58%;
  margin: 3%;
  display: block;
}
.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;
}
.right1 {
  font-size: 8px;
  color: #AAAAAA;
  line-height: 12px;
  margin: 10px 0;
}
.right2 {
  font-size: 12px;
  color: #000;
  line-height: 16px;
  margin: 10px 0;
}
.docBox {
  background-color: #FFF;
  width: 40%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 768/1015;
  background-image: url("./image/obj_doctor_minamu.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  border: #8CC32A 7px solid;
  font-size: -999px;
  text-indent: -9999pt;
}
.booklast {
  width: 90%;
  font-size: 11px;
  line-height: 16px;
  margin:20px auto;
	padding: 20px 0 ;
}
.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);
}

.glayZoneNews80 {
  background-color: #DBDBDB;
  width: 80%;
  margin: 20px auto;
  padding: 5px 0px;
  text-align: left;
}
.hrmargnbtm {
  margin: 30px auto 30px auto;
  width: 80%;
  color: #3B3B3B;
}

.iconAnna{
	  background-image: url("./image/news.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;
}

.iconHouseCall{
	  background-image: url("./image/housecall.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;
}
.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; 
	 background-size: contain; 
	display: inline-block;
	width: 15px;
}
.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: 15px;
}


.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;
}

.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;
}
.iconNews{
		  background-image: url("./image/news.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;
}


.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: 15px;
}

.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: 15px;
}


.iconSite{
		  background-image: url("./image/sitepolicy.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;
}


.textS {
	font-size:14px;
	color: #5c5c5c;
}
.textSlong {
	font-size:14px;
	line-height: 24px;
	color: #5c5c5c;
}
.textM {
	.textS {
	font-size:18px;
		line-height: 22px;
	color: #949494;
}
}

/* ラジオボタンの非選択状態 */
.custom-radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

/* ラジオボタンの選択状態 */
.custom-radio:checked {
  background-color: #000;
}

/* 選択時のチェックマーク */
.custom-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}

.qforRes{
	width: 90%;
	text-align: left;
	margin: 20px;
}

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

.formWidth90{
		width: 90%;
	line-height: 30px;
	font-size: 24px;
}
.formNext{

	margin: 20px auto;
	font-size: 24px;
	line-height: 30px;
	background-color: #F2A02B;
	color: #FFF;
	border-radius: 5px;
	padding: 10px;
}

.mainZone{
	  background-color: #8CC32A;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
}

.step1{
background-image: url("image/step123_1.png");
  background-size: contain;
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 768/153; 
	display: inline-block;
	width: 80%;
	text-align: -99px;
	text-indent: -9999pt;
}
.step2{
background-image: url("image/step123_2.png");
  background-size: contain;
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 768/153; 
	display: inline-block;
	width: 80%;
	text-align: -99px;
	text-indent: -9999pt;
}

.step3{
background-image: url("image/step123_3.png");
  background-size: contain;
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 768/153; 
	display: inline-block;
	width: 80%;
	text-align: -99px;
	text-indent: -9999pt;
}

.alart{
	font-size: 28px;
	color: red;
	
	
	
}

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


/*カレンダー用*/
     .calendar {
      font-family: Arial, sans-serif;
      width: 300px;
    }
    .calendar table {
      width: 100%;
      border-collapse: collapse;
    }
    .calendar th,
    .calendar td {
      text-align: center;
      padding: 5px;
      border: 1px solid #ccc;
    }
    .calendar th {
      background-color: #f0f0f0;
    }
    .calendar td {
      cursor: pointer;
    }
    .calendar td.today {
      font-weight: bold;
    }
    .calendar td.disabled {
      color: #ccc;
      cursor: default;
    }
  .ui-datepicker-calendar .ui-datepicker-saturday {
    color: blue;
  }

  .ui-datepicker-calendar .ui-datepicker-sunday {
	  color: red;}

.cross {
  position: relative;
}

.cross::before {
  content: "×";
  position: absolute;
  top: -10px;
  left: 0;
  color: red;
  font-weight: bold;
}

.textBlue{
	color: aquamarine;
}
.textRed{
		color:#FFB2B3;
}

.tyuushaku1{
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: red;
	font-weight: bold;
}


.tyuushaku2{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: red;
}


.sendConfirm{
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color:#2224A3;
	font-weight: bold;
	margin: 30px auto;
}


.selectTime{
	font-size: 24px;
	line-height: 32px;
	padding: 5px 10px;
}

.selectDate{
		font-size: 24px;
	line-height: 32px;
}
.fixbtn a{
	position: absolute;
	right:5px;
	bottom:5px;
	font-size: 12px;
}

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

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

.sendConfirm2 {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color:#FF4447;
	margin: 30px auto;
}

.reserveZone{
	display: flex;
	width: 82%;
	margin: 5px auto 5px auto;
}



.webRes{
	margin:5px;
	width: 50%;
	text-align: -99px;
	text-indent: -9999pt;
}
.webRes a{
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_reservation.png");
	  background-size: contain;
  background-repeat: no-repeat;
}

.webResMb a{
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_reservation.png");
	  background-size: contain;
  background-repeat: no-repeat;
}


.lineRes{
	margin:5px;
	width: 50%;
	text-align: -99px;
	text-indent: -9999pt;
}
.lineRes a{
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_line.png");
	  background-size: contain;
  background-repeat: no-repeat;

}
.lineResMb a{
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_line.png");
	  background-size: contain;
  background-repeat: no-repeat;

}
.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: 15px;
	text-align: left;
	margin: 20px auto;
	width: 80%;
}



.whiteBack {
	background-color: #FFF;
	border-radius: 15px;
	padding: 10px;
	width: 90%;
	margin: 10px auto;
}
.lineZone {
  background-color: #8CC32A;
  width: 80%;
max-width: 1100px;
	margin: 20px auto;
  padding: 20px 0px;
  text-align: center;
	opacity: 1;
	z-index: 999;
}

    .copy-button {
      padding: 5px 10px;
      background-color: #4CAF50;
      color: white;
      border: none;
      cursor: pointer;
    }


.examcord1{
	width: 80%;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	margin: 10px auto;
}

.examcord2{
	width: 80%;
	font-size: 9px;
	line-height: 20px;
	text-align: left;
		margin: 10px auto;
}

.textareaCopy{
	width: 80%;
	
	
}






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

.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;
}



.btnPc{
	  display: none !important;
		
}
.sliderZone{
	  display: none !important;
		
}



.mapBuilding{
		  display: none !important;
}



.webResPc{
	width:100%;
	position: relative;
	height: 220px;
}

.lineResPc{
	  display: none !important;
}


.newsExplain{
	width: 80%;
	margin: 15px auto;
	font-size: 14px;
	line-height: 16px;
}



.pcHeader{
		  display: none !important;
}




.topBox {

	padding: 5%;
	color:#FFF;
	text-align: center;
	background-color: #5AAD05;
	display: block;border-radius: 10px;
    margin: 3%;  box-sizing: border-box;
}

.containerTop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
	margin:20px 0px 0px 0px;
}
.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;
}
.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;
}
.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;
}

.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;
}


.topSl{
	 display: none !important;
	
}


/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8); /* rgbaで透明度を指定 */
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.sp-nav ul{
	    display: block;
    padding-inline-start: 10px;
}
.sp-nav li{
	text-decoration: none;
	line-height: 32px;
	background-color: #83B032;
	margin: 5px;
	color: #FFF;
	  list-style: none;
	padding:10px;
		opacity: 1;
}
.sp-nav li a{
	text-decoration: none;
	line-height: 32px;
	color: #FFF;
}




/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.stli{
	font-size: 12px
}
.nowTimeMargin{
	width:80%;
	margin: 0 auto;
}
.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: 90%;
	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: 90%;
	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:16px;
	line-height: 26px;
	width: 85%;
	text-align: left;
	margin: 10px 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;
}

.bgInText2{
background-image: url("./image/inText2.png");
  background-size: contain; 
  background-repeat: no-repeat;
   aspect-ratio: 448/112; 
	 background-size: contain; 
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 10px 0;
	text-indent: -9999pt;
    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.5;
}

.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.5;
}



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

.checkListTitle{
	background-color: #8CC32A;
	line-height: 30px;
	font-size:24px;
	color: #FFF;
	padding: 5px;
	margin: 5px;
}

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




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



.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: 26px;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 20px 0px;
	text-indent:-1em;
}






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


.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{
	width: 100%;
	position: relative;
	background-image: url("./image/bg_check.png");
  background-size: contain; 
  background-repeat: no-repeat;
	justify-content: center;
  align-items: center;
   aspect-ratio: 322/112; 
	 background-size: contain; 
	display: inline-block;
	position: relative;
	margin-top: 20px;
}


.webResPcCheck a{
		width: 200px;
	top:15px;left: 0px;
		position: absolute;
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_reservation.png");
	  background-size: contain;
  background-repeat: no-repeat;
	text-indent: -9999pt;
}
.lineResPcCheck a{
		width: 200px;
	top:100px;left: 0px;
		position: absolute;
		display: block;
		   aspect-ratio: 380/140; 
		background-image: url("image/btn_line.png");
	  background-size: contain;
  background-repeat: no-repeat;	text-indent: -9999pt;
}


.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: 40px;
	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(2, 1fr);
  gap: 10px;
}



.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: 11%;	
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: 90%;
    	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;
}