@charset "utf-8";
/*==================================

    花と緑 PC　CSS

==================================*/

/* 共通部分
--------------------------------------------------*/
/* リセット */
 .comTop {
    background: none;
}
#pagePath {
    padding-bottom: 0;
}
/* 見出しカウント設定 */
body {
  counter-reset: chapter;
  counter-reset: section;
}

/* サイドナビ */
#LI div .title {
    margin-bottom: 10px;
    display: none;
}
#LI #lifestyleNaviBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
	#LI #lifestyleNaviBox {
		grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	}
}
#LI #lifestyleNaviBox li {
    height: 75px;
    margin-bottom: 10px;
}
#LI #lifestyleNaviBox li img {
  margin: 0 auto;
}

/* タイトル */
#HtmlBody #MainBody .articleTitle {
    margin: 0 0 23px 2px;
    padding-bottom: 17px;
    font-size: 2.7em;
    font-weight: normal;
    line-height: 1.2;
    border-bottom: 1px solid #DEDEDE;
}
#HtmlBody #MainBody .articleTitle a {
    text-decoration: none;
    color: #000;
}
#HtmlBody #MainBody .articleTitle a:hover {
    text-decoration: underline;
}
/* メイン画像 */
#lifestyle_heading01 {
    margin-bottom: 15px;
}
/* 段落 */
p {
    line-height: 1.75;
}

/* リンク */
.listLink {
    font-size: 1.4em;
    color: #cf4753;
    text-align: right;
}
.listLink a {
    color: #cf4753!important;
}
p a {
    text-decoration: none!important;
}
p a span.articleLink {
    font-weight: bold;
    color: #cf4753;
}


/* 関連記事・関連特集 */
.lifestyle_heading_related {
    padding: 8px 10px 8px 15px;
}
.lifestyle_heading_related.rArticle {
    background-color: #fbe3e1;
}
.lifestyle_heading_related.rSpecial {
    background-color: #e5e5e5;
}
.comGood.rArticle li {
      width: 100% !important;
      border-right: none;
}
/* ソーシャルボタン */

.btnSocialBox {
    position: relative;
    height: 33px;
    margin-top: -10px;
}
.btnSocial {
    /*width: 235px;*/
    /*margin: 0 0 0 490px;*/
    position: absolute;
    /*top: 18px;*/
    right: 0;
}
.btnSocial li {
    float: left;
    margin-right: 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: 70px !important;
}
.btnSocial li.twitter, .btnSocial li.twitter iframe {
    width: 68px !important;
}
.btnSocial li.hatena, .btnSocial li.hatena iframe {
    width: 80px !important;
}
.btnSocial li.gplus, .btnSocial li.gplus iframe {
    width: 32px !important;
    height: 20px !important;
}

/* PR */
.prBox {
    height: 200px;
    margin: 20px 0;
    background-color: #ccc;
}
/* イベント別メッセージ文例一覧 */
.messageEventList {
    margin: 0 0 22px 2px;
    clear: both;
    border-left: 1px solid #DEDEDE;
    /*margin-bottom: 22px;*/
}
.messageEventList > li {
    padding: 8px 13px 3px 13px;
    width: 217px;
    word-break : break-all;
    float: left;
    border-right: 1px solid #DEDEDE;
}
@media (max-width: 768px) {
	.messageEventList li {
		width: 100%;
	}
}
.messageEventList li ul li {
    padding: 0 0 10px 0;
    float: none;
    border-right: none;
}
.messageEventList li ul li a {
    padding-left: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left 5px;
}

/* 個別記事ページ
--------------------------------------------------*/

/* 見出し2 */
.lifestyle_heading02 {
    padding: 5px 10px;
    line-height: 1;
    color: #cf4753;
    border-left: 5px solid #cf4753;
}
p + .lifestyle_heading02 {
  margin-top: 1em;
}
/* 見出し3 */
.lifestyle_heading03 {
    padding: 5px 0px !important;
    font-size: 20px;
    line-height: 1 !important;
    color: #cf4753 !important;
}
p + .lifestyle_heading03 {
  margin-top: 1em !important;
}
/* 見出し4 */
.lifestyle_heading04 {
    padding: 5px 10px !important;
    font-size: 18px;
    line-height: 1 !important;
    color: #000 !important;
    border-left: 5px solid #000 !important;
}
p + .lifestyle_heading04 {
  margin-top: 1em !important;
}
/* メッセージ文例 */
.exampleBox {
    margin-bottom: 20px !important;
    padding: 20px;
    background-color: #dddddd;
}
/* 見出しカウント */
.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_heading03.section:before {
    content: counter(section) ". ";
}
.lifestyle_heading04.section {
    counter-increment: section;
    /*counter-reset: section;*/
}
/* サブ画像 */
.lifestyle_subImg {
    max-width: 450px;
    margin: 0 auto 20px;
}
.lifestyle_subImg02 {
  width: 734px;
  margin: 0 0 20px;
}
/* 順序リスト */
.lifestyle_orderList {
    font-size: 1.4em;
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0 0 29px 4px;
}
/* 順序なしリスト */
.lifestyle_unorderList {
    font-size: 1.4em;
    list-style-position: inside;
    margin: 0 0 29px 4px;
    list-style-type: disc;
}
/* ハイライト */
p .highlight {
    background-color: #ffff66;
}
/* コンテマ記事用 */
.lifestyle_columnLifestyle {
  margin-top: 40px;
  // padding: 0 30px;
}

