@charset "UTF-8";
@font-face {
font-family: "dear_joe";
src: url('../font/dear_joe.eot'),
url('../font/dear_joe.woff') format('woff');
}
@font-face {
font-family: "magnolia_script";
src: url('../font/magnolia_script.woff') format('woff');
}
.dj {
    font-family: "dear_joe", sans-serif;
	color: rgba(234,175,45,1.00);
	letter-spacing: -2px;
}
.ms {
    font-family: "magnolia_script", serif;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-size: 11pt;
	width: 100%;
	overflow-x: hidden;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	position: relative;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#pagetop {
    position: fixed;
    right: 18px;
    z-index: 3;
    font-size: 2em;
}
.lt {position: absolute; left: 0}
.rt {position: absolute; right: 0}
.fi, .up {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.up2 {
	transition-delay: .4s;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
/*----------------------------------------------------pc*/
@media (min-width : 769px ){
.header_bg {
	width: 100%;
	height: 119px;
	position: relative;
	overflow-x: hidden;
}
.header_bg img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header {
    position: relative;
    width: 100%;
    height: 180px;
    max-width: 1460px;
    margin: 0 auto;
}
#header #logo {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3%;
    width: 19vw;
    max-width: 200px;
    top: 50%;
}
#header #logo img {
    width: 100%;
}
#header .hdr_info {
    position: absolute;
    right: 0%;
    top: 0px;
    width: 90%;
    height: 30px;
    max-width: 800px;
    padding: 12px 2% 12px 0;
}
#header .hdr_info .mail_link {
	float: right;
	position: relative;
	margin-left: 2%;
	padding-left: 3%;
}
#header .hdr_info .mail_link img {
    width: 18px;
	position: absolute;
	left: 0%;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .hdr_info .phone_link {
	float: right;
	position: relative;
	margin-left: 2%;
	padding-left: 3%;
}
#header .hdr_info .phone_link img {
    width: 18px;
	position: absolute;
	left: 0%;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .hdr_info p {
	float: right;
	font-size: calc(0.3vw + 11px);
}
#header .pcnav {
    position: absolute;
    top: 67px;
    right: 0%;
    width: 70%;
	max-width: 800px;
}
#header .pcnav a {
    position: relative;
    display: block;
    float: left;
    width: 20%;
}
#header .pcnav a img {
    width: 40%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
#header .pcnav a .ms {
    text-align: center;
    display: block;
    width: 100%;
    font-size: calc(1vw + 10px);
}
#header .pcnav a .jp {
    display: block;
    text-align: center;
    font-size: calc(0.5vw + 6px);
    width: 100%;
	margin-top: 6px;
}
#top_image {
    width: 100%;
    position: relative;
    height: 400px;
    padding-top: 40px;
    margin: 64px 0 0;
}
#top_image .main {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}
#top_image p {
    position: absolute;
    top: 0px;
    left: 42%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: rotate(-12deg);
    font-size: 4em;
    text-shadow: 1px 1px 1px rgba(255,255,255,1.00);
}
.contents {
	width: 96%;
	max-width: 1100px;
	margin: 120px auto;
}
.wide_contents {
    width: 100%;
    position: relative;
}
#cont_ttl {
    position: relative;
    text-align: center;
}
#cont_ttl .ttl {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 18px;
}
#cont_ttl .exp {
    line-height: 26px;
}
#cont_ttl .exp02 {
    margin-top: 22px;
    line-height: 22px;
}
#cntct {
    position: relative;
    text-align: center;
    padding: 30px 0;
}
#cntct .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    opacity: 0.26;
    top: 0px;
    left: 0%;
}
#cntct .dj {
    font-size: 3em;
    margin-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    left: 44%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: rotate(-6deg);
    top: -18px;
}
#cntct .ttl {
    font-weight: bold;
    padding: 12px 0;
    font-size: 1.4em;
}
#cntct .exp {
    line-height: 20px;
    margin-bottom: 18px;
}
#cntct .link {
    padding: 8px 0;
    font-size: 1.6em;
}
#cntct .link .phone_link {
    position: relative;
    padding-left: 28px;
}
#cntct .link .phone_link img {
    width: 24px;
    position: absolute;
    left: 0;
    top: -1px;
}
#cntct .link .mail_link {
    position: relative;
    padding-left: 28px;
}
#cntct .link .mail_link img {
    width: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}
