@charset "UTF-8";
/* ----------------------------------------
---------------------------------------- */
.headline {
  margin-bottom: 2em;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .headline {
    padding-bottom: 0.5em;
  }
}
.headline span {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #DD6B74;
  padding: 0.3em 1em;
}
.headline.santa span {
  border-bottom-color: #87a976;
}
.headline.merry span {
  border-bottom-color: #64abcb;
}
.headline.orihime span {
  border-bottom-color: #e6ae5b;
}
.headline.miwa span {
  border-bottom-color: #f0a6af;
}
.headline.privacy {
  margin-bottom: 1em;
  font-size: clamp(18px, 3vw, 25px);
}
@media print, screen and (min-width: 768px) {
  .headline.privacy {
    text-align: left;
  }
}
.headline.privacy span {
  border-bottom-width: 3px;
  border-bottom-color: #C9C9C9;
}
@media print, screen and (min-width: 768px) {
  .headline.privacy span {
    padding: 0.3em 0em;
  }
}

.line {
  border-left: 4px solid #DD6B74;
  margin-bottom: 1em;
  padding: 0.5em 0.75em;
}

.border {
  padding: 0.5em 0.75em;
  background-color: #DD6B74;
  margin-bottom: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 700;
}
.border.santa {
  background-color: #87a976;
  text-align: center;
}
.border.santa2 {
  background-color: #549158;
  text-align: center;
}
.border.merry {
  background-color: #64abcb;
}
.border.orihime {
  background-color: #e6ae5b;
}
.border.miwa {
  background-color: #f0a6af;
}

.tag {
  margin-bottom: 1em;
  padding: 0em;
  border-bottom: 0.75px solid #ccc;
  font-size: clamp(20px, 3vw, 25px);
  font-weight: 700;
}
.tag:before {
  content: "";
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #DD6B74;
  font-size: 30px;
  margin-right: 10px;
}
.tag.santa:before {
  color: #87a976;
}
.tag.merry:before {
  color: #64abcb;
}
.tag.orihime:before {
  color: #e6ae5b;
}
.tag.miwa:before {
  color: #f0a6af;
}

.marker {
  background: linear-gradient(transparent 60%, #fcd4dc 60%);
  font-size: 1.2;
  font-weight: 600;
}

/* ----------------------------------------
	.page_contact
---------------------------------------- */
.page_contact .contentWrap {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .page_contact .contentWrap {
    display: flex;
    justify-content: space-between;
  }
  .page_contact .contentWrap .contact_tel {
    width: 40%;
  }
  .page_contact .contentWrap .contact_form {
    width: 70%;
  }
}
.page_contact .contact_tel {
  margin-bottom: 50px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .page_contact .contact_tel {
    margin: 0;
    padding-right: 40px;
  }
}
.page_contact .contact_tel a {
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  height: 65px;
  text-align: center;
  border: 1px solid #DD6B74;
  background: #FFFFFF;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  transition: all 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  .page_contact .contact_tel a {
    margin: 0;
    max-width: 320px;
    height: 80px;
  }
}
.page_contact .contact_tel a i {
  position: relative;
  top: -2px;
  padding-right: 8px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1025px) {
  .page_contact .contact_tel a i {
    font-size: 2.2rem;
  }
}
.page_contact .contact_tel a span {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 1025px) {
  .page_contact .contact_tel a span {
    font-size: 3rem;
  }
}
.page_contact .contact_form {
  margin: 0 auto;
}
.page_contact .contact_form table tr {
  border: none;
}
.page_contact .contact_form table th,
.page_contact .contact_form table td {
  text-align: left;
  padding: 0 0 25px;
  border: none;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .page_contact .contact_form table th,
  .page_contact .contact_form table td {
    display: block;
    width: 100%;
  }
}
.page_contact .contact_form table th a,
.page_contact .contact_form table td a {
  margin-right: 20px;
  text-decoration: underline;
  transition: all 0.25s ease-out;
}
.page_contact .contact_form table th a:hover,
.page_contact .contact_form table td a:hover {
  color: #E71A0F;
}
.page_contact .contact_form table th {
  vertical-align: top;
  padding-bottom: 8px;
  border: none;
}
@media print, screen and (min-width: 1025px) {
  .page_contact .contact_form table th {
    width: 30%;
  }
}
.page_contact .contact_form table th span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 10px 5px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  background: #DD6B74;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.page_contact .contact_form table th .note {
  font-size: 1.2rem;
  color: #DD6B74;
}

