@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
.pageTit {
  background: #bca475;
  text-align: center;
  font-size: 14px;
  color: #552e31;
  padding: 20px;
  line-height: 1.4;
}
.pageTit span {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
}
.pageTit span:before {
  content: "";
  background: #552e31;
  width: 30px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pageTit span:after {
  content: "";
  background: #552e31;
  width: 30px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
/**top**/
#joinBtn{
	padding: 20px 30px;
}
#joinBtn a{
	text-align: center;
	display: block;
	margin: 0 auto;
	background:#C80003;
	color: #fff;
	padding:30px 15px 15px 15px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#joinBtn a.textLink{
	background: #fff;
	border: solid 1px #000;
	color: #000;
	font-size: 16px !important;
	padding:10px;
	margin-top: 20px;
}
#joinBtn a:nth-of-type(2){
	text-align: center;
	display: block;
	margin: 0 auto;
	background:#b6a752;
	color: #fff;
	padding:30px 10px 15px 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#joinBtn a span{
	position: absolute;
	text-align: center;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
}
#joinBtn a span:before{
	content: "";
	background: #fff;
	width: 2px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(-20deg);
	margin-right: 5px;
	margin-top: -4px;
}
#joinBtn a span:after{
	content: "";
	background: #fff;
	width: 2px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(20deg);
	margin-left: 5px;
	margin-top: -4px;
}
#joinBtn a:hover{
	opacity: 0.7;
}
#joinBtn a:before{
	content: "";
	background:url("../img/top/ico_mark.svg") left top repeat-y;
	background-size: 35px auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
}
#joinBtn a:after{
	content: "";
	background:url("../img/top/ico_mark.svg") left top repeat-y;
	background-size: 35px auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
}
main#top {
  background: #fff;
}
#slider .slideBox li img {
  width: 100%;
  height: auto;
}
#slider .slide-arrow {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#slider .prev-arrow {
  left: 10px;
}
#slider .next-arrow {
  right: 10px;
} /* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '•';
  text-align: center;
  color: #c3c4c4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #552e31;
}
#news {
  background: #fff;
  margin-bottom: 10px;
}
#news h2 {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  color: #b6a752;
  text-align: center;
  margin-bottom: 20px;
}
#news h2 span:before {
  content: "";
  background: #b6a752;
  width: 30px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#news h2 span:after {
  content: "";
  background: #b6a752;
  width: 30px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#news ul {
  border-top: solid 1px #b6a752;
  margin: 0 30px;
}
#news ul li a {
  display: flex;
  border-bottom: solid 1px #b6a752;
  padding: 10px;
}
#news ul li img {
  display: none;
}
#news ul li time {
  font-size: 14px;
  width: 30%;
	padding: 2px 0;
}
#news ul li .category {
  width: 30%;
	text-align: center;
}
#news ul li .category span {
  background: #b6a752;
  color: #fff;
  font-size: 14px;
  padding: 1px 5px;
}
#news ul li .read {
  font-size: 14px;
  width: 40%;
	padding: 2px 0;
}
#news .moreRead {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
}
#news .moreRead a {
  font-family: "Times New Roman", Times, serif;
  display: block;
  border: solid 1px #b6a752;
  border-radius: 3px;
  text-align: center;
  color: #b6a752;
  padding: 10px;
  font-size: 14px;
}
#contentLink {
  background: #e2ded7;
  padding: 30px;
}
#contentLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contentLink ul li {
  width: 43%;
  margin-right: 14%;
  margin-bottom: 20px;
}
#contentLink ul li:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
#contentLink ul li .engTit {
  font-family: "Times New Roman", Times, serif;
  color: #552e31;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#contentLink ul li .engTit:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #552e31;
}
#contentLink ul li .engTit span {
  background: #e2ded7;
  position: relative;
  z-index: 5;
  padding: 0 10px;
}
#contentLink ul li h2 {
  background: #552e31;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  margin-bottom: 10px;
}
#contentLink ul li h2:before {
  content: "";
  background: url("../img/top/ico_mark.svg") left center no-repeat;
  background-size: auto 100%;
  width: 15px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contentLink ul li h2:after {
  content: "";
  background: url("../img/top/ico_mark.svg") right center no-repeat;
  background-size: auto 100%;
  width: 15px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contentLink ul li:nth-of-type(even) {
  margin-right: 0;
}
#contentLink ul li img {
  width: 100%;
  height: auto;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}
#contentLink ul li p {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
/** newsblog **/
#articleList article {
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: solid 1px #552e31;
}
#articleList article a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#articleList .ph {
  width: 100%;
}
#articleList .ph span {
  display: block;
  overflow: hidden;
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto 20px auto;
}
#articleList .ph img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}
#articleList time {
  color: #552e31;
  text-align: center;
  width: 20%;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
}
#articleList time span {
  display: block;
  font-size: 12px;
  position: relative;
}
#articleList time span:after {
  content: "";
  background: url("../img/newsblog/ico_mark.svg") center center no-repeat;
  width: 100%;
  height: 10px;
  background-size: 80% auto;
  position: absolute;
  left: 0;
  bottom: -8px;
}
#articleList .subject {
  width: 74%;
  margin-left: 4%;
}
#articleList .subject h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#articleList .subject p {
  font-size: 14px;
}
#articleList .subject p.category {
  display: none;
}
.pagenation {
  display: flex;
  margin: 0 60px 30px 60px;
  padding: 20px 0;
}
.pagenation li {
  width: 12.5%;
  position: relative;
  text-align: center;
  color: #998283;
}
.pagenation li.stay {
  color: #552e31;
  font-weight: bold;
}
.pagenation li.stay:before {
  content: "";
  width: 25px;
  height: 25px;
  left: 50%;
  top: 0;
  position: absolute;
  border: solid 1px #552e31;
  transform: translateX(-50%) rotate(45deg)
}
.pagenation li a {
  color: #998283;
  display: block;
}
#blogNav {
  display: flex;
  margin: 0 30px;
}
#blogNav dl {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 40px;
}
#blogNav dl:last-of-type {
  margin-right: 0;
}
#blogNav dt {
  background: #552e31;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#blogNav dd {
  margin: 0 10px 10px 10px;
}
#blogNav dd a {
  position: relative;
  padding-left: 13px;
  color: #552e31;
  display: block;
  line-height: 1.4;
}
#blogNav dd a:before {
  content: "";
  background: url("../img/newsblog/ico_link.svg") no-repeat;
  position: absolute;
  width: 15px;
  height: 10px;
  top: 6px;
  left: 0;
}
#blogInfo #title {
  display: flex;
  padding: 20px 30px 10px 30px;
  align-items: center;
}
#blogInfo #title time {
  color: #552e31;
  text-align: center;
  width: 20%;
  margin-right: 4%;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
}
#blogInfo #title time span {
  display: block;
  font-size: 12px;
  position: relative;
}
#blogInfo #title time span:after {
  content: "";
  background: url("../img/newsblog/ico_mark.svg") center center no-repeat;
  width: 100%;
  height: 10px;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -8px;
}
#blogInfo #title h2 {
  width: 76%;
  font-size: 18px;
  font-weight: bold;
  color: #552e31;
  line-height: 1.4;
}
#blogInfo #subBlock {
  padding: 0 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
