@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
* {
  margin:0;
  padding:0;
}
html, body {
  width:100%;
  height:auto;
  margin:0;
  padding:0;
}
html {
  font-size:62.5%!important;
}
body {
	font-family:'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "Arial", sans-serif!important;
  background:#000;color:#999999;
  font-size:1.4rem!important;letter-spacing:0.015em;
  line-height:1.8;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  position: relative;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
  text-decoration:none;
  color:#999999;
}
#stkr {
  position:fixed;
  top:0px;left:0px;
  width:26px;height:26px;
  background:rgba(135,206,207, .4);
  border-radius:50%;
  transition:.5s;
  transition-timing-function:ease-out;
  pointer-events:none;
  z-index:1000;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
header {
  width:100%;
  height:auto;
}
#header01 {
  width:100%;
  height:auto;
  position:fixed;
  top:0;left:0;
  z-index:999;
  letter-spacing:.05em;
  box-sizing:border-box;
  transition:1s cubic-bezier(.4, 0, .2, 1);
}
.head-animation {
  transform: translateY(-100%);
}
#heading {
  width:100%;height:auto;background:#000;
}
.header01-title {
  width:100%;
  height:auto;
  max-width:1280px;
  box-sizing:border-box;
  margin:0 auto;text-align:right;
  font-size:1rem;
  line-height:1;padding:5px 0;
  position:relative;z-index:1001;
}
#global-nav {
  width:100%;
  height:60px;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}
