﻿@charset "utf-8";
/* --------------------------------------------
   共通パーツ
-------------------------------------------- */
.pagenavi {
	text-align: center;
}
.breadcrumb {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: right;
	font-size: 11px;
}
.section {
}
.section > .inner {
	width: 940px;
	margin: 0 auto 20px;
	padding: 20px;
	min-height: 280px;/* background:#fff; */
}
.subpage {
	color: #666;
}
h2.entry-title {
	color: #fff;
	font-size: 16px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c8bc98;
	-moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c8bc98;
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c8bc98;
	background: #c8bc98 url(../../images/h2.gif) repeat-x bottom;
	min-height: 34px;
	width: 916px;
	padding: 10px 0 0 20px;
	margin: 2px 0 20px 2px;
}
.subpage h3 {
	color: #c8bc98;
	font-size: 16px;
	box-shadow: 0 0 0 1px #edfbfc, 0 0 0 2px #c8bc98;
	-moz-box-shadow: 0 0 0 1px #edfbfc, 0 0 0 2px #c8bc98;
	-webkit-box-shadow: 0 0 0 1px #edfbfc, 0 0 0 2px #c8bc98;
	background: #fff url(../../images/h3w.gif) repeat-x bottom;
	min-height: 34px;
	padding: 10px 0 0 20px;
	margin: 2px 0 20px 2px;
	clear: both;
}
.subpage .inbox01 > h4 {
	font-size: 20px;
	color: #c8bc98;
	margin-bottom: 20px;
}
.subpage h5 {
	font-size: 20px;
	color: #c8bc98;
}
.subpage > .inbox01 {
	padding: 0 20px;
	overflow: hidden;
}
.subpage p {
	margin-bottom: 1em;
}
.catList {
	padding: 0 80px 10px;
	text-align: center;
}
.catList li {
	display: inline-block;
	line-height: 2;
}
.imgfr {
	float: right;
	margin-left: 30px;
}
.pcfltL {
	float: left;
	margin-right: 30px;
}
.pcfltR {
	float: right;
	margin-left: 30px;
}
ul.disc {
	list-style: disc;
	margin-left: 20px;
}
ul.notes {
	margin-left: 20px;
	margin-top: 10px;
}
ul.notes > li {
	list-style-type: none;
	text-indent: -1em;
}
ul.notes > li:before {
	display: inline;
	content: "※";
}
.sns ul {
	width: 170px;
	margin: 0 auto;
}
.sns ul li {
	float: left;
	margin-right:2px;
}
.sns ul li.line {
	display: none;
}
.b-ranking ul {
	width:610px;
	margin: 0 auto;
	padding-top:20px;
}
.b-ranking ul li {
	width: 150px;
	float: left;
	text-align:center;
	margin-right:2px;
}
.blog_bg{
width:100%;
background:#edfbfc;
}
.mbBlock{
	margin-right:10px;
}
 @media screen and (max-width: 640px) {
.breadcrumb {
	display: none;
}
.section > .inner {
	width: 96%;
	padding: 2%;
	overflow: hidden;
	margin-bottom: 5px;
}
h2.entry-title, .subpage > h3 {
	width: auto;
	padding-left: 10px;
}
.subpage > .inbox01 > h4 {
	font-size: 20px;
	margin-bottom: 0px;
}
.subpage h5 {
	font-size: 18px;
	margin-bottom: 0px;
}
.subpage > .inbox01 {
	padding: 0 10px;
}
.imgfr {
	width: 45%;
  height: auto;
	float: right;
	margin: 0 0 5px 5px;
}
.pcfltL {
	float: none;
	margin-right: 0px;
}
.pcfltR {
	float: none;
	margin-left: 0px;
}
.spBlock {
	display: block;
	line-height: 1;
}
.sns ul {
	width:170px;
}
.sns ul li.line {
	display: block;
}
.b-ranking ul {
	width:310px;
	margin: 0 auto;
}
.b-ranking ul li {
	margin-bottom:10px;
}

.mbBlock{
	margin-right:0;
	display:block;
}
.w100 img{
	width:100%;
	height:auto;
}
}
/* ----------------------------------------------
	Tableレイアウト
---------------------------------------------- */
table {
	width: 100%;
}
.table01 th {
	background-color: #eae4d6;
	width: 30%;
	color: #666;
}
.table01 td {
	background: #fff;
}
.table01 th, .table01 td {
	border: 1px solid #c8bc98;
	padding: 10px 12px;
}
.table02 th {
	background-color: #eae4d6;
	width: 30%;
	color: #666;
}
.table02 td {
	background: #fff;
}
.table02 th, .table02 td {
	border: 1px solid #c8bc98;
	padding: 10px 12px;
}
.table03{
	margin: 0 auto 18px;
	padding: 0;
}
.table03 thead {
	color: #666;
}
.table03 th {
    margin-bottom: 9px;
    padding: 9px 15px;
	background-color: #eae4d6;
	border: 1px solid #c8bc98;
}
.table03 tbody td {
	width:25%;
    background: #fff;
	border: 1px solid #c8bc98;
	padding: 10px 12px;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
.table02 {
	margin: 0 -10px;
}
.table02 th {
	text-align: center;
	width: auto;
}
.table02 th, .table02 td {
	display: block;
	border-top: none;
	width: auto;
}
.table02 tr:first-child th {
	border-top: 1px solid #c8bc98;
}
.table03 th {
      display: none;
}
.table03 tbody tr {
      display: block;
      padding-bottom: 12px;
}
.table03 tbody td {
      display: block;
      width: 90%;
	  margin:0 auto;
}
.table03 tbody td:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
		margin:0 auto;
}
.table03 tbody td:first-child:before {
    content: "Jカール";
	width:50%;
	text-align:center;
    margin-bottom: 9px;
    padding: 9px 15px;
	background-color: #eae4d6;
	border: 1px solid #c8bc98;
}
.table03 tbody td:nth-of-type(2):before {
        content: "Cカール";
	width:50%;
	text-align:center;
    margin-bottom: 9px;
    padding: 9px 15px;
	background-color: #eae4d6;
	border: 1px solid #c8bc98;
}
.table03 tbody td:nth-of-type(3):before {
        content: "CCカール";
	width:50%;
	text-align:center;
    margin-bottom: 9px;
    padding: 9px 15px;
	background-color: #eae4d6;
	border: 1px solid #c8bc98;
}
.table03 tbody td:nth-of-type(4):before {
        content: "Dカール";
	width:50%;
	text-align:center;
    margin-bottom: 9px;
    padding: 9px 15px;
	background-color: #eae4d6;
	border: 1px solid #c8bc98;
}
.table03 tbody td img{
	width:200px;
}
}
/* ----------------------------------------------
	forms
---------------------------------------------- */
form dl dt {
}
textarea, input[type=email], input[type=tel], input[type=text], input[type=password] {
	border: 0;
	width: 96%;
	padding: 5px 2%;
	font-size: 16px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
select {
	border: 0;
	padding: 5px;
	font-size: 16px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit], .searchsubmit_btn, .submit_btn, .btn a {
	color: #003300;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	background-color: #99cc99;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type=submit]:hover, .searchsubmit_btn:hover, .submit_btn:hover, .btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
 @media screen and (min-width: 641px) {
input[type=email], input[type=tel], input[type=text], input[type=password] {
	width: auto;
}
}
/* ----------------------------------------------
	PageNavi
---------------------------------------------- */
.wp-pagenavi {
	margin-right: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	color: #11265F;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
	display:inline-block;
}
/* ----------------------------------------------
	Gallery
---------------------------------------------- */
.section > .Galleryinner {
	width: 910px;
	margin: 0 auto 20px;
	padding: 20px;
	background: url(../../images/bg03.png) no-repeat right top #fff;
	-webkit-background-size: 188px 89px;
	background-size: 188px 89px;
}
.Gallerysubpage {
	color: #c8bc98;
}
.section > .Galleryinner > h2.Gallerytitle {
	color: #c8bc98;
	font-size: 24px;
	margin-bottom: 30px;
}
.section > .Galleryinner > h2.Gallerytitle span {
	font-size: 14px;
}
.section > .Galleryinner > .Gallerysubpage > h3.Gallerytitleh3 {
	font-size: 18px;
	margin-bottom: 1em;
	background: #fff;
	padding: 10px 20px;
}
ul.galleries {
	text-align: center;
	width: 930px;
}
ul.galleries li {
	background: #fff;
	padding: 5px;
	width: 166px;
	margin-right: 8px;
	margin-bottom: 8px;
	display:inline-block;
	vertical-align:top;
}
ul.galleries li p {
	margin-bottom: 0;
	text-align: left;
	font-size: 12px;
}
ul.gallery {
	padding-bottom: 30px;
	background: url(../../images/bg04.png) repeat-x center bottom;
}
ul.gallery li {
	width: 290px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
ul.gallery li:last-child {
	margin-right: 0;
}
ul.galleries li img {
	max-width:100%;
	height:auto;
}
.galContent {
	background: url(../../images/bg05.png) repeat-x center bottom;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.galNav {
	text-align: center;
}
.galNav li {
	float: left;
	width: 33%;
	height: 2em;
}
.galNav li.prev {
	text-align: left;
}
.galNav li.list {
	text-align: center;
}
.galNav li.next {
	text-align: right;
}
/* page navi */
.Galleryinner .wp-pagenavi a, .wp-pagenavi span {
	color:#c8bc98;
}
.Galleryinner .wp-pagenavi a:hover, .Galleryinner .wp-pagenavi span.current {
	color:#c8bc98;
	border-color: #fff;
}

 @media screen and (max-width: 640px) {
.section > .Galleryinner {
	width: 96%;
	padding: 2%;
	overflow: hidden;
	background-size: 50%;
}
ul.galleries {
	width: 100%;
	letter-spacing:-.4em;
}
ul.galleries li {
	width: 45%;
	padding: 2%;
	margin: 0 2% 2% 0;
	letter-spacing:normal;
}
ul.galleries li:nth-child(2n) {
	margin-right:0;
}
ul.gallery {
	text-align: center;
}
ul.gallery li {
	display: inline-block;
	float: none;
	margin-right: 0;
}
}
/* ----------------------------------------------
	スタッフ
---------------------------------------------- */
.w640 {
	width: 620px;
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
.w640 {
	width: auto;
	margin-top: 20px;
}
}
/* ----------------------------------------------
	メニュー
---------------------------------------------- */
.visual {
	background: url(../../images/menu01.jpg) no-repeat;
	width: 920px;
	height: 70px;
	font-size: 22px;
	text-align:center;
	padding-top:50px;
}
.menuW100 {
	width: 100px
}
.pop {
	font-size:16px;
	font-weight:bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media screen and (max-width: 640px) {
.visual {
	width: auto;
	height: 80px;
	font-size:20px;
	text-align:left;
	line-height:1.2;
	padding:40px 10px 0 10px;
}
.menuW100 {
	width: 60px
}

}
/* ----------------------------------------------
	アイテム
---------------------------------------------- */
.itemw640 {
	width:620px;
	float:right;
}
@media screen and (max-width: 640px) {
.itemh3 {
	line-height: 1;
	font-size: 15px !important;
	padding-bottom: 8px !important;
}
.inbox01 .itemw640 {
	width:100%;
	float:none;
	margin:0 auto;
	
}

.refa_bn > a > img {
	width:100%;
	height:auto;
}
}
/* ----------------------------------------------
	FAQ
---------------------------------------------- */
.faqQ1 {
	color: #76bfa0;
	display: inline-block;
	width: 20px;
	float: left;
	clear: left;
}
.faqQ {
	color: #76bfa0;
	padding-left: 20px;
}
.faqA1 {
	color: #b42023;
	display: inline-block;
	width: 20px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.faqA {
	padding-left: 20px;
	margin-bottom: 20px;
}
/* ----------------------------------------------
	会社案内
---------------------------------------------- */
.companytable {
	width: 100%;
}
.companyimg {
	width: 240px;
}
.companytxt {
	width: 240px;
}
@media screen and (max-width: 640px) {
.companytable {
	width: auto;
}
.companyimg {
	width: 180px;
}
.companytxt {
	width: 100%;
	text-align: center;
}
.companytxt p {
	text-align: left;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
/* ----------------------------------------------
	新着＆ブログ一覧
---------------------------------------------- */
#info {
	width: 70%;
	float:left;
}
#info > dl > dt {
	float: left;
	width: 90px;
	padding: 10px 20px;
}
#info > dl > dd {
	border-bottom: solid 1px #eae4d6;
	padding: 10px 20px 50px 130px;
}
#info > dl > dd > span.date {
	display:block;
}
#info_side{
	width:25%;
	float:right;
}
#info_side > h3{
	color: #c8bc98;
	font-size: 16px;
	box-shadow: 0 0 0 1px #edfbfc, 0 0 0 2px #c8bc98;
	-moz-box-shadow: 0 0 0 1px #edfbfc, 0 0 0 2px #c8bc98;
	-webkit-box-shadow: 0 0 0 1px #edfbfc, 0 0 0 2px #c8bc98;
	background: #fff url(../../images/h3w.gif) repeat-x bottom;
	min-height: 34px;
	padding: 10px 0 0 20px;
	margin: 2px 0 20px 2px;
	clear: both;
}
#info_side ul.children{
	list-style: disc;
}

@media screen and (max-width: 640px) {
#info {
	width: 100%;
	float:none;
}
#info_side{
	width: 100%;
	float:none;
}
}
/* ----------------------------------------------
	サイトマップ
---------------------------------------------- */
#sitemap > ul {
	background: url(../../images/top_news02.gif) no-repeat right 40px;
}
#sitemap > ul > li {
	padding: 10px 30px;
	border-bottom: solid 1px #eae4d6;
}
/* ----------------------------------------------
	お問い合わせ
---------------------------------------------- */
.inquirytable {
	width: 100%;
}
@media screen and (max-width: 640px) {
.inquirytable {
	margin:0 auto;
}
}
/* ----------------------------------------------
	ブログ投稿
---------------------------------------------- */
.single-post .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.single-post .alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.single-post p.wp-caption-text {
	margin: 0;
}

