@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 {
  text-decoration: none;
}
a.no-color-change {
  color: #A07A59;
}

a,a:hover,a:visited{
    color: inherit;
}

@media screen and (min-width:420px) and (max-width:920px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

/* header */
#header {
  width: 100%;
  height: 100vh;
  align-items: center;
  top: 1px;
	z-index: 10;
	position: absolute;
	vertical-align: bottom;
}
#header02 {
  width: 100%;
  height: 20vh;
  align-items: center;
}
	
#wrappe {
    width: 100%;
	height: 190px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
	overflow:hidden;
	padding-bottom: 0px;
}
#wrappe .logoid  {
                  width: 300px;
                  height:  90px 50% 0 0;
                  padding: 0 28% 0 0;
	              margin: 80px 0 0 0;
                 }
        .telid   { 
			      width: 200px;
			      height: auto;
			      margin: 86px 0 0 25%;
               	}	
	
.logote { display: none; }
.imgbo{
      border-radius: 10%;
    }
.imgbo001{
      border-radius: 10%;
    }
.inmatos { margin: 0 0 0 8%; }

/* nav */
.fixed_btn { 
   position: fixed;
   top: 10px;
    padding: 2px;
	background: #fff;
	border-radius: 50px;
    box-shadow: 3px 3px 6px -2px rgba(190,190,190,0.8);
	z-index: 3; 
}

.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 100;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #666666;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #666666;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #666666;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 300px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    top: -100%;
    z-index: 9;
    height: 75vh;
    width: 100%;
    visibility: hidden;
    padding-top: 60px;
    background-color: rgba(252,239,252,0.9);
    transition: 0.4s;
}
.header__nav-area.-active {
    top: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    padding-right: 10px;
	margin-right: 25px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #666666;
}
	
.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 15px; }
.topind {
	display: none;
}
.topindex0 {
	width: 100%;
    padding: 30px 0;
	margin: 0;
}
.topind2 {
	width: 100%;
	padding: 0;
	margin: 60px auto 50px auto;
    display:flex;
    justify-content: center;
}
	
.not-list1, .not-list2, .not-list3, .not-list4 {
	width: 100%;
	margin-left: 75% ;
    padding: 0;
	position: absolute; 
	top: 0; 
}
	
	
.not-list{
  display: flex;
  justify-content: left; /* 中央寄せ */
}
	
.about2 {
	width:90%;
    height: 650px;
    padding: 60px 0;
	margin: 0 auto;
	text-align: center;
	}
.about2_img {
	width: 45%;
	height: auto;
	margin: 0 auto;
	padding: 2px;
	}	
	
.about2_1 {
	width:20%;
	padding: 10px;
	}	
.about2_2 {
	width: 90%;
	height: auto;
    padding: 10px;
	margin: 0 auto;
	}	
.helloimg  {
	width: 180px;
	height: auto;
	margin: 0 auto;
	padding: 160px 300px;
    position: absolute;
}
.text br {
    display: none;
  }
.firstmoko, .firstmoko2 {
	font-size: 19px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-left: 10px;
	color: #7b4e27;
}
	
