
@media screen and (max-width: 768px)  and (orientation:portrait){
  body {
    font-size: 3.73vw;
    font-size: 1.6vw;
  }


  #wrapper {
    min-width: 100%;
    overflow: hidden; }


  .pc_only {
    display: none !important; }

  .sp_only  {
    display: block !important; }

  .sp_only.inline{
     display: inline !important;
  }


  body {
    letter-spacing: .08em; }

    .hotel-stay,
  .information__topics{
    width: 89.3vw;
    margin-right: auto;
    margin-left: auto;
    }

  header{
    height: 8.3em;
  }
  
  .header__logo-box{
    height: 100%;
    position: absolute;
    left: 2em;
  }
  
  .logo-box__img{
    width: 45vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .header__btns{
    width: 60vw;
    height: 100%;
    padding-top: 9em;
    padding-left: 2.2em;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(85,181,131,.95);
    display: none;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.2s ease-out;
    -webkit-transition: -webkit-transform 0.2s ease-out;
  }

  .header__btns.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .header__link{
    height: auto;
    margin-bottom: 2.5em;
    display: block;
  }

  .header__hamburger{
    width: 5em;
    height: 4em;
    margin-right: 2em;
    margin-left: auto;
    display: block;
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .header__hamburger i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webbkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }

  .header__hamburger i:nth-child(1) {
    top: 0;
  }

  .header__hamburger i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .header__hamburger i:nth-child(3) {
    bottom: 0;
  }

  .header__hamburger.show i{
    height: 1px;
  }

  .header__hamburger.show i:nth-child(1) {
    transform: translateY(2em) rotate(-45deg);
    -webkit-transform: translateY(2em) rotate(-45deg);
  }
  .header__hamburger.show i:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.show i:nth-child(3) {
    transform: translateY(-1.8em) rotate(45deg);
    -webkit-transform: translateY(-1.8em) rotate(45deg);
  }
  
  .header__content-sp{
    top: 4em;
  }
  
  .header__content-sp.center{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .hamburger__text{
    font-size: 2.2em;
    color: #fff;
  }

  .hamburger__text--under{
    margin-left: 1.5em;
    margin-top: 1em;
    font-size: 2em;
    color: #fff;
    display: inline-block;
  }

  .hamburger__text--foot{
    margin-bottom: .8em;
    padding-left: 1em;
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
  }

  .hamburger__reservebtn{
    width: 48vw;
    height: 2.6em;
    margin: 2em 0 2em .6em;
    border: solid 1px #fff;
    font-size: 2em;
    font-weight: bold;
    line-height: 2.6em;
    letter-spacing: .1em;
    text-indent: .15em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    background-color: #f2a416;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
  }
  
  .dv-pc .hamburger__reservebtn:hover{
    background-color: #ff1717;
    color: #fff;
  }
  
  .slider__sns-icon{
    width: 9vw;
    top: 18vw;
    right: 3vw;
  }

  .content{
    padding-top: 13%;
    }
  
  footer{
    margin-top: 10vw;
  }
  
  .footer__sns-icon-box{
    width: 7vw;
    right: 5vw;
  }


  .footer__links{
    display: block;
	margin-bottom:-2.5em;
	 font-size: 12px;
  }

  .footer__link{
    padding-left: .7em;
    font-size: 2em;
    color: #fff;
  }

  .footer__link:first-child{
    padding-left: 0;
  }

  .footer__copy{
    line-height: 5em;
	font-size: 10px;
  }

  .footer__copy--mark{
    vertical-align: middle;
  }


}
