/*--------------------------------
	header
--------------------------------*/
header {
  position: relative;
  overflow: hidden;
  background: #fff; }
  header .wrap-top {
    position: relative;
    z-index: 2; }
    header .wrap-top .innerMain {
      background: #fff;
      padding-top: 120px;
      padding-bottom: 30px; }
    header .wrap-top .tel {
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px;
      display: inline-block;
      color: #fff;
      background: #000;
      padding: 7px 20px;
      position: absolute;
      top: 0;
      right: 0; }
      header .wrap-top .tel span {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 18px;
        margin-right: 5px; }
    header .wrap-top .logo {
      max-width: 346px;
      margin: 0 auto; }
    @media (max-width: 768px) {
      header .wrap-top .tel {
        background: none;
        color: #000;
        font-size: 18px;
        font-size: 1.8rem;
        position: static;
        transform: none; }
        header .wrap-top .tel span {
          display: none; }
        header .wrap-top .tel::before {
          font-family: "Font Awesome 5 Free";
          content: '\f095';
          font-weight: 900;
          margin-right: 5px; }
      header .wrap-top .innerMain {
        padding: 30px 20px; } }
  header .wrap-mv {
    position: relative; }
    header .wrap-mv .innerMain {
      position: relative;
      padding: 0; }
      header .wrap-mv .innerMain::before {
        content: '';
        display: block;
        background: #000;
        width: 2px;
        height: 630px;
        position: absolute;
        bottom: 160px;
        left: -212px; }
    header .wrap-mv .slick {
      margin-right: -400px; }
      header .wrap-mv .slick img {
        min-width: 1520px;
        height: 470px;
        object-fit: cover;
        font-family: 'object-fit:cover'; }
    header .wrap-mv .cc {
      width: 100%;
      max-width: 1720px;
      margin-left: auto;
      position: absolute;
      right: 0;
      top: 120px; }
      header .wrap-mv .cc h1 {
        display: inline-block;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 48px;
        background: #fff;
        padding: 23px 50px; }
        header .wrap-mv .cc h1 span {
          color: #559c15; }
    @media (max-width: 768px) {
      header .wrap-mv .slick {
        margin-right: 0; }
        header .wrap-mv .slick img {
          min-width: auto;
          width: 100%;
          height: 250px; }
      header .wrap-mv .cc {
        position: static;
        transform: none;
        width: 100%;
        margin: 0;
        left: 0; }
        header .wrap-mv .cc h1 {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 30px;
          letter-spacing: 0;
          padding: 10px;
          background: none; } }
  header .wrap-sv .innerMain {
    position: relative; }
    header .wrap-sv .innerMain::before {
      content: '';
      display: block;
      background: #000;
      width: 2px;
      height: 520px;
      position: absolute;
      bottom: 100px;
      left: -200px;
      z-index: 1; }
  header .wrap-sv .image {
    margin-right: -400px; }
    header .wrap-sv .image img {
      min-width: 1520px;
      height: 300px;
      object-fit: cover;
      font-family: 'object-fit:cover'; }
  header .wrap-sv h1 {
    display: inline-block;
    background: #fff;
    padding: 40px 65px 20px 70px;
    font-size: 46px;
    font-size: 4.6rem;
    position: absolute;
    bottom: 0;
    left: 0; }
    header .wrap-sv h1:first-letter {
      color: #559c15; }
  @media (max-width: 768px) {
    header .wrap-sv .innerMain {
      padding: 0; }
    header .wrap-sv .image img {
      min-width: auto;
      height: 200px; }
    header .wrap-sv h1 {
      font-size: 26px;
      font-size: 2.6rem;
      padding: 20px; } }

/*--------------------------------
 navi normal
--------------------------------*/
.navi-normal {
  width: 100%; }
  .navi-normal #gnav {
    margin-top: 90px; }
    .navi-normal #gnav .menu {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox; }
      .navi-normal #gnav .menu li {
        background: #fff;
        cursor: pointer;
        flex-grow: 1;
        text-align: center;
        transition: .3s; }
        .navi-normal #gnav .menu li a {
          font-size: 20px;
          font-size: 2rem;
          color: #000;
          text-align: center;
          position: relative; }
          .navi-normal #gnav .menu li a span {
            font-family: 'Noto Sans JP', sans-serif;
            display: block;
            font-size: 13px;
            font-size: 1.3rem;
            font-weight: 300;
            margin-top: 12px; }
          .navi-normal #gnav .menu li a::after {
            content: '';
            display: block;
            width: 20px;
            height: 1px;
            background: rgba(0, 0, 0, 0);
            position: absolute;
            bottom: -15px;
            right: 0;
            left: 0;
            margin: 0 auto;
            transition: .4s; }
          .navi-normal #gnav .menu li a:hover::after {
            background: black; }
  @media (max-width: 768px) {
    .navi-normal #gnav {
      background: #fff;
      margin-top: 0; }
      .navi-normal #gnav .menu {
        display: block;
        margin-top: 60px;
        padding: 0 20px; }
        .navi-normal #gnav .menu li {
          background: none;
          width: 100%;
          border-bottom: solid 1px #ddd; }
          .navi-normal #gnav .menu li a {
            font-size: 14px;
            font-size: 1.4rem;
            padding: 14px 0;
            text-align: center;
            color: #000; }
            .navi-normal #gnav .menu li a span {
              margin-top: 5px; } }

