﻿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}

/* responsive view */
.spView{display:none;}

/* 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;}

/*========================================
BASIC
=======================================*/
html{-webkit-text-size-adjust:100%}
body{color:#292929; font-size:16px;font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;background:#f7f7f7;line-height:1.6;}
img {line-height: 1;}
p {margin-bottom: 15px;}
.Hv {transition: .4s;}
.Hv:hover {transition: .4s; opacity: 0.8 }
figure img {margin-bottom: 2%;}
.gradBG {background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);}

/*========================================
TEXT & TEXTAREA
=======================================*/
input, textarea {font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
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 2%;padding:2%;border-radius:4px;box-sizing: border-box;}
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%;}
/*========================================
CHECKBOX
=======================================*/
.checkbox-input{display: none;}
.checkbox-parts{padding-left: 20px; position:relative; margin-right: 20px;}
.checkbox-parts::before{content: ""; display: block; position: absolute; top: 2px; left: 0; width: 15px; height: 15px; border: 1px solid #999; border-radius: 4px;}
.checkbox-input:checked + .checkbox-parts{color: #009a9a;}
.checkbox-input:checked + .checkbox-parts::after{content: ""; display: block; position: absolute; top: -3px; left: 5px; width: 7px; height: 14px; transform: rotate(40deg); border-bottom: 3px solid #009a9a; border-right: 3px solid #009a9a;}
.select-wrap {position: relative;}
.select-wrap:before {z-index: 1; position: absolute; right: 15px; top: 0; content: "\f123";font-family: "IonIcons"; line-height: 43px; color: #7F878C;pointer-events: none;}

/*========================================
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;}



/*========================================
 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:#E42F32;}
.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 !important;}
.midNote {margin-bottom: 30px;}

/* フォントサイズ */
.fs-80 {font-size:80%!important;}
.fs-90 {font-size:90%!important;}
.fs-110 {font-size:120%!important;}
.fs-120 {font-size:120%!important;}
.fs-140 {font-size:140%!important;}
.fs-160 {font-size:160%!important;}
.fs-180 {font-size:180%!important;}
.fs-200 {font-size:200%!important;}
.quoteNote {text-align: right;font-size: 8px;padding-right: 5px;}

.w-80 {width: 80% !important;}

/* 角丸 */
.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;}
.y-line{background: #ffff00;}
.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;}

.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 !important;height: 50px !important;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: 20px;}

.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}
.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: separate;border-spacing: 0;width: 100%; margin-bottom: 15px;}
table tr th {background: #f5f5f5;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;}
.planTable .small {font-size: 11px;}


/* 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 20px;border-radius: 3px;box-shadow: 0px 0px 5px 0px #C8C8C8;}
.Normal, .Ranking {background:#fff;border-radius: 6px;}
.secondLine { padding-top: 15px;}

/*========================================
CONTENTS
=======================================*/
#wrapper{width: 100%;margin: 0 auto;background-color: #fff;}
#Contents {max-width: 1190px; margin:15px auto 0;box-sizing: border-box;padding: 0 5px;}
#Main { float: left; width: 68%;}
h1,h2 {font-size: 21px; margin-bottom: 18px;}
#accessBlock h2 {color: #fff; background: url(../img/salon/icon-map.png) #57cfb0; padding: 2% 2%; border-radius: 4px; background-size: 68px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%;}
#therapistBlock h2 {color: #fff; background: url(../img/salon/icon-pickup.png) #57cfb0; padding: 2% 2%; border-radius: 4px; background-size: 68px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%;}
#kuchikomiBlock h2, #topMovieBlock h2 {color: #fff; background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);padding: 2% 2%;border-radius: 4px;}
#hofTitle{color: #fff; background: url(../img/salon/icon-pickup.png),url("../img/bg-fame.jpg"); padding: 2% 2% 2% 2%; border-radius: 6px; background-size: 68px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%;}
#openTitle{color: #fff; background: url(../img/salon/icon-report.png),url("../img/bg-open.jpg"); padding: 2% 2% 2% 2%; border-radius: 6px; background-size: 68px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%;}

h3 {border-left: 2px solid #0cb2ba; color: #333; font-size: 18px; line-height: 1.5em; margin-bottom: 1em; padding:3px 0 2px 16px;}

.topicTitle { background: url(../img/bgTopicTitle.png) no-repeat; padding: 5px 15px; font-size: 24px; letter-spacing: 2px; margin-bottom: 10px; font-weight: normal;}
.topicTitle .salonName {font-size: 14px; display: block}


/* 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%;}


/*========================================
HEADER
=======================================*/
header{width:100%;position: relative; z-index: 6;}
header .topLine { background:#C3C3C3; height: 16px;}
#top {position:relative; top:0;}
header nav {width: 100%;box-sizing: border-box; padding:10px 0;font-size: 14px; overflow:hidden;z-index:1000;background: #2ab5d3;background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15); }
header nav .cnt {max-width: 1190px;margin:0 auto; position: relative;box-sizing: border-box;padding: 0 5px;}
header nav .cnt .logo {float:left;display:inline-block;width: 210px;padding-top: 0px;}
header nav .cnt .logo img { width:100%; height:auto;}
header nav .cnt .limitDate {right: 0; font-weight: bold; text-align: right; color: #fff; position: absolute;}
header nav .cnt .limitDate span {font-size: 150%;}
header nav .cnt .limitDate a {font-size: 90%; text-decoration: underline !important;}
header nav .cnt ul{float:right;display:inline-block; max-width:780px; margin-top:34px;}
header nav .cnt ul li {float:left;position: relative;color:#fff; text-align:left; margin-right:20px; letter-spacing:1px;}
header nav .cnt ul li:last-child {margin-right: 0;}
header nav a {color: #fff; font-weight: bold;text-decoration:none;transition: .4s;}
header .secondLine .cnt {max-width: 1190px;margin:0 auto; position: relative;box-sizing: border-box;padding: 0 5px;}
header .secondLine .secondNav {display:inline-block;float: right;}
header .secondLine .secondNav li {float: left;text-align:center;padding:5px 5px 3px 10px;border-left: 1px solid #009094;box-sizing: border-box;font-weight: bold;position: relative;}
header .secondLine .secondNav li:last-child {border-right: 1px solid #009094;}
header .secondLine .secondNav li span {color: #fff;}
header .secondLine .secondNav li.bh span {background: url("../img/icon-bh.png") 0 50% no-repeat;background-size: 18px auto;padding: 6px 0 5px 21px;}
header .secondLine .secondNav li.newBush span {background: url("../img/icon-new.png") 0 50% no-repeat;background-size: 18px auto;padding: 6px 0 5px 21px;}
header .secondLine .secondNav li.favList span {background: url("../img/icon-fav.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.shareList span {background: url("../img/icon-share.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.board span {background: url("../img/icon-board.png") 0 50% no-repeat;background-size: 12px auto;padding: 6px 0 5px 15px;}
header .secondLine .secondNav li.chat span {background: url("../img/icon-chat.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.login span {background: url("../img/icon-login.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.logout span {background: url("../img/icon-logout.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.word span {background: url("../img/icon-word.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.mypage span {background: url("../img/icon-mypage.png") 0 50% no-repeat;background-size: 14px auto;padding: 6px 0 5px 17px;}
header .secondLine .secondNav li.faq span {background: url("../img/icon-faq.png") 0 50% no-repeat;background-size: 18px auto;padding: 6px 0 5px 21px;}
header .secondLine, header .secondLine .secondNav li a {width: 100%;padding:0 0; font-size: 10px; overflow:hidden;background:#0097A4}
header nav a:hover, header .secondLine .secondNav li:hover a span {color:#FFEB68;transition: .4s;}
header .secondLine .secondNav li.chat .new {position: absolute;background: #EC0E11;color: #fff;border-radius: 10px;padding: 2px 4px 1px;font-weight: bold;font-size: 8px;z-index: 2;top: 0px; right: -23px;}

@media only screen and (min-width:801px) and (max-width:989px) {
header{width:100%;position: relative; z-index: 6;}
header .topLine { background:#C3C3C3; height: 16px;}
header nav {}
header nav .cnt {min-width: auto; max-width: auto; width: 98%; margin:0 auto; position: relative;}
header nav .cnt .logo {float:left;display:inline-block;width: 170px;padding-top: 3px;}
header nav .cnt .logo img { width:100%; height:auto;}
header nav .cnt ul{float:right;display:inline-block;max-width: 75%;margin-top: 34px;}
header nav .cnt ul li { float:left;  color:#fff; text-align:left; margin-right:20px; letter-spacing:1px;}
header .secondLine .cnt {min-width: 98%; max-width: 98%;}
}

@media screen and (max-width: 800px) { 
header {width:100%;}
header .inline {width: 100%; background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);padding:5px 2%;position:fixed; z-index:100; top:0; height:50px;box-sizing: border-box; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);}
header .inline .Logo {float:left;width: 152px;padding-top: 0px;}
header .inline .Logo img {width:100%; height:auto;}
header .inline .loginName {position: absolute;padding:0 0 0 15px; background: url(../img/icon-login.png) 0px 1px no-repeat; background-size: 10px; font-size: 10px; color: #fff; float: left; width: 120px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;top: 3px;right: 6px;text-align: left;font-weight: bold;}
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: 140%;color:#F4787B;}
header .headLimitDate span.sTxt {font-size: 80%;padding-right: 5px}
header .headLimitDate a {font-size: 90%; color: #fff; text-decoration: underline !important;}
header ul {overflow: hidden;}
aside{}
aside ul {overflow: hidden;margin-bottom: 2%;}
nav a {margin: 0 0 3% 0;width: 48%;float: left;text-align: center;border-radius: 4px;box-sizing: border-box;padding: 12px 0; font-size: 11px; color: #fff;box-shadow: 0px 0px 5px 0px #C8C8C8;line-height: 1.2;height: 35px; font-weight: bold;background: -moz-linear-gradient(top,  #4dd0e1 50%, #26c6da 50%);background: -webkit-linear-gradient(top,  #4dd0e1 50%,#26c6da 50%);background: linear-gradient(to bottom,  #4dd0e1 50%,#26c6da 50%);}
nav a.both {background: -moz-linear-gradient(top, #43DDB5 50%, #22C9B2 50%);background: -webkit-linear-gradient(top, #43DDB5 50%,#22C9B2 50%);background: linear-gradient(to bottom, #43DDB5 50%,#22C9B2 50%); }
nav a.forExpert {background: -moz-linear-gradient(top, #FC9CB4 50%, #dd4470 50%); background: -webkit-linear-gradient(top, #FC9CB4 50%,#dd4470 50%); background: linear-gradient(to bottom, #FC9CB4 50%,#dd4470 50%);}
nav a.long {width: 100%;margin: 0 0 3% 0;padding: 11px 0;font-size: 12px;}
nav a.paying {background: -moz-linear-gradient(top,  #37474F 50%, #263238 50%);background: -webkit-linear-gradient(top,  #37474F 50%,#263238 50%);background: linear-gradient(to bottom,  #37474F 50%,#263238 50%);}
nav a.flR {float: right;}
nav a li {position: relative;}
nav a.paying li span {padding-left: 10px;}
nav a:hover {color: #fff;}
nav a li.btnLong {position: relative;top: -5px;}
nav a li .icon {width: 20px; height: 20px; position: absolute; top: -4px; left: 5px;}
nav a li .home {background: url("../img/bt-icon-home.png") no-repeat;background-size: cover; }
nav a li .bush {background: url("../img/bt-icon-bush.png") no-repeat;background-size: cover; }
nav a li .mypage {background: url("../img/bt-icon-mypage.png") no-repeat;background-size: cover; }
nav a li .cntct {background: url("../img/bt-icon-mailWhite.png") no-repeat;background-size: cover; }
nav a li .login {background: url("../img/bt-icon-login.png") no-repeat;background-size: cover; }
nav a li .exp {background: url("../img/bt-icon-exp.png") no-repeat;background-size: cover; }
nav a li .newtherapist {background: url("../img/bt-icon-newtherapist.png") no-repeat;background-size: cover; }
nav a li .faq {background: url("../img/bt-icon-faq.png") no-repeat;background-size: cover; }
nav a li .bh {background: url("../img/bt-icon-bh.png") no-repeat;background-size: cover; }
nav a li .newbush {background: url("../img/bt-icon-newbush.png") no-repeat;background-size: cover; }
nav a li .fav {background: url("../img/bt-icon-fav-normal.png") no-repeat;background-size: cover; }
nav a li .share {background: url("../img/bt-icon-share.png") no-repeat;background-size: cover; }
nav a li .comm {background: url("../img/bt-icon-comm.png") no-repeat;background-size: cover; }
nav a li .board {background: url("../img/bt-icon-board.png") no-repeat;background-size: cover; }
nav a li .vipboard {background: url("../img/bt-icon-vipboard.png") no-repeat;background-size: cover; }
nav a li .chat {background: url("../img/bt-icon-chat.png") no-repeat;background-size: cover; }
nav a li .mail {background: url("../img/bt-icon-mail.png") no-repeat;background-size: cover; }
nav a li .area {background: url("../img/bt-icon-area.png") no-repeat;background-size: cover; }
nav a li .therapist {background: url("../img/bt-icon-therapist.png") no-repeat;background-size: cover; }
nav a li .salon {background: url("../img/bt-icon-salon.png") no-repeat;background-size: cover; }

nav a li .new {position: absolute;background: #EC0E11;color: #fff;border-radius: 10px;padding: 2px 4px 1px;font-weight: bold;font-size: 8px;z-index: 2;top: -15px; right: 0;}
nav a li .iconBoth {position: absolute; background: url(../img/icon-both.svg) no-repeat; width: 40px; height: 17px; z-index: 2; top: -20px; right: 4px;}
nav a li .icoNew {position: absolute; background: url("../img/icon-new-mini.svg") no-repeat; width: 40px; height: 17px; z-index: 2; top: -20px; right: 4px;}
nav a li .iconEX {position: absolute; background: url(../img/icon-ex.svg) no-repeat; width: 40px; height: 17px; z-index: 2; top: -20px; right: 4px;}
#menu .prefName {margin: 0 0;padding: 1% 2%;font-weight: bold;background:#017EA4;color: #fff;}
#menu .areaBtn {border: 1px solid #017EA4; background: #fff;}
#menu .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%);}
#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 {position: relative; font-weight: bold; overflow: hidden; color: #000; width: 100%; text-align: left; margin: 0 0 2%; line-height: 1.4; box-sizing: border-box; border-radius: 4px;padding: 2%;background: #fff;}
#menu .limitDate span {font-size: 150%;color:#F4787B;}
#menu .limitDate span.sTxt {font-size: 80%;color: #000;}
#menu .limitDate a {font-size: 90%; text-decoration: underline !important;color: #fff;}

.cp_actab {position: relative;overflow: hidden;width: 98%;margin: 0 auto;}
.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-area.png) 0 49% no-repeat; padding-left: 20px; background-size: 15px auto;border-bottom: 1px solid; /*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: 25em;}
/* 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 !important; 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: 18px; 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, #26aecf 50%, #1e87a2 50%);background: -webkit-linear-gradient(top, #26aecf 50%,#1e87a2 50%);background: linear-gradient(to bottom, #26aecf 50%,#1e87a2 50%);}
a.menuBtn .newInfo {position: absolute;width: 16px; top: -5px;}
a.salonSearchBtn{font-size: 14px; position: absolute; right: 78px; top: 18px; 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, #26aecf 50%, #1e87a2 50%);background: -webkit-linear-gradient(top, #26aecf 50%,#1e87a2 50%);background: linear-gradient(to bottom, #26aecf 50%,#1e87a2 50%);}
header .secondLine {display: none;}
.menu{position: fixed; top: 50px; right: -120%; width: 100%;box-sizing: border-box; padding: 5% 2%; overflow-y: scroll;background:#f7f7f7;z-index: 110;-webkit-overflow-scrolling: touch}
}

.loading {max-width: 384px; margin: 0 auto;font-weight: bold;text-align: center;}
.loading figure img {width: 100%;height: auto;}
.loading p {margin-top: -100px;}

/*========================================
FOOTER
=======================================*/
.topReturn {max-width: 1180px; margin:0 auto 10px; text-align:right;}
.topReturn img { width:60px; height:60px;}
#backToTop{position: fixed; bottom: 0;right: 0;z-index: 1;margin: 0;line-height: 0;cursor: pointer;}
#pageAllOpen{position: fixed;float: right;bottom: 0;right: 72px;z-index: 1;margin: 0;line-height: 0}
#hpLink{position: fixed; bottom: 10px;left: 10px;z-index: 1; width: 154px;margin: 0;line-height: 0; display: none;}
#hpCall{position: fixed; bottom: 10px;left: 210px;z-index: 1;width: 154px;margin: 0;line-height: 0; display: none;}
#hpLink img, #hpCall {width: 154px; height: auto;}
footer{ width:100%; height: 72px;box-sizing: border-box; font-size:12px;color:#fff; overflow: hidden; background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);}
footer .Cnt{box-sizing: border-box;padding: 0 10px; max-width: 1180px; margin:15px auto 15px; overflow:hidden;}
footer .Cnt .Logo {float: left; width: 160px;}
footer .Cnt .Logo img {width: 100%; height: auto;}
footer .Cnt .Right {float: right;width: calc(100% - 160px);}
footer .Cnt ul { overflow:hidden;width: 100%}
footer .Cnt ul li{ float:left; margin-bottom:1%; text-align: right;margin-left: 25px;}
footer .Cnt ul li a{color:#fff;}
footer .Cnt ul li a:hover{color:#fff; text-decoration:underline;}
footer .copyright {text-align:right; margin:0 auto; color:#fff;}
footer .copyright a {color:#fff;}
footer .copyright a:hover {color:#fff; text-decoration:underline;}
footer.tocFooter {padding-bottom: 230px;}

@media only screen and (min-width:801px) and (max-width:989px) {
#backToTop{opacity: 0.8;}
#pageAllOpen{opacity: 0.8;}
footer{ width:100%; font-size:12px;color:#fff; overflow: hidden;}
footer .Cnt{width: 98%; overflow:hidden;}
footer .Cnt .Logo {float: left; width: 16%;display: none}
footer .Cnt .Right {float: right;width: 100%}
footer .Cnt ul { overflow:hidden;width: 100%}
footer .Cnt ul li{}
footer .copyright {text-align:right; margin:0 auto; color:#fff;}
}

@media screen and (max-width: 800px) { 
#backToTop{width: 50px; height: 50px; z-index: 4;}
#pageAllOpen{right: 50px; width: 50px; height: 50px; z-index: 4;}
#hpLink{position: fixed; bottom: 10px;left: 10px;z-index: 1; width: 93px;margin: 0;display: block;}
#hpCall{position: fixed; bottom: 10px;left: 120px;z-index: 1;display: block;}
#hpLink img, #hpCall {width: 93px; height: auto;}
footer{ width:100%;min-width:100%; max-width:100%;font-size:12px;height: 80px;}
footer .Cnt{ width:98%; margin:2% auto 1%;min-width:98%; max-width:98%;}
footer .Cnt .Right {width: 100%;}
footer .Cnt ul li {font-size: 10px}
footer .copyright {width:98%;min-width:98%; max-width:98%;text-align: center;padding-top: 6px;}
}





/*========================================
SIDE MENU
=======================================*/
#Side {float:right; width:30%; overflow:hidden; color:#595656;}
#Side h3 {text-align:left;margin-bottom:10px;background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3); border: 0; padding: 4% 2%; border-radius:2px 6px 0 0; color: #fff; letter-spacing: 1px; font-size: 16px;}
#Side .Block { width:100%; margin-bottom:5%; padding-bottom:5px;background: #fff;border-radius:2px 6px 2px 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15); overflow:hidden;}
#Side .Block .cnt{padding: 2%;}
#Side .Block .prefName {margin: 2% 2% 0;padding:1% 2%; font-weight: bold; background: #00CBBB;color: #fff;}
#Side .Block .recSalonList { overflow: hidden;}
#Side .Block .recSalonList li { border-bottom:1px dotted #E7E7E7;overflow: hidden; padding-bottom: 10px; margin-bottom: 10px;background: url(../img/arrow.png) 98% 50% no-repeat; background-size: 10px auto;transition: .4s;position: relative;}
#Side .Block .recSalonList li:hover {background: url(../img/arrow.png) 100% 50% no-repeat; background-size: 10px auto;transition: .4s;}
#Side .Block .recSalonList .photo {width: 100%;border-radius:2px 6px 2px 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);line-height: 0; overflow: hidden; margin-bottom: 10px;}
#Side .Block .recSalonList .photo img {width: 100%; height: auto;}
#Side .Block .recSalonList .txt {width:100%;color: #565e65;overflow: hidden;margin-right: 5%;}
#Side .Block .recSalonList .txt p{font-size: 12px; margin-bottom: 6px;font-weight: bold; line-height: 1.3;}
#Side .Block .recSalonList .txt .area { overflow: hidden;font-size: 11px !important; color: #454545;line-height: 1;}
#Side .Block .recSalonList .txt .tit{ float: left; background: #E9E9E9; border:1px solid #C8C8C8; padding:2px; width: 40px; text-align: center; border-radius: 3px; margin-right: 5px;}
#Side .Block .recSalonList .txt .ans{ float: left; padding:3px;}
#Side .Block .otherSalonList { overflow: hidden;}
#Side .Block .otherSalonList li {border-bottom:1px dotted #E7E7E7;overflow: hidden; padding-bottom: 5px; margin-bottom: 10px;background: url(../img/arrow.png) 98% 50% no-repeat; background-size: 10px auto;transition: .4s;position: relative; font-size: 12px;}
#Side .Block .otherSalonList li:hover {background: url(../img/arrow.png) 100% 50% no-repeat; background-size: 10px auto;transition: .4s;}
#Side .Block .otherSalonList .photo { float: left; width: 20%;border-radius:2px 6px 2px 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);line-height: 0; overflow: hidden;}
#Side .Block .otherSalonList .photo img {width: 100%; height: auto;}
#Side .Block .otherSalonList .txt {float: right;width: 70%;color: #565e65;overflow: hidden;margin-right: 5%;}
#Side .Block .otherSalonList .txt p{font-size: 12px; margin-bottom: 6px;font-weight: bold; line-height: 1.3;}
#Side .Block .otherSalonList .txt .area { overflow: hidden;position: absolute;bottom: 10px; font-size: 11px !important; color: #454545;line-height: 1;}
#Side .Block .otherSalonList .txt .tit{ float: left; background: #E9E9E9; border:1px solid #C8C8C8; padding:2px; width: 40px; text-align: center; border-radius: 3px; margin-right: 5px;}
#Side .Block .otherSalonList .txt .ans{ float: left; padding:3px;}
#Side .Block .indexRecSalonList { overflow: hidden;}
#Side .Block .indexRecSalonList li { border-bottom:1px dotted #E7E7E7;overflow: hidden; padding-bottom: 10px; margin-bottom: 10px;position: relative; float: left; width: 49%;}
#Side .Block .indexRecSalonList li:nth-child(2n) {float: right; width: 49%;}
#Side .Block .indexRecSalonList li:hover {}
#Side .Block .indexRecSalonList .photo {width: 100%;border-radius:2px 6px 2px 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);line-height: 0; overflow: hidden; margin-bottom: 10px;}
#Side .Block .indexRecSalonList .photo img {width: 100%; height: auto;}
#Side .Block .indexRecSalonList .txt {width:100%;color: #565e65;overflow: hidden;margin-right: 5%;}
#Side .Block .indexRecSalonList .txt p{font-size: 12px; margin-bottom: 6px;font-weight: bold; line-height: 1.3;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#Side .Block .indexRecSalonList .txt .area { overflow: hidden;font-size: 11px !important; color: #454545;line-height: 1;}
#Side .Block .indexRecSalonList .txt .tit{ float: left; background: #E9E9E9; border:1px solid #C8C8C8; padding:2px; width: 40px; text-align: center; border-radius: 3px; margin-right: 5px;}
#Side .Block .indexRecSalonList .txt .ans{ float: left; padding:3px;}
#Side .Block .areaList { overflow: hidden;}
#Side .Block .areaList li{float: left; line-height: 1;box-sizing: border-box; font-size: 12px; background:#00BDC7; border: 2px solid #00A1AF; border-radius: 2px; text-align: center; margin: 0 10px 10px 0;color: #fff; font-weight: 500;transition: .4s;letter-spacing: 0.2px;}
#Side .Block .areaList li a {width: 100%; height: 100%;display: block; color: #fff;padding: 4px 5px; text-align: center; box-sizing: border-box;}
#Side .Block .areaList li:hover {opacity:0.8;transition: .4s;}
#Side .Block .memberMenu li {border-bottom:1px dotted #E7E7E7;overflow: hidden; padding-bottom: 10px; margin-bottom: 10px;background: url(../img/arrow.png) 98% 50% no-repeat; background-size: 10px auto;transition: .4s;position: relative;}
#Side .Block .memberMenu li:hover {background: url(../img/arrow.png) 100% 50% no-repeat; background-size: 10px auto;transition: .4s;}
#Side .districtName {font-size: 14px; margin-bottom: 3px;}
#Side .Bnr { width:100%; /*margin-bottom:5%;*/ overflow:hidden;}
#Side .Bnr ul {overflow: hidden;}
#Side .Bnr ul li {width: 100%; margin-bottom: 5px;}
#Side .Bnr ul li img {width: 100%; height: auto;line-height: 0; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15);}
#Side .Bnr ul li.Hv:hover {opacity: 0.7;}
#Side .Appeal {margin-bottom:5%;background:#3EDACD;border-radius:2px 6px 2px 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,.15), 0 3px 3px -2px rgba(0,0,0,.15); overflow:hidden;text-align: center;}
#Side .Appeal .btn {width: 80%; margin: 15px auto 15px;padding: 0.5em 1em;background: #faf9f9; color: #343d46; text-align: center; border-bottom: solid 4px #c7c9cc; border-radius: 3px; font-weight: bold;}
#Side .pickupKList {overflow: hidden;}
#Side .pickupKList li{width: 44%;overflow: hidden;color: #454545;padding: 2%; margin: 0 1%; background:rgba(255,238,244,.60); border-radius: 4px; float: left;height: 55px;}
#Side .pickupKList li a {color:#2E2E2E}
#Side .pickupKList li .photo{float: left;width: 22%;}
#Side .pickupKList 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; border: 2px solid #BBBBBB;}
#Side .pickupKList .txt {float: right; width: 70%; font-size: 12px;}
#Side .pickupKList .txt .area {padding: 1px 4px; display: block;border-radius: 3px; background:#fff; float: left;font-size: 10px;}
#Side .pickupKList .txt .salonName{display: block;float: left;width: 100%;font-weight: bold; color: #0BB0A3}
#Side .pickupKList .txt .name{display: block;float: left;width: 100%;}


@media screen and (max-width: 800px) {
#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: 94%; margin: 0 auto 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; font-size: 12px;  border-radius: 2px; text-align: center; margin: 0 10px 10px 0;color: #FFFFFF;transition: .4s;}
#Side .Block .areaList li:hover {transition: .4s;opacity:0.8;}
#Side .Bnr { width:85%; margin:0 auto; overflow:hidden;}
}

/*========================================
BREADSCRUMB
=======================================*/
#BreadScrumb {width:100%; padding:0; box-shadow: none; margin-bottom: 10px;}
#BreadScrumb .Cnt { color:#434343;max-width: 1190px; margin:0 auto; font-size: 12px; letter-spacing: 1px;box-sizing: border-box;padding: 0 5px;}
#BreadScrumb .Cnt a { color:#434343;transition: .4s;}
#BreadScrumb .Cnt a:hover { color:#434343; text-decoration:underline;transition: .4s;}

@media only screen and (min-width:801px) and (max-width:989px) {
#BreadScrumb .Cnt { color:#434343;min-width: auto; max-width: auto; width: 98%; margin:0 auto; font-size: 12px; letter-spacing: 1px;}
}

@media screen and (max-width: 800px) {
#BreadScrumb {padding: 1% 1%;overflow-x: auto;-webkit-overflow-scrolling: touch;background: #f7f7f7;white-space: nowrap;box-sizing: border-box; width: 100%; margin-bottom: 0;}
#BreadScrumb .Cnt {min-width: 96%; max-width: 96%; padding: 5px 0; }
#BreadScrumb .Cnt a, #BreadScrumb .Cnt a:hover {color:#31b4be;}
#BreadScrumb p {margin: 0; color:#31b4be;}
#BreadScrumb .now {background: #ECECEC;border-radius: 4px; padding: 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;}
.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; text-decoration: none;transition: .4s;}
.pager ul li a:hover {background: #333; color: #FFF;transition: .4s;}
.pager ul li.current span{background: #a7a7a7;color: #fff}
@media screen and (max-width: 800px) {
.Pager {margin:0 4% 5% 2%}
.Pager ul { width:100%; overflow:hidden;}
}

/*========================================
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, #Ranking, .Board, .groupChat, .groupChatList {border-radius: 4px; padding:0; overflow: hidden;background: #fff;}

#therapistHead h1 {background:url(../img/therapist/bg-h1.jpg) repeat; color: #fff;border-radius: 4px; padding: 1%; margin-bottom: 15px;font-size: 20px;}
#therapistHead h1 span {display: block;font-size: 16px;}
#therapistHead h1 a {color: #fff;text-decoration: underline;}
.indexNormal .Cnt, #nearArea .Cnt, .Report .Cnt{padding:4% 2% 2%;}
#salonHead .Cnt, #therapistBlock .Cnt, #accessBlock .Cnt, #kuchikomiBlock .Cnt, #Ranking .Cnt {padding:4% 2% 2%;}

.Normal .Cnt {padding: 4% 2%;}
.Normal .Cnt h1, .Normal .Cnt h2{font-size: 21px; margin-bottom: 20px; color: #fff; background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);box-sizing: border-box;padding: 2%;border-radius: 4px;}
.Normal .Cnt h1.expTitle {position: relative; background: #81d4cb; box-shadow: 0px 0px 0px 5px #81d4cb; border: dashed 2px white; padding: 0.2em 0.5em; color: #fff;font-size: 24px; line-height: 1.4;}
.Normal .Cnt h1.expTitle:after {position: absolute; content: ''; left: -7px; top: -7px; border-width: 0 0 15px 15px; border-style: solid; border-color: #fff #fff #81d4cb; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);}
h2#limitedTitle{color: #fff; background:#2A2A2A url(../img/icon-limited.png); padding: 2% 2% 2% 50px; border-radius: 6px; background-size: 36px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%; box-sizing: border-box;}
.vipTitle {color: #fff !important; background:#2A2A2A url(../img/icon-viplimited.png) !important; padding: 2% 2% 2% 50px !important; border-radius: 6px !important; background-size: 36px auto !important; background-repeat: no-repeat, repeat !important; background-position: 1% 50% !important; box-sizing: border-box !important;}
#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;}
.Normal .Cnt h1.userNickName {position: relative;display: table;width: 100%}
.Normal .Cnt h1.userNickName .name {display: table-cell;vertical-align: middle;}
.Normal .Cnt h1.userNickName .bt {display: table-cell;vertical-align: middle; width: 65px;}
.Normal .Cnt h1.userNickName .bt .outBtn {border: 1px solid rgba(0,0,0,.10)}
.Normal .Cnt figure,
.Normal .Cnt figure img {width: 100%;height: auto;}
@media screen and (max-width: 800px) {
.Normal .Cnt h1.userNickName .name {font-size: 15px;line-height: 1.4;}
.Normal .Cnt h1, .Normal .Cnt h2 {font-size: 16px;}
}
/*========================================
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: "";}




/* 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%);transition: .4s;}
.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%);transition: .4s;}
.sampleP{overflow: hidden;display:table;width:100%;margin:0 0 0;padding:0;}
.sampleP li {float: left; width: 20%;position: relative;display:table-cell;}
#therapistBlock .viewMore { width: 100%; overflow: hidden; display: block;}
#therapistBlock .viewMore .btn {width: 80px;margin: 15px auto;}
#therapistBlock .viewMore img {width: 100%; height: auto;}


/*========================================
SALON
=======================================*/
#therapistBlock, #accessBlock, #kuchikomiBlock, .Report {border-radius: 4px; padding:0; overflow: hidden;background: #fff;}
@media screen and (max-width: 800px) {
#therapistBlock, #accessBlock, #kuchikomiBlock, .Report {border-radius: 0;}
}
.Report h2 {position: relative;}
.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:#f7f7f7; 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;}

#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;}

/* toolPoint */
.toolPoint {width: 100%; overflow: hidden;padding: 16px 0 0;}
.toolPoint .block {border: 2px #E0E0E0 solid; padding:3% 2% 2%; position: relative; border-radius: 6px; margin-bottom: 20px; margin-left: 10px}
.toolPoint .block .tit {position: absolute; background:#1EB8B6; color: #fff; text-align: center; padding: 5px 10px; border-radius: 50%;left: -10px; top:-16px; font-weight: bold; width: 10px; font-size: 12px;}
.toolPoint .block h4 {border-left: none; padding: 0; color:#1EB8B6; margin:0;}
.toolPoint .block p {margin-bottom: 0; font-size: 90%;}

/* 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;}




/* 運営コメント */
.manageComment {padding:15px; margin-bottom: 10px; font-size: 14px; background:#FFE9E9;position: relative;}
.manageComment h4 {background:url(../img/icon-adminComment.png) #fff no-repeat; background-size: 16px auto; background-position: 5px 49%; padding:6px 5px 5px 25px; width: 100px;line-height: 1; margin-bottom: 10px;font-size: 16px;}
.manageComment p {margin-bottom: 0;}

/* 口コミへ移動ボタン */
.moveBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background: url(../img/icon-dialog.png) #F1CB5D no-repeat; background-size: 26px auto; transition: .4s; width: 96%; margin: 0 2% 4%; text-align: center; background-position: 37% 50%;}
.moveBtn:hover {color: #fff; background:url(../img/icon-dialog.png) #1BC8D7 no-repeat;background-size: 26px auto;background-position: 37% 50%;}

/* 求人サイトへ移動ボタン */
.kyujinBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:#F45E60; transition: .4s; width: 96%; margin: 0 2% 4%; text-align: center;}
.kyujinBtn:hover {color: #fff; background:#01CF9F;}
.kyujinFullBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background:#F45E60; transition: .4s; width: 100%; margin: 0 0 4%; text-align: center;}
.kyujinFullBtn:hover {color: #fff; background:#01CF9F;}

.inquireBtn{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: 100%; margin: 0 0 4%; text-align: center; background-position: 37% 50%;}
.inquireBtn:hover {color: #fff; background:#1BC8D7;background-size: 26px auto;background-position: 37% 50%;}

/* ページ移動ボタン */
.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.btn2 {background: #04E8A5}
.moveOtherBtn:hover {color: #fff; background:#1BC8D7;background-size: 26px auto;background-position: 37% 50%;}



/* 削除注意書き */
.reqCaution {background:#f1f1f1 url("../img/icon-caution.png") center 10px no-repeat;background-size: 26px auto;border-radius: 3px;box-sizing: border-box;padding: 36px 2% 2%; width: 98%; margin: 0 auto 30px;font-weight: bold;}



/* 関連サロン */
.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:#292929;}
.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;}




/*========================================
latestKuchikomi
=======================================*/
.latestKuchikomi {overflow: hidden; margin-bottom: 10px;}
.latestKuchikomi li {overflow: hidden;position: relative; padding:10px 2%; margin-bottom: 10px;background: #fff; border: #eee solid 2px; color: #666;border-radius: 8px;}
.latestKuchikomi li .photo {float: left;width: 90px;height: 90px;border-radius: 50%;line-height: 1;overflow: hidden;border: 2px solid #95D9D0;position: relative;}
.latestKuchikomi li img {width: 100%; height: auto;display: inline-block;line-height: 0;}
.latestKuchikomi li .icon {position: absolute;width: 120px;line-height: 1;z-index: 1;top: 25%;left: 0%;}
.latestKuchikomi li .txt { float: right; width: 82%;font-size: 12px;}
.latestKuchikomi li a {color:#292929;}
.latestKuchikomi li .latestTitle {border-left: none;color:#26D5D8;font-size: 16px; line-height: 1; margin-bottom: 8px;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.mozaic {background: url("../img/score-mosaic.png") no-repeat;width: 42px; height: 20px;background-size: 42px 20px;}
.latestKuchikomi .eval dl dd span {color: #EC3B3E; font-size: 18px; padding-right: 5px;line-height: 0;}
.latestKuchikomi .eval dl dd .mozaic {background: url("../img/score-mosaic.png") no-repeat;width: 42px; height: 20px;background-size: 42px 20px;}
.latestKuchikomi .eval dl dd img {width: 15px; height: auto; margin-right: 1px; line-height: 1;}
.latestKuchikomi .shortComment {font-size: 12px;}
.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)}


/*========================================
Btn
=======================================*/
.readBtn { background:rgba(229,64,130,0.8);position: absolute; width: 120px; height: 20px; text-align: center; padding: 10px; border-radius: 4px; 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) url("../img/arrow-white.png"); background-repeat: no-repeat;background-size: 8px auto;background-position: 98% 50%; position: absolute; width: 240px; height: 45px; box-sizing: border-box; text-align: center; padding:12px 10px; border-radius: 4px; 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.twoline {height: 54px;padding: 7px 10px;}
.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;}
.viewMoreBtn{position: relative; display: inline-block; font-weight: bold; padding: 1.5% 0; text-decoration: none; color: #fff; background:#009DC5 url("../img/arrow-white.png") 96% 50% no-repeat; background-size: 8px auto;transition: .4s; width: 100%; text-align: center;border: 1px solid #009DC5;}
.viewMoreBtn:hover {background:#FFFFFF url("../img/arrow-blue.png") 96% 50% no-repeat;background-size: 8px auto;color:#009DC5;}

.cBtn, .dBtn {text-align: center;font-weight: bold;width: 100%; margin: 0 auto;/*overflow: hidden;*/ padding: 15px 3%;box-sizing: border-box;border-radius: 3px;position: relative;}
.cBtn.disabled {cursor: none;pointer-events: none;opacity: 0.2}
.kNoticeBtn {text-align: center;font-weight: bold;max-width: 200px; margin: 0 auto;padding: 10px 2%;box-sizing: border-box;border-radius: 5px;position: relative;background:#ECECEC ;border-bottom: 3px solid #BDBDBD; }

.wd-90 {width: 90%;}
.wd-96 {width: 96%;}
.wd-50 {width: 50%;}
.mgt-2 {margin-top: 2%;}
.mgt-5 {margin-top: 5%;}
.mgt-8 {margin-top: 8%;}
.mgb-2 {margin-bottom: 2%;}
.mgb-4 {margin-bottom: 4%;}
.mgb-5 {margin-bottom: 5%;}
.mgb-8 {margin-bottom: 8%;}
.cBtn .sendable {color: #fff;position: absolute;background:#E34548;border-radius: 8px; padding: 2px 4px;font-size: 10px;right: 2px;top: -8px;}

.cBtn.gray {background:#ECECEC url("../img/arrow-green.png") no-repeat;border-bottom: 3px solid #BDBDBD; background-position: 98% 50%;background-size: 8px auto;}
.cBtn.gray.noIcon {background:#ECECEC;}
.cBtn.green {color: #fff; background:#00D3CF url("../img/arrow-white.png") no-repeat;border-bottom: 3px solid #01A4A1; background-position: 98% 50%;background-size: 8px auto;}
.cBtn.orange {color: #fff; background:#F7C037 url("../img/arrow-white.png") no-repeat;border-bottom: 3px solid #D0A12C; background-position: 98% 50%;background-size: 8px auto;}
.cBtn.blue {color: #fff; background:#45BFFB url("../img/arrow-white.png") no-repeat;border-bottom: 3px solid #0DA5E5; background-position: 98% 50%;background-size: 8px auto;}
.cBtn.red {color: #fff; background:#F37779 url("../img/arrow-white.png") no-repeat;border-bottom: 3px solid #E04447; background-position: 98% 50%;background-size: 8px auto;}
.cBtn.thank {color: #fff; background:#f6c5c7 url("../img/arrow-white.png") no-repeat;border-bottom: 3px solid #DFABAD; background-position: 98% 50%;background-size: 8px auto;margin: 0 auto 2%}

.dBtn.gray {background:#ECECEC url("../img/arrowD-green.png") no-repeat;border-bottom: 3px solid #BDBDBD; background-position: 98% 50%;background-size: 12px auto;}
.dBtn.green {color: #fff; background:#00D3CF url("../img/arrowD-white.png") no-repeat;border-bottom: 3px solid #01A4A1; background-position: 98% 50%;background-size: 12px auto;}
.dBtn.blue {color: #fff; background:#45BFFB url("../img/arrowD-white.png") no-repeat;border-bottom: 3px solid #0DA5E5; background-position: 98% 50%;background-size: 12px auto;}
.dBtn.red {color: #fff; background:#F37779 url("../img/arrowD-white.png") no-repeat;border-bottom: 3px solid #E04447; background-position: 98% 50%;background-size: 12px auto;}
.cBtn.edBtn {width: 80%;}
@media screen and (max-width: 800px) {
.cBtn, .dBtn {font-size: 14px; padding: 10px 3%;line-height: 1.4;}
.cBtn.edBtn {width: 90%;}
}

/* reportList */
.reportList {padding-bottom: 10px;}
.reportList ul{ overflow: hidden;}
.reportList ul a{color: #262626}
.reportList ul li {float: left; width: 100%; padding: 2%; background: url(../img/arrow.png) 98% 50% no-repeat; background-size: 15px; border: 1px solid #D3D3D3; overflow: hidden; margin-bottom: 10px;border-radius: 4px;box-sizing: border-box;transition: .4s;}
.reportList ul li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 15px; overflow: hidden;transition: .4s;}
.reportList ul li .photo { float: left; width: 25%; overflow: hidden;}
.reportList ul li .photo img {width: 100%; height: auto;display: inline-block;line-height: 0;border-radius: 6px;}
.reportList ul li .txt { float: right; width: 67%; padding-right: 5%;font-size: 14px;}
.reportList ul li .txt h3 {border: none;margin:0 0 5px !important;padding: 0 0 5px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color: #00D5D2;border-bottom: 1px solid #00D5D2}
.reportList a .viewMore {border: 2px solid #D3D3D3; color: #1D1D1D; border-radius: 4px; box-sizing: border-box; text-align: center; height: 40px; padding: 6px 0; width: 80%; margin: 10px auto;}

/* branchList */
.branchList {padding-bottom: 10px;}
.branchList ul{ overflow: hidden;}
.branchList ul a{color: #262626}
.branchList ul li {float: left; width: 100%; padding: 2%; background:#fff url(../img/arrow.png) 98% 50% no-repeat; background-size: 15px; border: 1px solid #D3D3D3; overflow: hidden; margin-bottom: 10px;border-radius: 4px;box-sizing: border-box;transition: .4s;}
.branchList ul li:hover {background:#fff url(../img/arrow.png) 99% 50% no-repeat; background-size: 15px; overflow: hidden;transition: .4s;}
.branchList ul li .photo { float: left; width: 25%; overflow: hidden;line-height:1;}
.branchList ul li .photo img {width: 100%; height: auto;display: inline-block;line-height: 0;border-radius: 6px;}
.branchList ul li .txt { float: right; width: 67%; padding-right: 5%;font-size: 14px;}
.branchList ul li .txt h3 {border: none;margin:0 0 5px !important;padding: 0 0 2px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color: #00D5D2;border-bottom: 1px solid #00D5D2}
.branchList ul li .txt p {font-size:12px;}

/* 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: 4px;}
.spList ul a li {float: left; width: 96%; padding: 2%; background: url(../img/arrow.png) 98% 50% no-repeat; background-size: 15px; overflow: hidden;box-sizing: border-box;}
.spList ul a li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 15px;}
.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;}


/*========================================
MY PAGE, LOGIN
=======================================*/
.myPageProf th {width: 36%;background: #f7f7f7;box-sizing: border-box;}
.myPageProf td {width: 64%;box-sizing: border-box;}
.myPageProf td span {font-weight: bold; color: #1C94BF; font-size: 120%;}
.myPageProf td .expert {background: #4caf93; color: #fff; border-radius: 4px; font-size: 11px; font-weight: bold; margin-left: 5px; padding: 1px 2px;position: relative;top: -2px;}
.myPageProf td .marker {color: #000;font-size: 100%; background: url(../img/therapist/marker.gif) repeat-x;font-weight: bold;}
.mpTitle {font-size: 16px;}
.mpCount {font-size: 26px;padding-left: 5px; color:#FFF72B}
.myPageProf th span {font-size: 14px;background: #E34548;padding: 2px 4px; color: #fff;border-radius: 4px;}
.myPageProf th .must {font-size: 12px;background: #E34548;padding: 2px 4px; color: #fff;border-radius: 4px;}
.myPageProf .btnLine {overflow: hidden;width: 100%;}
.myPageProf .btnLine .btn {margin: 0 0 10px 0; width: 100px; float: left; text-align: center; border-radius: 4px; box-sizing: border-box; padding: 0 3px; font-size: 10px; color: #fff; box-shadow: 0px 0px 5px 0px #c8c8c8; line-height: 30px; height: 30px; font-weight: bold; background: -moz-linear-gradient(top, #4dd0e1 50%, #26c6da 50%); background: -webkit-linear-gradient(top, #4dd0e1 50%,#26c6da 50%); background: linear-gradient(to bottom, #4dd0e1 50%,#26c6da 50%); position: relative;}
.myPageProf .btnLine .btn.history,
.myPageProf .btnLine .btn.desc,
.myPageProf .btnLine .btn.aboutEX
{margin: 0 10px 10px 0;}

@media screen and (max-width: 800px) {
.myPageProf {font-size: 10px;}
.mpTitle {line-height: 1.4;}
.myPageProf th {width: 35%;padding: 5px 2px}
.myPageProf td {width: 65%;}
.mpTitle {font-size: 15px;}
.mpCount {font-size: 22px;}
.myPageProf .btn.desc {width: 114px;}
.myPageProf th .must {font-size: 10px;padding: 0px 2px;border-radius: 4px;display: block; width: 24px; text-align: center;}
.myPageProf .btnLine .btn {width: 100px;font-size: 10px;}
}

.myPageLinkBtn {overflow: hidden; display: block; position: relative;margin-bottom: 10px;}
.myPageLinkBtn ul {}
.myPageLinkBtn ul li {}
.myPageLinkBtn ul li {margin: 0 0 3% 0; width: 49%; float: left; text-align: center; border-radius: 4px; box-sizing: border-box; padding: 0 3px; font-size: 14px; color: #fff; box-shadow: 0px 0px 5px 0px #c8c8c8; line-height: 1.2; height: 40px; font-weight: bold; background: -moz-linear-gradient(top, #4dd0e1 50%, #26c6da 50%); background: -webkit-linear-gradient(top, #4dd0e1 50%,#26c6da 50%); background: linear-gradient(to bottom, #4dd0e1 50%,#26c6da 50%);position: relative;}
.myPageLinkBtn ul li.both {background: -moz-linear-gradient(top, #43DDB5 50%, #22C9B2 50%);background: -webkit-linear-gradient(top, #43DDB5 50%,#22C9B2 50%);background: linear-gradient(to bottom, #43DDB5 50%,#22C9B2 50%);}
.myPageLinkBtn ul li.paying {background: -moz-linear-gradient(top, #37474F 50%, #263238 50%); background: -webkit-linear-gradient(top, #37474F 50%,#263238 50%); background: linear-gradient(to bottom, #37474F 50%,#263238 50%);}
.myPageLinkBtn ul li.forExpert {background: -moz-linear-gradient(top, #FC9CB4 50%, #dd4470 50%); background: -webkit-linear-gradient(top, #FC9CB4 50%,#dd4470 50%); background: linear-gradient(to bottom, #FC9CB4 50%,#dd4470 50%);}
.myPageLinkBtn ul li .iconBoth {position: absolute; background: url(../img/icon-both.svg) no-repeat; width: 60px; height: 24px; z-index: 2; top: -10px; right: 4px; color: #FC9CB4}
.myPageLinkBtn ul li .icoNew {position: absolute; background: url(../img/icon-new-mini.svg) no-repeat; width: 60px; height: 24px; z-index: 2; top: -10px; right: 4px; color: #FC9CB4}
.myPageLinkBtn ul li .iconEX {position: absolute; background: url(../img/icon-ex.svg) no-repeat; width: 60px; height: 24px; z-index: 2; top: -10px; right: 4px;}

.myPageLinkBtn ul li:nth-child(2n) {float: right;}
.myPageLinkBtn ul li a {color: #fff;width: 100%;height: 100%;display: block;padding: 14px 0}
.myPageLinkBtn ul li .icon {width: 24px; height: 24px; position: absolute; top: calc(50% - 12px); left: 5px;}
.myPageLinkBtn ul li .home {background: url("../img/bt-icon-home.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .bush {background: url("../img/bt-icon-bush.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .mypage {background: url("../img/bt-icon-mypage.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .cntct {background: url("../img/bt-icon-mailWhite.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .login {background: url("../img/bt-icon-login.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .exp {background: url("../img/bt-icon-exp.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .newtherapist {background: url("../img/bt-icon-newtherapist.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .faq {background: url("../img/bt-icon-faq.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .bh {background: url("../img/bt-icon-bh.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .newbush {background: url("../img/bt-icon-newbush.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .fav {background: url("../img/bt-icon-fav-normal.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .share {background: url("../img/bt-icon-share.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .board {background: url("../img/bt-icon-board.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .vipboard {background: url("../img/bt-icon-vipboard.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .chat {background: url("../img/bt-icon-chat.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .mail {background: url("../img/bt-icon-mail.png") no-repeat;background-size: cover; }
.myPageLinkBtn ul li .area {background: url("../img/bt-icon-area.png") no-repeat;background-size: cover; }
@media screen and (max-width: 800px) {
.myPageLinkBtn ul li {padding: 2px 3px; font-size: 11px;}
.myPageLinkBtn ul li .icon {width: 20px; height: 20px; position: absolute; top: calc(50% - 9px); left: 3px;}
.myPageLinkBtn ul li .iconBoth,
.myPageLinkBtn ul li .icoNew,
.myPageLinkBtn ul li .iconEX
{width: 52px; height: 21px; z-index: 2; top: -8px; right: 4px;}
}

.infBnrBtn {width: 100%; margin-bottom: 2%;}
.infBnrBtn img{width: 100%; height: auto;}
.saveLogin {overflow: hidden; margin-bottom: 15px;}
.twoBtns, .oneBtns {overflow: hidden;display: block;position: relative;}
.twoBtns .new, .oneBtns .new {position: absolute;background: #EC0E11;color: #fff;border-radius: 10px;padding: 2px 5px 1px;font-weight: bold;font-size: 10px;z-index: 2}
.twoBtns .btn {}
.twoBtns .f-Left {float: left; width: 49%;}
.twoBtns .f-Right {float: right; width: 49%;}
.twoBtns .colorRedBtn {position: relative;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 {position: relative;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 );}
.oneBtn .colorBlueBtn {position: relative;width:80%; margin: 0 10%; 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 );}
.twoBtns .colorGrayBtn {position: relative;width: 48%;display: inline-block; padding: 0.5em 0; text-decoration: none; border-radius: 3px; font-weight: bold; color: #FFF; text-align: center;background:#989898;background: -moz-linear-gradient(45deg, #BDBDBD 3%, #989898 99%);background: -webkit-linear-gradient(45deg, #BDBDBD 3%,#989898 99%);background: linear-gradient(45deg, #BDBDBD 3%,#989898 99%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDBDBD', endColorstr='#989898',GradientType=1 );}
.colorRedBtn:hover, .colorBlueBtn:hover, .colorGrayBtn:hover 
{opacity: 0.8; -webkit-transition: 0.3s ease; transition: 0.3s ease;}
@media screen and (max-width: 800px) {
.twoBtns .f-Left,
.twoBtns .f-Right {font-size: 13px;}
}

/*========================================
PHRASE
=======================================*/
.phrase {width: 100%; overflow: hidden; margin-bottom: 20px;}
.phrase dl {overflow: hidden; padding-bottom: 3px; border-bottom: 1px dotted #E4E4E4; margin-bottom: 8px;}
.phrase dl dt {float: left; font-weight: bold; width: 30%;}
.phrase dl dd {float: right; width: 70%;}
.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%}
.u-floatLeft {display: none !important;}
.outBtn {color: #fff; border: solid 2px #E3E3E3; border-radius: 3px; transition: .4s; background: #454545; float: right; text-align: center; font-weight: 700; width: 60px; box-sizing: border-box; font-size: 11px; height: 28px; line-height: 25px; padding: 0;}
.outBtn:hover { color:#000;background: #fff;opacity: 0.7;transition: .4s;}
.rankBnr {margin-bottom: 20px;border-radius:0;box-shadow:none;display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:-moz-flex; display:flex; -webkit-box-pack:justify; -moz-box-pack:justify; -webkit-flex-pack:justify; -moz-flex-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; -moz-justify-content:space-between; justify-content:space-between;}
.rankBnr .item {transition: .4s;width: 32%}
.rankBnr .item img{ width: 100%;height: auto;}
.rankBnr .item:hover {opacity: 0.7;transition: .4s;}
.adsFixedFooter {display: none;}

@media screen and (max-width: 800px) {
.outBtn {border: solid 1px #E3E3E3;width: 50px; font-size: 10px; height: 25px;line-height: 23px;box-sizing: border-box;}
}

/*========================================
userRank Badge
=======================================*/
.rankBox {display: table;width: 100%;margin-bottom: 10px;}
.rankBox .userRank {display: table-cell;vertical-align: top;width: 90px;}
.rankBox .userRank img {width: 90px; height: auto;}
.rankBox .txt {display: table-cell;vertical-align: middle;font-size: 10px;box-sizing: border-box;padding-left: 10px;}
.rankBox .userRank span {text-align: center;font-weight: bold;font-size: 10px !important;color: #000 !important; display: block;}
.userRank.rank-01 {background: url("../img/rank/01.png") no-repeat;background-size: 90px 90px; }
.userRank.rank-02 {background: url("../img/rank/02.png") no-repeat;background-size: 90px 90px; }
.userRank.rank-03 {background: url("../img/rank/03.png") no-repeat;background-size: 90px 101px; }
.userRank.rank-04 {background: url("../img/rank/04.png") no-repeat;background-size: 90px 109px; }
.userRank.rank-05 {background: url("../img/rank/05.png") no-repeat;background-size: 90px 95px; }
.userRank.rank-06 {background: url("../img/rank/06.png") no-repeat;background-size: 90px 106px; }
.userRank.rank-07 {background: url("../img/rank/07.png") no-repeat;background-size: 90px 91px; }
.userRank.rank-08 {background: url("../img/rank/08.png") no-repeat;background-size: 90px 110px; }
.userRank.rank-09 {background: url("../img/rank/09.png") no-repeat;background-size: 90px 113px; }
.userRank.rank-10 {background: url("../img/rank/10.png") no-repeat;background-size: 90px 110px; }
.userRank.rank-01 span {padding-top: 100px;}
.userRank.rank-02 span {padding-top: 100px;}
.userRank.rank-03 span {padding-top: 106px;}
.userRank.rank-04 span {padding-top: 112px;}
.userRank.rank-05 span {padding-top: 102px;}
.userRank.rank-06 span {padding-top: 116px;}
.userRank.rank-07 span {padding-top: 100px;}
.userRank.rank-08 span {padding-top: 118px;}
.userRank.rank-09 span {padding-top: 124px;}
.userRank.rank-10 span {padding-top: 120px;}
.Normal .rest {font-size: 12px;}
.Normal .rest span {font-weight: bold;color: #1C94BF;font-size: 120%}

.myPageProf .badge {width: 100%;display: table;margin-bottom: 10px;}
.myPageProf .badge figure {display: table-cell;vertical-align: top;width: 90px;position: relative;}
.myPageProf .badge figure img {position: relative;}
.myPageProf .badge figure .num {text-align: center; color: #fff; position: absolute; width: 90px; top: 43px; bottom: 0; left: 0; right: 0; font-size: 28px; line-height: 1;}
.myPageProf .badge .txt {display: table-cell;vertical-align: middle;font-size: 10px;box-sizing: border-box;padding-left: 10px;line-height: 1.4}
@media screen and (max-width: 800px) {
.rankBox .userRank {width: 70px;}
.rankBox .userRank img {width: 70px;}
.myPageProf .badge figure {display: table-cell;vertical-align: top;width: 70px;}
.myPageProf .badge figure .num {width: 70px; top: 35px; font-size: 22px;}
.Normal .rest {font-size: 10px;}
}

.oneColumn {box-shadow: none;}
.oneColumn .Cnt{max-width: 1180px;box-sizing: border-box;padding: 2%; margin: 0 auto 40px; border-radius: 4px; box-shadow: 0px 0px 5px 0px #C8C8C8; background: #fff; overflow: hidden;}
.oneColumn .Cnt h1 {color: #fff; background: #2ab5d3; background: -webkit-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -moz-linear-gradient(-45deg, #57cfb0, #2ab5d3); background: -webkit-linear-gradient(135deg, #57cfb0, #2ab5d3); background: -o-linear-gradient(135deg, #57cfb0, #2ab5d3); background: linear-gradient(-45deg, #57cfb0, #2ab5d3);padding: 2% 2%;border-radius: 4px;}




@media only screen and (min-width:801px) and (max-width:989px) {/* Tablet Display - width:801px under - */
body {-webkit-touch-callout:none;-webkit-user-select:none;}
#wrapper{width: 100%;margin: 0 auto;background-color: #fff;}
#Contents {min-width:98%; max-width: 98%; width: 98%; margin:15px auto 0;}
#Main {width: 70%;}
#Side {width: 28%;}
#topRecSalons .Cnt,#topMovieBlock .Cnt {padding: 4% 2%;}
#salonHead .Cnt, #therapistBlock .Cnt, #accessBlock .Cnt, #kuchikomiBlock .Cnt, #therapistHead .Cnt {padding: 4% 2%;}
#Side .Block .recSalonList .txt .area {display: none;}
#Side .Block .otherSalonList .txt .area {display: none;}
#topRecSalons .Cnt ul li h3, #topMovieBlock .Cnt ul li h3 {font-size: 18px;min-height: 50px;/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/}
.indexNormal .Cnt, #nearArea .Cnt, .Report .Cnt {padding: 4% 2% 2%;}
.latestKuchikomi li .photo {float: left;width: 86px;height: 86px;}
.latestKuchikomi li .txt { float: right; width: 78%;font-size: 12px;}
}



@media screen and (max-width: 800px) { /* SmartPhone Display - width:727px under - */
body {-webkit-touch-callout:none;-webkit-user-select:none;position: relative; top: 0 !important;}
#wrapper{width: 100%;margin: 0 auto;}
img{width:100%;height:auto;}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], textarea {width:100%;margin:0 0 3%;padding:2%;font-size: 14px; line-height: 1.6;}
section{width: 100%; margin: 0 auto 20px;}
.secondLine { border-top:1px solid #C4C4C4; padding-top: 15px;}
.indexNormal, #areaHead, #nearArea, #therapistHead, .Report, #Ranking, .Board {border-radius: 0}
Report h2 {font-size:90%; margin-bottom: 10px; padding: 0 1%;}
#therapistHead h1 span {font-size: 12px;}
#therapistHead h1, .Report h2 {font-size: 16px; padding: 2%;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%;margin: 0 auto}
.Normal .Cnt h1,
.Normal .Cnt h2.kuchikomiTitle{font-size: 17px;text-align: left;}
.Normal .Cnt h1.expTitle {font-size: 20px;}

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;}
.TABNone{display:inline;}
.topicTitle {font-weight: bold;}

/* iOSでのデフォルトスタイルリセット */
input[type="submit"],input[type="button"] {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 {display: none;}
input[type="submit"]::focus,input[type="button"]::focus {outline-offset: -2px;}

/*========================================
BASIC SP
=======================================*/
#Main{width:100%;float:none;}
#Contents { width: 100%;min-width:100%; max-width:100%;margin: 50px auto 0;padding: 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, #topMovieBlock h2 {font-size: 16px; border-radius: 0;}
h2#limitedTitle{color: #fff; background:#2A2A2A url(../img/icon-limited.png); padding: 2% 2% 2% 50px; border-radius: 6px; background-size: 36px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%; font-size: 21px; margin-bottom: 18px;}
.vipTitle{color: #fff; background:#2A2A2A url(../img/icon-viplimited.png); padding: 2% 2% 2% 50px; border-radius: 6px; background-size: 36px auto; background-repeat: no-repeat, repeat; background-position: 1% 50%; font-size: 21px !important; margin-bottom: 18px !important;}


/*========================================
SALON
=======================================*/
.priceSystem {width: 100%; font-size: 80%; margin-bottom: 10px;}
.priceSystem th {text-align: left; width: 66%; 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;}

.manageComment {padding: 2% 2% 1%;margin: 0 auto 2%;font-size: 12px;width: 90%;}
.manageComment h4 {font-size: 12px;width: 76px;margin-bottom: 5px;background-size: 15px auto;}
.manageComment p {margin-bottom: 1%;}
.moveBtn{position: relative; display: inline-block; font-weight: bold; padding: 2% 0; text-decoration: none; color: #fff; background: url(../img/icon-dialog.png) #F1CB5D no-repeat; background-size: 26px auto; transition: .4s; width: 96%; margin: 0 2% 4%; text-align: center; background-position: 31% 50%;}
.moveBtn:hover {color: #fff; background:#1BC8D7;}
.inquireBtn{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: 31% 50%;}
.inquireBtn:hover {color: #fff; background:#1BC8D7;}
.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;}

/* 関連サロン */
.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%;}

/* payFlow */
.payFlow {}
.payFlow .block {margin-left: 4%;}
.payFlow .block .tit {left: -4%;}
	
.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% 2%; 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: 100%; margin: 0 auto;}
.reportList ul li { padding: 10px; background:#fff;overflow: hidden;}
.reportList ul li .photo { float:left; width: 42%;height: auto; overflow: hidden;}
.reportList ul li .txt {float: right; width: 56%;font-size: 12px;margin: 0;padding: 0}
.reportList ul li .txt h3 {font-size: 13px;overflow: hidden;white-space:normal;text-overflow:inherit;}
.reportList ul li .txt p {margin: 0 0;font-size: 11px;}

/* branchList */
.branchList {padding-bottom: 0;}
.branchList ul{width: 100%; margin: 0 auto;}
.branchList ul li {float: left; width: 100%; padding: 10px; background:#fff url(../img/arrow.png) 98% 50% no-repeat; background-size: 15px; border: 1px solid #D3D3D3; overflow: hidden; margin-bottom: 10px;border-radius: 4px;box-sizing: border-box;transition: .4s;}
.branchList ul li:hover {background:#fff url(../img/arrow.png) 99% 50% no-repeat; background-size: 15px; overflow: hidden;transition: .4s;}
.branchList ul li .photo { float: left; width: 25%; overflow: hidden;line-height:1;}
.branchList ul li .photo img {width: 100%; height: auto;display: inline-block;line-height: 0;border-radius: 6px;}
.branchList ul li .txt { float: right; width: 67%; padding-right: 5%;font-size: 14px;}
.branchList ul li .txt h3 {border: none;margin:0 0 5px !important;padding: 0 0 2px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; color: #00D5D2;border-bottom: 1px solid #00D5D2;background:none;font-size:16px;}
.branchList ul li .txt p {font-size:12px;margin-bottom:4px;}

.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;transition: .4s;}
.spList ul a li:hover {background: url(../img/arrow.png) 99% 50% no-repeat; background-size: 20px;transition: .4s;}
.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%;}

.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;}

/* #Pager*/
.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;transition: .4s;}
.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;}


.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%;}


/*========================================
latestKuchikomi
=======================================*/
.latestKuchikomi {margin: 0 auto 2%;width: 96%;}
.latestKuchikomi li .latestTitle {font-size: 15px;margin-bottom: 6px;}
.latestKuchikomi li .photo {float: left;width: 60px;height: auto;border-radius: 5px;line-height: 0;}
.latestKuchikomi li .photo img {line-height: 0;}
.latestKuchikomi li .txt { float: right; width: 78%;font-size: 11px;}
.latestKuchikomi li .icon {position: absolute;width: 80px;line-height: 1;z-index: 1;top: 70px;left: 0%;}
.latestKuchikomi .eval {padding: 4px 0 0 0;font-size: 13px;}
.latestKuchikomi .eval dl dt {font-size: 10px;width: 24%;}
.latestKuchikomi .eval dl dd {width: 26%; line-height: 1;}
.latestKuchikomi .eval dl dd img {width: 9px; margin-right: 0;}


.adsFixedFooter {position: fixed; bottom: 0; background: rgba(22,22,22,.50);width: 96%;padding: 10px 2%;display: block;z-index: 100}
.adsFixedFooter .box {padding: 0; display: flex; justify-content: space-between;}
.adsFixedFooter .box .item {margin: 0 0; width: 32%; background:rgba(4,136,156,1.00); color: #fff; text-align: center; overflow: hidden; border-radius: 6px; padding: 30px 0 6px; font-size: 10px; font-weight: bold;}
.adsFixedFooter .box .item.webBtn {background:#10B6C5 url("../img/btnWeb.png");background-repeat: no-repeat; background-size: 26px auto; background-position: 50% 6%;}
.adsFixedFooter .box .item.callBtn {background:#10B6C5 url("../img/btnCall.png");background-repeat: no-repeat; background-size: 26px auto; background-position: 50% 6%;}
.adsFixedFooter .box .item.topBtn {background:#10B6C5 url("../img/btnTop.png");background-repeat: no-repeat; background-size: 26px auto; background-position: 50% 6%;}
.salonLinkBtn{width: 96%; margin:10px 2% 20px;}
.reportTxt {font-size: 17px;}

.planTable {font-size: 14px;}
.planTable th {background: #f7f7f7;text-align: center;}
.planTable th.func {width: 50%; text-align: left;}
.planTable th.item {width: 10%;text-align: center;}
.planTable td.func {width: 50%; text-align: left;}
.planTable td.item {width: 10%;text-align: center;}
.planTable .small {font-size: 9px;display: block}
}


.fileBlock {overflow: hidden;}
.fileBlock input[type='file'] {font-size: 14px;border: none; margin-top:0;width: 95%; float: left; display: block;height: 45px;padding: 10px;box-sizing: border-box; margin-bottom: 10px;}
.fileBlock .fileBtns {float: left; }
.fileBlock .deleteBtn {float: left; background:#969696; padding:7px 10px 6px; line-height: 1; border-radius: 5px;  font-size: 14px; letter-spacing: 0.5px; color: #fff;display: block;margin-left: 10px;}
.fileBlock .deleteBtn:hover {background:#C4C4C4;}
.fileBlock .photo { width: 70px; overflow: hidden; float: left;margin-right: 10px;}
.fileBlock .photo img {width: 70px;height: 70px;border-radius: 50%;object-fit: cover;}

.ban {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.deviceBlock {overflow: hidden;border-top: 1px solid #949494;padding: 10px 15px;margin-bottom: 15px;}
.deviceBlock .date {font-size: 12px;margin-bottom: 10px;}
.deviceBlock .name {font-weight: 700;font-size: 16px;margin-bottom: 10px;}
.deviceBlock .detail {font-weight: 13px;}
.deviceBlock .deleteBtn {text-align: center;border:2px solid #338198; color: #338198;padding: 10px 10px;margin: 0 auto;border-radius: 6px;width: 80%;font-weight: 700}

