@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Noto+Sans+JP:400,600|&display=swap&subset=japanese");
/*------------------------------------------------------------
    共通設定
------------------------------------------------------------*/
/* 既存CSSリセット
----------------------------------------------*/
h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* パンくず下リセット
----------------------------------------------*/
.comTop {
  padding-bottom: 0 !important;
}

#WSTBP9ZH0006A .m_bttom_30 {
  margin-bottom: 0 !important;
}

/* パンくず
----------------------------------------------*/
p.pan {
  padding: 0 10px;
}

/* フォント
----------------------------------------------*/

/* 画像横幅100%
----------------------------------------------*/
.fitImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* リンク
----------------------------------------------*/

/* 共通
----------------------------------------------*/
.spBizGuide_main {
  margin: 30px auto 10px;
  text-align: center;
  width: 960px;
}

.spBizGuide_heading {
  font-size: 1.125rem;
  color: #202020;
  font-weight: 600;
  margin: 10px 0 0px;
}

/*	トップページ　テキスト
------------------------------------------------ */
.spBizGuide_topIntro_txt {
  margin: 20px 0px 0px;
  font-size: 0.9375rem;
  color: #202020;
  line-height: 1.6;
}

/*	トップページ　リスト
------------------------------------------------ */
/* lineup
----------------------------------------------*/
.spBizGuide_topList {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spBizGuide_topList_item {
  width: 31%;
  margin: 10px 5px 0px 0;
  padding: 5px;
}

.spBizGuide_topList::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.spBizGuide_topList_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 15px;
  padding: 1em 1em;
  font-size: 0.9375rem;
  color: #456796;
  font-weight: 600;
  background-color: #f1f0f0;
  transition: 0.3s;
}

.spBizGuide_topList_btn a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}

.spBizGuide_topList_btn a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}

.spBizGuide_topList_btn a:hover::before {
  width: 0%;
}

.spBizGuide_topList_btn a:hover::after {
  height: 0%;
}

.spBizGuide_topList_btn a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
  opacity: 0.7;
}

.spBizGuide_topList_btn a > span {
  display: table;
  table-layout: fixed;
  width: 50%;
  margin: 0 -10px 0 0px;
}

.spBizGuide_topList_btn a > span > img {
  width: 70%;
  height: auto;
  margin: 0 0 0 0;
}

.spBizGuide_topList_txt {
  margin: 0 auto 10px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #456796;
  text-decoration: underline;
}

