#nav-drawer {
  position: relative;
  display: flex;
  align-items: center;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block!important;
  width: 40px!important;
  vertical-align: middle!important;
  margin-top: -17px!important;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #000;/*背景色*/
  transition: 1.2s ease-in-out !important;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.nav_img {
  width: 44%!important;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
#nav-content ul{
  background: #000 !important;
}
#nav-content li{
  height: 60px;
  border-top:0.5px solid #f5f5f5;
}
#nav-content li.heightDouble {
  height: 90px;
  padding-top: 20px;
  line-height: 2;
}
#nav-content li a{
  display: block;
  font-size:20px;
  color:#fff;
  line-height: 3;
  margin-left: 10%;
}
#nav-content ul li img{
  width:60px;
  height: 60px;
}
#nav-content ul li{
  display:flex;
}
.yoyaku{
  margin-top:20px;
}
.icon-li{
  width:30px!important;
  height:30px!important;
  margin-top:15px;
}
.small_a {
    font-size: 14px!important;
    margin-top: 10px;
    margin-left: 90px!important;
}
.langage{
  margin-top:20px;
}
.small_b {
    width: 100%;
    margin-left: 20.5%!important;
    font-size: 14px!important;
    margin-top: 10px;
}
.langage{
  display:none;
}
.nav_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav_flex a {
  color: #fff;
}
.nav_flex a.loginbtn {
  width: 120px;
  border: 1px solid #fff;
  margin-left: 1em;
  padding: 0 .5em;
  text-align: center;
}
.kin_tama {
  width: 50px;
  height: 40px;
  flex: 1;
  object-fit: contain;
}
.main_head {
  width: 85px;
  object-fit: contain;
  margin-right: 10%;
}
@media screen and (max-width: 320px){
  .main_head {
    width: 80px;
    margin-right: 5%;
    margin-left: 9%;
  }
}
.time2 {
  color: #f74e47;
  font-size: 12px;
  margin-bottom: -10px;
}
.detail_wrap{
width:100%;
margin-left: 3%;
}
.time2 {
  height: 26px;
  line-height: 2;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -1px;
}
.kin_tama {
    width: 50px;
    height: 40px;
    flex: 1;
    object-fit: contain;
    display: none;
}
.detail_wrap {
  width: 100%;
  margin-left: 8%!important;
}
.yoyaku{
  display:none;
}
.time2 {
  height: 26px;
  line-height: 2;
  letter-spacing: 0px;
  float: right;
  margin-right: 12%;
}
.time2 {
  float: right;
}
.fa, .fas {
  font-weight: 900;
  line-height: 3.5;
  margin-left: 5%;
}
.bord {
  width: 5px;
  height: 30px;
  background-color: #C8102E;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 10px;
}
.bord.heightDouble {
  height: 60px;
  margin-top: 6px;
}
#nav-content ul a {
  color: #fff;
}
#nav-content li {
  height: 60px;
  border-top: 0.5px solid #fff;
}
.koko{
  border-bottom: 0.5px solid #ccc;
}
.time2{
  color:#F2E858;
}