@charset "UTF-8";
body, div, p, h1, h2, h3, h4, h5, h6, span, ul, li, ol, img, table, tr, td, hr, a, address, nav, header, footer, section, article {
  margin: 0;
  padding: 0;
}
body, p, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 100%;
}
img {
  border: none;
  vertical-align: baseline;
  max-width: 100%;
}
img[src=""] {
  background-color: lightgray;
  width: 40px;
  height: 40px;
}
ul, li {
  list-style: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  color: #3f3933;
}
a:hover {
  color: #3f3933;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #3f3933;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
input, textarea {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
}
button, input, textarea {
  -webkit-font-smoothing: inherit;
}
input[type="file"], input[type="submit"], input[type="reset"], button {
  cursor: pointer;
}
/* ============ */
.mincho {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: initial;
  }
}
@media screen and (max-width: 640px) {
  .sp_hide {
    display: none;
  }
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.preload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #FFF;
}
.inner {
  position: relative;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 769px) {
  .inner {
    width: 96%;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    width: 90%;
  }
}
#wrapper {
  position: relative;
  min-width: 1100px;
}
@media screen and (max-width: 769px) {
  #wrapper {
    min-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #wrapper {
    min-width: 100%;
  }
}
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
#header .site_logo {
  position: absolute;
  top: 27px;
  left: 50%;
  z-index: 2000;
  margin-left: -75px;
  width: 150px;
}
#header .global_nav li {
  position: absolute;
  top: 17px;
  font-size: 1.7rem;
  line-height: 52px;
}
#header .global_nav li a {
  display: block;
  padding: 0 15px;
  color: #000000;
  text-decoration: none;
}
#header .global_nav li a.hover {
  color: #333;
}
#header .global_nav .concept {
  right: 50%;
  margin-right: 205px;
}
#header .global_nav .menu {
  right: 50%;
  margin-right: 110px;
}
#header .global_nav .photo {
  left: 50%;
  margin-left: 110px;
}
#header .global_nav .access {
  left: 50%;
  margin-left: 205px;
}
#header .btn-toggle-nav {
  display: none;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  #header .btn-toggle-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 9999;
  }
  #header .btn-toggle-nav .bar {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #3f3933;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header .btn-toggle-nav .bar._1 {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #header .btn-toggle-nav .bar._2 {
    position: absolute;
    top: 17px;
    left: 10px;
  }
  #header .btn-toggle-nav .bar._3 {
    position: absolute;
    top: 24px;
    left: 10px;
  }
  #header .btn-toggle-nav .text {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1em;
    color: #3f3933;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 769px) {
  #header.opened .site_logo {
    -webkit-transform: translate3d(0, 12px, 0);
    -moz-transform: translate3d(0, 12px, 0);
    -o-transform: translate3d(0, 12px, 0);
    -ms-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  #header.opened .nav_wrap {
    width: 100%;
    height: 419px;
    padding-top: 75px;
  }
  #header.opened .btn-toggle-nav .bar._1 {
    opacity: 0;
  }
  #header.opened .btn-toggle-nav .bar._2 {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 7px, 0) rotate(45deg);
    -o-transform: translate3d(0, 7px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
  #header.opened .btn-toggle-nav .bar._3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header.opened .btn-toggle-nav .text {
    opacity: 0;
  }
}
#footer {
  position: relative;
  background-color: #424036;
  height: 270px;
}
@media screen and (max-width: 640px) {
  #footer {
    height: auto;
  }
}
#footer .inner {
  position: static;
}
@media screen and (max-width: 640px) {
  #footer .inner {
    padding: 40px 0;
  }
  #footer .inner:after {
    content: "";
    clear: both;
    display: block;
  }
}
#footer .layout-group {
  position: absolute;
  top: 48px;
  left: 6.36896%;
}
@media screen and (max-width: 640px) {
  #footer .layout-group {
    position: static;
    float: left;
    width: 50%;
  }
}
#footer .footer_logo {
  width: 180px;
}
@media screen and (max-width: 640px) {
  #footer .footer_logo {
    width: 128px;
  }
}
#footer .footer_logo a {
  display: block;
}
#footer .footer_nav {
  position: absolute;
  top: 55px;
  left: 40%;
  padding-left: 22px;
  border-left: solid 1px #fff;
}
#footer .footer_nav li {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1em;
}
#footer .footer_nav li:last-child {
  margin-bottom: 0;
}
#footer .footer_nav a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_nav a.hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #footer .footer_nav {
    position: static;
    float: left;
    padding-left: 20px;
  }
  #footer .footer_nav li {
    font-size: 1.4rem;
    line-height: 1.07143em;
  }
}
#footer .banner {
  position: absolute;
  top: 55px;
  right: 5%;
}
#footer .banner li {
  margin-bottom: 14px;
}
#footer .banner li:last-child {
  margin-bottom: 0;
}
#footer .banner a, #footer .banner img {
  display: block;
}
#footer .banner a.hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  #footer .banner {
    position: static;
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  #footer .banner img {
    width: 100%;
  }
}
#footer .copyright {
  position: absolute;
  top: 228px;
  left: 6.36896%;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #fff;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #footer .copyright {
    position: static;
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 1rem;
    line-height: 2em;
  }
}
.left_controller {
  position: fixed;
  z-index: 500;
  top: -9999px;
}
@media screen and (max-width: 769px) {
  .left_controller {
    display: none;
  }
}
.left_controller.fixed {
  top: 50%;
  left: 25px;
  margin-top: -84px;
}
.left_controller.fixed-over {
  position: absolute;
}
.left_controller a {
  display: block;
  margin-bottom: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: solid 1px #3f3933;
  background-color: #fff;
}
.left_controller a:last-child {
  margin-bottom: 0;
}
.left_controller a.active {
  background-color: #3f3933;
  border-color: #fff;
}
body #main .catch_section {
  position: relative;
  height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  body #main .catch_section {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  #header .site_logo {
    display: none;
  }
  #header {
    background-color: transparent;
    box-shadow: none;
  }
  body #main .catch_section {
    height: 210px;
  }
  body #main .sp-w {
    background-position: center right !important;
  }
}
body #main .catch_section .inner {
  position: static;
}
body #main .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media screen and (max-width: 640px) {
  body #main #catch01 {
    height: 550px;
  }
  #header .nav_wrap {
    display: none;
  }
}
body #main #catch01 .logo-bloomys {
  position: absolute;
  top: 240px;
  left: 50%;
  width: 293px;
  margin-left: -146.5px;
}
@media screen and (max-width: 640px) {
  body #main #catch01 .logo-bloomys {
    top: 100px;
    width: 200px;
    margin-left: -100px;
  }
  body #main #catch01 .logo-bloomys img {
    position: relative;
  }
}
body #main #catch01 .catch {
  color: #FFF;
  font-size: 1.4em;
  line-height: 2.0em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 380px;
  left: 5%;
  width: 350px;
}
@media screen and (max-width: 769px) {
  body #main #catch01 .catch {
    position: absolute;
    top: 154px;
    left: 9.11458%;
    width: 116.9px;
  }
  body #main #catch01 .catch {
    display: none;
  }
}
body #main #catch01 .scroll_down {
  position: absolute;
  top: 610px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
}
body #main #catch01 .scroll_down a {
  color: #fff;
  text-decoration: none;
}
body #main #catch01 .scroll_down i {
  display: block;
  margin: 0 auto 10px;
  width: 200px;
}
@media screen and (max-width: 769px) {
  body #main #catch01 .scroll_down {
    position: absolute;
    top: 390px;
    left: 50%;
  }
}
body #main #description .inner {
  padding: 55px 0 100px;
}
body #main #description .box1 {
  display: flex;
}
body #main #description .box1 .box1_txt:first-child:before {
  top: -18rem;
}
body #main #description .box1 .box1_txt:before {
  -webkit-transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7.0em;
  left: 50%;
  z-index: -1;
  background: #F8F8F8;
}
body #main #description .box1 .box1_txt {
  width: 28%;
  margin-left: 100px;
}
body #main #description .box1 .box1_txt p {
  line-height: 3.0em;
}
body #main #description .box1 .box1_txt h3 {
  font-size: 1.4em;
  line-height: 2.0em;
  margin-bottom: 30px;
}
body #main #description .box1 img {
  width: 60%;
}
body #main #description h2 {
  font-size: 3.0em;
  color: #424036;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: lighter;
  letter-spacing: 4px;
}
body #main #description .box2 {
  display: flex;
}
body #main #description .box2 .box2_txt:first-child:before {
  top: -18rem;
}
body #main #description .box2 .box2_txt:before {
  -webkit-transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  z-index: -1;
  background: #F8F8F8;
}
body #main #description .box2 .box2_txt {
  width: 30%;
  margin-left: 100px;
}
body #main #description .box2 .box2_txt p {
  line-height: 3.0em;
}
body #main #description .box2 .box2_txt h3 {
  font-size: 1.4em;
  line-height: 2.0em;
  margin-bottom: 30px;
}
body #main #description .box2 img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}
body #main #description .box3 {
  position: relative;
}
body #main #description .box3:before {
  width: 254px;
  height: 440px;
  content: url(../images/bg_green1.png);
  position: absolute;
  bottom: -100px;
  left: 0;
}
body #main #description .box3:after {
  width: 287px;
  height: 390px;
  content: url(../images/bg_green2.png);
  position: absolute;
  bottom: -100px;
  right: 0;
}
body #main #description .box3 h2 {
  text-align: center;
  margin-bottom: 100px;
}
body #main #description .box3 .box3_txt {
  width: 900px;
  margin: 30px auto;
}
body #main #description .box3 .box3_txt td {
  padding-bottom: 30px;
}
body #main #description .box3 .box3_txt .menu_name {
  font-size: 1.2em;
  width: 700px;
}
body #main #description .box3 .box3_txt .menu_price {
  font-size: 1.2em;
  width: 100px;
  vertical-align: top;
  text-align: right;
}
body #main #description .box3 .box3_txt .dot {
  width: 200px;
  height: 1px;
  position: relative;
}
body #main #description .box3 .box3_txt .dot::before {
  content: "";
  background-image: linear-gradient(to right, #3f3933, #3f3933 2px, transparent 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
}
body #main #description .box3 .box3_txt .menu_name div {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75em;
  padding-left: 20px;
  margin-top: 10px;
}
body #main #description .box4 {
  display: flex;
  margin: 100px auto;
  justify-content: center;
}
body #main #description .box4 .map iframe {
  width: 600px;
  height: 450px;
}
body #main #description .box4 .box4_txt {
  width: 23%;
  margin-left: 100px;
}
body #main #description .box4 .box4_txt h3 span {
  font-size: 0.6em;
}
body #main #description .box4 .box4_txt p {
  line-height: 2.6em;
}
body #main #description .box4 .box4_txt h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  body #main #description .box3 .box3_txt {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  body #main #description .box4 .map iframe {
    width: 400px;
    height: 330px;
  }
  body #main #description .box4 .box4_txt {
    width: 50%;
    margin-left: 40px;
  }
  body #main #description .box4 .box4_txt h3 {
    margin-bottom: 20px;
  }
  body #main #description .box4 .box4_txt p {
    line-height: 2.0em;
  }
  body #main #description .box4 {
    margin: 50px auto;
  }
  body #main #description .box3:before {
    bottom: -330px;
  }
  body #main #description .box3:after {
    bottom: -330px;
  }
  body #main #description .box2 .box2_txt {
    width: 48%;
    margin-left: 40px;
  }
  body #main #description .box2 .box2_txt:first-child:before {
    top: -5rem;
  }
  body #main #description .box2 .box2_txt:before {
    right: 40%;
    z-index: -1;
  }
  body #main #description .box2 img {
    width: 40%;
  }
  body #main #description .box1 .box1_txt h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
  body #main #description .box2 .box2_txt h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  body #main #description .box1 .box1_txt p {
    line-height: 2.4em;
  }
  body #main #description .box2 .box2_txt p {
    line-height: 2.4em;
  }
  body #main #description .box1 .box1_txt:before {
    bottom: -50px;
  }
  body #main #description .box1 .box1_txt {
    width: 40%;
    margin-left: 40px;
  }
  body #main #description .box1 img {
    width: 372px;
    height: 220px;
  }
  body #main #catch01 .logo-bloomys {
    top: 168px;
    width: 205.1px;
    margin-left: -102.55px;
  }
  #description .box1 {
    margin-bottom: 50px;
  }
  body #main #description .box3:after {
    display: none;
  }
  body #main #description .box3:before {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  body #main #description .box1 .box1_txt {
    width: 32%;
    margin-left: 50px;
  }
  body #main #description .box2 .box2_txt {
    width: 40%;
    margin-left: 50px;
  }
  body #main #description .box3 h2 {
    text-align: center;
    margin-bottom: 70px;
  }
  body #main #description .box3:after {
    bottom: -140px;
  }
  body #main #description .box3:before {
    bottom: -140px;
  }
  #description .box1 {
    margin-bottom: 100px;
  }
  body #main #description .box2 .box2_txt:first-child:before {
    top: -10rem;
  }
}
@media screen and (max-width: 640px) {
  body #main #description .inner {
    padding: 40px 0 50px;
  }
  body #main #photo #description .inner {
    padding: 0;
  }
}
body #main #description i {
  display: block;
  width: 46px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 769px) {
  body #main #description i {
    width: 32.2px;
  }
  body #main #description .box1 .box1_txt {
    width: 40%;
    margin-left: 40px;
  }
  body #main #description .box2 .box2_txt {
    width: 50%;
    margin-left: 40px;
    margin-bottom: 50px;
  }
}
#nav {
  display: none;
}
@media screen and (max-width: 640px) {
  body #main #description .box2 .box2_txt:before {
    right: 50%;
  }
  body #main #description .box2 img {
    width: 50%;
  }
  body #main #description .box1 img {
    width: 100%;
    height: auto;
  }
  body #main #description .box1 .box1_txt:before {
    bottom: 0;
  }
  body #main #description .box2 .box2_txt:first-child:before {
    top: 0;
  }
  body #main #description .box1 {
    display: block;
  }
  body #main #description h2 {
    font-size: 1.7em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto 30px;
  }
  body #main #description .box1 .box1_txt {
    width: 100%;
    margin-left: 0;
  }
  body #main #description .box1 .box1_txt h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  body #main #description .box1 .box1_txt p {
    line-height: 2.4em;
  }
  body #main #description .box2 .box2_txt {
    width: 100%;
    margin-left: 0px;
    margin-top: 90px;
  }
  body #main #description .box2 .box2_txt h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  body #main #description .box2 .box2_txt p {
    line-height: 2.4em;
  }
  body #main #description .box2 {
    margin-bottom: 0;
  }
  body #main #description .box3 h2 {
    margin-bottom: 50px;
  }
  body #main #description .box3 .box3_txt .menu_name {
    font-size: 1.0em;
  }
  body #main #description .box4 {
    display: block;
    margin: 40px auto;
  }
  body #main #description .box4 .map iframe {
    width: 100%;
    height: 200px;
  }
  body #main #description .box4 .box4_txt {
    width: 100%;
    margin-left: 0;
  }
  body #main #description .box4 .box4_txt p {
    line-height: 2.0em;
  }
  body #main #description i {
    width: 23px;
  }
  body #main #description p {
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  #nav {
    display: block;
    position: absolute;
    height: 40vh;
    width: 120%;
    right: 110%;
    top: 0;
    background: #2E7250;
    transition: .7s;
    z-index: 9999;
    text-align: center;
    opacity: 0.9;
  }
  #nav ul {
    padding-top: 50px;
  }
  #nav ul li {
    list-style-type: none;
    font-size: 20px;
  }
  #nav a {
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 15px;
    padding: 10px;
    transition: .5s;
  }
  #nav li a:hover {
    color: #2E7250;
    background: #F6F3EC;
    border-bottom: none;
  }
  #hamburger {
    display: block;
    position: absolute;
    top: 15px;
    right: -7px;
    width: 50px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
    z-index: 9999;
  }
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ffffff;
    transition: 1s;
    border-radius: 4px;
  }
  #line1 {
    top: 0;
  }
  #line2 {
    top: 20px;
  }
  #line3 {
    bottom: 0px;
  }
  .in {
    transform: translateX(100%);
  }
  .line_1, .line_2, .line_3 {
    background: #FFFFFF;
  }
  .line_1 {
    transform: translateY(20px) rotate(-45deg);
    top: 0;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    transform: translateY(-20px) rotate(45deg);
    bottom: 0;
  }
  #description .box1 {
    margin-bottom: 0px;
  }
}
body #main #description i img {
  display: block;
}
body #main #description p {
  font-size: 1.4rem;
  line-height: 2em;
  color: #3f3933;
  text-align: left;
}
#concept h2 {
  margin: 30px 0 50px 30px;
}
.menu_pdf {
  width: 35%;
  margin: 0 auto;
}
.menu_pdf a {
  display: block;
  border: 1px solid #CCC;
  margin-top: 55px;
  padding: 25px;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
}
.menu_pdf a:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: -1px;
}
.menu_pdf a:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.menu_pdf .pdf_ico {
  position: absolute;
  top: 20px;
  left: 24%;
}
.menu_pdf .pdf_ico img {
  width: 24px;
}
@media screen and (max-width: 769px) {
  .menu_pdf {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  #nav ul li {
    font-size: 14px;
  }
  .menu_pdf {
    width: 90%;
  }
  .menu_pdf .pdf_ico {
    position: absolute;
    top: 21px;
    left: 38px;
  }
}