@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

body {
  font: 13px arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

/* for Safari */
select, input, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
  font: 115% monospace;
  *font-size: 100%;
}

body * {
  line-height: 1.66;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

html {
  margin-bottom: 1px;
  height: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  word-break: break-all;
}

hr {
  display: none;
}

.inner {
  margin: 0 auto;
  text-align: left;
}

img {
  height: auto;
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

#pagetop {
  font-size: 200%;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 10000;
}
#pagetop a {
  color: white;
  border-radius: 1.5em;
  display: block;
  padding: 1em;
  text-decoration: none;
}
#pagetop a i {
  display: block;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

header {
  position: relative;
}
header #head01 {
  position: relative;
  z-index: 3;
  text-align: left;
  background-color: #fff;
}
header #head01 h1 img {
  width: 100%;
}
header #head01 p {
  margin-bottom: 0.5em;
}
header #head01 nav {
  text-transform: uppercase;
}
header #head01 nav ul li a {
  text-decoration: none;
}
header h2 {
  font-size: 300%;
  text-align: left;
}

#content h2 {
  color: white;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 0 #535353, -1px -1px 0 #535353, -1px 1px 0 #535353, 1px -1px 0 #535353, 0px 1px 0 #535353, -1px 0 #535353, -1px 0 0 #535353, 1px 0 0 #535353;
}
#content #contact {
  padding-top: 100px;
}
#content #contact h2 {
  line-height: 1;
  margin: -125px 0 0.5em;
}
#content #contact .inner {
  padding: 0 0 2.2em;
}
#content #contact .inner form input[type="text"],
#content #contact .inner form input[type="email"],
#content #contact .inner form input[type="tel"],
#content #contact .inner form input[type="submit"],
#content #contact .inner form textarea {
  background-color: #fff;
  background-image: url(../images/left-top.svg), url(../images/right-bottom.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border: none;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 3px 10px;
  width: 100%;
}
#content #contact .inner form input[type="submit"] {
  width: 100%;
}
#content #contact .inner form dl dt {
  font-weight: 500;
}
#content #contact .inner form dl dt span {
  color: white;
  padding: 0.1em 0.5em;
  margin-left: 1em;
}
#content #contact .inner form dl dd {
  margin-bottom: 2em;
}
#content #contact .inner form h3 {
  font-size: 120%;
  font-weight: 500;
  margin: 0 5% 1em;
}
#content #contact .inner form .privacy_content {
  background-color: white;
  padding: 10px 15px;
  overflow-y: scroll;
  height: 200px;
}
#content #contact .inner form .privacy_content::-webkit-scrollbar {
  display: none;
}
#content #contact .inner form .privacy_footer {
  text-align: center;
}
#content #contact .inner form .button {
  text-align: center;
  margin: 15px 0;
}
#content #contact .inner form .button button {
  background-color: white;
  background-image: url(../images/left-top.svg), url(../images/right-bottom.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border: none;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  padding: 10px 20px;
}

footer {
  padding-top: 2em;
}
footer #bookmarks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
  footer #f_navi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    footer #f_navi li {
      margin: 0.5em 1em;
    }
      footer #f_navi li a {
        text-decoration: none;
      }
  footer #sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    footer #sns li {
      margin: 0.5em 1em;
    }
  footer div {
    font-size: 90%;
    padding: 0 0 1em;
  }
    footer div address {
      font-weight: 200;
    }

.home header {
  height: 100vh;
}
.home header.mainVisuals_header {
  width: 100vw;
  height: 75vw;
  max-height: 90vh;
  overflow: hidden;
}
  .home header #head02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .home header #head02.mainVisuals_wrap {
    height: 75vw;
    max-height: 90vh;
    margin-bottom: 8em;
  }
    .home header #head02 h1,
    .home header #head02 p:not(#visual) {
      z-index: 4;
    }
    .home header #head02 h1 {
      text-align: center;
    }
      .home header #head02 h1 img {
        height: auto;
        width: auto;
      }
    .home header #head02 p#visual {
      position: absolute;
      right: 0;
      height: 100%;
      width: 100%;
    }
      .home header #head02 p#visual img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
        font-family: 'object-fit: cover;','object-position: top;'; /*IE対策*/
      }

