@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  font-size: 62.5%;
  letter-spacing: 0.14em;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN",
    Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
}

/* ------------------------------
　　CSS変数
------------------------------ */
:root {
  /* カラー */
  --color-primary: #eb3a69;
  --color-primary-hover: #2b4193;
  --color-primary-light: #f7dce5;
  --color-primary-bg: var(--color-primary-light);
  --color-primary-bg-hover: #d1d7ed;
  --color-line-gray: #cfcfcf;
  --color-bg-gray: #f7f7f7;
  /* 余白ユニット */
  --unit-space-sm: 2rem;
  --unit-space-md: 3rem;
  --unit-space-lg: 4rem;
  /* 罫線ユニット余白 */
  --separator-sm: 2rem;
  --separator-md: 3rem;
  --separator-lg: 4rem;
}
/*img, a img { pointer-events: none; }右クリック禁止*/
img {
  /*{スマホ長押し禁止*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
/*ポップアップライト強制クリア削除*/
@media (max-width: 480px) {
  [class*="acms-col-"][class*="-right"] {
    float: left;
  }
  [class*="acms-col-"][class*="-right"] + * {
    clear: none;
  }
}
.section-bg {
  background: #fff3f7;
}
/* ------------------------------
    ナビ
------------------------------ */
.global_nav {
  padding: 15px;
  background: #ea205b;
  color: #fff;
}
.global_nav a {
  font-weight: bold;
  color: #fff;
}
/* ------------------------------
　　トップぺージ
------------------------------ */
a.acms-btn.link-btn {
  background: var(--color-primary);
  width: 300px;
  max-width: 100%;
  padding: 1.2em;
  color: #fff;
  border: 0;
  font-size: 1.4rem;
  margin: 0 10px;
  box-sizing: border-box;
}
a.acms-btn.link-btn:hover {
  opacity: 0.75;
}
a.acms-btn.link-btn:visited {
  color: #fff;
}
.img-fit {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media (min-width: 768px) {
  .img-fit {
    aspect-ratio: 3/2;
  }
}
/* ------------------------------
　　トップページ：アイキャッチバナー
------------------------------ */
.img_w100 {
  width: 100%;
}
.banner_mb10 {
  margin: 0 0 10px 0;
}

/* ------------------------------
　　スライダー
------------------------------ */
@media screen and (min-width: 768px) {
  .fix-height {
    height: 400px; /* はじめのちらつき防止 */
    /*border: 1px solid #ff0000;*/
  }
  .main-slider-image {
    height: 400px;
  }
  .main-slider-main-copy {
    line-height: 2em;
    font-size: 40px;
  }
  .main-slider-side-copy {
    font-size: 18px;
  }
}

/* ------------------------------
　　サイドカラム
------------------------------ */
/* 地域から探す */
.head {
  display: inline-block;
  font-weight: bold;
  width: 3em;
  margin-right: 1em;
  white-space: nowrap;
}
.sub_text {
  font-size: 12px;
}
/* 花の種類から探す */
.tag-cloud-list-inline {
  padding-left: 0;
}
.tag-cloud-list-inline li {
  display: inline-block;
  margin-bottom: 5px;
}
.tag-cloud-label {
  color: #000;
  font-size: 1em;
  background-color: #f1f1ee;
  padding: 10px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.tag-cloud-label a {
  color: #000;
}
.tag-cloud-label a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.side-bottun_link a.list-link.acms-list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 月から探す */
.season-list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  display: table;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 7px 10px;
  border-bottom: 1px solid #eee;
}
.season-list-group a {
  color: #000;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.season-list-group a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.season-list-group a:visited {
  color: #000;
}

.season-list-group dt {
  display: table-cell;
  width: 25%;
  font-weight: bold;
}
.season-list-group dd {
  display: table-cell;
  background: #f1f1ee;
  margin-bottom: 5px;
  border-radius: 3px;
  width: 25%;
}

/* ------------------------------
　　モバイルヘッダー
------------------------------ */
/*エリアから探す*/
.module-section.sp-header {
  margin-top: 10px;
}
.sp-header .acms-list-group {
  border-top: 0;
}
.sp-header li a {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 5px 0;
}
/*月から探す*/
/* ------------------------------
　　お問い合わせ
------------------------------ */
/*メールフォーム切替*/
.acms-list-group.form-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.acms-list-group.form-list {
  border-top: 0;
  text-align: center;
}
.form-list .acms-list-group-item {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  border: 2px solid #ea205b;
  border-radius: 5px;
  font-weight: bold;
}
.form-list li.stay .acms-list-group-item {
  background: #ea205b;
  color: #fff;
}
/* ------------------------------
　　講座
------------------------------ */
.lesson-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.label {
  background: #e5e5e5;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .lesson-list-group {
    font-size: 16px;
  }
}
.lesson-list-group-item {
  display: block;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 10px;
  color: #333;
}
.lesson-list-group-item:hover,
.lesson-list-group-item:visited,
forcus {
  color: #333;
  text-decoration: none;
}
.lesson-list-group-item:hover {
  background: #eee;
}
/* ------------------------------
　　見出し
------------------------------ */
/* 　見出し大　 */
.h2-symbol,
.entry-column h2.h2-symbol {
  border-left: 0;
}
.h2-symbol::before,
.entry-column h2.h2-symbol::before {
  /* アイコン画像付き  */
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/marker/title_deco.png) no-repeat left;
  background-size: contain;
  padding-right: 0.5em;
}
.h2-basic,
.entry-column h2.h2-basic {
  /* 汎用  */
  font-size: 30px;
  color: #333;
  font-weight: normal;
  margin: 14px 0 40px;
  border-left: 0;
}
.h2-feature,
.entry-column h2.h2-feature {
  /* 特集など特に目立たせる部分 */
  /*font-size: 5rem;*/
  font-size: 3rem;
  font-weight: normal;
  color: var(--color-primary);
  margin: 14px 0 40px;
  border-left: 0;
}
.title-caption_primary {
  /* メインカラーのキャプション  */
  font-size: 1.6rem;
  color: var(--color-primary);
  margin: 14px 0;
}
.title-caption_dark {
  /* ダークカラーのキャプション  */
  font-size: 1.6em;
}
/* ------------------------------
　　サイドカラム見出し
------------------------------ */
.module-section .module-heading {
  font-size: 22px;
  margin: 20px 0;
  font-weight: normal;
}
.module-section .module-heading.h2-side_prymary {
  /* メインカラーのサイド見出し */
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.att-primary {
  color: var(--color-primary);
}
.banner-side {
  margin: 20px 0 20px;
  padding: 0;
  list-style: none;
}
.text-bold {
  font-weight: bold;
}
/*エリアから探す*/
.side-bottun_link {
  list-style: none;
  padding-left: 0;
}
.side-bottun_link .acms-list-group-item {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  border-bottom: 0;
  margin-bottom: 10px;
  border-radius: 5px;
  background: var(--color-primary);
}

/*出版物banner*/
.img-center {
  margin: 0 auto;
}
/* ------------------------------
　　リンクボタン
------------------------------ */
a.button_primary {
  display: inline-block;
  font-size: 16px;
  background: var(--color-primary);
  padding: 1em 3em;
  border-radius: 50px;
  color: #fff;
  margin-top: 40px;
}
a.button_primary:hover {
  text-decoration: none;
  opacity: 0.85;
}
/* ------------------------------
　　トップ：特集用リスト
------------------------------ */
.special-list .thumbnail-news-title {
  font-weight: bold;
}
.special-list .thumbnail-date {
  font-size: 14px;
  color: #777;
}
.special-list .thumbnail-link_text {
  font-size: 14px;
  color: #006dd9;
}
/* ------------------------------
　　一覧表示：panel形式
------------------------------ */
.card-item {
  border: 0;
}
.thumbnail-title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px;
}
.card-item .thumbnail-date {
  margin: 0 0 5px 0;
}