#headbar {
  background: #fff;
  border-bottom: solid 1px #f3f2f2;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  margin: 0 auto;
  text-align: center; }
  #headbar #gnav {
    margin: 0; }
    #headbar #gnav .menu {
      background: #fff; }
      #headbar #gnav .menu li a {
        font-size: 17px;
        font-size: 1.7rem; }
        #headbar #gnav .menu li a span {
          margin-top: 5px; }
  #headbar .innerMain {
    padding: 20px; }

/*--------------------------------
	navi sp
--------------------------------*/
#menu-btn {
  display: none; }

@media (max-width: 768px) {
  #menu-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    padding: 10px;
    z-index: 999;
    transition: .4s;
    cursor: pointer;
    background: #fff; }
    #menu-btn span {
      background: #000;
      border: none;
      height: 4px;
      width: 40px;
      margin: auto;
      border-radius: 3px;
      position: absolute;
      top: 15px;
      right: 0;
      left: 0;
      transition: .3s; }
    #menu-btn span:nth-of-type(2) {
      top: 28px; }
    #menu-btn span:nth-of-type(3) {
      top: 41px; }

  #menu-btn.active .top {
    -webkit-transform: translateY(14px) translateX(0) rotate(45deg);
    transform: translateY(14px) translateX(0) rotate(45deg); }
  #menu-btn.active .middle {
    opacity: 0; }
  #menu-btn.active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    transform: translateY(-12px) translateX(0) rotate(-45deg); }

  #gnav {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: .4s;
    opacity: 0;
    visibility: hidden !important;
    overflow: hidden; }

  #gnav.active {
    opacity: 1;
    visibility: visible !important;
    overflow: visible; } }
.top-10 {
  margin-top: 10px; }

.top-20 {
  margin-top: 20px; }

.top-30 {
  margin-top: 30px; }

.top-40 {
  margin-top: 40px; }

.top-50 {
  margin-top: 50px; }

.top-60 {
  margin-top: 60px; }

.top-70 {
  margin-top: 70px; }

.top-80 {
  margin-top: 80px; }

.top-90 {
  margin-top: 90px; }

.top-100 {
  margin-top: 100px; }

.bottom-10 {
  margin-bottom: 10px; }

.bottom-20 {
  margin-bottom: 20px; }

.bottom-30 {
  margin-bottom: 30px; }

