@charset "UTF-8";
/*////////////////////////
// common
////////////////////////*/

/* clearfix
------------------------------------------*/
.clear{ clear: both; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: ''; display: table; clear: both; }


html {
	color: #3F1F0D;
}
body{
	font-size: 14px;
}
.wrap{
	clear: both;
	width: 100%;
	padding: 0 10px;
	position: relative;
}
.wrap .footer-sns{
	position: absolute;
	bottom: 40px;
	right: 0;
}
.wrap .footer-sns ul{
		display: flex;
		justify-content: space-between;
		max-width: 400px;
		width: 100%;
		gap: 16px;
		padding: 10px 16px 0;
		margin: 0 auto;
	}

.wrap .footer-sns ul li{
	width: 13.33%;
}
.wrap .footer-sns ul li img{
	width: 100%;
}
.footer-information{
	background: #0D89E9;
	margin: 0 0 20px;
}
.footer-information-inner{
	width: 960px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 10px 50px;
}
.footer-information-inner div{

}
.footer-information-inner h4{
	text-align: center;
}
.footer-information-inner p{
	text-align: center;
	font-size: 20px;
}


a {
	color: #4598d9;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
a img{
	transition-duration: .2s;
}
a img:hover {
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
	transition-duration: .2s;
}
#mainImg a img:hover,
.btn01:hover {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
	position: relative;
	top: 3px;
}
p {
	margin-bottom: 0.8em;
}
p:last-child {
	margin-bottom: 0;
}
.img01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
p.tel_about {
	text-align: center;
    font-size: 12px;
    margin: 5px 0;
	color: #000;
}
/**/
.sp.sp_badge,
.header_pc_wrap,
#first_q {
	background: #f8f2e1;
}
#first_q {
	padding: 10px 0;
}
/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*box*/
.box01 {
	position: relative;
	background: #fdf1de;
	padding: 1.5em 1em 1.5em;
	margin-bottom: 40px;
	/*z-index: -1;*/
	overflow: hidden;
}
.box01:last-child {
	margin-bottom: 0;
}
.box01 strong {
	color: #db0000;
}
.box01 .each {
	background: #fff;
	padding: 1em 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.box01 .each:last-child {
	margin-bottom: 0;
}
.box01 .each h3 {
	background: #ffed26;
	width: 11em;
    text-align: center;
    padding: 0.5em 1.2em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 0.5em;
}
.box01 .each p {
	text-align: center;
}
.box01 .each p strong {
	font-size: 120%;
}
.box01 .each .unit {
	font-size: 80%;
}
.box02 {
	padding: 0;
}
.box02 .inner {
	padding: 1em;
	background: #fbf7d8;
}
.ribbon {
	position: relative;
	width: auto;
	height: 3.5em;
	left: -1.5em;
}
.ribbon:after {
	content: '';
    display: block;
	position: relative;
    top: -2.6em;
    border: 1.5em solid #0dbbc6;
    left: 0;
    border-left-width: 1.5em;
    border-right-color: transparent;
    -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
	/*z-index: -1;*/
	z-index: 1;
	width: 13em;
}
.ribbon.ribbonLong:after {
	width: 18em;
}
.ribbon.ribbonMiddle:after {
	width: 15em;
}
.ribbon.ribbonShort:after {
	width: 11em;
}
.ribbon .titleMain {
	color: #fff;
    font-size: 20px;
    padding-left: 1em;
	font-weight: bold;
	-webkit-text-shadow: rgba(000,000,000,0.3) 1px 1px 1px;
    -moz-text-shadow: rgba(000,000,000,0.3) 1px 1px 1px;
    text-shadow: rgba(000,000,000,0.3) 1px 1px 1px;
	z-index: 10;
	position: relative;
}
.ribbon .titleSub {
	color: #0d1d5b;
	font-size: 10px;
	display: inline-block;
    padding-left: 10px;
	font-weight: bold;
	z-index: 20;
	position: relative;
}
/*title*/
.title01 {
	color: #fff;
    font-size: 18px;
    padding: 0.4em 0.6em;
	font-weight: bold;
	/*background: #0dbbc6;*/
	background: #0d89e9;
}
/*lesson_schedule*/
.time_wrap .ribbon {
	height: 4.5em;
}
.box01 .time {
	background: #fff;
	padding: 0 2em 1em;
	border: 1px solid #d1cbc8;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin-bottom: 3em;
	clear: both;
}
.box01 .time:last-child {
	margin-bottom: 1em;
}
.box01 .time h3 {
    background: #ffed26;
    width: 14em;
    text-align: center;
    padding: 0.5em 1.2em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 0;
	top: -1em;
    position: relative;
	font-weight: bold;
	left: -0.5em;
}
.box01 .time ul.each_lesson {
	width: 100%;
	margin-bottom: 0.8em;
	border-bottom: #d1cbc8 dotted 1px;
	padding-bottom: 1em;
}
.box01 .time ul.each_lesson:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.box01 .time ul.each_lesson li {
	padding-bottom: 0;
}
.box01 .time ul.each_lesson:last-child li {
	padding-bottom: 0;
}
.box01 .time ul.each_lesson li.lesson_name {
	text-align: left;
	width: 17em;
	padding-right: 1em;
}
.box01 .time ul.each_lesson li.payment {
	text-align: right;
}
.box01 .time ul.each_lesson li.payment .unit {
	font-size: 0.8em;
}
.box01 .time ul.each_lesson li.instructor {
	text-align: right;
}
span[class$="_icon"] {
	color: #fff;
	margin-right: 5px;
	font-size: 0.7em;
	display: inline-block;
	padding: 0.2em 0.4em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*初心者*/
.beginner_icon {
	background: #de7f04;
}
/*キッズ*/
.kids_icon {
	background: #169925;
}
/*ジュニア*/
.jr_icon {
	background: #2682f3;
}
/*初級*/
.beg_icon {
	background: #e86b4e;
}
/*入門*/
.beg01_icon {
	background: #d00505;
}
/*中級*/
.mid_icon {
	background: #1cb9ac;
}
/*上級*/
.high_icon {
	background: #280d65;
}
/*社会人*/
.gu_icon {
	background: #281c0c;
}
/*FREE*/
.free_icon {
	background: #290d36;
}
/*曜日*/
.day_week {
	clear: both;
	height: 4em;
	margin-top: -1em;
	position: relative;
	z-index: 50;
}
.day_week li {
	float: left;
}
.day_week li a:before {
	content: "▶︎";
	color: #ffed26;
	font-size: 0.5em;
}
.day_week li a {
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0.3em;
    padding: 5px 0.4em;
	height: 2.4em;
	line-height: 1.7em;
	border: #b1def1  solid 1px;
	box-shadow:1px 1px 0px 1px #b1def1;
	-moz-box-shadow:1px 1px 0px 1px #b1def1;
	-webkit-box-shadow:1px 1px 0px 1px #b1def1;
	color: #0d89e9;
	background: #fff;
	display: inline-block;
}
.day_week li a.selected:before {
	color: #bcbcbc;
}
.day_week li a.selected {
	color: #bcbcbc;
	border: #ececec  solid 1px;
	box-shadow:-1px -1px 0px 1px #ececec;
	-moz-box-shadow:-1px -1px 0px 1px #ececec;
	-webkit-box-shadow:-1px -1px 0px 1px #ececec;
	cursor: default;
}

/*GoogleMap*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 10px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*header*/
header .logo,
footer .logo {
	margin: 20px auto 15px 20px;
	float: none;
}
header .sp h2 img.logo{
	width: 80%;
	margin: 15px 0;
}
header nav {
	padding: 10px 0;
}
header h1{
	background: #fdfbee;
	font-size: 14px;
	height: auto;
	width: 100%;
	padding: 8px 68px 8px 8px;
	min-height: 60px;
}
.mainImg_sp {
	width: 100%;
	height: auto;
	/*max-width: 1166px;*/
}
.sp-tel{
	padding: 10px 10px 0;
}
.sp-tel img{
	width: 100%;
	height: auto;
}
.sp-faq{
	display: flex;
	padding: 10px 10px 0;
	justify-content: space-between;
	align-items: baseline;
}
.sp-faq p{
	font-size: 13px;
}
.sp-faq a{
	background: #0D89E9;
	padding: 5px 10px 5px 20px;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.sp-faq a span:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 8px;
	height: 1px;
	transform: translate(0, 12px) rotate(45deg);
	left: 8px;
	top: 0;
}
.sp-faq a span:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 8px;
	height: 1px;
	transform: translate(0, -12px) rotate(-45deg);
	left: 8px;
	bottom: 0;
}
.sp-footer-sns{
	width: 100%;
	position: a;
}
.sp-footer-sns p{
	font-size: 20px;
	text-align: center;
	margin: 16px 0 0 0;
}
.sp-footer-sns p span{
	font-weight: bold;
}
.sp-footer-sns ul{
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	width: 100%;
	gap: 16px;
	padding: 10px 16px 0;
	margin: 0 auto;
}
.sp-footer-sns ul li{
	width: 13.33%;
}
.sp-footer-sns ul li img{
	width: 100%;
}
.sp-footer-info{
	padding: 10px 10px 0;
}
header nav.contact {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}

/*nav*/
ul.g_nav li a {
	text-decoration: none;
	color: #3F1F0D;
    width: 100%;
    display: inline-block;
	line-height: 28px;
}
ul.g_nav {
	clear: both;
	overflow: hidden;
	font-size: 16px;
}
ul.g_nav li {
	padding: 7px 19px;
}
.g_nav01 {
	margin-bottom: 20px;
}

/*catchcopy*/
.catchcopy {
	color: #250900;
	font-weight: bold;
	text-align: center;
}
.catchcopy strong {
	color: #dc4e00;
}

/*contact*/
.contact a {
	color: #000;
}
.contact .tel,
a.rent_studio_btn {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #0d89e9;
	padding: 10px 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	min-height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #0d89e9;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
.contact .tel img,
.map.map_btn img {
	margin: 0 auto;
}
.res_btn img,
#side_box .res_btn img {
	margin: 20px auto 0;
}
.map.map_btn {
	text-decoration: none;
	text-align: center;
}
.map.map_btn p {
	margin-bottom: 0;
	text-align: center;
}
/*badge*/
.sp_badge {
	width: 100%;
	padding: 10px;
	/*background: #f7f2df;
	margin-bottom: 10px;*/
}
.sp_badge a img {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.sp_badge a.side_studio img {
	width: inherit;
}

/*g_nav*/
ul.g_nav li {
	float: none;
	height: 48px;
	width: 100%;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 10px;
	background: #fff;
}
ul.g_nav a {
	padding: 0;
	height: auto;
}
ul.g_nav li.site_top img {
	float: left;
	margin-right: 8px;
}
/*footer*/
footer {
	clear: both;
	border-top: 1px solid #49aea8;
	margin: 60px 0 0 0;
	position: relative;
}
footer small {
	font-size: 10px;
	margin: 5px;
	display: block;
}
/*#content*/
#content.first{
	padding-top: 20px;
}
#content > section {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
	clear: both;
}
#content > section h1, section#contact h1 {
    font-size: 24px;
    float: left;
    margin-bottom: 15px;
}
h2.section_title {
    font-size: 24px;
	margin-bottom: 5px;
}
#content > section h1+div, section#contact h1+div {
	clear: both;
}
#content section h1+a.more {
    float: right;
    margin-bottom: 12px;
}
#content #news{
	margin: 10px 0 40px 0;
}
#content #news dl {
    clear: both;
}
#content #news dl {
    border-bottom: dotted 1px #0d89e9;
}
#content #news dl dt {
    border-top: dotted 1px #0d89e9;
    padding-top: 28px;
    padding-left: 30px;
    background: url(../img/icon01.png) 4px 30px no-repeat;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