.lifestyle_heading02 + .lifestyle_columnLifestyle_ctt > .lifestyle_columnLifestyle_img {
  margin-top: 2em;
}
.lifestyle_columnLifestyle_ctt {
  padding: 0 30px;
}
.lifestyle_columnLifestyle_ctt + .lifestyle_columnLifestyle_ctt {
  margin-top: 3em;
}

.lifestyle_columnLifestyle_txt > .lifestyle_heading03 {
  text-align: left;
  color: $txtColor_def;
}

.lifestyle_columnLifestyle .lifestyle_heading03 + p {
  margin-top: 0.5em;
}

.lifestyle_columnLifestyle p {
  margin-top: 1em;
  line-height: 1.7;
}

.lifestyle_columnLifestyle_img {
  // margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

p + .lifestyle_columnLifestyle_img {
  margin-top: 1em;
}

/* リンクボタン */

.lifestyle_btn-inverse a {
  display: block;
  position: relative;
  width: 350px;
  margin: 20px auto 30px;
  -webkit-box-shadow: 0px 3px 9px 0px rgb(10 2 4 / 28%);
  box-shadow: 0px 3px 9px 0px rgb(10 2 4 / 28%);
  font-size: 1.4em;
  padding: 20px 15px;
  color: #cf4753 !important;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  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: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lifestyle_btn-inverse a:hover {
  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: 1.2em;
}

.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 {
    margin-bottom: 20px;
}
.lifestyle_list li {
    padding: 15px 0;
    display: block;
    border-top: solid 1px #dedede;
}
.lifestyle_list li:last-child {
    border-bottom: solid 1px #dedede;
}
.lifestyle_list li .imgBox {
    width: 250px;
    float: left;
    margin-right: 15px;
}
.lifestyle_list li .imgBox img {
    width: 250px;
    height: 124px;
}
.lifestyle_list li .textBox {
    width: 470px;
    float: right;
}
.lifestyle_list li .article .textBox h3 {
    font-size: 1.8em;
    line-height: 1.4;
}
#MainBody .lifestyle_list li .article.clearfix .textBox h3 a {
    color: #000;
}
.lifestyle_list li .article .textBox p {
    margin-bottom: 0px!important;
}


/* -------------------------------------------------------------------
　カテゴリTOP専用(PC版)　#lifestyle-index（追記2015/11/13最終）
------------------------------------------------------------------- */
#lifestyle-index  a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

#lifestyle-index .lifestyle-intro{
    overflow: hidden;
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 15px;
}

#lifestyle-index h2{
    font-size: 2.9em;
    border-bottom: 3px solid #C93A4E;
    font-weight: normal;
}

#lifestyle-index .lifestyle_list li.border-none {
    border-top: none;
}


#lifestyle-index .season-nav {
    overflow: hidden;
    margin-right:-10px;
}


#lifestyle-index .season-nav li {
    float: left;
    width: 176px;
    height: 129px;
    margin-right:10px;
}

#lifestyle-index .column-nav {
    overflow: hidden;
    margin-right:-22px;
    margin-bottom:50px;
}

#lifestyle-index .column-nav li {
    float: left;
    width: 230px;
    height: 180px;
    margin:0 22px 22px 0;
}

#lifestyle-index .column-nav_02 {
  overflow: hidden;
  margin-right:-22px;
}

#lifestyle-index .column-nav_02 li {
  float: left;
  width: 230px;
  height: 180px;
  margin:0 22px 22px 0;
}

/* ランキング追加
--------------------------------------------------*/
.summer_heading {
	font-size: 2.0em;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 20px;
	margin-top: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ 明朝", serif;
}
.summer_heading span {
	display: block;
}

