@charset "utf-8";

/*使用する文字コード*/


/* フォント読み込み */

@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
@import url('https://fonts.googleapis.com/css?family=Forum');

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


/* 共通設定 */


/* Android 4系一部の機種(デフォルトブラウザ)でブロック要素の幅が100％に広がらないバグの対応 */

div,
p {
  background-color: rgba(255, 255, 255, 0.01);
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN"
    /*, "メイリオ", Meiryo*/
    , serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-size: 13px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  background-color: #fbf9ef;
}

#topPage .entryBody,
#contents .entryBody,
#contents .entryMore,
#contents .inner {
  padding: 10px;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
}

#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,
#contents .anchor_list a {
  text-decoration: none;
}

.btn a:hover,
.anchor_list 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,
#contents .entryBody h5,
#contents .entryMore h5,
#contents .inner h5 {
  margin: 0 0 10px;
}

h4,
h5,
h6,
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: 14px;
  padding: 3px 7px;
  margin-bottom: 10px;
}

h6 {
  font-family: 'Forum', cursive;
  font-size: 13px;
  text-align: center;
  padding: 3px 7px;
  margin-bottom: 10px;
  border-bottom: 3px double #9fa1a6;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  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 {
  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 {
  background: #4d4d4d;
  color: #ffffff;
}

h3 {
  border: 1px solid #000000;
  color: #000000;
}

h3 a {
  color: #000000;
}

h4 {
  border-bottom: 1px solid #9fa1a6;
}

h5 {
  background-color: #efefef;
}

th,
td {
  padding: 10px;
  border: 1px solid #ddd;
}

th {
  background: #eee;
}

.caution {
  color: #C33737;
}


/* icon色変更 */

#headerIcon .tel01 .fa-phone:before,
nav.show .tel01 .fa-phone:before {
  color: #005427;
}

#headerIcon .tel02 .fa-phone:before,
nav.show .tel02 .fa-phone:before {
  color: #3a0000;
}

#headerIcon .tel03 .fa-phone:before,
nav.show .tel03 .fa-phone:before {
  color: #005d99;
}

nav.show .fa-envelope-o:before,
DIV#headerIcon .fa-phone:before,
DIV#headerIcon .fa-envelope-o:before {
  color: #aaa;
}


/* カテゴリー吐き出し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;
}


/* グローバルメニュー背景色 */

nav {
  background: #111;
}

#menuClose {
  background: #000;
}


/* 1つ目のボタン */

.btn .typeA {
  background-color: #4d4d4d;
  color: #FFF;
  box-shadow: 0px 3px 0px #1A1A1A;
}

.btn .typeA.tapStyle {
  top: 2px;
  box-shadow: 0 1px 0 #1A1A1A;
}


/* 2つ目のボタン */

.btn .typeB {
  background-color: #f7f7f7;
  color: #000;
  box-shadow: 0px 3px 0px #ccc;
}

.btn .typeB.tapStyle {
  top: 2px;
  box-shadow: 0 1px 0 #eee;
}


/* 3つ目のボタン */

.btn .typeC {
  background-color: #005427;
  color: #fff;
  box-shadow: 0px 3px 0px #002b14;
}

.btn .typeC.tapStyle {
  top: 2px;
  box-shadow: 0 1px 0 #002b14;
}


/* アンカーボタン */

.anchor_list .typeO {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 3px 0px #f6f6f6;
}

.anchor_list {
  padding: 0;
  text-align: center;
  margin: 0px auto;
}

.anchor_list li {
  float: left;
  width: 30%;
  background-color: #ffffff;
  margin-right: 5%;
  border-radius: 4px;
  margin-bottom: 10px;
}

.anchor_list li:nth-child(3),
.anchor_list li:nth-child(6) {
  float: right;
  margin-right: 0;
}

BODY.about_page .anchor_list li {
  float: left;
  width: 47%;
  background-color: #ffffff;
  margin-right: 5%;
  border-radius: 4px;
  margin-bottom: 10px;
}

BODY.about_page .anchor_list li:nth-child(2),
BODY.about_page .anchor_list li:nth-child(4) {
  float: left;
  margin-right: 0;
}

