/*------------------------------
  ドロワーメニュー
------------------------------*/

/*menu全体をいれているbox*/
.menuall {
  margin: 8% auto;
  font-weight: 500;
  max-width: 100%;
	display: inline-block;
	text-align: left;
	padding-left: 50px;
}

.menu_rose,
.menu_loved,
.menu_other {
  position: relative;
}

.menu_loved {
  padding-top: 50px;
}

/*タイトル*/
.pushy-content h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.15em;
	margin-bottom: 10px;
	position: relative;
}

.pushy-content h1:before{
	content: "";
	display: block;
	width: 30px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: -45px;
	top: 50%;
}

.under_menu h1 a {
  font-size: 40px;
}

.pushy-content .menu_01,
.pushy-content .menu_02{
	margin-bottom: 40px;
}
.info {
    margin: 0 auto;
}

.info li{
  letter-spacing: 0.15em;
	position: relative;
	margin-bottom: 10px;
	
}
.info li a{
	transition: all 0.2s ease;
	position: relative;
	padding-left: 20px;
	transition: all 0.2s ease;
	left: 0;
}
.info li a:before{
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 35%;
	background-color: #fff;
}
.info li a:hover{
	left: 15px;
	transition: all 0.2s ease;
}

.under_menu {
  margin: 0 auto;
}

.under_menu li a {
  font-size: 40px;
  letter-spacing: 0.15em;
}

.ml_top,
.ml_home {
  font-size: 20px !important;
}

.ml_top,
.ml_home,
.ml_camp {
  padding: 0 !important;
}

/* ボタン */
.menu-btn {
  width: 2.3rem;
  padding: 20px 20px 30px;
  background-color: transparent;
  border: none;
  box-sizing: content-box;
  font-size: 40px;
  outline: none;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99993;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-right .menu-btn { /* メニューopen時 */
  position: fixed;
}

.menu-btn .drawer-hamburger-icon {
  margin-top: 10px;
  display: block;
  position: relative;
}

.menu-btn .drawer-hamburger-icon,
.menu-btn .drawer-hamburger-icon:before,
.menu-btn .drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  background-color: #da5f15;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 12px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent;
}

.pushy-open-right .drawer-hamburger-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pushy-open-right .drawer-hamburger-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pushy-open-right .menu-btn .drawer-hamburger-icon:before,
.pushy-open-right .menu-btn .drawer-hamburger-icon:after {
background-color: #fff;
}

@media all and (max-width: 680px) {	
	.pushy-content {
		padding: 6%;
	}
	.tt_rose::before {
		top: 10px;
	}
	.tt_loved::before {
		top: 12px;
	}
  .menu-btn {
      width: 1.9rem;
      padding: 17px 18px 28px;
      margin: 0;
    }
    .pushy-content h1 {
      font-size: 24px;
      letter-spacing: 0.1em;
    }
    .under_menu li a {
      letter-spacing: 0.1em;
    }
	.pushy a{
		font-size: 16px;
	}
	.menuall{
		margin-top: 70px;
		padding-left: 30px;
	}
	.pushy-content h1:before{
		left: -30px;
		width: 20px;
		height: 5px;
	}
}

@media all and (min-width: 769px) {
	
	.menu-btn {
		position: fixed;
		top: 0;
	}
}


