@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  font-size: 1.6rem;
  font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", ”Meiryo, Osaka”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem;
      line-height: 180%; } }

* {
  box-sizing: border-box; }

a {
  color: #1B1464;
  text-decoration: none; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex--vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.font-koburina-thin, .product .information, .point, .yodogawa .text, .flower_info, .wrapper_naka_flower .yodogawa_flower .text, .flower-item__size, .flower-item__attention, .flower-item__notes, .flower-item__text, .compare_header .text, .explain__box, .wrapper_naka_attention .text, .advance .content, .advance .lineup, .textlive .txt {
  font-family: 'こぶりなゴシック W1 JIS2004'; }

.font-koburina, .for_sale, .advance .lineup__price {
  font-family: 'こぶりなゴシック W3 JIS2004'; }

.font-koburina-bold, .header_nav li, .point__title, .for_sale b, .textlive .txt .ttl h2 {
  font-family: 'こぶりなゴシック W6 JIS2004'; }

@font-face {
  font-family: "LubalinGraph BookOblique";
  src: url(../font/itc-lubalin-graph-book-oblique.otf); }

/* CSS Document */
* {
  -webkit-tap-highlight-color: transparent; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, th, td, img {
  margin: 0;
  padding: 0; }

body, html {
  height: 100%; }

body {
  -ms-text-size-adjust: 100%; }

@media (max-width: 767px) {
  img {
    max-width: 100%; } }

.clrfx:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.hoverOp {
  -webkit-transition: all .16s;
  transition: all .16s; }
  .hoverOp:hover {
    filter: alpha(opacity=40);
    opacity: 0.4; }

.ml_05 {
  margin-left: -0.5em; }

.pb30 {
  padding-bottom: 30px; }

.wrapper {
  background: #f5f4ee; }

.wrapper .wrapper_naka {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .wrapper .wrapper_naka {
      width: 100%;
      padding-top: 40px;
      padding-bottom: 0; } }

.wrapper_index {
  padding-bottom: 60px; }

.wrapper .wrapper_naka_index {
  width: 900px;
  margin: 0 auto;
  background: #fff; }
  @media (max-width: 767px) {
    .wrapper .wrapper_naka_index {
      width: 100%;
      padding-top: 40px; } }

.wrapper_flower {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .wrapper_flower {
      padding-top: 60px; } }

.wrapper .wrapper_naka_flower {
  width: 900px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .wrapper .wrapper_naka_flower {
      width: 100%; } }

.wrapper .wrapper_naka_compare {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .wrapper .wrapper_naka_compare {
      width: 100%; } }

.wrapper .wrapper_naka_attention {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .wrapper .wrapper_naka_attention {
      width: 100%; } }

/* 共通　ヘッダー
 * --------------------------------------------------------*/
.header {
  background-color: #FFE93F; }

.header .header_naka {
  margin: 0 auto;
  text-align: center;
  width: 900px;
  height: 100px;
  height: auto;
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .header .header_naka {
      width: 100%;
      height: 40px;
      padding-top: 0;
      padding-bottom: 0; } }

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 19px; }
  .header_nav li {
    position: relative;
    width: 100%;
    list-style: none;
    font-size: 1.2rem;
    line-height: 140%;
    letter-spacing: .2em; }
    .header_nav li a {
      display: inline-block; }
    .header_nav li.both-line:before, .header_nav li:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 2px;
      height: 38px;
      margin-top: -19px;
      background-color: #1B1464; }
    .header_nav li.both-line:before {
      left: 0;
      right: auto; }
    .header_nav li.no-line:after {
      display: none; }
    .header_nav li.logo {
      width: auto;
      margin-top: -19px;
      padding-left: 30px; }
    .header_nav li.hobo {
      width: auto;
      margin-top: -19px;
      margin-left: 40px;
      padding-right: 25px; }

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 100; }
    .header .logo {
      position: absolute;
      left: 10px;
      top: 50%;
      width: 223px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .header .menu-btn {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -7px;
      z-index: 11; }
      .header .menu-btn:before, .header .menu-btn:after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: #4C4C4C;
        -webkit-transition: all .25s;
        transition: all .25s; }
      .header .menu-btn .line {
        display: block;
        width: 20px;
        height: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: #4C4C4C;
        -webkit-transition: all .25s;
        transition: all .25s; }
      .header .menu-btn.is-open:before {
        position: absolute;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 7px; }
      .header .menu-btn.is-open:after {
        position: absolute;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 7px; }
      .header .menu-btn.is-open .line {
        opacity: 0; }
    .header .menu {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 210px;
      text-align: left;
      z-index: 10;
      color: #1B1464;
      border-left: solid 1px #808075;
      border-bottom: solid 1px #808075; }
      .header .menu_title {
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        background-color: #FFE93F;
        text-indent: 1em; }
      .header .menu_list {
        overflow: hidden; }
      .header .menu_list-goods {
        height: 32px;
        line-height: 32px;
        font-size: 1.4rem;
        background-color: #FFF;
        border-top: dashed 1px #808075; }
        .header .menu_list-goods a {
          position: relative;
          color: #000;
          padding-left: 40px; }
          .header .menu_list-goods a img {
            position: absolute;
            left: 20px;
            top: 50%;
            width: auto;
            height: 80%;
            -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%); }
      .header .menu_list-info {
        height: 32px;
        line-height: 32px;
        font-size: 1.3rem;
        background-color: #C1F4EA;
        border-top: dashed 1px #808075;
        text-indent: .5em; }
        .header .menu_list-info a {
          color: #000; }
      .header .menu_list-shopping {
        height: 30px;
        line-height: 30px;
        font-size: 1.3rem;
        background-color: #4D4D4D;
        border-top: dashed 1px #808075;
        text-indent: .5em; }
        .header .menu_list-shopping a {
          color: #FFF; }
      .header .menu li.border-solid {
        border-top-style: solid; }
      .header .menu a {
        display: inline-block;
        width: 100%;
        height: 100%; } }

/*商品ページ コンテンツ（カート、商品説明）
 * --------------------------------------------------------*/
.contents {
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
  color: #000000; }
  @media (max-width: 767px) {
    .contents {
      padding-top: 30px;
      padding-left: 0;
      padding-right: 0; } }

.product-title {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 5px; }

.product {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product > div {
    width: 50%; }
    @media (max-width: 767px) {
      .product > div {
        width: 100%; } }
  @media (max-width: 767px) {
    .product {
      display: block; } }
  .product .name {
    font-size: 15px; }
  .product .price {
    font-size: 18px;
    line-height: 1.25em; }
  .product .midashi {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .product .midashi {
        margin-bottom: 15px; } }
  .product .text {
    margin-bottom: 30px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .product .text {
        margin-bottom: 15px;
        font-size: 1.4rem; } }
  .product .cap {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 170%; }
    .product .cap p {
      margin-bottom: 1.7em; }
  .product .information {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px; }
  .product .btn img {
    vertical-align: top; }
  @media (max-width: 767px) {
    .product .btn {
      text-align: center; } }
  .product .social {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .product .social {
        margin-top: 16px;
        text-align: center; } }
    .product .social li {
      display: inline-block; }
      @media (max-width: 767px) {
        .product .social li {
          margin-left: 4px;
          margin-right: 4px; } }
    .product .social img {
      vertical-align: top; }

/*商品ページ ポイント
 * --------------------------------------------------------*/
.points {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #d6d4cd; }
  @media (max-width: 767px) {
    .points {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 0; } }
  .points .btn {
    text-align: center; }

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .point {
      display: block;
      padding-left: 16px;
      padding-right: 16px;
      margin-bottom: 30px; } }
  .point__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .point__box {
        display: block; } }
    .point__box + .point__box {
      margin-top: 16px; }
      .point__box + .point__box .point__image {
        margin-top: 0; }
      @media (min-width: 768px) {
        .point__box + .point__box .point__text {
          margin-top: 0; } }
  .point__title {
    width: 100%;
    padding-left: 350px;
    color: #1b1464;
    font-size: 18px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .point__title {
        white-space: nowrap; } }
    @media (max-width: 767px) {
      .point__title {
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 1.7rem; } }
    .point__title:before {
      content: url("../images/common/point_bee.png"); }
  .point__image {
    margin-top: -46px; }
    .point--multi-title .point__image {
      margin-top: -78px; }
      @media (max-width: 767px) {
        .point--multi-title .point__image {
          margin-top: 0; } }
    @media (max-width: 767px) {
      .point__image {
        margin-top: 0; } }
    .point__image .caption {
      margin-bottom: 10px;
      line-height: 20px;
      font-size: 12px;
      color: #736357; }
    .point__image a {
      display: inline-block;
      width: 100%; }
    .point__image img {
      width: 320px;
      vertical-align: top; }
      @media (max-width: 767px) {
        .point__image img {
          width: 100%;
          height: auto; } }
  .point__info {
    margin-left: 30px; }
    @media (max-width: 767px) {
      .point__info {
        margin-left: 0; } }
  .point__text {
    margin-top: 10px;
    line-height: 180%;
    font-size: 15px;
    color: #000000; }
    @media (max-width: 767px) {
      .point__text {
        margin-top: 1em;
        font-size: 1.4rem; } }
    .point__text span {
      display: inline-block;
      font-size: 1.2rem;
      line-height: 180%; }
  .point__profile {
    display: inline-block;
    border: solid 1px #999;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em;
    line-height: 170%;
    font-size: 1.3rem; }
    @media (max-width: 767px) {
      .point__profile {
        margin-top: 1em;
        margin-bottom: 1em; } }

/*商品ページ ナビ
 * --------------------------------------------------------*/
.navi {
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #d6d4cd;
  border-bottom: 1px solid #d6d4cd; }

.navi .navi_naka {
  height: auto;
  overflow: hidden;
  width: 775px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 10px; }

.navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none; }
  .navi ul .top {
    margin-right: 20px; }

/* 共通　フッター
 * --------------------------------------------------------*/
.footer {
  background: #ffe93f; }
  .footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .footer .links {
        padding-left: 10px;
        padding-right: 10px; } }
    .footer .links li {
      margin-right: 15px; }
      @media (max-width: 767px) {
        .footer .links li {
          width: 25%;
          padding-left: 5px;
          padding-right: 5px;
          margin-right: 0; }
          .footer .links li img {
            width: 100%;
            height: auto; } }

.footer .footer_naka {
  margin: 0 auto;
  width: 850px;
  padding-top: 40px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .footer .footer_naka {
      width: 100%;
      padding-bottom: 40px; } }

.footer .footer_naka ul, li {
  list-style: none; }

.footer .footer_naka .up {
  overflow: hidden; }

.footer .footer_naka .up .left {
  float: left; }
  @media (max-width: 767px) {
    .footer .footer_naka .up .left {
      float: none; } }

.footer .footer_naka .up .right {
  float: right; }
  @media (max-width: 767px) {
    .footer .footer_naka .up .right {
      float: none;
      margin-top: 40px;
      text-align: center; } }

.footer .footer_naka .up .right .midashi {
  padding-bottom: 10px; }

.footer .footer_naka .up .right .staff {
  width: 280px;
  font-family: "LubalinGraph BookOblique";
  font-size: 11px;
  color: #1b1464;
  text-align: left; }
  @media (max-width: 767px) {
    .footer .footer_naka .up .right .staff {
      margin-left: auto;
      margin-right: auto; } }
  .footer .footer_naka .up .right .staff dt {
    float: left; }
  .footer .footer_naka .up .right .staff dd {
    text-indent: 1em; }
    .footer .footer_naka .up .right .staff dd:nth-of-type(2) {
      margin-left: 69px; }

.footer .footer_naka .copyright {
  margin-top: 15px; }
  @media (max-width: 767px) {
    .footer .footer_naka .copyright {
      text-align: center; } }

/* index
 * --------------------------------------------------------*/
/* ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
  margin-top: 40px;
  margin-bottom: 70px;
  padding-left: 90px;
  padding-right: 90px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .yodogawa {
      margin-top: 30px;
      padding-left: 16px;
      padding-right: 16px; } }

.title {
  float: left;
  margin-top: 5px; }
  @media (max-width: 767px) {
    .title {
      float: none;
      margin-top: 35px;
      margin-bottom: 30px;
      text-align: center; } }

.yodogawa .text {
  float: right;
  color: #000000; }
  @media (min-width: 768px) {
    .yodogawa .text > p:first-child {
      margin-bottom: 1em; } }
  @media (max-width: 767px) {
    .yodogawa .text {
      float: none; } }

/* テキ中 */
.wrapper_naka_index #slide {
  position: relative; }

.news {
  background-color: #FFE13F;
  color: #1B1464;
  border: 1px solid #2E3180;
  padding: 15px 5px 10px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999;
  right: 50px;
  bottom: 50px;
  width: 150px; }

.news h3 {
  text-align: center; }

.news a {
  display: inline-block;
  background-repeat: no-repeat;
  color: #1B1464; }

.news a:hover,
.news a:link,
.news a:visited {
  color: #1B1464;
  text-decoration: none; }

.news .date {
  font-size: 12px;
  padding: 5px 0 0;
  line-height: 140%; }

.news .news1 {
  font-size: 11px;
  line-height: 140%; }

.newsImg img {
  max-width: 100%;
  vertical-align: top; }

@media (max-width: 767px) {
  .newsImg a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .newsImg a img {
      width: 40%;
      margin-right: 10px; } }

.yodogawa .news {
  position: static;
  width: auto;
  margin-top: 30px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 1em; }

/* 共通　カートまわり
 * --------------------------------------------------------*/
.stock {
  color: #D4424F;
  font-size: 12px;
  padding-top: 3px;
  line-height: 1; }

.contents_naka .stock {
  padding-left: 2px; }

.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .items {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 0;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .btn__plus {
    position: relative; }
    .btn__plus:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url(../images/common/2017/btn_plus.svg);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      color: #000; }
    .btn__plus--white:before {
      background-image: url(../images/common/2017/btn_plus_white.svg);
      border-radius: 10px; }
    .btn__plus--margin:before {
      top: 10px;
      left: 10px; }
    .btn__plus--bottom:before {
      left: 10px;
      bottom: 10px; } }

.item {
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .item {
      width: 50%;
      padding-left: 5px;
      padding-right: 5px; } }
  @media (max-width: 767px) {
    .item--detail {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 16px;
      padding-right: 16px;
      border-top: 1px solid #d6d4cd; } }
  @media (max-width: 767px) {
    .item__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
      .item__box .item__photo img {
        width: auto;
        height: 150px; }
      .item__box .item__info {
        margin-left: 15px;
        text-align: left; } }
  @media (max-width: 767px) {
    .item__img img {
      width: 100%;
      height: auto; } }
  @media (min-width: 768px) {
    .item.has-margin {
      margin-right: 35px; } }
  .item .badge-reprint {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px; }
    @media (max-width: 767px) {
      .item .badge-reprint {
        width: 50px;
        height: 50px; } }
  .item__price {
    font-size: 18px;
    color: #000000;
    line-height: 1; }
    .item__price span {
      font-size: 1.4rem; }
  .item__name {
    font-size: 13px;
    color: #000000; }
    @media (max-width: 767px) {
      .item__name {
        padding-bottom: 5px;
        line-height: 150%;
        font-size: 1.2rem; } }
  .item__shipping {
    font-size: 1.2rem; }

/* 共通　スライドショー
 *　Swiper
 * ----------------------------------------- */
@media (min-width: 768px) {
  .swiper-slide {
    min-height: 525px; } }

.swiper-slide img {
  width: 100%;
  vertical-align: top; }

.swiper-pagination {
  position: static; }
  .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #000;
    -webkit-transition: all .16s;
    transition: all .16s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .swiper-pagination-bullet:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 4px;
      height: 4px;
      background-color: #fff;
      border-radius: 2px; }
    .swiper-pagination-bullet:hover {
      opacity: 1; }

.swiper-button-prev, .swiper-button-next {
  display: none; }
  @media (max-width: 767px) {
    .swiper-button-prev, .swiper-button-next {
      display: block;
      height: auto;
      top: 0;
      bottom: 25px;
      margin-top: 0;
      background-position: center;
      background-size: 19px 31px; } }

/* 販売ページへ
 * --------------------------------------------------------*/
.sale {
  margin-left: 50px;
  margin-right: 50px;
  border-top: 1px solid #d6d4cd;
  border-bottom: 1px solid #d6d4cd; }
  @media (max-width: 767px) {
    .sale {
      margin-left: 0;
      margin-right: 0;
      border-bottom: none; } }

.sale .sale_naka {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 767px) {
    .sale .sale_naka {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 16px;
      padding-right: 16px; } }

.sale {
  text-align: center; }
  .sale .name {
    text-align: left; }
    @media (max-width: 767px) {
      .sale .name {
        text-align: center; } }
    .sale .name .baloon_new {
      width: 53px;
      margin-left: 5px; }
  .sale .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .sale .top {
        display: block; } }
  .sale .bottom {
    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; }
    @media (max-width: 767px) {
      .sale .bottom {
        display: block; } }
  .sale .otodoke .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sale .otodoke-mini {
    display: inline-block; }
  .sale .daily .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 767px) {
    .sale .tottemo .item {
      width: 100%; } }
  @media (max-width: 767px) {
    .sale .column {
      text-align: center; } }

.for_sale {
  color: #1b1464;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .for_sale {
      padding-left: 20px;
      padding-right: 20px; } }

.for_sale_naka {
  display: inline-block;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #000000; }
  @media (max-width: 767px) {
    .for_sale_naka {
      padding-top: 0;
      padding-bottom: 0; } }

/* index 花屋
 * --------------------------------------------------------*/
.flower_info {
  width: 100%;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .flower_info {
      width: auto;
      margin-top: 40px;
      margin-left: 16px;
      margin-right: 16px; } }
  .flower_info .roof_bottom {
    line-height: 100%;
    font-size: 0; }

.flower_info .roof_top img, .flower_info .roof_bottom img {
  max-width: 900px;
  width: 100%;
  vertical-align: top; }

.flower_info .flower_naka {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .flower_info .flower_naka {
      margin-top: 15px;
      margin-bottom: 15px;
      padding-left: 16px;
      padding-right: 16px;
      text-align: center; } }

.flower_info .flower_naka .logo {
  float: left; }
  @media (max-width: 767px) {
    .flower_info .flower_naka .logo {
      float: none; } }

.flower_info .flower_naka .info {
  float: left;
  margin-left: 8px; }
  @media (max-width: 767px) {
    .flower_info .flower_naka .info {
      float: none;
      margin-left: 0; } }
  .flower_info .flower_naka .info .btn {
    line-height: 1;
    font-size: 0; }

.flower_info .flower_naka .info .text {
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .flower_info .flower_naka .info .text {
      text-align: left; }
      .flower_info .flower_naka .info .text br {
        display: none; } }

.flower_info .flower_naka .info .text .soldout {
  color: #B476BF; }

.flower_info .flower_naka .img {
  float: right; }
  @media (max-width: 767px) {
    .flower_info .flower_naka .img {
      float: none; }
      .flower_info .flower_naka .img img {
        width: 100%; } }

/* 花屋のページ
 * --------------------------------------------------------*/
.roof_top {
  max-width: 900px;
  margin: 0 auto; }
  .roof_top img {
    width: 100%;
    vertical-align: top; }

.roof_bottom {
  max-width: 900px;
  margin: 0 auto; }
  .roof_bottom img {
    width: 100%;
    vertical-align: top; }

.wrapper_naka_flower .title_img {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .wrapper_naka_flower .title_img {
      margin-left: 16px;
      margin-right: 16px; }
      .wrapper_naka_flower .title_img img {
        width: 100%;
        height: auto; } }

.wrapper_naka_flower .yodogawa_flower {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 60px;
  height: auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .wrapper_naka_flower .yodogawa_flower {
      margin-left: 16px;
      margin-right: 16px;
      padding-top: 0; } }

.wrapper_naka_flower .yodogawa_flower .text {
  float: left;
  font-size: 17px;
  color: #000000;
  line-height: 2em; }
  @media (max-width: 767px) {
    .wrapper_naka_flower .yodogawa_flower .text {
      float: none;
      font-size: 1.4rem; } }

.wrapper_naka_flower .yodogawa_flower .shop_info {
  float: left;
  font-size: 14px;
  color: #647c61;
  line-height: 1.75em;
  margin-left: 40px;
  border-left: 1px solid #647c61;
  padding-left: 10px; }
  @media (max-width: 767px) {
    .wrapper_naka_flower .yodogawa_flower .shop_info {
      float: none;
      margin-top: 1em;
      margin-left: 0;
      padding-left: 0;
      border-left: none; } }

.flower-item {
  margin-top: 70px;
  padding: 50px;
  border-top: 1px solid #d6d4cd; }
  @media (max-width: 767px) {
    .flower-item {
      margin-top: 32px;
      padding: 32px 16px 0; } }
  .flower-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .flower-item__box {
        display: block; } }
  .flower-item__images {
    width: 50%; }
    .flower-item__images a {
      display: inline-block; }
    .flower-item__images img {
      vertical-align: top; }
    @media (max-width: 767px) {
      .flower-item__images {
        width: 100%; }
        .flower-item__images img {
          width: auto;
          height: auto; } }
  .flower-item__caption {
    font-size: 1.2rem;
    color: #736357; }
  .flower-item__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 40px; }
    @media (max-width: 767px) {
      .flower-item__information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-left: 0; } }
  @media (max-width: 767px) {
    .flower-item__cart {
      margin-left: 32px; } }
  .flower-item__name {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .flower-item__name {
        margin-bottom: 0; } }
  .flower-item__price {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 125%; }
    .flower-item__price span {
      font-size: 1.4rem; }
  .flower-item__size {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 150%; }
  .flower-item__attention {
    margin-top: 30px;
    padding-left: 10px;
    border-left: 12px solid #f7f6cb; }
  .flower-item__notes {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 200%; }
    .flower-item__attention .flower-item__notes {
      line-height: 170%; }
  .flower-item__text {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .flower-item__text {
        font-size: 1.4rem;
        white-space: normal; } }
    .flower-item__text span {
      font-size: 1.2rem; }

/* 中身のページ
 * --------------------------------------------------------*/
/* 中身のページ ヘッダー
 * --------------------------------------------------------*/
.compare_header {
  width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  height: auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .compare_header {
      width: 100%;
      padding-top: 72px;
      padding-left: 16px;
      padding-right: 16px; } }
  .compare_header .img {
    float: left; }
    @media (max-width: 767px) {
      .compare_header .img {
        margin-bottom: 8px; }
        .compare_header .img img {
          width: auto;
          height: auto; } }
  .compare_header .text {
    float: right;
    font-size: 17px;
    color: #000000;
    line-height: 2em; }
    @media (max-width: 767px) {
      .compare_header .text {
        font-size: 1.4rem; } }

/* 中身のページ ヘッダー下のボタン
 * --------------------------------------------------------*/
.wrapper_naka_compare .navi_compare {
  width: 640px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  height: auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    .wrapper_naka_compare .navi_compare {
      width: 100%;
      padding-top: 32px;
      padding-bottom: 24px;
      padding-left: 24px;
      padding-right: 24px; } }
  .wrapper_naka_compare .navi_compare ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    .wrapper_naka_compare .navi_compare ul li {
      width: 25%; }
      @media (max-width: 767px) {
        .wrapper_naka_compare .navi_compare ul li {
          width: -webkit-calc(50% - 16px);
          width: calc(50% - 16px);
          margin-left: 8px;
          margin-right: 8px;
          margin-bottom: 16px; }
          .wrapper_naka_compare .navi_compare ul li img {
            width: 100%;
            height: auto;
            vertical-align: top; } }

/* 中身のページ 解説
 * --------------------------------------------------------*/
.explain {
  width: 800px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 70px;
  border-top: 1px solid #d6d4cd; }
  @media (max-width: 767px) {
    .explain {
      width: 100%;
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 32px; } }
  .explain__naka {
    width: 720px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .explain__naka {
        width: 100%; } }
  .explain__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .explain__top {
        display: block; } }
    .explain__top .name {
      margin-right: 15px; }
    .explain__top img {
      vertical-align: bottom; }
      @media (max-width: 767px) {
        .explain__top img {
          width: auto;
          height: 18px;
          vertical-align: top; } }
  .explain__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .explain__box {
        display: block;
        margin-top: 0; } }
  .explain__images {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .explain__images {
        margin-top: 16px;
        margin-bottom: 16px;
        margin-right: 0; } }
    .explain__images img {
      vertical-align: top; }
      @media (max-width: 767px) {
        .explain__images img {
          width: 100%;
          height: auto; } }
    .explain__images .cap {
      font-size: 12px;
      line-height: 20px;
      padding-top: 2px;
      padding-left: 5px;
      margin-bottom: 8px;
      color: #736357; }
  .explain__text {
    line-height: 180%;
    font-size: 15px;
    color: #000000; }
    @media (max-width: 767px) {
      .explain__text {
        font-size: 1.4rem; } }
  .explain .btn_navi {
    padding-top: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .explain .btn_navi {
        padding-top: 0; } }

.wrapper_naka_compare .explain_naka .top {
  height: auto;
  overflow: hidden;
  padding-bottom: 25px; }

.wrapper_naka_compare .table {
  width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  border-top: 1px solid #d6d4cd;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .wrapper_naka_compare .table {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 16px;
      padding-left: 16px; } }

.wrapper_naka_compare .table .title {
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .wrapper_naka_compare .table .title {
      margin-top: 32px;
      margin-bottom: 0;
      padding-bottom: 8px; }
      .wrapper_naka_compare .table .title img {
        width: auto;
        height: auto; } }

.wrapper_naka_compare .table .btn_navi {
  padding-top: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .wrapper_naka_compare .table .btn_navi {
      padding-top: 16px; } }

.wrapper_naka_compare .e_adjst {
  margin-top: 40px; }

/* アテンション
 * --------------------------------------------------------*/
.wrapper_naka_attention .contents {
  width: 550px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .wrapper_naka_attention .contents {
      width: 100%;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 72px;
      padding-bottom: 0; }
      .wrapper_naka_attention .contents .title {
        margin: 0;
        text-align: left; }
        .wrapper_naka_attention .contents .title img {
          width: auto;
          height: 20px; } }

.wrapper_naka_attention .midashi {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .wrapper_naka_attention .midashi {
      padding-top: 32px; }
      .wrapper_naka_attention .midashi img {
        width: auto;
        height: auto;
        max-height: 40px; } }

.wrapper_naka_attention .text {
  font-size: 16px;
  color: #000000;
  line-height: 2em;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .wrapper_naka_attention .text {
      font-size: 1.4rem; } }

.wrapper_naka_attention .komidashi {
  padding-top: 25px;
  font-size: 19px;
  color: #b21c24; }
  @media (max-width: 767px) {
    .wrapper_naka_attention .komidashi {
      font-size: 1.4rem;
      padding-top: 2em; }
      .wrapper_naka_attention .komidashi:first-child {
        padding-top: 0; } }

/* 予告ページ
 * --------------------------------------------------------*/
.advance img {
  max-width: 100%;
  vertical-align: top; }

.advance .section--yellow {
  background-color: #FFDC3F; }

.advance .section--gray {
  background-color: rgba(165, 144, 128, 0.2); }

@media (max-width: 767px) {
  .advance .main {
    padding-top: 25px;
    padding-bottom: 25px; } }

.advance .yodogawa {
  position: relative;
  padding: 60px 0;
  margin: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .advance .yodogawa {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-left: 16px;
      margin-right: 16px; } }
  .advance .yodogawa__badge {
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: 200px; }
    @media (max-width: 767px) {
      .advance .yodogawa__badge {
        position: static;
        width: 170px;
        margin-top: 20px;
        margin-left: 0; } }

.advance .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .advance .content {
      padding-top: 30px;
      padding-bottom: 40px;
      margin-left: 16px;
      margin-right: 16px; } }
  .advance .content__text {
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 200px;
    text-align: left; }
    @media (max-width: 767px) {
      .advance .content__text {
        margin-top: 1em;
        margin-bottom: 2em;
        margin-left: 0; } }
  .advance .content__image {
    margin-top: 2em; }
    @media (max-width: 767px) {
      .advance .content__image {
        margin-top: 1em; } }
    .advance .content__image figure {
      margin-left: 0;
      margin-right: 0; }
      @media (max-width: 767px) {
        .advance .content__image figure {
          margin: 0; } }
    .advance .content__image figcaption {
      font-size: 1.3rem;
      text-align: left;
      color: #808075; }
      @media (max-width: 767px) {
        .advance .content__image figcaption {
          font-size: 1.2rem; } }

.advance .lineup {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #534741; }
  @media (max-width: 767px) {
    .advance .lineup {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .advance .lineup--mini .lineup__price {
    margin-top: 50px; }
  .advance .lineup--mini .lineup__info {
    margin-top: 1em; }
  .advance .lineup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .advance .lineup__list {
        display: block; }
        .advance .lineup__list li {
          margin-top: 20px; } }
  .advance .lineup__price {
    margin-top: 40px;
    margin-left: 50px;
    text-align: left; }
    @media (max-width: 767px) {
      .advance .lineup__price {
        margin-left: 32px; } }
    .advance .lineup__price span {
      font-size: 1.2rem; }
  .advance .lineup__info {
    margin-left: 50px;
    text-align: left;
    line-height: 192%;
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .advance .lineup__info {
        margin-left: 32px;
        margin-right: 32px; } }
  .advance .lineup__badge {
    position: absolute;
    width: 170px;
    bottom: 50px;
    right: 0; }
    @media (max-width: 767px) {
      .advance .lineup__badge {
        position: static;
        margin-top: 20px; } }

.advance__footer {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center; }
  @media (max-width: 767px) {
    .advance__footer {
      margin-left: 16px;
      margin-right: 16px;
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .advance__footer-text img {
      height: 60px; } }

.advance__pagination {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .advance__pagination {
      margin-top: 20px; } }

.advance__banner {
  display: inline-block;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .advance__banner {
      margin-top: 20px; } }

.advance .flower_info {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFDED; }
  @media (max-width: 767px) {
    .advance .flower_info {
      width: 100%;
      margin-top: 70px; } }
  .advance .flower_info .roof_top {
    width: 100%; }
    .advance .flower_info .roof_top img {
      margin-top: -27px; }
  .advance .flower_info .flower_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .advance .flower_info .flower_images {
        display: block;
        margin-bottom: 20px; }
        .advance .flower_info .flower_images img + img {
          margin-top: 10px; } }
  .advance .flower_info .logo {
    margin-left: 60px; }
    @media (max-width: 767px) {
      .advance .flower_info .logo {
        float: none;
        margin-left: 0;
        margin-bottom: 20px; } }
  .advance .flower_info p {
    margin-left: 210px;
    text-align: left; }
    @media (max-width: 767px) {
      .advance .flower_info p {
        margin-left: 0; } }

/* 共通　ヘッダー
 * --------------------------------------------------------*/
.cont {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff; }
  @media (max-width: 767px) {
    .cont {
      padding-left: 16px;
      padding-right: 16px; } }

#textliveArea {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px; }

#textliveArea .contHd {
  border-bottom: 1px solid #D1D0E0;
  padding: 0 15px 15px 15px;
  color: #1B1464;
  /*background:url(../images/textlive/bee.png) no-repeat;
	background-size:88px;*/ }
  @media (max-width: 767px) {
    #textliveArea .contHd {
      text-align: center;
      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; } }

#textliveArea .contHd p {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    #textliveArea .contHd p {
      margin-top: 1em; } }

#textliveArea .textlive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0; }
  @media (max-width: 767px) {
    #textliveArea .textlive {
      display: block;
      padding: 16px; } }

.textlive .photo {
  width: 370px;
  min-height: 1px;
  padding: 0 60px 0 30px;
  display: block; }
  @media (max-width: 767px) {
    .textlive .photo {
      width: 100%;
      padding: 0; } }

.textlive .photo img {
  width: 100%;
  margin-bottom: 20px;
  display: block; }

.textlive .txt {
  width: 370px;
  font-size: 15px;
  line-height: 180%; }
  @media (max-width: 767px) {
    .textlive .txt {
      width: auto;
      font-size: 1.4rem; } }

.textlive .txt .date {
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  color: #AB1C24; }

.textlive .txt .ttl h2 {
  font-size: 20px;
  color: #1B1464; }
  @media (max-width: 767px) {
    .textlive .txt .ttl h2 {
      margin-bottom: 1em;
      font-size: 1.6rem; } }

/* archive */
#archiveArea {
  margin: 0 auto;
  width: 100%;
  max-width: 800px; }

#archiveArea h3 {
  border-top: 1px solid #D1D0E0;
  padding-bottom: 20px;
  text-align: left; }

#archiveArea h3 img {
  border: 1px solid #D1D0E0;
  border-top: none;
  padding: 10px; }

.archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#archiveArea .archive {
  width: 130px;
  text-align: left;
  vertical-align: top;
  margin: 10px 12px; }
  @media (max-width: 767px) {
    #archiveArea .archive {
      width: -webkit-calc(50% - 24px);
      width: calc(50% - 24px); }
      #archiveArea .archive img {
        width: 100%; } }

#archiveArea .archive span {
  display: block;
  line-height: 15px; }

#archiveArea .archive_date {
  font-size: 12px;
  letter-spacing: 1px;
  color: #AB1C24;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#archiveArea .archive_subject {
  font-size: 11px;
  padding-top: 5px;
  color: #1B1464; }

#archiveArea .goIndex {
  text-align: center;
  margin: 20px 0 0;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    #archiveArea .goIndex {
      padding-bottom: 32px; } }