#content #news dl dd {
    padding-bottom: 28px;
    padding-left: 30px;
}

@media screen and (max-width : 959px) {
	#content #news dl dd {
		padding-left: 0;
	}
}


/*#content #news dl dd a {
    text-decoration: none;
    color: #3F1F0D;
}*/

/*side_box*/
#side_box,
#first_q {
	float: none;
    width: 100%;
	margin: 0 0 40px;
}
.btn01 {
	border: 1px solid #0d89e9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 8px 10px 6px;
	font-size: 13px;
	text-decoration: none;
	color: #0d89e9;
	display: block;
	margin-bottom: 10px;
	background: url(../img/icon02.png) no-repeat, #fff;
	background-position: right 10px center, left top;
}
#side_box .contact {
	display: block;
	clear: both;
	padding-top: 10px;
}
#side_box .contact h2 {
	font-weight: bold;
	font-size: 20px;
	display: block;
	clear: both;
	color: #000;
}
#side_box .contact .tel {
	margin-bottom: 20px;
}
#side_box .contact .tel.pc {
    margin: 0;
    float: none;
    width: auto;
}
#side_box .contact .map.map_btn {
    margin: 10px 0 0;
    float: none;
    width: auto;
}
#side_box nav {
	padding-bottom: 30px;
}
#side_box img,
#first_q img {
	display: block;
	margin: 0 auto;
}
#side_box .q_bnr,
#first_q .q_bnr {
	margin-bottom: 5px;
	display: block;
}
#side_box .q_bnr.q_03,
#first_q .q_bnr.q_03 {
	margin-bottom: 10px;
}
#side_box .side_studio {
	margin-left: -2px;
	margin-bottom: 10px;
    display: block;
}
/*voice*/
#voice img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/**/
#recommend img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#recommend a {
	display: block;
	margin-bottom: 20px;
}
.rec_genre {
	padding: 0 15px;
}
/**/
.about.intr {
	margin-bottom: 20px;
}
#instructor {
	clear: both;
}
ul.instructors {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.instructors li {
	width: 87px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
}
.intr_img img,
.intr_img01 {
	border: 2px solid #fff000;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: block;
	width: 87px;
	height: 87px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.intr_img {
	display: block;
	position: relative;
	width: 87px;
	height: 87px;
	margin-bottom: 5px;
}
.intr_img:after {
	content: "";
	display: block;
	background: url(../img/intr/intr_0frameIcon.png) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.instructors li a:first-child:hover .intr_img:after {
	bottom: -3px;
}
.intr_name {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.intr_genre {
	font-size: 12px;
}
/*Q&A*/
dl.faq {
	clear: both;
	font-size: 16px;
}
dl.faq dt,
dl.faq dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-indent: -1.8em;
	padding: 0.8em 1em 0.8em 3em;
}
dl.faq dt {
	background: #fffce0;
	margin: 0 1em 1em 0;
}
dl.faq dd {
	background: #eefcfd;
	margin: 0 0 2.5em 1em;
}
dl.faq dd:last-child {
	margin-bottom: 1em;
}
dl.faq dt:before {
	content: "Q: ";
	color: #BF572B;
	font-weight: bold;
}
dl.faq dd:before {
	content: "A: ";
	color: #0884BC;
	font-weight: bold;
}
.each_lesson_ex dl.faq dt {
	background: #fff000;
}
.each_lesson_ex dl.faq dt:before {
	color: #3F1F0D;
}
.each_lesson_ex dl.faq dd {
	background: #fff;
	text-indent: 0;
	padding: 0.8em 1.2em;
}
.each_lesson_ex dl.faq dd:before {
	content: "";
}
.each_lesson_ex dl.faq dd p:last-child {
	margin-bottom: 0;
}
/*barometer*/
.lesson_beginner {
	background: #fff;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.barometer_wrap {
	padding: 0 10px;
	margin-bottom: -1.5em;
}
dl.barometer {
	padding-bottom: 2em;
}
dl.barometer dt {
	display: table;
	width: 100%;
	border-bottom: 1px solid #C5C5C5;
}
dl.barometer dt span{
	display: table-cell;
	text-align: center;
	padding-bottom: 1.6em;
}
dl.barometer dt span:first-child{
	text-align: left;
}
dl.barometer dt span:last-child{
	text-align: right;
}
dl.barometer dd {
	height: 2.5em;
	margin-top: -0.8em;
	font-size: 1.5em;
	color: #db0000;
	width: 100%;
	position: relative;
}
dl.barometer dd span.point {
	position: absolute;
	left: 0;
	text-indent: -0.5em;
}
dl.barometer dd span.point.lv1 {
	left: 0;
}
dl.barometer dd span.point.lv1-2 {
	left: 13%;
}
dl.barometer dd span.point.lv2 {
	left: 25%;
}
dl.barometer dd span.point.lv2-3 {
	left: 37%;
}
dl.barometer dd span.point.lv3 {
	left: 50%;
}
dl.barometer dd span.point.lv3-4 {
	left: 63%;
}
dl.barometer dd span.point.lv4 {
	left: 75%;
}
dl.barometer dd span.point.lv4-5 {
	left: 88%;
}
dl.barometer dd span.point.lv5 {
	left: 100%;
}
dl.barometer dd .first_point,
dl.barometer dd .middle_point,
dl.barometer dd .last_point {
	position: absolute;
	top: 0.25em;
	display: block;
	width: 1px;
	height: 1em;
	background: #C5C5C5;
}
dl.barometer dd .first_point {
	left: 0;
}
dl.barometer dd .middle_point {
	left: 50%;
}
dl.barometer dd .last_point {
	right: 0;
}

/*monthlyfee*/
#monthlyfee .about,
.about {
	background: #fdf1de;
	padding: 1em 1.5em;
	margin-bottom: 40px;
}
#monthlyfee .about strong,
.about strong{
	font-size: 120%;
	color: #db0000;
}
.each_studio img {
	width: 100%;
	max-width: 278px;
	display: block;
	margin: 0 auto 10px;
}
.each_studio video {
	width: 100%;
}
.each_studio p {
	text-align: center;
}

#content > section h1 span.unit {
	font-size: 80%;
	padding-left: 0.2em;
}

.studio_price_title {
	padding: 25px 10px 0;
	clear: both;
	font-weight: bold;
}
p.about_studio {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 1.5em;
	clear: both;
}
/*intr*/
.about.intr h1 {
	float: left;
	margin-top: 0.3em;
}
.intr_img01 {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.btn_list_wrap {
	padding-top: 20px;
}
h2.movie {
	background: #ffed26;
    width: 18em;
    text-align: center;
    padding: 0.5em 1.2em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 10px auto;
    position: relative;
    font-weight: bold;
}
/*beginner*/
.title_copy {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.catchcopy02 {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.faq2 {
	word-wrap: break-word;
	white-space: normal;
	display: block;
}
.faq2 strong {
	color: #db0000;
	font-size: 120%;
}
.con_q {
    margin: 20px auto;
    width: 100%;
    height: auto;
}
.con_ans {
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.lessons_beginner {
	clear: both;
}
/*wedding*/
#wedding h2 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #e84a6c;
	font-weight: bold;
}
#wedding h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4fb568;
}

/*////////////////////////////////////////////////////
// モーダルウィンドウ
////////////////////////////////////////////////////*/
.modal > label {
/*background: #FFD300;
display: inline-block;*/
color: #000;
cursor: pointer;
}

.modal-overlay {
background: rgba(255, 255, 255, 0.9);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align:center;
}

.modal-wrap {
position: relative;
margin: 0 auto;
width: 100%;
color: #fff;
padding: 10px;
}

.modal-wrap label,
#modal-trigger_off {
    background: #fff;
    color: #3F1F0D;
	cursor: pointer;
	display: inline-block;
	border: solid 1px #ccc;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

input#modal-trigger {
position: absolute;
z-index: -9999;
visibility: hidden;
}

.modal-overlay {
opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
z-index: -999;
display: none;
}

input:checked ~ .modal-overlay {
opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
z-index: 999;
display: block;
}

.modal-overlay.on {
opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
z-index: 999;
display: block;
}

#modal-trigger {
	display: block;
	z-index: 999999;
}



/*nav*/
.modal-wrap .site_nav {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.modal-wrap .site_nav ul li {
	float: none;
	height: 48px;
	line-height: 28px;
	width: 100%;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 10px;
	background: #fff;
}
.modal-wrap .site_nav ul li a {
	width: 100%;
	display: inline-block;
}

.modal-wrap a {
	padding: 0;
	height: auto;
}

.modal li.site_top img {
	float: left;
	margin-right: 8px;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.modal-menu {
	padding: 12px 15px 13px;
	background: #0d89e9;
}


#insta-feed{
	margin: 0 0 50px 0;
}
#insta-feed h2{
	background-image: url(../img/insta-icon.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 5px 40px;
    border-bottom: 2px solid #ddd;
    margin: 0 0 20px 0;
    font-weight: bold;
}
#insta-feed h2 a{
	float: right;
    text-align: right;
    font-size: 12px;
    padding: 3px 0 0 0;
}
.insta-card .card{
	position: relative;
	width: calc(100%/4 - 9px);
	height: 157px;
	margin: 0 12px 12px 0;
	float: left;
}
.insta-card .card:nth-child(4n){
	margin: 0 0 12px 0;
}
.insta-card .card img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 157px;
	object-fit: cover;
	z-index: 1;
}
.insta-card .card a{
	display: block;
}
.insta-card .card a span{
	opacity: 0;
	width: 100%;
	height: 157px;
	overflow: hidden;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	padding: 15px;
	font-size: 11px;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
	transition-duration: 0.7s;
}
.insta-card .card a:hover span{
	opacity: 1;
	transition-duration: 0.7s;
}

#access h2{
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 5px 5px;
    border-bottom: 2px solid #ddd;
    margin: 0 0 20px 0;
    font-weight: bold;
}
#access h3{
	font-weight: bold;
	margin: 0 0 10px 0;
}

