@charset "UTF-8";
/**/
/* Scss Document */
:root {
  --MainPadding: 12px;
  --inWidth: 95vw; }

@font-face {
  font-family: "UtsukushiMincho";
  src: url("../font/UtsukushiWeb.woff2") format("woff2"), url("../font/UtsukushiWeb.woff") format("woff"); }
* {
  color: #3A3A3A; }

/*html{font-size:12px; font-family: "UtsukushiMincho","Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     -ms-overflow-style:scrollbar;}*/
html {
  font-size: 12px;
  font-family: "UtsukushiMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  -ms-overflow-style: scrollbar; }

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  background: #eae5e3; }

a {
  text-decoration: none;
  transition: all 0.4s; }

a:hover {
  opacity: 0.4;
  transition: all 0.5s; }

ul li, ol li {
  list-style-type: none; }

h1 {
  font-size: 1rem;
  /*6px*/
  font-weight: normal; }

/*会社名として*/
/*Function*/
.inBox {
  width: var(--inWidth);
  min-width: 300px; }

.GoToBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background: white;
  border: 2px solid #181818;
  color: #181818;
  font-size: 1.2rem;
  text-align: center;
  margin: 20px auto 60px auto; }

/*MENU Start*/
.Open, .Close {
  /*display: none;*/ }

.Open {
  position: absolute;
  right: 0; }

input#Menu[type="checkbox"] {
  position: absolute;
  left: -50vw; }

input#Menu[type="checkbox"]:checked ~ aside {
  /*left: 0;*/
  right: 0; }

input#Menu[type="checkbox"]:checked ~ .Back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

