/**************** ハンバーガー ****************/

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 5px;
  top   : 5px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

@media(min-width:769px){
  .hamburger{
    display:none;
  }
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000000;
  -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 {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  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: #000;
  padding: 1em 0;
  text-decoration :none;
}

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

/**************** ハンバーガーここまで ****************/

.container90{
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media(max-width:768px){
  .container90{
    margin-top:20px;
  }
}

.header-left {
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 200px;
  background-color: black;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}

@media(max-width:768px){
  .header-left{
    height:60px;
    width:150px;
  }
}

.header-effort-text {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: -10px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

@media(max-width:768px){
  .header-effort-text{
    font-size:24px;
    margin-top:10px;
    margin-bottom:-5px;
  }
}

.header-hair-text {
  font-size: 10px;
}

@media(max-width:768px){
  .header-hair-text{
    font-size:7px;
  }
}

.header-menu {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: right;
}

.header-menu li {
  font-size: 15px;
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
}

.header-menu li + li {
  border-left: 1px solid #333;
}

.header-menu a {
  color: #000;
  text-decoration: none;
}

.header-menu a:hover {
  color: #826dd5;
}

.header-right-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 12px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1) 2px,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 1) 9px
  );
}

@media(max-width:768px){
  .header-right{
    display:none;
  }
}

#first-view {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
}

@media(max-width:768px){
  #first-view{
    position:absolute;
    top:50px;
  }
}