.home #content h2 {
  margin-bottom: 0.5em;
  padding-top: 2em;
  margin-top: -2em;
}
.home #content #section01 {
  counter-reset: item;
}
  .home #content #section01 article h3:before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    font-size: 65%;
    font-weight: bold;
    margin-right: 1em;
    vertical-align: top; 
    display: inline-block;
    margin-top: 0.35em;
    line-height: 1.5;
    padding-left: 0.15em;
 
 }

.home #content #section02 #map {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
  .home #content #section02 #map iframe {
    width: 100%;
  }

.home #content #section02 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6em;
}
  .home #content #section02 .inner #prof {
    background: url(../images/left-top.svg) no-repeat left top, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
    margin: 5em 0;
  }
    .home #content #section02 .inner #prof h3 {
      font-size: 120%;
      margin-bottom: 1em;
      text-align: center;
    }
    .home #content #section02 .inner #prof dl div {
      margin-bottom: 1em;
    }
      .home #content #section02 .inner #prof dl div dd a {
        text-decoration: none;
      }
    .home #content #section02 .inner #prof dl #add dt,
    .home #content #section02 .inner #prof dl #prof_sns dt {
      display: none;
    }
    .home #content #section02 .inner #prof dl #mail {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
      .home #content #section02 .inner #prof dl #mail dt {
        margin-right: 1em;
      }
    .home #content #section02 .inner #prof dl #tel {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
      .home #content #section02 .inner #prof dl #tel * {
        line-height: 1 !important;
      }
      .home #content #section02 .inner #prof dl #tel dt {
        padding-bottom: 3px;
      }
      .home #content #section02 .inner #prof dl #tel dd {
        padding-bottom: 3px;
      }
        .home #content #section02 .inner #prof dl #tel dd a {
          text-decoration: none;
        }
    .home #content #section02 .inner #prof dl #prof_sns dd ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding: 0;
      font-size: 150%;
    }
      .home #content #section02 .inner #prof dl #prof_sns dd ul li {
        margin: 0.5em 1em;
      }
        .home #content #section02 .inner #prof dl #prof_sns dd ul li:first-child {
          margin: 0.5em 1em 0.5em 0;
        }

.home header #head02 p#visual img.tri {
  height: 100vh;
  width: 150vh;
  margin-left: calc(50vw - 75vh);
}

@media only screen and (max-width: 150vh) {
  .home header #head02 p#visual img.tri {
    margin-left: 0;
 
 }
}

.page:not(.home) header {
  height: 50vh;
}
  .page:not(.home) header #head02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
    .page:not(.home) header #head02 h2 {
      text-align: center;
      z-index: 3;
    }
      .page:not(.home) header #head02 h2 span {
        display: block;
        font-size: 75%;
        font-weight: normal;
      }
    .page:not(.home) header #head02 p#visual {
      position: absolute;
      right: 0;
      height: 100%;
      width: 100%;
    }
      .page:not(.home) header #head02 p#visual img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
        font-family: 'object-fit: cover;','object-position: top;'; /*IE対策*/
      }

.page:not(.home) #content #pagenav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10em;
}
  .page:not(.home) #content #pagenav li {
    text-align: center;
  }
    .page:not(.home) #content #pagenav li a {
      padding: 1em 0.5em;
      text-decoration: none;
      display: block;
    }

.page:not(.home) #content > article {
  padding: 8em 0 .2em;
}
  .page:not(.home) #content > article h2 {
    line-height: 1;
    margin-bottom: 1em;
    margin-top: -6em;
    padding-top: 3em;
  }
  .page:not(.home) #content > article .section {
    margin-bottom: 4em;
  }

.home #content #section01 > article h3,
.home #content #section01 > article h4,
.home #content #section01 > article h5,
.home #content #section01 > article h6,
.page:not(.home) #content > article h3,
.page:not(.home) #content > article h4,
.page:not(.home) #content > article h5,
.page:not(.home) #content > article h6 {
  margin-bottom: 1em;
}

.home #content #section01 > article h3,
.page:not(.home) #content > article h3 {
  font-size: 150%;
}

.home #content #section01 > article h4,
.page:not(.home) #content > article h4 {
  font-size: 120%;
}

.home #content #section01 > article h5,
.page:not(.home) #content > article h5 {
  font-size: 110%;
}

