@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
/**top*/
#mainImgArea {
  position: relative;
}
#topImg {
  background: url("../img/top/mainimg.jpg")center center no-repeat;
  background-size: cover;
  height: calc(100vh - 61px);
  position: relative;
  width: 100%;
}
#topImg #bg {
  display: none;
}
#topImg #topCatch {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 350px;
}
#topImg #topCatch:before {
  content: "";
  background: url("../img/top/star.png") center center no-repeat;
  background-size: 140% auto;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#topImg #topCatch img {
  width: 100%;
  height: auto;
}
#topImg #topCatch img.imgLogo {
  width: 70%;
  height: auto;
  margin: -30px auto 0 auto;
}
#news {
  padding: 20px;
  margin: 0 20px -130px 20px;
  background: #fff;
  position: relative;
  z-index: 50;
  top: -150px;
}
#news h2 {
  font-size: 18px;
  border-bottom: solid 1px #cacaca;
}
#news ul li {
  border-bottom: dotted 2px #cacaca;
  padding: 10px 0;
  font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news ul li time {
  font-family: century-old-style-std, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#news .more a {
  text-align: center;
  display: block;
  margin-top: 30px;
  padding: 10px;
  border: solid 1px #cacaca;
  font-family: century-old-style-std, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#news .more a:after {
  content: "";
  background: url("../img/shared/txt_arrow.svg")center center no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px 10px;
}
#topSlider {
  padding: 0 30px 30px 30px;
}
#topSlider #slideIn {
  position: relative;
}
#topSlider li a {
  display: block;
  background: #fff;
  border-radius: 10px;
}
#topSlider li a h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  font-family: century-old-style-std, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#topSlider li a img {
  width: 100%;
  height: auto;
}
#topSlider li a p {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  font-family: 'Noto Sans JP', "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#topSlider .slide-arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#topSlider .prev-arrow {
  left: -25px;
}
#topSlider .next-arrow {
  right: -25px;
}
#staff {
  margin: 40px auto 40px auto;
}
#staff a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#staff img {
  width: 100%;
  height: auto;
}
#staff h2 {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-family: century-old-style-std, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 26px;
  pointer-events: none;
}
#topLesson {
  background: url("../img/top/frame_smt_top.png")center top no-repeat, url("../img/top/frame_smt_bottom.png")center bottom no-repeat;
  background-size: 100% auto;
  padding: 10px;
  margin: 0 10px 40px 10px;
}
#topLessonIn {
  background: url("../img/top/lesson_bg.jpg")center center no-repeat;
  background-size: auto 100%;
  padding: 40px 20px;
}
#topLessonIn h2 {
  color: #fff;
  font-weight: bold;
  font-family: century-old-style-std, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 20px;
}
#topLessonIn p {
  color: #fff;
  margin-bottom: 20px;
}
#topLessonIn a {
  display: block;
  background: #000;
  color: #fff;
  border: solid 1px #fff;
  padding: 10px;
  text-align: center;
  position: relative;
}
#topLessonIn a:after {
  content: "";
  background: url("../img/shared/btn_arrow_wh.svg")center center no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#breadCrumbs {
  background: #f5f5f5;
  border-bottom: solid 1px #cacaca;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
#breadCrumbs ol {
  display: block;
  white-space: nowrap;
}
#breadCrumbs ol li {
  display: inline;
  position: relative;
  padding-right: 16px;
  margin-right: 6px;
}
#breadCrumbs ol li:after {
  content: "";
  background: url("../img/shared/ico_breadcrumbs.png")center center no-repeat;
  background-size: 6px 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 9px;
}
#breadCrumbs ol li:last-of-type:after {
  display: none;
}
.pageTit {
  padding: 40px 0 0 0;
  text-align: center;
  font-weight: bold;
}
.pageTit span:last-of-type{
	display: block;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
}
.pageTit span:first-of-type{
	border-bottom: solid 1px #381308;
  font-size: 24px;
	padding-bottom: 10px;
}
.pageTit span:first-of-type:before{
	content: "";
	background: url("../img/shared/tit_left.svg")center right no-repeat,#FFF;
	width: 68px;
	height: 26px;
	display: inline-block;
	margin-bottom: -27px;
}
.pageTit span:first-of-type:after{
	content: "";
	background: url("../img/shared/tit_right.svg")center left no-repeat,#FFF;
	width: 68px;
	height: 26px;
	display: inline-block;
	margin-bottom: -27px;
}
.inner {
  padding: 40px 20px;
}
.contentTxt br {
  display: none;
}
	.contentTxt.form span{
		text-align: center;
		display: block;
	}
