@charset "utf-8";

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

.page-content{
  width: 1100px;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
}

header{
  width: auto;
  height: 90px;
  padding-left:10px;
  padding-bottom: 20px;
}

.lieto_logo{
  width: auto;
  height: 100px;
  background-color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 40; 
}

/* .main_visual{
  text-align: center;
} */

.media_visual{
  text-align: center;
}
video{
  width: 1000px;
  height: auto;
  text-align: center;
}




/* nav メニュー------------------- */
.menu-list{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  margin: 10px 0 70px 0;
  padding: 0;
}

.menu-list ul li{
  width: calc(100% / 4);
  float: left;
}

.menu-list ul li a{
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #D65780;
  width: 150px;
  font-size: 1em;
  line-height: 50px;
  font-weight:500;
  text-decoration: none;
  text-align: center;
  border-right: 3.5px dotted #D65780;

}

.menu-list ul li a:hover{
  background-color: #EE9480;
}

.menu-list ul li:last-child a{
  border-right: none;
}


/* nav ボタン------------------- */
/* solid008 */

  .b_table{
    margin: 50px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  .b_table1{
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .b_table2{
    margin-right: 10px;
    margin-bottom: 10px;
  }

.button_solid008 a{
  background: #EFD2CB;
  border-radius: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 20px 50px;
  color: #114B5F;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 500;
}
.button_solid008 a::before {
content: '';
position: absolute;
bottom: -7px;
right: -7px;
width: 100%;
height: 2px;
background-color: #EFD2CB;
transition: 0.2s ease 0s;
}

.button_solid008 a::after {
content: '';
position: absolute;
top: 7px;
right: -7px;
width: 2px;
height: 100%;
background-color: #EFD2CB;
transition: 0.2s ease 0.2s;
}

.button_solid008 a:hover::before {
width: 0%;
}

.button_solid008 a:hover::after {
height: 0%;
}

.button_solid008 a:hover {
text-decoration: none;
background-color: #EE9480;
}


/* h2---------------------------------------- */
h2 {
  position: relative;
  padding: 0.6em;
  background: #CCD7C5;
  color: #D65780;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 50px;
}

h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}


.infotext{
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 50px;
  color: #504946;
}

h3 .title{
  margin-left: 20px;
  color: #504946;
}

.main-news-list a:hover{
  color: #D65780;
  text-decoration: underline;

}


/* Information------------------------------------- */
.main-news-inner{
  width: 600px;
  height: auto;
  margin: 0 auto;
  /* margin-left: 300px; */
  /* text-align: center; */
}

.main-news-list{
  position: relative;
  margin-bottom: 55px;
  /* text-align: center; */
}

.main-news-list-item{
  padding: 20px 0 16px;
  width: 650px;
  border-bottom: 1px dotted #8d8d8d;
  font-size: 0.9em;
}

.main-news-list-title text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* button  ----------------------------------- */
/* 018 */
.button018 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 10px 0 auto;
  max-width: 225px;
  padding: 10px 0px 10px 0;
  color: #D65780;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}

.button018 a:before, .button018 a:after {
content: "";
position: absolute;
display: block;
top: 50%;
}
.button018 a:before {
width: 0.5rem;
height: 0.5rem;
left: 1.1rem;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}
.button018 a:after {
left: 0;
background: #EFD2CB;
z-index: 1;
width: 3rem;
height: 2.5rem;
border-radius: 3.5rem;
transform: translateY(-50%);
transition: all 0.5s;
}
.button018 a span {
position: relative;
transition: all 0.3s;
z-index: 3;
}

.button018 a:hover span {
color: #fff;
}
.button018 a:hover:before {
left: 1rem;
}
.button018 a:hover:after {
right: 0;
width: 100%;
}

/* designスライダー  ----------------------------------------- */
.slider {
  margin: 90px auto 55px auto;
  max-width: 700px;
  width: 80%;
}
.slider-img {
  width: 130%;
  height: 130%;
  margin: 0 10px;
}
.slider-img img {
  height: auto;
  width: 100%;
}

.designtext{
  text-align: center;
  color: #504946;
  margin: 40px 0 55px 0;
}

.designtext p span{
  color: #D65780;
}

.designtext a:hover{
  color: #504946;
}

.designtext a:visited{
  color: #504946;
}



/* bridalバナー   --------------------------------------------- */
.b_bunner{
  width: auto;
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}

.b_bunnertext{
  text-align: center;
  color: #504946;
  margin-bottom: 70px;

}


/* reservedバナー   --------------------------------------------- */
.r_bunner{
  width: auto;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}

.r_bunner img{
  width: 100%;
  height: auto;
}

.reserved{
  margin-top: 20px;
  text-align: center;
  color: #504946;
}
.reserved span{
  color: #D65780;
}

.time-box {
	width: 550px;
	height: 120px;
	padding: 12px;
	position: relative;
	margin: 0 auto
}
.time-box:after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #b4b4b4;
	top: 0;
	left: 0
}
.time-box:before {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #b4b4b4;
	top: 0;
	right: 0
}