/* ----------------------------------------------
	SNS
---------------------------------------------- */
.twitter {
	width:100%;
	max-width:49%;
	float:left;
}
.instagram {
	width:100%;
	max-width:49%;
	float:right;
}
@media screen and (max-width: 640px) {
.twitter {
	max-width:96%;
	float:none;
	margin:0 2% 20px;
}
.instagram {
	max-width:96%;
	float:none;
	margin:0 2%;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
	width: 50%;
}
#sb_instagram .sbi_photo_wrap {
	padding-top: 100%;
	overflow: hidden;
}
#sb_instagram .sbi_photo {
	height: 100% !important;
	background: none !important;
}
#sb_instagram .sbi_photo img {
	max-width: 200% !important;
	max-height: 130%;
	width: auto;
	height: auto;
	display: block !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}
/* ----------------------------------------------
	旧school
---------------------------------------------- */
#schoolMenu {
	margin:0 auto;
}
#schoolMenu li {
	float:left;
	width:290px;
	height:350px;
	margin:0 10px;
	position:relative;
	border:1px solid #c0b8ab;
}
#schoolMenu li > p {
	padding:10px;
}
#schoolMenu li > p > span.teaching {
	background-color:#A8833E;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 4px;
	border-radius:3px;
	font-weight:normal !important;
}
#schoolMenu li > p > span.price {
	background-color:#7CAD83;
	color:#FFFFFF;
	font-size:12px;
	padding:2px 4px;
	border-radius:3px;
	font-weight:normal !important;
}
@media screen and (max-width: 640px) {
#schoolMenu li {
	float:none;
	margin:0 auto;
	margin-bottom:10px;
	width:100%;
	height:auto;
	text-align:center;}
	