.firstmo {
	font-size: 18px;
	text-align: left;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.firsttop3 {
	width: 100%;
	height: auto;
	background: #fff;
	margin:  0;
	padding:  0;
}
	
/*トップ画像設定その他*/
.sliderintro {
  background-image: url('../img/cover/intro1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderterms {
  background-image: url('../img/cover/terms1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderstaff {
  background-image: url('../img/cover/staff1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
} 
.sliderprevention {
  background-image: url('../img/cover/prevention1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.slidermaternity {
  background-image: url('../img/cover/maternity1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderfirst {
  background-image: url('../img/cover/first1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.slider3hp {
  background-image: url('../img/cover/program1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sliderabout {
  background-image: url('../img/cover/about1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.slidernotice {
  background-image: url('../img/cover/notice1.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
	
#headernav {
	width: 100%;
	height: 50px;
	  top: -14px;
	z-index: 10;
	position: fixed;
	padding: 20px 0 16px 0;
  background: rgba(255,255,255,0.8);
}
.header__inner { display: none; }
.finnav { display: none; }

	
	/*トップ画像設定その他*/
.topbabackground {
	height: 280px;
	margin: 0 0 2% 0;
}
	
.topindlogpimg {
	width: 300px;
	height: auto;
}
	
	
.imin_1 {
	width: 50%;
	height: auto;
    display: flex;
    margin: 0 auto 5% auto;
	}
.imin_2 {
	width: 50%;
	height: auto;
    display: flex;
    margin: 5% auto -10% auto;

}
.imin_3 {
	width: 50%;
	height: auto;
    display: flex;
    margin: 0 auto 10% auto;
	}

.companymozi {
	display: inline-block; /*top2カラム文字*/
	width: 100%;     
    height:  auto;
	padding: 0 10px 14px auto;
	margin: 0 auto;
}
.indextopimg, .indextopimg2 {
	width: 80px;
	height: auto;
}
.indextopss {
		display: none;
	}


	
.position01 {
	padding : 10px 0 0 -60px;
	}
.position02 {
	padding : 0 0 60px 0;
	}
	
.imgfree {
	width: 45%;
	height: auto;
	margin:  0 0 0 8px;
}
.imgfre01 {
	width: 80%;
	height: auto;
	margin:  30px auto 0;
}
.imgfre011 {
	width: 40%;
	height: auto;
	padding: 0;
	margin:  0 auto;
} 
	
.imgfree_01, .imgfree_02 {
	width: 44%;
	height: auto;
	margin:  0 auto;
    padding:  0 20px;
}
	
.reason { 
	      font-size: 10px; 
	      font-family: 'Caveat', cursive;
}
.g { color: #0BCD1C; }
.o { color: #FF7B24; }
.q { color: #35C3E7; }
.v { color: #6704CC; }
.r { color: #E00207; }
.y { color: #F7E240; }
.p { color: #FCA3AC; }
.b { color: #2A00DD; }

	/*ul {
  padding: 0;
  list-style: none;
}*/
.list {
  height: 140px;
  list-style: none;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top:1px;
	padding-right: 7%;
   }
.list02 {
  list-style: none;
  display: flex;
  justify-content: center;
  /*background: url("../img/wave.svg");*/
	padding-left: 1%;
	}	
.tagulink  {
	  color : #6F4E37;
}
	
.navim {
	background: url("../img/navim.png");
	background-repeat: no-repeat;
	background-position: 99% 0;
}
.angel {
	width: auto;
	margin: 60px 0 0 -120px;
    position:relative;
}
.float01 {
	width: 45%;
	height: auto;
    float: right;
	padding:10px;
    margin: 0  0 10px 0;
}
	
.float {
	width: 35%;
	height: auto;
    float: right;
    margin: 10px  0 0 0;
}
.featwa3 {
	width: 100%;
	height: 840px;
	background: #FFFAFA;
	padding: 80px 0 0 0;
	margin-top:  -50px;
    }
	
.hellokidswaku {
	width: 100%;
	height: 260px;
	padding: 50px 0 0 0;
}
.hellokidswaku01 {
	width: 100%;
	height: 650px;
	margin: 80px 0 120px 0;
}
.hellokidswaku02 {
	width: 100%;
	height: auto;
	margin: 60px 0 100px 0;
}
h10 {
	font-size: 19px;
	font-weight:bold;
	color: #FF7B24;
}
	
.float02 {
	width:20%;
	height: auto;
	padding:2px;
	    float: right;
    margin: 180px auto 0;
    position: absolute;
}

.firstha {
    float: left;
    margin: 20px;
}
	
.link {
  position: relative;
  display: flex;
  align-items: center;
  color: #6F4E37;
  font-weight: 600;
  padding: 5px 10px;
  transition: color .4s;
}
.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%;
}
.link-hover::after {
  content: '▼';
  font-size: 10px;
}
.dropDown {
	width: 150%;
	height: auto;
	text-align-last: center;
  position: absolute;
  bottom: 0;
  display: none;
  padding: 14px;
  box-shadow: 0px 3px 8px -2px #777;
  border-radius: 20px;
  transform: translate(0, 100%);

}

.opan {
	 animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.tokumo {
	font-size: 24px;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	font-weight:bold;
	letter-spacing: 0.1em;
}
.tokumos, .inmos {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
	
.imgin_01 {
	width: 300px;
	height: 300px;
	padding: 10px;
}
	.imgnoti_01 {
		width: 42%;
		height: auto;
		padding: 10px;
       }
.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 );
}
.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 );
}
.noti03 {
	width: 100%;
	height: auto;
	margin: 0;
	padding:  20px 0;
	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;*/
	margin-bottom: 10%;
}

@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*お知らせぺージ*/
.notspace {
	width: 100%;
	height: 500px;
	margin : -100px 0 0 0;
}
.notind_1 {
	width: 100%;
	height: 200px;
	margin : 10px 0 0 0;
}
.notind_2 {
	width: 100%;
	height: auto;
	margin : 0;
}	
.notind_3 {
	width: 100%;
	height: auto;
	margin : -400px 0 0 0;
}	
.notspace01 {
	width: 100%;
	height: 75vh;
	margin : -50px 0 10% 0;
}
.notspace02 {
	width: 100%;
	height: auto;
	margin : -350px 0 100px 0;
}
.notspace03 {
	width: 100%;
	height: 800px;
	margin : 0;
	padding: 20px 0;
}

.noticetop {
	   width: 90%;
	   height: 80vh;
	   padding: 0 10px;
	   margin:  0 auto;
}
.imgnoti {
	width: 220px;
	height: 220px;
	margin: 12px 10% 0 0 ;
}
.imgnoti2 {
	width: 200px;
	height: 200px;
	margin: 70px 0 0 0;
}

.imgnoti3 {
	width: 200px;
	height: 200px;
	margin:  100px 0 0 -80px;
}
.imgnoti4 {
	width: 210px;
	height: 210px;
	margin:  -30px 5% 0 0;
}

.imgnoti5 {
	width: 280px;
	height: 280px;
	margin: -320px 0 0 40%;
}
.imgnoti6 {
	width: 250px;
	height: 250px;
	margin:  30px 0 0 0;
}
.imgnoti7 {
	width: 250px;
	height: 250px;
	margin: -20px 0 0 20%;}
	
.imgnoti8 {
	width: 220px;
	height: 220px;
	margin:  0 5% 0 0;
}
.imgnoti9 {
	width: 200px;
	height: 200px;
	margin: -15px 1% 0 0;
}

.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;
}

/* 手書きノート風 */
.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%; /* 最終状態：文字幅を全体に設定（全表示） */
  }
}	
	
#profile {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10%;
	margin-bottom: 15%;
}

#profile .denl {
	width: 80%;
	padding: 0 auto;
	margin: 20px auto;
}
#profile .img {
	width: 20%;
}
	

/*スタッフ紹介ぺージ*/	
h7 {
    font-size: 20px;
	font-weight: bold;
    display: block;
    text-align: center;
    color: #70553E;
	margin-top: -10px;
	letter-spacing: 0.5em;
}
hr.style3 {
 display: block;
  border: 0;
  width: 100%;
  height: 30px;
  background: url("../img/hr.png") top center;
  -webkit-background-size: 70px 30px;
}
.no08 img{
	position:relative;
	top:0;
}
.no08 img:hover{
	top:10px;
	transition:0.3s;
}
	
.featuresstaff, .featuresstaff2 {
	width: 100%;
	height: auto;
	padding: 0 0 100px 0;
	margin: 60px 0 20px 0;
}	
.featuresdoc {
	padding: 60px 0 80px 0;
}
	
.featuresback {
	background-image:  linear-gradient(180deg, rgba(115, 248, 224, 0.1), rgba(150, 167, 241, 0.1));
}
main {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
	margin: 0 auto 0 10%;
}

main div.staffimg {
  /*（全体の幅 - gapでつけた余白の合計）をカラム数で割る */
  width: calc((100% - 20px) / 2);
	margin: 0 auto 0 5px;
}
	
.stabox{
	width: 90%;
    padding: 0.5em 1em;
    margin: 2em auto;
    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;
}
	
.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;
	padding: 2px;
	font-size: 14px;
}
.dropDown__link {
  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: 6px;
} 

.container {
    width: 100%;
    height: 300vh;
    background-color: #fff;
}
.slider-area {
  margin-top: -16%; /*画像のナビからの高さ位置*/
  margin-bottom:  0;
  height: 100vh;
  background-image: url('../img/cover/mv-p.png');
  background-position: center;
  background-size:  auto;
  background-repeat: no-repeat;
  vertical-align:top;
}
.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;
    object-fit: cover;
}

.img-01, .img-02, .img-03, .img-04, .img-05, .img-06 {
	width: auto;
    height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.img-01{
 background-image: url('../img/cover/.png');
}
.img-02{
 background-image: url('../img/mv-photo11.webp');
}
.img-03{
 background-image: url('../img/mv-photo22.webp');
}
.img-04{
 background-image: url('../img/mv-photo33.webp');
}
.img-05{
 background-image: url('../img/mv-photo2.webp');
}
.img-06{
 background-image: url('../img/mv-photo3.webp');
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}
.slider {
  margin-top:  10px; /*画像のナビからの高さ位置*/
  height: 80vh;
}
.sabu {
    width: 100%;
	height: auto;
}
.toppad {
	 margin-top:  -22%;
}

/*スライダー２*/
.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%);}
}

.hero {
	height: 100%;
	margin : 2% auto 10%;
	padding: 6px 6px 30px;
	aspect-ratio: 10 / 9;
}

.wrap_01 {
  flex-flow: column;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  width: 98%;
  height : 80px;
  margin : 80%  auto 20px auto;
}
.content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: right;
  margin: 20px 0 150px 20%;
}

.content01 {
  padding:  0;
  margin: -20px auto 10%;
  width: 100%;
  height: 50vh;
  justify-content: center;
  align-items: center;
}	
	
/*キッズエンジョイデンタル*/
.dental {
	width: 90%;
	height: auto;
   /* position: sticky;
    top: 50px;/*自分が固定したい位置*/
	padding: 0 0 550px 0;
	margin: 20px auto;
	/*background:  linear-gradient(180deg, rgb(255, 255, 255), rgb(255, 235, 217));*/
}

.dentalmozi{
	width: 400px;
	height: auto;
	padding: 120px 0 0 25%;
    font-size: clamp(14px, 1.28vw, 18px);
    line-height:24px;
    letter-spacing: 4px;
}
 
.dentalmozi01 {
	    font-size: clamp(14px, 1.08vw, 16px);
    float: right;
	width: 100%;
	height: auto;
	padding: 8px;
	margin: 40% auto 15% auto;
    line-height: 20px;
   letter-spacing: 4px;
}
	
.topdental {
	width: 100%;
	height: auto;
    margin: 0;
}
h1 {
	font-size:  20px;
	padding: 1px;
	text-align: center; 
	letter-spacing: 4px;
}

h1:before {
    content: url("../img/..."); 
	position: absolute;
    margin:  -94px 0 0 -40px;  /*画像の余白*/
}

h2 {
	font-size:  17px;
	font-weight:bold;
	padding: 0 0 4px 2px;
	text-align: center; 
	color: #A07A59;
	letter-spacing: 1px;
}

.indextop_00 {
  font-size:  16px;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 0.2em;
  line-height: 1.15em;
  padding-bottom: 10px;
  font-weight: 500;
  display: inline-block;

}
	
.intro, .introtop {
  font-size:  16px;
  font-weight: 380px;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 5px;
  line-height: 20px;
  padding-bottom: 18px;
}
.intro2 {
  font-size:  17px;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.tipoz01 { padding:  0 2px;
	 margin : 50px auto 0 15%;
	}	
	
.dentalimg {
	width: 40%;
	height: auto;
	float: left;
	padding: 2px;
	margin:  8% 10px 0 0; 
}
	
.dentalimgma {
	width: 100%;
	height: auto;
	padding: 0;
}
.coltop_0 {
    width:80%;
    margin:  50px auto;
}
 .maintop br {
    display: none;
  }
	
.parent{
  position:relative;
  background-size: contain;
  width:300px;
  height:300px;
  margin: 30px 15% 0 0;
  background-image:url("../img/top300.png");
  border-radius: 50% ;
}

.children1{
  position:relative;
  background-size: contain;
  top:190px;
  left:-45px;
  width:220px;
  height:220px;
  background-image:url("../img/top200.png");
} 

.children2{
  position:relative;
  background-size: contain;
  top:-10px; 
  left:100px;
  width:150px;
  height:150px;
  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;
}

.featwa2, .featwa4 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 80px 0 0 0;
	margin-top: -80px;
    }
	
.featwa5 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 80px 0 60px 0;
	margin-top: -80px;
    }
	
.about1 {
	width: 100%;
	height: auto;
	background: #FFFAFA;
	padding: 20px 0 10px 0;
	margin-top: -10px;
    }
	
.titlemama {
	width: 500px;
	margin: 10px auto 0 auto;
}
.mam01{
    position: relative;
    margin: -110px 0 0 -25px;
}

h3 {
	font-size:  22px;
	padding: 10px;
	margin: 0 0 0 30%;
	text-align:left; 
	color: #A07A59;
	letter-spacing: 1px;
}
h30 {
	font-size:  23px;
	padding: 0;
	margin: 0;
	text-align:　center; 
	color: #FFFFFF;
	letter-spacing: 3px;
}

.border {
	padding: 12px 24px 0 24px;
    margin: 0;
}
.border2 {
	padding: 6px 24px;
    margin: 0;
}
.border3 {
	padding: 12px 24px 0 24px;
    margin: 0;
	}
	
	
.mammozi{
	width: 480px;
	height: auto;
	position: relative;
	margin: 80px 0 50px 1%;
}
	
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: -60px;
}
	
.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: 3px;
	margin: 0 auto 40px auto;
    text-align: center; 
}
.child01-img {margin-top:  -20px;}

.space, .spacetop {
	width: 90%;
	height: auto;
	padding: 20px;
	margin: 0 auto;
}
	
.par1 {
    text-align: left;  
    padding:  10px auto;  
	margin-bottom: 10%;
}
.company01 {
	display: inline-block;      
    height:  auto;             
    width: 50%;
	padding: 2px;
	margin: 0 0 10px 2%; 
	text-align:  center; 
}
	
.wrap, .wrap02 {
  overflow: hidden;
}
.content0 {
  background-image:  repeating-linear-gradient(135deg, #f1fef9, #f1fef9 2px, #f5fbfe 2px, #ebf9ff 6px);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 150px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
.company {
	display: inline-block;      
    height:  auto;             
    width: 450px;
	padding: 0 10px 0 10px;
	margin:  10px 0; 
	text-align:  center; 
}

.imgfree3 {
	width: 180%;
	height: auto;
}
.imgfree3_box {	
	 margin: 0 0 0 -130px;
	}
	
.imgfree5 {
	width: 60%;
	height: auto;
	padding:  10px;
}
.imgmater {
	width: 80%;
	height: auto;
	margin:  0 0 0 10%;
}
.materimag{
	width: 120%;
	height: auto;
	margin: 0 0 0 1%;
}

.materimag_01 {
	width: 120%;
	height: auto;
	margin: 0 0 0 2%;
}
	
.imgintro_soto {
	width: 100%;
	height: 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: 20px;
	font-weight:bold;
	color: #FF7B24;
	text-align: center;
    padding: 1rem 2rem;
    border-top: 2px dashed #FF7B24;
    border-bottom: 2px dashed #FF7B24;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	background-color: #FFFAF3;
}
.firsttipink {
	font-size: 20px;
	font-weight:bold;
	color: salmon;
	text-align: center;
    padding: 1rem 2rem;
    border-top: 2px dashed salmon;
    border-bottom: 2px dashed salmon;
	letter-spacing: 0.1em;
	margin: 40px 0 35px 0;
}
.firstwaku, .prewaku {
	width: 90%;
	height: auto;
	margin: 0 auto 0 5%;
	padding: 0 2px;
}
.firstwaku_01 {
	width: 90%;
	height: auto;
	margin: 0 auto 0 6%;
	padding: 40px 2px;
}
	
.firstti {
	font-size: 20px;
	font-weight:bold;
	color: #3CB371;
	text-align: center;
    padding-bottom: 30px;
	letter-spacing: 0.1em;
	padding: 10px 0 20px 0;
}
	
.promo {
	font-size: 18px;
    font-weight: bold;
	letter-spacing: 0.10em;
}

.heading-20 {
    padding: .5em .7em;
    background-image: repeating-linear-gradient(-45deg, #FFF0E0, #FFF0E0 3px, #FFD1C6 3px, #FFEFEB 7px);
}
	
.boo {
  padding: 0.2rem 1rem;
  border-left: 12px solid #ffca9f;
}
	
.yokonarabi{
    display:flex;
    height:auto;
	padding: 10px;
   margin-bottom:10px;
}
	
.box3hp4 {
	width: 80%;
    padding: 0.8em 1.5em;
    margin: 70px auto;
    border: solid 1px #fb9039;
	background-color: #fffaf9;
	border-radius: 15px;
}
.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%;
}
.features {
	width: 100%;
	height: auto;
	margin: -38px 0 0 0;
	background-image: url("../img/parts2.png");
	background-size: cover;
	background-repeat: repeat-x;
}
.featuresof {
	width: 100%;
	height: auto;
	background: #fff;
}
.featurester {
	margin: 0;
	background-image:  linear-gradient(180deg, rgba(115, 248, 224, 0.1), rgba(150, 167, 241, 0.1));
}
	
/*利用規定*/	
.termswaku {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
}
.rules {
	width: 80%;
	height: auto;
	text-align: center;
	margin:  50px auto 0  auto;
}
.termsti {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.5em;
	padding: 5px;
}
.termsmo {
	font-size: 15px;
	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;
}
	
.par {
	width: 100%;
    text-align: center;  
    padding:  160px 0 0 0;  

}
.par2 {
	width: 100%;
    text-align: center;  
    padding:  10px 0 10px 0; 
}
.par3 {
    width: 100%;
    text-align: center;
    margin: -40px 10px 0 1%;
}
.par4 {
	width: 100%;
    text-align: center;  
    padding:  340px 0 0 1px;  
}
.par5 {
    width: 100%;
    text-align: center;
    margin: 300px 10px 0 20%;
}

.tipoz { padding:  0 32px;}	
.tipoz01{ margin:  40px 10px 0 0;}

.company {
	display: inline-block;      
    height:  auto;             
    width: 350px;
	padding: 20px 0;
	margin: 0 -20px 20px 0; 
	text-align:  center; 
}
.company01 {
	display: inline-block;      
    height:  auto;             
    width: 350px;
	padding: 20px 0;
	margin: 500px -30px -39px 0; 
	text-align:  center; 
}
	
h4 {
	font-size:  20px;
	padding: 6px;
	text-align:left; 
	color: #A07A59;
	letter-spacing: 2px;
}
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	border-radius: 10px;
	color: #b2d1f7;
	background: #fff;
	border: 3px solid #b2d1f7;
	box-shadow: 5px 5px #b2d1f7;
	transition: 0.3s ease-in-out;
}
a.btn_02:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #CCCCCC;
}
.features2 {
	width: 100%;
	height: auto;
	padding: 4px 0 0 0;
	margin: 329px 0 -330px 0;
	/*background-image: url("../img/bak01.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	animation: move 10s infinite both;*/
	 box-sizing : border-box;
}
	
.features3 {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	margin: -280px 0 -280px -20% ;
	background: #FFFFFF;
}

.childcare01 {
	background-image: url("../img/par01.webp");
   background-position: center center;
    background-repeat: no-repeat;
}
.childcare02 {
	background-image: url("../img/par02.webp");
   background-position: center center;
    background-repeat: no-repeat;
}
.childcare03 {
	background-image: url("../img/400x40.png");
   background-position: center center;
    background-repeat: no-repeat;
}
.dentalmozi{
	width: 480px;
	height: auto;
	padding: 50px 0 60PX 32%;
  font-size: clamp(14px, 1.28vw, 18px);
  line-height:24px;
  letter-spacing: 4px;
}
.features4 {
	width: 100%;
	height: auto;
	background-image: url("../img/parts3.png");
    background-size:  100%;
    background-repeat: no-repeat;
	}
.childcare2 {
	background-image: url("../img/400x40.png");
    background-position: center center;
    background-repeat: no-repeat;
	/*animation: move 12s infinite both;*/
}
h5,h6 { 
	font-size:  clamp(18px, 2.1739130434782608vw, 20px);
	padding: 20px;
	text-align: center; 
	color: #A07A59;
	letter-spacing: 2px;
    }
	
.firsttitle {
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.4em;
	line-height: 1.8;
	margin:  20px 7px;
}

.featuresinst {
	width: 100%;
	height: auto;
	padding: 100px 0 100px 0;
	margin: 20px 0 -30px 0;
	background: #fffcf5;
	text-align: center;
}
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 {
  /*animation: flowing 120s linear infinite;
	transform:translateX(100%);*/
  font-size: 60px;
  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/ints.png"); 
	position: absolute;
    margin:  -115px 0 0 -10px;  /*画像の余白*/
}
h6:before {
    content: url("../img/ints3.png"); 
	position: absolute;
    margin:  -115px 0 0 -20px;  /*画像の余白*/
}
.featuresbelow, .featuresbelow2, .featuresbelow5, .featuresbelow6 {
  height: auto;
  padding-bottom: 0;
  margin: 30px 0 0 0;
  background-image: linear-gradient(180deg, rgba(242, 230, 234, 1), rgba(219, 213, 236, 1));
}
.featuresbelow3 {
  height: auto;
  margin: -20px 0 0 0;
  background-image: linear-gradient(180deg, rgba(242, 230, 234, 1), rgba(219, 213, 236, 1));
}
.featuresbelow4 {
  height: auto;
  margin: -20px 0 0 0;
  background-image: linear-gradient(180deg, rgba(242, 230, 234, 1), rgba(219, 213, 236, 1));
}
	
.featfirs {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}	
	
@keyframes move{
  0% {
    background-size:100% auto;
  }
  50% {
    background-size:140% auto;
  }
  100% {
    background-size:100% auto;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
	margin: 50px auto;
	padding: 6px}
.flex-item2 {
	margin: 10px auto 80px auto;
	padding: 6px;
	}
.painfulmap {
	display: inline-block;      
    width : 460px;
	height:  400px;
	padding: 8px;
	margin: 10px auto 6px auto; 
	text-align:  center;
	background: rgba(255,255,255,0.7); 
	border-radius: 15px ;

}
.painful {
    display: inline-block;
    width : 460px;
    height: auto;
    padding: 12px;
    margin: 6px auto 38px 1%;
    text-align: center;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    top : -10px;
}
	
.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;
}	
	
.example{
	font-size: 85%;}
.painful p {
  font-size:  16px;
  color: #735741;
  letter-spacing: 0.12em;
  line-height: 1.4em;
  padding-bottom: 18px;
}
.ago2 {
	margin-bottom:  -30px;
}

a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 384px;
	margin: 20px 0 100px 0;
	padding: 10px 36px;
	border-radius: 10px;
	color: #735741;
	font-size: 18px;
	background: #FFFFFF;
	border: 3px solid #ebb0c1;
	transition: 0.3s ease-in-out;
}
.title:before {
  content: url('../img/wata.png');
	padding: 0 10px 0 0;	

}
	a.btn_06:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
}
	a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 250px;
	margin: auto auto 40px;
	padding: 10px 20px;
	border-radius: 10px;
	color: #ffffff;
	background: #c7dbb6;
	border: 3px solid #bedea4;
	box-shadow: 5px 5px #bedea4;
	transition: 0.3s ease-in-out;
}
.title:before {
  content: url('../img/wata.png');
	padding: 0 10px 0 0;
		color: #ffffff;
}
a.btn_05:hover {
	color: #ffffff;
	box-shadow: none;
	transform: translate(5px, 5px);
}

