@charset "utf-8";

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {


  /*  ===========共通設定=========*/
  p {
    font-size: 0.7em;
    /*    padding: 10px;*/
  }

  h4 {
    font-size: 1.2em;
  }

  /*
    img {
      width: 40%;
      height: auto;
    }*/

  .img img {
    width: 85%;
    height: auto;
  }

  footer {
    width: 100%;
    height: 300px;
    padding: 0;
  }

  footer small {
    text-align: left;
    font-size: 0.6em;
  }

  footer img {
    margin: 25px;
  }

  .footernav ul {
    text-align: center;

  }

  .footernav ul li {
    width: 40%;
    margin: 0 auto;
  }

  .footernav ul li a {
    font-size: 0.5em;
    max-width: 1000px;
  }

  .nav-pc {
    display: none;
  }

  .nav-smart {
    display: flex;
  }

  .sub {
    display: none;
  }

  body.menu_page div.content {
    padding-top: 50px;
  }


  /*  ===========【index】===========*/
  .wrapper {
    width: 100%;
    height: 100%;
  }

  #vegas {
    height: calc(100vh - 50px);
    width: 100%;
  }

  /*
  nav.global,
  nav.sub {
    display: none;
  }
*/

  #page_top {
    right: 5px;
  }

  .topbg {
    display: none;
  }

  header h1 {
    margin-left: 15px;
  }

  header h3.title {
    font-size: 1.8em;
    text-align: center;
    margin-left: 15px;
    margin-top: 40px;
  }

  header h3 {
    margin-left: 30px;
    font-size: 0.5em;
  }


  /*  ★ナビゲーション*/

  nav ul li {
    width: 70px;
    height: 20px;
    margin: 0 auto;
  }

  nav ul li a img {
    width: 55px;
    object-fit: contain;
  }

  nav ul li a span {
    font-size: 6px;
  }

  .main p {
    margin: 50px 0 40px 0;
  }

  .scroll p {
    margin-top: 200px;
  }


  .recommend img {
    width: 100%;
    height: auto;
  }


  p .point img {
    width: 10%;
    height: auto;
  }

  .map {
    width: 100%;
  }

  nav.global ul {
    display: none;
  }

  .main {
/*    border: 2px solid red;*/
  }


  h2 {
    /*        margin-top: 50px;*/
    font-size: 1.5em;
  }

  .detail {
    width: 100%;
  }

  .detail h3 {
    font-size: 1.6em;
    margin: 0;
    padding: 0;
  }

  .detail h4 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
  }

  .detail h5 {
    width: 90%;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }

  .detail p {
    font-size: 1em;
    margin: 0;
    padding: 0;
  }

  .map {
    float: none;
    margin: 0 auto;
  }

  .map img {
    width: 40%;
    height: auto;
  }

  .mapfont {
    float: none;
    margin: 0 auto;
  }

  .pointimg img {
    width: 20%;
    height: auto;
  }

  .point1 {
    height: 580px;
  }

  .shimajikann img {
    width: 90%;
    height: auto;
  }

  .point2 {
    height: 620px;
  }

  .box img {
    width: 100%;
    height: auto;
  }

  .point3 {
    height: 750px;
  }

  .point4 {
    height: 540px;
  }

  .blue,
  .white {
    padding: 10px;
  }

  /*  ===========【menu】===========*/
  .content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .menu {
    clear: both;
    display: flex;
    width: 100%;
    /*        max-width: 1000px;*/
    /*        margin: 0px auto;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .menu img {
    width: 80%;
    height: auto;
  }

  .menu p {
    margin: 0;
    padding: 0;
  }

  .detail .menu {
    /*        margin: 10px;*/
  }

  .content img {
    width: 80%;
    height: auto;
    /*        margin-bottom: 50px;*/
  }

  .detail h3 {
    padding: 0 0 0 15px;

  }


  .detail h4 {
    font-size: 0.8em;
    width: 310px;
    margin: 20px auto;
  }

  .detail h5 {
    margin-left: 40px;
    padding: 10px 0;
  }

  .detail p {
    width: 320px;
    margin: 10px auto;
    font-size: 0.6em;
    padding-left: 20px;
  }


  /*  ===========【privacy policy】===========*/
  .policy {
    width: 320px;
    height: 2800px;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }

  .policy h3 {
    font-size: 1.1em;
    padding: 15px;
  }

  .policy p {
    font-size: 0.6em;
    width: 250px;
    margin: 0 auto;
  }


  /*  ===========【access】===========*/

  iframe {
    width: 300px;
    height: 300px;
    margin: 30px 0;
  }

  .access {
    margin: 0;
    padding: 0;
  }

  .access p {
    font-size: 0.1em;
    margin: 0 auto 20px auto;
    padding: 0;

  }

  /*  ===========【QandA】===========*/
  .qanda {
    width: 320px;
    height: 3900px;
    margin: 0 auto;
    padding: 0;
  }

  .qanda img {
    width: 100%;
    height: auto;
    /*        padding: 5px 10px;*/
  }

  .qanda h3 {
    margin-top: 20px;
  }

  .qanda dd {
    font-size: 0.2em;
    margin: 0 auto;
    padding: 10px 0 10px 30px;
  }

  /*  ===========【reserve】===========*/
  .reserve {
    width: 330px;
    margin: 0 auto;
    padding: 0;
    height: 1100px;
  }

  .reserve p {
    font-size: 0.9em;
    width: 320px;
    margin: 20px 0;
    padding: 0;
  }

  .number {
    background-size: 250px;
    margin: 0;
    padding: 0;
    height: 65px;
  }

  .number p {
    font-size: 0.em;
  }

  p.smart {
    padding-top: 10px;
    margin: 0;
  }

  p.hometel {
    padding-top: 0;
    margin: 0;
  }

  .mail {
    background-size: 250px;
    margin: 0;
    padding: 0;
    height: 50px;
  }

  .mail p {
    padding-top: 14px;
  }

  .alert {
    width: 330px;
    height: 400px;
  }

  .alert p {
    font-size: 0.4em;
    text-align: left;
  }

  .cancel {
    width: 330px;
    height: 200px;
  }

  .cancel p {
    font-size: 0.1em;
    /*    border: 1px solid red;*/
    text-align: left;
  }

  /*    ======================================================*/
  /*  ★ハンバーガーメニュー用の設定*/


  @import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');

  .page {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #0C4470;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: .03em;
    color: #212121;
    position: fixed;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999;
    /*      border: 1px solid orange;*/
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
  }

  #nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
  }

  /*    ○背景マスクの設定*/
  #nav-container .bg {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: white;
  }


  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: .6;
  }

  #nav-container * {
    visibility: visible;
  }

  /*    ○ボタンの設定*/
  .button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 50px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 25px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    transition: .3s;
  }

  .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  #nav-container:focus-within .button {
    pointer-events: none;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }

  #nav-content {
    margin-top: 50px;
    padding: 20px;
    width: 90%;
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 50px);
    background: rgba(255, 255, 255, 0.8);
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    font-size: 0.8em;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .02);
  }

  #nav-content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    transition: color .1s;
    color: #0C4470;
    font-family: "VDL ヨタＧ;

  }

  #nav-content li a:hover {
    color: ;
  }

  #nav-content li:not(.small) + .small {
    margin-top: auto;
  }


  #nav-container:focus-within #nav-content {
    transform: none;
  }


  a,
  a:visited,
  a:focus,
  a:active,
  a:link {
    text-decoration: none;
    outline: 0;
  }

  .big li {
    font-size: 1.2em;
    border-bottom: 1.5px dotted #0C4470;
  }

  .small {
    font-size: 0.5em;
  }

    .form{
        color: white;
    }


}
