@charset "UTF-8";
/* Foundation
 * 変数、関数、mixinを定義
 * サイト全体のデフォルトスタイルを管理
======================================*/
/****** 変数定義 ******/
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/MPLUSRounded1c-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Cinzel-Medium.woff2") format("woff2");
}
/*--------------------------------
 *  カスタムプロパティ
--------------------------------*/
:root {
  --swl-pad_container: 20px;
  --container_size: 335px;
  --article_size: 375px;
  --swl-font_family: "M PLUS Rounded 1c", sans-serif;
  --baloon_color: #f5d07a;
  --datepicker-bg: #ffffff;
  --datepicker-border: #e0e0e0;
  --datepicker-text: var(--color_text);
  --datepicker-header-bg: var(--color_main);
  --datepicker-header-text: #ffffff;
  --datepicker-hover: rgba(var(--color_main), 0.1);
  --datepicker-selected: var(--color_main);
}

/****** mixin定義 ******/
/****** 関数定義 ******/
/****** ベースとなるスタイル ******/
a {
  color: unset;
}

@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

address {
  font-style: unset;
}

figure {
  line-height: 1;
}

/* Layout
 * 接頭辞：l-
 * 各ページを構成する大枠のエリアに対するレイアウトを定義
======================================*/
/****** ヘッダー ******/
/*--------------------------------
 *  基本のヘッダー
--------------------------------*/
.l-header {
  background-color: #5CABC1;
}

.l-header__inner {
  display: block !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--swl-pad_container);
  padding-right: var(--swl-pad_container);
}

.l-header .c-siteLogo {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------
 *  固定ヘッダーをキャンセル
--------------------------------*/
#fix_header.l-fixHeader {
  height: var(--swl-headerH, 0px) !important;
  z-index: -100 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#fix_header.l-fixHeader::before {
  content: none;
}

/*--------------------------------
 *  オーダーフォーム
--------------------------------*/
.l-header.--order {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1215686275);
}
@media screen and (max-width: 600px) {
  .l-header.--order {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0px);
  }
}

.--order .l-header__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.--order .l-header__inner .__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.--order .l-header__inner .__body .__indicator {
  min-width: 0;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.--order .l-header__inner .__body .__title {
  min-width: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #707070;
}
.--order .l-header__inner .__body .__title h1 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
}
.--order .l-header__inner .__body .__title p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
}

.c-indicator {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #9D9799;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.c-indicator strong {
  font-size: inherit;
  color: #5CABC1;
}
.c-indicator span {
  font-size: 14px;
}
.c-indicator small {
  font-size: 10px;
}
.c-indicator svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-indicator .__background {
  fill: none;
  stroke: #E6E5E7;
  stroke-width: 10;
}
.c-indicator .__bar {
  fill: none;
  stroke: #5CABC1;
  stroke-width: 10;
  stroke-dasharray: 282.6;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
}

.c-indicator.--1 .__bar {
  stroke-dashoffset: 211.95;
}

.c-indicator.--2 .__bar {
  stroke-dashoffset: 141.3;
}

.c-indicator.--3 .__bar {
  stroke-dashoffset: 70.65;
}

/****** フッター ******/
/*--------------------------------
 *  基本のフッター
--------------------------------*/
.l-footer__bg {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__under {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  text-align: center;
}

.l-footer small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

/*------ オーダーフォーム -------*/
.l-footer.--order {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/****** コンテンツエリア ******/
@media screen and (max-width: 600px) {
  #body_wrap.page-template-custom-template-form {
    padding-top: var(--swl-headerH, 0px) !important;
  }
}
#body_wrap.page-template-custom-template-form .l-content {
  background-color: #efefef;
  background-color: #F2FCFF;
  padding-bottom: 40px;
}

/*--------------------------------
 *  メインコンテンツ
--------------------------------*/
.l-content {
  margin-bottom: 0;
  background-color: #fff;
}

/****** セクション ******/
/*--------------------------------
 *  ホーム
--------------------------------*/
/*------ キービジュアル -------*/
.l-sect-home-keyVisual {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}
@media screen and (max-width: 600px) {
  .l-sect-home-keyVisual {
    padding-top: 15px;
  }
}

.l-sect-home-keyVisual__logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60px;
  height: auto;
}