#blogInfo #subBlock .category {
  background: #b6a752;
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
}
#blogInfo #subBlock .ninja_onebutton {
  float: right !important;
}
#blogInfo figure img {
  width: 100%;
  height: auto;
}
#blogInfo figure figcaption {
  font-size: 14px;
  padding: 10px 30px 20px 30px;
  text-align: center;
  line-height: 1.4;
  color: #837444;
}
#blogInfo #blogTxt {
  font-size: 16px;
  padding: 0 30px 30px 30px;
  color: #552e31;
}
#blogInfo .backList {
  padding: 0 80px 40px 80px;
}
#blogInfo .backList a {
  display: block;
  text-align: center;
  background: #552e31;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
}
/**lesson**/
.baseTit {
  background: #552e31;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
.subTit {
  background: #bca475;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
  color: #552e31;
}
.tax {
  text-align: center;
  font-size: 12px;
  color: #552e31;
  padding: 5px 0;
  font-weight: bold;
}
.priceTable01 {
  margin: 0 auto;
  width: 80%;
  border-collapse: collapse;
}
.priceTable02 {
  margin: 0 auto 10px auto;
  width: 90%;
  border-collapse: collapse;
}
.priceTable03 {
  margin: 10px auto;
  width: 80%;
  border-collapse: collapse;
}
.priceTable04 {
  margin: 10px auto 20px auto;
  width: 80%;
  border-collapse: collapse;
}
.clearTable{
	padding: 20px;
}
.clearTable .priceTable04{
	margin: 0 0 10px 0;
	width: 100%;
}
.clearTable .priceTable04 + p{
	margin-bottom: 20px;
	font-size: 14px;
}
.priceTable01 tr, .priceTable02 tr {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.priceTable01 th, .priceTable03 th {
  background: #552e31;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 50%;
}
.priceTable02 th {
  background: #552e31;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.priceTable04 th {
  background: #552e31;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 40%;
  font-size: 12px;
}
.priceTable04 th:first-of-type {
  width: 35%;
  background: #bca475;
}
.priceTable01 td, .priceTable02 td {
  background: #fff;
  text-align: right;
  padding: 5px;
  width: 50%;
  color: #552e31;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.priceTable03 td {
  background: #fff;
  text-align: right;
  padding: 5px;
  width: 35%;
  color: #552e31;
  font-size: 14px;
}
.priceTable03 td:first-of-type {
  text-align: left;
  border-top: none;
  width: 20%;
}
.priceTable03 tr {
  border-top: solid 1px #552e31;
}
.priceTable03 tr:first-of-type {
  border-top: none;
}
.priceTable04 td {
  background: #fff;
  text-align: right;
  padding: 5px;
  width: 25%;
  color: #552e31;
  font-size: 14px;
}
.limit {
  text-align: right;
  width: 80%;
  margin: 0 auto 20px auto;
}
.entryPrice {
  text-align: center;
  padding: 5px;
  color: #552e31;
}
.entryPrice + .tax{
	margin-bottom: 20px;
}
.exTime {
  margin: 10px auto;
  text-align: center;
  width: 30%;
  border: solid 1px #552e31;
  font-size: 12px;
  font-weight: bold;
  color: #552e31;
}
.service {
  text-align: center;
  padding: 0 20px 10px 20px;
  color: #552e31;
  font-size: 14px;
}
.groupLesson {
  padding: 0 40px;
  margin-bottom: 20px;
}
.groupLesson li {
  font-size: 14px;
  margin-bottom: 3px;
  color: #552e31;
}
.groupLesson li:before {
  content: "●";
}
.groupList {
  padding: 0 20px 20px 20px;
}
.groupList img {
  width: 100%;
  height: auto;
}
.courseBox {
  padding-bottom: 20px;
}
.courseBox .info p {
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #552e31;
}
.courseBox .ph {
  padding: 0 60px;
}
.courseBox .ph img {
  width: 100%;
  height: auto;
}
.courseBox ul{
	padding: 0 20px;
	margin-bottom: 20px;
}
.courseBox ul li{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
.courseBox ul li span{
	color: #f00;
	font-weight: bold;
}
.courseBox a{
	display: block;
	margin: 0 20px 20px 20px;
	text-align: center;
	background:#552E31;
	color: #fff;
	font-size: 16px;
	padding: 15px;
	font-weight: bold;
	border-radius: 3px;
}
.courseBox a.btn{
	font-size: 14px;
	width: 100%;
}
.courseBox a:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	margin-left: 10px;
}
/**dress**/
.dressList {
  padding: 40px;
  border-bottom: solid 1px #552e31;
}
.dressList:last-of-type {
  border-bottom: none;
}
.slider-for img, .slider-nav img {
  width: 100%;
  height: auto;
}
.slider-nav li {
  padding: 0 2.5px;
}
.slider-wrap .slide-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slider-wrap .prev-arrow {
  left: 10px;
}
.slider-wrap .next-arrow {
  right: 10px;
}
.spec h2 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  border-top: solid 1px #552e31;
  padding: 5px 10px;
  background: #552e31;
  color: #fff;
}
.spec dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  border-top: solid 1px #552e31;
}
.spec dl dt {
  width: 30%;
  border-bottom: solid 1px #552e31;
  padding: 5px;
  color: #552e31;
  font-size: 14px;
}
.spec dl dd {
  width: 70%;
  border-bottom: solid 1px #552e31;
  padding: 5px;
  color: #552e31;
  font-size: 14px;
}
.spec p {
  color: #552e31;
  font-size: 14px;
}
/**staff**/
.staffList {
  padding: 20px 40px;
}
.staffList > li {
  margin-bottom: 40px;
}
.staffList li img {
  width: 100%;
  height: auto;
  position: relative;
}
.staffList li a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.staffList li a:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #552e31;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.staffList li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #552e31;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.staffList li h2 {
  font-size: 25px;
  font-weight: bold;
  color: #552e31;
  text-align: center;
  line-height: 1;
}
.staffList li .eng {
  text-align: center;
  color: #552e31;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.4;
  position: relative;
  margin-bottom: 20px;
}
.staffList li .eng:after {
  content: "";
  background: url("../img/staff/ico_listmark01.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.staffList li li {
  text-align: center;
  font-size: 14px;
  color: #552e31;
}
.staffProf {
  padding: 20px 40px;
}
.staffProf li img {
  width: 100%;
  height: auto;
}
.staffProf li.profInfo01 {
  background: #542d30;
  padding: 20px 15px;
  text-align: center;
}
.staffProf li.profInfo01 h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.2
}
.staffProf li.profInfo01 .eng {
  color: #fff;
  font-size: 15px;
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
}
.staffProf li.profInfo01 .eng:after {
  content: "";
  background: url("../img/staff/ico_listmark02.png") no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.staffProf li.profInfo01 ul {
  margin-bottom: 10px;
}
.staffProf li.profInfo01 li {
  font-size: 12px;
  color: #fff;
}
.staffProf li.profInfo01 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.staffProf li.profInfo01 dl dt {
  width: 40%;
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.staffProf li.profInfo01 dl dd {
  width: 60%;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
}
.staffProf li.profInfo01 dl dt:last-of-type, .staffProf li.profInfo01 dl dd:last-of-type {
  margin-bottom: 0;
}
.staffProf li.profInfo02 {
  padding: 15px;
  font-size: 14px;
  color: #552e31;
}
.staffProf li a {
  color: #552e31;
  text-decoration: underline;
}
.career {
  margin: 0 10px;
}
.career h3 {
  background: #bca475;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
.career p {
  background: #fff;
  font-size: 14px;
  padding: 40px 30px;
  display: none;
  color: #552e31;
}
.backBtn {
  padding: 40px 60px;
}
.backBtn a {
  display: block;
  text-align: center;
  background: #552e31;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
}
.faq {
  padding-bottom: 40px;
}
.faq h2 span {
  font-family: "Times New Roman", Times, serif;
  margin-right: 5px;
  font-size: 18px;
}
.faq p {
  color: #552e31;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 14px;
}
.faq p:last-of-type {
  margin-bottom: 0;
}
#forGuest {
  padding: 20px 0;
}
#forGuest p {
  color: #552e31;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}
#forGuest p.tax {
  margin-bottom: 20px;
}
#forGuest .ph {
  background-image: url("../img/forguest/main_img.jpg");
  width: 80%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}
