@charset "UTF-8";

.pc,
.tablet {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP";
  }
  #container {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}

header {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 2;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 100%);
  }
  h1 {
    display: none;
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    }
    h1 img {
      display: block;
      width: 100%;
}

/* header shadow */
div.hdr_shadow {
  width: 100%;
  height: 155px;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(236,115,139,0.6); /* var(--pastel_red) 題字共通 */
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 100%);
}
/* header shadow end */


/* main nav -> menu_pc.css */
/* nav hvr 処置 */
section.hideNav nav.main_nav ul li:nth-of-type(6) a img {
  /* svg color change var(--pastel_red) pastel red */
  filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
}
section.hideNav nav.main_nav ul li:nth-of-type(6) a {
  color: var(--pastel_red);
  font-weight: bold;
}
#navBottom ul li:nth-of-type(6) a img {
  /* svg color change var(--pastel_red) pastel red */
  filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
}
#navBottom ul li:nth-of-type(6) a {
  color: var(--pastel_red);
  font-weight: bold;
}
/* nav hvr 処置 end */


/* contents */
main {
  width: 100%;
  height: auto;
}
#contents {
  width: 100%;
  height: auto;
  }
  /* 題字 */
  .contact h2 {
    margin-top: 20px;
    padding: 30px 0 12px;
    text-align: center;
    font-size: 200%;
    letter-spacing: 0.1em;
    color: var(--pastel_red);
    }
    /* 題字 斜線 */
    .contact span.oblique_line {
      display: block;
      width: 200px;
      height: 8px;
      margin: 0 auto 0px;
      background: var(--pastel_red);
      transform: rotate(-2deg);
      clip-path: polygon(100% 0, 0 0, 12% 100%);
  }
  /* 題字 斜線 end */

  /* mailform 停止用（ 期間外 ） */
  p.caution {
    width: 480px;
    height: auto;
    margin: 60px auto -30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #e44444;
  }
  /* mailform 停止用 end */


  /* mailform */
  table.mailform {
    width: 85%;
    margin: 40px auto 180px;
    clear:both;
    }
    table.mailform tr th,
    table.mailform tr td {
      padding: 11px 5px 11px 5px;
      text-align: left;
      font-weight: normal;
      font-family: 'Lato', sans-serif;
    }
    table.mailform tr th {
      width: 150px;
      font-size: 93%;
      letter-spacing: 0.1em;
      color: var(--wisteria);
      }
      /* 注意マーク */
      table.mailform tr th sup {
        color: var(--pastel_blue);
        font-size: 8px;
      }
      /* 項目spel */
      table.mailform tr th p {
        margin: 0px 0px -15px 0px;
        padding: 0px;
        font-size: 10px;
        color: var(--light_violet);
        font-family: 'Lato', sans-serif;
  }

  p.remarks {
    margin: 3px 0px 8px 0px;
    padding: 0px;
    font-size: 88%;
    letter-spacing: 0.1em;
    color: #999;
  }

  /* input common */
  table.mailform tr td input {
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 108%;
    letter-spacing: 0.1em;
    color: var(--light_gray);
    border: 1px solid var(--light_violet);
    }
    /* 〒 */
    table.mailform input.zip {
      width: 30%;
      padding: 10px;
      text-align: center;
      margin-bottom: 10px;
      letter-spacing: 0.1em;
      border: 1px solid var(--light_violet);
      }
      /* placeholder */
      table.mailform input.zip[placeholder] {
        color: #ccc;
      }
      input::focus::placeholder {
        color: transparent;
      }
      table.mailform input.zip[type="text"]{
        color: var(--light_gray);
    }
    /* placeholder end */
    table.mailform input.address {
      width: calc(100% - 20px);
      height: auto;
      padding: 10px;
      font-size: 108%;
      letter-spacing: 0.1em;
      color: var(--light_gray);
      border: 1px solid var(--light_violet);
      background: var(--white);
    
    }
    /* 〒 end */

    /* phone number */
    table.mailform tr td.pNum input {
      width: calc(29% - 16px);
      height: auto;
      padding: 8px;
      margin: 0px 0px 0px 0px;
      text-align: center;
      letter-spacing: 0.1em;
    }
    /* phone number end */

    /* submit btn */
    table.mailform tr td.srBtn input {
      cursor: pointer;
      font-family: 'Lato', sans-serif;
      font-weight: normal;
      width: 120px;
      height: 42px;
      margin-right: 10px;
      font-size: 92%;
      text-align: center;
      color: var(--white);
      background: var(--wisteria);
      float: left;
      border: none;
  }

  /* textarea */
  table.mailform tr td textarea {
    width: calc(100% - 30px);
    height: 220px;
    padding: 10px 15px;
    line-height: 1.6em;
    font-size: 108%;
    letter-spacing: 0.1em;
    color: var(--light_gray);
    font-weight: normal;
    border: 1px solid var(--light_violet);
    
  }
  /* textarea end */

  /* input class */
  .info {
    font-size: 92%;
    color:#A1A1A1;
  }
  .nal {
    ime-mode: disabled;
  }
  .kana {
    ime-mode: active;
  }
  /* input class */

  /* mailform end */

  /* thanks */
  h3.thanks {
    width: 90%;
    max-width: 600px;
    margin: 85px auto 185px;
    padding: 30px 0px 30px; 
    font-size: 100%;
    color: #41515B;
    text-align: center;
    letter-spacing: 0.1em;
    border-top: 2px solid var(--wisteria);
    border-bottom: 2px solid var(--wisteria);
    clear: both;
  }
  /* thanks end */

/* contents end */

/* page-top */
a.page-top {
  display: block;
  width: 50px;
  height: 42px;
  padding-top: 8px;
  line-height: 1.2em;
  color: var(--wisteria);
  text-align: center;
  float: right;
  border: 1px solid var(--wisteria);
  border-radius: 50%;
  position: relative;
  z-index: 40;
  right: 20px;
  bottom: 70px;
}
/* page-top end */

/* footer */
footer {
	width: 100%;
	height: auto;
  padding: 20px 0 5px;
  background: var(--dark_brown);
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
	}
	section#footer {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}

/* footer nav -> menu_pc */

  /* small */
  footer dl.small {
    width: 90%;
    height: auto;
    margin: 15px auto 0px;
    clear: both;
    }
    footer dl.small dt {
      width: 60px;
      height: 75px;
      margin: 0px auto;
    }
    footer dl.small dd {
      width: 100%;
      height: auto;
      padding-bottom: 15px;
      margin: 0px auto;
      }
      footer dl.small dd ul {
        width: 100%;
        height: auto;
        font-size: 85%;
        letter-spacing: 0.2em;
        text-align: center;
        color: var(--white);
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        }
        footer dl.small dd ul li {
          min-width: 30%;
          height: auto;
          padding: 0 1em;
          line-height: 1.8em;
          }
          footer dl.small dd ul li a {
            color: var(--white);
}
