body {
    background-color: #ffffff;
    font-family: "游明朝", "ヒラギノ"
}

a {
  text-decoration: none;
  color: #000000;
}


/*言語設定css*/

.gengo select{
  border: 1px solid;
  font-size: 20px;
  z-index: 1;
  top: 100px;
  left: 2rem;
  position: relative;
  font-family: "游明朝", "ヒラギノ";
  border-radius: 10px;
  border: 2px solid #000000; 
  padding: 0.2em;
}

/* CSSコード */
.header {
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
  }
  
  .logo {
    font-size: 30px;
  }
  
  /* ここから下がハンバーガーメニューに関するCSS */

  .nav {
    position: fixed;
    top: 40px;
    right: 40px;
    display: none !important; 
    z-index: 10;
  }

  .pc {
     display: block !important; 
     position: absolute;
     right: 3%;
     top: -20px;
    td{
      padding-left: 20px;
    }}

  @media only screen and (max-width: 1000px) {
    .nav { display: block !important; }
    .pc { display: none !important; }
    .pc1 { display: none !important; }
  }

  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }
  
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
  }
  
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }
  
  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }
  
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #fbf9f9;
  }
  
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fbf9f9;
  }
    
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #000000dd;
    transition: .5s;
    text-align: center;
    padding-top: 20px;
  }
  .minobumenu {
    right: 0%;
  }
  
  /* メニュー黒ポチを消す */
  .nav_list {
    list-style: none;
    display: flex;
    width: 700px;
    margin: auto;
  }
  
  .nav_item a {
    color: #d1edfb;
    text-decoration: none;
    padding: 20px;

  }
  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    top: 0;/* メニューを画面に入れる */
    
  }

  .ryokan {
    text-align: center;
  }
    .inline-block_test {
    display: inline-block;      /* インラインブロック要素にする */
    max-width:400px;
    height: 1050px;
    }

  .name {
    height: 190px;
    width: 400px;
    background-color: #9f9f9f;
    a{
        color: #000000;
    }
    }

    .exp {
      height: 500px;
      width: 400px;
      background-color: #9f9f9f;
    p{
      top: 2rem;
      width: 70%;
      text-align: center;
      color: #000000;
    }
    a {
      color: #000000;
    }
    }

    .img2 {
        height: 270px;
        width: 400px;
        background-color: #9f9f9f;
    }