@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: auto;
}

body {
	width: 100%;
	min-width: 1120px;
	height: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #434343;
	line-height: 2;
	background: url(../images/bg.jpg) repeat;
	-webkit-text-size-adjust: none;
}

.base_box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	margin: 0;
	padding: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	display:block;
}

p {
	word-wrap: break-word;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

/* ▼LINK▼ */
a {
	color: #e50014;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #f53747;
	text-decoration: none;
}

/* ▼IMG▼ */
img, input[type="image"]{
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
	transition-duration: 0.5s;
}

a:hover img, input[type="image"]:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.hover85 a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

a.no_filter:hover,
.no_filter a:hover,
a.no_filter:hover img,
input[type="image"].no_filter:hover,
.no_filter a:hover img,
.no_filter input[type="image"]:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/*
HEADER
***************************************************************************/
header {
	height: 910px;
	background: url(../images/bg_header.jpg) center top repeat-x;
}

/*
INSITE
***************************************************************************/
.insite_sec {
	background: url(../images/bg_insite.png) center bottom repeat-x;
}

/*
BANNER
***************************************************************************/
.bnr_box {
	height: 700px;
	background: url(../images/bg_contact.jpg) center top repeat-x;
}

.bnr_box.btmline {
	border-bottom: solid 10px #ab9280;
}

.btn_contact {
	margin: 0 auto;
	text-align: center;
}

.btn_contact img {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

@-webkit-keyframes bomb {
  0% {
    -webkit-transform: scale(0.93);
  }
  7% {
    -webkit-transform: scale(0.98);
  }
  14% {
    -webkit-transform: scale(0.94);
  }
  21% {
    -webkit-transform: scale(1);
  }
  28% {
    -webkit-transform: scale(0.94);
  }
  35% {
    -webkit-transform: scale(0.98);
  }
  42% {
    -webkit-transform: scale(0.93);
  }
  49% {
    -webkit-transform: scale(0.97);
  }
  56% {
    -webkit-transform: scale(0.93);
  }
  100% {
    -webkit-transform: scale(0.93);
  }
}

@keyframes bomb {
  0% {
    transform: scale(0.93);
  }
  7% {
    transform: scale(0.98);
  }
  14% {
    transform: scale(0.94);
  }
  21% {
    transform: scale(1);
  }
  28% {
    transform: scale(0.94);
  }
  35% {
    transform: scale(0.98);
  }
  42% {
    transform: scale(0.93);
  }
  49% {
    transform: scale(0.97);
  }
  56% {
    transform: scale(0.93);
  }
  100% {
    transform: scale(0.93);
  }
}

/*
BOX PARTS
***************************************************************************/
.parts01 {
	position: absolute;
	top: -40px;
	left: -20px;
	z-index: 10;
}

.parts02 {
	position: absolute;
	top: -40px;
	right: -20px;
	z-index: 10;
}

.parts03 {
	position: absolute;
	bottom: -10px;
	left: -30px;
	z-index: 10;
}

.parts04 {
	position: absolute;
	bottom: -20px;
	right: -30px;
	z-index: 10;
}

/*
FEATURE
***************************************************************************/
.feature_sec {
	background: url(../images/bg_feature.jpg) center top repeat-x;
}

.feature_box {
	position: relative;
	margin-bottom: 75px;
	padding: 50px 50px 80px;
	font-size: 18px;
	color: #2b2b2b;
	background: url(../images/bg_box01.jpg) repeat;
	border-radius: 20px;
}

.feature_box:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 1000px;
	height: 20px;
	background: url(../images/sdw.png) no-repeat;
	z-index: 1;
}

.feature_parts {
	display: block;
	position: absolute;
	top: -67px;
	left: -27px;
	z-index: 11;
}

.feature_subbox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(../images/line01.png) center bottom repeat-x;
}

.feature_title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
	color: #c2002e;
}

.greeting_box {
	position: relative;
	height: 710px;
	margin: 0 20px;
	padding-top: 30px;
	font-size: 14px;
	background: #fff url(../images/feature_img02.png) center bottom no-repeat;
	border: solid 1px #978c66;
	border-radius: 20px;
}

.greeting_box .parts {
	position: absolute;
	top: -25px;
	left: -70px;
	z-index: 3;
}

.greeting_box .txt {
	position: absolute;
	top: 245px;
	left: 365px;
	width: 460px;
	z-index: 5;
}

.movie_box {
	position: relative;
	width: 703px;
	height: 468px;
	background: url(../images/bg_movie.png) no-repeat;
}