.summer_heading span a {
	font-size: 0.6em;
	display: inline-block;
	padding-left: 10px;
	background: url(../img/common_ico_arrow.png) no-repeat left center;
}
.summer_heading span.summer_heading_tit {
	float: left;
}
.summer_heading span.summer_heading_link {
	float: right;
	padding-top: 10px;
}
a {
    color: #202020;
    text-decoration: none;
}
.rankingUl p { }
.rankingUl li p {
  font-size: 12px;
}
.rankingUl .txt { margin-bottom: 0; }

.rankingUl li p a {
	color: #202020;
}

.rankingUl li p a:visited {
	color: #202020;
}

.rankingUl li p a:link {
	color: #202020;
}
.rankingUl li p a:hover {
	color: #000;
	text-decoration: underline;
}
.rankingUl li p a:active {
	color: #000;
	text-decoration: underline;
}.f_gothic {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* バナー追加  2022/0712
--------------------------------------------------*/
.lifestyle_bnr {
  text-align: center;
	margin:20px 0;
}
.lifestyle_bnr_text01 {
  text-align: left;
	font-size: 1.6em;
  margin:0 0 10px;
}

/* リスト追加  2022/1212
--------------------------------------------------*/
.main ul.item-list {
	padding:0em  !important;
  margin: 1.2em  !important;
	list-style-type:none !important;
}
.main ul.item-list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em !important;
}
.main ul.item-list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	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:1.2em  !important;
  margin: 1em  !important;
  list-style-type: decimal !important;
  font-size: 1.2em !important;
}
.main ol.item-list_02 li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em !important;
  font-size: 1.2em !important;
}

/* テーブル追加  2023/03/16
--------------------------------------------------*/
.table01 {
    border-collapse: collapse;
	border: solid 1px;
    width: 95%;
    font-size: 1.2em;
	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: 1.5em;
	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;
}

/*==================================

花と緑 PC CSS CVR改善追加CSS

==================================*/


/*棚を追加する場合に打消しで必要
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/

/*PC1列棚コンポーネント用*/
#WSTBP9ZH0006C .item01 h3{
  margin: 26px 0 0 0 !important;
}
#WSTBP9ZH0006C .item01 h3 a{
  color: #202020 !important;
  text-decoration: none !important;
}
#WSTBP9ZH0006C .itemBox .price{
  margin: 10px 0 !important;
}
#WSTBP9ZH0006C .item01 .btnDetail{
  margin: 20px 0 0 0;
  text-align: center;
}

/*PC2列棚コンポーネント用*/
#WSTBP9ZH0006B .prod_box .row2_prod_list{
  font-size: 1.1em;
}
#WSTBP9ZH0006B p.catch_copy,
#WSTBP9ZH0006B p.txt{
  font-size: 1em;
  line-height: 1.4;
  padding: 5px 0;
}
#WSTBP9ZH0006B a{
  color: #000 !important;
  text-decoration: none !important;
}

/*PC3列棚コンポーネント用*/
#WSTBP9ZH0006A .prod_box .row3_prod_list{
  font-size: 1.1em ;
}
#WSTBP9ZH0006A p.catch_copy,
#WSTBP9ZH0006A p.txt{
  font-size: 1em;
  line-height: 1.4;
  padding: 5px 0;
}
#WSTBP9ZH0006A a{
  color: #000 !important;
  text-decoration: none !important;
}


/*記事内調整用
ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/

.fitImg img {
  width: 100%;
  height: auto;
}

.lifestyle_topmargin {
  margin-top: 30px;
}
.lifestyle_removetopmargin {
  margin-top: -30px;
}

.lifestyle_bottommargin {
  margin-bottom: 30px;
}

.lifestyle_btn-inverse {
  text-align: center;
}
.lifestyle_btn-inverse a {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 250px;
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.1);
  font-size: 1.4em;
  margin: 0;
  margin-bottom: 30px;
  padding: 20px 15px;
  color: #cf4753 !important;
  text-align: center;
  text-decoration: none !important;
  background: #FFF;
  border: solid 1px #b00909;
}

.lifestyle_btn-mother {
  text-align: center;
}
.lifestyle_btn-mother a {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 250px;
  margin-top: 20px;
  font-size: 1.4em;
  margin: 0;
  margin-bottom: 30px;
  padding: 20px 15px;
  box-sizing: border-box;
  color: #FFF !important;
  text-align: center;
  text-decoration: none !important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", sans-serif;
  background: #e54086;
}
.lifestyle_btn-mother a::after {
  content: "";
  position: absolute;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  top: 0;
  right: 15px;
  bottom: 0;
  transform: rotate(45deg);
}
.lifestyle_btn-mother a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.highlight {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
a.highlight {
	color: #cf4753 !important;
	text-decoration: none !important;
}
a.highlight:hover {
	opacity: 0.6;
}