@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}

body {
  color: #333; /* RGB */
  font-family: "小塚ゴシック Pr6N",'Times New Roman';
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
}

/* font */
.section-top__lead p,
.footer_shop-address,
.section-about p,
.section-shopinfo p,
.section-price p,
.section-price__rose p,
.section-oder h3,
.section-oder p,
.section-oder h2,
.section-lesson__messes-h3,
.section-lesson__messes p,
.section-lesson__messes span,
.section-policy h4,
.section-policy p,
.section-gallery p,
.section-casestudy h3 {
  font-family: 'Noto Sans JP', sans-serif;
}

section h2 {
  color: #333333;
  font-size: 2.0rem;
  font-weight: 400;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #f5f5f5;
  height: 65px;
  overflow: hidden;
  z-index: 1000;
}
.body {
  padding-top: 80px;
}
.header_logo {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 9998;
  background: #f5f5f5;
  position: relative;
}
.header_logo img{
  max-width: 100px;
  width: 15%;
}
.nav {
  display: block;
  z-index: 1000;
  position: fixed;
  background-color: rgb(97 110 105 / 60%);
  width: 100%;
  height: 290px;
}
.close-button {
  display: none;
}
.nav_menu_ul img {
  width: 6%;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 15px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  /* left    : 6px; */
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  /* left: 6px; */
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  z-index : 2;
  top: 65px;
  left : 0;
  color: #000;
  /* background: #fff; */
  text-align: center;
  transform: translateY(calc(-100% + -80px));
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  /* background: #ccc; */
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  /* border-bottom: 1px solid #fff; */
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.footer_nav a {
  color: #fff;
  text-decoration: none;
}

.insta-li {
  padding: calc(28px - 1em) 0 !important;
}

.footer_info {
  text-align: left;
  line-height: 25px;
  margin-left: 50px;
  padding: 0px 50px 30px 0px;
}
.footer_info span {
  display: block;
}

.footer_shop-title {
  font-size: 2.0rem;
}

.footer_shop-address {
  font-size: 14px;
  font-weight: 400;
}


@media(min-width:768px){
  .header {
    height: auto;
  }
  .header_logo h1 img {
    width: 150%;
    }
  .hamburger {
    display: none;
  }
  .section-top__img {
    margin-bottom: 200px;
}
  .section-top__lead {
    margin-bottom: 200px;
  }
  .body {
    padding-top: 120px;
  }
  .nav {
    background-color: #fff;
    opacity: 100%;
    height: auto;
    transform: initial !important;
    position: static;
  }
  .nav_menu_ul {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .nav_menu_ul li {
    margin: 0 auto;
  }
  .nav_menu_ul li a {
  color: #333 !important;
  }
  .nav_menu_ul img {
    width: 15%;
    vertical-align: middle;
  }
}

footer {
  background-color: #616e69;
  padding-bottom: 10px;
  color: #fff;
}
.none {
  display: none;
}
.SP_image {
  display: none;
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  }
@media(max-width:768px){
  .inner {
  width: 90%;
  }
}
