@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?nq3ydw");
  src: url("fonts/icomoon.eot?nq3ydw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?nq3ydw") format("truetype"), url("fonts/icomoon.woff?nq3ydw") format("woff"), url("fonts/icomoon.svg?nq3ydw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e900";
}

.icon-mobile:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-circle-right:before {
  content: "\ea42";
}

html {
  font-size: 14px;
}
@media (min-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Kameron", "Kosugi Maru", sans-serif;
}

a {
  text-decoration-line: none;
}
a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.button {
  cursor: pointer;
}
.button:hover {
  text-decoration-line: none;
  opacity: 0.8;
}

h1 {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}

h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 960px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
@media (min-width: 960px) {
  h3 {
    font-size: 1.6rem;
  }
}

.lead {
  margin: 0;
}

.error-msg {
  color: red;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input[type=text], input[type=email], textarea {
  box-sizing: border-box;
  border: solid 0.5px #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 0.5rem;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox]:checked + .check-label:after {
  opacity: 1;
}

.check-label {
  display: flex;
  align-items: center;
  position: relative;
}
.check-label::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #fff;
  margin-right: 4px;
}
.check-label::after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  box-sizing: border-box;
  border-right: 2px solid red;
  border-bottom: 2px solid red;
  transform: translateY(-30%) rotate(45deg);
  position: absolute;
  left: 9px;
  opacity: 0;
}

