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


/* 
Reset Stylesheet
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, footer, header{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; 
  }

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

img{
	width: 100%;
    height: auto;
    flex-shrink: 0;
}

/*--マージン--*/

.mb10{
    margin-bottom: 10px;
}

.mt20{
    margin-top: 20px;
}
/*--文字スタイル--*/

.bo{
    font-weight: bold;
}

.xs{
    font-size:x-small;
    color: rgb(26 117 118);
}

.f110{
    font-size: 110%;
}




/*----*/
.toponly{
    display: none;
}

.w{
    color: #fff;
}

section{
    margin: 20% 0;
}


.center{
    text-align: center;
    margin: 10%;
}

.mt30{
    margin-top: 30px;
}


p{
    font-size: calc(17vw/13);
}

.bold{
    font-weight: bold;
    color: #104a52db;
}
.bold2{
    font-weight: bold;
}

.companyinfo{
    width: 80%;
    margin: 0 auto;
}

    .cp{
        font-size: 60%;
    }

aside a {
    color: #666;
    text-decoration: underline;
}
aside a:hover {
    color: #104a52db;
}

#side ul li {
    list-style-type: none;
    padding-bottom: 5%;
}

.form-control{
display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control2{
display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.formbtn{
    text-align: center;
    margin: 7% 0;
}

.formbtn a{
    color: #666;
    position: relative;
}

.formbtn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ボタン*/
/*== 外の線が伸びる */

.btnlinestretches{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*ボタンの形状*/
	color:#104a52db;
	border:1px solid #104a52db;
    padding: 10px 30px;	
	display:inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

/*hoverした際の背景の形状*/
.btnlinestretches:hover{
	background:#104a52db;
	color: #fff;
	border-color:transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
	content:'';
    /*絶対配置で線の位置を決める*/   
	position:absolute;
	border:solid #104a52db;
	width:10px;
	height:10px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before{
	top:-6px;
	left:-6px;
	border-width:1px 0 0 1px;
}

/*線の位置と形状*/
.btnlinestretches::after{
	bottom:-6px;
	right:-6px;
	border-width:0 1px 1px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after{
	width:calc(100% + 11px);
	height:calc(100% + 11px);
	border-color:#104a52db;
}






dl{
    margin: 2%;
}

/*フォント*/
h2,h3,h4,h5{
font-family: a-otf-ryumin-pr6n, serif;
font-weight: 300;
font-style: normal;
}

header li,footer li{
font-family: a-otf-ryumin-pr6n, serif;
font-weight: 100;
font-style: normal;
}

p{
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;
}

@media only screen and (min-width: 1080px) {
.companyinfo dt {
clear: left;
float: left;
width: 23%;
}
.companyinfo dd {
padding-left: 30%;
}
    
.newstopic dt {
clear: left;
float: left;
width: 23%;
}
.newstopic dd {
padding-left: 30%;
} 
}

@media screen and (min-width:1280px){
p{
    font-size:17px;
}
}

a{
    text-decoration: none;
}

ul li{
    list-style-type: none;
}

.small{
    font-size:80%;
    color: #efefef;
}


.gold{
    color: #574907;
    text-align: center;
}


.sd{
    -moz-box-shadow: 1px 1px 5px gray;
	-webkit-box-shadow: 1px 1px 5px gray;
}

.wl{
    white-space: nowrap;
}

.right{
    float: right;
}

.left{
    float: left;
}
/*------------------------*/

body{
	margin:0 auto;
	padding:0;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #545454;
}

#wrapper{
    width: 100%;
  
    margin: 0 auto;
}


#line{
   background: #fff;
    padding: calc(1% /1);
    position: relative;
    top: 58px;
    width: 100%;
  -moz-box-shadow: 1px 1px 6px #444;
	-webkit-box-shadow: 1px 1px 6px #444;
}

#line h1{
    font-size: calc(4vw/2);
    padding-left: calc(13vw/2);
    color: #19507F;
}

header{
    width: 100%;
    /*-position: fixed;-*/
    background: rgb(255 255 255 / 86%);
    height: 60px;
    margin: 0 auto;
    z-index: 5;
    padding: 10px 0px;
}

header h1{
    max-width: 240px;
    margin-left: 10%;
    height: auto;
    float: left;
}
.hnav {
padding: 1% 8% 0px 0;
    float: right;
    font-size: smaller;
}

.hnav ul{
    float: right;
}

.hnav li{
     display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.hnav li a{
    color: #000;
}

#f-nav li a{
    color: #918c8c;
}

.qr{
    width: 90px;
}

#header-logo{
    width: calc(245vw / 13);
    height: auto;
    position: relative;
    top: 40px;
    left: 100px;
}

#mv{
width: 100%;
    height: 100vh;
    display: flex;
}

