@charset "UTF-8";
/* PCスマホ共通
---------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* hide from Mac IE \*/
* html * {
	font: normal x-small/130% Arial, Helvetica, sans-serif;
}
/* */

body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
body {
	font-size: 0.8rem;
}
}


a {
	text-decoration: none;
	color: #fb87a2;
}
a:hover {
	opacity: 0.7;
	cursor: pointer;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}



/* ヘッダー */
header {
	display: block;
	text-align: center;
	width: 100%;
	border-top: 5px solid #fb87a2;
}
header img {
	width: 300px;
	margin: 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
header img {
	width: 200px;
}
}
header img.be {
	width: 151px;
	margin: 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	header img.be {
		width: 100px;
	}
}



.wrapper {	/* 2カラム用 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 1200px) {
.wrapper {
	width: 98%;
}
}
@media screen and (max-width: 767px) {
.wrapper {
	display: block;
	width: 100%;
}
}

 /* ナビゲーション
----------------------------------------------- */
.menu {
	border: 1px solid #fb87a2;
	border-radius: 7px; /*角丸*/
	background-color: #fb87a2;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20%;
}
@media screen and (max-width: 767px) {
.menu {
	width: 100%;
}
}


#menu-cb {
	display: none; /*チェックボックス本体は消しておく*/
}
#menu-icon {
	display: none; /*PC表示では消しておく*/
}

#ham-menu ul li {
	margin-bottom: 5px;
}

#ham-menu ul li a {
	font-weight: bolder;
	background-image:url(../../img/common/ico_arrow02.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
#ham-menu ul ul li a {
	font-weight: normal;
	background-image: none;
	padding-left: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#ham-menu ul li a:hover {
	background-color: #fba3b8;
	opacity: 1;
}


a.button {
	display: block;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 0.8em;
	font-weight: bolder;
	letter-spacing: 0.07em;
	margin-top: 0px;
	text-align: left;
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 767px) {
#ham-menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
#ham-menu ul ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
}
}



/* サブページコンテンツ */
.contents {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
.contents {
	width: 98%;
}
}

.wrapper .contents {	/* 2カラム用contents */
	width: 80%;
}
@media screen and (max-width: 767px) {
.wrapper .contents {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
}

.contents i {	/* メッセージ */
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #edededed;
	font-size: 0.8rem;
	color: #A3A3A3;
}

.contents h1 {
	color: #764248;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 15px;
}
.contents h2 {
	color: #cb958e;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
.contents h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	border-left: 10px solid #cb958e;
	padding-left: 10px;
}

.contents ol {
	font-size: 0.9em;
	list-style: decimal;
	margin: 20px;
}
.contents ul {
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 20px;
}
.contents ul li {
	position: relative;
}
.contents ul.circle li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #fb87a2;
	border-radius: 100%;
}

.contents li {
	margin-bottom: 10px;
}

/* 強調 */
.contents strong {
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	color: #fb87a2;
}

/* pタグ文章内の普通のリンク */
.contents a {
	color: #fb87a2;
	border-bottom:1px dotted #fb87a2;
	padding-bottom: 2px;
}

pre {
	white-space: pre-wrap;
}


/* コンタクトページ */
/* #contact {
	background-image: url(../../img/common/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: top right 10%;
} */

#contact p {
	margin-bottom: 10px;
}
#contact p.message {
	width: 70%;
	margin-bottom: 10px;
}
@media screen and (max-width: 650px) {
#contact {
	background-position: top 150px right;
}
#contact p.message {
	width: 60%;
}
}
@media screen and (min-width: 1200px) {
#contact p.message {
	width: 100%;
}
}


/* 電話番号表示 */
.tel {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #fb87a2;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* マイページ */
#login h1 {
	background-image:url(../../img/common/ico_mypage.png);
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 32px;
	padding-top: 5px;
}
.lost {
	text-align: center;
}

/* 表組み設定 */
.tableList {
	margin: 15px 0;
}
.tableList dl {
	display: table;
	margin: 1px auto 0;
}
.tableList dd,
.tableList dt {
	display: table-cell;
	padding: 14px 17px 12px;
	vertical-align: top;
	line-height: 1.5;
	color: #764248;
}
.tableList dt {
	width: 200px;
	background-color: #ffeddf;
	font-size: 0.9em;
	vertical-align: middle;
}
.tableList dd {
	border-left: 1px solid #ffffff;
	background-color: #fff6ef;
	word-wrap: break-word;
	width: 80%;
	font-size: 0.9em;
}
@media screen and (max-width: 1200px) {
.tableList dd {
	width: 70%;
}
}