.home #content #section01 > article h6,
.page:not(.home) #content > article h6 {
  font-weight: bold;
}

.home #content #section01 > article p,
.home #content #section01 > article ul,
.home #content #section01 > article ol,
.home #content #section01 > article table,
.page:not(.home) #content > article p,
.page:not(.home) #content > article ul,
.page:not(.home) #content > article ol,
.page:not(.home) #content > article table {
  margin-bottom: 2em;
}
  .home #content #section01 > article p:last-child,
  .home #content #section01 > article ul:last-child,
  .home #content #section01 > article ol:last-child,
  .home #content #section01 > article table:last-child,
  .page:not(.home) #content > article p:last-child,
  .page:not(.home) #content > article ul:last-child,
  .page:not(.home) #content > article ol:last-child,
  .page:not(.home) #content > article table:last-child {
    margin-bottom: 0;
  }

.home #content #section01 > article p,
.page:not(.home) #content > article p {
  text-align: justify;
}
  .home #content #section01 > article p.caution,
  .page:not(.home) #content > article p.caution {
    font-size: 80%;
    text-align: right;
  }
    .home #content #section01 > article p.caution:before,
    .page:not(.home) #content > article p.caution:before {
      content: '※ ';
    }
  .home #content #section01 > article p.ph,
  .page:not(.home) #content > article p.ph {
    background: url(../images/left-top.svg) no-repeat left top, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
    padding: 1px;
    height: auto;
  }
    .home #content #section01 > article p.ph img,
    .page:not(.home) #content > article p.ph img {
      width: 100%;
    }

.home #content #section01 > article ul,
.page:not(.home) #content > article ul {
  list-style-type: disc;
  padding-left: 25px;
}

