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

/*共通*/
* {
	box-sizing: border-box;
    color: #333333;
}

html {
	font-size: 62.5%;
    height: 100%;
}

body {
    font-family: "futura-pt",sans-serif,"source-han-sans-japanese",sans-serif,"Meiryo, Yu Gothic","YuGothic","Roboto","Helvetica Neue","Hiragino Kaku Gothic Pro","Arial",sans-serif;
	font-size: 1.6rem;
    height: 100%;
}

li,a{
	text-decoration: none;
	list-style: none;
}

a,a:visited {
    color: #333333;
}



.wrap {
	width: 100%;
	background-color: #fff;
}

header {
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: #fff;
}

#nav-drawer {
    display: none;
}

.sp-fixedfooter {
    display: none;
}

.mgnctrl{
		width: 100%;
		height: 72px;
	}

.content {
    width: 1080px;
    margin: 0 auto 160px;
}

.sectiontitle {
	display: inline-block;
    margin: 0 0 32px 0;
    font-size: 4.0rem;
    font-weight: lighter;
    letter-spacing: 4px;
    text-align: left;
	vertical-align: middle;
}

.sectioncaption {
    display: inline-block;
    line-height: 40px;
    text-align: right;
	letter-spacing: 1.5px;
}

.sectioncaption a {
    color: #CC99A2;
	vertical-align: middle;
}

.instagram-icon {
	position: relative;
    display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 8px;
	background-image: url("image/instagram-icon.png");
	background-size: 20px 20px;
}

.mv {
    height: 560px;
	margin: 0 0 80px 0;
    position: relative;
    background-size: cover;
}

.title {
	position: absolute;
	left: 32px;
	bottom: 32px;
	width: 248px;
	height: 248px;
	padding: 24px;
	background-color: #fff;
	opacity: 0.8;
	font-size: 5.6rem;
	text-align: left;
}

.title h2 {
	position: absolute;
	bottom:32px;
	letter-spacing: 3px;
	font-weight:lighter;
}

.logo {
	width: 108px;
	height: 72px;
    margin: 0 6%;
	background: url('image/logo.svg') no-repeat;
	background-size: auto 72px;
    overflow: hidden;
    float: left;
	text-indent: 100%;
	white-space: nowrap;
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.gnav {
    line-height: 72px;
	margin: 0 6% 0 auto;
	text-align: right;
}

.gnav .nav-item {
	display: inline-block;
	margin-left: 96px;
    font-size: 2.0rem;
    font-weight: lighter;
    letter-spacing: 1.5px;
    color: #333333;
}



/*クリアフィックス*/
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

/*フッター*/
.footer {
	width: 100%;
}

.footer-box1 {
    margin: 0 auto;
    text-align: center;
}

.openinfo {
    display: inline-block;
    width: 400px;
    height: 100px;
    margin: 0 12px 0 0 ;
    text-align: left;
    vertical-align: middle;
}

.openinfo p {
    	margin: 0 0 24px 0;
		letter-spacing: 0.9px;
		font-size: 1.8rem;
		color: #555;
	}

.openinfo span {
	color: #CC99A2;
}

.reservationbtn {
    display: inline-block;
    vertical-align: middle;
    outline: 1px solid #fff;
	outline-offset: -8px;
}

.reservationbtn:hover {
	opacity: 0.8;
	transition: 0.2s;
}

.reservationbtn a,.reservationbtn a:visited {
    display: inline-block;
    width: 320px;
    height: 116px;
    background-color: #D9B6B0;
    text-align: center;
    line-height: 116px;
    font-size: 2.4rem;
    letter-spacing: 4px;
    color: #fff;
}

.footerline {
    width: 90%;
    margin: 72px auto 48px;
}

.boldline {
    height: 4px;
    margin: 0 0 8px 0;
    background-color: #333333;
}

.stickyline {
    height: 2px;
    background-color: #333333;
}

.memulists {
	position: relative;
    margin: 0 0 24px 0;
    text-align: center;
}

.menulist {
    display: inline-block;
    margin: 0 72px;
    font-size: 1.2rem;
    font-weight: lighter;
    vertical-align: top;
    text-align: left;
}

.menulist li {
    margin: 24px 0;
}

.menulist a,.menulist a:visited {
    color: #333333;
}

.menuhead {
	letter-spacing: 1.5px;
}

.menuhead a {
    font-size: 2.4rem;
    font-weight: normal;
}

.scrlbtn {
	display: none;
}

.sp-dp {
	letter-spacing: 1px;
}

.footer-box2 {
    width: 960px;
    margin: 0 auto 24px;
}

.footer-logo {
    width: 220px;
    float: left;
}

.sns-icons {
	padding: 55px 0 0 0;
    margin: auto 0;
    float: right;
}

.sns-icons a {
    margin: 0 32px;
}

.copyright {
    display: block;
    padding: 4.5px 0 0 0;
    width: 100%;
    height: 24px;
    background-color: #F5F5F5;
}

.copyright-inner {
    width: 1080px;
    margin: 0 auto;
}

.copyright-inner p {
	font-size: 10px;
	letter-spacing: 1px;
	color: #888888;
}



/*タブレット*/
@media (max-width: 1024px) {
    
    #nav-drawer {
      display: block;
}

	.content {
		width: 984px;
	}
    
    .gnav {
        display: none;
    }
	
	
	.openinfo p {
    	margin: 0 0 24px 0;
		letter-spacing: 0.9px;
		font-size: 1.8rem;
	}
	
    .copyright-inner {
        width: 984px;
    }
    
/*ハンバーガーアイコン*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  position: relative;
  position: fixed;
  padding: 16px;
	margin: 0px 16px;
  width: 80px;
  height: 72px;
  right: 0;
  vertical-align: middle;
  cursor: pointer;
  float: left;
    background-color: #fff;
    z-index: 10000;
    opacity: 0.9;
}

/*ハンバーガーアイコンをCSSだけで表現*/
.top, .middle, .bottom {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 48px;/*長さ*/
  border-radius: 3px;
  background: #333333;
  display: inline-block;
  content: '';
    top: calc(50% - (1px / 2));
    transition: .3s;
}

.top {
    transform: translate(0, -11px);
}

.middle {
      
}
.bottom {
    transform: translate(0, 11px);
}

    

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
  cursor: pointer;
}


