@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/
*{
	box-sizing: border-box;
}

html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
/*	background: url(../img/common_body.gif) left top repeat-x;*/
	font-size: 16px;
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',sans-serif;
	color: #333;
}

/*　背景のボックスが必要な場合のみ設定  */
#back {
}

p {font-size:100%;
	line-height:1.7em;
	margin:0;
	}

ul{
	padding: 0;
}

strong {font-weight:bold}

img {
	border:0;
	vertical-align: bottom;
	max-width: 100%;
}

hr{
	margin: 0 0 5em 0;
    border: 0;
    height: 1px;
    clear: both;
	background: #bbb;
	/*　hr 左右グラデ表示用設定
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);　*/
	}

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}


figure{
	margin: 0;
	padding: 0;
}
figcaption{
	font-size: 70%;
}
/*独自クラス*/

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.tb-only{
	display: none;
}

#contents-main .tac{
	text-align: center !important;
}
#contents-main .tal{
	text-align: left !important;
}

#contents-main .tar{
	text-align: right !important;
}


/*マージン・パディング*/
#contents-main .mb0 {
	margin-bottom: 0 !important;
}
#contents-main .mt0 {
	margin-top: 0 !important;
}
#contents-main .mt1em {
	margin-top: 1em !important;
}

#contents-main .pb0 {
padding-bottom: 0 !important;
}
#contents-main .mt4em {
	margin-top: 4em !important;
}

#contents-main .mb1em {
	margin-bottom: 1em !important;
}
#contents-main .mb2em {
	margin-bottom: 2em !important;
}
#contents-main .mb3em {
	margin-bottom: 3em !important;
}
#contents-main .mb4em {
	margin-bottom: 4em !important;
}

#contents-main .mb5em {
	margin-bottom: 5em !important;
}
#contents-main .mb10em {
	margin-bottom: 8em;
}
#contents-main .fs-big{
	font-size: 250% !important;
}
#contents-main .fs-s{
	font-size: 80% !important;
}
#contents-main .ls-0{
	letter-spacing: 0 !important;
}


/*flex*/
.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.flex-jcc{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-jcsb{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-jcsa{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.flex-aic{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-drr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.w-ct_45{
	width: 45%;
}

.w-ct_50{
	width: 50%;
}


/*header*/

.site-header {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
	background: #fff;
	justify-content: space-between;
}


/*　ヘッダー--------------------------------　*/

#head {
    width: 14%;
	max-width: 192px;
    margin: 18px 0 18px 4.4%;
    padding: 0;
    position: relative;
	/* background: url(../img/common_header.png) no-repeat center; */
    /* background-size: 100%; */
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.4s ease ;
}
.active #head {
    width: 10%;
    max-width: 250px;
    margin: 4px 0 4px 4.4%;
}

/* logo */
#head h1 {
	margin:0px auto 0 auto;
	max-width:250px;
	/* float:none; */
	text-align:center;
	}
#head h1 a {
	display:block;
	/* width:383px;
	height:42px; */
	margin:0px auto 0px auto;
	position:relative;/* h1が下に重なるのを防ぐ */
	z-index:1 ;
	padding: 0;
}
#head h1 a span{
	display:none;
}
.header{
	width: 100%;
	/* max-width: 1200px; */
    margin: 0 auto;
	clear: both;
	position: relative;
}




/*　ページビジュアル　-------------------------------- */
#pagevisual {
	width: 100%;
	margin:0px auto 0px auto ;
	position:relative;
	z-index:1;/* naviが下に重なるのを防ぐ */
	background: #ccc;
    margin: 0 auto;
    margin-top: 110px;
	height:400px;
}
#pagevisual img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
#pagevisual span {
	display:none;
	}

/* 各ページの画像設定　*/


#pagevisual h2{
	color: #fff;
	font-size: 40px;
	letter-spacing: 0.1em;
	text-shadow: 0 0 30px #333;
	text-align: center;
}

/* スマホ用　ページビジュアル 非表示 */
/* #title-sp {
	display:none;
	}

#title img{
	display: block;
    margin: 0 auto;
    margin-top: 30px;
} */


/*　ナビ表示--------------------------------　*/


#navi-box {
	width: 75.2%;
    height: 64px;
    position: relative;
    z-index: 100;
    margin-right: 4.4%;
}

/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
}


#navi {
	width:100%;
	height:64px;
	padding:0px 0 0 0 ;
	margin:0px auto 0px auto;
	clear:both;
}

#navi ul {
	width: 100%;
	height:64px;
	max-width: 1200px;
	margin:0 auto;
	padding:0 ;
	/* background:url(../img/common_navi.png) no-repeat center; */
	background-size: contain;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

#navi li {
	display: inline-block;
	list-style:none;
	padding: 0 0 0 3%;
	vertical-align: top;
}
#navi li a {
	margin:0 auto;
	display:block;
	/* height:30px; */
	text-align:center;
	color: #444;
    padding: 52px 0 0;
	letter-spacing: 0.05em;
    line-height: 1;
	font-size: 18px;
	text-decoration: none;
	transition: .3s ease;
	opacity: 0.8;
	font-size: 106.25%;
	white-space: nowrap;
	/* border-bottom: 2px solid transparent; */
	position: relative;
}


#navi li a:hover {
	opacity: 1;
}
#navi li a::before{
	content: "";
    background-color: #AB9F8D;
	width: 0px;
	height: 0px;
	display: inline-block;
	position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	transition: 0.2s ease;
}
#navi li a:hover::before{
	width: 2em;
	height: 1px;
}

#navi li.upper {
	position: absolute;
	padding-left: 1em;
}

#navi li#navi-sns {
	right: 24em;
}
#navi li#navi-sns .sns{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#navi li#navi-sns .sns a{
	padding: 8px 0;
}
#navi li#navi-sns .sns img{
	margin: 0 0.5em;
}
#navi li#navi-tumekatsu {
	right: 10em;
}
#navi li.upper a {
	padding: 0 0;
}
#navi li.upper a::before {
	display: none;
}
#navi li.n-btn a {
	background-color: #AB9F8D;
	padding: 10px 1em;
	border-radius: 50px;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
}

.active #head h1 a{
	display: none;
}
.active #navi-box {
    width: 91.2%;
	margin-right: 2%;
}
.active #navi li a {
	padding: 23px 0 0;
	font-size: min(1.3vw, 15px);
}
.active #navi li.upper {
	position: relative;
	padding: 13px 0 0 1em;
}
.active #navi li#navi-sns {
	display: none;
}
.active #navi li#navi-tumekatsu {
	right:inherit;
}
.active #navi li.upper a{
	padding: 10px 1em;
	font-size: min(1.3vw, 16px);
}



/* #navi li a span {
	display:none;
	} */

/* li#navi-index { width:12%; }
li#navi-greet { width:15%; }
li#navi-company { width:13.6%; }
li#navi-business { width:14%; }
li#navi-paper { width:14%; }
li#navi-recruitment { width:14.6%; }
li#navi-contact { width:16.8%; } */

