@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanmp.min.css);
@import url(https://fonts.googleapis.com/css?family=Prata);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://use.fontawesome.com/a1fd780827.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: YakuHanMP, "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  height: 100%;
  background: url(/images/bg.svg) no-repeat center top;
  background-size: 130%;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
    background-size: 300%;
  }
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  padding-top: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}

a {
  text-decoration: none;
  color: #000000;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  display: block;
}

.heading {
  margin-bottom: 80px;
  font-family: "Prata", serif;
  font-size: 5.5rem;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .heading {
    margin-bottom: 30px;
    font-size: 4rem;
  }
}

.globalNavi {
  font-size: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .globalNavi {
    display: none;
  }
}
.globalNavi ul {
  font-family: "Prata", serif;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.globalNavi ul li {
  display: inline-block;
}
.globalNavi ul li + li {
  margin-left: 30px;
}
@media (max-width: 1030px) {
  .globalNavi ul li + li {
    margin-left: 20px;
  }
}
.globalNavi ul li a {
  display: inline-block;
  position: relative;
}
.globalNavi ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #002f17;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNavi ul li a:hover {
  color: #002f17;
}
.globalNavi ul li a:hover:after {
  width: 100%;
}

.globalNavi_sp {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.globalNavi_sp ul {
  font-family: "Prata", serif;
  font-style: italic;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.globalNavi_sp ul li {
  margin: 15% 0;
}
.globalNavi_sp.is-open {
  height: 100vh;
}

.globalNavi_btn {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9;
}
@media (max-width: 768px) {
  .globalNavi_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.globalNavi_btn span {
  margin: 2px 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.globalNavi_btn.is-open span {
  margin: 5px 0;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 100px;
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  header {
    display: none;
  }
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
}
header h2 {
  width: 60px;
}
header.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

footer {
  margin-bottom: 160px;
  padding-top: 160px;
  text-align: center;
}
@media (max-width: 768px) {
  footer {
    padding-top: 80px;
  }
}
footer .back2top {
  margin-bottom: 80px;
  text-align: center;
}
footer .back2top svg {
  stroke: #000;
  stroke-width: 0.8px;
  vertical-align: bottom;
}
footer .back2top p {
  margin-left: 0.1em;
  padding-top: 5px;
  font-family: "Prata", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
footer h2 {
  margin: 0 auto 10px;
  width: 70px;
}
footer p {
  font-family: "Prata", serif;
  font-size: 1rem;
}

#top {
  padding-top: 0;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  #top {
    margin-bottom: 15em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#top .mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  #top .mainTitle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#top .mainTitle .logo {
  width: 250px;
}
@media (max-width: 1030px) {
  #top .mainTitle .logo {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #top .mainTitle .logo {
    margin: 0 0 15px 0;
    width: 125px;
  }
}
#top .mainTitle h1 {
  font-family: "Noto Sans Japanese";
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
  color: #002f17;
}
@media (max-width: 768px) {
  #top .mainTitle h1 {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
}
#top .topInfo {
  position: absolute;
  left: 0;
  bottom: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  #top .topInfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10em;
  }
}
#top .topInfo p {
  margin-right: 20px;
  padding-right: 20px;
  font-family: "Prata", serif;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: 0.05em;
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  #top .topInfo p {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.2rem;
    width: 100%;
  }
}
#top .topInfo dl {
  font-size: 1.4rem;
  font-style: italic;
}
@media (max-width: 768px) {
  #top .topInfo dl {
    font-size: 1.2rem;
  }
}
#top .topInfo dl dt, #top .topInfo dl dd {
  display: inline-block;
}
#top .topInfo dl dt {
  margin-right: 15px;
}

#message p {
  margin-bottom: 2em;
  letter-spacing: 0.05em;
}
#message .name {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #message .name {
    text-align: right;
  }
}

#company dl dt {
  margin-bottom: 40px;
  float: left;
}
@media (max-width: 768px) {
  #company dl dt {
    margin: 0;
    float: none;
  }
}
#company dl dd {
  margin-bottom: 40px;
  padding-left: 200px;
}
@media (max-width: 768px) {
  #company dl dd {
    padding: 0 0 0 1em;
  }
}
#company dl dd span {
  margin-right: 20px;
  display: inline-block;
}
#company dl dd ol {
  margin-left: 1em;
  list-style: decimal;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #company dl dd ol {
    margin-left: 2em;
  }
}
#company dl dd ol li + li {
  margin-top: 0.5em;
}

#access .mapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#access .mapWrap .col {
  width: 100%;
}
@media (max-width: 1030px) {
  #access .mapWrap .col {
    width: 100%;
  }
}
#access .mapWrap .col:nth-child(2) {
  margin-top: 8.333%;
}
@media (max-width: 768px) {
  #access .mapWrap .col:nth-child(2) {
    margin-top: 40px;
  }
}
#access .mapWrap .col .map {
  margin-bottom: 10px;
  background: #002f17;
  padding-top: 50%;
}
@media (max-width: 768px) {
  #access .mapWrap .col .map {
    padding-top: 100%;
  }
}
#access .mapWrap .col h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #access .mapWrap .col h3 {
    font-size: 1.2rem;
  }
}
#access .mapWrap .col h3 strong {
  margin-right: 0.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  #access .mapWrap .col h3 strong {
    display: block;
  }
}
#access .mapWrap .col .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 170px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #666;
  height: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #access .mapWrap .col .btn a {
    max-width: 100%;
    height: 30px;
  }
}
#access .mapWrap .col .btn a svg {
  margin-right: 5px;
  stroke: #000;
  stroke-width: 1px;
}
#access .mapWrap .col .btn a:hover {
  background: #000000;
  color: #ffffff;
}
#access .mapWrap .col .btn a:hover svg {
  stroke: #fff;
}

#contact .contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contact .contactWrap .col {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #contact .contactWrap .col {
    padding: 20px;
    width: 100%;
    font-size: 1.8rem;
  }
  #contact .contactWrap .col + .col {
    margin-top: 20px;
  }
}
#contact .contactWrap .col .inner {
  text-align: center;
  width: 100%;
}
#contact .contactWrap .col .inner h3 {
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #contact .contactWrap .col .inner h3 {
    margin-bottom: 8px;
  }
}
#contact .contactWrap .col .inner a {
  border-bottom: 1px solid #000;
}
#contact .contactWrap .col .inner .tel {
  margin-bottom: 0.5em;
  width: 100%;
}
#contact .contactWrap .col .inner .tel a {
  display: block;
  border: none;
  background: #ffffff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#contact .contactWrap .col .inner .email {
  margin: 0 auto;
  width: 130px;
}
#contact .contactWrap .col .inner .is-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  #contact .contactWrap .col .inner .is-pc {
    display: none;
  }
}
#contact .contactWrap .col .inner .is-sp {
  display: none;
}
@media (max-width: 768px) {
  #contact .contactWrap .col .inner .is-sp {
    display: inline-block;
  }
}
/*# sourceMappingURL=base.css.map */