body{
  margin: 0;
  padding: 0;
      font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
header{

  width: 100vw;
  height: 60px;
  overflow: hidden;
}

tbody{
 list-style: none;
 display: none;
}
.column{}
.rail-map{

  overflow: hidden;
position: relative;
width: 100vw;

}

iframe{
  width: 100vw;
height: 70vh;
margin: auto;
}

ul{
  padding: 0;
}
h1{
font-family: "Concert One", sans-serif;
  color: #F09712;
  font-size: 34px;
  margin-left: 20px;
  margin-top: 10px;
  letter-spacing: 2px;
}
h1 img{
  width: 80px;
  margin-right: 10px;
}
.header_inner{
  display: flex;
  justify-content: space-between;
}


.hamburger_bar {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 4px;
  position: absolute;
  right: 20px;
  margin-top: 20px;
  background: #000;
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

/* リセットCSS */
button {
  border-color: transparent;
  background: transparent;
  cursor: pointer;
}


/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  width: 25px;
  height: 60px;
  position: relative;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  right: 10px;
}
.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;

  background-color: black;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
.hamburger.open span {
  background-color: transparent;
}
.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100vh;
  top: 60px;
  right: -100%;
  background-color: rgb(0 0 0 / 70%);
  padding: 50px 0;
  transition: all 0.5s;
  border-top: 1px solid #fff;
}
.nav__item{
  display: block;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
  list-style: none;
}
.nav__title{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  display: block;
}
.nav__select{
  margin-top: 20px;
}
.nav.open {
  right: 0;
}
.selectbox{
  width: 60%;
  margin: auto;
    margin-top: 20px;
}
.selectbox img{
  width: 20px;
  margin-right: 10px;
}
#language-select{
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 60%;
}
option{
  font-size: 16px;
  display: block;
  width: 100%;
}
label {
  font-family: sans-serif;
  font-size: 20px;
  padding-right: 10px;
}

select {
  font-size: 20px;
  padding: 8px 10px;
    width: 100%;
}
option{
  padding: 16px
}

/* ===============================================
拡大縮小ボタンのスタイリング
=============================================== */
#BTNAREA{
  border: none!important;
}
#BTNAREA1 input,#BTNAREA2 input,#BTNAREA3 input{
border: none;
width: 34px!important;
height: 34px!important;
background: white;
border-radius: 10px;
margin-left: 10px;
margin-bottom: 5px;
background-color: #5a91c5;

}
#BTNAREA1 input{
display: none;
  background-size: contain;
  background-repeat: no-repeat;
}
#BTNAREA2{
  display: block!important;
}
#BTNAREA3{
   display: block!important;
}
#BTNAREA2 input{
    display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
#BTNAREA2 input:hover{
  opacity: 0.7;
  transition: 0.3s;
}
#BTNAREA3 input{
    display: block;
}
#BTNAREA3 input:hover{
  opacity: 0.7;
  transition: 0.3s;
}
#BTNAREA3 :nth-child(1) {
 background-size: contain;
 background-repeat: no-repeat;

}
#BTNAREA3 :nth-child(2) {
  background-size: contain;
  background-repeat: no-repeat;
}
#BTNAREA3 :nth-child(3) {
  background-size: contain;
  background-repeat: no-repeat;
}
#BTNAREA3 :nth-child(4) {
  background-size: contain;
  background-repeat: no-repeat;
}
#BTNAREA3 :nth-child(5) {

  background-size: contain;
  background-repeat: no-repeat;
}

.pinch-in{
  display: block;
  width: 40%;
  position: absolute;
  right: 0;
left: 0;
top:200px;
z-index: 100;
 margin: 0 auto;

}
.d-none {
		  opacity: 0;
      transition: 0.5s;
	  }
footer{
  width: 100%;
  height: 100px;
  background: red;
  position: sticky;
  margin-top: 20px;
  background: #f4b65a;
  margin-bottom: 0;
  overflow: hidden;
}
footer p{
  color: black;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
footer a{
  text-decoration: none;

}
.advertisement_sp{

  display: block;

}
.advertisement_sp{

}
.advertisement_sp ins{


    width: 370px;
    height: 70px;

}
  .advertisement_pc{
    display: none;
  }
@media ( min-width : 768px ) {

  tbody{
    display: block;
  }
}
@media ( min-width : 1110px ) {
  .selectbox img{
    display: none;
  }

  iframe {
    width: 100%;
    margin: auto;
  height: 100%;
  }
  .column{
    display: flex;
    margin: auto;
    justify-content:center;
  }
  .rail-map{
    width: 768px;
    height: 90vh;
    border: 1px solid black;
  }
  .advertisement_pc{
    display: block;
    width: 320px;
   padding-left: 10px;
  }
  .advertisement_pc img{
    width: 300px;
    display: block;
    margin: auto;
    margin-left: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
  }
  .advertisement_sp{
    display: none;
  }
  .advertisement_pc .adsense{
  margin-top: 10px;
  }
  header{
    width: 100%;
  }
  .header_nav{
    width: 260px;
    margin-right: 10px;
  }
  .header_inner{
    display: flex;
  }
  .hamburger{
    display: none;
  }
  .nav__title{
    font-size: 16px;
    color: #000;
letter-spacing: 2px;
  }
  select{
    border: 1px solid #999;
    font-size: 16px;
      padding: 2px 5px;

  }
  .nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 50;
    width: 100%;
    height: auto;
    top: 0px;
    right: 0%;
    background-color:#fff;
    padding: 0px 0;
    transition: all 0.5s;
    border-top: 1px solid #fff;
  }
  .selectbox {
    width: 120px;
    margin: auto;
    margin-top: 0px;
}
.pinch-in{
  display: none;
}
footer{
  margin-top: 50px;
}
}
@media ( min-width : 1110px ) {
}