body.index li#navi-index a, body.about li#navi-about a,
body.lesson li#navi-lesson a, body.info li#navi-info a,
body.voice li#navi-voice a, body.contact li#navi-contact a,body.instructor li#navi-instructor a {
	opacity: 1;
}
body.index li#navi-index a::before, body.about li#navi-about a::before,
body.lesson li#navi-lesson a::before, body.info li#navi-info a::before,
body.voice li#navi-voice a::before, body.instructor li#navi-instructor a::before{
	content: "";
    background-color: #AB9F8D;
    width: 2em;
    height: 1px;
    display: inline-block;
}
/* body.index li#navi-index {
	display: none;
}
body.index #navi li {
	padding: 0 6%;
} */


#navi .sp-only{
	display: none;
}


.nav-menu{
    max-width: 1200px;
    margin: 0 auto;
	width: 96%;
}
.nav-menu #head {
    height: auto;
    width: 30%;
	margin: 0 auto 0 0;
	padding: 23px 0 8px;
	float: left;
}
.nav-menu #head h1 {
    margin: 0px auto 0 0;
    width: 200px;
    height: auto;
}
.nav-menu #navi-box{
	width: 70%;
	background: #fff;
	float: right;
}
.nav-menu #navi-box.fixed {
    width: 100%;
    background: #fff;
    float: none;
}

.nav-menu #navi{
	width: 100%;
}
.nav-menu #navi li {
    display: inline-block;
    list-style: none;
    padding: 0 2%;
}
.nav-menu #navi-box.fixed #navi li {
    padding: 0 5%;
}






/*　ビジュアル--------------------------------　*/


#visual-wrap{
    position: relative;
    background-color: #F0E8E1;
	margin-top: 110px;
}

#visual {
	width: 81.625%;
    /* max-width: 940px; */
    clear: both;
    /* height: 100vh; */
    /* max-height: 440px; */
    margin:0 auto 0 0;
	padding: 0 0 0 0;
/*	background-color:#F5F1E9;*/
	position:relative;
	z-index:1; /* naviが下に重なるのを防ぐ */
	/* overflow: hidden; */
}
#visual::after {
	content:"";
	width: 6.5%;
	height: 100%;
	display: inline-block;
	background:url(../img/top_visual_cover.png) no-repeat top right;
	background-size: contain;
	position: absolute;
	top:0;
	right:-1px;
}

/*ビジュアルテキスト*/
.visual-text{
	position: absolute;
	top: 0;
	left:53.66%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 38.5%;
	z-index: 1;
}
.ontext{
	position: absolute;
	top: 0;
	left: 0;
	width: 29.57%;
	z-index: 1;
}
#visual-wrap .visual-text h2{
	font-size: 225%;
    color: #484135;
    line-height: 1.6;
    font-weight: bold;
    margin: 5% 0 3%;
	letter-spacing: 0.1em;
}
#visual-wrap .visual-text .kakomi{
	color: #666666;
	font-size: 112.5%;
	padding: 4px 1em;
	border-radius: 40px;
	border: 1px solid #888;
	display: inline-block;
}

/* box-shadow,border設定を無効化 */
#visual .bx-viewport {
	box-shadow:none !important;
	border:none !important;
	background:none !important;
	left:0;
	top: 0;
	}

#visual .bxslider li img.pc-only{
	display: block;
}
#visual .bxslider li img.sp-only{
	display: none;
}

/* 画像の位置調整（画像サイズにより変更する） */
/* #slider img {margin-left:18%} */

/* 左右ナビゲーターを表示する場合の設定
.bx-wrapper .bx-prev {
	left: -50px !important;
}
.bx-wrapper .bx-next {
	right: -50px !important;
}
 */

 /* #visual .bx-wrapper {
	height:100vh;
}
 */

#visual .bxslider li{
	width: auto;
}
#visual .bxslider li img{
	width: 100%;
}


/*bxsliderカスタマイズ*/
#visual .bx-wrapper .bx-controls-direction a {
	opacity: 0.5;
}

.bx-wrapper .bx-pager .bx-pager-item{
	margin: 0 0.5em;
}

/*　コンテンツ背景--------------------------------　*/

.back{
	overflow: hidden;
}

/* #contents-back {
	background: url(../img/top_catch_bg.png) no-repeat top -1px center;
	margin: 0 auto;
	background-size: 1280px;
} */




/*　パンくずリスト--------------------------------　*/
.bread{
	background: #f3f3f3;
}
.bread div{
	max-width: 1000px;
    width: 96%;
    margin: 0 auto;
	font-size: 70%;
	padding: 3px 0;
}
/* #bread {
	width:100%;
	padding:0px 0 0 0;
	height:40px;
	clear:both;
	background: url(../img/common_bread_bg.png) repeat-x ;
	}
#bread p {
	width:880px;
	margin:0px auto 0px auto ;
	font-size:90%;
	color:#fff;
	line-height:40px;
	}
#bread a {
	color:#fff;
	text-decoration:none;
	}
#bread a:hover {
	text-decoration:underline;
	}
 */



/*　コンテンツ外枠--------------------------------　*/

#contents {
	width:100%;
	margin:0 auto 0 auto;
	}

#contents::after, .cf::after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}



/*　コンテンツ　バナー--------------------------------　*/

#contents-banner{
	clear:both;
	height:auto;
	max-width:1200px;
	width:100%;
	padding:0px;
	margin:30px auto 30px auto;
	}

#contents-banner p{
	margin:0 0 0px 0;
	text-align:center;
	line-height:0;
	}
#contents-banner img{
	margin:0 12px 0 12px ;
	border:0;
}




/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	width:100%;
	height:auto;
	padding: 20px 0 0;
	margin:0px auto ;
	overflow: hidden;
	}
/*一番右端にきた要素　右マージン０*/
#contents-main .last{
	margin-right: 0;
}



/*　見出し　--------------------------------　*/

#contents-main h2 {
	margin: 40px auto 36px;
	padding:0px 0 0px 0px;
	text-align:center;
	font-size:212.5%;
	font-weight:600;
	color:#AB9F8C;
	letter-spacing: 0.2em;
	clear:both;
	position: relative;
	}
#contents-main h2 a {
	text-decoration:none;
}
/* #contents-main h2::before {
	content: "";
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #ccc;
	position: absolute;
	right: 102%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
} */

#contents-main h2 img {
	/* margin-right:10px; */
	vertical-align:middle;
	margin: 0 auto;
	}



#contents-main h3 {
	margin: 30px 0 30px 0;
    padding: 0 0 10px 0;
    line-height: 1.6;
    font-size: 150%;
    font-weight: 500;
    clear: both;
    text-align: left;
	position: relative;
	letter-spacing: 0.1em;
    }
#contents-main h3.f-small {
    font-size: 130%;
}
#contents-main h3.b-none {
	border-bottom: none;
}
#contents-main h3.b-none::after {
	display: none;
}
#contents-main h2 span.en {
	display: block;
    font-size: 137%;
    line-height: 1;
	color: #D8D6CD;
	margin-bottom: -4px;
}