#forGuest .ph .mask {
  background-image: radial-gradient(ellipse, transparent 60%, #e2ded7 70%);
  width: 100%;
  height: 200px;
}
#forGuest .telBox {
  margin: 20px;
  background: #fff;
  border: solid 1px #552e31;
  padding: 20px;
}
#forGuest .telBox ul {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#forGuest .telBox ul:after {
  content: "";
  background: url("../img/staff/ico_listmark01.png")center center no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
#forGuest .telBox ul li {
  font-family: "Times New Roman", Times, serif;
  line-height: 1.4;
  position: relative;
}
#forGuest .telBox ul li.tel {
  font-size: 30px;
}
#forGuest .telBox ul li a {
  color: #552e31;
}
#forGuest .telBox ul li.tel:before {
  content: "";
  background: url("../img/shared/smt_head_tel.svg") left top no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 30px;
  height: 25px;
}
#forGuest .telBox ul li.mail:before {
  content: "";
  background: url("../img/shared/smt_head_mail.svg") left top no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 18px;
  height: 12px;
}
#forGuest .telBox p {
  border-bottom: solid 1px #552e31;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#forGuest .telBox dt {
  font-size: 14px;
  color: #552e31;
  font-weight: bold;
  text-align: center;
  border: solid 1px #552e31;
  margin: 0 60px 10px 60px;
}
#forGuest .telBox dd {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #552e31;
  margin-bottom: 5px;
}
#forGuest .telBox dd span{
	width: 80px;
  display: inline-block;
	text-align: center;
	margin-right: 10px;
}
#forGuest .telBox dd:last-of-type span {
  color: #fff;
  background: #9b0002;
  padding: 3px 10px;
	width: auto;
}
#forGuest p span.bold {
  font-size: 16px;
}
#access .accessmap{
	margin: 20px 0;
}
#access .accessmap img{
	width: 100%;
	height: auto;
}
#access ul {
  padding: 20px 40px;
}
#access ul li {
  margin-bottom: 20px;
}
#access ul img {
  width: 100%;
  height: auto;
}
#access p {
  color: #552e31;
  font-weight: bold;
  padding: 20px 40px;
	text-align: center;
}
#access p.catch{
	padding: 5px;
	border: solid 2px #552e31;
	margin: 20px;
}
#access p.catch span{
	display: inline-block;
	font-size: 20px;
}
#access p:nth-of-type(2),#access p:nth-of-type(4){
	font-size: 16px;
	padding-top: 0;
}
#access p span {
  display: block;
}
#access p a {
  color: #552e31;
}
#access p.contact span{
	width: 40px;
	display: inline-block;
}
#access dl {
  padding: 20px 40px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