.titletel:before {
  content: url('../img/tespare.png');
  padding: 0 14px 100px 0;	

}
hr {color: antiquewhite;}

.mamshi {
	width: 100%;
	height: auto;
	margin: -100px 0 0 0;
	padding: 30px 0 30px 0;
	float: left;
	background: #fff5f3 ;
}
.kobu {
       width: 100%;
	   height: auto;
	   margin-top: -80px;
	   padding: 0;
}
.shioribox {
	width: 100%;
	height: auto;
	margin: 30px auto 10px;
	 display: flex;
	justify-content: center;

}
.shioribox2 {
	margin: 80px 0 -60px 0;
}

.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;
	}
.cp_link {
	width: 21%;
	padding: 8px;
  font-size:  13px;
	margin: 0 0 0 75%;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #000000;
  text-decoration: none;/*元々のアンダーラインを非表示にしておく*/
}
.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%;
}
.footbottm {
	color: #A07A59;}
.mapbig {
       width: 100%;
       height: auto;
	   background: #fff5f3;
	   margin-top:  -10px;
}
.fish{
position: relative;
left: 0;
}
.elephant{
position: relative;
top: -55px;
}
	
.mamshi-bot {
	width: 100%;
	height: auto;
	margin:  -120px 0 0 0;
	padding: 80px 0 20px 0;
	float: left;
	background: #fff5f3;
}
	
.footbottom {
    width: 100%;
	padding: 10px 0 1px 0;
	margin: -10px 0 0 0;
	font-weight: bold;
	text-align: center;
	background: #fff5f3;
}
	
.rounded {
  display: flex;
  justify-content: center;
}
	
/*introポップアップ*/
.tmb {
  width: 48%;
  padding: 10px;
  margin: 0 auto;
}
.tmb2 {
  width: 100%;
	  margin: 0 auto;
}

.tmb_img, .tmb2_img {
  width: 100%;
  height: auto;
}
.tmb_img.tmb2_img:hover {
  cursor: pointer;
}
.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;
}
.item01pp {
	padding: 15px auto 0 auto;
    text-align: center;
	line-height: 1.3;
}
	