.anchor_list a {
  color: #000000;
  font-size: 13px;
  text-align: center;
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.btn .typeA.tapStyle {
  top: 2px;
  box-shadow: 0 1px 0 #f6f6f6;
}


/* フッターエリア */

#footerBnr #tel01 a,
#footerBnr #tel01 a:hover {
  color: #005427 !important;
}

#footerBnr #tel02 a,
#footerBnr #tel02 a:hover {
  color: #3a0000 !important;
}

#footerBnr03 #tel03 a,
#footerBnr #tel03 a:hover {
  color: #005d99 !important;
}

#footerBnr03 #tel04 a,
#footerBnr #tel04 a:hover {
  color: #794651 !important;
}

#footerBnr p,
#footerBnr02 p,
#footerBnr03 p {
  background-color: #eee;
}

DIV#footerTop P#siteTop {
  color: #000 !important;
  border: 1px solid #ddd;
}

P#pageTop {
  color: #000 !important;
  border: 1px solid #ddd;
}

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


/* コピーライト */

DIV#copyrightArea {
  background-color: #000000;
}

#pcsite {
  background-color: #ffffff;
  color: #000 !important;
}

DIV#copyrightArea P#copyright {
  color: #fff;
}


/* ブログ吐き出し */

.topLatestBlog li 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: #333;
  color: #fff;
}


/* ブログ吐き出しタイトル */

#contents .categoryTopList h3 {
  color: #333;
}

.topLatestBlog li a div h3,
.topLatestBlogTxt li a h3,
#contents .entryList li a div h3 {
  color: #333;
}


/* ブログ吐き出しタイトル（日付） */

.topLatestBlog li div time,
#contents .entryList li div time {
  color: #AAA;
}


/* ページング */

#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: block;
  padding-top: 2px;
}

h1#logo img {
  width: 100px;
}

#headerIcon p {
  margin: 0;
  text-align: center;
}

#headerIcon p a {
  display: block;
  padding: 9px 11px 1px;
}

#headerIcon #navBtn {
  position: fixed;
  top: 0;
  right: 0;
  font-family: "Archivo Narrow", sans-serif;
  z-index: 2;
}

#headerIcon #navBtn a {
  font-size: x-small;
  line-height: 1.2;
  padding: 16px 20px 15px 15px;
}

#headerIcon .tel01,
#headerIcon .tel02,
#headerIcon .tel03,
#headerIcon .mail {
  position: absolute;
  top: 10px;
}

#headerIcon .tel01 {
  right: 200px;
}

#headerIcon .tel02 {
  right: 130px;
}

#headerIcon .tel03 {
  right: 60px;
}

#headerIcon .mail {
  right: 100px;
}

#headerIcon .salonname {
  font-size: x-small;
}

#headerIcon .mail a {
  padding-top: 7px;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 90%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

nav #wrap {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 15px;
}

nav ul {
  padding: 0 0 20px;
}

nav li a {
  display: block;
  border-bottom: 1px solid #333;
  padding: 16px 16px 16px 40px;
  font-size: 16px;
  color: #fff !important;
  text-indent: -0.5em;
}

nav li:first-child a {
  padding: 23px 16px 24px 40px;
}

nav p a {
  color: #fff;
}

nav .mail a {
  font-size: 16px;
}

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;
  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 img {
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}


/* ボタン */

.btn a {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: 0px auto 23px;
  padding: 10px 10px;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  top: 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,
#footerBnr02,
#footerBnr03 {
  width: 100%;
  display: table;
}

#footerBnr p,
#footerBnr03 p {
  margin: 0;
  text-align: center;
  width: 50%;
  /*width: 33.33333%;*/
  display: table-cell;
  vertical-align: middle;
}

#footerBnr02 p {
  margin: 0;
  text-align: center;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

#footerBnr p a,
#footerBnr02 p a,
#footerBnr03 p a {
  padding: 10px;
  display: block;
}

/*#footerBnr p:first-child a, #footerBnr p:nth-child(2) a, #footerBnr02 p:first-child a {
    border-right: 1px solid #fdfcf6;
}
*/

#footerBnr p a,
#footerBnr02 p:first-child a,
#footerBnr03 p a {
  border-right: 1px solid #fdfcf6;
}