#access dl dt{
	text-align: center;
}
#access dl dt {
  width: 40%;
  font-weight: bold;
  border-bottom: solid 1px #552e31;
  padding-bottom: 10px;
  margin-bottom: 10px;
	color: #552e31;
}
#access dl dd {
  width: 60%;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #552e31;
	color: #552e31;
}
#access dl dt:last-of-type, #access dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#access dl dd span {
  display: block;
  font-size: 14px;
}
#access .gmap {
  height: 40vh;
}
#access p.contact{
	font-size: 20px;
}
#access p.contact span{
	font-size: 16px;
	font-size: 20px;
}
#contact p{
	padding: 20px;
	font-size: 14px;
	color: #552e31;
	font-weight: bold;
}
#contact dl{
	padding: 0 0 20px 0;
	margin: 0 20px;
	border-top: dotted 1px #552e31;
}
#contact dt{
	padding: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #552e31;
}
#contact dt:before{
	content: "●";
}
#contact dd{
	padding-bottom: 15px;
	border-bottom: dotted 1px #552e31;
	position: relative;
}
#contact dd.select:after{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 8px 5.5px 0 5.5px;
border-color: #552e31 transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 40%;
	transform: translateY(-50%);
}
#contact .submitBtn{
	padding: 0 20px 40px 20px;
}
/**policy**/
#policy{
	padding: 20px;
}
#policy p{
	margin-bottom: 30px;
	color: #552e31;
	font-size: 14px;
}
#policy p a{
	color: #552e31;
	text-decoration: underline;
}
#policy h2{
	font-size: 18px;
	font-weight: bold;
	color: #552e31;
	margin-bottom: 10px;
}
#policy > ul{
	margin-bottom: 30px;
}
#policy p:last-of-type{
	margin-bottom: 0;
}
#policy li{
	color: #552e31;
	margin-bottom: 10px;
}
#policy > ul > li{
	padding-left: 0;
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
}
#policy > ul > li ul{
	margin-top: 10px;
}
#policy > ul > li li{
	padding-left: 0;
	list-style: disc;
	margin-left: 20px;	
}
.ninja_onebutton_output .wrap-omatome-icnfont-button .count, .ninja_onebutton_output .wrap-omatome-vertical-button .count{
padding:1px 5px !important;
}
/** onlinelesson **/
.onlineTxt{
	padding: 20px;
	word-break: break-all;
}
.onlineTxt a{
	color: #000;
	text-decoration: underline;
}
.onlineTxt span{
	font-weight: bold;
	color: #f00;
}
.onlineTit01{
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.onlineTit01:before{
	content: "";
	background: #000;
	width: 2px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(-10deg);
	margin-right: 10px;
}
.onlineTit01:after{
	content: "";
	background: #000;
	width: 2px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(10deg);
	margin-left: 10px;
}
.onlineMerit{
	padding: 0 20px 20px 20px;
}
.onlineMerit li{
	color: #552E31;
	border: dotted 2px #552e31;
	border-radius: 20px;
	padding: 10px 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.onlineFlow{
	padding: 20px;
	counter-reset: flowNum;
}
.onlineFlow li{
	counter-increment: flowNum;
	position: relative;
	padding-left: 40px;
	padding-bottom: 30px;
}
.onlineFlow li:before{
	content: counter(flowNum);
	position: absolute;
	left: 0;
	background:#552E31;
	border-radius: 5px;
	color: #fff;
	width: 30px;
	text-align: center;
	z-index: 2;
}
.onlineFlow li:after{
	content: "";
	width: 2px;
	position: absolute;
	left: 14px;
	background: #bbb;
	height: 100%;
	top: 0;
}
.onlineFlow li:last-of-type:after{
	display: none;
}
.onlineFlow li p{
	background: #fff;
}
.onlineFlow li h4{
	font-weight: bold;
	margin-bottom: 10px;
}
.baseBtn{
	padding: 0 20px 20px 20px;
}
.baseBtn a{
	display: block;
	background: #552E31;
	color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
}
.baseBtn a:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	margin-left: 10px;
}
#recruitBox{
	position: relative;
	padding: 20px;
}
#recruitBox:before{
	content: "";
	background: url("../img/recruit/recruit_bg.webp")left top no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -45px;
	width: 80%;
	height: 100%;
}
#recruitBox:after{
	content: "";
	background: url("../img/recruit/recruit_bg.webp")left top no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	height: 100%;
	transform: rotate(180deg);
}
#recruitIn{
	position: relative;
	z-index: 1;
	border: solid 1px #c7c3c0;
	background: rgba(255,255,255,1);
	padding: 20px;
}
#recruitIn:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.40);
	position: absolute;
	left: 10px;
	top: 10px;
	z-index:-1;
}
#recruitIn table{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
#recruitIn table tr,
#recruitIn table th,
#recruitIn table td{
	display: block;
}
#recruitIn table th{
	text-align: left;
	background: #9a9192;
	color: #fff;
	padding:5px 10px;
}
#recruitIn table td{
	padding: 10px;
}
.instaBtn{
	background: #552E31;
	display: block;
	margin-top: 20px;
	border-radius: 5px;
	padding: 10px 30px 10px 70px;
	color: #fff !important;
	font-weight: bold;
	position: relative;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
}
.instaBtn br{
	display: none;
}
.instaBtn:before{
	content: "";
	background: url("../img/shared/foot_instagram.svg")center center no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.instaBtn:after{
	content: "";
	width: 8px;
	height: 12px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	aspect-ratio: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.instaBtn:hover{
	opacity: 0.6;
}
#attention{
	max-width: 800px;
	margin: 40px 20px;
	border: solid 8px #f6ab3a;
}
#attention h2{
	padding: 10px 20px 10px 40px;
	background: #f6ab3a;
	color: #bc272f;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
#attention h2:before{
	content: "";
	width: 30px;
	height: 30px;
	background: url("../img/top/icon_attention.svg")center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10px;
	top: 14px;
}
#attention p{
	padding: 20px;
}
#attention p span,#attention p a{
	font-weight: bold;
	color: #bc272f;
}
#attention p a{
	text-decoration: underline;
}
main.lessonBody{
	padding-bottom: 40px;
}
.lessonBox{
	display: none;
}
main.lessonBody .accordTit:not(:first-of-type){
	margin-top: 10px;
}
main.lessonBody .accordTit{
	position: relative;
	cursor: pointer;
}
main.lessonBody .accordTit:after{
	content: "";
	width: 15px;
	height: 2px;
	background:#552E31;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
main.lessonBody .accordTit:before{
	content: "";
	width: 2px;
	height: 15px;
	background:#552E31;
	position: absolute;
	right: 21.5px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s;
}
main.lessonBody .accordTit.active:before{
	opacity: 0;
}
@media screen and (min-width: 990px) {
  .pageTit {
    font-size: 18px;
    padding: 40px 0 20px 0;
  }
  .pageTit span {
    font-size: 40px;
  }
  .pageTit span:before {
    width: 130px;
    margin-right: 20px;
  }
  .pageTit span:after {
    width: 130px;
    margin-left: 20px;
  }
  /** top **/
	#joinBtn a{
	width: 720px;
	font-size: 22px !important;
		padding-top: 32px;
}
	#joinBtn a:before,
	#joinBtn a:after{
		width: 25px;
	}
