@CHARSET "UTF-8";

/**
* Theme Name: ネイルサロン アジアン様用テーマ
*/
.recruit_banner_area{
  clear:both;
  margin:0 auto 40px;
  width:900px;
}

#mainimage {
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.postdata {
  margin: 0 0 40px 0;
}
.postdata h2 {
  background: #ee869a;
  padding: 10px;
  margin: 0 0 20px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
}
.postdata h2 a {
  font-weight: bold;
  font-size: 120%;
  color: #fff;
}
.postdata .postlayout .pics {
  width: 30%;
  float: left;
}
.postdata .postlayout .pics img {
  max-width: 100%;
  height: auto;
}
.postdata .postlayout p {
  width: 66%;
  float: right;
}
.postdata .nextlink {
  text-align: right;
}
.postdata .nextlink a {
  background: #f6ae6a;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ddd;
  color: #525252;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.7s ease 0s;
}
.postdata .nextlink a:hover {
  background: #ee869a;
  color: #fff;
}
.postNumber {
  text-align: center;
  margin: 0 0 40px 0;
}
.postNumber a {
  background: #f6ae6a;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ddd;
  color: #525252;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.7s ease 0s;
}
.postNumber a:hover {
  background: #ee869a;
  color: #fff;
}
.postNumber .current {
  background: #ee869a;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ddd;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
}
.paging {
  text-align:center;
  margin: 0 0 40px 0;
}
.paging a {
  background: #f6ae6a;
  border-radius: 4px;
  box-shadow: 0 2px 0 #ddd;
  color: #525252;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.7s ease 0s;
}
.paging a:hover {
  background: #ee869a;
  color: #fff;
}
.postdata .alignleft {
  float: left;
  margin-right: 20px;
}
.postdata .alignright {
  float: right;
  margin-left: 20px;
}
.postdata .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.postdata ol li {
  list-style-type: decimal;
  font-size: 100%;
  margin-left: 20px;
  margin-bottom: 4px;
  padding: 0;
}
.postdata ul li {
  list-style: outside square;
  font-size: 100%;
  margin-left: 20px;
  margin-bottom: 4px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .postdata .alignleft, .postdata .alignright {
    clear: both;
    float: none;
    margin: 0;
  }
  img {
    max-width: 100%;
    height: auto;
    width /***/:auto;
  }
  #header {
    clear: both;
    height: auto;
    background: #ee869a;
  }
  #header .inner {
    width: 100%;
    height: auto;
    margin:0 auto 10px;
  }
  #header .leftArea {
    float: none;
    width: 96%;
    margin: 0px auto 10px auto;
    padding:70px 0 0;
  }
  #header .rightArea {
    float: none;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  #header .rightArea ul {
    text-align: center;
  }

  #header .rightArea ul li {
    float: none;
    clear: both;
  }

  #header .rightArea ul li:first-child {
  }
  #header .rightArea ul li:first-child a{
    width: 48%;
    display: block;
    text-align: right;
    float: left;
  }
  #header .rightArea ul li:first-child a:nth-child(2){
    width: 48%;
    display: block;
    text-align: left;
    float: right;
  }
  #mainimage2 {
    width: 100%;
    background-size: contain;
    height: auto;
    margin:0 0 20px;
  }
  .recruit-navi-01 {
    width: 96%;
    margin: 0 auto 20px auto;
  }
  .recruit-navi-01 li {
    float: none;
    margin: 0 0 20px 0;
  }
  .recruit-navi-02 {
    width: 96%;
    margin: 0 auto 20px auto;
  }
  .recruit-navi-02 li {
    float: none;
    margin: 0 0 10px 0;
  }
  #container {
    background: #ffffff;
    padding: 2%;
    width: 96%;
  }
  table.contact th, table.contact td {
    font-size: 120%;
  }
  table.contact td a {
    font-size: 120%;
    font-weight: bold;
  }
  #underforms th {
    display: list-item;
    list-style: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  #underforms td {
    display: list-item;
    list-style: none;
    width: 100%;
    border-left: none;
    padding: 10px 0;
    text-align: center;
  }
  #underforms input[ type=text ] {
    height: 30px;
    width: 96%;
  }
  #underforms textarea {
    width: 96%;
  }
  #bottom {
    width: 100%;
  }
  #bottom ul {
    float: none;
  }
  #bottom ul li {
    float: none;
    margin: 0 0 10px 0;
  }
  #pagetop {
    width: 100%;
  }
  .paging a {
    display: block;
  }

  /*------
  MeanMenu
  -------- */
  /* hide the link until viewport size is reached */
  a.meanmenu-reveal {
    display: none;
  }

  /* when under viewport size, .mean-container is added to body */
  .mean-container .mean-bar {
    background: #ee869a;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    min-height: auto;
    padding: 0;
    z-index: 1000;
  }

  .mean-container a.meanmenu-reveal {
    background: #ee869a url(images/shared/btn_open.png) no-repeat center center;
    background-size: 100%;
    border-bottom: 1px solid #fff;
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0 !important;
    cursor: pointer;
    display: block;
    z-index: 9999;
  }

  .mean-container a.meanmenu-reveal span {
    display: none;
  }

  .mean-container .spTel {
    background: #ee869a url(images/shared/btn_tel.png) no-repeat center center;
    border: 1px solid #fff;
    border-width: 0 1px;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 61px !important;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    z-index: 9999;
  }

  .mean-container .meanmenu-reveal.meanclose {
    background: #ee869a url(images/shared/btn_close.png) no-repeat center center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0 !important;
    cursor: pointer;
    display: block;
    z-index: 9999;
  }

  .mean-container .mean-nav {
    border-top: 1px solid #fff;
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 60px;
  }

  .mean-container .mean-nav ul {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }

  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }

  .mean-container .mean-nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 6px 15px;
    margin: 0;
    text-align: left;
    color: #e41d54;
    border-bottom: 1px solid #e41d54;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
  }
  .mean-container .mean-nav ul li a:before {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 0;
  }

  /*子*/
  .mean-container .mean-nav ul li ul {
    border: none;
    padding: 0;
  }

  .mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 7px 8%;
    text-shadow: none !important;
    visibility: visible;
  }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }

  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
  }

  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
  }

  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
  }

  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  .mean-container .mean-nav ul li a.mean-expand {
    width: 35px;
    height: 35px;
    padding: 10px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0.8;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    line-height: 1;
  }
  .mean-container .mean-nav ul li a.mean-expand:before {
    display: none;
  }
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }
  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/*-----追加-----*/