.tax {
  padding: 20px 0;
  font-size: 14px;
  color: #9f2e28;
}
.price01 {
  border-top: solid 1px #ddd;
  padding-top: 30px;
}
.price01 li:first-of-type {
  margin-bottom: 30px;
}
.price01 li:first-of-type p:first-of-type {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.price01 li:first-of-type p:first-of-type span {
  font-size: 16px;
}
.price01 li:first-of-type p:nth-of-type(2) {
  background: #9f2e28;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
}
.price01 li:first-of-type p:nth-of-type(2):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #9f2e28 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.price01 li:first-of-type p:nth-of-type(3) {
  text-align: center;
  font-size: 18px;
}
.price01 li:first-of-type p:nth-of-type(3) br {
  display: none;
}
.price01 li:first-of-type p:nth-of-type(3) span {
  color: #9f2e28;
  font-weight: bold;
}
.price01 li:last-of-type {
  background: url("../img/lesson/bg_border.png");
  text-align: center;
  position: relative;
}
.price01 li:last-of-type p {
  padding: 20px;
}
.price01 li:last-of-type:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  position: absolute;
  left: 0;
  top: 0;
}
.price01 li:last-of-type:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 0;
  top: 0;
}
.price01 li:last-of-type div:before {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.price01 li:last-of-type div:after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 0;
  bottom: 0;
}
.price01 li:last-of-type span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #9f2e28;
}
#lessonMenu {
  background: #f2f2f2;
  padding: 40px 20px;
}
#lessonMenu h2.menuTit {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
#lessonMenu .menuNav {
  margin-bottom: 10px;
}
#lessonMenu .menuNav li {
  margin-bottom: 10px;
}
#lessonMenu .menuNav li:last-of-type {
  margin-bottom: 0;
}
#lessonMenu .menuNav li a {
  background: #fff;
  border: solid 1px #000;
  display: block;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
