@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.top-contact [class*=is-style-btn_] a {
  background: #ffffff !important;
  color: #000000 !important;
  pointer-events: none;
  cursor: default;
  width: 270px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

#gnav {
  display: none;
}

/* .top-jirei-style 内限定のスタイル */
.top-jirei-style .top-jirei-tytle-style {
  padding: 1rem !important;
}

.top-jirei-style .top-jirei-price-style {
  padding-left: 1rem !important;
}

.top-reason-no-style {
  position: relative;
  display: inline-block;
  padding: 0.7em;
  background: var(--color_main);
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.4;
  border-radius: 0.2em;
  z-index: 1;
  left: -10px;
}

.top-reason-content-style {
  position: relative;
  top: -40px;
}


.top-reason-no-style .swl-inline-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  width: 1.2em;
  height: 1.2em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-image: var(--the-icon-svg);
  -webkit-mask-image: var(--the-icon-svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}

/* 画像の親を基準に位置をとる */
.top-step-style .top-step-img-style {
  position: relative;
}

/* STEPの線ここから */
/* 親の行全体（stepブロック）に相対位置を指定 */
.swell-block-columns {
  position: relative;
}

/* flow_arrow は画像の後ろに配置されている要素だが、
   それを絶対配置して、親の .swell-block-columns の全高に合わせる */
.flow_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14%; /* ←画像の中央に調整（画像の幅30%の半分 = 15%） */
  transform: translateX(-50%);
  width: 2px;
  z-index: -1;
}

/* 縦線本体 */
.flow_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: var(--color_border, #ccc);
  z-index: 0;
}

/* 最後の矢印（必要な場合） */
.flow_arrow_last::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid var(--color_border, #ccc);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  z-index: 1;
}

/* STEPの線ここまで */


.top-step-style .swell-block-columns {
	margin-bottom: 0px;
}


@media screen and (max-width: 767px) {
  .top-contact.sp_only .is-style-more_btn .swell-block-button__link {
    padding: 10px 39px 10px 10px !important;
  }
}


@media screen and (max-width: 599px) {
	.top-contact [class*=is-style-btn_] a {
		width: 250px;
	}
  .top-jirei-style .top-jirei-tytle-style {
    font-size: 0.95rem !important;
  }

  .top-jirei-style .wp-block-media-text__content {
    font-size: 0.9rem !important;
    line-height: 1.4;
  }

  .top-jirei-style .top-jirei-price-style {
    font-size: 0.95rem !important;
    white-space: nowrap;
  }

  .top-jirei-style .wp-block-media-text__media img {
    max-width: 100%;         /* サイズ調整 */
	margin-left: 10px;
  }
	.flow_arrow {
	   left: 13%;

	}
}

/**
 * ヘッダーTELスタイル設定
 */
.custom-phone-block {
  text-align: center;
  color: #1a2c4e;
  font-weight: bold;
  font-family: sans-serif;
  padding-bottom: 10px;
}

.phone-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 2rem;
  margin-bottom: 5px;
}

.phone-number a {
  color: black !important;
}

.phone-icon {
  height: 40px;
}

.separator-line {
  border-top: 2px solid #1a2c4e;
  width: 350px;
  margin: 2px auto;
}

.business-hours {
  font-size: 1.1rem;
  margin: 1px 0;
}

.padding-top10 {
	padding-top: 10px !important;
}

.padding-bottom10 {
	padding-bottom: 10px !important;
}

.display-none {
	display: none !important;
}
