@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

ARRANGE CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Settings */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Variables CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

SVG CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/* Variables
-------------------------------------------- */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

FUNCTIONS CSS function & mixin

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Responsive
-------------------------------------------- */
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Common CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
html {
  background: #FFFFFF; }

.tb_disp, .sp_disp {
  display: none !important; }

@media (max-width: 768px) {
  .pc_disp.tb {
    display: none !important; }

  .tb_disp {
    display: block !important; } }
@media (max-width: 480px) {
  .pc_disp {
    display: none !important; }

  .sp_disp {
    display: block !important; } }
/* Variables
-------------------------------------------- */
/* Loading
-------------------------------------------- */
.loading {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF url(/shr/img/common/loading.gif) no-repeat center center/100px auto; }
  .loading.preload {
    opacity: 1;
    pointer-events: auto; }

/* Wrapper
-------------------------------------------- */
body .check {
  display: none; }

body .sub_nav_cover {
  display: none; }

.hide .header {
  top: -120px; }
  @media (max-width: 768px) {
    .hide .header {
      top: -60px; } }

/* Header
----------------------------------------------- */
#header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 1s 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  @media (max-width: 768px) {
    #header {
      height: 60px; } }

#header .nav li {
  margin: 0;
  border-top: #cecac0 1px solid; }

#header .nav li a {
  display: block;
  padding: 15px 20px;
  color: #000; }

#header .nav li:last-child {
  margin: 0 0 0 0; }

#header .nav li:last-child a {
  box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 15px 20px;
  border: none;
  background: #FFF; }

#header .nav_trigger {
  display: block; }

#header .nav {
  width: 250px;
  height: 100%;
  position: fixed;
  right: -250px;
  z-index: 250;
  background: #FFF;
  overflow: auto;
  float: none;
  margin: 0;
  padding: 0;
  top: 0;
  display: block !important; }

/* Header */
#header .g_nav_trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 45px;
  height: 40px;
  padding: 10px;
  background: #cecac0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#header .g_nav_trigger span {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFF;
  /*#cecac0*/ }

#header .g_nav_trigger span:before,
#header .g_nav_trigger span:after {
  content: "";
  background: #FFF;
  /*#cecac0*/
  width: 100%;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0; }

#header .g_nav_trigger span:after {
  top: 18px; }

/* SP Header */
#header .nav_close_trigger {
  display: block;
  width: 33px;
  height: 33px;
  padding: 10px;
  margin: 10px 0 10px 20px;
  background: #cecac0;
  position: relative; }

#header .nav_close_trigger span {
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 9px;
  background: #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#header .nav_close_trigger span:before {
  content: "";
  background: #FFF;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

#header .nav li:first-child {
  background: #cecac0;
  padding: 15px 20px;
  color: #FFF; }

#header .nav li.nav_top {
  background: #FFF;
  padding: 0;
  color: #000; }