#footer {
    position: relative;
    height: 350px;
    width: 100%;
}
#footer .bg {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#footer .ftr_info {
    width: 50%;
    position: absolute;
    left: 8%;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .ftr_info .sns {
    padding: 12px 0;
    position: relative;
    height: 20px;
}
#footer .ftr_info .sns a {
    display: inline-block;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .ftr_info .sns .instagram {
}
#footer .ftr_info .sns .instagram img {
    width: 44px;
}
#footer .ftr_info .sns .facebook {
    left: 56px;
}
#footer .ftr_info .sns .facebook img {
    width: 40px;
}
#footer .ftr_info .link {
    padding: 12px 0;
}
#footer .ftr_info .link a {
    border-right-style: solid;
    padding: 0 8px;
    border-right-width: 1px;
}
#footer .ftr_info .link a:first-child {
    padding-left: 0;
}
#footer .ftr_info .link a:last-child {
    border: none;
}
#footer .ftr_info .salon_link {
    width: 318px;
    padding: 6px;
    display: block;
    border-width: 1px;
    margin: 12px 0;
    border-style: solid;
}
#footer .ftr_info .salon_link:hover {
	opacity: 0.7;
}
#footer .ftr_info .salon_link img {
    width: 100%;
}
#footer .ftr_info .copyright {
    padding-top: 40px;
}
#footer .ftr_info .copyright span {
    font-size: 24px;
    display: inline-block;
    vertical-align: -5px;
    margin: 0 4px;
}

}
/*----------------------------------------------------sp*/
@media (max-width : 768px ){
.one_line {
	display: inline-block;
}
.header_bg {
	width: 100%;
	height: 23.2vw;
	position: relative;
	overflow-x: hidden;
	max-height: 119px;
}
.header_bg img {
	height: 99%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header {
	position: relative;
	width: 100%;
	height: 28vw;
	margin: 0 auto;
	max-height: 150px;
}
#header #logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48vw;
	max-width: 200px;
}
#header #logo img {
    width: 100%;
}
.hmbgr_menu_bg {
    width: 80px;
    height: 0;
    background-color: rgba(255,255,255,0.840);
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9;
	-webkit-transition: .8s ease-out;
    transition: .8s ease-out;
}
.hmbgr_menu {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.hmbgr_menu a {
  color: inherit;
  text-decoration: none;
}

.hmbgr_menu a:visited {
  color: inherit;
}

.hmbgr_menu .hmbgr_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(21, 21, 21, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.hmbgr_menu .hmbgr_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 42px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1001;
    text-align: center;
    outline: none;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar {
  width: 49px;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar1 {
  transform: rotate(30deg);
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar2 {
  opacity: 0;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_bar3 {
  transform: rotate(-30deg);
}

.hmbgr_menu .hmbgr_button.active .hmbgr_menu_text {
  display: none;
}

.hmbgr_menu .hmbgr_button.active .hmbgr_close {
  display: block;
}

.hmbgr_menu .hmbgr_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.hmbgr_menu .hmbgr_text {
  text-align: center;
  font-size: 0.9em;
}

.hmbgr_menu .hmbgr_close {
  letter-spacing: 0.08em;
  display: none;
}

.hmbgr_menu .hmbgr_menu_text {
  display: block;
}

.hmbgr_menu .hmbgr_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);;
}
.hmbgr_menu .hmbgr_nav_wrapper.open {
  transform: translate(0);
}
.hmbgr_menu .hmbgr_nav {
  padding: 112px 24px;
}
.hmbgr_menu .hmbgr_nav li {
	font-size: 0.9em;
	margin-bottom: 30px;
}
.hmbgr_menu .hmbgr_nav li span {
	display: block;
	margin-bottom: 8px;
}


.hmbgr_menu .hmbgr_button {
  color: #224121;
}
.hmbgr_menu .hmbgr_button .hmbgr_bar {
  background-color: #224121;
}
#top_image {
	width: 100%;
	position: relative;
	height: 300px;
	padding-top: 40px;
	margin: 64px 0 0;
}
#top_image .main {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}
#top_image p {
	position: absolute;
	top: 0px;
	left: 30%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: rotate(-12deg);
	font-size: 4em;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.00);
}
.contents {
	width: 90%;
	margin: 120px auto;
	max-width: 646px;
	font-size: 0.84rem;
}
.wide_contents {
    width: 100%;
    position: relative;
}
#cont_ttl {
    position: relative;
    text-align: center;
}
#cont_ttl .ttl {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 18px;
}
#cont_ttl .exp {
    line-height: 26px;
}
#cont_ttl .exp02 {
    margin-top: 22px;
    line-height: 22px;
}
#cntct {
	position: relative;
	text-align: center;
	padding: 30px 0;
	font-size: 0.84rem;
}
#cntct .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10;
    opacity: 0.26;
    top: 0px;
    left: 0%;
}
#cntct .dj {
	font-size: 2.4em;
	margin-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 35%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: rotate(-6deg);
	top: -18px;
}
#cntct .ttl {
    font-weight: bold;
    padding: 12px 0;
    font-size: 1.4em;
}
#cntct .exp {
    line-height: 20px;
    margin-bottom: 18px;
}
#cntct .link {
    padding: 8px 0;
    font-size: 1.6em;
}
#cntct .link .phone_link {
    position: relative;
    padding-left: 28px;
}
#cntct .link .phone_link img {
    width: 24px;
    position: absolute;
    left: 0;
    top: -1px;
}
#cntct .link .mail_link {
    position: relative;
    padding-left: 28px;
}
#cntct .link .mail_link img {
    width: 22px;
    position: absolute;
    left: 0;
    top: 2px;
}
#footer {
	position: relative;
	height: 300px;
	width: 100%;
	font-size: 0.84rem;
}
#footer .bg {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 0;
}
#footer .ftr_info {
	position: absolute;
	left: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .ftr_info .sns {
    padding: 12px 0;
    position: relative;
    height: 20px;
}
#footer .ftr_info .sns a {
    display: inline-block;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer .ftr_info .sns .instagram {
}
#footer .ftr_info .sns .instagram img {
    width: 44px;
}
#footer .ftr_info .sns .facebook {
    left: 56px;
}
#footer .ftr_info .sns .facebook img {
    width: 40px;
}
#footer .ftr_info .link {
    padding: 12px 0;
}
#footer .ftr_info .link a {
    border-right-style: solid;
    padding: 0 8px;
    border-right-width: 1px;
}
#footer .ftr_info .link a:first-child {
    padding-left: 0;
}
#footer .ftr_info .link a:last-child {
    border: none;
}
#footer .ftr_info .salon_link {
    width: 283px;
    padding: 6px;
    display: block;
    border-width: 1px;
    margin: 12px 0;
    border-style: solid;
}
#footer .ftr_info .salon_link:hover {
	opacity: 0.7;
}
#footer .ftr_info .salon_link img {
    width: 100%;
}
#footer .ftr_info .copyright {
	padding-top: 16px;
	font-size: 0.66em;
}
#footer .ftr_info .copyright span {
    font-size: 24px;
    display: inline-block;
    vertical-align: -5px;
    margin: 0 4px;
}
}
