@charset "UTF-8";
/* ホーム 独自設定
---------------------------------------------------------------*/

/* 背景設定 */

article, .article {
  background-color: #ffeddf;
}

/* 検索ボックス設定 */

.searchArea {
  margin-top: -24px;
}

.searchArea p {
  text-align: center;
}

.searchArea input {
  border-radius: 5px;
}

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

.searchArea input[type="submit"] {
  width: 101px;
  height: 32px;
  background-color: #fb87a2;
  text-align: center;
  vertical-align: middle;
  line-height: 30.559px;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}




/* コンテンツ設定 */

.section {
  width: 998px;
  margin: 37px auto 0;
}

.section.mgn01 {
  margin: 74px auto 0;
  padding-bottom: 44px;
}

.section .sectionBox {
  background-color: #ffffff;
  position: relative;
}

.section01 {
  margin-top: 41px;
}

.section01.bgColor01 {
  background-color: #ffffff;
  padding: 25px 0 15px;
}

.section01.bgColor01 .sp-bottom-thumbnails {
  margin-top: 10px;
}

.section01 .bx-controls {
  top: 45px;
}

.section02.bgColor02 {
  background-color: #EEC0B8;
  padding-bottom: 50px;
}
.section02.bgColor03 {
  background-color: #F5DBD5;
  margin-top: 70px;
}

section .sectionBox h2.heading01 {
  position: absolute;
  top: -20px;
  left: 20px;
}

section .sectionBox h2.heading01 img {
	vertical-align: middle;
}


section .sectionBox h2.heading01 .sub_title {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #fb87a2;
	padding: 10px;
}


section {
  width: 998px;
  margin: 37px auto 0;
}

section.mgn01 {
  margin: 74px auto 0;
  padding-bottom: 44px;
}

section .sectionBox {
  background-color: #ffffff;
  position: relative;
}


/* 日付から探す設定 */

section .sectionBox .daySearch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 13px 17px;
}

section .sectionBox .daySearch dl {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 190px;
  height: 67px;
  padding: 18px 0;
}

section .sectionBox .daySearch dt {
  text-align: center;
  line-height: 18px;
  color: #764248;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

section .sectionBox .daySearch dt a {
  line-height: 22px;
  color: #764248;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

section .sectionBox .daySearch dd {
  margin-top: 4px;
  text-align: center;
  line-height: 18px;
  color: #764248;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

section .sectionBox .daySearch dd a {
  line-height: 18px;
  color: #764248;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

section .sectionBox .daySearch p {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 190px;
  height: 67px;
  padding: 18px 0;
  text-align: center;
  line-height: 18px;
  color: #764248;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

section .sectionBox .daySearch p.icoClender {
  padding: 16px 0 20px;
}

section .sectionBox .daySearch p.icoClender a::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  content: "";
  width: 31px;
  height: 34px;
  background: url("../../img/okinwa/ico_txt01.gif") no-repeat;
}

section .sectionBox .daySearch p a {
  position: relative;
  padding: 5px 5px 0 35px;
  line-height: 22px;
  color: #764248;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

/* WEB予約バナー */
.infobnr{
	font-weight: bold;
	font-size: 2.7rem;
	text-align: center;
	width: 60%;
    padding: 1.2em;
    display: inline-block;
    position: relative;
    background: #ed829b;/*ボタン色*/
    color: #FFF;
    text-decoration: none;
	border-radius: 5px;
	margin-left: 20%;
	margin-right: 20%;
}
.infobnr:hover {
	opacity: 1;
	text-shadow: 0 0 5px white;
}


.infobnr:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: -webkit-calc(99.5% - 8px);
    width: calc(99.5%);
    height: 0;
    border: solid 5px transparent;
    border-bottom-color: #ed9fb3;/*ボタン色より明るめの色に*/
	margin-left: 0.2%;
	margin-right: 0.2%;
}


.infobnr:active:before{
    width: -webkit-calc(99% - 12px);
    width: calc(99.5%);
	margin-left: 0.2%;
	margin-right: 0.2%;
}

.infobnr:active:before{
   top:-12px;
   border-width: 6px;
}

/* PR */
section.pr a {
	display: block;
	margin-bottom: 30px;
}


/* 場所から探す設定 */

section .sectionBox .placeSearch01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 36px 65px 0;
}

section .sectionBox .placeSearch01 li {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 33%;
  height: 80px;
  padding: 33px 0;
  text-align: center;
}

section .sectionBox .placeSearch01 li.icoMap a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 31px;
  height: 34px;
  background: url("../../img/okinwa/ico_txt02.gif") no-repeat;
}

section .sectionBox .placeSearch01 li.icoStation a::before {
  position: absolute;
  top: 1px;
  left: 7px;
  display: block;
  content: "";
  width: 24px;
  height: 31px;
  background: url("../../img/okinwa/ico_txt03.gif") no-repeat;
}

section .sectionBox .placeSearch01 a {
  position: relative;
  padding: 5px 5px 5px 40px;
  line-height: 18px;
  color: #764248;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

section .sectionBox .placeSearch02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 14px 15px;
}

section .sectionBox .placeSearch02 li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 229px;
  height: 69px;
  margin-top: 12px;
  border: 1px solid rgba(136, 99, 93, 0.3);
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  color: #ccc;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

section .sectionBox .placeSearch02 li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background-color: #f2f2f2;
}

section .sectionBox .placeSearch02 li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 229px;
  height: 69px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
  color: #764248;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

section .sectionBox .placeSearch02 li a:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: calc(100% - 2px);
  background-color: #fee0e7;
}