.time-box-container {
	width: 100%;
	height: 92px;
	background-color: #fff;
	border: 2px solid #b4b4b4;
	position: relative;
}
.time-box-container:after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #b4b4b4;
	bottom: -14px;
	left: -14px;
}

.time-box-container:before {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #b4b4b4;
	bottom: -14px;
	right: -14px;
}
.time-box-container h3.title {
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 4px
}
.time-box-container p {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}
.time-box-container p span {
	font-size: 36px;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	vertical-align: sub;
}

.name{
  font-size: 1.1rem;
  color: #504946;
}

.apoint1{
  width: 298px;
  height: 50px;
  background-color: #fff;
  font-size: 1.1rem;
  color: #D65780;
  text-align: center;
 line-height: 50px;
  margin: 20px 0 0 0px;
  /* border: 1px solid #D65780; */
}

a{
  text-decoration: none;
}

.apoint1 p{
  background-color: #EFD2CB;
  color: #D65780;
}

.apoint1 p:hover{
  background-color: #EE9480;
  color: #fff;
}


.apoint2{
  width: 298px;
  height: 50px;
  background-color: #fff;
  font-size: 1.1rem;
  color: #D65780;
  text-align: center;
 line-height: 50px;
 margin-top: 10px;
 margin-bottom: 30px;
}

.apoint2 p{
  background-color: #EFD2CB;
  color: #D65780;
}

.apoint2 p:hover{
  background-color: #EE9480;
  color: #fff;
}

.container{
  display: flex;
  justify-content: space-evenly;
  margin: 100px 50px 50px 50px;
  }


/*  salonボタン -------------------------------- */
.price{
display: block;
 text-align: center;
 margin-bottom: 5px;
}

.price span{
  color: #D65780;
}

.salon{
  text-align: center;
  margin-bottom: 30px;
 }

.salon span{
  color: #D65780;
  padding: 0 24px;
}

.call{
  text-align: center;
  margin-bottom: 6px;
 }

.call span{
  color: #D65780;
  padding: 0 40px;
}

.call2{
  text-align: center;
  margin-bottom: 70px;
 }

.call2 span{
  color: #D65780;
  padding: 0 40px;
}



.buttonline{
  background: #fff;
  color: #D65780;
  border: 1px solid #EE9480;
  position:relative;
  height:50px;
  font-size:1em;
  padding:0 2em;
  /* cursor:pointer; */
  transition:800ms ease all;
  outline:none;
  width: 260px;
}
.buttonline:hover{
  background:#fff;
  color: #EE9480;
}
.buttonline:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #EE9480;
  transition:400ms ease all;
}
.buttonline:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.buttonline:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}

