@charset "utf-8";
/*==================================

	花と緑 SP CSS

==================================*/
/* リセット */

.guide_body p, .guide_body ul {
	margin-bottom: 0;
}
nav {
	margin-bottom: 10px;
}

/* 共通部分
--------------------------------------------------*/
/* 見出しカウント設定 */
body {
  counter-reset: chapter;
  counter-reset: section;
}
/* 見出し1 */

.lifestyle_heading01 {
	margin: 0 10px 15px;
	font-size: 17px;
	line-height: 1.4;
	padding-bottom: 5px;
	border-bottom: solid 1px #dedede;
}
.lifestyle_heading01 a {
	text-decoration: none;
	color: #000;
}

/* 見出し2 */
.lifestyle_heading02 {
	margin: 0 0 15px 10px;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #cf4753;
	border-left: 5px solid #cf4753;
}
/* 見出し3 */
.lifestyle_heading03 {
	margin: 0 10px 1em;
	font-size: 16px;
	font-weight: bold;
	color: #cf4753;
	line-height: 1.4;
}
/* 見出し4 */
.lifestyle_heading04 {
	margin: 0 10px 1em;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
/* 見出しカウント */
.lifestyle_heading02.chapter:before {
	content: counter(chapter) ". ";
}
.lifestyle_heading02.chapter {
	counter-increment: chapter;
	counter-reset: section;
}
.lifestyle_heading03.section:before {
	content: counter(section) ". ";
}
.lifestyle_heading03.section {
	counter-increment: section;
	/*counter-reset: section;*/
}
/* メイン画像 */
.lifestyle_img {
	margin: 0 10px 10px;
}
.lifestyle_img img {
	width: 100%;
	height: auto;
}
/* 段落 */
p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.4;
}
p.keitou {
  margin-top: 24px;
	margin-bottom: 10px;
  padding: 0 10px;
}

/* メニュー */
.mod_h2_01.title {
	margin-bottom: 0px;
	font-size: 14px;
}
.mod_h2_01.title.relatedSp {
	background-color: #e5e5e5;
}
.mod_link_list {
  margin-bottom: 0;
}
.ac_menu.bottomBorder {
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 10px;
}
/* ソーシャルボタン */
.btnSocial {
	overflow: hidden !important;
	width: 231px;
	height: 52px;
	margin: 16px auto 16px;
}
.btnSocial li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.btnSocial li:last-child {
	margin-right: 0;
}
.btnSocial li iframe {
	overflow: hidden !important;
	border: none !important;
}
.btnSocial li.facebook, .btnSocial li.facebook iframe {
	width: 71px !important;
	height: 20px!important;
}
.btnSocial li.twitter, .btnSocial li.twitter iframe {
	width: 65px !important;
}
.btnSocial li.hatena, .btnSocial li.hatena iframe {
	width: 80px !important;
}
.btnSocial li.line {
	width: 82px !important;
}
.btnSocial li.gplus {
	width: 32px !important;
}


/* PR */
.prBox {
	margin: 10px;
}
.prBox p {
	line-height: 1.5;
	font-size: 12px;
	margin-bottom: 0px;
}
.prBox img {
	width: 100%;
	height: auto;
}

.likeBox {
	margin: 10px;
}


/* 個別記事ページ
--------------------------------------------------*/

/* サブ画像 */
.lifestyle_subImg {
	text-align: center;
	margin-bottom: 10px;
}
.lifestyle_subImg img {
	text-align: center;
  width: 100vw;
  height:auto;
}
/* サブ画像・大 */
.lifestyle_subImg2 {
	text-align: center;
	margin-bottom: 10px;
}
/* サブ画像・小 */
.lifestyle_subImg2 img {
	text-align: center;
  width: 260px;
  height:auto;
}

