@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
  padding: 0;
  margin: 0;
  font-family: 'Gilda Display', serif;
}

body div {
  padding: 0;
  margin: 0;
}

body img {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

body a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

body li {
  list-style: none;
}

body h2 {
  font-size: 36px;
  font-weight: lighter;
  letter-spacing: 3px;
  font-family: 'Gilda Display', serif;
}

body dt, body dd {
  font-family: 'Gilda Display', serif;
}

div.btn {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

div.btn a {
  font-family: 'Gilda Display', serif;
}

div.btn a:hover {
  color: #fff;
}

div.btn a button {
  font-size: 16px;
  padding: 14px 140px;
  background-color: #fff;
  letter-spacing: 3px;
  border: 1px solid #000;
  cursor: pointer;
}

div.btn a button:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

body {
  background: url(”/img/background.jpeg”) 　no-repeat center center;
}

header {
  background-color: #eee;
}

header .heading {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #000;
  z-index: 999;
}

.menu {
  height: 20px;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 30px;
  z-index: 99;
}

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

.gnav {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu__item {
  margin: 30px 0;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 30px;
  text-decoration: none;
  transition: .5s;
}

.gnav__menu__item a:hover {
  color: #666;
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  z-index: 98;
}

.phone {
  position: fixed;
  top: 0;
  right: 20px;
  height: 80px;
  width: 280px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 99;
}

.phone i {
  color: #000;
}

.phone a {
  color: #000;
  font-size: 20px;
}

.mainvisual {
  background-size: cover;
}

#news {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

#news .inner {
  width: 60%;
  margin: 0 auto;
  display: flex;
}

#news .inner .heading {
  display: flex;
  align-items: center;
}

#news .inner .news-list {
  margin-left: 200px;
  display: flex;
}

#news .inner .news-list dl {
  margin-bottom: 60px;
  padding-top: 50px;
}

#news .inner .news-list dl dt {
  float: left;
  margin-bottom: 10px;
  font-weight: bold;
  opacity: .4;
}

#news .inner .news-list dl dd {
  margin-left: 150px;
  margin-bottom: 10px;
}

#news .btn {
  text-align: center;
}

#concept {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 40px;
}

#concept .inner {
  width: 74%;
  margin: 0 auto;
}

#concept .inner .container1 {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}

#concept .inner .container1 .concept1 {
  width: 43%;
}

#concept .inner .container1 .concept1 h2 {
  margin-bottom: 30px;
}

#concept .inner .container1 .concept1 p {
  margin-bottom: 15px;
  font-size: 16px;
}

#concept .inner .container1 .concept1 {
  padding: 25px;
  box-sizing: border-box;
}

#concept .inner .container1 .img {
  width: 57%;
}

#concept .inner .container2 {
  display: flex;
  flex-flow: row-reverse;
  margin-bottom: 80px;
  align-items: center;
}

#concept .inner .container2 .concept2 {
  width: 43%;
  padding: 0px 0px 0px 45px;
  box-sizing: border-box;
}

#concept .inner .container2 .concept2 h2 {
  margin-bottom: 30px;
}

#concept .inner .container2 .concept2 p {
  margin-bottom: 15px;
  font-size: 16px;
}

#concept .inner .container2 .img {
  width: 57%;
}

#style {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 90px;
}

#style .inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#style .inner .heading {
  text-align: center;
  padding-bottom: 60px;
}

#style .inner .styles {
  display: flex;
  margin-bottom: 60px;
}

#style .inner .styles .style {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
}

#style .inner .styles .style:nth-child(2) {
  position: relative;
  top: 30px;
}

#style .inner .styles .style:nth-child(3) {
  position: relative;
  top: 60px;
}

#style .inner .styles .style:nth-child(4) {
  position: relative;
  top: 90px;
}

#salon .scroll-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  background-image: url(../image/salon-info/home-saloninfo.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

#salon .scroll-bg .btn {
  margin-top: 400px;
}

#salon .scroll-bg .btn a button:hover {
  border: none;
}

#instagram {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #eee;
}

#instagram .inner {
  width: 80%;
  margin: 0 auto;
}

#instagram .inner .heading {
  text-align: center;
  padding-bottom: 70px;
}

#instagram .inner .blogs {
  display: flex;
  margin-bottom: 30px;
}

#instagram .inner .blogs .blog {
  width: 33%;
  padding: 15px;
  box-sizing: border-box;
}

#menu {
  background-color: #fff;
}

#menu .container-fulid {
  padding-top: 100px;
  padding-bottom: 100px;
}

#menu .container-fulid .inner {
  width: 90%;
  margin: 0 auto;
}

#menu .container-fulid .inner .heading {
  text-align: center;
  margin-bottom: 30px;
}

#menu .container-fulid .inner .apology {
  text-align: center;
}

#menu .container-fulid .inner .row .content {
  padding: 30px;
  box-sizing: border-box;
}

#menu .container-fulid .inner .row .content h3 {
  margin: 30px 0 30px 0;
  font-size: 24px;
}

#menu .container-fulid .inner .row .content p.cover {
  margin-bottom: 50px;
  padding-left: 20px;
}

#menu .container-fulid .inner .row .content p.caution {
  padding-left: 20px;
}

#menu .container-fulid .inner .row .content dl {
  border-bottom: 1px solid #eee;
  margin-left: 20px;
}

#menu .container-fulid .inner .row .content dl dt {
  float: left;
  font-weight: lighter;
  padding-bottom: 10px;
}

#menu .container-fulid .inner .row .content dl dd {
  text-align: right;
  font-weight: lighter;
  padding-bottom: 10px;
}

#access footer {
  width: 100%;
  margin: 0 auto;
}

#access footer .container {
  max-width: 100%;
  padding: 0;
}

#access footer .container .access-wrap {
  display: flex;
}

#access footer .container .access-wrap .map {
  width: 50%;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

#access footer .container .access-wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access footer .container .access-wrap .access {
  width: 50%;
  background-color: #222;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

#access footer .container .access-wrap .access .inner {
  width: 80%;
  margin: 0 auto;
}

#access footer .container .access-wrap .access .inner .heading {
  text-align: center;
  margin-bottom: 60px;
}

#access footer .container .access-wrap .access .inner .btn a button {
  background-color: #222;
  border: 1px solid #fff;
  color: #fff;
}

#access footer .container .access-wrap .access .inner .btn a button:hover {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}

#access footer .container .access-wrap .access .inner .address {
  margin-left: 100px;
  margin-bottom: 50px;
}

#access footer .container .access-wrap .access .inner .address dl dt {
  float: left;
  margin-bottom: 15px;
}

#access footer .container .access-wrap .access .inner .address dl dd {
  margin-left: 100px;
  margin-bottom: 15px;
}

#access footer .container .access-wrap .access .inner .address dl dd.day {
  margin-bottom: 0px;
}

#access footer .container .copyright {
  height: 80px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#access footer .container .copyright p {
  color: #fff;
}