.lessonBox {
  background: #f2f2f2;
  border-top: solid 1px #d1d1d1;
}
.lessonTit {
  display: flex;
  margin-bottom: 20px;
}
.lessonTit p {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  border-right: solid 1px #aaa;
  padding-right: 10px;
  margin-right: 10px;
}
.lessonTit p span {
  font-size: 12px;
  display: block;
}
.lessonTit h2 {
  font-weight: bold;
}
.lessonOp {
  margin-bottom: 30px;
}
.lessonOp li {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
  position: relative;
}
.lessonOp li a {
  display: block;
  background: url("../img/lesson/ico_arrow_red.png")right 5px center no-repeat;
  background-size: 6px 12px;
  color: #9f2e28;
  text-decoration: underline;
  padding-right: 30px;
}
.lessonOp li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.lessonOp li:nth-of-type(1):before {
  background: url("../img/lesson/ico_time.png")center center no-repeat;
  background-size: 80%;
}
.lessonOp li:nth-of-type(2):before {
  background: url("../img/lesson/ico_price.png")center center no-repeat;
  background-size: 60%;
}
.lessonBox h3 {
  margin-top: 20px;
  padding: 20px 0;
  border-top: dotted 3px #d2d2d2;
  font-weight: bold;
  font-size: 20px;
}
.lessonBox h3.nobdTit{
	border-top: none;
	margin-top: 0;
}
.lessonBox .class li {
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
.lessonBox .class li:nth-of-type(2) br{
	display: none;	
}
.lessonBox .class li a{
	display: block;
	margin-top: 10px;
	border: solid 1px #000;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	font-weight: bold;
}
.lessonBox .class li:last-of-type {
  margin-bottom: 0;
}
.lessonBox .class li:after {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 30px;
  color: #ddd0c9;
}
.lessonBox .class li:nth-of-type(1):after {
  content: "Standard";
}
.lessonBox .class li:nth-of-type(2):after {
  content: "Latin";
}
.lessonBox .class li:nth-of-type(3):after {
  content: "Jazz";
}
.lessonBox .class li:nth-of-type(4):after {
  content: "Argentine tango";
}
.lessonBox .class li span {
  font-weight: bold;
  display: block;
  font-size: 18px;
}
.lessonBox .classType dt {
  background: #99857a;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.lessonBox .classType dd {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.lessonBox .classType dd:last-of-type {
  margin-bottom: 0;
}
#party {
  padding: 40px 0;
}
#party h2 {
  text-align: center;
}
#party ul li {
  border: solid 1px #d2d2d2;
  padding: 40px 20px 20px 20px;
  position: relative;
  margin-bottom: 60px;
}
#party ul li:last-of-type {
  margin-bottom: 0;
}
#party ul li .time {
  position: absolute;
  width: 90%;
  top: -22px;
  background: #fff;
  text-align: center;
  border: solid 1px #d2d2d2;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
}
#party ul li .time:before {
  content: "";
  background: url("../img/lesson/ico_time.png")center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#party ul li h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#party ul li p:nth-of-type(2) {
  margin-bottom: 20px;
}
#party ul li .price02 dt {
  background: #f4f4f4;
  padding: 10px;
  text-align: center;
}
#party ul li .price02 dd {
  padding: 10px;
  text-align: center;
}
#party ul li .price02 dt span {
  font-size: 14px;
}
#party ul li .btn {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
#party ul li .rest {
  background: #df0000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}
#party ul li .post {
  text-align: center;
  margin-top: 10px;
}
#faq {
  padding: 0 20px 40px 20px;
}
#faq h2 {
  position: relative;
  padding-left: 35px;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#faq h2:before {
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 1;
  content: "Q";
  font-size: 32px;
}
#faq p {
  background: #f6f6f6;
  margin-left: 35px;
  padding: 20px;
  margin-bottom: 40px;
}
#faq p span {
  background: #7a6458;
  color: #fff;
  padding: 5px 20px;
  display: block;
  margin: 20px 0 10px 0;
  text-align: center;
}
#access {
  padding: 40px 20px 60px 20px;
}
#access p.accessTxt {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}
#access p.accessTxt span {
  font-size: 20px;
  display: block;
}
#access ul li:first-of-type {
  font-size: 20px;
  text-align: center;
}
#access ul li:first-of-type a {
  font-size: 34px;
  color: #000;
}
#access ul li:last-of-type p:first-of-type {
  color: #9f2e28;
  text-align: center;
}
#access ul li:last-of-type p:first-of-type span {
  background: #9f2e28;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
#access ul li:last-of-type p:last-of-type {
  text-align: center;
  font-size: 20px;
}
#access .yearSche {
  text-align: center;
}
#companyTop {
  padding: 40px 20px 60px 20px;
}
#companyTop h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
#companyTop p {
  line-height: 2.2;
}
#companyTop p br:nth-of-type(3) {
  display: none;
}
#profile {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
#profile .ph {
  margin-bottom: 40px;
	position: relative;
}
#profile .ph span{
	display: block;
	padding: 5px;
	border: solid 1px #381308;
}
#profile .ph:before{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#profile .ph:after{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(-1,1);
	z-index: 5;
}
#profile .ph span:before{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(1,-1);
	z-index: 5;
}
#profile .ph span:after{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: scale(-1,-1);
	z-index: 5;
}
#profile .ph img {
  width: 100%;
  height: auto;
  display: block;
}
#profileIn h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#profileIn h3 span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
#profileIn p:first-of-type {
  margin-bottom: 40px;
}
#companyProf table:first-of-type {
  margin-bottom: 40px;
}
#companyProf table {
  border-top: solid 2px #ddd;
}
#companyProf table th {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  width: 40%;
  border-bottom: dotted 1px #ddd;
  padding: 10px 5px;
}
#companyProf table td {
  text-align: left;
  border-bottom: dotted 1px #ddd;
  padding: 10px 5px;
  font-weight: bold;
}
#companyProf table tr:last-of-type th, #companyProf table tr:last-of-type td {
  border-bottom: none;
}
#staffTop {
  padding: 40px 20px 20px 20px;
}
#staffTop li {
  margin-bottom: 40px;
}
#staffTop li .ph img {
  width: 100%;
  height: auto;
}
#staffTop li .ph {
  margin-bottom: 10px;
	position: relative;
}
#staffTop li .ph span{
	display: block;
	padding: 5px;
	border: solid 1px #381308;
}
#staffTop li .ph:before{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#staffTop li .ph:after{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(-1,1);
	z-index: 5;
}
#staffTop li .ph span:before{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(1,-1);
	z-index: 5;
}
#staffTop li .ph span:after{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: scale(-1,-1);
	z-index: 5;
}

