@charset "UTF-8";
h1, h2 {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
h1 span, h2 span {
  font-size: 15px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-left: 2em;
}
.min {
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
}
/* index.html
===============================================*/
#index {
  padding-top: 45px;
  width: 100%;
}
#index .mv {
  margin-bottom: 120px;
}
#index .mv ul li {
  padding-top: 50%;
  background-size: cover;
}
#index .salonLink {
  width: 1000px;
  margin: 0 auto 120px;
}
#index .salonLink ul li {
  width: 325px;
  text-align: center;
  padding: 30px 0 50px;
}
#index .salonLink ul li:nth-child(1) {
  float: left;
  background: #d1c0a5;
  margin-right: 12.5px;
}
#index .salonLink ul li:nth-child(2) {
  float: left;
  background: #cfa972;
  margin-right: 12.5px;
}
#index .salonLink ul li:nth-child(3) {
  float: left;
  background: #d1c0a5;
}
#index .salonLink ul li .name {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#index .salonLink ul li figure {
  margin-bottom: 50px;
}
#index .salonLink ul li .tel {
  width: 270px;
  margin: 0 auto 25px;
  background: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}
#index .salonLink ul li .tel a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../img/top/ico_tel.png) no-repeat center center / 100% auto;
  margin-right: 15px;
}
#index .salonLink ul li .web {
  width: 270px;
  margin: auto;
  background: #fff;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
}
#index .salonLink ul li .web a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 29px;
  height: 29px;
  background: url(../img/top/ico_web.png) no-repeat center center / 100% auto;
  margin-right: 15px;
}
@media (min-width: 481px) {
  #index .parallax {
    width: 100%;
    min-height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 120% auto;
    margin-bottom: 100px;
  }
  #index .bg01 {
    background-image: url(../img/top/bg_01.jpg);
  }
  #index .bg02 {
    background-image: url(../img/top/bg_02.jpg);
  }
}
#index .contents {
  width: 1000px;
  margin: 0 auto 55px;
}
#index .contents h2 {
  margin-bottom: 80px;
}
#index .contents ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 100px;
}
#index .contents ul li:nth-child(3n) {
  margin-right: 0;
}
#index .contents ul li a {
  display: block;
  position: relative;
}
#index .contents ul li a figcaption {
  display: block;
  width: 100%;
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.75);
}
#index .contents ul li a figcaption span {
  font-size: 14px;
}
#index .blog {
  width: 1000px;
  margin: 0 auto 120px;
}
#index .blog h2 {
  margin-bottom: 80px;
}
#index .blog .blogL {
  float: left;
}
#index .blog .blogR {
  float: right;
}
#index .blog table th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}
#index .blog table th span {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2px;
}
#index .blog table td ul {
  padding: 0 0 5px 20px;
}
#index .blog .blogL table td ul {
  border-left: 5px solid #d1c0a5;
}
#index .blog .blogR table td ul {
  border-left: 5px solid #cfa972;
}
#index .blog table td ul li {
  font-size: 13px;
  line-height: 1.8em;
  border-bottom: 1px dotted #59493f;
}
#index .blog table td ul li a {
  display: block;
  padding: 5px 0;
}
#index .blog table td ul li a .day {
  padding-right: 2.5em;
}
#index .instagram {
  width: 1000px;
  margin: 0 auto 120px;
}
#index .instagram h2 {
  margin-bottom: 60px;
}
#index .instagram .instagramL {
  float: left;
}
#index .instagram .instagramR {
  float: right;
}
#index .instagram h3 {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 15px;
}
#index .instagram .instagramL h3::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 25px;
  height: 3px;
  background: #d1c0a5;
  margin-right: 12px;
  margin-top: -6px;
}
#index .instagram .instagramR h3::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 25px;
  height: 3px;
  background: #cfa972;
  margin-right: 12px;
  margin-top: -6px;
}
#index .kids {
  margin-bottom: 120px;
}
/* concept.html
===============================================*/
#concept .conceptWrap {
  margin-bottom: 70px;
}
#concept .conceptL {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 5%;
}
#concept .conceptCopy {
  font-size: 18px;
  line-height: 2.1em;
  margin-bottom: 30px;
}
#concept .conceptText {
  font-size: 14px;
  line-height: 2em;
}
#concept .conceptPhoto {
  width: 40%;
  float: right;
}
#concept .conceptPhoto .all {
  margin-bottom: 30px;
}
#concept .omotenashi {
  background: #f4eade;
  padding: 25px 35px;
  margin-bottom: 70px;
}
#concept .omotenashi .omotenashiTitle {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c6b8ac;
  margin-bottom: 20px;
}
#concept .omotenashi dl {
  width: 860px;
  margin: auto;
}
#concept .omotenashi dl dt {
  font-size: 16px;
  letter-spacing: 1px;
  color: #007130;
  margin-bottom: 5px;
}
#concept .omotenashi dl dd {
  font-size: 14px;
  padding-left: 1em;
  margin-bottom: 20px;
}

