@charset "utf-8";
.wanted_container {
	width: 100%;
	padding:30px 220px 20px;
	text-align:center;
}

.wanted  {
  	box-shadow: 0 0 0 3px #f8c6bd, 0 0 0 5px #f8c6bd, 0 0 0 7px #E81E79;
	padding:20px 0 10px;
	font-size:1.6em;
	background:#FFFDE3;
	border-radius:10px;
	width:85%;
	margin:0 auto;
	margin-bottom:20px;
	color:#E81E79;
	line-height:1.7rem;	
}

.wanted  { 
	color:#E81E79;
	line-height:1.7rem;	
}

.wanted span{
	padding-top:10px;
	font-size:1rem;
}

.wanted_p {
	line-height:1.8em;
	padding:10px 20px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}


body {
	width: 100%;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo, sans-serif;

}

 button, input, select, textarea, pre, th, td, li, dt, dd {
        font-family: inherit;
        font-size: 0.9em;
      }

img {
	max-width: 100%;
}

i {
font-style:normal;}

/* Color Values */
:root {
	--white: #FFFFFF;
	--pink: #E81E79;
	--light-pink: #FF7BAB;
	--grey: #333333;
	--blue: #57C3D1;
	--black: #000000;
}


a {
	text-decoration: none;
}

.obi{
	color:white;
	padding:12px 0 16px 0;
	margin-bottom:1em;
	font-size:1.4375em;
	letter-spacing: 0.2rem;
	background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
	text-align:center;
	font-weight:bold;
}

.access_btn a {
	display:block;
	color:#E81E79;
	text-align:center;
	border:1px solid;
	font-size:0.8rem;
	width:70%;
	margin-bottom:10px;
	padding:5px 18px
}

.access_btn a:hover {
	background-color:#E81E79;
	color:white;
}

.access_btn a::after {
	content:"▶";
}

/* Fonts */
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wf-josefinsans {
	font-family: 'Josefin Sans', sans-serif;
}

.wf-dancingscript{
	font-family: "Dancing Script";
}


.wrapper {
	width: 100%;
	max-width: 1920px;
	background: white;
	margin: 0 auto;
}


.demobox-header{
	background: #ddd;
	height: 64px;
	padding: 1em;
}
.demobox-sitename{
	font-weight: 700;
	font-size: 18px;
}
/* 全体調整CSS */
.hamburger-demo-menubox *{
	font-size: 16px;
}
.hamburger-demo-menubox li{
	font-size: 14px;
}
/* hamburgerここから */
	/* input非表示 */
.wrapper {
	position: relative;
}

.hamburger-demo-menubox {
	position: absolute;
    top:7px;
    right:7px;
}


.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 9999;
	width: 4em;
	height: 4em;
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo4:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* 円を用いたハンバーガーデザイン */
	/* 外側の円 */
.hamburger-demo-switch4:before{
	content: "";
	position: absolute;
	width: 3em;
	height: 3em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #E81E79; /* 外側の円（枠線）の色 */
	border-radius: 50%;
	background:white;
}
	/* 真ん中の円 */
.hamburger-switch-circle{
	height: 3px;
	width: 25px;
	background: #E81E79; /* 真ん中の線（円）の色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
	/* 上下の線 */
.hamburger-switch-circle:before, .hamburger-switch-circle:after{
	content: "";
	position: absolute;
	width: 25px;
	top: 50%;
	left: 50%;
	transition: .3s;
}
.hamburger-switch-circle:before{
	border-top: 3px solid #E81E79; /* ハンバーガーアイコン上側の線の色 */
	transform: translate(-50%, -300%);
}
.hamburger-switch-circle:after{
	border-bottom: 3px solid #E81E79; /* ハンバーガーアイコン下側の線の色 */
	transform: translate(-50%, 200%);
}
/* アイコン･アニメーション */
#hamburger-demo4:checked ~ .hamburger-demo-switch .hamburger-switch-circle{
	height: 25px;
	border-radius: 50%;
}
#hamburger-demo4:checked ~ .hamburger-demo-switch .hamburger-switch-circle:before{
	width: 0;
}
#hamburger-demo4:checked ~ .hamburger-demo-switch .hamburger-switch-circle:after{
	width: 0;
}
	/* 真ん中の×印 */
.hamburger-demo-switch4:after{
	content: "×";
	font-size: 0px;
	position: absolute;
	color: #fff; /* ハンバーガーの"×"マークの色 */
	top: 50%;
	left: 50%;
	transform: translate(-49%,-49%);
	transition: .2s;
}