.tableList dd i {
	margin-left: 20px;
}

/* 表組み内フォーム */
.tableList input.txt {
	width: 80%;
	background-color: #ffffff;
	height: 3em;
	padding-left: 10px;
	border: 1px solid #edbfb7;
}
@media screen and (max-width: 1200px) {
.tableList input.txt {
	width: 100%;
}
}

.tableList textarea {
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #edbfb7;
}


/* ラジオボタンとチェックボックス */
.form input[type=radio],
.form input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.form input[type=radio] + label,
.form input[type=checkbox] + label {
    position: relative;

    display: inline-block;
    margin-right: 12px;

		font-size: 0.9rem;
    line-height: 30px;

    cursor: pointer;
}

@media (min-width: 1px) {
    .form input[type=radio],
    .form input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .form input[type=radio] + label,
    .form input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .form input[type=radio] + label::before,
    .form input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .form input[type=radio] + label::before {
        border: 1px solid #edbfb7;
        border-radius: 30px;
    }
    .form input[type=checkbox] + label::before {
        border: 1px solid #edbfb7;
    }
    .form input[type=radio]:checked + label::after,
    .form input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .form input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #fb87a2;
        border-radius: 8px;
    }
    .form input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #fb87a2;
        border-bottom: 3px solid #fb87a2;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

select{
	border-radius: 0 !important;
	overflow: hidden;
	text-align: left;
	display: block;
	margin-right: 15px;
	padding: 5px 50px 5px 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.2;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.9rem;
}

.select{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.select select {
	margin-right: 2px;
}



/* ボタン */
.button {
	text-align: center;
}
button {
	background-color: #ffffff;
	color: #fb87a2;
	font-weight: bold;
	font-size: 1em;
	padding: 10px;
	width: 30%;
	height: 3em;
	letter-spacing: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 1px solid #fb87a2;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
button:hover {
	opacity: 0.7;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {
button {
	width: 40%;
}
}
@media screen and (max-width: 767px) {
button {
	width: 80%;
}
}



/* リンクボタン */
.buttonLink {
	width: 100%;
	text-align: center;
}
.buttonLink.flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
.buttonLink.flex {
	width: 99%;
}
}

.buttonLink .buttonPink {
	display: block;
	background-color: #fb87a2;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 15px;
	width: 30%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
.buttonLink .buttonPink {
	width: 50%;
}
}

.buttonLink.flex .buttonPink {
	width: 60%;
	margin-left: 3%;
	margin-right: 3%;
}

.buttonLink .buttonWhite {
	display: block;
	background-color: #ffffff;
	color: #fb87a2;
	font-weight: bold;
	font-size: 1em;
	padding: 15px;
	width: 30%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 1px solid #fb87a2;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
.buttonLink .buttonWhite {
	width: 50%;
}
}
.buttonLink.flex .buttonWhite {
	width: 60%;
	margin-left: 3%;
	margin-right: 3%;
}


.buttonLink .buttonWhite.square {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#mypage .buttonLink a {
	font-size: 0.8em;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#mypage .buttonLink.flex {
	width: 90%
}
@media screen and (max-width: 767px) {
	#mypage .buttonLink.flex {
	width: 100%
}
}
#mypage figcaption .buttonLink a {
	padding: 5px;
}

/* アラート */
.alertArea {
	border: 2px solid #fb87a2;
	color: #fb87a2;
	padding: 20px;
	font-size: 1.2em;
	line-height: 2;
	margin-top: 30px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 20px;
}

/* ヘアスタイル画像 */
.catalogArea {
	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;
	list-style: none;
}
.catalogArea .newHairList li {
	margin-right: 11px;
	margin-top: 11px;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	background-color: #ffffff;
}

.catalogArea .newHairList li .newPhoto {
	display: inline-block;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	background-size: cover;
}
.catalogArea .newHairList figcaption {
	margin-top: -2px;
	padding: 5px 10px;
	color: #88635d;
	vertical-align: middle;
	line-height: 1.7;
	width: 120px;
	word-break: break-all;
	font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
.catalogArea .newHairList li .newPhoto {
	width: 100px;
	height: 100px;
}
.catalogArea .newHairList figcaption {
  width: 100px;
}
}


