@charset "UTF-8";
/* スマホでは非表示 */
.sp_no {
	display: none;
}
/*マージン　パティング*/
.p_tb_l {
	padding-top: 5%;
	padding-bottom: 5%;
}
.m_l_m {
	margin-left: 3%;
}
/*自動隙間　横並び　行替え　左寄せ*/
.flex_bet_sp {
	display: -moz-box;		/* Fx用 */
	display: -webkit-box; 	/* Safari、スマホ用 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;/*折り返しても*/
	justify-content: center;
}
/* -------------------------- */
/* --------content-------- */
/* -------------------------- */
#content {
	width: 90%;
	padding: 0;
	margin: 20px auto 0 auto;
}
/* -------------------------- */
/* -----------main----------- */
/* -------------------------- */

#main {
	background-image: url(../img/bg_main_sp.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF6D4;
}
#top_logo {
	margin: 0 auto;
	width: 80%;
	padding-top: 5rem;
}
/* --メイン画像-- */
.slider ul li img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.slider ul li {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	animation-iteration-count: infinite;
	animation-duration: 5s;
}
/* アニメーション開始時間の設定 */
.slider ul li:nth-child(1) {
	animation-name: slider;
	animation-delay: -2s;
}
.slider ul li:nth-child(2) {
	animation-name: slider;
	animation-delay: 5s;
	opacity: 0;
	z-index: 5;
}

/* フェードイン・フェードアウトの設定 */
@keyframes slider {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
 100% {
opacity:0;
}
}
/* --------- */

/* ----hamburger-menu--- */
.menu-btn {
	position: fixed;
	top: 0.8rem;
	right: 0.8rem;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #6C69AE;
	border-radius: 25px;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 20px;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #fff;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
	padding-top: 6rem;
}
.menu-content ul li {
	list-style: none;
	margin-bottom: 1.5rem;
	text-align: center;
	border-bottom: 1.5px #6C69AE dashed;
	margin: 0 3rem;
	line-height: 4rem;
}
.sen {
	border-top: 1.5px #6C69AE dashed;
}
.menu-content ul li a {
	font-size: 1.5rem;
	font-weight: 300;
	position: relative;
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
}
/* --問い合わせ-- */
.inquiry {
	position: fixed;
	top: 1rem;
	left: 1rem;
	font-weight: 800;
	font-size: 1rem;
	background-color: #fff;
	display: inline;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	z-index: 10;
}
.inquiry:hover {
	background-color: #FFD200;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
	border: solid 2px #333333;
}
/* --アイコン-- */
.icon {
	width: 25px;
	padding: 0.2rem 0.5rem 0 0;
}
/* --main見出し-- */
#main h2 {
	font-family: 'Otomanopee One';
	font-size: 2.8rem;
	letter-spacing: 0.3rem;
	text-align: center;
	line-height: 4.8rem;
	margin-top: 24rem;
}
#main h4 {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.8rem;
	margin-top: 1rem;
	letter-spacing: 0.1rem;
}
#main h3 {
	font-family: sans-serif;
	text-align: center;
	font-weight: 900;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	margin: 1rem auto;
}
/* --フォントサイズ-- */
.font_l {
	font-size: 4rem;
}
.font_m {
	font-size: 3.6rem;
}
.font_s {
	font-size: 2rem;
}
.font_sm {
	font-size: 0.8rem;
}
.font_ss {
	font-size: 1rem;
}
/* --フォント位置-- */
.vertical_u {
	vertical-align: 0.2rem;
}
.vertical_d {
	vertical-align: -0.5rem;
}
/* --フォントカラー-- */
.font_pink {
	color: #E7336E;
}
.font_orange {
	color: #FF931E;
}
/* --挿絵-- */
.sun1 {
	width: 25%;
	position: absolute;
	right: 1rem;
	margin-top: 18rem;
}
.jellyfish {
	width: 70%;
	margin: 0 auto;
}
.bird_2 {
	width: 15%;
	position: absolute;
	right: 2rem;
}
.rat {
	width: 20%;
	margin: -4rem 0 0 0.5rem;
}
.sun2 {
	width: 25%;
	margin: 0.5rem auto;
}
/* --挿画-- */
.art_2 {
	width: 50%;
	margin-right: -2rem;
}
.art_3 {
	width: 50%;
}
/* --挨拶-- */
#greeting {
	padding: 1rem 0 15rem 0;
}
#greeting p {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.01rem;
	margin-bottom: 1rem;
}
/* -------------------------- */
/* -----------class----------- */
/* -------------------------- */