.concept1{
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.concept2{
  text-align: center;
  color: #504946;
  margin-bottom: 55px;
  margin-left: 250px;
  margin-right: 250px;
}

.concept2 p{
  font-size: 1rem;
  text-align: center;
}

/* SNS -------------------------------------------- */
/* ボタン全体 */
.flowbtn12{
  font-family:'Verdana',sans-serif;	
  border-radius: 4px;
  display:inline-block;
  width: 200px;
  height: auto;
  font-size:18px;
  text-align: center;
  vertical-align: middle;
  transition:.4s;	
  text-decoration:none;
  }
  /* ボタン内テキストマウスホバー時 */
  .flowbtn12:hover{
  color:#fff!important;
  text-decoration:none;
  }

/* Instagram */
.flowbtn12.insta_btn2{
  border:solid 1px #c6529a;
  color:#c6529a;
  }
  /* Instagramマウスホバー時 */
  .flowbtn12.insta_btn2:hover{
  border:solid 1px #c6529a;
  background:#c6529a;
  }

  /* Twitter */
.flowbtn12.fl_tw2{
  border:solid 1px #55acee;
  color:#55acee;
  }
  /* Twitterマウスホバー時 */
  .flowbtn12.fl_tw2:hover{
  border:solid 1px #55acee;
  background:#55acee;
  }

  /* LINE */
.flowbtn12.fl_li2{
  border:solid 1px #00c300;
  color:#00c300;
  }
  /* LINEマウスホバー時 */
  .flowbtn12.fl_li2:hover{
  border:solid 1px #00c300;
  background:#00c300;
  }

  .snsbtniti2{
    display: flex;
    justify-content:space-around;
    margin: 50px 200px 30px 200px;
  }



/*   メニュー　--------------------------------------------- */
* { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  box-sizing: border-box; 
  /* adds animation for all transitions */ 
  -webkit-transition: .25s ease-in-out; 
  -moz-transition: .25s ease-in-out; 
  -o-transition: .25s ease-in-out; 
  transition: .25s ease-in-out; 
  margin: 0; 
  padding: 0; 
  -webkit-text-size-adjust: none; 
  } 
  
  /* Makes sure that everything is 100% height */ 
  
  html,body { 
  height: 100%; 
  overflow: hidden;
  } 
  
  /* gets the actual input out of the way; 
  we're going to style the label instead */ 
  
  #drawer-toggle { 
  position: absolute; 
  opacity: 0; 
  }
  
  #drawer-toggle-label { 
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  left: 30px; 
  height:50px; 
  width: 50px; 
  display: block; 
  position: fixed; 
   background: rgba(255,255,255,.0);
  z-index: 30; 
  } 
  
  /* adds our "hamburger" menu icon */ 
  
  #drawer-toggle-label:before { 
  content: ''; 
  display: block; 
  position: absolute; 
  height: 2px; 
  width: 24px; 
  background: #8d8d8d; 
  left: 13px; 
  top: 18px; 
  box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d; 
  } 
  
  header { 
  width: 100%;
  height: auto;
  position: fixed; 
  /* left: 0px;  */
  background: #fff; 
  padding: 0px 10px 10px 50px; 
  font-size: 30px; 
  line-height: 30px; 
  z-index: 29; 
  }
  
  /* drawer menu pane - note the 0px width */ 
  
  #drawer { 
  position: fixed; 
  top: 0; 
  left:-300px; 
  height: 100%; 
  width: 300px; 
  background: #efd2cb;
  overflow-x: hidden; 
  overflow-y: scroll; 
  padding: 20px; 
  -webkit-overflow-scrolling: touch; 
  } 
  
  /* actual page content pane */ 
  
  #page-content { 
  margin-left: 0px; 
  margin-top: 50px; 
  width: 100%; 
  height: calc(100% - 50px); 
  overflow-x:hidden; 
  overflow-y:scroll; 
  -webkit-overflow-scrolling: touch; 
  padding: 20px 30px 0 30px; 
  }
  
  /* checked styles (menu open state) */ 
  
  #drawer-toggle:checked ~ #drawer-toggle-label { 
  height: 100%; 
  width: calc(100% - 300px); 
  background: rgba(255,255,255,.8); 
  } 
  
  #drawer-toggle:checked ~ #drawer-toggle-label, 
  #drawer-toggle:checked ~ header { 
  left: 300px; 
  } 
  
  #drawer-toggle:checked ~ #drawer { 
  left: 0px; 
  } 
  
  #drawer-toggle:checked ~ #page-content { 
  margin-left: 300px; 
  }
  
  /* Menu item styles */ 
  
  #drawer ul { 
  list-style-type:none; 
  } 
  
  #drawer ul a { 
  display:block; 
  padding:10px; 
  color:#504946; 
  text-decoration:none; 
  } 
  
  #drawer ul a:hover { 
  color:white; 
  } 
  



  /* 予約 ------------------------------------- */

  .reserve img{
    float: left;
    position: absolute;
    right: 20px;
    /* text-align: right; */
  }


  /* main visual------------------------------ */
  div .main_visual{
    margin-top: 50px;
  }
  


  /* footer  -------------------------------------------- */

  footer{
    width: auto;
    height: auto;
    background-color: #EFD2CB;
    text-align: center;
    color: #504946;
  }

  .footer_block{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
  }

  .footer_block a{
    color: #D65780;

  }

  .f_left{
    margin: 20px 0 0 100px;
    text-align: left;
  }

  footer .logo{
    margin-bottom: 20px;
  }

  .f_middle{
    margin-top: 150px;
    padding-left: 170px;
    text-align: left;
  }

  .f_right{
    margin-top: 150px;
    padding-right: 180px;
    text-align: left;
  }