/* ------------------------------
　　おすすめ花紀行（子ブログ）
------------------------------ */
.thumbnail-title_travelogue {
  color: var(--color-primary);
}
/* ユーザープロフ */
.user_prof {
  display: flex;
  align-items: center;
  margin: 10px 0;
  /*position: absolute;
    bottom: 20px;*/
}
.profile-img {
  border-radius: 50%;
}
.writer_name {
  font-weight: bold;
}
.card-link.frex_spase-btwn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ------------------------------
　　フッター：花の種類から検索
------------------------------ */
.acms-tabs {
  margin-bottom: 20px;
}
.acms-tabs .acms-tabs-inner a.acms-tab-active,
.acms-tabs .acms-tabs-inner a.js-acms_tab-active,
.acms-tabs .js-acms_admin_tabs a.acms-tab-active,
.acms-tabs .js-acms_admin_tabs a.js-acms_tab-active,
.acms-tabs .js-acms_tabs a.acms-tab-active,
.acms-tabs .js-acms_tabs a.js-acms_tab-active {
  /*color: #014cc5;*/
  color: #fff;
  /*background: #f2f2f4;*/
  background: #eb3a69;
  border-bottom: 0;
  font-weight: bold;
}
.acms-tabs .acms-tabs-inner a,
.acms-tabs .js-acms_admin_tabs a,
.acms-tabs .js-acms_tabs a {
  padding: 10px 5px;
}
.acms-tabs .acms-tabs-inner li,
.acms-tabs .js-acms_admin_tabs li,
.acms-tabs .js-acms_tabs li {
  float: left;
  margin-right: 0;
  list-style: none;
  background: #eee;
  border: 1px solid var(--color-line-gray);
  display: inline-block;
  width: 20%;
  /*border-bottom: 1px solid var(--color-line-gray);*/
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

ul.list-keyword li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .acms-tabs .acms-tabs-inner li,
  .acms-tabs .js-acms_admin_tabs li,
  .acms-tabs .js-acms_tabs li {
    width: 10%;
    border-bottom: 0;
    /*border-right: 0;*/
  }
}
.acms-tabs .acms-tabs-inner li:last-child,
.acms-tabs .js-acms_admin_tabs li:last-child,
.acms-tabs .js-acms_tabs li:last-child {
  border-right: 1px solid var(--color-line-gray);
}
ul.list-keyword {
  list-style: none;
  padding-left: 0;
}
/* admin */
.admin-box {
  border: 1px solid #ccc;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .acms-tabs .acms-tabs-inner li:nth-child(5),
  .acms-tabs .js-acms_admin_tabs li:nth-child(5),
  .acms-tabs .js-acms_tabs li:nth-child(5) {
    border-right: 1px solid var(--color-line-gray);
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .acms-tabs .acms-tabs-inner a,
  .acms-tabs .js-acms_admin_tabs a,
  .acms-tabs .js-acms_tabs a {
    padding: 10px 0px;
    letter-spacing: 0;
    text-align: center;
  }
}

/* ------------------------------
　　フッター：ロケーションから検索
------------------------------ */
.keyword-locate-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
/* ------------------------------
　　フッター：季節から検索
------------------------------ */
.footer-above-box .season-list-group {
  border-bottom: 0;
  font-size: 1.8rem;
}
/* .footer-above-box .season-list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
 display: flex; 
  text-align: center;
  box-sizing: border-box;
  align-items: center;
} */
.footer-above-box .season-list-group a {
  color: #fff;
}
.footer-above-box .season-list-group a:hover {
  opacity: 0.65;
  text-decoration: none;
}
.footer-above-box .season-list-group a:visited {
  color: #fff;
}
.footer-above-box .season-list-group dt {
  width: 25%;
  font-weight: bold;
}

.footer-above-box .season-list-group .season-sp {
  display:contents;
} 

.footer-above-box .season-list-group dd {
  background: var(--color-primary);
}
.footer-above-box .season-list-group dt,
.footer-above-box .season-list-group dd {
  margin-bottom: 20px;
}

/* ------------------------------
　　フッター
------------------------------ */
.footer-nav-list li {
  line-height: 1.7;
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-nav-list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: var(--color-primary);
  margin-right: 10px;
}


@media screen and (min-width: 768px) {
  .slick-prev2 {
    left: 0px;
  }
  .slick-next2 {
    right: 0px;
  }
}

.slick-prev2,
.slick-next2 {
  position: absolute;
  top: 22%;
  display: block;
  width: 40px;
  height: 50px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-prev2:focus,
.slick-next2:focus {
  border: 1px dotted #fff;
}

.slick-prev2 {
  left: -5px;
  background: url("../images/marker/arrow-mini-left.png") no-repeat;
}

.slick-next2 {
  right: 10px;
  background: url("../images/marker/arrow-mini-right.png") no-repeat;
}

/* ドットのナビゲーション */
.js-slider2-box .slick-dots {
  margin: 0;
}

.js-slider2-box .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 8px;
  font-size: 0;
  background: #ccc;
  border: 1px solid transparent;
  border-radius: 0;
  content: "";
}

.js-slider2-box .slick-dots li.slick-active button {
  background: #f2a3ba;
}

/* ------------------------------
　　セクション
------------------------------ */

@media screen and (min-width: 768px) {
  .section-space2 {
    padding: 40px 0;
  }
}

/* ------------------------------
　　カード
------------------------------ */
.card {
  border-left: none;
}


/* ------------------------------
　　多言語ボタン
------------------------------ */
.region-area {
  display: table-cell;
  width: 60%;
  text-align: right;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .region-area {
    display: none;
  }
}

/* google map　埋め込み　 */
.map_wrap {
  width: calc(100% - 15px);
  aspect-ratio: 16/9;
}


/* トップスライダー固定 */
.acms-container.px-0 { 
  padding-left: 0;
  padding-right: 0;
}
.slider-bg { 
  background: #fce6ea;
}

