@charset "UTF-8";
/* PCでは非表示 */
.pc_no {
	display: none;
}
/*自動隙間　横並び　行替え　左寄せ*/
.flex_bet {
	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;
}
/*マージン　パティング*/
.p_tb_l {
	padding-top: 5%;
	padding-bottom: 5%;
}
.m_l_m {
	margin-left: 3%;
}
/* -------------------------- */
/* --------content----------- */
/* -------------------------- */
.content {
	width : 1000px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
}
/* -------------------------- */
/* -----------main----------- */
/* -------------------------- */

#main {
	background-image: url(../img/bg_main.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#top_logo {
	width: 15rem;
	padding: 1.5rem 0 1rem 16%;
}
/* --メイン画像-- */
#top_img {
}
.slider ul li {
	position: absolute;
	top: -2rem;
	right: 0;
	animation-iteration-count: infinite;
	animation-duration: 10s;
}
/* アニメーション開始時間の設定 */
.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;
}
}
/* --------- */

/* --nav-- */
.menu {
	display: -moz-box;		/* Fx用 */
	display: -webkit-box; 	/* Safari、スマホ用 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 11%;
	font-size: 0.7rem;
}
.menu li {
	font-weight: 800;
	padding: 1%;
	transition: 0.3s;
}
.menu li:hover {
	transform: scale(1.2, 1.2);
}
.menu li:nth-child(1) {
	background-image: url(../img/bg_menu1.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.menu li:nth-child(2) {
	background-image: url(../img/bg_menu2.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.menu li:nth-child(3) {
	background-image: url(../img/bg_menu3.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.menu li:nth-child(4) {
	background-image: url(../img/bg_menu4.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
/* --問い合わせ-- */
.inquiry {
	position: fixed;
	top: 3%;
	right: 2%;
	font-weight: 800;
	font-size: 0.8rem;
	background-color: #fff;
	display: inline;
	padding: 0.8% 1%;
	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.1rem 0.5rem 0 0;
}
/* --main見出し-- */
#main h2 {
	font-family: 'Otomanopee One';
	font-size: 2.5rem;
	letter-spacing: 0.8rem;
	text-align: center;
	margin-right: 38%;
	line-height: 3.8rem;
}
#main h4 {
	font-size: 1.8rem;
	text-align: center;
	margin: 1% 38.5% 10% 15%;
	font-weight: 600;
	line-height: 2.5rem;
}
#main h3 {
	font-family: 'Otomanopee One';
	text-align: center;
	font-weight: 900;
	font-size: 1.15rem;
	letter-spacing: 0.2rem;
	margin-top: 5rem;
}
/* --フォントサイズ-- */
.font_l {
	font-size: 4rem;
}
.font_m {
	font-size: 3rem;
}
.font_s {
	font-size: 1.7rem;
}
.font_sm {
	font-size: 0.7rem;
}
.font_ss {
	font-size: 0.6rem;
}
/* --フォント位置-- */
.vertical_u {
	vertical-align: 0.2rem;
}
.vertical_d {
	vertical-align: -0.5rem;
}
/* --フォントカラー-- */
.font_pink {
	color: #E7336E;
}
.font_orange {
	color: #FF931E;
}
/* --挿絵-- */
.sun1 {
	width: 9%;
	margin: -2% 0 -1% 42%;
}
.jellyfish {
	width: 28%;
	margin: 0 0 0 16%;
}
.bird {
	width: 15%;
	margin: -4% 0 -3% 0;
}
.bird_2 {
	width: 5%;
	position: absolute;
	right: 25%;
}
.rat {
	width: 12%;
	margin: -5% 0 -5% 15%;
}
.sun2 {
	width: 100px;
}
/* --挿画-- */
.art_2 {
	margin: -13% 0 -5% 0;
}
.art_3 {
	position: absolute;
	right: 3%;
}
/* --挨拶-- */
#greeting {
	padding-bottom: 25%;
}
#greeting p {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 1rem;
}
/* -------------------------- */
/* -----------class----------- */
/* -------------------------- */

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

#news {
	background-image: url(../img/bg_news.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.9rem;
}
/* --news見出し-- */
#news h2 {
	font-size: 1.3rem;
	width: 18%;
	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: 5.5% 0;
	margin-right: 5%;
}
#news h2 span {
	display: block;
}
#info ul {
	display: flex;
	width: 650px;
	background-color: #5AC8B9;
	border-radius: 20px;
	margin: 1% 0;
	padding: 0.5% 0.5% 0.6% 0.5%;
}
#info ul li {
	padding: 0.6% 0 0.5% 3%;
}
#info .text {
	width: 442px;
	background-color: #fff;
	padding-left: 3%;
	border-radius: 18px;
	margin-left: 3%;
}
/* -------------------------- */
/* --------instructor-------- */
/* -------------------------- */
#instructor {
	display: flex;
	background-color: #FAFBEA;
}
.introduce {
	width: 45%;
	margin-left: 5%;
	padding-top: 2%;
	font-size: 0.9rem;
}
#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%;
}
#instructor ul {
	padding-bottom: 3%;
}
#instructor h4 {
	width: 11%;
	border: solid 1px #000;
	background-color: #fff;
	padding-left: 5%;
	margin-bottom: 1%;
}
/* -------------------------- */
/* ---------access----------- */
/* -------------------------- */

#access {
	background-image: url(../img/bg_access.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF6D4;
	padding: 10% 0 2% 0;
}
.wap {
	background-color: #C8E8F3;
	border-radius: 10px;
	padding: 2%;
}
#access h2 {
	font-size: 1.3rem;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #C8E8F3;
	text-align: center;
	padding-top: 10%;
	margin: -5rem auto 0 auto;
}
#access table {
	width: 320px;
	margin-top: -5rem;
	border-top: 1.5px #fff dashed;
}
#access table th {
	vertical-align: top;
	color: #01AAEB;
	padding: 2.5% 2rem 0 2%;
	border-bottom: 1.5px #fff dashed;
	font-weight: normal;
	font-size: 0.9rem;
}
#access table td {
	border-bottom: 1.5px #fff dashed;
	padding: 2% 0;
}
#access iframe {
	margin-left: 5%;
	width: 60%;
}
/* -------------------------- */
/* ---------footer----------- */
/* -------------------------- */
footer {
	background-image: url(../img/bg_footer.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #FFF6D4;
	padding: 1.5% 0;
}
.f_logo {
	width: 250px;
	margin: 0 auto;
}
#copyright {
	text-align: center;
	font-size: 0.7rem;
}
.sns {
	margin: 1% auto;
}
.fb {
	width: 35px;
	margin-right: 2%;
}
.ig {
	width: 30px;
	margin-top: 0.3%;
}
/* -------------------------- */
/* ---------page_top----------- */
/* -------------------------- */
#page_top {
	position: fixed;
	bottom: 6rem;
	right: 3rem;
	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: 3rem;
  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: 3rem;
  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;
}