/* ----------------------------------------
	.page-privacy-policy
---------------------------------------- */
.page-privacy-policy .privacyList li {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-privacy-policy .privacyList li {
    padding-bottom: 30px;
  }
}

/* ----------------------------------------
	password
---------------------------------------- */
form.post-password-form {
  padding: 50px 5%;
}
@media print, screen and (min-width: 768px) {
  form.post-password-form {
    padding: 200px 5% 80px;
    text-align: center;
  }
}

/* ----------------------------------------
	整頓
---------------------------------------- */
.alignC {
  text-align: center;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
	.page_access
---------------------------------------- */
.page_access {
  /* Google Mapを囲う要素 */
  /* Google Mapのiframe */
}
.page_access .map {
  width: 100%;
  position: relative;
  padding-top: 70%;
}
@media print, screen and (min-width: 768px) {
  .page_access .map {
    padding-top: 40%;
  }
}
.page_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
	レスポンシブ表
---------------------------------------- */
table {
  margin: 0 auto 20px;
}

.tbl_gray th {
  background: #e4e3e3;
  border: solid 1px #fff;
  padding: 15px;
  width: 200px;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .tbl_gray th {
    display: block;
    width: 100%;
    border: solid 0px #fff;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .tbl_gray {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .tbl_gray {
    width: 80%;
  }
}

.tbl_gray td {
  padding: 15px;
  background-color: #FFFFFF;
  border-top: solid 1px #e4e3e3;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .tbl_gray td {
    border-bottom: none;
    display: block;
    width: 100%;
    border-top: solid 0px;
    padding: 7px 15px;
  }
}

.tbl_gray td:last-child {
  border-bottom: solid 1px #e4e3e3;
}

@media screen and (max-width: 900px) {
  .last td:last-child {
    border-bottom: solid 2px #fff;
    width: 100%;
  }
}

/* ----------------------------------------
	スクロール表
---------------------------------------- */
.mw1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-y: scroll;
}

.tbl_gray_2 th {
  background: #e4e3e3;
  border: solid 1px #fff;
  padding: 15px;
  vertical-align: middle;
  font-weight: 700;
}
.tbl_gray_2 th.alignl {
  text-align: left;
}

.tbl_gray_2 td {
  padding: 15px;
  background-color: #FFFFFF;
  border-top: solid 1px #e4e3e3;
  vertical-align: middle;
}

/* ----------------------------------------
	content_box
---------------------------------------- */
@media print, screen and (min-width: 901px) {
  .content_box {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 901px) {
  .content_box .content_box_child {
    width: 48%;
  }
}
.content_box .content_box_child img {
  max-width: 500px;
  width: 100%;
  border-radius: 3%;
}
@media print, screen and (min-width: 901px) {
  .content_box .content_box_child img {
    max-width: 640px;
  }
}
.content_box .content_box_child p {
  font-size: 16px;
}

.inner section, .inner_s section {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* ----------------------------------------
	whitebox
---------------------------------------- */
.whitebox {
  background-color: #fff;
  padding: 5% 5% 7% 5%;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width: 901px) {
  .whitebox {
    padding: 40px;
  }
}

ul.disc_santa, ul.disc_merry, ul.disc_orihime, ul.disc_miwa {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0;
  line-height: 1.5;
}
ul.disc_santa.mt_1, ul.disc_merry.mt_1, ul.disc_orihime.mt_1, ul.disc_miwa.mt_1 {
  margin-top: 2.2em;
}
ul.disc_santa li, ul.disc_merry li, ul.disc_orihime li, ul.disc_miwa li {
  position: relative;
  display: block;
  padding: 3px 15px 3px 0px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 23px;
}
ul.disc_santa li:before, ul.disc_merry li:before, ul.disc_orihime li:before, ul.disc_miwa li:before {
  position: absolute;
  content: "";
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #87a976;
  left: -23px;
}

ul.disc_merry li::before {
  color: #64abcb;
}

ul.disc_orihime li::before {
  color: #e6ae5b;
}

ul.disc_miwa li::before {
  color: #f0a6af;
}

ul.ttl_blue {
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (min-width: 901px) {
  ul.ttl_blue {
    margin-top: 30px;
  }
}
ul.ttl_blue li {
  position: relative;
  list-style: none;
  line-height: 1.6em;
  margin-bottom: 30px;
  font-size: 16px;
}
@media print, screen and (min-width: 901px) {
  ul.ttl_blue li {
    margin-bottom: 50px;
  }
}
ul.ttl_blue li span {
  font-size: clamp(18px, 3vw, 20px);
  color: #4e879b;
  font-weight: 700;
}

.mt_1rem {
  margin-top: 1rem;
}

.mt_2rem {
  margin-top: 2rem;
}

a.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--tel {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  background: #DD6B74;
  max-width: 370px;
}
a.btn--tel:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/icon_line_w.png) no-repeat;
  background-size: contain;
  vertical-align: -5px;
}
a.btn--tel:hover {
  background: #b25964;
}
@media print, screen and (min-width: 768px) {
  a.btn--tel {
    padding: 2rem 0;
  }
}
a.btn--tel.mb {
  margin-bottom: 1.5rem;
}
a.btn--tel.santa {
  background: #87a976;
}
a.btn--tel.santa:hover {
  background: #749165;
}
a.btn--tel.santa .number {
  color: #87a976;
}
a.btn--tel.mery {
  background: #64abcb;
}
a.btn--tel.mery:hover {
  background: #5796b3;
}
a.btn--tel.mery .number {
  color: #64abcb;
}
a.btn--tel.orihime {
  background: #e6ae5b;
}
a.btn--tel.orihime .number {
  color: #e6ae5b;
}
a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem 2.5rem;
  letter-spacing: 0;
  color: #dd6b74;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  a.btn--tel .number {
    font-size: 2.8rem;
  }
}