/* クーポンから探す設定 */

section .sectionBox .couponSearch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 12px 30px 120px;
}

section .sectionBox .couponSearch li {
  width: 220px;
  margin-top: 8px;
}

section .sectionBox .couponSearch a {
  position: relative;
  vertical-align: middle;
  line-height: 24px;
  color: #764248;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

section .sectionBox .couponSearch a:before {
  position: absolute;
  top: 3px;
  left: -25px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fb87a2;
}

section .sectionBox .btnCoupon {
  padding-bottom: 20px;
  text-align: center;
}

/* 探すボタン設定 */

section .sectionBox02 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	margin-bottom: 60px;
}

section .sectionBox02 .btnLink {
  margin-top: 28px;
  text-align: center;
}

section .sectionBox02 .btnLink a {
  display: block;
  width: 486px;
  height: 54px;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  line-height: 18px;
  color: #fb87a2;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

section .sectionBox02 .btnLink + .btnLink {
  margin-left: 26px;
}

/* ネイルカタログ設定 */
.catalogArea {
  width: 1000px;
  margin: 0 auto;
}
.catalogArea h2 {
	position: absolute;
	margin-top: -40px;
}
.card {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
}
.card .item {
	height: 180px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.card .item .nailMenu {
	width: 180px;
	height: 180px;
	line-height: 180px;
	text-align: center;
	margin-right: 20px;
}

.card .item .nailMenu .target {
	width: 180px;
	height: 180px;
	margin-right: 20px;
	transition: .8s ;		/* アニメーションの秒数を指定 */
	-webkit-transform: rotateZ( 0deg ) ;
	transform: rotateZ( 0deg ) ;
	margin: 0 ;
	padding: 0 ;
	background-color: #ffffff;
	border-radius: 180px;
	-moz-border-image: border-radius: 180px;
	-webkit-border-image: border-radius: 180px;

}
.card .item .nailMenu:hover {
	opacity: 1;
}
.card .item .nailMenu:hover .target {
	-webkit-transform: rotateZ( 360deg ) ;
	transform: rotateZ( 360deg ) ;
}

.card .item .nailTitle {
	position: absolute;
	width: 180px;
	margin-left: -180px;
	z-index: 999;
}

.card .item .nailMenu {
	padding-bottom: 0px;
}

/* ネイルカラー設定 */
.nailColor {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.nailColor li {
	width: 8.1%;
	margin-right: 0.5%;
	text-align: center;
}
.nailColor li a {
	display: block;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 3px;
}
.nailColor li a:hover {
	padding-top: 23px;
	margin-bottom: 0px;
}

.nailColor li .white {
	background-color: #fff;
	color: #966;
}
.nailColor li .beige {
	background-color: #FFEDDE;
	color: #966;
}
.nailColor li .pink {
	background-color: #FD86A1;
}
.nailColor li .red {
	background-color: #EB3B46;
}
.nailColor li .orange {
	background-color: #FFB347;
}
.nailColor li .yellow {
	background-color: #FF9;
	color: #966;
}
.nailColor li .green {
	background-color: #CFC;
	color: #966;
}
.nailColor li .blue {
	background-color: #9CF;
}
.nailColor li .black {
	background-color: #000;
}
.nailColor li .silver {
	background: linear-gradient(to bottom right, #C2C2C2, #F2F2F2);
}
.nailColor li .gold {
	background: linear-gradient(to bottom right, #EAC78E, #FFF6CD);
	color: #966;
}
.nailColor li .multi {
	background-color: #c6a074;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	background-image: -webkit-linear-gradient(rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-webkit-linear-gradient(0deg, rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-webkit-linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%),
										-webkit-linear-gradient(0deg, transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%);
	background-image: -moz-linear-gradient(rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-moz-linear-gradient(0deg, rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-moz-linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%),
										-moz-linear-gradient(0deg, transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%);
	background-image: -ms-linear-gradient(rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-ms-linear-gradient(0deg, rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-ms-linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%),
										-ms-linear-gradient(0deg, transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%);
	background-image: -o-linear-gradient(rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-o-linear-gradient(0deg, rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										-o-linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%),
										-o-linear-gradient(0deg, transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%);
	background-image: linear-gradient(rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										linear-gradient(0deg, rgba(255, 0, 0, 0.5) 3%, rgba(255, 0, 0, 0.5) 3%, transparent 3%, transparent 97%, rgba(255, 0, 0, 0.5) 97%, rgba(255, 0, 0, 0.5) 100%),
										linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%),
										linear-gradient(0deg, transparent, transparent 35%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 41%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 47%, rgba(0, 0, 0, 0.5) 53%, rgba(255, 255, 255, 0.5) 53%, rgba(255, 255, 255, 0.5) 59%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.5) 65%, transparent 65%, transparent 100%);
}


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

.catalogArea .newNaillist {
	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;
	align-items: stretch;
	margin-right: -10px;
	padding-top: 20px;
}


.catalogArea .newNaillist li {
	margin-right: 11px;
	margin-top: 11px;
	align-items: flex-end;
}
.catalogArea.top .newNaillist li {
	margin-right: 10px;
	margin-top: 10px;
	align-items: flex-end;
}

.catalogArea .newNaillist li a {
  display: block;
}

.catalogArea .newNaillist figure {
  position: relative;
}

.catalogArea .newNaillist li .newPhoto {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 189px;
    height: 189px;
    background-size: cover;
}

.catalogArea.top .newNaillist li .newPhoto {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 241px;
    height: 241px;
    background-size: cover;
}


.catalogArea .newNaillist figure img[src$=".gif"] {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
}

.catalogArea .newNaillist 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;
	height: 100%;
}

.catalogArea.top .newNaillist figcaption {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}
.catalogArea.top .newNaillist figcaption:hover {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}

.catalogArea.top .newNaillist figcaption p {
	color: #fff;
	width: 100%;
}
.catalogArea.top .newNaillist figcaption p a {
	color: #fff;
	font-size: 1.5rem;
	padding-left: 10px;
	padding-right: 10px;
}

.catalogArea.top .newNaillist figcaption p a img {
	margin-right: 7px;
}

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

.stylistPhoto li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 30%;
}

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%;
}


.btnLinkNail {
  width: 373px;
  height: 54px;
  margin: 30px auto 30px;
  border: 1px solid #ffffff;
  vertical-align: middle;
  text-align: center;
}

.btnLinkNail a {
  display: inline-block;
  width: 373px;
  padding: 16px 0 15px;
  text-align: center;
  color: #ffffff;
  line-height: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}


.btnLinkNail.color01 {
  border: 1px solid #c6928b;
}

.btnLinkNail.color01 a {
  color: #c6928b;
}



.catalogArea .newNaillist 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;
}


.h2_news {
	color: #764248;
	font-size: 2rem;
	font-weight: bold;
	padding: 30px;
	width: auto;
}
.h2_news {
	position: relative;
	padding-bottom: .5em;
	padding-left: 20px;
	border-bottom: 4px solid #764248;
}
.h2_news::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #fb87a2;
}
.h2_news strong {
	background-color: #fb87a2;
	color: #FFF;
	border-radius: 10px;
	font-size: 1rem;
	padding: 5px;
	margin-left: 10px;
}


/* 更新サロン設定 */
.updateSalon {
	font-size: 1.1rem;
}
.updateSalon li {
	background-color: #ffffff;
	border-bottom: 1px solid #edbfb7;
}
.updateSalon a {
  display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
}
.updateSalon a:hover {
  display: block;
	background-color: #faded9;
}

.updateSalon li time {
	color: #fb87a2;
	position: relative;
	padding: 0 .5em .5em 2em;
}
.updateSalon li time::before,
.updateSalon li time::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.updateSalon li time::before {
	top: 0;
	left: 0;
	z-index: 2;
	width: 14px;
	height: 14px;
	background: #fb87a2;
	opacity: 0.7;
}
.updateSalon li time::after {
	top: .6em;
	left: .6em;
	width: 10px;
	height: 10px;
	background: #f9b2c3;
	opacity: 0.7;
}

.updateSalon li h3 {
	font-weight: bold;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.updateSalon li address {
	position: absolute;
	right: 120px;
	color: #cb958e;
}

.updateImg {
	position: absolute;
	margin-top: -11px;
	right: 5px;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.updateImg 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;
}




/* クチコミ設定
---------------------------------------------------------------*/
.reviewArea {
	font-size: 1.2rem;
	margin-top: 50px;
	padding-bottom: 50px;
	width: 998px;
	background-color: #ffffff;
}

.reviewArea .commentWrap {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
.reviewArea .commentWrap + .commentWrap {
	margin-top: 27px;
}
.reviewArea .customerArea .person {
	display: table;
	margin: 0;
	margin-top: 10px;
	min-height: 20px;
}
.reviewArea .customerArea .person > * {
	display: table-cell;
	vertical-align: middle;
}
.reviewArea .customerArea .person > p {
	background: url("../../img/common/ico_person.png") no-repeat;
	background-size: 30px 34px;
	padding: 7px 0 7px 30px;
	height: 34px;
}

.reviewArea .customerArea .voice {
	border-radius: 6px;
	border: 1px solid #cb958e;
	margin-top: 15px;
	padding: 15px 3%;
	line-height: 1.5;
	position: relative;
	font-size: 1.2rem;
}
.reviewArea .customerArea .voice p + p {
	margin-top: 1em;
}
.reviewArea .customerArea .voice::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 12px;
	display: block;
	width: 9px;
	height: 12px;
	background: url("../../img/common/bg_review_customer.png") no-repeat;
	background-size: 9px 12px;
}
.reviewArea .customerArea .person strong.salonName {
	margin-left: 200px;
	font-weight: bolder;
	font-size: 1.4rem;
	color: #fb87a2;
}
.reviewArea time {
	color: #fb87a2;
	position: relative;
	padding: 0 .5em .5em 2em;
}
.reviewArea time::before,
.reviewArea time::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.reviewArea time::before {
	top: 0;
	left: 0;
	z-index: 2;
	width: 14px;
	height: 14px;
	background: #fb87a2;
	opacity: 0.7;
}
.reviewArea time::after {
	top: .6em;
	left: .6em;
	width: 10px;
	height: 10px;
	background: #f9b2c3;
	opacity: 0.7;
}



.reviewArea .selecedMenu {
	margin-top: 10px;
}
.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: 15px 2.5%;
	line-height: 1.5;
	position: relative;
	color: #764248;
	font-size: 1.2rem;
}
.reviewArea .staffArea .voice p + p {
	margin-top: 1em;
}
.reviewArea .staffArea .voice::after {
	content: '';
	position: absolute;
	bottom: -12px;
	right: 28px;
	display: block;
	width: 8px;
	height: 12px;
	background: url("../../img/common/bg_review_staff.png") no-repeat;
	background-size: 8px 12px;
}
.reviewArea .staffArea .commentArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-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%;
}
.reviewPost {
	width: 98%;
	text-align: right;
	margin-top:10px;
}



/* バナーエリア設定 */

.bottomLink {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-pack:distribute;
	-moz-flex-pack:distribute;
	-ms-flex-pack:distribute;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	justify-content:space-around;
	padding: 7px 50px 27px;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bottomLink li {
  margin-top: 10px;
}

.bottomLink a {
  padding: 10px;
  display: block;
}

footer {
  background-color: #ffeddf;
}




