@charset "utf-8";

/*---------------Body--*/
body{
  background-image: url(../img/bg.jpg);
  background-size: contain;
}
.body{
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
}
.wrap{
  padding: 20px;
}
/*------ヘッダー-----*/
header#top{
  margin: 15px 20px;
}
h1{
  font-size: 35px;
}

/*---ハンバーガーメニュ----*/

  .nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }
  .nav ul{
    list-style:none;
  }
  .nav li:not(:last-child){
    margin-bottom: 30px;
  }
  .nav a{
    color: #2D2933;
    font-size: 30px;
    display: block;
    background-color: rgba(236, 89, 133,0.8);
    border-radius: 50px;
    text-align: center;
    padding: 10px 40px;
    letter-spacing: -0.2em;
  }

/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 5%;
  right: 5%;
  padding: 0;
  outline: none;
  border: none;
  background: rgba(236, 89, 133,0.8);
  border-radius: 50%;
  padding: 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 1;
}

#navbtn::before,
#navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #333333;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}
#navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #333333;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
  z-index: 100;
}
.open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
  visibility: visible;
  opacity: 1;
  background-color: #fff;
}
.open{
  position: fixed;
  overflow: hidden;
}


/*----------footer-----*/
footer{
  padding-top: 50px;
  background-color: #ec5985;
}
footer div.policy a{
  font-size: 12px;
  width: 30%;
  padding: 20px;
}
button.footer a{
  font-size: 1.5em;
  display: block;
  color: #ec5985;
}
button.footer{
  width: 300px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 20px;
  margin: 10px auto;
 display: block;
 padding: 5px;
}
footer small{
  margin: 30px auto 0;
  display: block;
  width: 50%;
  font-size: 12px;
  text-align: center;
}
/*----------select button----------*/
button.select{
  width: 80%;
  background-color: white;
  border: solid 0.5px #333333;
  border-radius: 20px;
  margin: 20px auto;
  display: block;
  padding: 5px 10px;
}
button.select a{
  font-size: 2em;
  display: block;
  padding: 10px;
}
button.select a:hover{
  display: block;
}

/*--------policy*/
main ol{
  list-style: decimal;
  margin: 5px 10px 10px 20px;
}

main.policy p{
  margin-bottom: 20px;
}



/*---------cancel-*/
main.cancel p{
  margin-bottom: 20px;
}
main.cancel h2{
  padding-top: 20px;
  font-size: 1.6em;
}

/*-----------access---*/
.access h2{
  font-size: 1.5em;
}
.access p{
  margin-bottom: 20px;
}
.map{
  position: relative;
  z-index: 0;
  padding-top: 50%;
  margin-bottom: 20px;
}
.map iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.access i{
  font-size: 0.8em;
}
/*------------contact----*/
.contact button{
  font-size: 0.4em;
}
.flow{
  max-width: 700px;
  border: 1px solid #333;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;

}
.flow h2{
  font-size: 1.5em;
  border-bottom: solid 0.5px #333;
  margin-bottom: 20px;
}
.contact ul{
  margin-left: 40px;
}
.contact h3{
  margin-top: 30px;
}
.contact em a{
  border-bottom: 1px solid;
}
.atend{
  padding-bottom: 40px;
}
main.contact div.policy a{
 display: block;
 width: 200px;
 text-align: center;
 margin: 0 auto;
}
main.contact button.select{
  margin-top: 5px;
}
/*-----------menu---*/
.menu h2{
  text-align: center;
  font-size: 1.8em;
}
main.menu a,px{
  display: inline-block;
   text-align: center;
}
main.menu div.menuatend{
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
main.menu div.menuatend a{
    border-bottom: 0.5px solid #333;
}

/*----------ss menu(共通)--------*/
div.select{
  width: 75%;
  background-color: #fff;
  border: solid 0.5px #333333;
  border-radius: 20px;
  margin: 20px auto;
  display: block;
  padding: 5px 10px;
}
div.select p{
  font-size: 1.5em;
  display: block;
  padding: 10px;
  text-align: center;
}

/*-------------文字配置等（メニュー共通）----*/
.bridalmenu,.maedorimenu,.hairsetmenu{
  
}
.bridalmenu h2,.maedorimenu h2,.hairsetmenu h2{
  font-size: 1.8em;
  text-align: center;
}
.bridalmenu h3,.maedorimenu h3,.hairsetmenu h3{
  font-size: 1.2em;
  padding: 20px 0 10px;
}
.bridalmenu p,.maedorimenu p,.hairsetmenu p{
 margin-bottom: 10px;
}
.bridalmenu ul,.maedorimenu ul,.hairsetmenu ul{
 margin-bottom: 10px;
}
.bridalmenu ul li,.maedorimenu ul li,.hairsetmenu ul li{
 margin-left: 30px;
}
main.hairsetmenu h3 small{
  font-weight: lighter;
}
.textarea{
  padding: 0 10px 40px 20px;
}