@media screen and (min-width: 651px){

@charset "utf-8";

/* =============================================================

	PC用

* ============================================================= */


.foot_copyright {
	width: 550px;
	font-size: 0.7em;
	bottom: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}



/* 大きなくくり
----------------------- */

#wrap {
	width: 100%;
	color: #333;
	min-width:601px;
	position:relative;
	margin:0 auto;
	font-size:16px;	
	}
	
.section {
	width:100%;	
	margin:0 auto;
}

.section_inner {
	width:1000px;
	/*max-width:1000px;*/
	margin:0 auto;
}

.center {
	width: 100%;
	text-align:center;
	margin:0 auto;
}

.pcbox{
	display:block;
}

.spbox {
	display:none;
}

	
	
/* ヘッダー関連
----------------------- */
	


.main {
	position:relative
}

#logo {
	width:45%;
	margin: 0 5% 0 0;
	float:left;
}

#catch {
	width:50%;
	float:left;
	margin-top:30px;
}
#sub_catch {
	font-family: "Rounded Mplus 1c";
	font-size:22px;
	line-height:36px;
	font-weight:700;
	color: #0097D7;
	text-align:left;
	width:100%;
	margin:20px 0 32px 0;
}

.swiper-container {
    width: 100%;
	margin-bottom:0px;
}









/* 全般的に使用しているもの
----------------------- */


a:hover img {
 opacity: 0.7;
}
 
a img {
 transition: opacity 0.3s ease-out;
}





/* 表 table
----------------------- */
table.type03 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999;
	border-left: none;
}
table.type03 th {
	width: 120px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: none;
	border-bottom: 1px solid #999;
}
table.type03 td {
	padding: 10px;
	vertical-align: top;
	border-right: none;
	border-bottom: 1px solid #999;
}

table.type02 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: none;
}
table.type02 th {
	width: 200px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: none;
	border-bottom: none;
}
table.type02 td {
	padding: 10px;
	vertical-align: top;
	border-right: none;
	border-bottom: none;
}

	
/* 段組み
----------------------- */
.dangumi_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:960px;
	margin:0 auto;
}
.halfflex{
	flex-basis: 45%;
	text-align:left;
	margin-bottom:40px;
}

.dangumi_wrap_staff{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:850px;
	margin:0 auto;
}

.halfflex_staff{
	flex-basis: 40%;
	text-align:center;
	margin:40px;
}




/* 章の見出し
----------------------- */


h1 {
	font-family: "Rounded Mplus 1c";
	font-size:3em;
	line-height:1.5em;
	font-weight:500;
	color: #AACC03;
	margin-bottom:15px;
}


h2 {
	font-family: "Rounded Mplus 1c";
	font-size:3em;
	line-height:1.5em;
	letter-spacing:0.02em;
	font-weight:700;
	text-align:center;
	color: #fff;
	margin-bottom:30px;
}

.section_ttl {
	font-family: "Rounded Mplus 1c";
	font-size:40px;
	line-height:40px;
	letter-spacing:0.02em;
	font-weight:500;
	text-align:center;
	color: #00A9DC;
	margin-bottom:30px;
}

h3 {
	font-family: "Rounded Mplus 1c";
	font-size:25px;
	line-height:25px;
	font-weight:500;
	text-align:center;
	color: #fff;
	padding: 10px;
	margin-bottom:20px;
	background-color:#FF6D4E;
	border-radius: 20px;
	-webkit-border-radius: 20x;
	-moz-border-radius: 20x;	
}

h3.pink {
	font-family: "Rounded Mplus 1c";
	font-size:25px;
	line-height:25px;
	font-weight:500;
	text-align:center;
	color: #fff;
	padding: 10px;
	margin-bottom:20px;
	background-color:#ffb09e;
	border-radius: 20px;
	-webkit-border-radius: 20x;
	-moz-border-radius: 20x;	
}

h4 {
	font-family: "Rounded Mplus 1c";
	font-size:25px;
	line-height:25px;
	font-weight:500;
	text-align:center;
	color: #fff;
	padding: 10px;
	margin-bottom:20px;
	background-color:#FFB300;
	border-radius: 20px;
	-webkit-border-radius: 20x;
	-moz-border-radius: 20x;	
}

.jp_s {
	font-family: "Rounded Mplus 1c";
	font-size:2em;
	line-height:1.2em;
	letter-spacing:0.04em;
	font-weight:400;
	text-align:center;
	color: #AACC03;
	margin-bottom:0.2em;
}

.jp_ss {
	font-family: "Rounded Mplus 1c";
	font-size:1.2em;
	line-height:1em;
	letter-spacing:0.04em;
	font-weight:400;
	text-align:center;
	color: #FF69AA;
	margin-bottom:0.2em;
	margin-top:0.5em;
}