#mv2{
    width: 100%;
}

#mv3{
    width: 100%;
}

.textbox h4{
    text-align: left;
    font-size: large;
    padding: 0%;
    margin: 7% 0 -3% 10% !important;
}


.sv{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/top2-2.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
}
.sv2{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/salon1.jpg);
    background-position: unset;
    background-repeat: no-repeat;
}

.sv3{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/top55.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sv4{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/top33.jpeg);
    background-position: center;
    background-repeat: no-repeat;
}

.sv5{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/salon33.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sv6{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/menumain2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sv7{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/menumain3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.svlast{
width: 100%;
    height: 500px;
    background-image: url(https://la-fille-de-lair.main.jp/news/wp-content/themes/lafilledelair/images/salon33.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}


#mv2 h2{
    text-align: center;
    margin: 16% 0 5% 0;
    font-size: xx-large;
}


#mv3 h2{
    text-align: center;
    margin: 10% 0 5% 0;
    font-size: xx-large;
}


.toplogo{
    width: 42%;
    position: relative;
    top: 40%;
    text-align: center;
}
.toplogo img{
    width: 260px;
    height: auto;
}

/*コンテナ*/
.container{
        padding: 0px 10%;
}

.container2{
    padding: 0px 10%;
    flex-direction: row-reverse;
}

.abouttext h3{
    font-weight: 900;
}
.proimg{
    width: 30%;
}
.protext{
    margin: 0 3%;
}
.accessl{
    width: 48%;
}
.accessr{
    width: 48%;
    margin-left: 3%;
}

#aboutp{
    width: 100%;
}

.abouttext{
    margin: 0 auto;
    width: 50%;
    line-height: 2.5em;
    text-align: left;
}
.abouttext2{
margin: 0 auto;
    width: 100%;
    text-align: left;
}

.addstyle address{
    font-style: normal;
}


/*テキストギミック*/
.fade{
  margin-top: 120vh;
  text-align: center;
  opacity : 0;
  transition: opacity 3s;
}
 
.fade.view{
  opacity: 1;
}



/**/
.salo1{
width: 50%;
    position: relative;
    left: 10%;
}
.salo1 img{
    width: 100%;
    height: auto;
     /*border: 7px solid #104a52db;*/
}

.salo2{
    width: 50%;
    position: relative;
    left: 50%;
    bottom: 12%;
}
.salo2 img{
    width: 100%;
    height: auto;
    /*border: 7px solid #104a52db;*/
}

.salo3{
    width: 50%;
    position: relative;
    left: 0;
}
.salo3 img{
    width: 100%;
    height: auto;
    /*border: 7px solid #104a52db;*/
}

.salo4{
    width: 50%;
    position: relative;
    left: 54%;
    bottom: 29%;
}
.salo4 img{
    width: 100%;
    height: auto;
    /*border: 7px solid #104a52db;*/
}

#NEWS{
    width: 100%;
}


/*記事*/
#NEWS-single{
    width: 100%;
}
#side {
    width: 20%;
    border-left: 1px solid #c6c6c6;
    padding-left: 1%;
    font-size: x-small;
}
.calam{
    display: flex;
    margin: 0 10%;
}