.each_studio.box01 .each h3 {
    background: #ffed26;
    text-align: center;
    padding: 0.5em 1.2em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    margin-bottom: 0.5em;
    font-size: 12px;
    width: 100%;
}


/*//////////////////////////////////
//  〜幅959pxの CSS
//////////////////////////////////*/
@media screen and (max-width : 959px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	body{
		background: none;
	}
	.contact .tel.sp {
		display: block;
	}
	.contact .tel.pc,
	#side_box .contact.pc {
		display: none;
	}
	#side_box .btn01 {
		width: 209px;
		margin: 0 auto 10px;
	}
	#side_box .btn01.visitor {
		margin: 0 auto 20px;
	}
	.box01 .each h3 {
    	width: 100%;
	}
	header nav.contact{
		margin: 0;
	}
	.insta-card .card{
		background: url(../img/bg-movie.jpg);
		background-size: cover;
	}
	.insta-card .card{
		width: calc(100vw/2 - 15px);
		height: calc(100vw/2 - 15px);
		margin: 0 10px 10px 0;
		float: left;
	}
	.insta-card .card:nth-child(2n){
		margin: 0 0 10px 0;
	}
	.insta-card .card img{
		width: calc(100vw/2 - 15px);
		height: calc(100vw/2 - 15px);
		object-fit: cover;
	}
	.insta-card .card a span{
		width: calc(100vw/2 - 15px);
		height: calc(100vw/2 - 15px);
		opacity: 0.7;
	}
	.insta-card .card a:hover span{
		opacity: 0.7;
	}
	#content #news {
	    margin: 20px 0 30px 0;
	}
	#content > section h1, section#contact h1{
		font-size: 18px;
		float: left;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#content #news dl dd {
	    padding-bottom: 18px;
	}
	#content #news dl dt {
	    padding-top: 18px;
	    background: url(../img/icon01.png) 4px 20px no-repeat;
	}
	.rec_genre{
		font-size: 12px;
	}
	.sp_badge{
		padding: 30px 10px 10px 10px;
	}
	#first_q {
	    padding: 10px 10px 30px 10px;
	    margin: 0;
	}
	footer{
		margin: 0;
		padding: 0;
	}
	#content.first {
    	padding-top: 10px;
    }
    footer h2 img.logo{
		width: 80%;
		margin: 15px 10px;
	}

	section#instructor{
		padding: 0 10px;
	}
	ul.instructors li {
    	width: calc(100% / 3 - 6px);
    	margin: 0 9px 9px 0;
    }
    ul.instructors li:nth-child(3n) {
    	margin: 0 0 9px 0;
    }
    .intr_img {
	    display: block;
	    position: relative;
	    width: 100%;
	    height: auto;
	    margin-bottom: 5px;
	}
	.intr_img img{
		width: 100%;
	    height: auto;
	}
}

