@charset "utf-8";

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

/*SP*/

.sp { display: block; }
.pc { display: none; }

.red { color: #d8053d !important; }

.panKuzu_wrap.shopPage { margin-bottom: 0; }

.areaNav {
	border-bottom: 1px solid #cdcccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #e5d9b9), color-stop(0.46, #e9e0c4), color-stop(0.00, #ece5cd));
	background: -webkit-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: -moz-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: -o-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: -ms-linear-gradient(top, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	background: linear-gradient(to bottom, #ece5cd 0%, #e9e0c4 46%, #e5d9b9 96%);
	margin-bottom: 15px;
}
.areaNav li {
	font-size: 16px;
	background: url(/common/images/share/ico_arrow_down.png) no-repeat 10px 50%;
	background-size: 22px;
	border-top: 1px solid #c4b997;
}
.areaNav li a {
	display: block;
	height: 43px;
	line-height: 43px;
	padding-left: 36px;
	border-top: 1px solid #fff;
}
.areaWrap {
	margin-bottom: 15px;
}
.areaWrap > h2 {
	line-height: 1.65em;
	font-size: 20px;
	margin-bottom: 15px;
}

.areaBox {
	border-top: 1px solid #D7D7D7;
}

.areaBox h2,
.areaBox h3 {
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #D7D7D7;
	background-color: #F5F5F5;
}
.areaBox h2::after,
.areaBox h3::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background-image: url(/common/images/icon_oc.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.areaBox h2.collapse-open::after,
.areaBox h3.collapse-open::after {
	background-position: center bottom;
}
.areaBox h2:hover,
.areaBox h3:hover {
	cursor: pointer;
}
.shopList dl {
	padding: 15px;
	border-bottom: 1px solid #D7D7D7;
}
.shopList dl dt {
	font-size: 16px;
	padding-bottom: 10px;
}

.shopList dl dt a::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: .5em;
	vertical-align: -.25em;
	background-image: url(/common/images/icon_accname.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}

.shopList dl p {
	font-size: 12px;
	margin-bottom: 12px;
}

.iconList li {
	display: inline-block;
	width: auto;
	margin: 0 5px 5px 0;
	padding: 0 1em;
	background: #fff;
	border: 1px solid #de580d;
	color: #de580d;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
}

/* お店詳細情報
--------------------------------------------- */
.studio-top h2{
	margin-bottom: 40px;
	font-size: 17px;
	line-height: 1.75;
	font-weight: 500;
	text-align: center;
}

/* イメージスライダー */
.mainVisualArea{
	margin-bottom: 20px;
	overflow: hidden;
}
.mainVisualArea .kvWrap {
	width: 100%;
}
.kvWrap {
	overflow: hidden;
}
.kvWrap .thumbnail {
	display: none;
}
.kvWrap .slider img{
	width: 100%;
	height: auto;
}
.kvTxt {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	position: relative;
}
.kvWrap .bx-wrapper{
	position: relative;
}
.kvWrap .bx-controls{
	background-color: #fff;
	text-align: center;
}
.kvWrap .bx-pager{
	display: inline-block;
	overflow: hidden;
}
.kvWrap .bx-pager-item{
	float: left;
}
.kvWrap .bx-pager-item:nth-child(n+2){
	margin-left: 10px;
}
.kvWrap .bx-pager-item a{
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 2px;
	background-color: #F8DDCE;
	border-radius: 1px;
}
.kvWrap .bx-pager-item a.active{
	background-color: #DC580D;
}
.kvWrap a.bx-prev,
.kvWrap a.bx-next{
	position: absolute;
	top: 160px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.6);
	color: #DC580D;
	border-radius: 20px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
}
.kvWrap a.bx-prev{left: 10px;}
.kvWrap a.bx-next{right: 10px;}

/* オススメポイント */
.osusume {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
.studio-top .osusume h2 {
	position: relative;
	margin-bottom: 0;
	background-color: #FFF000;
	color: #DC580D;
	font-size: 17px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}
.osusume h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	height: 0;
	width: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #FFF000 transparent transparent transparent;
	pointer-events: none;
}
.osusume h2 .red {
	position: relative;
	top: -2px;
	display: block;
	color: #d8053d;
	font-size: 134%;
}
.osusume ul.list {
	margin: 0;
	padding: 30px;
	background-color: #FFFCCC;
}
.osusume ul.list li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.75;
}
.osusume ul.list li:nth-child(n+2){
	margin-top: 1.75em;
}
.osusume ul.list li:before {
	content: "・";
	display: inline-block;
	width: 1em;
	text-indent: 0;
}
.osusume a{
	text-decoration: underline;
	color: #DC580D;
}

/* 更新情報（お知らせ／スタッフブログ） */
.releaseArea {
	display: block;
	margin: 0 auto 40px;
}
.releaseArea .newsWrap{
	margin-bottom: 40px;
}
.releaseArea .blogWrap {
	padding: 40px 0;
	background-color: #f5f5f5;
}
.releaseArea .newsWrap .title,
.releaseArea .blogWrap .title {
	margin-bottom: 35px;
	color: #DC580D;
	font-size: 17px;
	text-align: center;
}
.releaseArea .newsWrap .title > span,
.releaseArea .blogWrap .title > span {
	display: block;
	font-size: 75%;
}
.releaseArea ul{
	margin: 0 4.28% 35px;
	border-top: 1px solid #D7D7D7;
}
.releaseArea ul li{
	border-bottom: 1px solid #D7D7D7;
    position: relative;
}
.releaseArea #mainTopics li:before {
    content: '重要';
    display: block;
    background: #DE580D;
    color: #FFF;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 85px;
    font-size: 11px;
}
.releaseArea ul#mainTopics + ul#shopTopics{
	border-top: none;
}
.releaseArea ul a{
	position: relative;
	display: block;
	padding: 12px 40px 12px 0;
	font-size: 14px;
	line-height: 1.5;
}
.releaseArea ul a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(/common/images/icon_accname.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}
.releaseArea #mainTopics {
	margin-bottom: 0;
}

