@charset "UTF-8";
/* サロン紹介スライダー
---------------------------------------------------------------*/
#slider01 .sp-next-arrow {
  content: ' ' !important;
  display: block;
  background: url(../../img/common/ico_topslider02.png) no-repeat left top;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
}
#slider01 .sp-next-arrow:after, #slider01 .sp-next-arrow:before {
  display: none;
}
#slider01 .sp-previous-arrow {
  content: ' ' !important;
  display: block;
  background: url(../../img/common/ico_topslider02.png) no-repeat left top;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
}
#slider01 .sp-previous-arrow:after, #slider01 .sp-previous-arrow:before {
  display: none;
}
#slider01 img {
  max-width: 150%;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  max-height: 200%;
  height: auto;
  position: absolute;
  top: -40%;
  right: -40%;
  bottom: -40%;
  left: -40%;
  margin: auto;	
}

/* 下層共通設定
---------------------------------------------------------------*/

/* 下層ヘッダ設定 */

header .innerHeader {
  position: relative;
  width: 1200px;
  height: 96px;
  margin: auto;
  padding: 18px 50px 15px;
}
header .logoArea {
  width: 324px;
  margin: auto;
}
header nav {
  position: absolute;
  top: 0px;
  right: 50px;
}

/* 下層メインビジュアル設定 */

.jumbotron,
.jumbotron02 {
	width: 1000px;
	margin-left: auto; /* 横幅指定する場合 */
	margin-right: auto; /* 横幅指定する場合 */
  height: 626px;
  background: no-repeat left top;
  background-size: cover;
}

.jumbotron .headingBg,
.jumbotron02 .headingBg {
  width: 100%;
  background-color: rgba(118, 66, 72, 0.35);
}
.jumbotron .inner {
	position: absolute;
	top: 420px;
	margin-left: 300px;
}
.jumbotron02 .inner {
	position: absolute;
	top: 170px;
	margin-left: 300px;
}

.simple .jumbotron .inner,
.simple .jumbotron02 .inner {
  position: relative;
  width: 90%;
  margin: -137px auto 0;
	top: auto;
	left: auto;
}


.jumbotron h1,
.jumbotron02 h1 {
  width: 100%;
  padding: 32px 132px 9px;
}

.jumbotron h1 span,
.jumbotron02 h1 span {
  display: block;
  white-space: inherit;
  line-height: 1.2;
  font-weight: bold;
	font-size: 5rem;
  color: #ffffff;
}

.jumbotron h1 small,
.jumbotron02 h1 small {
  display: inline-block;
  margin-top: 19px;
  line-height: 1.0;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
.jumbotron .reservationArea,
.jumbotron02 .reservationArea {
  position: absolute;
  top: 159px;
  left: 140px;
  width: 480px;
  padding: 13px 17px 19px 28px;
  background-color: rgba(255, 255, 255, 0.6);
}
.jumbotron .reservationArea .topBox,
.jumbotron02 .reservationArea .topBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.jumbotron .reservationArea .topBox .infoLink,
.jumbotron02 .reservationArea .topBox .infoLink {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 4px;
	margin-bottom: 10px;
}
.jumbotron .reservationArea .topBox li,
.jumbotron02 .reservationArea .topBox li {
  margin-right: 5px;
}
.jumbotron .reservationArea .topBox li a,
.jumbotron02 .reservationArea .topBox li a {
  display: block;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 16px;
  color: #88635d;
  font-size: 12px;
  font-size: 1.2rem;
}
.jumbotron .reservationArea .topBox a.mapLink,
.jumbotron02 .reservationArea .topBox a.mapLink {
  margin-left: auto;
}
.jumbotron .reservationArea .bottomBox,
.jumbotron02 .reservationArea .bottomBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.jumbotron .reservationArea .bottomBox p,
.jumbotron02 .reservationArea .bottomBox p {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.jumbotron .reservationArea .bottomBox .linkBtn a,
.jumbotron02 .reservationArea .bottomBox .linkBtn a {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  background-color: rgba(118, 66, 72, 0.6);
  line-height: 1.0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
.jumbotron .reservationArea .bottomBox .resultTxt,
.jumbotron02 .reservationArea .bottomBox .resultTxt {
  background-color: transparent;
  line-height: 1.0;
  text-align: center;
  color: #764248;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.jumbotron02 {
  height: 360px;
  background: no-repeat left -154px;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  .jumbotron02 {
    background: no-repeat left -154px;
    background-size: 1200px;
  }
}

/* 下層メインビジュアル シンプルVer.設定 */

.simple .jumbotron {
  height: 306px;
  background: none;
  background-size: cover;
}
.simple .jumbotron .headingBg {
  background: none;
}
.simple .jumbotron h1 span {
  color: #764248;
}
.simple .jumbotron h1 small {
  color: #764248;
}
.simple .jumbotron .reservationArea {
  background-color: #f4d9d4;
}
.simple nav .gNavi a {
  padding: 26px 0 40px;
}
.simple nav .gNavi a.active, .simple nav .gNavi a:hover {
  border-top: none;
  border-bottom: 11px solid #edbfb7;
  opacity: 1.0;
}


/* 下層メインビジュアル シンプルVer.　サブページ設定 */

.simple .jumbotron02 {
  height: 306px;
  background: none;
  background-size: cover;
}
.simple .jumbotron02 .headingBg {
  background: none;
}
.simple .jumbotron02 h1 span {
  color: #764248;
}
.simple .jumbotron02 h1 small {
  color: #764248;
}
.simple .jumbotron02 .reservationArea {
  background-color: #f4d9d4;
}
.simple nav .gNavi a {
  padding: 26px 0 40px;
}
.simple nav .gNavi a.active, .simple nav .gNavi a:hover {
  border-top: none;
  border-bottom: 11px solid #edbfb7;
  opacity: 1.0;
}



/* グローバルナビ設定 */

nav .gNavi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  width: 999px;
  margin: 0 auto;
}
nav .gNavi li {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
nav .gNavi a {
  display: inline-block;
  width: 100%;
  padding: 26px 0 50px;
  text-align: center;
  line-height: 1.5;
  color: #88635d;
  font-size: 14px;
  font-size: 1.4rem;
}
nav .gNavi a.active, nav .gNavi a:hover {
  border-top: 11px solid #edbfb7;
  opacity: 1.0;
}
nav .gNavi a span {
	display:inline-block;
	background-color: #cb958e;
	color: #fff;
    border-radius: 20%;
	padding: 3px;
	margin-left: 3px;
	height: 2rem;
	font-size: 1rem;
}

/* サロン紹介コンテンツ設定 */

.section {
  width: 1200px;
  margin: 50px auto 0;
}

.ledoTxtArea dl {
  padding: 0 170px;
}
.ledoTxtArea dd {
  margin-top: 30px;
}
.ledoTxtArea .heading {
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
}
.ledoTxtArea .txt {
  line-height: 1.8;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}

/* クーポンボックス・スライダー設定 */

.couponArea {
  width: 999px !important;
  margin: 102px auto 0;
}
.couponArea .detailArea .media .body {
  width: 402px;
}
.couponArea .detailArea .media .column {
  display: block;
}
.couponArea .sp-right-thumbnails.sp-has-pointer {
  margin-left: -4px;
}
.couponArea .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after, .couponArea .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  display: none;
}
.couponArea .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail > li {
  background-color: #ffeddf;
}
.couponArea .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 0;
  margin-bottom: 7px;
}

.couponBtn {
  margin-top: 58px;
}
.couponBtn .btnLink {
  width: 451px;
  margin: 0 auto;
}
.couponBtn .btnLink a {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  padding: 28px 0;
  border-radius: 0;
  border: none;
  background-color: #edbfb7;
  text-align: center;
  line-height: 1.3px;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.couponBtn .btnLink a:before {
  display: none;
}

.button a {
  display: block;
  padding: 5px 0;
  border-radius: 6px;
  line-height: 2.0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.button.bgPink a {
  border: 1px solid #fb87a2;
  background-color: #fb87a2;
  color: #ffffff;
}
.button.bgWhite a {
  border: 1px solid #fb87a2;
  background-color: #ffffff;
  color: #fb87a2;
	margin-left: 5%;
	margin-right: 5%;
}

.bt_reserve a {
  display: block;
  padding: 5px 0;
  border-radius: 6px;
  line-height: 2.0;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
  border: 1px solid #fb87a2;
  background-color: #fb87a2;
  color: #ffffff;
}
.bt_add a {
  display: block;
  padding: 5px 0;
  border-radius: 6px;
  line-height: 2.0;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
  border: 1px solid #fb87a2;
  background-color: #ffffff;
  color: #fb87a2;
}

.oldLink {
	display: block;
	text-align: right;
	width: 100%;
}

.oldLink  a {
  display: block;
  padding: 5px 0;
  border-radius: 6px;
  line-height: 2.0;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
  border: 1px solid #fb87a2;
  background-color: #ffffff;
  color: #fb87a2;
	margin-left: 70%;
}


.media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 966px;
  background-color: #ffeddf;
}
.media .photo {
  overflow: hidden;
  position: relative;
  width: 249px;
}
/* サロントップページのクーポンスライダー画像 */
.detailArea .media .photo img {
  max-width: 170%;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  max-height: 170%;
  height: auto;
  position: absolute;
  top: -40%;
  right: -40%;
  bottom: -40%;
  left: -40%;
  margin: auto;
}
/* クーポンページのクーポン画像 */
.couponGroup .media .photo img {
  max-width: 110%;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  max-height: 170%;
  height: auto;
  position: absolute;
  top: -5%;
  right: -5%;
  left: -5%;
  margin: auto;
}

.media .body {
  padding: 35px 30px 20px 35px;
}
.media .body.newly {
  position: relative;
}
.media .body.newly:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "新規";
  /*  新規  */
  padding: 7px 11px;
  background-color: #764248;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}
.media .body.allUser {
  position: relative;
}
.media .body.allUser:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "全員";
  /*  全員  */
  padding: 7px 11px;
  background-color: #cb958e;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}
.media .body.repeater {
  position: relative;
}
.media .body.repeater:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "再来";
  /*  再来  */
  padding: 7px 11px;
  background-color: #88635d;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}
.media .body.member {
  position: relative;
}
.media .body.member:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "会員";
  /*  会員  */
  padding: 7px 11px;
  background-color: #fb87a2;
  line-height: 1.0;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}


.media h2 {
  margin-bottom: 17px;
  color: #764248;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.media .txt {
  line-height: 1.4;
  color: #764248;
  font-size: 13px;
  font-size: 1.3rem;
	height: 165px;
}

.couponGroup .media .txt {
	height: auto;
}

.media .column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.media .column .feature {
  width: 80%;
  max-width: 595px;
  min-width: 348px;
  padding: 14px 10px 4px 16px;
  border: 1px solid #d09e96;
  background-color: #ffffff;
}
.media .column .feature .txt {
  margin-top: 10px;
  line-height: 1.3;
  color: #764248;
  font-size: 14px;
  font-size: 1.4rem;
}
.media .column .feature b {
  font-weight: bold;
}
.media .column .feature .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 3px;
}
   