.calam section{
    margin: 0 0 20% 0;
}

.calam2{
    display: flex;
    margin: 0 10%;
}

.calam2 section{
    margin:20% 0;
}


.singlebox{
    border-top: 1px solid #999;
    padding-top: 5%;
}


/*NEWS一覧*/
.formstyle3{
    display: flex;
    flex-direction: column;
}


.formstyle3 dt{
    width: 20%;
    margin-right: 5%;
}
.formstyle3 dd{
    width: 70%;
}
.formstyle3 dl{
    display: flex;
    border-bottom: dotted 1px #104a52db;
    padding: 2% 0;
}




/*フォーム*/
.formstyle dt{
    width: 48%;
    margin-right: 10%;
}
.formstyle dd {
    width: 100%;
}
.formstyle dl{
    display: flex;
    border-bottom: dotted 1px #104a52db;
    padding: 2% 0;
}

.bottomnone{
    border-bottom:none!important;
}

::placeholder{
    font-size: small;
}

/*フォーム*/
.formstyle2 dt{
    width: 20%;
}
.formstyle2 dd{
    width: 70%;
}
.formstyle2 dl{
    display: flex;
    border-bottom: dotted 1px #104a52db;
    padding: 2% 0;
}

.wpcf7-form-control-wrap input {
    padding: 1%;
    border-radius: 8px;
    border: 1px solid #d0cfcf;
    width: 46%;
    color: #373636;
}

.wpcf7-form-control-wrap input[type="text"]:focus{
    outline: none;
　border:2px solid #104a52db;
}



.wpcf7-form-control-wrap textarea{
    border-radius: 8px;
    border-color: #6666663d;
    width: 80%;
}
.wpcf7-form-control-wrap select{
    margin-left: 1%;
    padding: 1%;
    border-radius: 5px;
    border-color: #6666663d;
    color: #938f8f;
}


/*試し*/
.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #104a52db; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}


input[type="text"]:focus {
     outline: none;
    border:solid 2px #104a52db;
}
input[type="date"]:focus {
     outline: none;
    border:solid 2px #104a52db;
}
input[type="tel"]:focus {
     outline: none;
    border:solid 2px #104a52db;
}
input[type="email"]:focus {
     outline: none;
    border:solid 2px #104a52db;
}
textarea:focus {
     outline: none;
    border:solid 2px #104a52db;
}
select:focus {
     outline: none;
    border:solid 2px #104a52db;
}


/*ワークフロー*/
.flow h4{
    font-size: 70%;
    text-align: center;
    font-weight: 900;
}
.flow p{
    font-size: 80%;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 0;
}
.flow > li dl {
  width: 100%;
    padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgb(164 176 175);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(164 176 175);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #104a52db;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dd {
    font-size: 14px;
}

.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(to right, rgb(26 117 118) 0%,rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(to right, rgb(26 117 118) 0%,rgba(102,213,233,1) 100%);
background: linear-gradient(to right, rgb(26 117 118) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}




/*スライダー*/
#slider {
    width: 58%;
    position: relative;
    right: 0;
    z-index: -1;
}





#example li{
    color: #fff;
    font-size:25px;
    -moz-text-shadow: 2px 2px 10px #000;
	-webkit-text-shadow: 2px 2px 10px #000;
    -o-text-shadow: 2px 2px 10px #000;
    text-shadow: 2px 2px 10px #000;
    line-height: 2.6;
}



.badge{
    text-align: center;
    margin: 56px auto;
}

.badge2{
    max-width: 900px;
    margin:100px auto;
}

.accessr dl,.accessl dl{
   border-bottom: dotted 1px #999;
    margin:1% 0 6% 0;
}