footer {
  background-color: #eee;
  padding: 1rem;
}
footer p {
  text-align: center;
  font-size: 0.8rem;
}
footer.on-btn {
  padding: 1rem 1rem 6rem 1rem;
}
@media (min-width: 960px) {
  footer.on-btn {
    padding: 1rem;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 960px) {
  .pc-only {
    display: block;
  }
}

header .inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center; /* 上下中央揃え */
}
@media (min-width: 600px) {
  header .inner {
    justify-content: space-between;
  }
}
header .inner .logo {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner .logo img {
  height: 100%;
}
header .inner .info {
  display: none;
}
@media (min-width: 600px) {
  header .inner .info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header .inner .info .tel a {
    font-family: "Kameron", serif;
    font-size: 1.7rem;
    color: #EA5413;
    text-decoration: none;
  }
  header .inner .info .tel a i {
    margin-top: 5px;
    margin-right: 5px;
  }
  header .inner .info .contact-time {
    font-size: 0.8rem;
    margin-right: 2px;
  }
}

.welcome {
  width: 90%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.welcome img {
  width: 100%;
}

.top-area {
  background-color: #F9F2EF;
  position: relative;
  background: linear-gradient(to bottom right, #F2A381 5%, #F9F2EF 5%, #F9F2EF 90%, #F5C3AD 90%, #F5C3AD 95%, #F2A381 95%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top-area .inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
@media (min-width: 480px) {
  .top-area .inner {
    max-width: 432px;
  }
}
@media (min-width: 600px) {
  .top-area .inner {
    max-width: 540px;
  }
}
@media (min-width: 960px) {
  .top-area .inner {
    max-width: 800px;
  }
}
.top-area .inner .top-message {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
}
.top-area .inner .top-message .content h1 {
  color: #EA5413;
  font-size: 1.25rem;
}
@media (min-width: 480px) {
  .top-area .inner .top-message .content h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 600px) {
  .top-area .inner .top-message .content h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .top-area .inner .top-message .content h1 {
    font-size: 2.5rem;
  }
}
.top-area .inner .top-message .content p {
  font-size: 0.9rem;
}
.top-area .inner .top-message .fukidashi {
  width: 90%;
  height: 140%;
  background-color: white;
  border-radius: 50%;
  transform: rotate(-5deg);
  position: absolute;
  top: -30%;
  left: 10%;
  z-index: -20;
}
.top-area .inner .top-message .icon-top-message {
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
  width: 100px;
  margin-right: 1rem;
}
.top-area .inner .top-message .icon-top-message img {
  width: 100%; /* アイコン画像の幅が親要素に収まるように */
  height: auto; /* 高さは自動調整 */
}
.top-area .inner ul.strong-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* 水平方向中央揃え */
  gap: 0.5rem;
  margin: 1rem auto 0.5rem 1rem;
}
@media (min-width: 480px) {
  .top-area .inner ul.strong-point {
    gap: 0.5rem;
    margin: 1.5rem auto 1rem auto;
  }
}
@media (min-width: 600px) {
  .top-area .inner ul.strong-point {
    gap: 0.8rem;
    margin: 2rem auto 1.5rem auto;
  }
}
@media (min-width: 960px) {
  .top-area .inner ul.strong-point {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-area .inner ul.strong-point li {
  display: flex;
  align-items: center; /* 垂直方向中央揃え */
}
.top-area .inner ul.strong-point li img {
  height: 30px;
  margin-right: 0.5rem;
}
@media (min-width: 480px) {
  .top-area .inner ul.strong-point li img {
    height: 40px;
    margin-right: 0.5rem;
  }
}
@media (min-width: 600px) {
  .top-area .inner ul.strong-point li img {
    height: 45px;
    margin-right: 0.5rem;
  }
}
.top-area .inner ul.strong-point li p {
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 480px) {
  .top-area .inner ul.strong-point li p {
    font-size: 1.4rem;
  }
}
@media (min-width: 600px) {
  .top-area .inner ul.strong-point li p {
    font-size: 1.6rem;
  }
}
.top-area .inner .contact-frame {
  border: solid 1px #EA5413;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
}
.top-area .inner .contact-frame .contact-btn {
  height: 2em;
  width: 22rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #EA5413;
  border-radius: 1rem;
  display: flex; /* Flexboxを使う */
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
  margin: 0.5rem 0;
}
@media (min-width: 960px) {
  .top-area .inner .contact-frame .contact-btn {
    width: 40rem;
    font-size: 1.8rem;
    margin: 0.5rem 0 1rem 0;
  }
}
.top-area .inner .contact-frame .contact-catch {
  color: #EA5413;
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .top-area .inner .contact-frame .contact-catch {
    font-size: 1.6rem;
  }
}
.top-area .inner .contact-frame .contact-tel {
  font-family: "Kameron", serif;
  font-size: 2.5rem;
  display: flex;
}
@media (min-width: 960px) {
  .top-area .inner .contact-frame .contact-tel {
    font-size: 4rem;
  }
}
.top-area .inner .contact-frame .contact-tel a {
  color: red;
}
.top-area .inner .contact-frame .contact-tel .contact-icon {
  width: 28px;
  margin-left: 5px;
}
.top-area .inner .contact-frame .contact-tel .contact-icon img {
  width: 100%;
}
@media (min-width: 960px) {
  .top-area .inner .contact-frame .contact-tel .contact-icon {
    width: 56px;
    margin-left: 5px;
  }
}

.item-area h2 {
  text-align: center;
  margin-top: 40px;
}
.item-area .intro {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}
.item-area .category {
  background-color: #39C3FF;
  padding: 20px 0;
}
.item-area .category .inner {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.item-area .category .inner h3 {
  color: #fff;
  margin-top: 0;
  margin-right: 2rem;
  font-size: 1.7rem;
  white-space: nowrap;
}
.item-area .category .inner .annotation {
  color: #fff;
  text-indent: -1rem;
}
.item-area .campaign p {
  font-size: 1.6rem;
  color: #EB3223;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 600px) {
  .item-area .campaign p {
    font-size: 2.1rem;
  }
}
@media (min-width: 960px) {
  .item-area .campaign p {
    font-size: 2.5rem;
  }
}
.item-area .inner {
  width: 90%;
  max-width: 720px;
  margin: 1rem auto;
}
.item-area .inner img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .item-area .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-area .inner img {
    width: 49%;
  }
}

.door-phone .category .inner h3 {
  white-space: nowrap;
  margin-right: 3rem;
}

.reason-area {
  background-color: #E2FAD7;
}
.reason-area .inner {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 0;
}
.reason-area .inner h2 {
  color: #3E841D;
}
.reason-area .inner h3 {
  margin-bottom: 0;
}
.reason-area .inner ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
  display: flex;
}
.reason-area .inner ul li:last-child {
  margin-bottom: 0;
}
.reason-area .inner ul li .icon {
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
  width: 45px;
  margin-right: 1rem;
}
.reason-area .inner ul li .icon img {
  width: 100%;
}
@media (min-width: 960px) {
  .reason-area .inner ul li .icon {
    width: 60px;
  }
}
.reason-area .inner ul li .content {
  flex: 1;
}

.flow-area {
  background-color: #F8F9EF;
}
.flow-area .inner {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 0;
}
.flow-area .inner h2 {
  color: #EA5413;
}
.flow-area .inner h3 {
  margin-bottom: 0;
}
.flow-area .inner ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
  display: flex;
}
.flow-area .inner ul li:last-child {
  margin-bottom: 0;
}
.flow-area .inner ul li .icon {
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
  width: 40px;
  margin-right: 1rem;
}
.flow-area .inner ul li .icon img {
  width: 100%;
}
@media (min-width: 960px) {
  .flow-area .inner ul li .icon {
    width: 60px;
  }
}
.flow-area .inner ul li .content {
  flex: 1;
}
.flow-area .inner ul li .content p .annotation {
  font-size: 0.7rem;
}

.fixed-button-wrapper-sp {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0px; /* 画面下からの距離を調整 */
  z-index: 1000; /* ボタンを他の要素の上に表示 */
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 5%;
}
.fixed-button-wrapper-sp .fixed-button-area {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.fixed-button-wrapper-sp .fixed-button-area a {
  width: 49%;
  height: 3rem;
  border-radius: 1.5rem;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-button-wrapper-sp .fixed-button-area a.mail-btn {
  background-color: #3E841D;
}
.fixed-button-wrapper-sp .fixed-button-area a.mail-btn::before {
  content: "\e902"; /* 指定したいアイコンの番号 */
  font-family: "icomoon";
  font-size: 1.3rem;
  margin-right: 0.3rem;
  transform: translateY(-0.1rem);
}
.fixed-button-wrapper-sp .fixed-button-area a.tel-btn {
  background-color: #EB3223;
}
.fixed-button-wrapper-sp .fixed-button-area a.tel-btn::before {
  content: "\e901"; /* 指定したいアイコンの番号 */
  font-family: "icomoon";
  font-size: 1.3rem;
}

.fixed-button-wrapper-pc {
  display: none;
  position: fixed;
  bottom: 10px; /* 画面下からの距離を調整 */
  right: 10px;
  z-index: 1000; /* ボタンを他の要素の上に表示 */
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.fixed-button-wrapper-pc .fixed-button-area {
  display: flex;
  flex-direction: column;
  border: 3px solid #EB3223;
  border-radius: 10px;
}
.fixed-button-wrapper-pc .fixed-button-area .mail-btn {
  width: 100%;
  background-color: #EB3223;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
  box-sizing: border-box;
}
.fixed-button-wrapper-pc .fixed-button-area .tel-text {
  width: 100%;
  background-color: #fff;
  color: #EB3223;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  box-sizing: border-box;
}
.fixed-button-wrapper-pc .fixed-button-area .tel-text .tel-num {
  font-size: 1.8rem;
}

/* ---  contact.php  --- */
.contact-area h2 {
  text-align: center;
  color: #fff;
  background-color: #EA5413;
  padding: 1rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .contact-area h2 {
    font-size: 1.7rem;
  }
}
.contact-area .inner {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
.contact-area .inner h3 {
  font-size: 1.5rem;
  color: #EA5413;
  text-align: center;
  margin-top: 4rem;
}
@media (min-width: 960px) {
  .contact-area .inner h3 {
    font-size: 1.7rem;
  }
}
.contact-area .inner p {
  line-height: 2;
  margin: 1rem 0;
}
.contact-area .inner .contact-tel-btn {
  width: 100%;
  height: 5rem;
  border: none;
  border-radius: 3rem;
  background-color: #EB3223;
}
.contact-area .inner .contact-tel-btn a {
  font-size: 1.4;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 2px;
}
.contact-area .inner .contact-tel-btn a:hover {
  text-decoration: none;
}
.contact-area .inner .contact-tel-btn a::before {
  content: "\e901"; /* 指定したいアイコンの番号 */
  font-family: "icomoon";
  font-size: 3.5rem;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 1.5rem;
}
.contact-area .inner .contact-tel-btn a::after {
  content: "\ea42"; /* 指定したいアイコンの番号 */
  font-family: "icomoon";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.contact-area .inner .contact-tel-btn a .tel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contact-area .inner .contact-tel-btn a .tel-inner .contact-tel-text {
  font-size: 0.9rem;
  text-align: left;
}
.contact-area .inner .contact-tel-btn a .tel-inner .contact-tel {
  font-size: 1.8rem;
}
.contact-area .inner .contact-tel-btn a .tel-inner .reception-time {
  font-size: 0.6rem;
}

#contact-form dl {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#contact-form dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 5%;
  background-color: #f1f1f1;
  color: #333;
  font-weight: 500;
}
#contact-form dl dt.required {
  display: flex;
  justify-content: space-between;
}
#contact-form dl dt.required::after {
  content: "必須";
  color: white;
  background-color: red;
  font-size: 0.8rem;
  padding: 0.2rem;
  height: -moz-fit-content;
  height: fit-content;
}
#contact-form dl dd {
  margin-left: 0;
  padding: 1rem 5%;
}
#contact-form dl dd.checkbox .check-area {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#contact-form dl dd.checkbox .check-area span {
  display: flex;
}
#contact-form dl dd.checkbox .other {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
#contact-form dl dd.checkbox .other .input-form {
  margin-left: 0.5rem;
  flex: 1;
}
#contact-form dl dd.checkbox .other .input-form input {
  width: 100%;
}
#contact-form dl dd input {
  height: 3rem;
}
@media (min-width: 960px) {
  #contact-form dl {
    max-width: 680px;
    flex-direction: row;
    margin: 0 auto;
  }
  #contact-form dl dt {
    width: 200px;
    border-bottom: 1px solid #fff;
  }
  #contact-form dl dt:last-child {
    border-bottom: none;
  }
  #contact-form dl dd {
    flex: 1;
    border: 1px solid #f1f1f1;
  }
}
#contact-form .btn-area {
  margin: 2rem 5%;
  text-align: center;
}
@media (min-width: 960px) {
  #contact-form .btn-area {
    max-width: 680px;
    margin: 3rem auto;
  }
}
#contact-form .btn-area button {
  width: 100%;
  padding: 1.5rem;
  border-radius: 50px;
  font-size: 1.8rem;
  border: none;
  background-color: #EB3223;
  color: white;
}

