@charset "UTF-8";
body {
  font-size: 14px; }

.pc {
  display: none; }

a[href*="tel:"] {
  pointer-events: auto; }

select {
  border: 1px solid #ddd; }

/*WordPressNativeスマホ対応*/
img.alignleft, img.alignright {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

table.sp-block {
  display: block;
  width: 100%; }
  table.sp-block > tbody, table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > * {
    display: block;
    width: 100%; }

#btn-menu {
  cursor: pointer;
  z-index: 1004;
  width: 65px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 0;
  background-color: white;
  border-radius: 27px 0 0 27px; }
  #btn-menu div {
    position: absolute;
    width: 40%;
    left: 35%;
    height: 1px;
    background-color: #555;
    transition: transform .5s;
    transform-origin: center center; }
    #btn-menu div:nth-child(1) {
      top: 30%; }
    #btn-menu div:nth-child(2) {
      top: 50%; }
    #btn-menu div:nth-child(3) {
      top: 70%; }
  #btn-menu.active div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg); }
  #btn-menu.active div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0); }
  #btn-menu.active div:nth-child(3) {
    top: 50%;
    transform: rotate(-225deg); }

#page-header {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5); }
  #page-header h1 {
    margin: 0;
    position: fixed; }

#page-header-sp {
  margin: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  padding: 16px;
  z-index: 2; }

#home #page-header-sp {
  display: none; }
  #home #page-header-sp.active {
    display: block; }

#nav-main {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: transparent; }
  #nav-main ul {
    position: relative;
    background-color: white;
    width: 70%;
    border-radius: 8px;
    overflow: hidden; }
    #nav-main ul#icons-sns {
      padding-top: 0;
      background-image: none;
      justify-content: center;
      border-radius: 0 0 8px 8px; }
      #nav-main ul#icons-sns li {
        border-top: none; }
        #nav-main ul#icons-sns li a {
          border-bottom: none; }
  #nav-main li:first-child img {
    width: 128px; }
  #nav-main li a {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 1em; }

#nav-main .items-gnav li a.nav-item-active,
#info .items-gnav li a.nav-info,
#contact .items-gnav li a.nav-contact {
  color: #2699bb; }
  #nav-main .items-gnav li a.nav-item-active .txt,
  #info .items-gnav li a.nav-info .txt,
  #contact .items-gnav li a.nav-contact .txt {
    display: inline-block;
    padding-left: 1.7em;
    position: relative; }
    #nav-main .items-gnav li a.nav-item-active .txt::before,
    #info .items-gnav li a.nav-info .txt::before,
    #contact .items-gnav li a.nav-contact .txt::before {
      content: '';
      display: block;
      width: 1.2em;
      height: 1.2em;
      background-image: url("../images/chou.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -.2em;
      left: 0; }

#mv {
  height: 100vw; }
  #mv picture {
    transform: rotate(357deg);
    box-shadow: 1px 1px 3px #999; }

#works li {
  margin-bottom: .5em; }

#price h3 {
  margin-bottom: 1em; }
#price tr {
  margin-bottom: 1em; }
#price th, #price td {
  border: none; }

.scroll {
  overflow: scroll; }
  .scroll table th, .scroll table td {
    width: auto;
    white-space: nowrap; }

.page-title h2 {
  font-size: 24px; }

section {
  padding: 48px 0; }
  section h2 {
    font-size: 20px;
    margin-bottom: 2em; }

.headline-info .category {
  font-size: 12px; }
.headline-info .title {
  margin-top: 0;
  width: calc(100% - 1em); }

.category a, .category .d-inline-block {
  font-size: 12px; }

#price th {
  font-size: 16px; }

#contact th {
  padding-bottom: 0; }
#contact td {
  padding-top: 0; }
#contact select {
  height: 3em; }

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0; }

input[type="radio"], input[type="checkbox"] {
  width: 1.5em;
  transform: scale(1.5); }

#page-footer .logo-footer img {
  max-width: 40%; }

#gotop a {
  width: 48px;
  height: 48px; }

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