.accessr dt,.accessl dt{
    float: left;
    padding-right: 12%;
}
.accessr dd,.accessl dd {
    float: none;
    margin-left: 30%;
}


#profile{
    flex-direction: row-reverse;
}
#profile2{
    margin: 0 0 20% 0 !important;
}

#ABOUT2{
    flex-direction: row-reverse;
    margin:0 !important;
}
/*---------
.accessimg{
    width: 20%;
}
.accessimg img{
    width: 100%;
    height: auto;
}
-----*/

/*文字*/
.blur {
    animation-name: blurAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}


/*ふわっと*/
.fadeIn {
animation-name: fadeInAnime;/*1で解説*/
animation-fill-mode:backwards;/*2で解説*/
animation-duration:3s;/*3で解説*/
animation-iteration-count:1;/*4で解説*/
animation-timing-function:ease;/*5で解説*/
animation-delay: 2s;/*6で解説*/
animation-direction:normal;/*7で解説*/
}

/*1で解説*/
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/*------------------------------------------------------------------
  	[worknew]
------------------------------------------------------------------*/
.flebo{
    display: flex;
    margin-top: 20%;
}
.nakal{
    width: 50%;
    padding-top: 10%;
}

.stk{
    position: sticky;
    top:100px;
}

#work{

}

.kukei {
        padding: 0 5% 5% 5%;
}
.kukei2 {
        padding: 0 5% 5% 5%;
}

.nakar{
    width: 60%;
    position: relative;
    padding-top: 10%;
}

.parallax_content{
    padding: 5% 0 0 5%;
    position: sticky;
    top: 100px;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallax_content.img_bg_01{
  background-image: url(img/397x300/01.jpg);
}
.parallax_content.img_bg_02{
  background-image:  url(img/397x300/02.jpg);
}
.parallax_content.img_bg_03{
  background-image: url(img/397x300/03.jpg);
}




/*パララックス-----------------------*/

/* 基本のスタイル */
.center.delighter{
    transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
}

   .badge.delighter{
      transition: all .8s ease-out;
      transform: translateY(-100%);
      opacity: 0;
   } 

   .vrtxl.delighter{
      transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   } 
.vrtx.delighter{
      transition: all .8s ease-out;
      transform: translateX(100%);
      opacity: 0;
   }
    .ppr.delighter{
      transition: all .8s ease-out;
      transform: translateX(100%);
      opacity: 0;
   } 
    .ppl.delighter{
      transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   } 
   .vrimgr.delighter{
      transition: all .8s ease-out;
      transform: translateX(100%);
      opacity: 0;
   } 
   .vrimgl.delighter{
      transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   } 
   .flo1.delighter{
      transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   } 
   .flo3.delighter{
      transition: all .8s ease-out;
      transform: translateX(100%);
      opacity: 0;
   } 
   .flo2.delighter{
      transition: all .8s ease-out;
      transform: translateX(100%);
      opacity: 0;
   } 
   .flo2p.delighter{
      transition: all .8s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   } 

/* スタート時のスタイル */
.center.delighter.started{
      transform: none;
      opacity: 1;
}
 .badge.delighter.started {
      transform: none;
      opacity: 1;
         font-size: larger;
   }
  .vrtxl.delighter.started {
      transform: none;
      opacity: 1;
   }
  .vrtx.delighter.started {
      transform: none;
      opacity: 1;
   }
   .ppr.delighter.started {
      transform: none;
      opacity: 1;
   }
   .ppl.delighter.started {
      transform: none;
      opacity: 1;
   }
  .vrimgr.delighter.started {
      transform: none;
      opacity: 1;
   }
  .vrimgl.delighter.started {
      transform: none;
      opacity: 1;
   }
  .flo1.delighter.started {
      transform: none;
      opacity: 1;
   }
 .flo3.delighter.started {
      transform: none;
      opacity: 1;
   }
 .flo2.delighter.started {
      transform: none;
      opacity: 1;
   }
 .flo2p.delighter.started {
      transform: none;
      opacity: 1;
   }
/* エンド時のスタイル */
   

/*----------------------*/




section h2{
    text-align:left;
    font-size: x-large;
    padding: 0% 10%;
}

section h3 {
    text-align: left;
    font-size: x-large;
    padding: 0%;
    margin: 0 0 4% 0;
}

.textbox h3 {
    text-align: left;
    font-size: x-large;
    padding: 0%;
    margin: 0 0 4% 10%!important;
}

section h4 {
    text-align: left;
    font-size: large;
    padding: 0%;
    margin: 0 0 4% 0;
}


section h1{
    text-align: center;
    position: relative;
    font-size: calc(40vw/17);
    font-weight:bold;
    width: 100%;
    background-color: #104f64;
    padding: 20px 0;
    color: #fff;
     clear: both;
}

section h1:after {
    position: absolute;
    content: '';
    top: 95%;
    left: 50%;
    margin-left: -30px;
    border: 45px solid transparent;
    border-top: 31px solid #104f64;
    border-width: 31px;
    width: 0;
    text-align: center;
}



#banner{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content:center;
}

