@charset "utf-8";
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  #mainText {
    z-index: 50000;
    width: 90%;
    height: 18vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 26vh;
    position: relative;
    opacity: 0;
    transform: translateY(100%);
    animation: fadeInFromBottom 1s forwards;
  }
  @keyframes fadeInFromBottom {
    to {
      opacity: 1;
      transform: translateY(0);
    }
   }
   
   #mainText p {
    font-size: 6vw;
    text-align: center;
    font-weight: 500;
   }
   #mainText h1 {
    font-family: HGS行書体;
    font-size: 20vw;
    text-align: center;
    margin-top: 1vh;
   }
   h2 {
    display: block;
    font-size: 6vw;
    text-align: center;
    padding-top: 7%;
    margin-bottom: 7%;
  }
  #dinner {
    width: 100%;
    height: 89.5vh;
  }
  #dinnerPhoto {
    width: 100%;
    height: 50%;
    background-image: url(../../images/sushi.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  h3 {
    display: block;
    font-size: 10vw;
    writing-mode: vertical-rl;
    margin-left: 35%;   
    margin-right: 35%;
    padding-bottom: 5vh;
  }
  .textbox {
    width: 100%;
    height: 50%;
  }
  #dinnerText {
    width: 64%;
    height: 70%;
    padding-top: 7vh;
    margin-left: auto;
    margin-right: auto;
  }
  .textbox p {
    text-align: center;
    font-size: 4vw;
  }
  #bath {
    width: 100%;
    height: 89.5vh;
  }
  #bathPhoto {
    width: 100%;
    height: 50%;
    background-image: url(../../images/bath@2x.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #bathText {
    width: 64%;
    height: 70%;
    padding-top: 7vh;
    margin-left: auto;
    margin-right: auto;
  }
  #guestroom {
    width: 100%;
    height: 89.5vh;
  }
  #roomPhoto {
    width: 100%;
    height: 50%;
    background-image: url(../../images/room@2x.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #roomText {
    width: 64%;
    height: 70%;
    padding-top: 7vh;
    margin-left: auto;
    margin-right: auto;
  }

  #spnavi a {
    display: block;
    height: 100%;
    font-size: 5vw;
    font-family: メイリオ;
    text-align: center;
    color: #fff;
  }
  #spnavi {
    width: 100%;
    height: 10.5vh;
    display: flex;
    justify-content: space-between;
    background-color: #73B5C3;
    opacity: 0;
    transition: 1s;
    position: fixed;
    bottom: 0;
  }
  #spnavi.spLook{
    opacity: 1;
    transition: 1s;
    position: fixed;
   }
  #sp_appo {
    width: 34%;
    height: 100%;
    background-color: #2F9399 !important;
    border-right: 3px solid #fff;
    padding-top: 4vh;
  }
  #sp_tel {
    width: 24%;
    border-right: 3px solid #fff;
    padding-top: 4vh;

  }
  #sp_acc {
    width: 24%;
    border-right: 3px solid #fff;
    padding-top: 4vh;

  }
  #hbMenu {
    width: 18%;
    position: relative;
    z-index: 52000;
  }
  #hbMenu span {
    display: block;
    width: 56%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    border-radius: 20vw;
    transition: 0.5s;
  }
  #hbMenu span:nth-child(1) {
    top: 30%;
    left: 23%;
  }
  #hbMenu span:nth-child(2) {
    top: 50%;
    left: 23%;
  }
  #hbMenu span:nth-child(3) {
    top: 70%;
    left: 23%;
  }
  .open #hbMenu span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    background-color: #000;
  }
  .open #hbMenu span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
    background-color: #000;
  }
  .open #hbMenu span:nth-child(2) {
    opacity: 0;
  }
  #spmenu {
    width: 100%;
    height: 100vh;
    background-color: #E9EBEB;
    position: fixed;
    transform: translateY(300vh);
    top: 0;
    left: 0;
    z-index: 51000;
    transition: 0.5s;
  }

  .open #spmenu {
    width: 100%;
    height: 100vh;
    background-color: #F0F5F5;
    position: fixed;
    transform: translateY(0);
    top: 0;
    left: 0;
  }
  #spmenu ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 8vw;
    padding-bottom: 20%;
  }
  #spmenu ul li {
    padding-bottom: 2vh;
  }
  #spmenu a {
    font-size: 8vw !important;
    color: #000 !important;
  }
  footer {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footerInner {
    width: 75%;
    height: 72%;
  }
  #footerLogo {
    width: 80%;
    height: 35%;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 25%;
    margin-bottom: 25%;
  }
  #footerLogo img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footerLogo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footerlist ul {
    width: 97%;
    height: 25%;
    display: flex;
    flex-wrap: wrap;
  }
  #footerlist ul li {
    background-image: url(../images/footerPoint.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 8%;
    margin: 2%;
  }
  #footerlist ul li a {
    display: block;
    font-size: 4vw;
  }
  #footerInner address {
    text-align: center;
    font-style: normal;
    font-size: 4vw;
  }
  #footerInner small {
    display: block;
    margin-top: 21%;
    text-align: center;
    font-size: 2vw;
  }












}