.fb_wrapper {
	padding: 0 15px 30px;
	margin-top: 30px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
/*//////////////////////////////////
//  幅960px～の CSS
//////////////////////////////////*/
@media screen and (min-width : 960px) {
	.pc {
		display: block!important;
	}
	.sp {
		display: none!important;
	}
	.wrap {
		width: 960px;
		margin: 0 auto;
	}
	a img:hover {
		position: relative;
		top: 3px;
	}
	ul.g_nav.wrap {
		padding: 0;
	}
	ul.g_nav li.site_top img {
		float: none;
		margin-right: 0;
	}
	ul.g_nav li {
		float: left;
		border-left: 1px solid #D4D4D4;
		height: 48px;
		width: auto;
		margin: 0;
		border: none;
		padding: 0;
	}
	header {
		height: 150px;
	}
	.header_pc_wrap {
		position: relative;
	}
	header h1 {
		background: #0d89e9;
		color: #fff;
		font-size: 14px;
		height: 34px;
		padding: 8px;
		min-height: 0;
	}
	header .logo_wrap {
		float: left;
		margin-top: 10px;
	}
	.catchcopy {
		text-align: left;
		margin: 5px 0 0;
		float: none;
		clear: both;
		font-size: 12px;
	}
	header nav {
		padding: 0;
	}
	header nav.contact {
		float: right;
		width: 462px;
		margin: 0;
		position: absolute;
		top: 10px;
		right: 0;
		overflow: visible;
	}
	p.tel_about {
		text-align: left;
	}
	.contact .tel.sp {
		display: none;
	}
	.contact .tel.pc {
		margin: 0 27px 0 0;
		display: block;
		border: none;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		float: left;
		width: 208px;
	}
	.map.map_btn {
		width: 209px;
		display: block;
		float: left;
		margin-top: 19px;
	}
	.map.map_btn p {
		text-align: left;
		font-size: 12px;
		margin-bottom: 3px;
	}

	/**/
	.sp.sp_badge,
	.header_pc_wrap {
		background: #fff;
	}

	/*g_nav*/
	.g_nav01 {
		margin-bottom: 0;
	}

	/*content*/
	#content {
		width: 664px;
		float: right;
		margin: 20px 0 0 0;
	}

	/*mainImg*/
	#mainImg {
		background: url(../img/main_pc.png) no-repeat center top, #000;
		height: 400px;
		width: 100%;
		margin-bottom: 20px;
		padding-top: 10px;
	}
	#mainImg a {
		display: block;
		float: right;
		margin-left: 20px;
	}
	/*side_box*/
	#side_box {
		float: left;
		width: 249px;
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 26px;
		padding-bottom: 40px;
	}
	#side_box .q_bnr {
		position: relative;
		left: -9px;
	}
	/*footer*/
	footer small {
		padding-bottom: 10px;
	}
	/*voice*/
	#voice {
		position: relative;
		height: 942px;
	}
	#voice .more_voice {
		position: absolute;
		right: 46px;
		bottom: 45px;
	}
	#content > section#recommend {
		overflow: inherit;
	}
	#recommend a {
		margin-bottom: 30px;
	}
	.beginner_bnr,
	.rec_lessons {
		float: left;
	}
	.parents_bnr,
	.rec_studio {
		float: right;
	}
	.rec_instructor {
		clear: both;
		margin-bottom: 0;
	}
	ul.instructors li:nth-child(7n) {
		margin-right: 0;
	}
	/**/
	.box01 .each:first-child {
		clear: both;
	}
	.box01 .each {
		width: 200px;
    	float: left;
		margin-right: 11px;
		margin-bottom: 0;
	}
	.box01 .each.only {
		width: 300px;
		float: none;
		margin: 0 auto;
	}
	.box01 .each.only h3 {
		margin: 0 auto 0.5em;
	}
	.box01 .each:last-child {
		margin-right: 0;
	}
	.box01 .time ul.each_lesson {
		display: table;
		width: 100%;
		padding-bottom: 0;
	}
	.box01 .time ul.each_lesson li {
		display: table-cell;
		padding-bottom: 0.4em;
	}
	.box01 .time ul.each_lesson li.lesson_name {
		text-align: left;
		width: 17em;
		padding-right: 1em;
	}
	.box01 .time ul.each_lesson li.payment {
		text-align: right;
		width: 5em;
	}
	.box01 .time ul.each_lesson li.payment .unit {
		font-size: 0.8em;
	}
	.box01 .time ul.each_lesson li.instructor {
		text-align: left;
		width: 8em;
		padding-left: 2em;
	}
	.day_week {
		float: right;
		margin-top: -4.5em;
	}
	/*.day_week li {
		margin-left: 1em;
		padding: 5px 8px;
	}*/
	.day_week li a {
		margin-left: 1em;
		padding: 5px 8px;
	}

	.about.intr h1 {
		margin-top: 1em;
	}
	.youtube_wrap {
		padding: 1em;
	}
	.img01 {
		width: auto;
		height: auto;
		margin: 0 auto;
	}
	#content.first{
		padding-top: 30px;
	}
	p.about_studio {
		padding-left: 8em;
	}
	#mainImg a.rent_studio {
		width: 256px;
		height: 112px;
		margin-top: 5px;
		font-weight: bold;
		padding: 0;
		background: 0;
		border: none;
		margin-left: 0;
		float: left;
		position: absolute;
	}
	.fb_wrapper {
		margin-top: 0;
	}
	.fb-page {
		margin: 0 auto!important;
		width: 500px!important;
		display: block!important;
	}
}
.youtube_wrap {
	margin-bottom: 1em;
}
