@charset "UTF-8";
/* =====================================
	Default setting
===================================== */
/* =====================================
	Imports Css
===================================== */
/*--------------------------------------
	既存PLIMO import
--------------------------------------*/
/*--------------------------------------
	汎用CSS
--------------------------------------*/
/*--------------------------------------
-------------------------------------------------------------
■ Base
-------------------------------------------------------------
	1. Common
	├ 1-1. html, body
	├ 1-2. links
	├ 1-3. grid system
	├ 1-4. plimo must
	└ 1-5. tuning
-------------------------------------------------------------
■ Layout
-------------------------------------------------------------
	2. Header
	└ 2-1. header common
	└ 2-2. gloval navi
	└ 2-3. others
	3. mainimage
	4. side
	5. Content Bottom
	6. Footer
	7. Other Pages
	└ 7-1. inquiry
	└ 7-2. blog
	└ 7-3. news
	└ 7-4. sitemap
--------------------------------------*/
/*-----------------------------------------------------------
■ Base
-----------------------------------------------------------*/
/* =====================================
	1. Common
===================================== */
/* =====================================
	Default setting
===================================== */
/* font-size */
/*--------------------------------------
	1-1. html, body
--------------------------------------*/
html {
  font-size: 100%;
  /* IE文字サイズ対策 */
}

body {
  min-width: 300px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
  letter-spacing: normal;
  line-height: 1.8;
  background: none !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px !important;
  }
}
/*--------------------------------------
	1-2. links
--------------------------------------*/
a {
  color: #333;
}
a:visited {
  color: #333;
}
a:focus {
  color: #ff0000;
}
a:hover {
  color: #ff0000;
}
a:active {
  color: #333;
}

a:focus, *:focus {
  outline: none;
}

/*--------------------------------------
	1-3. grid system
--------------------------------------*/
.container_12 {
  display: table;
  width: 100%;
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container_12 .grid_1 {
  display: table-cell;
  width: 8.33333%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_2 {
  display: table-cell;
  width: 16.66667%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_3 {
  display: table-cell;
  width: 25%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_4 {
  display: table-cell;
  width: 33.33333%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_5 {
  display: table-cell;
  width: 41.66667%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_6 {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_7 {
  display: table-cell;
  width: 58.33333%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_8 {
  display: table-cell;
  width: 66.66667%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_9 {
  display: table-cell;
  width: 75%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_10 {
  display: table-cell;
  width: 83.33333%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_11 {
  display: table-cell;
  width: 91.66667%;
  padding: 0 10px;
  vertical-align: top;
}

.container_12 .grid_12 {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .container_12 {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container_12 .grid_1 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_2 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_3 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_4 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_5 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_6 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_7 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_8 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_9 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_10 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_11 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .container_12 .grid_12 {
    display: block;
    width: 100%;
    padding: 0;
  }
}
/*
@media screen and (max-width: $media-mb) {
	.container_12 {
		padding: 0 2em;
	}
}
*/
/* full */
/*
.full #content .container_12, .full #base, .full #contentBase {
	width: 100%!important;
}
*/
.full #base, .full #contentBase {
  width: 100% !important;
}

/*--------------------------------------
	1-4. plimo must
--------------------------------------*/
/* hikoukai */
.hikoukai {
  display: none !important;
}

#drag-temp-pre-content .parts.hikoukai {
  display: block !important;
  border: 5px solid #777;
  background: #555;
  padding: 20px 0;
}

/* 管理画面ズレ対応 */
#drag-temp-pre-content div[class*='.parts.m'] {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  #drag-temp-pre-content .sp {
    margin: 0;
    padding: 0;
    height: 0;
  }
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
  position: relative;
  display: block;
  min-height: 50px;
  background: #777;
}

#drag-temp-pre-content .news_list:before {
  content: "新着情報";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -4.5em;
  font-size: 20px;
  color: #fff;
  z-index: 10;
}

/* pc sp change */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/* tel */
a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

.tel_txt a {
  cursor: text;
}
.tel_txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tel_txt a,
  .tel_txt a:hover {
    text-decoration: underline;
  }
}
/*--------------------------------------
	1-5. tuning
--------------------------------------*/
/* static tuning */
.top .b_01, .top .b_02, .top .b_03, .top .b_04, .top .b_05, .top .b_06, .top .b_07, .top .b_08, .top .b_09, .top .b_10, .top b_10_column2, .top b_10_column3, .top .b_11, .top b_11_2, .top b_11_3, .top .table2 {
  margin: 0 auto;
}

.under .b_01, .under .b_02, .under .b_03, .under .b_04, .under .b_05, .under .b_06, .under .b_07, .under .b_08, .under .b_09, .under .b_10, .under b_10_column2, .under b_10_column3, .under .b_11, .under b_11_2, .under b_11_3, .under .table2 {
  margin: 0 auto 2em;
}

#bread {
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  #bread {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  #bread {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  #bread {
    padding: 0 10px;
  }
}
/* img default */
img {
  width: auto;
  max-width: 100%;
}

/* img default margin */
.b_11_2_in span img,
.b_11 .b_11_in span img {
  margin: 0 1em 1em 0;
}

/* 2col contents padding setting */
.b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
  padding-left: 15px;
}

.b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
  padding-right: 15px;
}

/* XPERIA Tab 縦幅対策 */
#newsList #content, #websiteNewsDetail #content {
  min-height: 600px;
}

/* content tuning */
.full #mainimage {
  max-width: 100%;
}