#class {
	background-image: url(../img/bg_class_sp.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: -13rem;
}
/* --class見出し-- */
#class h2 {
	text-align: center;
	padding-top: 1.5rem;
	font-weight: 500;
	font-size: 1.5rem;
}
#class h3 {
	font-family: 'Otomanopee One';
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.7rem;
	padding: 2.5rem 0 1.5rem 0;
}
#class h3 span {
	display: block;
	letter-spacing: 0.2rem;
}
#class h4 {
	color: #F15A24;
	text-align: center;
	font-weight: 600;
	margin: 3% 0;
	font-size: 1.5rem;
}
.chick {
	background-image: url(../img/bg_chick_sp.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.duck {
	background-image: url(../img/bg_duck_sp.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.room {
	width: 90%;
	margin: 1rem auto;
}
#class p {
	font-size: 1rem;
}
/* --背景カラー-- */
.bg_orange {
	background-color: #F7931E;
}
.bg_bgreen {
	background-color: #5AC8B9;
}
/* --開催日時等-- */
.lesson {
	width: 100%;
	margin: 3% 0;
}
.lesson th {
	width: 7rem;
	font-size: 0.85rem;
	color: #fff;
	font-weight: normal;
	line-height: 1rem;
}
.lesson td {
	background-color: #fff;
	padding: 1rem 2% 1rem 3%;
	line-height: 1.2rem;
	font-size: 1.1rem;
}
.trial {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.trial th, .trial td {
	background-color: #F15A24;
	color: #fff;
	font-weight: normal;
}
.trial td {
	text-align: center;
}
.dan {
	display: block;
}
/* -------------------------- */
/* -----------news----------- */
/* -------------------------- */

#news {
	background-image: url(../img/bg_news_sp.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.9rem;
}
/* --news見出し-- */
#news h2 {
	font-size: 1.3rem;
	width: 180px;
	height: 120px;
	border: solid 2px #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 3px #000;
	box-shadow: 1px 2px 3px #000;
	padding-top: 4rem;
	margin: 0 auto 1.5rem auto;
}
#news h2 span {
	display: block;
}
#info ul {
	width: 90%;
	background-color: #5AC8B9;
	border-radius: 8px;
	margin: 0.5rem auto;
	padding: 0.1rem 0.1rem 0.3rem 0.1rem;
}
#info ul li {
	padding: 0.2rem 0.5rem;
}
#info .text {
	width: 93%;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 auto;
}
/* -------------------------- */
/* --------instructor-------- */
/* -------------------------- */
#instructor {
	background-color: #FAFBEA;
}
#instructor img {
	width: 100%;
}
.introduce {
	width: 80%;
	margin: 0 auto;
	padding: 2rem 0;
}
#instructor h2 {
	background-color: #fff;
	border: solid 2px #000;
	padding: 2% 4%;
	box-shadow: 10px 10px 0px 0 rgb(255, 245, 112);
}
#instructor h3 {
	padding: 5% 0 2% 0;
	font-size: 1.3rem;
}
#instructor p {
	margin-bottom: 2%;
	letter-spacing: 0.01rem;
}
#instructor ul {
	padding-bottom: 3%;
}
#instructor h4 {
	width: 20%;
	border: solid 1px #000;
	background-color: #fff;
	padding-left: 8%;
	margin-bottom: 1%;
}
/* -------------------------- */
/* ---------access----------- */
/* -------------------------- */

#access {
	background-image: url(../img/bg_access_sp.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF6D4;
	padding: 5rem 2rem 2rem 2rem;
}
.wap {
	background-color: #C8E8F3;
	border-radius: 10px;
	padding: 2%;
}
#access h2 {
	font-size: 1.5rem;
	width: 160px;
	border-radius: 50%;
	background-color: #C8E8F3;
	text-align: center;
	padding: 1.5rem 0;
	margin: -3rem auto 0 auto;
}
#access table {
	width: 100%;
	margin: 0 auto;
	border-top: 1.5px #fff dashed;
}
#access table th {
	vertical-align: top;
	color: #01AAEB;
	padding: 2.5% 1rem 0 1%;
	border-bottom: 1.5px #fff dashed;
	font-weight: normal;
	font-size: 1rem;
}
#access table td {
	border-bottom: 1.5px #fff dashed;
	padding: 2% 0;
	font-size: 1rem;
}
#access iframe {
	width: 100%;
	margin-top: 1rem;
}
/* -------------------------- */
/* ---------footer----------- */
/* -------------------------- */
footer {
	background-image: url(../img/bg_footer_sp.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #FFF6D4;
	padding: 1.5% 0;
}
.f_logo {
	width: 60%;
	margin: 0 auto;
}
#copyright {
	text-align: center;
	font-size: 0.7rem;
}
.sns {
	margin: 1rem auto;
}
.fb {
	width: 12%;
	margin-right: 1rem;
}
.ig {
	width: 10%;
	margin-top: 0.4rem;
}
/* -------------------------- */
/* ---------page_top----------- */
/* -------------------------- */
#page_top {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 200;
	width: 55px;
	height: 55px;
	background: rgba(247,147,30,0.8);
	border-radius: 50%;
	text-align: center;
	transition: 0.3s;
}
#page_top:hover {
	background-color: #F7931E;
	transform: scale(1.2, 1.2);
}
#page_top a {
	display: block;
	color: #fff;
	font-size: 0.6rem;
	line-height: 0.7rem;
	padding-top: 0.2rem;
	letter-spacing: 0.08rem;
	font-weight: 600;
}
#page_top img {
	width: 25px;
	display: block;
	margin: 0 auto;
}

#requestf a {
  background-color: #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  writing-mode: vertical-rl;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
  padding: 0.7rem;
  position: fixed;
  top: 200px;
  right: 1rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  letter-spacing: 0.08rem;
  z-index: 10;
  transition: .3s;
}
#requesti a {
  background-color: #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  writing-mode: vertical-rl;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
  padding: 0.7rem;
  position: fixed;
  top: 280px;
  right: 1rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  letter-spacing: 0.08rem;
  z-index: 10;
  transition: .3s;
}