/*	タイトル＋イントロ
------------------------------------------------ */
.spBizGuide_intro {
  /* width: 679px; */
  margin: 8px 0;
  padding: 20px;
  border: 3px solid #fff;
  background-color: #f1f5fa;
  box-shadow: 0 0 0 8px #e2e7ee;
  font-size: 0.9375rem;
  color: #202020;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.spBizGuide_intro .fig,
.spBizGuide_intro_inner {
  display: table-cell;
  vertical-align: top;
}

.spBizGuide_intro .fig {
  width: 148px;
}

.spBizGuide_intro_inner {
  padding-left: 30px;
}

.spBizGuide_intro_inner .spBizGuide_intro_catch {
  display: inline-block;
  padding: 2px 10px;
  background-color: #7e97b9;
  color: #fff;
}

.spBizGuide_intro_title {
  margin: 10px 0;
  color: #456796;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.4;
}

.spBizGuide_intro_txt {
  margin: 20px 0px 0px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* ポイントセクション
----------------------------------------------*/
.spBizGuide_point {
  margin: 20px 0px 20px;
  color: #202020;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* 基本テキスト*/
.spBizGuide_point_txt {
  margin: 0 0 20px;
  line-height: 1.6;
  font-weight: 400;
}

/* margin-top大きめ*/
.spBizGuide_point_txt02 {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 60px 0 20px;
}

/* 画像の下テキスト幅合わせ*/
.spBizGuide_point_txt03 {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 auto 20px;
  letter-spacing: 0.04em;
  max-width: 600px;
}

/* ●付テキスト*/
.spBizGuide_point_txtDeco {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
.spBizGuide_point_txtDeco::before {
  content: "";
  display: inline-block;
  background-color: #456796;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
}

/* 注意書き*/
.spBizGuide_point_note {
  color: #5e5e5e;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 10px 0px 20px;
}

/* 注意書きセンター*/
.spBizGuide_point_note02 {
  text-align: center;
  color: #5e5e5e;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 10px 0px 20px;
}

/* h2見出し*/
.spBizGuide_point_title02 {
  position: relative;
  border-bottom: 3px solid #456796;
  padding: 10px 0 10px 10px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #456796;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 30px 0px 20px;
  /*&::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 50%;
    height: 3px;
    content: '';
    background: #ddd;
    }*/
}
.spBizGuide_point_title02::before {
  content: "";
  background-color: #ede0ba;
  display: block;
  position: absolute;
  left: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: 0;
  z-index: -1;
}

/* h3見出し*/
.spBizGuide_point_title03 {
  position: relative;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 0 5px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #456796;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.4;
  margin: 30px 0px 20px;
}

/* h4見出し*/
.spBizGuide_point_title04 {
  position: relative;
  border-bottom: 1px solid #a1a1a1;
  padding: 10px 0 5px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 30px 0px 20px;
}

/* 画像*/
.spBizGuide_point_img {
  text-align: center;
  margin: 10px auto 20px;
  max-width: 600px;
}

/*	表01
------------------------------------------------ */
.spBizGuide_point_table01 {
  border-collapse: collapse;
  width: 680px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 20px auto;
}

.spBizGuide_point_table01 th,
.spBizGuide_point_table01 td {
  padding: 15px;
  border: solid 1px #a1a1a1;
  text-align: center;
  box-sizing: border-box;
}

.spBizGuide_point_table01 th {
  background: #9ec2f3;
  font-weight: 400;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .spBizGuide_point_table01 {
    width: 100%;
  }
  table .spBizGuide_point_table01 th,
table .spBizGuide_point_table01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .spBizGuide_point_table01 tr:last-child {
    border-bottom: solid 1px #a1a1a1;
  }
}
.spBizGuide_point_table01 .txtLeft {
  text-align: left;
}

/* 文例*/
.spBizGuide_point_example {
  background-color: #ddd;
  padding: 20px 30px;
  margin: 20px 20px 20px;
}

.spBizGuide_point_example_title01 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin: 20px 0px 20px;
}

.spBizGuide_point_example_txt {
  margin: 20px 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}

.spBizGuide_point_example_txt + .spBizGuide_point_example_txt {
  margin: 10px 0 0px;
  padding: 30px 0 20px;
  border-top: dashed 2px #a1a1a1;
}

.spBizGuide_point_example02 {
  border: solid 1px #a1a1a1;
  padding: 20px 30px;
  margin: 20px 20px 20px;
}

/* 箇条書き*/
.spBizGuide_point_list {
  margin: 20px 20px 20px;
  list-style: "●";
}

.spBizGuide_point_list_txt {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}

/*	リンク
------------------------------------------------ */
.spBizGuide_point_list_txt a {
  text-decoration: underline;
}
.spBizGuide_point_list_txt a:hover {
  color: #9ec2f3;
}

/*	リンク
------------------------------------------------ */
.spBizGuide_point a {
  color: #456796;
  text-decoration: underline;
}
.spBizGuide_point a:hover {
  color: #9ec2f3;
}

/* 画像2列
----------------------------------------------*/
.spBizGuide_point_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0 20px;
}

.spBizGuide_point_twoItem {
  width: calc(49% - 10px);
}

.spBizGuide_point_twoItem02 {
  width: 60%;
  margin: 0 5px 0;
}

/* 画像*/
.spBizGuide_point_img02 {
  text-align: center;
  margin: 10px auto 20px;
  width: 70%;
}
.spBizGuide_point_img02 img {
  max-width: 100%;
}

.spBizGuide_point_img02sub {
  text-align: center;
  margin: 10px auto 20px;
  width: 60%;
}
.spBizGuide_point_img02sub img {
  max-width: 100%;
}

/* 枠
----------------------------------------------*/
.spBizGuide_point_about {
  border: 1px solid #202020;
  padding: 30px;
  margin: 40px 20px;
}

.spBizGuide_point_about_tit {
  margin: 0 0 20px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 600;
}

.spBizGuide_point_about_txt {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
}

/* 日比谷花壇のサービス
----------------------------------------------*/
.spBizGuide_service {
  margin: 20px 0px 20px;
  padding: 30px;
  color: #202020;
  border: 1px solid #5d5d5d;
}

.spBizGuide_service_in {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}

.spBizGuide_service_inItem {
  width: 50%;
}

.spBizGuide_service_title {
  position: relative;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.8;
  margin: 10px 0px 10px;
  text-align: center;
}
.spBizGuide_service_title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 50px 0px 30px 0px;
  transform: translate(-50%, -50%);
}

.spBizGuide_service_tit01 {
  text-align: center;
  font-size: 1.125rem;
  margin: 10px 0;
  font-weight: 600;
}

/* 基本テキスト*/
.spBizGuide_service_txt01 {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.spBizGuide_service_txt02 {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0px 20px 0px;
}

.spBizGuide_service_txt03 {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0px 20px 0px;
  font-size: 0.75rem;
}

.spBizGuide_service_img01 {
  text-align: center;
  margin: 10px 0;
}
.spBizGuide_service_img01 img {
  width: 80%;
}

.spBizGuide_service_img02 {
  text-align: center;
  margin: 15px 0;
}
.spBizGuide_service_img02 img {
  width: 70%;
}
.spBizGuide_service_img02:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* ボタン設定　オリジナル
----------------------------------------------*/
/* もっと見るボタン
----------------------------------------------*/
/*ボタン*/
.spBizGuide_btn {
  display: flex;
  justify-content: center;
}

.spBizGuide_btn a {
  display: block;
  position: relative;
  margin: 1.5rem auto 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.3em 1.9em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #171d3d;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
  width: 28rem;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  padding: 1.3em 1.3em;
}
.spBizGuide_btn a:after {
  content: "";
  position: absolute;
  margin: auto 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  top: 0;
  right: 30px;
  bottom: 0;
  transform: rotate(45deg);
}
.spBizGuide_btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.spBizGuide_btn a:active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.spBizGuide_btn a:link, .spBizGuide_btn a:visited {
  color: #FFF;
}

/* 日比谷花壇サービス　ボタン
----------------------------------------------*/
/*ボタン*/
.spBizGuide_service_btn {
  display: flex;
  justify-content: center;
}

.spBizGuide_service_btn a {
  display: block;
  position: relative;
  margin: 1.5rem auto 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.3em 1.9em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #202020;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
  width: 23rem;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  padding: 1.3em 1.3em;
  margin: 0.5rem auto 1.5rem;
}
.spBizGuide_service_btn a:after {
  content: "";
  position: absolute;
  margin: auto 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  top: 0;
  right: 30px;
  bottom: 0;
  transform: rotate(45deg);
}
.spBizGuide_service_btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.spBizGuide_service_btn a:active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.spBizGuide_service_btn a:link, .spBizGuide_service_btn a:visited {
  color: #FFF;
}

/*白ボタン=================================*/
.spBizGuide_btn02 {
  display: flex;
  justify-content: center;
}

.spBizGuide_btn02 a {
  display: block;
  position: relative;
  margin: 1.5rem auto 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.3em 1.9em;
  color: #171d3d;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  box-sizing: border-box;
  /*border: 1px solid #000;*/
  width: 28rem;
  font-size: 0.875rem;
  padding: 1em 1em;
  border: 1px solid #000;
}
.spBizGuide_btn02 a:after {
  content: "";
  position: absolute;
  margin: auto 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-color: #171d3d;
  border-right-color: #171d3d;
  top: 0;
  right: 30px;
  bottom: 0;
  transform: rotate(45deg);
}
.spBizGuide_btn02 a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.spBizGuide_btn02 a:active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.spBizGuide_btn02 a:link {
  color: #171d3d;
}

/* 上に戻るボタン
----------------------------------------------*/
#spBizGuide_backtotop {
  width: 59px;
  height: 59px;
  position: fixed;
  right: 5px;
  bottom: 50px;
  z-index: 99;
}

#spBizGuide_backtotop a img {
  position: relative;
  display: block;
  width: 59px;
  height: 59px;
  text-decoration: none;
}

/* 非表示
----------------------------------------------*/
@media (min-width: 640px) {
  .pcOnly {
    display: none;
  }
}
@media (min-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media (min-width: 1025px) {
  .pcOnly {
    display: block;
  }
}

@media (min-width: 640px) {
  .spOnly {
    display: block;
  }
}
@media (min-width: 768px) {
  .spOnly {
    display: block;
  }
}
@media (min-width: 1025px) {
  .spOnly {
    display: none;
  }
}

@media (min-width: 768px) {
  .noTablet {
    display: none;
  }
}
/*# sourceMappingURL=style2023.css.map */