@charset "UTF-8";
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* Base */
.f-alp {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal; }

.en-bold {
  font-weight: 600; }

.slick-dots li {
  border: none;
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #bbb;
  margin: 0; }

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0; }

.slick-dots li.slick-active {
  background: #00a67c; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html, body {
  width: 100%;
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-weight: normal;
  letter-spacing: .015em; }

body, div, p, ul, ol, li, table, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, address {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #222; }

h1, h2, h3, h4, h5 {
  letter-spacing: .03em; }

p {
  line-height: 1.74;
  margin-bottom: 20px; }

address {
  font-style: normal; }

table {
  border-collapse: collapse; }

li {
  list-style-position: inside; }

ul li, ol li {
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:active {
  color: inherit; }

hr {
  margin: 24px 0; }

.fix-img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.text-center {
  text-align: center; }

.icon-left {
  margin-right: 4px; }

.icon-right {
  margin-left: 4px; }

*:focus {
  outline: none; }

.slick-slider {
  margin: 0 !important; }

.mn {
  margin: 0 0 20px; }


.wp-pagenavi {
  padding: 20px 40px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  margin: 0 auto; }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 0 14px;
    line-height: 34px;
    height: 34px;
    border-radius: 6px;
    display: inline-block; }
  .wp-pagenavi span.current {
    color: #aaa;
    display: inline-block;
    background: #dedede;
    border-color: #dedede; }
  .wp-pagenavi .pages {
    border: none;
    color: #888; }
  .wp-pagenavi .last {
    display: inline-block;
    margin-top: 10px; }
  .wp-pagenavi .nextpostslink {
    width: 286px;
    height: 56px;
    display: block;
    max-width: 80%;
    line-height: 56px;
    margin: 12px auto 0; }

.breadcrumbs {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 8px !important;
  color: #777; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

/*フェードインアニメーション*/
.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.delay {
    animation-delay: .3s; }
  .animated.delay2 {
    animation-delay: .6s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(60px);
    transform: translateX(60px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* Responsive */
@media only screen and (max-width: 767px) {
  /*Common*/
  html, body {
    height: 100%; }

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bold; }

  h1 {
    font-size: 28px;
    font-size: 2.8rem; }

  h2 {
    font-size: 24px;
    font-size: 2.4rem; }

  h3 {
    font-size: 22px;
    font-size: 2.2rem; }

  h4, h5, h6 {
    font-size: 18px;
    font-size: 1.8rem; }

  .bg-white {
    background: #fff; }

  .contents-area {
    width: 100%;
    border: 10px solid white;
    background: #F3F0EB; }

  .section-inner {
    padding: 4rem 0; }

  .content-inner {
    padding: 0 3%; }

  .narrow-content-inner {
    padding: 0 3%; }

  .pc-only {
    display: none !important; }

  .slick-prev {
    left: 0; }

  .slick-next {
    right: -5px; }

  .slick-prev::before, .slick-next::before {
    width: 16px;
    height: 30px;
    display: block;
    content: '';
    opacity: 1;
    background-size: contain; }

  .slick-prev::before {
    background-image: url("../img/design/arrow_l.svg"); }

  .slick-next::before {
    background-image: url("../img/design/arrow_r.svg"); }

  a.article-wrap {
    display: block; }
  a.button {
    display: block;
    max-width: 100%;
    width: 284px;
    height: 54px;
    background: #00a67c;
    color: white;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }
    a.button.external::before {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      background-image: url("../img/design/external.png");
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 16px;
      margin-top: -6px; }

  header {
    width: 100%;
    height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    header .h-inner {
      margin: 0 auto;
      padding: 0 3%;
      position: relative; }
      header .h-inner .h-logo {
        position: absolute;
        top: 15px;
        left: 3%;
        width: 170px;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        header .h-inner .h-logo.dark {
          opacity: 0; }
        header .h-inner .h-logo img {
          width: 150px;
          height: 34px;
          vertical-align: top; }
      header .h-inner nav.sp-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: rgba(0, 0, 0, 0.7);
        width: 100vw;
        height: 100%;
        display: none; }
        header .h-inner nav.sp-nav .sp-nav-inner {
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
        header .h-inner nav.sp-nav ul {
          position: relative;
          width: 100%; }
        header .h-inner nav.sp-nav li {
          padding: 0 16px; }
          header .h-inner nav.sp-nav li a {
            color: #fff;
            display: block;
            text-align: center;
            font-size: 20px;
            font-size: 2rem;
            padding: 1.2vh; }
    header.on .h-logo.light {
      opacity: 0; }
    header.on .h-logo.dark {
      opacity: 1; }
    header.on .nav-btn span {
      background-color: black; }

  /* hamburger menu */
  .nav-btn, .nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .nav-btn {
    position: absolute;
    width: 36px;
    height: 22px;
    top: 18px;
    right: 3%;
    z-index: 101; }
    .nav-btn span {
      position: absolute;
      left: 7%;
      width: 86%;
      height: 2px;
      background-color: white;
      border-radius: 4px;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .nav-btn span:nth-of-type(1) {
        top: 0; }
      .nav-btn span:nth-of-type(2) {
        top: 10px; }
      .nav-btn span:nth-of-type(3) {
        bottom: 0; }
    .nav-btn.active span {
      background: white !important; }
      .nav-btn.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
        -webkit-transition-property: all;
        transition-property: all; }
      .nav-btn.active span:nth-of-type(2) {
        opacity: 0; }
      .nav-btn.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
        -webkit-transition-property: all;
        transition-property: all; }

  .mv-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden; }
    .mv-wrapper .mv-copy {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.1); }
      .mv-wrapper .mv-copy h2 {
        font-size: 30px;
        font-size: 3rem;
        letter-spacing: .05em;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 10px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        text-align: left; }
        .mv-wrapper .mv-copy h2::before {
          display: block;
          content: '';
          background: #fff;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: -100%; }
        .mv-wrapper .mv-copy h2 span {
          opacity: 0; }
      .mv-wrapper .mv-copy p {
        font-size: 32px;
        font-size: 3.2rem;
        color: #fff;
        opacity: 0;
        animation-delay: 1s; }
      .mv-wrapper .mv-copy.slideIn h2::before {
        -webkit-animation: bgPass 1s;
        animation: bgPass 1s; }
      .mv-wrapper .mv-copy.slideIn h2 span {
        -webkit-animation: textOpacity 1s;
        animation: textOpacity 1s;
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .mv-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .mv-slides .mv-item .mv-image {
      width: 100%;
      height: 100vh;
      transition: -webkit-transform 12s linear, transform 12s linear;
      background-size: cover;
      background-position: center center;
      backface-visibility: hidden; }
    .mv-slides .mv-item.is-active .mv-image {
      transform: scale(1.2); }

  .scroll-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 58px;
    text-align: center; }
    .scroll-icon a {
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: top; }
      .scroll-icon a span {
        position: absolute;
        bottom: -8px;
        left: 7px;
        width: 26px;
        height: 40px;
        display: block; }
        .scroll-icon a span::after {
          position: absolute;
          top: 0;
          left: 50%;
          content: '';
          width: 1px;
          height: 68%;
          background-color: #00a67c; }
        .scroll-icon a span::before {
          position: absolute;
          top: 0;
          left: 50%;
          content: '';
          width: 5px;
          height: 5px;
          margin-left: -2px;
          background-color: white;
          border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite; }

  .section-ttl {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem; }
    .section-ttl.small {
      text-align: right;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 20px; }
      .section-ttl.small span {
        position: relative; }
        .section-ttl.small span::before {
          display: block;
          content: '';
          width: 30px;
          height: 1px;
          background: black;
          position: absolute;
          top: 50%;
          left: -60px; }

  #about {
    position: relative; }
    #about .section-ttl {
      text-align: center; }
    #about .about-lead {
      width: 92%;
      position: relative;
      background: white;
      margin-top: -8%; }
    #about .about-lead a{
      color: #00a67c;}      
    #about .about-image {
      width: 100%;
      padding-top: 54%;
      background: url("../img/design/about.jpg") center center/cover; }

  #cafeMenu .section-ttl {
    text-align: right; }
  #cafeMenu .hours {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2; }
    #cafeMenu .hours span {
      padding-left: 8px;
      border-left: 3px solid #00a67c; }
  #cafeMenu .cafemenu-slide {
    width: 80%;
    margin: auto !important; }
    #cafeMenu .cafemenu-slide .image-item {
      margin: 5px; }
  #cafeMenu .cafemenu-board {
    width: 94%;
    margin: 0 auto;
    padding-top: 5%; }
    #cafeMenu .cafemenu-board h3 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 1em; }
    #cafeMenu .cafemenu-board .menu-ttl {
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center; }
    #cafeMenu .cafemenu-board .board-item {
      background: white;
      width: 100%; }
      #cafeMenu .cafemenu-board .board-item:not(:last-child) {
        margin-bottom: 4%; }
      #cafeMenu .cafemenu-board .board-item .menu-list dt {
        float: left;
        clear: both;
        width: 76%;
        padding: 4px 0;
        font-size: 14px;
        font-size: 1.4rem; }
        #cafeMenu .cafemenu-board .board-item .menu-list dt span {
          font-size: .75em;
          vertical-align: text-bottom;
          padding-left: 5px; }
      #cafeMenu .cafemenu-board .board-item .menu-list dd {
        padding: 4px 0 4px 77%;
        text-align: right;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: montserrat, sans-serif;
        font-weight: 600;
        font-style: normal; }
        #cafeMenu .cafemenu-board .board-item .menu-list dd span {
          font-size: .85em;
          padding-left: 5px;
          font-weight: 400; }

  #spaceRental .space-slide {
    margin: 0 auto 34px !important; }
    #spaceRental .space-slide .slick-dots {
      bottom: -14px; }
      #spaceRental .space-slide .slick-dots li {
        width: 35px; 
      }  
    #spaceRental .space-slide .space-image {
      margin: 5px; }
  #spaceRental .space-detail .space-price {
    width: 100%;
    margin-bottom: 4%; }
    #spaceRental .space-detail .space-price .space-price-inner {
      background: white; }
    #spaceRental .space-detail .space-price h3 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 1em; }
    #spaceRental .space-detail .space-price .menu-list dt {
      float: left;
      clear: both;
      width: 100%;
      padding: 8px 0 5px;
      font-size: 14px;
      font-size: 1.4rem; }
      #spaceRental .space-detail .space-price .menu-list dt span {
        font-size: .75em;
        vertical-align: text-bottom;
        padding-left: 5px; }
    #spaceRental .space-detail .space-price .menu-list dd {
      padding: 0px 0 0px 64%;
      text-align: right;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: montserrat, sans-serif;
      font-weight: 600;
      font-style: normal; }
  #spaceRental .space-detail .space-guide {
    width: 100%; }
    #spaceRental .space-detail .space-guide .rental-lead {
      margin-bottom: 4rem;
      font-size: 13px;
      font-size: 1.3rem; }
    #spaceRental .space-detail .space-guide .link-notes {
      font-size: 13px;
      font-size: 1.3rem;
      color: #999;
      margin: 6px auto 0;
      text-align: center; }



      #action h2{
        text-align: center;
      }
      #actionBanner {
          background: url("../img/design/action_bg_sp.jpg") center center/cover;
          padding: 90px 0
      }

      #actionBanner .plan-inner {
          padding: 0 3%;
          text-align: center
      }

      #actionBanner .plan-inner h3 {
          font-size: 15px;
          color: #fff;
          margin-bottom: 45px;
          letter-spacing: .03em;
          line-height: 1.5
      }

      #actionBanner .plan-inner .feel-free {
          font-size: 14px;
          display: inline-block;
          background: #fff;
          line-height: 30px;
          padding: 0 18px;
          border-radius: 15px;
          color: #333;
          margin-bottom: 20px;
          font-weight: bold
      }

      #actionBanner .plan-inner a.button2 {
          font-size: 15px;
          background: #00a67c;
          color: #fff;
          width: 150px;
          height: 40px;
          line-height: 40px;
          display: block;
          margin: 0 auto;
      }









  #access .section-ttl {
    text-align: center; }
  #access .access-wrapper {
    position: relative; }
    #access .access-wrapper .access-map {
      width: 100%;
      padding-top: 60%;
      position: relative; }
      #access .access-wrapper .access-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #access .access-wrapper .access-info p span {
      background: white; }

  #information .info-container .info-item {
    background: white;
    padding: 10px;
    border-left: 3px solid #00a67c; }
    #information .info-container .info-item:not(:last-child) {
      margin-bottom: 4%; }
    #information .info-container .info-item .info-ttl {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 12px; }
    #information .info-container .info-item p {
      font-size: 13px;
      font-size: 1.3rem;
      margin: 0; }
    #information .info-container .info-item a {
      color: #00a67c;
      text-decoration: underline; }

  .article-wrapper {
    margin-bottom: 24px; }
    .article-wrapper .article-item {
      background: white;
      position: relative;
      padding: 10px; }
      .article-wrapper .article-item:not(:last-child) {
        margin-bottom: 12px; }
      .article-wrapper .article-item .article-thumb {
        width: calc(30% - 6px); }
        .article-wrapper .article-item .article-thumb img {
          width: 100%;
          height: auto;
          vertical-align: bottom; }
      .article-wrapper .article-item .article-item-inner {
        width: calc(70% - 6px);
        padding-top: 10px; }
      .article-wrapper .article-item .article-ttl {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px; }
      .article-wrapper .article-item .date {
        font-size: 12px;
        font-size: 1.2rem; }
      .article-wrapper .article-item a {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 100%; }

  #instagram .insta-img-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #instagram .insta-img-list .item {
      width: 49.5%;
      padding-top: 49.5%;
      margin-bottom: 1%;
      overflow: hidden;
      position: relative; }
      #instagram .insta-img-list .item img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%; }

  #news {
    padding: 10% 0; }
    #news h2 {
      color: #00a67c;
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 24px; }
    #news .news-list {
      border-top: 1px solid #ecedf1; }
      #news .news-list li {
        border-bottom: 1px solid #ecedf1; }
        #news .news-list li time {
          display: block;
          color: #888;
          font-size: 15px;
          font-size: 1.5rem; }
        #news .news-list li h3 {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: normal; }
        #news .news-list li a {
          display: block;
          padding: 22px 12px; }

  .footer-news {
    background: #f8f8f8;
    padding: 12px 0;
    margin-bottom: 12px; }
    .footer-news h4 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 12px; }
    .footer-news .news-list li {
      width: 100%;
      background: white;
      padding: 12px;
      border-bottom: 2px solid #f8f8f8; }
      .footer-news .news-list li a {
        display: block;
        width: 100%;
        height: 100%; }
      .footer-news .news-list li time {
        font-size: 12px;
        font-size: 1.2rem;
        width: 88px;
        float: left;
        clear: both; }
      .footer-news .news-list li h5 {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 0 0 94px; }

  footer {
    width: 100%;
    padding: 20px 0 0; }
    footer .f-nav {
      position: relative;
      margin-bottom: 34px; }
      footer .f-nav nav {
        margin-bottom: 18px; }
      footer .f-nav li {
        line-height: 1.14;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center; }
        footer .f-nav li:not(:last-child) {
          border-bottom: 1px solid #888; }
        footer .f-nav li a {
          display: block;
          width: 100%;
          height: 100%;
          padding: 14px 0; }
        footer .f-nav li img {
          width: 22px;
          height: 22px;
          vertical-align: text-bottom; }
      footer .f-nav .f-logo {
        display: inline-block;
        width: 103px;
        margin-bottom: 18px; }
      footer .f-nav p {
        font-size: 14px;
        font-size: 1.4rem; }
    footer .shop-info {
      width: 100%;
      border: 1px solid black;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .shop-info div {
        width: 50%;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        padding: 8px; }
      footer .shop-info .f-tel {
        border-right: 1px solid black; }
    footer .footer-copy {
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 6px; }

  /*Page*/
  .page-cover {
    width: 100%;
    height: 280px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: relative; }
    .page-cover:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    .page-cover h1 {
      position: relative;
      z-index: 5;
      color: #fff;
      font-size: 24px;
      font-size: 2.4rem;
      padding: 0 3%; }

  .page-section {
    padding: 10% 0; }
    .page-section .ps-headline {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 28px;
      text-align: center; }

  #contact .page-cover {
    background: url(../img/cover/contact.jpg) center center/cover; }
  #contact .lead-box {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 5px solid white; }
    #contact .lead-box h2 {
      margin-bottom: 24px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.7; }
    #contact .lead-box .call-center {
      padding: 10px 0 0;
      font-size: 16px;
      font-size: 1.6rem;
      text-indent: 0 !important; }
      #contact .lead-box .call-center span {
        font-size: 0.8em;
        margin-right: 8px; }
    #contact .lead-box p {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 10px; }
      #contact .lead-box p:last-child {
        margin-bottom: 0; }
  #contact table {
    width: 100%; }
    #contact table th {
      display: block;
      position: relative;
      padding: 6px 60px 6px 6px;
      text-align: left; }
      #contact table th span {
        color: #00a67c;
        font-size: 13px;
        font-size: 1.3rem;
        padding-left: 8px;
        height: 16px;
        line-height: 16px;
        border-left: 1px solid #aaa;
        margin-left: 8px;
        text-align: center;
        display: inline-block; }
    #contact table td {
      display: block;
      padding-bottom: 20px; }
  #contact input[type="text"], #contact input[type="email"], #contact textarea {
    border: 1px solid #aaa;
    border-radius: 0;
    padding: 6px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem; }
    #contact input[type="text"]::placeholder, #contact input[type="email"]::placeholder, #contact textarea::placeholder {
      color: #aaa;
      font-size: 90%; }
  #contact .mwform-tel-field input[type="text"] {
    width: 30%;
    max-width: 120px; }
  #contact textarea {
    height: 200px; }
  #contact .btn-wrapper {
    text-align: center;
    padding-top: 50px; }
    #contact .btn-wrapper input[type="submit"] {
      width: 284px;
      height: 54px;
      line-height: 54px;
      margin: 0 auto;
      color: white;
      background: #00a67c;
      text-align: center;
      position: relative;
      border: 0; }
      #contact .btn-wrapper input[type="submit"].go-back {
        width: auto;
        height: inherit;
        margin-top: 24px;
        background: none;
        color: #888;
        text-decoration: underline; }
  #contact .thanks-message {
    text-align: center; }
    #contact .thanks-message h2 {
      margin-bottom: 24px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.7; }

  .mw_wp_form_input .preview-only {
    display: none; }

  .mw_wp_form_preview .input-only {
    display: none; }
  .mw_wp_form_preview th {
    color: #aaa; }
    .mw_wp_form_preview th span {
      display: none !important; }

  #singleEntry .entry-inner {
    padding: 100px 4%; }
  #singleEntry .entry-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede; }
    #singleEntry .entry-header h1 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 8px; }
      #pageEntry .entry-content img {
        width: 100%; }
      #pageEntry .entry-content h2 {
        font-size: 20px;
        padding: 0.5em;
        border-left: 8px solid #00a67c;
        background: #fff;
        margin-bottom: 20px; }
        #pageEntry .entry-content h3 {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 15px; }
  #singleEntry .post-categories {
    display: inline-block; }
    #singleEntry .post-categories a {
      background: white;
      color: #555;
      padding: 2px 4px; }

      #pageEntry .entry-inner {
        padding: 100px 4%; }
      #pageEntry .entry-header {
        margin-bottom: 20px;
        text-align: center; }
        #pageEntry .entry-header h1 {
          font-size: 26px;
          font-size: 2.6rem;
          margin-bottom: 8px; }
      #pageEntry .post-categories {
        display: inline-block; }
        #pageEntry .post-categories a {
          background: white;
          color: #555;
          padding: 2px 4px; }

  #archive h1 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px; }
  #archive .entry-inner {
    padding: 100px 4%; }
  #archive .news-list {
    border-top: 1px solid black; }
    #archive .news-list li {
      border-bottom: 1px solid black; }
      #archive .news-list li time {
        display: block;
        color: #888;
        font-size: 12px;
        font-size: 1.2rem; }
      #archive .news-list li h3 {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal; }
      #archive .news-list li a {
        display: block;
        padding: 22px 12px; }

  #archiveCustom h1 {
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 20px; }
  #archiveCustom .entry-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 40px; }
  #archiveCustom .article-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #archiveCustom .article-wrapper .article-item {
      width: 30%;
      background: white;
      position: relative; }
      #archiveCustom .article-wrapper .article-item .article-thumb img {
        width: 100%;
        height: auto; }
      #archiveCustom .article-wrapper .article-item .article-item-inner {
        padding: 12px 0 24px; }
      #archiveCustom .article-wrapper .article-item .article-ttl {
        font-size: 14px;
        font-size: 1.4rem; }
      #archiveCustom .article-wrapper .article-item .date {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        font-size: 1.2rem; }
      #archiveCustom .article-wrapper .article-item a {
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #archiveCustom .article-wrapper .article-item a:hover {
          box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2); }

  #error404 .error-inner {
    padding: 100px 4%;
    text-align: center; }
    #error404 .error-inner h1 {
      font-size: 50px;
      font-size: 5rem;
      line-height: .7;
      margin-bottom: 50px; }
      #error404 .error-inner h1 span {
        font-size: 26%; }
    #error404 .error-inner h2 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 24px; }
    #error404 .error-inner .error_msg {
      background: white; }

  /*アニメーション*/
  @-webkit-keyframes bgPass {
    0% {
      transform: translateX(0); }
    50% {
      transform: translateX(100%); }
    100% {
      transform: translateX(200%); } }
  @keyframes bgPass {
    0% {
      transform: translateX(0); }
    50% {
      transform: translateX(100%); }
    100% {
      transform: translateX(200%); } }
  @-webkit-keyframes textOpacity {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    60% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes textOpacity {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    60% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media only screen and (min-width: 768px) {
  /*Common*/
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: bold; }

  h1 {
    font-size: 28px;
    font-size: 2.8rem; }

  h2 {
    font-size: 24px;
    font-size: 2.4rem; }

  h3 {
    font-size: 22px;
    font-size: 2.2rem; }

  h4, h5, h6 {
    font-size: 18px;
    font-size: 1.8rem; }

  .bg-white {
    background: #fff; }

  .contents-area {
    width: 100%;
    border: 40px solid white;
    background: #eee; }

  .section-inner {
    padding: 6rem 0; }

  .content-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px; }

  .narrow-content-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 40px; }

  .sp-only {
    display: none !important; }

  .slick-prev {
    left: 0; }

  .slick-next {
    right: -5px; }

  .slick-prev::before, .slick-next::before {
    width: 16px;
    height: 30px;
    display: block;
    content: '';
    opacity: 1;
    background-size: contain; }

  .slick-prev::before {
    background-image: url("../img/design/arrow_l.svg"); }

  .slick-next::before {
    background-image: url("../img/design/arrow_r.svg"); }

  a.article-wrap {
    display: block; }
  a.button {
    display: block;
    width: 284px;
    height: 54px;
    color: white;
    background: #00a67c;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    a.button:after {
      position: absolute;
      top: 0;
      right: 28px;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    a.button:hover {
      box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2); }
      a.button:hover:after {
        right: 18px; }
    a.button.external::before {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      background-image: url("../img/design/external.png");
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 16px;
      margin-top: -6px; }

  header {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    header .h-inner {
      margin: 0 auto;
      padding: 0 20px;
      position: relative; }
      header .h-inner .h-logo {
        position: absolute;
        top: 15px;
        left: 20px;
        width: 170px;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        header .h-inner .h-logo.dark {
          opacity: 0; }
        header .h-inner .h-logo img {
          width: 170px;
          height: 39px;
          vertical-align: top; }
      header .h-inner nav.pc-nav {
        float: right; }
        header .h-inner nav.pc-nav li {
          float: left;
          padding: 0 16px;
          color: white;
          line-height: 72px; }
          header .h-inner nav.pc-nav li a {
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            header .h-inner nav.pc-nav li a:hover {
              color: #00a67c; }
    header.on nav.pc-nav li {
      color: black; }
    header.on .h-logo.light {
      opacity: 0; }
    header.on .h-logo.dark {
      opacity: 1; }

  .mv-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .mv-wrapper .mv-copy {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.1); }
      .mv-wrapper .mv-copy h2 {
        font-size: 50px;
        font-size: 5rem;
        letter-spacing: .05em;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 10px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        text-align: left; }
        .mv-wrapper .mv-copy h2::before {
          display: block;
          content: '';
          background: #fff;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: -100%; }
        .mv-wrapper .mv-copy h2 span {
          opacity: 0; }
      .mv-wrapper .mv-copy p {
        font-size: 32px;
        font-size: 3.2rem;
        color: #fff;
        opacity: 0;
        animation-delay: 1s; }
      .mv-wrapper .mv-copy.slideIn h2::before {
        -webkit-animation: bgPass 1s;
        animation: bgPass 1s; }
      .mv-wrapper .mv-copy.slideIn h2 span {
        -webkit-animation: textOpacity 1s;
        animation: textOpacity 1s;
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .mv-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .mv-slides .mv-item .mv-image {
      width: 100%;
      height: 100vh;
      transition: -webkit-transform 12s linear, transform 12s linear;
      background-size: cover;
      background-position: center center;
      backface-visibility: hidden; }
    .mv-slides .mv-item.is-active .mv-image {
      transform: scale(1.2); }

  .scroll-icon {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 58px;
    text-align: center; }
    .scroll-icon a {
      color: #00a67c;
      font-size: 12px;
      font-size: 1.2rem;
      vertical-align: top; }
      .scroll-icon a span {
        position: absolute;
        bottom: -8px;
        left: 7px;
        width: 26px;
        height: 40px;
        display: block; }
        .scroll-icon a span::after {
          position: absolute;
          top: 0;
          left: 50%;
          content: '';
          width: 1px;
          height: 68%;
          background-color: #00a67c; }
        .scroll-icon a span::before {
          position: absolute;
          top: 0;
          left: 50%;
          content: '';
          width: 5px;
          height: 5px;
          margin-left: -2px;
          background-color: #00a67c;
          border-radius: 100%;
          -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite; }

  .headline-alp {
    letter-spacing: .08em;
    font-weight: 600 !important; }

  .section-ttl {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    font-size: 5rem; }
    .section-ttl.small {
      text-align: right;
      font-size: 25px;
      font-size: 2.5rem;
      margin-bottom: 34px; }
      .section-ttl.small span {
        position: relative; }
        .section-ttl.small span::before {
          display: block;
          content: '';
          width: 60px;
          height: 1px;
          background: black;
          position: absolute;
          top: 50%;
          left: -90px; }

  #about {
    position: relative; }
    #about .section-ttl {
      text-align: center; }
    #about .about-container {
      position: relative; }
    #about .about-lead {
      width: 44.6%;
      min-width: 374px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: white; }
    #about .about-lead a{
      color: #00a67c;}      
    #about .about-image {
      width: 68%;
      padding-top: 420px;
      background: url("../img/design/about.jpg") center center/cover; }

  #cafeMenu .section-ttl {
    text-align: right; }
  #cafeMenu .hours {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2; }
    #cafeMenu .hours span {
      padding-left: 8px;
      border-left: 3px solid #00a67c; }
  #cafeMenu .cafemenu-slide {
    width: 40%;
    float: right;
    margin-top: 64px !important; }
    #cafeMenu .cafemenu-slide .image-item {
      margin: 5px; }
  #cafeMenu .cafemenu-board {
    width: 56%;
    float: left; }
    #cafeMenu .cafemenu-board .menu-ttl {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 24px; }
    #cafeMenu .cafemenu-board .cafemenu-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    #cafeMenu .cafemenu-board h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 24px; }
    #cafeMenu .cafemenu-board .board-item {
      background: white;
      width: 48%; }
      #cafeMenu .cafemenu-board .board-item:first-child, #cafeMenu .cafemenu-board .board-item:nth-child(2) {
        margin-bottom: 4%; }
      #cafeMenu .cafemenu-board .board-item .menu-list dt {
        float: left;
        clear: both;
        width: 76%;
        padding: 8px 0;
        font-size: 14px;
        font-size: 1.4rem; }
        #cafeMenu .cafemenu-board .board-item .menu-list dt span {
          font-size: .75em;
          vertical-align: text-bottom;
          padding-left: 5px; }
      #cafeMenu .cafemenu-board .board-item .menu-list dd {
        padding: 8px 0 8px 77%;
        text-align: right;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: montserrat, sans-serif;
        font-weight: 600;
        font-style: normal; }
        #cafeMenu .cafemenu-board .board-item .menu-list dd span {
          font-size: .85em;
          padding-left: 5px;
          font-weight: 400; }

  #spaceRental .slick-prev {
    left: 40px; }
  #spaceRental .slick-next {
    right: 45px; }
  #spaceRental .slick-prev::before, #spaceRental .slick-next::before {
    width: 25px;
    height: 46px; }
  #spaceRental .space-slide {
    margin: 0 auto 34px !important; }
    #spaceRental .space-slide .slick-dots {
      bottom: -14px; }
    #spaceRental .space-slide .space-image {
      margin: 20px; }
  #spaceRental .space-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #spaceRental .space-detail .space-price {
      width: 45%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      #spaceRental .space-detail .space-price .space-price-inner {
        background: white; }
      #spaceRental .space-detail .space-price h3 {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 24px; }
      #spaceRental .space-detail .space-price .menu-list dt {
        float: left;
        clear: both;
        width: 65%;
        padding: 8px 0;
        font-size: 14px;
        font-size: 1.4rem; }
        #spaceRental .space-detail .space-price .menu-list dt span {
          font-size: .75em;
          vertical-align: text-bottom;
          padding-left: 5px; }
      #spaceRental .space-detail .space-price .menu-list dd {
        padding: 8px 0 8px 64%;
        text-align: right;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: montserrat, sans-serif;
        font-weight: 600;
        font-style: normal; }
    #spaceRental .space-detail .space-guide {
      width: 55%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      #spaceRental .space-detail .space-guide .rental-lead {
        margin-bottom: 4rem; }
      #spaceRental .space-detail .space-guide .button {
        margin: 0; }
      #spaceRental .space-detail .space-guide .link-notes {
        font-size: 13px;
        font-size: 1.3rem;
        color: #999;
        margin: 6px auto 0; }


      #action h2{
        text-align: center;
      }
      #actionBanner {
          background: url("../img/design/action_bg.jpg") center center/cover;
          padding: 45px 0;
          margin: 0 auto;
          width: 100%;
          max-width: 1100px;
      }
  
      #actionBanner .plan-inner {
          width: 650px;
          margin: 0 auto;
          text-align: center;
      }
  
      #actionBanner .plan-inner h3 {
          font-size: 16px;
          color: #fff;
          margin-bottom: 24px;
          letter-spacing: .03em;
          line-height: 1.5;
      }
  
      #actionBanner .plan-inner .feel-free {
          font-size: 15px;
          display: inline-block;
          background: #fff;
          line-height: 34px;
          padding: 0 20px;
          border-radius: 17px;
          color: #333;
          margin-bottom: 24px;
          font-weight: bold;
      }
  
      #action .plan-inner a.button2 {
          font-size: 15px;
          background: #00a67c;
          color: #fff;
          width: 200px;
          height: 45px;
          line-height: 45px;
          display: block;
          margin: 0 auto;
      }
  
      #actionBanner .plan-inner a.button2:hover {
          background: #00a67c;
      }


  #access .section-ttl {
    text-align: center; }
  #access .access-wrapper {
    position: relative; }
    #access .access-wrapper .access-map {
      width: 90%;
      height: 480px;
      position: relative; }
      #access .access-wrapper .access-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #access .access-wrapper .access-info {
      position: absolute;
      right: 0;
      top: 10%; }
      #access .access-wrapper .access-info p {
        background: white; }

  #information .info-container .info-item {
    background: white;
    padding: 20px;
    border-left: 3px solid #00a67c; }
    #information .info-container .info-item:not(:last-child) {
      margin-bottom: 20px; }
    #information .info-container .info-item .info-ttl {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 12px; }
    #information .info-container .info-item p {
      font-size: 13px;
      font-size: 1.3rem;
      margin: 0; }
    #information .info-container .info-item a {
      color: #00a67c;
      text-decoration: underline; }

  .article-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px; }
    .article-wrapper .article-item {
      width: 30%;
      background: white;
      position: relative; }
      .article-wrapper .article-item .article-thumb img {
        width: 100%;
        height: auto; }
      .article-wrapper .article-item .article-item-inner {
        padding: 12px 0 24px; }
      .article-wrapper .article-item .article-ttl {
        font-size: 14px;
        font-size: 1.4rem; }
      .article-wrapper .article-item .date {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        font-size: 1.2rem; }
      .article-wrapper .article-item a {
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        width: 100%;
        height: 100%; }
        .article-wrapper .article-item a:hover {
          box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2); }

  #instagram .insta-img-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #instagram .insta-img-list .item {
      width: 24%;
      padding-top: 24%;
      margin-bottom: 1%;
      overflow: hidden;
      position: relative; }
      #instagram .insta-img-list .item img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%; }

  #news h2 {
    color: #00a67c;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 24px; }
  #news .news-list {
    border-top: 1px solid black; }
    #news .news-list li {
      border-bottom: 1px solid black; }
      #news .news-list li time {
        float: left;
        clear: left;
        width: 122px;
        color: #888;
        font-size: 15px;
        font-size: 1.5rem; }
      #news .news-list li h3 {
        padding-left: 134px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal; }
      #news .news-list li a {
        display: block;
        padding: 22px 12px;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #news .news-list li a:hover {
          background: white; }

  .footer-news {
    background: #f8f8f8;
    padding: 12px 0;
    margin-bottom: 12px; }
    .footer-news h4 {
      font-size: 22px;
      font-size: 2.2rem;
      width: 120px;
      float: left; }
    .footer-news .news-list {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% - 120px);
      float: right;
      justify-content: flex-start !important; }
      .footer-news .news-list li {
        width: 25%;
        background: white;
        padding: 12px;
        border-right: 2px solid #f8f8f8; }
        .footer-news .news-list li a {
          display: block;
          width: 100%;
          height: 100%; }
        .footer-news .news-list li time {
          font-size: 12px;
          font-size: 1.2rem; }
        .footer-news .news-list li h5 {
          font-size: 14px;
          font-size: 1.4rem; }

  footer {
    width: 100%;
    padding: 20px 0 0; }
    footer .f-nav {
      position: relative;
      margin-bottom: 34px; }
      footer .f-nav nav {
        margin-bottom: 18px; }
      footer .f-nav li {
        display: inline-block;
        position: relative;
        line-height: 1.14;
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 20px;
        font-weight: 600; }
        footer .f-nav li:not(:last-child)::after {
          display: block;
          content: '';
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background: #fff; }
        footer .f-nav li img {
          width: 22px;
          height: 22px;
          vertical-align: text-bottom; }
      footer .f-nav .f-logo {
        display: inline-block;
        width: 103px;
        margin-bottom: 18px; }
      footer .f-nav p {
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem; }
    footer .shop-info {
      width: 454px;
      border: 1px solid black;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      right: 0; }
      footer .shop-info div {
        width: 50%;
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        padding: 8px; }
      footer .shop-info .f-tel {
        border-right: 1px solid black; }
    footer .footer-copy {
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 6px; }

  /*Page*/
  .page-cover {
    width: 100%;
    height: 400px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: relative; }
    .page-cover:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25);
      z-index: 1; }
    .page-cover h1 {
      position: relative;
      z-index: 5;
      color: #fff;
      font-size: 38px;
      font-size: 3.8rem; }

  .page-section {
    padding: 60px 0; }
    .page-section .ps-headline {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 34px;
      text-align: center; }

  #contact .page-cover {
    background: url(../img/cover/contact.jpg) center center/cover; }
  #contact .tel-contact {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #00a67c; }
  #contact .lead-box {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 5px solid white; }
    #contact .lead-box h2 {
      margin-bottom: 24px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.7; }
    #contact .lead-box .call-center {
      padding: 10px 0 0;
      font-size: 18px;
      font-size: 1.8rem;
      text-indent: 0 !important;
      text-align: right; }
      #contact .lead-box .call-center span {
        font-size: 0.8em;
        margin-right: 8px; }
    #contact .lead-box p {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 10px; }
      #contact .lead-box p:last-child {
        margin-bottom: 0; }
  #contact table {
    width: 100%; }
    #contact table th {
      margin: 0;
      position: relative;
      padding: 10px 60px 10px 0;
      text-align: left;
      width: 30%; }
      #contact table th span {
        background: #00a67c;
        color: white;
        font-size: 12px;
        font-size: 1.2rem;
        width: 40px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 10px;
        display: inline-block;
        transform: translateY(-50%); }
    #contact table td {
      padding: 10px; }
  #contact input[type="text"], #contact input[type="email"], #contact textarea {
    border: none;
    border-radius: 0;
    padding: 6px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem; }
    #contact input[type="text"]::placeholder, #contact input[type="email"]::placeholder, #contact textarea::placeholder {
      color: #aaa;
      font-size: 90%; }
  #contact .mwform-tel-field input[type="text"] {
    width: 80px; }
  #contact textarea {
    height: 200px; }
  #contact .btn-wrapper {
    text-align: center;
    padding-top: 50px; }
    #contact .btn-wrapper input[type="submit"] {
      width: 284px;
      height: 54px;
      line-height: 54px;
      margin: 0 auto;
      color: white;
      background: #00a67c;
      text-align: center;
      position: relative;
      border: 0; }
      #contact .btn-wrapper input[type="submit"].go-back {
        width: auto;
        height: inherit;
        margin-top: 24px;
        background: none;
        color: #888;
        text-decoration: underline; }
  #contact .thanks-message {
    text-align: center; }
    #contact .thanks-message h2 {
      margin-bottom: 24px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.7; }

  .mw_wp_form_input .preview-only {
    display: none; }

  .mw_wp_form_preview .input-only {
    display: none; }
  .mw_wp_form_preview th {
    color: #888; }
    .mw_wp_form_preview th span {
      display: none !important; }

  #singleEntry .entry-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 40px; }
    #singleEntry .entry-inner img {
      max-width: 100%;
      height: auto !important; }
  #singleEntry .entry-header {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid black; }
    #singleEntry .entry-header h1 {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 4px; }
  #singleEntry .post-categories {
    display: inline-block; }
    #singleEntry .post-categories a {
      background: white;
      color: #555;
      padding: 2px 4px; }

      #pageEntry .entry-inner {
        max-width: 880px;
        margin: 0 auto;
        padding: 60px 40px; }
        #pageEntry .entry-inner img {
          max-width: 100%;
          height: auto !important; }
      #pageEntry .entry-header {
        padding-bottom: 24px;
        margin-bottom: 24px;
        text-align: center;}
        #pageEntry .entry-header h1 {
          font-size: 32px;
          font-size: 3.2rem;
          margin-bottom: 4px; }
          #pageEntry .entry-content h2 {
            font-size: 24px;
            padding: 0.5em;
            border-left: 8px solid #00a67c;
            background: #fff;
            margin-bottom: 20px; }
            #pageEntry .entry-content h3 {
              font-size: 18px;
              font-weight: bold;
              margin-bottom: 15px; }
      #pageEntry .post-categories {
        display: inline-block; }
        #pageEntry .post-categories a {
          background: white;
          color: #555;
          padding: 2px 4px; }

    

  #archive h1 {
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 20px; }
  #archive .entry-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 40px; }
  #archive .news-list {
    border-top: 1px solid black; }
    #archive .news-list li {
      border-bottom: 1px solid black; }
      #archive .news-list li time {
        float: left;
        clear: left;
        width: 122px;
        color: #888;
        font-size: 14px;
        font-size: 1.4rem; }
      #archive .news-list li h3 {
        padding-left: 134px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal; }
      #archive .news-list li a {
        display: block;
        padding: 22px 12px;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #archive .news-list li a:hover {
          background: white; }

  #archiveCustom h1 {
    font-size: 38px;
    font-size: 3.8rem;
    margin-bottom: 20px; }
  #archiveCustom .entry-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 40px; }
  #archiveCustom .article-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #archiveCustom .article-wrapper .article-item {
      width: 30%;
      background: white;
      position: relative; }
      #archiveCustom .article-wrapper .article-item .article-thumb img {
        width: 100%;
        height: auto; }
      #archiveCustom .article-wrapper .article-item .article-item-inner {
        padding: 12px 0 24px; }
      #archiveCustom .article-wrapper .article-item .article-ttl {
        font-size: 14px;
        font-size: 1.4rem; }
      #archiveCustom .article-wrapper .article-item .date {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        font-size: 1.2rem; }
      #archiveCustom .article-wrapper .article-item a {
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #archiveCustom .article-wrapper .article-item a:hover {
          box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2); }

  #error404 .error-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center; }
    #error404 .error-inner h1 {
      font-size: 50px;
      font-size: 5rem;
      line-height: .7;
      margin-bottom: 50px; }
      #error404 .error-inner h1 span {
        font-size: 26%; }
    #error404 .error-inner h2 {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 24px; }
    #error404 .error-inner .error_msg {
      background: white; }

  /*アニメーション*/
  @-webkit-keyframes bgPass {
    0% {
      transform: translateX(0); }
    50% {
      transform: translateX(100%); }
    100% {
      transform: translateX(200%); } }
  @keyframes bgPass {
    0% {
      transform: translateX(0); }
    50% {
      transform: translateX(100%); }
    100% {
      transform: translateX(200%); } }
  @-webkit-keyframes textOpacity {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    60% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes textOpacity {
    0% {
      opacity: 0; }
    50% {
      opacity: 0; }
    60% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #actionBanner {
    background: url("../img/design/action_bg.jpg") center center/cover;
    padding: 40px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

  .contents-area {
    border-width: 30px; }

  #about {
    position: relative; }
    #about .about-image {
      width: 84%; }

  footer .f-nav nav {
    text-align: center; }
  footer .f-nav p {
    text-align: center;
    margin-bottom: 24px; }
  footer .shop-info {
    position: relative;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  #cafeMenu .cafemenu-slide {
    width: 48%; }
  #cafeMenu .cafemenu-board {
    width: 45%; }
    #cafeMenu .cafemenu-board h3 {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; }
    #cafeMenu .cafemenu-board .board-item {
      background: white;
      z-index: 2;
      width: 100%; }
      #cafeMenu .cafemenu-board .board-item:not(:last-child) {
        margin-bottom: 4%; } }