p.comment{
	text-align:left;
	}
#schoolMenu {
	width:100%;
	margin:0 auto;
}
img.bnr{
	max-width:100%;
	height:auto;
	left:0;
	top:140px;
	}
}

/* ----------------------------------------------
	新school
---------------------------------------------- */
body.page-id-1312 #wrapper {
	background:#fff;
}
#school{
	background:#fff url(../../images/school_bg.jpg) repeat-y;
	padding:20px 10px;
}
#school .schoolinner{
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	padding:10px;
	margin-bottom:40px;
}
#school .sclimg{
	text-align:center;
	margin-bottom:20px;
}
#school .sclimgR{
	float: right;
	padding-bottom: 10px;
}

#school h3 {
	background:none;
	box-shadow: none;
	min-height: inherit;
	padding:0;
	margin:0;
	
	color: #b8a97e;
	font-size: 20px;
	background:url(../../images/school_h3.png) repeat-x bottom left;
	background-size:auto 15px;
	padding:5px 5px 15px 20px;
	font-weight:bold;
	margin-bottom:20px;
}
#school .school_point{
	width:800px;
	margin:0 auto;
}
#school .school_point h4{
	text-align:left;
	background:url(../../images/d_icon.png) no-repeat left;
	background-size:40px 40px;
	padding-left:50px;
	margin-top:30px;
	padding-top:25px;
	font-size:20px;
}
#school .course {
	background-image:url(../../images/school_w01.png) ,
