@charset "UTF-8";
@font-face {
  font-family: "AlteHaasGroteskRegular";
  src: url(./AlteHaasGroteskRegular.ttf);
}
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.center {
  text-align: center;
}

.b {
  font-weight: bold;
}

.wrapper {
  padding-left: 18.3rem;
  padding-right: 18.3rem;
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 1.3333333333vw;
}
@media print, screen and (min-width: 751px) {
  html {
    font-size: 0.7320644217vw;
  }
}

a img:hover {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
body {
  /* 游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.71;
  color: #3B4043;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.8rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding-right: 4rem;
  padding-top: 3rem;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 0;
  }
}
.header .tel {
  display: inline-block;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__title {
  margin-right: auto;
  margin-top: -3rem;
}
@media screen and (max-width: 750px) {
  .header__title {
    margin-top: 0;
  }
}
.header__title img {
  width: 13.1rem;
  padding: 1.2rem 1.8rem;
}
@media screen and (max-width: 750px) {
  .header__title img {
    width: 20rem;
    padding: 0;
  }
}
.header__cta {
  display: flex;
  position: fixed;
  right: 4rem;
  top: 3rem;
}
@media screen and (max-width: 750px) {
  .header__cta {
    top: 0;
    right: 0;
  }
}
.header__tel {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  width: 18.3rem;
  text-align: center;
  height: 5.4rem;
  line-height: 5.4rem;
  margin-right: 3rem;
  background: #d8acbb;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .header__tel {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    width: 12rem;
    height: 12rem;
    margin-right: 0;
  }
}
.header__tel span {
  font-size: 2.6rem;
}
.header__contact {
  background: #244F8C;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  width: 18.3rem;
  text-align: center;
  font-size: 1.6rem;
  height: 5.4rem;
  line-height: 5.4rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 750px) {
  .header__contact {
    width: 12rem;
    height: 12rem;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
}
.header__contact a {
  display: block;
}

.entryform {
  background-color: #fff;
  padding: 7rem 9.4rem 6.7rem 4.5rem;
}
.entryform input[type=text], .entryform textarea, .entryform select {
  width: 100%;
  padding: 3rem;
  border: solid 1px #D0D0D0;
  font-size: 16px;
}
.entryform input[type=text].zip {
  width: 50%;
}
.entryform select {
  padding: 3rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entryform__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .entryform__item {
    display: block;
  }
}
.entryform__item-name {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 750px) {
  .entryform__item-name {
    max-width: 100%;
  }
}
.entryform__item-input {
  flex: 0 0 75%;
  max-width: 75%;
}
@media screen and (max-width: 750px) {
  .entryform__item-input {
    max-width: 100%;
  }
}
.entryform__button {
  margin: 5rem auto;
}
.entryform__button button {
  font-size: 2rem;
  margin: auto;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  height: 6.8rem;
  border: 0;
  color: #fff;
  background: #154E91;
  width: 25rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 750px) {
  .entryform__button button {
    width: 100%;
    font-size: 16px;
    height: 8rem;
  }
}
.entryform__button button.is-back {
  background: #555;
}

.slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2231px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(14%2C%2085%2C%20151)%22%20d%3D%22M14.988%2C0.000%20L0.009%2C15.495%20L14.988%2C30.989%20L14.988%2C0.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  display: block;
}

.slick-prev {
  left: 0;
  transform: translate(-100%, 0);
}

.slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216px%22%20height%3D%2232px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(14%2C%2085%2C%20151)%22%20d%3D%22M0.200%2C0.907%20L15.585%2C16.292%20L0.200%2C31.677%20L0.200%2C0.907%20Z%22%2F%3E%3C%2Fsvg%3E");
}

.slick-next {
  right: -1.5rem;
  transform: translate(100%, 0);
}

.thumbnail {
  margin-left: -2rem;
}

.thumbnail .slick-slide img {
  padding-left: 2rem;
}

/***/
@media print, screen and (min-width: 751px) {
  .slick-img img {
    width: 100%;
  }
}

/** simpleform **/
.entryform__item-name span {
  font-weight: bold;
}

.entryform__item-name.require::after {
  content: "必須";
  margin-left: 1rem;
  color: #D00000;
}

.form_error_wrap {
  color: #D00000;
  font-size: 0.8em;
}

.footer {
  border-top: 1px solid;
  background: #F7F5F5;
  font-family: "Shippori Mincho", serif;
}
.footer-copyright {
  padding: 2rem 0;
}

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