/* shalom.html
===============================================*/
#shalom .mv {
  margin-bottom: 70px;
}
#shalom .photo {
  margin-bottom: 120px;
}
#shalom .photo ul li {
  float: left;
  margin-right: 35px;
}
#shalom .photo ul li:nth-child(5n) {
  margin-right: 0;
}
#shalom .shopMenu {
  margin-bottom: 120px;
}
#shalom .shopMenu-title {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#shalom .shopMenu-annotation {
  font-size: 12px;
  margin-bottom: 40px;
}
#shalom .shopMenu h3 + p {
  font-size: 12px;
  margin-bottom: 15px;
}
#shalom .shopMenu .shopMenuWrap ul {
  margin-top: 20px;
  margin-bottom: 45px;
}
#shalom .shopMenu .shopMenuWrap ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
#shalom .shopMenu .shopMenuWrap ul li:last-child {
  margin-bottom: 0;
}
#shalom .shopMenu .shopMenuWrap ul li .shopMenuName {
  display: block;
  float: left;
}
#shalom .shopMenu .shopMenuWrap ul li .shopMenuPrice {
  display: block;
  float: right;
}
#shalom .shopMenu .shopMenuWrap ul li .small {
  font-size: 13px;
}
#shalom .staff {
  margin-bottom: 120px;
}
#shalom .staff ul li {
  float: left;
  margin-right: 45px;
  margin-bottom: 45px;
}
#shalom .staff ul li:nth-child(5n) {
  margin-right: 0;
}
#shalom .staff ul li .staffPhoto {
  margin-bottom: 10px;
}
#shalom .staff ul li .position {
  font-size: 12px;
  line-height: 1.4em;
}
#shalom .staff ul li .name {
  font-size: 14px;
}
#shalom .info {
  margin-bottom: 120px;
}
#shalom .info .map {
  margin-bottom: 30px;
  line-height: 0;
}
#shalom .info .infoBox {
  padding: 0 20px;
}
#shalom .info .infoBox .infoL {
  width: 450px;
  float: left;
}
#shalom .info .infoBox .infoR {
  width: 450px;
  float: right;
}
#shalom .info .infoBox ul li {
  font-size: 14px;
  padding: 15px 0 10px 10px;
  border-bottom: 1px dotted #d1c0a5;
}
#shalom .info .infoBox ul li a {
  font-size: 15px;
  font-weight: bold;
}
#shalom .info .infoBox ul li > span {
  display: inline-block;
  vertical-align: top;
  padding-left: 5.3em;
  text-indent: -5.3em;
}
#shalom .info .infoBox ul li p {
  padding-left: 4.5em;
}
#shalom .info .infoBox ul li p span {
  display: inline-block;
  padding-left: 5.3em;
  text-indent: -5.3em;
}
#shalom .blog {
  margin-bottom: 120px;
}
#shalom .blog table th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}
#shalom .blog table th span {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2px;
  padding-right: 1em;
}
#shalom .blog table td ul {
  padding: 0 0 5px 20px;
}
#shalom .blog table td ul {
  border-left: 5px solid #d1c0a5;
}
#shalom .blog table td ul li {
  font-size: 13px;
  line-height: 1.8em;
  border-bottom: 1px dotted #59493f;
}
#shalom .blog table td ul li a {
  display: block;
  padding: 5px 0;
}
#shalom .blog table td ul li a .day {
  padding-right: 2.5em;
}
#shalom .style {
  margin-bottom: 120px;
}
#shalom .style p {
  font-size: 14px;
}
/* soirs.html
===============================================*/
#soirs .mv {
  margin-bottom: 70px;
}
#soirs .photo {
  margin-bottom: 120px;
}
#soirs .photo ul li {
  float: left;
  margin-right: 35px;
}
#soirs .photo ul li:nth-child(5n) {
  margin-right: 0;
}