footer {
	position: relative;
    bottom: 0;
    left: 0;
    overflow: hidden;
	background: #fff;
    width: 100%;
	height: 60px;
}
	
.businesshours {
    width: 450px;
    height: 74px;
    background: #FFFFFF;
    margin-left: 17%;
}
.address{
	width: 420px;
	height: 74px;
	text-align: center;
	font-weight: bold;
	color: #A07A59;
	padding-top:  8px;
}
/* ドット */
.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 0 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{
	height: 46px;
		margin: auto;
      display: flex;
    }

.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;
}

	.linkmo {
		 color: #6F4E37;
		font-size: clamp(10px, 1.25vw, 16px);
		padding: 3px 12px;
	}
.angel {
display: none;}
	
	
.shioriitem {
        margin: 3px 30px 3px 30px;
        padding: 5px 55px 10px 55px;
            }

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;
}
h8,h9,h12 {
	font-size: 18px;
	font-weight:bold;
	color: #FF7B24;
}
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;/*背景色*/
}
.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; }	
.ribbon {
  width: 100%;
  background: #ffcc99;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  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;}	
.prevmo {
	font-size:  18px;
	padding: 12px 28px 12px 10px;
	text-align:left; 
	font-weight:bold;
	color: #fff;
}
	
.ribbon4 {
  position: relative;
  box-sizing: border-box;
}
.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 3;
}
.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 23px 18px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.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: 24px 8px 18px 10px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}	
.staffintro, .notspace04, .aboutintro, .introinde, .introinde2, .staffintro3 {
	   width: 100%;
	   height: auto;
	   margin:  50px auto 0  auto;
}
.staffintro2 {
	   width: 100%;
	   height: auto;
	   margin:  50px auto -40px  auto;
}	
	