#joinBtn a span{
	font-size: 16px;
}
	#joinBtn a.textLink{
		width: 30%;
	}
  #slider .slideBox li img {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    box-sizing: border-box;
  }
  #slider .slide-arrow {
    cursor: pointer;
  }
  #slider .prev-arrow {
    left: 50%;
    transform: translateX(calc(-50% + -360px));
  }
  #slider .next-arrow {
    right: 50%;
    transform: translateX(calc(50% + 360px));
  }
  #news {
    background: #fff;
  }
  #news h2 {
    font-size: 30px;
  }
  #news h2 span:before {
    width: 60px;
    margin-right: 20px;
  }
  #news h2 span:after {
    width: 60px;
    margin-left: 20px;
  }
  #news ul {
    border-top: none;
    width: 780px;
    margin: 0 auto;
    display: flex;
  }
  #news ul li {
    width: 22%;
    margin-right: 4%;
  }
  #news ul li:last-of-type {
    margin-right: 0;
  }
  #news ul li a {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  #news ul li a:hover {
    opacity: 0.7;
  }
  #news ul li .ph {
    overflow: hidden;
    position: relative;
    height: 160px;
    margin-bottom: 10px;
  }
  #news ul li img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: auto;
    height:100%;
  }
  #news ul li time {
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 14px;
    width: 100%;
  }
  #news ul li .category {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #news ul li .category span {
    padding: 3px 15px;
  }
  #news ul li .read {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  #news .moreRead {
    width: 20%;
    margin: 0 auto;
    padding: 20px 0;
  }
  #news .moreRead a:hover {
    background: #b6a752;
    color: #fff;
  }
  #contentLink {
    background: #e2ded7;
    padding: 30px 0;
  }
  #contentLink ul {
    width: 720px;
    margin: 0 auto;
  }
  #contentLink ul li {
    width: 29.3%;
    margin-right: 6%;
  }
  #contentLink ul li:nth-of-type(even) {
    margin-right: 6% !important;
  }
  #contentLink ul li:nth-of-type(3), #contentLink ul li:last-of-type{
    margin-right: 0 !important;
  }
  #contentLink ul li .engTit {
    font-size: 18px;
  }
  #contentLink ul li h2 {
    font-size: 16px;
  }
  #contentLink ul li h2:before {
    content: "";
    background: url("../img/top/ico_mark.svg") left center no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 30px;
  }
  #contentLink ul li h2:after {
    content: "";
    background: url("../img/top/ico_mark.svg") right center no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 30px;
  }
  #contentLink ul li img {
    border-radius: 200px;
  }
  #contentLink ul li p {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
	#contentLink ul li a{
		display: block;
	}
  #contentLink ul li a:hover {
    opacity: 0.7;
  }
  /** newsblog **/
  #column {
    width: 990px;
    margin: 0 auto;
    display: flex;
  }
  #articleList, #blogInfo {
    width: 786px;
    margin-right: 21px;
  }
  #articleList article {
    padding: 30px 0;
    margin: 0;
  }
  #articleList article a {
    position: relative;
    padding-left: 140px;
  }
  #articleList .ph {
    width: 192px;
  }
  #articleList .ph span {
    height: 192px;
    width: 192px;
    margin: 0;
  }
  #articleList time {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    font-size: 40px;
  }
  #articleList time span {
    font-size: 16px;
  }
  #articleList time span:after {
    content: "";
    background: url("../img/newsblog/ico_mark.svg") center center no-repeat;
    width: 130px;
    height: 20px;
    background-size: 80% auto;
    position: absolute;
    bottom: -14px;
  }
  #articleList .subject {
    width: 454px;
    margin: 0;
    padding: 30px;
  }
  #articleList .subject h2 {
    font-size: 18px;
  }
  #articleList .subject p.category {
    background: #b6a752;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
  }
  .pagenation {
    width: 380px;
    margin: 0 auto 40px auto;
  }
  .pagenation li {
    width: 12.5%;
    position: relative;
    text-align: center;
    color: #998283;
  }
  .pagenation li.stay {
    color: #552e31;
  }
  .pagenation li a:before {
    content: "";
    width: 25px;
    height: 25px;
    left: 50%;
    top: 0;
    position: absolute;
    border: solid 1px #552e31;
    transform: translateX(-50%) rotate(45deg);
    transition: all 0.2s;
    opacity: 0;
  }
  .pagenation li a:hover {
    font-weight: bold;
    color: #552e31;
  }
  .pagenation li a:hover:before {
    opacity: 1;
  }
  #blogNav {
    margin: 0;
    width: 183px;
    padding: 30px 0;
    display: block;
  }
  #blogNav dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  #blogNav dd {
    margin: 0 20px 10px 20px;
  }
  #blogNav dd a:before {
    content: "";
    background: url("../img/newsblog/ico_link.svg") no-repeat;
    position: absolute;
    width: 15px;
    height: 10px;
    left: 0;
  }
  #blogNav dd a {
    transition: all 0.2s;
    display: block;
  }
  #blogNav dd a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  #blogInfo #title {
    padding: 20px 0 10px 0;
  }
  #blogInfo #title time {
    width: 100px;
    font-size: 40px;
  }
  #blogInfo #title time span {
    font-size: 16px;
  }
  #blogInfo #title time span:after {
    content: "";
    background: url("../img/newsblog/ico_mark.svg") center center no-repeat;
    width: 100%;
    height: 14px;
    background-size: 100% auto;
    position: absolute;
    bottom: -14px;
  }
  #blogInfo #title h2 {
    width: 76%;
    font-size: 30px;
    font-weight: normal;
  }
  #blogInfo #subBlock {
    padding: 0;
    margin-bottom: 20px;
  }
  #blogInfo #subBlock .category {
    font-size: 14px;
  }
  #blogInfo #blogTxt {
    font-size: 18px;
    padding: 0 20px 40px 20px;
  }
  #blogInfo .backList {
    padding: 0;
    margin-bottom: 60px;
  }
  #blogInfo .backList a {
    width: 40%;
    margin: 0 auto;
  }#blogInfo figure{