.f_sns{
  display: flex;
  justify-content:space-evenly;
  margin-top: 20px;
  margin-bottom: 10px;
}

footer small{
  line-height: 50px;
}




/* メディアクエリ  768px--------------- */
@media screen and (max-width: 768px){

  .page-content{
    width: 100%;
    margin: 0;
    border: none;
  }

  /* .media_visual{
    width: 100%;
    height: auto;
    margin: auto 0 auto 0;
  } */
  

  video{
    width: 100%;
    max-width: 768px;
    height: auto;
  }


  .infotext{
    text-align: left;
  }

  .main-news-inner{
    width: auto;
    margin: auto;
  }

  h2{
    margin-left: 0;
    /* text-align: left; */
  }

  .r_bunner{
    width: 100%;
    height: auto;
  }

  .container{
    width: auto;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
  }

  .name{
    margin-bottom: 20px;
  }

  .apoint1{
    height: 60px;
    margin: auto;
  }

  .apoint2{
    height: 60px;
    margin: auto;
  }

  .main_visual img{
    width: 100%;
    height: auto;
    /* max-width: 768px; */
  }

  .r_bunner img{
    width: 100%;
    height: auto;
    /* max-width: 768px; */
  }

  .concept2{
    margin-left: 0;
    margin-right: 0;
  }

  .f_left{
    margin-left: 60px;
  }

  .f_middle{
    padding-left: 110px;
  }

  .f_right{
    padding-right: 80px;
  }


}


/*  メディアクエリ 480px--------------*/