/* スタイリスト写真 */
.card {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 10px;
}
.card .item {
	width: 120px;
	text-align: left;
	margin-right: 11px;
}
.card .item a {
	border: none;
	padding-bottom: 0px;
}

.card.stylist .item figure {
	text-align: center;
}
.card .item figure {
	display: inline-block;
	width: 120px;
}

.card .item .avatarImg {
	display: block;
	width: 120px;
	height: 120px;
	background-position: top center;
	background-size: cover;
}
.card.stylist .item .avatarImg {
	border-radius: 50%;
}

.card .item figcaption {
	color: #88635d;
	word-break: break-all;
	font-size: 0.8rem;
	line-height: 1.7;
}
.card .item figcaption p {
	margin-left: 10px;
	margin-right: 10px;
}


@media screen and (max-width: 767px) {
.card .item {
	width: 100px;
}
.card .item figure {
	width: 100px;
}
.card .item .avatarImg {
	width: 100px;
	height: 100px;
}
}



/* フッター */
footer {
	margin-top: 30px;
	padding: 0px 0 50px;
	font-size: 0.9rem;
}

#contact footer {			/* お問い合せ専用フッター */
	border-top: 1px solid #edbfb7;
	padding-top: 30px;
}

footer .footerLink {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
footer .footerLink {
	display: block;
	margin-left: 10%;
}
}

footer .footerLink li {
	margin: 0 13px 0 0;
	white-space: nowrap;
}
footer .footerLink li:after {
	content: "|";
	color: #88635d;
	margin: 0 0 0 13px;
}
@media screen and (max-width: 767px) {
footer .footerLink li:after {
	content: "";
}
}

footer .footerLink li:last-child {
	margin-right: 0;
	white-space: normal;
}
footer .footerLink li:last-child:after {
	display: none;
}
footer .footerLink li a {
	line-height: 2.0;
	color: #88635d;
	font-size: 0.8em;
}
footer small {
	display: block;
	margin-top: 16px;
	text-align: center;
	line-height: 2.0;
	color: #88635d;
	font-size: 0.8em;
}


/* マイページナビ */
.mypageNavi ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 20px;
}
.mypageNavi ul li {
	border:1px solid #fb87a2;
	border-right: 0px;
	width: 20%;
}
.mypageNavi ul li:last-child {
	border-right:1px solid #fb87a2;
}

.contents .mypageNavi ul li a {
	display: block;
	border-bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 10px;
}

