@charset "UTF-8";
/* CSS Document */


html{
	font-size: 62.5%;
}


body{
background-color: #F2EEE6;
color: #808080;
font-size: 1.3rem;
font-family: fot-tsukubrdgothic-std, noto-sans-cjk-jp, futura-pt, futura-pt-condensed, bufalino, Roboto Mono, Open Sans Condensed, monospace, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a{
	color: #808080;
}


img{
	max-width: 100%;
	height: auto;
}


*{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}


/*------------------------------------------------------------------------スマホ*/
/*@media screen and (max-width:768px){*/
	
	
	.wrapper{
		margin: 30px 22px;
	}
	
	
  .pc{
	display: none;
}

  .sp{
    display: block;
  }

/*-------------------------------------ヘッダー*/
	
	
	header{
		position: relative;
	}
	
	.logo{
		text-align: center;
	}
	
	.logo img{
		width: 128px;
	}
	
	
/*メニューボタン*/
	.btn-sp{
		position: fixed;
		top: 40px;
		right: 30px;
    z-index: 400;
		font-family: bufalino, sans-serif;
    font-weight: 500;
		font-size: 1.7rem;
		color: #808080;
		letter-spacing: 0.3em;
		border: solid 0.5px #707070;
		background: #F2EEE6;
		line-height: 1;
		width: 30px;
		height: 43px;
		padding: 5px 0 6px 6px;
}
	
	
/*クローズボタン*/
	.btn-close{
		position: fixed;
		z-index: 700;
		top: 40px;
		right: 30px;
		height: 28px;
		width: 28px;
	}
	
	.btn-close span{
		display: block;
		background-color: #707070;
		height: 1px;
	}
	
	.btn-close span:first-of-type{
		transform: translateY(10px) rotate(-315deg);
	}
	.btn-close span:last-of-type{
		transform: translateY(9px) rotate(315deg);
	}
	
	
/*	ナビゲーション*/
	/* ナビゲーションの初期の仕掛け */
	.nav,.btn-close{
		display: none;
	}
	.nav{
		position: fixed;
    z-index: 500;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #F2EEE6;
	}
	
	.nav-inner{
		margin: 80px 0;
	}
	
	.nav-list,
  h2{
		font-family: futura-pt-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
		font-size: 2rem;
    color: #868686;
		letter-spacing: 0.3em;
    text-indent: 0.3em;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 30px;
}

h2{
    padding: 140px 0 40px;
  }



/*--------------------------------------section-key*/
	.key{
		position: relative;
	}
	
  .key-ttl{
		width: 218px;
		margin: 0 auto;
		padding-top: 70px;
		margin-bottom: 80px;
	}

  /*とらわれないサロン*/
	h1{
		font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
		font-size: 1.3rem;
		letter-spacing: 0.4em;
		text-align: center;
		color: #808080;
	}

	.key-date{
		text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
		font-size: 0.6rem;
		letter-spacing: 0.3em;
		text-align: right;
		color: #808080;
		padding: 12px 12px 0 0;
	}


  /*コピーライト*/
  small img{
		width: 9px;
	}
  
  	small{
		position: fixed;
		top: 40%;
		left: 5px;
	}


  /*白枠*/
	.outline{
    position: relative;
    width: 233px;
    height: 266px;
    border: solid 2px #ffffff;
    background: none;
    margin: 0 auto;
	}
	
  /* のれん*/
  .noren img{
    width: 178px;
  }
  
	.noren{
		position: absolute;
		top: 22px;
		right: 27px;
		filter: drop-shadow(0px 2px 2px rgba(112, 112, 112, 0.16));
	}
  
	
  /*写真1*/
	.pic1 img{
		width: 80px;
	}
  
  .pic1{
    position: absolute;
    top: 73px;
    left: 26px;
    margin-top: 	10px;
    margin-left: 	5px;
  }
  
  /*照明*/
  .shomei img{
		width: 44px;
	}
  
  .shomei{
    position: absolute;
    top: 86px;
    left: 138px;
    width: 43.15px;
    filter: drop-shadow(0px 3px 3px rgba(112, 112, 112, 0.16));
  }
  
/*照明アニメーション*/
  
  .float {
  animation: float 3s linear infinite;
  transform-origin: 50% 50%;
}
 
@keyframes float {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-6px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
  
  /*写真2*/
  .pic2 img{
    width: 80px;
  }
  
  .pic2{
    position: absolute;
    top: 160px;
    left: 120px;
  }

	
	/*階段*/
	.kaidan img{
		width: 60px; 
	}
  
  .kaidan{
    position: absolute;
    top: 220px;
    left: 30px;
    filter: drop-shadow(0px 3px 3px rgba(112, 112, 112, 0.16));
    margin-top: -55px;
  }



/*-------階段アニメーション------------*/

  .kaidan{ 
    animation-duration: 3s; 
    animation-fill-mode: both; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count:infinite; 
} 

@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse { 
    animation-name: pulse; 
}
  
  
/* セクションタイトル*/
  
  h2::after{
    content: "";
    display: block;
    margin: 0 auto;
    width:24px;
    border-bottom: solid 1px #cbcbcb;
    padding-top: 30px;
  }
  
  
/*---------------------------home*/
  
  .inner{
    display: flex;
    justify-content: center;
    padding-bottom: 38px;
  }
  
  .msg{
    display: inline;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    line-height: 1.9;
    text-align: left;
    color: #808080;
    white-space: nowrap;
  }
  
	
/*--------------------------price*/
  
  table{
    background-color: #707070;
    color: white;
    width: 100%;
    text-transform: uppercase;
    font-family: open-sans-condensed, sans-serif;
  }
	
  th{
    padding: 40px 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
  
  
  tr{
    font-size: 1.2rem;

    
  }
	
  .left{
    padding: 0 0 30px 30px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
	
  .right{
    padding: 0 30px 30px 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: right;
  }
	
  
  .komoji{
    text-transform: lowercase;
  }
	
  
  .desc p:first-of-type{
    font-family: open-sans-condensed, sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
  
  .desc p:last-of-type{
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 0.8rem;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 6px 0 0 10px;
}
  
  .adjust{
    padding-bottom: 20px;
  }
  
  .center{
    text-align: left;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    padding: 0 0 40px 30px;
  }

  
  .center p:first-of-type{
    padding-bottom: 6px;
  }
  .center p:nth-child(2){
    padding-bottom: 6px;
  }
  
  .center p::before{
    content: "";
    display: inline-block;
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ECFF94;
    margin-right: 6px;
  }


.eye{
  padding: 0 0 40px;
}


/*-----------------------------gallery*/
	#gallery{
		width: 100%;
	}
	.eapps-instagram-feed{
		width: 100%;
	}


/*-----------------------------access*/
  .linkbox{
    text-align: center;
  }  


  .map-link{
    display: inline-block;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 900;
    text-decoration: underline;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
    color: slategray;
    padding: 30px 0; 
  }
  
  .map-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    font-weight: 400;
    padding-top: 16px;
  }

  .map-item:first-of-type{
    padding-top: 0;
  }
  
  .map-item a{
    text-decoration: underline;
    position: absolute;
    left: 16px;
    color: slategray;
  }
  
  .map-item::before{
    content: "";
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ECFF94;
    margin-right: 6px;
  }

.touch{
    padding-top: 12px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1rem;
    color: #707070;
}

.touch i{
  padding-right: 6px;
}
  
  .address{
    width: 166px;
    margin: 0 auto;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #707070;
    padding-top: 20px;
  }
  
  .address li{
    padding-top: 8px;
  }
  
  .po,
  .tel,
  .time{
    font-size: 1rem;
  }

  .tel a
    {
    color: slategray;
    cursor: pointer;
    transition: all 0.3s ease 0s; 
  }

  .tel a:hover{
    color: slateblue;
  }

  .tel a i{
    padding-right: 6px;
  }

  .time span{
    text-transform: uppercase;
    padding-right: 5px;
  }
  
  .time span:last-of-type{
    padding: 0;
  }
  
  
/*----------------------gallery*/
  
  .insta{
    z-index: 200;
  }
  
/*------------------reservation*/
  
  .slick-second div img{
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}
  
  .slick-second .slick-active img {
  transform: scale(1.0);
}
  

  .link{
    display: block;
    margin: 32px auto;
    width: 234px;
    height: 48px;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    padding: 17px 0;
    border: solid 1px;
    background-color: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }

  .link:hover{
    background-color: #707070;
    color: #ffffff;
  }  
  
  footer{
    padding-top: 110px;
  }
  
  footer .logo{
    padding-bottom: 10px;
  }
  
  .f-inner{
    background-color: #FFFFFF;
  }
  

  .f-inner .address{
    padding-bottom: 20px;
  }
  
  /*ページトップボタン*/
  
  .pagetop-btn img {
    width: 22px;
    position: relative;
    left: 5px;
    top: 6px;
}

  
   .pagetop-btn {
      display: block;
      position: fixed;
      bottom: 40px;
      right: 30px;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: solid 0.5px;
      background-color: #F2EEE6;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      z-index: 400;
  }

    .pagetop-btn:hover{
      opacity: 0.6;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
      transform: translateY(-0.1875em);
    }

    #sticker{
      height: 0;
    }


/*-------------------------------------------------pc*/
@media screen and (min-width:768px){
  
  .sp{
    display: none;
  }
  
  .pc{
    display: block;
  }
  
  .wrapper{
    margin: 30px auto;
    max-width: 960px;
  }
  
  
/*とらわれないサロン*/
  h1{
		font-size: 1.6rem;
	}
  
  
  .key-ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 270px;
    padding: 0;
  }
  
  .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 100%;
  }
  
  .bg{  }
  
  .key-date{
    font-family: futura-pt, sans-serif;
    font-weight: 500;
		font-size: 0.8rem;
		padding: 12px 12px 0 0;
	}

  small img{
    width: 13px;
  }
/*---------------------------------------home*/
  h2{
    padding: 200px 0 100px;
  }
  
  .inner{
    padding-bottom: 90px;
  }
  
  
  .msg{
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
  
/*slick*/

  
  .slick div img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
  
  
  
  /*---------------------------------------price*/
  
  .p-inner{
    display: flex;
    justify-content: center;
    background-color: #707070;
  }
  
   table{
    font-size: 1.6rem;
  }
  
  
  th{
    padding: 70px 0;
    font-size: 2.2rem;
  }
  
  
  tr{
    font-size: 1.6rem;
  }
  
  
  .left{
    padding: 0 0 28px 70px;
  }
	
  .right{
    padding: 0 70px 28px 0;
  }
  
  
  .p-inner li{
      width: 100%;
    
  }
  
  .pari{
    letter-spacing: 0.2em;
  }
  
  
  .desc p:first-of-type{
    font-size: 1.3rem;
}
  
  .desc p:last-of-type{
    font-size: 1.2rem;
    padding: 6px 0 0 10px;
}
  
  
 .attention{
    font-size: 1.3rem;
    padding: 0 0 40px 30px;
  }

  
  .attention p:first-of-type{
    padding-bottom: 10px;
  }
  .attention p:nth-child(2){
    padding-bottom: 10px;
  }
  
  .attention p::before{
    content: "";
    display: inline-block;
    width:12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ECFF94;
    margin-right: 6px;
  } 
  
  
  .attention{
    padding: 18px 0 80px 70px;
  }
  
  
  .eye{
    padding: 70px 0;
  }
  
  .center{
    padding-bottom: 135px;
  }
  
  
/*----------------------------access*/
  
  .map-pc{
    width: 600px;
    margin: 0 auto;
  }
  
  .map-link{
    font-size: 2rem;
    padding: 80px 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  
  .map-link:hover{
    color: slateblue;
  }
  
  .map-list{
    width: 450px;
    margin: 0 auto;
  }
  
  .map-list li{
    font-size: 1.6rem;
    padding-top: 12px;
  }
  
  .map-list li a:hover{
    color: slateblue;
  }
  

  .map-item::before{
    width:12px;
    height: 12px;
    margin-top: 6px;
  }
  
  
  .click{
    padding-top: 12px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.3rem;
    color: #707070;
}

  .click i{
    padding-right: 6px;
    padding-left: 4px;
  }


  .address{
    width: 260px;
    font-size: 1.6rem;
    padding-top: 40px;
  }
  
  .address li{
    padding-top: 12px;
  }
  
  .po,
  .tel,
  .time{
    font-size: 1.5rem;
  }

  
  
  .time span{
    text-transform: uppercase;
    padding-right: 10px;
  }
  
  .time span:last-of-type{
    padding: 0;
  }
  
  
/*-------------------------------reservation*/
  
  .slick-second div img{
    width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: bottom;
  }
  
   
  footer{
    padding-top: 160px;
  }
  
  footer .logo{
    padding-bottom: 40px;
  }
  
  .f-inner .address{
    padding-bottom: 50px;
  }
  
  .address li{
    padding-top: 14px;
  }
  
  
/*-------------------------------hover animation*/
  
/*--------------------underline*/
  .nav-list a{
  position: relative;
}
  
.nav-list a::after{
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: #ffffff;
  transition: all 0.3s ease 0s; 
}
  
.nav-list a:hover {
  cursor: pointer;
}
.nav-list a:hover::after {
  width: 100%;
}
  

/*-------------------------sticky*/
  .nav-inner{
    display: flex;
    justify-content: space-between;
    background-color: #F2EEE6;
  }
  
  
  .nav-inner{
    margin: 0;
  }
  
  
  #sticker-sticky-wrapper{
    position: relative;
    z-index: 999999;
  }
  
/*------------------------pagetop-btn*/
  .pagetop-btn img {
    width: 25px;
    left: 7px;
    top: 9px;
}
  
  
  .pagetop-btn {
    bottom: 80px;
    right: 30px;
    width: 40px;
    height: 40px;
}
  
  
  
  
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