#contents-main h3 img{
	margin: 0 auto;
	vertical-align:top;
	}

#contents-main h3 span {
	display: block;
	color: #888;
	position: relative;
}

#contents-main h3 a {
	color:#333;
	text-decoration:none;
	}
/* #contents-main h3 a:hover {
	text-decoration:underline;
} */


#contents-main h4 {
	font-size: 100%;
    text-align: left;
	/* border-bottom: 2px solid #fff23f; */
	margin:0 0 10px;
	/* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
}


/*回りより小さい文字　small-text 80％*/
#contents-main span.small-t{
	font-size: 80%;
	display: inline;
}




/*　本文　--------------------------------　*/

/*　文字色・サイズ　共通　*/
#contents-main p,
#contents-main table,
#contents-main ul ,
#contents-main ol {
	color:#333;
	font-size:100%;
	line-height:2;
	}
/*　文字serif　*/
#contents-main .serif{
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/*　段落　*/
#contents-main p {
	margin:0 0 1em 0 ;
	}

#contents-main p img{
	margin:0 10px 20px 10px;
/*	background:#FFF;
	padding:2px;
	border: #CC9 solid 1px; */
	}

#contents-main p a:hover img{
/*	border: #2A5050 solid 1px;*/
}


/*　iframe　*/
#contents-main iframe{
	margin:0px 0px 30px 0px;
/*	padding:2px;
	border: #CC9 solid 1px;*/
	}



/* リンク文字色 */
#contents-main a {
	color:#94856B;
	text-decoration:none;
	transition: 0.2s ease color;
}

#contents-main a:hover {
	color: #000;
	/* text-decoration:underline; */
}

/* リンク文字色 */
#contents-main a:hover img {
	/* border: 1px solid #00cca3; */
}

/* リンク 画像 */
#contents-main li a img,
#contents-main div a img{
	opacity: 1;
	transition: 0.3s ease opacity;
}

#contents-main li a:hover img,
#contents-main div a:hover img {
    opacity: 0.6;
}





/*　リスト　*/

#contents-main ul , #contents-main ol{
	margin:0 0 2em;
	}
/* #contents-main ul li{
	list-style:disc outside;
	margin-bottom:0.5em;
	}
#contents-main ol li{
	list-style:decimal outside ;
	margin-bottom:0.5em;
} */

/* リスト内のテーブル設定 */
#contents-main ol li table,
#contents-main ul li table {
	width:auto;
	font-size:100%;
	margin:0;
	}
#contents-main ol li table td,
#contents-main ul li table td {
	vertical-align:top;
	}




/*　テーブル　*/

#contents-main table {
	width:100%;
	border-collapse:collapse;
/*		border-collapse:separate;
	border-spacing : 5px 5px;*/
	margin:25px 0 15px 0;
	}
#contents-main table th {
	/* background:#eae3dd; */
	text-align:left;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:600;
	padding: 8px;
	/* width: 15%; */
	border-bottom: 1px solid #d4d4d4;
}
body.index #contents-main table th {
	vertical-align: top;
}


#contents-main table td {
	/* background:#fff; */
	padding:10px;
	vertical-align: baseline;
	/* border-bottom: 1px solid #d4d4d4; */
}

#contents-main table td.w15 {
	width: 15%;
}
/* テーブル内 p ol ul設定 */
#contents-main table p,
#contents-main table ol,
#contents-main table ul {
	font-size:100%;
	}
#contents-main table ol ,
#contents-main table ul {
	margin-bottom:0;
	}
#contents-main table ol li,
#contents-main table ul li {
	margin-bottom:0;
	}

/* テーブル内のテーブル設定 */
#contents-main table td table {
	width:auto;
	font-size:100%;
	margin:0;
	border:none;
	}
#contents-main table td table th,
#contents-main table td table td {
	border:none;
}

/* th グレー１ */
#contents-main table th.th-color01 {
	background:#F7F7F7;
	}

/* th グレー２ */
#contents-main table th.th-color02 {
	background:#F7F7F7;
	}







/* ★タブの設定-------------------------------- */

#contents-main #tabArea {
/*	background:#FFF;*/
	/* border-top:1px solid #999; */
	height:auto;
	/* padding:30px 0; */
	margin:0 0 0px 0;
	/* overflow-y:auto; */
	clear:both;
	}

/*　タブ切り替えの設定　--------------------------------　*/
#contents-main #tab {
	clear: both;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

#contents-main #tab li{
	list-style: none;
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
	margin-bottom: 0;
}

#contents-main #tab li a{
	width: 100%;
	display: block;
	background: #999;
	color: #fff;
	padding: 1em 2%;
	transition: 0.5s ease;
	height: auto;
	border: none;
}
#contents-main #tab li a.active{
	background: #efefef;
	color: #333;
	text-decoration: none;
}
#contents-main #tab li a:hover {
	background: #efefef;
	color: #999;
	text-decoration: none;
}
#contents-main .con-main-box{
	padding-bottom: 0;
}


/* #contents-main ul#tab li a{
	display:inline-block;
	background:#F4F4F4;
	height:40px;
	width:130px;
	margin:0 5px 0 0;
	font-size:95%;
	line-height:40px;
	text-align:center;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0;
	}
#contents-main ul#tab li a.hover,
#contents-main ul#tab li a.active{
	background:#00A55D;
	color:#fff;
	} */




/* フッター--------------------------------　*/

#footer {
	margin:0px auto 0 auto;
	padding: 7% 0 2%;
	width:100%;
	clear:both;
	background:#AB9F8D
}

#footer .box {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 0;
}
#footer .tolink {
	margin-bottom: 32px;
}
#footer .link-btn {
	width: 47%;
}
#footer #footer_inner .link-btn a{
	font-size: 175%;
	font-size:min(2.1vw,28px);
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 100px;
	font-weight: bold;
	text-align: center;
	padding: 1em 1em;
	width: 100%;
    display: inline-block;
	transition: 0.3s ease;
}

#footer .link-btn a .fs-small{
	color: #444;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
#footer  #footer_inner .link-btn a:hover{
	background-color: rgb(146 135 120);
}


/*googlemap*/
#footer .gmap iframe{
	width: 100%;
	max-width: 1200px;
}


/* ページトップ */
p.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	}
p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color:#928778;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
	text-decoration: none;
	border-radius: 50%;
	}
p.pagetop a:hover {
	background-color: #ccc;
	text-decoration: none;
	}


#footer .footer_ct{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-bottom: 20px;
}
#footer .ct-text{
	width: 25%;
	margin-right: 4%;
}
#footer .footer_nav {
	width: 71%;
}
#footer .footer_nav ul{
	margin-bottom: 2em;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .footer_nav ul li{
	margin-right: 3%;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 1em;
}
#footer .footer_nav ul li a{
	font-size: 93.75%;
}
#footer .footer_nav ul li:last-child{
    margin-right: 0;
}
#footer #footer_inner p{
	margin:0;
	font-size: 100%;
	color:#333;
	}