url(../../images/school_w02.png) ,
url(../../images/school_w04.png) ,
url(../../images/school_w03.png);
    background-repeat: no-repeat;
    background-position: left top, 
                         right top, 
                         right bottom, 
                         left bottom;
	background-size:103px auto;
	padding:20px;
　}
#school h4{
	color: #b8a97e;
	font-size: 24px;
	text-align:center;
	padding-bottom:20px;
	border-bottom:#b8a97e 1px solid;
	margin-bottom:20px;
}
#school .school_txt{
	text-align:center;
	margin-bottom:30px;
}
#school .course01{
	float:left;
	padding:0 30px;
}
#school .course02{
	float:left;
}
#school dl dt{
	background-color:#f19ca7;
	color:#FFFFFF;
	padding:2px 0;
	border-radius:3px;
	width:100px;
	text-align:center;
	float:left;
}
#school dl.course02 dt{
	float:none;
	width:auto;
}
#school dl dd{
	padding-left:110px;
	margin-bottom:20px;
}
#school dl.course02 dd{
	float:left;
	padding-top:20px;
	padding-left:0;
}
#school dl.course02 dd:nth-of-type(1){
	margin-right:20px;
}
#school dl dd ul{
	margin-bottom:20px;
	margin-left:1em;
}
#school dl dd ul li{
	text-indent:-1em;
}
#school dl dd ul li:before{
	display:inline;
	content:url(../../images/school_icon.png);
	color: #b8a97e;
}
#school dl dd p{
	background-color:#fac559;
	color:#FFFFFF;
	padding:2px 0;
	border-radius:3px;
	width:100px;
	text-align:center;
}
#school .tel{
	width:840px;
	padding-top:20px;
	margin:0 auto;
}
#school .tel1{
	text-align:center;
	float:left;
}
#school .tel2{
	text-align:center;
	float:right;
}
#school .lineid {
	width: 200px;
	height: 26px;
	background:url(../../images/line.png) no-repeat;
	background-size:240px auto;
	color:#fff;
	font-size:16px;
	display:block;
	padding: 10px 0 10px 40px;
	margin: 0 auto 5px;
}
#school .pamphlet {
	text-align:center;
	margin-top:30px;
}
#school .pamphlet p{
    font-weight: bold;
	font-size:20px;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	color:#b42023;
}
#school .pamphlet p:before, #school .pamphlet p:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}