/* ラベル */
.contents ul.labelArea {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.contents ul.labelArea li {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 3px;
	white-space: nowrap;
	line-height: 1.0;
	font-weight: bold;
	color: #fff;
	font-size: 0.7rem;
}
.contents ul.labelArea li:last-child {
	margin-right: 0;
}

.contents ul.labelArea .labelBg01 {
	background-color: #fcabbe;
}

.contents ul.labelArea .labelBg02 {
	background-color: #edbfb7;
}
.contents ul.labelArea .labelBg03 {
	background-color: #764248;
}
.contents ul.labelArea .labelBg04 {
	background-color: #cb958e;
	margin-bottom: 5px;
}


.contents .price {
	display: inline-block;
	color: #cb958e;
	width: 100%;
	text-align: right;
}
.contents .price_total {
	color: #cb958e;
	font-weight: bold;
}


/* 続くリンク*/
.continu {
	display: block;
	text-align: right;
	margin-top: 5px;
}
.continu a {
	font-size: 1.2rem;
	color: #fb87a2;
}


.bottomPagerLink {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px 0 30px;
}
.bottomPagerLink li {
	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 a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 2px;
	border: none;
	background-color: #e5cac6;
	line-height: 1.0;
	color: #ffffff;
	font-size: 0.7rem;
}

/* マイページ サロンブックマーク */
.searchListShop {
	border: 3px solid #f1f1f1;
}
.searchListShop li.listItem {
	border: 3px solid #f1f1f1;
}

.searchListShop li.listItem .inner {
	border:  1px solid #bebebe;
	display: -webkit-flex;
	display: flex;
	padding: 5px;
	padding-top: 10px;
}
.searchListShop li.listItem .headingArea {
  /*display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;*/
}
.searchListShop li.listItem .headingArea + .labelArea {
	margin-top: 10px;
}
.searchListShop li.listItem .headingArea h2 {
	line-height: 1.3;
	color: #764248;
}
.searchListShop li.listItem .headingArea h2 span {
	display: block;
	font-weight: bold;
	font-size: 1.7rem;
}
.searchListShop li.listItem .headingArea h2 small {
	display: block;
	font-weight: bold;
	font-size: 1.0rem;
}
.searchListShop li.listItem .headingArea .btnLink {
	width: 145px;
	margin-top: 15px;
}
.searchListShop li.listItem .headingArea .btnLink a::before {
	width: 13px;
	height: 11px;
}
.searchListShop li.listItem .headingArea .btnLink.addLink a::before {
	top: 1px;
	bottom: 0;
	margin: auto;
	left: 10px;
	background: url("../../img/okinawa/ico_heart02.gif") no-repeat;
	background-size: 13px 11px;
}
.searchListShop li.listItem .leftBox {
	width: 100%;
}
.searchListShop li.listItem .leftBox .imgBox li {
	margin-top: 3%;
	width: 140px;
	height: 140px;
}
.searchListShop li.listItem .leftBox .imgBox li:first-child {
	width: 140px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.searchListShop li.listItem .leftBox .imgBox li:first-child img {
	max-width: 200%;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	max-height: 100%;
	height: auto;
	position: absolute;
	top: -40%;
	right: -40%;
	bottom: -40%;
	left: -40%;
	margin: auto;
}
.searchListShop li.listItem .leftBox .imgBox li:last-child {
	margin-left: 10px;
}
.searchListShop li.listItem .rightBox {
	width: 120%;
}
.searchListShop li.listItem .rightBox .ledeTxt {
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	font-size: 1.1rem;
}
.searchListShop li.listItem .rightBox .detailArea {
	margin-top: 5px;
}
.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 {
	margin-top: 5px;
	font-size: 1rem;
}
.searchListShop li.listItem .rightBox .colTable {
	display: block;
  /*width: 57.2%;*/
	margin: 30px auto 0;
}
.searchListShop li.listItem .rightBox .colTable div {
	display: block;
  /*width: 26.6%;*/
}
.searchListShop li.listItem .rightBox .colTable div + div {
	margin-top: 10px;
}
.searchListShop .judgeList {
	margin-top: 15px;
}
.searchListShop .contentWrap {
	margin-top: 20px;
}


/* 予約画面3 独自設定
---------------------------------------------------------------*/
.logFormArea {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin: 50px auto 100px;
}
.logFormArea h2 {
	display: inline-block;
	line-height: 1.0;
	color: #fb87a2;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	width: 100%;
}
.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: 30px;
	text-align: center;
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
}
.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: 100%;
	text-align: center;
}
.memberLogin .button-wrapper .button a {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5rem;
}
.memberLogin .button-wrapper p {
	text-align: center;
}
.newLogin {
	padding: 30px;
	text-align: center;
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
}

.newLogin p {
	margin: 20px;
	margin-top: 50px;
}
.newLogin .button-wrapper {
	width: 100%;
	text-align: center;
}
.newLogin .button-wrapper .button a {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	font-size: 1.5rem;
}
.newLogin .button-wrapper p {
	text-align: center;
}



.newlyLogin {
	margin-left: auto;
	margin-right: auto;
}

.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;
	width: 100%;
}
.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: 1.5rem;
	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;
}
.newlyLogin .button-wrapper {
	width: 50%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

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

select::-ms-expand {
	display: none;
}

.dl-mypage-yoyakurireki, .dl-mypage{
	width: 86%;
	word-break: break-all;
}

@media screen and (max-width: 1200px) {
	.dl-mypage-yoyakurireki {
		width: 76%;
	}
}

#model .contents {
	padding: 20px;
}

.salonMode a {
	font-size: 0.8em;
	display: block;
	background-image: url(../../img/common/ico_salon.png);
	background-size: 28px;
	background-position: 10%;
	background-repeat: no-repeat;
	background-color: #fb87a2;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 350px;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1200px) {
	.salonMode a {
		width: 38%;
	}
}
@media screen and (max-width: 767px) {
	.salonMode a {
		width: 75%;
	}
}

#mypage .salonMode a {
	font-size: 0.8em;
}

.present {
	width: 100%;
	text-align: center;
}

.ml-0{
    margin-left: 0px !important;
}

.contents ul.ml-0{
    font-size: 1em !important;
}