.mateintro {
	   width: 100%;
	   height: auto;
	   margin:  -70px auto 0  auto;
}	
.progtop {
	   width: 100%;
	   height: auto;
	   margin:  0 0 -100px 0;
}

.aboutintro1, .aboutintro3, .aboutintro2 {
	   width: 95%;
	   height: auto;
	   margin:  50px auto 0  auto;
}
	
.noticeintro {
	   width: 100%;
	   height: auto;
	   margin:  420px auto 0;
	   padding: 0;
}
.noticeintro1 {
	   width: 100%;
	   height: auto;
	   margin:  100px 0;
	   padding: 0;
}	
	
.imgcenter {
	 margin: auto;
     display: block; 
}
.imgkeap {
	width: 50%;
	height: auto;
	padding: 20px;
}
.cp_hr03 {
	border-bottom: 2px dotted #3CB371;
}

.item01h, .item1, .item12 {
  padding: 0 2px;
  border: 10px double #fff;
}
	
.firstmo01 {
	width: 90%;
	margin: 5px auto;
	padding : 10px 0 30px 0 ;
}
.firstmo001 {
	width: 70%;
	 height: 200px;
	margin: 10px auto 10px auto;
	padding : 10px ;
}
.imgpoyon {
	width: 15%;
	height: auto;
	padding-top: 30px;
}