position: relative;
height: 550px;
overflow: hidden;
margin-bottom:30px;
}
#blogInfo figure img {
height: 100%;
width: auto;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
  /**lesson**/
  .baseTit {
    font-size: 24px;
    padding: 20px;
  }
  .subTit {
    width: 990px;
    margin: 0 auto;
    font-size: 20px;
  }
  .tax {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .priceTable01 {
    width: 400px;
  }
  .priceTable02 {
    margin: 0 auto 20px auto;
    width: 640px;
  }
  .priceTable03 {
    margin: 20px auto;
    width: 400px;
  }
  .priceTable04 {
    margin: 0 auto 20px auto;
    width: 100%;
    border-collapse: collapse;
  }
  .priceTable01 tr, .priceTable02 tr {
    margin-bottom: 10px;
  }
  .priceTable01 th, .priceTable03 th {
    font-size: 14px;
  }
  .priceTable02 th {
    font-size: 14px;
  }
  .priceTable04 th {
    font-size: 16px;
    width: 45%;
  }
  .priceTable04 th:first-of-type {
    width: 25%;
  }
  .priceTable01 td, .priceTable02 td {
    font-weight: bold;
  }
  .priceTable03 td {
    padding: 5px 10px;
    font-size: 14px;
  }
  .priceTable04 td {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
  }
  .limit {
    width: 400px;
  }
  .entryPrice {
    font-size: 20px;
    font-weight: bold;
  }
.entryPrice + .tax{
	margin-bottom: 20px;
}
  .exTime {
    margin: 20px auto;
    width: 200px;
    font-size: 18px;
  }
  .service {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .groupLesson {
    width: 480px;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  .groupLesson li {
    font-size: 16px;
    font-weight: bold;
  }
  .groupList {
    width: 950px;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  .courseBox {
    padding-bottom: 40px;
    display: flex;
    width: 950px;
    margin: 0 auto;
  }
	.courseBox.flexBox{
		flex-wrap: wrap;
	}
	.courseBox.flexBox .clearTable{
		width: 100%;
		padding: 0; 
	}.clearTable .priceTable04 + p{
		font-size: 16px;
		
	}
	.courseBox.flexBox .ph{
		width:calc(100% - 600px);
	}
  .courseBox .info {
    width: 550px;
  }
  .courseBox .priceTable02 {
    width: 100%;
    margin: 0;
  }
  .courseBox .info p {
    font-weight: bold;
    padding: 0;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .courseBox .ph {
    width: 357px;
    padding: 0;
    margin-left: 47px;
  }
.courseBox ul{
	padding: 0;
}
.courseBox ul li{
	font-size: 16px;
}
.courseBox a{
	margin: 0;
	width: 70%;
}
	.courseBox a:hover{
		opacity: 0.7;
	}
.courseBox a.btn{
	font-size: 16px;
}
  /**dress**/
  .dressList {
    width: 770px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
  }
  .slider-wrap {
    width: 328px;
  }
  .spec {
    width: 420px;
    margin-left: 42px;
    padding: 0;
  }
  .spec h2 {
    font-size: 18px;
    margin-top: 0;
    padding: 10px;
  }
  .spec dl {
    margin: 0 0 20px 0;
  }
  .spec dl dt {
    font-weight: bold;
  }
  .spec dl dd {
    font-weight: bold;
  }
  .spec p {
    font-size: 16px;
    font-weight: bold;
  }
  /**staff**/
  .staffList {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .staffList > li {
    margin-bottom: 80px;
    width: 30%;
    margin-right: 5%;
  }
  .staffList > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .staffList li a {
    margin-bottom: 50px;
  }
  .staffList li a:hover {
    opacity: 0.7;
  }
  .staffList li a:before {
    height: 40px;
    bottom: -40px;
  }
  .staffList li a:after {
    bottom: -40px;
  }
  .staffList li h2 {
    font-size: 32px;
  }
  .staffList li .eng {
    font-size: 26px;
  }
  .staffList li li {
    font-weight: bold;
  }
  .staffProf {
    width: 660px;
    margin: 0 auto 40px auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .staffProf > li {
    width: 50%;
  }
  .staffProf li.profInfo01 h2 {
    font-size: 30px;
    line-height: 1.2
  }
  .staffProf li.profInfo01 .eng {
    color: #fff;
    font-size: 22px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1;
    position: relative;
    margin-bottom: 25px;
  }
  .staffProf li.profInfo01 .eng:after {
    content: "";
    background: url("../img/staff/ico_listmark02.png")top center no-repeat;
    background-size: 80% auto;
    bottom: -25px;
  }
  .staffProf li.profInfo01 dl {
    padding: 0 0 0 30px;
  }
  .staffProf li.profInfo01 dl dt {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	  width: 30%;
  }
  .staffProf li.profInfo01 dl dd {
    font-size: 12px;
	  width: 70%;
  }
  .staffProf li:nth-of-type(3) {
    order: 4;
  }
  .staffProf li:nth-of-type(4) ~ li {
    order: 5;
  }
  .staffProf li.profInfo02 {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	  align-content: center;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
	  line-height: 1.6;
  }
	.staffProf li.profInfo02 span.br{
		display: block;
		margin-top: 20px !important;
	}
  .staffProf li.profInfo02 span {
    padding: 0;
    width: 100%;
  }
  .career {
    width: 660px;
    margin: 0 auto;
  }
  .career h3 {
    cursor: pointer;
  }
  .career p {
    font-weight: bold;
    padding: 40px 125px;
  }
  .backBtn {
    width: 230px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .backBtn a:hover {
    opacity: 0.7;
  }
  .faq {
    padding: 20px 0 40px 0;
  }
  .faq h2 span {
    font-size: 24px;
  }
  .faq p {
    width: 990px;
    margin: 0 auto 40px auto;
    padding: 40px;
    font-size: 16px;
  }
  #forGuest {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #forGuest p {
    color: #552e31;
    padding: 20px 40px;
    font-size: 16px;
  }
  #forGuest p.tax {
    padding: 0;
  }
  #forGuest table {
    margin-bottom: 0 !important;
  }
  #forGuest .ph {
    background-image: url("../img/forguest/main_img.jpg");
    width: 70%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 20px auto;
  }
  #forGuest .ph .mask {
    background-image: radial-gradient(ellipse, transparent 60%, #e2ded7 70%);
    width: 100%;
    height: 500px;
  }
  #forGuest .telBox {
    margin: 20px 80px 40px 80px;
    display: flex;
    padding: 10px 40px;
  }
  #forGuest .telBox div {
    width: 48%;
    margin-right: 2%;
  }
  #forGuest .telBox ul {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #forGuest .telBox ul:after {
    content: "";
    background: url("../img/staff/ico_listmark01.png")center center no-repeat;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  #forGuest .telBox ul li {
    font-size: 20px;
  }
  #forGuest .telBox ul li.tel {
    font-size: 50px;
  }
  #forGuest .telBox ul li.tel:before {
    height: 35px;
    margin-right: 5px;
  }
  #forGuest .telBox ul li.mail:before {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  #forGuest .telBox p {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
  }
  #forGuest .telBox dl {
    padding: 20px;
    width: 50%;
  }
  #forGuest .telBox dt {
    width: 30%;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  #forGuest .telBox dd {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #552e31;
    margin-bottom: 5px;
  }