/* ---  confirm.php  --- */
.confirm-area h2 {
  text-align: center;
  color: #fff;
  background-color: #EA5413;
  padding: 1rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .confirm-area h2 {
    font-size: 1.7rem;
  }
}
.confirm-area .confirm-text {
  padding: 1rem 5%;
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .confirm-area .confirm-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 5%;
  }
}
.confirm-area dl {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.confirm-area dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem 5%;
  background-color: #d9d9d9;
  color: #333;
  font-weight: 500;
}
.confirm-area dl dd {
  margin-left: 0;
  padding: 1rem 5%;
}
.confirm-area dl dd p {
  margin: 0;
}
@media (min-width: 960px) {
  .confirm-area dl {
    max-width: 680px;
    flex-direction: row;
    margin: 0 auto;
  }
  .confirm-area dl dt {
    width: 200px;
    border-bottom: 1px solid #fff;
  }
  .confirm-area dl dt:last-child {
    border-bottom: none;
  }
  .confirm-area dl dd {
    flex: 1;
    border: 1px solid #f1f1f1;
  }
}
.confirm-area .btn-area.confirm {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 2rem auto;
}
@media (min-width: 960px) {
  .confirm-area .btn-area.confirm {
    max-width: 680px;
  }
}
.confirm-area .btn-area.confirm .back-btn {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 48%;
  padding: 1.5rem;
  border-radius: 50px;
  font-size: 1.5rem;
  border: none;
  background-color: #EA5413;
  color: white;
}
.confirm-area .btn-area.confirm .submit-btn {
  display: block;
  width: 48%;
  padding: 1.5rem;
  border-radius: 50px;
  font-size: 1.5rem;
  border: none;
  background-color: #EB3223;
  color: white;
}

/* ---  thanks.php  --- */
.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.thanks h2 {
  text-align: center;
  color: #fff;
  background-color: #EA5413;
  padding: 1rem;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 960px) {
  .thanks h2 {
    font-size: 1.7rem;
  }
}
.thanks p {
  text-align: center;
  line-height: 2;
}
.thanks a {
  text-decoration: underline;
}
.thanks img {
  margin: 2rem;
}

/* ---  privacy.php  --- */
.privacy {
  color: #333;
}
.privacy h2 {
  text-align: center;
  color: #fff;
  background-color: #EA5413;
  padding: 1rem;
  font-weight: 500;
}
.privacy .inner {
  width: 90%;
  margin: 0 auto;
}
.privacy .inner h3 {
  font-size: 1.3rem;
}
.privacy .inner p, .privacy .inner li {
  line-height: 1.5;
}
.privacy .inner .bold {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */