/* support iOS
html{
  height: 100%
} */

/* body */
body {
  min-height: 100%;
  width: 100%;
  /* height:600px; */
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-family: Verdana, sans-serif;
  /* align-items: center; */
}

/* main */
main {
  display: block;
  position: fixed;
  padding: 0 16px;
  margin: 0;
  padding: 0;
  margin: 0;
}

main .header{
  display: flex;
  height: 10vh;
}

main .header h1{
  margin: 5vw auto auto 5vh;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 30px;
  line-height: 64px;
}

.sp-menu {
  margin-left: auto;
}

.sp-menu #open {
  top: 5vw;
  right: 10vw;
  font-size: 40px;
  line-height: 64px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  color: #4682b4;
}

.sp-menu #open.hide {
  display: none;
} 
main video {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 90vh;
  z-index: 0;
  pointer-events: auto;
  padding: 0;
  margin: 0;
}

main video #video .hide{
  display: none;
}

main #endimg {
  display: none;
  z-index: 0;
  pointer-events: auto;
}

main #endimg .show {
  display: block;
  pointer-events: none;
  z-index: -1;
}

.menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 10vh 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100vh);
  transition: opacity .6s, transform .6s;
  z-index: 1;
}

.menu-overlay.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);

  }
  
  .menu-overlay #close {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #4682b4;
  }
  
  .menu-overlay #cat {
    position: fixed;
    width: 69vw;
    top : 45vh;
    left : -2vw;
    z-index: 0;
    opacity: .3;
    pointer-events: none;

  }

  .menu-overlay ul {
    width: 100vw;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    text-align:right;
  }
  
  .menu-overlay li {
    margin-top: 24px;
    opacity: 0;
    transform: translateX(32px);
    transition: opacity .6s, transform .6s;
    justify-content: right;
    /* margin: 0 0 0 auto; */
  }
  .menu-overlay.show li {
    opacity: 1;
    transform: none;
  }
  .menu-overlay.show li:nth-child(1){
    transition-delay: .2s;
  }
  
  .menu-overlay.show li:nth-child(2){
    transition-delay: .4s;
  }
  
  .menu-overlay.show li:nth-child(3){
    transition-delay: .6s;
  }

  .menu-overlay.show li:nth-child(4){
    transition-delay: .8s;
  }
  .menu-overlay.show li .choice{
    transform: translateX(-100vw);
    transition: transform .6s;
  }

  .menu-overlay.show li .hide{
    opacity: 0;
    transform: translateX(16px);
    transition: opacity .3s, transform .3s;
  }

  .menuicon {
    width: 25vw;
    right: 0;
    margin: 0 5vw 0 0;
  }
  
  
  
  
  
  #m1olimg {
    height: 35vh;
    position: fixed;
    z-index:10;
    opacity: .2;
    top: 2vh;
    left: 38vw;
    pointer-events: none;
  }
  #m2olimg {
    height: 35vh;
    position: fixed;
    z-index:5;
    opacity: .2;
    top: 24vh;
    left: -7vw;
    pointer-events: none;
  }
  #m3olimg {
    height: 51vh;
    position: fixed;
    z-index:10;
    opacity: .3;
    top: 37vh;
    left: -5vw;
    pointer-events: none;
  }
  #m4olimg {
    height: 39vh;
    position: fixed;
    z-index:-1;
    opacity: .35;
    top: -5vh;
    left: -10vw;
    pointer-events: none;

  }
  .menu1{
    height: auto;
    width: auto;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #4682b4;
    text-align: center;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100vw);
    transition: opacity .6s, transform .6s;
    animation-name: menu;
    animation-duration: 2s;
  }
  .menu1.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0vw);
    /* animation-name: menuClose;
    animation-duration: 2s; */
  }
  .menu1 #close1 {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #bdbdbd;
  }

  .menu1 p.concept {
    color:#fff;
    margin: 8vh 0 4vh 0;
    font-size: 1.2em;
    line-height: 150%;
    font-family: Arial, Helvetica, sans-serif;
  }
  .menu1 p.forYou {
    color:rgb(236, 247, 254);
    margin: 0 0 1vh 0;
    font-size: 1em;
    line-height: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
  }

  .m1flex {
    display: flex;
    justify-content:center;
  }
  
  .m1dt {
    width: 40vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .m1dt img {
    width: 40vw;
  }
  .m1dd {
    width: 40vw;
    font-size: .7em;
    text-align: left;
    padding: .5vh 0 0 1vw;
    align-items: center;
    color: white;
    /* display: none; */
    /* opacity: 0;
    transform: translateX(-50vw);
    transition: opacity .6s, transform .6s; */
  }
  /* .m1dd.show {
    display: block;
    opacity: 1;
    transform: none;
  } */
  
  /* .menu1 dl {
    color:rgba(255, 255, 255, 0.95)
  }
  .menu1 dt.move{
    transform: translateX(-10vw);
  }
  .menu1 dt img {
    margin-top: 1vh;
    height: 15vh;
    float: center;
  }

  .menu1 dd {
    margin: 0 auto;
    display: none;
    transform: none;
    font-size: .5em;
    line-height: 75%
  }
  .menu1 dd .show{
    margin: 0 auto;
    display: none;
    transform: none;
    font-size: .5em;
    line-height: 75%
  } */
  
  
  .menu2{
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    width: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100vw);
    transition: opacity .6s, transform .6s;
    z-index: 2;
  }
  
  .menu2.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0vw);
    background: rgb(215, 106, 173);
  }
  
  .menu2 #close2 {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
  }
  
  .menu2-flex {
    display: flex;
    width: 100vw;
    height: 90vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
  }
  
  .stylist #stylistmain {
    width: 100vw;
    display: block;
    opacity: 1 0.6s;
  }
  .stylist #eriko {
    width: 100vw;
    display: block;
    opacity: 1 0.6s;
  }
  .stylist #aiko {
    width: 100vw;
    display: block;
    opacity: 1 0.6s;
  }
  .eriv {
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(-100vh);
    position: fixed;
    background: #DCDDDD;
    transition: opacity .6s, transform .6s;
    z-index: 5;
  }
  .aiv {
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(100vh);
    position: fixed;
    background: #DCDDDD;
    transition: opacity .6s, transform .6s;
    z-index: 5;
  }
  
  
  .eriv.show {
    transform: none;
    opacity: 1;
  }
  .aiv.show {
    transform: none;
    opacity: 1;
  }
  #eriko-v {
    position: absolute;
    width: 100vw;
    height: 90vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: auto;
    padding: 0;
    margin: 0;
  }
  #aiko-v {
    position: absolute;
    width: 100vw;
    height:90vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: auto;
    padding: 0;
    margin: 0;
  }

  #eriko-v .hide{
    display: none;
  }
  #aiko-v .hide{
    display: none;
  }
  
  #erikoimg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 90vh;
    width: 100vw;
    display: none;
    z-index: 5;
    pointer-events: auto;
    padding: 0;
    margin: 0;
  }
  #aikoimg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 90vh;
    width: 100vw;
    display: none;
    z-index: 5;
    pointer-events: auto;
    padding: 0;
    margin: 0;
  }
  
  #stylisteriko .show {
    display: brock;
  }
  #stylistaiko .show {
    display: brock;
  }

  #stylistclose1 {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #4682b4;
    z-index: 7;
  }
  #stylistclose2 {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #4682b4;
    z-index: 7;
  }
  
  
  
  
  .menu3{
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    width: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: greenyellow;
    text-align: center;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100vw);
    transition: opacity .6s, transform .6s;
    z-index: 2;
  }
  
  .menu3.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0vw);
  }
  
  .menu3 #close3 {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
    z-index: 4;
  }
 

  .address-flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90vw;
    margin: 0;
    padding: 10vh 10vw 0vh 10vw;
    z-index: 3;
  }
  .address{
    position: relative;
    width: 50vw;
    text-align: left;
    z-index:4
  }
.address h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: rgb(181, 181, 181);
}
 .map {
   position: static;
   right: 10vw;
   padding:1vh 10vw 0 0;
   width: 40vw;
   z-index:3
 }
 #google{
   color: rgb(187, 207, 236);
 }

 .yoyaku-flex{
   display: flex;
   height: 10vh;
   width: 100vw;
   padding: 0 10vw;
   line-height: 10vh;
 }

 .yoyaku-flex p {
   font-size: medium;
   display: inline-block;
   vertical-align: middle;
   color: #fff;
   padding: 0;
   margin: 0;

 }
 .youbi {
   color: #fff;
   width: 30vw;
   vertical-align: middle;
  }
  .yoyakuLine {
    width: 50vw;
    
  }
  .LINE {
    display: inline-block;
    vertical-align: middle;
  }
  .yoyakutel {
    width: 50vw;
    position: relative;
  }
  .TELbtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: #4483ad;
    height: 36px;
    width: 116px;
    vertical-align: middle;
    padding: 5px 0;
    margin: auto;
    border-radius: 5%;
    display: inline-block;
    
  }
  .TELbtn i {
    font-size: medium;
  }
  .TELbtn a {
    text-decoration:none;
    color: #fff;
  }
  .menu3 p,a,h1{
    color:rgb(163, 163, 163);
  }
  
  
  .menu4{
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    width: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(243, 226, 141);
    text-align: center;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100vw);
    transition: opacity .6s, transform .6s;
    z-index: 2;
  }
  .menu4 h1 {
    font-size: 36px;
    margin: 0;
    margin-left: 5vw;
  }
  #rice {
    color: rgb(255, 203, 61);
  }
  
  .menu4.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0vw);
  }
  
  .menu4 #close4 {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 40px;
    cursor: pointer;
    color: #4682b4;
    z-index: 4;
  }

  .pricelist {
    padding-left: 5vh;
    padding-top: 5vh;
    text-align: left;
  }

  .menu4 dl {
    font-size: .9em;
  }
  .menu4 dt {
    margin: 0 0 0 0;
    height: 5vh;
    float: left;
    
  }
  .menu4 dd {
    margin: 0 0 0 0;
    height: 5vh;
  }
  .menu4 dd span.span2{
    margin: 0 0 0 0;
    height: 5vh;
    line-height: .3;
  }
  .menu4 dd span.hukumu {
    font-size: 0.5em;
    line-height: 0.3;
    top:-0.5;
  ｝

  .menu4 dd span.hukumu {
    
    font-size: 0.5em;
    line-height: 0.3;
    top:-0.5;
  ｝
  .menu4 dd span.hukumu {
    
    font-size: 0.5em;
    line-height: 0.3;
    top:-0.5;
  ｝

  

  /* .menu4 dl input {
    margin: 0;
  }
  .menu4 dl label {
    margin: 0;
  }
  
  } */

  /* #plan {
    display : none;
    list-style-type: none;
    width: 200px;
    left: 10vw;
    text-align: left;

  }
  #plan.show {
    display : block; */

  /* } */


/* large screen */

@media screen and (min-width:480px) { 
  /*　for iPhone Landscape　(iPhone 横)　*/

}
@media screen and (min-width:480px) { 
  /*　for iPhone Landscape　(iPhone 横)　*/

}
@media screen and (min-width:768px) and ( max-width:1024px) {
  /*　for iPad 　*/

}
@media screen and (min-width:1024px) {
  /*　for PC　*/

}