#forGuest .telBox dd span{
	width: 90px;
  display: inline-block;
}
  #forGuest p:nth-of-type(3), #forGuest p:nth-of-type(4), #forGuest p:nth-of-type(5) {
    padding: 0;
    text-align: center;
  }
  #forGuest p span.bold {
    font-size: 20px;
  }
#access .accessmap{
	width: 640px;
	margin: 20px auto;
	border: solid 1px #552E30;
	box-sizing: border-box;
}
  #access ul {
    padding: 0;
    width: 660px;
    margin: 20px auto 40px auto;
    display: flex;
    flex-wrap: wrap;
  }
  #access ul li {
    width: 50%;
    padding: 10px;
    margin-bottom: 0;
  }
  #access p {
    width: 500px;
    margin: 0 auto 20px auto;
	  text-align: center;
  }
	#access p.catch{
		margin: 20px auto;
		padding: 10px;
	}
  #access p span {
    display: inline;
  }
  #access dl {
    width: 500px;
    margin: 0 auto;
  }
  #access dl dt {
    width: 40%;
	  margin-right: 5%;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #access dl dd {
    width: 55%;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  #access dl dd span {
    display: inline;
    font-size: 16px;
  }
  #access .gmap {
    height: 50vh;
  }
	#contact{
		width: 990px;
		margin: 0 auto;
	}