.home #content #section01 > article ol,
.page:not(.home) #content > article ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.home #content #section01 > article table,
.page:not(.home) #content > article table {
  background-color: white;
  width: 100% !important;
}
  .home #content #section01 > article table tr th,
  .home #content #section01 > article table tr td,
  .page:not(.home) #content > article table tr th,
  .page:not(.home) #content > article table tr td {
    padding: 0.5em 1.5em;
    width: auto !important;
  }
  .home #content #section01 > article table:not(.price) tr th,
  .home #content #section01 > article table:not(.price) tr td,
  .page:not(.home) #content > article table:not(.price) tr th,
  .page:not(.home) #content > article table:not(.price) tr td {
    background: url(../images/left-top.svg) no-repeat left top, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
  }
    .home #content #section01 > article table:not(.price) tr th:not(:first-child),
    .home #content #section01 > article table:not(.price) tr td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tr th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tr td:not(:first-child) {
      background: url(../images/left-top.svg) no-repeat left -1px top, url(../images/left-bottom.svg) no-repeat left -1px bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
    }
  .home #content #section01 > article table:not(.price) thead tr th,
  .home #content #section01 > article table:not(.price) thead tr td,
  .page:not(.home) #content > article table:not(.price) thead tr th,
  .page:not(.home) #content > article table:not(.price) thead tr td {
    background: url(../images/left-top.svg) no-repeat left top -1px, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top -1px, url(../images/right-bottom.svg) no-repeat right bottom;
  }
    .home #content #section01 > article table:not(.price) thead tr th:not(:first-child),
    .home #content #section01 > article table:not(.price) thead tr td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) thead tr th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) thead tr td:not(:first-child) {
      background: url(../images/left-top.svg) no-repeat left -1px top -1px, url(../images/left-bottom.svg) no-repeat left -1px bottom, url(../images/right-top.svg) no-repeat right top -1px, url(../images/right-bottom.svg) no-repeat right bottom;
    }
  .home #content #section01 > article table:not(.price) thead tr:first-of-type th,
  .home #content #section01 > article table:not(.price) thead tr:first-of-type td,
  .page:not(.home) #content > article table:not(.price) thead tr:first-of-type th,
  .page:not(.home) #content > article table:not(.price) thead tr:first-of-type td {
    background: url(../images/left-top.svg) no-repeat left top, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
  }
    .home #content #section01 > article table:not(.price) thead tr:first-of-type th:not(:first-child),
    .home #content #section01 > article table:not(.price) thead tr:first-of-type td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) thead tr:first-of-type th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) thead tr:first-of-type td:not(:first-child) {
      background: url(../images/left-top.svg) no-repeat left -1px top, url(../images/left-bottom.svg) no-repeat left -1px bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
    }
  .home #content #section01 > article table:not(.price) thead tr:last-of-type th,
  .home #content #section01 > article table:not(.price) thead tr:last-of-type td,
  .page:not(.home) #content > article table:not(.price) thead tr:last-of-type th,
  .page:not(.home) #content > article table:not(.price) thead tr:last-of-type td {
    background: url(../images/left-top.svg) no-repeat left -1px top -1px, url(../images/left-bottom.svg) no-repeat left -1px bottom -1px, url(../images/right-top.svg) no-repeat right top -1px, url(../images/right-bottom.svg) no-repeat right bottom -1px;
  }
    .home #content #section01 > article table:not(.price) thead tr:last-of-type th:first-child,
    .home #content #section01 > article table:not(.price) thead tr:last-of-type td:first-child,
    .page:not(.home) #content > article table:not(.price) thead tr:last-of-type th:first-child,
    .page:not(.home) #content > article table:not(.price) thead tr:last-of-type td:first-child {
      background: url(../images/left-top.svg) no-repeat left top -1px, url(../images/left-bottom.svg) no-repeat left bottom -1px, url(../images/right-top.svg) no-repeat right top -1px, url(../images/right-bottom.svg) no-repeat right bottom -1px !important;
    }
  .home #content #section01 > article table:not(.price) thead tr:first-of-type:last-of-type th,
  .home #content #section01 > article table:not(.price) thead tr:first-of-type:last-of-type td,
  .page:not(.home) #content > article table:not(.price) thead tr:first-of-type:last-of-type th,
  .page:not(.home) #content > article table:not(.price) thead tr:first-of-type:last-of-type td {
    background: url(../images/left-top.svg) no-repeat left -1px top, url(../images/left-bottom.svg) no-repeat left -1px bottom -1px, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom -1px;
  }
    .home #content #section01 > article table:not(.price) thead tr:first-of-type:last-of-type th:first-child,
    .home #content #section01 > article table:not(.price) thead tr:first-of-type:last-of-type td:first-child,
    .page:not(.home) #content > article table:not(.price) thead tr:first-of-type:last-of-type th:first-child,
    .page:not(.home) #content > article table:not(.price) thead tr:first-of-type:last-of-type td:first-child {
      background: url(../images/left-top.svg) no-repeat left top, url(../images/left-bottom.svg) no-repeat left bottom -1px, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom -1px !important;
    }
  .home #content #section01 > article table:not(.price) tfoot tr:first-of-type th,
  .home #content #section01 > article table:not(.price) tfoot tr:first-of-type td,
  .home #content #section01 > article table:not(.price) tbody tr:first-of-type th,
  .home #content #section01 > article table:not(.price) tbody tr:first-of-type td,
  .page:not(.home) #content > article table:not(.price) tfoot tr:first-of-type th,
  .page:not(.home) #content > article table:not(.price) tfoot tr:first-of-type td,
  .page:not(.home) #content > article table:not(.price) tbody tr:first-of-type th,
  .page:not(.home) #content > article table:not(.price) tbody tr:first-of-type td {
    background: url(../images/left-top.svg) no-repeat left top, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
  }
    .home #content #section01 > article table:not(.price) tfoot tr:first-of-type th:not(:first-child),
    .home #content #section01 > article table:not(.price) tfoot tr:first-of-type td:not(:first-child),
    .home #content #section01 > article table:not(.price) tbody tr:first-of-type th:not(:first-child),
    .home #content #section01 > article table:not(.price) tbody tr:first-of-type td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tfoot tr:first-of-type th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tfoot tr:first-of-type td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tbody tr:first-of-type th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tbody tr:first-of-type td:not(:first-child) {
      background: url(../images/left-top.svg) no-repeat left -1px top, url(../images/left-bottom.svg) no-repeat left -1px bottom, url(../images/right-top.svg) no-repeat right top, url(../images/right-bottom.svg) no-repeat right bottom;
    }
  .home #content #section01 > article table:not(.price) tfoot tr:not(:first-of-type) th,
  .home #content #section01 > article table:not(.price) tfoot tr:not(:first-of-type) td,
  .home #content #section01 > article table:not(.price) tbody tr:not(:first-of-type) th,
  .home #content #section01 > article table:not(.price) tbody tr:not(:first-of-type) td,
  .page:not(.home) #content > article table:not(.price) tfoot tr:not(:first-of-type) th,
  .page:not(.home) #content > article table:not(.price) tfoot tr:not(:first-of-type) td,
  .page:not(.home) #content > article table:not(.price) tbody tr:not(:first-of-type) th,
  .page:not(.home) #content > article table:not(.price) tbody tr:not(:first-of-type) td {
    background: url(../images/left-top.svg) no-repeat left top -1px, url(../images/left-bottom.svg) no-repeat left bottom, url(../images/right-top.svg) no-repeat right top -1px, url(../images/right-bottom.svg) no-repeat right bottom;
  }
    .home #content #section01 > article table:not(.price) tfoot tr:not(:first-of-type) th:not(:first-child),
    .home #content #section01 > article table:not(.price) tfoot tr:not(:first-of-type) td:not(:first-child),
    .home #content #section01 > article table:not(.price) tbody tr:not(:first-of-type) th:not(:first-child),
    .home #content #section01 > article table:not(.price) tbody tr:not(:first-of-type) td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tfoot tr:not(:first-of-type) th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tfoot tr:not(:first-of-type) td:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tbody tr:not(:first-of-type) th:not(:first-child),
    .page:not(.home) #content > article table:not(.price) tbody tr:not(:first-of-type) td:not(:first-child) {
      background: url(../images/left-top.svg) no-repeat left -1px top -1px, url(../images/left-bottom.svg) no-repeat left -1px bottom, url(../images/right-top.svg) no-repeat right top -1px, url(../images/right-bottom.svg) no-repeat right bottom;
    }