.fixed:before,
.fixed:after {
  content: "";
  display: table;
}
.fixed:after {
  clear: both;
}
.txt_b {
  font-weight: bold;
}
.txt_c {
  text-align: center;
}
.recruit_navi01 {
  width: 900px;
  margin: 20px auto 60px;
}
.recruit_navi01 li {
  float: left;
  width: 33%;
  text-align: center;
  margin: 0 0 15px 0;
}
.recruit_reason li {
  margin: 0 0 15px 0;
}
.recruit_reason_ttl h2 {
  text-align: center;
  color: #d8617f;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 220%;
  margin-bottom: 40px;
}
.recruit_reason_ttl h3 {
  color: #d8617f;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 160%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d8617f;
}
.reason_photo {
  float: left;
  width: 30%;
  margin: 0 20px 20px 0;
}
.reason_photo img {
  max-width: 100%;
}
.link_txt {
  text-align: right;
}
.link_txt a {
  padding-left: 18px;
  color: #d8617f;
  display: inline-block;
  background: url(images/arrow_01.png) no-repeat 0 center;
}
.link_txt li {
  display: inline-block;
  margin-left: 20px;
}
.recruit_ttl {
  border-radius: 5px;
  background: #bb7c92;
  color: #fff;
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 150%;
  padding: 13px;
  margin-bottom: 10px;
}
.recruit_table {
  height: auto;
  padding: 0;
  width: 900px;
  margin: 0 auto 15px auto;
  background: none;
  border: 1px solid #a9a9a9;
  border-collapse: collapse;
}
.recruit_table th {
  padding: 5px;
  line-height: 18px;
  color: #4C739E;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
  background-color: #f4f4f4;
  border: 1px solid #a9a9a9;
}
.recruit_table td {
  color: #525252;
  line-height: 18px;
  padding: 12px 0 5px 16px;
  vertical-align: top;
  border: 1px solid #a9a9a9;
}
.recruit_contact {
  margin-top: 30px;
}
.recruit_contact_entrance {
  margin-top: 20px;
}
.recruit_contact_entrance_ttl {
  clear: both;
  float: left;
  width: 22%;
  color: #d8617f;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 140%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.recruit_contact_entrance_txt {
  padding-left: 23%;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.recruit_contact_entrance_txt dt {
  font-weight: bold;
  margin-bottom: 3px;
}
.recruit_contact_entrance_txt dd {
  margin-bottom: 15px;
}
.recruit_contact_entrance_txt li {
  padding-left: 18px;
  margin-bottom: 8px;
  background: url(images/arrow_02.png) no-repeat 0 3px;
}
.recruit_btn li{
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .recruit_navi01 {
    width: 98%;
    margin: 20px auto;
  }
  .recruit_navi01 li {
    float: left;
    width: 48%;
    text-align: center;
    margin: 0 1% 5px 1%;
  }
  .recruit_reason li {
    margin: 0 0 15px 0;
  }
  .recruit_reason_ttl h2,
  .recruit_reason_ttl h3 {
    line-height: 1.4em;
  }
  .recruit_reason_ttl h2 {
    margin-bottom: 30px;
  }
  .reason_photo {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .recruit_table {
    width: 98%;
    margin: 0 auto 15px auto;
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #a9a9a9;
  }
  .recruit_table tr{
    display: block;
  }
  .recruit_table th,
  .recruit_table td{
    width: auto;
    display: list-item;
    list-style: none;
    border-top: none;
  }
  .recruit_contact {
    margin-top: 20px;
  }
  .recruit_contact_entrance {
    margin-top: 20px;
  }
  .recruit_contact_entrance_ttl {
    clear: both;
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .recruit_contact_entrance_txt {
    padding-left: 0;
  }
  .recruit_banner_area{
    width:96%;
  }
}
/* screen.css override */
#pagetop{
  width: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"]{
  width: 200px;
  padding: 10px;
  cursor: pointer;
}
.mb10{
  margin-bottom: 10px!important;
}
.mb20{
  margin-bottom: 20px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
.mb40{
  margin-bottom: 40px!important;
}
.mb50{
  margin-bottom: 50px!important;
}
.mb60{
  margin-bottom: 60px!important;
}
.mb70{
  margin-bottom: 70px!important;
}
.mb80{
  margin-bottom: 80px!important;
}
.pb10{
  padding-bottom: 10px!important;
}
.pb20{
  padding-bottom: 20px!important;
}
.p30{
  padding-bottom: 30px!important;
}
.pb40{
  padding-bottom: 40px!important;
}
.pb50{
  padding-bottom: 50px!important;
}
.pb60{
  padding-bottom: 60px!important;
}
.pb70{
  padding-bottom: 70px!important;
}
.pb80{
  padding-bottom: 80px!important;
}
.c_d86{
  color: #d8617f;
}

.grad-trigger,
.grad-btn{
	display: none;
}

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

	.grad-btn {
		display: -webkit-flex; /* Safari */
		display: flex;
	}

	.grad-btn {
		z-index: 2;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 140px;
		margin: auto;
		padding: .5em 0;
		border-radius: 2px;
		color: #d8617f;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		/* box-shadow: 0 0 3px rgba(0, 0, 0, .3); */
	}
	.grad-btn:before{
		content: "";
		margin-right: 10px;
		width: 12px;
		height: 16px;
		background:  url('./images/readmore.png') 0 center no-repeat;
		background-size: contain;
		display: block;
	}
	.readmore-block{
		position: relative;
	}
	.readmore-block .link_txt{
		margin-bottom: 10px;
	}
	.readmore {
		position: relative;
		overflow: hidden;
		height: 40px;
		transition: .2s ease;
		/*隠した状態の高さ*/
	}
	.readmore.recruit_contact_entrance{
		height: 750px;
	}
	.readmore::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		/*グラデーションで隠す高さ*/
		/* background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
		background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%); */
		background: #FFf;
		content: "";

	}

	.grad-trigger {
		display: none;
	}

	.grad-trigger:checked+.grad-btn {
		/* display: none; */
		font-size: 0;
		width: 70px;
	}
	.recruit_contact .grad-trigger:checked+.grad-btn {
		display: none;
	}
	.grad-trigger:checked+.grad-btn:after {
		content: "閉じる";
		font-size: 14px;
	}
	.grad-trigger:checked~.readmore {
		height: auto;
	}

	.grad-trigger:checked~.readmore::before {
		display: none;
	}
}