.bottom-40 {
  margin-bottom: 40px; }

.bottom-50 {
  margin-bottom: 50px; }

.bottom-60 {
  margin-bottom: 60px; }

.bottom-70 {
  margin-bottom: 70px; }

.bottom-80 {
  margin-bottom: 80px; }

.bottom-90 {
  margin-bottom: 90px; }

.bottom-100 {
  margin-bottom: 100px; }

.right-10 {
  margin-right: 10px; }

.right-20 {
  margin-right: 20px; }

.right-30 {
  margin-right: 30px; }

.right-40 {
  margin-right: 40px; }

.right-50 {
  margin-right: 50px; }

.left-10 {
  margin-left: 10px; }

.left-20 {
  margin-left: 20px; }

.left-30 {
  margin-left: 30px; }

.left-40 {
  margin-left: 40px; }

.left-50 {
  margin-left: 50px; }

@media (max-width: 768px) {
  .top-10 {
    margin-top: 5px; }

  .top-20 {
    margin-top: 10px; }

  .top-30 {
    margin-top: 15px; }

  .top-40 {
    margin-top: 20px; }

  .top-50 {
    margin-top: 25px; }

  .top-60 {
    margin-top: 30px; }

  .top-70 {
    margin-top: 35px; }

  .top-80 {
    margin-top: 40px; }

  .top-90 {
    margin-top: 45px; }

  .top-100 {
    margin-top: 50px; }

  .bottom-10 {
    margin-bottom: 5px; }

  .bottom-20 {
    margin-bottom: 10px; }

  .bottom-30 {
    margin-bottom: 15px; }

  .bottom-40 {
    margin-bottom: 20px; }

  .bottom-50 {
    margin-bottom: 25px; }

  .bottom-60 {
    margin-bottom: 30px; }

  .bottom-70 {
    margin-bottom: 35px; }

  .bottom-80 {
    margin-bottom: 40px; }

  .bottom-90 {
    margin-bottom: 45px; }

  .bottom-100 {
    margin-bottom: 50px; }

  .right-10 {
    margin-right: 5px; }

  .right-20 {
    margin-right: 10px; }

  .right-30 {
    margin-right: 15px; }

  .right-40 {
    margin-right: 20px; }

  .right-50 {
    margin-right: 25px; }

  .left-10 {
    margin-left: 5px; }

  .left-20 {
    margin-left: 10px; }

  .left-30 {
    margin-left: 15px; }

  .left-40 {
    margin-left: 20px; }

  .left-50 {
    margin-left: 25px; } }
a, img {
  transition: .4s; }

.center {
  text-align: center; }

.auto {
  margin: auto; }

.gothic {
  font-family: 'Quicksand','Yu Gothic','YuGothic','Noto Sans JP', sans-serif; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.maru {
  font-family: 'M PLUS Rounded 1c', sans-serif; }

.fle {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }

.fle-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.fle-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.fle-x-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center; }

.fle-x-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }

.fle-x-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }

.fle-x-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end; }

.fle-x-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start; }

.fle-x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fle-y-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start; }

.fle-y-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end; }

.fle-y-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }

.fle-y-reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse; }

/*--------------------------------
br
--------------------------------*/
@media (max-width: 768px) {
  .br::after {
    content: "\a";
    white-space: pre; } }
/*--------------------------------
breadcrumbs
--------------------------------*/
.wrap-breadcrumb {
  position: relative; }
  .wrap-breadcrumb .innerMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.breadcrumb-ellipsis {
  font-family: 'Yu Gothic','YuGothic', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: none;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem; }
  .breadcrumb-ellipsis a {
    display: inline;
    text-decoration: underline; }
    .breadcrumb-ellipsis a:hover {
      text-decoration: underline; }
  @media (max-width: 768px) {
    .breadcrumb-ellipsis {
      font-weight: 400;
      padding: 5px 5px 0 5px; }
      .breadcrumb-ellipsis a, .breadcrumb-ellipsis li {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0; } }