.home #content #section01 > article.column-2-ph,
.page:not(.home) #content > article.column-2-ph {
  margin-bottom: 8em;
}
  .home #content #section01 > article.column-2-ph section .price,
  .page:not(.home) #content > article.column-2-ph section .price {
    font-size: 125%;
    margin-top: 1.5em;
  }
  .home #content #section01 > article.column-2-ph section .link,
  .page:not(.home) #content > article.column-2-ph section .link {
    text-align: right;
    margin-bottom: 0;
  }
    .home #content #section01 > article.column-2-ph section .link a,
    .page:not(.home) #content > article.column-2-ph section .link a {
      display: inline-block;
      padding: 0.5em 5em 0.5em 0.5em;
      text-decoration: none;
    }

@media only screen and (min-width: 640px) {
  header #head01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1em 2em;
    position: fixed;
    width: 100%;
  }
    header #head01 h1 {
      -webkit-order: 2;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
      margin-right: 2em;
      width: 25%;
    }
    header #head01 p {
      -webkit-order: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 75%;
    }
    header #head01 #nav-toggle {
      display: none;
    }
    header #head01 nav {
      -webkit-order: 3;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
      header #head01 nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
        header #head01 nav ul li {
          margin-right: 2em;
        }
  header #head02 p#visual {
    width: 60%;
  }
  #content h2 {
    font-size: 300%;
  }
  #content #pagenav {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
    #content #pagenav li {
      margin-right: 1em;
    }
  #content article .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    #content article .row h3 {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  #content article#contact .inner {
    padding: 3em 0;
  }
    #content article#contact .inner form > p {
      text-align: center;
    }
    #content article#contact .inner form dl {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px auto;
      width: 50em;
    }
      #content article#contact .inner form dl dt {
        -webkit-flex-basis: 13em;
        -ms-flex-preferred-size: 13em;
        flex-basis: 13em;
      }
      #content article#contact .inner form dl dd {
        -webkit-flex-basis: calc(100% - 13em);
        -ms-flex-preferred-size: calc(100% - 13em);
        flex-basis: calc(100% - 13em);
      }
    #content article#contact .inner form h3 {
      margin: 0 auto 1em;
      width: 600px;
    }
    #content article#contact .inner form .privacy_content {
      margin: 0 auto 30px;
      width: 600px;
    }
  footer #bookmarks li {
    -webkit-flex-basis: 16em;
    -ms-flex-preferred-size: 16em;
    flex-basis: 16em;
    margin: 0 1em;
  }
  footer #f_navi {
    font-size: 125%;
  }
  footer div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    footer div h1,
    footer div p,
    footer div address {
      margin: 0 1em;
    }
    footer div h1 img {
      max-width: 20em;
    }
  .home header #head02 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    .home header #head02 h1,
    .home header #head02 p:not(#visual) {
      padding: 3em;
      width: 80%;
      max-width: 650px;
    }
    .home header #head02 h1{
      padding: 3em 0;
    }
  .home #content #section01 {
    margin-top: 4em;
  }
    .home #content #section01 > article {
      padding: 2em 0;
      margin-bottom: 8em;
    }
      .home #content #section01 > article .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      .home #content #section01 > article.column-2-ph .row {
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
      }
        .home #content #section01 > article.column-2-ph .row .ytwrap {
          -webkit-flex-basis: 30em;
          -ms-flex-preferred-size: 30em;
          flex-basis: 30em;
          margin-top: -1.5em;
          margin-bottom: 0;
          z-index: 2;
        }
        .home #content #section01 > article.column-2-ph .row p.ph {
          -webkit-flex-basis: 30em;
          -ms-flex-preferred-size: 30em;
          flex-basis: 30em;
          position: relative;
          margin-top: -1.5em;
          margin-bottom: 0;
          z-index: 2;
        }
        .home #content #section01 > article.column-2-ph .row section {
          -webkit-flex-basis: calc(100% - 28em);
          -ms-flex-preferred-size: calc(100% - 28em);
          flex-basis: calc(100% - 28em);
          position: relative;
          margin-bottom: -5em;
          padding: 3em 4em;
          z-index: 1;
        }
          .home #content #section01 > article.column-2-ph .row section .link {
            margin-right: -4em;
          }
        .home #content #section01 > article.column-2-ph .row.left section {
          margin-left: -2em;
        }
        .home #content #section01 > article.column-2-ph .row.right .ytwrap,
        .home #content #section01 > article.column-2-ph .row.right p.ph {
          -webkit-order: 2;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
        }
        .home #content #section01 > article.column-2-ph .row.right section {
          -webkit-order: 1;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-right: -2em;
        }
  .home #content #section02 {
    margin-bottom: 4em;
  }
    .home #content #section02 .inner #map {
      margin-bottom: 8em;
    }
    .home #content #section02 .inner #prof {
      padding: 50px 70px;
    }
  .home #content #SNS {
    margin-bottom: 8em;
  }
    .home #content #SNS .row.inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 90%;
    }
      .home #content #SNS .row.inner > div {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 3%;
      }
      .home #content #SNS .row.inner #fbWin #fbFrame {
        margin: 0 auto;
        max-width: 500px;
      }
      .home #content #SNS .row.inner #instaWin #sb_instagram {
        margin: 0 auto;
        max-width: 500px;
      }
  .page:not(.home) #content > article {
    margin-top: 5em;
  }
    .page:not(.home) #content > article h2 {
      margin-top: -4.5em;
      padding-top: 2em;
    }
  .page:not(.home) #content article.column-2-ph .row {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
    .page:not(.home) #content article.column-2-ph .row p.ph {
      -webkit-flex-basis: 39%;
      -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
    }
    .page:not(.home) #content article.column-2-ph .row section {
      -webkit-flex-basis: 57%;
      -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
    }
    .page:not(.home) #content article.column-2-ph .row.right p.ph {
      -webkit-order: 2;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .page:not(.home) #content article.column-2-ph .row.right section {
      -webkit-order: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  .home #content #section01 > article.column-2 .row,
  .page:not(.home) #content article.column-2 .row {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
    .home #content #section01 > article.column-2 .row section,
    .page:not(.home) #content article.column-2 .row section {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding: 2em 4em;
    }
  .home #content #section01 > article.column-3 section,
  .page:not(.home) #content article.column-3 section {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-right: 5%;
    margin-bottom: 4em;
  }
    .home #content #section01 > article.column-3 section:nth-of-type(3n),
    .page:not(.home) #content article.column-3 section:nth-of-type(3n) {
      margin-right: 0;
    }
    }

