@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family:   YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';/*"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"*/; 
  overflow-x: hidden;
  box-sizing : border-box;
}
a.no-color-change {
  color: #A07A59;
}

/* header */
#header {
  width: 100%;
  height: 100vh;
  align-items: center;
  top: 1px;
	z-index: 10;
	position: absolute;
}

#wrappe {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
	overflow:hidden;
}
#wrappe .logoid  {
                  width: 300px;
                  height: auto;
                  padding: 0 410px 0 0;
                 }
        .telid   { 
			      width: 250px;
			      height: auto;
			      margin: 0 0 0 7%; }
.logote { display: none; }
.imgbo{
      border-radius: 10%;
    }
.imgbo001{
      border-radius: 10%;
    }
.ago2 {
	margin-bottom:  -60px;
}
.ago3 {
	margin-bottom:  30px;
}

/* nav */
#headernav {
	width: 100%;
	height: auto;
	margin-top: -8px;
	margin-bottom:   -100px;
	box-sizing : border-box;
}
.reason { padding:  0 0 0 11%;
	      text-align: center;
	      font-size: 14px; 
	      font-family: 'Caveat', cursive;
}

.textcolor01 { color: #cf81ec; }
.textcolor02 { color: #f67a90; }
.textcolor03 { color: #f678a4; }
.textcolor04 { color: #f49249; }
.textcolor05 { color: #bfd123; }
.textcolor06 { color: #64bdef; }
.textcolor07 { color: #e0bb0f; }
.textcolor08 { color: #faa93b; }


.g { color: #0BCD1C; }
.o { color: #FF7B24; }
.q { color: #35C3E7; }
.v { color: #6704CC; }
.r { color: #E00207; }
.y { color: #F7E240; }
.p { color: #FCA3AC; }
.b { color: #2A00DD; }
.cy { color: #986e49; }
.bu { color: #A07A59; }
.chu { color: #6F4E37; }
.font_color{ color: #3CB371;     /* 文字色指定 */}
.mistyrose { color: #E3A6A1; }
.babyblue { color: #A2C2D0; }
.cashmerepink { color: #EBC3C3; }
.mintgreen { color: #C3D5C7; }
.honeyyellow { color: #E1C797; }
.pennotice0 { margin: 0 auto; }

.not-list1, .not-list2, .not-list3, .not-list4 {
	width: 100%;
	margin-left: 75% ;
    padding: 0;
	position: absolute; 
	top: 0; 
}

ul {
  padding: 0;
  list-style: none;
}
.list {
  height: 140px;
  list-style: none;
  display: flex;
  justify-content: center;
  background: url("../img/wav.svg"); /*波のような背景*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top:-1px;
  padding-right:  130px;
   }
.list02 {
  height: 140px;
  list-style: none;
  display: flex;
  justify-content: center;
  /*background: url("../img/wave.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	margin-top:1px;
   }

.navim {
	background: url("../img/navimg.png");
	background-repeat: no-repeat;
	background-position: 99% 1%;
}
.angel {
	width: auto;
	margin: 70px 0 0 -220px;
    position:relative;
}
.link {
  position: relative;
  display: flex;
  align-items: center;
  color : #6F4E37;
　font-weight: 600;
  padding: 5px 25px 0 10px;
  transition: color .4s;
}
.helloimg  {
	width: 220px;
	height: auto;
	margin: 0 auto;
	padding:180px 270px;
    position: absolute;
}

.tagulink  {
	  color : #6F4E37;
}
.link:hover,
.link:focus-within {
  color: #A07A59;
}
.link::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 4px;
  background: #FFDBE2;
  transition: 0.3s;
}
a:hover::before{
  left: 0;
  width: 100%;
}

.hp1mo {
	font-size:  20px;
	text-align:left; 
	letter-spacing: 2px;
	font-weight:bold;
    color: #FFFFFF;
    background: #fb9039;/*背景色*/
    padding: 12px;/*文字まわり（上下左右）の余白*/
	z-index: 10;
}
.hp1mo br { display: none; }	


.link-hover::after {
  content: '▼';
  font-size: 10px;
}
.dropDown {
	width: 250%;
	height: auto;
	text-align-last: center;
  position: absolute;
  bottom: 0;
  display: none;
  padding: 18px 3px;
  box-shadow: 0px 3px 8px -2px #777;
  border-radius: 20px;
  transform: translate(0, 100%);
}
.finnav { display: none; }

.opan {
	 animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.linkmo {
		color: #6F4E37;
		font-size: clamp(12px, 1.25vw, 16px);
		padding: 3px 25px 0 10px;
	    font-weight:  500;
	}

.header__inner {
	display: none;
}

.toppad {
	 margin-top:  -16%;
	 margin-bottom: 20%;
}

.imgfree {
	width: 49%;
	height: auto;
	margin:  0 0 0 8px;
}
.imgfree_01, .imgfree_02 {
	width: 40%;
	height: auto;
	margin:  0 0 0 50px;
    padding: 0;
}
.about2 {
	width:70%;
    height: 350px;
    padding: 60px 0;
	margin: 0 auto;
	}	
.about2_1 {
	float: left;
	width:30%;
	margin: 30px auto;
	}	
.about2_2 {
	float: right;
	width: 60%;
	height: auto;
    padding: 2px;
	margin: 0 auto;
	}	
.about2_img {
	width: 33%;
	height: auto;
	padding: 1px;
	}	

.imgfree2 {
	width: 50%;
	height: auto;
}
.imgfree3 {
	width: 100%;
	height: auto;
	margin: 140px auto 60px 20%;
}
.imgpar01 {
	width: 50%;
	height: auto;
	margin-top: 2px;
	margin-bottom: 50px;
}

.imgfree5 {
	width: 49%;
	height: auto;
	margin:  0 0 0 8px;
}
.imgfree6 {
	width: 100%;
	height: auto;
}
.hhppomg {
	width: 100%;
	height: auto;
}

.imgmater {
	width: 49%;
	height: auto;
	margin:  0 0 0 3px;
}
.materimag{
	width: 70%;
		height: auto;
	margin: 0 0 0 15%;
}
.materimag_01 {
	width: 90%;
	height: auto;
	margin: 0 0 0 2%;
}

.topind {
	display: none;
}
.topind2 {
	width: 100%;
	padding: 0;
	margin: 60px auto 0 auto;
    display:flex;
    justify-content: center;
}

.topindex0 {
    padding: 30px 0;
	margin: 0;
}
 .maintop br {
    display: none;
  }

.imgintro_soto {
	width: 100%;
	height: auto;
}

.imgshadow {
        filter: drop-shadow(3px 3px 3px rgba(160, 160, 160, 0.6));
}
.focus { 
	margin: 6px;
	border: 0px solid #fceffc;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
  
.focus:hover {
  border: 2px solid #FF7B24;
  border-radius: 50%;
}

.inmatos { margin: 0 0 0 12%; }

/* チェックボックス01 */
.checkbox-2 {
    border: none;
}

.checkbox-2 label {
    display: flex;
    align-items: center;
    gap: 1.5em;
    position: relative;
    margin-bottom: .5em;
    cursor: pointer;
}

.checkbox-2 label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #d6dde3;
	background-color: white;
    content: '';
}

.checkbox-2 label:has(:checked)::after {
    position: absolute;
    top: 5px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #ed7a9c;
    border-width: 0 3px 3px 0;
    content: '';
}

.checkbox-2 input {
    display: none;
}

.check { display: none;  }	

.heading-20 {
    padding: .5em .7em;
    background-image: repeating-linear-gradient(-45deg, #FFF0E0, #FFF0E0 3px, #FFD1C6 3px, #FFEFEB 7px);
}
.imgcenter {
	 margin: auto;
     display: block; 
}
.imgkeap {
	width: 50%;
	height: auto;
	padding: 20px;
}
.right {
    float: right;
	margin: 1px;
   }
.imgkeap_01 {
	width: 50%;
	height: auto;
	padding: 8px 0;
	float: right;
}
.imgfre01 {
	width: 70%;
	height: auto;
	margin:  30px auto 0;
}
.imgfre011 {
	width: 50%;
	height: auto;
	margin:  30px auto 0;
}

.checkboxItem {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  line-height: 1;
  color: #714000;
  cursor: pointer;
}

.checkboxItem:not(:last-of-type) {
  margin-bottom: 15px;
}

.checkbox {
  appearance: none;
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.checkbox:checked {
  background-color: transparent;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 20px;
  height: 9px;
  border-bottom: 3px solid #ff9800;
  border-left: 3px solid #ff9800;
  transform: rotate(-45deg);
} 

.highlight {
  background-image: linear-gradient(0deg, #fbbf248c 0.5em, transparent 0.5em);
}

.fot_01 { font-size:  22px; letter-spacing: 2px; }	

h20 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}

h20:before,
h20:after {
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #eb6100;
}

h20:before {
  left: 0;
  content: '>>';
}

h20:after {
  right: 0;
  content: '<<';
}
.boo {
  padding: 0.2rem 1rem;
  border-left: 12px solid #ffca9f;
}

.fir {  background-color: #F0E6FC;
	    border: 2px solid #6704CC;
	transition: 0.5s;
}
.pre {  background-color: #FFDBE2;
	    border: 2px solid #E00207;
}
.not{  background-color: #FFF3F6;
	    border: 2px solid #FCA3AC;
}
.link:hover > .dropDown,
.link:focus-within > .dropDown {
  display: block;
}
.dropDown__list {
	  list-style: none;
  flex-direction: column;
  gap: 10px;
	padding: 12px;
}
.dropDown__link {
  color: #6F4E37;
  padding: 0px;
  transition: color 0.3s;
}
.dropDown__link:hover,
.dropDown__link:focus {
  color: #A07A59;
  transition: color 0.3s;
}
.dropDown__item:hover {
  background:  rgb(255 255 255 / .8);
  border-radius: 10px; 	
  transition: 0.2s;
	padding: 14px 0;
} 

.container {
    width: 100%;
    height: 100vh;
    background-color: #fff;
	margin: 0; /* 余白を0に設定 */
    padding: 0; /* 内側の余白を0に設定 */
}
.slider-area {
    position: relative;
    width: 100vw;
    height: 115vh;
	top: 0;
	/*max-width: 100vw;  親要素の最大幅を指定 
    margin-right: auto;
    margin-left: auto;*/
	margin: 0; /* 余白を0に設定 */
    padding: 0; /* 内側の余白を0に設定 */
}
.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 30s linear infinite 0s;
}
.slider-item:nth-child(2) {
    animation-delay: 5s;
}
.slider-item:nth-child(3) {
    animation-delay: 10s;
}
.slider-item:nth-child(4) {
    animation-delay: 15s;
}
.slider-item:nth-child(5) {
    animation-delay: 20s;
}
.slider-item:nth-child(6) {
    animation-delay: 25s;
}

.slider-item img {
    width: 100%;
    height: auto;
}

.img-01, .img-02, .img-03, .img-04, .img-05, .img-06 {
	width: 100%;
    height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img-01{
 background-image: url('../img/cover/mv-p.png');
}
.img-02{
 background-image: url('../img/mv-photo1.webp');
}
.img-03{
 background-image: url('../img/mv-photo1q.webp');
}
.img-04{
 background-image: url('../img/mv-photo2.webp');
}
.img-05{
 background-image: url('../img/mv-photo2q.webp');
}
.img-06{
 background-image: url('../img/mv-photo3q.webp');
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    2% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    18% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    40%,
    100% {
        opacity: 0;
    }
}
.slider {
  width: 100%;
   /*margin-top:  1px;画像のナビからの高さ位置*/
  height: 100vh;
  /*margin-bottom: 20px;
  background-position: 0;*/
  margin: 0; /* 余白を0に設定 */
  padding: 0; /* 内側の余白を0に設定 */
}
.slider02 { 
  height: 60vh;
  margin:  20px 0 0 0; /*画像のナビからの高さ位置*/
  padding: 0; /* 内側の余白を0に設定 */
}

/*トップ画像設定その他*/
.topbabackground {
	height: 160px;
	padding: 2% 0 20% 0;
}
.sliderintro {
  margin-top:  30px;
  background-image: url('../img/cover/intro.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderterms {
  margin-top:  5px;
  background-image: url('../img/cover/terms.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderstaff {
  margin-top:  5px;
  background-image: url('../img/cover/staff.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderabout {
  margin-top:  30px;
  background-image: url('../img/cover/about.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sliderprevention {
  margin-top:  30px;
  background-image: url('../img/cover/prevention.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slidermaternity {
  margin-top:  30px;
  background-image: url('../img/cover/maternity.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderfirst {
  margin-top:  5px;
  background-image: url('../img/cover/first.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.slider3hp {
  margin-top:  30px;
  background-image: url('../img/cover/program.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.slidernotice {
  margin-top:  30px;
  background-image: url('../img/cover/notice.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slidernabout {
  margin-top:  30px;
  background-image: url('../img/cover/notice.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



.sabu {
    width: 100%;
	height: auto;
}
.bigsabu{
	width: 100%;
	height: auto;
	margin: 0;
}
	
/*スライダー２*/
.css-carousel-slider2 {
    width: 100%;
	top : 60px;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider2 img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider2 .slide-wrap {
    width: 200%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider2 12s infinite;
    animation-delay: 8s;
}
.css-carousel-slider2 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main2 12s infinite;
    animation-delay: 8s;
}
.css-carousel-slider2 .slide {
    width: 100%;
}


/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider2 {
    0% { transform: translateX(0); }

    40% { transform: translateX(calc(1 / 2 * -100%)); }
    50% { transform: translateX(calc(1 / 2 * -100%)); }

    90% { transform: translateX(calc(2 / 2 * -100%)); }
    100% { transform: translateX(calc(2 / 2 * -100%)); }
}

@keyframes css-carousel-slider-main2 {
    0% { transform: translateX(100%); }
    50% { transform: translateX(100%); }
    90% { transform: translateX(0%);}
}

.Gradation_1 {
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 80px 0;
  background-image: radial-gradient(circle, rgba(145, 168, 255, 0.2), rgba(155, 220, 255, 0.2) 90%);
  background-size: 200% 200%;
  animation: Grad 25s ease infinite;
  align-items: center;
  justify-content: center;
  margin-top : -50px;
}
.Gradation_2 {
  background-image: radial-gradient(circle, rgba(145, 168, 255, 0.2), rgba(155, 220, 255, 0.2) 90%);
  animation: Grad 25s ease infinite;
}

.Ab_1 {
    background-image:
			radial-gradient(1000px 980px , rgba(123,222,217, 0.1) 20%, transparent 20%),
			radial-gradient(700px 730px , rgba(123,222,217, 0.2) 20%, transparent 20%);
	background-size: 100% auto,;
    animation: Grad 2.3s linear infinite;
    animation-delay: 0.5s;
}
.Ab_2 {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    color: rgba(123,222,217, 0.1) !important;
}
.Ab_3 {
    background-image:
			radial-gradient(750px 750px , rgba(123,222,217, 0.1) 20%, transparent 20%);
		/*background-size: 
			1030px 980px;
		background-position: 
			50px 410px;
		animation: Grad 25s ease infinite;*/
}
.Ab_4 {
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
    color: rgba(123,222,217, 0.1) !important;
}

.Ab_5 {
	  background-image: linear-gradient(360deg, rgba(230, 247, 255, 1), rgba(186, 248, 225, 0.3));
}
.Ab_6 {
	  background-color:  rgba(255,255,255, 0.6);
}
.Ab_7 {
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px);
    color: rgba(255,255,255, 0.9) !important;
}
.Ab_8 {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    color: rgba(246,207,211, 0.5) !important;
}
.Ab_9 {
	  background-image: linear-gradient(359deg, #ffffff, #baf8e166 50%,#dbfff152 );
}

@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/*キッズエンジョイデンタル*/

.dentalmozi{
	width: 400px;
	height: auto;
	padding: 50px 0 60PX 82%;
  font-size: clamp(14px, 1.28vw, 18px);
  line-height:24px;
  letter-spacing: 4px;
	float: right;
}

.dentalmozi01 {
	margin-top: -7%;
    font-size: clamp(14px, 1.28vw, 18px);
    line-height:24px;
    letter-spacing: 4px;
	float: left;
}

.flex_01 {
    display: flex;/*コレ*/
    padding: 0 5% 8% 12%;
    justify-content: center;/*コレ*/
    align-items: center;/*コレ*/
}
.flex_01 div{
    width: 50%;
    margin: 0;
    padding: 10px;
}
.flex_01img{
	background-repeat: no-repeat;
}


.dental {
	width: 100%;
	height: auto;
    padding: 20px 10px;
	margin: 20px 0 80px 0;
	/*background:  linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 235, 217));*/
}

.topdental {
	width: 80%;
	height: auto;
	padding: 6px 2px;
	margin: 6px auto;
}
.takameasures {
	width: 450px;
	padding: 2px;
	margin: 　10px 10% 10px auto;
}
h1 {
	font-size:  22px;
	padding: 2px;
	text-align:center; 
	letter-spacing: 4px;
	font-family: Gilbert Color Bold;

}

h1:before {
    content: url("../img/..."); 
	position: absolute;
    margin:  -30px 0 0 -120px;  /*画像の余白*/
}

h2 {
	font-size:  18px;
	font-weight:bold;
	padding: 0 0 10px 2px;
	text-align: center; 
	color: #A07A59;
	letter-spacing: 1px;
}
.indextop_00 {
  font-size:  17px;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 0.25em;
  line-height: 1.5em;
  padding-bottom: 26px;
  font-weight: 500;
  display: inline-block;
}

.intro, .introtop {
  font-size:  17px;
  font-weight:bold;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-bottom: 50px;
}
.intro2 {
  font-size:  17px;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 0.25em;
  line-height: 1.5em;
  padding-bottom: 26px;
}

#profile {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10%;
	margin-bottom: 12%;
}

#profile .denl {
	width: 64%;
	padding: 0 auto;
	margin: 20px auto;
}
#profile .img {
	width: 20%;
}
.hero {
	height: 63vh;
	margin-top: 10%;
}

.wrap_01 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  width: 100%;
  height : 300px;
  margin: 0 auto;
}
.content {
  display: flex;
  justify-content: right;
	margin: 150px 0;
}

.content01 {
  padding:  0 10px;
  margin: -2% auto -8% auto;
  width: 60%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dentalimg {
	width: 50%;
	height: auto;
	padding: 8px;
	margin: 0 0 0 15%;
  display:flex;
  align-items: center;
  justify-content: center;
}
.dentalimg2 {
	width: 30%;
	height: 800px;
	padding: 6px;
	margin: -30% 0 0 50%;
   display: block;
	display: flex;
  align-items: center;
}

.dentalimgma {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

.parent{
  position:relative;
  width:300px;
  height:300px;
  margin: -15% 2px;
  background-image:url("../img/top300.png");
}

.children1{
  position:absolute;
  top:230px;
  left:-10px;
  width:200px;
  height:200px;
  background-image:url("../img/top200.png");
}

.children2{
  position:absolute;
  top:170px; 
  left:210px;
  width:180px;
  height:180px;
  background-image:url("../img/top150.png");
}
.mam {
	width: 100%;
	height: auto;
	margin:  -10px 0 0 0;
	padding: 30px 0 30px 0;
	float: left;
	background: #fff5f3;
}

.titlemama {
	width: 400px;
	margin: 10px;
}
.mam01{
    position: relative;
    margin: -110px 0 0 -65px;
}

h3 {
	font-size:  22px;
	padding: 0 20px;
	margin: 0;
	text-align:left; 
	color: #A07A59;
	letter-spacing: 1px;
}
h30 {
	font-size:  22px;
	padding: 0;
	margin: 0;
	text-align: center; 
	color: #FFFFFF;
	letter-spacing: 2px;
}

.mammozi{
	width: 480px;
	height: auto;
	position: relative;
	margin: -110px 0 50px 460px;
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 16px 40px;
	font-weight: bold;
	color: #A07A59;
	background: #FFFFFF;
	border-bottom: 2px solid #A07A59;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn_01:hover {
	color: #e07483;
	background: #fef0db;
	border-bottom: 2px solid #ebb0c1;
	transform: translateY(3px);
}
.ago {
	margin-bottom: 20px;
}
.measures {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 450px;
	height: auto;
	margin:  0px auto 120px auto;
	padding: 30px 40px;
	font-weight: bold;
	color: #A07A59;
	background: #FFFFFF;
	border-bottom: 3px solid salmon;
	border-radius: 30px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.measuresti {
	font-size: 24px;
	color: salmon;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.measuresmo {
		letter-spacing: 0.05em;
        line-height: 1.2;
}
.colorpencil { box-shadow: 0px -6px 5px -5px  #FFC0CB inset,0px 8px 4px -8px  #FFC0CB; }

.child {
  margin: 80px 0 50px auto;
}
.child01 {
	color : #6C4A48;
	width: 400px;
    padding: 1px;
	margin: 0 auto 40px auto;
    text-align: center; 
}
.child01-img {margin-top:  -37px;}

.space, .spacetop {
	width: 70%; /*top2カラム*/
	height: auto;
	padding: 6px;
    margin: 0 auto;
  }
.space01 {
	width: 76%;
	height: auto;
	padding: 10px;
	margin: 0 50%;
}

.wrap, .wrap02 {
  diy:flex;
  flex-flow: column;
  height:auto;
  margin:0 0 1em;
	splaoverflow: hidden;
}

.content0 {
  width: 100%;
  background-image: repeating-linear-gradient(135deg, #f1fef9, #f1fef9 2px, #f5fbfe 2px, #ebf9ff 6px);/*linear-gradient(180deg, rgba(230, 247, 255, 1), rgba(186, 248, 225, 0.1));baf8e1*/
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 150px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.sasscode {
	background-size: auto auto;
    background-color: rgba(255, 226, 226, 0.6);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 243, 243, 0.6) 3px, rgba(255, 243, 243, 0.6) 6px );
}
.featurester {
	margin: 0;
	background-image:  linear-gradient(180deg, rgba(115, 248, 224, 0.1), rgba(150, 167, 241, 0.1));
}


.termswaku {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
}
.termsti {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.5em;
	padding: 5px;
}
.termsti01 {
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.5em;
	padding: 5px;
}
.termsmo {
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.termsmo_01 {
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-indent: -1.0em;
    padding-left: 1.5em;
}

.rule {
	width: 600px;
	height: auto;
	margin:  100px auto 0  auto;
}
.rule2, .rule3 {
	width: 600px;
	height: auto;
	margin:  100px auto 0  auto;
}


.rules {
	width: 800px;
	height: auto;
	text-align: center;
	margin:  50px auto 0  auto;
}
.ruless {
	width: 80%;
	height: auto;
	margin:  50px auto 0  auto;
}
.rulessimg {
	margin:  0 4% 0  auto;
}
.featuresdoc {
	width: 100%;
	height: auto;
	padding: 40px 0 100px 0;
	margin: 50px 0 20px 0;
}
.featuresback {
	background-image:  linear-gradient(180deg, rgba(115, 248, 224, 0.1), rgba(150, 167, 241, 0.1));
}
.featuresstaff, .featuresstaff2 {
	width: 100%;
	height: auto;
	padding: 0 0 100px 0;
	margin: 50px 0 20px 0;
}
.programback { background-image: linear-gradient(0deg, rgba(255, 234, 234, 0.1), rgba(255, 210, 181, 0.5) 50%, rgba(255, 235, 235, 0.2)); }

/* 手書きノート風 */
.box3-9 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 3em 2em 2em; /* 内側余白（上・左右・下） */
    position: relative;
    background: #f4f3f2; /* 背景色（ノート風の淡い色） */
}

.box3-9::before {
    content: '';
    position: absolute;
    inset: 0.5em 0 0 0; /* 上から0.5em、左右と下を0に */
    margin: 0 auto; /* 水平方向中央揃え */
    width: 95%; /* ドット線の横幅 */
    border-top: dotted 10px #fff; /* ドット線（太さ10px、白） */
}

/* 文字をスライドして表示するアニメーション定義 */
@keyframes slide {
  from {
    width: 0; /* 初期状態：文字幅を0に設定（非表示） */
  }
  to {
    width: 100%; /* 最終状態：文字幅を全体に設定（全表示） */
  }
}

/* スライドアニメーションを適用する要素のスタイル */
.element-3 {
  white-space: nowrap; /* 文字を改行せず一行で表示 */
  overflow: hidden; /* 要素からはみ出た部分を隠す */
  animation: slide 3s linear infinite; /* アニメーションを3秒間隔で無限に繰り返す */
}/* pタグの余白 */
.box3-9 p {
    margin: 0;
}


.no08 img{
	position:relative;
	top:0;
}
.no08 img:hover{
	top:10px;
	transition:0.3s;
}

main {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

main div.staffimg {
  /*（全体の幅 - gapでつけた余白の合計）をカラム数で割る */
  width: calc((100% - 20px) / 3);
}

.features {
	width: 100%;
	height: auto;
	margin: -60px 0 0 0;
	background-image: url("../img/parts2.png");
	background-size: cover;
	background-repeat: repeat-x;
}
.feat, .prgind {
	width: 100%;
	height: 700px;
	margin:  0 auto;
}
.mateind {
	width: 100%;
	height: 600px;
	margin:  0 auto;
}
.fisttop {
	width: 100%;
	height: auto;
	margin:  30px 0 80px 0;
	padding: 0;
}

.feat2 {
	width: 100%;
	height: 1600px;
	padding: auto 0;
	margin:  0;
}
.notind {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.feat3 {
	width: 100%;
	height: 1000px;
	margin:  0;
	padding: auto 0 ;
}
.feat4 {
	width: 100%;
	height: 400px;
	margin:  0;
	padding: 200px 0 ;
}

.feat1 {
	width: 100%;
	height: auto;
	margin:  0 auto;
}

.prefeat {
	width: 100%;
	height: auto;
	margin:  0 auto;
}
.stafeat {
	width: 100%;
	height: auto;
	margin:  0 auto;
}
.intfeat {
	width: 100%;
	height: auto;
	margin:  0 auto;
}

 .flex2{
      display:flex;
      margin-bottom: 50px;
    }
 .center{
      justify-content: center;
    }

.featwa {
	width: 100%;
	height: auto;
	background: #f9ffee;
	padding-bottom: 97px;
    border-radius: 180px 180px 0 0;
}

.featwa2, .featwa4 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 120px 0 0 0;
	margin:  30px 0 0 0;
    }

.featwa5 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 120px 0 0 0;
	margin:  0;
    }

.prevewa {
	width: 100%;
	height: 500px;
	background: #fff;
	margin:  0 0 -60px 0;
}

.about1 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 80px 0 0 0;
	margin:  60px 0;
    }

.featwa3 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 80px 0 0 0;
	margin-top:  -2450px;
    }

.firsttop, .firsttop3, .matewaku {
	width: 100%;
	height: 500px;
	background: #fff;
	margin:  0 auto;
}
 .firsttop3 {
	width: 100%;
	height: 500px;
	background: #fff;
	margin:  0 auto;
}
.firsttop2, .abouttop1, .firs1,  .firsttop2_0 {
	width: 100%;
	height: 3000px;
	background: #fff;
	margin:  0 auto;
}
.hellokidswaku {
	width: 100%;
	height: 250px;
	margin: 60px 0 0 0;
	padding: 0;
}
.hellokidswaku01 {
	width: 100%;
	height: auto;
	margin: 60px 0;
}
.hellokidswaku02 {
	width: 100%;
	height: auto;
	margin: 60px 0 80px 0;
}

.firstwaku, .prewaku {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 40px 10px;
}
.firstwaku_01 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 40px 10px;
}

.firstti {
	font-size: 22px;
	font-weight:bold;
	color: #3CB371;
	text-align: center;
    padding-bottom: 30px;
	letter-spacing: 0.1em;
	padding: 10px 0 10px 0;
}

.hello  {
	width: 100%;
	height: 3000px;
	background: #fff;
	margin:  0 auto;
}

.wave {
	margin-top:  20px;
	width: 100%;
    background:repeat-x bottom left / auto;
	background-image: url(../img/parts.png);
    height:100px;
    background-position: 0 0, 10% 10%;
}
.wavep, .wavep2 {
	font-size: 22px;
	font-weight:bold;
	color: #FF7B24;
	text-align: center;
	padding: 80px 0 0 1px;
}

.firsttiorange {
	font-size: 22px;
	font-weight:bold;
	color: #FF7B24;
	text-align: center;
    padding: 1rem 2rem;
    border-top: 3px dashed #FF7B24;
    border-bottom: 3px dashed #FF7B24;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	background-color: #FFFAF3;
}
h8,h9,h12 {
	font-size: 20px;
	font-weight:bold;
	color: #FF7B24;
}
h10 {
	font-size: 19px;
	font-weight:bold;
	color: #FF7B24;
}

.h8waku {
		text-align: center;
	    margin-top: 42px;
}
h8:before {
    content: url("../img/70x9901spare.png"); 
	position: absolute;
    margin:  -60px 0 0 -250px;  /*画像の余白*/
}
h9:before {
    content: url("../img/70x9902spare.png"); 
	position: absolute;
    margin:  -60px 0 0 -250px;  /*画像の余白*/
}
h10:before {
    content: url("../img/70x9903spare.png"); 
	position: absolute;
    margin:  -60px 0 0 -250px;  /*画像の余白*/
}
#cards {
  display: flex;
  justify-content: center;
}

.card {
  width: 300px;
  height: 240px;
}

.card:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

.picture img {
  width: 100%;
  height: 200px;
}

.box-018 {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0.8em calc(1.3em + 8px);
    border-top: 2px solid #FF7B24;
    border-bottom: 2px solid #FF7B24;
}
.box-018::before,
.box-018::after {
    position: absolute;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #FF7B24;
    content: '';
}
.box-018::before {
    left: 9px;
}
.box-018::after {
    right: 9px;
}

.border {
	padding: 32px 24px 0 24px;
    margin: 0;
}
.border2 {
	padding: 6px 24px;
    margin: 0;
}
.border3 {
	padding: 12px 24px 50px 24px;
    margin: 0;

}

.firsttitle {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin:  20px 60px;
}

.firstmo {
	font-size: 18px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.firstmo01 {
	padding : 20px 10px 10% 0;
}

.firstmo02 {
	padding : 20px 10px 80px 0;
}
.firstmo03 {
	padding : 20px 0 280px;
}
.firstmo04 {
	padding : 20px 0 320px;
}

.firsttipink {
	font-size: 22px;
	font-weight:bold;
	color: salmon;
	text-align: center;
    padding: 1rem 2rem;
    border-top: 3px dashed salmon;
    border-bottom: 3px dashed salmon;
	letter-spacing: 0.1em;
}
.firstmoko, .firstmoko2{
	font-size: 20px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #7b4e27;
}
.kiack {
	width: 40%;
	height: auto;
}
.cp_hr03 {
	border-bottom: 2px dotted #3CB371;
}
.ha {
    border-radius: 50%;
}
.float01 {
	width: 45%;
	height: auto;
    float: right;
	padding:10px;
    margin: 0  0 10px 0;
}

.float {
	width: 100%;
	height: auto;
    float: right;
	padding:10px;
    margin: 0  0 10px 0;
}
figure {
  float: right;
  margin: 0 15px 15px 0;
}	
.float_none {
  clear: both;
}
figure {
  float: right;
  margin: 0 5px 5px 0;
  width: 30%;
}
.tokumo {
	font-size: 29px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
.tokumos {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.inmos {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.07em;
}

.tokumoscen, .tokumoscen2 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.notimo {
	font-size: 21px;
	font-weight:bold;
}

.coltop_0 {
    width:640px;
    column-count : 2;
    column-gap: 4em;
    column-width:auto;	
    margin:  50px auto;
}
.coltop {
  column-count: 2;   /*top２カラム指定*/
}
.indextopimg {
	width: 80px;
	height: auto;
}
.indextopimg2 {
	width: 70px;
	height: auto;
}

.indextopss {
		display: none;
	}


.firstmo001 {
	width: 100%;
	height: 200px;
	margin: 10px auto 10px auto;
	padding : 10px ;
}
.firstha {
    float: left;
    margin: 20px;
}

.float02 {
    float: left;
    margin: 20px;
}
.float03 {
	padding: 0 1px 0 6px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.4px;
	line-height: 1.9em ;
	width:fit-content;
}

.float03_1 {
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 1.6em ;
    text-indent: -1em;
    padding-left: 1em;
	margin-left: 4px;
}
.nitymo {
  font-weight: 550;
}

.float03_03 {
	padding: 12px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2.0em ;
}

.imgpoyon {
	width: 10%;
	height: auto;
	padding-top: 30px;
}

.topindlogpimg {
	width: 400px;
	height: auto;
}

.imin_1 {
	width: 100%; /*top2カラム画像サイズ*/
	height: auto;
    margin: 0 auto 12% 2%;
}
.imin_2 {
	width: 100%;
	height: auto;
    margin: 0 auto 12% -6%;
}
.imin_3 {
	width: 100%;
	height: auto;
    margin: 0 auto 12% 1%;
}

.par {
    text-align: center;  
    padding:  30px auto;  
	margin-bottom: 10%;

}
.par1 {
    text-align: left;  
    padding:  0 auto;  
	margin: 2% 0;
}

.par2 {
	width: 70%;
    padding:  0 20% 0 10%; 
	margin-right: auto;
}
.par3 {
    width: 80%;
    text-align: center;
    margin: -70px 15%;
}
.par4 {
	width: 70%;
    text-align: center;  
    padding:  15px 20% 0 45px;  
}
.par5 {
    width: 85%;
    text-align: center;
    margin: -100px 10px 0 17%;
}

ul {
    display: flex;
    justify-content: center;
  }

  li {
    list-style: none;
  }

  li:nth-child(2) {
    margin: 0 10px;
  }

.flowmo {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #A07A59;
}

.triangle-bottom{
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #feb64a transparent transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
}

.mamamozi {
	display: inline-block; /*top2カラム文字*/
	width: 100%;     
    height:  auto;
	padding: 2px;
}

.companymozi {
	display: inline-block; /*top2カラム文字*/
	width: 80%;     
    height:  auto;
	padding: 0 10px 20px;
	margin: 0 auto;
}

.companyr {
	display: inline-block; /*top2カラム画像右*/
	width: 380px;     
    height:  auto;
	padding: 0 auto;
	margin:  0 0 0 -15%; 
}
.companyl {
	display: inline-block; /*top2カラム画像左*/
	width: 380px;     
    height:  auto;
	padding: 0 auto;
	margin:  0 0 0 45%; 
}

.company01 {
	display: inline-block;      
    height:  auto;             
    width: 400px;
	padding: 2px;
	margin: 0 5% 10px 10%; 
	text-align:  center; 
}
.company_01 {
	  display: block;
    /*コレ*/margin-left: auto;
}
.position02 {
	padding : 0 0 50px 10%;
	margin: -400px 0 140px 50%;
	}

h4 {
	font-size:  20px;
	text-align:left; 
	color: #A07A59;
	letter-spacing: 2px;
    z-index: 1;
}
.prevmo {
	font-size:  20px;
	padding: 11px;
	text-align:left; 
	font-weight:bold;
	color: #fff;
}

.features1 {
	margin-top: 60px;
	width: 100%;
	height: auto;
}

.features2 {
	width: 100%;
	height: auto;
	margin:-50px 0;
	/*background-image: url("../img/bak01.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	animation: move 10s infinite both;*/
}

.features3 {
	width: 100%;
	height: auto;
	margin:-50px 0;
}

.features4 {
	width: 100%;
	height: auto;
	background-image: url("../img/parts3.png");
    background-size: 50%;
    background-repeat: no-repeat;
	/*width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	margin: 325px 0;
	background-image:  linear-gradient(#fff5f3 4px, transparent 4px), linear-gradient(90deg, #fff5f3 4px, transparent 4px), linear-gradient(#fff5f3 2px, transparent 2px), linear-gradient(90deg, #fff5f3 2px, #fdf9f8 2px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -4px -4px, -4px -4px, -2px -2px, -2px -2px;*/
}

.childcare01 {
	background-image: url("../img/par01.webp");
    background-position: 52% bottom;
    background-repeat: no-repeat;
}
.childcare02 {
	background-image: url("../img/par02.webp");
    background-position: 98% top;
    background-repeat: no-repeat;
}
.childcare03 {
	background-image: url("../img/400x40.png");
    background-position: 15% center;
    background-repeat: no-repeat;
	/*animation: move 12s infinite both;*/
}
h5,h6 { 
	font-size:  18px;
	padding: 6px;
	text-align: center; 
	color: #A07A59;
	letter-spacing: 2px;
    }
h7 {
    font-size: 20px;
	font-weight: bold;
    display: block;
    text-align: center;
    color: #70553E;
	margin-top: -10px;
	letter-spacing: 0.5em;
}
.staffintro, .notspace04, .aboutintro, .aboutintro1, .aboutintro2, .aboutintro3, .introinde2, .mateintro, .staffintro3 {
	   width: 750px;
	   height: auto;
	   margin:  10px auto -10px  auto;
}

.staffintro2 {
	   width: 750px;
	   height: auto;
	   margin:  10px auto -10px  auto;
}

.progtop {
	   width: 750px;
	   height: auto;
	   margin:  0;
}
.introinde {
	   width: 750px;
	   height: auto;
	   margin:  10px auto -10px  auto;
}
.noticeintro {
	   width: 750px;
	   height: auto;
	   margin:  1px auto -10px  auto;
	   padding: 60px 0;
}
.noticeintro1 {
	   width: 750px;
	   height: auto;
	   padding: 60px 0;
	   margin:  0 auto;
}
.firstintro {
	   width: 25%;
	   height: 140px;
	   padding:  20px 40px;
	   margin: 0 auto 0 40px;
	   float: left;
       text-align: center;
	  background-color: #FFFFFF; 
}
.contents{
 overflow: hidden;}

.staffmo, .botmarumo {
  font-size:  15px;
  text-align: left; 
  letter-spacing: 0.4em;
  line-height: 1.6em;
}
.staffmo00 {
  font-size:  16px;
  text-align: center; 
  color: #A07A59;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

.staffmo_01 {
  font-size:  16px;
  text-align: center; 
  color: #A07A59;
  letter-spacing: 0.14em;
  line-height: 1.6em;
}
.img-sta {
   text-align:center;
}
.stabox{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: white;
    border-top: solid 5px rgba(208, 159, 116,0.32);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.stabox p {
    margin: 0; 
    padding: 0;
}
/*お知らせぺージ*/
.notspace {
	width: 100%;
	height: 400px;
	margin :  0;
}
.notind_1 {
	width: 100%;
	height: 400px;
	margin : -15px 0 0 0;
}
.notind_2 {
	width: 100%;
	height: 400px;
	margin : 200px 0 0 0;
}
.notind_3 {
		width: 100%;
		height: 900px;
		margin:  350px 0 150px 0;
		padding: 0;
	}

.notspace01 {
	width: 100%;
	height: 660px;
	margin : 0;
}
.notspace02 {
	width: 100%;
	height: 700px;
	margin :  0;
	padding:  0;
}
.notspace03 {
	width: 100%;
	height: 800px;
	margin : -20px 0 -40px 0;
}

.noti03 {
	width: 100%;
	height: 850px;
	padding:  20px;
	background-image: repeating-linear-gradient(135deg, #f1fef9, #f1fef9 2px, #f5fbfe 2px, #ebf9ff 6px);/*linear-gradient(180deg, rgba(230, 247, 255, 1), rgba(186, 248, 225, 0.1));baf8e1;*/

}
.noticetop {
	   width: 50%;
	   height: auto;
	   padding: 0 20px;
	   margin:  0 auto;
}
.imgnoti {
	width: 250px;
	height: auto;
	margin: 60px 5% 0 0;
}
.imgnoti2 {
	width: 280px;
	height: auto;
	margin: -100px 40% 0 0;
}

.imgnoti3 {
	width: 280px;
	height: 280px;
	margin:  220px -6px 0 0;
}
.imgnoti4 {
	width: 240px;
	height: 240px;
	margin:  -160px 50% 0 0;
}

.imgnoti5 {
	width: 280px;
	height: 280px;
	margin: -320px 0 0 40%;
}
.imgnoti6 {
	width: 280px;
	height: 280px;
	margin:  -80px 60% 0 0;
}
.imgnoti7 {
	width: 280px;
	height: 280px;
	margin: -60px 0 0 60%;
}
.imgnoti8 {
	width: 280px;
	height: 280px;
	margin:  10px 30% 0 0;
}
.imgnoti9 {
	width: 280px;
	height: 280px;
	margin: -390px 0 0 60%;
}

.firstindex, .firstindex2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.featuresinst {
	width: 100%;
	height: auto;
	padding: 100px 0 100px 0;
	margin: 50px 0 30px;
	background: #fffcf5;
	text-align: center;
}

.featfirs {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

a.no-color-insta {
  color: #A07A59;
}
.bbs{
  align-items: center;
  color:  rgba(252, 239, 252, 0.5);
  display: flex;
  height: 60px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin: 50px 0;
  z-index: 1;
}
.bbs ul {
	font-size: 60px;
  /*animation: flowing 120s linear infinite;
  transform:translateX(100%);*/
  margin: 0;
  padding: 0;
}
/* .bbs ul li{
 display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}*/

h5:before {
    content: url("../img/ints01.png"); 
	position: absolute;
    margin:  -56px 0 0 -130px;  /*画像の余白*/
}
h6:before {
    content: url("../img/ints03.png"); 
	position: absolute;
    margin:  -56px 0 0 -130px;  /*画像の余白*/
}
h11 {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.5;/*行高*/
  vertical-align: middle;
  border-radius: 25px 0 0 25px;/*左側の角を丸く*/
}

h11:before {
  content: '●';
  color: white;
  margin-right: 18px;
}

.hp0mo {
  color: #505050;/*文字色*/
  background: #dbebf8;/*背景色*/
}

.ribbon {
  width: 100%;
  background: #ffcc99;
  box-sizing: border-box;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  padding: 6px 0;
	margin: 20px 0;
  position: relative;
  text-align: left;
	
}
.ribbon p {
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
 letter-spacing: 2px;
 font-weight:bold;

	}
.ribbon::after {
  content: '';
  height: 0px;
  position: absolute;
  width: 0px;
}
.ribbon::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 22px 16px 22px 0px;
  right: 0;
  top: 0;
}	
.ribbonss {display: none;}	

.ribbon5 {
  position: relative;
  box-sizing: border-box;
}
.ribbon5:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon5:after {
  top: 0;
  right: 0;
  border-width: 23px 18px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 120px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f67a90;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon2 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 120px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #64bdef;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon3 {
  display: inline-block;
  position: relative;
	margin: 0 0 0 -42px;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 120px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f49249;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon7 {
  display: inline-block;
  position: relative;
  margin: 0 0 0 -42px;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  padding: 0 120px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #bfd123;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon6 {
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 120px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #cf81ec;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.promo {
	font-size: 18px;
    font-weight: bold;
	letter-spacing: 0.13em;
}
.feat.mamshi2 .box3hp .o.promo {
}
.feat.mamshi2 .box3hp .o.promo {
}

.featuresbelow, .featuresbelow2, .featuresbelow3, .featuresbelow4, .featuresbelow5 {
  margin: -30px 0 0 0;
  padding-bottom: 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(180deg, rgba(242, 230, 234, 1), rgba(219, 213, 236, 1));
  background-position: 50%;
}
.featuresbelow6 {
  margin: 40px 0 0 0;
  padding-bottom: 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(180deg, rgba(242, 230, 234, 1), rgba(219, 213, 236, 1));
  background-position: 50%;
}
.boxs {
  display: flex;
  align-items: stretch;
}

.boxs div {
  width: 100%;
  height: auto;
  margin:  20px auto;
  border-radius: 10px;
}

.rulewaku {
	width: 100%;
	height: auto;
	margin:  10px auto 0  auto;
	padding: 10px auto;
	background: #fff5f3;
}
.box-019, .box-020 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #3CB371;
		 background-color: #fff;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 5px;
    background-color: #3CB371;
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #3CB371;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}


.box3hp {
	width: 100%; 
    padding: 25px;
    background: #fff3c0;
    border-radius: 10px;
	text-align:  center;   
}

.box3hp2 {
	width: 70%;
    padding: 0.8em -0.5em;
    margin: 70px auto;
    border: solid 1px #fb9039;
	background-color: #fffaf9;
	border-radius: 10px;
}
.box3hp3 {
	width: 92%;
    padding: 0.8em 1.5em;
    border: solid 1px #fb9039;
	background-color: #fffaf9;
    border-radius: 10px;
}
.box3hp4 {
	width: 50%;
    padding: 0.8em 1.5em;
    margin: 70px auto;
    border: solid 1px #fb9039;
	background-color: #fffaf9;
	border-radius: 15px;
}

.box-015 {
    position: relative;
    max-width: 800px;
    margin: 1em auto;
    padding: 1em 2.5em 1em 1.5em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background-color: #fffaf0;
}
.box-015::before,
.box-015::after {
    position: absolute;
    content: '';
}
.box-015::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}
.box-015::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #fffaf0;
}

.box-016 {
    position: relative;
    max-width: 800px;
    margin: 1em auto;
    padding: 1em 2.5em 1em 1.5em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
	background-color: #ffffff;
    background-image: linear-gradient(90deg, #fffaf080 13px, transparent 13px), linear-gradient(#fffaf080 13px, transparent 13px);
    background-position: 10px 10px;
    background-size: 26px 26px;
}
.box-016::before,
.box-016::after {
    position: absolute;
    content: '';
}
.box-016::before {
    top: -15px;
    right: 10px;
    height: 50px;
    width: 15px;
    border: 3px solid #999;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
    transform: rotate(10deg);
}
.box-016::after {
    top: 0;
    width: 10px;
    right: 20px;
    border: solid 5px #fffaf0;
}

.boxs05 {
	width: 100%;
	height: auto;
	padding: 20px auto;
    display: flex;
    align-items: stretch;
}

.boxs05 div {
  width: 55%;
  height: auto;
  margin:  20px auto;
  /*padding:  25px;
  background-color: #fff3c0;
  border: 2px solid rgb(255 215 166);*/
  border-radius: 10px;
}
.yokonarabi{
    display:flex;
}
.flexbox {
	width: 50%;
	margin: 100px auto 1rem;
	gap : 40px 1px;
}

.flexbox_02 {
	width: 70%;
	margin: 100px auto 1rem;
	gap : 40px 1px;
}
.flexbox01 {
	width: 70%;
	margin: 100px auto 1rem;
	gap : 40px 1px;
}

.item01, .item5 {
  width: 30%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff5f3;
  border-radius: 20px;
}

.item1  {
  width: 100%;
  margin: 0 auto 50px 0;
  text-align: center;
  background-color: #fff5f3;
  border-radius: 20px;
}
 .item12 {
  width: 100%;
  margin: 0 auto 50px 0;
  text-align: left;
  background-color: #fff5f3;
  border-radius: 20px;
}
.item01h, .item1 , .item12 {
  padding: 0 2px;
  border: 10px double #fff;
}
.item01, .item1 img {
  max-width: 100%;
  height: auto;
}
.item01pp {
	padding: 15px auto 0 auto;
    text-align: center;
	line-height: 1.3;
}
.item02, .item06, .item08 {
	width: 30%;
  margin: 0 auto;
  text-align: center;
}
.item02 img {
  max-width: 100%;
  height: auto;
}
.item06 img {
  max-width: 100%;
  height: auto;
}
.item08 img {
  max-width: 100%;
  height: auto;
}

.item02 p {
	padding: 15px auto 0 auto;
    text-align: center;
	line-height: 1.3;
}
.item11 {
	width: 50%;
  margin: 0 auto;
  text-align: left;	
float: left;
}
.item11 img {
  max-width: 100%;
  height: auto;
}
.item11 p {
	padding: 15px auto 0 auto;
    text-align: center;
	line-height: 1.3;
}

@media (min-width: 920px) {
  .item {
    width: 30%;
  }
 .item7 {
     width: 35%;
	 padding:  0;
	 margin:  0 auto;
  }

 .item10 {
    width: 50%;
	text-align: center;
	margin:  0;
	padding: 0;
  }

  .item5 {
    width: 70%;
  }
}
.ooo {
	transition: all .3s ease-in-out;
}
.ooo:hover  {
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}

 .left{
    float: left;
    display: inline-block;   
}
.flexbox_01 {
	width: 70%;
	height: 200px;
	padding: 50px;
	margin: 0 auto;
	display: flex;
}
@keyframes move{
  0% {
    background-size:100% auto;
  }
  50% {
    background-size:140% auto;
  }
  100% {
    background-size:100% auto;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
}
.flex-item {margin: 50px auto 30px auto;}
.flex-item2 {margin: 30px auto 140px auto;}

.painful {
    display: inline-block;
    width : 460px;
    height: auto;
    padding: 12px;
    margin-top: 1%;
    margin-right: auto;
    margin-left: 1%;
    text-align: center;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    top : -10px;
    margin-bottom: 0px;
}

.notice-table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

.notice-table th:first-child{
  border-radius: 1px 0 0 0;
}

.notice-table th:last-child{
  border-radius: 0 2px 0 0;
  border-right: 2px solid #f4cc7a;
}

.notice-table th{
  text-align: center;
  color:#6F4E37;
  background: linear-gradient(#ffdc93,#f4cc7a);
  border-left: 2px solid #f9f1dc;
  border-top: 2px solid #f9f1dc;
  border-bottom: 2px solid #f9f1dc;
  box-shadow: 0px 1px 1px rgba(255,255,255,1.0) inset;
  width: 8%;
  padding: 10px 0;
}

.notice-table td{
  text-align: center;
  border-left: 2px solid #f9f1dc;
  border-bottom: 2px solid #f9f1dc;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #fff inset;
  width: 9%;
  padding: 20px 0;
  background: #FFFFFF;
}

.notice-table td:last-child{
  border-right: 2px solid #f9f1dc;
}

.notice-table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.notice-table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.painfulmap {
	display: inline-block;      
    width : 460px;
	height:  400px;
	padding: 8px 8px 8px 8px;
	margin:  20px auto; 
	text-align:  center;
	background: rgba(255,255,255,0.5); 
	border-radius: 15px ;

}

.painful p {
  font-size:  16px;
  color: #735741;
  letter-spacing: 0.12em;
  line-height: 1.4em;
  padding-bottom: 18px;
}

a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
	margin: 20px 0 100px 0;
	padding: 10px 28px;
	border-radius: 10px;
	color: #735741;
	font-size: 18px;
	background: #FFFFFF;
	border: 3px solid #ebb0c1;
	transition: 0.3s ease-in-out;
}
a.btn_06:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
}
.titletel:before {
  content: url('../img/tespare.png');
  padding: 0 10px 100px 0;
}

.mamshi2 {
	width: 100%;
	height: auto;
	margin:  -10px 0 0 0;
	padding: 30px 0 70px 0;
	background-color: #fff5f3;
}
.mamshi3 {
	width: 100%;
	height: auto;
	margin:  10px 0 0 0;
	padding: 30px 0 40px 0;
	background-color: #fff5f3;
}

.ppp {
	background-color: #fff5f3;
}
.mamshi {
	width: 100%;
	height: auto;
	margin:  -40px 0 0 0;
	padding: 80px 0 20px 0;
	float: left;
	background: #fff5f3;
}

.kobu {
       width: 100%;
	   height: auto;
	   margin-top: -80px;
	   margin-bottom: -100px;
	   padding: 0;
}
.shioribox {
	width: 100%;
	height: auto;
	margin: 30px auto 10px 0;
	display: flex;
	justify-content: center;

}
.shioribox2 {
	margin-top: 120px;
    margin-bottom: -50px;
}

.shiori-container {
  width: 40%;
  flex-direction:column;
}

.shioriitem {
	width: 140px;
	height: 20px;
    margin: 3px 100px 3px 100px;
    padding: 1px 50px 1px 50px;
    text-align: left;
}
.shiorimozi {
  font-weight: bold;
  font-size:  16px;
  color: #A07A59;
	}

a.shiorimozi:hover 
 {
	color: black;
  text-decoration: none;}

.shiorizi {
  font-size:  16px;
  color: #A07A59;
	}
.shiorizi2 {
  font-size:  13px;
  color: #A07A59;
	}

.cp_link {
	font-size:  13px;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #000000;
  text-decoration: none;/*元々のアンダーラインを非表示にしておく*/
	margin: 0 0 0 87%;
}
.cp_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: .3s;
}
.cp_link:hover::after {
  width: 100%;
}

.mapbig {
       width: 100%;
       height: auto;
	   background: #fff5f3;
	   margin-top:  -10px;
}
.fish{
position: relative;
left: 0;
}
.elephant{
position: relative;
top: -160px;
	margin-bottom: -190px;
}

/*introポップアップ*/
.tmb {
  width: 50%;
  padding: 10px;
  margin: 0 auto;
}
.tmb2 {
  width: 100%;
  padding: 10px;
  margin: 0 auto 3rem;	
}
.tmb3 {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.tmb_img .tmb2_img .tmb3_img {
  width: 50%;
  height: auto;
}
.tmb_img .tmb2_img .tmb3_img :hover {
  transform: translateY(-5px);
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.footbottom {
    width: 100%;
	height: auto;
	font-weight: bold;
	text-align: center;
	background: #fff5f3;
}
.businesshours {
    width: 450px;
    height: 74px;
    background: #FFFFFF;
}
.address{
	width: 420px;
	height: 74px;
	text-align: center;
	font-weight: bold;
	color: #A07A59;
	padding-top:  0;
}
/* ドット */
.bg_dot{
  background-color: #fceffc;
  background-size: 20px 20px;
}
.is-dia{
  background-image:
    radial-gradient(#fcdbf1 70%, transparent 70%);
}

.reservation {
	width: 420px;
	height: 74px;
	text-align: center;
	background: #ffc958;
	padding: 0 10px 4px 0;
}
.reservation span {
	font-weight: bold;
	font-size:26px;
	color: #FFFFFF;
	padding: 0 3px 0 10px;
}
/* 縦半透明 */
.is-transparent{
  background-image:
   linear-gradient(-90deg, rgba(253, 68, 119, 0.05) 50%, transparent 50%),
    linear-gradient(rgba(253, 68, 119, 0.05) 50%, transparent 50%);
  background-size: 20px 20px;
}
.flex{
	 margin: auto;
     display: flex;
	 align-items: center;
     justify-content: center;
    }

	.imgnoti_01 {
		width: 50%;
		height: auto;
		padding: 20px;
       }

.balloon-005 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 180px;
	margin-left: 150px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border: 3px solid rgba(123,222,217, 0.5);
    border-radius: 25px;
    background-color: #fff;
    color: #A07A59;
}

.balloon-005::before,
.balloon-005::after {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.balloon-005::before {
    background-color: rgba(123,222,217, 0.5);
}

.balloon-005::after {
    bottom: -11px;
    background-color: #fff;
}


.footerp {
	padding: 0 0 0 10px;
	font-size: 17px;
}

.footer-table {
  border-collapse:separate;
  width: 100%;
}
.rinku {padding:   0 2px 0 2px;
	    background: #FFFFFF;
        font-weight: bold;
        font-size:  16px;
        color: #A07A59;
}
.yasumi {
	     font-size: 14px;
	     color:#D70609;
         background: #FFFFFF;
       }
.footer-table th,table td{
  border-radius: 1px;
  text-align: center;
  padding: 2px 0;
}

.footer-table td{
  background-color: #FFFFFF;
}
.footersaigo {
	display:none;
 }
.intromo {	
	text-align: center;
}

.scroii-in {
}
.moziyoub {
}
.tokmos {
}
.acout2_1 {
}