#footerBnr p a {
  border-bottom: 1px solid #fdfcf6;
}

#footerBnr02 {
  border-top: 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;
}

.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 h3,
.topLatestBlogTxt li h3,
#contents .entryList li div h3,
#contents .categoryTopList h3 {
  background: none;
  border: 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;
}

.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;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
}

#galleryList li img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 6px;
}

BODY.cast_page #galleryList li img {
  /*width: 100%;*/
  /*max-width: 300px;*/
  /*height: auto;*/
  max-height: 200px;
  margin-bottom: 6px;
  width: 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;
}

#galleryTopList li img {
  max-width: 200px;
  margin-bottom: 5px;
}

.topLatestBlogPhoto li img {
  max-height: 200px;
  margin-bottom: 5px;
}

#galleryCatList li img {
  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;
}

.topLatestBlogPhoto li h4,
#galleryCatList li h4,
#galleryTopList li h4,
.galleryEntryFirst h4 {
  font-size: 12px;
  line-height: 1.3;
  background: none;
  border: 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: 50%;
}

.swipeImageStyle li h4 {
  padding: 0;
  margin: 0;
}

#swipeSlider img {
  width: 100%;
  vertical-align: bottom;
}

.swipeImageStyle img {
  width: 100%;
  vertical-align: bottom;
}

BODY#topPage .swipeImageStyle img {
  width: auto;
  vertical-align: bottom;
}

#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 10px 0;
}

#swipeSlider P {
  margin: 10px;
  line-height: 150%;
}


/* 事例集 */

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


/* お問い合わせ */

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


/** 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"]),
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"]):active,
textarea:active,
input:not([type="button"]):focus,
textarea:focus {
  background: #f2f2f2;
  border: solid 1px #b3b3b3;
  box-shadow: 2px 2px 7px #E8E8E8 inset;
}

input:not([type="button"]) {
  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;
}


/* ---------- トップページ ---------- */

.top_bnrlist ul {
  width: 100%;
  max-width: 640px;
  margin: 0;
  padding: 0;
}

.top_bnrlist li {
  width: 50%;
  margin: 0 !important;
  padding: 0 !important;
}

.top_bnrlist li:last-child {
  width: 100% !important;
}

.top_bnrlist li:nth-child(odd) {
  float: left;
}

.top_bnrlist li:nth-child(even) {
  float: right;
}

.top_bnrlist li img {
  margin: 0 !important;
  padding: 0 !important;
}


/* ---------- ABOUT ---------- */

.duplication_box {
  margin-bottom: 10%;
}

.about_promise {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.about_promise h4 {
  font-size: 18px;
  border-top: 1px solid #9fa1a6;
  border-bottom: 1px solid #9fa1a6;
  padding: 15px 0 10px;
}

.about_promise p {
  margin-bottom: 5%;
}

.about_promise p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.about_promise .num {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 10px;
}


/* ---------- FLOW ---------- */

.flow_box {
  margin-bottom: 20px;
}

.img_half {
  width: 100%;
}

.img_half .col-lg-6 {
  width: 48%;
  height: auto;
  margin: 0 1%;
}

.img_half .col-lg-6 img {
  width: 100%;
  height: auto;
}

.img_half .col-lg-6:nth-child(odd) {
  float: left;
}

.img_half .col-lg-6:nth-child(even) {
  float: right;
}


/*　arrow　*/

.arrow01 {
  background: #e7ede9;
  color: #000000;
  padding: 24px 0;
  font-size: 24px;
  margin-bottom: 10px;
}


/* ---------- MENU ---------- */

.pricemenu tr,
.contactmenu tr {
  margin-top: 10px;
  display: block;
}

.pricemenu tr:first-child,
.contactmenu tr:first-child {
  margin-top: 0;
}

.pricemenu th,
.pricemenu td,
.contactmenu th,
.contactmenu td {
  display: block;
  font-size: 15px;
}

.pricemenu th,
.contactmenu th {
  border-bottom: none !important;
  text-align: center;
}

.pricemenu table th span.sup {
  font-size: 11px;
  color: #886768;
}

.pricemenu td,
.contactmenu td {
  text-align: center;
  background-color: #ffffff;
}

.pricemenu table th span.fresh {
  background-color: #881e15;
  padding: 2px 5px;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
}

.pricemenu table th span.member {
  background-color: #465477;
  padding: 2px 5px;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
}

.pricemenu02 .sup {
  font-size: 11px;
  color: #886768;
}

.pricemenu02 tr {
  margin-top: 10px;
  display: block;
}

.pricemenu02 th,
.pricemenu02 td {
  display: block;
  text-align: center;
}

.pricemenu02 td {
  text-align: center;
  background-color: #ffffff;
}

#contents .pricemenu02 td.pricemenu02_next {
  background-color: #fff;
  color: #900;
}

