@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Open Sans', 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1pt;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	overflow-x: hidden;
	background: #f6f6f6;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none;
}
/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*-------- #main --------*/
#main {
	height: 100vh;
	background: url(../images/main_pc.jpg) 70% center no-repeat;
	background-size: cover;
	position: relative;
}
#main div {
	width: 25%;
	padding: 25% 20px;
	background-color: rgba( 255, 255, 255, 0.95 );
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#main div h1 {
	width: 65%;
	margin: 0 auto 40px;
}
#main div p {
	margin-bottom: 10px;
}
h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.4pt;
	line-height: 1;
	margin-bottom: 20px;
}

/*-------- #info --------*/
#contents #info {
	height: 600px;
	background: url(../images/info01.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 0;
}
#contents #info div {
	width: 32.5%;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#contents #info div > p {
	margin-bottom: 10px;
}
#contents #info div > p a {
	text-decoration: underline;
}

/*-------- #item --------*/
#contents #item {
	padding: 0;
}
#contents #item > ul {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 60px;
}
#contents #item > ul > li {
	width: 24%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
#contents #item > ul > li img {
	margin-bottom: 10px;
}

/*-------- #salon --------*/
#contents #salon {
	background: url(../images/salon_bg.jpg) center center no-repeat;
	background-size: cover;
}
#contents #salon h2,
#contents #salon > p {
	color: #fff;
	text-shadow: 1px 1px 2px #928b81, -1px 1px 2px #928b81, 1px -1px 2px #928b81, -1px -1px 2px #928b81;
}
#contents #salon > div  {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
	padding: 40px;
	background-color: rgba( 255, 255, 255, 0.95 );
	box-sizing: border-box;
}
#contents #salon h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#contents #salon div.flexBox {
	padding-bottom: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents #salon div.flexBox > p {
	width: 25%;
}
#contents #salon div.flexBox > div {
	width: 72.5%;
}
#contents #salon div.flexBox > div p {
	margin-top: 10px;
}
#contents #salon ul.flexBox li {
	width: 47.3%;
	margin-bottom: 40px;
}
#contents #salon ul.flexBox li h3 {
	line-height: 1;
	margin: 20px 0 10px;
}
#contents #salon ul.flexBox li video {
	width: 100%;
	padding: 5.694% 0;
	background: #333;
	display: block;
}
#contents #salon a {
	text-decoration: underline;
}

/*-------- #hair --------*/
#contents #hair h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#contents #hair h3 a img {
	width: 20px;
	margin-bottom: 4px;
}
#contents #hair h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 7px;
}
#contents #hair > div {
	max-width: 950px;
	width: 90%;
	margin: 0 auto 40px;
	padding: 40px;
	background-color: rgba( 255, 255, 255, 0.95 );
	box-sizing: border-box;
}
#contents #hair > div:last-child {
	margin: 0 auto;
}
#contents #hair > div > div.flexBox {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents #hair > div > div.flexBox > div {
	width: 57.5%;
}
#contents #hair > div > div.flexBox > ul {
	width: 37.5%;
}
#contents #hair > div > div.flexBox > div > .flexBox {
	margin-top: 20px;
	border: 1px dashed #ccc;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#contents #hair > div > div.flexBox > div > .flexBox > p {
	width: 22.5%;
}
#contents #hair > div > div.flexBox > div > .flexBox > div {
	width: 74%;
}

/*-------- #coupon --------*/
#contents #coupon {
	background: url(../images/coupon_bg.jpg) center center;
	background-size: contain;
}
#contents #coupon h2,
#contents #coupon > p {
	color: #fff;
	text-shadow: 1px 1px 2px #002841, -1px 1px 2px #002841, 1px -1px 2px #002841, -1px -1px 2px #002841;
}
#contents #coupon em {
	font-size: 22px;
	font-weight: bold;
}

/*-------- #series --------*/
#series ul {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#series h3 {
	font-size: 18px;
	letter-spacing: 0.1pt;
	line-height: 1.2;
	margin-top: 12.5px;
}
#series .flexBox li {
	width: 20%;
	margin-bottom: 40px;
}
#series .flexBox li p {
	font-size: 11px;
	text-align: left;
	margin: 7px 0 0;
}
#series .btn {
	margin-top: 10px;
}

/*-------- #common --------*/
span {
	font-size: 11px;
	line-height: 1.6;
	display: inline-block;
}
#contents > div {
	padding: 60px 0;
}
#contents h2,
#contents > div > p {
	text-align: center;
	margin-bottom: 20px;
}
#contents > div > p {
	font-size: 18px;
	width: 90%;
	margin: 0 auto 20px;
}