#soirs .shopMenu {
  margin-bottom: 120px;
}
#soirs .shopMenu-title {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#soirs .shopMenu-annotation {
  font-size: 12px;
  margin-bottom: 40px;
}
#soirs .shopMenu h3 + p {
  font-size: 12px;
  margin-bottom: 15px;
}
#soirs .shopMenu .shopMenuWrap ul {
  margin-top: 20px;
  margin-bottom: 45px;
}
#soirs .shopMenu .shopMenuWrap ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
#soirs .shopMenu .shopMenuWrap ul li:last-child {
  margin-bottom: 0;
}
#soirs .shopMenu .shopMenuWrap ul li .shopMenuName {
  display: block;
  float: left;
}
#soirs .shopMenu .shopMenuWrap ul li .shopMenuPrice {
  display: block;
  float: right;
}
#soirs .shopMenu .shopMenuWrap ul li .small {
  font-size: 13px;
}
#soirs .staff {
  margin-bottom: 120px;
}
#soirs .staff ul li {
  float: left;
  margin-right: 45px;
  margin-bottom: 45px;
}
#soirs .staff ul li:nth-child(5n) {
  margin-right: 0;
}
#soirs .staff ul li .staffPhoto {
  margin-bottom: 10px;
}
#soirs .staff ul li .position {
  font-size: 12px;
  line-height: 1.4em;
}
#soirs .staff ul li .name {
  font-size: 14px;
}
#soirs .info {
  margin-bottom: 120px;
}
#soirs .info .map {
  margin-bottom: 30px;
  line-height: 0;
}
#soirs .info .infoBox {
  padding: 0 20px;
}
#soirs .info .infoBox .infoL {
  width: 450px;
  float: left;
}
#soirs .info .infoBox .infoR {
  width: 450px;
  float: right;
}
#soirs .info .infoBox ul li {
  font-size: 14px;
  padding: 15px 0 10px 10px;
  border-bottom: 1px dotted #d1c0a5;
}
#soirs .info .infoBox ul li a {
  font-size: 15px;
  font-weight: bold;
}
#soirs .info .infoBox ul li > span {
  display: inline-block;
  vertical-align: top;
  padding-left: 5.3em;
  text-indent: -5.3em;
}
#soirs .info .infoBox ul li p {
  padding-left: 4.5em;
}
#soirs .info .infoBox ul li p span {
  display: inline-block;
  padding-left: 5.3em;
  text-indent: -5.3em;
}
#soirs .info .infoBox ul li > span.card {
  display: inline-block;
  padding-left: 3.5em;
  text-indent: -3.5em;
}
#soirs .kids {
  padding: 25px 35px;
  background: #f4eade;
  margin-bottom: 120px;
}
#soirs .kids h1 {
  margin-bottom: 20px;
}
#soirs .kids ul {
  font-size: 0;
}
#soirs .kids ul li {
  display: inline-block;
  vertical-align: middle;
}
#soirs .kids ul li:nth-child(2) {
  width: 630px;
  margin-left: 25px;
  font-size: 14px;
  line-height: 2.4em;
}
#soirs .blog {
  margin-bottom: 120px;
}
#soirs .blog table th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}
#soirs .blog table th span {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2px;
  padding-right: 1em;
}
#soirs .blog table td ul {
  padding: 0 0 5px 20px;
}
#soirs .blog table td ul {
  border-left: 5px solid #cfa972;
}
#soirs .blog table td ul li {
  font-size: 13px;
  line-height: 1.8em;
  border-bottom: 1px dotted #59493f;
}
#soirs .blog table td ul li a {
  display: block;
  padding: 5px 0;
}
#soirs .blog table td ul li a .day {
  padding-right: 2.5em;
}
#soirs .style {
  margin-bottom: 120px;
}
#soirs .style p {
  font-size: 14px;
}
/* emily.html
===============================================*/
#emily .mv {
  margin-bottom: 70px;
}
.icon {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}
.icon img {
  width: 250px;
}
#emily .photo {
  margin-bottom: 120px;
}
#emily .photo ul li {
  float: left;
  margin-right: 35px;
}
#emily .photo ul li:nth-child(5n) {
  margin-right: 0;
}
#emily .shopMenu {
  margin-bottom: 120px;
}
#eyelash .shopMenu-title {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#eyelash .shopMenu-annotation {
  font-size: 12px;
  margin-bottom: 40px;
}
#emily .shopMenu h3 + p {
  font-size: 12px;
  margin-bottom: 15px;
}
#emily .shopMenu .shopMenuWrap ul {
  margin-top: 20px;
  margin-bottom: 45px;
}
#emily .shopMenu .shopMenuWrap ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
#emily .shopMenu .shopMenuWrap ul li:last-child {
  margin-bottom: 0;
}
#emily .shopMenu .shopMenuWrap ul li .shopMenuName {
  display: block;
  float: left;
}
#emily .shopMenu .shopMenuWrap ul li .shopMenuPrice {
  display: block;
  float: right;
}
#emily .shopMenu .shopMenuWrap ul li .small {
  font-size: 13px;
}
#emily .staff {
  margin-bottom: 120px;
}
#emily .staff ul li {
  float: left;
  margin-right: 45px;
  margin-bottom: 45px;
}
#emily .staff ul li:nth-child(5n) {
  margin-right: 0;
}
#emily .staff ul li .staffPhoto {
  margin-bottom: 10px;
}
#emily .staff ul li .position {
  font-size: 12px;
  line-height: 1.4em;
}
#emily .staff ul li .name {
  font-size: 14px;
}
#emily .info {
  margin-bottom: 120px;
}
#emily .info .map {
  margin-bottom: 30px;
  line-height: 0;
}
#emily .info .infoBox {
  padding: 0 20px;
}
#emily .info .infoBox .infoL {
  width: 450px;
  float: left;
}
#emily .info .infoBox .infoR {
  width: 450px;
  float: right;
}
#emily .info .infoBox ul li {
  font-size: 14px;
  padding: 15px 0 10px 10px;
  border-bottom: 1px dotted #d1c0a5;
}
#emily .info .infoBox ul li a {
  font-size: 15px;
  font-weight: bold;
}
#emily .info .infoBox ul li > span {
  display: inline-block;
  vertical-align: top;
  padding-left: 5.3em;
  text-indent: -5.3em;
}
#emily .info .infoBox ul li p {
  padding-left: 4.5em;
}
#emily .info .infoBox ul li p span {
  display: inline-block;
  padding-left: 5.3em;
  text-indent: -5.3em;
}
#emily .blog {
  margin-bottom: 120px;
}
#emily .blog table th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}
#emily .blog table th span {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 2px;
  padding-right: 1em;
}
#emily .blog table td ul {
  padding: 0 0 5px 20px;
}
#emily .blog table td ul {
  border-left: 5px solid #d1c0a5;
}
#emily .blog table td ul li {
  font-size: 13px;
  line-height: 1.8em;
  border-bottom: 1px dotted #59493f;
}
#emily .blog table td ul li a {
  display: block;
  padding: 5px 0;
}
#emily .blog table td ul li a .day {
  padding-right: 2.5em;
}
#emily .style {
  margin-bottom: 120px;
}
#emily .style p {
  font-size: 14px;
}
/* movie.html
===============================================*/
#movie ul li {
  line-height: 0;
  margin-bottom: 30px;
}
#movie ul li:nth-child(odd) {
  float: left;
}
#movie ul li:nth-child(even) {
  float: right;
}
/* headspa.html
===============================================*/
#menu .menuBox {
  margin-bottom: 75px;
}
#menu .menuBox ul {
  margin-bottom: 10px;
}
#menu .menuBox ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
#menu .menuBox ul li:last-child {
  margin-bottom: 0;
}
#menu .menuBox ul li .menuName {
  display: block;
  float: left;
}
#menu .menuBox ul li .menuName .small {
  font-size: 13px;
}
#menu .menuBox ul li .menuPrice {
  width: 5.5em;
  display: block;
  float: right;
}
#menu .menuBox ul li p {
  font-size: 14px;
  padding-left: 2em;
}
#menu .menuBox .kome {
  font-size: 12px;
}
#headspa > ul {
  margin-bottom: 70px;
}
#headspa > ul > li:nth-child(1) {
  float: left;
  font-size: 14px;
  line-height: 2.1em;
}
#headspa > ul > li:nth-child(2) {
  float: right;
}
#headspa .osusume {
  margin-bottom: 50px;
}
#headspa .osusume h3 {
  color: #ed646b;
  margin-bottom: 15px;
}
#headspa .osusume .osusumeBox {
  background: #f4eade;
  padding: 25px;
}
#headspa .osusume .osusumeBox ul li:nth-child(1) {
  width: 450px;
  float: left;
}
#headspa .osusume .osusumeBox ul li:nth-child(2) {
  float: right;
}
#headspa .osusume .osusumeBox ul li p:nth-of-type(1) {
  margin-bottom: 10px;
}
#headspa .osusume .osusumeBox ul li .osusumeName {
  display: block;
  float: left;
  font-size: 16px;
}
#headspa .osusume .osusumeBox ul li .osusumePrice {
  display: block;
  float: right;
  font-size: 16px;
}
#headspa .osusume .osusumeBox ul li p.osusumeDescription {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 15px;
}
#headspa .osusume .osusumeBox ul li p.osusumeTitle {
  font-size: 15px;
  line-height: 2.4em;
  text-align: center;
  color: #fff;
  background: #482704;
  margin-bottom: 10px;
}
#headspa .osusume .osusumeBox ul li p.osusumeText {
  font-size: 13px;
  line-height: 1.8em;
}
#headspa .osusume .osusumeBox ul li p.osusumeText span {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 5px;
}
#headspa .shopMenu-title {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#headspa .shopMenu-annotation {
  font-size: 12px;
  margin-bottom: 40px;
}
#headspa .headspaMenu {
  margin-bottom: 75px;
}
#headspa .headspaMenu h3 + p {
  font-size: 12px;
  margin-bottom: 15px;
}
#headspa .headspaMenu .headspaWrap ul {
  margin-top: 20px;
  margin-bottom: 45px;
}
#headspa .headspaMenu .headspaWrap ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
#headspa .headspaMenu .headspaWrap ul li:last-child {
  margin-bottom: 0;
}
#headspa .headspaMenu .headspaWrap ul li .headspaName {
  display: block;
  float: left;
}
#headspa .headspaMenu .headspaWrap ul li .headspaPrice {
  display: block;
  float: right;
}
#headspa .headspaMenu .headspaWrap ul li .small {
  font-size: 13px;
}
#headspa .headspaMenu .headspaWrap ul li p {
  font-size: 14px;
  padding-left: 2em;
}
#headspa .headspaMenu ul.photo li {
  width: 480px;
}
#headspa .headspaMenu ul.photo li:nth-child(1) {
  float: left;
}
#headspa .headspaMenu ul.photo li:nth-child(2) {
  float: right;
}
#headspa .headspaMenu ul.photo li figure img, #headspa .headspaMenu ul.photo li figure figcaption {
  display: inline-block;
  vertical-align: top;
}
#headspa .headspaMenu ul.photo li figure figcaption {
  width: 240px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 13px;
  line-height: 2.1em;
}
#menu .service {
  margin-bottom: 120px;
}
#menu .service ul li {
  width: 470px;
}
#menu .service ul li .serviceTitle {
  font-size: 16px;
  margin-bottom: 15px;
}
#menu .service ul li .serviceText {
  font-size: 14px;
  line-height: 2.1em;
}
#menu .service ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 50px;
}
#menu .service ul li:nth-child(1) .serviceTitle, #menu .service ul li:nth-child(1) .serviceText {
  width: 640px;
  float: left;
}
#menu .service ul li:nth-child(1) .servicePhoto {
  float: right;
}
#menu .service ul li:nth-child(2) {
  float: left;
}
#menu .service ul li:nth-child(3) {
  float: right;
}
#menu .service ul li:nth-child(2) .servicePhoto, #menu .service ul li:nth-child(3) .servicePhoto {
  margin-bottom: 10px;
}