.flx{
    display: flex;
}
.imgbox{
    width: 50%;
}

.textbox {
    width: 50%;
    margin: 0 auto;
    background: #fff;
}
.textbox p{
   padding: 4% 10% 0% 10%;
}

.textbox2 {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    right: 10%;
    padding: 3%;
    z-index: 2;
}
.textbox2 p{
       padding: 4% 0% 0% 2%;
}




#ABOUT,#SALON,#RESERVATION{
    flex-direction: row-reverse;
}
.price {
    margin: 3rem 10% 0 10%;
    border: 1px dashed #999;
    max-width: 400px;
    height: auto;
}
.price p {
    font-size: small;
    padding: 4% 10% 0% 4%;
}

.price dl{
    display: flex;
    justify-content: flex-start;
    padding-left: 2%;
}

.price dt{
    margin-right: 15%;
    background: #fff;
}
.price dd{
    background: #fff;
}
.price div{
    border-bottom: 1px solid;
}

.priceimg{
    width: 10%;
}


.small br{
    display: none;
}



/*ギミックーーーーーーーーーーーーー*/

.fa-4x {
    font-size: 2em;
}



/*丸がボタンに変形する*/

.btntransform{
    /*丸の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
    display: inline-block;
	padding:0 0 0 15px;
	line-height: 50px;
    color: #333;
    text-decoration: none;
    outline: none;
    z-index: 999;
}

/* 丸が動く */
.btntransform::before{
	content:'';
    /*絶対配置で丸の位置を決める*/
	position:absolute;
	left:0;
	z-index: -1;
    /*丸の形状*/
	width:50px;
	height:50px;
	background:#104a522b;
	border-radius:25px;
    /*アニメーションの指定*/
    transition:.3s ease-out;
}

/*hoverした際の形状*/
.btntransform:hover::before{
	width:140px;
}

/* 矢印の形状 */
.btntransform::after{
	position: absolute;
    content: '';
    top: 1.7em;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

/*== 波紋がふわっと広がる */

.btnripple3{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
    /*リンクの形状*/
	display:inline-block;
    text-decoration: none;
    color: #333;
    outline: none;
    z-index: 999;
}

ruby rt{
    display: inline-block;
    text-indent: 1em;
}

/*波形の設定*/
.btnripple3:hover::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left:30%;
    top:0;
    /*波形の形状*/
    border: 1px solid #333;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*はじめは不透明*/
	opacity:1;
    /*アニメーションの設定*/
    animation:1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2{
	0%{
	  transform: scale(0);
	}
	100%{
		transform:scale(2);
		opacity: 0;
	}
}

/*矢印の設定*/
.btnripple3::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 30%;
    right: 6%;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}


/*背景色が伸びて出現 共通*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*--------- 右から --------*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#104a52db;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #888;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*トップボタン*/
.gimmickSmoothScroll_pageTop{
    z-index: 9999;
    text-align: center;
}



/*---------new-menu----------------------*/

.stk{
    position: sticky;
    top: 180px;
}

.stk2{
    position: sticky;
    top: 0;
}

.stk3{
    position: sticky;
    top: 300px;
    font-size: small;
}

.boxc{
    margin: 0 auto;
    padding-top: 100px;
    margin-top: 0;
    height: 180px;
    background: #fff;
    z-index: 2;
}
.boxc h2{
    text-align: center;
}


.heading13 {
	/*position: relative;*/
	font-size: 16px;
}

.heading13::before {
	content: attr(data-number);
	display: block;
	color: #104a52db;
	font-size: 30px;
}

.heading13::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #104a52db;
}