.imgfree2 {
	width: 80%;
	height: auto;
	}
.imgpar01 {
	width: 50%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	}
	
.hhppomg {
	width: 50%;
	height: auto;
}
	
.imgfree6 {
	width: 100%;
	height: auto;
}

.right {
	margin: 10px auto 20px 30%;
	padding: 2px;
   }
.imgkeap_01 {
	width:300px;
	height: auto;
	padding: 50px 30px 0 0;
	float: right;
}
	
.float03_03 {
	padding:  12px 8px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2.0em ;
}
	
.box-015 {
    position: relative;
    max-width: 700px;
    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;
}
	
.box3hp {
	width: 90%; 
	margin: 60px auto;
    padding: 25px;
    background: #fff3c0;
    border-radius: 10px;
	text-align:  center;   
}

.box3hp2 {
	width: 80%;
    padding: 0.8em 1.5em 70px 0;
    margin: 70px auto 100px auto;
    border: solid 1px #fb9039;
	background-color: #fffaf9;
	border-radius: 10px;
}
	
.box3hp3 {
	width: 98%;
    padding: 0.8em 1.5em;
	margin: 35px auto 100px auto;
    border: solid 1px #fb9039;
	background-color: #fffaf9;
    border-radius: 10px;
}
	
.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;
}
	