@media only screen and (min-width: 1024px) {
  .tb,
  .mb,
  .tbMb {
    display: none;
  }
  #pagetop {
    padding-right: 20px;
    margin-bottom: -0.8em;
  }
  body {
    font-size: 15.6px;
  }
  .inner {
    width: 980px;
  }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
  }
  }

@media only screen and (max-width: 1023px) {
  .inner {
    width: 90%;
  }
  #pagetop {
    margin-right: -10px;
    margin-bottom: -0.8em;
  }
  .home #content article#section02 #map iframe {
    height: 25em;
  }
  }

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .pc,
  .mb {
    display: none;
  }
  }

@media only screen and (max-width: 639px) {
  .pc,
  .tb,
  .pcTb {
    display: none;
  }
  header #head01 {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 100%;
  }
    header #head01 h1 {
      position: absolute;
      top: 1.2em;
      left: 5%;
      text-align: center;
    }
      header #head01 h1 img {
        height: 2em;
        width: auto;
      }
    header #head01 p {
      font-size: 80%;
      margin-top: 5.5em;
      margin-left: 5%;
      margin-bottom: 1em;
      padding-right: 5%;
    }
    header #head01 #nav-toggle {
      position: absolute;
      top: 0;
      right: 5%;
      height: 37px;
      width: 33px;
      padding: 15px 5% 0 0;
      cursor: pointer;
      z-index: 4;
    }
      header #head01 #nav-toggle > div {
        position: relative;
        width: 33px;
      }
        header #head01 #nav-toggle > div span {
          height: 2px;
          display: block;
          position: absolute;
          -webkit-transition: top .2s ease, -webkit-transform .2s ease-in-out;
          transition: top .2s ease, -webkit-transform .2s ease-in-out;
          -o-transition: transform .2s ease-in-out, top .2s ease;
          transition: transform .2s ease-in-out, top .2s ease;
          transition: transform .2s ease-in-out, top .2s ease, -webkit-transform .2s ease-in-out;
          left: 0;
          width: 33px;
        }
          header #head01 #nav-toggle > div span:nth-child(1) {
            top: 0;
          }
          header #head01 #nav-toggle > div span:nth-child(2) {
            top: 11px;
          }
          header #head01 #nav-toggle > div span:nth-child(3) {
            top: 22px;
          }
    header #head01 nav {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0);
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: background .2s ease, visibility .2s ease, opacity .2s ease;
      -o-transition: background .2s ease, visibility .2s ease, opacity .2s ease;
      transition: background .2s ease, visibility .2s ease, opacity .2s ease;
      z-index: 3;
      font-size: 150%;
    }
      header #head01 nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100vh;
      }
        header #head01 nav ul li {
          text-align: center;
          margin: calc(3vh - 0.5em) 0;
        }
          header #head01 nav ul li a {
            display: block;
            padding: 0.5em 0;
          }
    header #head01.just {
      background-color: white;
    }
  header #head02 p#visual {
    width: 100%;
  }
  header #head02 h1 img {
    max-width: 100% !important;
  }
  .open header #head01 #nav-toggle > div span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open header #head01 #nav-toggle > div span:nth-child(2) {
    top: 11px;
    width: 0 !important;
    left: 50%;
  }
  .open header #head01 #nav-toggle > div span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open header #head01 nav {
    background-color: white;
    opacity: 1;
    visibility: visible;
  }
  footer #bookmarks li {
    -webkit-flex-basis: calc((100% / 3) - 2em);
    -ms-flex-preferred-size: calc((100% / 3) - 2em);
    flex-basis: calc((100% / 3) - 2em);
    margin: 0 1em 1em;
  }
  footer div.inner {
    text-align: center;
  }
  #content h2 {
    font-size: 250%;
  }
  #content article#contact .inner form > p {
    margin-bottom: 1em;
  }
  #content article#contact .inner form dl dt {
    margin-bottom: 0.5em;
  }
  #content article#contact .inner form dl dd {
    margin-bottom: 1.5em;
  }
  #content article#contact .inner form .privacy_content {
    margin-bottom: 2em;
  }
  .home header #head02 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    .home header #head02 p:not(#visual) {
      padding: 1em 2em;
      width: 80%;
    }
    .home header #head02 h1 {
      padding: 1em 0;
      width: 80%;
    }
  .home #content article#section01 {
    margin-top: 4em;
  }
    .home #content article#section01 .column-2-ph {
      overflow-x: hidden;
    }
  .home #content article#section02 .inner #map {
    margin-bottom: 4em;
  }
  .home #content article#section02 .inner #prof {
    padding: 2em;
  }
  .home #content article#SNS #fbWin {
    margin: 0 auto;
    width: 96%;
  }
  .home #content article#SNS #instaWin {
    margin: 4em 0;
  }
  .page:not(.home) #content #pagenav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .page:not(.home) #content #pagenav li {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
    }
  .page:not(.home) #content article .inner section {
    margin-bottom: 4em;
  }
    .page:not(.home) #content article .inner section:last-child {
      margin-bottom: 0;
    }
  .home #content #section01 > article,
  .page:not(.home) #content > article {
    margin-bottom: 10em;
  }
    .home #content #section01 > article .column-1,
    .page:not(.home) #content > article .column-1 {
      padding: 2em 0;
    }
    .home #content #section01 > article .column-2 .inner,
    .home #content #section01 > article .column-3 .inner,
    .page:not(.home) #content > article .column-2 .inner,
    .page:not(.home) #content > article .column-3 .inner {
      width: 100%;
    }
      .home #content #section01 > article .column-2 .inner section,
      .home #content #section01 > article .column-3 .inner section,
      .page:not(.home) #content > article .column-2 .inner section,
      .page:not(.home) #content > article .column-3 .inner section {
        padding: 3em 5%;
        margin-bottom: 0;
      }
    .home #content #section01 > article .column-2-ph .ytwrap,
    .home #content #section01 > article .column-2-ph p.ph,
    .page:not(.home) #content > article .column-2-ph .ytwrap,
    .page:not(.home) #content > article .column-2-ph p.ph {
      margin-bottom: 1em;
    }
    .home #content #section01 > article .column-2-ph section .link,
    .page:not(.home) #content > article .column-2-ph section .link {
      margin-right: -3em;
    }
    .home #content #section01 > article section,
    .page:not(.home) #content > article section {
      margin-bottom: 3em;
    }
    .home #content #section01 > article table.price,
    .page:not(.home) #content > article table.price {
      background-color: white;
      width: 100%;
    }
      .home #content #section01 > article table.price thead,
      .page:not(.home) #content > article table.price thead {
        display: none;
      }
      .home #content #section01 > article table.price tr,
      .page:not(.home) #content > article table.price tr {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }
        .home #content #section01 > article table.price tr th,
        .home #content #section01 > article table.price tr td,
        .page:not(.home) #content > article table.price tr th,
        .page:not(.home) #content > article table.price tr td {
          padding: 0.5em 1.5em 0 1.5em;
        }
          .home #content #section01 > article table.price tr th:last-child,
          .home #content #section01 > article table.price tr td:last-child,
          .page:not(.home) #content > article table.price tr th:last-child,
          .page:not(.home) #content > article table.price tr td:last-child {
            padding: 0.5em 1.5em;
          }
          }


.grecaptcha-badge{
  display: none;
}
.mainVisuals{
  max-width: 100%;
  width: 100%;
  position: relative;
} 
.slider {
  max-width: 100%;
  width: 100%;
}
.slider .slick-slide {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.slider .slick-slide li {
  max-width: 100%;
  width: 100%;
}
.slick-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1500/1125;
}
/*
	藤野追記　スパム対策用
	フォームに[checkbox check-spm class:check-spm use_label_element "【※スパム】"]を設置
	この「checkbox」が入力されて送信されたら、システム側でエラーが出る設定にする。
	このCSSでは、checkbox項目を非表示にする設定をする。
	<span class="wpcf7-form-control-wrap" data-name="check-spm">
		<span class="wpcf7-form-control wpcf7-checkbox check-spm">
			<span class="wpcf7-list-item first last">
				<label>
					<input type="checkbox" name="check-spm[]" value="【※スパム】" />
					<span class="wpcf7-list-item-label">【※スパム】</span>
				</label>
			</span>
		</span>
	</span>

*/
.wpcf7 span[data-name="check-spm"] {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.wpcf7 span[data-name="check-spm"] input {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
/*　↑藤野追記以上 */