#contents .pricemenu02 thead td.pricemenu02_next {
  font-weight: bold;
  text-align: center;
}

table.pricemenu02_next th,
table.pricemenu02_next td {
  display: table-cell;
}

table.pricemenu02_next tr {
  display: table-row;
  margin: 0;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}

.scroll table {
  margin: 0;
}

.scroll::-webkit-scrollbar {
  height: 10px;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  background: #aaa;
}

.scroll::-webkit-scrollbar:horizontal {
  background: #f5f5f5;
}

.mb20_sp {
  margin-bottom: 20px;
}

.sp_layout {
  width: 100%;
}

.sp_layout .col-lg-3:nth-child(odd) {
  width: 48%;
  margin: 0 1% 10px;
  float: left;
}

.sp_layout .col-lg-3:nth-child(even) {
  width: 48%;
  margin: 0 1% 10px;
  float: right;
}

#visit_flow .visit_flow_box::after {
  content: url(../../images/flow_arrow.png);
  display: block;
  text-align: center;
}

#visit_flow .visit_flow_box:last-child {
  margin: 0;
}

#visit_flow .visit_flow_box:last-child:after {
  content: none;
}

#visit_flow .visit_flow_box,
#visit_flow .visit_flow_box p {
  margin: 0 0 20px;
}


/* ---------- SALONLIST ALL ---------- */

