@charset "utf-8"; /*使用する文字コード*/
/* フォント読み込み */
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);

/* フォント設定 */
BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE {
	font-family: Verdana, "游ゴシック", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	font-weight: 500;
  /* カーニング・各見出しで適宜 letter-spacing 調整 */
/*  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
}

/* =============== NEW_SP ==================== */

/* 共通設定 */
/* Android 4系一部の機種(デフォルトブラウザ)でブロック要素の幅が100％に広がらないバグの対応 */
div,
p {
	background-color: rgba(255, 255, 255, 0.01);
}
img {
	vertical-align: bottom;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	word-break: break-all;
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
#contents .entryBody,
#contents .entryMore,
#contents .inner {
	padding: 10px;
	overflow: hidden;
	max-width: 640px;
	margin: 0 auto;
}
#topPage #contents .entryBody{
	padding:0;
}
#contents .entryBody{
	margin-bottom:10px;
}
#topPage #contents .entryBody{
	margin-bottom:0;
}
#contents .entryBody .imageBox {
	text-align: center;
}
#contents .entryBody img,
#contents .inner img,
#contents .entryMore img {
	margin: 0 auto 10px;
	max-width: 100%;
	height: auto;
}
/* =============== ウィジウィグで入れた画像のセンタリング ==================== */
.image-none {
	display: block;
	margin: 0 auto 10px;
}
.image-left {
	display: block;
	margin: 0 auto 10px;
}
.image-right {
	display: block;
	margin: 0 auto 10px;
}
.image-center {
	display: block;
	margin: 0 auto 10px;
}
a,
a:visited,
a:hover {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
#contents .entryBody a,
#contents .entryMore a,
#contents .inner a {
	text-decoration: underline;
}
#contents .entryBody .btn a,
#contents .entryMore .btn a,
#contents .inner .btn a {
	text-decoration: none;
}
.btn a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#contents .entryBody h2,
#contents .entryMore h2,
#contents .inner h2,
#contents .entryBody h3,
#contents .entryMore h3,
#contents .inner h3,
#contents .entryBody h4,
#contents .entryMore h4,
#contents .inner h4 {
	margin: 0 0 10px;
}
h4,
h5,
p,
table {
	margin: 0 0 10px;
}
h2 {
	font-size: 16px;
	padding: 15px 10px;
	margin: 0;
}
h3 {
	font-size: 16px;
	padding: 10px;
	margin: 0;
}
h4 {
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
h5 {
	font-size: 13px;
	padding: 5px;
	margin-bottom:5px;
}
h6 {
	font-size: 12px;
	padding: 5px;
	margin-bottom:10px;
	margin-top:0;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contents .entryBody ul,
#contents .entryBody ol{
	margin: 0;
	padding-left: 1.5em;
	list-style: disc;
}
table {
	width: 100% !important;
	border-collapse: collapse;
}
br.clear {
	clear: both;
}
.mr0 {
	margin-right: 0 !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
	_height: 1px;
}
/* =============== icon設定 ==================== */
/* 共通 */

/*.fa-caret-right:before,
P.btn .fa-question-circle:before,
DIV#copyrightArea .fa-desktop:before,
DIV#footerTop .fa-angle-up:before,
DIV#footerTop .fa-home:before,
nav.show .fa-angle-right:before,
nav.show .fa-phone:before,
nav.show .fa-envelope-o:before,*/
DIV#copyrightArea .fa:before,
DIV#footerTop .fa:before,
nav.show .fa:before {
	padding: 0 5px 0 0;
}
/* header */
.fa-times,
.fa-bars {
	display: block !important;
}
.fa-facebook-square:before,
.fa-twitter-square:before,
.fa-instagram:before {
}
/* ==================== 色変更箇所 ==================== */
/* 共通要素 */
h2 {
	color: #333;
	text-align:center;
}
h3 {
	border-bottom:1px solid #333;
	color: #000;
}
h3 a {
	color: #fff;
}
h4 {
	background: #e5dade;
}
h4.nodeco{
	background:none;
}
h5 {
	color: #e4007f;
	border-bottom:1px solid;
}
h6{
	color:#333;
	border-bottom: 1px solid #eee;
}
th,
td {
	padding: 10px;
	border: 1px solid #ddd;
}
th {
	background: #e5dade;
}
.caution {
	color: #C33737;
}
/* icon色変更 */
/*nav.show .fa-phone:before,
nav.show .fa-envelope-o:before,
DIV#headerIcon .fa-phone:before,
DIV#headerIcon .fa-envelope-o:before,*/
nav.show .fa:before,
DIV#headerIcon .fa:before {
	color: #000;
}
/* カテゴリー吐き出しh3・h4 */
aside.categoryList h3 {
	background: #fff;
	color: #333;
}
aside#galleryCatList H4 {
	background-color: rgba(0, 0, 0, 0);
}
#contents .categoryTopList li div span:before {
	color: #333;
}
#galleryList li h3,
#galleryList li h4 {
	color: #333;
}
#galleryList li h4 a {
	color: #333;
}
/* グローバルメニュー背景色 */
#header_nav {
	background:#e5dade;
}
#menuClose {
	background: #000;
}
/* 1つ目のボタン */
.btn .typeA {
	background-color: #000;
	color: #FFF;
}
.btn .typeA.tapStyle {
	/* top: 2px;
	box-shadow: 0 1px 0 #1A1A1A;*/
}
/* 2つ目のボタン */
.btn .typeB {
	background-color: #fff;
	color: #000;
	border:1px solid #000;
}
.btn .typeB.tapStyle {
}
/* 3つ目のボタン */
.btn .typeC {
	color: #fff;
	background: rgba(0,0,0,0.7);
	border:1px solid #fff;
}
.btn .typeC.tapStyle {
}
/* フッターエリア */
footer{
	background: #e5dade;
  display: block;
  padding-top: 20px;
}

#footerBnr p {
	background-color: #eee;
}
DIV#footerTop P#siteTop {
	color: #fff !important;
	background:#000;
}
DIV#footerTop P#siteTop a{
	color:#fff !important;
}
P#pageTop {
	color: #fff !important;
	background:#000;
}
P#pageTop a{
	color:#fff !important;
}
DIV#footerSns P#SnsTitle {
	color: #909090;
}
DIV#footerSns P#SnsTitle SPAN {
	color: #898989;
}
DIV#footerSns {
	border-top: 1px solid #EEE;
}
DIV#footerMenu UL LI {
	color: #808080;
	border-right: 1px solid #aaa;
}
.footer_icon{
	padding:0;
	text-align:center;
	margin-bottom:20px;
}
.footer_icon li{
	list-style:none;
	display:inline;
	margin-right:20px;
}
.footer_icon li:last-child{
	margin-right:0;
}
/* コピーライト */
DIV#copyrightArea {
	/*background-color: #4d4d4d;*/
}
#pcsite {
	background-color: #000;
	color: #fff !important;
}
#pcsite a{
	color:#fff !important;
}
DIV#copyrightArea P#copyright {
	color: #333;
}
/* ブログ吐き出し */
.topLatestBlog li span.logoEnpty,
.swipeImageStyle span.logoEnpty,
.gallerylist_thumb_img span.logoEnpty,
#contents .entryList li span.logoEnpty,
#contents .categoryTopList li span.logoEnpty {
	background-color: #eee;
}
.topLatestBlog li div span,
.topLatestBlogTxt li span,
#contents .entryList li div span {
	background: #e5dade;
	color: #000;
}
.topLatestBlog li p{
	display:none;
}
.topLatestBlog li p.new{
	background:none;
	padding-left:0.5em;
	font-size:bold;
	color:#000 !important;
}
/* ブログ吐き出しタイトル */
#contents .categoryTopList h3 {
	color: #333;
}
.topLatestBlog li a div h3,
.topLatestBlogTxt li a h3,
#contents .entryList li a div h3 {
	color: #333;
	border:none;
}
/* ブログ吐き出しタイトル（日付） */
.topLatestBlog li div time,
#contents .entryList li div time {
	color: #000;
}
/* ページング */
#contents .paging {
	background: #eee;
}
#contents .paging .current_page {
	padding: 5px;
	line-height: 10px;
	border-radius: 4px;
	background: #ccc;
	display: inline-block;
}
#swipeSlider #swipeSliderPosition li,
.swipeImageStyle .swipeImageStylePosition li,
#swipeImage #swipeImagePosition li {
	color: #ccc;
}
#swipeSlider #swipeSliderPosition li.swipeImageOn,
.swipeImageStyle .swipeImageStylePosition li.swipeImageOn,
#swipeImage #swipeImagePosition li.swipeImageOn {
	color: #333;
}
/** お問い合せページ button**/
input[type=button] {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background-color: #4d4d4d;
	color: #FFF;
}
input[type=button]:hover {
	color: #FFF;
	border-color: #CECECE;
	background: linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
}
/* スタッフ カテゴリーボタンカラー*/

SPAN.category {
	background: #333;
	color: #fff;
}
H3.categoryName {
	background: rgba(0, 0, 0, 0);
}
UL#staffCatList LI.top A,
UL#staffCatListBottom LI.top A {
	background-color: #4d4d4d;
	color: #FFF;
}
/* カテゴリーリスト */
aside.categoryList li i.fa-angle-right {
	position: absolute;
	top: 50% !important;
	right: 3%;
	margin-top: -5px;
}
aside.categoryList li i.fa-caret-right {
	position: absolute;
	top: 50% !important;
	left: 2%;
	margin-top: -7px;
}
/* =============== ヘッダー ==================== */
header {
	padding: 0 10px;
	overflow: hidden;
	min-height: 60px;
}
h1#logo a {
	display: inline-block;
	padding-top: 3px;
}
h1#logo img {
  width: 150px;