aside {
  position: absolute;
  right: -250px;
  width: 250px;
  height: 100%;
  transition: all 0.15s;
  display: flex;
  flex-direction: column;
  background: #eea8a9; }
  aside div.MenuFooter {
    /*flex: 1;*/
    margin-top: auto;
    height: 200px;
    max-height: 200px;
    background: #93f6f6; }

/*MENU End*/
header, main, footer {
  margin: 0px auto;
  width: 100%;
  /*max-width: 1000px;*/
  /*background: rgba(199,242,245,1.00);*/
  display: flex;
  flex-direction: column;
  flex: auto;
  align-items: center; }

header {
  /*実サイズH38px*/
  height: 78px;
  padding-top: 26px; }
  header .inBox {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  header nav {
    width: auto; }
    header nav ul {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end; }
      header nav ul li {
        margin-left: 32px; }
        header nav ul li a {
          font-size: 1rem; }
      header nav ul li:first-child {
        margin-left: 0px; }

main {
  height: auto;
  /*InstagramLink*/
  /*HOME*/
  /*AboutUs*/
  /*Achivement*/
  /*Adhive各施工事例*/
  /*Contact*/ }
  main .inMain {
    margin-top: 6px; }
  main a.InstaLink {
    margin: auto auto 60px auto; }
    main a.InstaLink img {
      width: 60px;
      height: auto; }
  main .mv-Thought {
    background: url("../images/mv01_tei.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  main .mv-Comfortable {
    background: url("../images/mv02_tei.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  main .mv-Engrave {
    background: url("../images/mv03_tei.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
  main h2 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 20px auto; }
  main 　
  .AboutUsImg {
    width: inherit;
    border: none;
    padding: 0px;
    height: 66.8vw;
    margin: 40px 0px 54px 0px;
    background: url("../images/about_us.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: none; }
  main .ImageScale p {
    font-size: 1rem; }
    main .ImageScale p a {
      font-size: 1.1rem;
      margin-left: 1rem; }
  main .AchiveList {
    margin: 22px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    main .AchiveList .AchiveBox {
      margin: 0px 0px 32px 0px; }
      main .AchiveList .AchiveBox .AchiveImg img {
        width: calc(calc( var(--inWidth) / 3) - 14px); }
      main .AchiveList .AchiveBox p {
        margin-top: 8px;
        width: calc(calc( var(--inWidth) / 3) - 14px);
        font-size: 1rem; }
  main .NomImgScale {
    /*PHP制御S*/ }
    main .NomImgScale .AchiveBox .AchiveImg img {
      width: calc(calc( var(--inWidth) / 3) - 14px); }
    main .NomImgScale .AchiveBox p {
      margin-top: 8px;
      width: calc(calc( var(--inWidth) / 3) - 14px);
      font-size: 1rem; }
  main .MidImgScale {
    /*PHP制御M*/ }
    main .MidImgScale .AchiveBox .AchiveImg img {
      width: calc(calc( var(--inWidth) / 2) - 20px); }
    main .MidImgScale .AchiveBox p {
      margin-top: 8px;
      width: calc(calc( var(--inWidth) / 2) - 20px);
      font-size: 1rem; }
  main .BigImgScale {
    /*PHP制御L*/ }
    main .BigImgScale .AchiveBox .AchiveImg img {
      width: var(--inWidth); }
    main .BigImgScale .AchiveBox p {
      margin-top: 8px;
      width: var(--inWidth);
      font-size: 1rem; }
  main .AchCaseImg {
    margin: 0px auto 30px auto; }
  main .ImgYoko {
    width: inherit; }
    main .ImgYoko img {
      width: 100%;
      object-fit: contain; }
  main .ImgTate {
    width: 67vw; }
    main .ImgTate img {
      width: 100%;
      object-fit: contain; }
  main form {
    margin: 0px auto 90px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    main form .FormItem {
      margin: 0px auto 48px auto;
      /*送信内容の項目*/ }
      main form .FormItem h2 {
        text-align: center;
        font-size: 1.4rem; }
      main form .FormItem input[type=text], main form .FormItem textarea {
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        border: none;
        background: white;
        font-size: 1.2rem;
        width: 60rem; }
      main form .FormItem input[type=text] {
        height: 3.6rem;
        padding: 0px 1.2rem; }
      main form .FormItem textarea {
        line-height: 2rem;
        height: 30rem;
        padding: 0.6rem 1.2rem; }
      main form .FormItem .SendItem {
        color: #434343;
        font-size: 1rem;
        margin: auto auto 10px auto; }
      main form .FormItem .SendTxt {
        /*送信内容のテキスト*/
        font-size: 1.2rem;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
    main form .privacy {
      margin: 100px auto 60px auto;
      font-size: 1.4rem;
      line-height: 2.6rem;
      text-align: center; }
    main form .SendBtn input:hover, main form .SendBtnChk input:hover {
      opacity: 0.6;
      transition: all,0.4s; }
    main form .SendBtn input[type=submit] {
      background: #181818;
      color: #ffffff;
      font-size: 1.6rem;
      width: 300px;
      height: 58px; }
    main form .SendBtnChk {
      display: flex;
      justify-content: center;
      align-items: center; }
      main form .SendBtnChk input[type=submit] {
        background: #181818;
        color: #ffffff;
        font-size: 1.6rem;
        width: 150px;
        height: 58px; }
      main form .SendBtnChk input[type=button] {
        background: white;
        border: 2px solid #181818;
        color: #181818;
        font-size: 1.2rem;
        width: 100px;
        height: 40px; }
      main form .SendBtnChk input:last-child {
        margin-left: 40px; }
  main .error_messe {
    margin: auto auto 1.8rem auto;
    font-size: 1.1rem; }
  main .SendBtn {
    display: flex;
    justify-content: center;
    align-items: center; }
    main .SendBtn input[type=button] {
      background: white;
      border: 2px solid #181818;
      color: #181818;
      font-size: 1.2rem;
      width: 150px;
      height: 40px; }

main.Aboutus {
  padding-top: calc(var(--MainPadding) + 60px); }
  main.Aboutus address, main.Aboutus p {
    font-size: 1rem;
    text-decoration: none;
    font-style: normal;
    line-height: 1.6rem; }
  main.Aboutus .maskMail::before {
    content: "work-info@"; }
  main.Aboutus .SyokuninBox {
    width: inherit;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0px auto 60px; }
    main.Aboutus .SyokuninBox img {
      margin: 0px 20px;
      max-width: 300px;
      width: 25vw; }
    main.Aboutus .SyokuninBox .ShokuninImg1 {
      order: 1; }
    main.Aboutus .SyokuninBox .ShokuninImg2 {
      order: 0; }
    main.Aboutus .SyokuninBox .ShokuninImg3 {
      order: 2; }

main.Achive {
  padding-top: var(--MainPadding); }

main.Contact p {
  text-align: center; }
main.Contact .ContactInfo {
  margin: auto auto 40px auto; }

footer {
  display: none; }

@media only screen and (max-device-width: 700px) {
  header {
    /*実サイズH38px*/ }
    header nav ul li {
      margin-left: 22px; }
    header nav ul li:first-child {
      margin-left: 0px; }

  main {
    /*Contact*/ }
    main .ImageScale {
      display: none; }
    main .AchiveList .AchiveBox .AchiveImg img {
      width: var(--inWidth); }
    main .AchiveList .AchiveBox p {
      margin-top: 8px;
      width: var(--inWidth);
      font-size: 1rem; }
    main form {
      margin: 0px auto 70px auto; }
      main form .FormItem {
        margin: 0px auto 38px auto;
        /*送信内容の項目*/ }
        main form .FormItem input[type=text], main form .FormItem textarea {
          width: 90vw; }
        main form .FormItem textarea {
          height: 30rem; }
        main form .FormItem .SendTxt {
          /*送信内容のテキスト*/ }
      main form .privacy {
        margin: 60px auto 40px auto; }
      main form .SendBtn input[type=submit] {
        width: 300px;
        height: 58px; }
      main form .SendBtnChk input[type=submit] {
        width: 150px;
        height: 58px; }
      main form .SendBtnChk input[type=button] {
        width: 100px;
        height: 40px; }
      main form .SendBtnChk input:last-child {
        margin-left: 40px; }
    main .error_messe {
      margin: auto auto 1.8rem auto;
      font-size: 1.1rem; }
    main .SendBtn {
      display: flex;
      justify-content: center;
      align-items: center; }
      main .SendBtn input[type=button] {
        border: 2px solid #181818;
        font-size: 1.2rem;
        width: 150px;
        height: 40px; }

  main.Aboutus .SyokuninBox {
    width: 180px;
    max-width: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0px auto 50px; }
    main.Aboutus .SyokuninBox img {
      margin: 0px 0px 20px;
      width: 180px; }
    main.Aboutus .SyokuninBox .ShokuninImg1 {
      order: 0; }
    main.Aboutus .SyokuninBox .ShokuninImg2 {
      order: 1; }
    main.Aboutus .SyokuninBox .ShokuninImg3 {
      order: 2; } }
@media (min-width: 1000px) {
  .Open {
    right: calc(50vw - 500px); }

  input#Menu[type="checkbox"]:checked ~ aside {
    right: calc(50vw - 510px); } }
