@charset "utf-8";
/* CSS Document */



.bx-menu {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: "新ゴ B", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Sans-serif;
  font-size: 18px;
  line-height: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.outline1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "新ゴ R", "Shin Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", Sans-serif;
  vertical-align: text-bottom;
  font-size: 18px;
  color: #6E6E6E;
}

.outline2 {
  display: inline-block;
  width: 160px;
  text-align: left;
  font-family: "新ゴ R", "Shin Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", Sans-serif;
  vertical-align: top;
  font-size: 12px;
  transform: translateY(4px);
}




.me {
}

a.me:link {
  color: #6E6E6E;
}

a.me:visited {            /*むらさき*/
  color: #663D78;
}

a.me:hover {            /*みどり*/
  color: #5eb651;
}

a.me:active {
  color: #5eb651;
}



.me2 {
  font-family: "新ゴ R", "Shin Go Regular", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", Sans-serif;
  font-size: 13px;
  color: #6E6E6E;
}

a.me2:link {
  color: #6E6E6E;
}

a.me2:visited {
  color: #6E6E6E;
}

a.me2:hover {
  color: #5eb651;
}

a.me2:active {
  color: #5eb651;
}




.drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
}

.drawer_button {
  display: block;
  padding: 0;
  width: 26px;
  height: 16px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.drawer_button .drawer_bar {
  display: block;
  width: 100%;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  border-radius: 3px;
  cursor: pointer;
}

.drawer_button .drawer_bar1 {
  top: 0;
}

.drawer_button .drawer_bar2 {
  top: 50%;
}

.drawer_button .drawer_bar3 {
  top: 100%;
}

.drawer_button.active .drawer_bar {
  width: 23px;
  left: 8px;
  cursor: pointer;
}

.drawer_button.active .drawer_bar1 {
  transform: rotate(45deg) translateY(-50%);
  top: 0px;
  cursor: pointer;
}

.drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_button.active .drawer_bar3 {
  transform: rotate(-45deg) translateY(-50%);
  top: calc(100% - 0px);
}

.drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_button.active .drawer_close {
  display: block;
}

.drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
  color: #59C3E1;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.drawer_close {
  letter-spacing: 0.08em;
  display: none;
}






.drawer_button .drawer_bar {
  background-color: #59C3E1;
  cursor: pointer;
}

.drawer_menu .drawer_button {           /*３本線の置き場所 */
  position: fixed;
  top: 10px;
  left: 32px;
  z-index: 100;
  cursor: pointer;
}

.drawer_menu a {
  text-decoration: none;
}

.drawer_menu a:visited {        /*color: inherit */
}





.drawer-frame {
  text-align: center;
}


.drawer_menu .drawer_bg {          /*Background 透け黒 */
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0,0,0,.5);
  display: none;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  clip: rect(auto,auto,auto,auto);
}


.drawer_menu .drawer_nav_wrapper {           /*背景白 */
  left: 0px;
  top: 0px;
  position: fixed;
  background-color: #FFFFFF;
  transition: all 0.2s;
  transform: translateX(-120%);
  z-index: 300;
  box-shadow: 3px 3px 3px #000;
  opacity: 0.75;
  padding: 30px;
  margin-top: 100px;
  margin-right: 20px;
  margin-left: 20px;
}


.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
}