.first-view-text {
  color: white;
  position: absolute;
  top: 250px;
  left: 30px;
  text-align: left;
  mix-blend-mode: exclusion;
  animation-name: fadeInUp;
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.first-view-text2 {
  color: black;
  position: absolute;
  top: 250px;
  left: 30px;
  text-align: left;
  animation-name: fadeInUp;
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.first-view-effort {
  font-size: 140px;
  margin-bottom: -50px;
}

.first-view-subtext {
  font-size: 50px;
}

@media(max-width:768px){
  .first-view-effort{
    font-size:80px;
  }
  .first-view-subtext{
    font-size:20px;
    position:relative;
    top:20px;
  }
}

.first-view-photo {
  width: 90%;
  background-image: url("../imgs/hair/oe805f8bb731a871049e560313203844b_39154369_210821_39.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:768px){
  .first-view-photo{
    height:500px;
  }
}

.first-view-sns {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 25px;
  padding-top: 10px;
}

.first-view-sns a {
  color: #000;
  padding-left: 10px;
  transition: all 0.5s;
}

.first-view-sns a:hover {
  color: #826dd5;
  transition: all 0.5s;
}

.first-view-copyright {
  position: absolute;
  top: 300px;
  right: 4px;
}

@media(max-width:768px){
  .first-view-copyright{
    position:absolute;
    top:200px;
  }
}

.first-view-copyright-text {
  writing-mode: vertical-rl;
  font-size: 13px;
}

.right-menu-reserve {
  width: 220px;
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
  text-decoration: none;
  color: white;
  background-color: #826dd5;
  padding: 20px 30px 30px 40px;
  border-radius: 15px 0px 0px 15px;
  transition: all 0.5s;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  z-index: 2;
}

.right-menu-reserve:hover {
  color: white;
  background-color: #c5bbf1;
  transition: all 0.5s;
}

.reserve {
  white-space: nowrap;
  font-size: 33px;
}

.reserve-japan {
  white-space: nowrap;
  font-size: 15px;
}

@media(max-width:768px){
  .right-menu-reserve{
    position:fixed;
    top:initial;
    bottom:0px;
    left:0px;
    width:60%;
    height:80px;
    border-radius:0;
    text-align:center;
    padding:10px;
    overflow: hidden;
}
  .right-menu-reserve::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: right-menu-reserve 3s ease-in-out infinite;
    }

  @-webkit-keyframes right-menu-reserve{
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

  .reserve {
    font-size: 23px;
  }

  .reserve-japan {
    font-size: 12px;
  }

}

.right-menu-ec {
  width: 220px;
  position: absolute;
  top: 165px;
  right: 0;
  text-align: right;
  text-decoration: none;
  color: white;
  background-color: #b9b0a5;
  padding: 20px 30px 25px 40px;
  border-radius: 15px 0px 0px 15px;
  transition: all 0.5s;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  z-index: 2;
}

.right-menu-ec:hover {
  color: white;
  background-color: #ddd4c9;
  transition: all 0.5s;
}

.ec {
  white-space: nowrap;
  font-size: 21px;
}

.ec-japan {
  white-space: nowrap;
  font-size: 15px;
}

@media(max-width:768px){
  .right-menu-ec{
    position:fixed;
    top:initial;
    bottom:0px;
    border-radius:0px;
    width:40%;
    height:80px;
    text-align:center;
    padding:10px;
  }

  .ec {
  font-size: 14px;
  position:relative;
  top:5px;
  }

  .ec-japan {
    font-size: 10px;
    position:relative;
    top:5px;
  }
}

#right-menu{
  position:sticky;
  top:-30px;
  z-index: 10;
}

.del15 {
  animation-delay: 0.5s, 0.5s;
}

.black {
  width: calc(10vw - 80px);
  overflow: hidden;
  z-index: 100;
  color: #000;
}

/* CSSアニメーションの指定 */
.img-slide {
  animation: SlideIn 1.6s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    transform: translateX(64px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.first-view-cross-text {
  font-family: yu-mincho-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  text-align:center;
  white-space: nowrap;
  background: #f1ede3;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float:left;
}

.first-view-cross-text h1{
  position:relative;
  right:10px;
  margin-bottom:-10px;
}

.first-view-cross-text p{
  margin-bottom:-15px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.first-view-cross-text2{
  position:relative;
  right:10px;
}

@media(max-width:768px){
  .first-view-cross-text{
    float:initial;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-size:28px;
  }
  .first-view-cross-text h1{
  position:relative;
  right:0px;
  top:20px;
  margin-bottom:0px;
  text-align
  }
  .first-view-cross-text p{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    top:12px;
  }
  .first-view-cross-text2{
  position:relative;
  right:0px;
  top:15px!important;
  }
}

.first-view-cross-text-right{
  font-size:20px;
  text-align:left;
  line-height:35px;
  padding-left:200px;
}

@media(max-width:768px){
  .first-view-cross-text-right{
    font-size:16px;
    line-height:initial;
    padding-left:initial;
    margin-top:30px;
  }
}

.section-title{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 70px;
  text-align: center;
  position: relative;
  bottom:50px;
  margin-bottom: -20px;
}

@media(max-width:768px){
  .section-title{
    font-size:50px;
    position:relative;
    bottom:33px;
  }
}

#about{
  width: 100%;
  background-color: #F1EDE3;
  position:relative;
  top:1000px;
  z-index:-1;
}

@media(max-width:768px){
  #about{
    position:relative;
    top:1058px;
  }
}

.about-left{
  width: 40%;
  height:550px;
  background-image: url("../imgs/shop/S__566157331.jpg");
  background-size: cover;
  float:left;
  margin-right:50px;
  z-index: 1;
}

@media(max-width:768px){
  .about-left{
    width:100%;
    height:300px;
    float:initial;
  }
}

.about-right-title{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 28px;
  z-index: 1;
}

.about-right-text{
  margin-top:50px;
  line-height: 25px;
  z-index: 1;
  float
}

@media(max-width:768px){
  .about-right-title{
    font-size:22px;
    margin-top:30px;
  }
  .about-right-text{
    margin-top:30px;
  }
}

.about-white-space{
  width: 100%;
  height:500px;
  position: relative;
  bottom:110px;
  background-color:white;
  z-index:-1;
}

@media(max-width:768px){
  .about-white-space{
    bottom:250px;
  }
}


#example{
  width: 100%;
  background-color: #F1EDE3;
  position:relative;
  top:700px;
  z-index:-1;
}

.section-title-example{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  position: relative;
  bottom:40px;
  margin-bottom: -20px;  
}

@media(max-width:768px){
  #example{
    top:650px;
  }

  .section-title-example{
    font-size:45px;
    bottom:33px;
  }
}

.example-explanation{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:768px){
  .example-explanation{
    width:90%;
    margin-bottom:50px;
  }
}

.example-container{
  text-align: center;
}

.example-component{
  width:45%;
  display: inline-block;
  margin:20px;
}

@media(max-width:768px){
  .example-component{
    width:100%;
    display:block;
    margin-left:auto;
  }
}

.example-photo-wrap:after {
  clear: both;
  content: '';
  display: block;
}
.example-photo {
  display: inline-block;
  width: 50%;
  float: left;
  height:250px;
}

@media(max-width:768px){
  .example-photo{
    height:200px;
  }
}

.example-component-text{
  background-color:white;
  padding:30px;
  text-align: left;
}

@media(max-width:768px){
  .example-component-text{
    padding:15px;
    margin-bottom:30px;
  }
}

.example-photo-before-text,.example-photo-after-text{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  position:relative;
  top:180px;
  font-size:30px;
  color:white;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

@media(max-width:768px){
  .example-photo-before-text,.example-photo-after-text{
  top:150px;
}
}

.before1{
  background-image:url('../imgs/beforeafter/before1.jpg');
  background-size:cover;
}

.after1{
  background-image:url('../imgs/beforeafter/after1.jpg');
  background-size:cover;
}

.before2{
  background-image:url('../imgs/beforeafter/before2.jpg');
  background-size:cover;
}

.after2{
  background-image:url('../imgs/beforeafter/after2.jpg');
  background-size:cover;
}

.before3{
  background-image:url('../imgs/beforeafter/before3.jpg');
  background-size:cover;
}

.after3{
  background-image:url('../imgs/beforeafter/after3.jpg');
  background-size:cover;
}

.before4{
  background-image:url('../imgs/beforeafter/before4.jpg');
  background-size:cover;
}

.after4{
  background-image:url('../imgs/beforeafter/after4.jpg');
  background-size:cover;
}

.before5{
  background-image:url('../imgs/beforeafter/before5.jpg');
  background-size:cover;
}

.after5{
  background-image:url('../imgs/beforeafter/after5.jpg');
  background-size:cover;
}
.before6{
  background-image:url('../imgs/beforeafter/before6.jpg');
  background-size:cover;
}

.after6{
  background-image:url('../imgs/beforeafter/after6.jpg');
  background-size:cover;
}
.example-component-6{
  margin-bottom: 200px;
}

@media(max-width:768px){
  .example-after-sp{
    height:1px;
  }
}

#qa{
  width: 100%;
  position:relative;
  top:600px;
  z-index:-1;
  text-align:center;
}

@media(max-width:768px){
  #qa{
    top:615px;
  }
}