.cp_hr06 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #104a52db;
}

.adsimage{
    width: 50%;
    margin: 0 auto;
}

.menu2{
        padding: 4% 10% 0% 10%;
}

#d8be39

.option .text {
        width: 55%;
    }
.option__price__list {
        width: 80%;
        margin: 0 auto;
    }

.option__price__block {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .option__price__block dt {
        font-size: small;
        padding-right: 1em;
        font-weight: normal;
    }
    .option__price__block dd {
        font-size: small;
        padding-left: 1em;
    }
    .option__price__block::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #F0F0F0;
    }
    .option__price__block dt, .option__price__block dd {
        background: #fff;
        position: relative;
    }
.imgbox2 {
    position: relative;
    padding: 0%;
    /* padding: 0; */
    right: 45%;
}

.last{
    padding: 10%;
}


/*-------------------------------------------------*/
@media screen\0 {
    #wrapper{
        display: block;
    max-width: 1280px;
    margin: 0 auto;
}
    .exlist {
        display:inline-block;
        margin: 0 auto;
        text-align: center;
}

    .point{
        text-align: center;
    }
.point li{
    width: 30%;
    height: auto;
    }
    
    .exlist li{
        float: left;
        margin: 0 5px;
        max-width: 280px;
    }    
    .flo1{
        display:inline-block;
         vertical-align: top;
        width: calc(580vw/1);
    }
        .flo3{
        display:inline-block;
         vertical-align: top;
        width: calc(580vw/1);
    }
    .left{
        float: left;
    }
    .right{
        float: right;
    }
        .flo2{
         width: calc(580vw/1);
        display:inline-block;
            vertical-align: top;
    }
        .flo2p{
            width: calc(580vw/1);
        display:inline-block;
    }
    

.exlist figure{
    position: relative;
    margin-bottom: 5%;
}
}
@media screen\0 and (max-width:915px){  
    .point{
        display: block;
        margin: 0 auto;
        max-width:915px;
    }
    
    }





@supports (display: flex) or (display: -webkit-box) {
.fb{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    text-align: left;
}
      
}

.floimg{
    max-width: 530px;
    margin: 24px;
}




.infobutton{
     width: calc(565vw / 15);
}
#page-top{
    text-align: center;
    z-index: 9;
}
#page-top a{
    color: #104a52db;
}

/*----------footer-------------------------------*/
footer{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    background-color: #909b9b1f;
    color:#c5c7c7;
    clear: both;
}

#f-nav ul{
    display: flex;
    justify-content: center;
        font-size: smaller;
}

#f-nav ul li{
    margin: 1%;
}


#flogo{
    width: 210px;
    margin: 5% auto 1% auto;
}
#flogo img{
    width: 100%;
    height: auto;
}

/*-----スクロールアニメ-----------------------------*/

/*------ scroll Round ------*/
.map-play {
    position: absolute;
    bottom: 80px;
    right: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    cursor: pointer;
    opacity: .9;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 80px;
    height: 80px;
}
.map-play .cls-2 {
    fill: #ffffff;
    -webkit-animation: rotating 24s linear infinite;
    animation: rotating 24s linear infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}



