html,body{height:100%;width:100%;-webkit-font-smoothing:antialiased;font-family:"Helvetica Neue","HelveticaNeue","Helvetica-Neue",Helvetica,Arial,sans-serif}

body {
  overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
  overflow-x: hidden;  /*  横スクロールバーを消します。 */                                                                                                                    
  height: 100%; 
}

.hero{
	width:100%;
	height:100%;
	min-height:500px;
	position:relative
}
.hero .container{
	position:absolute;
	left:50%;
	top:50%;
	display: table;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:80%;
	height:80%;
	z-index:999;
}


/* スライダー */
.aligncenter {
	text-align: center;
}
.contents {
    display: table-cell;
    vertical-align: middle;
}
/* スライダー */


/* メインコンテンツ */
.main_contents {
	padding-top: 30px;
	padding-bottom: 30px;

}
.pad_pr3 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad_main {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pad_insta {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pe3_title {
	color: #FFF;
	font-weight:600;
	font-family: 'Dancing Script', cursive;
	font-size: 42px;
	padding-top: 60px;
	padding-bottom: 10px;
}
.pr3_p {
	color: #FFF;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pr3_p_m {
	color: #FFF;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
.pr3_p_b {
	color: #FFF;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.pr3_p_bb {
	color: #000;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.8em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.pr3_p_s {
	color: #000;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.pr3_p_s2 {
	color: #FFF;
	font-weight:bold;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.pr3_p_s2b {
	color: #000;
	font-weight:bold;
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.main_title {
	color: #FFF;
	font-weight:600;
	font-family: 'Dancing Script', cursive;
	font-size: 42px;
	padding-top: 60px;
	padding-bottom: 10px;
}
.main_p {
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.insta_title {
	color: #900;
	font-weight:600;
	font-family: 'Dancing Script', cursive;
	font-size: 42px;
	padding-top: 50px;
	padding-bottom: 10px;
}
.btm_padd {
	padding-bottom: 60px;
}
/* メインコンテンツ */


/* 背景画像 */
.image-base{
	min-height: 400px;  高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; /* 背景画像をフルスクリーンにフィットさせます */
}
.image {
  background: url('../img/concept/concept_bg.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image_w {
  background: url('../img/concept/concept_bgw.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image0 {
  background: url('../img/concept/concept_bg02.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image0_w {
  background: url('../img/concept/concept_bg02w.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image1 {
  background: url('../img/bg0001g.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image1w {
  background: url('../img/bg0001s.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image1s {
  background: url('../img/bg0001w.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image2 {
  background: url('../img/bg0002h.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image2h {
  background: url('../img/bg0002s.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image3 {
  background: url('../img/owner/owner_bg.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image4 {
  background: url('../img/owner/owner_bg02.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image5 {
  background: url('../img/style/style_bg.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image6 {
  background: url('../img/recruit/recruit_bg.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image7 {
  background: url('../img/recruit/recruit_bg02.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}

.image8 {
  background: url('../img/treatment/treatment_00.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}

.image9 {
  background: url('../img/treatment/treatment_01.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}
.image10 {
  background: url('../img/bg0003.jpg') no-repeat fixed center center /cover ;　/* 背景画像を固定させます。 */
}

@media only screen and (max-width:767px) {
.image1,.image1w,.image2,.image2h,.image10,.image1s {
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
image1:before,.image1w:before,.image2:before,.image2h:before,.image10:before,.image1s:before {
    background:url("../img/bg0001s.jpg") repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -1;  /* ★大事 */
}
}
@media only screen and (max-width:767px) {
.image,.image_w,.image0,.image0_w {
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
.image:before,.image_w:before,.image0:before,.image0_w:before {
    background:url("../img/concept/bg.jpg") repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -1;  /* ★大事 */
}
}
@media only screen and (max-width:767px) {
.image3,.image4 {
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
.image3:before,.image4:before {
    background:url("../img/owner/bg0001s.jpg") repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -1;  /* ★大事 */
}
}
@media only screen and (max-width:767px) {
.image6,.image7 {
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
.image6:before,.image7:before {
    background:url("../img/recruit/bg.jpg") repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -1;  /* ★大事 */
}
}
@media only screen and (max-width:767px) {
.image8,.image9 {
    background:none;  /* 一旦、PC用の背景画像を消す。 */
  }
.image8:before,.image9:before {
    background:url("../img/treatment/treatment_00.jpg") repeat center center;
    background-size: cover;
    display: block;
    position: fixed;  /* ★スマホ用にコレで代替。 */
    top: 0;
    left: 0;
    width: 100vw;  /* ★サイズ指定。 */
    height: 100vh;  /* ★サイズ指定。 */
    content: "\A";  /* ★大事 */
    z-index: -1;  /* ★大事 */
}
}
/* 背景画像 */


/* コンセプト */
.conspt_b {
	font-weight: bold;
}
.conspt_b02 {
	font-weight: bold;
	font-size: 1.3em;
}
.conspt_red {
	font-weight: bold;
	color: #900;
	background-color: #FCC;
	opacity: 0.5;
}
.conspt_g {
	color: #900;
	background-color: #FCC;
	opacity: 0.5;
}
.conspt_red2 {
	color: #FFF;
	background-color: #900;
	padding: 6px;
	font-size: 1.1em;
	border-radius: 12px;
	text-align: center;
	opacity: 0.8;
}
.conspt_bg_b {
	color: #FFF;
	background-color: #000;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.5;
}
.conspt_bg_w {
	color: #000;
	background-color: #FFF;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.7;
}
/* コンセプト */


/* 吹き出し */
.balloon4 {
	font-weight: bold;
	color: #900;
    position: relative;
    margin: 0 0 1.5em 40px;
    padding: 15px;
    background: #FFF;
    border-radius: 30px;
	opacity: 0.6;
}
.balloon4:before{    
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #FFF;
    border-radius: 50%;
	opacity: 0.6;
}

.balloon4:after{
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #FFF;
    border-radius: 50%;
	opacity: 0.6;
}
.balloon4 p {
    margin: 0; 
    padding: 0;
}
/* LINE風 */
.mycomment {
	margin: 10px 0;
	opacity: 0.8;
	text-align: right;
	color: #900;
	font-weight: bold;
}
.mycomment p{
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 8px;
	border-radius: 12px;
    font-size: 15px:;
	opacity: 0.8;
	text-align: left;
	background-color: #FCC;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #FCC;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
	opacity: 0.8;
	text-align: left;
}
/* 吹き出し */


/* オーナー */
p img {
   max-width: 100%; /* 最大幅 */
}
.owner_black {
	color: #FFF;
	background-color: #000;
	padding: 6px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.5;
}
/* オーナー */


/* リクルート */
ol.sample1{
	counter-reset:list;
	list-style-type:none;
	padding:0;
	font-family: 'arial narrow', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #FFF;
}
ol.sample1 li{
	position:relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:14px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #FFF;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruit_b {
	font-weight: bold;
	font-size: 1.5em;
}
/* リクルート */

/* トリートメント */
.bfr_aftr {
	padding-bottom: 30px;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.voice_bg_v {
	color: #FFF;
	background-color: #b519cc;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.5;
}
.voice_bg_og {
	color: #FFF;
	background-color: #ff7200;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.5;
	font-weight: bold;
}
.voice_bg_b {
	color: #FFF;
	background-color: #19b1cc;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.5;
}
.voice_bg_g {
	color: #FFF;
	background-color: #19cc50;
	padding: 12px;
	font-size: 1.1em;
	border-radius: 12px;
	opacity: 0.5;
}
/* トリートメント */

/* フッター */
.footer {
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #000;
	color: #900;
	font-size: 12pt;
}
/* フッター */


/* TO TOP */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #C00;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/* TO TOP */