.section-title-qa{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 70px;
}

.qa-subtitle{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 30px;
  margin-top:30px;
}

.qa-explanation{
  width:70%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  margin-bottom:50px;
}

.qa-q-section{
  width:70%;
  margin-left:auto;
  margin-right:auto;
  border:1pt solid #000000;
  padding:20px;
  margin-top:30px;
  text-align:left;
}

.qa-q-section p{
  margin-bottom:0px;
  font-size:18px;
}

.qa-a-section{
  width:70%;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:40px;
  text-align:left;
  padding:20px;
}

@media(max-width:768px){
  .section-title-qa{
    font-size:50px;
  }
  .qa-subtitle{
    font-size:22px;
    padding-bottom:10px;
  }
  .qa-explanation{
    width:90%;
    padding:0 10px 0 10px;
  }
  .qa-q-section{
    width:90%;
    padding:15px;
  }
  .qa-q-section p{
    font-size:16px;
  }
  .qa-a-section{
    width:90%;
    padding:20px 10px 20px 10px;
  }
}

#menu{
  width: 100%;
  background-color: #F1EDE3;
  position:relative;
  top:800px;
  z-index:-1;
  text-align:center;
  padding-bottom:200px;
}

.menu-component-title{
  font-size:24px;
  margin-bottom:0px;
  padding-top:30px;
  font-weight:bold;
}