#school .pamphlet p:before {left:0;}
#school .pamphlet p:after {right: 0;}
@media screen and (max-width: 640px) {
#school{
	padding:5px;
}
#school .schoolinner{
	padding:0;
}
#school .course {
	padding:20px 20px 30px 20px;
　}
#school .sclimg{
	margin-bottom:0;
}
#school .sclimg02 img{
	width:100%;
	height:auto;
}

#school .school_txt{
	text-align:left;
}
#school .course01{
	float:none;
	padding:0;
}
#school .course02{
	float:none;
}
#school .h4span{
	font-size:16px;
}
#school dl{
	padding:0;
	width:100%;
}
#school dl.course02 dd{
	float:none;
}
#school dl.course02 dd:nth-of-type(1){
	margin-right:0;
}
#school dl.course02 dd:nth-of-type(2){
	padding-top:0;
}
#school .school_point{
	width:auto;
}
#school .tel{
	width:auto;
}
#school .tel1{
	float:none;
	padding-bottom:10px;
	}
#school .tel2{
	float:none;
	}
#school .pamphlet img{
	width:100%;
	height:auto;
}
#school .sclimgR{
	float: none;
}
#school .sclimgR img{
	width:100%;
	height:auto;
}
}
/* ----------------------------------------------
	新採用情報
---------------------------------------------- */
#employment{
	background:#fff url(../../images/school_bg.jpg) repeat-y;
	padding:20px 10px;
	font-size: 16px;
}
#employment .employmentinner{
	background:rgba(255,255,255,0.8);
	border-radius:5px;
	padding:10px;
	margin-bottom:40px;
}
#employment .employment_mokuji{
	width:490px;
	margin:0 auto;
}
#employment .employment_mokuji h3{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	min-height:40px;
	padding: 25px 0 10px 50px;
	margin: 0px 0 20px 0;
	clear: both;
	text-align:left;
	background:url(../../images/d_icon.png) no-repeat left;
	background-size:40px 40px;
	font-size:20px;
	border-bottom:#b8a97e 1px solid;

}
#employment .employment_mokuji ul{
	margin-bottom:20px;
	margin-left:5em;
}
#employment .employment_mokuji ul li{
	text-indent:-1em;
	list-style:none;
	display:inline-block;
	width:28%;
	margin-right: 15px;
}
#employment .employment_mokuji ul li:last-child{
	margin-right: 0px;
}

