@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
*/

#breadcrumb {
  display: none;
}

.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;
}

/**
 * 別サイトのスマホ対応
 * /

/* 選ばれる5つの理由(スマホ対応) */
@media screen and (max-width: 1000px) {
	.et_pb_text_inner h2 span {
	  font-size: 23px !important;
  }
}
@media screen and (max-width: 900px) {
	.et_pb_text_inner h2 span {
	  font-size: 22px !important;
  }
}
@media screen and (max-width: 800px) {
	.et_pb_text_inner h2 span {
	  font-size: 21px !important;
  }
}
@media screen and (max-width: 730px) {
	.et_pb_text_inner h2 span {
	  font-size: 21px !important;
  }
}
@media screen and (max-width: 720px) {
	.et_pb_text_inner h2 span {
	  font-size: 20px !important;
  }
}
@media screen and (max-width: 700px) {
	.et_pb_text_inner h2 span {
	  font-size: 18px !important;
  }
}
@media screen and (max-width: 700px) {
	.et_pb_text_inner h2 span {
	  font-size: 17px !important;
  }
}
@media screen and (max-width: 600px) {
	.et_pb_text_inner h2 span {
	  font-size: 16px !important;
  }
}
@media screen and (max-width: 550px) {
	.et_pb_text_inner h2 span {
	  font-size: 14px !important;
  }
}
@media screen and (max-width: 500px) {
	.et_pb_text_inner h2 span {
	  font-size: 12px !important;
  }
}
@media screen and (max-width: 450px) {
	.et_pb_text_inner h2 span {
	  font-size: 11px !important;
  }
}
@media screen and (max-width: 400px) {
	.et_pb_text_inner h2 span {
	  font-size: 10px !important;
  }
}
@media screen and (max-width: 350px) {
	.et_pb_text_inner h2 span {
	  font-size: 9px !important;
  }
}

/**
 * 選ばれる5つの理由
 * 画像サイズ(スマホ対応)
 **/
@media screen and (max-width: 980px) {
	.reason-image  {
		width: 45% !important;
  }
}
@media screen and (max-width: 950px) {
	.reason-image  {
		width: 47% !important;
  }
}
@media screen and (max-width: 900px) {
	.reason-image  {
		width: 50% !important;
  }
}
@media screen and (max-width: 850px) {
	.reason-image  {
		width: 55% !important;
  }
}
@media screen and (max-width: 800px) {
	.reason-image  {
		width: 60% !important;
  }
}
@media screen and (max-width: 750px) {
	.reason-image  {
		width: 65% !important;
  }
}
@media screen and (max-width: 700px) {
	.reason-image  {
		width: 70% !important;
  }
}
@media screen and (max-width: 650px) {
	.reason-image  {
		width: 75% !important;
  }
}
@media screen and (max-width: 600px) {
	.reason-image  {
		width: 80% !important;
  }
}
@media screen and (max-width: 550px) {
	.reason-image  {
		width: 85% !important;
  }
}
@media screen and (max-width: 500px) {
	.reason-image  {
		width: 90% !important;
  }
}
@media screen and (max-width: 450px) {
	.reason-image  {
		width: 95% !important;
  }
}
@media screen and (max-width: 400px) {
	.reason-image  {
		width: 100% !important;
  }
}


/* モバイル用：横スクロールで画像を並べる（スクロールバー非表示） */
@media screen and (max-width: 768px) {
  .post-img-style .wp-block-group__inner-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;

    /* スクロールバー非表示 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  /* Chrome, Safari, Edge */
  .post-img-style .wp-block-group__inner-container::-webkit-scrollbar {
    display: none;
  }

  .post-img-style figure {
    flex: 0 0 auto;
    width: 80vw;
    margin: 0;
  }

  .post-img-style img {
    width: 100%;
    height: auto;
    display: block;
  }
}
