.elementor-234 .elementor-element.elementor-element-1756ad8{column-gap:0px;}/* Start custom CSS for column, class: .elementor-element-2797be5 */.drawer-menu-contents {
  position: absolute;
  z-index: 100;
  background: #FFF;
  text-align: left;
  display: none;
  padding-bottom: 40px;
  width: 100%;
  height: 1000px;
  top: 0px;
  left: 0px;
}

.global-header .request {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  width: 70px;
  height: 70px;
  position: absolute;
  background-size: cover;
  bottom: 70px;
  right: 0px;
}

.global-header .myanmar-btn {
  text-indent: 100%;
  white-space: nowrap;
}
ol, ul {
  list-style: none;
}

.pos { position:absolute; bottom:0%; right:0%; }



/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  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-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
  font-size: 150%;
  font color: black;
}

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

/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-02017e6 */.global-header {
  width: 70px;
  height: 100%;
  z-index: 2;
  position: fixed;
  background: #FFF;
  right: 0px;
  top: 0px;

}/* End custom CSS */