.global-nav {
  width:100%;
  height:60px;
  max-width:1280px;
  padding:0 20px;
  box-sizing:border-box;
  margin:0 auto;
  display:flex;justify-content: space-between;
}
.scroll #global-nav {
  background:#000;
  transition: 1s cubic-bezier(.4, 0, .2, 1);
}
.global-nav-logo {
  width:250px;
  height:60px;
  position:relative;z-index:1001;
}
.global-nav-logo a {
  display:flex;
  align-items:center;
  width:100%;height:100%;
}
.global-nav-logo a img {
  display:block;
  width:auto;
  height:48px;
}
#navigation {
  display:flex;
  width:100%;
  max-width:calc(100% - 250px);
  height:60px;
}
nav {
  width:100%;
  height:auto;
  display:flex;justify-content:flex-end;
}
nav ul {
  width:100%;height:auto;
  display:flex;justify-content:flex-end;
  list-style:none;padding-left:0;
}
nav li {
  display:flex;
  letter-spacing:0;
}
nav li a:not(.nav-contact a) {
  display:flex;flex-direction:column;
  justify-content:center;align-items:center;line-height:1.4;color:#A7A7A7;
  letter-spacing:0;
  padding:0 10px;
}
.navigation-text {
  font-size:1.4rem;
  font-family:'Gilda Display', serif;
}
.navigation-ruby {
  font-size:1rem;font-weight:100;
  color:#A7A7A7;
  letter-spacing:0;
}
.scroll .navigation-ruby {
  color:#A7A7A7;
}
.scroll nav li a {
  color:#A7A7A7;
}
.nav-contact {
  display:inline-flex;
  align-items:center;
  margin-left:20px;
  position:relative;
}
.slash {
  width:auto;height:60px;margin-right:20px;
}
.slash img {
  display:block;width:auto;height:100%;
}
.nav-contact-text {
  width:50%;height:auto;
}
.nav-contact-text img {
  display:block;width:50%;height:auto;margin:0 auto;
}
.nav-text-box {
  padding:20px 0;
}
.nav-contact-link-tel {
  display:none;
  width:100%;height:auto;
  margin:0 auto 10px auto;
}
.nav-contact-link-tel a {
  display:flex;justify-content:center;align-items:center;width:100%;height:auto;padding:20px 0;box-sizing:border-box;border:2px solid #fff;border-radius:6px;
}
.nav-contact-link-tel a img {
  display:block;height:60px;width:auto;
}
.nav-contact-link {
  display:inline-flex;flex-direction:column;
}
.nav-contact-link-cols {
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
}
.nav-contact-link-cols a {
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  padding:10px 30px;box-sizing:border-box;
  border-radius:4px;
  margin-right:20px;
}
.nav-contact-link-cols a:nth-of-type(1) {
  background:#73C6C8;
}
.nav-contact-text,
.nav-contact-link-cols a:nth-child(n+2) {
  display:none;
}
.nav-contact-link-cols a img {
  display:inline-block;width:auto;height:30px;
}
.nav-contact-link-cols a span {
  font-size:1rem;
}
/*----------------------------------------------------
  #nav-toggle
----------------------------------------------------*/
#nav-toggle {
  display:none;
  position:fixed;
  top:15px;
  right:0;
  width:80px;
  height:60px;
  z-index:1001;
  cursor:pointer;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position:relative;
  width:36px;
  height:60px;
}
.menu-trigger span {
  position:absolute;
  left:50%;
  width:36px;
  height:3px;
  transform: translate(-50%,0);
  background:#999999;
  border-radius: 2px;
}
.scroll .menu-trigger span {
  background:#999999;
}
.menu-trigger span:nth-of-type(1) {
  top:18px;
}
.menu-trigger span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top:28px;
}
.menu-trigger span:nth-of-type(3) {
  top:38px;
}
.menu-trigger.active span {
  position:absolute;left:50%;
  background:#A7A7A7;
}
.menu-trigger.active span:nth-of-type(1) {
  top:8px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translate(-50%,20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  top:48px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translate(-50%,-20px) rotate(45deg);
}
.toggle-text {
  display: block;
  width:100%;
  height:15px;
  font-size:1rem;font-weight:bold;
  color:#A7A7A7;
  text-align:center;
  padding-top:45px;
  box-sizing:border-box;
}
.active .toggle-text,.scroll .toggle-text {
  color:#A7A7A7;
}
.toggle-text::after {
  display: block;
  content:'MENU';
  width: 100%;
  height:15px;
}
.menu-trigger.active .toggle-text::after {
  content:'CLOSE';
}
/*----------------------------------------------------
  main-img
----------------------------------------------------*/
#main-img {
  width:100%;
  height:35vh;overflow:hidden;
  position:relative;
}
.main-img {
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}
.main-img-title {
width:100%;height:auto;
position:absolute;top:60%;left:50%;
transform:translate(-50%,-50%);
display:flex;flex-direction:column;justify-content:center;align-items:center;
line-height:1.6;
}
.main-img-title h2 {
font-size:1.2rem;font-weight:normal;
}
.main-img-title span {
font-size:2rem;font-family:'Gilda Display', serif;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer01 {
	width:100%;height:auto;padding:100px 0;
	color:#545454;position:relative;overflow:hidden;
}
.footer01 {
  width:100%;height:auto;
  max-width:1280px;margin:0 auto;
  display:flex;justify-content:space-between;
}
.footer01 a {
  color:#fafafa;
}
.footer-logo {
  width:15%;height:auto;
}
.footer-logo a {
  display:block;width:100%;height:auto;
}
.footer-logo a img {
  display:block;width:100%;height:auto;
}
.sp-style {
  display:none;
}
.footer-address {
  width:40%;
}
.footer-address ul {
  width:100%;height:auto;
  list-style:none;padding-left:0;
}
.footer-address li a {
  margin-right:10px;
}
.footer-address-lead {
  font-size:1.2rem;line-height:1.6;margin:10px 0;
}
.footer-tab {
  display:inline-block;width:60px;margin-right:8px;background:#1a1a1a;text-align:center;
}
.salon-map {
  width:100%;height:auto;
  border-bottom:1px solid #545454;padding-bottom:10px;
}
.salon-map a img {
  display:block;width:auto;height:14px;margin-right:5px;
}
.salon-map a {
  display:flex;align-items:center;color:#fff;
}
.salon-cotact-cols {
  display:flex;
  width:100%;height:auto;
  margin-top:8px;
}
.salon-cotact-cols div,.salon-cotact-cols div img {
  display:block;width:auto;height:36px;
}
.salon-cotact-cols a {
  display:flex;justify-content:center;align-items:center;width:auto;height:36px;box-sizing:border-box;
}
.salon-cotact-cols a:not(:nth-of-type(1)) {
  margin-right:5px;
}
.salon-cotact-cols a:nth-of-type(1) {
  border:2px solid #fff;padding:0 20px 0 15px;
}
.salon-cotact-cols a img {
  display:block;width:auto;height:30px;
}
.salon-cotact-cols a:nth-of-type(1) img {
  height:24px;
}
.salon-cotact-cols a {
  margin-left:10px;
}
.footer-map {
  width:35%;height:auto;position:relative;
}
.footer-map a,.footer-map img {
  display:block;width:100%;height:auto;
}
.map-instruction {
  display:none;
  width:100%;height:48px;
  border:1px solid #545454;
}
.copyright {
  color:#545454;text-align:center;font-size:1.2rem;padding:2px 0;
}
@media screen and (max-width: 1360px) {
  html {
    font-size: calc(100vw/136.0)!important;
  }
  .header01-title {
    width:95%;max-width:initial;
  }
	.footer01 {
    width:90%;max-width:initial;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: calc(100vw/128.0)!important;
  }
	.footer01 {
    flex-wrap:wrap;justify-content:space-between;
    align-items:center;
  }
  .footer-logo {
    width:100%;
    margin-bottom:10px;
  }
  .footer-logo a picture,.footer-logo a img {
    width:30%;
  }
  .footer-address {
    width:54%;
  }
  .footer-map {
    width:40%;
  }
  .footer-address,.footer-map {
    align-self:flex-end;
  }
}
@media screen and (max-width: 1024px){
html {
    font-size: calc(100vw/102.4)!important;
}
#header01 {
    position: fixed;
    z-index: 1001;
  }
  #global-nav {
    width: 100%;
    height:60px;
    max-width: initial;
    padding-left: 0;
  }
  .global-nav {
    height:70px;
    justify-content: space-between;
    padding-right:80px;
    box-sizing: border-box;
  }
  .global-nav-logo {
    width:100%;
    margin-left:0;
    margin-right:10px;
  }
  #nav-toggle {
    display: block;
  }
  nav li a:not(.nav-contact a) {
    align-items:flex-start;
  }
  .nav-contact {
    margin-left:0;
  }
  .navigation-text {
    font-size:1.8rem;
  }
  /*-------------------------------------------------
    toggle オーバーレイ (896px以下)
  -------------------------------------------------*/
  #navigation {
    width:100%;
    max-width:initial;
    height:100vh;
    background:#000;
  }
  .overlay {
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    width:100%;
    height:auto;
    padding:0;
    box-sizing: border-box;
    opacity:0;
    visibility:hidden;
    transition: .4s;
  }
  .overlay.is-open {
    width:100%;
    height:auto;
    opacity: 1;
    visibility:visible;
    color:#A7A7A7;
  }
  nav {
    width:100%;
    height:auto;
    overflow-y:scroll;
    margin:0 auto;
    padding:100px 0;
    display:flex;flex-direction:column;justify-content:flex-start;
  }
  nav::-webkit-scrollbar {
    display:none;
  }
  nav ul {
    width:100%;max-width:520px;height:auto;margin: 0 auto;
    flex-direction:row;flex-wrap:wrap;justify-content: space-between;
  }
  nav ul li {
    width:49%;height:auto;padding:20px 0;box-sizing:border-box;
    border-bottom:1px solid #545454;
  }
  .nav-contact {
    width:100%;
    flex-wrap:wrap;
    border-bottom:none;
  }
  .nav-contact-link-tel {
    display:block;margin-top:10px;
  }
  .nav-contact-text {
    display:block;
    width:100%;
  }
  .nav-contact-link {
    display:block;width:100%;
  }
  .nav-contact-link-cols {
    width:100%;
    display:flex;justify-content:space-between;
  }
  .nav-contact-link-cols a {
    width:49%;margin-right:0;box-sizing:border-box;
  }
  .nav-contact-link-cols a:nth-child(n+2) {
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    background:#06C755;
    box-sizing:border-box;
    border-radius:4px;
  }
  .nav-contact-link-cols a img {
    width:auto;height:30px;
  }
}
@media screen and (max-width: 896px){
html {
    font-size: calc(100vw/89.6)!important;
  }
.footer-address {
    width:49%;
    font-size:1.2rem;
  }
  .footer-map {
    width:49%;
  }
  .footer-address li:nth-of-type(2) {
    display:flex;flex-direction:column;
  }
}
@media screen and (max-width:786px) {
  html {
    font-size: calc(100vw/78.6)!important;
  }
  .footer01 {
    width:70%;
  }
  .footer-address {
    width:100%;
  }
  .footer-map {
    width:100%;margin-top:10px;
  }
}
@media screen and (max-width:680px) {
  main {
    overflow-x:hidden;
  }
  nav ul {
    width:70%;max-width:initial;
  }
 .footer01 {
    width:90%;
  }
}
@media screen and (max-width:480px) {
  html {
    font-size:62.5%!important;
  }
  #stkr {
    display:none;
  }
  #header01 {
    position:fixed;
  }
  nav {
    padding-bottom:0;
  }
  nav ul {
    width:100%;max-width:initial;
  }
  nav ul li {
    width:100%;
    padding:10px 20px;
  }
  .nav-contact {
    padding:30px 20px 150px 20px;
    background:#0F0F0F;
  }
  .nav-text-box {
    font-size:1.2rem;
  }
  .nav-contact-link-tel a {
    padding:15px;border-radius:4px;border:1px solid #fff;
  }
  .nav-contact-link-cols a {
    padding:10px 0;
  }
  .nav-contact-link-tel a img {
    height:38px;
  }
  .nav-contact-link-cols a img {
    height:30px;
  }
  .navigation-text {
    font-size:1.6rem;
  }
  .swiper-container .swiper-pagination {
    display:none;
  }
  #footer01 {
    padding:50px 0;
  }
  .footer-logo a picture,.footer-logo a img {
    width:50%;
  }
  .footer-address-lead {
    font-size:1rem;
  }
  .footer-map {
    margin-top:20px;
  }
  .map-instruction {
    display:inline-flex;justify-content:center;align-items:center;margin-top:10px;
    width:100%;height:48px;
    border:1px solid #545454;
    font-size:1.2rem;
  }
  .copyright {
    font-size:1rem;
    margin-bottom:75px;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