#footer #footer_inner a{
	color: #fff;
	text-decoration: none;
}
#footer #footer_inner a img{
	vertical-align: text-bottom;
}
#footer h2{
	margin-bottom: 14px;
}
#footer address {
	font-size: 87.5%;
	font-size:min(1.3vw,14px);
	color: #fff;
}
#footer #footer_inner address p{
	display: inline-block;
	color: #333;
	font-size: 87.5%;
	vertical-align: top;
}
#footer #footer_inner p.copyright{
	font-size: 10px;
	text-align: right;
    margin-top: -5em;
	color: #666;
}
#footer .sns {
	margin-bottom: 1em;
}
#footer .sns dl {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer .sns dt {
	letter-spacing: 0.1em;
}
#footer .sns dd {
	margin-right: 1em;
}








/* ★追記の設定-------------------------------- */


#contents-main .read_open_close{
	cursor:pointer;
	padding: 10px;
	position: relative;
	text-align: center;
	border: 1px solid #AB9F8D;
}
.tuiki{
	display: none;
}

/* ★各ページ共通--------------------------------　*/

/*タイトル------------------------------------*/
#contents-main #title{
	max-width: 1200px;
	width: 100%;
	height: 75px;
	margin: 30px auto 40px auto;
}




/* 背景色あり　共通ボックス */
#contents-main .con-main-bg {
	width:100%;
	margin: 0;
	padding: 10px 0 10px;
	background:#EEDED7;
}
#contents-main .con-main-bg h2 {
	margin-top: 30px;
}



/* コンテンツ枠 */
#contents-main .con-main-box {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0 60px;
}
#contents-main .con-main-box::after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}

#contents-main .con-main-box2 {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0 60px;
}
#contents-main .con-main-box2::after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}
#contents-main .box_udm {
	margin: 120px auto;
}
#contents-main .box_um {
	margin-top: 120px;
}
#contents-main .box_dm {
	margin-bottom: 160px;
}
#contents-main .inner-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}


	/* #contents-main .btn{
		text-align: center;
	} */
#contents-main .btn a{
	width: 100px;
    height: 100px;
    background: #AB9F8D;
    display: inline-block;
    position: relative;
    border-radius: 50%;
	transition: 0.3s ease;
	opacity: 1;
    margin: 1em;
	text-align: center;
}
#contents-main .btn a span{
	color: #fff;
    font-size: 85%;
    letter-spacing: 0;
	width: 100%;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#contents-main .btn a:hover{
	opacity: 0.6;
}

/* ★トップページのみ--------------------------------　*/
body.index  #contents-main {
	padding-top: 0px;
	margin-top: 0px;
}
body.index #contents-main .con-main-box {
	margin: 0 auto 0;
	padding: 0;
}

/*冒頭*/
#contents-main .tate{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: auto;
}
#contents-main .first{
	padding: 120px 0 8%;
	background: url(../img/top_first_bg.jpg) no-repeat top center;
	background-size: contain;
	position: relative;
}
#contents-main .first section{
	position: relative;
}
#contents-main .first h2{
	text-align: center;
	margin: 0 0 60px;
}
#contents-main .first .ct-img{
	position: absolute;
	bottom: 50px;
    left: 51%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 20%;
}

#contents-main .bubble{
	background-color: #fff;
	border: 1px solid #B7AC9B;
	padding: 30px 20px;
	border-radius: 100px;
	line-height: 1.6;
	font-size: 112.5%;
	width: 32.5%;
}
#contents-main .row_03 .p-left{
	margin: 0 0 0 6%;
}
#contents-main .row_03 .p-right{
	margin: 0 6% 0 0;
}

/*お悩み解決*/
#contents-main .resolution .circle{
	width: 76.4%;
    max-width: 917px;
    background: url(../img/top_resolution_bg.png) no-repeat top center;
    background-size: auto 100%;
    text-align: center;
    padding: 10% 5%;
    padding: 8% 5% 13%;
    margin: -4% auto 8%;
    position: relative;
	z-index: 2;
}
#contents-main .resolution .circle p{
	font-size: 112.5%;
	line-height: 2;
}

#contents-main .resolution h2 span.en {
	color: rgba(255, 255, 255, 0.9);
}

/*爪活について*/
.tsumekatu{
    padding: 5% 0;
	position: relative;
}
.tsumekatu .con-main-box{
	position: relative;
}
.tsumekatu::before{
	content: "";
	width: 100%;
	height: 120%;
	position: absolute;
	top: -6%;
	right: 0;
	background: url(../img/top_tsumekatu_bg_maru.jpg) no-repeat top right;
	background-size: contain;
}
.tsumekatu section{
	margin-bottom: 10%;
}
.tsumekatu .ct-text{
	width: 54.16%;
	padding-left: 20px;
}
.tsumekatu .ct-img{
	width: 41%;
}
.tsumekatu .ct-img img{
	border-radius: 24px;
}
#contents-main .tsumekatu h2{
	margin-top: -1.2em;
	margin-bottom: 0;
}
#contents-main .tsumekatu h2 span{
	margin-left: -20px;
}
#contents-main .left-line{
	color: #AB9F8C;
	margin: 2em 0 1em;
	text-indent: -50px;
	padding-left: 50px;
}
#contents-main .tsumekatu .left-line {
    font-size: 112.5%;
	margin: 1em 0;
}
#contents-main .left-line::before{
	content: "";
	width: 40px;
	height: 1px;
	background-color: #AB9F8C;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#contents-main .pc-mb-6p {
	margin-bottom: 6%;
}

/*コース習得*/
.stepup .gr-bg{
	background-color: #DFF4E9;
	border-radius: 40px;
	padding: 10px 5% 5%;
	position: relative;
}
#contents-main .course{
	margin: 70px 0 0;
}
#contents-main .course section{
	position: relative;
	width: 30%;
}
#contents-main .course section img{
	width: 100%;
}
#contents-main .kakko{
	color: #AB9F8D;
	font-weight: 600;
	font-size: 125%;
	font-size:min(1.5vw,20px);
	text-align: center;
	position: relative;
	padding: 10px 10px;
    margin: 0 0 10px;
    line-height: 1;
}
#contents-main .kakko::before{
	content: '';
	width: 2em;
	height: 2em;
	background: url(../img/top_stepup_kakko-pre.png) no-repeat top left;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#contents-main .kakko::after{
	content: '';
	width: 2em;
	height: 2em;
	background: url(../img/top_stepup_kakko-next.png) no-repeat top right;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#contents-main .course section::after{
	content: '';
	width: 2em;
	height: 2em;
	background: url(../img/top_stepup_course_arrow.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	position: absolute;
    top: 36%;
    left: 104%;
}
#contents-main .course section:last-of-type::after{
	display: none;
}
#contents-main .fc-gr{
	color: #768376;
	font-weight: 600;
	font-size: 125%;
	font-size:min(1.4vw,19px);
	text-align: center;
	line-height: 1.4;
	margin: 20px auto 2em;
}
#contents-main .stepup .btn a{
	background-color: #37B975;
}

/*お問い合わせボタン*/
#contents-main .tolink{
	margin: 100px auto;
}
#contents-main .link-btn {
	width: 45.83%;
}
#contents-main .link-btn.w-auto {
	width:auto;
}

#contents-main .link-btn a{
	font-size: 212.5%;
	font-size:min(2.6vw,34px);
	color: #fff;
	background-color: rgba(171, 159, 140, 0.5);
	border-radius: 100px;
	border: 1px solid #AB9F8C;
	font-weight: bold;
	text-align: center;
	padding: 1em 2em;
	width: 100%;
    display: inline-block;
	transition: 0.3s ease;
}
#contents-main .link-btn a .fs-small{
	color: #444;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
#contents-main .link-btn a:hover{
	background-color: rgba(171, 159, 140, 1);
}
/*バナー*/
#contents-main .banner{
	margin: 12% 0 7%;
}
#contents-main .banner.mb0{
	margin-bottom: 0;
}

#contents-main .banner.m0{
	margin: 0 0;
}

/*受講生の声*/
#contents-main .top-voice {
	background-color: #FAF7F4;
	padding: 50px 0 100px;
}
#contents-main .top-voice .con-main-box{
	max-width: 1000px;
	position: relative;
}
#contents-main .top-voice .ct-img{
	width: 17%;
}
#contents-main .top-voice .thumb {
	max-width: 140px;
}
#contents-main .top-voice .thumb img{
	border-radius: 50%;
}

#contents-main .top-voice .thumb-text {
	font-size: 80%;
	margin-top: 20px;
}
#contents-main .top-voice .ct-text{
	width: 80%;
}
#contents-main .top-voice .ct-text h3{
	 color: #92856B;
	 font-weight: bold;
	 font-size: 18px;
	 margin: 0 0 1em;
	 padding: 0;
}
#contents-main .top-voice .btn a{
	position: absolute;
	top:-1%;
	right: 0;
}
#contents-main .top-voice section{
	background-color: #fff;
	padding:4%;
	border-radius: 40px;
	margin-bottom: 50px;
}



/*お知らせ*/
#contents-main .top-blog{
	margin: 0 auto;
	background: url(../img/top_blog_bg.jpg) no-repeat center top;
	background-size: cover;
}
body.index #contents-main .blog .con-main-box{
	padding: 100px 0 110px;
}
#contents-main .news-contents{
	max-width: 1000px;
    margin: 0 auto 2em;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 100px 0;
}
#contents-main .news-contents h2{
	margin-top: 0;
}
#contents-main .news-contents .btn{
	margin-top: 1em;
}
#contents-main .news .ct-l{
	margin-right: 3%;
}
#contents-main .news .ct-r{
	border-top: 1px solid rgba(160, 146, 123, 0.6);
	width: 68.5%;
}
#contents-main .news .topics{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid rgba(160, 146, 123, 0.6);
}
#contents-main .news .topics .date{
	margin-right: 3em;
	color: #333;
	position: relative;
}

#contents-main .news .topics .title{
	margin-bottom: 0;
}



/*講座紹介*/
#contents-main .cl2_pare{
	padding: 50px 0 100px;
    position: relative;
}

#contents-main h2.ttl{
	margin: 0 0;
	text-align: left;
}
#contents-main h2.en-ttl{
	font-size: 350%;
	color: #888;
	letter-spacing: 0.15em;
	margin: 0 0 40px;
	line-height: 1;
}
#contents-main .border::after{
	content: "";
	width: 40px;
	height: 1px;
	display: block;
	background-color: #666;
	margin-top: 40px;
}
#contents-main .cl2_pare .ct-img{
	position: absolute;
	right: 0;
	top: 80px;
	width: 50%;
	text-align: right;
}
#contents-main .column_2 .ct-text{
	width: 45%;
    padding: 0 0 0;
}
#contents-main .column_2 .ct-text p{
	font-size: 112.5%;
}




/* simple tickerの枠box */
body.index #top-ticker-box {
	width:900px;
	margin:7px auto 6px auto ;
	}
body.index #top-ticker-box::after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}

/* 共通設定のulマージンを削除 */
body.index #top-ticker-box ul {
	margin:0;
	}

/* 新着情報 タイトル */
body.index #top-ticker-box #top-ticker-ti {
	float:left;
	margin-right:1em;
	}
body.index #top-ticker-box #top-ticker-ti img {
	margin-right:8px;
	margin-top:-4px;
	vertical-align:middle;
	}
body.index #top-ticker-box #top-ticker-ti strong {
	color:#00529B;
}

/* 新着情報 ticker件名 */
.ticker ul {
	font-size:90%;
	line-height:1.9em;
	}
.ticker a {
color:#0088B5}

.ticker a:hover {
text-decoration:none;
color:#ff6600}

/*  アニメーションスタイル
-------------------------------------------*/
/*右から左*/
.slide-left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
  }
.slide-left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*左から右*/
.slide-right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
  }
.slide-right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}


/*下からふわっと表示*/
.slide-up{
 position:relative;
 top:10%;
 opacity:0;
 transition: top 2s,opacity 2s;
}
.slide-up.is-show {
   top:0;
   opacity:1;
}

li.slide-up:nth-child(1){
	-moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
}
li.slide-up:nth-child(2){
	-moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
li.slide-up:nth-child(3){
	-moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
}
li.slide-up:nth-child(4){
	-moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
li.slide-up:nth-child(5){
	-moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
li.slide-up:nth-child(6){
	-moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
li.slide-up:nth-child(7){
	-moz-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
}
li.slide-up:nth-child(8){
	-moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
}
li.slide-up:nth-child(9){
	-moz-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
}
li.slide-up:nth-child(10){
	-moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
}
#contents-main .con-main-slide-bg {
	position: relative;
	background: none;
	padding: 10px 0;
}
#contents-main .con-main-slide-bg::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
    margin: 0;
    padding: 10px 0 10px;
	background: #EEDED7;
	transition: 0.8s ease;
	top: 0;
	left: 0;
	z-index: 0;
}
#contents-main .con-main-slide-bg.is-show::after {
	width: 100%;
}
#contents-main .con-main-slide-bg h2 {
	margin-top: 30px;
}

/*マスクアニメ*/
.mask-wrap{
	display: table;
	overflow: hidden;
	margin: 0 auto;
}
.mask-wrap .mask{
	display: table;
	position: relative;
	margin-bottom: .25em;
	left: -100%;
	overflow: hidden;
}
.mask-wrap .mask-bg{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #CD9B56;
}
/* ★講座紹介--------------------------------　*/
#contents-main .li-box section {
	margin-bottom: 4em;
}
#contents-main .li-box .ct-text{
	background: #DFF4E9;
    padding: 4% 3.5%;
    width: 60%;
    position: relative;
    z-index: 3;
}
#contents-main .li-box .ct-img{
	width: 40%;
}
#contents-main .li-box .ct-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contents-main .li-box h3{
	font-weight: bold;
	margin-top: 10px;
}
#contents-main .li-box h3 a{
	color:#04773A;
}
#contents-main .li-box section ul {
	margin-bottom: 1em;
}
#contents-main .li-box section ul li{
	border: 1px solid #9c917e;
    border-radius: 50px;
    padding: 0 1em;
    margin-right: 1em;
	color:#797164;
    font-size: 90%;
	line-height: 1.8;
}
#contents-main .li-box section .btn{
	position: absolute;
    top: 4%;
    right: 4%;
}


/*爪活入門コース*/
#contents-main .course-detail {
	margin-bottom: 3em;
}

#contents-main .course-detail section{
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}
#contents-main .course-detail .num{
	display: inline-block;
    font-size: 135%;
    line-height: 1;
    color: #D8D6CD;
    margin-right: 10px;
	margin-bottom: 3px;
    vertical-align: bottom;
}

#contents-main .course-detail .ct-img{
	width: 35%;
	margin-right: 5%;
}
#contents-main .course-detail .ct-text{
	width: 60%;
}
#contents-main .course-ct section{
	border: 5px solid #eee9df;
    padding: 3% 5%;
	margin-bottom: 2em;
}
#contents-main .course-ct .course-ct_text p{
	font-size: 80%;
}
#contents-main .course-ct h4{
	border-bottom: 1px dashed #bcb2a4;
    padding-bottom: 1em;
	margin-bottom: 1em;
}
#contents-main .course-ct_img{
	width: 40%;
	max-width: 260px;
	float: right;
}
#contents-main .before-after li{
	width: 33.333%;
    margin-bottom: 1em;
    padding: 1%;
}
#contents-main .before-after li p{
	font-size: 90%;
	line-height: 1.8;
    margin-top: 10px;
}
#contents-main .before-after li h4{
	font-size: 100%;
    letter-spacing: 0;
    color: #ab9f8c;
}
#contents-main .before-after li .ba-salon{
	font-size: 90%;
	color: #888;
	display: block;
	text-align: right;
	margin: 0.5em 0 0 0;
}

#contents-main .indent li{
	text-indent: -1em;
    padding-left: 1em;
}

#contents-main .dot-list li{
	text-indent: -1em;
    padding-left: 1em;
}
#contents-main .dot-list li::before{
	content: "";
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: #aaa;
    display: inline-block;
    margin-right: 0.6em;
    vertical-align: middle;
    margin-bottom: 0.2em;
}
#contents-main .step{
	background-color: #f9f8f2;
	padding: 4% 4%;
	margin-bottom: 8%;
    position: relative;
	border-radius: 30px;
}
#contents-main .step .ct-img{
	width: 35%;
	margin-left: 3%;
	margin-bottom: 1em;
	margin-top: 10px;
	float: right;
}
#contents-main .step::before {
	content: '';
    width: 2em;
    height: 2em;
    background: url(../img/top_stepup_course_arrow.png) no-repeat center center;
    background-size: contain;
	display: inline-block;
    position: absolute;
    top: 103%;
    left: 50%;
    /* bottom: 0; */
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
}
#contents-main .step:last-of-type::before {
	display: none;
}
#contents-main .step h5 {
	font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

#contents-main .ribbon {
	display: inline-block;
	position: relative;
	height: 32px;
	text-align: center;
	padding: 7px 1.4em 7px 10px;
    background: #37B975;
    color: #fff;
    box-sizing: border-box;
    margin-left: -6%;
    margin-bottom: 20px;
    line-height: 1;
	margin-right: 1em;
  }

#contents-main .ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
  }

#contents-main .ribbon:after {
	top: 0;
	right: 0;
	border-width: 16px 16px 16px 0px;
	border-color: transparent #f9f8f2 transparent transparent;
	border-style: solid;
  }

#contents-main .indicator .maru {
	width: 50px;
    display: inline-block;
    height: 50px;
    background-color: #ffdbe9;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
	margin-right: 1em;
}
#contents-main .indicator {
	border: 3px solid #dfe3d3;
	position: relative;
	width: 46%;
    padding: 3.5%;
}
#contents-main .indicator:after {
	content: "";
	display: inline-block;
	width: 85px;
	height: 85px;
	background: url(../img/tsumekatsu_indicator_bg.png) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	right: -20px;
}
#contents-main .indicator + p {
	width: 49%;
}

#contents-main .indicator li {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
#contents-main .course02 .fc-gr {
    font-size: 100%;
    margin: 1em 0 10px;
	text-align: left;
}
#contents-main .course02 .course section::after {
    top: 19%;
    left: 103%;
}
#contents-main .course02 .course-detail section {
	border-bottom: none;
	padding-bottom: 0;
}
#contents-main .course02 .course section p {
	line-height: 1.8;
}
#contents-main .indent-check li::before{
	content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/icon_checkbox.png) no-repeat left center;
    background-size: contain;
    margin-right: 0.5em;
    margin-top: -3px;
    vertical-align: middle;
}
#contents-main .indent-check li{
	background-color: #fff4ef;
    border-radius: 30px;
    padding: 8px 12px 8px 2.5em;
    margin-bottom: 1em;
    text-indent: -1.5em;
}



/* ★理念--------------------------------　*/
#contents-main .aboutme{
	position: relative;
}
#contents-main .aboutme::before{
	content: "";
	width: 421px;
	height: 408px;
	display: inline-block;
	background: url(../img/about_bg_maru01.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	right: 6%;
    top: -2%;
    z-index: -1;
}
	#contents-main .aboutme h3{
	width: 50%;
	margin: 80px 0;
	padding-bottom: 0;
}
#contents-main .aboutme h3.right-side{
	margin-left: auto;
	padding-left: 4%;
}
#contents-main .bg-maru::before{
	content: "";
	width: 320px;
	height: 300px;
	display: inline-block;
	background: url(../img/about_bg_maru02.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	left: -50%;
    bottom: -100px;
    z-index: -1;
}

.aboutme .flex .ct-text{
	width: 50%;
	padding-right: 4%;
}
.aboutme .flex .ct-img{
	width: 50%;
}
#contents-main .aboutme .ct-text p{
	line-height: 2.5;
}
.aboutme .flex.reverse .ct-text{
	width: 50%;
	padding-left: 4%;
}
.aboutme .flex .ct-img{
	width: 50%;
}
#contents-main .cl2_pare .ct-img{
	position: absolute;
	right: 0;
	top: 80px;
	width: 50%;
	text-align: right;
}
.about-last-img{
	margin-bottom: 3em;
	margin-top: 3em;
}
#contents-main .profile{
	position: relative;
	background-color: #FAF7F4;
}
.ct-center{
	width: 90%;
    max-width: 840px;
	margin: 3em auto;
	text-align: left;
	position: relative;
}
.ct-center.w1000{
	width: 83.4%;
	max-width: 1000px;
}
.ct-center .tac{
	text-align: center;
}
.profile .ct-img {
	margin-top: 40px;
	margin-bottom: 3em;
	width: 41.67%;
	max-width: 300px;
}

