@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font-family: 'Sawarabi Gothic', sans-serif; }

p, h2, h3, h4, h5, a, span {
  font-family: 'Sawarabi Gothic', sans-serif; }

.wrap {
  width: 100%;
  height: auto;
  min-height: 98vh;
  position: relative;
  background-image: url(../img/back.png);
  background-color: #f4eddf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  overflow: hidden;
  display: none; }
  @media screen and (max-width: 960px) {
    .wrap {
      background-size: auto 120vh;
      background-position: top; } }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

.mod-frontpage {
  width: 100vw;
  height: auto;
  overflow: hidden;
  /*----------------------------
		news
		-----------------------------*/
  /*---------------------
        menu
        ---------------------*/ }
  .mod-frontpage-mv {
    width: 100vw;
    height: 80vh; }
    @media screen and (max-width: 960px) {
      .mod-frontpage-mv {
        width: 100vw;
        height: 360px; } }
    .mod-frontpage-mv-wrap {
      width: 100%;
      height: 100%;
      position: relative;
      opacity: 0;
      -webkit-transition: .8s;
      -o-transition: .8s;
      transition: .8s; }
    .mod-frontpage-mv-slide {
      width: 100%;
      height: 80vh;
      position: absolute;
      top: 0;
      left: 0; }
      .mod-frontpage-mv-slide img {
        width: 100%;
        height: 80vh;
        -o-object-fit: cover;
        object-fit: cover; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-mv-slide img {
            width: 100%;
            height: 360px; } }
    .mod-frontpage-mv-logo {
      width: 50%;
      height: auto;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-mv-logo {
          width: 70%; } }
    .mod-frontpage-mv-copy {
      width: 100%;
      height: auto;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(50%, #a27f57), to(rgba(255, 255, 255, 0.6)));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, #a27f57 50%, rgba(255, 255, 255, 0.6) 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, #a27f57 50%, rgba(255, 255, 255, 0.6) 100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, #a27f57 50%, rgba(255, 255, 255, 0.6) 100%);
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .8s;
      -o-transition: .8s;
      transition: .8s;
      z-index: 5000;
      opacity: 0;
      padding: 70px 0; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-mv-copy {
          padding: 30px 0; } }
      .mod-frontpage-mv-copy::before {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #a27f57;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        z-index: 5000; }
      .mod-frontpage-mv-copy::after {
        content: '';
        width: 50%;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #a27f57;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        z-index: 5000; }
      .mod-frontpage-mv-copy-active {
        width: 100%;
        height: auto;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, from(rgba(162, 127, 87, 0.6)), color-stop(50%, #a27f57), to(rgba(162, 127, 87, 0.6)));
        background: -webkit-linear-gradient(left, rgba(162, 127, 87, 0.6) 0%, #a27f57 50%, rgba(162, 127, 87, 0.6) 100%);
        background: -o-linear-gradient(left, rgba(162, 127, 87, 0.6) 0%, #a27f57 50%, rgba(162, 127, 87, 0.6) 100%);
        background: linear-gradient(90deg, rgba(162, 127, 87, 0.6) 0%, #a27f57 50%, rgba(162, 127, 87, 0.6) 100%);
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5000; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-mv-copy-active {
            position: relative;
            z-index: 5000; } }
        .mod-frontpage-mv-copy-active::before {
          content: '';
          width: 50%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #a27f57;
          z-index: 5000;
          opacity: 0; }
        .mod-frontpage-mv-copy-active::after {
          content: '';
          width: 50%;
          height: 100%;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
          background-color: #a27f4e;
          z-index: 5000;
          opacity: 0; }
      .mod-frontpage-mv-copy-wrap {
        width: 100%;
        height: auto;
        opacity: 0;
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        z-index: 5000; }
  .mod-frontpage-news {
    max-width: 1520px;
    width: 85vw;
    height: auto;
    margin: 1.7rem auto 40px auto;
    position: relative; }
    @media screen and (max-width: 960px) {
      .mod-frontpage-news {
        width: 80%;
        margin: 0 auto 40px auto; } }
    .mod-frontpage-news-head {
      font-size: 1.7rem;
      text-align: center;
      color: #846240;
      margin: 70px 0 50px; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-news-head {
          font-size: 1.3rem;
          margin: 35px 0 30px; } }
      .mod-frontpage-news-head::before {
        content: '';
        width: 30px;
        height: 30px;
        -webkit-transform: translate(-5px, 3px);
        -ms-transform: translate(-5px, 3px);
        transform: translate(-5px, 3px);
        background-image: url(../img/fl_left.png);
        background-size: cover;
        display: inline-block; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-news-head::before {
            width: 20px;
            height: 20px; } }
      .mod-frontpage-news-head::after {
        content: '';
        width: 30px;
        height: 30px;
        -webkit-transform: translate(5px, 3px);
        -ms-transform: translate(5px, 3px);
        transform: translate(5px, 3px);
        background-image: url(../img/fl_right.png);
        background-size: cover;
        display: inline-block; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-news-head::after {
            width: 20px;
            height: 20px; } }
    .mod-frontpage-news-note {
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.7; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-news-note {
          text-align: left; } }
    .mod-frontpage-news-wrap {
      width: 100%;
      height: auto;
      margin: 1.4rem auto 0 auto; }
    .mod-frontpage-news-menu {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-news-menu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .mod-frontpage-news-menu-item {
        width: 22%;
        height: auto;
        background-color: #302b25;
        padding: 0 0 10px 0; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-news-menu-item {
            width: 100%;
            margin-top: 25px; } }
        .mod-frontpage-news-menu-item-img {
          width: 100%;
          height: 200px; }
          .mod-frontpage-news-menu-item-img img {
            width: 100%;
            height: 200px;
            -o-object-fit: cover;
            object-fit: cover; }
        .mod-frontpage-news-menu-item-txt {
          width: 100%;
          height: auto; }
        .mod-frontpage-news-menu-item-date {
          font-size: 1rem;
          color: #fff;
          text-align: center;
          text-decoration: none;
          line-height: 1.7rem; }
        .mod-frontpage-news-menu-item-title {
          font-size: 1.15rem;
          color: #fff;
          text-align: center;
          text-decoration: none;
          line-height: 1.85rem; }
    .mod-frontpage-news-link {
      max-width: 280px;
      width: 30%;
      height: auto;
      margin: 60px 0 0 auto; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-news-link {
          width: 160px;
          height: auto;
          margin: 30px 0 0 auto; } }
  .mod-frontpage-separate {
    max-width: 1600px;
    width: 90%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .mod-frontpage-separate {
        width: 95%; } }
    .mod-frontpage-separate img {
      width: 100%;
      height: auto; }
  .mod-frontpage-menu {
    max-width: 1520px;
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 40px auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .mod-frontpage-menu {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px auto; } }
    .mod-frontpage-menu-item {
      width: 27%;
      height: auto; }
      .mod-frontpage-menu-item:nth-child(n+4) {
        margin-top: 120px; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-menu-item:nth-child(n+4) {
            margin-top: 40px; } }
      @media screen and (max-width: 960px) {
        .mod-frontpage-menu-item {
          width: 100%;
          margin-top: 40px; } }
    .mod-frontpage-menu-title {
      width: auto;
      height: auto;
      position: relative; }
      .mod-frontpage-menu-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: solid 1px #000;
        width: 100%;
        height: 1px; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-menu-title::after {
            display: none; } }
      .mod-frontpage-menu-title-in {
        font-size: 1.8rem;
        color: #594326;
        position: relative;
        -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
        transform: translateX(2rem); }
        @media screen and (max-width: 960px) {
          .mod-frontpage-menu-title-in {
            font-size: 1.4rem; } }
        .mod-frontpage-menu-title-in::before {
          content: '';
          width: 1.7rem;
          height: 1.7rem;
          background-image: url(../img/fl_left.png);
          background-size: cover;
          background-position: center;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateX(-2rem);
          -ms-transform: translateX(-2rem);
          transform: translateX(-2rem); }
          @media screen and (max-width: 960px) {
            .mod-frontpage-menu-title-in::before {
              width: 1.3rem;
              height: 1.3rem; } }
    .mod-frontpage-menu-container {
      width: 100%;
      height: auto;
      margin: 20px 0 0 0; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-menu-container {
          margin: 10px 0 0 0; } }
    .mod-frontpage-menu-txt {
      font-size: 1.15rem;
      color: #594326;
      line-height: 1.5rem; }
    .mod-frontpage-menu-link {
      max-width: 280px;
      width: 80%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-top: 25px; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-menu-link {
          width: 160px;
          margin-top: 15px; } }
      .mod-frontpage-menu-link img {
        width: 100%;
        height: auto; }
  .mod-frontpage-partner {
    max-width: 1000px;
    width: 85%;
    height: auto;
    margin: 30px auto 100px; }
    @media screen and (max-width: 960px) {
      .mod-frontpage-partner {
        width: 95%;
        margin: 30px auto 120px; } }
    .mod-frontpage-partner-head {
      font-size: 1.7rem;
      text-align: center;
      margin: 60px 0 0 0;
      color: #594326; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-partner-head {
          width: 100%;
          font-size: 1.2rem;
          margin: 20px 0 0 0; } }
      .mod-frontpage-partner-head::before {
        content: '';
        width: 30px;
        height: 30px;
        display: inline-block;
        -webkit-transform: translate(-5px, 5px);
        -ms-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
        background-image: url(../img/fl_left.png);
        background-size: cover; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-partner-head::before {
            width: 20px;
            height: 20px; } }
      .mod-frontpage-partner-head::after {
        content: '';
        width: 30px;
        height: 30px;
        display: inline-block;
        -webkit-transform: translate(5px, 5px);
        -ms-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        background-image: url(../img/fl_right.png);
        background-size: cover; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-partner-head::after {
            width: 20px;
            height: 20px; } }
    .mod-frontpage-partner-menu {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 50px auto; }
      @media screen and (max-width: 960px) {
        .mod-frontpage-partner-menu {
          width: 95%;
          margin: 30px auto; } }
      .mod-frontpage-partner-menu-item {
        width: 35%;
        height: auto;
        margin-bottom: 60px; }
        @media screen and (max-width: 960px) {
          .mod-frontpage-partner-menu-item {
            width: 90%;
            margin: 0 auto 40px; } }
        .mod-frontpage-partner-menu-item a {
          width: 100%;
          height: auto; }
          .mod-frontpage-partner-menu-item a img {
            width: 100%;
            height: auto; }

.load {
  width: 100%;
  height: 100vh;
  position: relative;
  display: block; }
  .load-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .load-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .load-icons span {
      width: 30px;
      height: 30px;
      margin: 0 30px; }
      @media screen and (max-width: 960px) {
        .load-icons span {
          margin: 0 15px; } }
      .load-icons span:first-child {
        -webkit-animation: load1 2.5s infinite linear;
        animation: load1 2.5s infinite linear; }
      .load-icons span:nth-child(2) {
        -webkit-animation: load2 2.5s infinite linear;
        animation: load2 2.5s infinite linear; }
      .load-icons span:nth-child(3) {
        -webkit-animation: load3 2.5s infinite linear;
        animation: load3 2.5s infinite linear; }
      .load-icons span:nth-child(4) {
        -webkit-animation: load4 2.5s infinite linear;
        animation: load4 2.5s infinite linear; }
      .load-icons span:last-child {
        -webkit-animation: load5 2.5s infinite linear;
        animation: load5 2.5s infinite linear; }
  .load-text {
    margin-top: 50px;
    text-align: center;
    -webkit-animation: fadeIn infinite linear 3s linear;
    animation: fadeIn infinite linear 3s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes load1 {
  0%, 20%, 30% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  25% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@keyframes load1 {
  0%, 20%, 30% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  10% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  25% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@-webkit-keyframes load2 {
  0%, 10%, 30%, 40% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  35% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@keyframes load2 {
  0%, 10%, 30%, 40% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  35% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@-webkit-keyframes load3 {
  0%, 20%, 40%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  30% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  45% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@keyframes load3 {
  0%, 20%, 40%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  30% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  45% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@-webkit-keyframes load4 {
  0%, 30%, 50%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  55% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@keyframes load4 {
  0%, 30%, 50%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  55% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@-webkit-keyframes load5 {
  0%, 40%, 60%, 70%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@keyframes load5 {
  0%, 40%, 60%, 70%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px); }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@-webkit-keyframes fadeIn {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

.mod-header {
  width: 100%;
  height: auto;
  background-color: #fcf6eb; }
  @media screen and (max-width: 960px) {
    .mod-header {
      display: none; } }

.mod-gnav {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 960px) {
    .mod-gnav {
      -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
      transform: translateY(-100vh);
      width: 100%;
      height: 98vh;
      background-color: #fcf6eb;
      z-index: 10000; } }
  .mod-gnav-menu {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .mod-gnav-menu {
        -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;
        height: 100%;
        z-index: 100000;
        position: relative; } }
    .mod-gnav-menu-item {
      list-style: none;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 0 10px; }
      .mod-gnav-menu-item:nth-child(2)::after {
        content: '';
        width: 0.125rem;
        height: 80%;
        top: 10%;
        right: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        background: #594326; }
      .mod-gnav-menu-item:nth-child(3)::after {
        content: '';
        width: 0.125rem;
        height: 80%;
        top: 10%;
        right: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        background: #594326; }
      .mod-gnav-menu-item:nth-child(4)::after {
        content: '';
        width: 0.125rem;
        height: 80%;
        top: 10%;
        right: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        background: #594326; }
      .mod-gnav-menu-item-bg a::before {
        content: '';
        width: 100%;
        height: 90%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: url(../img/header_bg.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: -50;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
      .mod-gnav-menu-item-bg a:hover {
        color: #fff; }
        .mod-gnav-menu-item-bg a:hover::before {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
      .mod-gnav-menu-item-bg.active a {
        color: #fff; }
      .mod-gnav-menu-item-bg.active::before {
        content: '';
        width: 100%;
        height: 90%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/header_bg.svg);
        background-size: calc(100% - 20px) auto;
        background-repeat: no-repeat;
        background-position: bottom; }
      .mod-gnav-menu-item a {
        font-size: 1.15rem;
        text-decoration: none;
        width: 100%;
        height: 100%;
        color: #594326;
        text-align: center;
        font-family: heisei-maru-gothic-std, sans-serif;
        font-weight: 200;
        padding: 0 10px;
        z-index: 150;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .mod-gnav-menu-item a img {
          width: 100px;
          height: auto; }
      .mod-gnav-menu-item-nline {
        font-size: 1.5rem;
        text-align: center;
        color: #594326;
        font-family: nav-font; }
      .mod-gnav-menu-item-forms {
        padding: 0; }
        .mod-gnav-menu-item-forms::before {
          content: ''; }
    .mod-gnav-menu-forms {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mod-gnav-menu-logo {
      margin-right: auto;
      margin-left: 20px;
      width: auto; }
      .mod-gnav-menu-logo a {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .mod-gnav-menu-logo a img {
          width: auto;
          height: 45px; }
      @media screen and (max-width: 960px) {
        .mod-gnav-menu-logo {
          display: none; } }
  .mod-gnav-sp {
    display: none; }
    @media screen and (max-width: 960px) {
      .mod-gnav-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        padding: 10px 0;
        width: 100vw;
        height: auto;
        z-index: 100000;
        background-color: #594326; }
        .mod-gnav-sp a {
          width: 55%;
          height: 40px;
          margin-left: 20px; }
          .mod-gnav-sp a img {
            width: auto;
            height: 40px; }
        .mod-gnav-sp-btn {
          width: 30%;
          height: 50px;
          margin: 0 10px 0 auto;
          cursor: pointer;
          position: relative; }
          .mod-gnav-sp-btn img {
            width: auto;
            height: 50px;
            position: absolute;
            top: 0;
            left: 0; }
          .mod-gnav-sp-btn .menu {
            display: block; }
          .mod-gnav-sp-btn .close {
            display: none; }
          .mod-gnav-sp-btn.active .menu {
            display: none; }
          .mod-gnav-sp-btn.active .close {
            display: block; } }
    .mod-gnav-sp-only {
      display: none; }
      @media screen and (max-width: 960px) {
        .mod-gnav-sp-only {
          display: block;
          width: 100%;
          height: 100vh;
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%);
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s;
          position: fixed;
          top: 0;
          left: 0;
          background-color: #f4eddf;
          opacity: 0;
          z-index: 10000;
          pointer-events: none; }
          .mod-gnav-sp-only.mod-gnav-sp-only-active {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
            pointer-events: auto; } }
    @media screen and (max-width: 960px) {
      .mod-gnav-sp-menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 100px;
        position: relative;
        z-index: 1000000; }
        .mod-gnav-sp-menu-logo {
          display: none; }
        .mod-gnav-sp-menu-item {
          width: 100%;
          border-bottom: solid 2px #594326;
          padding-bottom: 20px;
          padding-top: 20px; }
          .mod-gnav-sp-menu-item a {
            text-decoration: none;
            color: #594326;
            font-size: 1.2rem;
            text-align: center;
            display: block; }
          .mod-gnav-sp-menu-item img {
            width: 75%;
            height: auto; } }
    .mod-gnav-sp-menu-forms {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

/*
.about{
	.mod-gnav-menu-item-about{
			&::before{
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 90%;
				background: url(../img/header_bg.svg);
				background-size: calc(100% - 20px) auto;
				background-position: bottom;
				background-repeat: no-repeat;
				z-index: 100;
		}
		a{
			color: #fff;
			z-index: 1000;
		}
	}
}

.personal{
	.mod-gnav-menu-item-personal{
			&::before{
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 90%;
				background: url(../img/header_bg.svg);
				background-size: calc(100% - 20px) auto;
				background-position: bottom;
				background-repeat: no-repeat;
				z-index: 100;
		}
		a{
			color: #fff;
			z-index: 1000;
		}
	}
}

.shopgarden{
	.mod-gnav-menu-item-shopgarden{
			&::before{
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 90%;
				background: url(../img/header_bg.svg);
				background-size: calc(100% - 20px) auto;
				background-position: bottom;
				background-repeat: no-repeat;
				z-index: 100;
		}
		a{
			color: #fff;
			z-index: 1000;
		}
	}
}

.partnership{
	.mod-gnav-menu-item-partnership{
			&::before{
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 90%;
				background: url(../img/header_bg.svg);
				background-size: calc(100% - 20px) auto;
				background-position: bottom;
				background-repeat: no-repeat;
				z-index: 100;
		}
		a{
			color: #fff;
			z-index: 1000;
		}
	}
}
*/
.m-pc-only {
  display: block;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .m-pc-only {
      display: none; } }

.mod-garden {
  width: 100%;
  height: auto; }
  .mod-garden-wrap {
    width: 95vw;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0; }
    @media screen and (max-width: 960px) {
      .mod-garden-wrap {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 40px auto 0;
        position: relative; } }
  .mod-garden-slide {
    width: 45%;
    height: auto;
    margin: 15px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-garden-slide {
        width: 100%;
        margin: 130px 0 0 0; } }
    .mod-garden-slide-images {
      width: 100%;
      height: 500px;
      overflow: hidden; }
      @media screen and (max-width: 960px) {
        .mod-garden-slide-images {
          height: auto; } }
      .mod-garden-slide-images img {
        width: 100%;
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: top; }
        @media screen and (max-width: 960px) {
          .mod-garden-slide-images img {
            height: 240px; } }
    .mod-garden-slide-thumbnail {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin: 10px 0 0 0; }
      .mod-garden-slide-thumbnail img {
        width: 230px;
        height: 140px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 5px; }
        @media screen and (max-width: 960px) {
          .mod-garden-slide-thumbnail img {
            height: 80px; } }
  .mod-garden-txt {
    width: 50%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .mod-garden-txt {
        width: 100%; } }
  .mod-garden-heading {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .mod-garden-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%; } }
    .mod-garden-heading-name {
      margin-right: auto;
      width: 36%;
      margin-right: 3%; }
      @media screen and (max-width: 960px) {
        .mod-garden-heading-name {
          width: 100%;
          margin-right: 0; } }
      .mod-garden-heading-name-house {
        font-size: 2rem;
        color: #594326;
        margin-right: 1rem; }
        @media screen and (max-width: 960px) {
          .mod-garden-heading-name-house {
            font-size: 1.7rem;
            text-align: center;
            margin-right: 0;
            display: block;
            margin: 10px 0 0 0; } }
      .mod-garden-heading-name-city {
        font-size: 1.5rem;
        color: #594326;
        vertical-align: middle; }
        @media screen and (max-width: 960px) {
          .mod-garden-heading-name-city {
            font-size: 1rem;
            display: block;
            text-align: center;
            margin: 10px 0; } }
    .mod-garden-heading-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 60%; }
      @media screen and (max-width: 960px) {
        .mod-garden-heading-tags {
          width: 100%;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .mod-garden-heading-tags-item {
        font-size: 1.1rem;
        color: #594326;
        position: relative;
        margin: 0.5rem 0 0 1.5rem; }
        @media screen and (max-width: 960px) {
          .mod-garden-heading-tags-item {
            font-size: 1rem;
            margin: 10px 16px 0; } }
        .mod-garden-heading-tags-item::before {
          content: '';
          width: 1rem;
          height: 1rem;
          background-image: url(../img/fl_right.png);
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

@includes sp {
  .mod-garden-heading-tags-item::before {
    width: 13px;
    height: 13px; } }
  .mod-garden-des {
    width: 90%;
    height: auto;
    margin: 1rem auto 0;
    padding: 1rem 0.5rem;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 960px) {
      .mod-garden-des {
        width: 100%;
        padding: 1rem 0; } }
    .mod-garden-des-title {
      font-size: 1.5rem; }
      @media screen and (max-width: 960px) {
        .mod-garden-des-title {
          font-size: 1.2rem;
          margin-left: 5px; } }
    .mod-garden-des-info {
      width: 90%;
      height: auto;
      margin: 1rem auto 0;
      padding: 1rem 0.5rem;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-radius: 10px; }
      @media screen and (max-width: 960px) {
        .mod-garden-des-info {
          width: 100%;
          background-color: transparent;
          border-radius: 0;
          padding: 0; } }
      @media screen and (max-width: 960px) {
        .mod-garden-des-info-time {
          width: 35%;
          background-color: #fff;
          border-radius: 10px;
          padding: 10px 5px; } }
      .mod-garden-des-info-time-content {
        font-size: 1.1rem;
        margin: 0.5rem 0; }
        @media screen and (max-width: 960px) {
          .mod-garden-des-info-time-content {
            font-size: 0.9rem; } }
      @media screen and (max-width: 960px) {
        .mod-garden-des-info-open {
          width: 55%;
          background-color: #fff;
          border-radius: 10px;
          padding: 10px 5px; } }
      .mod-garden-des-info-open-content {
        font-size: 1.1rem;
        margin: 0.5rem 0; }
        @media screen and (max-width: 960px) {
          .mod-garden-des-info-open-content {
            font-size: 0.9rem; } }
    .mod-garden-des-message {
      width: 90%;
      height: auto;
      margin: 1rem auto 0;
      padding: 1rem 0.5rem;
      background-color: #fff;
      border-radius: 10px; }
      @media screen and (max-width: 960px) {
        .mod-garden-des-message {
          width: 98%;
          padding: 1rem 0; } }
      .mod-garden-des-message-content {
        font-size: 1.1rem;
        line-height: 2rem; }
        @media screen and (max-width: 960px) {
          .mod-garden-des-message-content {
            font-size: 0.9rem;
            line-height: 1.8;
            padding: 0 10px; } }
    .mod-garden-des-attention {
      width: 90%;
      height: auto;
      margin: 1rem auto 0; }
      @media screen and (max-width: 960px) {
        .mod-garden-des-attention {
          width: 98%; } }
      .mod-garden-des-attention-content {
        color: #bf3a5a;
        font-size: 1.1rem;
        line-height: 1.5rem; }
        @media screen and (max-width: 960px) {
          .mod-garden-des-attention-content {
            font-size: 0.9rem;
            line-height: 1.8; } }
  .mod-garden-links {
    width: 90%;
    height: auto;
    margin: 20px auto 0;
    padding: 1rem 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .mod-garden-links {
        width: 98%;
        margin: 30px auto 70px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .mod-garden-links-list {
      width: 260px;
      height: auto; }
      @media screen and (max-width: 960px) {
        .mod-garden-links-list {
          width: 200px;
          margin: 0 auto; } }
      .mod-garden-links-list img {
        width: 100%;
        height: auto; }
    .mod-garden-links-enter {
      width: 260px;
      height: auto; }
      @media screen and (max-width: 960px) {
        .mod-garden-links-enter {
          width: 200px;
          margin: 0 auto; } }
      .mod-garden-links-enter img {
        width: 100%;
        height: auto; }

.mod-shop-main {
  max-width: 1340px;
  width: 80%;
  height: auto;
  margin: 70px auto 160px; }
  @media screen and (max-width: 960px) {
    .mod-shop-main {
      width: 100%;
      margin: 40px auto 100px; } }
  .mod-shop-main-content {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #f4eddf; }
    .mod-shop-main-content-corner {
      background-color: #3a352f; }
    .mod-shop-main-content-in {
      padding: 40px 70px; }
      @media screen and (max-width: 960px) {
        .mod-shop-main-content-in {
          padding: 10px 5px 0; } }
  .mod-shop-main-bgin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mod-shop-main-bg01 {
    width: 100%;
    height: auto;
    z-index: -100; }
    .mod-shop-main-bg01-links {
      width: 90%;
      height: auto;
      margin: 60px auto 0;
      padding: 1rem 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        .mod-shop-main-bg01-links {
          width: 98%;
          margin: 30px auto 70px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .mod-shop-main-bg01-links-list {
        width: 260px;
        height: auto; }
        @media screen and (max-width: 960px) {
          .mod-shop-main-bg01-links-list {
            width: 200px;
            margin: 0 auto; } }
        .mod-shop-main-bg01-links-list img {
          width: 100%;
          height: auto; }
      .mod-shop-main-bg01-links-enter {
        width: 260px;
        height: auto; }
        @media screen and (max-width: 960px) {
          .mod-shop-main-bg01-links-enter {
            width: 200px;
            margin: 0 auto; } }
        .mod-shop-main-bg01-links-enter img {
          width: 100%;
          height: auto; }
  .mod-shop-main-txt {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      .mod-shop-main-txt {
        margin-bottom: 20px; } }
  .mod-shop-main-name {
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
    z-index: 10; }
    @media screen and (max-width: 960px) {
      .mod-shop-main-name {
        font-size: 1.4rem; } }
  .mod-shop-main-city {
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    z-index: 10;
    margin: 20px 0; }
    @media screen and (max-width: 960px) {
      .mod-shop-main-city {
        font-size: 1.2rem;
        margin: 10px 0; } }
  .mod-shop-main-owner {
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    z-index: 1000; }
    @media screen and (max-width: 960px) {
      .mod-shop-main-owner {
        font-size: 1.2rem; } }
  .mod-shop-main-slide {
    max-width: 900px;
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .mod-shop-main-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .mod-shop-main-slide-img {
      max-width: 650px;
      width: 77%;
      height: 400px;
      overflow: hidden; }
      @media screen and (max-width: 960px) {
        .mod-shop-main-slide-img {
          width: 100%; } }
      .mod-shop-main-slide-img img {
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover; }
    .mod-shop-main-slide-thumbnail {
      max-width: 200px;
      width: 20%;
      height: 400px;
      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: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden; }
      @media screen and (max-width: 960px) {
        .mod-shop-main-slide-thumbnail {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%;
          display: none; } }
      .mod-shop-main-slide-thumbnail img {
        width: 100%;
        height: 130px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: auto 0; }

.mod-shop-message {
  background-color: #f4eddf;
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 960px) {
    .mod-shop-message {
      width: 90%;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto; } }
  .mod-shop-message-corner {
    background-color: #3a352f; }
    .mod-shop-message-corner-in {
      background-color: #f4eddf; }
  .mod-shop-message-wrap {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .mod-shop-message-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .mod-shop-message-head {
    font-size: 1.3rem;
    color: #846240;
    width: 23%;
    margin-right: auto; }
    @media screen and (max-width: 960px) {
      .mod-shop-message-head {
        width: 100%;
        text-align: center;
        font-size: 1.2rem; } }
  .mod-shop-message-txt {
    width: 75%; }
    @media screen and (max-width: 960px) {
      .mod-shop-message-txt {
        width: 95%;
        margin: 10px auto 0; } }
    .mod-shop-message-txt p {
      font-size: 1.1rem;
      color: #3a352f;
      line-height: 1.5; }
      @media screen and (max-width: 960px) {
        .mod-shop-message-txt p {
          font-size: 1rem; } }

.mod-shop-detail {
  width: 100%;
  height: auto;
  background-color: #f4eddf;
  border-radius: 10px;
  padding: 30px 10px;
  margin: 60px 0 0 0; }
  @media screen and (max-width: 960px) {
    .mod-shop-detail {
      width: 90%;
      margin: 30px auto 0;
      padding: 15px 5px; } }
  .mod-shop-detail-in {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .mod-shop-detail-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .mod-shop-detail-guide {
    width: 47%; }
    @media screen and (max-width: 960px) {
      .mod-shop-detail-guide {
        width: 100%; } }
    .mod-shop-detail-guide-head {
      font-size: 1.4rem;
      color: #594326;
      margin-bottom: 1.1rem; }
      @media screen and (max-width: 960px) {
        .mod-shop-detail-guide-head {
          font-size: 1.2rem;
          margin-bottom: 10px; } }
    .mod-shop-detail-guide-txt {
      font-size: 1.1rem;
      line-height: 1.5;
      color: #594326; }
      @media screen and (max-width: 960px) {
        .mod-shop-detail-guide-txt {
          font-size: 1rem; } }
  .mod-shop-detail-info {
    width: 47%; }
    @media screen and (max-width: 960px) {
      .mod-shop-detail-info {
        width: 100%;
        margin-top: 20px; } }
    .mod-shop-detail-info-head {
      font-size: 1.4rem;
      color: #594326;
      margin-bottom: 1.1rem; }
      @media screen and (max-width: 960px) {
        .mod-shop-detail-info-head {
          font-size: 1.2rem;
          margin-bottom: 10px; } }
    .mod-shop-detail-info-menu {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mod-shop-detail-info-menu-item {
        width: 45%;
        list-style: disc;
        margin-bottom: 1rem; }
        @media screen and (max-width: 960px) {
          .mod-shop-detail-info-menu-item {
            width: 95%;
            margin: 5px auto; } }
    .mod-shop-detail-info-txt {
      font-size: 1.1rem;
      color: #594326;
      line-height: 1.7; }
  .mod-shop-detail-map {
    width: 90%;
    margin: 0 auto; }
    .mod-shop-detail-map-gmap {
      width: 100%;
      height: 300px; }
  .mod-shop-detail-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 15px auto 0; }
    .mod-shop-detail-sns-in {
      margin-left: auto; }
    .mod-shop-detail-sns-link {
      width: 50px;
      height: auto;
      margin: 0 5px; }
      .mod-shop-detail-sns-link img {
        width: 50px;
        height: auto; }

.mod-shop-links {
  width: 90%;
  height: auto;
  margin: 60px auto 0;
  padding: 1rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .mod-shop-links {
      width: 98%;
      margin: 30px auto 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .mod-shop-links-list {
    width: 260px;
    height: auto; }
    @media screen and (max-width: 960px) {
      .mod-shop-links-list {
        width: 200px;
        margin: 0 auto; } }
    .mod-shop-links-list img {
      width: 100%;
      height: auto; }
  .mod-shop-links-enter {
    width: 260px;
    height: auto; }
    @media screen and (max-width: 960px) {
      .mod-shop-links-enter {
        width: 200px;
        margin: 0 auto; } }
    .mod-shop-links-enter img {
      width: 100%;
      height: auto; }

.mod-about {
  width: 100vw;
  height: auto; }
  .mod-about-aboutGarden {
    width: 100%;
    height: auto;
    margin: 80px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-about-aboutGarden {
        width: 85%;
        margin: 110px auto 0; } }
    .mod-about-aboutGarden-title {
      font-size: 2.5rem;
      color: #594326;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .mod-about-aboutGarden-title {
          font-size: 1.3rem; } }
    .mod-about-aboutGarden-desc {
      font-size: 1.15rem;
      color: #594326;
      text-align: center;
      margin: 35px 0 0 0;
      line-height: 1.5; }
      @media screen and (max-width: 960px) {
        .mod-about-aboutGarden-desc {
          margin: 25px 0 0 0;
          text-align: left; } }
  .mod-about-about {
    width: 100%;
    height: auto;
    margin: 115px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-about-about {
        width: 85%;
        margin: 40px auto 0; } }
    .mod-about-about-title {
      font-size: 2.5rem;
      color: #594326;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .mod-about-about-title {
          font-size: 1.3rem; } }
    .mod-about-about-desc {
      font-size: 1.15rem;
      color: #594326;
      text-align: center;
      line-height: 1.5;
      margin: 35px 0 0 0; }
      @media screen and (max-width: 960px) {
        .mod-about-about-desc {
          margin: 25px 0 0 0;
          text-align: left; } }
  .mod-about-icons {
    max-width: 1400px;
    width: 80%;
    height: auto;
    margin: 65px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .mod-about-icons {
        width: 100%;
        margin: 40px auto 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .mod-about-icons-item {
      width: 22%;
      height: auto;
      margin: 0 0 75px 0; }
      .mod-about-icons-item:nth-child(2) {
        margin: 0 2% 75px 4%; }
      .mod-about-icons-item:nth-child(6) {
        margin: 0 2% 75px 4%; }
      .mod-about-icons-item:nth-child(10) {
        margin: 0 2% 75px 4%; }
      .mod-about-icons-item:nth-child(3) {
        margin: 0 4% 75px 2%; }
      .mod-about-icons-item:nth-child(7) {
        margin: 0 4% 75px 2%; }
      @media screen and (max-width: 960px) {
        .mod-about-icons-item {
          width: 48%;
          margin: 0 0 40px 0; }
          .mod-about-icons-item:nth-child(2) {
            margin: 0 0 40px 0; }
          .mod-about-icons-item:nth-child(6) {
            margin: 0 0 40px 0; }
          .mod-about-icons-item:nth-child(10) {
            margin: 0 0 40px 0; }
          .mod-about-icons-item:nth-child(3) {
            margin: 0 0 40px 0; }
          .mod-about-icons-item:nth-child(7) {
            margin: 0 0 40px 0; } }
      .mod-about-icons-item img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto; }
    .mod-about-icons-txt {
      width: 100%;
      height: auto;
      margin: 20px auto 0;
      font-size: 1.3rem;
      line-height: 1.5;
      color: #594326; }
      @media screen and (max-width: 960px) {
        .mod-about-icons-txt {
          width: 90%;
          margin: 10px auto 0;
          font-size: 1rem; } }
  .mod-about-attention {
    font-size: 2.5rem;
    color: #594326;
    text-align: center;
    line-height: 1.5;
    padding: 0 0 160px 0; }
    @media screen and (max-width: 960px) {
      .mod-about-attention {
        font-size: 1rem;
        padding: 0 0 120px 0; } }

.mod-news {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 960px) {
    .mod-news {
      margin-top: 70px; } }
  .mod-news-title {
    font-size: 2.5rem;
    color: #594326;
    text-align: center;
    margin: 70px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-news-title {
        font-size: 1.4rem;
        margin: 25px 0 0 0; } }
  .mod-news-menu {
    max-width: 1300px;
    width: 80%;
    height: auto;
    margin: 50px auto 120px; }
    @media screen and (max-width: 960px) {
      .mod-news-menu {
        width: 90%;
        margin: 30px auto 100px; } }
    .mod-news-menu-item {
      background-color: rgba(255, 255, 250, 0.5);
      border-top: solid 1px #594326;
      padding: 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mod-news-menu-item:nth-child(2n) {
        background-color: rgba(224, 223, 212, 0.5); }
      .mod-news-menu-item:last-child {
        border-bottom: solid 1px #594326; }
  .mod-news-txtlink {
    display: inline-block;
    width: calc(80% - 8rem);
    margin-left: auto; }
    @media screen and (max-width: 960px) {
      .mod-news-txtlink {
        width: 90%;
        margin: 0 auto; } }
  .mod-news-txt {
    font-size: 1.2rem;
    color: #594326;
    text-decoration: none; }
    @media screen and (max-width: 960px) {
      .mod-news-txt span {
        display: block; } }
  .mod-news-link {
    margin-left: auto; }
    @media screen and (max-width: 960px) {
      .mod-news-link {
        display: none; } }
    .mod-news-link a {
      text-decoration: none;
      color: #fff;
      font-size: 1.3rem;
      background-color: #a07552;
      height: 2.5rem;
      width: 8rem;
      line-height: 2.5rem;
      border-radius: 0.2rem 0 0 0.2rem;
      padding: 0 0.5rem;
      position: relative;
      display: block;
      -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
      transform: translateX(-25%); }
      @media screen and (max-width: 960px) {
        .mod-news-link a {
          font-size: 1rem;
          width: 7rem; } }
      .mod-news-link a::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.25rem 0 1.25rem 1.5rem;
        border-color: transparent transparent transparent #a07552;
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
        @media screen and (max-width: 960px) {
          .mod-news-link a::before {
            border-width: 1rem 0 1rem 1rem; } }

.mod-gardenlist {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 960px) {
    .mod-gardenlist {
      margin-top: 110px; } }
  .mod-gardenlist-title {
    font-size: 2.5rem;
    color: #594326;
    text-align: center;
    margin: 80px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-title {
        font-size: 1.4rem;
        margin: 25px 0 0 0; } }
  .mod-gardenlist-totalNumber {
    font-size: 1.15rem;
    text-align: center;
    margin: 10px 0 20px 0; }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-totalNumber {
        font-size: 1rem;
        margin: 15px 0; } }
  .mod-gardenlist-pagenav {
    max-width: 630px;
    width: 80%;
    height: auto;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mod-gardenlist-pagenav:last-child {
      padding: 0 0 40px 0; }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-pagenav:last-child {
          padding: 0 0 20px 0; } }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-pagenav {
        width: 90%; } }
  .mod-gardenlist-note {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-note {
        width: 80%;
        margin: 0 auto; } }
  .mod-gardenlist-menu {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-menu {
        margin: 20px auto 60px;
        text-align: left; } }
    .mod-gardenlist-menu-item {
      width: 48%;
      height: auto;
      background-color: rgba(255, 255, 255, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1.5rem 0;
      border-radius: 20px;
      margin: 0 0 90px 0;
      position: relative; }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-menu-item {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0 0 30px 0; } }
      .mod-gardenlist-menu-item::before {
        content: '';
        width: 1px;
        height: 85%;
        position: absolute;
        top: 7.5%;
        left: 52%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #594326; }
        @media screen and (max-width: 960px) {
          .mod-gardenlist-menu-item::before {
            display: none; } }
  .mod-gardenlist-primary {
    width: 47%;
    height: auto;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-primary {
        width: 90%; } }
    .mod-gardenlist-primary-img {
      width: 100%;
      height: auto;
      max-height: 150px;
      margin: 1rem 0 0 0; }
      .mod-gardenlist-primary-img img {
        width: 100%;
        height: auto;
        max-height: 150px;
        -o-object-fit: cover;
        object-fit: cover; }
    .mod-gardenlist-primary-title {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mod-gardenlist-primary-title-name {
        font-size: 1.5rem;
        color: #594326; }
        @media screen and (max-width: 960px) {
          .mod-gardenlist-primary-title-name {
            font-size: 1.2rem; } }
      .mod-gardenlist-primary-title-city {
        font-size: 1.1rem;
        color: #594326;
        margin: 0 0 0 auto; }
        @media screen and (max-width: 960px) {
          .mod-gardenlist-primary-title-city {
            font-size: 1rem; } }
  .mod-gardenlist-secondary {
    width: 47%;
    height: auto; }
    @media screen and (max-width: 960px) {
      .mod-gardenlist-secondary {
        width: 90%;
        margin: 10px auto 0; } }
    .mod-gardenlist-secondary-gardenName {
      font-size: 1.5rem;
      color: #e2a174; }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-secondary-gardenName {
          font-size: 1.2rem; } }
    .mod-gardenlist-secondary-summary {
      width: 95%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0.5rem auto 0 0; }
    .mod-gardenlist-secondary-month {
      font-size: 1.1rem; }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-secondary-month {
          font-size: 1rem; } }
    .mod-gardenlist-secondary-tag {
      font-size: 1.1rem;
      color: #594326;
      position: relative; }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-secondary-tag {
          font-size: 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .mod-gardenlist-secondary-tag::before {
        content: '';
        width: 1.1rem;
        height: 1.1rem;
        background-image: url(../img/fl_center.png);
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
        @media screen and (max-width: 960px) {
          .mod-gardenlist-secondary-tag::before {
            width: 0.9rem;
            height: 0.9rem; } }
    .mod-gardenlist-secondary-open {
      margin: 1rem 0 0 0; }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-secondary-open {
          margin: 7px 0 0 0; } }
      .mod-gardenlist-secondary-open-txt {
        font-size: 1.1rem;
        color: #000;
        line-height: 1.7rem; }
    .mod-gardenlist-secondary-link {
      text-decoration: none;
      color: #fff;
      font-size: 1.3rem;
      background-color: #a07552;
      height: 2.5rem;
      width: 8rem;
      line-height: 2.5rem;
      border-radius: 0.2rem 0 0 0.2rem;
      padding: 0 0.5rem;
      position: relative;
      display: block;
      margin: 10px 0 0 auto;
      -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
      transform: translateX(-25%); }
      @media screen and (max-width: 960px) {
        .mod-gardenlist-secondary-link {
          font-size: 1rem;
          width: 7rem;
          height: 2rem;
          line-height: 2rem; } }
      .mod-gardenlist-secondary-link::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.25rem 0 1.25rem 1.5rem;
        border-color: transparent transparent transparent #a07552;
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
        @media screen and (max-width: 960px) {
          .mod-gardenlist-secondary-link::before {
            border-width: 1rem 0 1rem 1rem; } }
  .mod-gardenlist-notfound {
    text-align: center;
    font-size: 1rem;
    color: #594326;
    display: block;
    margin: 0 auto; }

.mod-shoplist {
  width: 100%;
  height: auto; }
  .mod-shoplist-title {
    font-size: 2.5rem;
    color: #f4eddf;
    text-align: center;
    margin: 70px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-shoplist-title {
        font-size: 1.3rem; } }
  .mod-shoplist-totalNumber {
    font-size: 1.15rem;
    text-align: center;
    margin: 10px 0 20px 0;
    color: #f4eddf; }
  .mod-shoplist-pagenav {
    max-width: 630px;
    width: 80%;
    height: auto;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mod-shoplist-pagenav:last-child {
      padding: 0 0 40px 0; }
      @media screen and (max-width: 960px) {
        .mod-shoplist-pagenav:last-child {
          padding: 0 0 20px 0; } }
  .mod-shoplist-note {
    font-size: 1.3rem;
    color: #f4eddf;
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 960px) {
      .mod-shoplist-note {
        width: 80%;
        margin: 0 auto; } }
  .mod-shoplist-menu {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .mod-shoplist-menu {
        margin: 20px auto 60px; } }
    .mod-shoplist-menu-item {
      width: 48%;
      height: auto;
      background-color: rgba(255, 255, 255, 0.5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1.5rem 0;
      border-radius: 20px;
      margin: 0 0 90px 0;
      position: relative; }
      @media screen and (max-width: 960px) {
        .mod-shoplist-menu-item {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin: 0 0 30px 0; } }
      .mod-shoplist-menu-item::before {
        content: '';
        width: 1px;
        height: 85%;
        position: absolute;
        top: 7.5%;
        left: 52%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #594326; }
        @media screen and (max-width: 960px) {
          .mod-shoplist-menu-item::before {
            display: none; } }
  .mod-shoplist-primary {
    width: 47%;
    height: auto;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 960px) {
      .mod-shoplist-primary {
        width: 90%; } }
    .mod-shoplist-primary-img {
      width: 100%;
      height: auto;
      max-height: 150px;
      margin: 1rem 0 0 0; }
      .mod-shoplist-primary-img img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 150px; }
    .mod-shoplist-primary-title {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mod-shoplist-primary-title-name {
        font-size: 1.5rem;
        color: #594326; }
        @media screen and (max-width: 960px) {
          .mod-shoplist-primary-title-name {
            font-size: 1.2rem; } }
      .mod-shoplist-primary-title-city {
        font-size: 1.1rem;
        color: #594326;
        margin: 0 0 0 auto; }
  .mod-shoplist-secondary {
    width: 47%;
    height: auto; }
    @media screen and (max-width: 960px) {
      .mod-shoplist-secondary {
        width: 90%;
        margin: 10px auto 0; } }
    .mod-shoplist-secondary-shopName {
      font-size: 1.5rem;
      color: #e2a174; }
      @media screen and (max-width: 960px) {
        .mod-shoplist-secondary-shopName {
          font-size: 1.2rem; } }
    .mod-shoplist-secondary-summary {
      width: 95%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0.5rem auto 0 0; }
    .mod-shoplist-secondary-month {
      font-size: 1.1rem; }
      @media screen and (max-width: 960px) {
        .mod-shoplist-secondary-month {
          font-size: 1rem; } }
    .mod-shoplist-secondary-tag {
      font-size: 1.1rem;
      color: #594326;
      position: relative; }
      @media screen and (max-width: 960px) {
        .mod-shoplist-secondary-tag {
          font-size: 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .mod-shoplist-secondary-tag::before {
        content: '';
        width: 1.1rem;
        height: 1.1rem;
        background-image: url(../img/fl_center.png);
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
        @media screen and (max-width: 960px) {
          .mod-shoplist-secondary-tag::before {
            width: 0.9rem;
            height: 0.9rem; } }
    .mod-shoplist-secondary-open {
      margin: 1rem 0 0 0; }
      @media screen and (max-width: 960px) {
        .mod-shoplist-secondary-open {
          margin: 7px 0 0 0; } }
      .mod-shoplist-secondary-open-txt {
        font-size: 1.1rem;
        color: #000;
        line-height: 1.7rem; }
    .mod-shoplist-secondary-link {
      text-decoration: none;
      color: #fff;
      font-size: 1.3rem;
      background-color: #a07552;
      height: 2.5rem;
      width: 8rem;
      line-height: 2.5rem;
      border-radius: 0.2rem 0 0 0.2rem;
      padding: 0 0.5rem;
      position: relative;
      display: block;
      margin: 10px 0 0 auto;
      -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
      transform: translateX(-25%); }
      @media screen and (max-width: 960px) {
        .mod-shoplist-secondary-link {
          font-size: 1rem;
          width: 7rem;
          height: 2rem;
          line-height: 2rem; } }
      .mod-shoplist-secondary-link::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.25rem 0 1.25rem 1.5rem;
        border-color: transparent transparent transparent #a07552;
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
        @media screen and (max-width: 960px) {
          .mod-shoplist-secondary-link::before {
            border-width: 1rem 0 1rem 1rem; } }

.mod-search {
  max-width: 1320px;
  width: 85%;
  margin: 60px auto 150px; }
  @media screen and (max-width: 960px) {
    .mod-search {
      margin: 110px auto 120px; } }
  .mod-search-head {
    font-size: 2.5rem;
    color: #594326;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .mod-search-head {
        font-size: 1.3rem; } }
  .mod-search-area {
    width: 100%;
    margin: 60px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-search-area {
        margin: 30px 0 0 0; } }
    .mod-search-area-head {
      font-size: 1.5rem;
      color: #594326;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .mod-search-area-head {
          font-size: 1.1rem; } }
    .mod-search-area-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 960px) {
        .mod-search-area-wrap {
          margin: 30px 0 0 0; } }
    .mod-search-area-map {
      width: 48%; }
      @media screen and (max-width: 960px) {
        .mod-search-area-map {
          display: none; } }
      .mod-search-area-map-corner {
        background-color: #fff;
        padding: 10px; }
    .mod-search-area-detail {
      width: 48%; }
      @media screen and (max-width: 960px) {
        .mod-search-area-detail {
          width: 100%;
          height: auto;
          margin: 0 auto; } }
      .mod-search-area-detail-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .mod-search-area-detail-menu-item {
          width: calc(49% - 16px);
          background-color: #f4eddf;
          margin-bottom: 15px; }
          @media screen and (max-width: 960px) {
            .mod-search-area-detail-menu-item {
              width: 100%;
              margin-bottom: 0; } }
          .mod-search-area-detail-menu-item:first-child {
            width: 100%; }
      .mod-search-area-detail-corner {
        display: block;
        padding: 20px 0 0 0; }
        @media screen and (max-width: 960px) {
          .mod-search-area-detail-corner {
            padding: 0; } }
      .mod-search-area-detail-link {
        width: 90%;
        margin: 10px auto 0;
        padding: 20px;
        font-size: 1.5rem;
        color: #594326;
        text-decoration: none; }
        @media screen and (max-width: 960px) {
          .mod-search-area-detail-link {
            width: 90%;
            padding: 15px 5%;
            margin: 10px auto 0;
            display: inline-block; } }
        .mod-search-area-detail-link > span {
          display: block;
          margin-left: 20px;
          font-size: 1.1rem; }
          @media screen and (max-width: 960px) {
            .mod-search-area-detail-link > span {
              margin-left: 0;
              font-size: 1rem; } }
  .mod-search-hr {
    width: 100%;
    border: solid 1px #594326;
    margin: 60px 0; }
    @media screen and (max-width: 960px) {
      .mod-search-hr {
        margin: 30px 0; } }
  .mod-search-keyword {
    width: 720px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 960px) {
      .mod-search-keyword {
        width: 100%; } }
    .mod-search-keyword-head {
      text-align: center;
      font-size: 1.5rem;
      color: #594326; }
      @media screen and (max-width: 960px) {
        .mod-search-keyword-head {
          font-size: 1.3rem;
          margin-bottom: 25px; } }
    .mod-search-keyword-form {
      width: 100%; }
      .mod-search-keyword-form-in {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 960px) {
          .mod-search-keyword-form-in {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .mod-search-keyword-form-in > input {
          width: 550px;
          height: 40px;
          font-size: 1.2rem;
          border: solid 1px #3a352f;
          margin: auto auto auto 0; }
          @media screen and (max-width: 960px) {
            .mod-search-keyword-form-in > input {
              width: 100%;
              font-size: 1rem; } }
    .mod-search-keyword-btn {
      width: 160px;
      background-color: transparent;
      border: none;
      margin: auto 0; }
      @media screen and (max-width: 960px) {
        .mod-search-keyword-btn {
          width: 120px;
          margin: 15px auto 0; } }
      .mod-search-keyword-btn > img {
        width: 100%; }
  .mod-search-example {
    width: 720px;
    height: auto;
    margin: 20px auto; }
    @media screen and (max-width: 960px) {
      .mod-search-example {
        width: 100%; } }
    .mod-search-example-head {
      font-size: 1.1rem;
      position: relative;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
      .mod-search-example-head::before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/fl_left.png);
        background-size: cover;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px); }
    .mod-search-example-txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        .mod-search-example-txt {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .mod-search-example-item {
      line-height: 1.6; }
      @media screen and (max-width: 960px) {
        .mod-search-example-item {
          margin-top: 20px; } }

.sapporo {
  background-color: #e2a174; }

.hakodate {
  background-color: #dfd368; }

.chitose {
  background-color: #bfbeff; }

.asahikawa {
  background-color: #abd56d; }

.iwamizawa {
  background-color: #ffbebb; }

.obihiro {
  background-color: #f6bb65; }

.kitami {
  background-color: #8ddad6; }

.mod-searchshop {
  max-width: 1320px;
  width: 85%;
  margin: 60px auto 150px; }
  @media screen and (max-width: 960px) {
    .mod-searchshop {
      margin: 11a0px auto 120px; } }
  .mod-searchshop-head {
    font-size: 2.5rem;
    color: #f4eddf;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .mod-searchshop-head {
        font-size: 1.3rem; } }
  .mod-searchshop-area {
    width: 100%;
    margin: 60px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-searchshop-area {
        margin: 30px 0 0 0; } }
    .mod-searchshop-area-head {
      font-size: 1.5rem;
      color: #f4eddf;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-area-head {
          font-size: 1.1rem; } }
    .mod-searchshop-area-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-area-wrap {
          margin: 30px 0 0 0; } }
    .mod-searchshop-area-map {
      width: 48%; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-area-map {
          display: none; } }
      .mod-searchshop-area-map-corner {
        background-color: #fff;
        padding: 10px; }
    .mod-searchshop-area-detail {
      width: 48%; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-area-detail {
          width: 100%;
          height: auto;
          margin: 0 auto; } }
      .mod-searchshop-area-detail-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .mod-searchshop-area-detail-menu-item {
          width: calc(49% - 16px);
          background-color: #534741;
          margin-bottom: 15px; }
          @media screen and (max-width: 960px) {
            .mod-searchshop-area-detail-menu-item {
              width: 100%;
              margin-bottom: 10px; } }
          .mod-searchshop-area-detail-menu-item:first-child {
            width: 100%; }
      .mod-searchshop-area-detail-corner {
        display: block;
        padding: 20px 0 0 0; }
        @media screen and (max-width: 960px) {
          .mod-searchshop-area-detail-corner {
            padding: 0; } }
      .mod-searchshop-area-detail-link {
        width: 90%;
        margin: 10px auto 0;
        padding: 20px;
        font-size: 1.5rem;
        color: #594326;
        text-decoration: none; }
        @media screen and (max-width: 960px) {
          .mod-searchshop-area-detail-link {
            width: 90%;
            padding: 15px 5%;
            margin: 10px auto 0;
            display: inline-block; } }
        .mod-searchshop-area-detail-link > span {
          display: block;
          margin-left: 20px;
          font-size: 1.1rem; }
          @media screen and (max-width: 960px) {
            .mod-searchshop-area-detail-link > span {
              margin-left: 0;
              font-size: 1rem; } }
  .mod-searchshop-hr {
    width: 100%;
    border: solid 1px #f4eddf;
    margin: 60px 0; }
    @media screen and (max-width: 960px) {
      .mod-searchshop-hr {
        margin: 30px 0; } }
  .mod-searchshop-keyword {
    width: 720px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 960px) {
      .mod-searchshop-keyword {
        width: 100%; } }
    .mod-searchshop-keyword-head {
      text-align: center;
      font-size: 1.5rem;
      color: #f4eddf; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-keyword-head {
          font-size: 1.3rem;
          margin-bottom: 25px; } }
    .mod-searchshop-keyword-form {
      width: 100%; }
      .mod-searchshop-keyword-form-in {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 960px) {
          .mod-searchshop-keyword-form-in {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .mod-searchshop-keyword-form-in > input {
          width: 550px;
          height: 40px;
          font-size: 1.2rem;
          border: solid 1px #3a352f;
          margin: auto auto auto 0; }
          @media screen and (max-width: 960px) {
            .mod-searchshop-keyword-form-in > input {
              width: 100%;
              font-size: 1rem; } }
    .mod-searchshop-keyword-btn {
      width: 160px;
      background-color: transparent;
      border: none;
      margin: auto 0; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-keyword-btn {
          width: 120px;
          margin: 15px auto 0; } }
      .mod-searchshop-keyword-btn > img {
        width: 100%; }
  .mod-searchshop-example {
    width: 720px;
    height: auto;
    margin: 20px auto; }
    @media screen and (max-width: 960px) {
      .mod-searchshop-example {
        width: 100%; } }
    .mod-searchshop-example-head {
      font-size: 1.1rem;
      position: relative;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
      color: #f4eddf; }
      .mod-searchshop-example-head::before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/fl_left.png);
        background-size: cover;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px); }
    .mod-searchshop-example-txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #f4eddf; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-example-txt {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .mod-searchshop-example-item {
      line-height: 1.6;
      color: #f4eddf; }
      @media screen and (max-width: 960px) {
        .mod-searchshop-example-item {
          margin-top: 20px; } }

.sapporo {
  background-color: #e2a174; }

.hakodate {
  background-color: #dfd368; }

.chitose {
  background-color: #bfbeff; }

.asahikawa {
  background-color: #abd56d; }

.iwamizawa {
  background-color: #ffbebb; }

.obihiro {
  background-color: #f6bb65; }

.kitami {
  background-color: #8ddad6; }

.mod-contact-head {
  font-size: 2.5rem;
  color: #594326;
  text-align: center;
  margin-top: 60px; }
  @media screen and (max-width: 960px) {
    .mod-contact-head {
      font-size: 1.3rem;
      margin-top: 80px; } }

.mod-contact-detail {
  font-size: 1.2rem;
  color: #594326;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px; }
  @media screen and (max-width: 960px) {
    .mod-contact-detail {
      font-size: 1.15rem;
      margin-top: 15px; } }
  .mod-contact-detail a {
    color: #594326;
    text-decoration: none; }

.mod-contact-form {
  max-width: 1130px;
  width: 80%;
  height: auto;
  margin: 60px auto 140px;
  background-color: #fff;
  padding: 40px 0; }
  @media screen and (max-width: 960px) {
    .mod-contact-form {
      width: 100%;
      margin: 45px auto 120px;
      padding: 20px 0; } }
  .mod-contact-form-head {
    font-size: 2.2rem;
    text-align: center;
    color: #594326; }
    @media screen and (max-width: 960px) {
      .mod-contact-form-head {
        font-size: 1.3rem; } }
    .mod-contact-form-head::before {
      content: '';
      width: 36px;
      height: 36px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block;
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); }
      @media screen and (max-width: 960px) {
        .mod-contact-form-head::before {
          width: 22px;
          height: 22px; } }

.mod-partner {
  margin-top: 70px; }
  @media screen and (max-width: 960px) {
    .mod-partner {
      margin-top: 110px; } }
  .mod-partner-title {
    font-size: 2.5rem;
    color: #594326;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .mod-partner-title {
        font-size: 1.3rem; } }
  .mod-partner-txt {
    font-size: 1.15rem;
    color: #594326;
    text-align: center;
    margin: 35px 0 0 0; }
    @media screen and (max-width: 960px) {
      .mod-partner-txt {
        margin: 25px auto 0;
        width: 90%; } }
  .mod-partner-menu {
    max-width: 1300px;
    width: 90%;
    height: auto;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .mod-partner-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .mod-partner-item {
    width: 47%;
    margin-bottom: 50px; }
    @media screen and (max-width: 960px) {
      .mod-partner-item {
        width: 100%; } }
  .mod-partner-name {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 10;
    background-color: #594326; }
    .mod-partner-name-txt {
      font-size: 1.4rem;
      line-height: 50px;
      color: #f4eddf;
      margin-left: 15px; }
      .mod-partner-name-txt::before {
        content: '';
        width: 28px;
        height: 28px;
        background-image: url(../img/fl_left.png);
        background-size: cover;
        display: inline-block;
        z-index: 5;
        -webkit-transform: translate(-5px, 5px);
        -ms-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px); }
  .mod-partner-contents {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #f4eddf;
    border: solid 1px #846240;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 10px;
    position: relative;
    z-index: 0; }
    @media screen and (max-width: 960px) {
      .mod-partner-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 60px; } }
  .mod-partner-logo {
    width: 45%;
    height: auto; }
    @media screen and (max-width: 960px) {
      .mod-partner-logo {
        width: 90%;
        margin: 20px auto; } }
    .mod-partner-logo img {
      width: 100%;
      height: auto; }
  .mod-partner-detail {
    width: 45%;
    height: auto; }
    @media screen and (max-width: 960px) {
      .mod-partner-detail {
        width: 90%;
        margin: 0 auto; } }
  .mod-partner-about {
    font-size: 1.2rem;
    color: #594326;
    line-height: 1.4; }
  .mod-partner-hplink {
    max-width: 200px;
    width: 80%;
    height: auto;
    display: block;
    position: absolute;
    right: 3%;
    bottom: 10px; }
    @media screen and (max-width: 960px) {
      .mod-partner-hplink {
        bottom: 10px; } }
    .mod-partner-hplink img {
      width: 100%;
      height: auto; }

.mod-join-head {
  font-size: 2.5rem;
  color: #594326;
  text-align: center;
  margin-top: 60px; }
  @media screen and (max-width: 960px) {
    .mod-join-head {
      font-size: 1.3rem;
      margin-top: 80px; } }

.mod-join-desc {
  width: 600px;
  height: auto;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .mod-join-desc {
      width: 95%;
      -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; } }
  .mod-join-desc-content {
    width: auto; }
    @media screen and (max-width: 960px) {
      .mod-join-desc-content:last-child {
        margin-top: 20px; } }
  .mod-join-desc-head {
    font-size: 1.1rem;
    color: #bf3a5a; }
    @media screen and (max-width: 960px) {
      .mod-join-desc-head {
        text-align: center; } }
    .mod-join-desc-head::before {
      content: '●';
      width: 1.1rem;
      height: 1.1rem;
      display: inline-block; }
  .mod-join-desc-txt {
    font-size: 1.1rem;
    color: #bf3a5a;
    margin-left: 19px;
    margin-top: 7px; }
    @media screen and (max-width: 960px) {
      .mod-join-desc-txt {
        text-align: center;
        line-height: 1.4; } }

.mod-join-detail {
  max-width: 1130px;
  font-size: 1.2rem;
  color: #594326;
  text-align: center;
  line-height: 1.7;
  margin-top: 20px;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .mod-join-detail {
      font-size: 1.1rem;
      width: 90%;
      margin: 20px auto 0; } }

.mod-join-form {
  max-width: 1130px;
  width: 80%;
  height: auto;
  margin: 60px auto 140px;
  background-color: #fff;
  padding: 40px 0; }
  @media screen and (max-width: 960px) {
    .mod-join-form {
      width: 100%;
      margin: 35px auto 120px;
      padding: 20px 0; } }
  .mod-join-form-head {
    font-size: 2.2rem;
    color: #594326;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .mod-join-form-head {
        font-size: 1.3rem; } }
    .mod-join-form-head::before {
      content: '';
      width: 36px;
      height: 36px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block;
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); }
      @media screen and (max-width: 960px) {
        .mod-join-form-head::before {
          width: 22px;
          height: 22px; } }
  .mod-join-form-txt {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 14px;
    color: #594326; }
    .mod-join-form-txt::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-form-in {
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .mod-join-form-in {
        width: 90%; } }

.mod-join-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-name {
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .mod-join-name-head {
    font-size: 1.1rem;
    color: #594326; }
    .mod-join-name-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-name-lastname {
    margin-left: 135px; }
    @media screen and (max-width: 960px) {
      .mod-join-name-lastname {
        margin-left: 0;
        margin-top: 10px; } }
    .mod-join-name-lastname-head {
      font-size: 1.1rem;
      color: #594326;
      padding-right: 10px; }
    .mod-join-name-lastname input {
      border: solid 1px #594326;
      height: 20px; }
  .mod-join-name-firstname {
    margin-left: 49px; }
    @media screen and (max-width: 960px) {
      .mod-join-name-firstname {
        margin-left: 0;
        margin-top: 10px; } }
    .mod-join-name-firstname-head {
      font-size: 1.1rem;
      color: #594326;
      padding-right: 10px; }
    .mod-join-name-firstname input {
      border: solid 1px #594326;
      height: 20px; }

.mod-join-nameKana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px; }
  @media screen and (max-width: 960px) {
    .mod-join-nameKana {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-nameKana-head {
    font-size: 1.1rem;
    color: #594326; }
    .mod-join-nameKana-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-nameKana-lastname {
    margin-left: 100px; }
    @media screen and (max-width: 960px) {
      .mod-join-nameKana-lastname {
        margin-left: 0;
        margin-top: 10px; } }
    .mod-join-nameKana-lastname-head {
      font-size: 1.1rem;
      color: #594326;
      padding-right: 10px; }
    .mod-join-nameKana-lastname input {
      border: solid 1px #594326;
      height: 20px; }
  .mod-join-nameKana-firstname {
    margin-left: 30px; }
    @media screen and (max-width: 960px) {
      .mod-join-nameKana-firstname {
        margin-left: 0;
        margin-top: 10px; } }
    .mod-join-nameKana-firstname-head {
      font-size: 1.1rem;
      color: #594326;
      padding-right: 10px; }
    .mod-join-nameKana-firstname input {
      border: solid 1px #594326;
      height: 20px; }

.mod-join-postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-postcode {
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .mod-join-postcode-head {
    font-size: 1.1rem;
    color: #594326;
    padding-right: 112px; }
    @media screen and (max-width: 960px) {
      .mod-join-postcode-head {
        padding-right: 0;
        width: 100%; } }
    .mod-join-postcode-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-postcode input {
    border: solid 1px #594326;
    height: 20px; }
  .mod-join-postcode-span {
    padding: 0 6px; }
  @media screen and (max-width: 960px) {
    .mod-join-postcode-search {
      margin-left: 20px; } }

.mod-join-prefecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-prefecture {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-prefecture-head {
    font-size: 1.1rem;
    padding-right: 112px;
    color: #594326; }
    @media screen and (max-width: 960px) {
      .mod-join-prefecture-head {
        padding-right: 0; } }
    .mod-join-prefecture-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }

.mod-join-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-city {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-city-head {
    font-size: 1.1rem;
    padding-right: 110px;
    color: #594326; }
    .mod-join-city-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-city input {
    border: solid 1px #594326;
    width: 320px;
    height: 20px; }
    @media screen and (max-width: 960px) {
      .mod-join-city input {
        width: 100%;
        margin-top: 10px; } }

.mod-join-housenumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-housenumber {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-housenumber-head {
    font-size: 1.1rem;
    color: #594326;
    padding-right: 112px; }
    .mod-join-housenumber-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-housenumber input {
    width: 320px;
    height: 20px;
    border: solid 1px #594326; }
    @media screen and (max-width: 960px) {
      .mod-join-housenumber input {
        width: 100%;
        margin-top: 10px; } }

.mod-join-building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-building {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-building-head {
    font-size: 1.1rem;
    color: #594326;
    padding-right: 36px; }
  .mod-join-building input {
    border: solid 1px #594326;
    width: 300px;
    height: 20px; }
    @media screen and (max-width: 960px) {
      .mod-join-building input {
        margin-top: 10px;
        width: 100%; } }

.mod-join-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 960px) {
    .mod-join-mail {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-mail-head {
    font-size: 1.1rem;
    color: #594326;
    padding-right: 60px; }
    .mod-join-mail-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-mail input {
    border: solid 1px #594326;
    width: 320px;
    height: 20px; }
    @media screen and (max-width: 960px) {
      .mod-join-mail input {
        margin-top: 10px;
        width: 100%; } }

.mod-join-mailConfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px; }
  @media screen and (max-width: 960px) {
    .mod-join-mailConfirm {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-mailConfirm-head {
    font-size: 1.1rem;
    color: #594326;
    padding-right: 60px; }
    .mod-join-mailConfirm-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-mailConfirm input {
    border: solid 1px #594326;
    width: 320px;
    height: 20px; }
    @media screen and (max-width: 960px) {
      .mod-join-mailConfirm input {
        width: 100%;
        margin-top: 10px; } }

.mod-join-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px; }
  @media screen and (max-width: 960px) {
    .mod-join-tel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; } }
  .mod-join-tel-head {
    font-size: 1.1rem;
    color: #594326;
    padding-right: 60px; }
    .mod-join-tel-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-tel input {
    height: 20px;
    border: solid 1px #594326; }
    @media screen and (max-width: 960px) {
      .mod-join-tel input {
        margin-top: 10px; } }

.mod-join-content {
  margin-top: 35px; }
  .mod-join-content-head {
    font-size: 1.1rem;
    color: #594326;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .mod-join-content-head {
        text-align: left; } }
    .mod-join-content-head::before {
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(../img/fl_left.png);
      background-size: cover;
      display: inline-block; }
  .mod-join-content textarea {
    width: 100%;
    height: 200px;
    margin-top: 25px; }

.mod-join-btn {
  width: 200px;
  height: auto;
  margin: 30px auto 0;
  display: block;
  background-color: transparent;
  border: none; }

.wp-pagenavi {
  max-width: 630px;
  width: 80%;
  height: auto;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .wp-pagenavi {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.foot-navi {
  max-width: 630px;
  width: 80%;
  height: auto;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .foot-navi {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 90px; } }

.previouspostslink {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  background-color: #594326;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0 0.2rem 0.2rem 0;
  padding: 0 0.5rem;
  position: relative; }
  @media screen and (max-width: 960px) {
    .previouspostslink {
      font-size: 1rem; } }
  .previouspostslink::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 1.5rem 1.25rem 0;
    font-size: 0;
    border-color: transparent #594326 transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }

.nextpostslink {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  background-color: #594326;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.2rem 0 0 0.2rem;
  padding: 0 0.5rem;
  position: relative; }
  @media screen and (max-width: 960px) {
    .nextpostslink {
      font-size: 1rem; } }
  .nextpostslink::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 0 1.25rem 1.5rem;
    border-color: transparent transparent transparent #594326;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.page {
  font-size: 1.15rem;
  color: #594326;
  text-decoration: none;
  border: solid 2px #594326;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 2rem;
  margin: 0 5px 0; }
  @media screen and (max-width: 960px) {
    .page {
      font-size: 1rem;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem; } }

.current {
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: #fff;
  border: solid 2px #594326;
  background-color: #594326;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px 0; }
  @media screen and (max-width: 960px) {
    .current {
      font-size: 1.3rem;
      height: 2.2rem;
      width: 2.2rem;
      line-height: 2.2rem; } }

.shop-navi {
  max-width: 630px;
  width: 80%;
  height: auto;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    .shop-navi {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .shop-navi .page {
    color: #fff;
    border-color: #fff; }

.shop-foot-navi {
  max-width: 630px;
  width: 80%;
  height: auto;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 120px; }
  @media screen and (max-width: 960px) {
    .shop-foot-navi {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 90px; } }
  .shop-foot-navi .page {
    color: #fff;
    border-color: #fff; }

.footer {
  width: 100vw;
  background-color: #443e36;
  position: absolute;
  bottom: 0; }

.copyright {
  font-size: 1.1rem;
  color: #f4eddf;
  text-align: center;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .copyright {
      font-size: 0.8rem; } }

/*
@import 'footer';
@import 'index';
@import 'search';
@import 'results';
@import 'garden';
@import 'contact';
@import 'admission';
@import 'manner';
*/