/* チェックボックス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;  }	
	
.highlight {
  background-image: linear-gradient(0deg, #fbbf248c 0.5em, transparent 0.5em);
}
	
  .item5 {
    width: 80%;
  }
 .item7 {
     width: 40%;
	 padding:  0;
	 margin:  0 auto;
  }

	
	.ago {
		margin-top: 100px; 
	}
.h8waku {
		text-align: center;
	    margin-top: 36px;
}

.boxs div {
  width: 80%;
  height: auto;
  margin:  20px auto;
  /*padding:  25px;
  background-color: #fff3c0;
  border: 2px solid rgb(255 215 166);*/
  border-radius: 10px;
}
.botmarumo {
  font-size:  12px;
  text-align: left; 
  font-weight: bold;
  line-height: 1.6em;
}	
.staffmo {
  font-size:  16px;
  text-align: left; 
  color: #A07A59;
  letter-spacing: 0.14em;
  line-height: 1.6em;
}
.staffmo00 {
  font-size:  16px;
  text-align: left; 
  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;
}
.text br {
    display: none;
  }
.mamshi2 {
	width: 100%;
	height: auto;
	margin:  100px 0 40px 0;
	padding: 60px 0 60px 0;
	background-color: #fff5f3;
}	
.mamshi3 {
	width: 100%;
	height: 420px;
	margin:  30px 0 10px 0;
	padding: 20px 0 10px 0;
	background-color: #fff5f3;
}	