/* contWrap Fade */
body .check:checked + .sub_nav_cover {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Reset CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
:root {
  font-size: 10px; }

html {
  width: 100%;
  color: #000;
  background: #FFF; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  width: 100%;
  background: #FFF; }

.preload {
  height: 100%; }
  .preload body {
    height: 100%; }

body > img,
body > noscript > img,
body > iframe {
  display: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td,
figure, address, label {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -webkit-overflow-scrolling: touch; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table br {
  display: none !important; }

table th br,
table td br {
  display: inline !important; }

fieldset,
img {
  border: 0; }

*,
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, th, var, i {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

input[type=tel],
input[type=text],
input[type=file],
input[type=email],
input[type=reset],
input[type=image],
input[type=button],
input[type=submit],
input[type=number],
input[type=password],
textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
  font-size: 1.3rem;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  outline: none; }

select {
  outline: none;
  color: #000;
  text-overflow: '';
  font-size: inherit;
  text-indent: .01rem;
  vertical-align: middle;
  background: #FFF;
  padding: 10px;
  padding-right: 31px !important;
  border: #DDD 1px solid;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2C0V1H1V0ZM1%2C1V2H2V1ZM2%2C2V3H3V2ZM3%2C3V4H4V3ZM4%2C4V5H5V4Zm6-4V1h1V0ZM9%2C2h1V1H9ZM8%2C3H9V2H8ZM7%2C4H8V3H7ZM6%2C5H7V4H6ZM5%2C6H6V5H5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right 10px; }
  select option {
    color: #000; }
  select::-ms-expand {
    display: none; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

textarea {
  resize: vertical; }

/*because legend doesn't inherit in IE */
legend {
  color: #333; }

img, svg {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto; }

/* clearfix */
.clearfix {
  min-height: 1px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #000;
  cursor: pointer; }

a:active,
a:hover,
.btn:active,
.btn:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  color: #000; }

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* JqvaScriptで動的に付与 */
.current {
  cursor: default;
  text-decoration: none !important; }

#fb-root {
  display: none; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Animation CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Variables CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

SVG CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/**
 * SVG画像をアイコンに使いたい的ないろいろ
 *
 *  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
 * https://code.i-harness.com/ja/q/cbfa3c
 */
/* Variables
-------------------------------------------- */
/* Loading
-------------------------------------------- */
.loading {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  background: #FFF url(../img/common/loading.gif) no-repeat center center/100px auto; }
  .preload .loading {
    opacity: 1;
    pointer-events: auto; }

.slick-slide {
  height: auto !important; }

.slides.slick-initialized.slick-slider,
.slides2.slick-initialized.slick-slider {
  position: relative;
  padding-bottom: 80px; }

.prev.slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0; }

.next.slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0; }

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.modal_box.wide {
  max-width: 900px; }

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 42px;
  font-size: 26px;
  color: #000;
  line-height: 42px;
  text-align: center;
  background: #e6e6e6; }

.modal_close i {
  line-height: 42px;
  vertical-align: bottom; }

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7); }

@media screen and (max-width: 1100px) {
  .modal_box.wide {
    width: 80%;
    max-width: none; } }
@media screen and (max-width: 768px) {
  /*  ウィンドウサイズ769px以下の時のスタイル  */
  .modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 70%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

  .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px; }

  .modal_close i {
    line-height: 44px; }

  .link_area {
    margin: 25px auto 0; }

  .link_area .modal_link a {
    margin: 15px auto 0; }

  .link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0; }

  .link_area ul li.modal_link:last-child a {
    float: none; } }
@media screen and (max-width: 414px) {
  .modal_box {
    width: 80%; } }
.mainVisual__left-link, .mainVisual__right-link {
  display: block;
  width: 100%;
  position: relative; }
  .mainVisual__left-link:before, .mainVisual__right-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .3s; }
  .mainVisual__left-link:hover:before, .mainVisual__right-link:hover:before {
    background-color: rgba(0, 0, 0, 0); }

.hide #header {
  top: -120px; }
  @media (max-width: 768px) {
    .hide #header {
      top: -60px; } }

.mainVisual {
  /*&__logo-links {
      width: 240px;
      position: absolute;
      left: 50%;
      top: 30px;
      z-index: 1;
      
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      @media (max-width: 640px) {
          width: 37vw;
      }
      @media (max-width: 414px) {
          width: 30vw;
          top: 10px;
      }
  }*/ }
  .mainVisual__inner {
    display: flex;
    position: relative; }
    @media (max-width: 640px) {
      .mainVisual__inner {
        display: block; } }
  .mainVisual__left {
    width: 50%; }
    @media (max-width: 640px) {
      .mainVisual__left {
        width: 50%;
        height: 50vh; } }
  .mainVisual__left-inner {
    width: 100%;
    padding-top: 100%;
    background: url("../img/header_left.jpg") no-repeat center 100%/cover; }
    @media (max-width: 640px) {
      .mainVisual__left-inner {
        padding-top: 71.2%; } }
  .mainVisual__right {
    width: 50%; }
    @media (max-width: 640px) {
      .mainVisual__right {
        width: 100%; } }
  .mainVisual__right-inner {
    width: 100%;
    padding-top: 100%;
    background: url("../img/header_right.jpg") no-repeat center 100%/cover; }
    @media (max-width: 640px) {
      .mainVisual__right-inner {
        background-position: 0 -10px;
        padding-top: 71.2%; } }
  .mainVisual__ttl {
    width: 100%;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    text-align: center;
    font-size: 3rem;
    font-family: 'Nanum Myeongjo', serif;
    color: #FFF;
    letter-spacing: 2rem;
    line-height: 1.6em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .mainVisual__ttl::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -13px;
      width: 26px;
      height: 26px;
      border-top: 1px solid #FFF;
      border-right: 1px solid #FFF;
      -webkit-transform: rotate(135deg) translateX(50%);
      transform: rotate(135deg) translateX(50%); }
      @media (max-width: 640px) {
        .mainVisual__ttl::before {
          bottom: 5px; } }
    @media (max-width: 1024px) {
      .mainVisual__ttl {
        bottom: 5vw;
        font-size: 3vw;
        line-height: 4vw;
        letter-spacing: 2vw; } }
    @media (max-width: 640px) {
      .mainVisual__ttl {
        line-height: 1.3;
        font-size: 5.5vw; } }

