html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  margin: 0 auto;
  width: 100%;
}

table,
td,
th {
  border: 1px solid #E5E5E5;
  padding: 20px 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  height: 70px;
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.header-wrapper {
  padding: 10px 0;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 999;
  margin-top: 20px;
  height: 74px;
  width: 100%;
}

.header-wrapper.black {
  background-image: linear-gradient(25deg, #ffdde1, #ee9ca7 100%);
}

.header-inner {
  width: 100%;
  max-width: 100%;
  backface-visibility: hidden;
}

.header-left {
  display: flex;
}
@media (min-width: 740px) {
  .header-left {
    font-size: 1.6rem;
    margin-left: 60px;
  }
}

.header-logo {
  display: flex;
}

.logo-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  align-items: center;
  margin-top: 20px;
  margin-left: 10px;
  background-image: url(image/ichigo-logo5.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
@media (min-width: 740px) {
  .logo-image {
    position: relative;
    left: -100px;
  }
}

.logo-image-secound {
  margin-top: -50px;
  margin-left: -20px;
  display: inline-block;
  width: 120px;
  height: 120px;
  align-items: center;
  background-image: url(image/ichigo-logo6.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 740px) {
  .logo-image-secound {
    position: relative;
    left: -100px;
    top: 5px;
  }
}

.top-wrapper {
  position: relative;
}

.top-inner {
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 240, 0.4)), url(image/suzuakane1.jpg);
  background-position: 50%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.top-title {
  font-size: 3rem;
  color: #fff;
  text-shadow: 2px 2px 2px #333;
}

.breadcrumbs-wrapper {
  background: #fff;
  width: 100%;
}

.breadcrumbs {
  width: 200px;
  height: 40px;
  padding-top: 30px;
  padding-left: 15vw;
  color: #1B224C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs a {
  color: #1B224C;
}

.breadcrumbs a :hover {
  color: #1B224C;
  text-decoration-line: underline;
}

.inquiry-inner {
  color: #1B224C;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (min-width: 740px) {
  .inquiry-inner {
    width: 700px;
    max-width: 100%;
  }
}

.inquiry-title {
  font-size: 1.6rem;
  color: #1B224C;
  margin-top: 58px;
  margin-bottom: 60px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 740px) {
  .inquiry-title {
    font-size: 1.6rem;
  }
}

.home-back {
  margin-top: 60px;
  margin-bottom: -40px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  text-decoration: underline;
  color: #1B224C;
}/*# sourceMappingURL=thanks.css.map */