#employment .employment_mokuji ul li:before{
	display:inline;
	content:url(../../images/school_icon.png);
	color: #b8a97e;
}
#employment ul.dicon li{
	text-indent:-1em;
	list-style:none;
}
#employment ul.dicon li:before{
	display:inline;
	content:url(../../images/school_icon.png);
	color: #b8a97e;
}
#employment .items {
	background-image:url(../../images/school_w01.png) ,
url(../../images/school_w02.png) ,
url(../../images/school_w04.png) ,
url(../../images/school_w03.png);
    background-repeat: no-repeat;
    background-position: left top, 
                         right top, 
                         right bottom, 
                         left bottom;
	background-size:103px auto;
	padding:20px;
	margin-bottom:50px;

　}
#employment .itemsshop {
	background-image:url(../../images/school_w01.png) ,
url(../../images/school_w02.png) ,
url(../../images/school_w04.png) ,
url(../../images/school_w03.png);
    background-repeat: no-repeat;
    background-position: left top, 
                         right top, 
                         right bottom, 
                         left bottom;
	background-size:103px auto;
	padding:20px;
	margin-bottom:50px;
	height:480px;
　}
#employment .itemsinner{
	width:80%;
	margin:0 auto;
	padding-bottom:20px;
}
#employment h4{
	color: #b8a97e;
	font-size: 24px;
	text-align:center;
	padding-bottom:20px;
	border-bottom:#b8a97e 1px solid;
	margin-bottom:20px;
}

#employment .image_bg{
	float:right;
	background: #EDE9DE;
	padding:10px;
	margin-bottom:20px;
	border-radius:5px;
}
#employment .shop{
	width:80%;
	margin:0 auto;
}
#employment .shopL{
	float:left;
}
#employment .shopR{
	float:right;
	
}
#employment .image_bg_shop{
	width:290px;
	background: #EDE9DE;
	padding:10px;
	margin-bottom:20px;
	border-radius:5px;
}
#employment .image_bg_center{
	width:290px;
	background: #EDE9DE;
	padding:10px;
	margin:0 auto 20px;
	border-radius:5px;
}
@media screen and (max-width: 640px) {
#employment .employment_mokuji{
	width:100%;
}
#employment .image_bg{
	float:none;
	width:95%;
}
#employment .image_bg_shop{
	width:95%;
}
#employment .itemsshop {
	height:auto;
　}
#employment .itemsinner02{
	width:80%;
	margin:0 auto;
	padding-bottom:20px;
}

#employment .image_bg > a > img{
	width:100%;
	height:auto;
}
#employment .image_bg_shop > a > img{
	width:100%;
	height:auto;
}
#employment .image_bg_center{
	width:95%;
}
#employment .image_bg_center > a > img{
	width:100%;
	height:auto;
}
#employment .shopL{
	float:none;
}
#employment .shopR{
	float:none;
}
#employment .shop{
	width:100%;
}
#employment .employment_mokuji ul li{
	width:100%;
	margin-right: 10px;
}
}
/* ----------------------------------------------
	下関店
---------------------------------------------- */
#shimonoseki ul{
	letter-spacing: -0.4em;
}
#shimonoseki li{
	letter-spacing: normal;
}
#shimonoseki .s01 > li{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#shimonoseki .s01 > li:nth-child(3n){
	margin-right: 0;
}
#shimonoseki .s02 > li{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#shimonoseki .s02 > li:nth-child(3n){
	margin-right: 0;
}
  @media screen and (max-width: 640px) {
#shimonoseki .mainImage img{
	width: 100%;
	height: auto;	
}