/*eyelash*/
#emily .shopMenu-title {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#emily .shopMenu-annotation {
  font-size: 12px;
  margin-bottom: 40px;
}
.eyelash-topmenu {
  margin-bottom: 75px;
}
.eyelash-topmenu ul {
  margin-bottom: 10px;
}
.eyelashMenu h3 {
	margin-bottom: 25px;
}
.eyelash-topmenu ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
.eyelash-topmenu ul li:last-child {
  margin-bottom: 0;
}
.eyelash-topmenu ul li .eyelash-topmenuName {
  display: block;
  float: left;
}
.eyelash-topmenu ul li .eyelash-topmenuName .small {
  font-size: 13px;
}
.eyelash-topmenu ul li .eyelash-topmenuPrice {

  display: block;
  float: right;
}
.eyelash-topmenu ul li p {
  font-size: 14px;
  padding-left: 2em;
}
.eyelash-topmenu .kome {
  font-size: 12px;
}
#eyelash .eyelashMenu {
  margin-bottom: 75px;
}
#eyelash .come p {
  font-size: 14px;
  line-height: 2.1em;
  margin-bottom: 50px;
}
#eyelash .eyelashMenu h3 + p {
  font-size: 12px;
  margin-bottom: 15px;
}
#eyelash .eyelashMenu .eyelashWrap ul {
  margin-top: 20px;
  margin-bottom: 45px;
}
#eyelash .eyelashMenu .eyelashWrap ul li {
  font-size: 15px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #c6b8ac;
  margin-bottom: 15px;
}
#eyelash .eyelashMenu .eyelashWrap ul li:last-child {
  margin-bottom: 0;
}
#eyelash .eyelashMenu .eyelashWrap ul li .eyelashName {
  display: block;
  float: left;
}
#eyelash .eyelashMenu .eyelashWrap ul li .eyelashPrice {
  display: block;
  float: right;
}
#eyelash .eyelashMenu .eyelashWrap ul li .small {
  font-size: 13px;
}
#headspa .headspaMenu .headspaWrap ul li p {
  font-size: 14px;
  padding-left: 2em;
}
/* recruit.html
===============================================*/
#recruit .tab {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  font-size: 0;
  text-align: center;
  margin-bottom: 120px;
}
#recruit input {
  position: absolute;
  opacity: 0;
}
#recruit label {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  background: #a2d0c3;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  position: relative;
  top: 5px;
  z-index: 0;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s, top 0.3s;
}
#recruit label:hover {
  background: #62af9b;
  color: #fff;
  top: 0;
}
#recruit input:checked + label:hover {
  top: 0;
}
#recruit label:active {
  background: #62af9b;
}
#recruit input:checked + label {
  background: #62af9b;
  color: #fff;
  top: 0;
}
#recruit .tab-content {
  display: none;
  padding: 45px 50px;
  background: #fff;
  font-size: 14px;
  line-height: 2.1em;
  text-align: left;
}
/* //ここまでタブ切り替え */
#recruit #tab-content1 .requirements {
  width: 800px;
  margin: 50px auto 0;
}
#recruit #tab-content1 .requirements .kind {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#recruit #tab-content1 .requirements table {
  width: 760px;
  margin: auto;
  border-collapse: collapse;
}
#recruit #tab-content1 .requirements table th {
  width: 170px;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  background: #fff0e3;
  border: 1px solid #482704;
}
#recruit #tab-content1 .requirements table td {
  padding: 10px 0 10px 20px;
  background: #fff;
  border: 1px solid #482704;
}
#recruit #tab-content2 .ownerTitle {
  font-size: 22px;
  margin-bottom: 30px;
}
#recruit #tab-content2 ul {
  margin-bottom: 45px;
}
#recruit #tab-content2 ul li:nth-child(1) {
  width: 580px;
  float: left;
  margin-bottom: 30px;
}
#recruit #tab-content2 ul li:nth-child(2) {
  float: right;
  margin-bottom: 30px;
}
#recruit #tab-content3 .voice {
  margin-bottom: 70px;
}
#recruit #tab-content3 .voice .voiceTitle {
  font-size: 18px;
  margin-bottom: 30px;
}
#recruit #tab-content3 .voice .voiceTitle + ul li {
  width: 430px;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #482704;
  background: #fff;
  font-size: 0;
  margin-bottom: 20px;
}
#recruit #tab-content3 .voice .voiceTitle + ul li:last-child {
  margin-bottom: 0;
}
#recruit #tab-content3 .voice ul li:nth-child(odd) {
  float: left;
}
#recruit #tab-content3 .voice ul li:nth-child(even) {
  float: right;
}
#recruit #tab-content3 .voice ul li figure img {
  display: inline-block;
  vertical-align: middle;
}
#recruit #tab-content3 .voice ul li figcaption {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
}
#recruit #tab-content3 .event .eventTitle {
  font-size: 18px;
  margin-bottom: 10px;
}
#recruit #tab-content3 .event .eventText {
  margin-bottom: 50px;
}
#recruit #tab-content3 .event .eventBox {
  padding: 0 30px;
}
#recruit #tab-content3 .event ul li:nth-child(1) {
  float: left;
}
#recruit #tab-content3 .event ul li:nth-child(2) {
  float: right;
}
#recruit #tab-content3 .event table {
  font-size: 14px;
}
#recruit #tab-content3 .event table th {
  text-align: right;
  padding-right: 10px;
}
#recruit #tab-content4 .careerTitle {
  font-size: 18px;
  margin-bottom: 30px;
}
#recruit #tab-content4 .careerImage {
  margin-bottom: 50px;
}
#recruit #tab-content4 table {
  width: 800px;
  margin: auto;
  border-collapse: collapse;
}
#recruit #tab-content4 table th {
  width: 200px;
  border: 1px solid #482704;
  background: #fff0e3;
  text-align: center;
}
#recruit #tab-content4 table td {
  width: 200px;
  border: 1px solid #482704;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 0 15px 20px;
}
@media (min-width: 600px) {
  #recruit label {
    width: 23.5%;
    margin-right: 2%;
  }
  #recruit label.tab-recruit4 {
    margin-right: 0;
  }
  #recruit .tab-content {
    order: 99;
  }
}
#recruit input:checked + label + .tab-content {
  display: block;
  width: 100%;
  background: #f4eade;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  h1, h2 {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  min {
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* index.html
	===============================================*/
  #index {
    width: 100%;
    padding-top: 0;
    padding-bottom: 100px;
  }
  #index .mv {
    margin-bottom: 70px;
  }
  #index .mv ul li {
    padding-top: 80%;
    background-size: auto 100%;
    background-position: center center;
  }
  #index .salonLink {
    width: 94%;
    margin: 0 auto 70px;
  }
  #index .salonLink ul li {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 5%;
  }
  #index .salonLink ul li:nth-child(1) {
    float: none;
    background: #d1c0a5;
    margin-bottom: 30px;
  }
  #index .salonLink ul li:nth-child(2) {
    float: none;
    background: #cfa972;
    margin-bottom: 30px;
  }
  #index .salonLink ul li:nth-child(3) {
    float: none;
    background: #d1c0a5;
  }
  #index .salonLink ul li .name {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  #index .salonLink ul li figure {
    margin-bottom: 20px;
  }
  #index .salonLink ul li .tel {
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
  }
  #index .salonLink ul li .tel a::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 29px;
    height: 29px;
    background: url(../img/top/ico_tel.png) no-repeat center center / 100% auto;
    margin-right: 15px;
  }
  #index .salonLink ul li .web {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
  }
  #index .salonLink ul li .web a::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 29px;
    height: 29px;
    background: url(../img/top/ico_web.png) no-repeat center center / 100% auto;
    margin-right: 15px;
  }
  #index .parallax {
    width: 100%;
    margin: 0 auto 70px auto;
    min-height: 300px;
  }
  #index .bg01 {
    background: url(../img/top/bg_01_sp.jpg) no-repeat center center;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
  }
  #index .bg02 {
    background: url(../img/top/bg_02_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
  #index .contents {
    width: 94%;
    margin: 0 auto 70px;
  }
  #index .contents h2 {
    margin-bottom: 40px;
  }
  #index .contents ul li {
    float: left;
    width: 49%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #index .contents ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #index .contents ul li:nth-child(2n) {
    margin-right: 0;
  }
  #index .contents ul li a {
    display: block;
    position: relative;
  }
  #index .contents ul li a figcaption {
    display: block;
    width: 100%;
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2em;
    position: absolute;
    bottom: 0;
    padding: 7px 0;
    background: rgba(255, 255, 255, 0.75);
  }
  #index .contents ul li a figcaption span {
    font-size: 12px;
  }
  #index .blog {
    width: 94%;
    margin: 0 auto 70px;
  }
  #index .blog h2 {
    margin-bottom: 40px;
  }
  #index .blog .blogL {
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }
  #index .blog .blogR {
    float: none;
    text-align: center;
  }
  #index .blog table, #index .blog table tbody, #index .blog table tr {
    display: inline-block;
    width: 100%;
  }
  #index .blog table th {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #d1c0a5;
  }
  #index .blog table th span {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    padding-right: 1em;
  }
  #index .blog table td {
    display: block;
  }
  #index .blog table td ul {
    padding: 10px 5px 0;
  }
  #index .blog .blogL table td ul {
    border-left: none;
  }
  #index .blog .blogR table td ul {
    border-left: none;
  }
  #index .blog table td ul li {
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px dotted #59493f;
  }
  #index .blog table td ul li a {
    display: block;
    padding: 10px 0 5px;
  }
  #index .blog table td ul li a .day {
    padding-right: 1.5em;
  }
  #index .instagram {
    width: 94%;
    margin: 0 auto 70px;
  }
  #index .instagram h2 {
    margin-bottom: 40px;
  }
  #index .instagram .instagramL {
    float: none;
    margin-bottom: 30px;
  }
  #index .instagram .instagramR {
    float: none;
  }
  #index .instagram h3 {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 15px;
  }
  #index .instagram .instagramL h3::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 25px;
    height: 3px;
    background: #d1c0a5;
    margin-right: 12px;
    margin-top: -6px;
  }
  #index .instagram .instagramR h3::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 25px;
    height: 3px;
    background: #cfa972;
    margin-right: 12px;
    margin-top: -6px;
  }
  #index .kids {
    width: 94%;
    margin: 0 auto;
  }
  /* concept.html
	===============================================*/
  #concept .conceptWrap {
    margin-bottom: 70px;
  }
  #concept .conceptL {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #concept .conceptCopy {
    font-size: 18px;
    line-height: 2.1em;
    margin-bottom: 30px;
  }
  #concept .conceptText {
    font-size: 14px;
    line-height: 2em;
  }
  #concept .conceptPhoto {
    width: 100%;
    float: none;
  }
  #concept .conceptPhoto .all {
    margin-bottom: 30px;
  }
  #concept .omotenashi {
    background: #f4eade;
    padding: 20px 3% 5px;
    margin-bottom: 0;
  }
  #concept .omotenashi .omotenashiTitle {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c6b8ac;
    margin-bottom: 20px;
  }
  #concept .omotenashi dl {
    width: 94%;
    margin: auto;
  }
  #concept .omotenashi dl dt {
    font-size: 16px;
    letter-spacing: 1px;
    color: #007130;
    margin-bottom: 5px;
  }
  #concept .omotenashi dl dd {
    font-size: 14px;
    padding-left: 1em;
    margin-bottom: 20px;
  }
  
  /* shalom.html
	===============================================*/
  #shalom .mv {
    margin-bottom: 50px;
  }
  #shalom .photo {
    margin-bottom: 50px;
  }
  #shalom .photo ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
  }
  #shalom .photo ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #shalom .photo ul li:nth-child(2n) {
    margin-right: 0;
  }
  #shalom .staff {
    margin-bottom: 50px;
  }
	#shalom .shopMenu-title {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
  #shalom .shopMenu-annotation {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #shalom .shopMenu {
    margin-bottom: 75px;
  }
  #shalom .staff ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #shalom .staff ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #shalom .staff ul li:nth-child(2n) {
    margin-right: 0;
  }
  #shalom .staff ul li .staffPhoto {
    margin-bottom: 10px;
  }
  #shalom .staff ul li .position {
    font-size: 12px;
    line-height: 1.4em;
  }
  #shalom .staff ul li .name {
    font-size: 14px;
  }
  #shalom .info {
    margin-bottom: 50px;
  }
  #shalom .info .map {
    margin-bottom: 20px;
    line-height: 0;
  }
  #shalom .info .map iframe {
    width: 100%;
    height: 350px;
  }
  #shalom .info .infoBox {
    padding: 0;
  }
  #shalom .info .infoBox .infoL {
    width: 100%;
    float: none;
  }
  #shalom .info .infoBox .infoR {
    width: 100%;
    float: none;
  }
  #shalom .info .infoBox ul li {
    font-size: 14px;
    padding: 15px 0 10px 10px;
    border-bottom: 1px dotted #d1c0a5;
  }
  #shalom .info .infoBox ul li a {
    font-size: 15px;
    font-weight: bold;
  }
  #shalom .info .infoBox ul li > span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5.3em;
    text-indent: -5.3em;
  }
  #shalom .info .infoBox ul li p {
    padding-left: 0;
  }
  #shalom .info .infoBox ul li p span {
    display: inline-block;
    padding-left: 5.3em;
    text-indent: -5.3em;
  }
  #shalom .blog {
    text-align: center;
    margin-bottom: 50px;
  }
  #shalom .blog table, #shalom .blog table tbody, #shalom .blog table tr {
    display: inline-block;
    width: 100%;
  }
  #shalom .blog table th {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #d1c0a5;
  }
  #shalom .blog table th span {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    padding-right: 1em;
  }
  #shalom .blog table td {
    display: block;
  }
  #shalom .blog table td ul {
    padding: 10px 5px 0;
  }
  #shalom .blog table td ul {
    border-left: none;
  }
  #shalom .blog table td ul li {
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px dotted #59493f;
  }
  #shalom .blog table td ul li a {
    display: block;
    padding: 10px 0 5px;
  }
  #shalom .blog table td ul li a .day {
    padding-right: 1.5em;
  }
  #shalom .style {
    margin-bottom: 50px;
  }
  #shalom .style p {
    font-size: 14px;
  }
  /* soirs.html
	===============================================*/
  #soirs .mv {
    margin-bottom: 50px;
  }
  #soirs .photo {
    margin-bottom: 50px;
  }
  #soirs .photo ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
  }
  #soirs .photo ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #soirs .photo ul li:nth-child(2n) {
    margin-right: 0;
  }
	#soirs .shopMenu-title {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
  #soirs.shopMenu-annotation {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #soirs .shopMenu {
    margin-bottom: 75px;
  }
  #soirs .staff {
    margin-bottom: 50px;
  }
  #soirs .staff ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #soirs .staff ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #soirs .staff ul li:nth-child(2n) {
    margin-right: 0;
  }
  #soirs .staff ul li .staffPhoto {
    margin-bottom: 10px;
  }
  #soirs .staff ul li .position {
    font-size: 12px;
    line-height: 1.4em;
  }
  #soirs .staff ul li .name {
    font-size: 14px;
  }
  #soirs .kids {
    padding: 25px 5%;
    background: #f4eade;
    margin-bottom: 50px;
  }
  #soirs .kids h1 {
    margin-bottom: 20px;
  }
  #soirs .kids ul {
    font-size: 0;
  }
  #soirs .kids ul li {
    display: block;
    vertical-align: middle;
    text-align: center;
  }
  #soirs .kids ul li:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 2.1em;
    text-align: left;
  }
  #soirs .info {
    margin-bottom: 50px;
  }
  #soirs .info .map {
    margin-bottom: 20px;
    line-height: 0;
  }
  #soirs .info .map iframe {
    width: 100%;
    height: 350px;
  }
  #soirs .info .infoBox {
    padding: 0;
  }
  #soirs .info .infoBox .infoL {
    width: 100%;
    float: none;
  }
  #soirs .info .infoBox .infoR {
    width: 100%;
    float: none;
  }
  #soirs .info .infoBox ul li {
    font-size: 14px;
    padding: 15px 0 10px 10px;
    border-bottom: 1px dotted #d1c0a5;
  }
  #soirs .info .infoBox ul li a {
    font-size: 15px;
    font-weight: bold;
  }
  #soirs .info .infoBox ul li > span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5.3em;
    text-indent: -5.3em;
  }
  #soirs .info .infoBox ul li p {
    padding-left: 0;
  }
  #soirs .info .infoBox ul li p span {
    display: inline-block;
    padding-left: 5.3em;
    text-indent: -5.3em;
  }
  #soirs .info .infoBox ul li > span.card {
    display: inline-block;
    padding-left: 3.5em;
    text-indent: -3.5em;
  }
  #soirs .blog {
    text-align: center;
    margin-bottom: 50px;
  }
  #soirs .blog table, #soirs .blog table tbody, #soirs .blog table tr {
    display: inline-block;
    width: 100%;
  }
  #soirs .blog table th {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #d1c0a5;
  }
  #index .blog table th span {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    padding-right: 1em;
  }
  #soirs .blog table td {
    display: block;
  }
  #soirs .blog table td ul {
    padding: 10px 5px 0;
  }
  #soirs .blog table td ul {
    border-left: none;
  }
  #soirs .blog table td ul li {
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px dotted #59493f;
  }
  #soirs .blog table td ul li a {
    display: block;
    padding: 10px 0 5px;
  }
  #soirs .blog table td ul li a .day {
    padding-right: 1.5em;
  }
  #soirs .style {
    margin-bottom: 50px;
  }
  #soirs .style p {
    font-size: 14px;
  }
  /* movie.html
	===============================================*/
  #movie ul li {
    line-height: 0;
    margin-bottom: 30px;
  }
  #movie ul li:nth-child(odd) {
    float: none;
  }
  #movie ul li:nth-child(even) {
    float: none;
  }
  #movie ul li iframe {
    width: 100%;
    height: 240px;
  }
	 /* emily.html
	===============================================*/
  #emily .mv {
    margin-bottom: 50px;
  }
 .icon img {
	width: 150px;	
	}
  #emily .photo {
    margin-bottom: 50px;
  }
  #emily .photo ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
  }
  #emily .photo ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #emily .photo ul li:nth-child(2n) {
    margin-right: 0;
  }
