@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1100px以上の場合に適用*/
  #menu {
	  width: 220px;
	  padding: 10px;
	  margin-bottom: 30px;
	  background-color: rgb(190 220 235 / 0.75);
  }
  #menu li {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 220px;
	margin-bottom: 1px;
  }
  #menu li:last-child {
	margin-bottom: 0px;
  }
  #menu li a {
    text-decoration: none;
    width: 220px;
    padding: 16px 0px 16px 10px;
    color: #fff;
    align-items: center;
	background: linear-gradient(130deg, #00aae3, #a0d2a0);
      
  }
  #menu li a:hover {
    transition: 0.3s;
    color: #fcff98;
  }
.nav_icon{
	position: relative;
	display: inline-block;
	padding: 0 0 0 0px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.nav_icon::before,
.nav_icon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.nav_iconbox::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
}
.nav_iconbox::after{
	right: 15px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	.pcmenu-none {
		display: none;
	}
}
.drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.drawer_menu a:visited {
  color: inherit;
}
/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
  color: #fff;
  /* ハンバーガーメニュー文字色 */
  display: none;
}
.drawer_menu .drawer_button .drawer_bar {
  background-color: #fff;
  /* ハンバーガーメニュー三本線の色 */
}
/* 1099px以下 */
@media (max-width: 1099px) {
  .drawer_menu .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: linear-gradient(130deg, #00aae3, #a0d2a0);
    display: none;
    top: 0;
    left: 0;
  }
  .drawer_menu .drawer_button {
    display: block;
    background-color: #a0d2a0;
    border: none;
    padding: 5px 10px;
    width: 50px;
    letter-spacing: 0.1em;
    cursor: pointer;
    /*position: fixed;*/
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1001;
    text-align: center;
    outline: none;
    border-radius: 5px;
  }
  .drawer_menu .drawer_button.active .drawer_bar {
    width: 32px;
  }
  .drawer_menu .drawer_button.active .drawer_bar1 {
    transform: rotate(45deg);
    margin-left: 5px;
  }
  .drawer_menu .drawer_button.active .drawer_bar2 {
    opacity: 0;
  }
  .drawer_menu .drawer_button.active .drawer_bar3 {
    transform: rotate(-45deg);
    margin-left: 2.5px;
  }
  .drawer_menu .drawer_bar {
    display: block;
    height: 3px;
    margin: 8px 0px;
    transition: all 0.2s;
    transform-origin: 0 0;
    border-radius: 3px;
  }
  .drawer_menu .drawer_nav_wrapper {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    /*background-color: #;*/
    /* ドロワーメニュー内背景色 */
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
	.pcmenu-none {
		display: block;
	}
  .drawer_menu #menu {
    display: block;
    position: relative;
    margin: 85px 10px 0 10px
  }
  .drawer_menu #menu li {
	width: 320px;
	  margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
  }
  .drawer_menu #menu li a {
    text-decoration: none;
    width: 320px;
    padding: 20px 30px 20px 10px;
    color: #fff;
    align-items: center;
    display: flex;
    margin: 0 auto;
    position: relative;
    line-height: 150%;
    border-bottom: 1px solid #fff;
  }
.nav_icon{
	position: relative;
	display: inline-block;
	padding: 0 0 0 0px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.nav_icon::before,
.nav_icon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.nav_iconbox::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
}
.nav_iconbox::after{
	right: 15px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
  .drawer_menu .drawer_nav_wrapper.open {
    transform: translate(0);
  }
  .drawer_menu.left .drawer_button {
    right: auto;
    left: 32px;
  }
  .drawer_menu.left .drawer_nav_wrapper {
    transform: translate(-250px);
    right: auto;
    left: 0;
  }
  .drawer_menu.left .drawer_nav_wrapper.open {
    transform: translate(0);
  }
}