/*------ scroll Down ------*/

.scroll-down {
    position: fixed;
    left: -81px;
    bottom: 134px;
    padding-left: 52px;
    /* margin-left: 81px; */
    z-index: 201;
    transform: rotateZ(-90deg);
    transform-origin: right bottom;
}
@keyframes scroll-down-line {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1); }
  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1); }
  20.01% {
    transform-origin: 100% 50%; }
  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1); } }

@keyframes bounce {
  0%, 15%, 38%, 60%, 75% {
    transform: translateX(0); }
  30% {
    transform: translateX(10px); }
  45% {
    transform: translateX(5px); } }
  .scroll-down__line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 0px;
    margin-top: -1px; }
    .scroll-down__line:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      border-bottom: 2px solid #999;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s linear 0.5s;
      transform-origin: right center;
      transform: scale(0.001, 1);
      opacity: 0; }
  .scroll-down__text {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: "Replica-Bold", sans-serif;
    overflow: hidden; }
    .scroll-down__text span {
      display: block;
      transform: translate3d(0, 100%, 0);
      transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .scroll-down.is-active.is-inview .scroll-down__text {
    animation: bounce 2.5s infinite; }
    .scroll-down.is-active.is-inview .scroll-down__text span {
      transform: none; }
  .scroll-down.is-active.is-inview .scroll-down__line {
    animation: scroll-down-line 2.5s infinite 851ms; }
    .scroll-down.is-active.is-inview .scroll-down__line:after {
      transform: none;
      opacity: 1;
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear; }
  .is-body-touch .scroll-down {
    display: none; }


/**/

.hidden {
    animation: fade .2s ease-in-out forwards;
    pointer-events:none;/* 重要 */
}

@keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.visible {
    animation: fadeOut .2s ease-in-out forwards;
    pointer-events:all;/* 重要 */
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



/*-----レスポンシブ-------------------------------------------*/
@media screen and (min-width:980px){
.openbtn {
    display: none;
}

}
@media screen and (max-width:1220px){
.option__price__list {
        width: 100%;
    }
}

@media screen and (max-width:980px){
.hnav {
    display: none;
}
header h1 {
    margin-left: 1%;
}    

.mvnaka {
    position: inherit;
    text-align: center;
}  
#slider {
    width: 100%;
    position: relative;
    height: inherit;
    right: 0;
    z-index: -1;
}
    
.sv,.sv2,.sv3,.sv4,.sv5,svlast {
    width: 100%;
    height: 300px;
    background-size: cover;
}    
    
#mv {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column-reverse;
}
.toplogo {
    width: 100%;
    top: 5%;
}
.accessl{
    width: 100%;
}
.accessr{
    width: 100%;
    margin-left: 0;
} 
.abouttext {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.protext {
    margin: 0 0;
}
.formstyle dl {
    flex-direction: column;
}
    .formstyle dd{
        width: 100%;
    }  
        .formstyle dt{
        width: 100%;
    }   
.formstyle2 dl {
    flex-direction: column;
}
    .formstyle2 dd{
        width: 100%;
    }  
        .formstyle2 dt{
        width: 100%;
    }  
    
    
    
}

@media screen and (max-width:915px){    
.flx{
   flex-direction:column;
}
#ABOUT,#ABOUT2,#SALON,#RESERVATION{
    flex-direction:column;
}
.imgbox{
    width: 100%;
}

#profile2 {
    margin:20% 0 !important;
}    
    
.textbox{
    width: 100%;
    margin-bottom: 3%;
}
.salo3 {
    width: 50%;
    position: absolute;
    left: 0;
}
    
}