.l-sect-home-keyVisual__desc {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.l-sect-home-keyVisual__title {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-sect-home-keyVisual__title img {
  display: block;
  width: auto;
  height: 1em;
}

.l-sect-home-keyVisual__bg {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/440;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../img/texture/04.svg");
          mask-image: url("../img/texture/04.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.l-sect-home-keyVisual__leadCopy {
  margin-top: 40px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  height: 280px;
}
.l-sect-home-keyVisual__leadCopy p {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.13em;
  -webkit-font-feature-settings: "vert";
          font-feature-settings: "vert";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

_::-webkit-full-page-media, _:future, :root .l-sect-home-keyVisual__leadCopy span {
  display: inline-block;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}

.l-sect-home-keyVisual__img {
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
.l-sect-home-keyVisual__img .__flower {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: -1;
  display: block;
  width: 184px;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-sect-home-keyVisual__img .__person {
  display: block;
  width: 280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.l-sect-home-keyVisual .c-btn.c-btn-order {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/*------ イラスト -------*/
.l-sect-home-illust {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  height: 140px;
  background-image: url("../img/texture/05.png"), -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EFEFEF));
  background-image: url("../img/texture/05.png"), linear-gradient(180deg, #F5F5F5 0%, #EFEFEF 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

/*------ お花の注文3ステップ -------*/
.l-sect-home-flow {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  padding-bottom: 44px;
  background-image: url("../img/texture/06.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

.l-sect-home-flow .c-btn.c-btn-order {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

/*------ みんなのフラワーオーダー -------*/
.l-sect.l-sect-home-case {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  position: relative;
  z-index: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  background-image: url("../img/texture/06.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  overflow: hidden;
  height: 730px;
}

.l-sect-home-case .c-heading-sect {
  margin-bottom: 40px;
  color: #fff;
}

.l-sect-home-case .c-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.l-sect-home-case__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 650px;
  background-color: #5CABC1;
  background-image: url("../img/texture/13.svg"), url("../img/texture/14.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 120px left, bottom 50px right;
  background-size: auto 320px, auto 320px;
  -webkit-mask-image: url("../img/texture/12.svg");
          mask-image: url("../img/texture/12.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.l-sect-home-case__deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: auto;
  height: 100px;
}

/*------ お知らせ -------*/
.l-sect.l-sect-home-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-sect-home-news .c-heading-sect {
  margin-bottom: 30px;
}

.l-sect-home-news .c-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

/*------ アイキャッチ -------*/
.l-sect.l-sect-home-eyeCatch {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  position: relative;
  z-index: 0;
  padding-bottom: 70px;
  background-color: #FFF2D9;
}

.l-sect-home-eyeCatch__shape {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-mask-image: url("../img/texture/17.svg");
          mask-image: url("../img/texture/17.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.l-sect-home-eyeCatch__img {
  display: block;
  width: 100%;
  height: auto;
}

.l-sect-home-eyeCatch__deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: auto;
  height: 100px;
}

/*------ おはなすたんどについて -------*/
.l-sect.l-sect-home-about {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF2D9;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.l-sect.l-sect-home-about > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.l-sect.l-sect-home-about > *:not(:last-child) {
  margin-bottom: 20px;
}

/*------ アクセス&店舗情報 -------*/
.l-sect.l-sect-home-access {
  margin-left: calc(var(--swl-pad_container, 0) * -1);
  margin-right: calc(var(--swl-pad_container, 0) * -1);
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  position: relative;
  z-index: 0;
  padding-top: 104px;
}

.l-sect-home-access__shape {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 66px;
  background-color: #FFF2D9;
  -webkit-mask-image: url("../img/texture/18.svg");
          mask-image: url("../img/texture/18.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.l-sect-home-access__deco {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 80px;
  height: auto;
}

.l-sect-home-access .c-heading-sect {
  margin-bottom: 40px;
}

.l-sect-home-access__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
  margin-top: 40px;
}
.l-sect-home-access__btnWrapper .c-btn {
  width: 200px;
  text-align: center;
}

/****** 背景エリア ******/
.l-background {
  position: fixed;
  z-index: -2;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}

.l-background__img {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .l-background__img {
    visibility: hidden;
  }
}

.l-background__inner {
  position: absolute;
  left: 50%;
  width: 1280px;
  height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-background .__block {
  padding: 20px;
  width: calc((100% - (var(--article_size))) * 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.l-background .__block.--left {
  left: 0;
}
.l-background .__block.--right {
  right: 0;
}

.l-background__menu {
  padding: 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 330px;
  background-color: #fff;
  border-radius: 100vh;
  pointer-events: auto;
}

.l-background .c-btn-order {
  margin-top: 40px;
}

.l-background .c-btn-sns {
  margin-top: 20px;
}

/****** ページタイトル ******/
.l-topTitleArea {
  position: relative;
  min-height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}

.l-topTitleArea__body {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 rga(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}

.c-pageTitle {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.c-pageTitle::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.c-ttl404 {
  font-size: 17.25px;
}

/* Object > Component
 * 接頭辞：c-
 * 再利用できるパターンとして最小単位のモジュールを定義
======================================*/
/****** 見出し/タイトル ******/
/*--------------------------------
 *  セクション
--------------------------------*/
.c-heading-sect {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/****** ラベル ******/
/*--------------------------------
 *  プライバシーポリシー
--------------------------------*/
.c-label-privacy {
  display: block;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  font-size: 12px;
  color: var(--color_main);
}

/****** ボタン ******/
/*--------------------------------
 *  基本
--------------------------------*/
.c-btn {
  position: relative;
  display: block;
  padding: 14px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid currentColor;
}

/*--------------------------------
 *  オーダー
--------------------------------*/
.c-btn.c-btn-order {
  font-size: 18px;
  color: #fff;
  background-color: var(--color_main);
  border-color: transparent;
}

.c-btn.c-btn-order::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 64px;
  background-image: url("../img/texture/01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*--------------------------------
 *  ハンバーガー
--------------------------------*/
.c-btn-menu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color_main);
  color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.c-btn-menu .__icon {
  width: 15px;
  height: 14px;
  position: relative;
}
.c-btn-menu .__icon > span {
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-menu .__icon > span:nth-of-type(1) {
  top: 0;
}
.c-btn-menu .__icon > span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-menu .__icon > span:nth-of-type(3) {
  bottom: 0;
}

/*------ 展開時 -------*/
[data-spmenu=opened] .c-btn-menu .__icon > span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}
[data-spmenu=opened] .c-btn-menu .__icon > span:nth-of-type(2) {
  width: 0;
}
[data-spmenu=opened] .c-btn-menu .__icon > span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

/*--------------------------------
 *  SNS
--------------------------------*/
.c-btn-sns__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-btn-sns {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-sns.--facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMCAxNiI+IDxwYXRoIGZpbGw9IiMzMzMiIGQ9Im04LjkgOS4wMTIuNDY4LTIuODkzSDYuNDU2VjQuMjQzYzAtLjc5LjQwOC0xLjU2NyAxLjcxNC0xLjU2N0g5LjVWLjE5NFM4LjMwMiAwIDcuMTUxIDBDNC43NTQgMCAzLjE4NCAxLjM4NCAzLjE4NCAzLjl2Mi4yMDdILjV2Mi44OTRoMi42NzJWMTZoMy4yODRWOWgyLjQ0NXYuMDEyWiIvPjwvc3ZnPg==");
  background-size: 9px auto;
}
.c-btn-sns.--twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCI+IDxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik0xNCAxNCA4LjI2OCA1Ljk2NyAxMy41MSAwaC0xLjE5M0w3LjczNSA1LjIyMSA0LjA3IDBIMGw1LjQ1NSA3Ljc3OEwwIDE0aDEuMTUxbDQuODM3LTUuNUw5Ljg0NSAxNFptLTEuNzQ3LS44OTVoLTEuOUwxLjcuODk1aDEuODhaIiBkYXRhLW5hbWU9IuODkeOCuSAzMCIvPjwvc3ZnPg==");
}
.c-btn-sns.--instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNCAxNCI+IDxwYXRoIGZpbGw9IiMzMzMiIGQ9Ik05LjkxNSAxNEg0LjA3NEMxLjgzOCAxNCAwIDEyLjE2OCAwIDkuOTRWNC4wNkMwIDEuODMyIDEuODM4IDAgNC4wNzQgMGg1Ljg1MkMxMi4xNjIgMCAxNCAxLjgzMiAxNCA0LjA2djUuODU3QzE0IDEyLjE2OCAxMi4xNjIgMTQgOS45MjYgMTRoLS4wMTFaTTQuMDM4IDEuMjk1Yy0xLjUyMSAwLTIuNzk3IDEuMjM3LTIuNzk3IDIuNzg4VjkuOTRhMi44IDIuOCAwIDAgMCAyLjc5NyAyLjc4OGg1Ljg1M2MxLjUyMiAwIDIuNzk4LTEuMjM2IDIuNzk4LTIuNzg4VjQuMDZhMi44IDIuOCAwIDAgMC0yLjc5OC0yLjc4OEg0LjAzOHYuMDIzWm0yLjkzOSA5LjI2M2MtMS45NzkgMC0zLjU5NC0xLjYxLTMuNTk0LTMuNTgxIDAtMS45NzIgMS42MTUtMy41ODIgMy41OTQtMy41ODIgMS45NzggMCAzLjU5MyAxLjYxIDMuNTkzIDMuNTgyIDAgMS45NzEtMS42MTUgMy41ODEtMy41OTMgMy41ODFabTAtNS44OGEyLjMyIDIuMzIgMCAwIDAtMi4zMTggMi4zMSAyLjMyIDIuMzIgMCAwIDAgMi4zMTggMi4zMSAyLjMyIDIuMzIgMCAwIDAgMi4zMTctMi4zMSAyLjMyIDIuMzIgMCAwIDAtMi4zMTctMi4zMVpNOS44OSAzLjI5YzAgLjQ2Ny4zNzUuODQuODQzLjg0YS44MzguODM4IDAgMCAwIC44NDMtLjg0LjgzOC44MzggMCAwIDAtLjg0My0uODQuODM4LjgzOCAwIDAgMC0uODQzLjg0WiIvPjwvc3ZnPg==");
}

.c-btn-sns:hover {
  opacity: 0.6;
}

/****** サイトロゴ ******/
/*--------------------------------
 *  ヘッダー
--------------------------------*/
.c-siteLogo {
  margin: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-siteLogo img {
  display: block;
  height: 30px;
}

/*------ ホバーアクション -------*/
.c-siteLogo:hover {
  opacity: 0.6;
}

/*--------------------------------
 *  背景エリア
--------------------------------*/
.c-siteLogo-background {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-siteLogo-background:hover {
  opacity: 0.6;
}

.c-siteLogo-background img {
  display: block;
  width: 100%;
  height: auto;
}

/****** ページネーション ******/
.c-pagination .page-numbers {
  border-radius: 50%;
}

/****** アイコン ******/
.c-icon {
  display: inline-block;
  height: 1.2em;
  width: 1em;
  margin-left: 0.25em;
  vertical-align: text-bottom;
}

.c-icon.--balloon {
  width: 1.8em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS44ODIgMTIiPiA8cGF0aCBmaWxsPSIjNDQ4NDk4IiBkPSJNMTAuOTQxIDBoLTZhNC45NDEgNC45NDEgMCAxIDAgMCA5Ljg4Mmg0LjcyYy43MDYgMCAuOTI3LjMyOC45MjcuNmExLjM4NSAxLjM4NSAwIDAgMS0uNzA2IDEuMTI1Yy0uMzA5LjIyLS4wNjYuNC4xNzYuNCAzLjE1NCAwIDUuODIzLTMuNDQxIDUuODIzLTcuMDU5QTQuOTQxIDQuOTQxIDAgMCAwIDEwLjk0MSAwWk00LjE4OSA1Ljg3OWEuOTM4LjkzOCAwIDEgMSAuOTM4LS45MzguOTM4LjkzOCAwIDAgMS0uOTM4LjkzOFptMy43NTIgMGEuOTM4LjkzOCAwIDEgMSAuOTM4LS45MzguOTM5LjkzOSAwIDAgMS0uOTM4LjkzOFptMy43NTIgMGEuOTM4LjkzOCAwIDEgMSAuOTM4LS45MzguOTM4LjkzOCAwIDAgMS0uOTM4LjkzOFoiIGRhdGEtbmFtZT0i44OR44K5IDE1Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/****** Datepicker ******/
/*================================
 *  jQuery UI Datepicker カスタムスタイル
 *  
 *  機能:
 *  - HTML5 date入力をjQuery UI Datepickerに置き換え
 *  - 直接入力防止（readonly + キーイベントブロック）
 *  - 日本語ローカライゼーション
 *  - テーマカラー連携
 *  - レスポンシブ対応
 *  
 *  使用方法:
 *  HTML: <input type="date" name="example" />
 *  → 自動的にjQuery UI Datepickerに変換される
 *  
 *  設定:
 *  - 最小日付: 3日後から選択可能
 *  - 年選択: 現在年の前後10年
 *  - 日曜日始まりのカレンダー
 *  - ボタンパネル表示（今日・閉じる）
 *  
 *  カスタマイズ:
 *  CSS変数で色やサイズを調整可能
 *  --color_main: メインカラー
 *  --color_text: テキストカラー
 *  --swl-font_family: フォントファミリー
================================*/
/*================================
 *  変数定義
================================*/
:root {
  --datepicker-bg: #ffffff;
  --datepicker-border: #dee2e6;
  --datepicker-header-bg: var(--color_main);
  --datepicker-header-text: #ffffff;
  --datepicker-text: var(--color_text);
  --datepicker-hover: #f8f9fa;
  --datepicker-selected: var(--color_main);
  --datepicker-today-bg: rgba(var(--color_main_rgb, 0, 123, 255), 0.1);
  --datepicker-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  --datepicker-z-index: 9999;
}

/*================================
 *  入力フィールドスタイル
================================*/
.datepicker-input,
input[type=text].hasDatepicker {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px !important;
  cursor: pointer !important;
}
.datepicker-input[readonly],
input[type=text].hasDatepicker[readonly] {
  background-color: #f8f9fa !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}
.datepicker-input[readonly]:focus,
input[type=text].hasDatepicker[readonly]:focus {
  outline: 2px solid var(--color_main) !important;
  outline-offset: -2px !important;
  -webkit-box-shadow: 0 0 0 3px rgba(var(--color_main_rgb, 0, 123, 255), 0.1) !important;
          box-shadow: 0 0 0 3px rgba(var(--color_main_rgb, 0, 123, 255), 0.1) !important;
}
.datepicker-input[readonly]:hover,
input[type=text].hasDatepicker[readonly]:hover {
  background-color: #e9ecef !important;
}
.datepicker-input[readonly]::-webkit-input-placeholder, input[type=text].hasDatepicker[readonly]::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 0.8 !important;
}
.datepicker-input[readonly]::-moz-placeholder, input[type=text].hasDatepicker[readonly]::-moz-placeholder {
  color: #6c757d !important;
  opacity: 0.8 !important;
}
.datepicker-input[readonly]:-ms-input-placeholder, input[type=text].hasDatepicker[readonly]:-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 0.8 !important;
}
.datepicker-input[readonly]::-ms-input-placeholder, input[type=text].hasDatepicker[readonly]::-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 0.8 !important;
}
.datepicker-input[readonly]::placeholder,
input[type=text].hasDatepicker[readonly]::placeholder {
  color: #6c757d !important;
  opacity: 0.8 !important;
}

/*================================
 *  jQuery UI リセット
================================*/
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: static !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

/*================================
 *  メインカレンダーコンテナ
================================*/
.ui-datepicker.ohana-datepicker {
  font-family: var(--swl-font_family) !important;
  font-size: 12px !important;
  border: 1px solid var(--datepicker-border) !important;
  border-radius: 8px !important;
  -webkit-box-shadow: var(--datepicker-shadow) !important;
          box-shadow: var(--datepicker-shadow) !important;
  background: var(--datepicker-bg) !important;
  z-index: var(--datepicker-z-index) !important;
  width: 300px !important;
  max-width: 90vw !important;
  padding: 0 !important;
  overflow: hidden;
}

/*================================
 *  ヘッダーエリア
================================*/
.ui-datepicker.ohana-datepicker .ui-datepicker-header {
  background: var(--datepicker-header-bg) !important;
  color: var(--datepicker-header-text) !important;
  border: none !important;
  border-radius: 8px 8px 0 0 !important;
  padding: 12px 16px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: relative !important;
  height: auto !important;
  min-height: 40px !important;
}

/*================================
 *  ナビゲーションボタン
================================*/
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 4px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  position: static !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-image: none !important;
  text-indent: 0 !important;
  position: static !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  margin: 0 !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  border-width: 5px 7px 5px 0 !important;
  border-color: transparent white transparent transparent !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  border-width: 5px 0 5px 7px !important;
  border-color: transparent transparent transparent white !important;
}

/*================================
 *  タイトルエリア
================================*/
.ui-datepicker.ohana-datepicker .ui-datepicker-title {
  color: var(--datepicker-header-text) !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  text-align: center !important;
  margin: 0 8px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 4px !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-title select {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--color_text) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
  margin: 0 2px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  cursor: pointer !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-title select:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5) !important;
  outline-offset: 1px !important;
}

/*================================
 *  カレンダーテーブル
================================*/
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 2px !important;
  margin: 12px !important;
  width: calc(100% - 24px) !important;
  table-layout: fixed !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar th {
  background: #f8f9fa !important;
  color: var(--datepicker-text) !important;
  font-weight: 600 !important;
  padding: 8px 4px !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  text-align: center !important;
  width: 14.28% !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar td {
  padding: 1px !important;
  text-align: center !important;
  width: 14.28% !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar td a, .ui-datepicker.ohana-datepicker .ui-datepicker-calendar td span {
  display: block !important;
  padding: 8px 4px !important;
  text-align: center !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  color: var(--datepicker-text) !important;
  border: 1px solid transparent !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  min-width: 24px !important;
  min-height: 24px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker.ohana-datepicker .ui-datepicker-calendar td span:hover {
  background: var(--datepicker-hover) !important;
  border-color: var(--color_main) !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: var(--datepicker-today-bg) !important;
  border-color: var(--color_main) !important;
  font-weight: 700 !important;
  color: var(--color_main) !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar .ui-state-active {
  background: var(--datepicker-selected) !important;
  color: white !important;
  border-color: var(--datepicker-selected) !important;
  font-weight: 700 !important;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar .ui-datepicker-other-month span {
  color: #ccc !important;
  opacity: 0.5 !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default {
  color: #ddd !important;
  background: #f5f5f5 !important;
  cursor: not-allowed !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default:hover {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*================================
 *  ボタンパネル
================================*/
.ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane {
  background: #f8f9fa !important;
  border-top: 1px solid var(--datepicker-border) !important;
  padding: 12px !important;
  border-radius: 0 0 8px 8px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane button {
  background: var(--color_main) !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  min-width: 60px !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane button:hover {
  opacity: 0.9 !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  background: #6c757d !important;
}
.ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
  background: #5a6268 !important;
}

/*================================
 *  レスポンシブ対応
================================*/
@media (max-width: 480px) {
  .ui-datepicker.ohana-datepicker {
    width: calc(100vw - 20px) !important;
    max-width: 320px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-header {
    padding: 10px 12px !important;
    min-height: 36px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 13px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-title select {
    font-size: 11px !important;
    padding: 1px 4px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker.ohana-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 20px !important;
    height: 20px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-calendar {
    margin: 8px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-calendar th {
    padding: 6px 2px !important;
    font-size: 10px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-calendar td a, .ui-datepicker.ohana-datepicker .ui-datepicker-calendar td span {
    padding: 6px 2px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    font-size: 11px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane {
    padding: 8px !important;
  }
  .ui-datepicker.ohana-datepicker .ui-datepicker-buttonpane button {
    padding: 4px 8px !important;
    font-size: 10px !important;
    min-width: 50px !important;
  }
}
/* Object > Project
 * 接頭辞：p-
 * 再利用できるパターンとしてComponentの集合体を定義
 * もしくはComponentとするには大きすぎるObject（4階層構造以上を目安）を定義
======================================*/
/****** リスト ******/
/*--------------------------------
 *  お知らせ
--------------------------------*/
.p-list__unit {
  border-top: 1px solid #ddd;
}

.p-list {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.p-list .__col.--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.p-list .__col.--title {
  margin-top: 10px;
}

.p-list time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--color_main);
}

.p-list__term {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: var(--color_main);
}

.p-list__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
}

/*--------------------------------
 *  画像ギャラリー
--------------------------------*/
.p-list-gallery__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}

.p-list-gallery {
  position: relative;
}

.p-list-gallery__thumb {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 3/4;
  overflow: hidden;
}
.p-list-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-list-gallery__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 5px;
}
.p-list-gallery__tagList li {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--color_text);
}

/*--------------------------------
 *  ハッシュタグリスト
--------------------------------*/
.p-list-hashtag {
  margin-bottom: 40px;
}

.p-list-hashtag__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-list-hashtag__unit .__item {
  font-size: 14px;
  color: var(--color_main);
}

/****** ナビゲーション ******/
/*--------------------------------
 *  共通
--------------------------------*/
.p-nav {
  position: relative;
}

.p-nav .menu-item {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .p-nav .menu-item {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.p-nav .menu-item:last-of-type {
  margin-bottom: 0 !important;
}

.p-nav .menu-item > a {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/****** フォーム ******/
.p-form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: inherit;
}

.p-form .__row {
  margin-bottom: 2em;
}
.p-form .__row.--sub {
  padding-left: 1em;
}

.p-form .__subHeading,
.p-form .__th {
  padding-bottom: 0.5em;
  font-size: 14px;
  font-weight: 700;
  color: #777777;
}
.p-form .__subHeading sup,
.p-form .__th sup {
  margin-left: 0.5em;
  color: #FF6B6B;
}
.p-form .__subHeading small,
.p-form .__th small {
  font-size: 12px;
  font-weight: 500;
}

.p-form .__td {
  font-size: 14px;
}

.p-form .__td input[type=text],
.p-form .__td input[type=tel],
.p-form .__td input[type=url],
.p-form .__td input[type=date],
.p-form .__td input[type=email],
.p-form .__td input[type=number],
.p-form .__td select,
.p-form .__td textarea {
  padding: 0.5em 0.75em;
  width: 100%;
  display: block;
  border-radius: 0;
  background-color: #fff;
  border-radius: 8px;
}
.p-form .__td input[type=file] {
  padding: 0;
  border-width: 0;
  font-size: 14px;
  background-color: transparent;
}
.p-form .__td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 1.5em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+IDxwYXRoIGZpbGw9IiNhMGE1YWEiIGQ9Im01IDYgNSA1IDUtNSAyIDEtNyA3LTctNyAyLTF6Ii8+PC9zdmc+");
  background-position: center right 0.5em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.p-form .__td input[type=radio],
.p-form .__td input[type=checkbox] {
  margin-right: 4px;
  vertical-align: -1px;
}
.p-form .__td input[name=ご予算] {
  width: 50%;
}
.p-form .__td textarea {
  resize: none !important;
}

.p-form .__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-form .__number > span {
  -ms-flex-preferred-size: fit-content;
      flex-basis: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 0;
}
.p-form .__number > input {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}

.p-form .__horiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  padding-top: 0.5em;
  font-size: 14px;
  line-height: 1;
}

.p-form .__suffix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.p-form .__suffix > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form .__suffix > *:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  white-space: nowrap;
}

.p-form .__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
  width: 100%;
}

.p-form .__button {
  position: relative;
  padding: 0.75em 0;
  width: calc((100% - 10px) * 0.5);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: inherit;
  color: #FFF;
  text-decoration: none;
  background-color: var(--color_main);
  border-width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.p-form .__button:hover {
  opacity: 0.6;
}

.p-form .__button.--next {
  padding-right: 35px;
  background-color: #20A0FF;
}
.p-form .__button.--next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 35px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-form .__button.--next::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon/02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-form .__button.--back {
  padding-left: 35px;
  background-color: #F2711C;
}
.p-form .__button.--back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 35px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-form .__button.--back::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon/03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-form .__button.--submit {
  background-color: #20A0FF;
}

.p-form .__heading {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 2em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color_main);
  border-top: 2px solid var(--color_border);
}
.p-form .__heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}

.p-form .__paragraph {
  margin-bottom: 1.25em;
  font-size: 0.875em;
}

.p-form .__note {
  padding-bottom: 0.5em;
  font-size: 12px;
  line-height: 1.4;
  color: #777;
}

.p-form .__fileName {
  color: #006ba1;
  font-weight: 600;
}

.p-form .__delete {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  border-color: currentColor;
  border-radius: 2px;
  font-size: 14px;
  line-height: 25px;
}

.p-form .__error {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  color: #FF6B6B;
  -webkit-animation: errorFadeIn 0.3s ease-out;
          animation: errorFadeIn 0.3s ease-out;
}

@-webkit-keyframes errorFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes errorFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-form .__row:has(.__error) .__th {
  color: #FF6B6B;
}
.p-form .__row:has(.__error) input:not([type=range]),
.p-form .__row:has(.__error) select,
.p-form .__row:has(.__error) textarea {
  border-color: #FF6B6B;
  background-color: #FFF8F8;
}
.p-form .__row:has(.__error) input:not([type=range]):focus,
.p-form .__row:has(.__error) select:focus,
.p-form .__row:has(.__error) textarea:focus {
  outline-color: #FF6B6B;
  border-color: #FF6B6B;
}

[data-toggle] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
[data-toggle].--hidden {
  opacity: 0;
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[data-toggle].--visible {
  opacity: 1;
}

.p-form .__balloon {
  position: relative;
  margin-top: 2em;
  padding: 1em 0.75em;
  font-size: 12px;
  color: #777;
  background-color: #fff;
  border: 2px dashed var(--baloon_color);
  border-radius: 8px;
  text-underline-offset: 0.5ex;
}
.p-form .__balloon > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.p-form .__balloon > *:not(:last-child) {
  margin-bottom: 1em;
}

.p-form .__balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 50%;
  top: -10px;
  border-top: 2px dashed var(--baloon_color);
  border-right: 2px dashed var(--baloon_color);
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-form .__balloon ol,
.p-form .__balloon ul {
  list-style: auto;
  padding-left: 1.5em;
}

/*--------------------------------
 *  確認画面
--------------------------------*/
.p-form-confirm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 20px;
  color: #777777;
}
.p-form-confirm .__group {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0431372549);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.0431372549);
}
.p-form-confirm h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 2px solid #DDDDDD;
}
.p-form-confirm .__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-bottom: 10px;
}
.p-form-confirm .__row:last-of-type {
  margin-bottom: 0;
}
.p-form-confirm .__th,
.p-form-confirm .__td {
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
}
.p-form-confirm .__th {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-weight: 700;
}
.p-form-confirm .__td {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
}

/*--------------------------------
 *  完了画面
--------------------------------*/
.p-form.--complete {
  padding: 0;
  background-color: inherit;
  border-width: 0;
  max-width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-form.--complete p {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-form.--complete p {
    text-align: start;
  }
}

/*--------------------------------
 *  予算スライダー (input[type="range"])
--------------------------------*/
.p-form .__budget {
  margin-top: 10px;
}
.p-form .__budget .__range {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #EEEEEE;
  border-radius: 4px;
  outline: none;
}
.p-form .__budget .__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid var(--color_main);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-form .__budget .__range::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-form .__budget .__range::-webkit-slider-thumb:active {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.p-form .__budget .__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid var(--color_main);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -moz-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.p-form .__budget .__range::-moz-range-thumb:hover {
  transform: scale(1.1);
}
.p-form .__budget .__range::-moz-range-thumb:active {
  transform: scale(1.15);
}
.p-form .__budget .__range::-moz-range-track {
  width: 100%;
  height: 8px;
  background: #EEEEEE;
  border-radius: 4px;
  border: none;
}
.p-form .__budget .__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-form .__budget .__number input {
  padding: 8px 12px;
  border: 2px solid #DDDDDD;
  border-radius: 8px;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #333;
}
.p-form .__budget .__number input:focus {
  outline: none;
  border-color: var(--color_main);
}
.p-form .__budget .__number .__unit {
  font-size: 12px;
  color: #777777;
  white-space: nowrap;
}

/****** カード ******/
/*--------------------------------
 *  お花の注文3ステップ
--------------------------------*/
.p-card-flow__unit {
  counter-reset: step 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  row-gap: 40px;
}

.p-card-flow {
  position: relative;
  padding-top: 40px;
  background-image: url("../img/texture/07.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 490px auto;
}
.p-card-flow::after {
  counter-increment: step 1;
  content: "0" counter(step);
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  font-family: "Cinzel", serif;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #E7A5A9;
  border-radius: 50%;
}

.p-card-flow__thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/4;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.p-card-flow__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-flow__text {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding-left: var(--swl-pad_container, 0px);
  padding-right: var(--swl-pad_container, 0px);
}

.p-card-flow__title {
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #333333;
}

.p-card-flow__desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.p-card-flow .__comment {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
}
.p-card-flow .__comment.--01 {
  width: 140px;
  top: 202px;
  right: 25px;
}
.p-card-flow .__comment.--02 {
  width: 101px;
  top: 110px;
  right: 44px;
}
.p-card-flow .__comment.--03 {
  width: 100px;
  top: 140px;
  left: 80px;
}

/*------ 偶数番目 -------*/
.p-card-flow:nth-child(even) {
  background-image: url("../img/texture/08.svg");
}
.p-card-flow:nth-child(even) .p-card-flow__thumb {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

/*--------------------------------
 *  フォームパーツ
--------------------------------*/
.p-card-form__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.p-card-form__unit input[type=radio],
.p-card-form__unit input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-card-form {
  position: relative;
  padding: 8px;
  color: #777777;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
}

input[type=checkbox] + .p-card-form::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #efefef;
  border-radius: 50%;
}
input[type=checkbox] + .p-card-form .p-card-form__title {
  padding-left: 18px;
}

.p-card-form__img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1;
}
.p-card-form__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-form__title {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: inherit;
  text-align: center;
}

input[type=radio]:checked + .p-card-form {
  background-color: var(--color_main);
  color: #fff;
}
input[type=radio]:checked + .p-card-form .p-card-form__img {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

input[type=checkbox]:checked + .p-card-form {
  outline: 2px solid var(--color_main);
  outline-offset: -2px;
  color: var(--color_main);
}
input[type=checkbox]:checked + .p-card-form::before {
  content: "";
  background-color: transparent;
  background-image: url("../img/icon/01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------
 *  ラジオボタン
--------------------------------*/
.p-card-radio__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.p-card-radio__unit input[type=radio] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-card-radio {
  position: relative;
  padding: 8px;
  color: #777777;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  cursor: pointer;
}
.p-card-radio::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.p-card-radio::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #eee;
}

.p-card-radio__img {
  display: block;
  margin-bottom: 7px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1;
}
.p-card-radio__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card-radio__title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: inherit;
  text-align: center;
}

input[type=radio]:checked + .p-card-radio {
  font-weight: 700;
  color: var(--color_main);
}
input[type=radio]:checked + .p-card-radio::after {
  background-color: var(--color_main);
}

/****** スライダー ******/
/*--------------------------------
 *  みんなのフラワーオーダー
--------------------------------*/
.swiper.p-slider-gallery {
  overflow: visible !important;
  width: 100%;
}
.swiper.p-slider-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.swiper.p-slider-gallery .swiper-slide {
  width: 200px;
  height: auto;
}
.swiper.p-slider-gallery .p-list-gallery__tagList li {
  color: #FFF;
}

.p-slider-gallery:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/****** 表組 ******/
.p-table {
  width: 295px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.p-table th,
.p-table td {
  font-weight: 500;
  line-height: 1.8;
  vertical-align: baseline;
  text-align: start;
}

.p-table th {
  width: 100px;
  color: var(--color_main);
}

.p-table tr:not(:last-of-type) th,
.p-table tr:not(:last-of-type) td {
  padding-bottom: 10px;
}

/****** スマホ開閉メニュー ******/
.p-spMenu {
  display: block !important;
  margin-top: var(--wp-admin--admin-bar--height, 0px);
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
  font-size: 16px;
}

.-right .p-spMenu__inner {
  padding-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  font-size: inherit;
  background-color: transparent !important;
  color: var(--color_text);
}
.-right .p-spMenu__inner::before {
  background-color: #F8F7F2;
}

.p-spMenu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 40px;
  height: 100%;
}

.p-spMenu__body .c-btn-order {
  margin-top: 30px;
  white-space: nowrap;
}

.p-spMenu__body .c-btn-sns__unit {
  margin-top: 20px;
}

/*------ 展開時 -------*/
[data-spmenu=opened] #wpadminbar {
  z-index: 99999;
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

/* Utility
 * 接頭辞：u-
 * スポットで状態変化させたいmarginなどの補助クラスを定義
======================================*/
/****** マージン ******/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt0e {
  margin-top: 0em !important;
}

.u-mb0e {
  margin-bottom: 0em !important;
}

.u-mt0_25e {
  margin-top: 0.25em !important;
}

.u-mb0_25e {
  margin-bottom: 0.25em !important;
}

.u-mt0_5e {
  margin-top: 0.5em !important;
}

.u-mb0_5e {
  margin-bottom: 0.5em !important;
}

.u-mt0_75e {
  margin-top: 0.75em !important;
}

.u-mb0_75e {
  margin-bottom: 0.75em !important;
}

.u-mt1e {
  margin-top: 1em !important;
}

.u-mb1e {
  margin-bottom: 1em !important;
}

.u-mt1_25e {
  margin-top: 1.25em !important;
}

.u-mb1_25e {
  margin-bottom: 1.25em !important;
}

.u-mt1_5e {
  margin-top: 1.5em !important;
}

.u-mb1_5e {
  margin-bottom: 1.5em !important;
}

.u-mt1_75e {
  margin-top: 1.75em !important;
}

.u-mb1_75e {
  margin-bottom: 1.75em !important;
}

.u-mt2e {
  margin-top: 2em !important;
}

.u-mb2e {
  margin-bottom: 2em !important;
}

.u-mt2_25e {
  margin-top: 2.25em !important;
}

.u-mb2_25e {
  margin-bottom: 2.25em !important;
}

.u-mt2_5e {
  margin-top: 2.5em !important;
}

.u-mb2_5e {
  margin-bottom: 2.5em !important;
}

@media screen and (min-width: 961px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt5 {
    margin-top: 5px !important;
  }
  .l-mb5 {
    margin-bottom: 5px !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt15 {
    margin-top: 15px !important;
  }
  .l-mb15 {
    margin-bottom: 15px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt25 {
    margin-top: 25px !important;
  }
  .l-mb25 {
    margin-bottom: 25px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt35 {
    margin-top: 35px !important;
  }
  .l-mb35 {
    margin-bottom: 35px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt45 {
    margin-top: 45px !important;
  }
  .l-mb45 {
    margin-bottom: 45px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .l-mt0e {
    margin-top: 0em !important;
  }
  .l-mb0e {
    margin-bottom: 0em !important;
  }
  .l-mt0_25e {
    margin-top: 0.25em !important;
  }
  .l-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .l-mt0_5e {
    margin-top: 0.5em !important;
  }
  .l-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .l-mt0_75e {
    margin-top: 0.75em !important;
  }
  .l-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .l-mt1e {
    margin-top: 1em !important;
  }
  .l-mb1e {
    margin-bottom: 1em !important;
  }
  .l-mt1_25e {
    margin-top: 1.25em !important;
  }
  .l-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .l-mt1_5e {
    margin-top: 1.5em !important;
  }
  .l-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .l-mt1_75e {
    margin-top: 1.75em !important;
  }
  .l-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .l-mt2e {
    margin-top: 2em !important;
  }
  .l-mb2e {
    margin-bottom: 2em !important;
  }
  .l-mt2_25e {
    margin-top: 2.25em !important;
  }
  .l-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .l-mt2_5e {
    margin-top: 2.5em !important;
  }
  .l-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
  .l-mb0 {
    margin-bottom: 0px !important;
  }
  .l-mt5 {
    margin-top: 5px !important;
  }
  .l-mb5 {
    margin-bottom: 5px !important;
  }
  .l-mt10 {
    margin-top: 10px !important;
  }
  .l-mb10 {
    margin-bottom: 10px !important;
  }
  .l-mt15 {
    margin-top: 15px !important;
  }
  .l-mb15 {
    margin-bottom: 15px !important;
  }
  .l-mt20 {
    margin-top: 20px !important;
  }
  .l-mb20 {
    margin-bottom: 20px !important;
  }
  .l-mt25 {
    margin-top: 25px !important;
  }
  .l-mb25 {
    margin-bottom: 25px !important;
  }
  .l-mt30 {
    margin-top: 30px !important;
  }
  .l-mb30 {
    margin-bottom: 30px !important;
  }
  .l-mt35 {
    margin-top: 35px !important;
  }
  .l-mb35 {
    margin-bottom: 35px !important;
  }
  .l-mt40 {
    margin-top: 40px !important;
  }
  .l-mb40 {
    margin-bottom: 40px !important;
  }
  .l-mt45 {
    margin-top: 45px !important;
  }
  .l-mb45 {
    margin-bottom: 45px !important;
  }
  .l-mt50 {
    margin-top: 50px !important;
  }
  .l-mb50 {
    margin-bottom: 50px !important;
  }
  .m-mt0e {
    margin-top: 0em !important;
  }
  .m-mb0e {
    margin-bottom: 0em !important;
  }
  .m-mt0_25e {
    margin-top: 0.25em !important;
  }
  .m-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .m-mt0_5e {
    margin-top: 0.5em !important;
  }
  .m-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .m-mt0_75e {
    margin-top: 0.75em !important;
  }
  .m-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .m-mt1e {
    margin-top: 1em !important;
  }
  .m-mb1e {
    margin-bottom: 1em !important;
  }
  .m-mt1_25e {
    margin-top: 1.25em !important;
  }
  .m-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .m-mt1_5e {
    margin-top: 1.5em !important;
  }
  .m-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .m-mt1_75e {
    margin-top: 1.75em !important;
  }
  .m-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .m-mt2e {
    margin-top: 2em !important;
  }
  .m-mb2e {
    margin-bottom: 2em !important;
  }
  .m-mt2_25e {
    margin-top: 2.25em !important;
  }
  .m-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .m-mt2_5e {
    margin-top: 2.5em !important;
  }
  .m-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 600px) {
  .s-mt0 {
    margin-top: 0px !important;
  }
  .s-mb0 {
    margin-bottom: 0px !important;
  }
  .s-mt5 {
    margin-top: 5px !important;
  }
  .s-mb5 {
    margin-bottom: 5px !important;
  }
  .s-mt10 {
    margin-top: 10px !important;
  }
  .s-mb10 {
    margin-bottom: 10px !important;
  }
  .s-mt15 {
    margin-top: 15px !important;
  }
  .s-mb15 {
    margin-bottom: 15px !important;
  }
  .s-mt20 {
    margin-top: 20px !important;
  }
  .s-mb20 {
    margin-bottom: 20px !important;
  }
  .s-mt25 {
    margin-top: 25px !important;
  }
  .s-mb25 {
    margin-bottom: 25px !important;
  }
  .s-mt30 {
    margin-top: 30px !important;
  }
  .s-mb30 {
    margin-bottom: 30px !important;
  }
  .s-mt35 {
    margin-top: 35px !important;
  }
  .s-mb35 {
    margin-bottom: 35px !important;
  }
  .s-mt40 {
    margin-top: 40px !important;
  }
  .s-mb40 {
    margin-bottom: 40px !important;
  }
  .s-mt45 {
    margin-top: 45px !important;
  }
  .s-mb45 {
    margin-bottom: 45px !important;
  }
  .s-mt50 {
    margin-top: 50px !important;
  }
  .s-mb50 {
    margin-bottom: 50px !important;
  }
  .s-mt0e {
    margin-top: 0em !important;
  }
  .s-mb0e {
    margin-bottom: 0em !important;
  }
  .s-mt0_25e {
    margin-top: 0.25em !important;
  }
  .s-mb0_25e {
    margin-bottom: 0.25em !important;
  }
  .s-mt0_5e {
    margin-top: 0.5em !important;
  }
  .s-mb0_5e {
    margin-bottom: 0.5em !important;
  }
  .s-mt0_75e {
    margin-top: 0.75em !important;
  }
  .s-mb0_75e {
    margin-bottom: 0.75em !important;
  }
  .s-mt1e {
    margin-top: 1em !important;
  }
  .s-mb1e {
    margin-bottom: 1em !important;
  }
  .s-mt1_25e {
    margin-top: 1.25em !important;
  }
  .s-mb1_25e {
    margin-bottom: 1.25em !important;
  }
  .s-mt1_5e {
    margin-top: 1.5em !important;
  }
  .s-mb1_5e {
    margin-bottom: 1.5em !important;
  }
  .s-mt1_75e {
    margin-top: 1.75em !important;
  }
  .s-mb1_75e {
    margin-bottom: 1.75em !important;
  }
  .s-mt2e {
    margin-top: 2em !important;
  }
  .s-mb2e {
    margin-bottom: 2em !important;
  }
  .s-mt2_25e {
    margin-top: 2.25em !important;
  }
  .s-mb2_25e {
    margin-bottom: 2.25em !important;
  }
  .s-mt2_5e {
    margin-top: 2.5em !important;
  }
  .s-mb2_5e {
    margin-bottom: 2.5em !important;
  }
}
/****** パディング ******/
.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pt0e {
  margin-top: 0em !important;
}

.u-pb0e {
  margin-bottom: 0em !important;
}

.u-pt0_25e {
  margin-top: 0.25em !important;
}

.u-pb0_25e {
  margin-bottom: 0.25em !important;
}

.u-pt0_5e {
  margin-top: 0.5em !important;
}

.u-pb0_5e {
  margin-bottom: 0.5em !important;
}

.u-pt0_75e {
  margin-top: 0.75em !important;
}

.u-pb0_75e {
  margin-bottom: 0.75em !important;
}

.u-pt1e {
  margin-top: 1em !important;
}

.u-pb1e {
  margin-bottom: 1em !important;
}

.u-pt1_25e {
  margin-top: 1.25em !important;
}

.u-pb1_25e {
  margin-bottom: 1.25em !important;
}

.u-pt1_5e {
  margin-top: 1.5em !important;
}

.u-pb1_5e {
  margin-bottom: 1.5em !important;
}

.u-pt1_75e {
  margin-top: 1.75em !important;
}

.u-pb1_75e {
  margin-bottom: 1.75em !important;
}

.u-pt2e {
  margin-top: 2em !important;
}

.u-pb2e {
  margin-bottom: 2em !important;
}

.u-pt2_25e {
  margin-top: 2.25em !important;
}

.u-pb2_25e {
  margin-bottom: 2.25em !important;
}

.u-pt2_5e {
  margin-top: 2.5em !important;
}

.u-pb2_5e {
  margin-bottom: 2.5em !important;
}

@media screen and (min-width: 961px) {
  .l-pt0 {
    padding-top: 0px !important;
  }
  .l-pb0 {
    padding-bottom: 0px !important;
  }
  .l-pt5 {
    padding-top: 5px !important;
  }
  .l-pb5 {
    padding-bottom: 5px !important;
  }
  .l-pt10 {
    padding-top: 10px !important;
  }
  .l-pb10 {
    padding-bottom: 10px !important;
  }
  .l-pt15 {
    padding-top: 15px !important;
  }
  .l-pb15 {
    padding-bottom: 15px !important;
  }
  .l-pt20 {
    padding-top: 20px !important;
  }
  .l-pb20 {
    padding-bottom: 20px !important;
  }
  .l-pt25 {
    padding-top: 25px !important;
  }
  .l-pb25 {
    padding-bottom: 25px !important;
  }
  .l-pt30 {
    padding-top: 30px !important;
  }
  .l-pb30 {
    padding-bottom: 30px !important;
  }
  .l-pt35 {
    padding-top: 35px !important;
  }
  .l-pb35 {
    padding-bottom: 35px !important;
  }
  .l-pt40 {
    padding-top: 40px !important;
  }
  .l-pb40 {
    padding-bottom: 40px !important;
  }
  .l-pt45 {
    padding-top: 45px !important;
  }
  .l-pb45 {
    padding-bottom: 45px !important;
  }
  .l-pt50 {
    padding-top: 50px !important;
  }
  .l-pb50 {
    padding-bottom: 50px !important;
  }
  .l-pt0e {
    margin-top: 0em !important;
  }
  .l-pb0e {
    margin-bottom: 0em !important;
  }
  .l-pt0_25e {
    margin-top: 0.25em !important;
  }
  .l-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .l-pt0_5e {
    margin-top: 0.5em !important;
  }
  .l-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .l-pt0_75e {
    margin-top: 0.75em !important;
  }
  .l-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .l-pt1e {
    margin-top: 1em !important;
  }
  .l-pb1e {
    margin-bottom: 1em !important;
  }
  .l-pt1_25e {
    margin-top: 1.25em !important;
  }
  .l-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .l-pt1_5e {
    margin-top: 1.5em !important;
  }
  .l-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .l-pt1_75e {
    margin-top: 1.75em !important;
  }
  .l-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .l-pt2e {
    margin-top: 2em !important;
  }
  .l-pb2e {
    margin-bottom: 2em !important;
  }
  .l-pt2_25e {
    margin-top: 2.25em !important;
  }
  .l-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .l-pt2_5e {
    margin-top: 2.5em !important;
  }
  .l-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .m-pt0 {
    padding-top: 0px !important;
  }
  .m-pb0 {
    padding-bottom: 0px !important;
  }
  .m-pt5 {
    padding-top: 5px !important;
  }
  .m-pb5 {
    padding-bottom: 5px !important;
  }
  .m-pt10 {
    padding-top: 10px !important;
  }
  .m-pb10 {
    padding-bottom: 10px !important;
  }
  .m-pt15 {
    padding-top: 15px !important;
  }
  .m-pb15 {
    padding-bottom: 15px !important;
  }
  .m-pt20 {
    padding-top: 20px !important;
  }
  .m-pb20 {
    padding-bottom: 20px !important;
  }
  .m-pt25 {
    padding-top: 25px !important;
  }
  .m-pb25 {
    padding-bottom: 25px !important;
  }
  .m-pt30 {
    padding-top: 30px !important;
  }
  .m-pb30 {
    padding-bottom: 30px !important;
  }
  .m-pt35 {
    padding-top: 35px !important;
  }
  .m-pb35 {
    padding-bottom: 35px !important;
  }
  .m-pt40 {
    padding-top: 40px !important;
  }
  .m-pb40 {
    padding-bottom: 40px !important;
  }
  .m-pt45 {
    padding-top: 45px !important;
  }
  .m-pb45 {
    padding-bottom: 45px !important;
  }
  .m-pt50 {
    padding-top: 50px !important;
  }
  .m-pb50 {
    padding-bottom: 50px !important;
  }
  .m-pt0e {
    margin-top: 0em !important;
  }
  .m-pb0e {
    margin-bottom: 0em !important;
  }
  .m-pt0_25e {
    margin-top: 0.25em !important;
  }
  .m-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .m-pt0_5e {
    margin-top: 0.5em !important;
  }
  .m-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .m-pt0_75e {
    margin-top: 0.75em !important;
  }
  .m-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .m-pt1e {
    margin-top: 1em !important;
  }
  .m-pb1e {
    margin-bottom: 1em !important;
  }
  .m-pt1_25e {
    margin-top: 1.25em !important;
  }
  .m-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .m-pt1_5e {
    margin-top: 1.5em !important;
  }
  .m-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .m-pt1_75e {
    margin-top: 1.75em !important;
  }
  .m-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .m-pt2e {
    margin-top: 2em !important;
  }
  .m-pb2e {
    margin-bottom: 2em !important;
  }
  .m-pt2_25e {
    margin-top: 2.25em !important;
  }
  .m-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .m-pt2_5e {
    margin-top: 2.5em !important;
  }
  .m-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 600px) {
  .s-pt0 {
    padding-top: 0px !important;
  }
  .s-pb0 {
    padding-bottom: 0px !important;
  }
  .s-pt5 {
    padding-top: 5px !important;
  }
  .s-pb5 {
    padding-bottom: 5px !important;
  }
  .s-pt10 {
    padding-top: 10px !important;
  }
  .s-pb10 {
    padding-bottom: 10px !important;
  }
  .s-pt15 {
    padding-top: 15px !important;
  }
  .s-pb15 {
    padding-bottom: 15px !important;
  }
  .s-pt20 {
    padding-top: 20px !important;
  }
  .s-pb20 {
    padding-bottom: 20px !important;
  }
  .s-pt25 {
    padding-top: 25px !important;
  }
  .s-pb25 {
    padding-bottom: 25px !important;
  }
  .s-pt30 {
    padding-top: 30px !important;
  }
  .s-pb30 {
    padding-bottom: 30px !important;
  }
  .s-pt35 {
    padding-top: 35px !important;
  }
  .s-pb35 {
    padding-bottom: 35px !important;
  }
  .s-pt40 {
    padding-top: 40px !important;
  }
  .s-pb40 {
    padding-bottom: 40px !important;
  }
  .s-pt45 {
    padding-top: 45px !important;
  }
  .s-pb45 {
    padding-bottom: 45px !important;
  }
  .s-pt50 {
    padding-top: 50px !important;
  }
  .s-pb50 {
    padding-bottom: 50px !important;
  }
  .s-pt0e {
    margin-top: 0em !important;
  }
  .s-pb0e {
    margin-bottom: 0em !important;
  }
  .s-pt0_25e {
    margin-top: 0.25em !important;
  }
  .s-pb0_25e {
    margin-bottom: 0.25em !important;
  }
  .s-pt0_5e {
    margin-top: 0.5em !important;
  }
  .s-pb0_5e {
    margin-bottom: 0.5em !important;
  }
  .s-pt0_75e {
    margin-top: 0.75em !important;
  }
  .s-pb0_75e {
    margin-bottom: 0.75em !important;
  }
  .s-pt1e {
    margin-top: 1em !important;
  }
  .s-pb1e {
    margin-bottom: 1em !important;
  }
  .s-pt1_25e {
    margin-top: 1.25em !important;
  }
  .s-pb1_25e {
    margin-bottom: 1.25em !important;
  }
  .s-pt1_5e {
    margin-top: 1.5em !important;
  }
  .s-pb1_5e {
    margin-bottom: 1.5em !important;
  }
  .s-pt1_75e {
    margin-top: 1.75em !important;
  }
  .s-pb1_75e {
    margin-bottom: 1.75em !important;
  }
  .s-pt2e {
    margin-top: 2em !important;
  }
  .s-pb2e {
    margin-bottom: 2em !important;
  }
  .s-pt2_25e {
    margin-top: 2.25em !important;
  }
  .s-pb2_25e {
    margin-bottom: 2.25em !important;
  }
  .s-pt2_5e {
    margin-top: 2.5em !important;
  }
  .s-pb2_5e {
    margin-bottom: 2.5em !important;
  }
}
/****** モバイルファーストレイアウト調整 ******/
/*--------------------------------
 *  ブロックエディター
--------------------------------*/
body {
  --block_max_width: var(--article_size);
}

/*--------------------------------
 *  包括エリア
--------------------------------*/
body:not(.wp-admin) {
  font-size: 0.875rem;
}

#body_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--article_size);
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}
@media screen and (min-width: 601px) {
  #body_wrap {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
}
#body_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  background-color: var(--color_bg);
}

/*--------------------------------
 *  メインエリア
--------------------------------*/
.l-content {
  padding-top: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*--------------------------------
*  ユーティリティ
--------------------------------*/
/*------ コンテナー -------*/
.l-container {
  width: 100%;
}

/*------ ページタイトル -------*/
.c-postTitle__ttl {
  font-size: 18px;
}

/*------ パンくずリスト -------*/
.p-breadcrumb {
  margin: initial;
}

.p-breadcrumb__list {
  font-size: 10px;
}

/*--------------------------------
 *  コンテンツエリア
--------------------------------*/
:root {
  --swl-pad_post_content: 0px;
  --swl-fz--content: 14px;
  --swl-h2-margin--x: -7.5px;
}

/*------ 目次 -------*/
#main_content .p-toc {
  width: initial;
  padding: 1.5em 1em 1em;
}

/*------ 見出し -------*/
.post_content h2 {
  font-size: 1.2em;
}

.post_content h3 {
  font-size: 1.1em;
}

.post_content h4 {
  font-size: 1.05em;
}

/*------ 投稿リスト（カード型） -------*/
.-type-card .p-postList__title,
.-type-list .p-postList__title,
.-type-list2 .p-postList__title {
  font-size: 14.25px;
}

.p-postList__meta {
  font-size: 10px;
}

.c-postThumb__cat {
  font-size: 10px;
}

/*------ 関連記事（ブログカード） -------*/
.p-blogCard__inner {
  padding: 16px;
}

.p-blogCard__thumb {
  width: 30%;
}

.p-blogCard__excerpt {
  display: none;
}

.p-blogCard__title {
  font-size: 13.5px;
}

/*------ ステップ -------*/
.swell-block-step__item:before {
  content: none;
}

.swell-block-step:not(.is-style-big):not(.is-style-small) > .swell-block-step__item > .swell-block-step__body {
  margin-left: -48px;
}

/*------ タブ -------*/
.is-style-default .c-tabBody {
  padding: 1.5em;
}

/****** その他 ******/
/*--------------------------------
 *  デバイス別 表示/非表示
 *  sm　：スマートフォン幅、モバイル幅のみ表示
 *  md　：タブレット幅のみ表示
 *  lg　：PC幅のみ表示
 *  mdlg：デスクトップ幅のみ表示
--------------------------------*/
@media screen and (min-width: 961px) {
  .md {
    display: none !important;
  }
  .sm {
    display: none !important;
  }
  .smmd {
    display: none !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .lg {
    display: none !important;
  }
  .sm {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .lg {
    display: none !important;
  }
  .md {
    display: none !important;
  }
  .mdlg {
    display: none !important;
  }
}
/*--------------------------------
 *  フロート・クリアフィックス
--------------------------------*/
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------
 *  WPブロックエディター
--------------------------------*/
h2.wp-block-heading:not(.is-style-section_ttl) {
  font-family: inherit;
}

h3.wp-block-heading:not(.is-style-section_ttl) {
  font-family: inherit;
}

h4.wp-block-heading:not(.is-style-section_ttl) {
  font-family: inherit;
}

.wp-block-media-text.is-style-default .wp-block-media-text__media img {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.embed-google-map {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
}

/*--------------------------------
 *  その他
--------------------------------*/
#autozip {
  display: none !important;
}