/* ★インストラクター-------------------------------　*/
#contents-main .class-box_item{
	width: 31.33%;
    padding: 3% 2% 2%;
    margin: 0 1% 1em;
	/* background-color: #e2f4eb; */
	background-color:#d8e8f5;
    border-radius: 30px;
}
#contents-main .class-situation{
	font-weight: 600;
}
#contents-main .class-situation span{
	/* background: #34b979; */
	background: #f1cd2c;
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
}
#contents-main .class-url{
	margin-bottom: 0;
	font-weight: 600;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#contents-main .class-url a{
	margin-right: 1em;
	line-height: 1;

}
#contents-main .class-url .cu_hp::before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/icon_class-url_hp.png) no-repeat left center;
	background-size: contain;
	margin-right: 0.3em;
	vertical-align: bottom;
}

#contents-main .class-url .cu_insta::before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/icon_class-url_insta.png) no-repeat left center;
	background-size: contain;
	margin-right: 0.3em;
	vertical-align: bottom;
}
#contents-main .two-line{
	width: fit-content;
	margin: 0 auto 1em;
	text-align: center;
}
#contents-main .two-line::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #AB9F8C;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#contents-main .two-line::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #AB9F8C;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

/*スライド*/
.slide{
	position: relative;
	/* overflow: hidden; */
}

.slide .slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;  /* 重要 */
  }
.slide .slider-arrow img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
    opacity: 0.7;
}

.slide .slider-prev {
	left: -5%;
}
.slide .slider-next {
	right: -5%;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
#contents-main .slick-dots{
	margin-bottom: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 5%;
}



/* ★受講生の声-------------------------------　*/

#contents-main .voice-box {
	padding: 50px 0 100px;
}
#contents-main .voice-box .con-main-box{
	max-width: 1000px;
	position: relative;
}
#contents-main .voice-box .ct-img{
	width: 17%;
}
#contents-main .voice-box .thumb {
	max-width: 140px;
}
#contents-main .voice-box .thumb img{
	border-radius: 50%;
}
#contents-main .voice-box .thumb-text {
	font-size: 80%;
	margin-top: 20px;
}
#contents-main .voice-box .ct-text{
	width: 80%;
}
#contents-main .voice-box .ct-text h3{
	 color: #92856B;
	 font-weight: bold;
	 font-size: 18px;
	 margin: 0 0 1em;
	 padding: 0;
}
#contents-main .voice-box section{
	background-color:#FAF7F4;
	padding:4%;
	border-radius: 40px;
	margin-bottom: 50px;
}
#contents-main .voice-box.pd-0 {
	padding:0 0 0;
}


/* ★アクセス-------------------------------　*/
#contents-main .ct-img2 img{
	width: 47%;
}

/* ★--------------------------------　*/




/* ★お問い合わせ--------------------------------　*/

#contents-main .pp{
	margin-bottom: 0;
	background: #eee;
}
#contents-main .pp h3{
	text-align: left;
	border: none;
	padding: 0;
	margin: 2em 0 1em;
}
#contents-main .pp h3::after{
	border-bottom: none;
}






/* ★ブログページ共通--------------------------------　*/


body #contents-main .post {
	margin: 0 ;
}
body #contents-main .post h3{
	margin: 10px 0;
	border: none;
	padding-top: 0;
}
body #contents-main .post .post-title{
	letter-spacing: 0.2em;
	color: #333;
	line-height: 1.8;
	margin: 10px 0 50px;
	text-align: center;
	font-size: 180%;
}

body #contents-main .post img{
	max-width: 100%;
	max-height: 100%;
}

/* 一覧 */
body #contents-main .cate-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin: 2em 0;
}
body #contents-main .cate-list li{
	margin: 0 5% 0 0;
	color: #333;
	letter-spacing: 0.2em;
}
/* body #contents-main .cate-list li a{
	color: #777;
	letter-spacing: 0.2em;
} */
body.archive #contents-main .cate-list .cate {
    font-size: 100%;
    margin-left: 3em;
}
body #contents-main .post .article-box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.09%;
}

.archive #contents-main .article{
	width: 22.81%;
    max-width: 251px;
	margin: 0 1.09% 2%;
}
body #contents-main .article-box .topics .title{
	font-size: 80%;
	margin-bottom: 0;
	text-align: center;
}

/* body #contents-main	.post .thumbnail-box{
	float: left;
	margin: 0 2% 0 0;
} */
/*ブログページとも共通*/
#contents-main .topics{
	padding: 10px 0;
}

#contents-main .topics .date{
	font-size: 87.5%;
    margin-bottom: 0;
	color: #666;
}
#contents-main .topics .title{
	line-height: 1.5;
	color: #333;
}
.thumbnail-box{
	width: 100%;
	height: auto;
	max-width: 251px;
	position: relative;
}
.thumbnail-box::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.thumbnail-box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.thumbnail-box img{
	width: 100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
}


body #contents-main .topics .title span{
	text-align: right;
    padding-right: 1em;
    display: block;
    font-size: 14px;
	letter-spacing: 0;
}

/*タブ*/
/*タブ実装*/
#contents-main .tab_box .btn_area {
	margin:0;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}


#contents-main .tab_box .tab_btn {
	width: 32%;
    margin: 0 2% 30px 0;
	padding: 10px;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	text-align: center;
	font-size: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ddd;
}
#contents-main .tab_box .tab_btn a{
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contents-main .tab_box .tab_btn.last {
	margin-right: 0;
}

#contents-main .tab_box .tab_btn:hover {
	background: #f5f5f5;
}

#contents-main .tab_box .tab_btn.active {
	background: #f5f5f5;
}

#contents-main .tab_box .tab_panel {
    display:none;
}

#contents-main .tab_box .tab_panel.active {
    display:block;
}

/*カテゴリ*/
#contents-main h3 span.main-title,
body.archive #contents-main .main-title .cate span {
    display: block;
    font-size: 100%;
    color: inherit;
    letter-spacing: inherit;
}

/* ★Informationページ--------------------------------　*/
.info #contents-main .inner-box{
	max-width: 1080px;
	width: 78%;
}
.info .info-box .thumbnail-box{
	width: 28%;
	height: auto;
	max-width: 280px;
	position: relative;
	float: left;
}
.info .info-box .thumbnail-box::before{
	content: "";
	display: block;
	padding-top: 66.25%;
}
.info .info-box .topics{
	width: 67%;
	float: right;
}
.info #contents-main .article{
	margin-bottom: 2em;
}
.info .info-box .thumbnail-box a img{
	border-radius: 20px;
}
.info .info-box .thumbnail-box img {
    width: auto;
    height: 100%;
	object-fit: cover;
}
.info .info-detail{
	line-height: 2;
}