.flower-box__inner {
  max-width: 1100px;
  margin: 100px auto 0; }
  @media (max-width: 768px) {
    .flower-box__inner {
      margin: 50px 0 30px; } }
.flower-box__ttl {
  position: relative; }
.flower-box__img-area {
  width: 790px;
  height: auto;
  position: relative; }
  @media (max-width: 1100px) {
    .flower-box__img-area {
      width: 71.8181%; } }
  @media (max-width: 640px) {
    .flower-box__img-area {
      width: 95%;
      padding-top: 70%;
      overflow: hidden; } }
  .flower-box__img-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1; }
    @media (max-width: 1100px) {
      .flower-box__img-area::before {
        width: 15.8227%; } }
    @media (max-width: 640px) {
      .flower-box__img-area::before {
        width: 80%;
        height: 15%;
        top: auto;
        bottom: 0; } }
  .flower-box__img-area--rev {
    width: 790px;
    height: auto;
    position: relative; }
    @media (max-width: 1100px) {
      .flower-box__img-area--rev {
        width: 71.8181%; } }
    @media (max-width: 640px) {
      .flower-box__img-area--rev {
        width: 95%;
        padding-top: 70%;
        overflow: hidden; } }
    .flower-box__img-area--rev::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 125px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 1; }
      @media (max-width: 1100px) {
        .flower-box__img-area--rev::before {
          width: 15.8227%; } }
      @media (max-width: 640px) {
        .flower-box__img-area--rev::before {
          width: 55%;
          height: 15%;
          top: auto;
          bottom: 0; } }
