@charset "UTF-8";

@media only screen and (max-width: 899px) {
  /* HEADER
	---------------------------------------------------------- */
  header {
    width: auto;
    padding: 60px 0 0 0;
  }

  #header-sp-nav-btn {
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 101;
  }

  #header-sp-sns {
    width: 90px;
    height: 34px;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 101;
  }
  #header-sp-sns a {
    display: inline-block;
    margin-left: 8px;
  }
  #header-sp-sns a img {
    width: 34px;
    height: auto;
  }
  h1#logo-sp {
    background-color: #f7f1e8;
    padding: 40px 0 20px 0;
    margin: 0;
  }
  #logo-sp img {
    width: 70%;
    height: auto;
  }

  /* メニューアイコン */
  #menu {
    display: block;
    position: absolute;
    top: 18px;
    right: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  #menu span.l1,
  #menu span.l2,
  #menu span.l3 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    padding: 0;
    line-height: 0;
    border-radius: 1.5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #menu span.l1 {
    top: 0px;
  }
  #menu span.l2 {
    top: 10px;
  }
  #menu span.l3 {
    top: 20px;
  }
  #menu.open span.l1 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 6px;
    left: 0;
  }
  #menu.open span.l2 {
    width: 0%;
    opacity: 0;
  }
  #menu.open span.l3 {
    top: 6px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #menu span.l4 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* メニュー */
  #header-sp-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background: #fff;
    padding-bottom: 80px;
  }
  #header-sp-nav ul li {
    margin: 10px 0;
  }

  #header-sp-nav ul li a {
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    color: #000;
    font-size: 1.6em;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 0.13em;
  }
  .inner {
    width: auto;
    margin: 0 1em;
  }
  .footer {
    width: auto;
    padding: 20px 0;
  }
  .footer nav {
    display: none;
  }
  #footer-sp-sns {
    width: 90px;
    height: 34px;
    margin: 0 auto 40px auto;
  }
  #footer-sp-sns a {
    display: inline-block;
    margin-left: 8px;
  }
  #footer-sp-sns a img {
    width: 34px;
    height: auto;
  }

  .copyright {
    margin-top: 0px;
  }
  .sec_image_inner {
    width: auto;
    background-color: #f7f1e8;
  }
  .sec_image_copy {
    text-align: center;
    padding: 10px 0 20px 0;
  }
  .sec_image::before {
    display: none;
  }
  .sec_image {
    margin-bottom: 40px;
  }

  .sec1-block1 .f-right,
  .sec1-block1 .f-left {
    width: auto;
    padding-right: 0;
    float: none;
  }
  .sec1-block1 .f-right img {
    width: 100%;
    height: auto;
  }
  .sec2-block1 {
    text-align: center;
  }
  .sec2-block1 > img {
    width: 80%;
    height: auto;
  }
  .sec2-block2 .f-right,
  .sec2-block2 .f-left {
    width: auto;
    padding-right: 0;
    float: none;
  }
  .sec2-block2-more-btn {
    text-align: right;
    padding: 12px 0;
  }
  .sec2-block2 .f-right img {
    width: 100%;
    height: auto;
  }
  .sec4,
  .sec3 {
    display: block;
    width: auto;
  }
  .sec3-right,
  .sec3-left,
  .sec4-right,
  .sec4-left {
    width: auto;
    margin-left: 0;
  }
  .sec3 h2,
  .sec4 h2 {
    padding-top: 40px;
  }
  .sec4-left-address {
    text-align: center;
    padding: 12px 0;
  }
  .sec4-left-address img {
    width: 70%;
    height: auto;
    padding: 12px 0;
  }
  .sec4-right {
    text-align: center;
  }
  .sec4-right .sec4-right-mail img {
    width: auto;
    height: 18px;
  }
  .sec4-right .sec4-right-tel img {
    width: auto;
    height: 18px;
  }
  .block-gotop {
    text-align: center;
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
  }
  /* Company
  ---------------------------------------------------------- */
  .sub_content_wraper {
    display: block;
    width: auto;
    margin: 0 14px;
  }
  .sub_content_left {
    width: auto;
    margin-right: 0;
  }
  .sub_content_left a img {
    width: 80%;
    height: auto;
}
  .company .sec_image {
    margin-bottom: 20px;
  }
  .sub_content_left a {
    text-align: center;
  }
  .company .sec1-block1 .f-left {
    width: auto;
    margin-bottom: 20px;
  }
  .company .sec1-block1 .f-right {
    width: auto;
    float: none;
  }
  .company .sec1-block1 .f-right img,
  .company .sec2-block1 .f-right img {
    width: 100%;
    height: auto;
  }

  /* Contact
  ---------------------------------------------------------- */
  .contact_flow {
    text-align: center;
  }
  .contact_flow img.hide_mobile {
    display: none;
  }
  .contact_flow img.show_mobile {
    height: auto;
    width: 80%;
    display: inline;
  }
  .flow_list {
    display: block;
  }
  .flow_list .label {
    margin-bottom: 12px;
    margin-right: 0;
  }

}

@media only screen and (max-width: 320px) {
}