.breadcrumb-ellipsis .breadcrumb-item {
  display: inline; }

/*--------------------------------
	pagenation
--------------------------------*/
.pagenation {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }
  .pagenation li {
    margin: 0 .5%;
    text-align: center; }
    .pagenation li a {
      width: 30px;
      text-align: center;
      background: #fff;
      border: solid 1px #ccc;
      line-height: 3rem; }
  .pagenation .current {
    background: #ccc;
    color: #fff;
    border: solid 1px #ccc;
    width: 30px;
    text-align: center;
    line-height: 3rem; }

/*--------------------------------
pager
--------------------------------*/
.pager {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  position: relative;
  border-top: solid 1px #ddd;
  padding-bottom: 40px; }
  .pager li {
    position: absolute;
    top: 20px; }
    .pager li a {
      color: rgba(0, 0, 0, 0.8);
      font-family: 'Yu Gothic','YuGothic', 'Noto Sans JP', sans-serif;
      font-weight: 500;
      font-size: 15px;
      font-size: 1.5rem;
      display: inline-block;
      text-decoration: underline; }
  .pager .prev {
    left: 0;
    z-index: 1; }
    .pager .prev a::before {
      font-family: "Font Awesome 5 Free";
      content: '\f053';
      font-weight: 900;
      margin-right: 15px; }
  .pager .next {
    right: 0;
    z-index: 1; }
    .pager .next a::after {
      font-family: "Font Awesome 5 Free";
      content: '\f054';
      font-weight: 900;
      margin-left: 15px; }
  .pager .back {
    right: 0;
    left: 0;
    margin: 0 auto; }
    .pager .back a {
      display: table;
      margin: 0 auto; }
  @media (max-width: 768px) {
    .pager li a {
      color: #888;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400; } }

/*--------------------------------
footer
--------------------------------*/
#footer {
  background: #f3f2f2;
  padding: 80px 0; }
  #footer .innerMain {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox; }
  #footer .info {
    width: 100%;
    max-width: 540px;
    border-right: solid 2px #fff; }
    #footer .info .logo {
      max-width: 346px; }
  #footer ul {
    max-width: 540px;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 90px; }
    #footer ul li {
      min-width: 170px; }
      #footer ul li:not(:first-child):not(:nth-child(2)) {
        margin-top: 30px; }
      #footer ul li a:hover {
        color: #000; }
  @media (max-width: 768px) {
    #footer {
      padding: 50px 0; }
      #footer .innerMain {
        display: block; }
      #footer .info {
        border-right: none; }
      #footer ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
        border: solid 3px #ddd;
        border-radius: 3px;
        margin-left: 0;
        margin-top: 30px;
        padding-left: 0; }
        #footer ul li {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          box-sizing: border-box;
          min-width: inherit;
          width: 50%;
          flex-grow: 0;
          border-bottom: solid 1px #ddd; }
          #footer ul li a {
            font-size: 13px;
            font-size: 1.3rem;
            text-align: center;
            padding: 14px 0; }
          #footer ul li:not(:first-child):not(:nth-child(2)) {
            margin-top: 0; }
        #footer ul li:last-child {
          border-bottom: none; }
        #footer ul li:nth-child(odd) {
          border-right: solid 1px #ddd; }
        #footer ul li + li {
          border-left: none; } }

footer {
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  background: #f3f2f2;
  color: #000;
  letter-spacing: .1rem;
  padding: 2px 0;
  padding: 30px 0;
  font-family: 'Noto Sans JP', sans-serif; }
  footer a {
    text-decoration: underline; }
  @media (max-width: 768px) {
    footer {
      font-size: 11px; }
      footer a {
        font-size: 10.5px;
        font-size: 1.05rem;
        letter-spacing: 1.5px;
        margin: 0 5px; } }
  footer a {
    font-family: 'Noto Sans JP', sans-serif; }
  @media (max-width: 768px) {
    footer {
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0; }
      footer a {
        letter-spacing: 0; } }