/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*左側に隙間を作る（閉じるカバーを表示）*/
  max-width: 450px;/*最大幅（調整してください）*/
  height: 100%;
  background: #F5F5F5;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
	
  /*以下オリジナル*/
	font-size: 2.8rem;
	opacity: 0.9;
}

#nav-content ul {
    padding: 96px 0 0 64px;
	width: 100%;
	text-align: left;
}

#nav-content ul li {
	margin: 48px 0;
}

#nav-content ul li a {
	letter-spacing: 3px;
}

.fcpink {
	color: #CC99A2 !important;
}

.nav-sns-icons {
	padding: 26px 0 0 48px;
	text-align: left;
}

.nav-sns-icons a {
    margin: 0 12px;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-input:checked ~ #nav-open .middle {
        opacity: 0;
    }
    
#nav-input:checked ~ #nav-open .top {
        transform: rotate(-45deg) translateY(0px);
    }
    
#nav-input:checked ~ #nav-open .bottom {
        transform: rotate(45deg) translateY(0px);
    }


@media (max-width: 896px) {
	
    .content {
        width: 728px;
        margin-bottom: 136px; 
    }
    
	
	
    .tblt-vtcl {
        display: none;
    }
    
    body {
        font-size: 1.4rem;
    }
    
	.mv {
		height: 440px;
		margin: 0 0 64px 0;
	}

	.title {
		left: 28px;
		bottom: 28px;
		width: 176px;
		height: 176px;
		padding: 16px;
		font-size: 4.0rem;
	}

	.title h2 {
		bottom: 28px;
		letter-spacing: 2px;
	}
	
    .openinfo {
    display: inline-block;
    width: 240px;
    height: 100px;
    text-align: left;
    vertical-align: middle;
    }

	.openinfo p {
    	margin: 0 0 26px 0;
		letter-spacing: 0.6px;
		font-size: 1.6rem;
	}
	
	.reservationbtn {
    outline: 0.5px solid #fff;
	outline-offset: -4px;
}
	
    .reservationbtn a,.reservationbtn a:visited {
    width: 240px;
    height: 116px;
    line-height: 116px;
    font-size: 2.6rem;
    letter-spacing: 4px;
    }
    
    .menulist {
    margin: 0 40px;
    font-size: 1.2rem;
    }
    
    .footer-box2 {
    margin: 0 auto 24px;
    }

    .copyright-inner {
        width: 728px;
    }
    
	
}

@media (max-width: 460px) {
    
    body {
	    font-size: 1.2rem;
    }
    
    #nav-content {
  width: 100%;/*全画面を覆う（閉じるカバーを表示）*/
  max-width: 460px;/*最大幅（調整してください）*/
  height: 100%;
  background: #F5F5F5;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
	
  /*以下オリジナル*/
	font-size: 3.2rem;
}