#shimonoseki .s01 > li{
	display: block;
	margin: 0 auto 20px !important;
}
#shimonoseki .s02 > li{
	display: block;
	margin: 0 auto 20px !important;
}
}
  /* ----------------------------------------------
	SIXPAD
---------------------------------------------- */
ul.sixpad{margin-left:20px;}
ul.sixpad li{
	display:inline-block;
}
ul.sixpad li:first-child{
padding:5px 0 30px 35px;
background:url(../../images/sixpad_ico01.png) no-repeat;
background-size:30px auto;
margin-right:20px;
}
ul.sixpad li:nth-child(2){
padding:5px 0 30px 35px;
background:url(../../images/sixpad_ico02.png) no-repeat;
background-size:30px auto;
}

  /* ----------------------------------------------
	知っているようで知らなかったまつげエクステのあれこれ
---------------------------------------------- */

.bgWhite{
	background:#fff;
  	border-radius :8px;
  	box-shadow :0px 0px 5px silver;
}
.matsueku{
	margin-top:20px;
}
.matsueku h3 {
	box-shadow: none;
	min-height: inherit;
	margin:0;
	color: #b8a97e;
	font-size: 20px;
	background:url(../../images/school_h3.png) repeat-x bottom left;
	background-size:auto 15px;
	padding:5px 5px 15px 20px;
	font-weight:bold;
	margin-bottom:20px;
}
.matsueku img{
	float:right;
	padding:0 10px;
}
.matsueku ul{
	counter-reset:li;
	margin-left:30px !important;
	margin-bottom:30px;
  	background: #fff;
  	border-radius :8px;
  	box-shadow :0px 0px 5px silver;
  	padding: 0.5em 0.5em 0.5em 2em;
	width:500px;
	}
.matsueku ul li{
	position:relative;
	display: block;
	padding:8px 0px 10px 40px; 
}
 
.matsueku ul li:before{
	display: block;
	content: "";
	position: absolute;
	top: 42%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 8px solid transparent;
	border-left: 10px solid #c8bc98;
}
.matsueku02{
	margin-top:20px;
}
.matsueku02 h3 {
	box-shadow: none;
	min-height: inherit;
	margin:0;
	color: #b8a97e;
	font-size: 20px;
	background:url(../../images/school_h3.png) repeat-x bottom left;
	background-size:auto 15px;
	padding:5px 5px 15px 20px;
	font-weight:bold;
	margin-bottom:20px;
}
.matsueku02 .imgR{
	float:right;
	padding:0 10px;
}
.matsueku dt {
  	background: -moz-linear-gradient(left, #bbae84, #ddd4ba);
  	background: -webkit-linear-gradient(left, #bbae84, #ddd4ba);
  	background: linear-gradient(to right, #bbae84, #ddd4ba);
  	color: #fff;
	padding: 8px;
	border-radius: 5px;
}
.matsueku dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.matsueku dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
.matsueku dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	color: #ff6767;
}
@media screen and (max-width: 640px) {
.matsueku img{
	float:none;
	width:98%;
	height:auto;
	padding:0;
	margin-bottom:20px;
}
.matsueku02 .imgR{
	float:none;
	padding:0;
	margin-bottom:20px;
}
.matsueku02 .imgR img{
	width:98%;
	height:auto;
}
.matsueku ul{
	margin-top:20px;
	margin-left:0px !important;
	width:90%;
	}
  }
/* ----------------------------------------------
	マツエクあれこれ目次
---------------------------------------------- */
.matsueku_map ul {
}
.matsueku_map li {
	padding: 20px 70px;
	border-bottom: solid 1px #eae4d6;
}
.matsueku_map li:first-child {
	margin-top: 40px;
	padding: 10px 30px;
	text-align:left;
	background:url(../../images/d_icon.png) no-repeat left;
	background-size:40px 40px;
	padding-left:50px;
	font-size:16px;
	font-weight:bold;
	color:#796a56;
}
.matsueku_map li .mapImg{
	float:right;
	margin-right:70px;
	border:1px solid #D7D7D7;
}
  @media screen and (max-width: 640px) {
.matsueku_map li .mapImg{
	margin-right:20px;
	margin-left:10px;
}
.matsueku_map li {
	padding: 20px 0px 20px 20px;
}
  }