.menu-component{
  background-color:#ffffff;
  width:70%;
  margin-right:auto;
  margin-top:0px;
  margin-left:auto;
  margin-bottom:20px;
  border:1pt solid;
  padding:20px;
}

@media(max-width:768px){
  .menu-component{
    width:90%;
  }
}

.menu-component p{
  margin-bottom:0px;
}

.menu-component-menu{
  white-space:nowrap;
}

@media(max-width:768px){
  .menu-component-menu{
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
  }
}

.menu-component-part{
  display:inline-block;
}

.menu-component-left{
  text-align:left;
  width:80%;
}

.menu-component-right{
  text-align:right;
  width:15%;
  white-space:nowrap;
}

@media(max-width:768px){
  .menu-component-left{
    width:100%;
  }
  .menu-component-right{
    width:100%;
    margin-top:20px;
  }
}

.menu-component-explanation{
  font-size:12px;
  color:#6c757d;
}

.menu-component-price{
  font-size:22px;
  position:relative;
  bottom:8px;
}

/* サロンインフォ */
#info{
  width: 100%;
  background-color: #eeeeee;
  position:relative;
  top:800px;
}

/* スタッフカルーセル */

.center-item .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(40%);
  -moz-filter: opacity(40%);
  -o-filter: opacity(40%);
  -ms-filter: opacity(40%);
  filter: opacity(40%);
  transition: 0.2s linear;
}

.staff-photo{
  height:300px;
}

@media(max-width:768px){
  .staff-photo{
    height:250px;
  }
}

.sudo{
  background-image:url('../imgs/staff/S__572456969.jpg');
  background-size:cover;
  background-position:50% 20%;
}

.fuji{
  background-image:url('../imgs/staff/kanta_photo.jpg');
  background-size:cover;
  background-position:50% 40%;
}

.niya{
  background-image:url('../imgs/staff/S__572456967.jpg');
  background-size:cover;
  background-position:50% 15%;
}

.kenshiro{
  background-image:url('../imgs/staff/kenshiro_photo.jpg');
  background-size:cover;
  background-position:50% 30%;
}

.staff-info{
  width:280px;
  margin-right:20px;
  margin-left:20px;
  background-color:#fcfcfc;
}

.staff-jquary{
  padding-top:30px;
  padding-bottom:150px;
}

.staff-info-content{
  padding:30px;
}

@media(max-width:768px){
  .staff-info{
    margin-right:10px;
    margin-left:10px;
  }
  .staff-info-content{
    padding:10px;
  }
}

.staff-name-area{
  background-color:#F3F3F3;
  padding-top:15px;
  padding-bottom:10px;
  text-align:center;
}

.staff-status{
  font-size:14px;
  margin-bottom:0px;
  color:#CC4466;
}

.staff-name{
  font-size:18px;
  margin-bottom:0px;
}

.name-kana{
  font-size:14px;
  margin-left:20px;
}

.career{
  color:black;
}

.staff-introduction{
  font-size:14px;
  margin-top:20px;
}

.staff-introduction-title{
  color:#CC4466;
}

.staff-table{
  font-size:12px;
  width: 100%;
}

.staff-table td{
  padding-top:10px;
  padding-bottom:10px;
}

.staff-td-right{
  padding-left:5px;
}

.staff-td-left{
  white-space:nowrap;
  width:10px;
}

.slick-arrow {
  position: absolute;
  top: 330px;
  bottom: 0;
  margin: auto;
  font-size:130px;
}

.prev-arrow {
  left: 130px;
  z-index: 10;
}

.next-arrow {
  right: 130px;;
}

@media(max-width:768px){
  .slick-arrow{
    font-size:50px;
  }
  .prev-arrow{
    left:10px;
  }
  .next-arrow{
    right:10px;
  }
}
/* /////////SLICK///////////// */

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/* アクセス */
#access{
  width: 100%;
  background-color: #eeeeee;
  position:relative;
  top:700px;
}

@media(max-width:768px){
  #access{
    top:650px;
  }
}

