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


/* 下部スライダー設定 */

.slider {
  width: 1000px;
  margin: 0 auto;
}

.slider .controlWrap {
  margin-top: 10px;
  position: relative;
}

.slider .bxslider02 li p {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bxslider03 li p {
  position: absolute;
}

.bxslider03 .thumbSlider01 p {
  bottom: 0;
  left: 0;
}

.bxslider03 .thumbSlider02 p {
  bottom: 25px;
  right: 10px;
}

.bxslider03 .thumbSlider03 p {
  top: 0;
  left: 0;
}

.bxslider03 .thumbSlider04 p {
  bottom: 30px;
  left: 0;
}

.bxslider03 .thumbSlider05 p {
  bottom: 30px;
  left: 0;
}

.sp-bottom-thumbnails .bxslider03 .sp-thumbnail-container {
  margin-right: 20px;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows .sp-next-thumbnail-arrow {
  content: ' ' !important;
  display: block;
  background: url("../../img/common/ico_topslider01.png") no-repeat left top;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  right: 1%;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows .sp-next-thumbnail-arrow:after, .sp-bottom-thumbnails .sp-thumbnail-arrows .sp-next-thumbnail-arrow:before {
  display: none;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows .sp-previous-thumbnail-arrow {
  content: ' ' !important;
  display: block;
  background: url("../../img/common/ico_topslider01.png") no-repeat left top;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  left: 1%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-bottom-thumbnails .sp-thumbnail-arrows .sp-previous-thumbnail-arrow:after, .sp-bottom-thumbnails .sp-thumbnail-arrows .sp-previous-thumbnail-arrow:before {
  display: none;
}


/* コンテンツ設定 */

.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: #e0bfbb;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	margin-top: 30px;
}


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/okinawa/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/okinawa/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/okinawa/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;
}
.placeSearch02::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.placeSearch02::after{
  content:"";
  display: block;
  width:24%;
}

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

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;
	padding-top: 30px;
}


.catalogArea .catalogList {
  position: relative;
  overflow: hidden;
  height: 426px;
}

.catalogArea .catalogList li {
  position: absolute;
}

.catalogArea .catalogList li.picCatalog01 {
  top: 0;
  left: 0;
}

.catalogArea .catalogList li.picCatalog02 {
  top: 0;
  left: 426px;
}

.catalogArea .catalogList li.picCatalog03 {
  top: 0;
  right: 0;
}

.catalogArea .catalogList li.picCatalog04 {
  top: 142px;
  left: 426px;
}

.catalogArea .catalogList li.picCatalog05 {
  top: 142px;
  right: 0;
}

.catalogArea .catalogList li.picCatalog06 {
  bottom: 0;
  left: 426px;
}

.catalogArea .catalogList li.picCatalog07 {
  bottom: 0;
  right: 143px;
}

.catalogArea .catalogList li.picCatalog08 {
  bottom: 0;
  right: 0;
}

.catalogArea .catalogList li a {
  position: relative;
  display: block;
  line-height: 0;
}

.catalogArea .catalogList li img + img {
  position: absolute;
  top: 5px;
  right: 5px;
}

.catalogArea .catalogList li:first-child img + img {
  position: absolute;
  top: inherit;
  bottom: 70px;
  left: 60px;
}

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

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


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

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

.catalogArea .newHairList figure {
  position: relative;
}

.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.top .newHairList li .newPhoto {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 241px;
    height: 241px;
    background-size: cover;
}


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

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

.catalogArea.top .newHairList 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 .newHairList figcaption:hover {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}

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

.catalogArea.top .newHairList 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%;
}


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

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




.h2_news {
	color: #764248;
	font-size: 2rem;
	font-weight: bold;
	padding: 30px;
	width: auto;
	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_catalog {
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
}



/* 更新サロン設定 */
.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;
}

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

.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;
	color: #764248;
	text-align: center;
}

.bannerLink {
	margin-bottom: 10px;
}
.bannerLink strong {
	font-weight: bold;
	font-size: 1.3rem;
}