.media .column .feature .list {
  margin-top: 10px;
}
.media .column .feature .list li {
  background-color: transparent;
}
.media .column .feature .list dt,
.media .column .feature .list dd {
  display: inline-block;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
}
.media .column .feature .list dt {
  margin-right: 10px;
  color: #cb958e;
}
.media .column .feature .list dd {
  color: #764248;
}
.media .column .feature .list + p{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack:end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align:end;
 -webkit-align-self: flex-end;
  align-self: flex-end;
}
.media .column .feature p strong {
    line-height: 1.0;
    color: #fb87a2;
    font-weight: bold;
    font-size: 30px;
    font-size: 3.0rem;
}

#slider02 .detailArea .labelArea {
	height: 60px;
}

.media .column .button-wrapper {
	width: 348px;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.media .button {
	width: 266px;
	margin: 20px auto 0;
}
.media .button a {
	font-size: 14px;
	font-size: 1.4rem;
}
.media .button.bgWhite {
	margin-top: 10px;
}

.labelArea {
	margin: 0;
	padding: 0;
}
.labelArea li {
	display: inline-block;
	margin-right: 3px;
	padding: 6px 13px 5px;
	line-height: 1.0;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.2rem;
}
.labelArea li:last-child {
	margin-right: 0;
}

/* 会員 */
.labelArea .labelBg01 {
	background-color: #fb87a2;
	margin-bottom: 5px;
}
/* 全員 */
.labelArea .labelBg02 {
	background-color: #edbfb7;
	margin-bottom: 5px;
}
/* 新規 */
.labelArea .labelBg03 {
	background-color: #764248;
	margin-bottom: 5px;
}
/* 再来 */
.labelArea .labelBg04 {
	background-color: #cb958e;
	margin-bottom: 5px;
}



.list {
	overflow: hidden;
}
.list > div > li {
	width: 100%;
	background-color: #edbfb7;
}
.list > div > li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.list figure.photo {
	overflow: hidden;
	position: relative;
	width: 62px;
	height: 98px;
}
.list img {
	max-width: 140%;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	max-height: 140%;
	height: auto;
	position: absolute;
	top: -20%;
	right: -40%;
	bottom: -40%;
	left: -40%;
	margin: auto;
}
.list .body {
	padding: 30px 8px 2px 15px;
}
.list .body .txt {
	line-height: 1.3;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.list .body strong { /* クーポンスライダー 右側リストのテキスト */
	display: block;
	width: 244px;
	height: 33px;
	font-weight: bold;
  word-wrap: break-word;
	margin-bottom: 5px;
}
.list .allUser {
	position: relative;
}
.list .allUser:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "全員";
	padding: 5px 9px;
	background-color: #cb958e;
	line-height: 1.0;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.2rem;
}
.list .newly {
	position: relative;
}
.list .newly:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "新規";
	padding: 5px 9px;
	background-color: #764248;
	line-height: 1.0;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.2rem;
}
.list .repeater {
	position: relative;
}
.list .repeater:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "再来";
	padding: 5px 9px;
	background-color: #88635d;
	line-height: 1.0;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.2rem;
}

.list .member {
	position: relative;
}

.list .member:after {
	display: block;
	position: absolute;
	top: 0;
	left: 37px;
	content: "会員限定";
	padding: 4px 9px;
	background-color: #ffffff;
	border: 1px solid #fb87a2;
	line-height: 1.0;
	font-weight: bold;
	color: #fb87a2;
	font-size: 10px;
	font-size: 1.0rem;
}

/* コンテンツ設定 */

section {
	width: 999px;
	margin: 100px auto 0;
}
section.sec01 {
	margin: 50px auto 0;
}
section.sec02 {
	margin: -10px auto 0;
}
section.sec03 {
	margin: 30px auto 0;
}
section.sec04 {
	margin: 20px auto 0;
}
section.sec05 {
	margin: 75px auto 0;
}
section.selecedMenu {
	margin-top: 80px;
	margin-bottom: 30px;
}
section.selecedMenu + .tabLink02 {
	margin-top: 50px;
}
section h2 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 48px;
	font-size: 4.8rem;
}
section h2 span {
	font-weight: bold;
	font-size: 40px;
	font-size: 4.0rem;
}
section h2 span.sansSerif {
	font-family: sans-serif;
}
section h2 span.smallTxt {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}


/* サロンのイチオシ設定 */

.mediaCard {
	margin-top: 43px;
}
.mediaCard li {
	margin-bottom: 22px;
}
.mediaCard li a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mediaCard li a .img01 {
	width: 499px !important;
	height: 143px !important;
	background: url("../../img/okinawa/pic_recommend01_bnr.jpg") no-repeat;
	background-size: cover;
}
.mediaCard li a .img02 {
	width: 499px !important;
	height: 143px !important;
	background: url("../../img/okinawa/pic_recommend02_bnr.jpg") no-repeat center;
	background-size: cover;
}
.mediaCard li .txt {
	position: relative;
	border: 1px solid #e9e9e9;
	border-left: none;
	padding: 17px;
	width: 50%;
}
.mediaCard li .num01:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 54px;
	height: 47px;
	background: url("../../img/okinawa/ico_num01.png") no-repeat;
	background-size: 54px 47px;
}
.mediaCard li .num02:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 54px;
	height: 47px;
	background: url("../../img/okinawa/ico_num02.png") no-repeat;
	background-size: 54px 47px;
}
.mediaCard li .category {
	padding: 11px 46px 12px;
	color: #333333;
	font-size: 18px;
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #f6f6f6;
}
.mediaCard figure {
	line-height: 0;
	width: 100%;
}


/* スタイリスト一覧設定 */
.profileData figure.avatar {
	overflow: hidden;
	width: 114px;
	height: 114px;
	margin: 0 auto;
	border-radius: 50%;
}

.profileData figure.avatarImg {
	display: inline-block;
	width: 114px;
	height: 114px;
}
.profileData figure.avatarImg a {
	display: block;
	width: 114px;
	height: 114px;
	background-position: top center;
	background-size: cover;
	border-radius: 50%;
}
.IntroductionArea .profileData figure.avatarImg a:hover {
	opacity: 1;
	cursor: auto;
}

.catalogArea .newHairList figcaption p{
	min-height:  4rem;
}

.stylistPhoto {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: auto;
	margin-bottom: 0px;
	height: 100%;
}

.stylistPhoto li {
	align-items: flex-end;
}

figure.avatarImg_mini {
	display: inline-block;
	width: 50px;
	height: 50px;
}
figure.avatarImg_mini a {
	display: block;
	width: 50px;
	height: 50px;
	background-position: top center;
	background-size: cover;
	border-radius: 50%;
}

.profileData dt.name {
	margin-left: 10px;
	text-align: center;
}
.profileData dd.description {
	margin-left: 10px;
}