/*	height:30px;*/
}
#headerIcon p {
	margin: 0;
	text-align: center;
}
#headerIcon p a {
	display: block;
	padding: 9px 11px 10px;
}
#headerIcon #navBtn {
	position: fixed;
	top: 0;
	right: 0;
	font-family: "Archivo Narrow", sans-serif;
	z-index: 10;
}
#headerIcon #navBtn a {
	font-size: x-small;
	line-height: 1.2;
	padding: 16px 20px 15px 15px;
}
#headerIcon .tel,
#headerIcon .mail {
	position: absolute;
	top: 10px;
}
#headerIcon .tel {
	right: 60px;
}
#headerIcon .mail {
	right: 100px;
}
#headerIcon .mail a {
	padding-top: 7px;
}
#header_nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	width: 90%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#header_nav.hide {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
#header_nav.show {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
#header_nav #wrap {
	height: 100%;
	overflow-y: auto;
	padding-bottom: 15px;
}
#header_nav ul {
	padding: 0 0 20px;
}
#header_nav .nav_li_child li a:before{
	content:"-";
	padding-right:0.5em;
}
#header_nav li a {
	display: block;
	border-bottom: 1px solid #333;
	padding: 16px 16px 16px 40px;
	font-size: 16px;
	color: #000 !important;
	text-indent: -0.5em;
}
#header_nav li:first-child a {
/*	padding: 23px 16px 24px 40px;*/
}
#header_nav .mail a {
	font-size: 16px;
}
#header_nav .tel a {
	font-size: 18px;
}
#menuClose {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
/* ==================== トップページ ==================== */
#catchArea {
	max-width: 640px;
	margin: 0px auto 20px;
	text-align: center;
}
#catchArea img {
	width: 100% !important;
	vertical-align: bottom;
}
/*Slider メインイメージ*/
#catchArea #swipeImage a.catchSwipe i {
	top: 50%;
	margin-top: -23px;
	position: absolute;
	padding: 10px;
}
#catchArea #swipeImage a.catchSwipe #on {
	margin-top: -42px;
}
#catchArea #swipeImage a.catchSwipe .fa-angle-left {
	left: 1%;
}
#catchArea #swipeImage a.catchSwipe .fa-angle-right {
	right: 1%;
}
/*JavaScript メインイメージ*/
#catchArea #jsMainImg {
	width: 100% !important;
}
body#topPage #contents img {
	/*display: block;
	max-width: 320px;
	width: 50%;
	height: auto;
	margin: 0 0 10px 10px;
	float: right;*/
}
body#topPage #contents img[_cke_saved_src] {
  display: inline;
  max-width: none;
  width: auto;
  margin: 0;
  float: none;
}
/* ボタン */
.btn a {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0px auto 23px;
	padding: 10px 10px;
	font-size: 13px;
	text-align: center;
	position: relative;
	top: 0;
}
.sp_top_catch .inner .sp_f_l,
.sp_top_catch .inner .sp_f_r{
	max-width: 320px;
	width: 50%;
  text-align: center;
}
#catchArea .sp_top_catch .inner .sp_f_l img,
#catchArea .sp_top_catch .inner .sp_f_r img {
	width: 100%;
/*	width: 60% !important;*/
}
.sp_top_catch .inner{
	position:absolute;
	bottom:30%;
}
.top_menu .menu_inner{
	padding:0 20px;
}
.top_firsttime{
  background-color: #ffffff;
  background-image: url(/cmn/images/sp_top_bg_firsttime.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width:100%;
  margin-bottom:30px;
}
.top_firsttime p{
	font-size:1.1em;
	font-weight:bold;
	line-height:150% !important;
}
.top_salon{
  background-color: #ffffff;
  background-image: url(/cmn/images/sp_top_bg_salon.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom:30px;
}
.top_salon p{
	font-weight:bold;
	font-size:1.1em;
	color:#fff;
}
.top_salon_icon{
	padding:0 !important;
	text-align:center;
	margin-bottom:20px !important;
}
.top_salon_icon li{
	list-style:none;
	display:inline;
	margin-right:20px;
}
.top_salon_icon li:last-child{
	margin-right:0;
}
/* ==================== フッター ==================== */
#social {
	display: table;
	width: 90%;
	margin: 0 auto 20px;
}
#social div {
	width: 30%;
	text-align: center;
	display: table-cell;
	margin: 0 10px;
	vertical-align: top;
}
/* フッターバナー */
#footerBnr {
	width: 100%;
	display: table;
}
#footerBnr p {
	margin: 0;
	text-align: center;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#footerBnr p a {
	padding: 10px;
	display: block;
}
#footerBnr p:first-child a {
	border-right: 1px solid #fff;
}
/* フッタートップ */
DIV#footerTop {
	padding: 15px 10px 10px;
	overflow: hidden;
}
DIV#footerTop P#siteTop {
	float: left;
	display: inline-block;
	padding: 0px;
	border-radius: 2px;
	text-decoration: none;
	width: 46%;
	text-align: center;
	font-size: 11px;
	margin: 0;
}
P#pageTop {
	float: right;
	display: inline-block;
	padding: 0px;
	border-radius: 2px;
	text-decoration: none;
	width: 46%;
	text-align: center;
	font-size: 11px;
	margin: 0;
}
P#siteTop A,
P#pageTop A {
	display: block;
	padding: 5px 15px;
}
DIV#footerSns P#SnsTitle {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
}
DIV#footerSns P#SnsTitle SPAN {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.1em;
	font-size: small;
}
DIV#footerSns {
	margin: 0 auto;
	width: 100%;
}
DIV#footerSns UL {
	list-style: none;
	width: 90%;
	padding: 10px 0px 15px 0px;
	margin: 0 auto;
	overflow: hidden;
}
DIV#footerSns UL LI {
	float: left;
	width: 33.33333%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
DIV#footerSns UL LI A {
}
/* フッターメニュー */
DIV#footerMenu {
}
DIV#footerMenu UL {
	line-height: 2em;
	text-align: center;
	padding: 0px 0 10px;
}
DIV#footerMenu UL LI {
	display: inline-block;
	font-size: 11px;
	padding-right: 5px;
	line-height: 10px;
}
DIV#footerMenu UL LI:last-child {
	border-right: none;
	padding-right: 0px;
}
/* コピーライト */
DIV#copyrightArea {
	padding: 10px;
	overflow: hidden;
}
#pcsite {
	float: right;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	margin: 0;
	font-size: 11px;
}
#pcsite A {
	display: block;
	padding: 5px 15px;
}
DIV#copyrightArea P#copyright {
	margin: 0px;
	padding: 5px 0px;
	font-size: 13px;
	float: left;
}
/* ==================== 下層ページ ==================== */
.topLatestBlog ul,
.topLatestBlogTxt ul,
#contents .entryList ul,
#contents .categoryTopList {
	margin-bottom: 20px;
}
.topLatestBlog li,
.topLatestBlogTxt li,
#contents .entryList li,
#contents .categoryTopList li {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.topLatestBlog li a,
.topLatestBlogTxt li a,
#contents .entryList li a,
#contents .categoryTopList li a {
	display: block;
	max-width: 620px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
ul.entryList li i.fa-angle-right,
.categoryTopList li a i.fa-angle-right,
.topLatestBlogTxt li a i.fa-angle-right,
.topLatestBlog li a i.fa-angle-right {
	position: absolute;
	top: 50% !important;
	right: 4%;
	margin-top: -9px;
}
.topLatestBlog li img,
.topLatestBlog li span.logoEnpty,
#contents .entryList li img,
#contents .entryList li .left,
#contents .entryList li span.logoEnpty,
#contents .categoryTopList li img,
#contents .categoryTopList li span.logoEnpty {
	float: left;
	width: 25%;
	height: auto;
}
#contents .entryList li .left img,
#contents .entryList li .left span.logoEnpty {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
#contents .entryList li .left p {
	font-size: 11px;
	text-align: center;
	line-height: 1.3;
}
.topLatestBlog li span.logoEnpty,
#contents .entryList li span.logoEnpty,
#contents .categoryTopList li span.logoEnpty {
	min-height: 75px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px auto;
	max-height: 280px;
}
.topLatestBlog li div,
#contents .entryList li div,
#contents .categoryTopList li div {
	float: right;
	margin: 0;
	padding: 0 5% 0 0;
	width: 65%;
}
.topLatestBlog li div.sp_blog_text, 
#contents .entryList li div.sp_blog_text, 
#contents .categoryTopList li div.sp_blog_text{
	float:none !important;
	width:100% !important;
}
.topLatestBlog li div h3,
.topLatestBlogTxt li h3,
#contents .entryList li div h3,
#contents .categoryTopList h3 {
	background: none;
	padding: 0;
}
.topLatestBlog li div time,
#contents .entryList li div time {
	font-family: 'Archivo Narrow', sans-serif;
	padding: 0 5px 0 0;
	vertical-align: sub;
	letter-spacing: 0.7px;
	font-size: 14px;
	margin: 0 0 5px;
}
.topLatestBlog li div span,
.topLatestBlogTxt li span,
#contents .entryList li div span {
	display: inline-block;
	padding: 2px 5px 2px;
	font-size: 11px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
	line-height: 1.3;
}
/* ==================== ブログNEWマーク表示 ==================== */
/* 時間によって表示 */
.topLatestBlog li strong span{
	display:none;
}
.topLatestBlog li strong span.new{
	font-weight:bold;
	color:#000 !important;
	background:none !important;
}
#contents .entryList li div strong span,
#contents .entryList li div strong span.new{
		display:none !important;
}
/* 時間によって表示 End */

/* 最新の1件を表示
.topLatestBlog li:not(:first-child) strong span.new,
#contents .entryList li div strong span.new{
	display:none !important;
}
.topLatestBlog li:first-child strong span.new{
	font-weight:bold;
	color:#000 !important;
	background:none !important;
}
最新の1件を表示 End */
/* ==================== ブログNEWマーク表示 End ==================== */

/* ==================== ギャラリーNEWマーク表示 ==================== */
/* ★時間によってNEWマーク*/
.swipeImageStyle li .topLatestBlogPhotoImage{
	position:relative;
	overflow: hidden;
	max-width: 200px;
	margin: 0 auto 5px;
}
.swipeImageStyle li .topLatestBlogPhotoImage img{
  margin-bottom: 0;
}
.swipeImageStyle li ul li span.new {
  display:none;
   font-weight: bold;
   left: -30%;
   line-height: 30px;
   text-align: center;
   top: 6%;
   width: 100%;
   position: absolute;
   text-align: center;
   background: #000;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
    color:#FFFFFF;
	max-width: 200px;
}
/*★時間によってNEWマーク End*/

/* ★最新の1件だけNEWマーク
.swipeImageStyle li .topLatestBlogPhotoImage{
	position:relative;
	overflow: hidden;
	max-width: 200px;
	margin: 0 auto;
}
.swipeImageStyle li .topLatestBlogPhotoImage img{
  margin-bottom: 0;
}
.swipeImageStyle li:not(:first-child) span{
  display:none;
}
.swipeImageStyle li:first-child span.new {
   font-weight: bold;
   left: -30%;
   line-height: 30px;
   text-align: center;
   top: 6%;
   width: 100%;
   position: absolute;
   text-align: center;
   background: #000;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
    color:#FFFFFF;
	max-width: 200px;
}
★最新の1件だけNEWマーク End*/
/* ==================== ギャラリーNEWマーク表示 End ==================== */