/* ページリンクボタン */
.btnGroup {
	position: relative;
	padding: 0 0 50px;
	text-align: center;
	overflow: hidden;
}
.btnGroup::after{
	content: "";
	position: absolute;
	left: 0;
	top: 125px;
	display: block;
	width: 100%;
	height: 100%;
	background:#de580d url(/common/images/studio/btngroup_bg_sp.jpg) no-repeat center center /cover; 
	z-index: -1;
}
.btnGroup ul{
	margin-bottom: 40px;
}
.btnGroup ul li {
	position: relative;
	width: 250px;
	height: 300px;
	margin: 0 auto;
}
.btnGroup ul li:nth-child(n+2){
	margin-top: 20px;
}
.btnGroup ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top :0;
	display: block;
	width: 250px;
	height: 250px;
	padding: 8px;
	background-color: rgba(255,255,255,.6);
	border-radius: 125px;
	box-sizing: border-box;
}
.btnGroup ul li::after{
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	width: 238px;
	height: 238px;
	background-color: #FFF;
	border-radius: 119px;
	outline: none;
	box-sizing: border-box;
	overflow: hidden;
}
.btnGroup li.lessons::after{
	background: url(/common/images/studio/btn_img01.jpg) no-repeat center center /cover;
}
.btnGroup li.tb_price::after{
	background: url(/common/images/studio/btn_img02.jpg) no-repeat center center /cover;
}
.btnGroup li.first::after{
	background: url(/common/images/studio/btn_img03.jpg) no-repeat center center /cover;
}
.btnGroup ul li {
}
.btnGroup ul li a{
	position: relative;
	display: block;
	width: 250px;
	height: 290px;
	margin: 0;
	padding: 270px 0 10px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	box-sizing: border-box;
	z-index: 50;
}
.btnGroup ul li a:hover,
.btnGroup ul li a:hover img{
	opacity: 1 !important;
}
.btnGroup ul li a span.btn-img{
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	width: 238px;
	height: 238px;
	border-radius: 119px;
}
.btnGroup ul li a span.btn-img::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 238px;
	height: 238px;
	margin: -119px 0 0 -119px;
	background-color: rgba(222,88,13,.6);
	border-radius: 119px;
	opacity: 0;
	transform: scale(0.4);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 5;
}
.btnGroup ul li a:hover span.btn-img::before{
	opacity: 1;
	transform: scale(1);
}
.btnGroup ul li a span.btn-img::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 86px;
	height: 86px;
	margin: -43px 0 0 -43px;
	background-color: rgba(255,255,255,.8);
	border-radius: 43px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 10;
}
.btnGroup ul li a:hover span.btn-img::after{
	transform: scale(2.5);
}
.btnGroup ul li a span.btn-img img{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 20;
}
.btnGroup ul li a:hover span.btn-img img{
	transform: scale(1.2);
}
.btnGroup ul li a span.btn-txt::after{
	content: "\3e";
	font-family: 'icon-gt' !important;
	font-weight: normal;
	margin-left: .25em;
}
	