#content {
  padding-top: 0;
}

#base {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  /* content tuning */
  #contentBase {
    width: 100%;
    min-height: 800px;
    max-width: 748px;
    margin: 0 auto;
    float: none;
  }

  .full #contentBase {
    max-width: 100%;
  }

  #content {
    padding: 1em 0 0 !important;
  }

  /* bn tuning */
  .b_10.bn01 img {
    width: 75% !important;
  }

  .b_10.b_10_column2.bn02 {
    width: 75% !important;
    margin: 0 auto 2em;
  }

  .b_10.bn02 img {
    width: 100% !important;
  }

  .b_10.b_10_column3.bn03 {
    width: 75% !important;
    margin: 0 auto 2em;
  }

  .b_10.bn03 img {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  /* static tuning */
  .b_11_3.b_11_3_column3,
  .b_11_3.b_11_3_column3 div.column_c,
  .b_11_3.b_11_3_column3 div.column_l,
  .b_11_3.b_11_3_column3 div.column_r {
    margin: 0 0 1.0em !important;
  }

  .b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
    padding-left: 0;
  }

  .b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
    padding-right: 0;
  }

  .top .b_01, .top .b_02, .top .b_03, .top .b_04, .top .b_05, .top .b_06, .top .b_07, .top .b_08, .top .b_09, .top .b_10, .top b_10_column2, .top b_10_column3, .top .b_11, .top b_11_2, .top b_11_3, .top .table2 {
    margin: 0 auto;
  }

  .under .b_01, .under .b_02, .under .b_03, .under .b_04, .under .b_05, .under .b_06, .under .b_07, .under .b_08, .under .b_09, .under .b_10, .under b_10_column2, .under b_10_column3, .under .b_11, .under b_11_2, .under b_11_3, .under .table2 {
    margin: 0 auto 2em;
  }

  /* content tuning */
  #content {
    padding: 1em 0 0 !important;
  }

  /* others */
  .sp_img_height {
    max-width: 80%;
  }

  /* コンテンツが短い場合 */
  #contentBase {
    min-height: 200px;
  }
}
@media screen and (max-width: 479px) {
  #content {
    padding: 1em 0 0 !important;
  }
}
/*-----------------------------------------------------------
■ Layout
-----------------------------------------------------------*/
/* =====================================
	2. Header
===================================== */
/*--------------------------------------
	2-1. header common
--------------------------------------*/
#header {
  width: 100%;
  background: url("//www.impression-hair.com/asset/header_bg.png") repeat top center;
  background-size: 100% 100%;
  margin-bottom: 20px;
  padding-top: 0;
}
#header .inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 10px;
}
#header h1 {
  width: 23%;
  max-width: 176px;
}
#header h1 img {
  width: auto;
  max-width: 100%;
  margin: 9px 0;
}
#header .pc {
  display: block;
}
#header .pc img.pc_mail {
  margin: 0 0 0 10px;
}
#header .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header_inner {
  background: none;
  padding: 30px 10px 11px;
  box-sizing: border-box;
}