.topLatestBlog li div p,
.topLatestBlogTxt li p,
#contents .entryList li div p {
	margin: 0;
}
#contents .categoryTopList li div span:before {
	display: inline-block;
	font-size: 14px;
	padding: 0 5px 0 0;
}
#galleryList ul {
	width: 98%;
	display: -webkit-box;/* Android 2~4 */
	display: -webkit-flex;/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	box-pack: justify; /* Android 2~4 */
	-webkit-justify-content: space-between;/* Safari */
	justify-content: space-between;
	margin: 0;
	padding: 2% 1% 0;
}
#galleryList li {
	width: 48%;
	padding: 1%;
	text-align: center;
}
#galleryList li h3,
#galleryList li h4 {
	background: none;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
}
#galleryList li img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.gallerylist_thumb_img {
  max-width: 300px;
  height: auto;
  position: relative;
	margin: 0 auto 6px;
}
.gallerylist_thumb_img .logoEnpty {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

aside.categoryList {
	max-width: 640px;
	margin: 0 auto 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
aside.categoryList h3 {
	border-left: 5px solid #333;
	padding: 10px 10px 10px 15px;
	margin: 0;
}
aside.categoryList li a {
	display: block;
	border-top: 1px solid #ddd;
	padding: 10px 20px 10px 20px;
	position: relative;
}
aside.categoryList li span {
	margin-right: 5px;
}
#contents .paging {
	padding: 10px;
	margin: 0 0 20px;
}
/* スタッフページ */
DIV.punctuation {
	border-bottom: 1px #DDD solid !important;
	margin-bottom: 20px !important;
}
.staff_list img {
  width:210px ;
}

/* ギャラリー */
#contents .galleryTitle {
	margin: 0;
}
.topLatestBlogPhoto .swipeImageStyle,
#galleryCatList .swipeImageStyle {
}
.topLatestBlogPhoto,
#galleryCatList,
#galleryTopList {
	width: 100%;
	margin: 0 auto 10px;
}
.topLatestBlogPhoto ul,
#galleryCatList ul,
#galleryTopList ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.topLatestBlogPhoto li,
#galleryCatList li,
#galleryTopList li {
	list-style: none;
}
.topLatestBlogPhoto li ul,
#galleryCatList li ul,
#galleryTopList li ul {
	margin: 0;
	padding: 2% 2% 0;
}
.topLatestBlogPhoto li ul li,
#galleryCatList li ul li,
#galleryTopList li ul li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	text-align: center;
}
.topLatestBlogPhoto li a,
#galleryCatList li a,
#galleryTopList li a {
	display: block;
}
.topLatestBlogPhoto li img,
#galleryCatList li img,
#galleryTopList li img {
	max-width: 200px;
	margin-bottom: 5px;
}
.galleryEntryFirst {
	padding: 2% 10% 0;
	text-align: center;
}
.galleryEntryFirst img {
	margin-bottom: 5px;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	max-height: 200px;
}
.galleryEntryFirstEmpty {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}
.galleryEntryFirstEmpty img {
  margin-bottom: 0;
}
.topLatestBlogPhoto li h4,
#galleryCatList li h4,
#galleryTopList li h4,
.galleryEntryFirst h4 {
	font-size: 12px;
	line-height: 1.3;
	background: none;
}
#swipeSlider {
	position: relative;
}
#galleryDetail #swipeSlider li,
#beforeAfterGallery #swipeSlider li,
.swipeImageStyle li,
#swipeImage li {
	vertical-align: middle !important;
}
#swipeSlider li {
	text-align: center;
}
#swipeSlider li div {
	display: table-cell;
	vertical-align: middle;
}
#swipeSlider li.small img {
	width: 80%;
}
.swipeImageStyle li h4 {
	padding: 0;
	margin: 0;
}
#swipeSlider img,
.swipeImageStyle img {
	width: 100%;
	vertical-align: bottom;
}
.swipeImageStyle .logoEnpty {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
#swipeSlider .slideNav,
.swipeImageStyle .slideNav {
	position: relative;
}
.swipeImageStyle .fa-angle-right,
.swipeImageStyle .fa-angle-left {
	position: absolute;
	top: 2px;
}
#swipeSlider > a .fa-angle-left,
#swipeSlider > a .fa-angle-right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
#swipeSlider > a .fa-angle-left,
.swipeImageStyle .fa-angle-left {
	left: 3%;
}
#swipeSlider > a .fa-angle-right,
.swipeImageStyle .fa-angle-right {
	right: 3%;
}
#swipeSlider #swipeSliderPosition,
.swipeImageStyle .swipeImageStylePosition,
#swipeImage #swipeImagePosition {
	text-align: center;
	padding: 0;
	background: none;
	line-height: 1.5;
}
#swipeImage #swipeImagePosition {
	margin: 10px 0 10px 0;
}
#swipeSlider #swipeSliderPosition {
	margin: 5px auto 10px;
	width: 80%;
}
.swipeImageStyle .swipeImageStylePosition {
	margin: 10px auto 5px !important;
	width: 80%;
}
#swipeSlider #swipeSliderPosition li,
.swipeImageStyle .swipeImageStylePosition li,
#swipeImage #swipeImagePosition li {
	list-style: none;
	display: inline-block;
	margin: 0 1%;
	font-size: 12px;
	width: auto;
	float: none;
}
.swipeImageStyle,
#swipeImage {
	position: relative;
}
#swipeSlider h4 {
	text-align: center;
	margin: 0;
	font-size: 13px;
	background: none;
	padding: 10px;
}
#swipeSlider P {
	margin: 10px;
	line-height: 150%;
}
.photo_text_sp {
  display: block;
  padding: 10px;
  text-align: left;
}
.photo_text_sp p {
  margin: 0 !important;
}
/* 事例集 */
.arrow {
	width: 0;
	height: 0;
	border-top: 30px solid #333;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
	margin: 0 auto;
}
#baImg img {
	width: 100%;
}
#baImg h4 {
	margin: 0;
}

/* 顔タイプ */
.galleryDetail svg {
    transform: translate(0, 0)
}
.facetype {
    width: 52px;
    height: 70px;
    fill: #e8e8e8;
}
.facetype.face_on {
    fill: #e58f81;
}
.face_on .face_txt {
    fill: #000;
}
/* お問い合わせ */
.h4Body {
	margin: 0 0 20px;
}
ul.ul01 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	position: relative;
}
ul.ul01 li {
	margin: 0 0 10px 0;
}
ul.ul01 li i.fa-caret-right {
	position: absolute;
	left: 0%;
}
.inqfmFileSup{
	margin-left: 10px;
	margin-right: 10px;
}
/** we remove the red glow around required fields since we are already using the red star */
fieldset {
	border: none !important;
}
input:required, textarea:required {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 -o-box-shadow:none;
 box-shadow:none;
}
input[type="button"] {
	-webkit-appearance: none;
}
/** check radio**/
.form_check {
	display: block;
	margin-bottom: 15px;
}
.form_check input[type="checkbox"],
.form_check input[type="radio"] {
	width: 20px;
	vertical-align: middle;
	margin-right: 3px;
	display: inline;
}
.form_check input:not([type="submit"]) {
	height: 20px;
}
/** textarea**/

input:not([type="button"]):not([type="file"]),
textarea {
	outline: none;
	display: block;
	padding: 10px 5px;
	font-size: 14px;
	border-radius: 2px;
	width: 94%;
	margin: 0 auto;
	vertical-align: middle;
}
input:not([type="button"]):not([type="file"]):active,
textarea:active,
input:not([type="button"]):not([type="file"]):focus,
textarea:focus {
	background: #f2f2f2;
	border: solid 1px #b3b3b3;
	box-shadow: 2px 2px 7px #E8E8E8 inset;
}
input:not([type="button"]):not([type="file"]) {
	height: 20px;
	vertical-align: middle;
	width: 96%;
}
textarea {
	min-height: 120px;
	resize: vertical;
}
/* placeholder */
input:-webkit-input-placeholder, textarea:-webkit-textarea-placeholde {
 color:#BABABA;
 font-style:italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 color:#BABABA;
 font-style:italic;
}
/**tel**/
input[type=tel] {
	width: 25% !important;
	margin: 0 5px 0 5px !important;
	float: left;
}
/**number**/
input[type=number] {
	width: 42% !important;
	margin: 0 5px 0 5px !important;
	float: left;
}
/**number**/
input.text02[type=number] {
	width: 20%;
	margin: 0 5px 0 5px;
	float: left;
}
input.text03[type=number] {
	width: 36%;
	margin: 0 5px 0 5px;
	float: left;
}
input.text04[type=number] {
	width: 88%;
	margin: 0 5px 0 5px;
	float: left;
}
input[type=time],
input[type=date] {
	margin: 0 5px 0 5px;
	float: left;
}
span.price {
	float: left;
	margin: 12px 0px 15px 0px;
}
form .ui-grid-a,
form .ui-grid-b {
	overflow: hidden;
}
p#confirmBtn,
p#cancelBtn,
p#submitBtn {
	margin: 0 auto 20px;
	text-align: center;
	width: 75%;
}
/** Styling the send button **/
input[type=button] {
	cursor: pointer;
	font-size: 15px;
	padding: 20px 4px;
	border-radius: 5px;
	width: 100%;
	border: none;
}
input[type=button]:hover {
}
input[type=button]:active,
input[type=button]:focus {
	position: relative;
	top: 1px;
	background: linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
	box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}