.profileData p {
	color: #333333;
	width: 100%;
}
.profileData p.name {
	margin-top: 18px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.profileData p.kana {
	line-height: 2.0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.profileData p.price {
	margin-bottom: 3px;
	text-align: center;
}
.profileData p.category, .profileData p.price {
	text-align: left;
	line-height: 1.7;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.profileData p.position {
	line-height: 1.0;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

.profileData p.nominationFee {
	line-height: 1.0;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.profileData p.nominationFee span {
	color: #ff3333;
}
.profileData .portrait {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.card {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
.card .item {
	width: 20%;
	text-align: center;
	margin-bottom: 30px;
	padding-right: 30px;
}
.card .item:first-child {
	margin-left: 0;
}
.card .item:nth-child(4n+1) {
	margin-left: 0;
}
.card .item a .profileData figure.avatar {
	opacity: 0.99;
}
.card .item a:hover .profileData figure,
.card .item a:hover .profileData p {
	opacity: 0.7;
	cursor: pointer;
}

/* NEWアイコン付き新着ネイルリスト設定 */

.bgColor02 {
	margin: 70px 0;
	padding: 23px 0 32px;
	background-color: #e0bfbb;
}

.catalogArea {
	width: 1015px;
	margin: 0 auto;
	padding-left: 10px;
}
.catalogArea .newHairList {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.catalogArea .newHairList li {
	margin-right: 11px;
	margin-top: 11px;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.catalogArea .newHairList li .newPhoto {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 189px;
    height: 189px;
    background-size: cover;
}
.catalogArea .newHairList figure {
  position: relative;
}
.catalogArea .newHairList li a:hover {
	color: #88635d;
}
.catalogArea .newHairList li a:hover figure {
	opacity: 0.7;
	cursor: pointer;
}
.catalogArea .newHairList figure {
	position: relative;
}
.catalogArea .newHairList figure img[src$=".gif"] {
	position: absolute;
	top: 0;
	left: 0;
}
.catalogArea .newHairList figcaption {
	margin-top: -2px;
	padding: 5px 10px;
	background-color: #ffffff;
	color: #88635d;
	vertical-align: middle;
	line-height: 1.7;
	font-size: 12px;
	font-size: 1.2rem;
  width: 189px;
}



/* 表組み設定 */

.saloneData {
	margin-top: 0;
}

.tableList {
	margin: 40px 0;
}
.tableList > .tableCap {
	margin: 5px 0 15px;
	line-height: 1.5;
	color: #88635d;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.tableList dl {
	display: table;
	width: 997px;
	margin: 1px auto 0;
}
.tableList dd,
.tableList dt {
	display: table-cell;
	padding: 14px 17px 12px;
	vertical-align: top;
	line-height: 1.5;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
	word-break: break-all;
}
.tableList dt {
	width: 244px;
	background-color: #ffeddf;
}
.tableList dd {
	width: 753px;
	border-left: 1px solid #ffffff;
	background-color: #fff6ef;
	word-wrap: break-word;
}
.tableList dd.mgn01 {
	padding: 10px 0 5px 9px;
}
.tableList dd span {
	vertical-align: top;
	line-height: 1.5;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.tableList dd i {
	margin-left: 20px;
}

.tableList02 {
	margin: 30px 0;
}
.tableList02 > .tableCap {
	margin: 5px 0 15px;
	line-height: 1.5;
	color: #88635d;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.tableList02 dl {
	display: table;
	width: 997px;
	margin: 3px auto 0;
}
.tableList02 dd,
.tableList02 dt {
	display: table-cell;
	padding: 10px 17px 9px;
	vertical-align: top;
	line-height: 1.5;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.tableList02 dt {
	width: 244px;
	background-color: #ffeddf;
}
.tableList02 dd {
	width: 753px;
	padding: 8px 16px 9px;
	border-left: 3px solid #ffffff;
	background-color: #fff6ef;
	word-wrap: break-word;
}
.tableList02 dd.mgn01 {
	padding: 8px 0 5px 9px;
}
.tableList02 dd ul {
	margin: 0;
	padding: 0;
}
.tableList02 dd ul li {
	display: inline-block;
	padding-left: 10px;
	border-left: 1px solid #e2d3ce;
	line-height: 1.0;
}
.tableList02 dd ul li.active a {
	font-weight: bold;
}
.tableList02 dd ul li a {
	line-height: 1.0;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.tableList02 dd ul li:first-child {
	width: 86px;
	padding-left: 0;
	border-left: none;
}
.tableList02 dd ul li:last-child {
	position: relative;
}
.tableList02 dd ul li:last-child::after {
	position: absolute;
	top: -3px;
	right: -23px;
	display: block;
	content: "";
	width: 21px;
	height: 22px;
	background: url("../../img/okinawa/ico_txt01.gif") no-repeat;
	background-size: 21px 22px;
}
.tableList02 dd.radioArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.tableList02 dd.radioArea ul {
	margin-top: 9px;
}
.tableList02 dd.radioArea ul li {
	display: inline-block;
	padding-left: 2px;
	border-left: none;
	line-height: 1.0;
}
.tableList02 dd.radioArea ul li:first-child {
	width: auto;
	border-left: none;
}
.tableList02 dd.radioArea ul li:last-child::after {
	display: none;
}
.tableList02 dd.radioArea ul:first-child {
	margin-top: 0;
}
.tableList02 dd.radioArea button {
	width: 80px;
}
.tableList02 dd span {
	padding-right: 3px;
}
.tableList02 dd b {
	padding-right: 5px;
	font-weight: bold;
}

/* スケジュール予約 表組み設定 */

.col3Cont {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.col3Cont dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 50px;
}
.col3Cont dl dt {
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.col3Cont dl dd {
	color: #764248;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.col3Cont dl.openCell dt {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 43px;
	height: 28px;
	margin-right: 5px;
	background-color: #feedf1;
	text-align: center;
	color: #122eff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 2.5rem;
}
.col3Cont dl.tellCell dt {
	color: #cb958e;
}
.col3Cont dl.closeCell dt {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 43px;
	height: 28px;
	background-color: #f6f6f6;
	color: #999999;
	font-weight: bold;
}


/* クーポンボックス */

.couponGroup {
	width: 960px;
	margin: 30px auto 0;
}
.couponGroup .media {
	margin-bottom: 15px;
}
.couponGroup .media .photo {
	width: 249px !important;
}
.couponGroup .media .photo.num03 {
	background: url("../../img/okinawa/pic_coupon06.jpg") no-repeat center 0;
	background-size: 120%;
}
.couponGroup .media .photo + .body {
	width: 712px;
}
.couponGroup .media .photo + .body .column .feature {
	width: 340px;
}
.couponGroup .media .body {
	width: 100%;
}
.couponGroup .media .body .column .feature {
	width: 645px;
}
.couponGroup .media .column .feature {
	width: 48%;
	min-width: 340px;
	padding: 14px 10px 13px 16px;
}

/* メニュー */

.menuArea {
	margin-top: 55px;
	padding-bottom: 35px;
}
.menuArea .heading01 {
	width: 999px;
	margin: 0 auto;
}
.menuArea .heading01 h2 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 48px;
	font-size: 4.8rem;
}
.menuArea .heading01 h2 span {
	font-weight: bold;
	font-size: 40px;
	font-size: 4.0rem;
}
.menuArea .heading01 h2 span.smallTxt {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}
.menuArea .heading02 {
	margin-top: 20px;
	background-color: #cb958e;
}
.menuArea .heading02 h3 {
	width: 999px;
	margin: 0 auto;
	padding: 0.5em 0;
	color: #ffffff;
	line-height: 1.0;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.menuArea .sec {
	width: 999px;
	margin: 0 auto;
	padding: 9px 0;
}
.singleMenu .sec {
	padding: 0px 0;
}
.menuArea .sec i {
	display: inline-block;
	padding: 6px 16px;
	background-color: #edbfb7;
	line-height: 1.0;
	color: #ffffff;
	font-size: 10.5px;
	font-size: 1.05rem;
}
.menuArea .sec dt {
	line-height: 1.0;
	color: #764248;
	font-size: 16px;
	font-size: 1.6rem;
}
.menuArea .sec dt b {
	font-weight: bold;
}
.menuArea .sec dd .txt {
	line-height: 1.0;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.menuArea .sec .txt span {
  color: #cb958e;
  margin-right: 10px;
}
.menuArea .sec dd .bottomBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 750px;
	margin: 15px 0 auto auto;
}
.menuArea .sec dd .bottomBox p {
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	margin-left: 20px;
}
.menuArea .sec dd .bottomBox .button a {
	width: 100%;
	padding: 0.9em 0;
	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4rem;
}
.menuArea .sec dd .bottomBox .priceTxt {
	line-height: 1.0;
	text-align: left;
	color: #764248;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
	width: 15%;
}
.menuArea.noWeb .sec {
	padding: 9px 20px 13px;
}
.menuArea.noWeb .sec dd .bottomBox {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.menuArea.noWeb .sec dd .bottomBox p {
	-ms-flex: inherit;
	-webkit-flex: inherit;
	flex: inherit;
}
.menuArea.noWeb .sec dd .notice {
	line-height: 1.0;
	color: #cb958e;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.telOnly {
	color: #999;
	width: 100%;
	text-align: center;
	margin-top: 10%;
	font-size: 1.2rem;
	line-height: 1.5;
}
.telOnly span {
	font-size: 1.4rem;
	font-weight: bold;
	padding-top: 10px;
}

.menuSet {
	border: 1px solid #edbfb7;
}
.singleMenu .menuSet {
	border-top: none;
}

.menuList {
	display: flex;
}
.menuList dt {
	width: 70%;
}
.menuList dt p {
	font-size: 1.3rem;
	margin: 12px;
}

.menuList dd {
	width: 30%;
}
.menu {
	display: flex;
}
.menuTitle {
	width: 75%;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.0;
}
.menuPrice {
	width: 25%;
	padding-left: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 2.4rem;
}

hr {
	margin: 0;
	padding: 0;
}
hr.solid01 {
	border-top: 1px solid #edbfb7;
}
hr.solid02 {
	border-top: 1px solid #cc9791;
}


/* グローバル下 タブリンク */

.tabLink {
	width: 999px;
	margin: 10px auto 0;
	padding-left: 19px;
}
.tabLink ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 357px;
}
.tabLink li {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 6px 6px 0 0;
	background-color: #fff8f2;
	text-align: center;
}
.tabLink li.item {
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}
.tabLink li.item a:hover {
	cursor: pointer;
	opacity: 0.7;
}
.tabLink li.item.active {
	background-color: #ffeddf;
}
.tabLink li.item.active a:hover {
	cursor: default;
	opacity: 1.0;
}
.tabLink li.item a {
	display: block;
	padding: 15px 0 12px;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.tabLink li:first-child {
	margin-right: 8px;
}

.tabLink02 {
	border-bottom: #cb958e 1px solid;
	margin-bottom: 30px;
}
.tabLink02 > h2 {
	text-align: center;
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}
.tabLink02 > h2 + ul {
	margin-top: 30px;
}
.tabLink02 ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 960px;
	margin: 0 auto;
}
.tabLink02 li {
	position: relative;
	top: 1px;
	border: #ead5d2 1px solid;
	border-bottom: #cb958e 1px solid;
	border-radius: 6px 6px 0 0;
}
.tabLink02 li:first-child {
	margin-right: 8px;
}
.tabLink02 li.active {
	border: #cb958e 1px solid;
	border-bottom: #ffffff 1px solid;
	z-index: 1;
}
.tabLink02 li.active a:hover {
	cursor: default;
	opacity: 1.0;
}
.tabLink02 a {
	display: block;
	padding: 15px 30px 12px;
	text-align: center;
	color: #764248;
	line-height: 1.0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}


/* 絞りこみ検索 */

button {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	color: #fb87a2;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
}
button:hover {
	opacity: 0.7;
	cursor: pointer;
}

button.refine {
	width: 40%;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border: 1px solid #fb87a2;
}

input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 7px;
	left: 1px;
	width: 9px;
	height: 4px;
	border-left: 2px solid #764248;
	border-bottom: 2px solid #764248;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type="checkbox"][disabled="disabled"] + label {
	cursor: default;
	color: #a0a0a0;
}
input[type="checkbox"][disabled="disabled"] + label::before {
	border-color: #666666;
}

input[type="radio"] {
	display: none;
}

input[type="search"] {
    width: 90%;
    height: 32px;
    margin-right: 3px;
    padding: 0 1em;
    background-color: #ffffff;
    border: 1px solid #edbfb7;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
  }


label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 15px;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	color: #764248;
}
label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	background: #ffffff;
	border: 1px solid #764248;
}
label span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #764248;
}

form.type01 .custom {
	overflow: hidden;
	display: inline-block;
	margin-right: 15px;
	padding: 2px 15px 3px 10px;
	background: #fff url("../../img/okinawa/ico_form01.png") no-repeat;
	background-position: right 4px center;
	border: 1px solid #edbfb7;
	vertical-align: middle;
	line-height: 1.0;
}
form.type01 .custom > select {
	width: 130%;
	vertical-align: middle;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}
form.type01 .custom > select::-ms-expand {
	display: none;
}
form.type01 .custom.select01 {
	width: 78px;
}
form.type01 .custom.select02 {
	width: 78px;
}
form.type01 .custom.select04 {
	width: auto;
	margin-right: 8px;
}
form.type01 .custom.select05 {
	width: 125px;
	margin-right: 5px;
}
form.type01 .custom.select06 {
	width: 125px;
}
form.type01 .custom.select07 {
	width: 90%;
}
form.type02 input[type=email],
form.type02 input[type=password],
form.type02 input[type=search],
form.type02 input[type=tel],
form.type02 input[type=text],
form.type02 textarea {
	padding: 2px;
	border: 1px solid #cccccc;
	font-size: 1.2rem;
}
form.type02 label {
	color: #333333;
	cursor: pointer;
}
form.type02 label::before {
	border: 1px solid #333333;
}
form.type02 label.type02 {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding: 3px 20px 3px 0;
}
form.type02 label.type02::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 35px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 100%;
}
form.type02 label.type03 {
	position: relative;
	display: inline-block;
	padding: 3px 0 3px 20px;
}
form.type02 label.type03::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 100%;
}
form.type02 input#radio02 {
	margin-left: 20px;
}
form.type02 input.input01 {
	width: 245px;
}
form.type02 input.input02 {
	width: 68px;
}
form.type02 input.input02 + .input02 {
	margin-left: 10px;
}
form.type02 input[type="checkbox"]:checked + label::after {
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
form.type02 input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 38px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #cccccc;
	border-radius: 100%;
}
form.type02 input[type="radio"]:checked + label.type03::before {
	width: 13px;
	height: 13px;
	background: #fb87a2;
	border: none;
}
form.type02 input[type="radio"]:checked + label.type03::after {
	left: 4px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background: #fff;
	border: none;
}
form.type02 .custom {
	overflow: hidden;
	display: inline-block;
	padding: 2px 15px 3px 10px;
	background: #fff url("../../img/okinawa/ico_form02.png") no-repeat;
	background-position: right 4px center;
	border: 1px solid #cccccc;
	vertical-align: middle;
	line-height: 1.0;
}
form.type02 .custom.select01 {
	width: 122px;
}
form.type02 .custom.select02 {
	width: 74px;
	margin-left: 20px;
}
form.type02 .custom.select03 {
	width: 74px;
	margin-left: 20px;
}
form.type02 .custom > select {
	width: 130%;
	vertical-align: middle;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: pointer;
}
form.type02 .custom > select::-ms-expand {
	display: none;
}
form.type02 .custom + .custom {
	margin-left: 15px;
}
.searchResultTxt {
	margin-bottom: 45px;
	margin-top: 30px;
	padding-left: 15px;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.searchResultTxt strong {
	line-height: 1.0;
	color: #cb958e;
	font-weight: bold;
	font-size: 30px;
	font-size: 3.0rem;
}

/* クーポン・メニュー独自設定
---------------------------------------------------------------*/
.pagerLink {
	margin-top: 30px;
}
.pagerLink ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 660px;
	margin: auto;
}
.pagerLink li.active a, .pagerLink li:hover a {
	color: #ffffff;
	background-color: #edbfb7;
}
.pagerLink li.active a {
	cursor: default;
}
.pagerLink a {
	display: block;
	padding: 0.8em 3em;
	background-color: transparent;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.pagerLink a:hover {
	opacity: 1.0;
}

/* イチオシページ 独自設定
---------------------------------------------------------------*/
.tabLink02 + .reservationStylist {
	margin-top: 10px;
	margin-bottom: 100px;
}

.recommendArea {
	padding: 24px 0;
	background-color: #ffeddf;
}
.recommendArea .inner {
	width: 999px;
	margin: 0 auto;
	padding: 65px 106px 69px;
	background-color: #ffffff;
}
.recommendArea .inner h3 {
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	font-size: 23px;
	font-size: 2.3rem;
}
.recommendArea .inner .ledoTxt {
	margin-top: 30px;
	line-height: 1.8;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}
.recommendArea .inner h4 {
	position: relative;
	margin-top: 80px;
	line-height: 1.0;
	font-weight: bold;
	color: #fb87a2;
	font-size: 18px;
	font-size: 1.8rem;
}
.recommendArea .inner h4.step01 {
	padding-left: 13px;
}
.recommendArea .inner h4.step01:before {
	position: absolute;
	top: -18px;
	left: -50px;
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: url("../../img/okinawa/ico_step01.gif") no-repeat;
}
.recommendArea .inner h4.step02 {
	padding-left: 13px;
}
.recommendArea .inner h4.step02:before {
	position: absolute;
	top: -18px;
	left: -50px;
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: url("../../img/okinawa/ico_step02.gif") no-repeat;
}
.recommendArea .inner h4.step03 {
	padding-left: 13px;
}
.recommendArea .inner h4.step03:before {
	position: absolute;
	top: -18px;
	left: -50px;
	content: '';
	display: block;
	width: 52px;
	height: 52px;
	background: url("../../img/okinawa/ico_step03.gif") no-repeat;
}
.recommendArea .inner .column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 35px;
}
.recommendArea .inner .column figure {
	width: 311px;
	margin-right: 37px;
}
.recommendArea .inner .column figure img {
	max-width: 100%;
}
.recommendArea .inner .column .description {
	width: 439px;
	line-height: 1.8;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
}
.recommendArea .sectionBox02 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 999px;
	margin: 0 auto;
}
.recommendArea .sectionBox02 .btnLink {
	margin-top: 28px;
	text-align: center;
}
.recommendArea .sectionBox02 .btnLink a {
	position: static;
	display: block;
	width: 486px;
	height: 54px;
	padding: 20px 0;
	border-radius: 0;
	border: none;
	background-color: #fff;
	text-align: center;
	line-height: 18px;
	color: #fb87a2;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.recommendArea .sectionBox02 .btnLink a:before {
	display: none;
}
.recommendArea .sectionBox02 .btnLink + .btnLink {
	margin-left: 26px;
}

/* ネイルアルバムページ 独自設定
---------------------------------------------------------------*/
.refineSearchArea {
	width: 809px;
	margin: 33px auto 20px;
	padding: 12px 23px 7px 47px;
	background-color: #ffeddf;
}
.refineSearchArea > form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.refineSearchArea ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 580px;
}
.refineSearchArea ul + ul {
	margin-top: 10px;
}
.refineSearchArea li {
	width: auto;
	margin-right: 20px;
}

.resultArea {
	padding-top: 45px;
}
.resultArea .resultTxt {
	margin-bottom: 40px;
	line-height: 1.0;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}


.resultArea .resultDisplay ul {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.resultArea .resultDisplay ul li {
	margin-bottom: 30px;
}

.resultArea .catalogArea .newHairList {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.resultArea .catalogArea .newHairList li {
	margin-right: 9px;
	margin-top: 11px;
	margin-bottom: 20px;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}

.resultArea .catalogArea .newHairList .stylistPhoto li {
	border: none;
}

.resultArea figcaption {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	height: auto;
	padding: 13px 7px 10px;
	border-top: none;
}
.resultArea .resultDisplay figcaption p {
	line-height: 1.7;
	font-weight: bold;
	color: #88635d;
	font-size: 12px;
	font-size: 1.2rem;
}
.resultArea .resultDisplay figcaption .bottomBtn {
	margin-top: 19px;
}
.resultArea .resultDisplay figcaption .bottomBtn p {
	margin-top: 11px;
	line-height: 1.0;
	font-weight: normal;
}

.catalogArea .newHairList li small {
	position: absolute;
	top: 160px;
	right: 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #ffffff;
	color: #fb87a2;
	padding: 5px;
}

.btnLink {
	line-height: 1.0;
	font-weight: normal;
	color: #88635d;
	font-size: 12px;
	font-size: 1.2rem;
}
.btnLink a {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 173px;
	height: 35px;
	padding-left: 50px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	color: #fb87a2;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.btnLink a:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 15px;
	display: block;
	width: 27px;
	height: 22px;
	background: url("../../img/okinawa/ico_heart01.gif") no-repeat;
}
.btnLink.addLink a {
	color: #764248;
}
.btnLink.addLink a:before {
	background: url("../../img/okinawa/ico_heart02.gif") no-repeat;
}

/* スタイリストページ 独自設定
---------------------------------------------------------------*/
.stylistArea {
	margin-top: 0;
}
.stylistArea h3 {
	color: #764248;
	position: relative;
	margin-top: 20px;
}
.stylistArea h3 span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 22px;
	display: block;
}
.stylistArea h3:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #e6ccc9;
	display: block;
	height: 30px;
	width: 30px;
	top: -20px;
}
.stylistArea .cardWrap {
	margin: 0 auto;
}
.stylistArea .card .item p.experience {
	margin-bottom: 3px;
	line-height: 1.7;
	font-size: 1.2rem;
}
.stylistArea .card .item p.price {
	text-align: center;
}
.stylistArea .card .item a:hover {
	color: #ffffff;
}
.stylistArea .card .item:nth-child(5) {
	margin-left: 0;
}
.stylistArea .button {
	margin-top: 6px;
}

.bottomArea .couponGroup {
	margin-bottom: 50px;
}

.IntroductionArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	margin-bottom: 55px;
}
.IntroductionArea .leftBox {
	width: 350px;
}
.IntroductionArea .leftBox .profileData {
	width: 350px;
	margin-bottom: 32px;
	padding: 0 0 0 25px;
}
.IntroductionArea .leftBox .profileData dl dt span.name {
	margin-top: 18px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.IntroductionArea .leftBox .profileData dl dt span.kana {
	line-height: 2.0;
	font-size: 12px;
	font-size: 1.2rem;
}
.IntroductionArea .leftBox .profileData dl dd {
	margin-top: 13px;
}
.IntroductionArea .leftBox .profileData dl dd p {
	margin-bottom: 3px;
	line-height: 1.7;
	font-size: 12px;
	font-size: 1.2rem;
}
.IntroductionArea .rightBox {
	width: 600px;
	margin: 10px 0 0;
}
.IntroductionArea .rightBox .ledeBox {
	width: 600px;
	padding: 16px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.IntroductionArea .rightBox .ledeBox .inner {
	padding: 19px 31px;
	background-color: #f6f4f4;
}
.IntroductionArea .rightBox .ledeBox .inner .ledeTxt {
	line-height: 1.75;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
.IntroductionArea .rightBox .myProfileArea {
	margin-top: 26px;
}
.IntroductionArea .rightBox .myProfileArea .profileList li {
	margin-top: 3px;
}
.IntroductionArea .rightBox .myProfileArea .profileList li:first-child {
	margin-top: 0;
}
.IntroductionArea .rightBox .myProfileArea .profileList .listItem dl {
	display: table;
	margin-bottom: 8px;
}
.IntroductionArea .rightBox .myProfileArea .profileList .listItem dt {
	display: table-cell;
	width: 200px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
	color: #cb958e;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.IntroductionArea .rightBox .myProfileArea .profileList .listItem dd {
	display: table-cell;
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
	color: #764248;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

.IntroductionArea .rightBox .catalogArea .newHairList {
	width: 650px;
}
.IntroductionArea .rightBox .catalogArea .newHairList li {
	width: 140px;
	height: 140px;
}

.IntroductionArea .rightBox .catalogArea .newHairList li figure span {
	display: inline-block;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	width: 135px;
	height: 135px;
	background-size: cover;
}
	
	
	

/* ネイルアルバム詳細ページ 独自設定
---------------------------------------------------------------*/
.hairstyleDetailArea {
	margin: 0 auto;
}
.hairstyleDetailArea h2.heading02 {
	padding: 17px 0 0 57px;
	background: url("../../img/okinawa/h2_haiirstyle01.png") no-repeat;
	line-height: 1.25;
	color: #764248;
	font-size: 24px;
	font-size: 2.4rem;
}
.hairstyleDetailArea h3.heading02 {
	margin: 0 0 7px;
	padding: 5px 0 0 43px;
	background: url("../../img/okinawa/h3_haiirstyle01.png") no-repeat;
	text-align: left;
	line-height: 1.6;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.hairstyleDetailArea .inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	margin: 0 0 10px;
	padding: 22px 0 0;
}
.hairstyleDetailArea .inner p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.hairstyleDetailArea .inner p a{
	font-size: 1.4rem;
	line-height: 1.5;
}

.hairstyleDetailArea .inner .leftBox {
	width: 500px;
}
.hairstyleDetailArea .inner .leftBox .sp-right-thumbnails {
	margin-left: 0;
}
.hairstyleDetailArea .inner .leftBox .sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 0;
	margin-bottom: 0;
}
.hairstyleDetailArea .inner .leftBox .bottomBtn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 15px 0 37px;
}
.hairstyleDetailArea .inner .leftBox .profileData {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	width: 457px;
}
.hairstyleDetailArea .inner .leftBox .profileData dl {
	width: 270px;
}
.hairstyleDetailArea .inner .leftBox .profileData .name {
	margin-top: 0;
}
.hairstyleDetailArea .inner .leftBox .profileData dd {
	margin-top: 15px;
}
.hairstyleDetailArea .inner .leftBox .profileData .button {
	width: 266px;
	margin-top: 28px;
}
.hairstyleDetailArea .inner .leftBox .profileData .button a {
	font-size: 14px;
	font-size: 1.4rem;
}
.hairstyleDetailArea .inner .leftBox .profileData .button + .button {
	margin-top: 11px;
}
.hairstyleDetailArea .inner .rightBox {
	width: 480px;
}
.hairstyleDetailArea .inner .rightBox .inner {
	display: block;
	margin-bottom: 22px;
	padding: 0 0 0 40px;
}
.hairstyleDetailArea .inner .rightBox dl {
	display: table;
}
.hairstyleDetailArea .inner .rightBox dl + p {
	margin-top: 11px;
}
.hairstyleDetailArea .inner .rightBox dl.tableDl01 dt {
	width: 130px;
}
.hairstyleDetailArea .inner .rightBox dl.tableDl02 dt {
	width: 70px;
	line-height: 27px;
}
.hairstyleDetailArea .inner .rightBox dl.tableDl03 dt {
	width: 60px;
	line-height: 31px;
}
.hairstyleDetailArea .inner .rightBox dl.tableDl03 dd {
	width: 70px;
	text-align: center;
	color: #cccccc;
}
.hairstyleDetailArea .inner .rightBox dl.tableDl03 dd.active {
	color: #764248;
	background: url("../../img/okinawa/bg_tableDl01.png") no-repeat center center;
}
.hairstyleDetailArea .inner .rightBox dl.tableDl03:last-child dd {
	width: 60px;
}
.hairstyleDetailArea .inner .rightBox dt {
	display: table-cell;
	line-height: 1.4;
	color: #cb958e;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.hairstyleDetailArea .inner .rightBox dd {
	display: table-cell;
	line-height: 1.4;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.hairstyleDetailArea .rightBox strong {
	line-height: 1.4;
	color: #cb958e;
	font-weight: bold;
	font-size: 1.4rem;
}
.hairstyleDetailArea .rightBox .media {
	width: 407px;
	max-width: 100%;
	margin-top: 10px;
	padding: 0;
}
.hairstyleDetailArea .inner .rightBox .media .body {
	padding: 18px 23px 18px 29px;
}
.hairstyleDetailArea .rightBox .media h2 {
	margin-top: 15px;
	font-size: 1.5rem;
}
.hairstyleDetailArea .inner .rightBox .media .column {
	display: block;
	width: 355px;
}

.hairstyleDetailArea .rightBox .media .couponPrice {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2;
	color: #fb87a2;
}

.hairstyleDetailArea .inner .rightBox .media .column {
	display: block;
	width: 355px;
}
.hairstyleDetailArea .inner .rightBox .media .column .feature {
	padding: 15px;
}
.hairstyleDetailArea .inner .rightBox .media .button {
	margin: 9px auto 0;
}
.hairstyleDetailArea .resultArea {
	padding-top: 15px;
}
.hairstyleDetailArea .btnLink a {
	padding-right: 20px;
	width: 100%;
}


/* 備考欄　*/
.remarks {
	border: 1px solid #edbfb7;
	padding: 20px;
	margin-right: 30px;
	color: #764248;
	font-size: 1.2rem;
}


/* 検索一覧ページ 独自設定
---------------------------------------------------------------*/
.btn2column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 60px;
}
.btn2column p {
	width: 266px;
}
.btn2column p + p {
	margin-left: 9px;
}

.colTable {
	display: table;
	margin-top: 10px;
}
.colTable > div {
	display: table-cell;
}

.iconTxt {
	padding: 11px 15px 4px 30px;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.iconTxt.place {
	background: url("../../img/okinawa/ico_place.png") no-repeat left center;
}
.iconTxt.address {
	background: url("../../img/okinawa/ico_address.png") no-repeat left center;
}
.iconTxt.price {
	background: url("../../img/okinawa/ico_price.png") no-repeat left center;
}

.searchListShop > ul > li {
	border-bottom: 1px solid #cc9791;
}
.searchListShop li.listItem .inner {
	width: 960px;
	margin: auto;
	padding: 50px 0 55px;
}
.searchListShop li.listItem .headingArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.searchListShop li.listItem .headingArea + .labelArea {
	margin-top: 15px;
}
.searchListShop li.listItem .headingArea h2 {
	line-height: 1.3;
	color: #764248;
}
.searchListShop li.listItem .headingArea h2 span {
	display: block;
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
}
.searchListShop li.listItem .headingArea h2 small {
	display: block;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.searchListShop li.listItem .contentWrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-between;
}
.searchListShop li.listItem .leftBox {
	width: 244px;
}
.searchListShop li.listItem .leftBox .imgBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.searchListShop li.listItem .leftBox .imgBox li {
	width: 117px;
	height: 177px;
}
.searchListShop li.listItem .leftBox .imgBox .mainImg {
	width: 244px;
	height: 236px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.searchListShop li.listItem .leftBox .imgBox .mainImg img {
	max-width: 140%;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	max-height: 140%;
	height: auto;
	position: absolute;
	top: -40%;
	right: -40%;
	bottom: -40%;
	left: -40%;
	margin: auto;
}

.searchListShop li.listItem .leftBox .imgBox .HairCatalog {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 117px;
	height: 177px;
	background-size: cover;
}

.searchListShop li.listItem .leftBox .imgBox li:last-child {
	margin-left: 10px;
}
.searchListShop li.listItem .rightBox {
	width: 680px;
}
.searchListShop li.listItem .rightBox .ledeTxt {
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.searchListShop li.listItem .rightBox .detailArea {
	margin-top: 10px;
}
.searchListShop li.listItem .rightBox .detailArea ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.searchListShop li.listItem .rightBox .detailArea li {
	width: 50%;
	margin-top: 10px;
}
.searchListShop li.listItem .rightBox .colTable {
	border-collapse: separate;
	border-spacing: 13px 0;
	width: 572px;
	margin: 30px auto 0;
}
.searchListShop li.listItem .rightBox .colTable div {
	width: 266px;
}
.searchListShop .judgeList {
	margin-top: 15px;
}
.searchListShop .contentWrap {
	margin-top: 20px;
}

.judgeList {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.judgeList li span {
	display: inline-block;
	margin-left: -3px;
}
.judgeList li span.iconStarOff, .judgeList li span.iconStarOn {
	overflow: hidden;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 100%;
	white-space: nowrap;
	vertical-align: middle;
}
.judgeList li span.iconStarOn {
	background-image: url("../../img/common/ico_star01.png");
}
.judgeList li span.iconStarOff {
	background-image: url("../../img/common/ico_star02.png");
}
.judgeList li span.txt {
	margin-left: 10px;
	vertical-align: middle;
	line-height: 1.0;
	color: #764248;
	font-size: 12px;
	font-size: 1.2rem;
}
.judgeList li:first-child {
	margin-left: 3px;
}
.judgeList li:last-child {
	margin-left: 25px;
}

/* サロン検索一覧クーポンエリア*/
.couponMenuArea {
	margin-top: 27px;
}
.couponMenuArea dl {
	padding: 10px 18px 25px;
	background-color: #ffeddf;
}
.couponMenuArea dt {
	line-height: 1.5;
	color: #fb87a2;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.couponMenuArea dd {
	margin-top: 8px;
}
.couponMenuArea dd li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 17px;
}
.couponMenuArea dd li:first-child {
	margin-top: 0;
}
.couponMenuArea dd li p {
	margin-left: 20px;
	line-height: 1.5;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
	width: 550px;
}
/* 続くリンク*/
.continu {
	display: block;
	text-align: right;
	margin-top: 5px;
}
.continu a {
	font-size: 1.2rem;
	color: #fb87a2;
	font-weight: bold;
}


.bottomPagerLink {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 40px 0 60px;
}
.bottomPagerLink li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: center;
	align-self: center;
	margin-left: 4px;
	text-align: center;
}
.bottomPagerLink li:first-child {
	margin-left: 0;
}
.bottomPagerLink li.active a {
	background-color: #cb958e;
}
.bottomPagerLink li.active a:hover {
	cursor: default;
	opacity: 1.0;
}
.bottomPagerLink a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 31px;
	height: 33px;
	border-radius: 2px;
	background-color: #e5cac6;
	line-height: 1.0;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
}
.bottomPagerLink a:hover {
	opacity: 1.0;
	background-color: #cb958e;
}

.searchTable {
	margin-top: 0;
}
.searchTable .tableList02 {
	margin-top: 0;
}
.searchTable  h2 {
	margin-bottom: 50px;
}


.searchListStylist {
	margin-top: 0;
}
.searchListStylist > ul > li {
	border-bottom: 1px solid #cc9791;
}
.searchListStylist > ul li.listItem > .inner {
	width: 960px;
	margin: auto;
	padding: 50px 0 0;
}
.searchListStylist .leftBox {
	width: 266px;
}
.searchListStylist .leftBox .profileData {
	width: auto;
	margin-bottom: 20px;
	padding: 0;
}
.searchListStylist .leftBox .profileData .detailLink a {
	line-height: 1.5;
	color: #fb87a2;
	font-size: 12px;
	font-size: 1.2rem;
}
.searchListStylist .leftBox .button + .button {
	margin-top: 10px;
}
.searchListStylist .catalogArea {
	width: 645px;
	margin: 20px 0 0;
}
.searchListStylist .catalogArea .newHairList li {
	width: 122px;
}
.searchListStylist .IntroductionArea .rightBox .ledeBox .inner {
	overflow: hidden;
	width: 100%;
}
.searchListStylist .IntroductionArea .rightBox .ledeBox .inner .ledeTxt {
	overflow: hidden;
	position: relative;
	height: 4.9rem;
}
.searchListStylist .IntroductionArea .rightBox .ledeBox .inner .ledeTxt:after, .searchListStylist .IntroductionArea .rightBox .ledeBox .inner .ledeTxt:before {
	background: #f6f4f4;
	position: absolute;
}
.searchListStylist .IntroductionArea .rightBox .ledeBox .inner .ledeTxt:before {
	content: "...続きを見る";
	top: 2.45rem;
	right: 0;
}
.searchListStylist .IntroductionArea .rightBox .ledeBox .inner .ledeTxt:after {
	content: "";
	height: 100%;
	width: 100%;
}
.searchListStylist .IntroductionArea .rightBox .myProfileArea {
	margin-top: 15px;
}

.reservationHeader {
	width: 999px;
	margin: 0 auto;
}
.reservationHeader + .coupon {
	margin-top: 40px;
}

/* クチコミページ 独自設定
---------------------------------------------------------------*/
.reviewArea {
	font-size: 1.2rem;
	margin: 0 auto;
	width: 960px;
}
.reviewArea h3 {
	color: #764248;
	position: relative;
	margin-top: 20px;
}
.reviewArea h3 span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 22px;
	display: block;
}
.reviewArea h3:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #e6ccc9;
	display: block;
	height: 30px;
	width: 30px;
	top: -20px;
}
.reviewArea .cautionArea {
	margin: 30px 20px 0;
	line-height: 1.5;
}
.reviewArea .reviewNumber {
	margin-top: 50px;
	color: #764248;
	display: table;
}
.reviewArea .reviewNumber > span {
	display: table-cell;
	vertical-align: middle;
}
.reviewArea .reviewNumber .number {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.reviewArea .commentWrap {
	margin-top: 25px;
}
.reviewArea .commentWrap + .commentWrap {
	margin-top: 55px;
}
.reviewArea .customerArea .person {
	display: table;
	margin: 0 0 0 20px;
	height: 40px;
}
.reviewArea .customerArea .person > * {
	display: table-cell;
	vertical-align: middle;
}
.reviewArea .customerArea .person > p {
	background: url("../../img/common/ico_person.png") no-repeat;
	padding: 0 0 0 43px;
}
.reviewArea .customerArea .person > p span {
	font-weight: bold;
}
.reviewArea .customerArea .person .judgeList li span.txt {
	color: inherit;
}
.reviewArea .customerArea .voice {
	border-radius: 6px;
	border: 1px solid #cb958e;
	margin-top: 30px;
	padding: 20px 30px;
	line-height: 1.5;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}
.reviewArea .customerArea .voice p + p {
	margin-top: 1em;
}
.reviewArea .customerArea .voice::before {
	content: '';
	position: absolute;
	top: -24px;
	left: 36px;
	display: block;
	width: 17px;
	height: 24px;
	background: url("../../img/common/bg_review_customer.png") no-repeat;
}
.reviewArea .selecedMenu {
	margin-top: 18px;
}
.reviewArea .selecedMenu > dt {
	font-weight: inherit;
	font-size: inherit;
	color: #764248;
}
.reviewArea .selecedMenu .resultArea {
	margin-top: 12px;
}
.reviewArea .staffArea .voice {
	border-radius: 6px;
	background-color: #f4d9d4;
	margin: 15px 0 14px;
	padding: 20px 25px;
	line-height: 1.5;
	position: relative;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.reviewArea .staffArea .voice p + p {
	margin-top: 1em;
}
.reviewArea .staffArea .voice::after {
	content: '';
	position: absolute;
	bottom: -23px;
	right: 38px;
	display: block;
	width: 16px;
	height: 24px;
	background: url("../../img/common/bg_review_staff.png") no-repeat;
}
.reviewArea .staffArea .commentArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: flex-end;
	-ms-flex-pack: end;
  /*--- IE10 ---*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-align-items: center;
	-ms-flex-align: center;
  /*--- IE10 ---*/
	-webkit-align-items: center;
	align-items: center;
	height: 43px;
}
.reviewArea .staffArea .commentArea .shop {
	font-weight: bold;
}
.reviewArea .staffArea .commentArea .staffImg {
	margin-left: 14px;
}
.reviewArea .staffArea .commentArea .staffName {
	margin-left: 7px;
}
.reviewArea .staffArea .commentArea figure.avatar {
	overflow: hidden;
	width: 43px;
	height: 43px;
	border-radius: 50%;
}

/* 予約画面共通 設定
---------------------------------------------------------------*/
.contactingArea {
	width: 414px;
	margin: 35px auto 0;
}
.contactingArea + .refineSearchArea {
	margin-top: 50px;
}
.contactingArea .topBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 84px;
	background-color: #764248;
}
.contactingArea .topBox dt {
	text-align: center;
	line-height: 1.0;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
.contactingArea .topBox dd {
	margin-top: 7px;
	padding: 2px 0 0 32px;
	background: url("../../img/okinawa/ico_yoyaku03.png") no-repeat left top;
	line-height: 1.0;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
}
.contactingArea .bottomBox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 45px;
	padding-left: 40px;
	background: #cb958e url("../../img/okinawa/ico_yoyaku04.png") no-repeat 15px 7px;
	line-height: 1.3;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
}

.stepBar + h3.heading02 {
	margin-top: 50px;
}
.stepBar + h3.heading02 + .refineSearchArea {
	margin-top: 30px;
}

.cd-multi-steps {
	width: 90%;
	max-width: 790px;
	padding: 0 1.2em;
	margin: 45px auto 1em;
	background-color: #cccccc;
	border-radius: 0.25em;
}
.cd-multi-steps::after {
	clear: both;
	content: "";
	display: table;
}
.cd-multi-steps li {
	display: inline-block;
	float: left;
	margin: 1.2em 0;
}
.cd-multi-steps li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 1em;
	color: #959fa5;
}
.cd-multi-steps li:last-of-type::after {
	display: none;
}
.cd-multi-steps li > * {
	display: inline-block;
	font-size: 1.2rem;
	color: #333333;
}
.cd-multi-steps li.current > * {
	color: #fb87a2;
}

.no-touch .cd-multi-steps a:hover {
	color: #fb87a2;
}

.cd-multi-steps {
	background-color: transparent;
	padding: 0;
	text-align: center;
}
.cd-multi-steps li {
	position: relative;
	float: none;
	margin: 0.4em 40px 0.4em 0;
}
.cd-multi-steps li:last-of-type {
	margin-right: 0;
}
.cd-multi-steps li::after {
	position: absolute;
	content: '';
	height: 7px;
	background: #cccccc;
	margin: 0;
}
.cd-multi-steps li.visited::after {
	background-color: #fb87a2;
}
.cd-multi-steps li > *, .cd-multi-steps li.current > * {
	position: relative;
	color: #333333;
	font-weight: bold;
}
.cd-multi-steps.text-bottom li {
	width: 123px;
	text-align: center;
}
.cd-multi-steps.text-bottom li::after {
	position: absolute;
	left: 50%;
	width: calc(100% + 40px);
}
.cd-multi-steps.text-bottom li > *::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #cccccc;
}
.cd-multi-steps.text-bottom li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before {
	background-color: #fb87a2;
}

.no-touch .cd-multi-steps.text-bottom a:hover {
	color: #fb87a2;
}
.no-touch .cd-multi-steps.text-bottom a:hover::before {
	box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}

.cd-multi-steps.text-bottom li::after {
	top: 3px;
}
.cd-multi-steps.text-bottom li > * {
	padding-top: 20px;
}
.cd-multi-steps.text-bottom li > *::before {
	top: 0;
}
.cd-multi-steps.count li {
	counter-increment: steps;
}
.cd-multi-steps.count li > *::before {
	content: counter(steps) " - ";
}
.cd-multi-steps.text-bottom.count li > *::before {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	content: "STEP\a" counter(steps);
	white-space: pre-wrap;
	height: 56px;
	width: 56px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 1.2rem;
	color: #ffffff;
}
.cd-multi-steps.text-bottom.count li::after {
	top: 25px;
}
.cd-multi-steps.text-bottom.count li > * {
	padding-top: 75px;
}

h3.heading02 {
	text-align: center;
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}

.noWeb .media .body {
	padding: 35px 20px 20px 35px;
}
.noWeb .media .column {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.noWeb .media .tell-wrapper dl {
	width: 280px;
	text-align: center;
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.noWeb .media .tell-wrapper dl dd {
	width: 280px;
	height: 99px;
	margin-top: 15px;
	padding: 24px 0;
}
.noWeb .media .tell-wrapper dl dd.bgPink {
	background-color: #fb87a2;
}
.noWeb .media .tell-wrapper dl dd span {
	line-height: 1.0;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.noWeb .media .tell-wrapper dl dd span.bg_ico {
	display: inline-block;
	margin-top: 9px;
	padding: 2px 0 2px 32px;
	background: url("../../img/okinawa/ico_yoyaku03.png") no-repeat left top;
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
}

.reservation > h1 {
	width: 999px;
	margin: 0 auto;
	color: #764248;
}
.reservation > h1 span {
	display: block;
	line-height: 1.5;
	font-weight: bold;
	font-size: 72px;
	font-size: 7.2rem;
}
.reservation > h1 small {
	display: block;
	line-height: 1.0;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.reservationStylist {
	width: 999px;
	margin: 100px auto 0;
}
.reservationStylist .heading {
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cb958e;
	line-height: 1.0;
	color: #cb958e;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.reservationStylist h2 {
	margin-top: 20px;
	line-height: 1.5;
	color: #764248;
	font-size: 18px;
	font-size: 1.8rem;
}
.reservationStylist h2 + .button {
	margin: 30px 0 50px;
	width: 266px;
	height: 40px;
}
.reservationStylist .cardWrap {
	padding: 0 60px 50px;
}
.reservationStylist .cardWrap.bottomArea {
	margin-bottom: 50px;
}
.reservationStylist .card .item {
	width: 182px;
	margin-bottom: 90px;
}
.reservationStylist .profileData .description p {
	margin-top: 10px;
}

.reservationStylist .profileData .description p.price {
	margin-bottom: 10px;
	text-align: center;
}

.selecedMenu {
	padding: 0 20px;
}
.selecedMenu > h3 {
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.selecedMenu .resultArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 14px;
	padding: 19px 18px 16px;
	background-color: #ffeddf;
}
.selecedMenu .resultArea p {
	margin-left: 10px;
	line-height: 1.5;
	color: #764248;
	font-size: 14px;
	font-size: 1.4rem;
}
.selecedMenu .resultArea b {
	font-weight: bold;
}
.selecedMenu .resultArea + .resultArea {
	margin-top: 10px;
}
.selecedMenu .resultArea + p {
	margin-top: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #764248;
	line-height: 1.5;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.selectedStylist {
	width: 960px;
	margin: 50px auto 0;
}
.selectedStylist h3 {
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.selectedStylist .profileData {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.selectedStylist .profileData figure.avatar {
	width: 68px;
	height: 68px;
	margin: 0 15px;
}
.selectedStylist .profileData .nominationFee {
	margin-top: 10px;
}

/* 予約カレンダー */
.tableList03 {
	width: 960px;
	margin: 0 auto;
}
.tableList03 h3 {
	margin: 30px 0;
	line-height: 1.0;
	color: #764248;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.tableList03 table {
	table-layout: fixed;
	margin-top: 20px;
	margin-bottom: 60px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.tableList03 table td {
	border-right: 1px solid #cccccc;
}

.tableList03 table table {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: none;
	border-left: none;
}

.tableList03 table td,
.tableList03 table th {
	border-bottom: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
	line-height: 1.0;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	height: 35px;
}
.tableList03 table table td {
	border-right: none;
}


.tableList03 table th.dayCell {	/* 日付セル */
	width: 51px;
	height: 8rem;
	line-height: 1.5;
	color: #333333;
	border-right: 1px solid #cccccc;
}
.tableList03 table th.dayCell.sat {
	color: #87c0fb;
}
.tableList03 table th.dayCell.sun {
	color: #fb87a2;
}
.tableList03 table td span {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
.tableList03 table td.prevWeek a {	/* 前の週 */
	display: block;
	padding-left: 15px;
	background: url("../../img/okinawa/ico_table01.png") no-repeat left 10px center;
	color: #999999;
}
.tableList03 table td.nextWeek a {	/* 次の週 */
	display: block;
	padding-right: 15px;
	background: url("../../img/okinawa/ico_table02.png") no-repeat right 10px center;
	color: #333333;
	font-weight: bold;
}
.tableList03 table td.prevWeek {
	height: 8rem;
	border-right: 1px solid #cccccc;
}
.tableList03 table td.nextWeek {
	height: 8rem;
	border-right: 1px solid #cccccc;
}

.tableList03 table td.timeCell {	/* 時間セル */
	color: #333333;
}
.tableList03 table td.bgOdd {
	background-color: #fff6ef;
}
.tableList03 table td.tellCell {
	color: #cb958e;
}
.tableList03 table td.openCell {
	height: 35px;
}
.tableList03 table td.openCell > a {
	display: block;
	height: 28px;
	background-color: #feedf1;
	line-height: 28px;
	color: #122eff;
	font-weight: bold;
	margin: 3px;
}
.tableList03 table td.openCell a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 2.5rem;
}

.tableList03 table td.closeCell {
	background-color: #f6f6f6;
	color: #999999;
	font-weight: bold;
}
.tableList03 table td.holidayCell {	/* 休業日 */
	background-color: #fff;
	color: #999999;
	font-weight: bold;
	font-size: 1.5rem;
	border: none;
}
.tableList03 table td.holidayCell span {
    writing-mode: tb-rl; /* IE用 */
    writing-mode: vertical-rl; /* Chrome、Firefox用 */
	-webkit-writing-mode : vertical-rl;
    margin: 0 auto;
    white-space: nowrap;
    width: 1em; /* firefox対策 */
    line-height: 1em; /* firefox対策 */
    text-orientation: upright;
}

.tableList03 table td.spCell {
	height: 8rem;
}


/* アラート */
.alertArea {
	border: 3px solid #fb87a2;
	color: #fb87a2;
	padding: 40px;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 30px;
}


/* 予約画面3 独自設定
---------------------------------------------------------------*/
.logFormArea {
	margin: 50px auto 100px;
}
.logFormArea h2 {
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
}
.logFormArea h3 {
	line-height: 1.0;
	color: #333333;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.logFormArea dd,
.logFormArea dl,
.logFormArea dt,
.logFormArea p {
	line-height: 1.0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
.logFormArea .spaceBetween p a {
	color: #cb958e;
}
.logFormArea .spaceBetween p + p {
	margin-top: 5px;
}
.logFormArea .spaceBetween .button.bgPink a {
	color: #ffffff;
}
.logFormArea .bottomBox {
	margin-top: 90px;
}

.memberLogin {
	padding: 10px 0 0 20px;
}
.memberLogin p {
	margin-top: 14px;
	line-height: 1.0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
.memberLogin dl {
	margin-top: 20px;
}
.memberLogin dl + dl {
	margin-top: 10px;
}
.memberLogin dt {
	line-height: 1.0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
.memberLogin dd {
	margin-top: 14px;
}
.memberLogin a {
	display: inline-block;
	margin-left: 3px;
	text-decoration: none;
	color: #cb958e;
}
.memberLogin .button-wrapper {
	width: 266px;
}
.memberLogin .button-wrapper .button a {
	width: 266px;
	height: 40px;
}
.memberLogin .button-wrapper p {
	text-align: center;
}

.newlyLogin h2,
.newlyLogin h3 {
	margin-top: 90px;
}
.newlyLogin .inner {
	margin-top: 8px;
	padding: 10px 0 0 20px;
}
.newlyLogin .inner dl {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin-top: 10px;
	border: 1px solid #edbfb7;
}
.newlyLogin .inner dd > div {
	margin-top: 10px;
}
.newlyLogin .inner dd p {
	margin-top: 10px;
}
.newlyLogin .inner .notice {
	margin-top: 20px;
}
.newlyLogin .lede {
	line-height: 1.6;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.newlyLogin dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	vertical-align: middle;
	line-height: 1.0;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 17px;
	width: 250px;
	background-color: #fdf4ec;
}
.newlyLogin dd {
	padding: 10px;
	padding-top: 0px;
	padding-left: 17px;
	vertical-align: middle;
	line-height: 1.0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
.newlyLogin dd input {
	margin-right: 10px;
}
.newlyLogin dd .button {
	display: inline-block;
	border-radius: 4px;
	text-align: center;
}
.newlyLogin dd .button a {
	display: inline-block;
	padding: 5px 0;
	line-height: 1.0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
}
.newlyLogin dd .button.selected {
	width: 90px;
	background-color: #ffffff;
}
.newlyLogin em {
	display: inline-block;
	margin-left: 1.0em;
	line-height: 1.0;
	font-style: normal;
	font-weight: bold;
	color: #fb87a2;
	font-size: 12px;
	font-size: 1.2rem;
}
.newlyLogin b {
	display: inline-block;
	margin-left: 1.0em;
	line-height: 1.0;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
}

.memberRegistration {
	margin-top: 90px;
}
.memberRegistration h4 {
	padding-left: 20px;
	background: url("../../img/okinawa/ico_list01.gif") no-repeat;
	line-height: 1.0;
	font-size: 14px;
	font-size: 1.4rem;
}
.memberRegistration a {
	color: #cb958e;
}
.memberRegistration > p {
	margin-top: 20px;
}
.memberRegistration dl {
	margin-top: 20px;
}
.memberRegistration p.notice {
	margin-top: 20px;
}
.memberRegistration p.note {
	margin-top: 30px;
	line-height: 1.0;
	font-size: 12px;
	font-size: 1.2rem;
}
.memberRegistration em {
	display: inline-block;
	margin-left: 1.0em;
	line-height: 1.0;
	font-style: normal;
	font-weight: bold;
	color: #fb87a2;
	font-size: 12px;
	font-size: 1.2rem;
}
.memberRegistration small {
	display: inline-block;
	margin-left: 1.0em;
	line-height: 1.0;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
}
.memberRegistration .inner {
	padding-left: 20px;
}
.memberRegistration .inner dd p {
	margin-top: 10px;
}
.memberRegistration .inner.new {
	display: none;
}

.spaceBetween {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.spaceBetween strong {
	font-weight: bold;
}
.spaceBetween .button a {
	width: 266px;
}

.inputInfo .defaultDd {
	display: inherit;
}
.inputInfo .defaultDd dt {
	display: inherit;
}
.inputInfo .defaultDd dd {
	display: inherit;
	margin-top: 1em;
	padding-left: 20px;
}

/* 予約画面4・5 独自設定
---------------------------------------------------------------*/
.confirmation {
	margin-top: 60px;
	margin-bottom: 70px;
}
.confirmation .selecedMenu {
	margin-top: 30px;
}
.confirmation .selecedMenu .resultArea + .resultArea {
	margin-top: 10px;
}

.infoConfirming {
	margin: 70px 40px 0;
}
.infoConfirming > h2 {
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
}
.infoConfirming .spaceBetween {
	margin-top: 40px;
	font-size: 1.4rem;
}

.inputInfo {
	margin-top: 40px;
	padding: 0 0 0 20px;
}
.inputInfo > dl {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	display: table;
}
.inputInfo > dl > * {
	display: table-cell;
	vertical-align: top;
}
.inputInfo > dl dt {
	font-weight: bold;
	min-width: 150px;
	padding-right: 40px;
}
.inputInfo > dl + dl {
	margin-top: 1em;
}
.inputInfo .correct {
	margin-top: 30px;
	padding-bottom: 40px;
}

.button.cancel a,
.button.correct a {
	border: 1px solid #999999;
	color: #999999;
	width: 210px;
}

.uploadButton {
	display: inline-block;
	padding: 5px 0;
	line-height: 1.0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	width: 100px;
	border: 1px solid #999999;
	border-radius: 6px;
	position: relative;
	margin-left: 160px;
	cursor: pointer;
}
.uploadButton:hover {
	cursor: pointer;
}
.uploadButton input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
}
.uploadButton input[type=file]:hover {
	cursor: pointer;
}

.uploadValue {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -162px;
	line-height: 18px;
}

.button.selected {
	display: inline-block;
	margin-left: 10px;
}
.button.selected a {
	width: 90px;
	border: 1px solid #999999;
	line-height: 1.0;
	color: #999999;
}

.reservationDetail {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #cb958e;
}
.reservationDetail p {
	font-weight: bold;
}
.reservationDetail .totalFee {
	margin-top: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cb958e;
	line-height: 1.5;
}
.reservationDetail .dateEtc {
	margin-top: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.reservationDetail .dateEtc > p {
	margin-right: 40px;
	line-height: 1.5;
}
.reservationDetail .cancel {
	margin-top: 20px;
}

.mailChoice {
	margin-top: 55px;
}

.notYet {
	color: #fb87a2;
}
.notYet p {
	font-weight: bold;
	line-height: 1.3;
}
.notYet .button-wrapper {
	margin-left: 40px;
}
.notYet .button {
	width: 266px;
}

.cancelArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.infoSave > h2 {
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
}

.infoSave .saveBtnArea {
	margin-top: 28px;
	padding: 0 0 0 20px;
}

.saveBtnArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.saveBtnArea > * {
	margin-right: 20px;
}
.saveBtnArea .button a {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	padding: 10px 15px;
	min-width: 197px;
	min-height: 66px;
	background: #000000;
}
.saveBtnArea .button a span {
	display: table-cell;
	font-weight: bold;
	height: 45px;
	vertical-align: middle;
	padding-left: 58px;
}
.saveBtnArea .googleCalendar a span {
	background: url("../../img/common/ico_google_calendar.png") no-repeat left center;
}
.saveBtnArea .icalCalendar a span {
	background: url("../../img/common/ico_ical_calendar.png") no-repeat left center;
}

.bottomTopLink {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 60px 0;
}
.bottomTopLink .button a {
	width: 266px;
}

/* 駅から探す 独自設定
---------------------------------------------------------------*/
.stationSelect .pullDownMenu {
	display: block;
	cursor: pointer;
	background: #ffeddf;
	padding: 10px 20px;
	position: relative;
}
.stationSelect .pullDownMenu:after {
	content: "▼";
	display: block;
	color: #fb87a2;
	font-size: 16px;
	position: absolute;
	top: 13px;
	right: 30px;
}
.stationSelect .pullDownMenu.open:after {
	content: "▲";
}
.stationSelect .pullDown {
	display: none;
}
.stationSelect .pullDown li {
	margin: 3px 0 0 165px;
}
.stationSelect .pullDown li input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 15px;
	left: 16px;
	width: 9px;
	height: 4px;
	border-left: 2px solid #fb87a2;
	border-bottom: 2px solid #fb87a2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.stationSelect .pullDown li input[type="checkbox"][disabled="disabled"] + label {
	cursor: default;
	color: #a0a0a0;
}
.stationSelect .pullDown li input[type="checkbox"][disabled="disabled"] + label::before {
	border-color: #fb87a2;
	margin: 0 15px 0 0;
}
.stationSelect .pullDown li label {
	display: block;
	padding: 12px 31px;
	background: #fff6ef;
}
.stationSelect .pullDown li label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 15px;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	background: #ffffff;
	border: 1px solid #764248;
}
.stationSelect .button {
	width: 266px;
	margin: 30px 0 0 165px;
}
.stationSelect .button a {
	font-size: 1.4rem;
}

/* 地図から探す 独自設定
---------------------------------------------------------------*/
.searchMap {
	width: 960px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mapshopList {
	height: 570px;
	overflow: auto;
}

.shopData {
	margin: 0 0 30px 10px;
	padding: 0 5px 0 0;
}
.shopData .title {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.shopData .title p {
	background: url("../../img/okinawa/ico_map.png") no-repeat center center;
	width: 32px;
	height: 40px;
	text-align: center;
	color: #fb87a2;
	font-weight: bold;
	padding: 10px;
	font-size: 1.2rem;
}
.shopData .title h4 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #764248;
	padding: 5px 0 5px 5px;
}
.shopData .title h4 span {
	display: block;
	font-size: 1.1rem;
	font-weight: normal;
	margin: 3px 0 0;
}
.shopData .detail {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 10px 0 0;
}
.shopData .detail .shopImg {
	margin: 0 10px 0 0;
}
.shopData .detail .shopImg img {
	width: 95px;
}
.shopData .detail .shopTxt {
	margin: 0;
	font-size: 1.2rem;
	padding: 8px 0 0 0;
	line-height: 1.4;
	width: 190px;
}
.shopData .detail .shopTxt span {
	display: block;
	text-align: right;
}
.shopData .detail .shopTxt span a {
	color: #333333;
}
.shopData .coupon {
	background: #ffeddf;
	color: #764248;
	margin: 5px 0 0;
	padding: 7px 0 0;
}
.shopData .coupon .resultArea {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0;
}
.shopData .coupon .resultArea .labelArea li {
	padding: 3px 6px 3px 7px;
}
.shopData .coupon .resultArea p {
	width: 234px;
	margin: 0 0 0 7px;
	line-height: 1.3;
	padding: 0 0 7px;
}

.searchMap .prevTxt {
	text-align: right;
	padding: 7px 0;
}
.searchMap .prevTxt a {
	color: #333333;
}
.searchMap .button {
	width: 237px;
	margin: 15px 0 0 0;
}
.searchMap .button a {
	font-size: 1.4rem;
	font-weight: bold;
}
.searchMap .button a span {
	background: url("../../img/okinawa/ico_map_btn.png") no-repeat center left;
	padding: 8px 0 8px 25px;
}
und: #ffffff;
  border: 1px solid #764248;
}
.stationSelect .button {
  width: 266px;
  margin: 30px 0 0 165px;
}
.stationSelect .button a {
  font-size: 1.4rem;
}

/* 地図から探す 独自設定
---------------------------------------------------------------*/
.searchMap {
  width: 960px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.mapshopList {
  height: 570px;
  overflow: auto;
}

.shopData {
  margin: 0 0 30px 10px;
  padding: 0 5px 0 0;
}
.shopData .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.shopData .title p {
  background: url("../../img/okinawa/ico_map.png") no-repeat center center;
  width: 32px;
  height: 40px;
  text-align: center;
  color: #fb87a2;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
}
.shopData .title h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #764248;
  padding: 5px 0 5px 5px;
}
.shopData .title h4 span {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 3px 0 0;
}
.shopData .detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 0;
}
.shopData .detail .shopImg {
  margin: 0 10px 0 0;
}
.shopData .detail .shopImg img {
  width: 95px;
}
.shopData .detail .shopTxt {
  margin: 0;
  font-size: 1.2rem;
  padding: 8px 0 0 0;
  line-height: 1.4;
  width: 190px;
}
.shopData .detail .shopTxt span {
  display: block;
  text-align: right;
}
.shopData .detail .shopTxt span a {
  color: #333333;
}
.shopData .coupon {
  background: #ffeddf;
  color: #764248;
  margin: 5px 0 0;
  padding: 7px 0 0;
}
.shopData .coupon .resultArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
.shopData .coupon .resultArea .labelArea li {
  padding: 3px 6px 3px 7px;
}
.shopData .coupon .resultArea p {
  width: 234px;
  margin: 0 0 0 7px;
  line-height: 1.3;
  padding: 0 0 7px;
}

.searchMap .prevTxt {
  text-align: right;
  padding: 7px 0;
}
.searchMap .prevTxt a {
  color: #333333;
}
.searchMap .button {
  width: 237px;
  margin: 15px 0 0 0;
}
.searchMap .button a {
  font-size: 1.4rem;
  font-weight: bold;
}
.searchMap .button a span {
  background: url("../../img/okinawa/ico_map_btn.png") no-repeat center left;
  padding: 8px 0 8px 25px;
}