/* スタジオ・アクセス情報 */
.studioAccess{
	margin-bottom: 100px;
}
.studio-info .iconList{
	margin-bottom: 35px;
}
/*
	.studio-info .iconList li {
	background-color: #F7B100;
	border-color: #F7B100;
	color: #fff;
	font-weight: 500;
}
	*/
.studio-info-data{
	overflow: hidden;
	margin-bottom: 50px;
}
.studio-info-data a {
  text-decoration: underline;
  color: #dc5820;
}
  
  
.studio-info-data dl:nth-child(n+2){
	margin-top: 30px;
}
.studio-info-data dl dt{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 15px;
	font-weight: 500;
}
.studio-info-data dl dd{
	font-size: 14px;
	line-height: 1.75;
}
.studio-info .mapArea{
	font-size: 14px;
	line-height: 1.75;
}
.studio-info .mapArea .map{
	position: relative;
	width: 100%;
	height: 250px;
}
.studio-info .mapArea .map iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.studio-info .mapArea .map-description{
	margin: 40px auto 0;
}

/* 備考 */
.studio-remarks{
	margin: 30px auto 0;
	font-size: 14px;
	line-height: 1.75;
}
.studio-remarks h3{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 15px;
	font-weight: 500;
}

/* 近隣店舗 */
.otherShop {
	padding: 0 4.28%;
}
.otherShop h2{
	margin-bottom: 40px;
	text-align: center;
}
.otherShop ul.area_name{
	margin-bottom: 40px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.otherShop .aside {
	text-align: center;
}
.otherShop .aside ul.link {
}
.otherShop .aside ul.link li {
	text-align: center;
}
.otherShop .aside ul.link li:nth-child(n+2){
	margin-top: 25px;
}

/* その他の情報 */
.otherInfoArea {
	background: url(/common/images/studio/otherinfo_sp.jpg) no-repeat 0 0 /cover;
}
.otherInfoArea .inner-wrap{
	padding: 0;
}
.otherInfoArea ul{
	overflow: hidden;
}
.otherInfoArea li{
}
.otherInfoArea li:nth-child(n+2){
	border-top: 1px solid #fff;
}
.otherInfoArea li a{
	display: block;
	padding: 30px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
}
.otherInfoArea li a::before{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 12px;
}
a.oi-instructor::before{
	background: url(/common/images/studio/oi_icon01.svg) no-repeat 0 0 /80px 80px;
}
a.oi-friendship::before{
	background: url(/common/images/studio/oi_icon02.svg) no-repeat 0 0 /80px 80px;
}


/*
--------------------------------------------- */
/* .pointArea */
.pointArea {
	margin-bottom: 20px;
	padding: 0 10px;
}
.pointArea h2.title {
	width: 85%;
	margin: 20px auto 0;
	padding: 0;
	background: none;
	text-align:center;
}
.pointArea h2.title img {
	width: 100%;
	height: auto;
}
.pointArea h3.title {
	padding-right: 15px;
	border: none;
	background: none;
	font-size: 14px;
	font-weight: bold;
}
.pointArea h3.title > span {
	margin-bottom: 10px;
	padding: 2px;
	background: #BC9B72;
	color:#fff;
	font-size: 10px;
}
.pointArea .note {
	color: #333333;
	font-size: 9px;
}
.pointArea .lead {
	margin-top: 12px;
	color: #95512a;
	font-size: 12px;
	font-weight: bold;
}
.pointArea .image {
	width: 70%;
	margin: 15px auto 0;
}
.pointArea .image img {
	width: 100%;
	height: auto;
}
.pointArea .colWrap .col {
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: center;
}
.pointArea .text {
	padding: 0 10px 10px 130px;
	margin-top:15px;
	font-size: 12px;
	min-height:130px;
}
.pointArea .text1{
	background:url(/common/images/st_point1.jpg) no-repeat;
}
.pointArea .text2{
	background:url(/common/images/st_point2.jpg) no-repeat;
}
.pointArea .text3{
	background:url(/common/images/st_point3.jpg) no-repeat;
}
.pointArea .acdnWrap{
	background:#fff;
	border:none;
	border-top:1px solid #FB6B91;
}
.pointArea .acdnWrap .toggle{
	background:#fff;
	border-bottom:1px solid #FB6B91;
}

/* .feature */
.feature {
	padding: 10px;
	background: #ce083b; 
}
.feature h2 {
	text-align: center;
	font-size: 13px;
	color: #f2e4bc;
	margin-bottom: 10px;
}
.feature h2 span {
	font-size: 22px;
	color: #fff;
}
.feature li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.feature li:first-child {
	background: #fff url(/common/images/share/pic_fearture01.jpg) no-repeat 3px 3px;
	background-size: auto 86px;
}
.feature li:nth-child(2) {
	background: #fff url(/common/images/share/pic_fearture02.jpg) no-repeat 3px 3px;
	background-size: auto 86px;
}
.feature li:nth-child(3) {
	background: #fff url(/common/images/share/pic_fearture03.jpg) no-repeat 3px 3px;
	background-size: auto 86px;
	margin-bottom: 0;
}
.feature li a {
	display: block;
	height: 86px;
	overflow: hidden;
	padding: 3px;
	background: url(/common/images/share/icon_arrow_right_br.png) no-repeat 97% 65px;
	background-size: 18px;
}
.feature li a p {
	padding-left: 110px;
	display: table-cell;
	vertical-align: middle;
	height: 86px;
	font-size: 15px;
}
.feature li a p .attention {
	font-size: 11px;
	line-height: 2em;
}

/* .forBeginner */
.forBeginner {
	padding: 15px 0 5px;
	background: url(/common/images/share/bg_con01.png) repeat 0 0;
}
.forBeginner h2 {
	text-align: center;
	background: url(/common/images/share/bg_ttl_beginner.png) no-repeat 50% 0;
	background-size: auto 36px;
	height: 36px;
	margin-bottom: 25px;
	padding: 0;
}
.forBeginner h2 img {
	width: 309px;
}

.forBeginner ul {
	padding:	0 10px;
}
.forBeginner li:nth-child(1) {
	background: url(/common/images/share/pic_beginner01.png) no-repeat 0 0;
	background-size: 109px auto;
}
.forBeginner li:nth-child(2) {
	background: url(/common/images/share/pic_beginner02.png) no-repeat 0 0;
	background-size: 109px auto;
}
.forBeginner li:nth-child(3) {
	background: url(/common/images/share/pic_beginner03.png) no-repeat 0 0;
	background-size: 109px auto;
}
.forBeginner li div {
	height: 115px;
	margin-left: 115px;
	padding: 10px 0 0;
}
.forBeginner li:nth-child(1) div {
	background: url(/common/images/share/imgtxt_beginner01.png) no-repeat 90% 100%;
	background-size: 65px auto;
}
.forBeginner li:nth-child(2) div {
	background: url(/common/images/share/imgtxt_beginner02.png) no-repeat 90% 100%;
	background-size: 65px auto;
}
.forBeginner li:nth-child(3) div {
	background: url(/common/images/share/imgtxt_beginner03.png) no-repeat 90% 100%;
	background-size: 65px auto;
}
.forBeginner li div p {
	color: #533c34;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.forBeginner li div a {
	font-size: 20px;
	color: #ce083b;
	line-height: 1.4;
}
.forBeginner li div a img {
	vertical-align: text-top;	
}

.flexslider .slides:after {
	content: "";
	display: block;
	clear: both;
}

.btnLink01 {
	width: 81.67%;
	margin: 20px auto 0;
	border: 1px solid #e2d7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btnLink01 > a {
	display: block;
	padding: 11px 50px 10px;
	background: url(/common/images/com_ic01.png) no-repeat 30px 50%;
	background-size: 16px auto;
	color: #000000;
	text-align: center;
}
.btnLink01.blank > a {
	background-image: url(/common/images/com_ic12.png);
	background-size: auto auto;
}
.content.studioLayout {
	margin-bottom: 0;
}

/* =================================
180123　成田追記　web入会
==================================*/
.web_entry_title{
	margin-bottom: 10px;
	color: #de580d;
	font-size: 15px;
	line-height: 24px;
}
.web_entry_title span.box-cho{
	display: inline-block;
	width: 22px;
	color: #de580d;
	border: 2px solid #de580d;;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
}
.web_entry_title span.box-toku{
	display: inline-block;
	width: 22px;
	color: #ffde00;
	background-color: #de580d;
	border: 2px solid #de580d;;
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
}
.web_entry_shops{
	margin: 0 0 30px;
}
.web_entry_shops li{
	border: 1px solid #c8c8c8;
}
.web_entry_shops li:nth-child(n+2){
	border-top: none;
}
.web_entry_shops li a{
	display: block;
	padding: 10px 12px;
	font-size: 16px;
}
.web_entry_shops li a::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: .5em;
	vertical-align: -.25em;
	background-image: url(/common/images/icon_accname.svg);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: center bottom;
}
.web_entry_shops li span{
	display: block;
	padding-left: 30px;
	color: #bb1b21;
	font-size: 12px;
}

/* END style_sp.css */
}