.access-left{
  float:left;
  width:50%;
  margin-bottom: 100px;
}

.access-left-title{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 60px;
}

tr+tr{
  border-top:1px solid;
}

.access-left-table td{
  padding-left:0px;
  padding-top:20px;
  padding-right:30px;
  padding-bottom:20px;
}

.table-content{
  padding-right:0px !important;
}

.table-title{
  white-space: nowrap;
}

.access-right{
  width:45%;
  height:500px;
  float:right;
  background-image:url('../imgs/shop/S__566157334.jpg');
  background-size:cover;
}

@media(max-width:768px){
  .access-right{
    float:initial;
    width:100%;
    height:300px
  }
  .access-left{
    float:initial;
    width:100%;
  }
  .access-left-title{
    text-align:center;
    margin-top:40px;
    font-size:50px;
  }
  .access-left-table td{
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
    width:100%;
  }
  .table-title{
    border-bottom:1pt dotted;
    font-weight:bold;
  }
}

#instagram{
  width: 100%;
  position:relative;
  top:950px;  
}

@media(max-width:768px){
  #instagram{
    top:750px;
  }
}

footer{
  width: 100%;
  background-color: #eeeeee03;
  position:relative;
  top:1200px;
}

.footer-name-area{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  padding-top:30px;
  padding-bottom:40px;
  text-align:center;
  color:white;
  background-color:black;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

.footer-name-area-name{
  font-size:65px;
  margin-bottom:0px;
}

.footer-name-area-sub{
  font-size:25px;
}

@media(max-width:768px){
  footer{
    top:850px;
  }

  .footer-name-area{
    padding-top:15px;
    padding-bottom:15px;
  }
  .footer-name-area-name{
    font-size:40px;
  }
  .footer-name-area-sub{
    font-size:15px;
  }
}

.footer-link-area{
  margin-top:20px;
  text-align:center;
}

.footer-link-area li {
  font-size: 15px;
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
}

.footer-link-area li + li {
  border-left: 1px solid #333;
}

.footer-link-area a {
  color: #000;
  text-decoration: none;
}

.footer-copyright{
  text-align:center;
  margin-top:60px;
  padding-bottom:10px;
  font-size:12px;
  color:#333333;
}

.footer-link-area a:hover {
  color: #826dd5;
}

/* RESERVE　SECTION */
#reserve{
  width: 100%;
  position:relative;
  top:50px;
  /* z-index:-1; */
  text-align:center;
}

.section-title-reserve{
  font-family: ltc-bodoni-175, yu-mincho-pr6n,serif;
  font-weight: 400;
  font-size: 70px;
}

@media(max-width:768px){
  #reserve{
    top:80px;
  }
  .section-title-reserve{
    font-size:50px;
  }
}

.calendar{
  position:relative;
  top:100px;
}

/* instagram */

.instagram{
  width:80%;
  position:relative;
  top:950px;
  margin-left:auto;
  margin-right:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.instagram img{
  width:200px;  
  margin:20px;
}

.instagram a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.5s;
}

@media(max-width:768px){
  .instagram{
    position:relative;
    top:750px;
    width:100%;
  }
  .instagram img{
    width:100px;
    margin:5px;
  }
}

/* 予約 */
.m-c-r-inline{
  position: relative;
}

.tel-button{
  color:white;
  display:inline-block;
  text-decoration:none;
  width:300px;
  background-color:black;
  padding:20px 0px;
  margin-bottom:30px;
}

.tel-button:hover {
  color: white;
  background-color: #c5bbf1;
  transition: all 0.5s;
}

@media(max-width:768px){
  .tel-button{
    width:90%;
  }
}

.tel-reserve{
  margin-bottom:5px;
  font-size:18px;
}

.tel-reserve-number{
  margin-bottom:0px;
  font-size:12px;
}

.fontsize-kome{
  font-size:12px;
}

.bold-red-18{
  color:red;
  font-size:18px;
  font-weight: bold;
}

@media(max-width:768px){
  .bold-red-18{
    font-size: 12px;
  }
}