.header_block {
  margin-top: 0;
}

.header_right_box {
  max-width: 304px;
}

.header_right li {
  line-height: 1;
}

.header_right_box img {
  margin-left: 0;
  width: 100%;
  margin-bottom: 6px;
  max-width: 240px;
}

.header_right_box a img {
  margin-left: 10px;
  width: 100%;
  max-width: 54px;
}

#header_bg {
  background: none #fff;
}

#header_menu_block {
  background: none;
  box-sizing: border-box;
  padding: 0 10px;
}

.header_menu {
  height: auto;
  padding: 0;
}

@media screen and (max-width: 1000px) {
#header {
  width: 100%;
  background: url("//www.impression-hair.com/asset/header_bg.png") repeat top center;
  background-size: cover;
  margin-bottom: 20px;
  padding-top: 0;
}
  #header .right {
    width: 44%;
  }
  #header .pc img {
    float: left;
  }
  #header .pc img.pc_tel {
    width: 45.45%;
    max-width: 200px;
  }
  #header .pc img.pc_mail {
    width: 50.68%;
    max-width: 223px;
    margin: 0 0 0 3.87%;
  }
}
@media screen and (max-width: 767px) {
  #header {
    margin-bottom: 0;
    background: url("http://www.impression-hair.com/asset/header_bg.png") no-repeat top center;
    background-size: cover;
  }
  #header .inner {
    padding: 18px 10px 10px;
  }

  #header h1 {
    width: 38.33%;
    min-width: 160px;
    margin-left: 0;
  }

  #header .rightBox {
    width: 23%;
    min-width: 100px;
  }

  #header .pc {
    display: none;
  }

  #header #mail_button, #header #menu_button, #header #tel_button {
    display: inline;
    margin-left: 0;
    max-width: inherit;
    width: auto;
  }

  #header #mail_button img, #header #menu_button img, #header #tel_button img {
    display: inline;
    max-width: 68px;
    width: 47%;
  }

  .header_right_box {
    max-width: 50px;
    width: 100%;
  }

  .header_right_box li.btn_tell a, .header_right_box li.btn_menu a, .header_right_box li.btn_inq a {
    height: auto;
    max-width: 50px;
    width: 100%;
  }

  .header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
    width: 100%;
    max-width: 50px;
    margin-right: 0;
  }

  .header_right_box a img {
    width: 100%;
    max-width: 50px;
    margin: 0;
  }

.header_inner {
  padding: 20px 10px 0;
}

  #header h1 img {
    margin: 0;
  }
}
/*--------------------------------------
	2-2. gloval navi
--------------------------------------*/
#gnav {
  background: none #fff;
  width: 100%;
}