#hamburger-demo4:checked ~ .hamburger-demo-switch4:after{
	font-size: 25px;
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fafafa; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロール */
	top: 0;
	left: 100%;
	width: 70%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合あり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	text-decoration: none;
	color: #E81E79; /* メニューエリアの文字色 */
	display: block;
	border:dotted 1px #E81E79;
}

.hamburger-demo-menulist li a:hover{
	background:#F9EFEF;
}

	/* 円を用いたメニューリスト */
.hamburger-menulist-circle li{
	/*border: 1px solid;*/
	margin-bottom: 5px;
	border-radius: 2em;
}
.hamburger-menulist-circle li a{
	padding: .9em 2.5em .9em 1em;
	position: relative;
}
.hamburger-menulist-circle a:before{
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: #E81E79; /* メニューリスト矢印背景（円）の色 */
	border-radius: 50%;
	top: 50%;
	right: .5em;
	transform: translate(0, -50%);
}
.hamburger-menulist-circle a:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2.5px solid;
	border-color: #fff #fff transparent transparent; /* メニューリスト矢印の色（#fffのみ変更） */
	top: 50%;
	right: .5em;
	transform: translate(-80%, -50%) rotate(45deg);
}
/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo4:checked ~ .hamburger-demo-menuwrap{
	left: 30%;
}
	/* コンテンツカバー */
#hamburger-demo4:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

.nav_flex {
    display: flex;
    align-items: center;
	justify-content:center;
}

nav ul{
	display: flex;
	justify-content:center;
	/*align-items:center;*/
	font-size:0.875em;
	background:#E81E79;
	padding:12px 10px;
	max-height:70px;
}

nav ul li{
	width: 145px;
	vertical-align: middle;
	border-left: 1.5px dotted white;
	font-weight:bold;
	font-size:0.85em;
}

.pcon {
	text-align: center;
}

.top_nav_trial{
	text-align: left;
	font-weight:bold;
	font-size:1.0625em;
	line-height:1.2em;
}

.navi1{
	border-left:none;
	padding:0px 20px 0px 20px;
	width:145px;
	line-height:3em;	
}

.navi6 {
	border-left:none;
	background:#57C3D1;
	padding:9px 10px;
	border-radius:5px;
	width:143px;
}

.navi6:hover {
	 cursor: pointer;
     background:black;
}


.nav_flex {
	display: flex;
	align-items: center;
}

.nav_mail_icon {
	width:30%;
	max-width:30%;
	padding-left:10px;
}

nav ul li a{
	color: white;
	display: block;
}

nav ul li a span{
	display: flex;
	max-width:20px;
	margin: 0 auto;
	padding-top:13px;
}

/* Main */


/* footer */
footer {
	background: #57C3D1;
	align-items: center;
	color:white;
}

footer a{
	color:white;
}

.banner_tel,
.banner_trial {
	padding:12px 10px;
	text-align:center;
	font-weight:bold;
	color:white;
	width:50%;
	float:left;
	min-height:50px;
}

.banner_tel a,
.banner_trial a{
	display:block;
}

.banner_tel span,
.banner_trial span{
	font-size:0.8rem;
	font-weight:normal;
	aling-items:center;
	/*color:black;*/
}

.banner_tel{
	background: #FF7BAB;
	font-size:1.7em;
	font-family: Arial;
	line-height:0.9em;
	height:70px;
}

.banner_trial{
	background: #E81E79;
	font-size:1.3em;
	line-height:1.2em;
	height:70px;
}
	
.tel {
  width: 15px;
  margin: 0 5px 0 0;
}

/* footer */

footer {
	padding-bottom: 100px;
}

footer h3 {
	font-size:1.5rem;
	margin-bottom:20px;
	letter-spacing:0;
}

.footer-flex {
  clear:both;
  padding:40px 100px 20px;
  display:flex;
}


footer div{
	margin: 0 auto;
}

.address {
	width:38%;
}

.address p{
	line-height:2em;
}


.mail_icon {
	margin-bottom:15px;
	position: relative;
}

.silhouette {
	width:70%;
	padding-top:20px;
}

.mailadd{
	width:200px;
	position: absolute;
	top:11px; left: 20px;
}

.tei_icon span{
	font-family: Arial;
	font-weight:bold;
	font-size:1.2em;
}

.form {
	width:45%;
}

