@charset "UTF-8";
/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

@keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

.floria__wrapper {
  overflow: hidden;
  color: #3e3a39; }

.floria__follow-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 160px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 95px;
  z-index: 80; }
  @media (max-width: 568px) {
    .floria__follow-header {
      height: 60px;
      padding: 0 0 0 10px;
      background: #fff;
      justify-content: flex-start; } }
  @media (min-width: 569px) {
    .floria__follow-header__logo-box {
      display: none; } }
  @media (max-width: 568px) {
    .floria__follow-header__logo-box {
      display: block; } }
  @media (max-width: 568px) {
    .floria__follow-header__logo {
      height: 38px; } }
  .floria__follow-header__tel-box {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff; }
    .floria__follow-header__tel-box .of-sub-txt {
      font-size: 16px; }
    .floria__follow-header__tel-box.u-font-gold {
      color: #b28247; }

.floria__header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: rgba(255, 255, 255, 0.9); }
  @media (max-width: 568px) {
    .floria__header {
      margin-top: 60px;
      overflow: scroll;
      padding-bottom: 150px; } }
  .floria__header__container {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media (min-width: 569px) {
      .floria__header__container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 568px) {
      .floria__header__container {
        padding: 30px 30px 120px; } }
  .floria__header__title {
    color: #8c8d8d;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
    color: #969797; }
    @media (max-width: 568px) {
      .floria__header__title {
        font-size: 10px; } }
    @media (max-width: 568px) {
      .floria__header__title {
        margin-top: 50px; } }
  @media (min-width: 569px) {
    .floria__header__nav-box, .floria__header__info-box {
      width: 50%; } }
  .floria__header__grand-nav-item {
    display: block;
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .3em;
    margin: 0 0 45px; }
    @media (max-width: 568px) {
      .floria__header__grand-nav-item {
        font-size: 16px;
        margin: 0 0 20px; } }
    .floria__header__grand-nav-item .of-label {
      color: #8c8d8d;
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      letter-spacing: .1em;
      display: block;
      color: #969797; }
      @media (max-width: 568px) {
        .floria__header__grand-nav-item .of-label {
          font-size: 10px; } }
  .floria__header__arw-nav-item {
    display: flex;
    align-items: center;
    margin: 0 0 20px; }
    .floria__header__arw-nav-item:before {
      content: "";
      width: 14px;
      height: 14px;
      background: url(/images/icons/arw-right-white.svg) center center/5px auto #231815 no-repeat;
      border-radius: 50%;
      display: block;
      margin-right: 1em; }
    .floria__header__arw-nav-item.of-gold {
      color: #b28247; }
      .floria__header__arw-nav-item.of-gold:before {
        background-color: #b28247; }
  .floria__header__logo {
    width: 280px;
    display: block;
    margin: 60px 0 120px; }
    .floria__header__logo img {
      width: 100%; }
  .floria__header__tel-box {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 20px; }
    .floria__header__tel-box .of-sub-txt {
      font-size: 16px; }

.floria__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: 120px;
  height: 95px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
  font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; }
  @media (max-width: 568px) {
    .floria__menu {
      width: 60px;
      height: 60px; } }
  .floria__menu .bar {
    background: #231815;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease .5s;
    transition: ease .5s; }
    .floria__menu .bar:nth-child(1) {
      top: 42%; }
      @media (max-width: 568px) {
        .floria__menu .bar:nth-child(1) {
          top: 39%; } }
    .floria__menu .bar:nth-child(2) {
      top: 50%;
      width: 16px;
      margin-left: -2px; }
    .floria__menu .bar:nth-child(3) {
      top: 58%; }
      @media (max-width: 568px) {
        .floria__menu .bar:nth-child(3) {
          top: 61%; } }
  .floria__menu:hover .bar {
    background: #b28247; }
  .floria__menu.active .bar {
    top: 50%; }
  .floria__menu.active .bar:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg); }
  .floria__menu.active .bar:nth-child(2) {
    opacity: 0;
    margin-left: 0; }
  .floria__menu.active .bar:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg); }

.floria__follow-btn-nav {
  position: fixed;
  right: 0;
  z-index: 120; }
  @media (min-width: 569px) {
    .floria__follow-btn-nav {
      top: 95px;
      padding: 0 37px; } }
  @media (max-width: 568px) {
    .floria__follow-btn-nav {
      bottom: 0;
      width: 100%;
      display: flex; } }
  .floria__follow-btn-nav-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #eab4b4;
    line-height: 1.4; }
    @media (min-width: 569px) {
      .floria__follow-btn-nav-item {
        display: block;
        width: 46px;
        padding: 16px;
        margin: 0 0 20px;
        font-size: 14px;
        -webkit-box-shadow: 0 0 0.5em rgba(234, 180, 180, 0.5);
                box-shadow: 0 0 0.5em rgba(234, 180, 180, 0.5); } }
    @media (max-width: 568px) {
      .floria__follow-btn-nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;
        height: 50px; } }
    .floria__follow-btn-nav-item.of-white {
      background: #fff; }
    .floria__follow-btn-nav-item.of-tel {
      width: 20%;
      background: #868686; }
      .floria__follow-btn-nav-item.of-tel.u-show-on-mobile {
        display: none; }
        @media (max-width: 568px) {
          .floria__follow-btn-nav-item.of-tel.u-show-on-mobile {
            display: flex; } }
      .floria__follow-btn-nav-item.of-tel img {
        height: 30px;
        display: block; }
      .floria__follow-btn-nav-item.of-tel:after {
        display: none; }
    .floria__follow-btn-nav-item:after {
      content: "";
      width: 14px;
      height: 14px;
      background: url(/images/icons/arw-right-white.svg) center center/5px auto #231815 no-repeat;
      border-radius: 50%;
      display: block; }
      @media (min-width: 569px) {
        .floria__follow-btn-nav-item:after {
          margin: .5em auto 0; } }
      @media (max-width: 568px) {
        .floria__follow-btn-nav-item:after {
          margin: 0 0 0 1em; } }
    @media (min-width: 569px) {
      .floria__follow-btn-nav-item:hover {
        opacity: 1;
        -webkit-box-shadow: 0 0 0.5em #eab4b4;
                box-shadow: 0 0 0.5em #eab4b4; } }
.floria__bottom-btn-nav-wrap {
  padding: 0 60px 120px; }
  @media (max-width: 568px) {
    .floria__bottom-btn-nav-wrap {
      padding: 0 20px 60px; } }
.floria__bottom-btn-nav {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #eab4b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 568px) {
    .floria__bottom-btn-nav {
      flex-wrap: wrap;
      padding: 20px; } }
  .floria__bottom-btn-nav .floria-btn {
    width: 19%; }
    @media (max-width: 568px) {
      .floria__bottom-btn-nav .floria-btn {
        width: 49%;
        margin: 0 0 2%;
        justify-content: flex-start; }
        .floria__bottom-btn-nav .floria-btn.of-gold {
          width: 100%;
          justify-content: center; } }
.floria__footer {
  background: #272221; }
  .floria__footer .footer__logo-box {
    margin-bottom: 20px; }
  .floria__footer .footer__address-box {
    margin-bottom: 0; }
  .floria__footer__description {
    text-align: center;
    margin: 0 0 30px; }
    .floria__footer__description:before {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      background: #b28247;
      margin: 20px auto; }
  .floria__footer__to-grandtop {
    width: 190px;
    height: 50px;
    border-top: 1px solid #b28247;
    border-bottom: 1px solid #b28247;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 0 auto 25px; }
    @media (max-width: 568px) {
      .floria__footer__to-grandtop {
        font-size: 12px; } }
  .floria__footer .footer__bottom {
    display: block; }
  .floria__footer .footer__sns-nav .nav-item {
    margin: 0; }
  .floria__footer .footer__copyright {
    display: block;
    text-align: center;
    margin-top: 20px; }

.floria-btn-box {
  display: flex;
  align-items: center;
  justify-content: center; }

.floria-btn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  position: relative;
  padding: .5em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 569px) {
    .floria-btn {
      min-width: 120px; } }
  @media (max-width: 568px) {
    .floria-btn {
      padding: .5em 1em;
      font-size: 12px; } }
  .floria-btn.of-gold {
    background: #b28247;
    color: #fff; }
  .floria-btn.of-ghost {
    border: 1px solid #eab4b4; }
  .floria-btn.of-pinkgray {
    background: #e8e1e2; }
  @media (min-width: 569px) {
    .floria-btn.of-medium {
      min-width: 380px; } }
  @media (max-width: 568px) {
    .floria-btn.of-medium {
      width: 100%; } }
  .floria-btn.with-arw-right:after {
    content: "▶";
    -webkit-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    position: absolute;
    top: 50%;
    right: 1em;
    display: block; }
  .floria-btn.with-circled-arw-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    display: block;
    background: url(/images/icons/arw-right-white.svg) 55% center/auto 40% #231815 no-repeat;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .floria-btn:hover {
    -webkit-box-shadow: 0 0 1em rgba(234, 180, 180, 0.5);
            box-shadow: 0 0 1em rgba(234, 180, 180, 0.5);
    opacity: 1; }

.floria__bb-wrap {
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 780px; }
  @media (min-width: 569px) {
    .floria__bb-wrap {
      padding-right: 120px; } }
  @media (max-width: 568px) {
    .floria__bb-wrap {
      height: 90vh; } }
.floria__bb {
  background: url(/images/lp/floria/bb-20211011.jpg) center center/cover no-repeat;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 568px) {
    .floria__bb {
      background: url(/images/lp/floria/bb-m-20211011.jpg) center center/cover no-repeat; } }
  .floria__bb:after {
    content: "";
    display: block;
    background: rgba(35, 24, 21, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .floria__bb__container {
    position: relative;
    z-index: 5; }
  .floria__bb__title {
    margin: 0;
    padding: 400px 0 0;
    text-align: center; }
    @media (max-width: 568px) {
      .floria__bb__title {
        padding: 240px 0 0; } }
    .floria__bb__title-img {
      width: 412px; }
      @media (max-width: 568px) {
        .floria__bb__title-img {
          width: 90%; } }
.floria__concept {
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 569px) {
    .floria__concept {
      padding: 120px 0;
      display: flex;
      align-items: flex-end; } }
  .floria__concept__txt-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 569px) {
      .floria__concept__txt-box {
        width: 60%;
        padding-left: 120px; } }
    @media (max-width: 568px) {
      .floria__concept__txt-box {
        padding: 50px 20px 30px; } }
  @media (min-width: 569px) {
    .floria__concept__img-box {
      width: 40%; } }
  @media (max-width: 568px) {
    .floria__concept__img-box {
      width: 60%;
      left: 40%;
      position: relative;
      padding: 0 0 50px; } }
  .floria__concept__title {
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .floria__concept__title {
        margin-top: 50px;
        margin: 0 0 30px; } }
    @media (min-width: 569px) {
      .floria__concept__title-img {
        height: 150px; } }
    @media (max-width: 568px) {
      .floria__concept__title-img {
        width: 100%; } }
  .floria__concept__description {
    letter-spacing: .1em;
    line-height: 2;
    font-size: 14px; }
    @media (max-width: 568px) {
      .floria__concept__description {
        font-size: 3vw; } }
  .floria__concept__img {
    width: 100%;
    display: block; }

.floria__cordinator {
  background: #eccdcb;
  padding: 80px 60px; }
  @media (max-width: 568px) {
    .floria__cordinator {
      padding: 60px 0; } }
  .floria__cordinator__container {
    max-width: 1000px;
    margin: 0 auto; }
  .floria__cordinator-list {
    margin: 0;
    padding: 0; }
    .floria__cordinator-list-item {
      list-style: none;
      position: relative; }
      @media (min-width: 569px) {
        .floria__cordinator-list-item {
          display: flex;
          align-items: center;
          padding-bottom: 63px; } }
      @media (max-width: 568px) {
        .floria__cordinator-list-item {
          padding: 0 30px; } }
      .floria__cordinator-list-item:after {
        content: "";
        display: block;
        width: 63px;
        height: 63px;
        background: url(/images/lp/floria/icon-cross.png) center center/contain no-repeat; }
        @media (min-width: 569px) {
          .floria__cordinator-list-item:after {
            left: 25%;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            position: absolute;
            bottom: 0; } }
        @media (max-width: 568px) {
          .floria__cordinator-list-item:after {
            width: 54px;
            height: 54px;
            left: 50%;
            margin: 30px auto; } }
      .floria__cordinator-list-item:last-child {
        padding-bottom: 0; }
        .floria__cordinator-list-item:last-child:after {
          display: none; }
      .floria__cordinator-list-item__txt-box {
        text-align: center; }
        @media (min-width: 569px) {
          .floria__cordinator-list-item__txt-box {
            width: 50%; } }
      @media (min-width: 569px) {
        .floria__cordinator-list-item__img-box {
          width: 50%; } }
      .floria__cordinator-list-item__title-img {
        height: 54px; }

.floria__feature {
  padding: 80px 60px; }
  @media (max-width: 568px) {
    .floria__feature {
      padding: 60px 0; } }
  .floria__feature__title {
    text-align: center;
    font-size: 22px;
    color: #b28247;
    font-weight: 500;
    letter-spacing: .1em; }
    @media (max-width: 568px) {
      .floria__feature__title {
        font-size: 18px; } }
    .floria__feature__title:before {
      content: "";
      display: block;
      width: 269px;
      height: 117px;
      background: url(/images/lp/floria/feature-title-deco.png) center center/contain no-repeat;
      margin: 0 auto 10px; }
      @media (max-width: 568px) {
        .floria__feature__title:before {
          width: 228px;
          height: 100px; } }
.floria__comingsoon {
  max-width: 600px;
  padding: 60px 20px;
  margin: 120px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0.5em rgba(234, 180, 180, 0.5);
          box-shadow: 0 0 0.5em rgba(234, 180, 180, 0.5);
  position: relative; }
  @media (max-width: 568px) {
    .floria__comingsoon {
      max-width: 90vw;
      padding: 50px 20px;
      margin: 80px auto 0; } }
  .floria__comingsoon__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%); }
    .floria__comingsoon__title-img {
      width: 195px; }
      @media (max-width: 568px) {
        .floria__comingsoon__title-img {
          width: 165px; } }
.floria__feature-list {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0; }
  @media (max-width: 568px) {
    .floria__feature-list {
      margin: 50px auto 0; } }
  .floria__feature-list-item {
    list-style: none;
    padding: 0 0 150px; }
    @media (max-width: 568px) {
      .floria__feature-list-item {
        padding: 0 0 50px; } }
    .floria__feature-list-item:last-child {
      padding: 0; }
    .floria__feature-list-item__cover {
      position: relative; }
      @media (min-width: 569px) {
        .floria__feature-list-item__cover {
          padding: 0 300px 0 0; } }
      .floria__feature-list-item__cover img {
        max-width: 100%;
        max-height: 640px;
        display: block; }
        .floria__feature-list-item__cover img.of-tate {
          margin: 0 auto; }
    .floria__feature-list-item__txt-box {
      background: #fff;
      -webkit-box-shadow: 0 0 2em rgba(234, 180, 180, 0.5);
              box-shadow: 0 0 2em rgba(234, 180, 180, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 569px) {
        .floria__feature-list-item__txt-box {
          padding: 60px 50px;
          width: 40%;
          position: absolute;
          bottom: -170px;
          right: 0; } }
      @media (max-width: 568px) {
        .floria__feature-list-item__txt-box {
          margin: -20px 20px 20px;
          position: relative; } }
    .floria__feature-list-item__subtitle {
      font-size: 20px;
      text-align: center;
      font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
      font-weight: 500;
      margin: 0 0 30px; }
      .floria__feature-list-item__subtitle:before {
        content: "WEDDING PLAN 「Floria」";
        color: #8c8d8d;
        font-family: 'Oswald', sans-serif;
        font-size: 12px;
        letter-spacing: .1em;
        display: block;
        margin: 0 0 30px; }
        @media (max-width: 568px) {
          .floria__feature-list-item__subtitle:before {
            font-size: 10px; } }
        @media (max-width: 568px) {
          .floria__feature-list-item__subtitle:before {
            padding-top: 40px; } }
      @media (max-width: 568px) {
        .floria__feature-list-item__subtitle {
          font-size: 18px; } }
    .floria__feature-list-item__title {
      position: relative;
      text-align: center;
      color: #b28247;
      font-weight: 500;
      font-size: 20px;
      padding: 0 0 20px;
      margin: 0 0 30px;
      font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
      line-height: 1.8; }
      @media (max-width: 568px) {
        .floria__feature-list-item__title {
          font-size: 16px;
          padding: 0 0 30px;
          margin: 0 30px 30px; } }
      .floria__feature-list-item__title:before, .floria__feature-list-item__title:after {
        content: "";
        width: 66px;
        height: 50px;
        display: block;
        position: absolute;
        bottom: 0; }
        @media (max-width: 568px) {
          .floria__feature-list-item__title:before, .floria__feature-list-item__title:after {
            width: 56px;
            height: 43px; } }
      .floria__feature-list-item__title:before {
        background: url(/images/lp/floria/feature-list-item-title-deco-left.png) center center/contain no-repeat;
        left: -20px; }
      .floria__feature-list-item__title:after {
        background: url(/images/lp/floria/feature-list-item-title-deco-right.png) center center/contain no-repeat;
        right: -20px; }
    @media (max-width: 568px) {
      .floria__feature-list-item p {
        padding: 0 30px 30px; } }
    .floria__feature-list-item__gallery {
      display: flex;
      justify-content: center; }
      .floria__feature-list-item__gallery__column01 {
        width: 60%;
        padding: 0 50px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: flex-start; }
        @media (max-width: 568px) {
          .floria__feature-list-item__gallery__column01 {
            padding: 0 10px 0 20px; } }
        .floria__feature-list-item__gallery__column01 img {
          margin: 50px 0 0;
          display: block; }
          @media (max-width: 568px) {
            .floria__feature-list-item__gallery__column01 img {
              margin: 0 0 10px; } }
          .floria__feature-list-item__gallery__column01 img:first-child {
            width: 100%; }
          .floria__feature-list-item__gallery__column01 img:last-child {
            width: 80%; }
      .floria__feature-list-item__gallery__column02 {
        width: 40%;
        padding: 170px 100px 0 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media (max-width: 568px) {
          .floria__feature-list-item__gallery__column02 {
            padding: 0 20px 0 0; } }
        .floria__feature-list-item__gallery__column02 img {
          width: 100%;
          display: block;
          margin: 50px 0 0; }
          @media (max-width: 568px) {
            .floria__feature-list-item__gallery__column02 img {
              margin: 0 0 10px; } }
    @media (min-width: 569px) {
      .floria__feature-list-item:nth-child(even) .floria__feature-list-item__cover {
        padding: 0 0 0 300px; }
      .floria__feature-list-item:nth-child(even) .floria__feature-list-item__txt-box {
        left: 0;
        right: auto; } }
    .floria__feature-list-item:nth-child(even) .floria__feature-list-item__gallery {
      flex-direction: row-reverse; }
    .floria__feature-list-item:nth-child(even) .floria__feature-list-item__gallery__column01 {
      justify-content: flex-start; }
    @media (max-width: 568px) {
      .floria__feature-list-item:nth-child(even) .floria__feature-list-item__gallery__column01 {
        padding: 0 20px 0 10px; } }
    .floria__feature-list-item:nth-child(even) .floria__feature-list-item__gallery__column02 {
      padding: 170px 0 0 100px; }
      @media (max-width: 568px) {
        .floria__feature-list-item:nth-child(even) .floria__feature-list-item__gallery__column02 {
          padding: 0 0 0 20px; } }
.floria__fair {
  padding: 80px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 205, 203, 0)), to(rgba(236, 205, 203, 0.5)));
  background: linear-gradient(to bottom, rgba(236, 205, 203, 0), rgba(236, 205, 203, 0.5)); }
  @media (max-width: 568px) {
    .floria__fair {
      padding: 60px 0 0; } }
  .floria__fair__container {
    max-width: 1500px;
    margin: 0 auto; }
  .floria__fair__headline {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin: 0;
    position: relative;
    letter-spacing: .1em; }
    @media (max-width: 568px) {
      .floria__fair__headline {
        font-size: 18px; } }
    .floria__fair__headline:before {
      content: "";
      display: block;
      width: 81px;
      height: 39px;
      background: url(/images/lp/floria/fair-title-deco.png?20211001) center center/contain no-repeat;
      position: absolute;
      bottom: 100%;
      right: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.floria__contact {
  padding: 120px; }
  @media (max-width: 568px) {
    .floria__contact {
      padding: 0 0 60px; } }
  .floria__contact__container {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 2em rgba(234, 180, 180, 0.5);
            box-shadow: 0 0 2em rgba(234, 180, 180, 0.5);
    padding: 80px;
    text-align: center; }
    @media (max-width: 568px) {
      .floria__contact__container {
        padding: 60px 20px; } }
  .floria__contact__headline {
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 50px; }
    .floria__contact__headline .of-label {
      color: #8c8d8d;
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      letter-spacing: .1em;
      display: block;
      margin: 0 auto 50px; }
      @media (max-width: 568px) {
        .floria__contact__headline .of-label {
          font-size: 10px; } }
      @media (max-width: 568px) {
        .floria__contact__headline .of-label {
          margin: 0 auto 30px; } }
  .floria__contact__tel-box {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: bold; }
    .floria__contact__tel-box .of-sub-txt {
      font-size: 16px; }