.salonlist_all .honten {
  text-align: center;
  background: url(/inqfm/upload_images/inqfm_img_honten01.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 10px;
}

.salonlist_all .kaigan {
  text-align: center;
  background: url(/inqfm/upload_images/inqfm_img_kaigan01.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 10px;
}

.salonlist_all .ekimae {
  text-align: center;
  background: url(/inqfm/upload_images/inqfm_img_ekimae01.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 10px;
}

.salonlist_all .eni {
  text-align: center;
  background: url(/inqfm/upload_images/inqfm_img_eni01.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 10px;
}

.salonlist_all .honten>div,
.salonlist_all .kaigan>div,
.salonlist_all .ekimae>div,
.salonlist_all .eni>div {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  padding: 5% 10%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.salonlist_all .honten>div>img,
.salonlist_all .kaigan>div>img,
.salonlist_all .ekimae>div>img,
.salonlist_all .eni>div>img {
  float: right;
  width: 24%;
}

.salonlist_all .honten .btn_area,
.salonlist_all .kaigan .btn_area,
.salonlist_all .ekimae .btn_area,
.salonlist_all .eni .btn_area {
  float: left;
  max-width: 60%;
}

/* ---------- BEFORE AFTER ---------- */

.bf_page h3.bf_h3 {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px double #9fa1a6;
}

.bf_page h4.bf_h4 {
  border: 3px double #9fa1a6;
  text-align: center;
  margin-top: 10px;
}

.sp_arrow {
  transform: rotateZ(90deg);
  text-align: center;
}


/* ---------- RECRUIT ---------- */

.pointbox {
  border: 5px solid #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
}

.pointbox h4 {
  text-align: center;
}

.recruit_photo_area02,
.recruit_photo_area02 IMG {
  display: none;
}

.sp_scroll {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  /*white-space: nowrap;*/
}

/*.sp_scroll::after {
  content:"※表が途切れている場合は、横にスライドさせると見れます。";
  font-size:11px;
  display:inline-block;
  float:left;
  color:#999999;
}*/

#contents .entryBody .sp_scroll IMG {
  max-width: 740px;
}


/* 沿革 */

table.history_table th,
table.history_table td,
table.roadmap th,
table.roadmap td {
  border: none;
}

table.history_table th {
  background-color: #fdfcf6;
  width: 15% !important;
}

table.history_table tr:nth-child(odd) th,
table.history_table tr:nth-child(odd) td {
  background-color: #ebf1ee;
}

table.roadmap {
  border-collapse: separate;
}

table.roadmap th:first-child {
  width: 30% !important;
  text-align: center;
}

table.roadmap tr:first-child th:last-child {
  width: 20% !important;
}


/* 1年目 */

table.col_green th:first-child {
  background-color: #c3d4ca;
}

table.col_green tr:first-child th:nth-child(2),
table.col_green tr td:first-child {
  background-color: #cfddd5;
}

table.col_green tr:first-child th:last-child,
table.col_green tr td:last-child {
  background-color: #dae5df;
}


/* 2年目 */

table.col_red th:first-child {
  background-color: #cdc0c0;
}

table.col_red tr:first-child th:nth-child(2),
table.col_red tr td:first-child {
  background-color: #d7cccd;
}

table.col_red tr:first-child th:last-child,
table.col_red tr td:last-child {
  background-color: #e1d8d9;
}


/* 3年目 */

table.col_blue th:first-child {
  background-color: #c5d5e3;
}

table.col_blue tr:first-child th:nth-child(2),
table.col_blue tr td:first-child {
  background-color: #d0dee9;
}

table.col_blue tr:first-child th:last-child,
table.col_blue tr td:last-child {
  background-color: #dbe6ee;
}


/* beforeafter */

.before_after_v04 {
  position: relative;
}

.before_after_v04 .before .arrow {
  border-top: 30px solid #c3d4ca;
  margin: 0 auto -20px;
}

.before_afrer_v04_point {
  border: double 4px #000;
  padding: 20px;
  margin-bottom: 20px;
}

.entryBody .before_afrer_v04_point p {
  margin-bottom: 0;
}

.before_afrer_v04_point img {
  width: 120px;
  margin-bottom: 10px;
  display: block;
  margin: 0 auto 10px;
}

BODY.page_ba {}

BODY.page_ba .before_after_v04 .before,
BODY.page_ba .before_after_v04 .after {
  position: relative;
}

BODY.page_ba #contents DIV.entryBody .before_after_v04 .before img.potision_b {
  position: absolute;
  bottom: 70px;
  right: 20px;
  width: 30%;
}

BODY.page_ba #contents DIV.entryBody .before_after_v04 .after img.potision_a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30%;
}


/* タイトル */

.ttl_a {
  font-size: 18px;
  border-top: 1px solid #9fa1a6;
  border-bottom: 1px solid #9fa1a6;
  padding: 15px 0 10px;
  text-align: center;
  border-left: none;
  border-right: none;
}


/* フォント */

#contents .serif_ttl {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: medium;
  text-align: center;
}

#contents .serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#contents .forum_ttl {
  font-family: 'Forum', cursive;
  font-size: medium;
  text-align: center;
}

#contents .forum {
  font-family: 'Forum', cursive;
}


/* 目隠し */

.blog_type02,
.blog_type03,
.blog_type04 {
  display: none;
}

.txt-center {
  text-align: center;
}

.sp_img {
  width: 70%;
  height: auto;
}


/* ------ margin ------ */

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


/* ------ 非表示 ------ */

.sp_dp_n {
  display: none;
}


/* ------ 装飾解除 ------ */

.sp_nodeco {
  background: none;
  border: none;
  padding: 0;
}

.sp_nodeco::after {
  display: none;
}

/* ----- SP Grid ----- */
.sp-row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.sp-row-10>div {
  padding-right: 5px;
  padding-left: 5px;
}

.sp-row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.sp-row-20>div {
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-2-4 {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-2-4 {
  width: 20%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.entryBody img,
.inner img,
.entryMore img {
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}

/* ------ フォントサイズ ------ */
.sp_fs_l {
  font-size: large;
}

.sp_fs_m {
  font-size: medium;
}

.sp_fs_s {
  font-size: small;
}

.sp_fs_xs {
  font-size: x-small;
}

.sp_fs_xxs {
  font-size: xx-small;
}

.pc {
  display: none;
}

.sp {
  display: block;
}