@media (max-width: 640px) {
  .flower-box__img {
    width: 140%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
.flower-box__txt {
  width: 390px;
  padding: 0 0 20px;
  position: absolute;
  bottom: 80px;
  left: 64%;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 4.5rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  z-index: 2; }
  @media (max-width: 1100px) {
    .flower-box__txt {
      width: 35%;
      bottom: 19%;
      font-size: 4.1vw; } }
  @media (max-width: 640px) {
    .flower-box__txt {
      width: auto;
      padding: 0 50px 10px 0;
      position: absolute;
      bottom: -15%;
      right: 0%;
      left: auto;
      font-family: 'Nanum Myeongjo', serif;
      font-size: 7.5vw;
      letter-spacing: 0.15em;
      line-height: 1.2; } }
  @media (max-width: 480px) {
    .flower-box__txt {
      bottom: -17%; } }
  .flower-box__txt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to left, transparent, #B2A289 25%);
    background-position: center;
    background-repeat: no-repeat; }
.flower-box__list {
  max-width: 700px;
  margin: 100px auto 0; }
  @media (max-width: 768px) {
    .flower-box__list {
      margin: 130px auto 0; } }
  @media (max-width: 480px) {
    .flower-box__list {
      margin: 80px auto 0; } }
.flower-box__list-item {
  display: flex;
  margin-top: 20px; }
  .flower-box__list-item--rev {
    display: flex;
    flex-flow: row-reverse;
    margin-top: 20px; }
  .flower-box__list-item:first-child {
    margin-top: 0; }
.flower-box__list-item-img {
  display: block;
  width: 50%;
  align-self: flex-start; }
.flower-box__list-item-detail {
  width: 50%;
  padding: 0 0 0 30px;
  display: flex;
  align-content: center;
  flex-flow: wrap; }
  @media (max-width: 480px) {
    .flower-box__list-item-detail {
      padding: 0 0 0 15px; } }
  .flower-box__list-item-detail--rev {
    width: 50%;
    padding: 0 30px 0 0;
    display: flex;
    align-content: center;
    flex-flow: wrap;
    text-align: right; }
.flower-box__list-item-ttl {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .flower-box__list-item-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #000; }
  .flower-box__list-item-ttl--rev {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .flower-box__list-item-ttl--rev::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 1px;
      background: #000; }
    @media (max-width: 480px) {
      .flower-box__list-item-ttl--rev {
        margin: 0 0 10px;
        padding: 0 0 10px;
        font-size: 4vw; } }
  @media (max-width: 480px) {
    .flower-box__list-item-ttl {
      margin: 0 0 10px;
      padding: 0 0 10px;
      font-size: 4vw; } }
.flower-box__list-item-spec {
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    .flower-box__list-item-spec {
      font-size: 1.5rem; } }
  @media (max-width: 480px) {
    .flower-box__list-item-spec {
      font-size: 1.2rem; } }

.works__inner {
  margin-top: 80px;
  padding: 40px 0 50px;
  background: #EEE; }
  @media (max-width: 480px) {
    .works__inner {
      margin-top: 40px;
      padding: 30px 0; } }
.works__ttl {
  text-align: center;
  /*@media screen and (max-width: 500px) {
      margin-top: 40px;
  }*/ }
  .works__ttl--works {
    text-align: center;
    margin-top: 0; }
.works__ttl-en {
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 4rem;
  font-family: 'Nanum Myeongjo', serif;
  position: relative; }
  .works__ttl-en::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 500px) {
    .works__ttl-en {
      font-size: 3rem; } }
.works__ttl-jp {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 500px) {
    .works__ttl-jp {
      font-size: 1.4rem;
      font-weight: normal; } }
.works__list {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 50px auto 0;
  position: relative; }
  @media (max-width: 768px) {
    .works__list {
      width: calc(100% - 10px);
      padding: 0; } }
  @media (max-width: 480px) {
    .works__list {
      margin: 25px auto 0; } }
.works__list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  margin-right: -10px;
  visibility: hidden;
  height: 0; }
  @media (max-width: 768px) {
    .works__list-inner {
      margin-right: -10px; } }
  .works__list-inner.active {
    visibility: visible;
    height: auto; }
.works__list-item {
  width: calc(25% - 10px);
  position: relative;
  margin-right: 10px; }
  @media (max-width: 768px) {
    .works__list-item {
      margin-right: 10px;
      width: calc(50% - 10px); } }
  .works__list-item:nth-child(n + 5) {
    margin-top: 10px; }
    @media (max-width: 480px) {
      .works__list-item:nth-child(n + 5) {
        margin-top: 0; } }
  @media (max-width: 768px) {
    .works__list-item:nth-child(n + 1) {
      margin-top: 10px; } }
.works__list-item-number {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0; }
  @media screen and (max-width: 680px) {
    .works__list-item-number {
      padding: 0; } }
.works__btn-links-left {
  width: 180px;
  height: 50px;
  padding: 10px 15px 10px 60px;
  border: #000 solid 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 30%;
  text-align: right; }
  @media screen and (max-width: 1024px) {
    .works__btn-links-left {
      left: 27%; } }
  @media screen and (max-width: 900px) {
    .works__btn-links-left {
      left: 24%; } }
  @media screen and (max-width: 767px) {
    .works__btn-links-left {
      left: 20%; } }
  @media screen and (max-width: 680px) {
    .works__btn-links-left {
      width: 49%;
      left: 0; } }
  .works__btn-links-left::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 11px;
    background: url(../img/btn_arrow-left.png) left top no-repeat;
    top: 21px;
    left: 16px;
    z-index: 1; }
.works__btn-links-right {
  width: 180px;
  height: 50px;
  padding: 10px 60px 10px 15px;
  border: #000 solid 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 30%; }
  @media screen and (max-width: 1024px) {
    .works__btn-links-right {
      right: 27%; } }
  @media screen and (max-width: 900px) {
    .works__btn-links-right {
      right: 24%; } }
  @media screen and (max-width: 767px) {
    .works__btn-links-right {
      right: 22%; } }
  @media screen and (max-width: 680px) {
    .works__btn-links-right {
      width: 49%;
      right: 0; } }
  .works__btn-links-right::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 11px;
    background: url(../img/btn_arrow-right.png) right top no-repeat;
    top: 21px;
    right: 16px;
    z-index: 1; }
.works__list-block {
  margin: 40px 0;
  display: block; }
  @media screen and (max-width: 414px) {
    .works__list-block {
      margin: 25px 0; } }
  .works__list-block.hide {
    display: none; }
.works__list-nohit {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  color: #999;
  font-size: 2.0rem;
  display: none; }
  .works__list-nohit.active {
    display: block; }
.works__pager-list {
  display: flex;
  justify-content: center; }
.works__pager-prev {
  cursor: pointer;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background: #DDD;
  position: relative;
  font-size: 15px; }
  .works__pager-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg) translate(4px, 1px);
    transform: rotate(225deg) translate(4px, 1px); }