#nav-content ul {
    padding: 64px 0 0 0;
    margin: 0 auto;
	width: 100px;
	text-align: center;
    font-size: 2.0rem;
}
    #nav-content ul li {
	margin: 40px 0;
}
	
	
    .sp-fixedfooter {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 48px;
        z-index: 10;
    }
    
    .sp-fixedfooter ul li, .sp-fixedfooter ul li a {
        display: inline-block;
        text-align: center;
        float: left;
        opacity: 1.0;
    }
    
    .fixed-reservationbtn {
        color: #333333;
        width:75%;
        font-size: 1.6rem;
        background-color: #FAEFE1;
    }
    
    .fixed-reservationbtn a{
        line-height: 48px;
        width: 100%;
        height: 100%;
		letter-spacing: 1.5px
    }
    
    .fixed-instagrambtn {
        line-height: 48px;
        width: 25%;
        height: 48px;
        background-color: #fff;
    }
    
    .fixed-instagrambtn a {
        line-height: 48px;
        width: 100%;
        height: 100%;
        background-image: url("image/instagram-salon.png");
        background-repeat: no-repeat;
        background-size: 28px auto;
        background-position: center center;
    }
    
    .content {
        width: 315px;
        margin-bottom: 88px;
    }
    
    .logo {
        width: 80px;
        height: 48px;
        margin: 4px 6%;
        background-size: 80px 48px;
    }
    
	.mgnctrl{
		width: 100%;
		height: 56px;
	}
	
    .mv {
        height: 200px;
        margin: 0 0 40px 0;
    }
    
    .title {
		left: 16px;
        bottom: 16px;
        width: 120px;
        height: 120px;
        padding: 8px;
    }

    .title h2 {
		bottom: 12px;
		letter-spacing: 2px;
		font-size: 2.8rem;
    }

    
    .sectiontitle {
        margin: 0 0 24px 0;
        font-size: 2.4rem;
        letter-spacing: 2px;
    }
    
    .sectioncaption {
        line-height: 24px;
		letter-spacing: 0.6px;
    }
    
    
    
    .sp-dp {
        display: none;    
    }
    
    .openinfo {
        width: 160px;
        height: 72px;
    }
	
	.openinfo p {
    	margin: 0 0 18px 0;
		letter-spacing: 0.4px;
		font-size: 1.2rem;
	}
    
    .reservationbtn a,.reservationbtn a:visited {
        width: 140px;
        height: 80px;
        line-height: 80px;
        font-size: 1.6rem;
        letter-spacing: 4px;
    }
    
    .footerline {
        margin: 48px auto 48px;
    }

    .boldline {
        height: 3px;
        margin: 0 0 4px 0;
        background-color: #333333;
    }
    
    
    .stickyline {
        height: 1px;
        background-color: #333333;
    }

	
	
    .menulist {
        display: block;
        margin: 0 48px ;
        font-size: 1.2rem;
    }
    
    .menulist li {
        margin: 32px 0;
    }
    
    .menuhead a {
        font-size: 1.6rem;
        font-weight:medium;
		letter-spacing: 0.2rem;
    }
        
	
.nav-sns-icons {
	padding: 26px 0 0 0;
	text-align: center;
}

.nav-sns-icons a {
    margin: 0 12px;
}

	
	#pagetop {
		display:block;
		width: 48px;
		height: 48px;
		position:absolute;
		top: 0px;
		right: 50px;
		background-image:url("image/scrlbtn.svg");
		background-size: cover;
	}
	
    .footer {
        padding-bottom: 48px;
    }
    
    .footer-box2 {
        margin: 0 auto 24px;
    }
    
    .footer-logo {
        width: 120px;
        float: right;
    }

    
    .footer-logo a img {
        width: 120px;
    }
    
    .copyright-inner {
        width: 315px;
    }
    
    
/*アイコンのスペース*/
#nav-open {
	margin: 0;
  padding: 12px;
  width: 64px;
  height: 56px;
  right: 0;
  
}
	
/*ハンバーガーアイコンをCSSだけで表現*/
.top, .middle, .bottom {
  height: 1px;/*線の太さ*/
  width: 40px;/*長さ*/
  border-radius: 3px;
}

.top {
    transform: translate(0, -10px);
}

.middle {
      
}
    
.bottom {
    transform: translate(0, 10px);
}
	