@charset "UTF-8";
/*
【フロントページに関するスタイル】
	┣ site-style.css 
	┣ animation-style.css
	┣ style.css
	┣ 
	┣ 
	┣ 
	┗ 
*/


/*---------- メインビジュアル - ロゴ・タイトル↓ ----------*/
#head_mainvisual_wrap {
	background-image: url(../site-img/main_visual.jpg);
	background-size: cover;
	height: 100vh;
}
#head_mainvisual_wrap_logo {
	width: 80%;
}
#head_mainvisual_slider {
    padding: 20px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
}

/*---------- メインビジュアル - ロゴ・タイトル↑ ----------*/


/*---------- メインビジュアル - ボタン↓ ----------*/

#head_mainvisual_cover_arrow {
	color: #1f2e37;
}

#head_mainvisual_cover_arrow:after {
	border-top: 10px solid #1f2e37;
}

#head_mainvisual_arrow {
	color: #fff;
}

#head_mainvisual_arrow:after {
	border-top: 10px solid #fff;
}

/*---------- メインビジュアル - ボタン↑ ----------*/


/*---------- 上部固定メニュー - 枠↑ ----------*/

#head_fixed_wrap {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(12px);
}
@media only screen and (max-width:720px) {
.head_fixed_navi_hum {
	height: 38px;
	top: 1px;
}
}
/*---------- 上部固定メニュー - 枠↑ ----------*/


/*---------- 上部固定メニュー - ハンバーガー↓ ----------*/

.head_fixed_navi_hum {
	color: #7c6d27;
	border: 1px solid #7c6d27;
}

.head_fixed_navi_hum button {
	color: #7c6d27;
}

.head_fixed_navi_hum button:before {
	box-shadow: #7c6d27 0 6.5px 0;
}

.head_fixed_navi_hum button:before , .head_fixed_navi_hum button:after {
	background: #7c6d27 none repeat scroll 0 0;
}
#fixed_site_menu {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(12px);
}
#fixed_site_menu nav {
	padding: 30px 0 0;
}
#fixed_site_menu li {
	border: 1px solid #fff;
}

#fixed_site_menu li a {
	color: #7c6d27;
}
/*---------- 上部固定メニュー - ハンバーガー↑ ----------*/

/*---------- メインコンテンツ↓ ----------*/
#home_contents_wrap {
	margin: 0 auto;
}


/*---------- メインコンテンツ↑ ----------*/



.home_newslist {
	border-top:1px solid #ececec;
	margin: 30px auto 0;
	padding: 30px 2% 0px;
}

.home_newslist dt {
	font-size:12px;	
	font-size:1.2rem;
	color: #999;
	margin:5px auto 5px 0;
}

.home_newslist dd {

}

/* 2020-04-10 */
#mainconcept_wrap {
    margin: 0 auto 0px !important;
}

#footer_sitemenu dt , #footer_about dt {
	background:none;
	color:#7c6d27;
}
#footer_sitemenu dd li , #footer_about dd li {
	border: none;
}
/*---------- ティザーサイト引用↓ ----------*/
#contents-wrap img {
  width: 100%;
}
#contents-wrap {
    display: flex;
}
#pc-bg {
    text-align: left;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    left: 0;
    overflow: hidden;
	filter: blur(10px);

}
#pc-bg video {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100vh;
    margin: 0 auto 0 0;
}
#sp-body {
    margin: 0 auto 0 ;
    padding:  0;
    width: 480px;
    background: #fff;
    min-height: 100%;
    height: 100%;
}
#header-logo {
  width:300px;
}
#header-logo img {
    width: 100%;
    height: auto;
  }

  #main-visual {
    background-color: #f5e4e7;
    width: 100%;
    min-height: 80vh;
    margin:0 auto;
    background-image: url(../img/main-visual.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
    #main-visual::after {
      content: '';
      background-color: rgba(245, 218, 219, 0.8);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
  }
  #main-visual img {
    width: 100%;
    height: auto;
  }
  #main-visual-content {
    margin: auto;
    display: block;
    width: fit-content;
    height: fit-content;
    width: 64%;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  #main-visual #logo {
    margin: 0 auto 0;
  }
#sns-link {
    margin: 80px 20px auto auto;
    display: block;
    width: fit-content;
    height: fit-content;
    width: auto;
    height: 10px;
    z-index: 2;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
  }
  #sns-link p {
    height: 60px;
  }
  #sns-link img {
    width: auto;
    height: 100%;
  }

  #concept {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
    position: relative;
  }

  #concept h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #concept h1 span {
    display: block;
  }

  #concept-content-wrap {
    display: flex;
  }

  #concept-img {
    width: 50%;
    height: fit-content;
  }
  #concept-text {
    text-align: left;
    width: 50%;
    font-size: 14px;
  }

  #concept-text p {
    color:#7c6d27;
    line-height: 2.0;
    margin: 0 auto 2em;
  }


  #salon {
    background-color: #fbf6f1;
    margin: 0 auto;
    padding: 120px 4%;
  }
    #salon h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #salon dl {
    display: flex;
    margin: 0 auto 30px;
  }
  #salon dt {
    width: 45%;
    margin: 0 30px 0 0;
  }
  #salon dd {
      width: 50%;
      text-align: left;
      font-size: 14px;
  }
  #salon dd h2 {
      font-size: 18px;
      font-weight: 100;
      margin: 0 0 10px;
  }

  #menu {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
  }
  #salon h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }
  #menu h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    margin: 60px 0 10px;
  }
  .menu-list {
    text-align: left;
    margin:0 auto 60px;
  }
    .menu-list ul {
    color: #7c6d27;
    width: 100%;
    list-style: none;
    padding: 0 0 0 1em;
  }
      .menu-list li {
    padding: 0 0 1em;
  }

  #menu {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
  }
  #menu h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

   #reservation {
    background-color: #f5e4e7;
    margin: 0 auto;
    padding: 120px 4%;
    background-image: url(../img/reservation-img.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
   }
  #reservation h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #reservation h1 span {
    display: block;
  }

  #reservation-content-wrap {
    display: flex;
  }

  #reservation-img {
    width: 50%;
    height: fit-content;
  }
  #reservation-text {
    text-align: left;
    width: 50%;
    font-size: 14px;
  }

  #reservation-text p {
    color:#7c6d27;
    line-height: 2.0;
    margin: 0 auto 2em;
  }

  .cv-button p {
    margin: 60px auto;
    background-color: #fff;
    padding: 20px 10px;
    max-width: 300px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
	font-size:14px;
  }
  .cv-button {
    color: #666;
    text-decoration: none;
  }



   #news {
    background-color: #fff;
    margin: 0 auto;
    padding: 120px 4%;
    background-image: url(../img/reservation-img.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
   }
  #news h1 {
    font-weight: lighter;
    color:#7c6d27;
    margin: 0 auto 60px;
    letter-spacing: 0.5em;
    font-size: 18px;
  }

  #news h1 span {
    display: block;
  }

  #news-content-wrap {
    display: flex;
  }

  #news-text {
    text-align: left;
    width: 50%;
    font-size: 14px;
  }

#news dl {
    font-size: 14px;
}

  #news-text p {
    color:#7c6d27;
    line-height: 2.0;
    margin: 0 auto 2em;
  }