.leadtxt {
	font-family: "Rounded Mplus 1c";
	font-size:25px;
	line-height:35px;
	font-weight:500;
	text-align:left;
	color: #fff;
}




/* 活動内容
----------------------- */

#section_work {
	width:100%;
	background-color:#FF6D4E;
}

.section_work_inner {
	width:100%;
	max-width:1000px;
	height:420px;
	margin: 0 auto;
	background-repeat:no-repeat;
	position: relative;	
	overflow:hidden;
}

.work_text {
	width:60%;
	text-align:center;
	padding:40px;
	color:#FFF;
	font-size:18px;
	z-index: 20;
}

.bgpic_right {
	position: absolute;
	right: 0; 
	top: 20px;
	z-index: 10;
	opacity: 0.5;
	width: 380px;
	}
	
.bgpic_right02 {
	position: absolute;
	right: 0; 
	top: 60px;
	z-index: 10;
	opacity: 0.6;
	width: 200px;
	}	
	

.schedule_outer {
	width:100%;
	margin: 2rem auto 0;
	
}

.schedule_fbox{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.schedule {
	padding: 1em;
	margin-bottom:1em;
	/*border:solid 1px #999;*/
	background-color: #ffded6;
	text-align:left;
	border-radius: 10px;
	-webkit-border-radius: 10x;
	-moz-border-radius: 10x;
	width:45.5%;
}

.schedule_place {
	width:100%;
	border-bottom:dotted 1px #999;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	font-weight:bold;
}

.schedule_detail {
	width: 100%;
}






/* 体験会
----------------------- */

#section_taiken {
	width:100%;
	background-color:#FFB300;
}

.section_taiken_inner {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	position: relative;	
	overflow:hidden;	
}

.taiken_text {
	width:60%;
	text-align:center;
	padding:40px 0;
	color:#FFF;
	font-size:18px;
	margin: 0 0 0 auto;
	z-index: 25;
}

.bgpic_left {
	position: absolute;
	left: 0; 
	top: 50px;
	z-index: 20;
	opacity: 0.6;
	width: 330px;
	}

.taikenbox {
	width:90%;
	background-color:#FFEECC;
	border-radius: 15px;
	padding: 2% 5%;
	margin:1em auto;
}

/* instagram
----------------------- */
.section_insta {
	width:100%;
	max-width:900px;
	margin: 0 auto;
	padding: 30px; 	
}
.section_insta h2 {
	color:#00A9DC; 
}


/* line
----------------------- */
.section_line {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	padding: 40px; 	
}
.section_line h2 {
	color:#00AA00; 
}
.section_line .qr {
	width:70%;
	max-width: 250px;
	margin:30px auto;
}
.line_text {
	width:90%;
	margin:0 auto;
}
	

/* お問い合わせ
----------------------- */

#section_inquiry {
	width:100%;
	background-color:#92C714;
}

.section_inquiry_inner {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	background-repeat:no-repeat;	
	position: relative;
}

.inquiry_text {
	width:70%;
	font-size:18px;
	text-align:center;
	padding:5%;
	margin: 0 auto 0 0; 
	color:#FFF;
	line-height:1.5em;
	z-index: 35;
}

.tel {
	font-size:24px;
	line-height:1.5em;
	font-weight:bold;
	color:#92C714;
	margin:20px auto;
	background-color:#feeca3;
	border-radius: 20px;
	-webkit-border-radius: 20x;
	-moz-border-radius: 20x;
	padding: 10px;
	width:60%;
}


/* スタッフ
----------------------- */

#section_staff {
	width:100%;
	background-color:#00A9DC;
}

.section_staff_inner {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	position: relative;	
}

.staff_text {
	width:100%;
	text-align:center;
	padding:40px 0;
	color:#FFF;
	font-size:18px;
	margin: 0 0 0 auto;
}

.staffph {
	width:70%;
	margin: 0 auto 60px;	
}






/* form */

input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 16px;
  width:80%;
}
textarea {
  height: 100px;
  font-size: 16px;
  width:80%;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #333;
}
button[type="reset"] {
  background: none;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #ddd;
}
button[type="reset"]:hover {
  text-decoration: underline;
}

/* NAVIGATION 768px以上に適応するスタイル */


.nav {
    background: none;
    height: auto;
    position: static;
    padding: 20px 0;
    margin-bottom: 45px;
	border-bottom:solid 1px #00A9DC;
		
  }
.mainNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 670px;
    margin: 0 auto;
  }

.navItem {
    font-size:1.2em;
		font-weight:bold;
		color:#00a9dc;
  }
.navItem:hover {
    border-color: #3696da;
  }
.animation {
  -webkit-transition: none;
          transition: none;
  }


}