@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";


body {
  font-size: 2rem;
  text-align: center;
  background-color: #D6D6D6;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
}

img {
  display: block;
  margin-top: 2%;
  width: 100%;
}

.bg {
  background: linear-gradient(rgba(30, 20, 0, .6),  rgba(30, 20, 0, .6)),  url("img/back.png");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  padding: 5%;
  color: #fff;
}

a,a:hover,a:visited{
  color: inherit;
}

h1 {
  color: #444;
  font-size: 3rem;
}

ul, ol {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

#top-image {
  width: 100%;
}

#top-icon {
  width: 30%;
  margin: auto;
}

#content-wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px; /* Height of the footer */
}

#header {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 400px; 
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Ensure the map is behind the content */
}

#header-logo, #header-world {
    position: relative;
    z-index: 90;
}

#header-logo {
  margin: 30px;
  width: 200px;
  height: 150px;
}

#header-world {
  margin: 30px;
  width: 50px;
  height: 50px;
}

#area-contents {
  position:relative;
  margin-top: 20px;
}

#area-image {
  position:absolute;
  top:0px;
  left:0px;
  width: 100vw;
}

#area-overlap {
  position:absolute;
  text-align: left;
  width: 100%;
}

#area-image2 {
  margin: 3%;
  width: 94%;
}

#area-image3 {
  margin:0% 0% 5% 0%;
  padding:0px;
  width: 100%;
  box-sizing: border-box;
}

.area-white {
  margin: 0% 3%;
  background-color: white;
}

.area-description {
  left:0%;
  margin: 0% 5%;
}

#area-title {
  padding: 10% 0% 5% 0%;
  font-weight: bold;
  font-size: 4rem;
}

#area-category {
  color: #555;
}

#area-heading {
  margin-top: 20%;
  font-weight: bold;
  font-size: 2.5rem;
}

#area-text {
  padding: 10% 0%;
}

#area-info {
  padding: 2% 0% 20% 3%;
}

.area-howtoinfo {
  padding: 2% 5% 20% 5%;
  font-size: large;
  word-wrap: break-word; /* 古いブラウザのサポート */
  overflow-wrap: break-word; /* 標準的な方法 */
}

.centercontents{
  margin:100px 0px;
  text-align: center;
}

.centercontents h1{
  color: white;
}

.leftcontents{
  margin:100px 0px 0px 0px;
  text-align: left;
}

#howtoheader {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100px; 
}

.howtocontents{
  padding:5%;
  text-align: left;
}

#location {
  font-size: 1rem;
}

#footer{
  background-color: #555;
  color: #fff;
  height: 150px;
  width: 100%;
  z-index: -1;
  text-align:center;
  line-height:150px;
}

#toppagefooter{
  background-color: #555;
  color: #fff;
  height: 150px;
  width: 100%;
  z-index: -1;
  text-align:center;
  line-height:150px;
  margin: -5% 0%;
}

.btn,
a.btn {
  font-size: 2rem;
  text-decoration: none;
  padding: 2.5rem 20rem;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.btn:hover,
a.btn:hover {
  color: #fff;
  background: #222;
}

a.btn--radius {
   border-radius: 5rem;
}

.btn--guide,
a.btn--guide {
  font-size: 2rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #666;
  cursor: pointer;
}

.btn--guide:hover,
a.btn--guide:hover {
  color: #fff;
  background: #888;
}

#test-buttons button {
  width: 5em;
  height:2.5em;
  font-size: 2rem;
}

.margin10{
  margin:10%;
}

.menu-content {
    width: 30%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content2 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
    height: 100vh;
    overflow-y: auto; /* 垂直方向にスクロールバーを表示 */
}

#menu-btn-check:checked ~ .menu-content {
    left: 70%;/*メニューを画面内へ*/
}

#menu-btn-check2:checked ~ .menu-content2 {
    left: 0%;/*メニューを画面内へ*/
}

.menu-content ul {
    margin: 50% 0% 50% 0%;
}

.menu-content li{
    list-style: none;
    margin: 20% 0%;
}

.menu-content a{
    text-decoration: none;
}

.menu-content a {
    display: flex; /* Flexboxを使用 */
    align-items: center; /* 中央揃えにする */
    gap: 10px; /* 画像とテキストの間隔を設定 */
    text-decoration: none;
}

.menu-content img {
    width: 30%; /* 画像のサイズを適切に設定 */
    height: auto; /* 高さは自動で調整 */
}

#menu-btn-check {
    display: none;
}

#menu-btn-check2 {
    display: none;
}

.no-scroll {
    overflow: hidden; /* スクロールバーを非表示にする */
    height: 100%; /* ビューポートの高さを100%に固定 */
    position: fixed; /* 画面を固定 */
    width: 100%; /* 幅を100%に設定 */
}