.errorMsgArea .caution {
	display: block;
	clear: both;
}
#mainErrorMsg .caution {
	display: block;
	margin: 10px;
	font-size: 15px;
}
/* スタッフ */
SPAN.category {
	display: inline-block;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
	margin-bottom: 5px;
}
DIV#staffCategoryNameWrap H3.categoryName {
	background: rgba(0, 0, 0, 0);
	float: left;
	padding: 1px 4px 1px 0px;
}
UL#staffCatList,
UL#staffCatListBottom {
	overflow: hidden;
	border-bottom: 1px #EEE solid;
	margin: 0 0 5px;
	padding: 5px 5px 0px 5px;
}
UL#staffCatListBottom {
	border: none;
	border-top: 1px #EEE solid;
	margin: 0 0 20px 0;
	border-bottom: 1px #EEE solid;
}
UL#staffCatList LI.top,
UL#staffCatListBottom LI.top {
	margin-right: 0px;
}
UL#staffCatList LI,
UL#staffCatListBottom LI {
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}
UL#staffCatList LI A,
UL#staffCatListBottom LI A {
	display: block;
	padding: 7px 10px 7px 10px;
	border: 1px #CCC solid;
	font-size: 12px;
	border-radius: 2px;
}
UL#staffCatList LI.current A,
UL#staffCatListBottom LI.current A {
	display: block;
	padding: 7px 10px 7px 10px;
	border: 1px #CCC solid;
	background-color: #EEE;
	font-size: 12px;
	border-radius: 2px;
}
UL#staffCatList LI.notLink,
UL#staffCatListBottom LI.notLink {
	display: block;
	padding: 6px 10px 6px 10px;
	border: 1px #CCC solid;
	font-size: 12px;
	border-radius: 2px;
	margin-bottom: 0px;
}
UL#staffCatList LI.top A,
UL#staffCatListBottom LI.top A {
	padding: 7px 10px 7px 10px;
	margin-right: 5px;
}
P.staffTitle {
	font-size: 18px;
	border-bottom: 1px #ddd solid;
	padding: 5px 0 10px 0;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
.fontawesome-angle-right:before {
	padding-right: 5px;
}
.eventCalenderSub{
	margin: 0 10px;
}

/* ==================== スクール ==================== */
.no_accept{
	position:relative;
}
.no_accept div{
	background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 0px;
    left: 0px;
	right:0;
	height:100%;
}
.no_accept div p{
	padding:80px 0;
	text-align: center;
    font-size: large;
    font-weight: bold;
}
.price_jp th{
	display:none;
}
.price_jp td:first-child {
    text-align: left;
    background: #e5dade;
	padding:10px !important;
	margin-bottom:10px !important;
}
.price_jp h4{
	padding:0 !important;
	color:#e4007f;
}
.price_jp td{
	display:block;
	padding:0 !important;
	border:none !important;
}
.price_jp td:last-child{
	text-align:right;
	margin-bottom:10px !important;
	color:#e4007f;
}

/* ==================== スタッフ紹介 ==================== */
.sp_staff_img{
	max-width:280px;
	width:100%;
	margin:0 auto;
	height:auto;
}
/* ==================== 初めての方 ==================== */

#contents .box_reason {
    position: relative;
    margin-bottom: 20px;
}
#contents .reason_ttl h3, #contents .reason_ttl h3::after {
    position: static !important;
    border: none !important;
	padding-left: 60px;
}
#contents .reason_num {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #000;
    margin: 0 10px 0 0;
    padding: 4px 0px;
    text-align: center;
    color: #fff;
}
#contents .reason_ttl h3 span.fs_s {
    font-size: 0.7em !important;
    padding-left: 0 !important;
}

/* 流れ */
#contents .box_flow {
  position: relative;
}
#contents .box_flow::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 16px;
  background: #000;
  z-index: -1;
}
#contents .box_inner {
  margin: 0 0 0 45px;
  padding: 15px 0 5px;
  border-bottom: 1px solid #d5d2d2;
}
#contents .flow > div:first-child .box_inner {
 /*  border-top: 1px solid #d5d2d2;*/
}
#contents .box_inner h3,
#contents .box_inner h4 {
  color: #000;
  background: none;
  border: none !important;
  display: inline-block;
  font-size: medium;
  font-weight: bold;
  margin-bottom: 20px !important;
  padding: 5px 0 0 0 !important;
  text-align: left;
  position:static;
}
#contents .box_inner h3:after,
#contents .box_inner h4:after{
  border:none;
}
#contents .box_num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #000;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
#contents .flow_menu .box_num{
	font-size:14px !important;
}
.box_flow ol{
  padding-left:1.5em;
}
.box_flow ol li{
  list-style-type: decimal;
}
.sp_dp_n{
display: none;
} 
.box_type02 a{
  width:48%;
  margin:1%;
  float:left;
}
span.en {
    font-size: 0.8em !important;
    padding-left: 0 !important;
}

/*
.price_menu {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
}
.price_menu td:last-child {
    text-align: center;
}
*/
.price_menu th{
	display:none;
}
.price_menu2 th{
	display:block;
}
.price_menu td,
.price_menu2 td {
	display:block;
	text-align:right;
	border:none;
}
.price_menu td:first-child,
.price_menu2 td:first-child {
	text-align:left;
	background:#e5dade;
}
/* ==================== メニュー ==================== */
.sticker{
	background: #e4007f;
	color: #fff;
	border-radius: 50%;
	max-width: 200px;
	width: 100%;
	margin: 0 auto 20px;
	height: 190px;
}
.sticker p{
	line-height: 200% !important;
	padding: 60px 36px;
	font-weight: bold;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; 
}
.sp_menu img{
	width:100%;
	height:auto;
	margin:0 auto 10px;
}
	
.sp_menu_img{
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
	
.sp_menu_img .txt{
	width:70%;
	float:left;
}
.sp_menu_img .img{
	width:25%;
	float:right;
}	
.sp_menu_img .img img{
	width:100%;
}
	
.sp_subttl{
	padding-left:1em;
	font-size:0.8em;
}
.li_stype_n{
	padding:0 !important;
}
.li_stype_n li{
	list-style:none;
}

.access_box{
	border:1px solid #eee;
	padding:10px;
}
.access_box table th{
	width:70px;
}
.menu_blog span.logoEnpty{
min-height: 75px;
display: block;
background-position: center center;
background-repeat: no-repeat;
background-size: 60px auto;
width: 80% !important;
float: none !important;
margin: 10px auto !important;
}
.menu_blog img,
.menu_blog div{
	display:block;
	margin:10px auto !important;
	float:none !important;
	text-align:center;
	padding:0 !important;
}
.menu_blog img{
	width:80% !important;
}

.menu_blog h2 {
    margin-bottom: 0 !important;
    padding-bottom:0 !important;
}
.menu_blog h2 span{
	font-weight:normal;
}
.ttl_menu{
	margin-bottom: 0px !important;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* ==================== 共通装飾 ==================== */
#contents .ul01 li {
    list-style: none;
    padding: 0 0 0 12px;
    position: relative;
}
#contents .ul01 li::before {
    content: "\f0da";
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    top: 0;
    left: 0;
}

/* ==================== 汎用デフォルト設定 ==================== */
/* ------ margin ------ */
.sp_m_A { margin: 0 auto !important; }
.sp_mb_0 { margin-bottom: 0 !important; }
.sp_mb_5 { margin-bottom: 5px !important; }
.sp_mb_10 { margin-bottom: 10px !important; }
.sp_mb_15 { margin-bottom: 15px !important; }
.sp_mb_20 { margin-bottom: 20px !important; }
.sp_mb_25 { margin-bottom: 25px !important; }
.sp_mb_30 { margin-bottom: 30px !important; }
.sp_mt_0 { margin-top: 0 !important; }
.sp_mt_5 { margin-top: 5px !important; }
.sp_mt_10 { margin-top: 10px !important; }
.sp_mt_15 { margin-top: 15px !important; }
.sp_mt_20 { margin-top: 20px !important; }
.sp_mt_25 { margin-top: 25px !important; }
.sp_mt_30 { margin-top: 30px !important; }
/* ------ テキスト系 ------ */
.sp_ta_c { text-align: center !important; }
.sp_ta_l { text-align: left !important; }
.sp_ta_r { text-align: right !important; }
.sp_fw_n { font-weight: normal !important; }
.sp_fw_b { font-weight: bold !important; }
/* ------ 画像幅の調整 ------ */
.sp_img_w_l img {
  height: auto;
  width: 100%;
}
/* ------ テーブル ------ */
.table_typeA th{
	width: 6.5em;
	background: none;
}
.table_typeA th,
.table_typeA td{
	border-left:none;
	border-right:none;
}
/* ------ その他追加 ------ */
.sp_ttl_img{
	max-width:640px;
	margin:0 auto;
	padding:0 !important;
}
.sp_ttl_img img{
	width:100%;
	height:auto;
}
.sp_f_l{
	float:left;
}
.sp_f_r{
	float:right;
}
.sp_column_wrapper{
	max-width:640px;
	margin:0 auto;
	padding:10px;
}
.sp_bg_n{
	background:none !important;
}
.sp_b_t{
	border-top:1px solid #eee !important;
}
.sp_bg_pink{
	background:#e5dade;
	padding:10px;
}
.sp_bg_gray{
	background:#eee;
	padding:0px 4px;
}
.c_pink{
	color: #e855a7;
}
.box_border,
.box_border_s {
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
}
.ttl_typeA {
    font-size: 1.1em;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* ============================== 調整用 ============================== */
/* トップページ */
.menu_box {}
.menu_box img:nth-child(2) {
  max-width: 280px;
}
.menu_box p.ta_r {
  text-align: right !important;
}
.menu_box p.ta_r img {
  max-width: 280px;
}
#contents .entryBody .top_salon h2 {
  padding-bottom: 5px;
}
#contents .entryBody .top_salon #footer_tel {
  max-width: 180px;
}
/* 初めての方 */
.firsttime_bg{
	background: url(../../images/firsttime_bg.jpg) no-repeat center center / cover;
  margin: 0 0 10px;
  padding: 30px;
}
.firsttime_bg .txt_area{
	padding:20px 20px 10px;
	background:rgba(255,255,255,0.9);
	box-sizing:border-box;
}