/*--------------------------------
	site map
--------------------------------*/
#sub.map ul li {
  border-bottom: solid 1px #ddd; }
  #sub.map ul li a {
    color: #000;
    padding: 15px 20px; }
@media (max-width: 768px) {
  #sub.map ul a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 15px; } }

/*--------------------------------
contact
--------------------------------*/
#sub.contact .contact_form {
  border: solid 1px #eee; }
  #sub.contact .contact_form dl {
    border-bottom: solid 1px #eee;
    background: #f3f2f2;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox; }
    #sub.contact .contact_form dl dt {
      width: 36%;
      padding: 2%;
      border-right: solid 1px #eee;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      position: relative;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center; }
      #sub.contact .contact_form dl dt span {
        background: orangered;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 2px 4px;
        border-radius: 4px;
        font-weight: bold;
        position: absolute;
        right: 2%; }
    #sub.contact .contact_form dl dd {
      width: 100%;
      padding: 2%;
      background: #fff; }
  #sub.contact .contact_form dl:last-child {
    border-bottom: none; }
  #sub.contact .contact_form dl.form_add, #sub.contact .contact_form dl.form_tel {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox; }
    #sub.contact .contact_form dl.form_add input[type="num"], #sub.contact .contact_form dl.form_tel input[type="num"] {
      width: 25%; }
#sub.contact .iframe_wrap {
  background: #fff;
  border: solid 1px #eee;
  width: 100%;
  height: 150px;
  overflow: auto;
  margin-bottom: 5%;
  -webkit-overflow-scrolling: touch;
  display: inline-block; }
  #sub.contact .iframe_wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block; }
    #sub.contact .iframe_wrap iframe ul {
      padding-inline-start: 0; }
#sub.contact .error-text {
  color: orangered;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 0;
  font-weight: bold; }
#sub.contact .contact-submits-wrap {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center; }
  #sub.contact .contact-submits-wrap input[type="submit"] {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    background: #444;
    padding: 15px 20px;
    width: 260px;
    border-radius: 4px;
    margin: 3% 2%;
    transition-duration: 0.3s; }
#sub.contact .contact-recaptcha-wrap {
  margin-top: 2%; }
  #sub.contact .contact-recaptcha-wrap .g-recaptcha {
    display: table;
    margin: 0 auto; }
@media (max-width: 768px) {
  #sub.contact input[type="text"],
  #sub.contact input[type="num"],
  #sub.contact input[type="post"],
  #sub.contact input[type="address"],
  #sub.contact textarea {
    width: 100%; }
  #sub.contact textarea {
    width: 100%; }
  #sub.contact input[type="submit"] {
    width: 60%;
    height: 5rem; }
  #sub.contact .contact_form dl {
    display: block; }
    #sub.contact .contact_form dl dt, #sub.contact .contact_form dl dd {
      width: 100%; }
  #sub.contact .contact_form dl.form_add, #sub.contact .contact_form dl.form_tel {
    display: block; }
  #sub.contact .contact_form dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 4px; }
  #sub.contact .iframe_wrap dl {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; }
  #sub.contact .contact-submits-wrap {
    display: block; }
    #sub.contact .contact-submits-wrap input[type="submit"] {
      font-size: 16px;
      font-size: 1.6rem;
      display: table;
      margin: 0 auto;
      padding: 10px;
      margin-top: 15px; }
  #sub.contact .iframe_wrap dl {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal; } }

/*--------------------------------
	top btn
--------------------------------*/
a#page_top {
  width: 37px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 90;
  transition: none; }
  a#page_top img {
    transition: none; }
  @media (max-width: 768px) {
    a#page_top {
      width: 30px; } }

/*# sourceMappingURL=common.css.map */