.movie_box iframe {
	position: absolute;
	top: 12px;
	left: 36px;
}

/*
EFFECT
***************************************************************************/
.effect_box {
	position: relative;
	padding: 40px 50px 60px;
	font-size: 14px;
	color: #2b2b2b;
	background: url(../images/bg_box02.jpg) repeat;
	border-radius: 20px;
}

.effect_box:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 1000px;
	height: 20px;
	background: url(../images/sdw.png) no-repeat;
	z-index: 1;
}

.effect_img {
	position: absolute;
	top: 44px;
	right: 32px;
	z-index: 3;
}

.effect_title {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #c2002e;
}

/*
FLOW
***************************************************************************/
.flow_box {
	position: relative;
	margin-bottom: 70px;
	padding: 35px 50px 80px;
	font-size: 14px;
	color: #434343;
	background: url(../images/bg_box01.jpg) repeat;
	border-radius: 20px;
}

.flow_box:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 1000px;
	height: 20px;
	background: url(../images/sdw.png) no-repeat;
	z-index: 1;
}

.flow_txt01 {
	position: absolute;
	top: 25px;
	left: 285px;
	width: 580px;
}

.flow_txt02 {
	position: absolute;
	top: 40px;
	left: 480px;
	width: 390px;
}

.flow_txt03 {
	position: absolute;
	top: 155px;
	left: 283px;
	width: 580px;
}

/*
SALON
***************************************************************************/
.salon_box {
	position: relative;
	padding: 30px 40px;
	font-size: 14px;
	color: #434343;
	border-radius: 20px;
}