#staffTop li h2 {
  font-size: 28px;
  font-weight: bold;
}
#staffTop li p:first-of-type {
  color: #7b7b7b;
  line-height: 1;
  margin-bottom: 20px;
}
#staffTop li p.class {
  text-align: center;
  background: #ededed;
  padding: 10px;
}
#otherStaff {
  padding: 0 20px 60px 20px;
}
#otherStaff h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#otherStaff h2 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
#otherStaff h2 span:after {
  content: "※順不同";
  font-size: 14px;
  vertical-align: middle;
}
#otherStaff h2:before {
  content: "";
  background: #ddd;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#otherStaff ul {
  padding-left: 20px;
}
#otherStaff ul li {
  list-style: disc;
  font-size: 18px;
  margin-bottom: 10px;
}
#staffInfo {
  padding: 40px 20px 60px 20px;
}
#staffProf .ph img {
  width: 100%;
  height: auto;
}
#staffProf .ph {
  margin-bottom: 40px;
	position: relative;
}
#staffProf .ph span{
	display: block;
	padding: 5px;
	border: solid 1px #381308;
	position: relative;
}
#staffProf .ph:before{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
#staffProf .ph:after{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(-1,1);
	z-index: 5;
}
#staffProf .ph span:before{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(1,-1);
	z-index: 5;
}
#staffProf .ph span:after{
	content: "";
	background: url("../img/staff/photo_frame.png")left top no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: scale(-1,-1);
	z-index: 5;
}
#staffProf .staffBox .class {
  background: #ededed;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
#staffProf .staffBox h2 {
  font-weight: bold;
  font-size: 32px;
}
#staffProf .staffBox .engName {
  color: #7b7b7b;
  margin-bottom: 60px;
}
#staffProf .staffBox ul {
  position: relative;
  margin-bottom: 50px;
}
#staffProf .staffBox ul:before {
  content: "";
  background: #ddd;
  width: 30%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -20px;
}
#staffProf .staffBox ul:last-of-type {
  margin-bottom: 0;
}
#staffProf .staffBox ul li {
  margin-bottom: 10px;
}
#staffInfo h3 {
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  font-size: 22px;
  border-top: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
  margin-bottom: 40px;
  margin-top: 40px;
}
#staffInfo h3.long {
  font-size: 18px;
}
#staffInfo .comment li {
  position: relative;
  margin-bottom: 50px;
  border-top: solid 1px #ddd;
  padding: 20px 0 0 0;
}
#staffInfo .comment li h4 {
  position: absolute;
  top: -15px;
  text-align: center;
  width: 100%;
}
#staffInfo .comment li h4 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
#staffInfo .comment li p {
  font-size: 18px;
  font-weight: bold;
}
#staffInfo .photo {
  display: flex;
  flex-wrap: wrap;
}
#staffInfo .photo li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
#staffInfo .photo li:nth-of-type(even) {
  margin-right: 0;
}
#staffInfo .photo li:nth-of-type(3), #staffInfo .photo li:nth-of-type(4) {
  margin-bottom: 0;
}
#staffInfo .photo img {
  width: 100%;
  height: auto;
}
#contact {
  padding: 0 20px 60px 20px;
}
#contact dt {
  font-size: 18px;
  margin-bottom: 5px;
}
#contact dt span {
  color: #e10000;
}
#contact dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
#privacy {
  padding: 0 20px 60px 20px;
}
#privacy p {
  margin-bottom: 40px;
}
#privacy h2 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
#privacy ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
#privacy ul li {
  list-style: disc;
  margin-bottom: 10px;
}
#column{
	padding: 40px 20px 60px 20px;
}
#articleList article{
	border:solid 1px #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