.feat .feat2 .feat3 {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	margin:  0 auto;
}
	
.feat1 {
	width: 100%;
	height: auto;
	margin:  0 auto;
}
.feat2, .notind {
	width: 100%;
	height: auto;
	margin:  0 auto;
}
.feat3 {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
	
.feat4 {
	width: 100%;
	height: auto;
	margin:  0 auto;
}
	
.prefeat {
	width: 100%;
	height: 500px;
	margin:  0 ;
	padding: 0;
}
.stafeat {
	width: 100%;
	height: auto;
	margin:  0 auto;
}
.intfeat {
	width: 100%;
	height: auto;
	margin:  0;
	padding: 0;
}
	
.rule {
	width: 80%;
	height: auto;
	padding: 20px;
	margin:  100px auto 0  auto;
}
.rule2, .rule3 {
	width: 80%;
	height: auto;
	padding: 20px;
	margin:  100px auto 0  auto;
}

.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;
}
	
.intromo {
  font-size:  18px;
  text-align:  center; 
  color: #A07A59;
	margin-bottom: 50px;
  letter-spacing: 0.14em;
  line-height: 1.6em;
}
.kiack {
	width: 40%;
	height: auto;
}

.poz {margin: 25px 25px 15px 25px;}
.poz01, .poz00, .poz08 { padding: 0 16px;}	
	
.imgshadow {
        filter: drop-shadow(3px 3px 3px rgba(160, 160, 160, 0.6));
}
ul {
    display: flex;
    justify-content: center;
  }

  li {
    list-style: none;
  }

  li:nth-child(2) {
    margin: 0 10px;
  }	
	 .imgmaru {
	  border-radius: 50%;
}

.ooo {
	transition: all .3s ease-in-out;
}
.ooo:hover  {
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}

.flexbox, .flexbox_02 {
	width: 100%;
	margin: 50px auto 1rem;
	gap : 40px 1px;
}

.flexbox01 {
	width: 100%;
	margin: 0;
}

	
	
	.boxs05 {
	width: 100%;
	height: auto;
	padding: 6px;
	margin: 50px auto;
  display: flex;
  align-items: stretch;
}
	
  .item {
	   width: 50%;
	  margin: 0 auto 20px auto;
	  list-style:none;
     float:left;
    text-align: center;
	}
	
.intimg {
		width: 30%;
		height: auto;
	}

 .item1, .item12  {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff5f3;
  border-radius: 20px;
}
.item01h, .item1 {
  padding: 0 2px;
  border: 10px double #fff;
}
	
.item01,.item5 {
  margin: 0 auto;
  text-align: center;
  background-color: #fff5f3;
  border-radius: 20px;
}
.item01h{
	width: 25%;
	height: auto;
    padding: 0;
    border: 8px double #fff;
}
.item3h{
	width: 100%;
	height: auto;
    padding: 0;
    border: 8px double #fff;
}
	
.item02h{
	height: auto;
  padding: 0 2px;
  border: 8px double #fff;
}
	
.item01 img {
  max-width: 100%;
  height: auto;
}
.item02, .item06, .item08 {
    width: 33%;
	text-align: center;
}
.item02 img {
  width: 90%;
  height: auto;
}
.item06 img {
  width: 90%;
  height: auto;
}
.item08 img {
  width: 50%;
  height: auto;
}
	
.item02 p {
	font-size: 15px;
	padding: 10px auto 30px auto;
    text-align: center;
	line-height: 0.1;
}	
.nitymo {
  font-weight: 550;
}
	
.float03 {
	padding: 0 0 6px 3px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.4px;
	line-height: 2.0 ;
	color: #A07A59;
}
.float03_1 {
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.4px;
	line-height: 1.6em ;
    text-indent: -1em;
    padding-left: 1em;
	margin-left: 4px;
}

.featwa {
	width: 100%;
	height: auto;
	background: #f9ffee;
	margin-bottom: 0;
    border-radius: 180px 180px 0 0;
	}
	
.shiorizi2 {
  font-size:  13px;
  color: #A07A59;
	}
	
.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;
}

@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
	
.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;
}
	
.flexbox_01 {
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 60px auto 0;
	display: flex;
}
	
 .item10 {
    width: 48%;
	text-align: center;
	margin:  0;
	padding: 0;
  }

.tokumoscen, .tokumoscen2 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
	
.firstintro {
	   width: 90%;
	   height: 150px;
	   padding:  20px;
	   margin: 10px auto 0 3%;
		   float: left;
       text-align: center;
	  background-color: #FFFFFF; 

}
	
.ribbon1 {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  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;
  margin: 0 0 0 10px;
  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 10px;
  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 10px;
  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;
  margin: 0;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 120px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #cf81ec;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
	
.no-color-chan {
font-weight: bold;
  color: #8B8A8A;
}	

.balloon-005 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 180px;
	margin-left: 50px;
    margin-bottom: -10px;
    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;
}
	
.businesshours {
    display:none;
	}
	
.address{
    display:none;
}
	
.reservation {
    display:none;
}
.footersaigo {
		font-size: 16px;
		margin: 10px auto ;
		color: #A07A59;
		position:relative;

	}

}