.salon_box.type01 { background:#fff url(../images/salon_img01.png) right top no-repeat; }
.salon_box.type02 { background:#fff url(../images/salon_img02.png) right top no-repeat; }
.salon_box.type03 { background:#fff url(../images/salon_img03.png) right top no-repeat; }
.salon_box.type04 { background:#fff url(../images/chiba_back.png) right top no-repeat; }

.salon_box:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 1000px;
	height: 20px;
	background: url(../images/sdw.png) no-repeat;
	z-index: 1;
}

.salon_box .title {
	position: absolute;
	top: -40px;
	left: -60px;
	z-index: 10;
}

.salon_tbl {
	margin-bottom: 10px;
}

.salon_tbl th, .salon_tbl td {
	padding: 4px 0;
	vertical-align: top;
}

.salon_tbl th {
	width: 15%;
	text-align: left;
	font-weight: normal;
}

.salon_tbl td {
	width: 85%;
}

/*
FOOTER
***************************************************************************/
footer {
	padding: 40px 0 30px;
	text-align: center;
	font-size: 14px;
	color: #f1f4ea;
	background: #503420 url(../images/bg_footer.jpg) center top repeat-x;
}

.btn_ptop {
	position: absolute;
	top: -140px;
	right: -60px;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.none { display:none!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.w3per { width:3%; }
.w5per { width:5%; }
.w7per { width:7%; }
.w10per { width:10%; }
.w15per { width:15%; }
.w20per { width:20%; }
.w25per { width:25%; }
.w30per { width:30%; }
.w35per { width:35%; }
.w50per { width:50%; }
.w55per { width:55%; }
.w56per { width:56%; }
.w60per { width:60%; }
.w70per { width:70%; }
.w75per { width:75%; }
.w80per { width:80%; }
.w100per { width:100%; }

.w80 { width:80px!important; }
.w100 { width:100px!important; }
.w150 { width:150px!important; }
.w180 { width:180px!important; }
.w200 { width:200px!important; }
.w300 { width:300px!important; }
.w350 { width:350px!important; }
.w400 { width:400px!important; }
.w440 { width:440px!important; }
.w500 { width:500px!important; }
.w530 { width:530px!important; }
.w600 { width:600px!important; }
.w800 { width:800px!important; }

.h150 { height:150px!important; }

/* ▼area▼ */
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }

.mlr115 { margin-left:115px!important; margin-right:115px!important; }
.mlr75 { margin-left:75px!important; margin-right:75px!important; }
.mlr70 { margin-left:70px!important; margin-right:70px!important; }
.mlr60 { margin-left:60px!important; margin-right:60px!important; }
.mlr55 { margin-left:55px!important; margin-right:55px!important; }
.mlr50 { margin-left:50px!important; margin-right:50px!important; }
.mlr45 { margin-left:40px!important; margin-right:45px!important; }
.mlr40 { margin-left:40px!important; margin-right:40px!important; }
.mlr35 { margin-left:35px!important; margin-right:35px!important; }
.mlr30 { margin-left:30px!important; margin-right:30px!important; }
.mlr25 { margin-left:25px!important; margin-right:25px!important; }
.mlr20 { margin-left:20px!important; margin-right:20px!important; }
.mlr15 { margin-left:15px!important; margin-right:15px!important; }
.mlr10 { margin-left:10px!important; margin-right:10px!important; }
.mlr5 { margin-left:5px!important; margin-right:5px!important; }
.mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.mlr-30 { margin-left:-30px!important; margin-right:-30px!important; }
.mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }

.mr50 { margin-right:50px!important; }
.mr40 { margin-right:40px!important; }
.mr30 { margin-right:30px!important; }
.mr25 { margin-right:25px!important; }
.mr20 { margin-right:20px!important; }
.mr15 { margin-right:15px!important; }
.mr10 { margin-right:10px!important; }
.mr5 { margin-right:5px!important; }
.mr0 { margin-right:0px!important; }
.mr-5 { margin-right:-5px!important; }
.mr-10 { margin-right:-10px!important; }
.mr-15 { margin-right:-15px!important; }
.mr-20 { margin-right:-20px!important; }
.mr-25 { margin-right:-25px!important; }
.mr-30 { margin-right:-30px!important; }

.ml80 { margin-left:80px!important; }
.ml50 { margin-left:50px!important; }
.ml40 { margin-left:40px!important; }
.ml30 { margin-left:30px!important; }
.ml20 { margin-left:20px!important; }
.ml15 { margin-left:15px!important; }
.ml10 { margin-left:10px!important; }
.ml5 { margin-left:5px!important; }
.ml0 { margin-left:0px!important; }
.ml-5 { margin-left:-5px!important; }
.ml-10 { margin-left:-10px!important; }
.ml-15 { margin-left:-15px!important; }
.ml-20 { margin-left:-20px!important; }
.ml-25 { margin-left:-25px!important; }
.ml-30 { margin-left:-30px!important; }

.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt50 { margin-top:50px!important; }
.mt40 { margin-top:40px!important; }
.mt30 { margin-top:30px!important; }
.mt25 { margin-top:25px!important; }
.mt20 { margin-top:20px!important; }
.mt18 { margin-top:18px!important; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-35 { margin-top:-35px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-80 { margin-top:-80px!important; }

.pb25 { padding-bottom:25px!important; }
.pb8 { padding-bottom:8px!important; }
.pb0 { padding-bottom:0!important; }

.p20 { padding:20px!important; }
.p15 { padding:15px!important; }
.p10 { padding:10px!important; }

.pt60 { padding-top:60px!important; }

.ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.ptb5 { padding-top:5px!important; padding-bottom:5px!important; }

.plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.size10 { font-size:10px!important; }
.size11 { font-size:11px!important; }
.size12 { font-size:12px!important; }
.size13 { font-size:13px!important; }
.size14 { font-size:14px!important; }
.size16 { font-size:16px!important; }
.size17 { font-size:17px!important; }
.size18 { font-size:18px!important; }
.size19 { font-size:19px!important; }
.size20 { font-size:20px!important; }
.size24 { font-size:24px!important; }
.size30 { font-size:30px!important; }

.c_pink { color:#97038a!important; }

.lh3 { line-height:3!important; }
.lh22 { line-height:2.2!important; }
.lh2 { line-height:2!important; }
.lh19 { line-height:1.9!important; }
.lh18 { line-height:1.8!important; }
.lh12 { line-height:1.2!important; }

/* ▼link▼ */
.u_line { text-decoration:underline!important; }
.n_line { text-decoration:none!important; }

/* ▼frame▼ */

/* ▼line▼ */

/* ▼background▼ */

/* ▼border▼ */

/* ▼list▼ */

/* ▼table▼ */

/* ▼form▼ */
input[type="text"], select, textarea, input[type="file"], input[type="tel"], input[type="email"] {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
	vertical-align: middle;
	font-size: 12px;
	background: #f9f9f9;
	border: solid 1px #b5b4b3;
	border-radius: 2px;
}

input[type="text"] { height:24px; }

input[type="radio"], input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: -2px;
}

.txtarea { width:100%; height:200px; }

input.active { ime-mode:active; }
input.disabled { ime-mode:disabled; }

footer .base_box p small {
	display: block;
	line-height: 1.3em;
}