/*///////////////////////////////////////////////////////////////////////////

  施工事例一覧ページ（詳細表示）

///////////////////////////////////////////////////////////////////////////*/
.const-dtl {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}
.const-dtl--last {
  margin-bottom: 75px;
  padding-bottom: 0;
  border-bottom: none;
}
/* ====================================================
  No.お客様名
====================================================*/
.const-dtl_gist {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.const-dtl_gist-holder {
  display: flex;
  height: 25px;
  margin-right: 20px;
  line-height: 24px;
}
.const-dtl_gist-no {
  display: inline-block;
  min-width: 50px;
  padding: 0 8px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}
.const-dtl_gist-no-num {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.const-dtl_gist-customer {
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #333;
  font-size: 12px;
  vertical-align: top;
}
.const-dtl_gist-customer a {
  margin-right: 6px;
  color: #ff4f4f;
}
/* ====================================================
  タイトル
====================================================*/
.const-dtl_ttl {
  margin-bottom: 20px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.const-dtl_ttl a {
  font-weight: bold;
  color: #ff4041;
  text-decoration: underline;
}
.const-dtl_ttl a:hover {
  text-decoration: none;
}
/* ====================================================
  概要
====================================================*/
.const-dtl-ovw {
  display: flex;
  margin: 0 0 30px;
}
.const-dtl-ovw_img {
  width: 411px;
}
.const-dtl-ovw_img img {
  width: 100%;
}
.const-dtl-ovw-body {
  width: 278px;
  margin-left: auto;
}
.const-dtl-ovw_data {
  margin-top: 15px;
}
.const-dtl-ovw_data-item {
  display: flex;
  margin-bottom: 3px;
  font-size: 13px;
}
.const-dtl-ovw_data-hd {
  font-weight: bold;
  white-space: nowrap;
}
.const-dtl-ovw_data-txt {
  margin-right: 40px;
}
.const-dtl-ovw_data-txt a{
  text-decoration: underline;
  color: #ff4041;
}
.const-dtl-ovw_data-txt a:hover{
  text-decoration: none;
} 
/* ====================================================
  説明文
====================================================*/
.const-dtl_cmt {
  margin: 0 52px 26px;
}
.const-dtl_cmt-ttl {
  margin-bottom: 18px;
  text-align: center;
}
.const-dtl_cmt-ttl-txt {
  display: inline-flex;
  align-items: center;
  height: 29px;
  padding: 0 16px;
  border: 1px solid #ff4041;
  border-radius: 16px;
  background-color: #fffbfb;
  color: #ff4041;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.const-dtl_cmt-desc {
  font-size: 13px;
  line-height: 1.76;
  text-align: justify;
}
/* ====================================================
  物件ステータス
====================================================*/
.const-dtl_state {
  margin: 0 20px 25px;
}
.const-dtl_state-ttl {
  position: relative;
  top: -14px;
  text-align: center;
}
.const-dtl_state-ttl-txt {
  display: inline-block;
  height: 29px;
  padding: 0 20px 0 42px;
  border-radius: 15px;
  background: url("/public/img/common/icon_house_line.svg") 16px 41% no-repeat #0080e5;
  background-size: 19px auto;
  color: #fff;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
}
.const-dtl_state-inner {
  padding: 0 23px 23px;
  border: 1px solid #0080e5;
  border-radius: 5px;
  background-color: #fbfcff;
}
.const-dtl_state-list-holder {
  display: flex;
  justify-content: space-between;
  margin: 28px 0 0;
}
.const-dtl_state-heading {
  color: #007fe5;
  font-size: 13px;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.const-dtl_state-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.const-dtl_state-list--col-1 {
  width: 302px;
}
.const-dtl_state-list li {
  display: flex;
  align-items: center;
  width: 302px;
  min-height: 26px;
  padding: 4px 0 1px;
  border-bottom: 1px dotted #007fe5;
  font-size: 13px;
}
.const-dtl_state-hd {
  flex: none;
  align-self: flex-start;
  width: 101px;
  color: #333;
  font-family: 'YuGothicM', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.const-dtl_state-txt {
  text-align: justify;
}
.const-dtl_state-txt a {
  margin: 0 12px 4px 0;
  padding-right: 13px;
  background: url(/sp/img/common/icon_next-pureblue.svg) right center no-repeat;
  background-size: 6px auto;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.const-dtl_state-txt-list {
  display: flex;
  flex-wrap: wrap;
}
.const-dtl_state-txt-item {
  display: flex;
}
/* ====================================================
  施工の詳細
====================================================*/
.const-dtl_work {
  margin-bottom: 30px;
}
.const-dtl_work-ttl {
  height: 30px;
  margin-bottom: 40px;
  background: radial-gradient(circle, #ff4041 1px, transparent 2px) repeat-x center center;
  background-size: 12px 4px;
  text-align: center;
}
.const-dtl_work-ttl-txt {
  display: inline-block;
  height: 32px;
  padding: 0 40px 0 64px;
  border-radius: 16px;
  background: url("/public/img/common/icon_roller_line.svg") 36px center no-repeat #ff4041;
  background-size: 20px auto;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
}
/* ====================================================
  施工内容
====================================================*/
.const-dtl_work-holder {
  margin-bottom: 10px;
  letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.const-dtl_work-design {
  display: inline-block;
  margin: 0 33px 40px 0;
  vertical-align: top;
  letter-spacing: normal;
}
.const-dtl_work-itm {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* inline-blockの隙間対策 */
}
.const-dtl_work-itm--even {
  margin-right: 0;
}
.const-dtl_work-hd {
  margin-bottom: 10px;
  color: #ff4f4f;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.const-dtl_work-hd::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -1px;
  margin-right: 9px;
  border-radius: 50%;
  background: url("/public/img/common/icon_roller_line.svg") 45% no-repeat #ff4041;
  background-size: 21px auto;
  vertical-align: middle;
}
.const-dtl_work-hd a{
  margin-bottom: 10px;
  color: #ff4f4f;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.const-dtl_work-hd a:hover {
	opacity: 0.75 ;
  text-decoration: none;
}
.const-dtl_work-hd-opt {
  color: #ff4f4f;
  font-size: 14px;
}
.const-dtl_work-image {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
.const-dtl_work-image li {
  width: 87px;
  margin: 0 8px 10px 0;
}
.const-dtl_work-image li:nth-of-type(3n) {
  margin-right: 0;
}
.const-dtl_work-image--wide li:nth-of-type(3n) {
  margin-right: 10px;
}
.const-dtl_work-img {
  margin-bottom: 3px;
}
.const-dtl_work-img a {
  position: relative;
  display: block;
}
.const-dtl_work-img a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 23px;
  height: 24px;
  background: url("/public/img/common/icon_zoom-white.svg") left center no-repeat;
  background-size: contain;
}
.const-dtl_work-img img {
  width: 87px;
  height: 77px;
}
.const-dtl_work-name {
  display: table;
  margin: auto;
  font-size: 12px;
  text-align: justify;
}
/*--------------------------------
  詳細
--------------------------------*/
.const-dtl_work-desc {
  border-top: 1px dotted #bbb;
}
.const-dtl_work-desc li {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  min-height: 33px;
  padding: 11px 0;
  border-bottom: 1px dotted #bbb;
  font-size: 12px;
}
.const-dtl_work-desc-hd {
  flex: none;
  width: 112px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.const-dtl_work-desc-txt {
  max-width: 221px;
  line-height: 1.2;
}
.const-dtl_work-desc-opt {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin: 5px 0 0 9px;
  padding: 3px 7px 2px;
  border-radius: 3px;
  border: 1px solid #de1818;
  color: #de1818;
}
.const-dtl_work-desc-opt:first-of-type {
  margin-left: 0;
}
a.const-dtl_work-desc-opt--link {
  padding-right: 20px;
  background: url(/sp/img/common/icon_next-lightred.svg) right 4px center no-repeat;
  background-size: 6px auto;
  text-decoration: none;
}
/* ====================================================
  外壁塗装色
====================================================*/
.const-dtl-color {
  display: flex;
  align-items: center;
}
.const-dtl-color_img {
  box-sizing: border-box;
  flex: none;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
}
.const-dtl-color_txt {
  font-size: 12px;
}
/* ====================================================
  ツールチップ
====================================================*/
.const-tooltip-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.const-tooltip-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 18px;
  height: 24px;
  margin: 0 10px 4px auto;
}
.const-tooltip-wrap .const-tooltip_show {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #0f87e7;
  border-radius: 50%;
  background: none;
  color: #0f87e7;
  font-family: "YuGothicM", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.const-tooltip-wrap--work {
  display: inline-block;
  margin-left: 3px;
}
.const-tooltip-wrap--work .const-tooltip_show {
  border: 1px solid #ff4041;
  color: #ff4041;
  font-size: 14px;
}
.const-tooltip {
  display: none;
  box-sizing: border-box;
  gap: 14px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 34px;
  width: 383px;
  padding: 16px;
  border: 2px solid #0080e5;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  z-index: 1;
}
.const-tooltip::before, .const-tooltip::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 8px solid transparent;
  border-top: none;
}
.const-tooltip::before {
  top: -15px;
  border-bottom: 15px solid #0080e5;
  filter: drop-shadow(1px -1px 2px rgba(0, 0, 0, 0.24));
}
.const-tooltip::after {
  top: -12px;
  border-bottom: 15px solid #fff;
}
.const-tooltip-body {
  width: 224px;
}
.const-tooltip--no-pic .const-tooltip-body {
  width: auto;
}
.const-tooltip_ttl {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
}
.const-tooltip_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 13px;
  text-align: justify;
}
.const-tooltip-show a {
  padding-right: 12px;
  background: url(/sp/img/common/icon_next-pureblue.svg) right center no-repeat;
  background-size: 6px auto;
  color: #0080e5;
  font-size: 13px;
}
.const-tooltip_img {
  margin-left: auto;
}
.const-tooltip_img img {
  width: 125px;
  height: auto;
}
.const-tooltip--work {
  border: 2px solid #ff4041;
}
.const-tooltip--work::before {
  border-bottom: 15px solid #ff4041;
}
.const-tooltip--work .const-tooltip-show a {
  background-image: url(/sp/img/common/icon_next-lightred.svg);
  color: #ff4041;
}
/*--------------------------------
  詳細を見る
--------------------------------*/
.const-dtl_show-detail {
  text-align: center;
}
.const-dtl_show-detail a {
  display: inline-flex;
  align-items: center;
  height: 45px;
  padding: 0 50px 0 48px;
  border-radius: 5px;
  background: url("/public/img/common/icon_next-white.svg") right 11px center no-repeat #f9595a;
  background-size: 7px auto;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
/* ====================================================
  デザイン集
====================================================*/
.const-shop_ttl{
  margin-top: 46px;
}
.color-plan {
  position: relative;
  margin-bottom: 30px;
}
.color-plan .shop_hd {
  font-size: 17px;
}
.color-plan-item {
  width: 202px;
}
.color-plan-item a {
  display: block;
  text-decoration: none;
}
.color-plan-item_addr {
  margin-bottom: 3px;
  font-size: 11px;
}
.color-plan-item_img {
  height: 142px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}
.color-plan-item_img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}
.color-plan-item-spec {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 6px;
  border-left: 1px solid #ccc;
}
.color-plan-item-spec th,
.color-plan-item-spec td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.color-plan-item-spec th {
  width: 59px;
  background-color: #fafafa;
  text-align: center;
}
.color-plan-item-spec td {
  padding: 3px 6px;
}
.const-age{
  height: 30px;
}
.const-point {
  height: 44px;
}  
.color-plan-item_txt {
  font-size: 12px;
  font-weight: bold;
}
.color-plan_more {
  margin-top: 26px;
  text-align: right;
}
.color-plan_more a {
  padding-right: 17px;
  background: url(/sp/img/common/icon_next-lightbrilliantred.svg) right center no-repeat;
  background-size: contain;
  color: #ff4041;
  font-size: 14px;
}
/* ====================================================
  bxslider
====================================================*/
.color-plan-item {
  display: none;
}
.bx-viewport .color-plan-item {
  display: block;
}
.color-plan .bx-prev,
.color-plan .bx-next {
  position: absolute;
  top: 188px;
  display: block;
  width: 13px;
  height: 23px;
  background: url(/public/img/common/icon_next-lightbrilliantred.svg) left top no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
}
.color-plan .bx-prev.disabled,
.color-plan .bx-next.disabled {
  opacity: 0.3;
}
.color-plan .bx-prev {
  left: 0;
  transform: rotate(180deg);
}
.color-plan .bx-next {
  right: 0;
}
/* ====================================================
  外構工事例
====================================================*/
.ext-case {
  position: relative;
  margin-bottom: 30px;
}
.ext-case .shop_hd {
  font-size: 17px;
}
.ext-case-item {
  width: 202px;
}
.ext-case-item a {
  display: block;
  text-decoration: none;
}
.ext-case-item_addr {
  margin-bottom: 3px;
  font-size: 11px;
}
.ext-case-item_img {
  height: 142px;
  margin-bottom: 7px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}
.ext-case-item_img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
}
.ext-case-item_txt {
  font-size: 12px;
  font-weight: bold;
}
.ext-case_more {
  margin-top: 26px;
  text-align: right;
}
.ext-case_more a {
  padding-right: 17px;
  background: url(/sp/img/common/icon_next-lightbrilliantred.svg) right center no-repeat;
  background-size: contain;
  color: #ff4041;
  font-size: 14px;
}
/* ====================================================
  bxslider
====================================================*/
.ext-case-item {
  display: none;
}
.bx-viewport .ext-case-item {
  display: block;
}
.ext-case .bx-prev,
.ext-case .bx-next {
  position: absolute;
  top: 188px;
  display: block;
  width: 13px;
  height: 23px;
  background: url(/public/img/common/icon_next-lightbrilliantred.svg) left top no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
}
.ext-case .bx-prev.disabled,
.ext-case .bx-next.disabled {
  opacity: 0.3;
}
.ext-case .bx-prev {
  left: 0;
  transform: rotate(180deg);
}
.ext-case .bx-next {
  right: 0;
}
/* ====================================================
  blog
====================================================*/
.paint-blog {
  margin:46px 0 25px;
}
/* ====================================================
  さくら外壁塗装の塗装サービス
====================================================*/
.shop-service_ttl {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 38px;
  padding-left: 14px;
  border-left: 5px solid #fa6f70;
  background-color: #f0f0f0;
  font-size: 22px;
}
.shop-service_lead {
  margin-bottom: 40px;
}
.shop-service_box {
  margin-bottom: 40px;
}
.shop-service_hd {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}
.shop-service_hd-sub {
  margin-bottom: 12px;
  color: #f9595a;
  font-weight: bold;
}
.shop-service_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.shop-service_txt {
  font-size: 14px;
  line-height: 1.7;
}