.info.detail #contents-main .topics {
    padding: 0px 0 30px;
}





/* 記事毎 */

body #contents-main .blog-go-top {
	text-align: center;
	margin: 3em 0 1em;
}
body.archive #contents-main .mds h2{
	position: relative;
	font-size: 200%;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* line-height: 1;
    margin: 2em 0; */
}
body.archive #contents-main .cover{
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

body.archive #contents-main .cate{
	font-size: 60%;
	position: relative;
	margin-left: 4em;
	letter-spacing: 0.2em;
	display: block;
	color: #333;
}
body.archive #contents-main .cate::before{
	content: "";
	width: 2em;
    height: 1px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
	margin: 0 1em;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
body.archive #contents-main .cate span{
	display: inline-block;
	text-align: center;
	/* margin-right: 1em; */
}


body.detail #contents-main .post {
	width: 100%;
    max-width: 1080px;
	margin: 0 auto;
}
#contents-main .post-title span.en {
	display: block;
	margin-left: 0;
	font-size: 50%;
}

body.detail #contents-main .post-detail{
	margin-bottom: 4em;
	line-height: 2;
}
body.detail #contents-main .post-detail .text-ja,
body.detail #contents-main .post-detail .text-en{
	text-align: center;
}
body.detail #contents-main .post-detail p,
body.detail #contents-main .post-detail div{
	color: #333;
}


/* 日付など */


#contents-main .post p.links{
	color:#333;
	line-height:1.8em;
	font-size:80%;
	text-align:right;
	margin:0 0px 5px 0;
	padding:0 0px;
	}

#contents-main p.links a{
	text-decoration:none; color:#1F0000
}


/* ページング */
#contents-main .post .pager {
	clear:both;
	text-align:center ;
	font-size:80%;
	line-height:2em;
	margin-top:40px;
	}
#contents-main .post .pager span.pager_item a {
	margin:0 2px;
	padding:3px 4px;
	background:#ccc;
	border:1px solid #bbb;color:#000;
	}

/* 記事詳細　戻るリンク */
#contents-main .post .blog-go-top {
	text-align:center;
	margin-top:40px;
}

#contents-main span.page-count{
	color: #777;
}

/* ★お問い合わせ-------------------------------- */

/* ページごとに設定　注意文のテーブルボーダー・背景削除
body.pre-entry #contents-main table ,
body.pre-entry #contents-main table th ,
body.pre-entry #contents-main table td ,

body.contact #contents-main table ,
body.contact #contents-main table th ,
body.contact #contents-main table td {
	border:none;
	}
body.pre-entry #contents-main table td,
body.contact #contents-main table td {
	background:none;
 { */
#contents-main table.soy_inquiry_message {
	border:0;
	background:none;
	margin:0;
	}
#contents-main table.soy_inquiry_message td , #contents-main table.soy_inquiry_message th {
	border:0;
	background:none;
	padding:0;
	}

span.error_message {
	color:#900}

/* お問い合わせ　テーブル設定 */
#contents-main table#inquiry_form {
	border-collapse: separate;
	border-spacing: 10px;
}
#contents-main table#inquiry_form th {
	background:#fff;
	text-align: left;
	padding:10px ;
	white-space:nowrap;
	vertical-align: top;
	font-weight:400;
	width: 20%;
	border: none;
}

#contents-main table#inquiry_form td {
	padding:10px;
	text-align: left;
}
#contents-main table#inquiry_form td input,
#contents-main table#inquiry_form td textarea {
	background: #f3f3f3;
	padding: 8px;
	border: none;
}

#contents-main table#inquiry_form .title td{
	border: 1px solid #666;

}

#contents-main table input[name="confirm"],
#contents-main table input[name="send"],
#contents-main table input[name="form"] {
	font-size: 18px;
	font-size: 18px;
    padding: 0.5em 1em;
    background: #fff;
    border: 1px solid #666;
    border-radius: 5px;
	color: #333;
}

/* 住所　nest table用 */
#contents-main table#inquiry_form table {
	width: 100%;
}
#contents-main table#inquiry_form table td {
	border:0;
	white-space:nowrap;
}



/*body #contents-main table#inquiry_form table td {
	padding-left:0;
	padding-right:0;
	white-space:nowrap;
	}*/


/* テキストボックスなどの長さ */

#contents-main table#inquiry_form  td input.name{
	width:200px;}
#contents-main table#inquiry_form  td input.mail{
	width:350px;
    /* margin-bottom: 1em; */
}
#contents-main table#inquiry_form  td input.tel{
	width:350px;}
#contents-main table#inquiry_form  td textarea {
	width:100%;}

@media screen and (min-width: 800px) and (max-width: 1200px) {
	.tb-only{
		display: block;
	}
	#navi li a {
		font-size: 100%;
	}
	.active #navi li {
		padding: 0 0 0 2%;
	}
	#contents-main .bubble {
		padding: 1.5em 1em;
		font-size: 100%;
		width: auto;
		min-width: 30%;
	}
	.site-header{
		padding: 0 2%;
		width: 100%;
	}
	.site-header.active{
		padding: 0 0;
	}
	#head {
		margin-left: 0;
	}
	#navi-box {
		margin-right: 0;
	}
	#navi li {
		font-size: 95%;
	}
	#visual-wrap .visual-text h2{
		font-size:min(3vw,36px);
	}
	#visual-wrap .visual-text .kakomi {
		font-size:min(1.3vw,18px);
	}
	#footer .footer_nav ul {
		font-size: 90%;
	}
}


@media screen and (min-width: 800px) and (max-width: 1024px) {
	body {
		font-size: 15px;
	}
	#navi li {
		padding-left: 2%;
		padding-top: 0.5%;
	}
	#navi li a {
		font-size: 85%;
	}
	#navi li.n-btn a {
		padding: 10px 10px;
		font-size: 90%;
	}
	.active #navi li.upper {
		padding-left: 2%;
	}
	#visual-wrap {
		margin-top: 10%;
	}
	#pagevisual{
		margin-top: 10%;
	}
	#contents-main h2 span.en {
		font-size: 127%;
	}
	#contents-main h2 {
		font-size: 190%;
	}
	#contents-main .first p {
		line-height: 2;
		letter-spacing: 0.1em;
	}
	#contents-main table#inquiry_form table input{
		max-width: 280px;
	}
	#contents-main .aboutme h3 {
		margin: 50px 0;
	}
	#contents-main .row_03 .p-right{
		margin: 0 0 0;
	}
	#contents-main .first {
		padding: 8% 0 8%;
	}
	#contents-main .resolution .circle {
		width: 93%;
	}
	#contents-main .btn a {
		width: 90px;
		height: 90px;
	}
	#contents-main .li-box section .btn {
		position: absolute;
		top: 2%;
		right: 3%;
	}

}




/* 印刷用設定　ここから */
@media print {


/* JSナビ固定の解除 */
.fixed {
	position:relative ;
	}


}
/* 印刷用設定　ここまで */