.nav {
  border-left: 1px solid #f5f5f5;
  box-sizing: border-box;
  list-style: none;
  *zoom: 1;
  position: relative;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.nav li {
  width: 16.6%;
  border-right: 1px solid #f5f5f5;
  box-sizing: border-box;
  text-align: center;
}

.nav li.first {
  width: 17%;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav a, .nav span {
  padding: 14px 15px;
  *zoom: 1;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.nav > li {
  float: left;
  z-index: 200;
}

.nav > li > a, .nav > li > span {
  display: block;
}

.nav a:hover,
.nav span:hover {
  background: #f5f5f5;
}

/* sub lists */
.sub {
  position: absolute;
  left: -9999px;
  z-index: 100;
  list-style: none;
  margin: 0;
}

.sub li {
  width: 12em;
  padding: 0;
  border-right: none;
}

.sub li a {
  display: block;
  background: #eee;
  position: relative;
  z-index: 100;
  border-top: 1px solid #fff;
}

.sub li a:hover {
  background: #f9f9f9;
}

.nav li {
  position: relative;
}

.nav > li.hover > ul {
  left: 0;
}

.nav li li.hover ul {
  left: 100%;
  top: 0;
}

.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav05 {
  width: 17%;
}

.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav06 {
  width: 16.5%;
}

.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav03,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
  height: auto;
  border-left: 1px solid #d4d4d4;
  box-sizing: border-box;
}

.header_menu .g_nav li.nav06 {
  border-right: 1px solid #d4d4d4;
  box-sizing: border-box;
}

.header_menu .g_nav li a, .header_menu .g_nav li span {
  color: #111111;
  font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0;
}

.header_menu .g_nav li a:hover, .header_menu .g_nav li span:hover {
  background: none;
  color: #ff0000;
  opacity: 1;
}

.submenu {
  background: none;
  margin-top: 0;
}

.header_sub_menu {
  margin: 0;
  background: none;
}

.header_menu .g_nav li {
  width: 100%;
}

.header_menu .g_nav .submenu li.g_nav_sub_row a {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.2;
  background: rgba(255,0,0,0.5);
  color: #fff;
}

.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
  background: rgba(255,255,255,0.5);
  color: #f00;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  #gnav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #globalNav .dropcordion {
    width: 100%;
    margin: 0;
    display: table;
  }
}
@media screen and (max-width: 767px) {
  #gnav {
    background: none;
    height: auto;
    width: 100%;
  }

  .nav {
    display: none;
    border: none;
  }

  .nav li {
    border: none;
  }

  .nav > li {
    float: none;
  }

  .nav ul {
    display: block;
    width: 100%;
  }

  .nav > li.hover > ul, .nav li li.hover ul {
    position: static;
  }

  .nav li {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    text-align: left;
    position: relative;
    display: block;
  }

  .nav li.first {
    width: 100%;
  }

  .nav li span {
    padding-right: 40px;
  }

  .nav li span:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 21px;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    background: #ccc;
    background: none\9;
    /* IE8 */
  }

  .nav li span:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    background: #f5f5f5;
    background: none\9;
    /* IE8 */
  }

  .nav a:hover,
  .nav span:hover {
    background: none;
    text-decoration: none;
  }

  /* Sub Lists */
  .sub {
    margin: 0;
  }

  .sub li {
    background: #ddd;
    border-top: none;
  }

  .sub li a {
    border-top: 1px solid #ddd;
    background: #ededed;
  }

  .sub li a:hover {
    background: none #ededed;
    text-decoration: none;
  }

  .nav li, .sub li {
    width: 100%;
  }

  .header_menu, .header_menu .g_nav {
    background: #fff;
  }

  #header_menu_block {
    padding: 0;
  }

  .header_menu .g_nav li.nav01,
  .header_menu .g_nav li.nav02,
  .header_menu .g_nav li.nav03,
  .header_menu .g_nav li.nav04,
  .header_menu .g_nav li.nav05,
  .header_menu .g_nav li.nav06 {
    width: 100%;
    border-left: none;
    border-right: none;
    float: none;
  }

  .header_menu .g_nav li a, .header_menu .g_nav li span {
    padding: 10px 25px;
  }
.header_menu .g_nav .submenu li.g_nav_sub_row a {
       background: #f00;
}
  .header_menu .g_nav li a:after {
    background: #fff;
  }

  .header_menu .g_nav li span:before {
    background: #555;
  }

  .header_menu .g_nav li span:after {
    background: #fff;
  }

  .header_menu .g_nav li .g_nav_sub_row a:after {
   background: #f00;
  }
.header_menu .g_nav li .submenu {
    background: #fff
}
  .header_menu .g_nav li .g_nav_sub_row a:hover:after {
    background: #fff;
  }
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
     background: #fff;
}
.header_menu .g_nav li .g_nav_sub_row a:before {
    background: #fff;
}
.header_menu .g_nav li .g_nav_sub_row a:hover:before {
    background: #f00;
}
}
/*--------------------------------------
	2-3. others
--------------------------------------*/
/* toggle menu */
.togglemenu {
  background: none;
  display: none;
}

.android .nav:focus .sub {
  display: block;
}

@media screen and (max-width: 1000px) {
  .android .nav:focus .sub {
    display: block;
  }
}
/* =====================================
	3. mainimage
===================================== */
/* GENERAL */
#mainimage {
  max-width: 100%;
}
#mainimage img {
  max-width: 100%;
}