/* 画像ワンソース対応 */
.pc_only{
  display:none;
  @charset "utf-8"; /*使用する文字コード*/
  /* フォント読み込み */
  @import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
  
  /* フォント設定 */
  BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE {
    font-family: Verdana, "游ゴシック", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    font-weight: 500;
    /* カーニング・各見出しで適宜 letter-spacing 調整 */
  /*  -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";*/
  }
  
  /* =============== NEW_SP ==================== */
  
  /* 共通設定 */
  /* Android 4系一部の機種(デフォルトブラウザ)でブロック要素の幅が100％に広がらないバグの対応 */
  div,
  p {
    background-color: rgba(255, 255, 255, 0.01);
  }
  img {
    vertical-align: bottom;
  }
  body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: 100%;
  }
  #contents .entryBody,
  #contents .entryMore,
  #contents .inner {
    padding: 10px;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
  }
  #topPage #contents .entryBody{
    padding:0;
  }
  #contents .entryBody{
    margin-bottom:10px;
  }
  #topPage #contents .entryBody{
    margin-bottom:0;
  }
  #contents .entryBody .imageBox {
    text-align: center;
  }
  #contents .entryBody img,
  #contents .inner img,
  #contents .entryMore img {
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
  }
  /* =============== ウィジウィグで入れた画像のセンタリング ==================== */
  .image-none {
    display: block;
    margin: 0 auto 10px;
  }
  .image-left {
    display: block;
    margin: 0 auto 10px;
  }
  .image-right {
    display: block;
    margin: 0 auto 10px;
  }
  .image-center {
    display: block;
    margin: 0 auto 10px;
  }
  a,
  a:visited,
  a:hover {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  }
  #contents .entryBody a,
  #contents .entryMore a,
  #contents .inner a {
    text-decoration: underline;
  }
  #contents .entryBody .btn a,
  #contents .entryMore .btn a,
  #contents .inner .btn a {
    text-decoration: none;
  }
  .btn a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  #contents .entryBody h2,
  #contents .entryMore h2,
  #contents .inner h2,
  #contents .entryBody h3,
  #contents .entryMore h3,
  #contents .inner h3,
  #contents .entryBody h4,
  #contents .entryMore h4,
  #contents .inner h4 {
    margin: 0 0 10px;
  }
  h4,
  h5,
  p,
  table {
    margin: 0 0 10px;
  }
  h2 {
    font-size: 16px;
    padding: 15px 10px;
    margin: 0;
  }
  h3 {
    font-size: 16px;
    padding: 10px;
    margin: 0;
  }
  h4 {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 13px;
    padding: 5px;
    margin-bottom:5px;
  }
  h6 {
    font-size: 12px;
    padding: 5px;
    margin-bottom:10px;
    margin-top:0;
  }
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #contents .entryBody ul,
  #contents .entryBody ol{
    margin: 0;
    padding-left: 1.5em;
    list-style: disc;
  }
  table {
    width: 100% !important;
    border-collapse: collapse;
  }
  br.clear {
    clear: both;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  /* clearfix */
  .cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .cf {
    min-height: 1px;
    _height: 1px;
  }
  /* =============== icon設定 ==================== */
  /* 共通 */
  
  /*.fa-caret-right:before,
  P.btn .fa-question-circle:before,
  DIV#copyrightArea .fa-desktop:before,
  DIV#footerTop .fa-angle-up:before,
  DIV#footerTop .fa-home:before,
  nav.show .fa-angle-right:before,
  nav.show .fa-phone:before,
  nav.show .fa-envelope-o:before,*/
  DIV#copyrightArea .fa:before,
  DIV#footerTop .fa:before,
  nav.show .fa:before {
    padding: 0 5px 0 0;
  }
  /* header */
  .fa-times,
  .fa-bars {
    display: block !important;
  }
  .fa-facebook-square:before,
  .fa-twitter-square:before,
  .fa-instagram:before {
  }
  /* ==================== 色変更箇所 ==================== */
  /* 共通要素 */
  h2 {
    color: #333;
    text-align:center;
  }
  h3 {
    border-bottom:1px solid #333;
    color: #000;
  }
  h3 a {
    color: #fff;
  }
  h4 {
    background: #e5dade;
  }
  h4.nodeco{
    background:none;
  }
  h5 {
    color: #e4007f;
    border-bottom:1px solid;
  }
  h6{
    color:#333;
    border-bottom: 1px solid #eee;
  }
  th,
  td {
    padding: 10px;
    border: 1px solid #ddd;
  }
  th {
    background: #e5dade;
  }
  .caution {
    color: #C33737;
  }
  /* icon色変更 */
  /*nav.show .fa-phone:before,
  nav.show .fa-envelope-o:before,
  DIV#headerIcon .fa-phone:before,
  DIV#headerIcon .fa-envelope-o:before,*/
  nav.show .fa:before,
  DIV#headerIcon .fa:before {
    color: #000;
  }
  /* カテゴリー吐き出しh3・h4 */
  aside.categoryList h3 {
    background: #fff;
    color: #333;
  }
  aside#galleryCatList H4 {
    background-color: rgba(0, 0, 0, 0);
  }
  #contents .categoryTopList li div span:before {
    color: #333;
  }
  #galleryList li h3,
  #galleryList li h4 {
    color: #333;
  }
  #galleryList li h4 a {
    color: #333;
  }
  /* グローバルメニュー背景色 */
  #header_nav {
    background:#e5dade;
  }
  #menuClose {
    background: #000;
  }
  /* 1つ目のボタン */
  .btn .typeA {
    background-color: #000;
    color: #FFF;
  }
  .btn .typeA.tapStyle {
    /* top: 2px;
    box-shadow: 0 1px 0 #1A1A1A;*/
  }
  /* 2つ目のボタン */
  .btn .typeB {
    background-color: #fff;
    color: #000;
    border:1px solid #000;
  }
  .btn .typeB.tapStyle {
  }
  /* 3つ目のボタン */
  .btn .typeC {
    color: #fff;
    background: rgba(0,0,0,0.7);
    border:1px solid #fff;
  }
  .btn .typeC.tapStyle {
  }
  /* フッターエリア */
  footer{
    background: #e5dade;
    display: block;
    padding-top: 20px;
  }
  
  #footerBnr p {
    background-color: #eee;
  }
  DIV#footerTop P#siteTop {
    color: #fff !important;
    background:#000;
  }
  DIV#footerTop P#siteTop a{
    color:#fff !important;
  }
  P#pageTop {
    color: #fff !important;
    background:#000;
  }
  P#pageTop a{
    color:#fff !important;
  }
  DIV#footerSns P#SnsTitle {
    color: #909090;
  }
  DIV#footerSns P#SnsTitle SPAN {
    color: #898989;
  }
  DIV#footerSns {
    border-top: 1px solid #EEE;
  }
  DIV#footerMenu UL LI {
    color: #808080;
    border-right: 1px solid #aaa;
  }
  .footer_icon{
    padding:0;
    text-align:center;
    margin-bottom:20px;
  }
  .footer_icon li{
    list-style:none;
    display:inline;
    margin-right:20px;
  }
  .footer_icon li:last-child{
    margin-right:0;
  }
  /* コピーライト */
  DIV#copyrightArea {
    /*background-color: #4d4d4d;*/
  }
  #pcsite {
    background-color: #000;
    color: #fff !important;
  }
  #pcsite a{
    color:#fff !important;
  }
  DIV#copyrightArea P#copyright {
    color: #333;
  }
  /* ブログ吐き出し */
  .topLatestBlog li span.logoEnpty,
  .swipeImageStyle span.logoEnpty,
  .gallerylist_thumb_img span.logoEnpty,
  #contents .entryList li span.logoEnpty,
  #contents .categoryTopList li span.logoEnpty {
    background-color: #eee;
  }
  .topLatestBlog li div span,
  .topLatestBlogTxt li span,
  #contents .entryList li div span {
    background: #e5dade;
    color: #000;
  }
  .topLatestBlog li p{
    display:none;
  }
  .topLatestBlog li p.new{
    background:none;
    padding-left:0.5em;
    font-size:bold;
    color:#000 !important;
  }
  /* ブログ吐き出しタイトル */
  #contents .categoryTopList h3 {
    color: #333;
  }
  .topLatestBlog li a div h3,
  .topLatestBlogTxt li a h3,
  #contents .entryList li a div h3 {
    color: #333;
    border:none;
  }
  /* ブログ吐き出しタイトル（日付） */
  .topLatestBlog li div time,
  #contents .entryList li div time {
    color: #000;
  }
  /* ページング */
  #contents .paging {
    background: #eee;
  }
  #contents .paging .current_page {
    padding: 5px;
    line-height: 10px;
    border-radius: 4px;
    background: #ccc;
    display: inline-block;
  }
  #swipeSlider #swipeSliderPosition li,
  .swipeImageStyle .swipeImageStylePosition li,
  #swipeImage #swipeImagePosition li {
    color: #ccc;
  }
  #swipeSlider #swipeSliderPosition li.swipeImageOn,
  .swipeImageStyle .swipeImageStylePosition li.swipeImageOn,
  #swipeImage #swipeImagePosition li.swipeImageOn {
    color: #333;
  }
  /** お問い合せページ button**/
  input[type=button] {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-color: #4d4d4d;
    color: #FFF;
  }
  input[type=button]:hover {
    color: #FFF;
    border-color: #CECECE;
    background: linear-gradient(top, rgba(244,244,244,1) 0%, rgba(242,242,242,1) 100%);
  }
  /* スタッフ カテゴリーボタンカラー*/
  
  SPAN.category {
    background: #333;
    color: #fff;
  }
  H3.categoryName {
    background: rgba(0, 0, 0, 0);
  }
  UL#staffCatList LI.top A,
  UL#staffCatListBottom LI.top A {
    background-color: #4d4d4d;
    color: #FFF;
  }
  /* カテゴリーリスト */
  aside.categoryList li i.fa-angle-right {
    position: absolute;
    top: 50% !important;
    right: 3%;
    margin-top: -5px;
  }
  aside.categoryList li i.fa-caret-right {
    position: absolute;
    top: 50% !important;
    left: 2%;
    margin-top: -7px;
  }
  /* =============== ヘッダー ==================== */
  header {
    padding: 0 10px;
    overflow: hidden;
    min-height: 60px;
  }
  h1#logo a {
    display: inline-block;
    padding-top: 3px;
  }
  h1#logo img {
    width: 150px;
  /*	height:30px;*/
  }
  #headerIcon p {
    margin: 0;
    text-align: center;
  }
  #headerIcon p a {
    display: block;
    padding: 9px 11px 10px;
  }
  #headerIcon #navBtn {
    position: fixed;
    top: 0;
    right: 0;
    font-family: "Archivo Narrow", sans-serif;
    z-index: 10;
  }
  #headerIcon #navBtn a {
    font-size: x-small;
    line-height: 1.2;
    padding: 16px 20px 15px 15px;
  }
  #headerIcon .tel,
  #headerIcon .mail {
    position: absolute;
    top: 10px;
  }
  #headerIcon .tel {
    right: 60px;
  }
  #headerIcon .mail {
    right: 100px;
  }
  #headerIcon .mail a {
    padding-top: 7px;
  }
  #header_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 90%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header_nav.hide {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  #header_nav.show {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  #header_nav #wrap {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 15px;
  }
  #header_nav ul {
    padding: 0 0 20px;
  }
  #header_nav .nav_li_child li a:before{
    content:"-";
    padding-right:0.5em;
  }
  #header_nav li a {
    display: block;
    border-bottom: 1px solid #333;
    padding: 16px 16px 16px 40px;
    font-size: 16px;
    color: #000 !important;
    text-indent: -0.5em;
  }
  #header_nav li:first-child a {
  /*	padding: 23px 16px 24px 40px;*/
  }
  #header_nav .mail a {
    font-size: 16px;
  }
  #header_nav .tel a {
    font-size: 18px;
  }
  #menuClose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  /* ==================== トップページ ==================== */
  #catchArea {
    max-width: 640px;
    margin: 0px auto 20px;
    text-align: center;
  }
  #catchArea img {
    width: 100% !important;
    vertical-align: bottom;
  }
  /*Slider メインイメージ*/
  #catchArea #swipeImage a.catchSwipe i {
    top: 50%;
    margin-top: -23px;
    position: absolute;
    padding: 10px;
  }
  #catchArea #swipeImage a.catchSwipe #on {
    margin-top: -42px;
  }
  #catchArea #swipeImage a.catchSwipe .fa-angle-left {
    left: 1%;
  }
  #catchArea #swipeImage a.catchSwipe .fa-angle-right {
    right: 1%;
  }
  /*JavaScript メインイメージ*/
  #catchArea #jsMainImg {
    width: 100% !important;
  }
  body#topPage #contents img {
    /*display: block;
    max-width: 320px;
    width: 50%;
    height: auto;
    margin: 0 0 10px 10px;
    float: right;*/
  }
  body#topPage #contents img[_cke_saved_src] {
    display: inline;
    max-width: none;
    width: auto;
    margin: 0;
    float: none;
  }
  /* ボタン */
  .btn a {
    display: block;
    width: 80%;
    max-width: 600px;
    margin: 0px auto 23px;
    padding: 10px 10px;
    font-size: 13px;
    text-align: center;
    position: relative;
    top: 0;
  }
  .sp_top_catch .inner .sp_f_l,
  .sp_top_catch .inner .sp_f_r{
    max-width: 320px;
    width: 50%;
    text-align: center;
  }
  #catchArea .sp_top_catch .inner .sp_f_l img,
  #catchArea .sp_top_catch .inner .sp_f_r img {
    width: 100%;
  /*	width: 60% !important;*/
  }
  .sp_top_catch .inner{
    position:absolute;
    bottom:30%;
  }
  .top_menu .menu_inner{
    padding:0 20px;
  }
  .top_firsttime{
    background-color: #ffffff;
    background-image: url(/cmn/images/sp_top_bg_firsttime.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    margin-bottom:30px;
  }
  .top_firsttime p{
    font-size:1.1em;
    font-weight:bold;
    line-height:150% !important;
  }
  .top_salon{
    background-color: #ffffff;
    background-image: url(/cmn/images/sp_top_bg_salon.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom:30px;
  }
  .top_salon p{
    font-weight:bold;
    font-size:1.1em;
    color:#fff;
  }
  .top_salon_icon{
    padding:0 !important;
    text-align:center;
    margin-bottom:20px !important;
  }
  .top_salon_icon li{
    list-style:none;
    display:inline;
    margin-right:20px;
  }
  .top_salon_icon li:last-child{
    margin-right:0;
  }
  /* ==================== フッター ==================== */
  #social {
    display: table;
    width: 90%;
    margin: 0 auto 20px;
  }
  #social div {
    width: 30%;
    text-align: center;
    display: table-cell;
    margin: 0 10px;
    vertical-align: top;
  }
  /* フッターバナー */
  #footerBnr {
    width: 100%;
    display: table;
  }
  #footerBnr p {
    margin: 0;
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  #footerBnr p a {
    padding: 10px;
    display: block;
  }
  #footerBnr p:first-child a {
    border-right: 1px solid #fff;
  }
  /* フッタートップ */
  DIV#footerTop {
    padding: 15px 10px 10px;
    overflow: hidden;
  }
  DIV#footerTop P#siteTop {
    float: left;
    display: inline-block;
    padding: 0px;
    border-radius: 2px;
    text-decoration: none;
    width: 46%;
    text-align: center;
    font-size: 11px;
    margin: 0;
  }
  P#pageTop {
    float: right;
    display: inline-block;
    padding: 0px;
    border-radius: 2px;
    text-decoration: none;
    width: 46%;
    text-align: center;
    font-size: 11px;
    margin: 0;
  }
  P#siteTop A,
  P#pageTop A {
    display: block;
    padding: 5px 15px;
  }
  DIV#footerSns P#SnsTitle {
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 12px;
  }
  DIV#footerSns P#SnsTitle SPAN {
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.1em;
    font-size: small;
  }
  DIV#footerSns {
    margin: 0 auto;
    width: 100%;
  }
  DIV#footerSns UL {
    list-style: none;
    width: 90%;
    padding: 10px 0px 15px 0px;
    margin: 0 auto;
    overflow: hidden;
  }
  DIV#footerSns UL LI {
    float: left;
    width: 33.33333%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  DIV#footerSns UL LI A {
  }
  /* フッターメニュー */
  DIV#footerMenu {
  }
  DIV#footerMenu UL {
    line-height: 2em;
    text-align: center;
    padding: 0px 0 10px;
  }
  DIV#footerMenu UL LI {
    display: inline-block;
    font-size: 11px;
    padding-right: 5px;
    line-height: 10px;
  }
  DIV#footerMenu UL LI:last-child {
    border-right: none;
    padding-right: 0px;
  }
  /* コピーライト */
  DIV#copyrightArea {
    padding: 10px;
    overflow: hidden;
  }
  #pcsite {
    float: right;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    margin: 0;
    font-size: 11px;
  }
  #pcsite A {
    display: block;
    padding: 5px 15px;
  }
  DIV#copyrightArea P#copyright {
    margin: 0px;
    padding: 5px 0px;
    font-size: 13px;
    float: left;
  }
  /* ==================== 下層ページ ==================== */
  .topLatestBlog ul,
  .topLatestBlogTxt ul,
  #contents .entryList ul,
  #contents .categoryTopList {
    margin-bottom: 20px;
  }
  .topLatestBlog li,
  .topLatestBlogTxt li,
  #contents .entryList li,
  #contents .categoryTopList li {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .topLatestBlog li a,
  .topLatestBlogTxt li a,
  #contents .entryList li a,
  #contents .categoryTopList li a {
    display: block;
    max-width: 620px;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  ul.entryList li i.fa-angle-right,
  .categoryTopList li a i.fa-angle-right,
  .topLatestBlogTxt li a i.fa-angle-right,
  .topLatestBlog li a i.fa-angle-right {
    position: absolute;
    top: 50% !important;
    right: 4%;
    margin-top: -9px;
  }
  .topLatestBlog li img,
  .topLatestBlog li span.logoEnpty,
  #contents .entryList li img,
  #contents .entryList li .left,
  #contents .entryList li span.logoEnpty,
  #contents .categoryTopList li img,
  #contents .categoryTopList li span.logoEnpty {
    float: left;
    width: 25%;
    height: auto;
  }
  #contents .entryList li .left img,
  #contents .entryList li .left span.logoEnpty {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  #contents .entryList li .left p {
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
  }
  .topLatestBlog li span.logoEnpty,
  #contents .entryList li span.logoEnpty,
  #contents .categoryTopList li span.logoEnpty {
    min-height: 75px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px auto;
    max-height: 280px;
  }
  .topLatestBlog li div,
  #contents .entryList li div,
  #contents .categoryTopList li div {
    float: right;
    margin: 0;
    padding: 0 5% 0 0;
    width: 65%;
  }
  .topLatestBlog li div.sp_blog_text, 
  #contents .entryList li div.sp_blog_text, 
  #contents .categoryTopList li div.sp_blog_text{
    float:none !important;
    width:100% !important;
  }
  .topLatestBlog li div h3,
  .topLatestBlogTxt li h3,
  #contents .entryList li div h3,
  #contents .categoryTopList h3 {
    background: none;
    padding: 0;
  }
  .topLatestBlog li div time,
  #contents .entryList li div time {
    font-family: 'Archivo Narrow', sans-serif;
    padding: 0 5px 0 0;
    vertical-align: sub;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin: 0 0 5px;
  }
  .topLatestBlog li div span,
  .topLatestBlogTxt li span,
  #contents .entryList li div span {
    display: inline-block;
    padding: 2px 5px 2px;
    font-size: 11px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    line-height: 1.3;
  }
  /* ==================== ブログNEWマーク表示 ==================== */
  /* 時間によって表示 */
  .topLatestBlog li strong span{
    display:none;
  }
  .topLatestBlog li strong span.new{
    font-weight:bold;
    color:#000 !important;
    background:none !important;
  }
  #contents .entryList li div strong span,
  #contents .entryList li div strong span.new{
      display:none !important;
  }
  /* 時間によって表示 End */
  
  /* 最新の1件を表示
  .topLatestBlog li:not(:first-child) strong span.new,
  #contents .entryList li div strong span.new{
    display:none !important;
  }
  .topLatestBlog li:first-child strong span.new{
    font-weight:bold;
    color:#000 !important;
    background:none !important;
  }
  最新の1件を表示 End */
  /* ==================== ブログNEWマーク表示 End ==================== */
  
  /* ==================== ギャラリーNEWマーク表示 ==================== */
  /* ★時間によってNEWマーク*/
  .swipeImageStyle li .topLatestBlogPhotoImage{
    position:relative;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto 5px;
  }
  .swipeImageStyle li .topLatestBlogPhotoImage img{
    margin-bottom: 0;
  }
  .swipeImageStyle li ul li span.new {
    display:none;
     font-weight: bold;
     left: -30%;
     line-height: 30px;
     text-align: center;
     top: 6%;
     width: 100%;
     position: absolute;
     text-align: center;
     background: #000;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
      font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
      color:#FFFFFF;
    max-width: 200px;
  }
  /*★時間によってNEWマーク End*/
  
  /* ★最新の1件だけNEWマーク
  .swipeImageStyle li .topLatestBlogPhotoImage{
    position:relative;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
  }
  .swipeImageStyle li .topLatestBlogPhotoImage img{
    margin-bottom: 0;
  }
  .swipeImageStyle li:not(:first-child) span{
    display:none;
  }
  .swipeImageStyle li:first-child span.new {
     font-weight: bold;
     left: -30%;
     line-height: 30px;
     text-align: center;
     top: 6%;
     width: 100%;
     position: absolute;
     text-align: center;
     background: #000;
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
      font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
      color:#FFFFFF;
    max-width: 200px;
  }
  ★最新の1件だけNEWマーク End*/
  /* ==================== ギャラリーNEWマーク表示 End ==================== */
  
  
  .topLatestBlog li div p,
  .topLatestBlogTxt li p,
  #contents .entryList li div p {
    margin: 0;
  }
  #contents .categoryTopList li div span:before {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px 0 0;
  }
  #galleryList ul {
    width: 98%;
    display: -webkit-box;/* Android 2~4 */
    display: -webkit-flex;/* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;/* Safari */
    flex-wrap: wrap;
    box-pack: justify; /* Android 2~4 */
    -webkit-justify-content: space-between;/* Safari */
    justify-content: space-between;
    margin: 0;
    padding: 2% 1% 0;
  }
  #galleryList li {
    width: 48%;
    padding: 1%;
    text-align: center;
  }
  #galleryList li h3,
  #galleryList li h4 {
    background: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  #galleryList li img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .gallerylist_thumb_img {
    max-width: 300px;
    height: auto;
    position: relative;
    margin: 0 auto 6px;
  }
  .gallerylist_thumb_img .logoEnpty {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
  }
  
  aside.categoryList {
    max-width: 640px;
    margin: 0 auto 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  aside.categoryList h3 {
    border-left: 5px solid #333;
    padding: 10px 10px 10px 15px;
    margin: 0;
  }
  aside.categoryList li a {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    position: relative;
  }
  aside.categoryList li span {
    margin-right: 5px;
  }
  #contents .paging {
    padding: 10px;
    margin: 0 0 20px;
  }
  /* スタッフページ */
  DIV.punctuation {
    border-bottom: 1px #DDD solid !important;
    margin-bottom: 20px !important;
  }
  /* ギャラリー */
  #contents .galleryTitle {
    margin: 0;
  }
  .topLatestBlogPhoto .swipeImageStyle,
  #galleryCatList .swipeImageStyle {
  }
  .topLatestBlogPhoto,
  #galleryCatList,
  #galleryTopList {
    width: 100%;
    margin: 0 auto 10px;
  }
  .topLatestBlogPhoto ul,
  #galleryCatList ul,
  #galleryTopList ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .topLatestBlogPhoto li,
  #galleryCatList li,
  #galleryTopList li {
    list-style: none;
  }
  .topLatestBlogPhoto li ul,
  #galleryCatList li ul,
  #galleryTopList li ul {
    margin: 0;
    padding: 2% 2% 0;
  }
  .topLatestBlogPhoto li ul li,
  #galleryCatList li ul li,
  #galleryTopList li ul li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    text-align: center;
  }
  .topLatestBlogPhoto li a,
  #galleryCatList li a,
  #galleryTopList li a {
    display: block;
  }
  .topLatestBlogPhoto li img,
  #galleryCatList li img,
  #galleryTopList li img {
    max-width: 200px;
    margin-bottom: 5px;
  }
  .galleryEntryFirst {
    padding: 2% 10% 0;
    text-align: center;
  }
  .galleryEntryFirst img {
    margin-bottom: 5px;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 200px;
  }
  .galleryEntryFirstEmpty {
    max-width: 150px;
    margin: 0 auto;
    position: relative;
  }
  .galleryEntryFirstEmpty img {
    margin-bottom: 0;
  }
  .topLatestBlogPhoto li h4,
  #galleryCatList li h4,
  #galleryTopList li h4,
  .galleryEntryFirst h4 {
    font-size: 12px;
    line-height: 1.3;
    background: none;
  }
  #swipeSlider {
    position: relative;
  }
  #galleryDetail #swipeSlider li,
  #beforeAfterGallery #swipeSlider li,
  .swipeImageStyle li,
  #swipeImage li {
    vertical-align: middle !important;
  }
  #swipeSlider li {
    text-align: center;
  }
  #swipeSlider li div {
    display: table-cell;
    vertical-align: middle;
  }
  #swipeSlider li.small img {
    width: 80%;
  }
  .swipeImageStyle li h4 {
    padding: 0;
    margin: 0;
  }
  #swipeSlider img,
  .swipeImageStyle img {
    width: 100%;
    vertical-align: bottom;
  }
  .swipeImageStyle .logoEnpty {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
  }
  #swipeSlider .slideNav,
  .swipeImageStyle .slideNav {
    position: relative;
  }
  .swipeImageStyle .fa-angle-right,
  .swipeImageStyle .fa-angle-left {
    position: absolute;
    top: 2px;
  }
  #swipeSlider > a .fa-angle-left,
  #swipeSlider > a .fa-angle-right {
    position: absolute;
    top: 50%;
    margin-top: -20px;
  }
  #swipeSlider > a .fa-angle-left,
  .swipeImageStyle .fa-angle-left {
    left: 3%;
  }
  #swipeSlider > a .fa-angle-right,
  .swipeImageStyle .fa-angle-right {
    right: 3%;
  }
  #swipeSlider #swipeSliderPosition,
  .swipeImageStyle .swipeImageStylePosition,
  #swipeImage #swipeImagePosition {
    text-align: center;
    padding: 0;
    background: none;
    line-height: 1.5;
  }
  #swipeImage #swipeImagePosition {
    margin: 10px 0 10px 0;
  }
  #swipeSlider #swipeSliderPosition {
    margin: 5px auto 10px;
    width: 80%;
  }
  .swipeImageStyle .swipeImageStylePosition {
    margin: 10px auto 5px !important;
    width: 80%;
  }
  #swipeSlider #swipeSliderPosition li,
  .swipeImageStyle .swipeImageStylePosition li,
  #swipeImage #swipeImagePosition li {
    list-style: none;
    display: inline-block;
    margin: 0 1%;
    font-size: 12px;
    width: auto;
    float: none;
  }
  .swipeImageStyle,
  #swipeImage {
    position: relative;
  }
  #swipeSlider h4 {
    text-align: center;
    margin: 0;
    font-size: 13px;
    background: none;
    padding: 10px;
  }
  #swipeSlider P {
    margin: 10px;
    line-height: 150%;
  }
  .photo_text_sp {
    display: block;
    padding: 10px;
    text-align: left;
  }
  .photo_text_sp p {
    margin: 0 !important;
  }
  /* 事例集 */
  .arrow {
    width: 0;
    height: 0;
    border-top: 30px solid #333;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    margin: 0 auto;
  }
  #baImg img {
    width: 100%;
  }
  #baImg h4 {
    margin: 0;
  }
  
  /* 顔タイプ */
  .galleryDetail svg {
      transform: translate(0, 0)
  }
  .facetype {
      width: 52px;
      height: 70px;
      fill: #e8e8e8;
  }
  .facetype.face_on {
      fill: #e58f81;
  }
  .face_on .face_txt {
      fill: #000;
  }
  /* お問い合わせ */
  .h4Body {
    margin: 0 0 20px;
  }
  ul.ul01 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
    position: relative;
  }
  ul.ul01 li {
    margin: 0 0 10px 0;
  }
  ul.ul01 li i.fa-caret-right {
    position: absolute;
    left: 0%;
  }
  .inqfmFileSup{
    margin-left: 10px;
    margin-right: 10px;
  }
  /** we remove the red glow around required fields since we are already using the red star */
  fieldset {
    border: none !important;
  }
  input:required, textarea:required {
   -moz-box-shadow:none;
   -webkit-box-shadow:none;
   -o-box-shadow:none;
   box-shadow:none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
  /** check radio**/
  .form_check {
    display: block;
    margin-bottom: 15px;
  }
  .form_check input[type="checkbox"],
  .form_check input[type="radio"] {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
    display: inline;
  }
  .form_check input:not([type="submit"]) {
    height: 20px;
  }
  /** textarea**/
  
  input:not([type="button"]):not([type="file"]),
  textarea {
    outline: none;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 2px;
    width: 94%;
    margin: 0 auto;
    vertical-align: middle;
  }
  input:not([type="button"]):not([type="file"]):active,
  textarea:active,
  input:not([type="button"]):not([type="file"]):focus,
  textarea:focus {
    background: #f2f2f2;
    border: solid 1px #b3b3b3;
    box-shadow: 2px 2px 7px #E8E8E8 inset;
  }
  input:not([type="button"]):not([type="file"]) {
    height: 20px;
    vertical-align: middle;
    width: 96%;
  }
  textarea {
    min-height: 120px;
    resize: vertical;
  }
  /* placeholder */
  input:-webkit-input-placeholder, textarea:-webkit-textarea-placeholde {
   color:#BABABA;
   font-style:italic;
  }
  input:-moz-placeholder, textarea:-moz-placeholder {
   color:#BABABA;
   font-style:italic;
  }
  /**tel**/
  input[type=tel] {
    width: 25% !important;
    margin: 0 5px 0 5px !important;
    float: left;
  }
  /**number**/
  input[type=number] {
    width: 42% !important;
    margin: 0 5px 0 5px !important;
    float: left;
  }
  /**number**/
  input.text02[type=number] {
    width: 20%;
    margin: 0 5px 0 5px;
    float: left;
  }
  input.text03[type=number] {
    width: 36%;
    margin: 0 5px 0 5px;
    float: left;
  }
  input.text04[type=number] {
    width: 88%;
    margin: 0 5px 0 5px;
    float: left;
  }
  input[type=time],
  input[type=date] {
    margin: 0 5px 0 5px;
    float: left;
  }
  span.price {
    float: left;
    margin: 12px 0px 15px 0px;
  }
  form .ui-grid-a,
  form .ui-grid-b {
    overflow: hidden;
  }
  p#confirmBtn,
  p#cancelBtn,
  p#submitBtn {
    margin: 0 auto 20px;
    text-align: center;
    width: 75%;
  }
  /** Styling the send button **/
  input[type=button] {
    cursor: pointer;
    font-size: 15px;
    padding: 20px 4px;
    border-radius: 5px;
    width: 100%;
    border: none;
  }
  input[type=button]:hover {
  }
  input[type=button]:active,
  input[type=button]:focus {
    position: relative;
    top: 1px;
    background: linear-gradient(top, rgba(234,234,234,1) 0%, rgba(242,242,242,1) 100%);
    box-shadow: 0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
  }
  .errorMsgArea .caution {
    display: block;
    clear: both;
  }
  #mainErrorMsg .caution {
    display: block;
    margin: 10px;
    font-size: 15px;
  }
  /* スタッフ */
  SPAN.category {
    display: inline-block;
    padding: 0px 5px;
    font-size: 11px;
    border-radius: 2px;
    margin-bottom: 5px;
  }
  DIV#staffCategoryNameWrap H3.categoryName {
    background: rgba(0, 0, 0, 0);
    float: left;
    padding: 1px 4px 1px 0px;
  }
  UL#staffCatList,
  UL#staffCatListBottom {
    overflow: hidden;
    border-bottom: 1px #EEE solid;
    margin: 0 0 5px;
    padding: 5px 5px 0px 5px;
  }
  UL#staffCatListBottom {
    border: none;
    border-top: 1px #EEE solid;
    margin: 0 0 20px 0;
    border-bottom: 1px #EEE solid;
  }
  UL#staffCatList LI.top,
  UL#staffCatListBottom LI.top {
    margin-right: 0px;
  }
  UL#staffCatList LI,
  UL#staffCatListBottom LI {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
  }
  UL#staffCatList LI A,
  UL#staffCatListBottom LI A {
    display: block;
    padding: 7px 10px 7px 10px;
    border: 1px #CCC solid;
    font-size: 12px;
    border-radius: 2px;
  }
  UL#staffCatList LI.current A,
  UL#staffCatListBottom LI.current A {
    display: block;
    padding: 7px 10px 7px 10px;
    border: 1px #CCC solid;
    background-color: #EEE;
    font-size: 12px;
    border-radius: 2px;
  }
  UL#staffCatList LI.notLink,
  UL#staffCatListBottom LI.notLink {
    display: block;
    padding: 6px 10px 6px 10px;
    border: 1px #CCC solid;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 0px;
  }
  UL#staffCatList LI.top A,
  UL#staffCatListBottom LI.top A {
    padding: 7px 10px 7px 10px;
    margin-right: 5px;
  }
  P.staffTitle {
    font-size: 18px;
    border-bottom: 1px #ddd solid;
    padding: 5px 0 10px 0;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
  }
  .fontawesome-angle-right:before {
    padding-right: 5px;
  }
  .eventCalenderSub{
    margin: 0 10px;
  }
  
  /* ==================== スクール ==================== */
  .no_accept{
    position:relative;
  }
  .no_accept div{
    background-color: rgba(0,0,0,0.5);
      position: absolute;
      z-index: 2;
      color: #fff;
      top: 0px;
      left: 0px;
    right:0;
    height:100%;
  }
  .no_accept div p{
    padding:80px 0;
    text-align: center;
      font-size: large;
      font-weight: bold;
  }
  .price_jp th{
    display:none;
  }
  .price_jp td:first-child {
      text-align: left;
      background: #e5dade;
    padding:10px !important;
    margin-bottom:10px !important;
  }
  .price_jp h4{
    padding:0 !important;
    color:#e4007f;
  }
  .price_jp td{
    display:block;
    padding:0 !important;
    border:none !important;
  }
  .price_jp td:last-child{
    text-align:right;
    margin-bottom:10px !important;
    color:#e4007f;
  }
  
  /* ==================== スタッフ紹介 ==================== */
  .sp_staff_img{
    max-width:280px;
    width:100%;
    margin:0 auto;
    height:auto;
  }
  /* ==================== 初めての方 ==================== */
  
  #contents .box_reason {
      position: relative;
      margin-bottom: 20px;
  }
  #contents .reason_ttl h3, #contents .reason_ttl h3::after {
      position: static !important;
      border: none !important;
    padding-left: 60px;
  }
  #contents .reason_num {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 50px;
      border: 2px solid #000;
      border-radius: 50%;
      background: #000;
      margin: 0 10px 0 0;
      padding: 4px 0px;
      text-align: center;
      color: #fff;
  }
  #contents .reason_ttl h3 span.fs_s {
      font-size: 0.7em !important;
      padding-left: 0 !important;
  }
  
  /* 流れ */
  #contents .box_flow {
    position: relative;
  }
  #contents .box_flow::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
    background: #000;
    z-index: -1;
  }
  #contents .box_inner {
    margin: 0 0 0 45px;
    padding: 15px 0 5px;
    border-bottom: 1px solid #d5d2d2;
  }
  #contents .flow > div:first-child .box_inner {
   /*  border-top: 1px solid #d5d2d2;*/
  }
  #contents .box_inner h3,
  #contents .box_inner h4 {
    color: #000;
    background: none;
    border: none !important;
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    margin-bottom: 20px !important;
    padding: 5px 0 0 0 !important;
    text-align: left;
    position:static;
  }
  #contents .box_inner h3:after,
  #contents .box_inner h4:after{
    border:none;
  }
  #contents .box_num {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    background: #000;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #fff;
  }
  #contents .flow_menu .box_num{
    font-size:14px !important;
  }
  .box_flow ol{
    padding-left:1.5em;
  }
  .box_flow ol li{
    list-style-type: decimal;
  }
  .sp_dp_n{
  display: none;
  } 
  .box_type02 a{
    width:48%;
    margin:1%;
    float:left;
  }
  span.en {
      font-size: 0.8em !important;
      padding-left: 0 !important;
  }
  
  /*
  .price_menu {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
  }
  .price_menu td:last-child {
      text-align: center;
  }
  */
  .price_menu th{
    display:none;
  }
  .price_menu2 th{
    display:block;
  }
  .price_menu td,
  .price_menu2 td {
    display:block;
    text-align:right;
    border:none;
  }
  .price_menu td:first-child,
  .price_menu2 td:first-child {
    text-align:left;
    background:#e5dade;
  }
  /* ==================== メニュー ==================== */
  .sticker{
    background: #e4007f;
    color: #fff;
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    height: 190px;
  }
  .sticker p{
    line-height: 200% !important;
    padding: 60px 36px;
    font-weight: bold;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; 
  }
  .sp_menu img{
    width:100%;
    height:auto;
    margin:0 auto 10px;
  }
    
  .sp_menu_img{
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
  }
    
  .sp_menu_img .txt{
    width:70%;
    float:left;
  }
  .sp_menu_img .img{
    width:25%;
    float:right;
  }	
  .sp_menu_img .img img{
    width:100%;
  }
    
  .sp_subttl{
    padding-left:1em;
    font-size:0.8em;
  }
  .li_stype_n{
    padding:0 !important;
  }
  .li_stype_n li{
    list-style:none;
  }
  
  .access_box{
    border:1px solid #eee;
    padding:10px;
  }
  .access_box table th{
    width:70px;
  }
  .menu_blog span.logoEnpty{
  min-height: 75px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px auto;
  width: 80% !important;
  float: none !important;
  margin: 10px auto !important;
  }
  .menu_blog img,
  .menu_blog div{
    display:block;
    margin:10px auto !important;
    float:none !important;
    text-align:center;
    padding:0 !important;
  }
  .menu_blog img{
    width:80% !important;
  }
  
  .menu_blog h2 {
      margin-bottom: 0 !important;
      padding-bottom:0 !important;
  }
  .menu_blog h2 span{
    font-weight:normal;
  }
  .ttl_menu{
    margin-bottom: 0px !important;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  
  /* ==================== 共通装飾 ==================== */
  #contents .ul01 li {
      list-style: none;
      padding: 0 0 0 12px;
      position: relative;
  }
  #contents .ul01 li::before {
      content: "\f0da";
      font-family: fontawesome;
      font-size: 12px;
      position: absolute;
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      top: 0;
      left: 0;
  }
  
  /* ==================== 汎用デフォルト設定 ==================== */
  /* ------ margin ------ */
  .sp_m_A { margin: 0 auto !important; }
  .sp_mb_0 { margin-bottom: 0 !important; }
  .sp_mb_5 { margin-bottom: 5px !important; }
  .sp_mb_10 { margin-bottom: 10px !important; }
  .sp_mb_15 { margin-bottom: 15px !important; }
  .sp_mb_20 { margin-bottom: 20px !important; }
  .sp_mb_25 { margin-bottom: 25px !important; }
  .sp_mb_30 { margin-bottom: 30px !important; }
  .sp_mt_0 { margin-top: 0 !important; }
  .sp_mt_5 { margin-top: 5px !important; }
  .sp_mt_10 { margin-top: 10px !important; }
  .sp_mt_15 { margin-top: 15px !important; }
  .sp_mt_20 { margin-top: 20px !important; }
  .sp_mt_25 { margin-top: 25px !important; }
  .sp_mt_30 { margin-top: 30px !important; }
  /* ------ テキスト系 ------ */
  .sp_ta_c { text-align: center !important; }
  .sp_ta_l { text-align: left !important; }
  .sp_ta_r { text-align: right !important; }
  .sp_fw_n { font-weight: normal !important; }
  .sp_fw_b { font-weight: bold !important; }
  /* ------ 画像幅の調整 ------ */
  .sp_img_w_l img {
    height: auto;
    width: 100%;
  }
  /* ------ テーブル ------ */
  .table_typeA th{
    width: 6.5em;
    background: none;
  }
  .table_typeA th,
  .table_typeA td{
    border-left:none;
    border-right:none;
  }
  /* ------ その他追加 ------ */
  .sp_ttl_img{
    max-width:640px;
    margin:0 auto;
    padding:0 !important;
  }
  .sp_ttl_img img{
    width:100%;
    height:auto;
  }
  .sp_f_l{
    float:left;
  }
  .sp_f_r{
    float:right;
  }
  .sp_column_wrapper{
    max-width:640px;
    margin:0 auto;
    padding:10px;
  }
  .sp_bg_n{
    background:none !important;
  }
  .sp_b_t{
    border-top:1px solid #eee !important;
  }
  .sp_bg_pink{
    background:#e5dade;
    padding:10px;
  }
  .sp_bg_gray{
    background:#eee;
    padding:0px 4px;
  }
  .c_pink{
    color: #e855a7;
  }
  .box_border,
  .box_border_s {
      border: 1px solid #eee;
      padding: 10px;
      box-sizing: border-box;
  }
  .ttl_typeA {
      font-size: 1.1em;
      font-weight: bold;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  }
  
  /* ============================== 調整用 ============================== */
  /* トップページ */
  .menu_box {}
  .menu_box img:nth-child(2) {
    max-width: 280px;
  }
  .menu_box p.ta_r {
    text-align: right !important;
  }
  .menu_box p.ta_r img {
    max-width: 280px;
  }
  #contents .entryBody .top_salon h2 {
    padding-bottom: 5px;
  }
  #contents .entryBody .top_salon #footer_tel {
    max-width: 180px;
  }
  /* 初めての方 */
  .firsttime_bg{
    background: url(../../images/firsttime_bg.jpg) no-repeat center center / cover;
    margin: 0 0 10px;
    padding: 30px;
  }
  .firsttime_bg .txt_area{
    padding:20px 20px 10px;
    background:rgba(255,255,255,0.9);
    box-sizing:border-box;
  }
  
  /* 画像ワンソース対応 */
  .pc_only{
    display:none;
  }