#contact p{
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 16px;
}
	#contact p br{
		display: none;
	}
	#contact p.error br{
		display: block;
	}
	#contact p.error{
	padding:60px 0;
	}
#contact dl{
	padding: 0 0 20px 0;
	margin: 0;
	border-top: dotted 1px #552e31;
	display: flex;
	flex-wrap: wrap;
}
#contact dt{
	width: 40%;
	padding: 20px 0 20px 80px;
	font-size: 16px;
	border-bottom: dotted 1px #552e31;
}
#contact dd{
	width: 60%;
	padding: 20px 80px 20px 0;
	border-bottom: dotted 1px #552e31;
}
#contact dd.select:after{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 8px 5.5px 0 5.5px;
border-color: #552e31 transparent transparent transparent;
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
}
#contact .submitBtn{
	width: 30%;
	margin: 0 auto;
	padding: 20px 20px 40px 20px;
}
/**policy**/
#policy{
	padding: 40px;
	width: 990px;
	margin: 0 auto;
}
/** onlinelesson **/
.onlineTxt{
	width: 990px;
	margin: 0 auto;
	padding: 40px 0;
}
.onlineMerit{
	width: 990px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 40px 0;
}
.onlineMerit li{
	width: 48%;
	margin-right: 2%;
	text-align: center;
}
	.onlineMerit li:nth-of-type(even){
		margin-right: 0;
	}
.onlineFlow{
	width: 600px;
	margin: 0 auto;
 	padding: 40px 0;
}
.onlineFlow li p.onlineTxt{
	width: 100%;
	padding: 20px;
}
.onlineFlow li h4{
	font-weight: bold;
	margin-bottom: 10px;
}
.baseBtn{
	width: 400px;
	margin: 0 auto;
 	padding: 0 20px 40px 20px;
}
#recruitBox{
	position: relative;
	padding: 20px 0;
}
#recruitBox:before{
	width: 40%;
	max-width: 800px;
}
#recruitBox:after{
	width: 40%;
	max-width: 800px;
}
#recruitIn{
	width: 770px;
	margin: 0 auto 40px auto;
	padding: 60px;
}
#recruitIn:before{
	left: 20px;
	top: 20px;
}
#recruitIn table{
	border-collapse: collapse;
	margin: 20px 0;
	border-top: solid 1px #ddd;
}
	#recruitIn table tr{
		display: table-row;
	}
	#recruitIn table td,
	#recruitIn table th{
		display: table-cell;
	}
#recruitIn table th{
	width: 120px;
	padding:20px;
	border-left:  solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
#recruitIn table td{
	width: 570px;
	border-bottom: solid 1px #ddd;
}
	.instaBtn br{
		display: block;
	}
#attention{
	margin: 40px auto;
}
#attention h2{
	font-size: 22px;
}
#attention h2:before{
	top: 50%;
	transform: translateY(-50%);
}
main.lessonBody{
	padding-bottom: 60px;
}
main.lessonBody .accordTit:not(:first-of-type){
	margin-top: 20px;
}
}