﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body {line-height:1.8}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block}
ul, ol {list-style:none}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}
ins {background-color:#ff9;color:#000;text-decoration:none}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del {text-decoration: line-through}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help}
table {border-collapse:collapse;border-spacing:0}
hr {display:block;height:1px;border:0;border-top:2px solid #cccccc;margin:4em 0;padding:0}
input, select {vertical-align:middle}
#tinymce p {width: 100%;overflow: hidden;}
/*========================================
BASIC
=======================================*/
html{-webkit-text-size-adjust:100%}
body{color:#2F2E2E; font-size:16px;font-family: 'Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.6;}
img {line-height: 1;vertical-align: bottom;}
p {margin-bottom: 15px;}
.Hv {-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.Hv:hover {-webkit-transition: 0.3s ease; transition: 0.3s ease;}
* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/*========================================
TEXT & TEXTAREA
=======================================*/
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="time"], textarea {width:100%;box-sizing: border-box; border:1px solid #CCC;background:#FFF;margin:0 0 0;padding:2%;border-radius:5px;}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus{border: 2px solid #F85E8E;outline: none;}

/*========================================
RADIO
=======================================*/
.radio-input{display: none;}
.radio-input + label{padding-left: 20px; position:relative; margin-right: 20px;}
.radio-input + label::before{content: ""; display: block; position: absolute; top: 0; left: 0; width: 15px; height: 15px; border: 1px solid #999; border-radius: 50%;}
.radio-input:checked + label{color: #009a9a;}
.radio-input:checked + label::after{ content: ""; display: block; position: absolute; top: 3px; left: 3px; width: 11px; height: 11px; background: #009a9a; border-radius: 50%;}

/*========================================
RADIO & CHECKBOX
=======================================*/
input[type=radio], input[type=checkbox] { display: inline-block; margin-right: 6px;color:#000;}
input[type=radio] + label, input[type=checkbox] + label { position: relative; display: inline-block; margin-right: 20px; line-height: 20px;cursor: pointer;}
@media (min-width: 1px) {
input[type=radio], input[type=checkbox] {display: none; margin: 0;}
input[type=radio] + label, input[type=checkbox] + label {padding: 0 0 0 30px;}
input[type=radio] + 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: #7f8fa4; border-radius: 4px;}
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; border-radius: 4px;}
input[type=checkbox]:checked + 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: #d42323; border-radius: 4px;}
input[type=checkbox] + label::before {border:2px solid #97a4b5;}
input[type=checkbox]:checked + label::before {border: 2px solid #d42323;}
input[type=checkbox]:checked + label::after {left: 4px; width: 10px; height: 7px; margin-top: -6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
input[type=radio] + label::before {border: 2px solid #ccc;border-radius: 30px; background: #fff;}
input[type=radio]:checked + label::before {background: #d42323;}
input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {content: "";position: absolute; top: 50%; -moz-box-sizing: border-box; box-sizing: border-box; display: block;}
input[type=radio]:checked + label::after {width: 8px; height: 8px;margin-top: -4px; left: 5px; background: #fff;border-radius: 8px;}
}

/*========================================
SELECT
=======================================*/
select{ outline:none; text-indent: 0.01px; text-overflow: ''; vertical-align: middle; font-size: inherit; appearance: button; appearance: none; -webkit-appearance: none; -moz-appearance: none; height: 40px; padding:1% 2%; border:1px solid #CCC; color:#828c9a; width:100%; border-radius:5px; background: url(../img/arrow_down.png) 98% 50% no-repeat;}
select option{background-color: #fff; color: #333;}
select::-ms-expand {display: none;}
select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #828c9a;}
.select-wrap.select-primary:before{color:#fff;}
.select-wrap.select-primary > select{background:#0084B4; color:#fff; border-color:#0084B4;}
.select-wrap.select-primary > select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #fff;}
.select-wrap.select-inverse:before{color:#fff;}
.select-wrap.select-inverse > select{color:#fff; border-color: #fff;}
.select-wrap.select-inverse > select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #fff;}



/*========================================
FILE
=======================================*/
.uploadButton {display:inline-block; position:relative; overflow:hidden; border-radius:3px; background:#099; color:#fff; text-align:center; padding:10px; line-height:30px; width:180px;cursor:pointer;}
.uploadButton:hover { background:#0aa;}
.uploadButton input[type=file] {position:absolute; top:0; left:0;width:100%;height:100%; cursor:pointer; opacity:0;}
.uploadButton input[type="text"]{width: 94%; -webkit-box-shadow:0 !important; -moz-box-shadow:0 !important;box-shadow:0 !important; border:none !important; background: #FFF !important;color: #000 !important; margin: 0 0; padding: 2%; border-radius: 3px;}
.uploadValue {display:none; background:rgba(255,255,255,0.2); border-radius:3px; padding:3px; color:#ffffff;}


/*========================================
 COMMON STYLE
=======================================*/
a{color:#31b4be;text-decoration:none;}
a:hover{color:#31b4be}
.PCNone {display:none;}
.TABNone {display:inline;}
.SPNone {display:inline;}

/* フォントカラー */
.red, .fc-red {color:#FF0000;}
.fc-red {color:#E84040;}
.fc-blue {color:#2EA6E0;}
.fc-pink {color:#f2959d;}
.fc-sky {color:#2e9cc1;}
.fc-gray {color:#9F9F9F;}

/* フォント位置 */
.txt-l {text-align: left;}
.txt-r {text-align: right;}
.txt-c {text-align: center;}
.midNote {margin-bottom: 30px;}
.endNote {margin-bottom: 80px;}

/* フォントサイズ */
.fs-80 {font-size:80%;}
.fs-90 {font-size:90%;}
.fs-110 {font-size:110%;}
.fs-120 {font-size:120%;}
.fs-140 {font-size:140%;}
.fs-160 {font-size:160%;}
.fs-180 {font-size:180%;}
.fs-200 {font-size:200%;}

/* 角丸 */
.radius3{-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;border-radius: 3px;}
.radius5{-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;border-radius: 5px;}

/* フォントデコレーション */
.u-l { text-decoration:underline;}
.bold, .Bold {font-weight: bold;}
.doubleline {background-image:url(../img/red-double.gif);background-repeat:repeat-x;background-position: center;}
.torikeshi{ text-decoration: line-through;}
.y-underline{border-bottom:solid #ffff00 2px;}
.bold-under { font-weight:bold; text-decoration:underline;}
.red-under { color:#E84040; font-weight:bold; text-decoration:underline;}
.blue-under { color:#3C71EC; font-weight:bold; text-decoration:underline;}
.y-bold {font-weight:bold; background-color:#FFE566; padding:2px;}
.blueline-bold {font-weight:bold; background-color:#95FFFF; padding:2px;}
.redline {padding:3px 5px 1px; border-bottom:double #ff3300 3px; font-weight:bold; background:#fffce7;}
.pink-mini{color:#f2959d; font-size:12px; font-weight:bold;}
.blue-mini{color:#2e9cc1; font-size:12px; font-weight:bold;}
.doubleBorder {border-left: solid 6px #0cb2ba !important; padding-left: 2px !important;}
.doubleBorder:before {content: " ";border-left: solid 2px #0cb2ba;margin-right: 10px;padding: 4px 0;}
.y-star {font-weight:bold;color:#F1DD25;}
.g-star {font-weight:bold; color:#666666;}

/* balloon */
.balloon { width: 100%; margin: 1.5em 0 2em; overflow: hidden;}
.balloon .faceicon {float: left; margin-right: -90px; width: 80px; height: 80px; overflow: hidden;border: solid 3px #E7E7E7; border-radius: 50%;}
.balloon .faceicon img{width: 100%; height: auto;}
.balloon .faceicon p{font-size: 10px;text-align: center;margin-top:0;position: absolute;width: 80px;}
.balloon .chatting { width: 100%;}
.balloon .says {display: inline-block; position: relative; margin: 5px 0 0 105px; padding: 17px 13px; border-radius: 12px; background: #fff;border: 3px solid #E7E7E7;}
.balloon .says:before {content: "";position: absolute;top: 32px; left: -8px;margin-top: -9px;display: block;width: 0px;height: 0px;border-style: solid;border-width: 9px 9px 9px 0;border-color: transparent #fff transparent transparent;z-index: 2;}
.balloon .says:after {content: "";position: absolute;top: 32px; left: -12px;margin-top: -10px;display: block;width: 0px;height: 0px;border-style: solid;border-width: 10px 10px 10px 0;border-color: transparent #E7E7E7 transparent transparent;z-index: 1;}
.balloon .says p {margin: 0;padding: 0;}

.vFrame { position: relative; width: 100%; padding-top: 56.25%; margin-bottom: 15px;}
.vFrame iframe {position: absolute;top: 0;right: 0;width: 100% !important;height: 100% !important;}
.vComment {margin: 0 auto 30px;}
.comment {width: 95.5%;padding: 2%;margin: 20px 0;border: 1px solid #0089A4; border-radius: 6px; margin-bottom: 30px;}
.comment-heading {font-size: 18px;line-height: 1.4; font-weight: bold; overflow: hidden; margin-bottom: 20px;}
.comment-image {float: left;width: 50px;height: 50px;margin-right: 10px;}
.comment-heading {font-size: 18px;line-height: 1.4;font-weight: 700;}
.comment-highlight {float: left;color: #0089A4;font-size: 14px;margin-top: 6px;}
.comment-body {margin-top: 20px;}
.comment-body p {border-bottom: 1px solid #D9D9D9;padding-bottom: 10px;}

.amComment { overflow: hidden;}
.amComment .heading { overflow: hidden; }
.amComment .photo { float: left; width: 40px; height: 40px; border-radius: 50%; overflow: hidden; border:3px solid #B7B7B7; margin-right: 10px;}
.amComment .photo img {width: 100%; height: auto;}
.amComment .name {font-size: 12px; padding-top: 4px;overflow: hidden;}
.amComment .title {font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.amComment .value {overflow: hidden;}
.amComment .value dl {overflow: hidden;}
.amComment .value dt { font-size: 12px; float: left;}
.amComment .value dd { float: left;}
.amComment .value dd img {float: left; width: 12px; height:auto; margin:2px 5px 0 0;}
.amComment .txt {margin-bottom: 20px;}

/* リスト */
.listing { overflow: hidden;margin-bottom: 15px;}
.listing li {list-style: outside;margin-left: 22px;}

.blankPage { position: relative; margin-bottom: 20px;}
.blankPage .backImage {width: 100%; height: 200px; overflow: hidden;}
.blankPage .backImage img{width: 100%; height: auto;}
.blankPage .btn {overflow:hidden;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin:auto;height:30px;color: #fff; text-align: center;width:300px;display:inline-block;font-weight:bold;text-shadow:1px 1px 0px #07526e;  padding-top:6px;border: none; background: #109bce; background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%); border-radius: 5px; box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #07526e, 0px 10px 5px #999;}

.setTxt { margin-bottom: 10px;}
.setTxtFirst {margin-bottom: 25px;}
.setTxt img, .setTxtFirst img {width: 100%; height: auto;}
.articleTxt, .articleTxt p { font-size: 16px;}
.articleTxt .articlePhoto {margin-bottom: 15px;}
.Normal .Cnt .articleTxt h2 {background: url(../img/bg-columnTitle.jpg);color: #fff;padding: 1.5% 2%;border: none; margin-top: 35px;}
    
.grayBlock {background:#E7E7E7;border: 2px solid #D1D1D1; padding:15px 15px;margin-bottom: 15px;}
.whiteBlock {background:#FFF;border: 2px solid #D1D1D1; padding:15px 15px;margin-bottom: 15px;}
.labels {width: 100%; overflow: hidden;}
.labels li {display: inline-block; padding: 0 10px 0 24px; font-size: 10px; height: 26px; line-height: 29px; background:#E8E8E8 url(../img/icon-circle.png) no-repeat; background-size: 16px; background-position: 6px 47%; border: #eee solid 1px; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;border-radius: 3px; float: left; width: auto; margin: 0 5px 5px 0}
/*.labels li:after {content: ' ';height: 0;position: absolute;width: 0;border: 10px solid transparent;border-top-color: #333;top: 100%;left: 50%;margin-left: -10px;}*/
.quoteBlock {color: #777;background:#FCFCFC; border: 1px solid #ccc; margin: 2em 0; font-size: 0.95em; padding:4% 4% 2%; border-radius: 10px; position: relative;}
.quoteBlock:before {content:url(../img/bg-quote1.png);position: absolute;display: block;left: -0.4em;top: -0.5em;}
.quoteBlock:after{content:url(../img/bg-quote2.png); position: absolute;width: 1em;height: 1em;display: block; right: 0;bottom: -2%;}
.supNote {font-size: 80%; margin-bottom: 15px;}

table { background-color: #fff; border: 1px solid #ddd; border-collapse: collapse;border-spacing: 0;width: 100%; margin-bottom: 15px;}
table tr th {background:#ECECEC;border: 1px solid #ddd; padding: 10px; vertical-align: middle; text-align: left;}
table tr td {border: 1px solid #ddd; padding: 10px; vertical-align: middle;}
table img {vertical-align: middle;}

/* responsive view */
.spView{display:none !important;}

/* other */
.clearfix:after{content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden}
.clearfix{display: inline-block;} 
* html .clearfix{height: 1%;}
.clearfix{display:block;}

/* YouTube */
.video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute;top: 0;left: 0; width: 100%;height: 100%;}

/* section */
section{margin:0 0 ;/*border-radius: 3px;box-shadow: 0px 0px 5px 0px #C8C8C8;*/}
.boxShadow {-moz-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -webkit-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -o-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -ms-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); box-shadow: 0px 6px 10px -3px rgba(15,6,12,0.18);}

/*========================================
CONTENTS
=======================================*/
#wrapper{width: 100%;margin: 0 auto;background-color: #fff;}
#Contents {width: 100%;margin:0 auto 0;}

@media screen and (max-width: 800px) {
img{width:100%;height:auto;}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {width:100%;border:1px solid #CCC;background:#FFF;margin:0 0 3%;padding:2%;border-radius:5px;font-size: 16px;line-height: 1.6;box-sizing: border-box;}
section{width: 100%; margin: 0 auto;}
}


/*========================================
HEADER
=======================================*/
header{width:100%;position: relative; z-index: 6;}
#top {position:relative; top:0;}
header nav {width: 100%;padding:0 0; background:#fff; font-size: 14px; overflow:hidden;border-bottom: 1px solid #C7C7C7; /*position:fixed; top:0;*/ z-index:1000;box-sizing: border-box;/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 3px 3px -2px rgba(0,0,0,.05);*/}
header nav .cnt {min-width: 990px; max-width: 1180px;margin:0 auto; position: relative;}
header nav .cnt .limitDate {right: 0; font-weight: bold; text-align: right; color: #fff; position: absolute;}
header nav .cnt .limitDate span {font-size: 150%;color:#F91014;}
header nav .cnt .limitDate a {font-size: 90%; text-decoration: underline !important;}
header nav .cnt ul{display:block; width: 100%;}
header nav .cnt ul li { float:left;width: 13%;margin-top: 10px; text-align: center;letter-spacing:1px;background: #fff;box-sizing: border-box;border-left: 1px solid #C7C7C7; }
header nav .cnt ul li a {padding:42px 0 0px;font-weight: bold;display: block; color: #1D1D1D;webkit-transition: 0.3s ease; transition: 0.3s ease;font-size: 12px;}
header nav .cnt ul li:hover a {color:rgba(242,103,103,1.00);webkit-transition: 0.3s ease; transition: 0.3s ease;}
header nav .cnt ul li:last-child {border-right: 1px solid #C7C7C7;}
header nav .cnt ul li.searchKuchikomi {background: url("../img/icon-HD-kuchikomi.png") no-repeat 50% 0; background-size: 35px auto;}
header nav .cnt ul li.searchRecruit {background: url("../img/icon-HD-recruit.png") no-repeat 50% 0; background-size: 35px auto;}
header nav .cnt ul li.manual {background: url("../img/icon-HD-manual.png") no-repeat 50% 0; background-size: 35px auto;}
header nav .cnt ul li.ranking {background: url("../img/icon-HD-ranking.png") no-repeat 50% 0; background-size: 35px auto;}
header nav .cnt ul li.column {background: url("../img/icon-HD-column.png") no-repeat 50% 0; background-size: 35px auto;}
header nav .cnt ul li.logo {display:inline-block;width: 35%;padding:0 0 8px;border: none;text-align: left;}
header nav .cnt ul li.logo a {padding: 0}
header nav .cnt .logo img { width:250px; height:auto;line-height: 0}
header nav li {text-decoration:none;webkit-transition: 0.3s ease; transition: 0.3s ease;}
header nav li:hover {color:#FB6D6F;webkit-transition: 0.3s ease; transition: 0.3s ease;}
header .secondLine {width: 100%;padding:0 0; font-size: 12px; overflow:hidden;background:#ffe4e5}
header .secondLine .cnt {min-width: 990px; max-width: 1180px;margin:0 auto; position: relative;}
header .secondLine .secondNav {display:inline-block;float: right;}
header .secondLine .secondNav li {float: left;text-align:left;width: 130px;padding:5px 0 3px 30px;border-left: 1px solid #E3E3E3;box-sizing: border-box;font-weight: bold;}
header .secondLine .secondNav li:last-child {border-right: 1px solid #E3E3E3;}
header .secondLine .secondNav li a {color: #1D1D1D;webkit-transition: 0.3s ease; transition: 0.3s ease;}
header .secondLine .secondNav li:hover a {color:rgba(242,103,103,1.00);webkit-transition: 0.3s ease; transition: 0.3s ease;}
header .secondLine .secondNav li.login {background: url("../img/icon-login.png") no-repeat 10% 50%; background-size: 13px auto; padding-right: 35px;}
header .secondLine .secondNav li.keep {background: url("../img/icon-keep.png") no-repeat 10% 50%; background-size: 13px auto;}
header .secondLine .secondNav li.contact {background: url("../img/icon-contact.png") no-repeat 10% 50%; background-size: 13px auto;}
header .secondLine .secondNav li.ads {background: url("../img/icon-ads.png") no-repeat 10% 50%; background-size: 13px auto;}
a.salonSearchBtn{display: none;}

@media only screen and (min-width:801px) and (max-width:989px) {
header nav .cnt {min-width: 99%; max-width: 99%;}
header .secondLine .cnt {min-width: 99%; max-width: 99%;}
}

@media screen and (max-width: 800px) {
header {width:100%;position: fixed;}
header .inline {padding:5px 2%;width:100%; position:relative; z-index:100; top:0; height:50px;background:#FFE9E5;}
header .inline .Logo {float:left;width: 150px;padding-top:0;}
header .inline .Logo img {width:100%; height:auto;}
header .inline .menu { float:right; width:20%;}
header .headLimitDate {position: absolute; right: 58px; overflow: hidden; color: #fff;line-height: 1.2; font-size: 14px; font-weight: bold; top: 14px;}
header .headLimitDate span {font-size: 150%;color:#F4787B;}
header .headLimitDate span.sTxt {font-size: 80%;color: #fff;}
header .headLimitDate a {font-size: 90%; color: #fff; text-decoration: underline !important;}
header ul {overflow: hidden;}
aside{}
nav a li.btn {margin: 0 2% 2% 2%;width: 46%;float: left;text-align: center;border-radius: 5px; font-size: 10px; color: #333333;box-shadow: 0px 0px 5px 0px #C8C8C8;line-height: 1.2;height: 15px; padding:17px 0 13px;background: #fff;background: -moz-linear-gradient(top, #fff 50%, #E3E3E3 51%);background: -webkit-linear-gradient(top, #fff 50%,#E3E3E3 51%);background: linear-gradient(to bottom, #fff 50%,#E3E3E3 51%);font-weight: bold;}
nav a li.btnLong {margin: 0 2% 2% 2%;width: 46%;float: left;text-align: center;border-radius: 5px; font-size: 10px; color: #333333;box-shadow: 0px 0px 5px 0px #C8C8C8;line-height: 1.2;height: 10px; padding: 12px 0 23px;background: #fff;background: -moz-linear-gradient(top, #fff 50%, #E3E3E3 51%);background: -webkit-linear-gradient(top, #fff 50%,#E3E3E3 51%);background: linear-gradient(to bottom, #fff 50%,#E3E3E3 51%);font-weight: bold;}
nav a li.btn:nth-child(2n) {margin: 0 2% 2% 0;}
nav a li.Check { color:#F95153;}
#menu .areaBtn a{margin: 0 2% 4% 0;width: 48%;float: left;text-align: center;border-radius: 5px; font-size: 10px; color: #333333;box-shadow: 0px 0px 5px 0px #C8C8C8;line-height: 1.2;height: 40px; padding:0;background: #dbdbdb;background: -moz-linear-gradient(top, #dbdbdb 50%, #d1d1d1 51%);background: -webkit-linear-gradient(top, #dbdbdb 50%,#d1d1d1 51%);background: linear-gradient(to bottom, #dbdbdb 50%,#d1d1d1 51%);}
#menu .areaList {margin-bottom: 15px; overflow: hidden;}
#menu .areaBtn a:nth-child(2n){margin: 0 0 4% 2%; float: right;}
#menu .areaBtn a li {height: 40px;padding-top: 15px}
#menu .areaBtn a li span{;font-weight: bold; text-align: center; vertical-align: middle;}
#menu .limitDate {/*float: left;*/ position: relative; font-weight: bold; overflow: hidden; color: #fff; width: 90%; text-align: left; margin: 0 30% 2% 2%; line-height: 1.4; border: 3px solid #fff; padding: 2%; border-radius: 4px;}
#menu .limitDate span {font-size: 150%;color:#F4787B;}
#menu .limitDate span.sTxt {font-size: 80%;color: #fff;}
#menu .limitDate a {font-size: 90%; text-decoration: underline !important;color: #fff;}
a.salonSearchBtn{font-size: 14px;display: block; position: absolute; right: 57px; top: 11px; border: 0; color: #fff; cursor: pointer; border-radius: 4px;padding: 3px; text-align: center; width: 64px; height: 26px;box-sizing: border-box;background: -moz-linear-gradient(top, #ec909f 50%, #d98595 50%);background: -webkit-linear-gradient(top, #ec909f 50%,#d98595 50%);background: linear-gradient(to bottom,  #ec909f 50%,#d98595 50%);}


.cp_actab {position: relative;overflow: hidden;width: 100%;margin: 0 auto;color: #ffffff;}
.cp_actab input {position: absolute;z-index: -1;opacity: 0;}
.cp_actab label {line-height: 3;position: relative;	display: block;	cursor: pointer;border:none; font-size: 14px; background: url(../img/icon-areaWhite.png) 0 50% no-repeat; padding-left: 20px; background-size: 15px auto;color:#fff;border-bottom: 2px solid #fff; padding-bottom: 2px; margin-bottom: 10px;}
.cp_actab .cp_actab-content {overflow: hidden;max-height: 0;-webkit-transition: max-height 0.35s;transition: max-height 0.35s;color: #333333;}
.cp_actab .cp_actab-content p {margin: 1em;}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {max-height: 20em;}
/* Icon */
.cp_actab label::after {line-height: 3;position: absolute;top: 0;right: 0;display: block;width: 3em;height: 3em;-webkit-transition: all 0.35s;transition: all 0.35s;text-align: center;}
.cp_actab input[type=checkbox] + label::after {content: '+';}
.cp_actab input[type=checkbox]:checked + label::after {transform: rotate(315deg);}
.curtain{display: none; position: fixed; top: 50px; width: 100%; background: rgba(0, 0, 0, 0.8);z-index: 3;min-height: 110%;}
a.menuBtn{font-size: 14px;position: absolute; right: 8px; top: 8px; border: 0; color: #fff; cursor: pointer;background: url("../img/spMenu.png");border-radius: 4px; padding: 6px 10px; text-align: center;}
.menu{position: absolute; top: 50px; right: -120%; width: 90%; padding: 5% 2%; overflow-y: scroll;background:#FFE9E5;z-index: 5;-webkit-overflow-scrolling: touch}
a.therapistSearchBtn{position: absolute; right: 140px; top: 8px; border: 0; color: #fff; cursor: pointer; background: url(../img/spTherapistSearch.png) center top no-repeat; border-radius: 4px; padding: 6px 7px; text-align: center; width: 54px; height: 23px;}

}



/*========================================
FOOTER
=======================================*/
.topReturn {min-width: 990px; max-width: 1180px; margin:0 auto 10px; text-align:right;}
.topReturn img { width:60px; height:60px;}
#backToTop{position: fixed; bottom: 10px;right: 10px;z-index: 1;}
footer{ width:100%;font-size:12px;color:#202020; overflow: hidden;border-top: 4px solid #EFEFEF;}
footer.mrgBtm {margin-bottom: 133px;}
footer .Cnt{min-width: 990px; max-width: 1180px; margin:4% auto 2%; overflow:hidden;}
footer .Cnt .Logo {float: left; width: 16%;}
footer .Cnt .Logo img {width: 100%; height: auto;}
footer .Cnt .Right {float: right; width: 60%;margin-top: 18px;}
footer .Cnt .Right ul { overflow:hidden;width: 100%}
footer .Cnt .Right ul li{ float:left;width: 25%;padding:0 2%;border-left:1px solid #202020;box-sizing: border-box;font-size: 12px; text-align:center;}
footer .Cnt .Right ul li:last-child {border-right:1px solid #202020;}
footer .Cnt .Right ul li a{color:#202020;}
footer .Cnt .Right ul li a:hover{color:#202020;text-decoration:underline;}
footer .copyright {width: 100%; padding: 10px 0; background: #D8D8D8; margin:0 auto; color:#202020;text-align: center;}
footer .copyright a {color:#202020;}
footer .copyright a:hover {color:#202020; text-decoration:underline;}
.BtmAreaList {width:100%;margin:0 auto; position: relative;border-bottom: 4px solid #EFEFEF;padding-bottom: 2%;}
.BtmAreaList h2 { width: 100%; font-size: 18px;margin-bottom: 25px; text-align: center;color: #2F2F2F}
.BtmAreaList ul {width: 100%;overflow: hidden; margin-bottom: 10px}
.BtmAreaList ul li {width: 23%; float: left; padding: 10px; box-sizing: border-box;vertical-align: middle; font-size: 12px;font-weight: bold;text-align: center;margin: 0 1% 1%;background: #ee86a2 url("../img/icon-areaP.png");background-repeat: no-repeat;background-position: 2% 50%; background-size: 30px auto; border-radius: 4px;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.BtmAreaList ul li a {color: #fff;display: block;}
.BtmAreaList ul li:hover {opacity: 0.8;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.fixedBottom {position: fixed;width: 100%;background: rgba(119,119,119,.70);bottom: 0;color: #fff;z-index: 4;}
.fixedBottom .Cnt {min-width: 990px; max-width: 1180px; margin:0 auto;padding: 10px 2%; overflow:hidden;}
.fixedBottom .Cnt .catchTitle {text-align: center;font-weight: bold;font-size: 20px;line-height: 1.4;margin-bottom: 2px;}
.fixedBottom .Cnt .catchTitle span {font-size: 140%;color:rgba(255,147,149,1.00)}
.fixedBottom .Cnt p {text-align: center;line-height: 1.4;font-weight: bold;margin-bottom: 10px;}
.fixedBottom .Cnt .btn {border-radius: 18px;;height: 40px;font-weight: bold; width: 90%;max-width: 400px;margin: 0 auto;color: #fff;position: relative;text-align: center;padding: 7px 0; background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);}
.fixedBottom .Cnt .btn .icon-arrow {content: ''; background: url("../img/arrow-white.png") no-repeat; background-size: 10px auto; background-position: 50% 50%;width: 10px; height: 19px; position: absolute; top: 10px;right: 12px;}

@media only screen and (min-width:801px) and (max-width:989px) {
footer .Cnt{min-width: 98%; max-width: 98%; margin:4% auto 2%; overflow:hidden;}
.BtmAreaList ul li {width: 23%; float: left; padding: 10px;}
}

@media screen and (max-width: 800px) {
footer{ width:100%;min-width:100%; max-width:100%;font-size:12px;}
footer.mrgBtm {margin-bottom: 129px;}
footer .Cnt{ width:100%; margin:0 auto;padding: 4% 0 0;min-width:100%; max-width:100%;background:#EFEFEF}
footer .Cnt .Logo {float: none; width: 40%;margin: 0 auto 1%;}
footer .Cnt .Right {width: 100%;float: none;}
footer .Cnt .Right ul {border-top:1px solid #E0E0E0;}
footer .Cnt .Right ul li{width: 50%;padding:4% 2%;background: url("../img/arrow.png") no-repeat 98% 50%;background-size: 10px auto;box-sizing: border-box; text-align:left;border: 1px solid #E0E0E0;border-left:none;border-top: none;font-size: 10px;}
footer .Cnt .Right ul li:nth-child(2n) {border-left: none;}
footer .Cnt .Right ul li:last-child {border-right:none;}
footer .Cnt .Right ul li a{color:#202020;}
footer .Cnt .Right ul li a:hover{color:#202020;text-decoration:underline;}
footer .copyright {width:100%;min-width:100%; max-width:100%;background:#EFEFEF}
footer .copyright p {margin-bottom: 0;}
.BtmAreaList h2 {font-size: 14px;margin-bottom: 10px; text-align:left;padding: 0 2%;}
.BtmAreaList ul {border-top:1px solid #E0E0E0;}
.BtmAreaList ul li {width:50%; float: left; padding:4% 2% 4% 25px;text-align: left;margin: 0 0; border: 1px solid #E0E0E0;border-top: none; background:#EFEFEF url("../img/icon-area.png");background-repeat: no-repeat;background-position: 2% 50%; background-size: 16px auto; border-radius: 0px;font-size: 10px;}
.BtmAreaList ul li a {color:#676767;display: block;}
.BtmAreaList ul li:nth-child(2n) {border-left: none;}
.topReturn {width:100%; margin:0 auto 10px; text-align:right;}
.topReturn img { width:60px; height:60px;}
#backToTop{position: fixed; bottom: 10px; right: 10px; width: 50px; height: 50px; z-index: 4;}
.fixedBottom {}
.fixedBottom .Cnt {min-width: 96%; max-width: 96%;font-size: 15px;}
.fixedBottom .Cnt .catchTitle {font-size: 15px;}
.fixedBottom .Cnt .btn {width: 90%;max-width: 360px;}
}


/*========================================
titles
=======================================*/
h1 {}
h1.areaTitle, .searchCondition h2, .jobInfo h2
{text-align: center;display: flex;align-items: center; width: 50%; margin: 0 auto 30px;;font-size: 20px;color: #df8899;}


h1.areaTitle:before,
h1.areaTitle:after,
.searchCondition h2:before,
.searchCondition h2:after,
.jobInfo h2:before,
.jobInfo h2:after
{content: "";flex-grow: 1;height: 1px;background: #df8899;display: block;}

h1.areaTitle:before,
.searchCondition h2:before,
.areaShopList h1:before,
.jobInfo h2:before
{margin-right: .9em;}

h1.areaTitle:after,
.searchCondition h2:after,
.areaShopList h1:after,
.jobInfo h2:after
{margin-left: .9em;}


h1.kuchikomiTitle,
h2.kuchikomiTitle
{font-size: 26px; padding: 30px 2%; margin-bottom: 30px; color: rgba(65,65,65,1.00); background:url("../img/bg-kuchikomiBlock.png"), url(../img/bg-salonPR.jpg);background-repeat: no-repeat, repeat; background-size: 80px auto, auto auto; background-position: 50% 50%, top center; border: none;}
h1.kuchikomiTitle .areaName,
h2.kuchikomiTitle .areaName
{display: block; font-size: 14px; color: #fff; background:rgba(255,136,138,.50); border-radius: 6px;text-align: center;margin: 0 auto 5px;min-width: 80px;max-width: 500px;}
h1.kuchikomiTitle span,
h2.kuchikomiTitle span
{display: block;font-size: 16px;font-weight: normal;}

h1.normalTitle, h2.normalTitle {font-size: 26px; padding: 30px 2%; margin-bottom: 30px; color: rgba(65,65,65,1.00); background:url("../img/bg-kuchikomiBlock.png"), url("../img/bg-normalTItle.jpg");background-repeat: no-repeat, no-repeat; background-size: 80px auto, cover; background-position: 50% 50%, top center; border: none; text-align: center;}
@media screen and (max-width: 800px) {
h1.areaTitle, .searchCondition h2, .areaShopList h1, .jobInfo h2 {width: 96%; margin: 0 auto 20px;;font-size: 18px;}
h1.normalTitle, h2.normalTitle {font-size: 19px;}
}



/*========================================
BREADSCRUMB
=======================================*/
#BreadScrumb {width:100%; box-shadow: none;background: #f1f1f1; padding: 5px 0 4px;}
#BreadScrumb .Cnt {color:#434343;min-width: 990px; max-width: 1180px; margin:0 auto; font-size: 12px; letter-spacing: 1px;}
#BreadScrumb .Cnt a { color:#434343;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
#BreadScrumb .Cnt a:hover { color:#434343; text-decoration:underline;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
#BreadScrumb .TopicPath {margin: 0; color:#434343;font-weight: bold;}
#BreadScrumb .now {background: #fff;border-radius: 4px; padding: 2px 5px;}

@media screen and (max-width: 800px) {
#BreadScrumb {padding:5px 0;overflow-x: auto;-webkit-overflow-scrolling: touch;white-space: nowrap; width: 100%; margin-bottom: 0;}
#BreadScrumb .Cnt {min-width: 96%; max-width: 96%; padding: 3px 0; }
#BreadScrumb .Cnt a, #BreadScrumb .Cnt a:hover {color:#434343;}
#BreadScrumb .now {background: #fff;border-radius: 4px; padding: 2px 5px;}
}



/*========================================
PAGER
=======================================*/
.pager {overflow: hidden; margin-top: 20px; margin-bottom: 20px;}
.pager ul {list-style: none; position: relative; left: 50%; float: left;}
.pager ul li {margin: 0 1px; position: relative; left: -50%; float: left;border: 0 !important;line-height: 2;}
.pager ul li span,
.pager ul li a {display: block; font-size: 16px; padding: 0.6em 1em; border-radius: 3px;}
.pager ul li a {background: #EEE; color: #000;line-height: 1.4; text-decoration: none;-webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.pager ul li a:hover {background:#FF898B; color: #FFF !important;-webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.pager ul li.current span{background: #a7a7a7;}


/*========================================
index
=======================================*/

/* #introduction */
#introduction {width: 100%;}
#introduction .heading {background: url("../img/bg-intro.jpg") top center no-repeat;background-size: cover;margin: 0 auto;padding: 60px 0 60px}
#introduction .heading h2 {text-align: center;width: 400px;margin: 0 auto 20px;}
#introduction .heading p {font-size: 22px; font-weight: bold; width: 500px;margin: 0 auto;}
#introduction .Cnt {width: 800px;margin: 0 auto 30px; padding-top: 80px;font-size: 18px;}
#introduction .Cnt h2 {margin-bottom: 20px;}
#introduction .Cnt h2 img {width: 100%;height: auto;}
#introduction .Cnt ul {overflow: hidden; margin-bottom: 30px;}
#introduction .Cnt ul li {box-sizing: border-box;padding: 4% 4% 2%;background: #F5F5F5;margin-bottom: 20px;}
#introduction .Cnt ul li h3 {color:#F56C6E; padding: 0.5em 0; border-top: solid 3px #F56C6E;  border-bottom: solid 3px #F56C6E;margin-bottom: 20px;}
#introduction .quoteBlock {color: #000;font-size: 18px;}
#introduction .midNote {margin-bottom: 6%;}
@media screen and (max-width: 800px) {
#introduction .heading {padding: 40px 0}
#introduction .heading h2 {text-align: center;width: 70%;margin: 0 auto 20px;}
#introduction .heading p {font-size: 18px; font-weight: bold; width: 96%;margin: 0 auto;}
#introduction .Cnt {width: 100%;margin: 0 auto 30px; padding-top: 30px;font-size: 16px;}
#introduction .Cnt h2 {margin-bottom: 20px;}
#introduction .Cnt h2 img {width: 100%;height: auto;}
#introduction .Cnt ul {width: 96%;margin: 0 auto 4%;}
#introduction .Cnt ul li {padding: 2%;margin-bottom: 20px;}
#introduction .Cnt ul li h3 {color:#F56C6E; padding: 0.5em 0; border-top: solid 3px #F56C6E;  border-bottom: solid 3px #F56C6E;margin-bottom: 20px;}
#introduction .Cnt ul li p {margin: 0 auto 0;}
#introduction .Cnt p {margin: 0 2% 2%;}
#introduction .quoteBlock {width: 96%; margin: 6% auto 6%;font-size: 16px;}
}

#mainVisual {background: url("../img/mvIndex.png"), url("../img/bg-searchIndex.jpg"); background-size:cover, cover;background-position:left 70%, top center;background-repeat: no-repeat, no-repeat;height: 400px;}
#mainVisual .Cnt {min-width: 990px; max-width: 1180px; margin: 0 auto 30px; padding-top: 100px; text-align: center;}
#mainVisual .Cnt .catch {font-weight: bold; font-size: 30px; margin-bottom: 10px;/*text-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -5px 20px rgba(255, 255, 255, .2);*/color: rgba(255,80,102,1.00)}
#mainVisual .Cnt .counter {font-weight: bold; font-size: 16px; margin-bottom: 20px;/*text-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 -5px 20px rgba(255, 255, 255, .2);*/}
#mainVisual .Cnt .counter span {font-size: 28px;padding-left: 5px;color:rgba(255,62,128,.9);color: rgba(255,80,102,1.00)}
#mainVisual .Cnt input[type="text"]{width:50%; background:#fff url(../img/icon-search.png) 7px 50% no-repeat; -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;border:1px solid #CCC;margin:0 auto 3%;padding:1% 1.5% 1% 40px; background-size: 26px auto; border-radius:23px;}
@media only screen and (min-width:801px) and (max-width:989px) {
#mainVisual .Cnt {min-width: 100%; max-width: 100%; margin: 0 auto 30px; padding-top: 100px; text-align: center;}
}

@media screen and (max-width: 800px) {
#mainVisual {width: 100%; height: 260px;background:url("../img/mvIndexSP.png"), url("../img/bg-searchIndex.jpg"); background-size:cover, cover;background-position:left 70%, top center;background-repeat: no-repeat, no-repeat;}
#mainVisual .Cnt {width: 100%;min-width:100%;max-width:100%; padding-top: 40px;}
#mainVisual .Cnt .catch {font-size: 18px; margin-bottom: 10px;}
#mainVisual .Cnt .subCatch {font-size: 16px; margin-bottom: 20px;}
#mainVisual .Cnt input[type="text"]{width:80%;padding:2% 1.5% 2% 40px; background-size: 20px auto;}
}

/* #pickUp */
#pickUp {width: 100%;}
#pickUp .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px}
#pickUp .Cnt ul {overflow: hidden;width: 600px;margin: 0 auto;}
#pickUp .Cnt ul li {box-sizing: border-box;margin-bottom: 20px;background: url("../img/arrow.png") 98% 50% no-repeat; background-size: 12px auto;padding: 4%;border: 2px solid rgba(221,221,221,.70);overflow: hidden;}
#pickUp .Cnt ul li a {color: rgba(27,27,27,1.00);display: block;}
#pickUp .Cnt ul li figure {float: left; width: 40%;}
#pickUp .Cnt ul li .txt {float: right; width: 55%;margin-right: 3%;}
#pickUp .Cnt ul li .txt .area {background:#00CDD7;color: #fff;padding: 2px 6px 1px;border-radius: 4px;font-size: 12px;float: left;margin-bottom: 5px;overflow: hidden;font-weight: bold;letter-spacing: 1px; margin-right:5px;}
#pickUp .Cnt ul li .txt .name {font-weight: bold;padding-bottom: 5px;margin-bottom: 4px;border-bottom: 1px solid rgba(221,221,221,1.00);width: 100%;overflow: hidden;color: rgba(251,119,121,1.00)}
#pickUp .Cnt ul li .txt dl {overflow: hidden;width: 100%;}
#pickUp .Cnt ul li .txt dl dt {width: 100%;font-weight: bold;font-size: 12px;color:#00CDD7;}
#pickUp .Cnt ul li .txt dl dd {width: 100%;font-size: 14px;font-weight: bold;}
#pickUp .Cnt ul li .txt dl dd p{margin-bottom: 0;}
@media only screen and (min-width:801px) and (max-width:989px) {
#pickUp .Cnt {width: 100%;margin: 0 auto;padding: 30px 0 50px}
}

@media screen and (max-width: 800px) {
#pickUp {width: 100%;}
#pickUp .Cnt {width: 96%;padding: 20px 0 20px}
#pickUp .Cnt ul {width: 100%;}
#pickUp .Cnt ul li {background: none;}
#pickUp .Cnt ul li a {color: rgba(27,27,27,1.00);display: block;}
#pickUp .Cnt ul li figure {float: none; width: 100%; margin-bottom: 10px}
#pickUp .Cnt ul li .txt {float: none; width: 100%;margin-right: 3%;}
#pickUp .Cnt ul li .txt .name {font-weight: bold;padding-bottom: 5px;margin-bottom: 4px;font-size: 14px; border-bottom: 1px solid rgba(221,221,221,1.00);}
#pickUp .Cnt ul li .txt .area {font-size: 11px;}
#pickUp .Cnt ul li .txt dl {overflow: hidden;width: 100%;font-size: 12px;background: url("../img/arrow.png") 100% 50% no-repeat; background-size: 12px auto;}
#pickUp .Cnt ul li .txt dl dt {float: none; width: 100%;display: block;font-size: 11px;}
#pickUp .Cnt ul li .txt dl dd {float: none; width: 96%;}
}


/* #searchResult */
#searchResult {width: 100%;}
#searchResult .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px}
#searchResult .Cnt ul {overflow: hidden;width: 600px;margin: 0 auto;}
#searchResult .Cnt ul li {box-sizing: border-box;margin-bottom: 20px;border: 1px solid rgba(221,221,221,1.00);overflow: hidden;}
#searchResult .Cnt ul li a {color: rgba(27,27,27,1.00);display: block;}
#searchResult .Cnt ul li .salonName {width: 100%; box-sizing: border-box; text-align: center;font-weight: bold; border-bottom: 1px solid #f2f2f2; display: table; background: #F1F1F1 url(../img/arrow.png) no-repeat 98% 50%; background-size: 12px;padding: 2%;}
#searchResult .Cnt ul li figure {width: 18%;display: table-cell;vertical-align: middle;padding-right: 2%}
#searchResult .Cnt ul li .txt {width: 80%;text-align: left; display: table-cell;vertical-align: middle;line-height: 1.2;}
#searchResult .Cnt ul li h3 {background:#FFCACB; color: #fff; padding: 5px 2%;margin-bottom: 10px;}
#searchResult .Cnt ul li .txt .name {font-weight: bold;width: 100%;overflow: hidden;color: rgba(251,119,121,1.00);}
#searchResult .Cnt ul li .txt .area {background: #00CDD7; color: #fff; padding: 2px 6px 1px; border-radius: 4px; font-size: 12px; float: left; margin-bottom: 5px; overflow: hidden; font-weight: bold; letter-spacing: 1px;}

#searchResult .Cnt ul li .txt dl {overflow: hidden;width: 90%;font-size: 12px;}
#searchResult .Cnt ul li .txt dl dt {float: left; width: 20%;font-weight: bold;}
#searchResult .Cnt ul li .txt dl dd {float: right; width: 80%;}
#searchResult .balloon { width: 96%; margin: 2% auto; overflow: hidden;min-height: 90px;}
#searchResult .balloon .faceicon {float: left; margin-right: -60px; width: 60px; height: 60px; overflow: hidden;border: solid 3px #E7E7E7; border-radius: 50%;}
#searchResult .balloon .faceicon img {margin-bottom: 10px;}
#searchResult .balloon .faceicon p{font-size: 10px;text-align: center;margin-top:0;position: absolute;width: 60px;}
#searchResult .says {display: inline-block; position: relative; margin: 5px 0 0 75px; padding: 10px 10px; border-radius: 12px; background: #fff;border: 3px solid #E7E7E7;font-weight: bold; font-size: 14px;}
#searchResult .says:before {content: "";position: absolute;top: 22px; left: -8px;margin-top: -9px;display: block;width: 0px;height: 0px;border-style: solid;border-width: 9px 9px 9px 0;border-color: transparent #fff transparent transparent;z-index: 2;}
#searchResult .says:after {content: "";position: absolute;top: 22px; left: -12px;margin-top: -10px;display: block;width: 0px;height: 0px;border-style: solid;border-width: 10px 10px 10px 0;border-color: transparent #E7E7E7 transparent transparent;z-index: 1;}
.says p {margin: 0;padding: 0;}

.searchConditionBlock {background:rgba(239,239,239,1.00);padding: 2%; border-radius: 6px;width: 600px;margin: 0 auto 20px;font-size: 14px;}
.searchConditionBlock h3 {position: relative; display: inline-block; padding: 0 55px;width: 50%; margin: 0 25% 15px;text-align: center;}
.searchConditionBlock h3:before, .searchConditionBlock h3:after {content: ''; position: absolute; top: 50%; display: inline-block; width: 45px; height: 1px; background-color: black;}
.searchConditionBlock h3:before {left:0;}
.searchConditionBlock h3:after {right: 0;}
.searchConditionBlock span {font-weight: bold;}
.searchConditionBlock ul.condition {overflow: hidden; width: auto;}
.searchConditionBlock ul.condition li{float: left; width: 48%; margin: 0 1%;border:none !important;padding:0 !important;border-radius: 0 !important; border-bottom:1px dotted #626262!important;}

@media only screen and (min-width:801px) and (max-width:989px) {
#searchResult .Cnt {width: 98%;}
}


@media screen and (max-width: 800px) {
#searchResult {width: 100%;}
#searchResult .Cnt {width: 96%;padding: 20px 0 20px}
#searchResult .Cnt ul {width: 100%;}
#searchResult .Cnt ul li {}
#searchResult .Cnt ul li a {color: rgba(27,27,27,1.00);display: block;}
#searchResult .Cnt ul li figure { width: 20%;margin-right: 2%;}
#searchResult .Cnt ul li .txt {width: 78%;}
#searchResult .Cnt ul li .txt .name {font-weight: bold;padding-bottom: 5px;margin-bottom: 4px;border-bottom: 1px solid rgba(221,221,221,1.00);}
#searchResult .Cnt ul li .txt .name span {background: rgba(247,95,97,1.00);color: #fff;padding: 2px 10px;margin-right: 10px;border-radius: 4px;font-size: 15px;}
#searchResult .Cnt ul li .txt dl {overflow: hidden;width: 90%;font-size: 12px;}
#searchResult .Cnt ul li .txt dl dt {float: none; width: 100%;display: block;}
#searchResult .Cnt ul li .txt dl dd {float: none; width: 100%;}

.searchConditionBlock {width: 96%;margin: 0 auto 20px;}
.searchConditionBlock h3 {text-align: center;margin-bottom: 10px;font-size: 16px;width: 80%; margin: 0 10% 20px;}
.searchConditionBlock span {font-weight: bold;}
.searchConditionBlock ul.condition {overflow: hidden; width: auto;box-sizing: border-box;}
.searchConditionBlock ul.condition li{width: 100%; margin: 0 0 1%;box-sizing: border-box;}
}


/* #topSearchResult */
#topSearchResult {width: 100%;}
#topSearchResult .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px}
#topSearchResult .Cnt ul {overflow: hidden;width: 600px;margin: 0 auto;}
#topSearchResult .Cnt ul li {box-sizing: border-box;padding: 2%; margin-bottom: 20px;border: 1px solid rgba(221,221,221,1.00);overflow: hidden;background: url("../img/arrow.png") 98% 50% no-repeat;background-size: 20px auto;}
#topSearchResult .Cnt ul li a {color: rgba(27,27,27,1.00);display: block;}
#topSearchResult .Cnt ul li .salonName {width: 100%; box-sizing: border-box; text-align: center;font-weight: bold; border-bottom: 1px solid #f2f2f2; display: table; background: #F1F1F1 url(../img/arrow.png) no-repeat 98% 50%; background-size: 12px;padding: 2%;}
#topSearchResult .Cnt ul li figure {width: 15%;display: table-cell;vertical-align: middle;}
#topSearchResult .Cnt ul li .txt {width: 80%;text-align: left; display: table-cell;vertical-align: middle;padding-left: 2%;line-height: 1.2;}
#topSearchResult .Cnt ul li h3 {background:#FFCACB; color: #fff; padding: 5px 2%;margin-bottom: 10px;}
#topSearchResult .Cnt ul li .txt .name {font-weight: bold;width: 100%;overflow: hidden;color: rgba(251,119,121,1.00);}
#topSearchResult .Cnt ul li .txt .area {background: #00CDD7; color: #fff; padding: 2px 6px 1px; border-radius: 4px; font-size: 12px; float: left; margin-bottom: 5px; overflow: hidden; font-weight: bold; letter-spacing: 1px;}
#topSearchResult .Cnt ul li .txt dl {overflow: hidden;width: 90%;font-size: 12px;}
#topSearchResult .Cnt ul li .txt dl dt {float: left; width: 20%;font-weight: bold;}
#topSearchResult .Cnt ul li .txt dl dd {float: right; width: 80%;}
@media only screen and (min-width:801px) and (max-width:989px) {
#topSearchResult .Cnt {width: 98%;}
}
@media screen and (max-width: 800px) {
#topSearchResult {width: 100%;}
#topSearchResult .Cnt {width: 96%;padding: 20px 0 20px}
#topSearchResult .Cnt ul {width: 100%;}
#topSearchResult .Cnt ul li {display: block;}
#topSearchResult .Cnt ul li a {color: rgba(27,27,27,1.00);display: block;}
#topSearchResult .Cnt ul li figure {float: none; width: 30%;display: table-cell;}
#topSearchResult .Cnt ul li .txt {float: none; width: 65%;margin-right: 3%;display: table-cell;vertical-align: middle;}
}

/* #areaSearch*/
#areaSearch {width: 100%;}
#areaSearch .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px}
#areaSearch .areaBtn {border: 1px solid #017EA4; background: #fff;}
#areaSearch .areaBtn a{margin: 0 2% 4% 0;width: 48%;float: left;text-align: center;border-radius: 5px; font-size: 10px; color: #fff;box-shadow: 0px 0px 0 0px #C8C8C8;line-height: 1.2;height: 40px; padding:0;background: #44c0c4;background: -moz-linear-gradient(top, #44c0c4 50%, #26b7bf 50%, #25b5bc 50%);background: -webkit-linear-gradient(top, #44c0c4 50%,#26b7bf 50%,#25b5bc 50%);background: linear-gradient(to bottom, #44c0c4 50%,#26b7bf 50%,#25b5bc 50%);}
#areaSearch .areaList {margin-bottom: 15px; overflow: hidden;}
#areaSearch .areaBtn a:nth-child(2n){margin: 0 0 4% 2%; float: right;}
#areaSearch .areaBtn a li {height: 40px;padding-top: 15px}
#areaSearch .areaBtn a li span{;font-weight: bold; text-align: center; vertical-align: middle;}
#areaSearch input[type=radio] + label, #areaSearch input[type=checkbox] + label {margin-right:0;line-height: 0;}
#areaSearch .accordion {width: 100%; max-width: 600px; margin: 30px auto 20px;border:1px solid #B7B7B7; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#areaSearch .accordion .link {cursor: pointer;display: block; padding: 15px 15px 15px 40px;color: #4D4D4D; font-size: 14px;font-weight: 700;border-bottom: 1px solid #CCC;border-top: 1px solid #CCC;position: relative;-webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;background: url("../img/iconAreaSearch.png"), url("../img/arrow-down.png") ;background-position:2% 50%, 96% 50%;background-repeat: no-repeat, no-repeat;background-size:16px auto, 16px auto;}
#areaSearch .accordion .link:first-child{border-top: none;}
#areaSearch .accordion .bigArea {border-top: 1px solid #CCC;}
#areaSearch .accordion .bigArea:first-child {border-top:none;}
#areaSearch .accordion li:last-child .link {}
#areaSearch .accordion li.open .link {background: url("../img/iconAreaSearch.png"), url("../img/arrow-down.png") ;background-position:2% 50%, 96% 50%;background-repeat: no-repeat, no-repeat;background-size:16px auto, 16px auto;}
#areaSearch .accordion li.default .submenu {display: block;}
#areaSearch .accordion li {overflow: hidden;display: block;}

#areaSearch .submenu {display: none;font-size: 14px;}
#areaSearch .submenu li {border: 1px solid #B7B7B7;border-radius: 3px;}
#areaSearch .submenu a {color: #4D4D4D;display: block;text-decoration: none;padding: 12px 2%;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
#areaSearch .submenu a:hover {background:#FC8082;color: #FFF;}
#areaSearch .submenu li.all {width: 98%;margin: 1% 1% 1%;float: left;display: block; position: relative; z-index: 1;}
#areaSearch .submenu li.allTitle {width: 98%;margin: 1% 1% 1%;float: left;display: block; position: relative; z-index: 1;border-radius: none !important;box-sizing: border-box;padding: 2%; background: rgba(228,228,228,1.00)}
#areaSearch .submenu li.half {width: 48%;margin: 0 1% 1%;float: left;display: block; position: relative; z-index: 1;}

@media only screen and (min-width:801px) and (max-width:989px) {
#areaSearch .Cnt {width: 100%;padding: 30px 0 50px}
}

@media screen and (max-width: 800px) {
#areaSearch {width: 100%;}
#areaSearch .Cnt {width: 100%;padding: 0 0 20px}
#areaSearch .areaBtn {}
#areaSearch .areaBtn a{margin: 0 2% 4% 0;width: 48%;float: left;text-align: center;border-radius: 5px; font-size: 10px; color: #fff;box-shadow: 0px 0px 0 0px #C8C8C8;line-height: 1.2;height: 40px; padding:0;background: #44c0c4;background: -moz-linear-gradient(top, #44c0c4 50%, #26b7bf 50%, #25b5bc 50%);background: -webkit-linear-gradient(top, #44c0c4 50%,#26b7bf 50%,#25b5bc 50%);background: linear-gradient(to bottom, #44c0c4 50%,#26b7bf 50%,#25b5bc 50%);}
#areaSearch .areaList {margin-bottom: 15px; overflow: hidden;}
#areaSearch .areaBtn a:nth-child(2n){margin: 0 0 4% 2%; float: right;}
#areaSearch .areaBtn a li {height: 40px;padding-top: 15px}
#areaSearch .areaBtn a li span{;font-weight: bold; text-align: center; vertical-align: middle;}
#areaSearch input[type=radio] + label, #areaSearch input[type=checkbox] + label {margin-right:0;line-height: 0;}

* {margin: 0;padding:50px 0 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

#areaSearch .accordion {width: 96%; margin: 30px auto 20px;border:1px solid #B7B7B7; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#areaSearch .accordion .link {font-size: 14px;}
#areaSearch .accordion .link:first-child{border-top: none;}
#areaSearch .accordion .bigArea {border-top: 1px solid #CCC;}
#areaSearch .accordion .bigArea:first-child {border-top:none;}
#areaSearch .accordion li:last-child .link {}
#areaSearch .accordion li.open .link {}
#areaSearch .accordion li.default .submenu {display: block;}
#areaSearch .accordion li {overflow: hidden;display: block;}

#areaSearch .submenu {display: none;font-size: 14px;}
#areaSearch .submenu li {border: 1px solid #B7B7B7;border-radius: 3px;}
#areaSearch .submenu a {color: #4D4D4D;display: block;text-decoration: none;padding: 12px 2%;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
#areaSearch .submenu a:hover {background:#FC8082;color: #FFF;}
#areaSearch .submenu li.all {width: 98%;margin: 2% 1% 2%;float: left;display: block; position: relative; z-index: 1;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;}
#areaSearch .submenu li.half {width: 98%;margin: 0 1% 2%;float: left;display: block; position: relative; z-index: 1;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;}
}


/* #areaSearch*/
#kuchikomiSearch {width: 100%;}
#kuchikomiSearch .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px;font-size: 18px;}
#kuchikomiSearch .Cnt .block {overflow: hidden;}
#kuchikomiSearch .Cnt h2 { position: relative; padding: 0.6em; background: #e0edff;border-radius: 3px; font-size: 24px;text-align: center;margin-bottom: 20px;}
#kuchikomiSearch .Cnt h2:after {position: absolute; content: ''; top: 100%; left: 30px; border: 15px solid transparent; border-top: 15px solid #e0edff; width: 0; height: 0;}
#kuchikomiSearch dl {width: 100%; overflow: hidden;display:table; flex-wrap: wrap; padding-bottom: 10px;border-bottom: 1px dotted #E0E0E0;margin-bottom: 15px;}
#kuchikomiSearch dl.half {width: 50%; padding-bottom: 5px; margin-bottom: 8px;float: left;}
#kuchikomiSearch dl dt {width: 30%;max-width: 200px; font-weight: bold;box-sizing: border-box;vertical-align: middle;display: table-cell;}
#kuchikomiSearch dl dt span {margin-left: 10px; font-size: 12px;padding: 2px 2px; border-radius: 6px;background: #E4E4E4}
#kuchikomiSearch dl dd {width: 70%;overflow: hidden;box-sizing: border-box;vertical-align: middle;display: table-cell;font-weight: bold;}
#kuchikomiSearch dl dd label {vertical-align: middle;}
#kuchikomiSearch dl dd input[type="text"] {margin-bottom: 0;font-size: 18px;}
#kuchikomiSearch dl dd select.soShort {width: 80px;}
#kuchikomiSearch dl dd select.short {width: 180px;}
#kuchikomiSearch dl dd select.mid {width: 200px;}
#kuchikomiSearch dl dd select {padding: 1% 1%;}
#kuchikomiSearch dl dd .unit {padding-left: 5px; line-height: 2.5;}
#kuchikomiSearch .entBtn {}
#kuchikomiSearch .entBtn {padding: 15px 0;color: #fff;border: solid 2px #04D4DF;border-radius: 3px;transition: .4s;background: #04D4DF url("../img/icon-searchWhite.png") no-repeat;background-position: 4% 50%; margin: 20px auto 50px; text-align: center;font-weight: bold;width: 400px; }
#kuchikomiSearch .entBtn:hover { color:#04D4DF;background: #fff url("../img/icon-searchBlue.png") no-repeat;background-position: 4% 50%; }

.recDetailBtn{padding: 15px 0;color: #fff;border: solid 2px #04D4DF;border-radius: 3px;transition: .4s;background: #04D4DF; margin: 20px auto 50px; text-align: center;font-weight: bold;max-width: 600px; }
.recDetailBtn:hover { color:#04D4DF;background: #fff}

@media screen and (max-width: 800px) {
#kuchikomiSearch .Cnt h2 {font-size: 14px;}
#kuchikomiSearch .Cnt {width: 98%;padding: 0 0 20px}
#kuchikomiSearch dl dt {width: 50%;max-width: 50%;font-size: 12px;}
#kuchikomiSearch dl dd {width: 50%;font-size: 12px;}
#kuchikomiSearch dl dt.ss {width: 25%;max-width: 30%;}
#kuchikomiSearch dl dd.ll{width: 75%;}
#kuchikomiSearch dl dd select {float: left;padding: 5px 1%; height: 32px;}
#kuchikomiSearch dl dd .first{margin-right: 10px;}
#kuchikomiSearch dl dd select.soShort {width: 60px;}
#kuchikomiSearch dl dd select.short {width: 120px;}
#kuchikomiSearch dl dd select.mid {width: 150px;}
#kuchikomiSearch dl dd input[type="text"] {font-size: 12px;}
#kuchikomiSearch .entBtn {padding: 10px 0;width: 90%;margin: 0px auto 30px;}
}

/* #areaMap */
.searchTitle {font-size: 26px;text-align: center;padding: 30px 2%; margin-bottom: 30px; color: rgba(65,65,65,1.00); background:url(../img/bg-salonPR.jpg) repeat;border: none;}
#areaMap {width: 100%;}
#areaMap .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 30px; background: url("../img/bg-map.png") no-repeat center 30px; background-size: 260px auto;}
#areaMap .Cnt ul{overflow: hidden;position: relative;height: 450px;}
#areaMap .Cnt ul li{border: 2px solid #DCDCDC; width: 180px; text-align: center; line-height: 1.4;position: absolute;border-radius: 3px;-webkit-transition: 0.3s ease; transition: 0.3s ease; background:rgba(255,255,255,.80)}
#areaMap .Cnt ul li span {display: block; font-weight: bold;font-size: 18px;}
#areaMap .Cnt ul li a {display: block; padding: 10px 10px;}
#areaMap .Cnt ul li:hover {border: 2px solid #E56B6D; color:#E56B6D;webkit-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-moz-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-webkit-transition: 0.3s ease; transition: 0.3s ease;}
#areaMap .Cnt ul li:hover a {color:#E56B6D;}
#areaMap .Cnt ul li.tokyo{top: 250px;right: 125px;}
#areaMap .Cnt ul li.yokohama{top: 330px;right: 190px;}
#areaMap .Cnt ul li.osaka{top:200px;left: 260px;}
#areaMap .Cnt ul li.nagoya{top: 370px;left: 400px;}
#areaMap .Cnt ul li.kobe{top: 280px;left: 190px;}
#areaMap .Cnt ul li.fukuoka{top: 360px;left: 150px;}
#areaMap .Cnt ul li.sapporo{top: 10px;right: 340px;}
#areaMap .Cnt ul li.sendai{top: 90px;right: 200px;}
#areaMap .Cnt ul li.kanazawa{top: 120px;left: 300px;}
#areaMap .Cnt ul li.kitakanto{top: 170px;right: 160px;}
@media only screen and (min-width:801px) and (max-width:989px) {
#areaMap .Cnt {width: 100%;}
}

@media screen and (max-width: 800px) {
.searchTitle {font-size: 19px;padding: 30px 2%; margin-bottom: 20px;}
#areaMap {width: 100%;}
#areaMap .Cnt {width:100%;margin: 0 auto;padding: 20px 0 20px; background: url("../img/bg-map.png") no-repeat center 20px; background-size:220px auto;;}
#areaMap .Cnt ul{height: auto;width: 98%; margin: 0 auto;}
#areaMap .Cnt ul li{border: 2px solid #DCDCDC;box-sizing: border-box; width: 49%;position:relative; float: left;background: rgba(254,254,254,.90);margin-bottom: 2%;}
#areaMap .Cnt ul li:nth-child(2n){float: right;}
#areaMap .Cnt ul li span {font-size: 18px;}
#areaMap .Cnt ul li a {padding: 10px 0;}
#areaMap .Cnt ul li.tokyo{top:auto;right: auto}
#areaMap .Cnt ul li.yokohama{top:auto;right: auto}
#areaMap .Cnt ul li.osaka{top:auto;left: auto}
#areaMap .Cnt ul li.nagoya{top:auto;left: auto}
#areaMap .Cnt ul li.kobe{top:auto;left: auto}
#areaMap .Cnt ul li.fukuoka{top:auto;left: auto}
#areaMap .Cnt ul li.sapporo{top:auto;right: auto}
#areaMap .Cnt ul li.sendai{top:auto;right: auto}
#areaMap .Cnt ul li.kanazawa{top:auto;left: auto}
#areaMap .Cnt ul li.kitakanto{top:auto;right: auto}
}

/*========================================
Area
=======================================*/
.areaRecommendTitle {text-align: center;font-size: 12px; font-weight: normal; color: #B1B1B1}
.areaRecommendTitle span{ display: block;font-family: 'Playball', cursive;font-weight: normal;font-size: 56px; color:#45EFE7;line-height: 1.4;}
.areaRecommendTitle span:before, .areaRecommendTitle span:after{content:'-'}
.recommendShop {background:url("../img/bg-recommendShop.jpg");background-size: cover;border: 1px solid #ed9dae; -moz-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -webkit-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -o-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -ms-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); box-shadow: 0px 6px 10px -3px rgba(15,6,12,0.18);overflow: hidden;margin: 35px auto 50px; width: 980px; }
.recommendShop .title {background-color: rgba(236,84,121,0.3); width: 100%; height: 55px; line-height: 55px; color: #fff; font-size: 20px; display: table; text-align: center; white-space: nowrap; padding: 0 15px;font-weight: bold;}
.recommendShop .main {display: table; margin: 20px 30px;}
.recommendShop figure {width: 40%; display: table-cell; text-align: center; vertical-align: middle;}
.recommendShop figure img {width: 100%;height: auto;}
.recommendShop .shopText {width: 56%; padding-left: 30px; display: table-cell; text-align: left;}
.recommendShop h2 {text-decoration: underline;}
.recommendShop .prText {}

/*.areaShopList */
.areaShopList {width: 100%;}
.areaShopList .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 30px}
.areaShopList h1 {text-align: center;font-size: 20px;letter-spacing: 1px; font-weight: 500; line-height: 1.4; margin-bottom: 2%;}
.areaShopList h1 .areaTit {display: block;}
.areaShopList h1 .sub{ display: block;font-family: 'Playball', cursive;font-weight: normal;font-size: 18px; color:#8A8A8A;line-height: 1.4;}
.areaShopList h1 .sub:before, .areaShopList h1 .sub:after{content:'-'}



/*.newKuchikomiList */
.newKuchikomiList {width: 100%;}
.newKuchikomiList .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px}
.newKuchikomiList ul {overflow: hidden;width: 600px;margin: 0 auto;}
.newKuchikomiList ul li {border: 1px solid #F1F1F1;display: block;overflow: hidden;margin-bottom: 30px;}
.newKuchikomiList ul li a {color: #1D1D1D;display: block;}
.newKuchikomiList ul li h3 {background: #FFCACB; color: #fff; padding: 5px 2%; margin-bottom: 10px;}
.newKuchikomiList ul li .heading {overflow: hidden;margin: 0 auto;background: #F1F1F1;padding: 2%;}
.newKuchikomiList ul li .date {text-align: right;font-weight: bold; color:#646464;font-size: 12px;}
.newKuchikomiList ul li .bottom {padding: 2%;}
.newKuchikomiList ul li .areaName {background: #00CDD7; color: #fff; padding: 2px 6px 1px; border-radius: 4px; font-size: 12px; float: left; margin-bottom: 5px; overflow: hidden; font-weight: bold; letter-spacing: 1px; margin-right:5px; }
.newKuchikomiList ul li .salonName {font-weight: bold; width: 100%; overflow: hidden; color: rgba(251,119,121,1.00);}
.newKuchikomiList .balloon { width: 100%; margin: 0 auto 10px; overflow: hidden;}
.newKuchikomiList .balloon .faceicon {float: left; margin-right: -60px; width: 60px; height: 60px; overflow: hidden;border: solid 3px #E7E7E7; border-radius: 50%;}
.newKuchikomiList .balloon .faceicon img {margin-bottom: 10px;}
.newKuchikomiList .balloon .faceicon p{font-size: 10px;text-align: center;margin-top:0;position: absolute;width: 60px;}
.newKuchikomiList .says {display: inline-block; position: relative; margin: 5px 0 0 75px; padding: 10px 10px; border-radius: 12px; background: #fff;border: 3px solid #E7E7E7;font-weight: bold; font-size: 14px;}
.newKuchikomiList .says:before {content: "";position: absolute;top: 22px; left: -8px;margin-top: -9px;display: block;width: 0px;height: 0px;border-style: solid;border-width: 9px 9px 9px 0;border-color: transparent #fff transparent transparent;z-index: 2;}
.newKuchikomiList .says:after {content: "";position: absolute;top: 22px; left: -12px;margin-top: -10px;display: block;width: 0px;height: 0px;border-style: solid;border-width: 10px 10px 10px 0;border-color: transparent #E7E7E7 transparent transparent;z-index: 1;}
.newKuchikomiList .says p {margin: 0;padding: 0;}
#result .btn, .newKuchikomiList .btn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:#F1CB5D url("../img/arrowDouble.png");background-repeat: no-repeat; background-size: 16px auto; background-position: 98% 50%; transition: .4s; width: 100%; margin: 0 auto 2%; text-align: center;}
#result .btn {width: 96%}
#result .btn:hover, .newKuchikomiList .btn:hover {color: #fff; background:#1BC8D7 url("../img/arrowDouble.png");background-repeat: no-repeat; background-size: 16px auto; background-position: 99% 50%;}
.backIndexbtn {padding: 15px 0;color: #fff;border: solid 2px #04D4DF;border-radius: 3px;transition: .4s;background: #04D4DF; margin: 20px auto 50px; text-align: center;font-weight: bold;width: 400px; }
.backIndexbtn:hover { color:#04D4DF;background: #fff;}
@media screen and (max-width: 800px) {
.newKuchikomiList .Cnt {width: 98%;padding: 30px 0 50px}
.newKuchikomiList h2 {font-size: 19px;}
.newKuchikomiList ul {overflow: hidden;width: 96%;margin: 0 auto;}
.newKuchikomiList ul li {}
.newKuchikomiList ul li .date {}
.newKuchikomiList ul li .areaName {padding: 3px;float: left; margin-right: 2%;}
.newKuchikomiList ul li .salonName {padding: 3px;float: left; margin-right: 2%;}
.backIndexbtn {width: 80%; }
}


/*.selectAreaBlock */
.selectAreaBlock {width: 100%;}
.selectAreaBlock .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px}
.selectAreaBlock h2 {text-align: center;font-size: 12px; font-weight: normal; color: #B1B1B1; margin-bottom: 2%;}
.selectAreaBlock h2 span{ display: block;font-family: 'Playball', cursive;font-weight: normal;font-size: 56px; color:#45EFE7;line-height: 1.4;}
.selectAreaBlock h2 span:before, .selectAreaBlock h2 span:after{content:'-'}
.selectAreaBlock ul {overflow: hidden;}
.selectAreaBlock ul li {background:#E7E7E7;border-radius: 3px; padding: 3px 5px;float: left; margin:0 1% 1%;}
.selectAreaBlock ul li a {color: #1D1D1D}
@media screen and (max-width: 800px) {
.selectAreaBlock .Cnt {width: 100%;margin: 0 auto;padding: 30px 0 50px}
.selectAreaBlock h2 {font-size: 12px;}
.selectAreaBlock h2 span{font-size: 30px;}
.selectAreaBlock ul {border-top: 1px solid #E0E0E0;}
.selectAreaBlock ul li{width: 50%;padding:4% 2%;margin: 0 0; background:#fff url("../img/arrow.png") no-repeat 98% 50%;background-size: 10px auto;box-sizing: border-box; text-align:left;border: 1px solid #E0E0E0;border-left:none;border-top: none;font-size: 10px;border-radius: 0;}
.selectAreaBlock ul li:nth-child(2n) {border-left: none;}
.selectAreaBlock ul li:last-child {border-right:none;}
}


/*.recruitSalonList */
.recruitSalonList {width: 100%;}
.recruitSalonList .Cnt {width: 980px;margin: 0 auto;padding: 30px 0 50px;overflow: hidden;}
.recruitSalonList h2 {text-align: center;font-size: 12px; font-weight: normal; color: #B1B1B1; margin-bottom: 2%;}
.recruitSalonList h2 span{ display: block;font-family: 'Playball', cursive;font-weight: normal;font-size: 56px; color:#45EFE7;line-height: 1.4;}
.recruitSalonList h2 span:before, .recruitSalonList h2 span:after{content:'-'}
.recruitSalonList ul {width: 98%;margin: 0 auto;}
.recruitSalonList ul li{box-sizing: border-box;border: 1px solid #F0F0F0; width: 100%; float: left;margin-bottom: 20px;-webkit-transition: 0.3s ease;transition: 0.3s ease;}
.recruitSalonList ul li:hover {webkit-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-moz-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.recruitSalonList ul li a {color: #1D1D1D}
.recruitSalonList ul li h3 {background-color: rgba(236,84,121,0.6);color: #fff;padding:10px 2%;text-align: center;}
.recruitSalonList ul li .detail {overflow: hidden;padding: 2%}
.recruitSalonList ul li .detail figure {float: left;width: 30%;}
.recruitSalonList ul li .detail figure img {width: 100%; height: auto;vertical-align: bottom;}
.recruitSalonList ul li .detail .detailBox {float: right; width: 68%;}
.recruitSalonList ul li .detail .detailBox table {margin: 0}
.recruitSalonList ul li .detail .detailBox table th,
.recruitSalonList ul li .detail .detailBox table td {padding: 1%; vertical-align: middle;font-size: 12px;border-collapse: collapse;border-spacing: inherit;font-weight: bold;}
.recruitSalonList ul li .detail .detailBox table th {background-color:#FD9898; text-align: left; width: 20%;vertical-align: middle; color: #fff;}
@media screen and (max-width: 800px) {
.recruitSalonList .Cnt {width: 98%;margin: 0 auto;padding: 30px 0 50px}
.recruitSalonList h2 {font-size: 12px;}
.recruitSalonList h2 span{font-size: 40px;}
.recruitSalonList ul {width: 98%;margin: 0 auto;}
.recruitSalonList ul li{width:100%; float: left;margin-bottom: 20px;-webkit-transition: 0.3s ease;transition: 0.3s ease;}
.recruitSalonList ul li:nth-child(2n) {float: right;}
.recruitSalonList ul li h3 {background-color: rgba(236,84,121,0.6);color: #fff;padding:5px 2%;text-align: center;}
.recruitSalonList ul li .detail {overflow: hidden;padding: 2%}
.recruitSalonList ul li .detail figure {float: none;width: 100%;}
.recruitSalonList ul li .detail figure img {width: 100%; height: auto;margin-bottom: 10px;}
.recruitSalonList ul li .detail .detailBox {float: none; width: 100%;}
.recruitSalonList ul li .detail .detailBox table {margin: 0}
.recruitSalonList ul li .detail .detailBox table th,
.recruitSalonList ul li .detail .detailBox table td {padding: 1%; vertical-align: middle;font-size: 12px;border-collapse: collapse;border-spacing: inherit;}
.recruitSalonList ul li .detail .detailBox table th {background-color:#FD9898; text-align: left; width: 20%;vertical-align: middle; color: #fff;}
}

.shopListWrap .shopList {width: 100%; background:#f1f1f9; /*url("../img/bg-recommendShop.jpg"); background-size: cover; */position: relative; border: 1px solid #E7E7E7; margin-bottom: 35px; -moz-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -webkit-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -o-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18); -ms-box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18);box-shadow: 0px 5px 6px -3px rgba(15,6,12,0.18);}
.shopListWrap .shopList .shopListDetail {overflow: hidden; margin-bottom: 20px;}
.shopListWrap .shopList dt.shopName {padding: 2%;}
.shopListWrap .shopList dt.shopName a {color: #2F2E2E;}
.shopListWrap .shopList dt.shopName h2 {font-size: 22px;font-weight: 500; letter-spacing: 2px; position: relative;padding: 1rem 0 10px; border-bottom: 4px solid #FBCACA;}
.shopListWrap .shopList dt.shopName h2:before {position: absolute; bottom: -4px; left: 0; width: 20%; height: 4px; content: ''; background: #fff;}
.shopListWrap .shopList dd {padding: 0 2% 2%;}

.catchTxt{position: relative;padding: 2% 1rem calc(1rem + 10px);background:#F5F452;margin-bottom: 2%}
.catchTxt p:last-child {margin-bottom: 0;}
.catchTxt:before {position: absolute; top: -7px; left: -5px; width: 99%; height: 96%; content: '';  border: 3px solid #000;}

.shopListWrap .shopList .shopListDetail>a>img {width: 40%; float: left;}
.shopListWrap .shopList .shopListDetail>.detailBox {width: 58%; float: right;}
.shopListWrap .shopList .shopListDetail>.detailBox table {width: 100%; overflow: hidden;border-collapse:collapse;border-spacing:0}
.shopListWrap .shopList .shopListDetail>.detailBox th {width: 30%;padding: 1% 2% 1% 24px; border: 1px solid #ccc; box-sizing: border-box;font-size: 14px;font-weight: normal;}
.shopListWrap .shopList .shopListDetail>.detailBox td {padding: 1% 2%; border: 1px solid #ccc;background: #fff;font-size: 14px;}

.shopListWrap .shopList .shopListDetail>.detailBox th.areaTit {background: #f7f7f7 url("../img/icon-areaP.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 4% 50%; }
.shopListWrap .shopList .shopListDetail>.detailBox th.telTit {background: #f7f7f7 url("../img/icon-telP.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 4% 50%; }
.shopListWrap .shopList .shopListDetail>.detailBox th.hpTit {background: #f7f7f7 url("../img/icon-hpP.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 4% 50%; }
.shopListWrap .shopList .shopListDetail>.detailBox th.timeTit {background: #f7f7f7 url("../img/icon-timeP.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 4% 50%; }
.shopListWrap .shopList .shopListDetail>.detailBox th.stationTit {background: #f7f7f7 url("../img/icon-stationP.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 4% 50%; }
.shopListWrap .shopList .shopListDetail>.detailBox th.ageRuleTit {background: #f7f7f7 url("../img/icon-ageP.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 4% 50%; }

.aboutSalary {padding: 2%;box-sizing: border-box;margin-bottom: 15px;font-size: 12px !important;background: #fff;}
.aboutSalary h3{position: relative; padding: 6px 10px; border: 2px solid #2F2E2E;display: inline-block; margin-bottom: 1%;}
.aboutSalary h3:before { position: absolute; top: 2px; left: 2px; width: calc(100% - 8px); height:calc(100% - 8px); content: ''; border: 2px dotted #2F2E2E;}
.aboutSalary p:last-child {margin: 0;}
.bushBlock {padding: 2%;box-sizing: border-box;margin-bottom: 15px;font-size: 12px !important;background: #fff;}
.bushBlock .summery {padding-bottom: 2px;border-bottom: 1px solid rgba(208,208,208,.3);margin-bottom: 10px;}
.bushBlock h3.kuchikomiTit {background: #fff url(../img/icon-kuchikomi.png) no-repeat; background-size: 40px auto; background-position: 5px 50%; color:#EB8889; float: left; display: block; font-size: 14px; padding: 13px 10px 11px 50px; margin-bottom: 5px; border-radius: 4px;}

.shopListWrap .shopList .btnWrap {overflow: visible;}
.shopListWrap .shopList .btnWrap, .shopListWrap .shopList .btnWrap2, .shopListWrap .shopList .btnOptionWrap {width: 100%; text-align: center; overflow: hidden;}
.shopListWrap .shopList .btnWrap2 {margin-top: 15px;}
.shopListWrap .shopList .btnWrap2 li {float: left; display: inline-block;width: 48%;padding: 0.3em 0;color: #fff;border: solid 2px #04D4DF;border-radius: 3px;transition: .4s;background: #04D4DF;}
.shopListWrap .shopList .btnWrap2 li.shopKeep {float: right;}
.shopListWrap .shopList .btnWrap2 li:hover { color:#04D4DF;background: #fff}
.meritList {overflow: hidden;margin-bottom: 1%}
.meritList li {float: left; padding: 5px;border-radius: 4px;font-size:10px;margin:0 7px 10px 0;background:#FF898B;color: #fff;}
.meritList li.noActive {background: #E0E0E0;color: #979797}
/* 運営コメント */
.manageComment {padding:15px; margin-bottom: 15px; font-size: 12px !important; background:#fff;}
.manageComment h4 {background:url(../img/icon-adminComment.png) #FF898B no-repeat; background-size: 16px auto; background-position: 5px 49%; padding:6px 5px 5px 25px; width: 130px;line-height: 1; margin-bottom: 10px;font-size: 14px;color: #fff;}

.manageComment p {margin-bottom: 10px;}
.manageComment p:last-child {margin-bottom: 0;}

/* 詳細へ移動ボタン */
.moveBtn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:#F1CB5D url("../img/arrowDouble.png");background-repeat: no-repeat; background-size: 16px auto; background-position: 98% 50%; transition: .4s; width: 100%; margin: 0 auto 2%; text-align: center;}
.moveBtn:hover {color: #fff; background:#1BC8D7 url("../img/arrowDouble.png");background-repeat: no-repeat; background-size: 16px auto; background-position: 99% 50%;}
a .gradBtn {text-align: center;color: #fff; font-weight: 700;padding: 8px 10px;box-sizing: border-box;height: 40px;border-radius: 25px;width: 60%;margin: 0 auto 2%; font-size: 14px;}
.gradBtn-01 {background: #52A0FD;background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);}
.gradBtn-02 {background: #44ea76;background: linear-gradient(to right, #44ea76 0%, #39fad7 80%, #39fad7 100%);}
.gradBtn-03 {background: #fa6c9f;background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);}

/* 詳細へ移動ボタン */
.offerBtn{position: relative; font-weight: bold; padding: 1% 0; font-size: 14px; text-decoration: none; color:#fff; background:#C4C4C4 url("../img/arrowDouble.png"); background-repeat: no-repeat; background-size: 14px auto; background-position: 98% 50%; transition: .4s; width: 50%; margin: 0 auto 2%; text-align: center;}
.offerBtn:hover {color: #fff; background:#1BC8D7 url("../img/arrowDouble.png");background-repeat: no-repeat; background-size: 14px auto; background-position: 99% 50%;}
@media screen and (max-width: 800px) {
.offerBtn{width: 80%; margin: 0 auto 2%; text-align: center;}
}


/*.noAdShopList */
.noAdShopList {}
.noAdShopList .Cnt {width: 980px;margin: 0 auto;}
.noAdShopList .Cnt ul {overflow: hidden;}
.noAdShopList .Cnt ul li {margin-bottom: 35px;background:#fff;border: 1px solid #EFEFEF; box-sizing: border-box;float: left;width: 49%;}
.noAdShopList .Cnt ul li:nth-child(2n) {float: right;}
.noAdShopList .Cnt ul li h3.tit{font-size: 16px;margin-bottom:0;background:#ffe4e5; padding: 2%; font-weight: 500;}
.noAdShopList .Cnt ul li h3.tit a {color:#2F2E2E; text-decoration: underline;}
.noAdShopList .Cnt ul li .bushBlock {margin-bottom: 0}
.noAdShopList .Cnt ul li .balloonTop {margin: 10px 0 0}
.noAdShopList .Cnt ul li table {width: 96%; margin: 0 auto 2%;border: none;}
.noAdShopList .Cnt ul li th, .noAdShopList .Cnt ul li td {vertical-align: middle;font-size: 16px;border-collapse: collapse;border-spacing: inherit;}
.noAdShopList .Cnt ul li th {padding: 1% 1% 1% 4%; background: #f9f9f9; width: 15%;vertical-align: middle; text-align: left; color: #1A1A1A}
.noAdShopList .Cnt ul li td {padding: 1% 1%; width: 25%; box-sizing: border-box;font-size: 12px;}
.noAdShopList .Cnt ul li td a .moveBtn{position: relative; font-weight: bold; padding: 5px 5px; text-decoration: none; color: #fff; background:#C3C3C3; transition: .4s; width: 80%; margin: 0 auto; text-align: center; border-radius:20px; }
.noAdShopList .Cnt ul li td a .moveBtn:hover {color: #fff; background:#1BC8D7;background-repeat: no-repeat; background-size: 16px auto; background-position: 99% 50%;}
.noAdShopList .Cnt ul li .areaTit {background: #f9f9f9 url("../img/icon-area.png"); background-repeat: no-repeat; background-size: 24px auto; background-position: 4% 50%; }
.noAdShopList .Cnt ul li .telTit {background: #f9f9f9 url("../img/icon-tel.png"); background-repeat: no-repeat; background-size: 24px auto; background-position: 4% 50%; }
.noAdShopList .Cnt ul li .hpTit {background: #f9f9f9 url("../img/icon-hp.png"); background-repeat: no-repeat; background-size: 24px auto; background-position: 4% 50%; }
.noAdShopList .Cnt ul li .timeTit {background: #f9f9f9 url("../img/icon-time.png"); background-repeat: no-repeat; background-size: 24px auto; background-position: 4% 50%; }
.noAdShopList .Cnt ul li .stationTit {background: #f9f9f9 url("../img/icon-station.png"); background-repeat: no-repeat; background-size: 24px auto; background-position: 4% 50%; }
.noAdShopList .Cnt ul li .ageRuleTit {background: #f9f9f9 url("../img/icon-age.png"); background-repeat: no-repeat; background-size: 24px auto; background-position: 4% 50%; }
.noAdShopList .Cnt ul li .moveBtn {width: 96%; margin: 0 auto 2%}

/* areaKuchikomi */
.areaKuchikomi {overflow: hidden; margin: 10px 0;position: relative; padding:10px 2%;background: #fff; border: #eee solid 2px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; color: #666;border-radius: 4px;}
.areaKuchikomi .block {overflow: hidden;}
.areaKuchikomi .photo {float: left;width: 90px;height: 90px;border-radius: 50%;line-height: 1;overflow: hidden;border: 2px solid #BBBBBB;position: relative;}
.areaKuchikomi img {width: 100%; height: auto;display: inline-block;line-height: 0;}
.areaKuchikomi .icon {position: absolute;width: 120px;line-height: 1;z-index: 1;top: 50px;left: 0%;}
.areaKuchikomi .txt {width: 100%;font-size: 12px;}
.areaKuchikomi a {color:#1D1D1D;}
.areaKuchikomi .latestTitle {border-left: none;color:#26D5D8;font-size: 16px; line-height: 1; margin-bottom: 8px;padding: 0;font-weight: bold;}
.areaKuchikomi .comment {font-size: 14px;overflow: hidden; position: relative;margin: 0; border: 0; padding: 0; width: 100%;}
.areaKuchikomi .eval {width: 50%; margin: 0 0 2px; padding:0;font-size: 13px;overflow: hidden;}
.areaKuchikomi .eval dl {width: 100%; /*overflow: hidden;*/}
.areaKuchikomi .eval dl dt {float: left; width: 18%;font-weight: bold;}
.areaKuchikomi .eval dl dd {float: left; width: 32%;font-weight: bold;padding: 0;}
.areaKuchikomi .eval dl dd span {color: #EC3B3E; font-size: 18px; padding-right: 5px;line-height: 0;}
.areaKuchikomi .eval dl dd img {width: 15px; height: auto; margin-right: 1px; line-height: 1;}
.areaKuchikomi .shortComment {font-size: 12px;}
.areaKuchikomi .read { background:rgba(255,140,142,.80);position: absolute; width: 150px; height: 20px; text-align: center; padding: 5px; border-radius: 6px; color: #fff;top: 20%;left: 0;right: 0;bottom: 0;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}

@media screen and (max-width: 800px) {
.recommendShop {margin: 20px auto 30px; width: 96%; }
.recommendShop .title {height: auto; line-height: 1.2; color: #fff; font-size: 18px; display: block; padding: 2%; width: 96%;}
.recommendShop .main {display: table; margin: 2%;}
.recommendShop figure {width: 100%; display: block; margin-bottom: 10px;}
.recommendShop figure img {width: 100%;height: auto;}
.recommendShop .shopText {width: 100%; padding-left:0; display: block;}
.recommendShop h2 {background: #31b4be; padding: 1% 2%; width: 96%;text-decoration: none !important; margin-bottom: 10px;}
.recommendShop h2 a{color: #fff;}
.recommendShop .prText {}

.areaShopList {width: 100%;padding: 0 0 30px}
.areaShopList .Cnt {width: 96%;margin: 0 auto;padding: 15px 0 30px;}
.shopListWrap .shopList {width: 100%;margin-bottom: 30px;}
.shopListWrap .shopList .shopListDetail {overflow: hidden; margin-bottom: 20px;}
.shopListWrap .shopList dt.shopName {line-height: 1.4; font-size: 18px; text-align: center;padding: 2%;}
.shopListWrap .shopList dt.shopName h2 {margin-bottom: 0;}
.shopListWrap .shopList dd {padding: 2%;}
.shopListWrap .shopList dd .prText {font-weight: bold;font-size: 12px;}
.shopListWrap .shopList .shopListDetail>a>img {width: 100%; float:none; margin-bottom: 10px;}
.shopListWrap .shopList .shopListDetail>.detailBox {width:100%; float:none;}
.shopListWrap .shopList .shopListDetail>.detailBox dl {width: 100%; overflow: hidden; border: 1px solid #ccc; border-top: none; background:#F59092;font-size: 12px;}
.shopListWrap .shopList .shopListDetail>.detailBox dt {width: 40%; float: left; padding: 1% 2%; border-top: 1px solid #ccc;  box-sizing: border-box;}
.shopListWrap .shopList .shopListDetail>.detailBox dd {margin-left: 40%; padding: 1% 2%; border-left: 1px solid #ccc; border-top: 1px solid #ccc;background: #fff;}
.shopListWrap .shopList .shopListDetail>.detailBox dt {background-color:#FD9898; padding-left:25px; text-align: left;vertical-align: middle; color: #fff;}
.shopListWrap .shopList .shopListDetail>.detailBox dt.areaTit,
.shopListWrap .shopList .shopListDetail>.detailBox dt.telTit,
.shopListWrap .shopList .shopListDetail>.detailBox dt.hpTit,
.shopListWrap .shopList .shopListDetail>.detailBox dt.timeTit,
.shopListWrap .shopList .shopListDetail>.detailBox dt.stationTit,
.shopListWrap .shopList .shopListDetail>.detailBox dt.ageRuleTit {background-size: 18px auto; background-position: 2% 50%;}

.shopListWrap .shopList .btnWrap, .shopListWrap .shopList .btnWrap2, .shopListWrap .shopList .btnOptionWrap {width: 100%;}
.shopListWrap .shopList .btnWrap2 li {width: 48%;padding: 1% 0;color: #fff;font-weight: bold;font-size: 14px;}
.meritList {margin-bottom: 15px;}
.meritList li {padding: 5px;font-size:10px;margin-right: 10px;margin-bottom: 5px;}
/* 運営コメント */
.manageComment {padding:2%; margin-bottom: 15px;}
.manageComment h4 {background-size: 14px auto;padding:6px 5px 5px 25px; width: 130px;margin-bottom: 10px;font-size: 13px;}
/* 詳細へ移動ボタン */
.moveBtn{padding: 2% 0;}

.noAdShopList {}
.noAdShopList .Cnt {width: 96%;}
.noAdShopList .Cnt ul {}
.noAdShopList .Cnt ul li {margin-bottom:2%;padding: 2%;box-sizing: border-box;width: 100%}
.noAdShopList .Cnt ul li h3.tit{ font-size: 16px;margin-bottom: 10px;}
.noAdShopList .Cnt ul li th, .noAdShopList .Cnt ul li td {padding:1%; min-width: 60px;font-size: 10px;}
.noAdShopList .Cnt ul li th {background: #ECECEC; width: 85px; text-align: center;vertical-align: middle;}

.areaKuchikomi {margin:0 auto 2%; width: 100%;}
.areaKuchikomi .latestTitle {font-size: 14px;margin-bottom: 3px; line-height: 1.4;}
.areaKuchikomi .photo {float: left;width: 60px;height: auto;border-radius: 5px;line-height: 0;}
.areaKuchikomi .photo img {line-height: 0;}
.areaKuchikomi .txt { float: none; width: 100%;font-size: 11px;}
.areaKuchikomi .icon {position: absolute;width: 80px;line-height: 1;z-index: 1;top: 70px;left: 0%;}
.areaKuchikomi .eval {padding: 4px 0 0 0;font-size: 13px;width: 100%}
.areaKuchikomi .eval dl dt {font-size: 10px;width: 24%;}
.areaKuchikomi .eval dl dd {width: 26%; line-height: 1;}
.areaKuchikomi .eval dl dd img {width: 9px; margin-right: 0;}
}



/*========================================
Search
=======================================*/
.searchCondition {background:#F6F6F6/*url("../img/bg-search.jpg") repeat-x*/; padding: 30px 0}
.searchCondition .Cnt {width: 980px;margin: 0 auto;}
.searchCondition .Cnt .numberText {color: #666;font-size: 16px; text-align: center;}
.searchCondition .Cnt th {width: 30%;font-size: 14px;padding: 5px 15px;}
.searchCondition .Cnt td {width: 70%;font-size: 14px;padding: 5px 15px;}
.searchCondition .Cnt  .searchText,
.searchCondition .Cnt  .searchText2 {font-size: 33px; font-weight: bold; color: #ff6699; text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;}
.searchCondition .Cnt  .searchText,
.searchCondition .Cnt  .searchText2 {font-size: 23px;}

@media screen and (max-width: 800px) {
.searchCondition {bpadding: 30px 0}
.searchCondition .Cnt {width: 96%;margin: 0 auto;}
.searchCondition .Cnt .numberText {color: #666;font-size: 16px; text-align: center;margin-bottom: 0}
.searchCondition .Cnt th {width: 30%;font-size: 12px;padding: 1%;}
.searchCondition .Cnt td {width: 70%;font-size: 12px;padding: 1%;}
.searchCondition .Cnt  .searchText,
.searchCondition .Cnt  .searchText2 {font-size: 26px;}
.searchCondition .Cnt  .searchText,
.searchCondition .Cnt  .searchText2 {font-size: 16px;}
}




/*========================================
Salon
=======================================*/
.salonDetail {box-sizing: border-box; border: 1px solid #ed9dae; overflow: hidden;margin: 35px auto 30px; width: 980px;}
.salonDetail .salonMV {line-height: 1; margin-bottom: 15px;width: 90%;margin: 20px auto 20px; }
.salonDetail .salonMV img {width: 100%; height: auto;border-radius: 8px;}
.salonDetail .salonTitle {background-color: rgba(236,84,121,0.3); width: 100%; height: 55px; line-height: 55px; color: #fff; font-size: 20px; display: table; text-align: center; white-space: nowrap; /*padding: 0 15px;*/font-weight: bold;}
.salonDetail .catchTxt {text-align: center; font-weight: bold;width: 90%;margin: 0 auto 20px; }
.salonDetail .topDetailBox {margin: 0 auto 20px; width: 90%;}
.salonDetail .topDetailBox table {margin-bottom: 20px;}
.salonDetail .topDetailBox th, .salonDetail .topDetailBox td {font-size: 12px;}
.salonDetail .topDetailBox th {padding: 5px;min-width: 70px;}
.salonDetail .topDetailBox td {padding: 5px;}
.applyBtn {padding: 15px 0;color: #fff;border: solid 2px #04D4DF;border-radius: 3px;transition: .4s;background: #04D4DF;margin: 0 auto 30px; text-align: center;font-weight: bold;width: 400px; }
.applyBtn:hover { color:#04D4DF;background: #fff}

.mvBtn {padding: 15px 0;color: #A0A0A0;border: solid 2px #A0A0A0;border-radius: 3px;transition: .4s;background: #fff url("../img/arrow-downGray.png") 96% 50% no-repeat; background-size: 16px auto; margin: 0 auto 30px; text-align: center;font-weight: bold;width: 400px; }
.mvBtn:hover { color:#fff;background: #A0A0A0 url("../img/arrow-downWhite.png") 96% 50% no-repeat; background-size: 16px auto;}
@media screen and (max-width: 800px) {
.mvBtn {padding: 15px 5% 15px 2%;width: 96%;box-sizing: border-box;font-size: 110% }
}
.outBtn {padding: 10px 0;color:#2A2A2A;border: solid 2px #E3E3E3;border-radius: 3px;transition: .4s;background: #E3E3E3;margin: 0 auto 60px; text-align: center;font-weight: bold;width: 200px; }
.outBtn:hover { color:#2A2A2A;background: #fff}

.adminPR {background: #F4F4F4;padding: 30px 0 30px;}
.adminPR .Cnt {width: 980px; margin: 0 auto;border: 1px solid #ed9dae;}
.adminPR .Cnt h2 {background-color: rgba(236,84,121,0.6); height: 55px; line-height: 55px; font-size: 21px; text-align: center;color: #fff;}
.adminPR .Cnt .txt {padding: 25px;background: #fff;}

.salonPR {background:url("../img/bg-salonPR.jpg") repeat;padding: 30px 0 30px;}
.salonPR .Cnt {width: 980px; margin: 0 auto 30px;border: 1px solid #ed9dae;}
.salonPR .Cnt h2 {background-color: rgba(236,84,121,0.6); height: 55px; line-height: 55px; font-size: 21px; text-align: center;color: #fff;}
.salonPR .Cnt .txt {padding: 25px;background: #fff;}

.jobInfo {width: 100%;padding: 30px 0 0}
.jobInfo .Cnt {width: 980px;margin: 0 auto;}
.jobInfo .Cnt table th, .jobInfo .Cnt table td {font-size: 14px;box-sizing: border-box;}
.jobInfo .Cnt table th {box-sizing: border-box; background-color: #f07694; width:24%; text-align: center; vertical-align: middle; color: #fff;padding: 1% 2%}
.jobInfo .Cnt table td {box-sizing: border-box;width: 76%; vertical-align: middle; font-size: 12px; border-collapse: collapse; border-spacing: inherit;padding: 1% 2%}
.jobInfo .Cnt table td figure.qr {max-width: 200px; height: auto;border: 1px solid rgba(213,213,213,1.00);margin-bottom: 10px;}
.jobInfo .Cnt table td figure img {width: 100%;height: auto;line-height: 0}

.jobInfo .Cnt .lineBOX {display: table;}
.jobInfo .Cnt .recAppeal {width: 70%;vertical-align: middle;display: table-cell;}
.jobInfo .Cnt .LINE {width: 30%;vertical-align: middle;display: table-cell;}
.jobInfo .Cnt .lineURL {max-width: 200px; overflow: hidden;}
.jobInfo .Cnt .lineURL img {width: 100%;height: auto;}
.jobInfo .Cnt .lineURL.Hv:hover {opacity: 0.8}
.appBtnBlock {width: 100%;padding: 30px 0;}
.appBtnBlock .Cnt {width: 840px;margin: 0 auto 30px;overflow: hidden;}
.appBtnBlock .Cnt .Btn {padding: 15px 0;color: #fff;border: solid 2px #04D4DF;border-radius: 3px;transition: .4s;background: #04D4DF; text-align: center;font-weight: bold;width: 400px; }
.appBtnBlock .Cnt .Btn:hover { color:#04D4DF;background: #fff}
.appBtnBlock .Cnt .Btn.Apply {float: left;}
.appBtnBlock .Cnt .Btn.Keep {float: right;}

@media screen and (max-width: 800px) {
.salonDetail {overflow: hidden;margin: 0 auto 30px; width: 100%;}
.salonDetail .salonMV {width: 100%;margin:0 auto 20px; }
.salonDetail .salonMV img {border-radius:0;}
.salonDetail .salonTitle {font-size: 16px;height: auto;}
.salonDetail .catchTxt {;width: 96%;margin: 0 auto 20px; }
.salonDetail .topDetailBox {margin: 0 auto 20px; width: 96%;}
.salonDetail .topDetailBox table {margin-bottom: 20px;}
.salonDetail .topDetailBox th, .salonDetail .topDetailBox td {font-size: 12px;}
.salonDetail .topDetailBox th {padding: 5px;width: 25%;}
.salonDetail .topDetailBox td {padding: 5px;width: 85%}
.applyBtn {padding: 10px 0;margin: 0 auto 20px;width: 96%}

.adminPR, .salonPR, .jobInfo{padding: 20px 0}
.adminPR .Cnt, .salonPR .Cnt, .jobInfo .Cnt, .appBtnBlock .Cnt {width: 96%;}
.adminPR .Cnt h2, .salonPR .Cnt h2 {font-size: 18px; text-align: center;color: #fff;}
.adminPR .Cnt .txt, .salonPR .Cnt .txt {padding: 2%;background: #fff;}

.jobInfo .Cnt table th, .jobInfo .Cnt table td {font-size: 14px;}
.jobInfo .Cnt table th {width: 100%;display: block;}
.jobInfo .Cnt table td {width: 100%;display: block;}
.jobInfo .Cnt table td figure.qr {max-width: 200px; height: auto;border: 1px solid rgba(213,213,213,1.00);margin:10px auto 10px;}
.jobInfo .Cnt .lineBOX {display: block;}
.jobInfo .Cnt .recAppeal {width: 100%;display: block;margin-bottom: 15px;}
.jobInfo .Cnt .lineURL {max-width: 200px;display: block; overflow: hidden; margin: 0 auto 10px;}

.balloonAP {position: relative; display: inline-block; margin: 1.5em 0; padding: 7px 10px; min-width: 120px; max-width: 100%; color: #555; font-size: 16px; background: #FFF; border: solid 3px #555; box-sizing: border-box;}
.balloonAP:before {content: ""; position: absolute; bottom: -24px; left: 50%; margin-left: -15px; border: 12px solid transparent; border-top: 12px solid #FFF; z-index: 2;}
.balloonAP:after {content: ""; position: absolute; bottom: -30px; left: 50%; margin-left: -17px; border: 14px solid transparent; border-top: 14px solid #555; z-index: 1;}
.balloonAP p { margin: 0; padding: 0;text-align: center;}

.appBtnBlock {padding: 0 0}
.appBtnBlock .Cnt .Btn {padding: 10px 0;width: 47%; }
.appBtnBlock .Cnt .Btn:hover { color:#04D4DF;background: #fff}
.appBtnBlock .Cnt .Btn.Apply {float: left;}
.appBtnBlock .Cnt .Btn.Keep {float: right;}
}


/*========================================
formArea
=======================================*/
.formArea {width: 100%;padding: 30px 0;}
.formArea .Cnt {width: 800px;margin: 0 auto;}
.formArea .Cnt dl {overflow: hidden;}
.formArea .Cnt dt {font-weight: bold;}
.formArea .Cnt dt .title {background: url(../img/icon-question.png) 0px 2px no-repeat; background-size: 26px auto; padding: 3px 0 0 30px;}
.formArea .Cnt dt .sup {font-size: 12px;}
.formArea .Cnt dt .sampleNote {padding: 1%;font-size: 12px;border-radius: 3px;background: #E7E7E7;margin-bottom: 1%;}
.formArea .Cnt dd { margin-bottom: 15px;padding-bottom: 15px; border-bottom: 1px solid rgba(240,240,240,1.00)}
.formArea .Cnt dd table {}
.formArea .Cnt dd table th {width: 80%;}
.formArea .Cnt dd table td {width: 20%;}
.formArea .Cnt dd table td input {float: left; width: 40px; text-align: center;padding: 10px 5px;margin-right: 5px;}
.formArea .Cnt dd table td .unit {padding-top: 7px;float: left;}
.formArea .Cnt dd table td .sup {float: left;font-size: 11px; padding-top: 13px;}

/*========================================
latestKuchikomi
=======================================*/
.latestKuchikomi {width: 100%;padding: 30px 0;}
.latestKuchikomi ul {width: 800px;margin: 0 auto;}
.latestKuchikomi li {overflow: hidden;position: relative; padding:2% 4%; margin-bottom: 10px;background: #fff; border: #eee solid 2px; color: #666;border-radius: 8px;}
.latestKuchikomi li .txt {width: 100%;}
.latestKuchikomi li a {color:#1D1D1D;}
.latestKuchikomi li .latestTitle {border-left: none;color:#26D5D8;font-size: 18px; line-height: 1; margin-bottom: 10px;padding: 0;font-weight: bold;}
.latestKuchikomi li .comment {font-size: 14px;overflow: hidden; position: relative;margin: 0; border: 0; padding: 0; width: 100%;}
.latestKuchikomi .eval {overflow: hidden; width: 100%; margin: 0 auto 2px; padding:0;font-size: 13px;}
.latestKuchikomi .eval dl {width: 100%; /*overflow: hidden;*/}
.latestKuchikomi .eval dl dt {float: left; width: 18%;font-weight: bold;}
.latestKuchikomi .eval dl dd {float: left; width: 32%;font-weight: bold;}
.latestKuchikomi .eval dl dd span {color: #EC3B3E; font-size: 18px; padding-right: 5px;line-height: 0;}
.latestKuchikomi .eval dl dd img {width: 15px; height: auto; margin-right: 1px; line-height: 1;}
.latestKuchikomi .shortComment {font-size: 16px;}
.latestKuchikomi .read { background:rgba(255,140,142,.80);position: absolute; width: 150px; height: 20px; text-align: center; padding: 5px; border-radius: 6px; color: #fff;top: 20%;left: 0;right: 0;bottom: 0;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}
.latestKuchikomi .read.green {background:rgba(2,173,171,.80)}

@media screen and (max-width: 800px) {
.latestKuchikomi {padding: 20px 0;}
.latestKuchikomi ul {width: 96%;}
.latestKuchikomi li {padding:3% 2%;width: 96%; margin-bottom: 10px;border-radius: 6px;}
.latestKuchikomi li .txt {width: 100%;}
.latestKuchikomi li .latestTitle {font-size: 16px;}
.latestKuchikomi li .comment {font-size: 14px;overflow: hidden; position: relative;margin: 0; border: 0; padding: 0; width: 100%;}
.latestKuchikomi .eval {overflow: hidden; width: 100%; margin: 0 auto 2px; padding:0;font-size: 13px;}
.latestKuchikomi .eval dl {width: 100%; /*overflow: hidden;*/}
.latestKuchikomi .eval dl dt {float: left; width: 18%;font-weight: bold;}
.latestKuchikomi .eval dl dd {float: left; width: 32%;font-weight: bold;}
.latestKuchikomi .eval dl dd span {color: #EC3B3E; font-size: 18px; padding-right: 5px;line-height: 0;}
.latestKuchikomi .eval dl dd img {width: 15px; height: auto; margin-right: 1px; line-height: 1;}
.latestKuchikomi .shortComment {font-size: 14px;}
.latestKuchikomi .read { background:rgba(255,140,142,.80);position: absolute; width: 150px; height: 20px; text-align: center; padding: 5px; border-radius: 6px; color: #fff;top: 20%;left: 0;right: 0;bottom: 0;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}
.latestKuchikomi .read.green {background:rgba(2,173,171,.80)}
}


/*========================================
salonTab
=======================================*/
.salonTab {width: 100%; max-width: 800px; margin: 0 auto 20px;overflow: hidden; padding: 0 0 20px;margin-bottom: 20px;}
.salonTab ul {}
.salonTab ul li {width: 50%; text-align: center; background: #E7E7E7 url("../img/arrow-white.png");background-repeat: no-repeat;background-position: 90% 50%; background-size: 12px auto;color: #fff;float: left;border-bottom: 5px solid #838383; -webkit-transition: 0.3s ease; transition: 0.3s ease;font-weight: bold;letter-spacing: 1px;position: relative;}
.salonTab ul li.now {border-bottom: 4px solid #F3484B; color:#fff;background: #F3484B;padding: 15px 0;position: relative;}
.salonTab ul li.now:before {content: ""; position: absolute;top: 106%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 15px solid #F3484B;}
.salonTab ul li a {display: block;padding: 15px 0;-webkit-transition: 0.3s ease; transition: 0.3s ease;color: #ABABAB}
.salonTab ul li:hover a {-webkit-transition: 0.3s ease; transition: 0.3s ease;background:#00C5C2 url("../img/arrow-white.png");background-repeat: no-repeat;background-position: 90% 50%; background-size: 12px auto;color:#fff;}




/*========================================
kuchikomiBlock
=======================================*/
.kuchikomiBlock {padding:0 0 30px}
.kuchikomiBlock .Cnt {width: 100%;margin: 0 auto;}
.kList {max-width: 800px; margin: 0 auto;}
.kList li {list-style: none; padding:25px; margin-bottom: 20px; border: #eee solid 2px; color: #666;border-radius: 6px;}
.kList li .heading {overflow: hidden; padding-bottom: 4px; border-bottom: 1px dotted #727272; margin-bottom: 10px;}
.kList li .under {overflow: hidden; font-size: 14px;}
.kList li .txt {width: 100%;font-size: 12px;}
.kList li a {color:#1D1D1D;}

.kList li .txt h2 {border-left: none; background: url(../img/icon-kuchikomi.png) no-repeat 0px 6px; background-size: 40px auto; color:#F18A8C; font-size: 20px; line-height: 1; margin-bottom: 20px; padding: 17px 0 16px 50px; border-top: 3px solid;  border-bottom: 3px solid;}
.kList li .txt h3 {position: relative;padding:2% 2% 2% 60px;background-image:url("../img/icon-q.png"), url("../img/bg-question.jpg");background-repeat: no-repeat, repeat; background-size: 35px auto, auto auto; background-position:10px 50%, top center; color:#313131;font-size: 20px; margin: 0 auto 15px;line-height: 1.4;border-radius: 6px;}
.kList li .answer {font-size: 16px; font-weight: bold; margin: 0 0 20px; color: #3B3B3B;position: relative;}
.kList li .txt figure {position: relative;}
.kList li .txt figure .read { background:rgba(255,87,87,.50);position: absolute; width: 200px; height: 40px; text-align: center; padding: 10px; border-radius: 6px; color: #fff;top: 0;left: 0;right: 0;bottom: 5%;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}

.kList li .txt h4:after {position: absolute; content: ''; top: 100%; left: 30px; border: 10px solid transparent; border-top: 10px solid url("../img/questionBG.png");width: 0;height: 0;}
.kList li .txt .name {margin-bottom: 5px;}
.kList li .txt .comment {font-size: 14px;overflow: hidden; position: relative;margin: 0; border: 0; padding: 0; width: 100%;}
.specialBalloon {width: 120px;}
.specialBalloon img {width: 100%;height: auto;}
.kList li .txt .abbr{}


.kList li .txt .readMore {position: relative;font-weight: bold; padding: 3% 0; text-decoration: none; color: #fff; background:#878787; transition: .4s; width: 100%;text-align: center;margin-top: 20px; border-radius: 4px;}
.kList li .txt .readMore:hover {background: #00bcd4;color: white;}
.kList li .txt .date { text-align: right; margin-bottom: 0; color: #7A7A7A}
.kList .eval {overflow: hidden; width: 100%; margin: 0 auto 8px; padding:0;}
.kList .eval dl {width: 100%; /*overflow: hidden;*/}
.kList .eval dl dt {float: left; width: 18%;font-weight: bold;}
.kList .eval dl dd {float: left; width: 32%;font-weight: bold;}
.kList .eval dl dd span {color: #EC3B3E; font-size: 20px; padding-right: 5px;line-height: 0;}
.kList .eval dl dd img {width: 18px; height: auto; margin-right: 1px; line-height: 1;}
.kList .appealBlock {border-radius: 0; border:none; text-align: center; color:rgba(50,50,50,1.00);background:url("../img/bg-vote.jpg") repeat; padding: 20px 2%;background-size: cover;}
.kList .appealBlock .tit {font-weight: bold;}
.kList .appealBlock .btn {width: 80%; margin: 0 auto 15px;padding: 0.5em 1em;background: #faf9f9; color: #343d46; text-align: center; border-bottom: solid 4px #c7c9cc; border-radius: 3px; font-weight: bold;}
.kList .appealBlock .btn span{padding: 2px 5px;border-radius: 3px;background:rgba(244,204,65,1.00); color: #fff; margin-right: 10px;font-size: 90%; font-weight: bold;}
.kList .appealBlock .sub {font-size: 90%; line-height: 1.4; margin-bottom: 0;}




@media screen and (max-width: 800px) {
.kuchikomiBlock {width: 100%;padding: 0 0 20px;}
.kuchikomiBlock .Cnt {width:96%;margin: 0 auto;}
.kuchikomiBlock .Cnt h2 {font-size: 16px;}
.kList {width: 100%;}
.kList li {margin-bottom: 15px;bborder-radius: 6px;}
.kList li .heading {overflow: hidden; padding-bottom: 4px; border-bottom: 1px dotted #727272; margin-bottom: 10px;}
.kList li .under {overflow: hidden; font-size: 14px;}
.kList li .txt {width: 100%;font-size: 12px;}
.kList li a {color:#1D1D1D;}
.kList li .txt h3 {border-left: none;color: #333;font-size: 18px; line-height:1; margin-bottom: 5px;}
.kList li .txt .name {margin-bottom: 5px;}
.kList li .txt .comment {font-size: 14px;overflow: hidden; position: relative;margin: 0; border: 0; padding: 0; width: 100%;}
.specialBalloon {width: 120px;}
.specialBalloon img {width: 100%;height: auto;}
.kList li .txt .abbr{}
.kList li .txt .read { background:rgba(229,64,130,0.8);position: absolute; width: 120px; height: 20px; text-align: center; padding: 10px; border-radius: 6px; color: #fff;top: 0;left: 0;right: 0;bottom: 0;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}
.kList li .txt .readMore {position: relative;font-weight: bold; padding: 10px 0; text-decoration: none; color: #fff; background:#878787; transition: .4s; width: 100%;text-align: center;margin-top: 20px; border-radius: 4px;}
.kList li .txt .readMore:hover {background: #00bcd4;color: white;}
.kList li .txt .date { text-align: right; margin-bottom: 0; color: #7A7A7A}
.kList .eval {overflow: hidden; width: 100%; margin: 0 auto 8px; padding:0;}
.kList .eval dl {width: 100%; /*overflow: hidden;*/}
.kList .eval dl dt {float: left; width: 18%;font-weight: bold;}
.kList .eval dl dd {float: left; width: 32%;font-weight: bold;}
.kList .eval dl dd span {color: #EC3B3E; font-size: 20px; padding-right: 5px;line-height: 0;}
.kList .eval dl dd img {width: 18px; height: auto; margin-right: 1px; line-height: 1;}
.kList .appealBlock {border-radius: 0; border:none; text-align: center; padding: 20px 2%}
.kList .appealBlock .tit {font-weight: bold;}
.kList .appealBlock .btn {width: 80%; margin: 0 auto 15px;padding: 0.5em 1em;background: #faf9f9; color: #343d46; text-align: center; border-bottom: solid 4px #c7c9cc; border-radius: 3px; font-weight: bold;}
.kList .appealBlock .btn span{padding: 2px 5px;border-radius: 3px;background:rgba(244,204,65,1.00); color: #fff; margin-right: 10px;font-size: 90%; font-weight: bold;}
.kList .appealBlock .sub {font-size: 90%; line-height: 1.4; margin-bottom: 0;}
}












/*========================================
MAIN
=======================================*/
.heroVisual { width:100%;line-height: 0; margin-bottom: 25px;position: relative;}
.heroVisual img{ width:100%; height: auto;}


/* 通常 */
table.commonTbl {margin-bottom:25px; width:100%;}
table.commonTbl th {border:1px solid #BCBCBC; background:#D3D3D3; padding:2%; text-align:left; vertical-align:top; width:20%;}
table.commonTbl td {border:1px solid #BCBCBC; padding:2%;}


/*========================================
COMMON STYLE
=======================================*/
.indexNormal, #areaHead, #nearArea, #therapistHead, .Report {border-radius: 6px; padding:0; overflow: hidden;background: #fff;}
#areaHead h1, .Report h2 {font-size: 26px;margin-bottom: 12px;color: #81d4cb;border-top: 3px solid #81d4cb;border-bottom: 3px solid #81d4cb;}
#therapistHead h1 {background:url(../img/therapist/bg-h1.jpg) repeat; color: #fff;border-radius: 6px; padding: 1%; margin-bottom: 15px;font-size: 20px;}
#therapistHead h1 span {display: block;font-size: 16px;}
#therapistHead h1 a {color: #fff;text-decoration: underline;}
#areaHead .Cnt{padding:4% 5%; font-size: 14px;}
.indexNormal .Cnt, #nearArea .Cnt, .Report .Cnt{padding:4% 5% 2%;}
#salonHead .Cnt, #therapistBlock .Cnt, #accessBlock .Cnt, #kuchikomiBlock .Cnt, #therapistHead .Cnt {padding:4% 5% 2%;}
.Normal .Cnt {padding: 4% 5%;width: 800px; margin: 0 auto;}
.Normal .Cnt h1{font-size: 26px;padding: 25px; margin-bottom: 30px; color:rgba(65,65,65,1.00); background: url("../img/bg-salonPR.jpg") no-repeat;text-align: center;}
.Normal .Cnt h2 {font-size: 20px; text-align:center; margin-bottom: 15px; padding: 1.5% 2%;border: none;}
#areaHead h2 {color: #81d4cb; background:#dbf5f2 url(../img/h2-areaHead.png) no-repeat; background-size: 14px auto; background-position: 10px 7px; padding: 4px 10px 5px 29px; border-radius: 4px; font-size: 16px;}
#nearArea h2 {color: #81d4cb; background:#dbf5f2 url(../img/h2-areaHead.png) no-repeat; background-size: 14px auto; background-position: 10px 7px; padding: 4px 10px 5px 29px; border-radius: 4px; font-size: 16px;}
.salonList {overflow: hidden;}


/*========================================
Column
=======================================*/
.Column .Cnt {padding: 4% 5%;width: 800px; margin: 0 auto;font-size: 17px;font-family: 'Noto Sans JP', sans-serif;}
.Column .Cnt h1{font-size: 34px; line-height: 1.33;margin-bottom: 2%;}
.Column .Cnt h2 {padding: 16px 20px; background: #fce9e8; font-size: 28px; line-height: 1.4;margin-bottom: 2%}
.Column .Cnt h3 {font-size: 22px; position: relative; padding: 0.25em 0;margin-bottom: 2%;}
.Column .Cnt h3:after { content: ""; display: block; height: 3px; background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2); background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);}
.Column .Cnt h4 {padding: 0.25em 0.5em; color: #494949; background: transparent; border-left: solid 5px rgba(255,122,124,1.00);}
.Column .Cnt figure {margin-bottom: 2%;}
.Column .Cnt .txtItem {font-size: 18px;line-height: 1.7;}
.Column .Cnt .setTxt {font-size: 18px;line-height: 1.7;margin-bottom: 25px;}
.Column .Cnt .bold {font-weight: 800;}
.Column .Cnt p {line-height: 1.8;}

.WriterBlock {border: 2px solid #f7f7f7; box-sizing: border-box;overflow: hidden;padding:2%;width: 800px; margin: 0 auto 20px;}
.WriterBlock .photo {float: left; width: 20%;}
.WriterBlock .txt { float: right; width: 76%;}
.WriterBlock h2 {font-size: 16px;text-align: left;}
.WriterBlock h3 {font-size: 14px; margin-bottom: 15px;}
.WriterBlock p {font-size: 14px;}

.postItems {border: 2px solid #f7f7f7; box-sizing: border-box;overflow: hidden;padding:2% 2% 0;width: 800px; margin: 0 auto 20px;}
.postItems h3 {font-size: 16px;text-align: left;margin-bottom: 15px;}
.postItems ul {overflow: hidden;}
.postItems ul li {float: left;width:24%;margin: 0 1.3% 2% 0; box-sizing: border-box; }
.postItems ul li a {color: #000;}
.postItems .photo {margin-bottom: 10px;}
.postItems .date {font-size: 12px;font-weight: bold;}
.postItems .title {font-size: 14px; font-weight: bold;}

@media screen and (max-width: 800px) {
.Column .Cnt {padding: 4% 2%;width: 100%;box-sizing: border-box;font-size: 16px;}
.Column .Cnt h1{font-size: 26px; line-height: 1.33;margin-bottom: 2%;padding-top: 10px}
.Column .Cnt h2 {padding: 16px 2%; font-size: 22px;}
.Column .Cnt h3 {font-size: 19px; position: relative; padding: 0.25em 0;margin-bottom: 2%;}
.Column .Cnt h3:after { content: ""; display: block; height: 3px; background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2); background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);}
.Column .Cnt h4 {padding: 0.25em 0.5em; color: #494949; background: transparent; border-left: solid 5px rgba(255,122,124,1.00);}
.Column .Cnt figure {margin-bottom: 2%;}
.Column .Cnt .txtItem {font-size: 18px;line-height: 1.7;}
.Column .Cnt .setTxt {font-size: 18px;line-height: 1.7;margin-bottom: 25px;}
.Column .Cnt .bold {font-weight: 800;}
.Column .Cnt p {line-height: 1.8;}

.WriterBlock {border: 3px solid #f7f7f7; padding:2%;width: 96%; margin: 0 auto 20px;}
.WriterBlock .photo {float: none; width: 20%;margin: 0 auto 2%}
.WriterBlock .txt { float: none; width: 100%;}
.WriterBlock h2 {font-size: 16px;text-align: left;}
.WriterBlock h3 {font-size: 14px; margin-bottom: 15px;}
.WriterBlock p {font-size: 12px;}

.postItems {border: 3px solid #f7f7f7; padding:2% 2% 0;width: 96%; margin: 0 auto 20px;}
.postItems h3 {font-size: 16px;text-align: left;margin-bottom: 15px;}
.postItems ul {overflow: hidden;}
.postItems ul li {float: left;width:49%;margin: 0 2% 2% 0; box-sizing: border-box;min-height: 120px; }
.postItems ul li:nth-child(2n) {float: right;margin-right: 0;}
.postItems ul li a {color: #000;}
.postItems .photo {margin-bottom: 10px;}
.postItems .date {font-size: 12px;font-weight: bold;}
.postItems .title {font-size: 14px; font-weight: bold;}

}


/*========================================
Howto
=======================================*/
.HowTo .Cnt {padding: 4% 5%;width: 700px; margin: 0 auto;}
.HowTo .Cnt h2 {position: relative; display: inline-block;margin: 2em auto; text-align: center;width: 100%; font-size: 21px; color: #F3616E;}
.HowTo .Cnt h2:before {content: ''; position: absolute; bottom: -15px; display: inline-block; width: 60px; height: 3px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);  background-color:#F3616E; border-radius: 2px;}
.HowTo .Cnt .block {margin: 0 auto 60px;overflow: hidden;}
.HowTo .Cnt .block figure{ float: left; width: 50%;}
.HowTo .Cnt .block .txt {float: right;width: 48%;}

@media screen and (max-width: 800px) {
.HowTo .Cnt {padding: 2% 0;width: 96%; margin: 0 auto;}
.HowTo .Cnt h2 {position: relative; display: inline-block;margin: 2em auto; text-align: center;width: 100%; font-size: 21px; color: #F3616E;}
.HowTo .Cnt h2:before {content: ''; position: absolute; bottom: -15px; display: inline-block; width: 60px; height: 3px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);  background-color:#F3616E; border-radius: 2px;}
}

/*========================================
SITEMAP
=======================================*/
#siteMap {overflow: hidden;}
#siteMap ul {}
#siteMap ul li:hover {text-decoration: underline;}
#siteMap ul li {position: relative; display: block; margin-bottom: 5px; font-size: 16px;}
#siteMap ul li a { color:#248FD4;}
#siteMap ul .lv1{margin-left: 20px; font-weight: bold;}
#siteMap ul .lv1:before {position: absolute; top: .4em; left: -1em; display: block; width: 10px; height: 10px; border-radius: 0; background-color: #248FD4; content: "";}
#siteMap ul .lv2 {margin-left: 40px;font-weight: normal}
#siteMap ul .lv2:before {position: absolute; top: .5em; left: -1em; display: block; width: 5px; height: 5px; border-radius: 100%; background-color: #248FD4; content: "";}



/*========================================
AREA
=======================================*/
#areaHead h1 {}
#areaHead .areaTxt {border-radius: 6px; background:url(../img/bg-areaTxt.png) repeat-y; padding:2% 8%;margin-bottom: 20px;}
.loading {width: 270px; margin: 20px auto; text-align: center;}
.loading img {width: 100%;}
/* linkSalon */
.linkSalons {}
.linkSalons .salonInfo{margin:0 auto 20px; width: 96%; padding: 2%;border-radius: 6px; color: #666;position: relative;overflow: hidden;background: #e5fff6;background: -moz-linear-gradient(top, #e5fff6 0%, #8cffd6 100%);background: -webkit-linear-gradient(top, #e5fff6 0%,#8cffd6 100%);background: linear-gradient(to bottom, #e5fff6 0%,#8cffd6 100%);}
.linkSalons .salonInfo a {color:#1D1D1D;}
.linkSalons .salonInfo h3 {font-size: 18px;line-height: 1.4;border:3px solid #81d4cb; background: url(../img/bg-salonName.png) repeat; border-left:none; border-right: none; padding: 6px 0;margin-bottom: 5px;}
.linkSalons .salonInfo h3 a {color:#0084b2;}
.linkSalons .salonInfo h3 a:hover {text-decoration: underline;}

.linkSalons .heading {position: relative;overflow: hidden; margin-bottom: 10px;}
.linkSalons .heading .salonPhoto {float: left; width: 25%; overflow: hidden;line-height: 0;border-radius: 4px;box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5); position: relative;}
.linkSalons .heading .salonPhoto img {width: 100%; height: auto;display: inline-block; line-height: 0;}
.linkSalons .heading .salonPhoto .closeIcon {position: absolute; max-width: 150px; max-height: 76px; margin: auto auto; top:0; bottom:0;left: 0; right: 0;}
.linkSalons .heading .salonPhoto .closeIcon img {width: 100%; height: auto;}
.linkSalons .heading .salonName { float: right; width: 73%;overflow: hidden}
.linkSalons .salonInfo .salonFlag {overflow: hidden; font-weight: bold;}
.linkSalons .salonInfo .type { float: left; text-align: center;font-size: 10px; background: #C8C8C8; color:#2B2B2B; padding: 1px 2px; border-radius: 2px; margin: 0 4px 4px 0;border: 1px solid #CCCCCC;}
.linkSalons .jenre-1, .linkSalons .jenre-2, .linkSalons .jenre-3, .linkSalons .jenre-4, .linkSalons .jenre-5, .linkSalons .jenre-6, .linkSalons .jenre-7, .linkSalons .jenre-8, .linkSalons .jenre-9, .linkSalons .jenre-10, .linkSalons .jenre-01, .linkSalons .jenre-02, .linkSalons .jenre-03, .linkSalons .jenre-04, .linkSalons .jenre-05, .linkSalons .jenre-06, .linkSalons .jenre-07, .linkSalons .jenre-08, .linkSalons .jenre-09, .linkSalons .jenre-010 { float: left; text-align: center;font-size: 10px; padding: 1px 2px; border-radius: 2px; border: 1px solid #CCCCCC; margin: 0 4px 4px 0;}
.linkSalons .jenre-1, .linkSalons .jenre-01 { background: #F5DE8E; color:#2B2B2B;border: 1px solid #CFA03B;}
.linkSalons .jenre-2, .linkSalons .jenre-02 { background: #F5DE8E; color:#2B2B2B;border: 1px solid #CFA03B;}
.linkSalons .jenre-3, .linkSalons .jenre-03 { background: #FCB6D5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-4, .linkSalons .jenre-04 { background: #FCB6D5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-5, .linkSalons .jenre-05 { background: #FCB6D5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-6, .linkSalons .jenre-06 { background: #69B2F5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-7, .linkSalons .jenre-07 { background: #69B2F5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-8, .linkSalons .jenre-08 { background: #69B2F5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-9, .linkSalons .jenre-09 { background: #69B2F5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .jenre-10, .linkSalons .jenre-010 { background: #69B2F5; color:#2B2B2B;border: 1px solid #CCCCCC;}
.linkSalons .heading .salonName .name {display: block;}
.linkSalons .heading .salonName dl{overflow: hidden;position: relative;margin-bottom: 2px; font-size: 12px; height: 18px;width: 80%; padding:5px 0 5px 0;}
.linkSalons .heading .salonName dl dt{ float: left; width: 40%;}
.linkSalons .heading .salonName dl dt img{width: 20px;position: absolute;top: 3px;}
.linkSalons .heading .salonName dl dt span {padding-left: 25px;}
.linkSalons .heading .salonName dl dd{ float: right; width: 60%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.linkSalons .heading .salonName dl dd span, .imp {font-size: 140%; font-weight: bold; color: #FB3D40;line-height: 1;}
.linkSalons .heading .callBtn {position: absolute; width: 70px; height: 70px; bottom: 0; right: 0;}
.linkSalons .heading .callBtn img {width: 100%; height: auto;}
.linkSalons .salonPhoto .jenre {font-size: 12px; text-align: center; font-weight: bold;width: 40px; height: 20px;color: #fff; padding: 15px 5px;position: absolute; top: -18px;right: -25px; border-radius: 50%;box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);background: -moz-radial-gradient(center, ellipse cover, #53b9ac 0%, #4caa99 100%);background: -webkit-radial-gradient(center, ellipse cover, #53b9ac 0%,#4caa99 100%);background: radial-gradient(ellipse at center, #53b9ac 0%,#4caa99 100%);}
.linkSalons .serviceInfo {overflow: hidden;}
.linkSalons .serviceInfo dl{overflow: hidden;position: relative;margin-bottom: 5px; font-size: 12px; width: 100%; border-bottom: 1px solid #C3C3C3; padding: 5px 0;}
.linkSalons .serviceInfo dl dt{ float: left; width: 20%;}
.linkSalons .serviceInfo dl dt img{width: 20px;position: absolute;top: 3px;}
.linkSalons .serviceInfo dl dt span {padding-left: 25px;}
.linkSalons .serviceInfo dl dd{ float: right; width: 80%;}
.linkSalons .serviceInfo .tag{padding: 0 5px 0 20px; font-size: 10px; font-weight: bold; height: 25px; line-height: 25px; background: #E8E8E8 url(../img/icon-ok.png) no-repeat; background-size: 15px; background-position: 2px 45%; border: #eee solid 1px; color: #666; border-radius: 3px;float: left; width: auto; margin:-4px 5px 8px 0;}
.linkSalon li .Photo {width: 100%;}
.salonBtns {overflow: hidden;}
.discountBtn {width: 98%;overflow: hidden;background: #e4bb53;background: -moz-linear-gradient(top, #e4bb53 0%, #fccd4d 50%, #9c6a33 51%, #e4bb53 100%); background: -webkit-linear-gradient(top, #e4bb53 0%,#fccd4d 50%,#9c6a33 51%,#e4bb53 100%);background: linear-gradient(to bottom, #e4bb53 0%,#fccd4d 50%,#9c6a33 51%,#e4bb53 100%); display: block;padding: 1%; margin-top: 15px;}
.discountBtn.Hv:hover {opacity: 0.8;}
.discountBtn .block {background:url(../img/bg-coupon.jpg); margin:0; width: 100%; padding: 0; overflow: hidden;height: 60px;}
.discountBtn .photo {float: left; width: 22%; overflow: hidden;}
.discountBtn .photo img {width: 100%;}
.discountBtn .details {width: 70%; float: left;}
.discountBtn .arrow{ width: 8%; float: right; background-size: 23px 43px; background: url(../img/arrow-white.png) #D54143 no-repeat; background-position: 50% 50%;height: 60px;padding:0;}
.discountBtn .block .headTxt{ background:#E8E8E8;font-size: 12px; padding: 5px 5px 3px; font-weight: bold;}
.discountBtn .leftTxt {float: left; width:48%;font-weight: bold; padding:8px 0 0 2%;font-size: 17px;}
.discountBtn .rightTxt {float: right;width:48%;font-weight: bold;padding: 18px 2% 0% 0; line-height: 0; text-align: right;font-size: 17px;}
.discountBtn .rightTxt span{color:#D54143;font-size: 26px;}

.linkSalons .adminComment {padding:5px; margin-bottom: 10px; font-size: 14px; background:#FFE9E9;}
.linkSalons .adminComment h4 {background:url(../img/icon-adminComment.png) #fff no-repeat; background-size: 16px auto; background-position: 5px 49%; padding:6px 5px 5px 25px; width: 90px;line-height: 1;margin-bottom: 5px;}
.linkSalons .adminComment .txt {}

.therapistListTable {display:table; width:100%; margin:0 0 20px; padding:0;background: url(../img/bg-linkTxt.jpg) repeat;}
.therapistListTable li {display:table-cell; width:25%; position: relative; border:3px solid #fff; list-style:none;box-sizing:border-box;vertical-align: middle;}
.therapistListTable li a {display: grid;}
.therapistListTable li .photo {border: 3px solid #fff; position: relative; min-height: 200px;}
.therapistListTable li .photo.last {position: relative; min-height: 200px;background: url(../img/bg-linkTxt.jpg) repeat;border:none;}
.therapistListTable li .photo.last img {opacity: 0;}
.therapistListTable li .photo.Hv:hover {opacity: 0.7;}
.therapistListTable li .name {position: absolute;width: 100%;text-align: center; color: #fff; background: url(../img/grad-01.png); bottom: 0; padding: 30px 0 10px;}
.therapistListTable li .linkTxt {position: absolute;top:0;bottom:0; left:0;right:0;width: 100%; height: 100%; text-align: center; background: url(../img/bg-linkTxt.jpg) repeat;}
.therapistListTable li .linkTxt a {font-weight: bold; position: relative; top:37%; text-decoration: underline; color: #FC5267}


/* linkArea */
.linkArea {overflow: hidden;}
.linkArea a {float: left; width: 44%; text-align: left; margin:0 0 20px; overflow: hidden; padding:10px 2%; border: #eee solid 1px; color: #666;background: #63cde2;background: -moz-linear-gradient(top, #63cde2 50%, #5ab7ce 50%, #63cde2 100%);background: -webkit-linear-gradient(top, #63cde2 50%,#5ab7ce 50%,#63cde2 100%);background: linear-gradient(to bottom, #63cde2 50%,#5ab7ce 50%,#63cde2 100%);-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.linkArea a:nth-child(2n) { float: right;}
.linkArea a li {background: url(../img/icon-map.png) no-repeat 0 50%; background-size: 14px; padding: 0 0 0 30px; color: #fff;}
.linkArea a:hover {background: #6bddf4;background: -moz-linear-gradient(top, #6bddf4 49%, #5ab7ce 50%, #67ceea 50%, #6bddf4 100%);background: -webkit-linear-gradient(top, #6bddf4 49%,#5ab7ce 50%,#67ceea 50%,#6bddf4 100%);background: linear-gradient(to bottom, #6bddf4 49%,#5ab7ce 50%,#67ceea 50%,#6bddf4 100%);-webkit-transition: 0.3s ease; transition: 0.3s ease;}


#therapistBlock .viewMore { width: 100%; overflow: hidden; display: block;}
#therapistBlock .viewMore .btn {width: 80px;margin: 15px auto;}
#therapistBlock .viewMore img {width: 100%; height: auto;}
/*========================================
SALON
=======================================*/
#salonHead, #therapistBlock, #accessBlock, #kuchikomiBlock, .Report {border-radius: 6px; padding:0; overflow: hidden;background: #fff;}
#salonHead h1, .Report h2 {font-size: 26px;margin-bottom: 20px;color: #81d4cb;border-top: 3px solid #81d4cb;border-bottom: 3px solid #81d4cb;}

#salonHead .heroVisual img {width: 100%; height: auto;box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);line-height: 0;border-radius: 6px;}
.heroVisual .Card{position: relative; width:100%;line-height: 0; margin-bottom: 25px;}
.heroVisual .closeIcon {position: absolute; max-width: 150px; max-height: 76px;top:2%; right: 2%; z-index: 1;}
.heroVisual .closeIcon img {width: 100%; height: auto;box-shadow: 0 2px 5px 0 rgba(0,0,0,0), 0 3px 3px -2px rgba(0,0,0,0) !important;}

#salonHead .setTxt {/*padding: 2%;background: #f9f9f9; border: #eee solid 1px;border-radius: 3px;*/}
#salonHead .setTxt h3 {border-left: none;color: #81d4cb;background: url(../img/icon-subT.png) no-repeat;background-size: 16px auto;background-position: 0px 4px;padding-left: 24px;border-bottom: 3px solid #81d4cb;margin-top: 25px;}
.subT {border-left: none;color: #81d4cb;background: url(../img/icon-subT.png) no-repeat;background-size: 16px auto;background-position: 0px 4px;padding-left: 24px;border-bottom: 3px solid #81d4cb;margin-top: 25px;}
.priceSystem {width: 100%; font-size: 80%; margin-bottom: 10px;}
.priceSystem th {text-align: left; width: 66%; background:#D2FFF0; padding:1% 2%;}
.priceSystem td {text-align: right; width: 26%; padding:1% 2%; font-weight: bold;}
.priceSystem td.note {text-align: left; font-weight:normal;}
.cautionBlock {}
.cautionBlock ul{background:#F1F1F1;border-radius: 5px;padding: 2% 2% 2% 5%;font-size: 80%;margin-bottom: 15px;}
.cautionBlock li{ list-style: decimal;}

/* access Map */
.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.ggmap iframe,.ggmap object,.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#accessBlock .Cnt .setTxt{margin-top: 20px;}

/* pointBlock */
.pointBlock {width: 100%; overflow: hidden;padding: 14px 0 20px; margin-bottom: 30px;}
.pointBlock .flex-container { float: left; width: 40%;padding-left: 10px;}
.pointBlock .txt {float: right; width: 55%;}
.pointBlock .txt .block {border: 2px #E0E0E0 solid; padding:4% 2% 2%; position: relative; border-radius: 6px; font-size: 12px; margin-bottom: 20px;}
.pointBlock .txt .block .tit {position: absolute; background: #D8D8D8; padding: 2px 10px; border-radius: 10px;left: -10px; top:-14px; font-weight: bold;font-size: 13px;}
.pointBlock .txt .block p {margin-bottom: 0;}
.pointBlock .txt .block dl{ width: 100%; overflow: hidden;}
.pointBlock .txt .block dl dt{ float: left; width: 50%}
.pointBlock .txt .block dl dd{ float: right; width: 50%; font-weight: bold; color: #0B71D0; text-align: center;}



/* payFlow */
.payFlow {width: 100%; overflow: hidden;padding: 16px 0 0;}
.payFlow .block {border: 2px #E0E0E0 solid; padding:3% 2% 2%; position: relative; border-radius: 6px; margin-bottom: 20px; margin-left: 10px}
.payFlow .block .tit {position: absolute; background:#2D2D2D; color: #fff; text-align: center; padding: 5px 10px; border-radius: 50%;left: -10px; top:-16px; font-weight: bold; width: 10px; font-size: 12px;}
.payFlow .block h4 {border-left: none; padding: 0; color:#2D2D2D; margin:0;}
.payFlow .block p {margin-bottom: 0; font-size: 90%;}

/* feature */
.feature {overflow: hidden; margin-bottom: 30px;}
.feature .t-row { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px 20px;box-sizing: border-box;background-color:#FDFDFD;}
.feature .t-row:nth-child(even) {background-color:#F3F3F3;}
.feature .t-row .t-title {min-width: 150px;max-width: 150px;font-weight:bold;box-sizing: border-box;}
.feature .t-row .t-content {display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}


/* basicInfo */
.basicInfo {overflow: hidden; padding:10px 2%; margin-bottom: 20px;background: #f7f7f7; border: #eee solid 2px; color: #666;border-radius: 3px;}
.basicInfo dl {overflow: hidden;float: left; width: 50%; font-size: 14px; margin-bottom: 10px;}
.basicInfo dl dt {float: left; width: 25%;}
.basicInfo dl dd {float: right; width: 75%;}
.basicInfo dl.long{width: 100%;}
.basicInfo dl.long dt {float: left; width: 12.5%;}
.basicInfo dl.long dd {float: right; width: 87.5%;}
.basicInfo dl.long dd .serviceTag {width: 100%; overflow: hidden;}
.basicInfo dl.long dd .serviceTag li {display: inline-block; padding: 0 5px 0 28px; font-size: 10px; height: 28px; line-height: 29px; background:#E8E8E8 url(../img/icon-ok.png) no-repeat; background-size: 20px; background-position: 5px 45%; border: #eee solid 1px; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;border-radius: 3px; float: left; width: auto; margin: 0 5px 5px 0}
.basicInfo .txt {float: left; width: 60%;}
.basicInfo .btns { float:right;width: 26%; margin-bottom: 0;margin-top: 4px;}
.basicInfo .txt .date {background: url(../img/icon-time.png) no-repeat 0 48%; background-size: 20px; padding-left: 26px;margin-bottom:0;}
.basicInfo .txt .author{background: url(../img/icon-author.png) no-repeat 0 48%; background-size: 20px; padding-left: 26px;margin-bottom: 0}
.basicInfo .btns li {float: right; width: 40%; text-align: right; line-height: 0;}
.basicInfo .btns li img {width: 40px;}
.update { text-align: right; font-size: 12px;}





/* ページ移動ボタン */
.moveOtherBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:#F1CB5D; background-size: 26px auto; transition: .4s; width: 96%; margin: 0 2% 4%; text-align: center; background-position: 37% 50%;}
.moveOtherBtn:hover {color: #fff; background:#1BC8D7;background-size: 26px auto;background-position: 37% 50%;}

.snsBtns {overflow: hidden; padding: 0 0; margin-top: 30px;}
.snsBtns ul {width: 100%; margin-bottom: 0;margin-top: 4px;}
.snsBtns ul li.tw {float: left; width: 49%; text-align: center; line-height: 1; background: url(../img/icon-tw.png) #00aced; background-repeat: no-repeat; background-position: 20% 50%; background-size: 25px auto; padding: 15px 0; color: #fff;}
.snsBtns ul li.ht {float: right; width: 49%; text-align: center; line-height: 1;background: url(../img/icon-ht.png) #00a4de; background-repeat: no-repeat; background-position: 20% 50%; background-size: 25px auto; padding: 15px 0; color: #fff;}
.snsBtns ul li:hover {opacity: 0.8;}






/* 関連サロン */
.relatedSalon {}
.relatedSalon li {overflow: hidden; padding:10px 2%; margin-bottom: 20px;background: #f9f9f9; border: #eee solid 2px; color: #666;border-radius: 8px;}
.relatedSalon li .heading {overflow: hidden; padding-bottom: 4px; border-bottom: 1px dotted #727272; margin-bottom: 10px;}
.relatedSalon li .under {overflow: hidden; font-size: 14px;}
.relatedSalon li .photo {float: left; width: 30%;}
.relatedSalon li .photo img {width: 100%; height: auto;display: inline-block;box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4); line-height: 0;border-radius: 6px;}
.relatedSalon li .txt { float: right; width: 68%;font-size: 12px;}
.relatedSalon li a {color:#1D1D1D;}
.relatedSalon li .txt h3 {border-left: none;background:none !important; padding-left: 0 !important; color: #333;font-size: 18px;margin-top: 0 !important; line-height: 1.5em; margin-bottom: 5px;padding: 0;}
.relatedSalon li .txt .name {margin-bottom: 5px;}
.relatedSalon dl {width: 100%; /*overflow: hidden;*/}
.relatedSalon dl dt {float: left; width: 20%;font-weight: bold;}
.relatedSalon dl dd {float: left; width: 80%;font-weight: bold;}
.relatedSalon dl dd span {color: #EC3B3E; font-size: 20px; padding-right: 5px;line-height: 0;}








/*========================================
Btn
=======================================*/
.readBtn { background:rgba(229,64,130,0.8);position: absolute; width: 120px; height: 20px; text-align: center; padding: 10px; border-radius: 6px; color: #fff;top: 0;left: 0;right: 0;bottom: 0;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}
.modalBtn { background:rgba(39,203,217,.9);position: absolute; width: 240px; height: 38px; text-align: center; padding: 10px; border-radius: 6px; color: #fff;top: 0;left: 0;right: 0;bottom: 0;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8) ;}
.modalBtn span {display: block; font-size: 86%;}
.modalBtn.Hv:hover {opacity: 0.8;}
.btnReadMore{position: relative; display: inline-block; font-weight: bold; padding: 10px 0; text-decoration: none; color: #00BCD4; background: #ECECEC; transition: .4s; width: 100%; text-align: center; margin-top: 10px;}
.btnReadMore:hover {background: #00bcd4;color: white;}

/* TOC */
.TOC {border: #f3f3f3 solid 2px; padding: 15px; margin-bottom: 35px; background: #fafafa;border-radius: 14px 0 14px 0 / 14px 0 14px 0; font-size: 14px !important;}
.TOC p { font-weight: bold; margin:0 0 10px;}
.TOC ul {overflow: hidden;}
.TOC ul li { margin-bottom: 5px; border-bottom: 1px dotted #9B9B9B; padding: 5px 0;}
.TOC ul li:first-child { margin-bottom: 5px; border-top: 1px dotted #9B9B9B;}
.TOC ul li:last-child { margin-bottom:0;}
.TOC a {color:#1D1D1D;}
.TOC ul li dl dd:hover {text-decoration: underline !important;}
.TOC ul li dl{ overflow: hidden; font-weight: bold;}
.TOC ul li.mrg-5 dl{margin-left: 5%;overflow: hidden; font-weight: normal;}
.TOC ul li dl dt{ float: left; width: 5%;font-size: 14px !important; display: none;}
/*.TOC ul li dl dd{ float: right; width: 95%;font-size: 14px !important;}*/
.TOC ul li dl dd{ float: left; width: 100%;font-size: 14px !important;}
.TOC ul li dl dd span {font-size: 14px !important;}
.TOC ul li.mrg-5 dl dt{ float: left; width: 10%;font-size: 13px !important; display: none;}
/*.TOC ul li.mrg-5 dl dd{ float: right; width: 90%;font-size: 13px !important;}*/
.TOC ul li.mrg-5 dl dd{ float: left; width: 95%;font-size: 13px !important;}
.TOC ul li.mrg-5 dl dd span {font-size: 13px !important;}
.mrg-5 {font-size: 90%;}

/* reportList */
.reportList {padding-bottom: 10px;}
.reportList ul{ overflow: hidden;}
.reportList ul a{ border: 1px solid #D3D3D3; overflow: hidden; margin-bottom: 10px;float: left; border-radius: 5px;}
.reportList ul a li {float: left; width: 96%; padding: 2%; background: url(../img/arrow.png) 97% 50% no-repeat; background-size: 20px; overflow: hidden;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.reportList ul a li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 20px; overflow: hidden;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.reportList ul a li .photo { float: left; width: 25%; overflow: hidden;}
.reportList ul a li .photo img {width: 100%; height: auto;display: inline-block;box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);line-height: 0;border-radius: 6px;}
.reportList ul a li .txt { float: right; width: 65%; padding-right: 5%;}
.reportList ul a li .txt h3 {background: #CFBCB2; border: none; padding:2px 2%; color: #fff; width: 96%; border-radius: 15px; margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* spList */
.spList {padding-bottom: 10px;}
.spList ul{ overflow: hidden;}
.spList ul a{border: 1px solid #D3D3D3; overflow: hidden; margin-bottom: 10px;float: left; border-radius: 5px;}
.spList ul a li {float: left; width: 96%; padding: 2%; background: url(../img/arrow.png) 97% 50% no-repeat; background-size: 20px; overflow: hidden;-webkit-transition: 0.3s ease; transition: 0.3s ease; box-sizing: border-box;}
.spList ul a li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 20px;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.spList ul a li .photo { float: left; width: 30%;}
.spList ul a li .photo img {width: 100%; height: auto;display: inline-block;box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);line-height: 0;border-radius: 6px;}
.spList ul a li .txt { float: right;width: 64%; padding-right: 4%;}
.spList ul a li h3 {border:none; padding-left: 0;}

/* newBushList */
.newBushList {padding-bottom: 10px; margin-bottom: 40px;}
.newBushList ul{ overflow: hidden;}
.newBushList ul a{ overflow: hidden; float: left; width: 100%; margin-bottom: 10px;}
.newBushList ul a li { padding: 10px; overflow: hidden;border: 1px solid #D3D3D3;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.newBushList ul a li:hover { padding: 10px; overflow: hidden;border: 1px solid #D3D3D3;-webkit-transition: 0.3s ease; transition: 0.3s ease;opacity: 0.8;}
.newBushList ul a li .dateTitle {display: flex;align-items: flex-start; margin-bottom: 8px;}
.newBushList ul a li .dateTitle h3 {font-size: 16px;}
.newBushList ul a li .dateTitle .date{ color: #fff; background:url(../img/bgDate.png) no-repeat; width: 70px; height: 23px; padding: 2px 5px; margin-right: 15px; font-size: 12px;}
.newBushList ul a li .photo { float: left; width: 30%; height: 120px; overflow: hidden;}
.newBushList ul a li .photo img {width: 100%; height: auto;line-height: 1;}
.newBushList ul a li .txt { float: right; width: 67%; font-size: 14px; color:#221815;}
.newBushList ul a li .txt .evaluate-star {display: inline-block; height: 14px;}
.newBushList ul a li .txt .evaluate-star img {width: 16px; height: auto; margin-right: 1px;}
.newBushList ul a li .txt .moreRead {color:#0078c5;}
.newBushList ul a li .txt .bottom { overflow: hidden; margin-top: 10px;font-size: 11px; color: #454545;}
.newBushList ul a li .txt .bottom .tit{ float: left; background: #E9E9E9; border:1px solid #C8C8C8; padding:1px; width: 40px; text-align: center; border-radius: 3px; margin-right: 10px;}
.newBushList ul a li .txt .bottom .ans{ float: left; padding:2px; margin-right: 15px;}


/*========================================
THERAPIST VALUE
=======================================*/
#therapistHead {background: #fff;}
.therapistValue {position: relative;}
.therapistValue .cond {position: absolute; left: -5%; top: -10px;z-index: 2;}
.therapistValue .cond img {width: 90px; height: auto;}
.therapistValue .therapistPhoto {float: left; width: 44%;}
.therapistValue .therapistPhoto img{ width: 100%; height: auto; line-height: 1; /*border: 2px solid #E8E8E8*/}
.therapistValue .txt { float: right; width: 50%;}
/*.therapistValue .txt  h3 {background: url(../img/icon-girl.png) no-repeat; background-size: 28px; padding-left: 40px; color:#0cb2ba; font-size: 16px; line-height: 1.4;font-weight: bold;border-left: 0;border-bottom: 2px solid #0cb2ba}*/
.therapistValue .txt  h3 span { display: block;}
.therapistValue .txt .prof { margin-bottom: 15px;}
.therapistValue .txt dl{ overflow: hidden; border-bottom: 1px dotted #E7E7E7; padding-bottom: 5px;font-size: 12px;margin-bottom: 5px;}
.therapistValue .txt dt{float: left; width: 30%}
.therapistValue .txt dd{float: right; width: 70%}
.therapistValue .txt dd .serviceTag {width: 100%; overflow: hidden;}
.therapistValue .txt dd .serviceTag li {display: inline-block; padding: 0 5px 0 20px; font-size: 9px; height: 27px; line-height: 27px; background:#E8E8E8 url(../img/icon-ok.png) no-repeat; background-size: 14px; background-position: 5px 45%; border: #eee solid 1px; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;border-radius: 3px; float: left; width: auto; margin: 0 5px 5px 0}
.therapistValue .txt .shopInfo h3 { text-align: center; font-size: 15px; border: 0; background:#81d4cb; font-weight:bold;margin-bottom: 10px;color: #fff; padding: 5px;}
.therapistValue .txt .shopInfo { font-size: 12px;overflow: hidden; margin-bottom: 15px;}
.postProf {overflow: hidden;}
.postProf h3 {padding-left: 0; border-left: 0; color: #fff; padding:1% 2%;border-radius: 4px; font-size: 14px; letter-spacing: 1px;}
.postProf h3.post01 {background:#AFAFAF url(../img/bg-h3_01.png) no-repeat; background-size: 20px; padding-left: 35px; background-position:10px 7px}
.postProf h3.post02 {background:#606060 url(../img/bg-h3_02.png) no-repeat; background-size: 20px; padding-left: 35px; background-position:10px 7px}
.postProf h3.post03 {background:#FF9A9B url(../img/bg-h3_03.png) no-repeat; background-size: 20px; padding-left: 35px; background-position:10px 7px}
.postProf h3.post04 {background:#67E7F1 url(../img/bg-h3_04.png) no-repeat; background-size: 20px; padding-left: 35px; background-position:10px 7px}
.postProf h3.post05 {background:#FF9A9B url(../img/bg-h3_05.png) no-repeat; background-size: 20px; padding-left: 35px; background-position:10px 7px}


.reserveBtn{position: relative; display: inline-block; font-weight: bold; padding: 3% 0; text-decoration: none; color: #00BCD4; background: #ECECEC; transition: .4s; width: 100%; text-align: center; margin-bottom: 15px;}
.reserveBtn:hover {background: #00bcd4;color: white;}

.linkBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #00BCD4; background: #ECECEC; transition: .4s; width: 50%; text-align: center;margin: 0 25% 15px; border-radius: 4px;}
.linkBtn:hover {background: #00bcd4;color: white;}


/*========================================
normal
=======================================*/

.labelLink {overflow: hidden; margin-bottom: 15px; border-bottom:#f3f3f3 solid 2px}
.labelLink li { float: left; padding: 4px 8px; text-align: center; background:#ee86a2;border-radius: 4px; margin:0 10px 10px 0; font-size: 12px; font-weight: bold;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.labelLink a {color: #fff;}
.labelLink a li:hover {background:#00C9BA;-webkit-transition: 0.3s ease; transition: 0.3s ease;}






/*========================================
KUCHIKOMI
=======================================*/
.kuchikomi { border-top: 4px solid #DADBDB; padding: 20px; margin-bottom: 20px;}
.kuchikomi h3 {color: #6E534C; border-left: 5px solid #6E534C; font-size: 20px; line-height: 1; padding-left: 10px; margin-bottom: 10px;}
.kuchikomi .post { font-size: 12px; color: #989898; margin-bottom: 15px;}
.kuchikomi .post .date { padding-right: 20px;}
.kuchikomi .post .name {}
.kuchikomi .txt { position: relative;}
.kuchikomi .btnArea {background: url(../img/bgKuchikomi.jpg) no-repeat; min-height: 77px; width: 660px; position: relative; padding: 40px 0;}
.kuchikomi .btnArea .btn { border: 2px solid #000; border-radius: 5px; text-align: center; background: #fff; padding: 10px; margin:0 auto; width: 80%; line-height: 1;}


/*========================================
MY PAGE, LOGIN
=======================================*/
.loginInput input {margin-bottom: 2%;}

.myPageProf {border-collapse: collapse;}
.myPageProf th {width: 36%;}
.myPageProf td {width: 64%;}
.myPageProf td span {}
.Select {}
.myPageProf td .soShort {width: 60px; float: left;}
.myPageProf td .short {width: 80px; float: left;}
.myPageProf td .timeSelect {width: 120px; float: left;}
.myPageProf td .unit {float: left; padding:9px 5px 0;}
.myPageProf td input[type="text"],
.myPageProf td input[type="email"],
.myPageProf td input[type="tel"],
.myPageProf td input[type="time"],
.myPageProf td input[type="url"],
.myPageProf td input[type="password"],
.myPageProf td textarea {margin: 0 0;}
.myPageProf td input[type="time"]{padding: 2%;}

.saveLogin {margin-bottom: 5%;}

/**toggle**/
.can-toggle {position: relative; height: 30px;}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {-moz-box-sizing: border-box; box-sizing: border-box;}
.can-toggle input[type="checkbox"] {opacity: 0; position: absolute; top: 0; left: 0;}
.can-toggle input[type="checkbox"][disabled] ~ label {pointer-events: none;}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {opacity: 0.4;}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {content: attr(data-unchecked); left: 0;}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {content: attr(data-checked);}
.can-toggle label {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.can-toggle label .can-toggle__label-text {-webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 32px;}
.can-toggle label .can-toggle__switch {position: relative;}
.can-toggle label .can-toggle__switch:before {content: attr(data-checked); position: absolute; top: 0; text-transform: uppercase; text-align: center;}
.can-toggle label .can-toggle__switch:after {content: attr(data-unchecked); position: absolute; z-index: 5; text-transform: uppercase; text-align: center;background: #39c4ff; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.can-toggle input[type="checkbox"][disabled] ~ label {color: rgba(119, 119, 119, 0.5);}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {background-color: #777;}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {color: #5e5e5e;}
.can-toggle input[type="checkbox"]:hover ~ label {color: #6a6a6a;}
.can-toggle input[type="checkbox"]:checked ~ label:hover {color: #373737;}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {/*background-color: #9babbb;*/}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {color: #333333;}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {background-color: #373737;}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {color: #373737;}
.can-toggle label .can-toggle__label-text {-webkit-flex: 1; -ms-flex: 1; flex: 1;}
.can-toggle label .can-toggle__switch {-webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1); transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1); background: #848484;}
.can-toggle label .can-toggle__switch:before {color: rgba(255, 255, 255, 0.5);}
.can-toggle label .can-toggle__switch:after {-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1); transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1); color: #777;}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {-webkit-transform: translate3d(65px, 0, 0); transform: translate3d(65px, 0, 0);}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);}
.can-toggle label {font-size: 14px;}
.can-toggle label .can-toggle__switch {height: 36px; -webkit-flex: 0 0 134px; -ms-flex: 0 0 134px; flex: 0 0 134px; border-radius: 4px;}
.can-toggle label .can-toggle__switch:before {left: 67px; font-size: 12px; line-height: 36px; width: 67px; padding: 0 12px;}
.can-toggle label .can-toggle__switch:after {top: 2px; left: 2px; border-radius: 2px; width: 65px; line-height: 32px; font-size: 12px;}
.can-toggle label .can-toggle__switch:hover:after {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {color: rgba(68, 68, 68, 0.5);}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {background-color: #444;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {color: #2b2b2b;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {color: #373737;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {color: #fff;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {/*background-color: #9babbb;*/}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {color: #fff;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {background-color: #373737;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {color: #373737;}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {-webkit-flex: 1; -ms-flex: 1; flex: 1;}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {-webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1); transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1); background: #515151;}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {color: rgba(255, 255, 255, 0.7);}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1); color: #fff;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {-webkit-transform: translate3d(56px, 0, 0); transform: translate3d(56px, 0, 0);}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:before { text-align: left;}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);}
.can-toggle.demo-rebrand-2 label {font-size: 13px;}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {height: 30px; -webkit-flex: 0 0 60px; -ms-flex: 0 0 60px; flex: 0 0 60px; border-radius: 60px;width: 120px;}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {left:30px; font-size: 16px; line-height: 30px; width: 120px; padding: 0 12px;}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {top: 2px; left: 2px; border-radius: 15px; width: 60px; line-height: 26px;font-size: 16px;}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);}
.dispSelect {width: 120px;float: left;background: #515151; border-radius: 60px;}
@media (min-width: 1px) {
.dispSelect input[type=radio] + label, .dispSelect input[type=checkbox] + label {padding: 0;}
.dispSelect input[type=radio] + label::before, .dispSelect input[type=checkbox] + label::before { display: none !important;}
.dispSelect input[type=checkbox]:checked + label::after { display: none !important;}
}



.twoBtns, .oneBtns {overflow: hidden;display: block;}
.twoBtns .btn {}
.twoBtns .f-Left {float: left;}
.twoBtns .f-Right {float: right;}
.twoBtns .colorRedBtn {width: 48%;display: inline-block; padding: 0.5em 0; text-decoration: none; border-radius: 3px; font-weight: bold; color: #FFF; text-align: center;background: #ea3f50;background: -moz-linear-gradient(45deg, #ea3f50 3%, #ed9480 99%);background: -webkit-linear-gradient(45deg, #ea3f50 3%,#ed9480 99%);background: linear-gradient(45deg, #ea3f50 3%,#ed9480 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3f50', endColorstr='#ed9480',GradientType=1 );}
.twoBtns .colorBlueBtn {width: 48%;display: inline-block; padding: 0.5em 0; text-decoration: none; border-radius: 3px; font-weight: bold; color: #FFF; text-align: center;background: #05abe0;background: -moz-linear-gradient(45deg, #05abe0 3%, #87e0fd 99%);background: -webkit-linear-gradient(45deg, #05abe0 3%,#87e0fd 99%);background: linear-gradient(45deg, #05abe0 3%,#87e0fd 99%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#87e0fd',GradientType=1 );}
.colorRedBtn:hover {opacity: 0.8;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.colorBlueBtn:hover {opacity: 0.8; -webkit-transition: 0.3s ease; transition: 0.3s ease;}
.oneBtn .colorBlueBtn {width:100%; margin: 0 0 5%; display: inline-block; padding: 20px 0; text-decoration: none; border-radius: 3px; font-weight: bold; color: #FFF; text-align: center;background: #05abe0;background: -moz-linear-gradient(45deg, #05abe0 3%, #87e0fd 99%);background: -webkit-linear-gradient(45deg, #05abe0 3%,#87e0fd 99%);background: linear-gradient(45deg, #05abe0 3%,#87e0fd 99%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#87e0fd',GradientType=1 );position: relative;}
.oneBtn .twLoginBtn {width:100%; margin: 0 0 5%; display: inline-block; padding: 20px 0; text-decoration: none; border-radius: 3px; font-weight: bold; color: #FFF; text-align: center;background: #05abe0;position: relative;}
.oneBtn .twLoginBtn .icon-twitter {content: ''; background: url("../img/icon-twitter.png") no-repeat; background-size: 30px auto; background-position: 50% 50%;width: 30px; height: 30px; position: absolute; top:calc(50% - 15px);right: 20px;}

.selectTherapist {width: 100%;overflow: hidden; margin-bottom: 15px;}
.selectTherapist li {position: relative; width: 25%; float: left;overflow: hidden; height: 170px;}
.selectTherapist li img {width: 100%; height: auto;}
.selectTherapist li .name {background: url(../img/grad-01.png); position: absolute; text-align: center; bottom:0; padding: 10px 1%; width: 98%; line-height: 1.1; color: #fff;font-weight: bold;}
.selectTherapist li {border:3px solid #fff;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; border-radius: 8px;cursor: pointer;}
.selectTherapist li.active {border:3px solid #FD797B;}
.selectTherapist li:hover {opacity: 0.7}


/*========================================
CONTACT
=======================================*/
#ContactForm .sec{margin:30px 0 30px;}
#ContactForm .sec p{margin:0 0 30px;text-align:left;line-height:1;}
#ContactForm .sec p sup{color:#e94518;}
#ContactForm .sec input{width:90%;height:46px;padding:0 5%;font-size:16px;line-haihgt:46px;border:1px solid #cdcece;}
#ContactForm .sec select{width:50%;height:46px;padding:0 5%;font-size:16px;line-haihgt:46px;border:1px solid #cdcece;}
#ContactForm .sec textarea{width:90%;height:175px;padding:5%;font-size:16px;border:1px solid #cdcece;}
#ContactForm #btn-sendMail{margin:50px 0 0;}
#ContactForm #btn-sendMail #send{display:none;}
#ContactForm #btn-sendMail .btn{width:292px;margin:0 auto;color:#fff;font-size:16px;text-align:center;line-height:55px;border:1px solid #cdcece;background:#e61044;display:block;cursor:pointer;}
a .backPageBtn {width:292px;margin:0 auto;color:#fff;font-size:16px;text-align:center;line-height:55px;border:1px solid #cdcece;background:#e61044;display:block;cursor:pointer;}



/*========================================
app
=======================================*/
#appMV {background: url("../img/app/bgTitle.png") no-repeat;background-size: cover;}
#appMV .Cnt {width: 800px; margin: 0 auto;padding: 50px 0 30px;}
#appMV .Cnt img {padding: 0;margin: 0;line-height: 1;}
#appMV .Cnt h1 {margin-bottom: 30px;}
#appMV .Cnt .block {border: 2px solid rgba(236,236,236,1.00);padding: 20px;background: rgba(247,247,247,.80);font-size: 20px;font-weight: bold;}
@media screen and (max-width: 800px) {
#appMV {background-position: top center;}
#appMV .Cnt {width: 100%;}
#appMV .Cnt h1 {width: 96%;margin: 0 auto 25px;}
#appMV .Cnt .block {padding: 2%;width: 90%;margin: 0 auto;font-size: 16px;font-weight: bold;box-sizing: border-box;}
}


#Reason {}
#Reason .Cnt {width: 800px; margin: 0 auto;padding: 50px 0 30px;}
#Reason .Cnt img{width: 100%;height: auto;}
#Reason .Cnt ul {overflow: hidden;width: 634px; margin: 0 auto;}
#Reason .Cnt li {border-bottom: 1px solid #e5e0dd; margin-bottom: 30px;}
#Reason .Cnt h3 {width: 634px; margin: 0 auto 20px;}
#Reason .Cnt p {font-size: 18px;}
#Reason .Cnt figure {margin-bottom: 10px;}
@media screen and (max-width: 800px) {
#Reason .Cnt {width: 96%; margin: 0 auto;padding: 30px 0 30px;}
#Reason .Cnt ul {overflow: hidden;width: 100%; margin: 0 auto;}
#Reason .Cnt li {border-bottom: 1px solid #e5e0dd; margin-bottom: 30px;}
#Reason .Cnt h3 {width: 100%; margin: 0 auto 20px;}
#Reason .Cnt p {font-size: 18px;}
#Reason .Cnt figure {margin-bottom: 10px;}
}

.appTitle {background: url("../img/app/bgH2.jpg") repeat;}
.appTitle .Cnt {width: 800px; margin: 0 auto;padding: 0 0 2px;}
.appTitle h2 {width: 580px; margin: 0 auto;}
.appTitle h2 img {width: 100%;height: auto;line-height: 1;}
#formTitle {background: url("../img/bg-vote.jpg") no-repeat; background-size: cover;}
#formTitle .Cnt {width: 800px; margin: 0 auto;padding: 0 0 2px;}
#formTitle h2 {width: 580px; margin: 0 auto;}
#formTitle h2 img {width: 100%;height: auto;line-height: 1;}
@media screen and (max-width: 800px) {
.appTitle {}
.appTitle .Cnt {width: 96%; margin: 0 auto;padding: 0 0 2px;}
.appTitle h2 {width: 100%; margin: 0 auto;}
#formTitle {background: url("../img/bg-vote.jpg") no-repeat; background-size: cover;}
#formTitle .Cnt {width: 96%; margin: 0 auto;padding: 0 0 2px;}
#formTitle h2 {width: 100%; margin: 0 auto;}
}

.sales {}
.sales .Cnt {width: 900px;margin: 0 auto;padding: 50px 0 30px;}
.sales .Cnt img {padding: 0;margin: 0;line-height: 1;}
.sales .Cnt figure {margin-bottom: 40px;}
.sales .Cnt .moveBtn {background:#00a5b9 url("../img/app/arrow-Btn.png");background-position: 96% 50%;background-repeat: no-repeat;background-size: 11px auto; width: 600px; text-align: center;color: #fff;padding: 10px 0;-webkit-transition: 0.3s ease; transition: 0.3s ease;min-height: 50px;margin: 0 auto 30px;}
.sales .Cnt .moveBtn2 {background:#00a5b9 url("../img/app/arrow-Btn.png");background-position: 96% 50%;background-repeat: no-repeat;background-size: 11px auto; width: 600px; text-align: center;color: #fff;padding: 20px 0;-webkit-transition: 0.3s ease; transition: 0.3s ease;margin: 0 auto 30px;}
.sales .Cnt .moveBtn:hover{opacity: 0.7; padding: 10px 0;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.sales .Cnt .moveBtn2:hover {opacity: 0.7; padding: 20px 0;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.sales .Cnt ul {width: 900px; margin: 0 auto;overflow: hidden;}
.sales .Cnt ul li{float: left; width: 48%; margin: 0 1% 30px;}
.appTitle {}
.appTitle .Cnt {width: 96%; margin: 0 auto;padding: 0 0 2px;}
.appTitle h2 {width: 580px; margin: 0 auto;}
#formTitle {background: url("../img/bg-vote.jpg") no-repeat; background-size: cover;}
#formTitle .Cnt {width: 96%; margin: 0 auto;padding: 0 0 2px;}
#formTitle h2 {width: 580px; margin: 0 auto;}
@media screen and (max-width: 800px) {
.sales .Cnt {width: 96%;margin: 0 auto;padding: 30px 0 30px;}
.sales .Cnt figure {margin-bottom: 30px;}
.sales .Cnt .moveBtn, .sales .Cnt .moveBtn2 {width: 100%;}
.sales .Cnt ul {width:96%; margin: 0 auto;overflow: hidden;}
.sales .Cnt ul li{float: left; width: 100%; margin: 0 0 20px;}
.appTitle {}
.appTitle .Cnt {width: 96%; margin: 0 auto;padding: 0 0 2px;}
.appTitle h2 {width: 100%; margin: 0 auto;}
#formTitle {background: url("../img/bg-vote.jpg") no-repeat; background-size: cover;}
#formTitle .Cnt {width: 96%; margin: 0 auto;padding: 0 0 2px;}
#formTitle h2 {width: 100%; margin: 0 auto;}
}



/*========================================
rankBnr
=======================================*/
.rankBnr {width: 100%;background: #f7f7f7}
.rankBnr ul {padding: 4% 1%; max-width: 800px; min-width: 800px; margin: 0 auto; box-sizing: border-box;}
.rankBnr ul li{position: relative;padding: 0 0;box-sizing: border-box;box-shadow: 10px 11px 5px -10px rgba(133,133,133,0.59);background: #fff;margin-bottom: 30px;}
@media screen and (max-width: 800px) {
.rankBnr ul {padding: 4% 1% 2%; max-width: 96%; min-width: 96%;}
.rankBnr ul li{margin-bottom: 20px;}
}

/*========================================
salonRanking
=======================================*/
.Ranking {width: 100%;background: #f7f7f7}
.Ranking .Cnt {padding: 4% 1%; max-width: 980px; min-width: 800px; margin: 0 auto; box-sizing: border-box;}
.salonRanking {}
.salonRanking li {position: relative;padding: 0 0;box-sizing: border-box;box-shadow: 10px 11px 5px -10px rgba(133,133,133,0.59);background: #fff;margin-bottom: 30px;}
.salonRanking li h2 {min-height: 62px; box-sizing: border-box; font-size: 20px; color: #fff; padding: 15px 15px 15px 100px;background: url("../img/ranking/bg-rankingTitle.jpg") no-repeat;background-size: cover;position: relative;margin-bottom: 20px;}
.salonRanking li h2:before { content: ''; position: absolute; left: 5px; top: -6px; width: 90px; height: 80px; display: block;}
.salonRanking li:first-child h2:before {background: url("../img/ranking/rank-01.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(2n) h2:before {background: url("../img/ranking/rank-02.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(3n) h2:before {background: url("../img/ranking/rank-03.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(4n) h2:before {background: url("../img/ranking/rank-04.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(5n) h2:before {background: url("../img/ranking/rank-05.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(6n) h2:before {background: url("../img/ranking/rank-06.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(7n) h2:before {background: url("../img/ranking/rank-07.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(8n) h2:before {background: url("../img/ranking/rank-08.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(9n) h2:before {background: url("../img/ranking/rank-09.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(10n) h2:before {background: url("../img/ranking/rank-10.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li .upper {overflow: hidden;width: 96%;margin: 0 auto 15px;font-size: 14px;}
.salonRanking li .upper figure {float: left; width: 48%;}
.salonRanking li .upper figure img {width: 100%;height: auto;vertical-align: bottom;}
.salonRanking li .upper .detail {float: right; width: 50%;}
.salonRanking li .upper .detail dl {overflow: hidden;margin-bottom: 10px;padding-bottom: 5px;border-bottom: 1px dotted #F7F7F7}
.salonRanking li .upper .detail dt {width: 100%;overflow: hidden;display: block;}
.salonRanking li .upper .detail dt span {background: #EB8889;color: #fff;padding: 1px 10px;font-weight: bold;border-radius: 15px;font-size: 14px;}
.salonRanking li .upper .detail dd {width: 100%;overflow: hidden;display: block;}
.salonRanking li .lower {overflow: hidden;width: 96%;margin: 0 auto 15px;font-size: 14px;}
.salonRanking li .lower .pickPoint {background: #fff;padding: 1%;box-sizing: border-box;width: 100%;border-radius: 0;overflow: hidden;margin-bottom: 15px;border: 4px solid #FFBDD0}
.pointTitle-01 {background: #EB8889 url("../img/checkCircle.png") no-repeat; background-size: 20px auto; background-position: 5px 50%; border: 1px solid #EB8889;color: #fff;float: left;display: block;font-size: 14px;padding: 2px 10px 1px 28px;margin-bottom: 5px;border-radius: 4px;}
.pointTitle-02 {background: rgba(0,172,175,1.00) url("../img/checkCircle.png") no-repeat; background-size: 20px auto; background-position: 5px 50%; border: 1px solid rgba(0,172,175,1.00);color: #fff;float: left;display: block;font-size: 14px;padding: 2px 10px 1px 28px;margin-bottom: 5px;border-radius: 4px;}
.pointTitle-03 {background: rgba(21,175,249,1.00) url("../img/checkCircle.png") no-repeat; background-size: 20px auto; background-position: 5px 50%; border: 1px solid rgba(21,175,249,1.00);color: #fff;float: left;display: block;font-size: 14px;padding: 2px 10px 1px 28px;margin-bottom: 5px;border-radius: 4px;}
.salonRanking li .lower .pointTxt {display: block;width: 100%;float: left;}
.salonRanking li .lower .pointTxt p {margin-bottom: 0;overflow: hidden;width: 100%;}

.salonRanking li .lower .kuchikomiTxt {display: block;width: 100%;float: left;}
.salonRanking li .lower h3.kuchikomiTit {background: #fff url(../img/icon-kuchikomi.png) no-repeat; background-size: 40px auto; background-position: 5px 50%; /*border: 1px solid #EB8889;*/ color: #EB8889;float: left;display: block;font-size: 14px;padding: 13px 10px 11px 50px;margin-bottom: 5px;border-radius: 4px;}
.balloonTop {position: relative; display: inline-block; margin: 10px 0 1.5em; padding: 7px 10px; min-width: 100%; max-width: 100%; font-size: 14px; background: #f7f7f7; border: 2px solid #FFBDD0; box-sizing: border-box;border-radius: 6px;}
.balloonTop:before { content: ""; position: absolute; top: -24px; left: 30px; margin-left: -15px; border: 11px solid transparent; border-bottom: 13px solid #f7f7f7; z-index: 2;}
.balloonTop:after {content: ""; position: absolute; top: -30px; left: 30px; margin-left: -17px; border: 13px solid transparent; border-bottom: 16px solid #FFBDD0; z-index: 1;}
.balloonTop p { margin: 0; padding: 0;}
.salonRanking li a {color: #fff;}
.salonRanking li a .btn {background: #00CCC2 url("../img/arrow-white.png") no-repeat; background-position: 98% 50%; background-size: 10px; padding: 15px 0; box-sizing: border-box; vertical-align: middle; font-weight: bold; text-align: center;border-radius: 6px;margin-bottom: 20px;}

@media screen and (max-width: 800px) {
.Ranking {width: 100%;}
.Ranking .Cnt {padding: 3% 1%; max-width: 98%; min-width: 98%; margin: 0 auto; box-sizing: border-box;}
.salonRanking {}
.salonRanking li {margin-bottom: 30px;}
.salonRanking li h2 {min-height: 62px; box-sizing: border-box; font-size: 18px; color: #fff; padding: 15px 15px 15px 100px;background: url("../img/ranking/bg-rankingTitle.jpg") no-repeat;background-size: cover;position: relative;margin-bottom: 20px;}
.salonRanking li h2:before { content: ''; position: absolute; left: 5px; top: -6px; width: 90px; height: 80px; display: block;}
.salonRanking li:first-child h2:before {background: url("../img/ranking/rank-01.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(2n) h2:before {background: url("../img/ranking/rank-02.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(3n) h2:before {background: url("../img/ranking/rank-03.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(4n) h2:before {background: url("../img/ranking/rank-04.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(5n) h2:before {background: url("../img/ranking/rank-05.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(6n) h2:before {background: url("../img/ranking/rank-06.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(7n) h2:before {background: url("../img/ranking/rank-07.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(8n) h2:before {background: url("../img/ranking/rank-08.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(9n) h2:before {background: url("../img/ranking/rank-09.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li:nth-child(10n) h2:before {background: url("../img/ranking/rank-10.png");background-size: 90px auto; background-repeat: no-repeat;}
.salonRanking li .upper {overflow: hidden;width: 96%;margin: 0 auto 15px;font-size: 14px;}
.salonRanking li .upper figure {float: none; width: 100%;margin-bottom: 2%}
.salonRanking li .upper figure img {width: 100%;height: auto;vertical-align: bottom;}
.salonRanking li .upper .detail {float:none; width: 100%;}
.salonRanking li .upper .detail dl {overflow: hidden;margin-bottom: 10px;padding-bottom: 5px;border-bottom: 1px dotted #ACACAC}
.salonRanking li .upper .detail dt {width: 100%;overflow: hidden;display: block;}
.salonRanking li .upper .detail dt span {font-weight: bold;border-radius: 15px;font-size: 14px;}
.salonRanking li .upper .detail dd {width: 100%;overflow: hidden;display: block;}
.salonRanking li .lower {overflow: hidden;width: 96%;margin: 0 auto 15px;font-size: 14px;}
.salonRanking li .lower .pickPoint {padding: 2%;box-sizing: border-box;width: 100%;overflow: hidden;margin-bottom: 15px;}
.salonRanking li .lower .pickPoint h3 {float: left;display: block;font-size: 14px;margin-bottom: 5px;}
.salonRanking li .lower .pointTxt {display: block;width: 100%;float: left;}
.salonRanking li .lower h3.kuchikomiTit {float: left;display: block;font-size: 14px;margin-bottom: 5px;}
.salonRanking li .lower .kuchikomiTxt {display: block;width: 100%;float: left;}
.salonRanking li a {color: #fff;}
.salonRanking li a .btn {padding: 15px 0; box-sizing: border-box; vertical-align: middle; font-weight: bold; text-align: center;border-radius: 6px;margin-bottom: 20px;}

}









/* kuchikomiInput */
.steps {width: 100%;height: auto; margin-bottom: 20px;}
.salonInput dl {width: 100%; padding-bottom: 5px; margin-bottom: 8px;}
.salonInput dl dt {width: 100%;font-weight: bold; padding-bottom: 5px;}
.salonInput dl dd {width: 100%;overflow: hidden;}
.salonInput dl dd label {vertical-align: middle;}
.salonInput dl dd input[type="text"] {margin-bottom: 0;}

.SalonRadio input[type=radio] {	display: none;}
.SalonRadio .salon_label {position: relative;padding: 0 0 0 30px; display: block;margin-bottom: 5px;}
.SalonRadio .salon_label:after, .salon_label:before {position: absolute;content: "";display: block; top: 50%;}
.SalonRadio .salon_label:after {left: 0px;margin-top: -11px;width: 18px;height: 17px;border: 2px solid #ccc;border-radius: 50%;}
.SalonRadio .salon_label:before {left: 6px;margin-top: -5px;width: 10px;height: 10px;background: #0AABB3;border-radius: 50%;opacity: 0;}
.SalonRadio input[type=radio]:checked + .salon_label:before {opacity: 1;}
.SalonRadio .salon_label:hover:after {border-color:#0AABB3;}


.kuchikomiInput {}
.kuchikomiInput dl {width: 100%; padding-bottom: 5px; margin-bottom: 8px; border-bottom: 1px dotted #EBEBEB}
.kuchikomiInput dl dt {width: 100%;font-weight: bold;}
.kuchikomiInput dl dd {width: 100%;}
.kuchikomiInput dl dd label {vertical-align: middle;}
.kuchikomiInput .soShort {width: 40px;margin: 5px 0 0;padding: 2% 1%;text-align: center;}
.kuchikomiInput .unit {padding-left: 5px;position: relative; top: 4px;}

.starSelect {width: 100%; overflow: hidden;}
.starSelect input{display: none;}
.starSelect label{display: block;float: left;cursor: pointer;width: 125px;margin: 0;padding: 12px 5px;	color: #555e64;text-align: center;	line-height: 1;	transition: .2s;}
.starSelect label:first-of-type{border-radius: 3px 0 0 3px;}
.starSelect label:last-of-type{border-right: 0px;border-radius: 0 3px 3px 0;}
.starSelect input[type="radio"]:checked + label {background-color:#34E3BA;color: #fff;}
.kuchikomiInput textarea {width:96%; height: 300px;font-size: 16px;line-height: 1.6;font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.kuchikomiInput textarea.usrRequest {width:96%; height: 150px;font-size: 16px;line-height: 1.6;font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

.kuchikomiInput textarea::placeholder {color: red;}
.kuchikomiInput textarea:-ms-input-placeholder {color: red;}
.kuchikomiInput textarea::-ms-input-placeholder {color: red;}

.kuchikomiInput dl.tapStar {border-radius: 5px; background:#F0F0F0; padding: 2%; width: 96%;}
dl.tapStar dt {background: url(../img/icon-check.png) no-repeat 2px 0; background-size: 28px auto; padding-left: 40px;}
dl.tapStar dd .middle {margin-bottom: 0;}
.starSelect .starSupplementary { font-size:16px; margin: 10px 0 5px 0; }
.starSelect .error { color:#f00; border:1px solid #f00; }
.starList .starReset { float:left; margin:7px 5px 0 0;line-height: 1.5; border:none; border-radius: 50%; width:30px; height:30px; font-size:21px; text-align:center; cursor:pointer; background: #7B7B7B}
.starList .message {position: relative;display: inline-block; margin: 5px 0 0 10px; font-size: 12px;padding: 7px 10px;max-width: 100%;color: #555;background: #fff; border-radius: 6px;}
.starList .message:before{content: "";position: absolute;top: 50%;left: -20px;margin-top: -10px;border: 10px solid transparent;border-right: 10px solid #fff;}
.kuchikomiInput .y-star {font-weight:bold;color:#F1DD25;padding-right: 5px;font-size: 21px;}
.kuchikomiInput .g-star {font-weight:bold; color:#666666;padding-right: 5px;font-size: 21px;}
.helpBlock h3 {font-size: 14px;}
.helpBlock {border-radius: 8px; padding: 2% 2% 1%; background: #F3F3F3;font-size: 12px; margin-bottom: 20px;}


/*========================================
Before View
=======================================*/
#beforeView {background:#fff;border-radius: 6px; font-size: 20px; }
#beforeView .MV {background: url(../img/kuchikomi/mv.jpg) top center no-repeat; background-size: cover; color: #fff;padding: 120px 0 30px;}
#beforeView .MV h1 {text-align: center; font-size: 30px; margin-bottom: 20px;}
#beforeView .MV h1 span{display: block; font-size: 20px;}
#beforeView .MV .btn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; background: #00bcd4;color: #fff; transition: .4s; width: 50%; margin: 0 auto 30px; border-radius: 5px; text-align: center;box-shadow: 2px 2px 4px #23505A;}
#beforeView .MV .btn:hover {color: #00BCD4; background: #ECECEC;}
#beforeView .Cnt {padding: 4% 5%;text-align: center}
#beforeView .Cnt h2 {font-size: 28px; margin-bottom: 30px; color: #81d4cb; border-top: 3px solid #81d4cb; border-bottom: 3px solid #81d4cb; text-align: center;}
.kuchikomiTitle {background:#F1F1F1; font-size: 26px; margin-bottom: 20px; color:#2E2E2E; padding: 10px 0; font-weight: bold; text-align: center; border-top: 3px solid #2E2E2E; border-bottom: 3px solid #2E2E2E;}
#beforeView .Cnt p {margin-bottom: 5%;}
#beforeView .Cnt .btn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; background: #00bcd4 url(../img/arrowKuchikomi.png); background-size: 80px auto; background-repeat: no-repeat; background-position: center center;color: #fff; transition: .4s; width: 80%; margin: 0 auto 30px; border-radius: 5px; text-align: center;box-shadow: 2px 2px 4px #23505A;}
#beforeView .Cnt .btn:hover {color: #00BCD4; background: #ECECEC url(../img/arrowKuchikomi.png); background-size: 80px auto;  background-repeat: no-repeat; background-position: center 70%;}
.alertTxt {background: #F86063; padding: 1%; color: #fff; font-weight: bold; border-radius: 5px;margin-bottom: 5px;width: 90%;}
ul.number {padding: 2% 2% 2% 3%;}
ul.number li{list-style: decimal; font-weight: normal !important;}


/*========================================
Thanks
=======================================*/
#Thanks {background:#fff;border-radius: 6px; font-size: 18px; }
#Thanks .MV {background: url(../img/kuchikomi/mv-thanks.jpg) top center no-repeat; background-size: cover; color: #fff;padding: 130px 0;}
#Thanks .MV h1 {text-align: center; font-size: 30px; margin-bottom: 20px;}

#Thanks .Cnt {padding: 4% 5%;text-align: left}
#Thanks .Cnt h2 {font-size: 28px; margin-bottom: 30px; color: #81d4cb; border-top: 3px solid #81d4cb; border-bottom: 3px solid #81d4cb; text-align: center;}
#Thanks .Cnt p {margin-bottom: 5%;}
#Thanks .Cnt p a {text-decoration: underline;}
#Thanks .Cnt p.short {margin-bottom: 5px;}
#Thanks .Cnt a .btn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; background: #00bcd4;color: #fff; transition: .4s; width: 80%; margin: 0 auto 30px; border-radius: 5px; text-align: center;box-shadow: 2px 2px 4px #23505A;}
#Thanks .Cnt a .btn:hover {color: #00BCD4; background: #ECECEC;}
#Thanks .Cnt input {font-size: 18px;}
#Thanks .Cnt .midNote {margin-bottom: 40px;}

#Thanks .Cnt .idInfo {border-radius: 3px; border:2px solid #222222;padding: 2%; text-align: center; margin-bottom: 20px;}
#Thanks .Cnt .idInfo span {font-weight: bold;font-size: 20px;color: #E0292C}


/*========================================
CATEGORY LABEL LIST
=======================================*/
.relatedList { width: 100%; margin: 0 auto;}
.relatedList a {color:#1D1D1D;}
.relatedList li{border: #f3f3f3 solid 2px; padding: 15px; margin-bottom: 25px; background: #fafafa;border-radius:6px; overflow: hidden;-webkit-transition: 0.3s ease; transition: 0.3s ease;position: relative;display: table;}
.relatedList li .photo {width: 24%; line-height: 0; position: relative;display: table-cell;vertical-align: middle;}
.relatedList li .photo img {width: 100%; height: auto; border-radius: 5px; line-height: 0;}
.relatedList li .txt {width:70%; padding-left: 2%; display: table-cell;vertical-align: middle;}
.relatedList li .txt h3 {padding: 0 0 6px; margin: 0;border: none;font-size: 16px;}
.relatedList li .txt h3.eventTitle {padding: 0 0;}
.relatedList li p {margin: 0 0 10px}
.relatedList li p.desc {font-size: 13px; margin-bottom: 0;}
.relatedList li .txt .authorName {float: left; font-size: 14px;}
.relatedList li .txt .date{float: right; text-align: right; font-size: 14px;}
.relatedList li:hover {webkit-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-moz-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.relatedList li .newFlag {background: #F0C737;color: #fff; padding: 3px 0; position: absolute;z-index: 2; font-weight: bold; font-size: 10px; width: 60px; text-align: center;}
.relatedList li .recFlag {background:#F43235;color: #fff; padding: 3px 0; position: absolute;z-index: 2; font-weight: bold; font-size: 10px; width: 60px;text-align: center;}




.linkArticle{border: 2px solid #B5B5B5; padding: 2%; overflow: hidden; margin-bottom: 15px; background: #fff; -webkit-transition: 0.3s ease; transition: 0.3s ease; display: table; width: 96%;}
.linkArticle:hover {-webkit-transition: 0.3s ease; transition: 0.3s ease;webkit-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);-moz-box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);box-shadow: 3px 3px 3px 0 rgba(132,132,132,.5);}
.linkArticle .photo {width: 20%; display: table-cell; vertical-align: middle;}
.linkArticle .photo img {width: 100%; height: auto; line-height: 1; border-radius: 8px;}
.linkArticle .txt {width: 78%;display: table-cell; padding-left: 2%; vertical-align: middle;}
.linkArticle .txt .sub {background:rgba(14,14,14,1.00); text-align: center; color: #fff; padding: 3px 10px; font-size: 12px; border-radius: 4px;margin-bottom: 10px;}
.linkArticle .txt .title {font-size: 18px; font-weight: bold; margin:5px 0;}
.linkArticle .txt .sum {font-size: 12px;}

.brCut br {display: none;}


/*========================================
manageInfo
=======================================*/
.manageInfo {}
.manageInfo dl{overflow: hidden; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #C2C2C2}
.manageInfo dt{float: left; width: 30%;font-weight: bold;}
.manageInfo dd{float: right; width: 70%;}

.ruleSub {margin-top: 20px;}
.ruleItem {overflow: hidden; margin-bottom: 5px;}
.ruleItem dt {float: left; width: 5%;}
.ruleItem dd {float: right; width: 95%}

/*========================================
widget
=======================================*/
.twBlock {width: 500px; margin: 0 auto 20px;}
.u-floatLeft {display: none !important;}





/*========================================
searchTherapist
=======================================*/
.searchTherapist {overflow: hidden;}
.searchTherapist li {width: 96%; margin-bottom: 20px; padding-bottom: 10px; border-radius: 3px; background:#F9F9F9; padding: 2%;overflow: hidden;position: relative;}
.searchTherapist li:last-child {border-bottom: none;margin-bottom:0;}
.searchTherapist li .photo {float: left; width: 20%;}
.searchTherapist li .photo img {border-radius: 2px;}
.searchTherapist li .txt {float: right; width: 78%;}
.searchTherapist li .txt .heading {background:url("../img/bg-th02.jpg") repeat;padding: 10px;border-bottom-right-radius: 6px; border-top-left-radius: 6px; margin-bottom: 15px;}
.searchTherapist li .txt .heading a {color: #fff;}
.searchTherapist li .txt .heading h3 {border:none; font-size: 12px;padding: 0;margin: 0;color: #fff;}
.searchTherapist li .txt .heading h4 {font-size: 16px;color: #fff;}
.searchTherapist li .txt .mid {overflow: hidden; margin-bottom: 15px;}
.searchTherapist li .txt .mid dl{ overflow: hidden; border-bottom: 1px dotted #E7E7E7; padding-bottom: 5px;font-size: 14px;margin-bottom: 5px;}
.searchTherapist li .txt .mid dt{float: left; width: 30%}
.searchTherapist li .txt .mid dd{float: right; width: 70%}
.searchTherapist li .txt .mid dd span {font-size:120%;font-weight: bold; color: #EC5255}


.grad-btn { background:rgba(33,223,232,.80);position: absolute; width: 150px; height: 20px; text-align: center; padding: 5px; border-radius: 6px; color: #fff;left: 0;right: 0;bottom: 10%;margin:auto; letter-spacing: 0.1px; font-weight: bold; font-size: 14px;z-index: 1;cursor: pointer; box-shadow: 3px 3px 6px -2px #555, 3px 3px 8px rgba(255,255,255,0.8);}
.grad-item { position: relative; overflow: hidden; height: 100px;}
.grad-item::before { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); content: "";}
.grad-trigger { display: none;}
.grad-trigger:checked + .grad-btn { display: none;}
.grad-trigger:checked ~ .grad-item { height: auto;}
.grad-trigger:checked ~ .grad-item::before { display: none;}


.interviewFAQ {overflow: hidden;margin: 0 0 20px;}
.interviewFAQ dt {background:#75CFD7;font-weight: bold;box-sizing: border-box;padding: 2%;padding-left:calc(1em + 2%);text-indent:-1em;color: #fff;margin-bottom: 10px;}
.interviewFAQ dt:before {content:'Q:';}
.interviewFAQ dd {margin-bottom: 4%;padding-left:calc(1em + 2%);text-indent:-1em;}
.interviewFAQ dd:before {content:'A:';color: #27A5EC}

.cenceptBlock {background: url("../img/frame-concept-top.png"), url("../img/frame-concept-bottom.png"), url("../img/bg-concept.png");background-repeat: no-repeat;background-position: top left, bottom right, top center;width: 96%; max-width: 900px;margin: 0 auto 50px;background-size: 104px auto, 104px auto, 200px auto; }
.cenceptBlock .cnt {padding: 6% 4%;}
.cenceptBlock .cnt h2 {text-align: center;font-weight: bold;margin-bottom: 30px;font-size: 24px; color: #F59C9E}
.cenceptBlock .cnt p {text-align: left;}



@media screen and (max-width: 800px) { /* SmartPhone Display - width:727px under - */

.secondLine { border-top:1px solid #C4C4C4; padding-top: 15px;}
#salonHead, #therapistBlock, #accessBlock, #kuchikomiBlock, #areaHead, #nearArea, #therapistHead, .Report {border-radius: 0}
#salonHead h1, .Report h2 {font-size:90%; margin-bottom: 10px; padding: 0 1%;}
#areaHead h1 {font-size: 16px;width: 96%;text-align: left;margin: 0 auto 10px;}
#areaHead h2 {margin-bottom: 0; border-bottom: 2px solid rgba(41,225,211,1.00);border-radius: 0;}
#salonHead h1 {font-size: 18px;line-height: 1.4;border: 3px solid #81d4cb;color:#fff; background: #81d4cb /*#EFEFEF url(../img/bg-salonName.png) repeat*/;border-left: none;border-right: none;padding: 6px 2%;margin-bottom: 0;}
#salonHead .heroVisual img {box-shadow: none;border-radius: 0;}
#therapistHead h1 span {font-size: 12px;}
#therapistHead h1, .Report h2 {font-size: 18px; padding: 2%;border-radius: 0;}
#areaHead .Cnt {padding: 0; border-radius: 0;}
#areaHead .areaTxt {background: url(../img/bg-areaTxt-sp.png) repeat;padding: 2% 1%;margin-bottom: 20px; border-radius: 0;}
.heroVisual {margin-bottom: 0;}
.heroVisual .closeIcon {position: absolute; max-width: 100px; height: 51px;top:2%; right: 2%; z-index: 1;}

.Normal {border-radius: 0;}
.Normal .Cnt{ width: 98%; padding: 2% 1%;}
.Normal .Cnt h1 {font-size: 22px;}

table tr th {font-size: 12px; padding: 1% 2%; width: 40%}
table tr td {font-size: 12px; padding: 1% 2%; width: 60%}

.vComment {margin: 0 auto 30px; width: 96%;font-size: 12px !important; text-align: justify;}

/* responsd View*/
.pcView{display:none !important;}
.spView{display:block !important;}
.TABNone{display:inline;}
.topicTitle {font-weight: bold;}

/* iOSでのデフォルトスタイルリセット */
input[type="submit"],input[type="button"],input[type="time"] {border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration,input[type="time"]::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,input[type="button"]::focus,input[type="time"]::focus {outline-offset: -2px;}
input[type="time"] {font-size: 18px;border: 1px solid #C1C1C1;padding: 2% 10px;height: 30px;border-radius: 3px;}


/*=======================================
COMMON SP
=======================================*/
body {position: relative; top: 0 !important;}
/* #wrapper */
#wrapper{width: 100%;margin: 0 auto;}


/*========================================
BASIC SP
=======================================*/
#Main{width:100%;float:none;}
#Contents { width: 100%;min-width:100%; max-width:100%;margin: 0 auto 0;}
.topicTitle {padding-top: 10px;font-size: 18px !important;}
.topicTitle .salonName {font-size: 14px; display: block}
#salonHead .Cnt, #therapistBlock .Cnt, #accessBlock .Cnt, #kuchikomiBlock .Cnt,  #therapistHead .Cnt { padding:0 0 1%;}
#salonHead .Cnt {margin-top:0;}
#therapistBlock h2, #accessBlock h2, #kuchikomiBlock h2 {font-size: 16px; border-radius: 0;}



/*========================================
salon-kuchikomi
=======================================*/
h1.kuchikomiTitle,
h2.kuchikomiTitle
{font-size: 20px; padding: 20px 2%; margin-bottom: 20px; color: rgba(65,65,65,1.00); background: url(../img/bg-kuchikomiBlock.png), url(../img/bg-salonPR.jpg); background-repeat: no-repeat, repeat; background-size: 70px auto, auto auto;  background-position: 50% 50%, top center;}
h1.kuchikomiTitle .areaName,
h2.kuchikomiTitle .areaName
{font-size: 12px; min-width: 80px; max-width: 160px;}
.kList {max-width:100%; margin: 0 auto;}
.kList li {padding:2%; margin-bottom: 20px; border: #eee solid 2px; color: #666;border-radius: 6px;}
.kList li .heading {overflow: hidden; padding-bottom: 4px; border-bottom: 1px dotted #727272; margin-bottom: 10px;}
.kList li .under {overflow: hidden; font-size: 14px;}
.kList li .txt {width: 100%;font-size: 12px;}
.kList li a {color:#1D1D1D;}

.kList li .txt h2 {background: url(../img/icon-kuchikomi.png) no-repeat 0px 5px;background-size: 30px auto;font-size:16px;margin-bottom: 20px; padding:14px 0 11px 40px;}
.kList li .txt h3 { padding: 3% 2% 3% 40px; background-size: 20px auto, auto auto; background-position: 5px 50%, top center; font-size: 15px; margin: 0 auto 15px; line-height: 1.6;}
.kList li .answer {font-size: 14px;}
.kList li .txt figure .read {}

.kList li .txt h4:after {position: absolute; content: ''; top: 100%; left: 30px; border: 10px solid transparent; border-top: 10px solid url("../img/questionBG.png");width: 0;height: 0;}
.kList li .txt .name {margin-bottom: 5px;}
.kList li .txt .comment {font-size: 14px;overflow: hidden; position: relative;margin: 0; border: 0; padding: 0; width: 100%;}
.specialBalloon {width: 120px;}
.specialBalloon img {width: 100%;height: auto;}
.kList li .txt .abbr{}

/*========================================
STYLES
=======================================*/	
/* TOC */
.TOC {border: #f3f3f3 solid 2px; padding: 4%; margin-bottom: 25px;}
.TOC p { font-weight: bold; margin-bottom: 10px;}
.TOC ul { margin-left: 0;}
.TOC ul li { margin-bottom: 5px; font-weight: bold;}
.TOC ul li:last-child { margin-bottom:0;}
.TOC ul li dl dt{ float: left; width: 7%;font-size: 14px !important;}
/*.TOC ul li dl dd{ float: right; width: 93%;font-size: 14px !important;}*/
.TOC ul li dl dd{ float: left; width: 100%;font-size: 14px !important;}
.TOC ul li dl dd span {font-size: 14px !important;}
.TOC ul li.mrg-5 {font-weight: normal;}
.TOC ul li.mrg-5 dt{ float: left; width: 8%;font-size: 12px !important;}
/*.TOC ul li.mrg-5 dd{ float: right; width: 92%;font-size: 12px !important;}*/
.TOC ul li.mrg-5 dd{ float: left; width: 100%;font-size: 12px !important;}
.TOC ul li.mrg-5 dd span {font-size: 14px !important;}
.descTxt {font-size: 12px;}


/*========================================
index
=======================================*/









/*========================================
SALON
=======================================*/
/* basicInfo */
.basicInfo {overflow: hidden; padding:2%; margin-bottom: 20px;background: #f9f9f9; border: #eee solid 1px; color: #666; border-radius:0;}
.basicInfo h3 {border-left: 0;color: #fff;font-size: 14px;line-height: 1.5em;margin-bottom: 8px;padding: 2px 5px;background: #0cb2ba;}
.basicInfo dl {width: 98%; margin: 0 1% 10px; font-size: 14px; border-bottom: 1px dotted #C0C0C0;padding-bottom: 2px;}
.basicInfo dl dt {width: 28%;}
.basicInfo dl dd {width: 70%;}
.basicInfo dl.long{width: 98%;}
.basicInfo dl.long dt {width: 28%;}
.basicInfo dl.long dd {width: 70%;}
.basicInfo dl.long dd .serviceTag {width: 100%; overflow: hidden;}
.basicInfo dl.long dd .serviceTag li{display: inline-block; padding:0 2px 0 12px; font-size: 8px; height: 20px; line-height: 20px; background:#E8E8E8 url(../img/icon-ok.png) no-repeat; background-size: 10px; background-position: 1px 50%; border: #eee solid 1px; color: #666; border-radius: 3px; float: left; width: auto; margin: 0 5px 5px 0}
/*.basicInfo dl.serviceList dt {width: 100%; margin-bottom: 5px;}
.basicInfo dl.serviceList dd {width:100%;}*/
.basicInfo .btns {float: right;width: 36%;margin-bottom: 0;margin-top: 4px;}

.priceSystem {width: 100%; font-size: 80%; margin-bottom: 10px;}
.priceSystem th {text-align: left; width: 66%; background:#D2FFF0; padding:1% 2%;}
.priceSystem td {text-align: right; width: 26%; padding:1% 2%; font-weight: bold;}
.priceSystem td.note {text-align: left; font-weight:normal;}
.cautionBlock {}
.cautionBlock ul{padding: 3% 3% 3% 8%;font-size: 90%;margin-bottom: 15px;}
.cautionBlock li{ list-style: decimal;padding-left: 5px;}

.moveOtherBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:#F1CB5D; transition: .4s; width: 96%; margin: 0 2% 4%;}
.moveOtherBtn:hover {color: #fff; background:#1BC8D7;}
.ggmap {width: 98%;margin: 0 auto;}



/* 関連サロン */
.relatedSalon {}
.relatedSalon li {overflow: hidden; padding:4%; margin-bottom: 20px;border-radius: 6px;}
.relatedSalon li .heading {overflow: hidden; padding-bottom: 4px; margin-bottom: 5px;}
.relatedSalon li .under {overflow: hidden; font-size: 14px;}
.relatedSalon li .photo {float: none; width: 100%;}
.relatedSalon li .photo img {width: 100%; height: auto;}
.relatedSalon li .txt { float: none; width: 100%;font-size: 12px;}
.relatedSalon li .txt h3 {border-left: none;background:none !important; padding-left: 0 !important; color: #333;font-size: 18px;margin-top: 0 !important; line-height: 1.5em; margin-bottom: 5px;padding: 0;}
.relatedSalon li .txt .name {margin-bottom: 5px;}
.relatedSalon dl {width: 100%; /*overflow: hidden;*/}
.relatedSalon dl dt {float: left; width: 30%;font-weight: normal;}
.relatedSalon dl dd {float: left; width: 70%;font-weight: normal;}


.setTxt {font-size: 90%;width: 96%; margin: 0 auto;}
.setTxtFirst {margin-bottom: 25px;}
.setTxt img, .setTxtFirst img {width: 100%; height: auto;}

.grayBlock {background:#E7E7E7;border: 2px solid #D1D1D1; padding:15px 15px 0;margin-bottom: 15px;}
.whiteBlock {background:#FFF;border: 2px solid #D1D1D1; padding:15px 15px 0;margin-bottom: 15px;}
.quoteBlock {padding:4% 4% 1%; border-radius: 10px; position: relative;}
.quoteBlock:before {content:url(../img/bg-quote1s.png);left: -2%;top: -5%;}
.quoteBlock:after{content:url(../img/bg-quote2s.png);right: 1%;bottom: -2%;}

/* toolPoint */
.toolPoint {}
.toolPoint .block {margin-left: 4%;}
.toolPoint .block .tit {left: -4%;}

/* payFlow */
.payFlow {}
.payFlow .block {margin-left: 4%;}
.payFlow .block .tit {left: -4%;}











/*========================================
SIDE SP
=======================================*/
#Side {float:none; width:100%; overflow:hidden; color:#595656;}
#Side h3 {text-align:left;margin-bottom:10px; background-color: #dbf5f2; padding: 5px; border-top-right-radius: 4px; color: #fff; letter-spacing: 1px;}
#Side .Block { width:100%; margin-bottom:5%; padding-bottom:5px;}
#Side .Block .recSalonList { overflow: hidden;}
#Side .Block .recSalonList li{width:48%;margin: 0 1%; float: left;}
#Side .Block .recSalonList li .name {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#Side .Block .recSalonList .txt .tit {padding: 2px;width: 32px;margin-right: 3px;font-size: 10px;}
#Side .Block .recSalonList .txt .ans {font-size: 10px;}
#Side .Block .recSalonList .txt .area {width: 100%; height: 32px;display: block}
#Side .Block .otherSalonList .txt .area {display: block;}

#Side .Block .indexRecSalonList { overflow: hidden;}
#Side .Block .indexRecSalonList li{width:49%;margin: 0 0; float: left;}
#Side .Block .indexRecSalonList li .name {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#Side .Block .indexRecSalonList .txt .tit {padding: 2px;width: 32px;margin-right: 3px;font-size: 10px;}
#Side .Block .indexRecSalonList .txt .ans {font-size: 10px;}
#Side .Block .indexRecSalonList .txt .area {width: 100%; height: 32px;display: block}


#Side .Block .areaList { overflow: hidden;}
#Side .Block .areaList li{float: left; padding: 2px 5px; font-size: 12px; background:#EFE0D9; border: 2px solid #8C8C8C; border-radius: 2px; text-align: center; margin: 0 10px 10px 0;color: #2E2E2E;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
#Side .Block .areaList li:hover {-webkit-transition: 0.3s ease; transition: 0.3s ease;opacity:0.8;}




/*========================================
AREA
=======================================*/
.areaHead {width: 99%;}
.loading {width: 100%; margin: 20px auto; text-align: center;}
.loading img {width: 100%;}
.linkSalons {min-height: 10px;}
.linkSalons .salonInfo{margin:0 auto 20px;border-bottom: 5px solid #fff; width: 96%; padding: 2%;border-radius: 0; color: #666;position: relative;overflow: hidden;}
.linkSalons .salonInfo a {color:#1D1D1D;}
.linkSalons .salonInfo h3 {font-size: 14px;line-height: 1.4;padding: 6px 0;margin-bottom: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.linkSalons .heading {margin-bottom: 10px;}
.linkSalons .heading .salonName .name {display: inline;}
.linkSalons .heading .salonPhoto {float: left; width: 20%;border: 2px solid #01CBB5}
.linkSalons .heading .salonPhoto .closeIcon {position: absolute; width: 90%; max-height: 76px; margin: auto auto; top: 28%; bottom:0;left: 0; right: 0;}
.linkSalons .heading .salonName { float: right; width: 78%;}
.linkSalons .heading .salonName dl{margin-bottom: 2px; font-size: 10px; height: 10px;width: 100%; padding:5px 0 5px 0;}
.linkSalons .heading .salonName dl dt{ float: left; width: 10%;}
.linkSalons .heading .salonName dl dt img{width: 16px;position: absolute;top: 4px;}
.linkSalons .heading .salonName dl dt span {padding-left: 18px;}
.linkSalons .heading .salonName dl dd{ float: right; width: 90%;line-height: 1.2;}
.linkSalons .heading .callBtn {width: 15%; height: auto; bottom: 0%; right: 0;z-index: 1;}
.linkSalons .heading .callBtn img{width: 48px;height: auto;float: right;line-height: 1;}
.linkSalons .serviceInfo {overflow: hidden;}
.linkSalons .serviceInfo dl{height: auto;font-size: 10px;width: 100%; border-bottom:none; margin-bottom: 0; padding: 5px 0 0;}
.linkSalons .serviceInfo dl dt{ display: none;}
.linkSalons .serviceInfo dl dt img{width: 20px;position: absolute;top: 3px;}
.linkSalons .serviceInfo dl dt span {padding-left: 25px;}
.linkSalons .serviceInfo dl dd{ float:none; width: 100%;}
.linkSalons .serviceInfo .tag{padding: 0 5px 0 20px; font-size: 9px; font-weight: bold; height: 20px; line-height: 20px; background: #E8E8E8 url(../img/icon-ok.png) no-repeat; background-size: 15px; background-position: 2px 45%; margin: -6px 5px 10px 0;}
.linkSalon li .Photo {width: 100%;}
.salonBtns {overflow: hidden;}

.linkSalons .adminComment {padding:2%; margin-bottom: 10px; font-size: 10px;}
.linkSalons .adminComment h4 {width: 62px;}



/* linkArea */
.linkArea {overflow: hidden;}
.linkArea a {float: left; width: 44%; text-align: left; margin:0 0 10px; overflow: hidden; padding:10px 2%;}
.linkArea a:nth-child(2n) { float:right;}
.linkArea a li {padding: 0 0 0 30px; color: #fff;}



/*========================================
THERAPIST VALUE
=======================================*/
.therapistValue {padding:0;}
.therapistValue .cond {top: 10px; left: 2%;}
.therapistValue .cond img {width: 70px; height: auto;}
.therapistValue .therapistPhoto {float:none; width: 90%;margin: 0 auto 35px;}
.therapistValue .txt { float:none; width: 96%; margin: 0 auto;}
.therapistValue .txt .heading {margin-bottom: 10px;}
.therapistValue .txt .heading .name {color:#0cb2ba; font-size: 18px;}
.therapistValue .txt .prof { margin-bottom: 15px;}
.therapistValue .txt dl{}
.therapistValue .txt dt{width:30%}
.therapistValue .txt dd{width:70%}
.therapistValue .txt dd .serviceTag li{display: inline-block; padding: 0 4px 0 18px; font-size: 8px; height: 20px; line-height: 22px; background:#E8E8E8 url(../img/icon-ok.png) no-repeat; background-size: 12px; background-position: 5px 45%; border: #eee solid 1px; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;border-radius: 3px; float: left; width: auto; margin: 0 5px 5px 0}
.therapistValue .txt .shopInfo h3 {font-size: 16px;}
.therapistValue .txt .shopInfo {font-size: 12px;}
.postProf {overflow: hidden;}
.postProf h3 {padding-left: 0; border-left: 0; color: #fff; padding:1% 2%;border-radius: 4px; font-size: 14px; letter-spacing: 1px;}
.postProf h3.post01, .postProf h3.post02, .postProf h3.post03, .postProf h3.post04, .postProf h3.post05 {background-position: 2% 30%;}
.Report .Cnt {padding: 4% 2% 2%;}
.repo-dl dd .stars {}
.repo-dl dd .com {max-width:196px;width: 65%;}
.repo-dl dt {width: 30%;}
.repo-dl dd {width: 70%;}
@media screen and (max-width: 320px) {
.repo-dl dd .com { max-width: 196px; width: 62%; font-size: 11px;}
}


.postProf table {margin:0 auto 20px;font-size: 11px;width: 99%;}
.postProf table th {padding: 1% 1%;width: auto; background:url(../img/bg-th01.jpg) repeat; color: #fff;}
.postProf table td {padding: 1% 1%;width: auto;}
.postProf table.val th {width: auto;}
.postProf table.val th.short {width: auto;}
.postProf table.val td {width: auto;}
.postProf table.val td.star {width: auto;}
.postProf img {width: 10px; height: auto; margin-right: 1px; line-height: 1;}
.postProf .txt {padding: 2%;font-size: 90%;}
.postProf .txt .expDate {font-size: 80%;}
.score {width: 96%; margin: 0 auto 10px; padding: 2% 1% 0;}
.score dl {width: 90%; padding: 2% 5% 0; overflow:hidden}
.score dl dt {float: left; width: 48%; font-size: 14px; margin-bottom: 5%;}
.score dl dd {float: left; width: 50%;font-size: 14px; margin-bottom: 5%;}
.score dl dd span {font-size: 260%; color: #EC3B3E; line-height: 0; padding-right: 5px;}
.score dl dd img {width: 18px; height: auto; margin-right: 1px; line-height: 1;}



.kuchikomi { border-top: 4px solid #DADBDB; padding: 20px; margin-bottom: 20px;}
.kuchikomi h3 {color: #6E534C; border-left: 5px solid #6E534C; font-size: 20px; line-height: 1; padding-left: 10px; margin-bottom: 10px;}
.kuchikomi .post { font-size: 12px; color: #989898; margin-bottom: 15px;}
.kuchikomi .post .date { padding-right: 20px;}
.kuchikomi .post .name {}
.kuchikomi .txt { position: relative;}
.kuchikomi .btnArea {background: url(../img/bgKuchikomi.jpg) no-repeat; min-height: 77px; width: 660px; position: relative; padding: 40px 0;}
.kuchikomi .btnArea .btn { border: 2px solid #000; border-radius: 5px; text-align: center; background: #fff; padding: 10px; margin:0 auto; width: 80%; line-height: 1;}

.recTitle { background:url(../img/bgRecTitle.png) no-repeat bottom left;font-size: 30px; color:#E6182E; padding: 10px; letter-spacing: 2px; margin-bottom: 15px;}
.recTitle span{ color: #000; display: block; font-size: 14px; line-height: 1.2; letter-spacing: 1px;}
.recTherapistList { overflow: hidden;}
.recTherapistList li { float: left; width: 19%; margin-right:1.8%; padding: 2%; border: 2px solid #D3D3D3; color: #6E534C; overflow: hidden; margin-bottom: 15px;}
.recTherapistList li:nth-child(4n) { float: right;margin-right:0;}
.recTherapistList li .photo { width: 100%; height: 160px; overflow: hidden; margin-bottom: 15px;}
.recTherapistList li .photo img { width: 100%; height: auto; line-height: 1;}
.recTherapistList li .salon {color: #6E534C; font-size: 12px;}
.recTherapistList li .name {color: #6E534C; font-size: 15px; margin-bottom: 10px;}
.recTherapistList li .score {text-align: center; color: #fff; background: #6E534C; border-bottom: 3px solid #231815;}
.recTherapistList li .score span {font-size: 24px; padding-left: 5px;}

.reserveBtn {width: 96%; margin: 0 2% 4%;margin-bottom: 10px;}
.spCallBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:url(../img/icon-phone.png) #12D16F no-repeat; background-size: 20px auto; transition: .4s; width: 96%;margin: 0 2% 4%; text-align: center;background-position: 31% 45%;}
.spCallBtn:hover {color: #fff; background:url(../img/icon-phone.png) #1BC8D7 no-repeat;background-size: 20px auto;background-position: 31% 45%;}
	
.reportList {padding-bottom: 10px; border-bottom: 1px dotted #CCCCCC; margin-bottom: 40px;}
.reportList ul{width: 98%; margin: 0 auto;}
.reportList ul a{width: 99.2%; margin-bottom: 10px;}
.reportList ul a:nth-child(2n){float: left;}
.reportList ul a li { padding: 10px; background: url(../img/arrow.png) 97% 50% no-repeat; background-size: 20px; overflow: hidden;}
.reportList ul a li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 20px; overflow: hidden;}
.reportList ul a li .photo { float: left; width: 25%;height: auto; overflow: hidden;}
.reportList ul a li .photo img {width: 100%; height: auto; line-height: 1;}
.reportList ul a li .txt { float: right; width: 65%; padding-right: 5%;}
.reportList ul a li .txt h3 {background: #CFBCB2; padding:2px 8px; color: #fff; width: 90%; border-radius: 15px; margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.spList {padding-bottom: 10px; border-bottom: 1px dotted #CCCCCC; margin-bottom: 40px;}
.spList ul{width: 98%; margin: 0 auto;}
.spList ul a{width: 99.2%; margin-bottom: 10px;}
.spList ul a:nth-child(2n){float: right;}
.spList ul a li { padding: 10px; background: url(../img/arrow.png) 97% 50% no-repeat; background-size: 20px; overflow: hidden;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.spList ul a li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 20px;-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.spList ul a li .photo { float: left; width: 40%;height: 97px; overflow: hidden;}
.spList ul a li .photo img {width: 100%; height: auto;line-height: 1;}
.spList ul a li .txt { float: right;width: 52%; padding-right: 4%;}

.newBushList {padding-bottom: 10px; margin-bottom: 40px;}
.newBushList ul{width: 98%; margin: 0 auto;}
.newBushList ul a{width: 99.2%; margin-bottom: 10px;}
.newBushList ul a li { padding: 10px; overflow: hidden;border: 1px solid #D3D3D3;}
.newBushList ul a li:hover { padding: 10px; overflow: hidden;border: 1px solid #D3D3D3;}
.newBushList ul a li .dateTitle {display: flex;align-items: flex-start; margin-bottom: 8px;}
.newBushList ul a li .dateTitle h3 {font-size: 16px;}
.newBushList ul a li .dateTitle .date{ color: #fff; background:url(../img/bgDate.png) no-repeat; width: 70px; height: 23px; padding: 2px 5px; margin-right: 15px; font-size: 12px;}
.newBushList ul a li .photo { float: left; width: 30%; height: 120px; overflow: hidden;}
.newBushList ul a li .photo img {width: 100%; height: auto;line-height: 1;}
.newBushList ul a li .txt { float: right; width: 67%; font-size: 14px; color:#221815;}
.newBushList ul a li .txt .evaluate-star {display: inline-block; height: 14px;}
.newBushList ul a li .txt .evaluate-star img {width: 16px; height: auto; margin-right: 1px;}
.newBushList ul a li .txt .moreRead {color:#0078c5;}
.newBushList ul a li .txt .bottom { overflow: hidden; margin-top: 10px;font-size: 11px; color: #454545;}
.newBushList ul a li .txt .bottom .tit{ float: left; background: #E9E9E9; border:1px solid #C8C8C8; padding:1px; width: 40px; text-align: center; border-radius: 3px; margin-right: 10px;}
.newBushList ul a li .txt .bottom .ans{ float: left; padding:2px; margin-right: 15px;}


/* kuchikomiInput */
.kuchikomiInput {}
.kuchikomiInput dl {width: 100%; padding-bottom: 5px; margin-bottom: 8px; border-bottom: 1px dotted #EBEBEB}
.kuchikomiInput dl dt {width: 100%;font-weight: bold;}
.kuchikomiInput dl dd {width: 100%;}
.kuchikomiInput dl dd label {vertical-align: middle;}
.kuchikomiInput .soShort {width: 40px;}
.kuchikomiInput .unit {padding-left: 5px;}

.starSelect {width: 100%; overflow: hidden;}
.starSelect label{margin: 0;padding: 6px 1%;border-right: 1px solid #AAAAAA;text-align: center;font-weight: bold;}
.kuchikomiInput input[type="text"] {font-size: 14px;}
.kuchikomiInput textarea {width:95.5%; height: 200px;font-size: 14px;}
.kuchikomiInput dl.tapStar {border-radius: 5px; background:#F0F0F0; padding: 2%; width: 96%;}
.kuchikomiInput dl.tapStar dl dt {width: 50%;}
dl.tapStar dt {background: url(../img/icon-check.png) no-repeat 2px 0;background-size: 25px auto; padding-left: 35px; font-size: 14px;width: 86%;}
dl.tapStar dd .middle {margin: 5px 0 0; padding: 2%;font-size: 14px;}
.starSelect .starSupplementary { font-size:16px; margin: 10px 0 5px 0; }
.starSelect label:last-of-type {border-right: 0px;border-radius: 0 3px 3px 0;margin-top: 6px;}
.starSelect .error { color:#f00; border:1px solid #f00; }
.starList .starReset { float:left; margin:7px 5px 0 0;line-height: 1.5; border:none; border-radius: 50%; width:30px; height:30px; font-size:19px; text-align:center; cursor:pointer; padding: 0;}
.starList .message {position: relative;display: inline-block; margin: 5px 0 0 10px; font-size: 12px;padding: 7px 10px;max-width: 100%;color: #555;background: #fff; border-radius: 6px;}
.starList .message:before{content: "";position: absolute;top: 50%;left: -20px;margin-top: -10px;border: 10px solid transparent;border-right: 10px solid #fff;}
.kuchikomiInput .y-star {font-weight:bold;color:#F1DD25;padding-right: 5px;font-size: 21px;}
.kuchikomiInput .g-star {font-weight:bold; color:#666666;padding-right: 5px;font-size: 21px;}
.helpBlock {border-radius: 8px; padding: 2% 2% 1%; background: #F3F3F3;width: 96%; margin: 0 auto; font-size:12px}
.helpBlock h3 {font-size: 14px;}

.NotFound { width:100%; margin:5% auto 20%; text-align:center;}
.NotFound h2 { color:#65c4ca; font-size:40px; letter-spacing:2px; padding:0; line-height:1.2; margin-bottom:4%;}
.NotFound h2 span{ display:block; font-size:22px;}

.selectTherapist {margin-bottom: 15px;}
.selectTherapist li {height: 120px;}
.selectTherapist li .name {background: url(../img/grad-01.png); position: absolute; text-align: center; bottom:0; padding: 10px 1%; width: 98%; line-height: 1.1; color: #fff;font-weight: bold; font-size: 12px;}


/*========================================
Before View
=======================================*/
#beforeView {}
#beforeView .MV {color: #fff;padding: 50px 0 30px;}
#beforeView .MV h1 {text-align: center; font-size: 30px; line-height: 1.4; margin-bottom: 20px;text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}
#beforeView .MV h1 span{display: block; font-size: 16px;}
#beforeView .MV .btn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; background: #00bcd4;color: #fff; transition: .4s; width: 90%; margin: 0 auto 30px; }
#beforeView .MV .btn:hover {color: #00BCD4; background: #ECECEC;}
#beforeView .Cnt {padding: 4% 5%;text-align: center}
#beforeView .Cnt h2 {font-size: 22px; line-height: 1.4; margin-bottom: 30px; color: #81d4cb; border-top: 3px solid #81d4cb; border-bottom: 3px solid #81d4cb; text-align: center;}
#beforeView .Cnt p {margin-bottom: 2%;font-size: 14px;}
#beforeView .Cnt .btn{padding: 2% 0;background-size: 80px auto;width: 90%; margin: 0 auto 30px;font-size: 16px; line-height: 1.4;}
#beforeView .Cnt .btn:hover {background-size: 80px auto; background-position: center 70%;}
.alertTxt {background: #F86063; padding: 1%; color: #fff; font-weight: bold; border-radius: 5px;margin-bottom: 5px;}


ul.number {padding: 2% 2% 2% 8%;}

/* #Pager*/
.Pager {margin:0 4% 5% 2%}
.Pager ul { width:100%; overflow:hidden;}
.paginate {display: block;width: 100%;font-size: 1.2em;}
.paginate.pag {font-size: 1.4em;padding: 9px 8px;background:#D2CACF;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; height:37px;}
.paginate.pag li { font-weight: bold;}
.paginate.pag li a {display: block;float: left;color: #807C7C;text-decoration: none;padding: 3px 15px;margin-right: 6px;border-radius: 100%;background: #fff;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;}
.paginate.pag li a:hover { color: #eb5f64; background:#FEE9FE;}
.paginate.pag li a:active {-webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);-moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);}
.paginate.pag li.navpage a {background: #c8eac6;color: #4f664e;}
.paginate.pag li.navpage a:hover {color: #414e40;background: #a4c6a2;}
.paginate.pag li.current { background:#9E929E; }
.paginate.pag li.single, .paginate.pag li.current {display: block;float: left;padding: 3px 15px;margin-right: 6px;border-radius: 100%;color: #fff;}

.Paging { overflow:hidden; width:100%; margin:0 auto 2%; text-align:center;}
.Paging a{ color:#fff;}
.Paging a:hover{ color:#fff;}
.Paging .Prev{ float:none;}
.Paging .Next{ float:noe;}
.Paging .OneBtn{ width:90%; margin:0 auto;}
.Paging .Prev, .Paging .Next{ padding:2% 0; width:90%; margin:0 5% 2%; color:#fff; background:#D1D1D1;}
.Paging .Prev:hover, .Paging .Next:hover{background:#f4aaac;}
.Paging .OneBtn { padding:2% 0; width:200px; color:#fff; background:#D1D1D1;}
.Paging .OneBtn:hover{background:#f4aaac;}


/*========================================
Thanks
=======================================*/
#Thanks {background:#fff;border-radius: 6px; font-size: 18px; }
#Thanks .MV {background: url(../img/kuchikomi/mv-thanks.jpg) top center no-repeat; background-size: cover; color: #fff;padding: 50px 0;}
#Thanks .MV h1 {text-align: center; font-size: 24px; margin-bottom: 0;}
#Thanks .Cnt {padding: 4% 5%;text-align: left}
#Thanks .Cnt h2 {font-size: 24px; margin-bottom: 30px; color: #81d4cb; border-top: 3px solid #81d4cb; border-bottom: 3px solid #81d4cb; text-align: center;}
#Thanks .Cnt p {margin-bottom: 5%;}
#Thanks .Cnt p a {text-decoration: underline;}
#Thanks .Cnt p.short {margin-bottom: 5px;}
#Thanks .Cnt a .btn{position: relative; font-weight: bold; padding: 2% 0; text-decoration: none; background: #00bcd4;color: #fff; transition: .4s; width: 80%; margin: 0 auto 30px; border-radius: 5px; text-align: center;box-shadow: 2px 2px 4px #23505A;}
#Thanks .Cnt a .btn:hover {color: #00BCD4; background: #ECECEC;}
#Thanks .Cnt input {font-size: 18px;}
#Thanks .Cnt .midNote {margin-bottom: 40px;}
#Thanks .Cnt .idInfo {border-radius: 3px; border:2px solid #222222;padding: 2%; text-align: center; margin-bottom: 20px;}
#Thanks .Cnt .idInfo span {font-weight: bold;font-size: 20px;}

/*========================================
topRecSalons
=======================================*/
#topRecSalons {border-radius: 0;}
#topRecSalons .Cnt {padding: 0}
#topRecSalons .Cnt h2 {color: #fff; padding: 2% 2% 2% 2%;border-radius: 0; font-size: 16px;}
#topRecSalons .Cnt ul { padding: 2% 4%;}
#topRecSalons .Cnt ul li, #topRecSalons .Cnt ul li:nth-child(2) {float: none; width: 100%; border-top:1px solid #ECECEC; padding-top: 20px; margin-bottom: 20px;}
#topRecSalons .Cnt ul li:nth-child(2n) {float: none;}
#topRecSalons .Cnt ul li:first-child  {padding-top: 0; border-top:0;}
#topRecSalons .Cnt ul li h3 {border:none; min-height: auto;}
#topRecSalons .Cnt ul li h3 {font-size: 16px;}
#topRecSalons .Cnt ul li h3:before {content: "";position: absolute;background:#91FDFB;width: 40px;height: 40px;border-radius: 50%;top: 50%;left: -10px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: -1;}
#topRecSalons .Cnt ul li .photo {line-height: 0; border-radius: 4px; overflow: hidden;}
#topRecSalons .Cnt ul li .evalTxt {padding: 15px 0;font-size: 14px;}
#topRecSalons .Cnt ul li .btn{position: relative; display: inline-block; font-weight: bold; padding: 3% 0; text-decoration: none; color: #00BCD4; background: #ECECEC; transition: .4s; width: 100%; text-align: center;}


.linkArticle{padding: 2%;}
.linkArticle .photo {width: 24%;margin-top: 1%;}
.linkArticle .photo img {width: 100%; height: auto; line-height: 1; border-radius: 5px;}
.linkArticle .txt {font-size: 14px;}
.linkArticle .txt .sub {font-size: 10px;}
.linkArticle .txt .title {font-size: 14px;margin:5px 0 0; line-height: 1.4;}
.linkArticle .txt .sum {display: none;}




/*========================================
PHRASE
=======================================*/
.phrase {width: 98%; overflow: hidden; margin:0 auto 20px;}
.phrase dl {overflow: hidden; padding-bottom: 3px; border-bottom: 1px dotted #E4E4E4; margin-bottom: 8px;}
.phrase dl dt {float: none; font-weight: bold; width: 100%;}
.phrase dl dd {float:none; width: 100%;}


.snsBtns {overflow: hidden; padding: 0 0;}
.snsBtns ul {float: none;  width: 100%; margin: 4px 0 0;}
.snsBtns ul li.tw {font-weight: bold; font-size: 14px; width: 46%; background: url(../img/icon-tw.png) #00aced; background-repeat: no-repeat; background-position: 5% 50%; background-size: 20px auto;padding-left: 3%;}
.snsBtns ul li.ht {font-weight: bold; font-size: 14px;width: 46%;background: url(../img/icon-ht.png) #00a4de; background-repeat: no-repeat; background-position: 5% 50%; background-size: 20px auto;padding-left: 3%;}
.snsBtns ul li img {width: 30px;}

/*========================================
widget
=======================================*/
.twBlock {width: 100%; margin: 0 auto 20px;}


/*========================================
MY PAGE, LOGIN
=======================================*/
.myPageProf th {width: 96%;display: block;}
.myPageProf td {width: 96%;display: block;font-size: 16px;min-height: 40px;}
.myPageProf td span {}
.myPageProf td p{margin: 0;}
.myPageProf td input[type="text"],
.myPageProf td input[type="email"],
.myPageProf td input[type="tel"],
.myPageProf td input[type="url"],
.myPageProf td input[type="password"],
.myPageProf td textarea {width: 95%; border: 1px solid #CCC; background: #FFF; margin: 0 0; padding: 1.5% 2%; border-radius: 5px; font-size: 16px; line-height: 1.6;}
.myPageProf td textarea {min-height: 200px;}
.myPageProf .Select {}
.myPageProf td .soShort {width: 50px; float: left;}
.myPageProf td .short {width: 80px; float: left;}
.myPageProf td .timeSelect {width: 120px; float: left;}
.myPageProf td .unit {float: left; padding:9px 5px 0;}


/* kuchikomiInput */
.salonInput {padding-top: 20px;}
.salonInput dl {width: 100%; padding-bottom: 15px; margin: 0 auto;}
.salonInput dl dt {width: 100%;padding-bottom: 10px;}
.salonInput dl dd {width: 100%;}
.salonInput h2 {width: 96%;margin: 0 auto 2%;}

/*========================================
formArea
=======================================*/
.formArea {width: 100%;padding: 15px 0;}
.formArea .Cnt {width: 96%;margin: 0 auto;}
.formArea .Cnt dl {overflow: hidden;}
.formArea .Cnt dt {font-weight: bold;}
.formArea .Cnt dt .title {background: url(../img/icon-question.png) 0px 2px no-repeat; background-size: 26px auto; padding: 3px 0 0 30px;}
.formArea .Cnt dt .sup {font-size: 12px;}
.formArea .Cnt dt .sampleNote {padding: 1%;font-size: 12px;border-radius: 3px;background: #E7E7E7;margin-bottom: 1%;}
.formArea .Cnt dd { margin-bottom: 15px;padding-bottom: 15px; border-bottom: 1px solid rgba(240,240,240,1.00)}
.formArea .Cnt dd table {}
.formArea .Cnt dd table th {width: 80%;}
.formArea .Cnt dd table td {width: 20%;}
.formArea .Cnt dd table td input {float: left; width: 30px; text-align: center;padding: 10px 5px;margin-right: 5px;}
.formArea .Cnt dd table td .unit {padding-top: 7px;float: left;}
.formArea .Cnt dd table td .sup {float: left;font-size: 11px; padding-top: 13px;}


.cenceptBlock {width: 96%;margin: 50px auto 50px;background-size: 104px auto, 104px auto, 200px auto; }
#About .Cnt .txt .btn{background: #a2a2a2;text-align: center;color: #fff;margin: 0 auto;width: 160px;height: 40px;box-sizing:border-box;padding: 9px 0;font-size: 14px;}
.cenceptBlock .cnt {padding: 4% 4%;}
.cenceptBlock .cnt h2 {text-align: center;font-weight: bold;margin-bottom: 30px;font-size: 20px;}
.cenceptBlock .cnt p {text-align: left;}


/*-------------------- max-width:727px --------------------*/}