:root {
  --flowchart-border: 4px; /* 縦線太さ 変更可 */
  --flowchart-dot-size: 14px; /* ドット大きさ 変更可 */
}

.flowchart {
  list-style: none !important;
  counter-reset: flownum; /* リストアイテムの名称(任意) */
  margin: 1em 0; /* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}
.flowchart li {
  position: relative;
  padding: 0 0 0 calc(var(--flowchart-dot-size) + 20px);
  /* 最終工程の縦線が必要な方ここから削除 */
  /* 番号部位デザイン */
  /* ドットデザイン */
}
.flowchart li:last-of-type .flowchart_content::before {
  content: none;
}
.flowchart li::before {
  content: "STEP " counter(flownum);
  counter-increment: flownum;
  color: white; /* 番号文字色 */
  color: rgb(150, 150, 150); /* STEP文字色 */
  font-weight: 700;
  font-size: 13px; /* STEPフォントサイズ */
  line-height: 1.3;
}
.flowchart li::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px; /* 通常は 0, STEPの文字とのバランスを見て調整 */
  left: 0;
  width: var(--flowchart-dot-size);
  height: var(--flowchart-dot-size);
  border-radius: 50%;
  border: 2px solid #64abcb; /* 円の色 */
}
.flowchart li:nth-of-type(odd)::after {
  background: #64abcb;
}

.flowchart.orihime li::after {
  border: 2px solid #e6ae5b; /* 円の色 */
}
.flowchart.orihime li:nth-of-type(odd)::after {
  background: #e6ae5b;
}

.flowchart.miwa li::after {
  border: 2px solid #f0a6af; /* 円の色 */
}
.flowchart.miwa li:nth-of-type(odd)::after {
  background: #f0a6af;
}

.flowchart_content {
  position: relative;
  padding: 0 0 2em;
  /* 縦線デザイン */
}
.flowchart_content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((var(--flowchart-dot-size) / 2 + var(--flowchart-border) / 2 + 20px) * -1);
  width: 4px;
  height: 100%;
  background: rgb(200, 200, 200);
}

/* 工程タイトル */
.flowchart_title, .flowchart_title_miwa {
  margin: 0 0 0.6em;
  font-weight: bold;
  font-size: 1.04em;
  line-height: 1.4; /* 大きめの文字は 1.2 〜 1.4 程度で調整すると良い */
  color: #64abcb;
}

.flowchart_title_miwa {
  color: #f0a6af;
}

.tx_small {
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  .align_spL_pcC {
    text-align: center;
  }
}/*# sourceMappingURL=under.css.map */