#articleList article:last-of-type{
	margin-bottom: 0;
}
#articleList article img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
#articleList article .category{
	background: #9f2e28;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}
#articleList article time{
	font-style: normal;
}
#articleList article h2{
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
.pagenation{
	padding: 40px 0;
	display: flex;
	justify-content: center;
}
.pagenation li{
	margin: 0 3px;
}
.pagenation li.stay{
	padding: 0 10px;
	background: #ddd;
}
.pagenation li a{
	display: block;
	padding: 0 10px;
	background: #f0f0f0;
}
#blogNav dl{
	margin-bottom: 40px;
}
#blogNav dt{
	border-top: solid 1px #ddd;	
	position: relative;
	margin-bottom: 15px;
}
#blogNav dt span{
	position: absolute;
	background: #fff;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 8px;
}
#blogNav dd a{
	display: block;
	background: #f5f5f5;
	padding: 5px 5px 5px 20px;
	margin-bottom: 5px;
	position: relative;
}
#blogNav dd a:before{
	content: "";width: 0;
height: 0;
border-style: solid;
border-width: 2.5px 0 2.5px 5px;
border-color: transparent transparent transparent #9a867b;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.ninja_onebutton_output .wrap-omatome-icnfont-button .count{
	padding: 0 5px 2px !important;
}
#blogInfo figure img{
	width: 100%;
	height: auto;
}
#subBlock{
	padding: 20px 0 0 0;
}
#subBlock .category{
	background: #9f2e28;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 20px;
}
#blogInfo h1{
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.6;
}
#blogInfo p{
	margin-bottom: 40px;
	font-size: 18px;
}
#blogInfo .backList a{
	display: block;
	text-align: center;
	background: #ddd;
	color: #000;
	padding: 10px;
	margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #topImg {
    height: calc(100vh - 140px);
    background: none;
    overflow: hidden;
  }
  #topImg #bg {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  #topImg #bg img {
    height: 100%;
    width: auto;
  }
  #topImg #topCatch {
    top: 48%;
    width: 900px;
    z-index: 2;
  }
  #topImg #topCatch:before {
    content: "";
    background: url("../img/top/star.png") center center no-repeat;
    background-size: 100% auto;
    width: 842px;
    height: 333px;
  }
  #news {
    width: 1100px;
    padding: 40px 50px;
    margin: 0 auto -130px auto;
  }
  #news h2 {
    font-size: 20px;
    padding: 0 30px 10px 30px;
  }
  #news ul {
    padding: 0 20px;
  }
  #news ul li {
    padding: 10px;
  }
  #news ul li a {
    display: flex;
  }
  #news ul li a time {
    margin-right: 20px;
  }
  #news .more {
    position: absolute;
    right: 50px;
    top: 0;
  }
  #news .more a {
    border: none;
  }
  #topSlider {
    padding: 0 0 40px 0;
  }
  #topSlider #slideIn {
    width: 1100px;
    margin: 0 auto;
  }
  #topSlider li {
    padding: 0 10px;
  }
  #topSlider li a:hover {
    opacity: 0.6;
  }
  #topSlider li a h2 {
    font-size: 18px;
    padding: 15px 0;
  }
  #topSlider li a p {
    padding: 0 10px;
    font-size: 16px;
  }
  #topSlider .prev-arrow {
    left: -40px;
  }
  #topSlider .next-arrow {
    right: -40px;
  }
  #staff {
    max-width: 1366px;
    transition: all 0.2s ease-in;
  }
  #staff:hover {
    opacity: 0.8;
  }
  #staff h2 {
    font-size: 60px;
    transition: all 0.3s ease-in;
  }
  #topLesson {
    width: 1107px;
    margin: 100px auto;
    background: url("../img/top/lesson_border.png")center center no-repeat;
    height: 485px;
    padding: 24px;
  }
  #topLessonIn {
    background: url("../img/top/lesson_bg.jpg")center center no-repeat;
    background-size: cover;
    padding: 0 70px;
    height: 100%;
    position: relative;
  }
  #topLessonIn div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
  }
  #topLessonIn h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #topLessonIn p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    padding-right: 40px;
  }
  #topLessonIn a {
    width: 70%;
  }
  #topLessonIn a:hover {
    opacity: 0.6;
  }
  #breadCrumbs ol {
    width: 1100px;
    margin: 0 auto;
  }
  .pageTit {
    padding: 80px 0;
  }
.pageTit span:last-of-type{
	font-size: 16px;
}
.pageTit span:first-of-type{
	border-bottom: solid 2px #381308;
  font-size: 38px;
}
.pageTit span:first-of-type:before{
	content: "";
	background: url("../img/shared/tit_left.svg")center right no-repeat,#FFF;
	width: 100px;
	height: 50px;
	display: inline-block;
	margin-bottom: -42px;
}
.pageTit span:first-of-type:after{
	content: "";
	background: url("../img/shared/tit_right.svg")center left no-repeat,#FFF;
	width: 100px;
	height: 50px;
	display: inline-block;
	margin-bottom: -42px;
}
  .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .contentTxt {
    text-align: center;
    font-size: 18px;
  }
  .contentTxt br {
    display: block;
  }
  .tax {
    padding: 40px 0 80px 0;
    font-size: 16px;
    text-align: center;
  }
  .price01 {
    display: flex;
    border-top: none;
    padding-top: 0;
    width: 900px;
    margin: 0 auto;
  }
  .price01 li:first-of-type {
    margin: 0 40px 0 0;
    width: 430px;
  }
  .price01 li:first-of-type p:first-of-type {
    font-size: 30px;
    font-weight: normal;
  }
  .price01 li:first-of-type p:nth-of-type(2) {
    font-size: 18px;
  }
  .price01 li:first-of-type p:nth-of-type(3) br {
    display: block;
  }
  .price01 li:last-of-type {
    width: 430px;
  }
  .price01 li:last-of-type div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .price01 li:last-of-type p {
    font-size: 18px;
  }
  .price01 li:last-of-type span {
    font-size: 30px;
    font-weight: bold;
    color: #9f2e28;
  }
  #lessonMenu {
    background: #f2f2f2;
    padding: 30px 0;
  }
  #lessonMenu .menuNav {
    width: 1100px;
    margin: 0 auto;
    display: flex;
  }
  #lessonMenu .menuNav li {
    margin-bottom: 0;
    width: 24.25%;
    margin-right: 1%;
  }
  #lessonMenu .menuNav li:last-of-type {
    margin-right: 0;
  }
  #lessonMenu .menuNav li a:hover {
    background: #000;
    color: #fff;
  }
  .lessonTit {
    margin-bottom: 30px;
  }
  .lessonTit p {
    font-size: 36px;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
  }
  .lessonTit p span {
    font-size: 10px;
  }
  .lessonTit h2 {
    font-size: 40px;
    line-height: 1;
  }
  .lessonOp {
    display: flex;
    margin-bottom: 10px;
  }
  .lessonOp li {
    margin-right: 10px;
  }
  .lessonBox h3 {
    margin-top: 40px;
    padding: 20px 0;
  }
  .lessonBox .inner {
    padding: 80px 0;
  }
  .lessonBox .class {
    display: flex;
    flex-wrap: wrap;
  }
  .lessonBox .class li {
    width: 48%;
    margin-right: 4%;
  }
.lessonBox .class li a{
	width: 50%;
}
.lessonBox .class li:nth-of-type(2) br{
	display: block;
}
	.lessonBox .class li a:hover{
		opacity: 0.6;
		background: #000;
		color: #fff;
	}
  .lessonBox .class li:nth-of-type(even) {
    margin-right: 0;
  }
  .lessonBox .class li:last-of-type, .lessonBox .class li:nth-of-type(3) {
    margin-bottom: 0;
  }
  .lessonBox .class li:after {
    top: -34px;
    font-size: 32px;
  }
  .lessonBox .class li span {
    font-size: 20px;
  }
  .lessonBox .classType {
    display: flex;
    flex-wrap: wrap;
  }
  .lessonBox .classType dt {
    width: 20%;
    background: #99857a;
    margin-bottom: 20px;
    padding: 14px;
    font-size: 18px;
  }
  .lessonBox .classType dd {
    width: 80%;
    background: #fff;
    margin-bottom: 20px;
    padding: 14px;
    font-size: 18px;
  }
  .lessonBox .classType dt:last-of-type {
    margin-bottom: 0;
  }
  #party {
    padding: 60px 0;
  }
  #party h2 {
    margin-bottom: 30px;
  }
  #party ul {
    display: flex;
    flex-wrap: wrap;
  }
  #party ul li {
    width: 48%;
    margin-right: 4%;
    padding: 60px 40px 40px 40px;
  }
  #party ul li:nth-of-type(even) {
    margin-right: 0;
  }
  #party ul li:last-of-type, #party ul li:nth-of-type(5) {
    margin-bottom: 0;
  }
  #party ul li .time {
    width: 60%;
    top: -25px;
    padding: 10px;
  }
  #party ul li h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #party ul li p:nth-of-type(2) {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
  }
  #party ul li .price02 {
    display: flex;
    flex-wrap: wrap;
  }
  #party ul li .price02 dt {
    width: 65%;
    background: #fff;
    text-align: left;
    font-size: 18px;
    border-right: solid 2px #fff;
  }
  #party ul li .price02 dt:nth-of-type(odd), #party ul li .price02 dd:nth-of-type(odd) {
    background: #f4f4f4;
  }
  #party ul li .price02 dd {
    font-size: 18px;
    width: 35%;
    text-align: right;
  }
  #party ul li .price02 dd span {
    font-size: 14px;
    display: block;
  }
  #party ul li .btn {
    padding: 15px;
    width: 70%;
    margin: 30px auto 0 auto;
  }
  #party ul li .btn:hover {
    opacity: 0.6;
  }
  #faq {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
  #faq h2 {
    position: relative;
    font-size: 26px;
  }
  #faq h2:before {
    top: 0;
  }
  #faq p {
    padding: 30px;
    margin-bottom: 60px;
  }
  #faq p span {
    width: 200px;
  }
  #access {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0;
  }
  #access p.accessTxt {
    font-size: 16px;
  }
  #access p.accessTxt span {
    font-size: 26px;
    font-weight: bold;
  }
  #access ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #access ul li:first-of-type {
    margin-right: 10px;
    line-height: 1.2;
  }
  #access ul li:first-of-type a {
    font-size: 42px;
  }
  #access ul li:last-of-type p:first-of-type {
    line-height: 1;
  }
  #access ul li:last-of-type p:first-of-type span {
    margin-right: 5px;
  }
  #access ul li:last-of-type p:last-of-type {
    text-align: left;
  }
  #companyTop {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 80px 0;
  }
  #companyTop h2 {
    font-size: 30px;
  }
  #companyTop p {
    line-height: 2.6;
    font-size: 18px;
  }
  #companyTop p br:nth-of-type(3) {
    display: block;
  }
  #profile {
    display: flex;
    margin: 60px 0;
    padding-bottom: 60px;
    border-bottom: solid 1px #ddd;
    align-items: center;
  }
  #profile .ph {
    width: 50%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  #profile .ph img {
    width: 100%;
    height: auto;
    display: block;
  }
  #profileIn {
    width: 46%;
  }
  #profileIn p {
    font-size: 16px;
    line-height: 1.8;
  }
  #companyProf {
    display: flex;
  }
  #companyProf table:first-of-type {
    margin-bottom: 0;
  }
  #companyProf table {
    border-top: none;
    width: 48%;
    margin-right: 4%;
  }
  #companyProf table:last-of-type {
    margin-right: 0;
  }
  #staffTop {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
  }
  #staffTop li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
  }
  #staffTop li:nth-of-type(3n) {
    margin-right: 0;
  }
  #staffTop li .ph {
    position: relative;
  }
	#staffTop li .ph span{
    overflow: hidden;
	}
  #staffTop li .ph img:hover {
    transform: scale(1.1);
  }
  #staffTop li .ph img {
    transition: all 0.3s ease-in;
  }
  #otherStaff {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 100px 0;
  }
  #otherStaff h2 span {
    padding: 0 20px;
  }
  #otherStaff h2 span:after {
    font-size: 16px;
  }
  #otherStaff ul {
    display: flex;
    flex-wrap: wrap;
  }
  #otherStaff ul li {
    width: 33%;
  }
  #staffInfo {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 100px 0;
  }
  #staffProf {
    display: flex;
  }
  #staffProf .ph {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  #staffProf .staffBox {
    width: 48%;
  }
  #staffProf .staffBox .class {
    width: 80%;
    font-size: 18px;
  }
  #staffProf .staffBox h2 {
    font-size: 42px;
  }
  #staffProf .staffBox .engName {
    color: #7b7b7b;
    font-size: 18px;
  }
  #staffInfo h3 {
    text-align: center;
    padding: 80px 0;
    font-size: 36px;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
  }
  #staffInfo h3.long {
    font-size: 24px;
  }
  #staffInfo .comment {
    display: flex;
    flex-wrap: wrap;
  }
  #staffInfo .comment li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 80px;
  }
  #staffInfo .comment li:nth-of-type(even) {
    margin-right: 0;
  }
  #staffInfo .comment li p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0;
  }
  #staffInfo .photo li {
    width: 23.5%;
    margin-bottom: 0;
    margin-right: 2%;
  }
  #staffInfo .photo li:nth-of-type(even) {
    margin-right: 2%;
  }
  #staffInfo .photo li:last-of-type {
    margin-right: 0;
  }
  #contact {
    width: 820px;
    margin: 0 auto;
    padding: 0 0 100px 0;
  }
  #contact dl {
    display: flex;
    flex-wrap: wrap;
  }
  #contact dt {
    width: 30%;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
  }
  #contact dt span {
    color: #e10000;
  }
  #contact dd {
    width: 70%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
  }
  #contact dt:last-of-type, #contact dd:last-of-type {
    border-bottom: none;
  }
  #privacy {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 100px 0;
  }
#column{
	display: flex;
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
}
	#articleList{
		width: 800px;
		margin-right: 60px;
	}
	#blogNav{
		width: 240px;
	}
	
#articleList article{
	border:none;
	padding:0;
	border-bottom: solid 1px #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#articleList article a{
	display: flex;
}
	#articleList article a .ph{
		width: 326px;
		height: 217px;
		background: url("../img/newsblog/no_photo.jpg")center center no-repeat;
		background-size: 100% auto;
		position: relative;
		overflow: hidden;
		margin-right: 20px;
	}
#articleList article a img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
}
	#articleList article .subject{
		width: 534px;
	}
#articleList article h2{
	padding: 20px 0;
	font-size: 22px;
}
.pagenation li a:hover{
	background: #ddd;
}
#blogNav dl{
	margin-bottom: 60px;
}
#blogNav dt{
	margin-bottom: 25px;
}
#blogNav dd a:hover{
	background: #ddd;
	color: #000;
}
	#blogInfo figure{
		width: 800px;
		height: 600px;
		overflow: hidden;
		position: relative;
	}
#blogInfo figure img{
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#blogInfo{
	width: 800px;
	margin-right: 60px;
}
#subBlock{
	padding: 20px 0 0 0;
	position: relative;
}
	#subBlock #blogSns{
		position: absolute;
		right: 0;
		top: 24px;
	}
#subBlock .category{
	background: #9f2e28;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 20px;
}
	#blogInfo .backList{
		width: 300px;
		margin: 0 auto;
	}
#blogInfo .backList a:hover{
	background: #bbb;
}
}