/*--------btn--------*/
a.btn {
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background: #333;
	max-width: 300px;
	padding: 10px 0;
	margin: 20px auto 0;
	border-radius: 5px;
	display: block;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#main a.btn,
#contents #salon a.btn {
	text-shadow: 1px 1px 2px #002841, -1px 1px 2px #002841, 1px -1px 2px #002841, -1px -1px 2px #002841;
	background: url(../images/coupon_bg.jpg) center center;
	background-size: cover;
	text-decoration: none;
}
#contents #salon a.btn {
	margin-top: 40px;
}

/*--------footer--------*/
footer {
	background: #f9f9f9;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}
/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 7px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #333;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#pageTop i.fa {
	padding-right: 7px;
}

/*--------modal--------*/
.inline-wrapStyle {
	position: relative;
	max-width: 750px;
	width: 85%;
	margin: 10px auto;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
}
.inline-wrapStyle ul li {
	width: 47.5%;
	margin-bottom: 20px;
}
.inline-wrapStyle ul li:last-child {
	margin: 0;
}
.inline-wrapStyle ul li img {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
/*-------- #main --------*/
#main {
	height: 100vh;
	background: url(../images/main_sp.jpg) center bottom no-repeat;
	background-size: cover;
}
#main div {
	color: #000;
	font-size: 16px;
	text-align: center;
	width: 85%;
	padding: 40px 5%;
	top: 2.5%;
	left: 7.5%;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
#main div h1 {
	width: 25%;
	margin: 0 auto 20px;
}
}

@media screen and (max-width: 414px) {
.pc {
	display: none;
}
.sp {
	display: inherit;
}
/*-------- #main --------*/
#main {
	height: 750px;
	background: url(../images/main_sp.jpg) center bottom no-repeat;
	background-size: contain;
}
#main div {
	width: 90%;
	left: 5%;
}
#main div h1 {
	width: 40%;
}

/*-------- #info --------*/
#contents #info {
	height: 900px;
	background: url(../images/info01.jpg) left top no-repeat;
	background-size: 150%;
}
#contents #info div {
	width: 90%;
	position: absolute;
	top: 60px;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
#contents #info div h2 {
	margin-bottom: 280px;
}

/*-------- #item --------*/
#contents #item > ul {
	width: 90%;
	margin: 0 auto;
}
#contents #item > ul > li {
	width: 48%;
}
#contents #item > ul > li:nth-child(-n+2) {
	margin-bottom: 15px;
}

/*-------- #salon --------*/
#contents #salon > div  {
	width: 90%;
	padding: 40px 5%;
}
#contents #salon div.flexBox > p {
	width: 50%;
	margin: 0 auto;
}
#contents #salon div.flexBox > div {
	width: 100%;
}
#contents #salon ul.flexBox li {
	width: 100%;
}
#contents #salon ul.flexBox li h3 {
	line-height: 1;
	margin: 20px 0 10px;
}
#contents #salon ul.flexBox li video {
	width: 100%;
	padding: 5.694% 0;
	background: #333;
	display: block;
}
#contents #salon a {
	text-decoration: underline;
}

/*-------- #hair --------*/
#contents #hair > div {
	padding: 40px 5%;
}
#contents #hair > div > div.flexBox > div {
	width: 100%;
}
#contents #hair > div > div.flexBox > ul {
	width: 80%;
	margin: 40px auto 0;
}
#contents #hair > div > div.flexBox > div > .flexBox {
	padding: 20px 5%;
}
#contents #hair > div > div.flexBox > div > .flexBox > p {
	width: 35%;
}
#contents #hair > div > div.flexBox > div > .flexBox > div {
	width: 60%;
}

/*-------- #common --------*/
#contents > div > p {
	font-size: 16px;
}

/*--------btn--------*/
.btn {
	width: 100%;
	margin: 20px auto 0;
}

/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 32px;
	height: 35px;
	padding: 4px 0 0 8px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}

/*--------modal--------*/
.inline-wrapStyle {
	padding: 40px 5%;
}
.inline-wrapStyle ul li {
	width: 100%;
}
}
@media screen and (max-width: 375px) {
#contents #info div h2 {
	margin-bottom: 260px;
}
}
@media screen and (max-width: 345px) {
h2 {
	font-size: 28px;
}
#contents #info div {
	top: 50px;
}
#contents #info div h2 {
	margin-bottom: 240px;
}
}