#mainimage {
  margin-top: 0;
}
/*
.top .main_contents {
  background: url("http://www.impression-hair.com/asset/mainimage_pc.jpg") no-repeat top center;
  background-size: 100% auto;
  height: 902px;
  max-width: 2000px;
}*/
.top .main_contents {
  background: none;
  background-size: 100% auto;
  height: auto;
  max-width: 2000px;
}
.top .main_contents .main_txt_in {
   position: absolute;
   opacity: 0;
   top: inherit !important;
   right: 0;
   max-width: 2000px;
   bottom: 0;
   text-align: center;
   width: 100%;
}
.main_txt_img {
    min-height: 740px;
    position: relative;
}
.top .main_contents .main_txt_in .lead_txt {
    max-width: 737px;
    width: 40%;
    margin: 0 auto;
}
/* natural mainimage */
.imgMain {
  position: relative;
  display: block;
  width: 100%;
  background: url("http://www.impression-hair.com/asset/mainimage01.jpg") no-repeat center center;
  background-size: cover;
}

.imgMain span {
  display: none;
}

.imgMain:before {
  content: "";
  display: block;
  padding-top: 34%;
}
@media screen and (max-width: 1500px) {
.main_txt_img {
   min-height: 920px;
}
}
@media screen and (max-width: 1170px) {
.main_txt_img {
  min-height: 820px;
}
}
@media screen and (max-width: 1000px) {
.main_txt_img {
   min-height: 740px;
}
}
@media screen and (max-width: 900px) {
.main_txt_img {
    min-height: 700px;
}
}
@media screen and (max-width: 800px) {
.main_txt_img {
    min-height: 650px;
}
}
@media screen and (max-width: 767px) {
  .imgMain {
    background: url("http://www.impression-hair.com/asset/mainimage01_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }

  .imgMain:before {
    padding-top: 68%;
  }

  #mainimage {
    margin-top: 0;
    height: auto;
  }

  .top .main_contents {
    background: none;
    background-size: auto auto;
    height: auto;
    max-width: 2000px;
    min-height: 0;
  }
}
/* =====================================
	4. side
===================================== */
#sidecontact {
  display: block;
  position: fixed;
  top: 5%;
  z-index: 1000;
}
#sidecontact.rightContent {
  right: 0;
}

.full #side {
  display: none;
}

#side #sidecontact {
  display: block;
  position: fixed;
  bottom: 40%;
  z-index: 1000;
}

@media screen and (max-width: 1000px) {
  #side {
    width: 100%;
    float: none;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }

  #side .inner {
    margin: 0 auto 30px;
    max-width: 460px;
    padding: 0;
    width: 90%;
  }

  .bnr_stel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sidecontact {
    display: none;
  }

  #side {
    background: #fff;
  }

  #side .bn {
    margin-bottom: 0;
    margin-right: 8px;
    width: 43%;
    margin-bottom: 8px;
  }

  .bnr_stel {
    display: none;
  }

  #side .inner {
    padding: 0;
    width: 90%;
    max-width: 460px;
    margin: 0 auto 30px;
  }

  #side img {
    float: left;
    max-width: 220px;
    width: 45%;
    margin: 0 0 2.5% 3.4%;
  }
}
/* =====================================
	5. Content Bottom
===================================== */
#content-bottom {
  padding: 90px 0 50px;
}

.bottom {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.bottom li {
  width: 48.5%;
  max-width: 485px;
  float: left;
  margin-right: 30px;
}

.bottom li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .bottom {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bottom li {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .bottom {
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
  }

  .bottom li {
    width: 100%;
    max-width: 485px;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* =====================================
	6. Footer
===================================== */
#footer {
  background: url("http://www.impression-hair.com/asset/footer_bg.jpg") repeat top left;
  background-size: 2000px 970px;
  padding: 42px 0 50px;
}

#footer .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0 10px;
  font-size: 100%;
}

.footer_block {
  padding: 0;
}

.footer_block_in {
  margin-bottom: 42px;
  padding-bottom: 45px;
  border-bottom: 1px solid #bbbbbb;
}

.footer_block_inner {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}

.footer_nav_box.first {
  width: 23.5%;
  margin-right: 2%;
}

.footer_nav_box.second {
  width: 74.5%;
}

.footer_nav_box.first,
.footer_nav_box.second {
  min-height: 0;
}

#footer h4.footer_title {
  font-size: 30px;
  color: #111;
  font-family: "Crimson Text", serif;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 13px;
}

ul.footer_nav li {
  line-height: 1.3;
  margin-bottom: 15px;
}

ul.footer_nav li a {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
}

ul.footer_nav li a:hover {
  color: #ff0000;
  text-decoration: none;
  opacity: 1;
}

.footer_nav_box.second {
  border-right: none;
}

.footer_access_box {
  border-left: none;
  padding-left: 0;
  padding-right: 50px;
  max-width: 300px;
}

.footer_access_box:last-child {
  padding-left: 0;
  padding-right: 0;
}

.footer_access_box .access_title {
  text-align: center;
  font-size: 22px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: relative;
  padding-bottom: 10px;
}

.footer_access_box .access_title:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 7px;
  background: url("http://www.impression-hair.com/asset/title01.jpg") no-repeat;
  bottom: 0;
  left: 50%;
  margin-left: -24px;
}