/*-----------------------------------------------*/
@media screen and (max-width:849px){
 #example{
    font-size: 16px;
     right: 5%;
}
.center p{
    font-size: 20px;
}
    
    #banner{
        flex-wrap: wrap;
}
}
@media screen and (max-width:810px){
.textbox2 {
    width: 80%;
}
}

@supports (display: flex) or (display: -webkit-box) {    
    .exlist{
   	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    align-items: center;
}
    .fb{
   	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    align-items: center;
}
}
    
    
    .point li{
                margin: 16px 0;
    }    
    
.exlist li{
    max-width:100%;
    height:auto;
}    

.vrimgl{
        width: 100%;     
}
.vrimgr{
        width: 100%;     
}

.vrbox{
    clear: both;
    text-align:center;
}

.vrtx{
    display:block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
}


.vrboxl{
    clear: both;
    text-align: left;
}

.vrtxl{
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
    p {
    font-size:14px;
}

    .flo1{
        width: 100%;
        margin-top: 24px;
    }
    .flo2{
 width: 100%;
}    
#fnav li{
    display:block;
    line-height: 0;
}    

@media screen\0 {
    .exlist {
        display:block;
}
      .fb {
        display:block;
}
      
    .flo1{
        display:block;
        margin: 10px auto;
    }
       .flo3{
        display:block;
        margin: 10px auto;
    }
        .flo2{
        display:block;
        margin: 10px auto;
    }
        .flo2p{
        display:block;
        margin: 5px auto;
    }
    
}
}


@media screen and (max-width:750px){
body{
  min-width:initial;
}
 #example li{
    font-size: 14px;
}    
section h1{
    font-size:calc(40vw/11); 
    }
.center p{
    font-size: 13px;
    line-height: 2;
}    
}
@media screen and (max-width:569px){
        .vrbr3 br{
        display: none;
    }
.wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7-form-control-wrap textarea{
    border-radius: 8px;
    border-color: #6666663d;
    width: 100%;
}
    #f-nav {
        display: none;
    }
    
    .flebo{
    flex-direction: column;
}
    .nakal {
    width: 100%;
    padding-top: 10%;
}
.nakar{
    width:100%;
}
.kukei2 {
        padding: 0 5% 5% 5%;
    text-align: right;
}
.textbox2 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 3%;
    z-index: 2;
    right: 0;
}
.imgbox2 {
    right: 0;
}    
}

@media screen and (max-width:500px){
    header h1{
    max-width: 180px;
}
    
    .vrtx p{
        font-size: 12px;
    }
     .vrtxl p{
        font-size: 12px;
    }
    .center p{
    font-size: 15px;
} 
    .pvr{
    display: inline;
    }
     #example li{
    font-size: 12px;
}   
    
    .sepa{
        flex-direction: column;
    }    
        .flo2p p{
        font-size: 12px;
}

    .small br{
    display:inline;
}
    .vrbr br{
        display: none;
    }
    .calam{
    flex-direction: column;
}
    #side {
    width: 100%;
    border-left: none;
    padding-left: 10%;
}
    .calam {
    margin: 0px 2%;
}

    .calam2{
    flex-direction: column;
}
    .calam2 {
    margin: 0px 2%;
}  
}

@media screen and (max-width:430px){
    #mv2 h2 {
    font-size: large;
}
    .boxc h2 {
    font-size: large;
}
}


@media screen and (max-width:414px){
.option__price__block {
    flex-direction: column;
}
    .option__price__list {
        padding-left: 10%;
    }
}
@media screen and (max-width:400px){
ruby rt {
    display: table-cell;
    text-indent: 0;
}
    .proimg {
    width: 50%;
}
.toplogo img {
    width: 150px;
    }    
}
@media screen and (max-width:367px){
    .wl{
        white-space: normal;
    }
        p {
    font-size:12px;
}
     .vrbr2 br{
        display: none;
    }
        .center p{
    font-size: 12px;
}    
    .flo2p p{
        font-size: 10px;
}
    
    .cp{
        font-size: 60%;
    }
}