@media screen and (max-width: 480px) {

.menu-list{
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.menu-list ul li a{
  width: 83px;
}

.b_table{
  margin-top: 0;
  margin-bottom: 40px;
}


.main-news-inner{
  width: 100%;
  max-width: 480px;
  height: auto;
}

.main-news-list-title{
  width: 90%;
  max-width: 450px;
  height: auto;
  padding-right: 30px;
}

.b_bunner img{
  width: 100%;
  height: auto;
  /* max-width: 480px; */
}

.time-box{
  width: auto;
  height: auto;
}

.container{
  /* margin-top: 30px; */
  margin: 0 auto;
}

/* .name{
  text-align: left;
} */

.concept1 img{
  width: 100%;
  height: auto;
  /* max-width: 480px; */
}

.concept2 p{
  width: auto;
}

.d_box1text{
  font-size: 0.9rem;
}

.snsbtniti2{
  display: block;
  margin: 50px auto 30px auto;
  text-align: center;
}

.snsinsta{
  margin-bottom: 10px;
}

.snstwi{
  margin-bottom: 10px;
}

.nsline{
  margin-bottom: 10px;
}

.footer_block{
  justify-content: center;
}

.f_left{
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.f_middle{
  margin-top: 130px;
  padding-left: 20px;
}

.f_right{
  margin-top: 130px;
  padding-right: 10px;
  padding-left: 20px;
}

.footer_block p{
 font-size: small;
}


.f_sns{
  justify-content: space-evenly;
  padding-right: 0;
  margin-top: 30px;
  margin-left: 60px;
  margin-right: 60px;
}

}



/* design.index ----------------------------------- */

.designmein{
  text-align: center;
  margin-bottom: 60px;
}

.infotext2{
  color: #504946;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 50px;
}

.d_boxall{
  width: auto;
  height: auto;
}

.d_box1{
  display: flex;
  justify-content:space-evenly;
  margin: 20px 70px 20px 70px;
}

.d_box1 p{
  color: #504946;
  text-align: center;
  margin: 10px 0 10px 0;
}

.d_box1text{
  color: #504946;
  text-align: center;
  margin: 30px 0 50px 0;

}

.d_box1 img{
  box-shadow: 15px 15px 0 #EFD2CB;
}

/* Garally ------------------------------ */

.d_box2{
  text-align: center;
  margin: 50px 0 30px 0;

}

.d_box2text p{
  color: #504946;
  margin: 10px 0 40px 0;
}

.d_box2text span{
  color: #D65780;
}

/* ページネーション --------------------- */

.pager .pagination {
  text-align: center;
}

.pager{
  margin-top: 50px;
  margin-bottom: 90px;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  color: #504946;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:visited{
  color: #504946;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #D65780;
  background: #EFD2CB;
}



@media only screen and (max-width: 768px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: " 前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ ";
  }

/* design ----------------------- */
  .designmein img{
    width: 100%;
    height: auto;
  }
  
  .d_boxall{
    width: 100%;
    height: auto;
  
  }

  .d_box1 img{
    width: 100%;
    height: auto;
  }

}

/*  メディアクエリ 480px--------------*/

@media screen and (max-width: 480px) {

  .d_box2{
    width: 100%;
    height: auto;
  }

  .d_box2text img{
    width: 100%;
    height: auto;
  }

}

/* salon ------------------------------ */

.salonname{
  position: relative;
  color: #D65780;
  line-height: 1.6;
  font-size: 1.1rem;
  margin: 0 0 40px 70px;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}

.salonbox{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}

.saloninfo1{
  /* margin: 0 10px; */
  margin: 0 10px 0 30p;
}


.saloninfo2{
  margin: 0 10px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.ad p{
  display: block;
}

.apoint1{
  margin: 0 auto;
  margin-bottom: 5px;
  /* width: 21%; */
}

.apoint2{
  margin: 0 auto;
  /* width: 21%; */
}

.saloninfo3{
  /* margin: 0 10px; */
  margin: 0 10px 0 30p;
}

.saloninfo4{
  margin: 0 10px;
}

.ad{
  margin: 30px 30px 50px 70px;
  line-height: 30px;
  letter-spacing: 3px;
}

/*  メディアクエリ 768px--------------*/

@media only screen and (max-width: 768px){
  
  .salonbox{
    width: auto;
    display: block;
    text-align: center;
  }

}



/*  メディアクエリ 480px--------------*/

@media screen and (max-width: 480px) {

  .salonbox{
    width: auto;
    margin: 0;
    padding: 0;
  }

  .saloninfo2{
    width: auto;
    height: auto;
    /* margin: auto;
    padding: 0; */
  }

  .saloninfo3{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }

}