.form p {
	line-height:1.5em;
	margin-bottom:20px;
	width: 85%;
}

input[type="text"] ,
input[type="email"],
input[type="tel"] {
  width: 80%;
  height: 40px;
  border: none;
  border-radius:4px;
  margin-bottom:1.5em;
  margin-top:0.5em;
}

::placeholder {
  color: #57C3D1;
  padding-left:5px;
  /*width:80%;*/
}

textarea {
	width:80%;
	height:150px;
	border: none;
    border-radius:4px;
    margin-bottom:1.5em;
    margin-top:0.5em;
}

input[type="text"] ,
input[type="email"],
input[type="tel"],
textarea:focus {
  outline: none;
}

.Form-Btn {
	background:#E81E79;
	color:white;
	border: none;
    border-radius:4px;
    padding:15px 15px;
    width:200px;
    height:50px;
}

input[type="button"]:hover{
	 cursor: pointer;
	 text-decoration: none;
     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

input[type="submit"]:hover{
	 cursor: pointer;
	 text-decoration: none;
     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

dl dt {
 text-align:left;
}

.house{
  width: 16px;
  margin: 0 5px 9px 0;
}

.tel_mini {
  width: 13px;
  margin: 0 8px 6px 0;
}

.mail_mini {
	 width: 13px;
  margin: 0 8px 9px 0;
}

.footer_navwrap {
  text-align:center;
  padding-top:40px;
}

.footer_nav {
	  padding-right:40px;
	  margin-bottom:30px;
}

footer ul li {
	display: inline-block;
	word-spacing: 5px;
	margin-bottom:30px;
}

footer ul li::before {
	content: "▶";
	font-size:0.6em;
	color: #FFAEB8;
}


footer ul li a:hover {
	
	/*border-bottom: 1.5px dotted;*/
}	

footer ul li a {
	font-size:1.2em;
	/*vertical-align: middle;*/
	padding: 0px 3px 3px 3px;
	margin-right:30px;
	color: white;
}


footer ul li a {
  padding-bottom: 5px;
  position: relative;
}
footer ul li a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

footer ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);}

.footer-logo img{
	width: 100px;
	margin-bottom:8px;
	margin-top:8px;
}

footer small {
	font-size: 0.8rem;
	color: var(--white);
}


/* Current Page in Footer Menu */
#top-page footer .top-page a,
#guidance-page footer .guidance-page a,
#lesson-page footer .lesson-page a,
#news-page footer .news-page a,
#studio-page footer .studio-page a,
#trial-page footer .trial-page a {
	font-weight:bold;
	text-shadow:0 0 10px #FFF;
}



/*@media (min-width: 550px){
	.hamburger-demo-menubox{
	display: none;
}	
}*/

@media screen and (max-width: 650px){



/* SP */

@media screen and (max-width: 600px){

.wanted_container {
	padding:25px 10px 10px;
	text-align:center;
}

.wanted  {
	padding:20px 5px 20px;
	font-size:1.2em;
	margin-bottom:5px;
}

.wanted_p {
	line-height:1.5em;
	padding:20px 20px;
	font-size:0.9rem;
}

.silhouette {
  margin:0 auto;
  width:20%;
}

nav {display:none}
}

.banner_tel {
		display: none;
}

.banner_trial {
	margin:0 auto;
	width:100%;
}


.address {
	width:100%;
	text-align:center;
	margin-bottom:40px;
	margin-top:20px;
}

.mail_icon,.mailadd {
	display:none;
}


.form {
	width:100%;
	text-align:center;
}

.form p{
	width:100%;
	text-align:justify;
}

input[type="text"] ,
input[type="email"],
input[type="tel"] {
  width: 100%;
}

textarea {
	width:100%;
}

.footer_nav {
	  padding-right:0px;
}

.map {
	margin-top:20px;
}

.footer-flex {
  flex-direction:column;
  padding:10px 20px 0 20px;
}

	footer ul li {
		font-size:0.85rem;
		display: block;
		text-align: center;
		padding-left:20px;
	}
	
	
	.footer-logo {
		padding: 10px 5%;
		/*align-self: flex-start;*/
		text-align: center;
	}
	
	.access_btn a {
	width:85%;
	padding:5px 20px
}

.tei_icon p{
 margin-top:20px;
}

.tei_icon span{
	font-size:1.6em;
}

.tel_mini {
  margin: 0 8px 13px 0;
}

.address p{
	line-height:2.5em;
}

#form_submit {
	text-align:center;
}

}