@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Scheherazade&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block; }

body {
  line-height: 1; }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

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

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }

.inrWidth {
  width: 800px;
  margin-right: auto !important;
  margin-left: auto !important; }

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1000px) {
  .fullWidth {
    width: 1000px; }
  .inrWidth {
    width: 800px; } }

@media screen and (min-width: 1100px) and (max-width: 1000px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1100px; }
  .inrWidth {
    width: 800px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .full-spw100 {
    width: 100% !important; }
  .fullWidth {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outer-spw100 {
    width: 100% !important; }
  .outerWidth {
    width: 90% !important; } }

@media screen and (min-width: 768px) and (max-width: 800px) {
  .inr-spw100 {
    width: 100% !important; }
  .inrWidth {
    width: 90% !important; } }

@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important; }
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; } }

.slick-dots {
  display: none !important; }

/*----------------------------------------
COMMON
-----------------------------------------*/
nav,
h2 {
  font-family: "Scheherazade", serif; }

nav {
  font-weight: bold; }

.logos ul li {
  font-family: "EB Garamond", serif; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px; }
  .pagetop span {
    display: block;
    font-size: 1rem; }

/* -----
PC
----- */
@media print, screen and (min-width: 769px) {
  .breadcrumbs {
    margin-top: 78px;
    background: #dadada; }
    .breadcrumbs ol {
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .breadcrumbs ol li {
        padding-right: 25px; }
        .breadcrumbs ol li:not(:last-of-type):after {
          content: ">";
          position: absolute;
          top: 50%;
          line-height: 1;
          margin-top: -8px;
          padding-left: 8px; }
  body:not(#TOP) main h2 {
    padding: 80px 0 120px;
    text-align: center; }
  h2 {
    line-height: 1;
    font-size: 6.2rem;
    position: relative; } }

/* PC End */
/* -----
SP
----- */
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 78px;
    background: #dadada; }
    .breadcrumbs ol {
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      /* はみ出し部分をスクロールする */
      overflow-x: scroll;
      /* テキストを改行しないようにする */
      word-break: keep-all;
      white-space: nowrap;
      /* スクロールの動きを滑らかにする */
      -webkit-overflow-scrolling: touch; }
      .breadcrumbs ol li {
        padding-right: 25px; }
        .breadcrumbs ol li:not(:last-of-type):after {
          content: ">";
          position: absolute;
          top: 50%;
          line-height: 1;
          margin-top: -8px;
          padding-left: 8px; }
  body:not(#TOP) main h2 {
    padding: 90px 0 150px;
    text-align: center; }
  h2 {
    line-height: 1;
    font-size: 6.2rem;
    position: relative; } }

/*----------------------------------------
HEADER
-----------------------------------------*/
/* -----
PC
----- */
@media print, screen and (min-width: 769px) {
  header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 0; }
    header > a.logo {
      display: none; }
    header nav ul.drawer-menu {
      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;
      font-size: 1.8rem; }
      header nav ul.drawer-menu li {
        line-height: 1;
        padding: 0 10px; }
        header nav ul.drawer-menu li:nth-of-type(1) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5;
          padding: 0 30px; }
          header nav ul.drawer-menu li:nth-of-type(1) svg {
            width: 200px; }
        header nav ul.drawer-menu li:nth-of-type(2) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        header nav ul.drawer-menu li:nth-of-type(3) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        header nav ul.drawer-menu li:nth-of-type(4) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
        header nav ul.drawer-menu li:nth-of-type(5) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
        header nav ul.drawer-menu li:nth-of-type(6) {
          -webkit-box-ordinal-group: 7;
              -ms-flex-order: 6;
                  order: 6; }
        header nav ul.drawer-menu li:nth-of-type(7) {
          -webkit-box-ordinal-group: 8;
              -ms-flex-order: 7;
                  order: 7; }
        header nav ul.drawer-menu li:nth-of-type(8) {
          -webkit-box-ordinal-group: 9;
              -ms-flex-order: 8;
                  order: 8; }
    header nav .current a,
    header nav a:hover {
      opacity: 1; }
    header nav .current a,
    header nav a:hover {
      opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    header nav a:not(.logo) {
      position: relative;
      display: inline-block;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    header nav .current a::after,
    header nav a:not(.logo):hover::after {
      width: 100% !important; }
    header nav a:not(.logo)::after {
      position: absolute;
      bottom: -6px;
      left: 50%;
      content: '';
      width: 0;
      border-bottom: solid 2px #000;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  footer {
    line-height: 1;
    padding: 20px 0;
    border-top: 1px solid #000; }
    footer .inrWidth {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer .footer--pp {
      display: block; } }

/* PC End */
@media screen and (max-height: 568px) {
  header nav ul.drawer-menu li {
    padding: 25px 6% !important; } }

/* -----
SP
----- */
@media screen and (max-width: 768px) {
  .drawer-nav,
  .drawer--top.drawer-open header {
    background-color: rgba(35, 24, 21, 0.8); }
  .drawer--top.drawer-open .drawer-nav {
    top: 73px; }
  .drawer-open .drawer-hamburger-icon {
    background-color: none; }
  .drawer-open .drawer-hamburger-icon:before {
    background-color: #fff; }
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #fff; }
  .drawer-open a.logo svg {
    fill: #fff; }
  header {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 20px 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8); }
    header a.logo {
      text-align: center;
      display: block; }
      header a.logo svg {
        width: 150px; }
    header .drawer-hamburger {
      top: 15px !important; }
    header nav ul.drawer-menu li {
      line-height: 1;
      padding: 30px 8%;
      border-bottom: 1px solid #fff; }
      header nav ul.drawer-menu li:nth-of-type(1) {
        padding: 16px 0;
        display: none; }
        header nav ul.drawer-menu li:nth-of-type(1) img {
          width: 200px; }
      header nav ul.drawer-menu li:nth-of-type(2) {
        border-top: 1px solid #fff; }
    header nav a {
      font-size: 1.6rem;
      font-family: "Lato", sans-serif;
      letter-spacing: 0.15em; }
    header nav a:hover {
      opacity: 1; }
    header nav a:hover {
      opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    header nav a:not(.logo) {
      position: relative;
      display: inline-block;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    header nav a:not(.logo):hover::after {
      width: 100%; }
    header nav a:not(.logo)::after {
      position: absolute;
      bottom: -6px;
      left: 50%;
      content: '';
      width: 0;
      border-bottom: solid 2px #000;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  footer {
    line-height: 1;
    padding: 30px 0;
    font-size: 1rem;
    text-align: center;
    border-top: 1px solid #000; }
    footer .footer--pp {
      margin-bottom: 30px;
      display: block; } }

/* SP End */
/*----------------------------------------
FOOTER
-----------------------------------------*/
/* -----
PC
----- */
/* PC End */
/* -----
SP
----- */
/* SP End */
/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.65;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: justify;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

main,
header,
footer,
section {
  display: block; }

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

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

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent; }

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none; }

.fw {
  font-weight: bold; }

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%); }

.abr {
  display: inline-block; }

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.posr {
  position: relative; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right; }
  #pageTop a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px; }
    #pageTop a:hover {
      text-decoration: none; }

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

video {
  width: 100%; }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

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

@media only screen and (min-width: 769px) {
  body {
    font-size: 1.2rem; }
  .spbr {
    display: none; }
  .sp {
    display: none !important; }
  .pc {
    display: block; }
  a[href^="tel:"] {
    pointer-events: none; }
  a {
    text-decoration: none; }
    a:hover {
      opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    a img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1; }
    a:hover img {
      opacity: 0.7; }
  a[href^="tel:"] {
    pointer-events: none; }
  .pagetop img {
    width: 40px; } }

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem; }
  .pcbr {
    display: none; }
  .sp {
    display: block; }
  .pc {
    display: none !important; }
  .pagetop img {
    width: 40px; } }

/*# sourceMappingURL=maps/common.css.map */