/* 順序リスト */
.lifestyle_orderList {
	margin: 0 10px 24px;
	font-size: 14px;
	line-height: 1.4;
	list-style-type: decimal;
	list-style-position: inside;
}
/* 順序なしリスト */
.lifestyle_unorderList {
	margin: 0 10px 24px;
	font-size: 14px;
	line-height: 1.4;
	list-style-type: disc;
	list-style-position: inside;
}
.lifestyle_unorderList li {
	text-indent: -1em;
	padding-left: 1em;
}
/* ハイライト */
p .highlight {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* コンテマ記事用 */
.lifestyle_columnLifestyle {
  margin-top: 1rem;
  // padding: 0 8.8vw;
}
.lifestyle_columnLifestyle .lifestyle_heading02,
.lifestyle_columnLifestyle .lifestyle_heading03 {
  // text-align: left;
}
.lifestyle_columnLifestyle .lifestyle_heading03 {
  text-align: left;
}

.lifestyle_columnLifestyle .lifestyle_heading03 {
  margin-bottom: 0;
  color: $txtColor_def;
}
.lifestyle_columnLifestyle_ctt {
  padding: 0 ;
}

.lifestyle_columnLifestyle_ctt + .lifestyle_columnLifestyle_ctt {
  margin-top: 2rem;
}
.lifestyle_columnLifestyle_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lifestyle_columnLifestyle p {
  margin: 0;
  padding: 0;
  margin-top: 0.8rem;
  line-height: 1.7;
}

.lifestyle_columnLifestyle p + p {
  margin-top: 1rem;
}

.lifestyle_columnLifestyle .lifestyle_heading03 + p {
  margin-top: 0.3125rem;
}

/* メッセージ文例 */
.exampleBox {
    margin-bottom: 20px !important;
    padding: 20px;
    background-color: #dddddd;
}

/* ボタン */
.lifestyle_btn-inverse a {
  display: block;
  position: relative;
  width: 17rem;
  margin: 1.5rem auto 1.875rem;
  -webkit-box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.028), 0 1.1px 2.8px rgba(0, 0, 0, 0.04), 0 2.7px 6.6px rgba(0, 0, 0, 0.052), 0 9px 22px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4px 1px rgba(0, 0, 0, 0.028), 0 1.1px 2.8px rgba(0, 0, 0, 0.04), 0 2.7px 6.6px rgba(0, 0, 0, 0.052), 0 9px 22px rgba(0, 0, 0, 0.08);
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 1.3em 1.9em;
  color: #cf4753;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #cf4753;
}

.lifestyle_btn-inverse a:after {
  content: "";
  position: absolute;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-color: #cf4753;
  border-right-color: #cf4753;
  top: 0;
  right: 14px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lifestyle_btn-inverse a:active {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lifestyle_btn-inverse a:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

/* 目次 */
.index-001 {
    margin-top: 30px;
	margin-bottom: 30px;
    padding: 1em 1em 1em 2em;  
    border: 1px solid #999; 
    background-color: #f7f7f7;
	font-size: 0.8em;
}

.index-001 div {
    display: flex;
    align-items: center;
    margin: 0; 
    padding: 5px 0;
}

.index-001 label::after {
    margin-left: 5px;
    font-size: .8em;
    color: #166c9d;
    content: "[開く]";
    cursor: pointer;
}

.index-001:has(:checked) label::after {
    content: "[閉じる]";
}

.index-001 input {
    display: none;
}

.index-001 ol {
    list-style-type: disc;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.index-001 > ol {
    height: 0;
}

.index-001:has(:checked) > ol {
    height: auto;
}

.index-001 ol ol {
    margin-top: 5px;
}

.index-001 li {
    padding: 5px 0;
}

.index-001 a {
    color: #166c9d;
}


/* トップページ
--------------------------------------------------*/

/* 記事リスト */
.lifestyle_list li {
	display: table;
	padding: 10px;
	border-top: solid 1px #dedede;
}
.lifestyle_list li .textBox,
.lifestyle_list li .imgBox {
	display: table-cell;
	vertical-align: middle;
}
.lifestyle_list li .imgBox {
	width: 100px;
	margin-right: 10px;
}
.lifestyle_list li .imgBox img {
	width: 100px;
	height: auto;
}
.lifestyle_list li .textBox h3 {
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
}
/* リンク */
p a {
	text-decoration: none!important;
}
p a .articleLink {
	font-weight: bold;
	color: #cf4753;
}

/* -------------------------------------------------------------------
　カテゴリTOP専用(スマホ版)　#lifestyle-index（追記2015/09/11最終更新）
------------------------------------------------------------------- */
#lifestyle-index,
#lifestyle-column{
	color: #333;
	padding-bottom:40px;
}

#lifestyle-index .lifestyle-intro{
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 10px 0;
}

#lifestyle-index h2,
#lifestyle-column h2{
    font-size: 20px;
	border-bottom:solid #c93a4e 4px;
    font-weight: bold;
	padding:0 10px 6px;
    margin: 20px 0 15px;
}

/* 「イチ押しトピックス」と「人気記事」リスト一覧　
--------------------------------------------------*/
#lifestyle-index .lifestyle-list li {
    border-top: 1px solid #c3c3c3;
    font-size: 15px;
	padding: 5px 10px;
    vertical-align: middle;
}

#lifestyle-index .lifestyle-list li.border-none {
    border-top: none;
}