.footer_access_table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer_access_table th {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  background: #ddd;
  padding: 6px 2px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  vertical-align: middle;
  color: #111;
  text-align: left;
  box-sizing: border-box;
  width: 20%;
  line-height: 1.7;
}

.footer_access_table td {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 6px 3px;
  line-height: 1.7;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.footer_access_box .link_style {
  margin-bottom: 10px;
}

.footer_sitemap {
  background: #fff;
  padding: 13px 0;
}

ul.footer_guide li a {
  background: none;
  padding: 0;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

ul.footer_guide li a:hover {
  color: #ff0000;
  text-decoration: none;
  opacity: 1;
}

ul.footer_guide li.copyright {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

address {
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1000px) {
  #footer .inner {
    width: auto;
  }

  ul.footer_nav {
    padding: 0;
  }

  .footer_block_in,
  .footer_block_inner {
    box-sizing: border-box;
    padding: 0 10px;
  }

  .footer_access_box {
    border-left: none;
    padding-left: 0;
    padding-right: 5%;
    max-width: 300px;
    float: left;
    width: 30%;
    clear: none;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    position: static !important;
  }

  #footer .inner {
    width: auto;
  }

  .footer_block {
    padding: 0 20px;
    box-sizing: border-box;
  }

  ul.footer_nav li {
    background: none;
  }

  ul.footer_nav li a {
    display: inline-block;
    padding: 0;
    background: none;
  }

  .footer_nav_box.first {
    width: 100%;
    margin-right: 0;
  }

  .footer_nav_box.second {
    width: 100%;
  }

  .footer_access_box {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
    float: none;
    width: 100%;
    clear: both;
    background: none;
    margin: 0 auto;
  }

  .footer_access_table td br {
    display: none;
  }

  .footer_access_box .link_style a {
    max-width: 420px;
    margin: 0 auto;
  }

  ul.footer_guide {
    padding: 0 20px;
  }

  ul.footer_guide li.copyright span {
    font-size: 14px;
  }
}
/* =====================================
	7. Other Pages
===================================== */
/*--------------------------------------
	7-1. inquiry
--------------------------------------*/
#inquiryBody .pc_mail {
  display: none;
}

.form_error_notice {
  text-align: center;
  color: #CC0000;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 860px;
}

@media screen and (max-width: 767px) {
  .inquiryFormTable dt {
    background: #e5e5e5 !important;
    color: #333;
  }
}
/*--------------------------------------
	7-2. blog
--------------------------------------*/
.entry {
  margin-bottom: 20px;
}
.blogside h3 {
    border-top: 2px solid #111;
    color: #111;
    font-weight: normal;
    font-size: 22px;
    font-family: "Crimson Text", serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-top: 8px;
    width: 100%;
    text-align: center;
}
#blogBody .date {
  text-align: right;
}
h3.entry-title {
  font-family: "Crimson Text", serif;
  font-size: 26px !important;   
}
.entry-title a:hover {
   text-decoration: none;
}
#blogBody .contributor {
  font-weight: bold;
}

#pagenation {
  background: none;
}

#pagenation .active a, #pagenation a.active:hover {
  background: #999 !important;
}

#blogside li {
  position: relative;
  padding: 0 0 0 15px;
}

#blogside li:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 13px;
  left: 0;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  padding: 0;
}

#blogside li.child-2 {
  margin-left: 15px;
}

#blogside li.child-2:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 13px;
  left: 5px;
  margin-top: -5px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  padding-left: 0;
}

