@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
  background: #f8f8f8;
  color: #343434;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2em;
  -webkit-text-size-adjust: 100%;
}

/* RESET */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
img,
figure,
figcaption {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #343434;
  text-decoration: none;
  display: inline-block;
}
p {
}
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  width: 100%;
  border: none;
}
tbody {
  border-top: 0px;
}
th,
tbody th {
  padding-right: 0em;
  border-bottom: none;
}
input {
  -webkit-appearance: none;
}
.pc {
  display: inline;
}
.sp {
  display: none;
}

.pcDisplay {
  display: inline;
}
.spDisplay {
  display: none;
}

/*　#Header */
#Header .Logo a,
#Header .Logo a img,
#Footer .Logo a,
#Footer .Logo a img {
  display: block;
}

#Header {
  background: #ffffff;
  display: flex;
  position: relative;
  border-bottom: #343434 1px solid;
}

#NavWrap a {
  font-weight: 500;
  position: relative;
}

#NavWrap a.current:not(.nocurrent) {
  color: #550030;
}

.btnContact a {
  background: #550030;
  border: 2px solid #550030;

  color: #ffffff;
  font-weight: 700;
  display: block;
  white-space: nowrap;

  border-radius: 32px;
}

/* FOOTER */
#Footer .fWrap {
  padding: 56px 0 24px 0;
  overflow: hidden;
  background: #ffffff;
  border-top: #343434 1px solid;
}
#Footer .fWrap > .inner {
}
#Footer .logoWrap > *:not(:last-child) {
  margin-bottom: 36px;
}
#Footer .Logo a {
  max-width: 50vw;
}
#Footer .fAddress {
  grid-gap: 24px 120px;
}
#Footer .fMenu ul a {
  font-weight: 500;
}
#Footer .Copy {
  color: #c1c1c1;
  width: 100%;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}
main section:not(.Head):not(.full) {
  padding: 56px 0;
}
main section:not(.Head):not(.full).bottom {
  padding-bottom: 24px;
}

.Pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

.textAlignCenter {
  text-align: center;
}

/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }

  /* FOOTER */
  #Footer .fWrap > .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }

  #Footer .Logo a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #Footer .Logo a img {
    display: initial;
  }

  #Footer .fAddress {
  }
  #Footer .fMenu {
    text-align: center;
  }
  #Footer .fMenu ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
}

/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  a,
  a:hover,
  a *,
  a:hover *,
  a::before,
  a:hover::before,
  a::after,
  a:hover::after,
  .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out,
      color 0.3s ease-out, opacity 0.3s ease-out;
  }
  a:hover:not(.newsContainer a) {
    color: #550030;
  }
  /* a:hover {
    color: #ffffff;
  } */
  a:hover img {
    opacity: 0.6;
  }

  /*　HEADER　*/
  .btnContact a:hover {
    background: #ffffff;
    border: 2px solid #343434;
    color: #343434 !important;
  }

  /* FOOTER */
  #Footer .fWrap {
    padding: 69px 0 62px 0;
  }
  #Footer .fWrap > .inner {
  }
  #Footer .Logo a {
    max-width: 370px;
    display: block;
  }
  #Footer .fMenu {
  }
  #Footer .fMenu ul {
    display: flex;
    align-items: stretch;
    grid-gap: 1em 2em;
  }
  #Footer .Copy {
    text-align: right;
    margin-top: calc(-1 * 12px);
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 132px 0;
  }
  main section:not(.Head):not(.full).bottom {
    padding-bottom: 40px;
  }
  .inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
  #Footer .inner {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 64.5px;
    padding-right: 73.5px;
  }
  .Main .inner {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 26.5px;
    margin-top: 27px;
    position: relative;
  }
  .ContentSectionPaddingTop {
    padding-top: 110px !important;
  }
}

/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 1251px) {
  .pcDisplay {
    display: none;
  }
  .spDisplay {
    display: inline;
  }
  /*　HEADER　*/
  #Header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
  }

  #Header .Logo {
    z-index: 100;
    padding: 8px 5.33%;
  }

  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
    max-width: 50vw;
  }

  #Header .Logo a img {
    width: auto;
    max-height: 100%;
  }

  #NavWrap nav {
    background: #ffffff;
    width: 100%;
    height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: -99;
    opacity: 0;
  }

  #NavWrap.open nav {
    pointer-events: all;
    z-index: 99;
    opacity: 1;
  }

  #NavWrap nav > *:not(:last-child) {
    margin-bottom: 20px;
  }

  #NavWrap .Nav ul {
    flex-direction: column;
  }

  #NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 8px;
  }

  #NavWrap .Nav a,
  #NavWrap .btnContact a {
    min-height: 32px;
    padding: 16px 8px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }

  #NavWrap .btnContact a {
    padding: 8px 20px;
    border-radius: 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .Toggle {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }

  .Toggle span {
    background: #550030;
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 10px;
    border-radius: 4px;
    transition: all 0.5s;
  }

  .Toggle span:nth-child(1) {
    top: 14px;
  }

  .Toggle span:nth-child(2) {
    top: 24px;
  }

  .Toggle span:nth-child(3) {
    bottom: 14px;
  }

  .open .Toggle span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .open .Toggle span:nth-child(2) {
    opacity: 0;
  }

  .open .Toggle span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
}

@media print, screen and (min-width: 1250px) {
  /* HEADER */
  #Header {
    height: 100px;
    align-items: stretch;
    padding: 0 50.5px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }

  #Header .NavContainer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  #Header .Logo {
    padding: 0;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #Header .Logo a {
    max-width: 370px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #Header .Logo a img {
    max-height: 100%;
    width: auto;
  }

  #NavWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    padding-left: 27px;
  }

  #NavWrap nav {
    height: 100%;
    display: flex;
    align-items: center;
  }

  #NavWrap .Nav ul {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
  }

  #NavWrap .Nav ul > li {
    margin-right: 2em;
  }

  #NavWrap .Nav a {
    line-height: 24px;
    padding: 32px 0;
  }

  #NavWrap a.current:not(.nocurrent)::after {
    content: "";
    background: #550030;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .ContactBtnContainer {
    display: flex;
    align-items: center;
    height: 100%;
    order: 3;
  }

  .btnContact a {
    min-width: 229px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 32px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 1100px) {
  #NavWrap {
  }
}

#Footer .btnContact a {
  min-width: 229px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 32px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #Footer .btnContact a {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