#lifestyle-index .lifestyle-list li .textBox,
#lifestyle-index .lifestyle-list li .imgBox {
    display: table-cell;
    vertical-align: middle;
}

#lifestyle-index .lifestyle-list li .imgBox img{
    margin-right: 10px;
    height: auto;
    width: 150px;
}

#lifestyle-index .lifestyle-list li .textBox h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 0;
}

/* 季節のコラム
--------------------------------------------------*/
#section-season {
    overflow: hidden;
	padding:0 4px;
}

#section-season li{
    float: left;
    width: 25%;
}

#section-season li a {
    display: block;
    margin: 4px;
    padding: 0;
}

#section-season li img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

/* 用途別コラム　
--------------------------------------------------*/
#section-column {
    overflow: hidden;
	padding:0 4px;
}

#section-column li{
    float: left;
    width: 50%;
}

#section-column li a {
    display: block;
    margin: 4px;
    padding: 0;
}

#section-column li img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

/* お花に関するコラム　2023/04/07
--------------------------------------------------*/
#section-column_02 {
  overflow: hidden;
padding:0 4px;
}

#section-column_02 li{
  float: left;
  width: 50%;
}

#section-column_02 li a {
  display: block;
  margin: 4px;
  padding: 0;
}

#section-column_02 li img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/* ランキング追加
--------------------------------------------------*/
h2.heading {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #303030;
    margin-top: 20px;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.4; /* 日比谷追加分 */
}

.RJLink {
    margin: 0 10px;
    text-align: right;
}

.RJLink a {
    color: #202020;
    padding: 3px 0 3px 15px;
    background: url(../img/common_ico_arrow.png) no-repeat 5px center;
    background-size: 16px 7px;
    -moz-background-size: 16px 7px;
    -webkit-background-size: 16px 7px;
    font-size: 14px;
    text-decoration: none;
}
/* バナー追加  2022/0712
--------------------------------------------------*/
.lifestyle_bnr {
  text-align: center;
	margin:20px 10px;
}
.lifestyle_bnr_text01 {
  text-align: left;
	font-size: 1.0em;
  margin:0 0 10px;
}
.lifestyle_bnr img {
  max-width: 100%;
}

/* リスト追加  2022/1213
--------------------------------------------------*/
.main ul.item-list {
	padding:0em  !important;
  margin: 1.2em  !important;
	list-style-type:none !important;
  font-size: 14px !important;
  line-height: 1.4;
}
.main ul.item-list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em !important;
  font-size: 14px !important;
}
.main ul.item-list li:before {
	position:absolute;
	content:'';
	top: 0.2em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #cf4753;
}

.main ol.item-list_02 {
	padding:0em 0.5em 1.5em !important;
  margin: 0em 0em 0em 1.5em !important;
  list-style-type: decimal !important;
  font-size: 14px !important;
}
.main ol.item-list_02 li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em !important;
  font-size: 14px !important;
}

/* テーブル追加  2023/03/16
--------------------------------------------------*/
.table01 {
    border-collapse: collapse;
	border: solid 1px;
    width: 95%;
    font-size: 1.0em;
	line-height: normal;
	text-align: left;
    margin: 20px auto;
}
.table01 th {
  border: solid 1px;
  padding: 10px;
  background: #efefef;
}

.table01 td {
  border: solid 1px;
  padding: 3px 10px;
}

.table02 {
    border-collapse: collapse;
	border: solid 1px;
    width: 95%;
    font-size: 0.6em;
	line-height: normal;
	text-align: left;
    margin: 20px auto;
}
.table02 th {
  border: solid 1px;
  padding: 10px;
  background: #efefef;
}

.table02 td {
  border: solid 1px;
  padding: 3px 10px;
}

/*==================================

花と緑 SP CSS CVR改善追加CSS

==================================*/

img.fitImg {
    width: 100%;
    height: auto;
}

.highlight {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
a.highlight {
	color: #cf4753 !important;
	text-decoration: none !important;
}

.lifestyle_btn-inverse a {
    margin-top: 0;
}

.lifestyle_btn-mother {
    text-align: center;
}
.lifestyle_btn-mother a {
    display: inline-block;
    position: relative;
    width: 17rem;
    margin-bottom: 30px;
    padding: 1.2em 1.4em;
    color: #FFF !important;
    font-size: 0.875rem;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    background: #e54086;
    box-sizing: border-box;
}
.lifestyle_btn-mother a::after {
    content: "";
    position: absolute;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    top: 0;
    right: 14px;
    bottom: 0;
    transform: rotate(45deg);
}