#emily.shopMenu-title {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
 #emily .shopMenu-annotation {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #emily .shopMenu {
    margin-bottom: 75px;
  }
  #emily .staff {
    margin-bottom: 50px;
  }
  #emily .staff ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #emily .staff ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #emily .staff ul li:nth-child(2n) {
    margin-right: 0;
  }
  #emily .staff ul li .staffPhoto {
    margin-bottom: 10px;
  }
  #emily .staff ul li .position {
    font-size: 12px;
    line-height: 1.4em;
  }
  #emily .staff ul li .name {
    font-size: 14px;
  }
  #emily .info {
    margin-bottom: 50px;
  }
  #emily .info .map {
    margin-bottom: 20px;
    line-height: 0;
  }
  #emily .info .map iframe {
    width: 100%;
    height: 350px;
  }
  #emily .info .infoBox {
    padding: 0;
  }
  #emily .info .infoBox .infoL {
    width: 100%;
    float: none;
  }
  #emily .info .infoBox .infoR {
    width: 100%;
    float: none;
  }
  #emily .info .infoBox ul li {
    font-size: 14px;
    padding: 15px 0 10px 10px;
    border-bottom: 1px dotted #d1c0a5;
  }
  #emily .info .infoBox ul li a {
    font-size: 15px;
    font-weight: bold;
  }
  #emily .info .infoBox ul li > span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5.3em;
    text-indent: -5.3em;
  }
  #emily .info .infoBox ul li p {
    padding-left: 0;
  }
  #emily .info .infoBox ul li p span {
    display: inline-block;
    padding-left: 5.3em;
    text-indent: -5.3em;
  }
  #emily .blog {
    text-align: center;
    margin-bottom: 50px;
  }
  #emily .blog table, #emily .blog table tbody, #emily .blog table tr {
    display: inline-block;
    width: 100%;
  }
  #emily .blog table th {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 5px solid #d1c0a5;
  }
  #emily .blog table th span {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    padding-right: 1em;
  }
  #emily .blog table td {
    display: block;
  }
  #emily .blog table td ul {
    padding: 10px 5px 0;
  }
  #emily .blog table td ul {
    border-left: none;
  }
  #emily .blog table td ul li {
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
    border-bottom: 1px dotted #59493f;
  }
  #emily .blog table td ul li a {
    display: block;
    padding: 10px 0 5px;
  }
  #emily .blog table td ul li a .day {
    padding-right: 1.5em;
  }
  #emily .style {
    margin-bottom: 50px;
  }
  #emily .style p {
    font-size: 14px;
  }
  /* headspa.html
	===============================================*/
  #menu .menuBox {
    margin-bottom: 50px;
  }
  #menu .menuBox ul {
    margin-bottom: 10px;
  }
  #menu .menuBox ul li {
    font-size: 14px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #c6b8ac;
    margin-bottom: 15px;
  }
  #menu .menuBox ul li:last-child {
    margin-bottom: 0;
  }
  #menu .menuBox ul li .menuName {
    display: block;
    float: left;
  }
  #menu .menuBox ul li .menuName .small {
    font-size: 13px;
  }
  #menu .menuBox ul li .menuPrice {
    width: auto;
    display: block;
    float: right;
  }
  #menu .menuBox ul li p {
    font-size: 14px;
    padding-left: 1em;
  }
  #menu .menuBox .kome {
    font-size: 12px;
  }
	
	
	#eyelash .shopMenu-title {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
  #eyelash .shopMenu-annotation {
    font-size: 12px;
    margin-bottom: 30px;
  }
