@charset "utf-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code,
dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp,
section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	zoom: 1;
}

.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header.g-header {
	background-color: rgba(21, 64, 106, 0.5);
	width: 100%;
	min-width: 1180px;
	height: 95px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

@media only screen and (max-width: 768px) {
  header.g-header {
	height: 60px;
	min-width: 0;
  }
}
header.g-header div.inner {
	padding-right: 10px;
	padding-left: 10px;
	width: 1180px;
	margin: 0 auto;
}
header.g-header div.inner:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

@media only screen and (max-width: 768px) {
  header.g-header div.inner {
	width: 100%;
	padding-left: 14px;
  }
}
header.g-header div.header-logo {
	width: 202px;
	padding-top: 55px;
	float: left;
}

header.g-header div.header-logo img {
	width: 202px;
	height: auto;
}

@media only screen and (max-width: 768px) {
  header.g-header div.header-logo {
	padding-top: 25px;
	width: 180px;
  }

  header.g-header div.header-logo img {
	width: 180px;
	height: auto;
  }
}
header.g-header div.header-logo a {
	text-decoration: none;
}

header.g-header nav.header-menu {
	padding: 55px 0 0 38px;
	width: 600px;
	float: left;
}

@media only screen and (max-width: 768px) {
  header.g-header nav.header-menu.sp-menu {
	width: 100%;
	/*height: 60px;*/
	display: block;
	top: 0;
	left: 0;
	z-index: 1000;
	padding: 0;
  }
}
header.g-header nav.header-menu.is-pc {
	display: block;
}

@media only screen and (max-width: 768px) {
  header.g-header nav.header-menu.is-pc {
	display: none;
  }
}
header.g-header div.for_salon {
	position: absolute;
	right: 200px;
	top: 0;
}

header.g-header div.for_barber {
	position: absolute;
	right: 0;
	top: 0;
}

header.g-header div.for_salon a {
	background: #699;
	width: 140px;
	letter-spacing: 0.4ex;
	text-indent: 0.4ex;
}
header.g-header div.for_barber a {
	background-color: #15406a;
	width: 200px;
}
header.g-header div.for_salon a, header.g-header div.for_barber a {
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
	padding-top: 60px;
	height: 95px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
header.g-header div.for_salon a.is-current span, header.g-header div.for_barber a.is-current span {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
header.g-header div.for_salon a:hover, header.g-header div.for_barber a:hover {
	opacity: 0.8;
}
header.g-header div.for_salon a:hover span:before, header.g-header div.for_barber a:hover span:before {
	width: 100%;
}
header.g-header div.for_salon a span, header.g-header div.for_barber a span {
	position: relative;
	display: inline-block;
}
header.g-header div.for_salon a span:before, header.g-header div.for_barber a span:before {
	position: absolute;
	top: 2.2rem;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

header.g-header ul.menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header.g-header ul.menu li {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #fff;
	text-align: center;
}

header.g-header ul.menu li.menu-top {
	width: calc(3.8rem * 1.2);
}

header.g-header ul.menu li.menu-shiragabokashi {
	width: calc(12.6rem * 1.2);
}

header.g-header ul.menu li.menu-shiragashadow {
	width: calc(14.4rem * 1.2);
}

header.g-header ul.menu li.menu-color {
	width: calc(9.0rem * 1.2);
}

header.g-header ul.menu li:first-child {
	padding-left: 0;
	border-left: 0;
}

header.g-header ul.menu li a {
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.2px;
	text-decoration: none;
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
}

header.g-header ul.menu li a:hover {
	opacity: 0.8;
}

header.g-header ul.menu li a.is-current {
	border-bottom: 1px solid #fff;
}

header.g-header ul.menu li a:before {
	position: absolute;
	top: 2.2rem;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

header.g-header ul.menu li a:hover:before {
	width: 100%;
}

header.g-header div.toggle_button {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 200;
}

header.g-header div.toggle_button a {
	display: block;
}

header.g-header div.toggle_button a img {
	width: 30px;
	height: auto;
}

header.g-header div.menu {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.92);
	z-index: 200;
}

header.g-header div.menu ul li {
	border-top: 1px solid #153f6a;
}

header.g-header div.menu ul li:first-child {
	border: none;
}

header.g-header div.menu ul li.for_salon {
	border-top: 1px solid #699;
}

header.g-header div.menu ul li.for_salon a {
	background-color: #699;
	color: #fff;
}

header.g-header div.menu ul li.for_barber a {
	background-color: #15406a;
	color: #fff;
}

header.g-header div.menu ul a {
	display: block;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
	color: #153f6a;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	padding: 28px 0 25px;
}

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer.g-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0 18px;
	width: 100%;
	left: 0;
	background-color: #15406a;
}

@media only screen and (max-width: 768px) {
  footer.g-footer {
	position: static;
	height: auto;
	background-color: #15406a;
	padding: 30px 10px 20px;
  }
}
footer.g-footer div.inner {
	background-color: #15406a;
	max-width: 1180px;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 980px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 768px) {
  footer.g-footer div.inner {
	max-width: 300px;
	min-width: 300px;
	height: auto;
	padding: 0;
  }
}
footer.g-footer div.inner div.hoyu_logo a {
	display: block;
	width: 45px;
	height: 32px;
	background: url("../img/hoyu_logo.png") no-repeat;
	background-size: 45px 32px;
}

@media only screen and (max-width: 768px) {
  footer.g-footer div.inner div.hoyu_logo a {
	background-size: 45px 32px;
	background-size: cover;
  }
}
footer.g-footer div.inner ul.footer {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 750px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer.g-footer div.inner ul.kirei {
	top: 17px;
}

@media only screen and (max-width: 768px) {
  footer.g-footer div.inner ul.footer {
	left: 60px;
	top: -6px;
	width: 280px;
  }
	
	footer.g-footer div.inner ul.kirei {
	top: 25px;
  }
}
footer.g-footer div.inner ul.footer li {
	margin-right: 15px;
	display: block;
}

@media only screen and (max-width: 768px) {
  footer.g-footer div.inner ul.footer li {
	margin: 0 10px 3px 0;
	display: inline-block;
  }

  footer.g-footer div.inner ul.footer li:nth-child(2) {
	margin-right: 0;
  }
}
footer.g-footer div.inner ul.footer a {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 1.1rem;
	text-decoration: none;
	position: relative;
	display: block;
}

footer.g-footer div.inner ul.footer a:before {
	position: absolute;
	top: 1.2rem;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #ccc;
	transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

footer.g-footer div.inner ul.footer a:hover:before {
	width: 100%;
}

footer.g-footer div.inner ul.kirei a:hover:before {
	width: 0%;
}

footer.g-footer div.inner ul.kirei li a{
	border: #ccc solid 0.5px;
	padding: 4px 7px;
}

footer.g-footer div.inner ul.kirei li a:hover{
	background-color: #fff;
	color: #15406a;
}

@media only screen and (max-width: 768px) {
  footer.g-footer div.inner ul.footer a {
	padding: 0;
	font-size: 1.0rem;
	letter-spacing: 0;
	position: static;
  }

  footer.g-footer div.inner ul.footer a:before {
	position: static;
	display: inline;
	height: 0;
	transition: none;
  }
	
	footer.g-footer div.inner ul.kirei li a:hover {
	border: #ccc solid 0.5px;
	padding: 4px 7px;
	background-color: #15406a;
	color: #fff;
  }
}
footer.g-footer div.copyright {
	position: absolute;
	right: 10px;
	top: 12px;
	color: #fff;
	text-align: right;
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  footer.g-footer div.copyright {
	margin-top: 30px;
	position: static;
	text-align: center;
	font-size: 1.0rem;
  }
}
.lower-shiragabokashi .button_salon,
.lower-shiragashadow .button_salon {
	text-align: center;
	padding: 80px 0 20px;
}
.lower-shiragabokashi .button_salon a,
.lower-shiragashadow .button_salon a {
	display: block;
	width: 500px;
	margin: 0 auto;
	background: #699;
	color: #fff;
	padding: 25px 10px;
	font-size: 2.0rem;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2ex;
	text-indent: 0.2ex;
	-webkit-transition: opacity 200ms ease-in-out 0ms;
	-moz-transition: opacity 200ms ease-in-out 0ms;
	-ms-transition: opacity 200ms ease-in-out 0ms;
	-o-transition: opacity 200ms ease-in-out 0ms;
	transition-property: opacity;
	transition-duration: 200ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0ms;
}
.lower-shiragabokashi .button_salon a:hover,
.lower-shiragashadow .button_salon a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .lower-shiragabokashi .button_salon,
  .lower-shiragashadow .button_salon {
	padding: 40px 20px 10px;
  }
  .lower-shiragabokashi .button_salon a,
  .lower-shiragashadow .button_salon a {
	width: 100%;
	padding: 20px 0;
	font-size: 1.6rem;
	letter-spacing: 0.1ex;
	text-indent: 0.1ex;
  }
  .lower-shiragabokashi .button_salon a:hover,
  .lower-shiragashadow .button_salon a:hover {
	opacity: 1;
  }
}
/* -----------------------------------------------------------
	
----------------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow-y: scroll;
}

* {
	box-sizing: border-box !important;
}

body {
	color: #000;
	background-color: #fafafa;
	font-size: 1.0rem;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ";
	font-style: normal;
	font-weight: 300;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1 !important;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
  body {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
  }
}
main {
	width: 100%;
	display: block;
}

.is-hide {
	display: none;
}

.is-block {
	display: block;
}

.is-pc {
	display: block;
}

@media only screen and (max-width: 768px) {
  .is-pc {
	display: none;
  }
}
.is-sp {
	display: none;
}

@media only screen and (max-width: 768px) {
  .is-sp {
	display: block;
  }
}
@media only screen and (max-width: 768px) {
  body {
	position: relative;
  }
}
div.container {
	background: url("../img/background.jpg") no-repeat center center fixed;
	background-size: cover;
	position: relative;
}

@media only screen and (max-width: 768px) {
  div.container {
	background: none;
  }
}
@media only screen and (max-width: 768px) {
  div.pagebg {
	display: block;
	position: fixed;
	background: url("../img/background_sp.jpg") no-repeat left top;
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	height: 100%;
	min-height: 600px;
	height: 1000px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: -1;
  }
}
main {
	width: 100%;
	margin: 0 auto;
	min-width: 980px;
	min-height: 700px;
	min-height: 100vh;
}

@media only screen and (max-width: 768px) {
  main {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 100vh;
	min-height: 600px;
  }
}