/* news(side) list 打ち消し用 */
#blogBody #blogList {
  width: 72% !important;
  float: left;
}

/* search */
.blog_search_input input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3px;
}

.blog_search_submit {
  display: block;
  text-align: center;
  width: 98%;
}

/* blog link */
#blogBody .contentArea a {
  word-break: break-all;
}

/* blog回り込み解除 */
#blogBody .blogArea:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #blogBody #blogList {
    width: 100% !important;
    float: none;
  }
}
/*--------------------------------------
	7-3. news
--------------------------------------*/
#news {
  position: relative;
  background: #fff;
  padding-bottom: 10px;
}

h2.titleBg {
  color: #111;
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  border-bottom: 1px solid #111;
  padding-bottom: 7px;
  line-height: 1.2;
  margin-bottom: 1px;
}

h2.titleBg span {
  line-height: 1.2;
}

.static #content h2 {
  padding: 0 0 7px;
  margin-bottom: 1.5em;
  font-size: 30px;
  border-left: none;
  background: none;
}

#news .newsBt {
  top: 0;
  right: 10px;
  font-size: 14px;
  color: #666;
}

#news a.ov,
#news .newsBt {
  text-decoration: none;
}

#news a.ov:hover,
#news .newsBt:hover {
  color: #ff0000;
  text-decoration: none;
}

#news dl {
  margin-bottom: 0;
  border-bottom: 1px solid #111;
  box-sizing: border-box;
  padding: 23px 0 25px;
}

#news dt {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  float: none;
  padding: 0;
}

#news dd {
  padding: 0;
  padding-bottom: 0;
  float: none;
  width: auto;
}

#news dt .newsNew,
#newsDetail dt .newsNew {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  float: none;
  background: #ff0000;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 17px;
  margin: 0 0 0 10px;
  padding: 0;
  box-sizing: border-box;
  text-indent: 0;
  text-align: center;
  position: absolute;
  top: 5px;
  width: 34px;
  height: 16px;
  border-radius: 2px;
}

#news dd a,
#newsDetail dd a {
  text-decoration: none;
}

#news dd a:hover,
#newsDetail dd a:hover {
  text-decoration: none;
  color: #ff0000;
}

.newsDetailBody img {
  margin: 5px;
}

/* iPad iPhone */
.ios #news dt {
  padding: 0 10px;
  width: 180px;
  margin-top: 0;
}

/* news list page */
#newsList #side #news {
  display: none;
}

#news #pagenation ul {
  text-align: center;
}

#news #pagenation ul li a {
  background: #ddd;
  margin-right: 5px;
}

/* blog page */
#blogBody #news,
#blogBody .contentArea.news_list {
  width: 100% !important;
  float: none;
}

@media screen and (max-width: 767px) {
  #news dt {
    padding: 0;
    width: 100%;
  }

  #pagenation .inner {
    margin-bottom: 50px;
  }

  /* iPhone */
  .ios #news dt {
    padding: 0 10px;
    width: 180px;
  }

  .ios #news .newsNew,
  .ios #newsDetail .newsNew {
    padding: 3px 10px  3px 5px;
    line-height: 0.8;
  }
}
/*--------------------------------------
	7-4. sitemap
--------------------------------------*/
ul.sitemap_ic li a:after {
  background-color: #fff;
}

ul.sitemap_ic li a {
  padding-right: 40px;
}

/* =====================================
	link hover
===================================== */
/*--------------------------------------
	a
--------------------------------------*/
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* =====================================
	btns hover
===================================== */
/*--------------------------------------
	submit
--------------------------------------*/
input[type=submit]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* =====================================
	page display
===================================== */
/*--------------------------------------
	inquiry
--------------------------------------*/
body#inquiryBody {
  background: none;
}
body#inquiryBody #mainimage {
  display: none;
}

#contentBase, #side {
  width: 100%;
  max-width: 1000px;
  float: none;
}

.full #contentBase, .full #side {
  max-width: 100%;
}

/* gray */
.theme-gray {
  background: #767676;
}

/* pink */
.theme-pink {
  background: #e5005a;
}

/*# sourceMappingURL=file:///C:/Users/admin/plimo-integrate/htdocs/css/plimo_structure.css.map */