.eyelash-topmenu {
    margin-bottom: 50px;
  }
 .eyelash-topmenu ul {
    margin-bottom: 10px;
  }
  .eyelash-topmenu ul li {
    font-size: 14px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #c6b8ac;
    margin-bottom: 15px;
  }
  .eyelash-topmenu ul li:last-child {
    margin-bottom: 0;
  }
  .eyelash-topmenu ul li .eyelash-topmenuName {
    display: block;
    float: left;
  }
 .eyelash-topmenu ul li .eyelash-topmenuName .small {
    font-size: 13px;
  }
  .eyelash-topmenu ul li .eyelash-topmenuPrice {
	 font-size: 15px;
    width: auto;
    display: block;
    float: right;
  }
 .eyelash-topmenu ul li p {
    font-size: 14px;
    padding-left: 1em;
  }
  .eyelash-topmenu .kome {
    font-size: 12px;
  }
	#headspa .shopMenu-title {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
  #headspa .shopMenu-annotation {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #headspa > ul {
    margin-bottom: 50px;
  }
  #headspa > ul > li:nth-child(1) {
    float: none;
    font-size: 14px;
    line-height: 2.1em;
    margin-bottom: 20px;
  }
  #headspa > ul > li:nth-child(2) {
    float: none;
  }
  #headspa .osusume {
    margin-bottom: 50px;
  }
  #headspa .osusume h3 {
    color: #ed646b;
    margin-bottom: 15px;
  }
  #headspa .osusume .osusumeBox {
    background: #f4eade;
    padding: 25px 4%;
  }
  #headspa .osusume .osusumeBox ul li:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #headspa .osusume .osusumeBox ul li:nth-child(2) {
    float: none;
  }
  #headspa .osusume .osusumeBox ul li p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  #headspa .osusume .osusumeBox ul li .osusumeName {
    display: block;
    float: left;
    font-size: 16px;
  }
  #headspa .osusume .osusumeBox ul li .osusumePrice {
    display: block;
    float: right;
    font-size: 16px;
  }
  #headspa .osusume .osusumeBox ul li p.osusumeDescription {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 15px;
  }
  #headspa .osusume .osusumeBox ul li p.osusumeTitle {
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
    background: #482704;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #headspa .osusume .osusumeBox ul li p.osusumeText {
    font-size: 13px;
    line-height: 1.8em;
  }
  #headspa .osusume .osusumeBox ul li p.osusumeText span {
    display: inline-block;
    font-size: 15px;
    padding-bottom: 5px;
  }
  #headspa .headspaMenu {
    margin-bottom: 70px;
  }
  #headspa .headspaMenu h3 + p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #headspa .headspaMenu .headspaWrap ul {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  #headspa .headspaMenu .headspaWrap ul li {
    font-size: 14px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #c6b8ac;
    margin-bottom: 15px;
  }
  #headspa .headspaMenu .headspaWrap ul li:last-child {
    margin-bottom: 0;
  }
  #headspa .headspaMenu .headspaWrap ul li .headspaName {
    display: block;
    float: left;
  }
  #headspa .headspaMenu .headspaWrap ul li .headspaPrice {
    display: block;
    float: right;
  }
  #headspa .headspaMenu .headspaWrap ul li .small {
    font-size: 12px;
  }
  #headspa .headspaMenu .headspaWrap ul li p {
    font-size: 13px;
    padding-left: 0.5em;
  }
  #headspa .headspaMenu ul.photo li {
    width: 100%;
  }
  #headspa .headspaMenu ul.photo li:nth-child(1) {
    float: none;
  }
  #headspa .headspaMenu ul.photo li:nth-child(2) {
    float: none;
  }
  #headspa .headspaMenu ul.photo li {
    margin-bottom: 30px;
  }
  #headspa .headspaMenu ul.photo li figure img, #headspa .headspaMenu ul.photo li figure figcaption {
    display: inline-block;
    vertical-align: top;
  }
  #headspa .headspaMenu ul.photo li figure img {
    width: 40%;
  }
  #headspa .headspaMenu ul.photo li figure figcaption {
    width: 60%;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.8em;
  }
  #menu .service {
    margin-bottom: 70px;
  }
  #menu .service ul li {
    width: 100%;
  }
  #menu .service ul li .serviceTitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #menu .service ul li .serviceText {
    font-size: 14px;
    line-height: 1.8em;
  }
  #menu .service ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  #menu .service ul li:nth-child(1) .serviceTitle, #menu .service ul li:nth-child(1) .serviceText {
    width: 100%;
    float: none;
  }
  #menu .service ul li:nth-child(1) .servicePhoto {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  #menu .service ul li:nth-child(2) {
    float: none;
    margin-bottom: 30px;
  }
  #menu .service ul li:nth-child(3) {
    float: none;
  }
  #menu .service ul li:nth-child(2) .servicePhoto, #menu .service ul li:nth-child(3) .servicePhoto {
    margin-bottom: 10px;
  }
  /* recruit.html
	===============================================*/
  #recruit .tab {
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
    font-size: 0;
    text-align: center;
    margin-bottom: 120px;
  }
  #recruit input {
    position: absolute;
    opacity: 0;
  }
  #recruit label {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 15px 5px;
    background: #a2d0c3;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    position: relative;
    top: 5px;
    z-index: 0;
    box-sizing: border-box;
    transition: background 0.3s, color 0.3s, top 0.3s;
  }
  #recruit label span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
  }
  #recruit label:hover {
    background: #62af9b;
    top: 0;
  }
  #recruit input:checked + label:hover {
    top: 0;
  }
  #recruit label:active {
    background: #62af9b;
  }
  #recruit input:checked + label {
    background: #62af9b;
    color: #fff;
    top: 0;
  }
  #recruit .tab-content {
    display: none;
    padding: 40px 3%;
    background: #fff;
    font-size: 14px;
    line-height: 2.1em;
    text-align: left;
  }
  /* //ここまでタブ切り替え */
  #recruit #tab-content1 .requirements {
    width: 100%;
    margin: 50px auto 0;
  }
  #recruit #tab-content1 .requirements .kind {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #recruit #tab-content1 .requirements table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
  }
  #recruit #tab-content1 .requirements table th {
    width: 80px;
    box-sizing: border-box;
    padding: 10px 0 10px 10px;
    background: #fff0e3;
    border: 1px solid #482704;
  }
  #recruit #tab-content1 .requirements table td {
    padding: 10px 5px 10px 10px;
    background: #fff;
    border: 1px solid #482704;
  }
  #recruit #tab-content2 .ownerTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #recruit #tab-content2 ul {
    margin-bottom: 45px;
  }
  #recruit #tab-content2 ul li:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #recruit #tab-content2 ul li:nth-child(2) {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  #recruit #tab-content3 .voice {
    margin-bottom: 70px;
  }
  #recruit #tab-content3 .voice .voiceTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #recruit #tab-content3 .voice .voiceTitle + ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 3%;
    border: 1px solid #482704;
    background: #fff;
    font-size: 0;
    margin-bottom: 20px;
  }
  #recruit #tab-content3 .voice .voiceTitle + ul li:last-child {
    margin-bottom: 0;
  }
  #recruit #tab-content3 .voice ul li:nth-child(odd) {
    float: none;
  }
  #recruit #tab-content3 .voice ul li:nth-child(even) {
    float: none;
  }
  #recruit #tab-content3 .voice ul li figure img {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
  }
  #recruit #tab-content3 .voice ul li figcaption {
    width: 58%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
  }
  #recruit #tab-content3 .event .eventTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #recruit #tab-content3 .event .eventText {
    margin-bottom: 50px;
  }
  #recruit #tab-content3 .event .eventBox {
    padding: 0;
  }
  #recruit #tab-content3 .event ul li:nth-child(1) {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #recruit #tab-content3 .event ul li:nth-child(2) {
    float: none;
  }
  #recruit #tab-content3 .event table {
    display: inline-block;
    font-size: 14px;
  }
  #recruit #tab-content3 .event table th {
    text-align: right;
    padding-right: 15px;
  }
  #recruit #tab-content3 .event table td {
    text-align: left;
  }
  #recruit #tab-content4 .careerTitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #recruit #tab-content4 .careerImage {
    margin-bottom: 50px;
  }
  #recruit #tab-content4 table.pc {
    display: none !important;
  }
  #recruit #tab-content4 table {
    display: table !important;
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
    font-size: 12px;
  }
  #recruit #tab-content4 table th {
    width: 30%;
    border: 1px solid #482704;
    background: #fff0e3;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
  }
  #recruit #tab-content4 table td {
    width: 70%;
    border: 1px solid #482704;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 0 15px 20px;
  }
  @media (min-width: 320px) {
    #recruit label {
      width: 23.5%;
      margin-right: 2%;
    }
    #recruit label.tab-recruit4 {
      margin-right: 0;
    }
    #recruit .tab-content {
      order: 99;
    }
  }
  #recruit input:checked + label + .tab-content {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f4eade;
    position: relative;
    z-index: 10;
  }
}