.works__pager-next {
  cursor: pointer;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background: #DDD;
  position: relative;
  font-size: 15px; }
  .works__pager-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translate(-7px, 1px);
    transform: rotate(45deg) translate(-7px, 1px); }
.works__pager-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #DDD; }
  .works__pager-btn.hidden {
    display: none; }
  .works__pager-btn.active {
    background: #000;
    color: #FFF;
    font-weight: bold; }
.works__search {
  margin-top: 50px; }
.works__search-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .works__search-inner {
      flex-direction: column; } }
.works__search-select-warp {
  width: 420px;
  display: flex;
  align-items: center;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .works__search-select-warp {
      margin-bottom: 30px; } }
  @media screen and (max-width: 414px) {
    .works__search-select-warp {
      display: block; } }
.works__search-ttl {
  width: 140px;
  margin-right: 20px;
  font-size: 18px; }
  @media screen and (max-width: 414px) {
    .works__search-ttl {
      display: block;
      margin: 0 0 10px;
      padding: 0 0 10px;
      position: relative; } }
  @media screen and (max-width: 414px) {
    .works__search-ttl::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 10px;
      height: 1px;
      background: #000; } }
.works__search-select {
  width: 300px;
  height: 40px;
  padding: 0 25px 0 10px;
  background: url(/shr/img/bg_select_rev.gif) right center no-repeat;
  background-color: #FFF;
  cursor: pointer; }
.works__search-check {
  width: calc(100% - 420px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .works__search-check {
      width: 100%; } }
  .works__search-check .works__search-ttl {
    width: 80px; }
.works__search-color {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 414px) {
    .works__search-color {
      width: 100%; } }
.works__search-color-item {
  position: relative;
  margin: 0 10px  0 0; }
  .works__search-color-item:last-child {
    margin: 0; }
.works__search-color-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/ }
.works__search-color-item input[type="checkbox"]:checked + .works__search-color-text:after {
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  width: 5px;
  height: 10px;
  transform: rotate(45deg); }
.works__search-color-text {
  color: #000;
  cursor: pointer;
  font-size: 16px; }
.works__search-color-text:before {
  /*チェックボックスの枠*/
  content: '';
  border: 1px solid #000;
  background-color: #FFF;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center; }

.stand-other__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 500px) {
    .stand-other__inner {
      padding: 0 10px; } }
.stand-other__h2 {
  padding: 5px 0;
  margin: 50px 0;
  font-size: 2.4rem;
  text-align: center;
  background: #EEE;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 500px) {
    .stand-other__h2 {
      margin: 30px 0 25px;
      font-size: 5vw; } }
.stand-other__txt {
  text-align: center;
  line-height: 2; }
  @media screen and (max-width: 500px) {
    .stand-other__txt {
      text-align: left; } }
.stand-other__img {
  max-width: 840px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.stand-other__sbill_1 {
  width: 400px; }
  @media screen and (max-width: 840px) {
    .stand-other__sbill_1 {
      width: 47.619%; } }
  @media (max-width: 480px) {
    .stand-other__sbill_1 {
      width: 100%;
      margin-bottom: 40px; } }
.stand-other__sbill_2 {
  width: 400px; }
  @media screen and (max-width: 840px) {
    .stand-other__sbill_2 {
      width: 47.619%; } }
  @media (max-width: 480px) {
    .stand-other__sbill_2 {
      width: 100%; } }
.stand-other__message-box {
  margin: 50px 0 0;
  border-bottom: #DDD solid 1px; }
.stand-other__message {
  display: flex;
  border-top: #DDD solid 1px; }
  @media screen and (max-width: 500px) {
    .stand-other__message {
      display: block; } }
.stand-other__message-ttl {
  width: 315px;
  background: #EEE;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .stand-other__message-ttl {
      width: 100%;
      padding: 5px 0;
      border-bottom: #DDD solid 1px; } }
.stand-other__message-txt {
  padding: 20px 0 20px 20px;
  width: calc(100% - 315px); }
  @media screen and (max-width: 500px) {
    .stand-other__message-txt {
      width: 100%;
      padding: 20px 0; } }

.process__ttl {
  padding: 0 0 10px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: #DDD solid 1px; }
  @media screen and (max-width: 500px) {
    .process__ttl {
      font-size: 1.5rem;
      margin-bottom: 15px; } }
.process__box {
  line-height: 2;
  margin-bottom: 50px; }
  @media screen and (max-width: 500px) {
    .process__box {
      margin-bottom: 25px; } }
.process__txt {
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .process__txt {
      margin-bottom: 15px; } }
.process__method {
  display: flex;
  align-items: center; }
  .process__method:nth-child(n+1) {
    margin: 0 0 20px; }
  @media screen and (max-width: 500px) {
    .process__method {
      display: block; } }
.process__btn {
  width: 290px;
  padding: 10px 20px 10px 10px;
  background: #444;
  color: #FFF;
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .15rem;
  cursor: pointer; }
  .process__btn--ex {
    width: 290px;
    padding: 10px 20px 10px 10px;
    background: #444;
    color: #FFF;
    display: flex;
    font-size: 1.4rem;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: .15rem;
    cursor: pointer;
    position: relative; }
    .process__btn--ex::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 13px;
      height: 13px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    @media screen and (max-width: 500px) {
      .process__btn--ex {
        width: 100%;
        margin-bottom: 10px; } }
  @media screen and (max-width: 500px) {
    .process__btn {
      width: 100%;
      margin-bottom: 10px; } }
.process__btn-txt {
  position: relative;
  padding: 0 60px 0 30px; }
  @media screen and (max-width: 500px) {
    .process__btn-txt {
      padding: 0 30px 0 0; } }
  .process__btn-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #927D56;
    border-right: 2px solid #927D56;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
    @media screen and (max-width: 500px) {
      .process__btn-txt::before {
        right: 10px; } }
.process__btn-img {
  width: 21px; }
.process__numbar {
  font-weight: bold; }
.process__area {
  display: flex;
  flex-flow: wrap; }
@media screen and (max-width: 500px) {
  .process__area-ttl {
    width: 100%; } }

.footer__inner {
  padding: 0 20px 50px;
  text-align: center; }
  @media screen and (max-width: 500px) {
    .footer__inner {
      padding: 0 10px 20px; } }
.footer__logo {
  width: 180px;
  margin: 0 auto 20px; }
.footer__tel-link {
  display: block;
  font-size: 3.5rem;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px; }
.footer__tel {
  font-size: 3.5rem;
  line-height: 1.4;
  font-family: 'Great Vibes', cursive;
  text-align: center; }
.footer__time {
  display: block;
  margin: 0 auto;
  font-size: 0.9rem; }
.footer__links {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-size: 1.3rem; }
  @media screen and (max-width: 500px) {
    .footer__links {
      margin-top: 40px;
      display: block; } }
.footer__link {
  color: #000; }
.footer__links-item {
  padding: 0 10px; }
  @media screen and (max-width: 500px) {
    .footer__links-item {
      padding: 0; } }
.footer__copylight {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem; }
  @media screen and (max-width: 500px) {
    .footer__copylight {
      font-size: 3vw;
      margin-top: 20px; } }

.mw_wp_form_input .open-area {
  display: none; }
